﻿.nav-header {
    color: #299CDB !important;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: 'Please wait...';
            display: block;
            font-size: 10px;
            width: 160px;
            height: 160px;
            border: 16px solid rgba(255, 255, 255, 0.00);
            border-radius: 50%;
            border-top: 16px groove #004ba6;
            border-bottom: 16px groove #ED1651;
            animation: spinner 2s linear infinite;
            -moz-animation: spinner 2s linear infinite;
            -ms-animation: spinner 2s linear infinite;
            -o-animation: spinner 2s linear infinite;
        }

.loader--text {
    position: fixed;
    z-index: 9999;
    height: 0;
    width: 160px;
    overflow: visible;
    margin: auto;
    top: 140px;
    left: 240px;
    bottom: 0;
    right: 0;
}

    .loader--text:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .loader--text:after {
        content: "Please wait";
        font-weight: bold;
        width: 100%;
        height: 100%;
        animation-name: loading-text;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        background-color: white;
    }

/* Animation */
@keyframes loading-text {
    0% {
        content: "Please wait";
    }

    25% {
        content: "Please wait.";
    }

    50% {
        content: "Please wait..";
    }

    75% {
        content: "Please wait...";
    }
}

@-webkit-keyframes spinner {

    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.dx-datagrid-headers {
    font-size: 11px;
    white-space: normal;
}

.dx-datagrid .dx-row-lines > td {
    font-size: 12px;
}

skin-green-light .sidebar-menu {
    background: #CFE5D0;
}

.skin-green-light .sidebar-menu .treeview-menu > li.active > a {
    background: #CFE5D0;
}

[v-cloak] {
    display: none;
}


/*Scrollbars for devExtreme Grids start*/
.dx-scrollable-container .dx-scrollable-scrollbar.dx-scrollbar-horizontal .dx-scrollable-scroll {
}

.dx-scrollbar-hoverable {
    background-color: rgba(191, 191, 191, 0.2);
}

.dx-scrollbar-vertical {
    width: 15px !important;
}

    .dx-scrollbar-vertical .dx-scrollable-scroll {
        width: 15px !important;
    }

.dx-scrollbar-horizontal {
    height: 15px !important;
}

    .dx-scrollbar-horizontal .dx-scrollable-scroll {
        height: 15px !important;
    }

/*Scrollbars for devExtreme Grids end*/

.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 16px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-image: url( '../images/Logo50.png');
    height: 50px;
}

.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-horizontal .dx-scrollable-content,
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-content {
    padding-bottom: 14px;
}

.dx-datagrid-rowsview .dx-selection.dx-row > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td,
.dx-datagrid-rowsview .dx-selection.dx-row > tr > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > tr > td {
    border-right-color: #F7FBFC;
}

/* Get the Input-Group to be the same size as the other fields */

.water-bg {
    background-image: url('/images/BG-6.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
}

.shadow-standard {
    box-shadow: 0px 2px 67px rgba(0, 0, 0, 0.1);
}

nav-n {
    background-color: white;
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.09);
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    position: sticky;
    top: 0;
    z-index: 10;
}

    nav-n ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
    }

        nav-n ul li {
            margin: 0 10px;
        }

            nav-n ul li a {
                font-family: 'Poppins', sans-serif;
                text-decoration: none;
                color: #92A2AE;
                font-size: 14px;
            }

                nav-n ul li a:hover {
                    color: #299CDB;
                }

.logo {
    font-weight: bold;
    font-size: 20px;
    height: inherit;
    padding: 9px;
}

.profile-button {
    padding: 8px 12px;
    background-color: #299CDB;
    color: white;
    border: none;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

    .profile-button:hover {
        background-color: #3BBAE7;
        border-color: #3BBAE7;
        color: white;
    }

.section {
    padding: 50px 0;
}

.section-medium {
    padding: 20px 0;
}

.section-heading {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 116%;
    /* or 58px */
    text-align: center;
    color: #0A2E49;
}

.section-subheading {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 116%;
    /* identical to box height, or 19px */
    text-align: center;
    color: #0A2E49;
}

.section-2 {
    text-align: center;
}

.section-2-text {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    /* or 19px */
    color: #0A2E49;
    margin-bottom: 20px;
}

.square-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.square-block {
    width: 100%;
    background-color: white;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.09);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.square-block-2 {
    width: 100%;
    background-color: white;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.09);
    display: flex;
    flex-direction: column; /* Add this line to make the children stack vertically */
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.partners-block {
    width: 100%;
    background-color: white;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.09);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.square-block:hover {
    transform: translateY(-5px);
}

    .square-block:hover::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.1);
        z-index: -1;
    }

.square-block:hover {
    cursor: pointer;
}

.square-block img {
    max-width: 80%;
    max-height: 80%;
    mix-blend-mode: multiply;
}

.square-block-2 img {
    max-width: 50%;
    max-height: 50%;
    mix-blend-mode: multiply;
}

.partners-block img {
    max-width: 70%;
    max-height: 70%;
    mix-blend-mode: multiply;
}

.square-inner {
    padding: 10px;
    flex: 0 0 calc(25% - 0px); /* Set the width of each square to be 25% minus the padding */
    aspect-ratio: 1/1; /* Maintain a 1:1 aspect ratio for the square blocks */
}

.section-3 {
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}

.section-heading-catchy {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 127.5%;
    color: #0A2E49;
}

.section-paragraph {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 148.5%;
    color: #0A2E49;
}

.section-3-right img {
    max-width: 100%;
    height: auto;
}

.section-4 {
    padding-top: 0;
    padding-bottom: 50px;
}

.section-heading {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 127.5%;
    color: #0A2E49;
    text-align: left;
}

.section-heading-main {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 116%;
    /* or 58px */

    text-align: center;
    color: #0A2E49;
}

.step {
    text-align: center;
    margin: 10px;
}

.step-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.step-heading {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 148.5%;
    color: #0A2E49;
    text-align: center;
}

.step-text {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 148.5%;
    color: #0A2E49;
    text-align: center;
}

.arrow {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

    .arrow i {
        font-size: 24px;
        color: #BCDE76;
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(-50%, -230%);
    }

.step-icon {
    text-align: center;
    position: relative;
}

    .step-icon i {
        font-size: 48px;
        color: #BCDE76;
        margin-bottom: 15px;
    }

.footer {
    background-color: #f8f9fa;
    padding: 40px 0;
}

.footer-column {
    margin-bottom: 30px;
}

.footer-logo {
    height: 70px;
    margin-bottom: 10px;
}

.footer-heading {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 127.5%;
    color: #0A2E49;
}

.footer-text {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 205%;
    color: #0A2E49;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}
/* Hamburger menu styles */
.hamburger-menu {
    position: fixed;
    top: -9999px;
    left: -9999px;
}

.hamburger-icon {
    display: none;
    cursor: pointer;
    padding: 10px;
    position: fixed;
    z-index: 11;
    right: 20px;
    top: 24px;
}

    .hamburger-icon i {
        font-size: 20px;
        color: #299CDB;
    }

.flex-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.flex-content {
    flex: 1 0 auto; /* This will make this div take all available space */
}

.footer {
    flex-shrink: 0; /* This will prevent footer from shrinking */
}

.logo-link {
    height: inherit;
}

.active-link {
    color: #299CDB; /* Choose the desired color for the active link */
}

.hamburger-menu-toggle {
    position: fixed;
}

body {
    display: flex;
    flex-direction: column; /* Stack the content vertically */
    min-height: 100vh; /* Minimum height to fill the full viewport height */
    margin: 0; /* Reset default body margin */
}

#footer {
    margin-top: auto; /* Push the footer down */
}

.card-standard {
    display: flex; /* Use flexbox layout */
    align-items: center; /* Align items vertically */
    border-radius: 4px;
    margin: 10px;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.09);
    padding: 16px !important;
}

.branch-info {
    flex-grow: 1; /* Allow the div to grow and take remaining space */
}

.strong-info {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 116%;
    color: #212529;
}

.card-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 116%;
    color: #4D5057;
}

.green-btn {
    text-align: center; /* Align text within the button */
    background: #E6F7F5;
    border-radius: 4px;
    height: 38px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #2DB59C;
    transition: background 0.3s ease, color 0.3s ease;
}

    .green-btn:hover {
        background: #2DB59C;
        color: #fff;
    }

.center {
    justify-content: center;
    display: flex;
}

.space-1 {
    height: 30px;
}

.remove-margin-bottom {
    margin-bottom: 0px;
}

.hamburger-icon::before {
    display: none!important;
}

.sidebar-shadow {
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.09);
}

.nav-pills .nav-link:not(.active):hover {
    color: #212529
}

/* Responsive Styles */
@media (max-width: 768px) {
    .strong-info {
        padding-bottom: 10px;
    }

    .hamburger-menu:checked ~ nav-n ul li {
        margin: 10px 0; /* Add some spacing between the navigation links */
    }

        .hamburger-menu:checked ~ nav-n ul li a {
            color: #92A2AE; /* Set the color for the navigation links */
        }

    /* Hide the navigation links when the hamburger menu is checked */
    .hamburger-menu:checked ~ .profile-button {
        display: block; /* Show the profile button */
    }

    .hamburger-menu:checked ~ nav-n ul {
        display: flex; /* Show the navigation links when the hamburger menu is checked */
        flex-direction: column; /* Stack the navigation links vertically */
        position: absolute;
        top: 90px; /* Adjust the top position as needed */
        left: 0;
        width: 100%;
        background-color: white;
        box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.09);
        padding: 10px 20px;
        z-index: 10;
    }

    .my-profile-mobile {
        display: block !important;
    }

    .footer {
        padding-right: 20px;
        padding-left: 20px;
    }

    .hamburger-menu {
        display: block; /* Show the hamburger menu on small screens */
    }

    .hamburger-icon {
        display: block;
    }

    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .arrow {
        display: none;
    }

    .logo {
        width: 100px; /* Adjust the logo width for smaller screens */
    }

    nav-n ul {
        display: none; /* Hide the navigation links on small screens */
    }

    .profile-button {
        display: none; /* Hide the profile button on small screens */
    }

    .section-heading {
        font-size: 28px; /* Adjust the heading font size for smaller screens */
    }

    .square-blocks {
        flex-wrap: wrap;
    }

    .square-inner {
        flex: 0 0 calc(50% - 0px); /* Set the width of each square to be 50% minus the padding */
    }

    .section-heading-main {
        font-size: 30px;
    }
}
