body * {
    font-family: 'Montserrat', sans-serif;
}

/* header */
.valensbank {
    width: 100%;
    height: 100vh;
}
.text-12 {
    font-size: 12px;
}

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.text-20 {
    font-size: 20px;
}

.text-weight-600 {
    font-weight: 600;
}

.text-weight-bold {
    font-weight: bold;
}

.text-weight-700 {
    font-weight: 700;
}
.color-white {
    color: #ffffff;
}

.color-green {
    color: #1F3684;
}

.color-red {
    color: #FF0000;
}

.color-primary {
    color: #1F3684;
}

.border-none {
    border: none !important;
    background-color: inherit !important;
}
/* The container */
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #2D2E33;
}

    /* Hide the browser's default radio button */
    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
    .radio-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 16px;
        width: 16px;
        background-color: #eee;
        border-radius: 50%;
        border: 2px solid #1F3684;
    }

    /* On mouse-over, add a grey background color */
    .radio-container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .radio-container input:checked ~ .checkmark {
        border: 2px solid #1F3684;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .radio-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .radio-container input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the indicator (dot/circle) */
    .radio-container .checkmark:after {
        top: 1px;
        left: 1px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #1F3684;
    }

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 2px solid #1F3684;
}

.checkbox-container .checkmark:after {
    border-color: #1F3684;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 9px;
    border: solid #1F3684;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox-container.disabled .checkmark {
    border-color: gray !important;
}
    .checkbox-container.disabled .checkmark:after {
        border-color: gray !important;
        color: gray !important;
    }
/*.checkbox-container .checkmark:after {
    border-color: #1F3684 !important;
}*/
.header {
    display: flex;
    justify-content: space-between;
    height: 96px;
    align-items: center;
}

.menu * {
    color: #2D2E33;
    font-size: 14px;
}
.footer-menu * {
    color: #ffffff;
    font-size: 14px;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-menu {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.menu-item {
    padding-bottom: 6px;
}

    .menu-item a {
        margin: 0 20px;
        text-decoration: none;
    }

.menu .menu-item a:hover {
    color: #2D2E33;
}

.btn-dashboard {
    height: 51px;
    min-width: 140px;
    margin-left: 5px;
    margin-bottom: 10px;
    /*font-size: 10px !important;
    padding: 8px !important;*/
}

#menu-item-fund a:hover {
    color: #1F3684;
}

#menu-item-crypto a:hover {
    color: #1F3684;
}

.item-active {
    font-weight: 600;
    position: relative;
}

    .item-active a:after {
        content: "";
        position: absolute;
        border-bottom: 3px solid #B7A088;
        bottom: 0;
        left: 20px;
        width: 40px;
    }


/* footer */
.footer {
    background-color: #22377F;
    margin-top: 60px;
}

    .footer p {
        color: #ffffff;
    }

    .footer #dropdownLang {
        color: #ffffff;
    }

    .footer-container {
        padding-bottom: 0 !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 157px;
        margin: 0 auto;
    }

.language {
    width: 150px;
    border: none !important;
    background-color: #57689E;
    padding: 10px 15px;
}

.copyright {
    width: fit-content;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

    .copyright img {
        margin-bottom: 15px;
    }

/* custom button */
.btn-custom {
    text-transform: capitalize;
    border: 0.5px solid #1F3684;
    border-radius: 30px;
    background-color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    color: #1F3684;
}

.btn-active {
    background-color: #1F3684;
    color: #FFFFFF !important;
}
    .btn-active.disabled {
        background: #CFCFCF !important;
        color: #fdfdfd !important;
        pointer-events: none;
    }
.btn-onboarding-fee-unpaid {
    background-color: #CFCFCF;
    color: #FFFFFF !important;
    text-transform: capitalize;
    border-radius: 30px;
    border: none !important;
    font-weight: 500;
    font-size: 14px;
}
/* Custom table */
.border-thead {
    border-bottom: 0.5px solid #2D2E33;
}

    .border-thead tr * {
        color: #1F3684;
        font-size: 16px;
        font-weight: 400;
    }

.table-custom th {
    font-weight: 400;
}

.table-custom tr:nth-of-type(even) {
    background-color: #F5F5F5;
}

.table-custom tr:nth-of-type(odd) {
    background-color: #ffffff !important;
}

#my-overlay {
    left: 0 !important;
    top: 0 !important;
    z-index: 10000 !important;
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    /* background-color: rgba(0,0,0,0.9) !important; */
    cursor: pointer !important;
    visibility: visible !important;
    transition: visibility 0s, opacity 0.4s linear !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: wait !important;
}

    #my-overlay i.fa.fa-spinner.fa-spin,
    .spinner-big {
        font-size: 100px !important;
    }

    #my-overlay i {
        color: #22377F;
    }

.form-group * {
    font-size: 14px;
}

/* The container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #2D2E33;
}
    .checkbox-container.disabled {
        pointer-events: none;
        color: gray;
    }
.checkbox-row {
    margin-left: 25px;
}

.form-group input, select,textarea {
    border: 0;
    border-bottom: 1px solid #969DBA;
    background-color: #F5F5F5;
    padding: 10px;
    height: 45px;
}
    .form-group input[readonly], select[readonly], textarea[readonly], .form-group .input-group input[readonly] {
        background-color: #e9ecef !important;
    }
.select.disabled .select-styled {
    background-color: #e9ecef !important;
}

label {
    display: flex;
    flex-direction: column;
}

    label span {
        color: #1F3684;
        margin-bottom: 4px;
    }

.row {
    padding-bottom: 30px;
}

.row-custom {
    padding-top: 30px;
}

.border-custom {
    border-bottom: 0.5px solid #2D2E33;
}

/* custom select */

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #2D2E33;
    height: 45px;
    width: 100%;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select-styled {
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px 15px;
    background-color: #F5F5F5;
    border-bottom: 1px solid #969DBA;
    background-image: url("../../images/ic-caret-down.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    overflow: hidden;
}

    .select-styled.active {
        background-image: url(../../images/ic-caret-up.svg);
        background-repeat: no-repeat;
        background-position: right 10px center;
    }

    .select-styled.chosen-select span {
        background: #1F3684;
        color: white;
        padding: 5px 12px;
        border-radius: 15px;
        margin-right : 5px;
    }
    .select-styled.disabled {
        pointer-events: none;
        background: #e9ecef !important;
    }

.select-btn-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px 15px;
    border-radius: 30px;
    border: 0.5px solid #1F3684;
    color: #1F3684;
    background-image: url("../../images/ic-caret-down.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    display: flex;
    align-items: center;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    box-shadow: 0px 0px 1px #888888;
    transition: visibility 0s, opacity 0.5s linear;
    max-height: 320px;
    overflow-y: auto;
}

    .select-options li {
        margin: 0;
        padding: 12px 15px;
        border-bottom: 0.5px solid #2D2E33;
    }
    .select-options.multi-select li {
        border-bottom: 0.5px solid #ffffff;
    }
    .select-options.multi-select .multi-selected {
        background: #1F3684;
        color: white;
    }
        .select-options li:hover {
            background-color: #F5F5F5;
        }
    .select-options.multi-select .multi-selected.disabled {
        background: #e2e2e2;
        color: black;
    }
        .select-options li.disabled:hover {
            background: #e2e2e2;
        }

.footer .select-styled {
    border: none !important;
    background-color: #57689E;
    padding: 10px 15px;
    background-image: url("../../images/ic-caret-down-white.svg");
}

.footer .select-options {
    width: 150px;
    background-color: #57689E;
}

.language-selection {
    width: 100px;
}

.placeholder-custom {
    font-size: 14px;
    color: #8E929E;
}

/* custom input */

.form-group * {
    font-size: 14px;
}

.form-group input, select, textarea {
    border: 0;
    border-bottom: 1px solid #969DBA;
    background-color: #F5F5F5;
    padding: 10px;
    height: 45px;
}

label {
    display: flex;
    flex-direction: column;
}

    label span {
        color: #1F3684;
        margin-bottom: 4px;
    }

.row {
    padding-bottom: 30px;
}

.row-custom {
    padding-top: 30px;
}

.border-custom {
    border-bottom: 0.5px solid #2D2E33;
}

/* Custom summary */
.summary {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2D2E33;
}

    .summary .title {
        font-size: 18px;
        font-weight: 600;
        color: #1F3684;
    }

    .summary .transfer {
        width: 40%;
        display: flex;
        justify-content: space-between;
        color: #2D2E33;
        line-height: 2;
        padding: 0 20px;
        font-size: 14px;
    }

    .summary .receive {
        width: 40%;
        background-color: #F9F3ED;
        line-height: 2;
        display: flex;
        margin-top: 6px;
        padding: 8px 20px;
        justify-content: space-between;
    }

        .summary .receive span:first-child {
            font-size: 14px;
        }

        .summary .receive span:last-child {
            font-size: 16px;
            font-weight: 600;
        }

    .summary .submit-transfer button {
        padding: 12px 24px;
        margin-top: 30px;
    }

#toggle-icon {
    display: none;
}

/*    Responsive    */
@media (max-width: 578px) {
    .menu .menu-item, .menu .btn-logout {
        display: none;
    }
    .item-active a:after {
       
        border-bottom:none;
    }
    #toggle-icon {
        position: absolute;
        right: 10px;
        display: block !important;
        width: 50px;
        height: 50px;
        cursor: pointer;
        background-image: url("../images/toggle-menu.svg");
    }

    #toggle-menu-mobile {
        position: absolute;
        top: 95px;
        margin: 0 auto;
        height: 100vh;
        width: 100vw;
        background: #FFFFFF;
    }

        #toggle-menu-mobile .menu-item {
            width: 100vw;
            text-align: center;
            margin-top: 30px;
            margin-bottom: 30px;
        }

            #toggle-menu-mobile .menu-item:last-child {
                margin-top: 0px;
                padding-top: 50px;
            }

            #toggle-menu-mobile .menu-item a {
                color: #1F3684;
            }

            #toggle-menu-mobile .menu-item p {
                border-top: 1px solid #2D2E33;
                width: 100%;
            }

            #toggle-menu-mobile .menu-item .btn-logout {
                width: 180px;
                height: 40px;
                margin-top: 30px;
            }

    .footer {
        height: 40vh;
    }

    .language-selection {
        margin-top: 50px;
        margin-bottom: 60px;
    }

        .language-selection .select-options {
            width: 100%;
        }

    .copyright {
        text-align: center;
    }
}

@media (max-width: 415px) {
    
    .cbo-language {
        position: relative !important;
        margin-bottom: 50px;
    }

    .custom-select-language {
        width: 300px !important;
        margin: 0 auto !important;
    }

    #footer-logo {
        background-position: center;
    }

    .txt-copy-right {
        text-align: center !important;
    }

    #fg-title {
        font-size: 20px;
    }

    .footer-menu * {
        font-size: 9px;
        display: inline;
    }
    .menu-item a {
        margin: 0px 17.5px;
    }

    .footer-menu {
        height: 50px;
    }

    .culture-ddl {
        margin-left: 30px !important;
    }

    .footer {
        height: 40vh;
    }

    .language-selection {
        margin-top: 50px;
        margin-bottom: 60px;
    }

        .language-selection .select-options {
            width: 100%;
        }

    .copyright {
        text-align: center;
    }

    #accountDetail-modal .modal-body .sub-header .main-text {
        text-align: center;
        font-size: 14px!important;
    }
    #accountDetail-modal .modal-body .main-body .account-info label {
        font-size: 12px !important;
    }
    #accountDetail-modal .modal-body .main-body {
        padding: 0px;
    }
    #accountDetail-modal .modal-body{
        padding: 0px;
    }
        #accountDetail-modal .modal-body .form-group {
            margin-bottom: 0.75rem;
        }
        #accountDetail-modal .modal-body .row {
            padding-bottom: 5px;
        }
        #accountDetail-modal .modal-body .text-center button {
            padding: 4px 12px;
        }
    .card-section .card-item-container .card-example .group614-group614 {
        width: 339px !important;
        height: 205.03680419921875px !important;
    }
    .card-section .slide-sample .slideouter {
        width: 100% !important;
    }
    #export-transaction .modal-content .modal-body #form-export-transaction {
        width: 309px !important;
    }
        #export-transaction .modal-content .modal-body #form-export-transaction .modal-footer {
            width: 269px !important;
        }
    .modal-backdrop {
        width: 100% !important;
        height: 100% !important;
    }
    #updated-info-open-account .modal-dialog .modal-content {
        width: auto !important;
    }
    #account-info div.icon-tooltip div.tooltiptext {
        width: 400px !important;
        margin-left: -11px !important;
    }
/*CARD*/
    .card-section .card-item-container .group614-group614 {
        width: 339px !important;
        height: 205.03680419921875px !important;
    }

    .card-section .card-item-container .card-item-create .group614-group614-create {
        width: 339px !important;
        height: 205.03680419921875px !important;
    }

        .card-section .card-item-container .card-item-create .group614-group614-create button {
            width: 150px !important;
            padding-left: 5px !important;
            display: flex !important;
        }

            .card-section .card-item-container .card-item-create .group614-group614-create button img {
                padding: 3px !important;
            }

            .card-section .card-item-container .card-item-create .group614-group614-create button span {
                font-size: 14px !important;
            }


    .group614-frame604 {
        top: 65.01242065429688px !important;
        left: 260.2486267089844px !important;
        width: 50px !important;
        height: 53px !important;
        position: absolute;
    }

    .group614-vector20 {
        top: 75.01242065429688px !important;
        left: 30.1583251953125px !important;
        width: 40px !important;
        height: 28px !important;
        position: absolute;
    }

    .group614-text {
        top: 161.417068px !important;
        left: 30.1583251953125px !important;
        width: 245px;
        height: auto;
    }

    .group614-text2 {
        top: 132.622635px !important;
        left: 30.1583251953125px !important;
        width: 144px;
        height: auto;
    }

    .group614-text4 {
        top: 147.705566px !important;
        left: 30.1583251953125px !important;
        width: 101px;
        height: auto;
    }

    .group614-text6 {
        top: 116.168823px !important;
        left: 30.1583251953125px !important;
        width: 158px;
        height: auto;
    }

    .group614-group609 {
        top: 16.614365px;
        left: 30.1583251953125px !important;
        width: 57.37456130981445px;
        height: 43.90385818481445px;
    }

    .group614-frame605 {
        top: 0px;
        left: 0px;
        width: 57px;
        height: 44px;
        position: absolute;
    }

    .group614-group610 {
        top: 113.426208px !important;
        left: 220.2486267089844px !important;
        width: 112.34180450439453px;
        height: 66.12100219726562px;
    }
    .group614-frame605 {
        top: 0px;
        left: 0px;
        width: 47px !important;
        height: 34px !important;
        position: absolute;
    }
    .custom-btn-back {
        font-size: 14px;
        margin-top: 20px!important;
    }
    #btn-create-associate {
        font-size: 10px !important;
        padding: 0px 15px !important;
    }
    #btn-create-deposit {
        font-size: 10px !important;
        padding: 0px 15px !important;
    }
    #list-beneficary-modal .modal-body div.right-section .search {
        min-width: 230px !important;
    }
    .submit-transfer > div.button-group > button {
        padding: 8px 17px !important;
        font-size: 10px !important;
    }
    #openDedicatedWalleted .modal-content {
        width: 100% !important;
    }
        #openDedicatedWalleted .modal-content #popup-title {
            text-align: center;
            border-radius: 10px;
            padding: 10px 10px !important;
            width: 364px !important;
            font-size: 20px !important;
        }
    .otp-form {
        width: auto !important;
    }
        .otp-form .otp-input {
            max-width: 35px !important;
            text-align: center;
            margin-right: 0.3rem !important;
        }
    .account-dashboard .tooltiptext {
        visibility: hidden;
        display: block;
        width: 370px !important;
        background-color: white;
        color: black;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        margin-left: 0px !important;
        top: -242% !important;
        left: 0% !important;
        border: 1px solid black;
        text-align: center;
    }
    .tooltip-content {
        font-size: 11px !important;
    }
    .icon-tooltip:active .tooltiptext {
        visibility: visible;
    }
    .icon-tooltip:hover .tooltiptext {
        visibility: visible;
    }
    .table-row {
        display: block!important;
        word-spacing: 2px;
        justify-content: center;
        overflow: hidden;
        word-wrap: break-word;
    }
    #popupRequestResetPassword .modal-dialog {
        width: auto !important;
    }
    #submit-successfull .modal-dialog .modal-content {
        width: auto !important;
    }

    #updated-info .modal-dialog .modal-content {
        width: auto !important;
    }

    #termcondition .modal-dialog .modal-content {
        width: auto !important;
    }

        #termcondition .modal-dialog .modal-content #form_termcondition div.btn-next {
            margin-top: 10px !important;
        }
            #termcondition .modal-dialog .modal-content #form_termcondition div.btn-next #buttonNextTerm {
                padding: 15px 35px !important;
            }

    #mobile-phone-input .col-sm-4 {
        width: 100px!important;
    }
    #mobile-phone-input .col-sm-8 {
        width: 311px!important;
    }
    #form-create-card .summary .title {
        width: 100% !important;
    }
     #dtBasicExample {
        display: none;
    }

    #tableWithMobile {
        display: inherit !important;
        padding: 0px 20px;
    }

        #tableWithMobile .row {
            padding-bottom: 10px;
            padding-top: 10px;
        }

        #tableWithMobile p {
            margin-bottom: 0;
        }

        #tableWithMobile .row:nth-of-type(even) {
            background-color: #F5F5F5 !important;
        }

        #tableWithMobile .row:nth-of-type(odd) {
            background-color: #FFFFFF !important;
        }

    #tableBeneficaryWithMobile {
        display: inherit !important;
        padding: 0px 20px;
    }

        #tableBeneficaryWithMobile .row {
            padding-bottom: 10px;
            padding-top: 10px;
        }

        #tableBeneficaryWithMobile p {
            margin-bottom: 0;
        }

        #tableBeneficaryWithMobile button {
            padding: 8px 15px !important;
            font-size: 10px !important;
            height: auto !important;
            width: fit-content !important;
            min-width: 100px !important;
        }

        #tableBeneficaryWithMobile .row:nth-of-type(even) {
            background-color: #F5F5F5 !important;
        }

        #tableBeneficaryWithMobile .row:nth-of-type(odd) {
            background-color: #FFFFFF !important;
        }

}


@media only screen and (min-width: 1920px) {
    .container {
        max-width: 1920px !important;
    }

        .container.header {
            padding-left: 120px;
            padding-right: 120px;
        }

    .container-fluid.sub-header {
        padding-left: 120px;
        padding-right: 120px;
    }

    .container.main-body {
        padding-left: 120px;
        padding-right: 120px;
    }

    .row.container.sub-header-content {
        padding-right: 0px;
        padding-left: 0px;
    }

        .row.container.sub-header-content .col-lg-6 {
            padding-right: 0px;
            padding-left: 0px;
        }
}
.hide-class {
    display: none !important;
}
#continue-register-kyc .modal-footer {
    /*margin: auto;
    display: grid;*/
    margin: auto;
    width: 100%;
    text-align: center;
    display: block;
}
#kyc-update-profile .modal-footer {
    /*margin: auto;
    display: grid;*/
    margin: auto;
    width: 100%;
    text-align: center;
    display: block;
}
#continue-register-kyc .modal-body .bold {
    font-weight: 700;
    color: #1F3684;
}
#continue-register-kyc .modal-header .bold {
    font-weight: 700;
    color: #1F3684;
}

#kyc-update-profile .modal-header .bold {
    font-weight: 700;
    color: #1F3684;
}

#continue-register-kyc .modal-body p.bold {
    width: 100%;
}
#continue-register-kyc .modal-body .custom-indent {
    text-indent: 20px;
    display: block;
}

    #continue-register-kyc .modal-footer button.btn-dashboard {
        width: 200px !important;
        font-size: 14px !important;
        margin-top: 30px !important;
    }
#kyc-update-profile .modal-body .custom-indent {
    text-indent: 20px;
    display: block;
}

    #kyc-update-profile .modal-footer button.btn-dashboard {
        width: 200px !important;
        font-size: 14px !important;
        margin-top: 30px !important;
    }

#menu-item-iban {
    height: fit-content;
}

.copyright-content span:before {
    color: #ffff;
}
.place-holder {
    position: absolute;
    pointer-events: none;
    padding: 12px 14px;
    color: gray;
}
.select{
    position:relative;
}
.red-bell {
    position: relative;
    left: -22px;
    bottom: 6px;
    width: 13px;
}
}

/* Cards */
.card-selected-group {
    display: flex !important;
    width: 420px !important;
    align-items: center !important;
}

    .card-selected-group span {
        width: 160px;
    }

    .card-selected-group .selected-card {
        width: 200px;
    }

.pin-form .pin-input {
    font-size: 40px;
    padding: 5px 10px 10px 10px;
    width: 40px;
    height: 35px;
    max-width: 40px;
    text-align: center;
    margin-right: .5rem;
}
.btn-disabled {
    border-color: #DEDEDE !important;
    background-color: #DEDEDE;
    color: #FFFFFF !important;
}
.card-warning-color {
    color:#E30066
}
.btn-mini-table {
    font-size: 12px;
    padding: 2px 6px;
    width: 120px;
}
.input-group {
    display: flex;
    justify-content: end;
}
.input-group input{
    flex-grow: 2;
}
.input-group-append .input-group-text {
    background-color: #F5F5F5;
    border-bottom: 1px solid #969DBA;
}