

@font-face {
    font-family: Proxima Nova;
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Light.woff2') format('woff2'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Proxima Nova;
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Proxima Nova;
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


a, a:hover {
    text-decoration: none;
    outline: none;
}

p,
a,
label,
input,
button,
body, h1, h2, h3, h4, h5, h6 {
    font-family: Proxima Nova, sans-serif;
    font-weight: 400;
}

body, p, input {
    font-size: 17px;
    line-height: 20px;
    color: #333333;
    letter-spacing: 0.01em;
}

    input[type=date] {
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }

.bootstrap-select .dropdown-toggle:focus,
a:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.page-loader {
    display: none;
    position: absolute;
    width: calc(100% - 350px);
    z-index: 99999;
    top: 50%;
    left: 300px;
    margin-top: -11px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto,
.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto,
.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 20px;
    padding-left: 20px;
}

.mb-40 {
    margin-bottom: 40px
}

.btn {
    text-decoration: none;
}

/*==========Account pages===========*/

.h1--tag {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 47px;
    color: #fff;
}

label.name--chk {
    position: absolute;
    top: 9.5%;
    left: 4%;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    white-space: nowrap;
    color: #000;
}

.form-control:focus {
    box-shadow: none;
}

.full--height {
    height: 100vh;
    min-height: 750px;
}

.account--page {
    background: #1B1B1B;
}

.account--wrapper .row {
    margin: auto;
    height: 100%;
    align-items: center;
}

.login--bg {
    background: url('../images/login-background.png');
}

.change--bg {
    background: url('../images/reset-background.png');
}

.cover--background {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.form--col--7 {
    position: static;
}

.brand--logo {
    padding: 2% 0 1% 2%;
    position: absolute;
    top: 0;
}

.form--wrapper {
    padding: 10% 24% 10% 18%;
}

.form-body {
    margin-top: 37px;
}

.float-form .form-group {
    position: relative;
    margin-bottom: 40px;
}

    .float-form .form-group label {
        position: absolute;
        pointer-events: none;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        margin-bottom: 0px;
        left: 0;
        top: 11px;
        padding: 0;
        font-size: 20px;
        line-height: 20px;
        color: #FFFFFF;
    }

.float-form .form-control {
    height: 60px;
    border-radius: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
}

.float-form input.form-control[type="password"] {
    letter-spacing: 0.15em;
}

.float-form .form-control:focus ~ label {
    top: -16px;
    font-size: 19px;
    background-color: transparent;
}

.float-form .form-control:focus + label,
.float-form .form-control:not(:placeholder-shown) + label, .account--page input:-webkit-autofill + label {
    top: -16px;
    background-color: transparent;
    font-size: 17px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.7);
}

.links {
    padding: 25px 0 0;
}

    .links a {
        font-size: 20px;
        line-height: 24px;
        color: #fff;
    }

.action-button {
    margin-top: 40px;
}

    .action-button .btn {
        background: #FFFFFF;
        box-shadow: 0px 11px 14px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        width: 100%;
        height: 60px;
        line-height: 60px;
        padding: 0;
        font-size: 24px;
        color: #000000;
        border: 0;
    }

.p--tag {
    font-size: 17px;
    line-height: 25px;
    color: #888888;
    padding-bottom: 5px;
}



/*==========dashboard pages===========*/

h3 {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #111111;
}

h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #111111;
}

.sidebar--panel {
    width: 298px;
    height: 100vh;
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    padding: 17px;
}

.navigation ul {
    padding: 0
}

    .navigation ul li {
        border-radius: 10px;
        height: 53px;
        line-height: 53px;
        padding: 0 25px;
        list-style: none;
    }

.navigation {
    height: calc(100% - 150px);
    min-height: 650px;
    position: relative;
}

    .navigation .Logout {
        position: absolute;
        bottom: 0;
    }

    .navigation ul li.active {
        background: #000;
    }

        .navigation ul li.active a {
            color: #fff;
        }

    .navigation li a {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.01em;
        color: #000000;
    }

.user--detail {
    display: flex;
    padding: 20px 0 50px;
    align-items: center;
}

.user--img {
    padding-right: 15px;
}

    .user--img img {
        width: 55px;
        height: 55px;
        object-fit: cover;
        border-radius: 100%;
    }

.about--user h4 {
    font-weight: normal;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #424242;
    margin-bottom: 7px;
}

.about--user p {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.01em;
   /* color: #5F7D95;*/
    margin-bottom: 0;
}

.admin--panel {
    padding: 7px 0px 7px 298px;
    height: 100vh;
    min-height: 750px;
}

.admin--panel-inner {
    min-height: calc(100vh - 14px);
    background-image: url('../images/sit--main--background.jpg');
    background-size: cover;
    border-radius: 20px 0px 0px 20px;
    background-position: bottom;
    padding: 32px 52px 80px;
    position: relative;
}

.title--bar {
    margin-bottom: 32px;
    padding: 0 10px;
}

    .title--bar h1 {
        font-weight: bold;
        font-size: 28px;
        line-height: 1.2;
        color: #242424;
        margin-bottom: 0
    }

    .title--bar .h1--28 {
        font-size: 28px;
        line-height: 32px;
    }

.card-box {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
}

#myCarousel {
    width: 100%;
    margin: auto;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 38px;
    height: 38px;
}

.carousel-control-prev-icon {
    background-image: url('../images/left.png');
}

.carousel-control-next-icon {
    background-image: url('../images/right.png');
}

.carousel-item--inner figure {
    margin-bottom: 22px;
}

.carousel-item--inner h3 {
    max-width: 600px;
    margin: 0 auto 20px;
}

.price--box {
    border: 1px solid #111111;
    border-radius: 10px;
    padding: 20px;
}

    .price--box p {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0.01em;
        color: #000000;
        margin-bottom: 10px;
    }

    .price--box h4 {
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 0.01em;
        font-weight: 700;
        margin-bottom: 0;
    }

    .price--box.price--box--light {
        background: #111111;
        margin-bottom: 30px;
        margin-top: 20px;
    }

        .price--box.price--box--light p, .price--box.price--box--light h4 {
            color: #fff
        }

.bottom--bar.text-right {
    position: absolute;
    width: 100%;
    bottom: 10px;
    right: 60px;
}

.bottom--bar p {
    letter-spacing: 0.01em;
    color: #000000;
}

.recent-transaction-topsection {
    margin-left: auto;
    margin-right: auto;
    background: #EFEFF5;
    border-radius: 10px;
    overflow: hidden;
}

    .recent-transaction-topsection .col-md-3,
    .recent-transaction-topsection .col-md-6 {
        padding: 0;
    }

    .recent-transaction-topsection .card-box {
        border-radius: 0;
        background: #f0f0f0;
        height: 100%;
    }

        .recent-transaction-topsection .card-box:hover,
        .recent-transaction-topsection .card-box:focus {
            background: #FAFAFA;
        }

    .recent-transaction-topsection h3 {
        font-weight: 600;
        font-size: 28px;
        line-height: 28px;
        padding-top: 8px;
    }

.h5-17 {
    font-size: 17px;
    line-height: 19px;
    font-weight: 400;
}

.slider-recent-transaction .carousel-item .h5-17 {
    max-width: 330px;
    margin: 0 auto;
}

.consent-section {
    padding-left: 30px !important;
}

.h5-17 span {
    display: block;
}

.recent-transaction-topsection .carousel-item--inner figure {
    margin-bottom: 17px;
}

.accordion .card-box {
    margin-bottom: 40px;
}

.accordion .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}

    .accordion .card-header .btn {
        font-size: 26px;
        line-height: 26px;
        letter-spacing: 0.01em;
        color: #000000;
        font-weight: 600;
        display: block;
        width: 100%;
        text-align: left;
        position: relative;
        text-decoration: none;
        padding: 0;
    }

.accordion .card-body {
    padding: 0;
}

.accordion .card-header .btn span {
    position: absolute;
    right: 16px;
}

.recent-transaction-topsection .carousel-control-prev-icon {
    background-image: url('../images/left-arrow-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    background-color: #DDDDDD;
    border-radius: 50%;
}

.recent-transaction-topsection .carousel-control-next-icon {
    background-image: url('../images/right-arrow-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    background-color: #DDDDDD;
    border-radius: 50%;
}

.recent-transaction-topsection .carousel-control-prev-icon:hover,
.recent-transaction-topsection .card-box:hover .carousel-control-prev-icon {
    background-color: #DDDDDD;
}

.recent-transaction-topsection .carousel-control-next-icon:hover,
.recent-transaction-topsection .card-box:hover .carousel-control-next-icon {
    background-color: #DDDDDD;
}

    .recent-transaction-topsection .card-box:hover .carousel-control-prev-icon:hover,
    .recent-transaction-topsection .card-box:hover .carousel-control-next-icon:hover {
        background-color: #f0f0f0;
    }

.data-table table {
    width: 100%;
}

.data-table .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.data-table table th {
    background: #BFBFBF;
    padding: 18px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #000000;
}

.th {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.data-table th:first-child, .data-table td:first-child {
    border-radius: 10px 0 0 10px;
    padding-left: 35px;
}

.data-table th:last-child, .data-table td:last-child {
    border-radius: 0 10px 10px 0;
    padding-right: 35px;
}

.data-table tr td {
    background: #EBEBEB;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #333333;
    margin: 4px 0;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

    .data-table tr td:first-child {
        padding-left: 35px;
    }

    .data-table tr td:last-child {
        padding-right: 35px;
    }

.data-table tr:hover td {
    background: #333333;
    color: #fff;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #C4C4C4;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 8px;
    background-color: #C4C4C4;
    border-radius: 10px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000;
}

body div.dataTables_wrapper div.dataTables_info {
    padding-top: 14px;
    white-space: nowrap;
    margin-top: 0;
    text-align: left;
    justify-content: flex-start;
}

.transaction-logs-header {
    margin-top: 40px;
    margin-bottom: 13px;
}

.dataTables_scrollHeadInner, table.dataTable.no-footer {
    width: 100% !important
}

.transaction-logs-header ul {
    padding: 0;
    display: flex;
    margin: 0;
}

.page-item.active .page-link {
    background-color: #000000;
    border-color: #000000;
}

.page-link {
    color: #000000
}

.dataTables_scroll {
    margin: 10px 0 20px;
}

.transaction-logs-header ul li {
    list-style: none;
    margin-right: 12px;
}

    .transaction-logs-header ul li label {
        font-weight: 600;
        font-size: 17px;
        line-height: 17px;
        color: #333333;
        display: block;
        padding-bottom: 3px;
    }

.btn-gray:focus, .btn-gray {
    background: #E2E2E2;
    height: 44px;
    border-radius: 8px;
    border: 0;
    padding-left: 10px;
    outline: none;
    color: #000000;
}

.btn.btn-small {
    height: 44px;
    width: 44px;
    background: #E2E2E2;
    border-radius: 8px;
}

.btn-red {
    margin-left: 6px;
}

.right--action--button .btn-gray:hover {
    background: #FFBCBC
}

.button--notification .btn-gray:focus, .button--notification .btn-gray,
.right--action--button .btn-gray:focus, .right--action--button .btn-gray {
    height: 44px;
    width: 44px;
    border-radius: 8px;
    border: 0;
    outline: none;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    line-height: inherit;
    font-size: inherit;
    padding: 13px;
}

.dataTables_scrollBody {
    margin-top: 10px;
}

.button--notification .btn-gray:focus, .button--notification .btn-gray {
    padding: 10px;
}

    .right--action--button .btn-gray:focus img, .right--action--button .btn-gray img,
    .button--notification .btn-gray:focus img, .button--notification .btn-gray img {
        display: block;
        margin: 0 auto;
    }


.dataTables_info {
    margin-top: 34px;
    line-height: 17px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .dataTables_info .dropdown {
        margin-right: 25px;
    }

        .dataTables_info .dropdown button,
        .dataTables_info.text-right .dropdown button:focus {
            width: 74px;
            background: #E2E2E2;
            border: 0;
            height: 36px;
            font-size: 17px;
            line-height: 23px;
            color: #333333;
            outline: none;
        }

.transaction-logs-header .row {
    align-items: flex-end;
}

.transaction-logs-header .dropdown-toggle {
    background: #E2E2E2;
    height: 44px;
    border-radius: 8px;
    border: 0;
    padding-left: 10px;
    outline: none;
    color: #000000;
    width: 100%;
    padding: 8px;
}

.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background: url('../images/right-arrow.png');
    background-size: cover;
    vertical-align: middle;
    top: -2px;
    position: relative;
    right: 4px;
}

.th.text-center {
    justify-content: center;
}

.th.text-right {
    justify-content: flex-end;
}

.actions a,
.actions .btn {
    background: transparent;
    padding: 0;
    margin: 0 7px;
    line-height: initial;
}
/*.data-table.finance-table {
    height: 458px;
}*/
tr .actions a svg,
tr .actions .btn svg,
tr .actions a.btn {
    color: #000;
}

tr:hover .actions a svg,
tr:hover .actions .btn svg,
tr:hover .actions a.btn {
    color: #fff;
}

.header--sorting {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

input:focus, .dropdown-toggle:focus {
    outline: none;
}

.header--sorting .number input {
    text-align: center;
    width: 100px;
    margin: 0 8px;
    padding: 0;
}

.header--sorting .dropdown-toggle {
    height: 44px;
    background: #E2E2E2;
    border-radius: 8px;
}
/*.title-header .title--bar {
    margin-bottom: 0;
 }*/
.number span {
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 21px;
    line-height: 27px;
    border-radius: 100%;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
}

    .number span.minus {
        font-size: 30px;
        line-height: 21px;
    }

.number {
    display: flex;
    align-items: center;
}

.header--sorting .dropdown.bootstrap-select {
    width: 150px;
    max-width: 166px;
    margin: 0 15px;
}

.data-table.ecf-table {
    height: auto;
    overflow: auto;
}

.accordion-faq .card-box {
    margin-bottom: 15px;
    padding: 15px 20px;
}

    .accordion-faq .card-box:hover {
        background: #f7f7f7;
    }

.accordion-faq .card-header {
    padding: 0;
    background: transparent;
    border-bottom: 0;
    position: relative;
}

    .accordion-faq .card-header button {
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: 0.01em;
        color: #000000;
        padding: 0;
        text-decoration: none;
        padding-right: 35px;
    }

.accordion-faq .btn {
    text-align: left;
    white-space: unset;
}

    .accordion-faq .btn.btn-link.collapsed::after {
        content: "+";
        width: 25px;
        height: 25px;
        display: block;
        background: #000;
        text-align: center;
        color: #fff;
        line-height: 27px;
        font-size: 20px;
        font-weight: 600;
        border-radius: 100%;
        position: absolute;
        right: 8px;
        top: 4px;
    }

    .accordion-faq .btn.btn-link::after {
        content: "-";
        width: 25px;
        height: 25px;
        display: block;
        background: #000;
        text-align: center;
        color: #fff;
        line-height: 24px;
        font-size: 20px;
        font-weight: 600;
        border-radius: 100%;
        position: absolute;
        right: 8px;
        top: 4px;
    }

        .accordion-faq .btn.btn-link.collapsed::after:hover,
        .accordion-faq .btn.btn-link::after:hover {
            background: rgb(0 0 0 / 0.6)l
        }

.title--faq h1 {
    font-size: 44px;
    line-height: 54px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 7px
}

.title--faq p {
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 0.01em;
    color: #6E7173;
}

.title--faq h2 {
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 0.01em;
    color: #6E7173;
}

.accordion-faq .card-body {
    padding: 0;
    font-size: 17px;
    line-height: 1.4;
    color: #333333;
    padding-top: 15px;
    border-top: 1px solid #EBEBEB;
    margin-top: 10px;
}


/*========payment==========*/
.payment-tabs .nav.nav-pills li {
    margin-right: 11px;
}

.payment-tabs .nav-pills .nav-link {
    background: #E2E2E2;
    border-radius: 4px;
    height: 54px;
    padding: 0 27px;
    line-height: 54px;
    font-weight: 600;
    font-size: 17px;
    color: #333333;
}

.payment-tabs .nav-pills a.nav-link.active {
    background: #000000;
    color: #fff;
}

.payment--tab--title h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #000000;
    margin-top: 37px;
}

.form-group-payment {
    margin-bottom: 25px;
}

    .form-group-payment label {
        line-height: 17px;
        color: #000;
        display: block;
        margin-bottom: 0;
    }

    .form-group-payment .form-control {
        height: 42px;
        border: 1px solid #CCCCCC;
        margin-top: 12px;
        line-height: 42px;
        padding: 0 18px;
    }

    .form-group-payment .input-group .form-control {
        margin-top: 0;
    }

    .form-group-payment .input-group {
        margin-top: 12px;
    }

    .form-group-payment textarea.form-control {
        height: 80px;
        resize: none;
    }

    .form-group-payment .p-small {
        font-size: 12px;
        line-height: 12px;
        color: #666666;
        margin: 0;
        min-height: 12px;
        margin-top: 4px;
        margin-bottom: -4px;
    }

    .form-group-payment .bootstrap-select.form-control {
        padding: 0
    }

        .form-group-payment .bootstrap-select.form-control .btn-light {
            background: transparent;
            border: 0;
            padding: 0;
            height: 42px;
            line-height: 35px;
            padding: 0 18px;
            opacity: 0.4;
        }

    .form-group-payment .dropdown-toggle::after, .form-group-payment .dropup .dropdown-toggle::after {
        top: -5px
    }

.payment--form--wrapper {
    margin-top: 22px;
}

    .payment--form--wrapper .col-md-6, .payment--form--wrapper .col-md-7, .payment--form--wrapper .col-md-3, .payment--form--wrapper .col-md-4, .payment--form--wrapper .col-md-12 {
        padding-left: 14px;
        padding-right: 14px;
    }

    .payment--form--wrapper .btn.btn-submit {
        background: #000000;
        border-radius: 4px;
        padding: 14px 44px;
        font-size: 17px;
        line-height: 17px;
        color: #FFFFFF;
        font-weight: 400;
    }


.form-group-payment input.form-control[type="file"] {
    padding: 4px 6px;
    line-height: 26px;
    opacity: 0.8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.icon-notifi img {
    width: 22px;
}

.icon-submit img {
    width: 28px;
}

.payment--check--img img {
    width: 100%;
}

.payment--check {
    margin: 18px 0 35px;
    position: relative;
}

.payment--input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

    .payment--input input {
        background: transparent;
        border: 0;
        opacity: 0.6
    }

    .payment--input .chk--date {
        position: absolute;
        right: 6%;
        width: 19%;
        top: 11.5%;
    }

        .payment--input .chk--date + .field-validation-error {
            position: absolute;
            top: 18%;
            right: 5%;
        }

    .payment--input .chk--price {
        position: absolute;
        right: 5.3%;
        top: 43%;
        font-size: 20px;
        font-weight: 600;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: default;
    }

        .payment--input .chk--price + .field-validation-error {
            position: absolute;
            right: 5%;
            top: 50.5%;
        }

    .payment--input .chk--paydetail {
        position: absolute;
        top: 44%;
        left: 16%;
        width: 46%;
        font-size: 20px;
        font-weight: 600;
        cursor: default;
    }

        .payment--input .chk--paydetail + .field-validation-error {
            position: absolute;
            top: 50.5%;
            left: 16%;
        }

    .payment--input .chk--paydetail2 {
        position: absolute;
        top: 55%;
        left: 5%;
        width: 46%;
    }

.info--tilte {
    padding-bottom: 20px;
    margin-top: 30px;
}

    .info--tilte p {
        border-bottom: 1px solid #333333;
        padding-bottom: 13px;
        font-size: 12px;
        line-height: 12px;
        color: #444444;
    }

    .info--tilte h4 {
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
    }

    .info--tilte h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        text-align:start;
    }



.radio--group input[type='radio']:checked {
    box-shadow: 0 0 0 2px black;
}

.radio--group input[type='radio']:before {
    content: '';
    display: block;
    width: 75%;
    height: 77%;
    margin: 2px;
    border-radius: 100%;
}

.radio--group input[type='radio']:checked:before {
    background: #000;
}

.radio--group--input {
    display: flex;
    align-items: center;
    margin-right: 60px
}

.radio--group {
    display: flex;
    margin-top: 30px;
    padding-bottom: 10px;
    cursor: pointer;
}

    .radio--group input[type='radio'] {
        -webkit-appearance: none;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        outline: none;
        box-shadow: 0 0 0 1px #000000;
        margin-right: 10px;
    }

.toggle--bar, .close--panel {
    display: none;
}


.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    line-height: 28px;
    user-select: none;
}

.select--picker {
    height: 44px;
    border-radius: 8px;
    border: 0;
    padding-left: 10px;
    outline: none;
    color: #000000;
    padding: 0 40px 0 16px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #E2E2E2;
    background-image: url('../images/dropdown-arrow.svg');
    background-repeat: no-repeat;
    background-position: center right 13px;
    background-size: 13px;
}

.form-group-payment .select--picker {
    height: 42px;
    border-radius: .25rem;
    border: 1px solid #CCCCCC;
    margin-top: 12px;
    line-height: 42px;
    padding: 0 18px;
    background-color: #ffffff;
}

.date--icons {
    background-image: url('../images/date-icon.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center right 12px !important;
    background-size: 20px !important;
    padding-right: 40px !important;
}

.button--notification {
    position: relative;
    margin-bottom: 20px;
}

    .button--notification .btn-gray:focus,
    .button--notification .btn-gray:hover {
        cursor: pointer;
        outline: none !important;
        background: #FFBCBC;
        position: relative;
    }

/*    .button--notification .btn-gray:after {
        content: "";
        display: none;
        width: 0;
        height: 0;
        border-top: 15px solid #ffbcbc;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        bottom: -14px;
        left: 50%;
        margin-left: -10px;
    }

    .button--notification .btn-gray:hover:after {
        display: block;
    }*/

.notification-popup {
    position: absolute;
    top: calc(100% + 15px);
    right: 20px;
    width: 336px;
    padding: 9px 18px;
    background: #FFBCBC;
    border: 1px solid #FFBCBC;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

/* Show the submit notification popup by default */
.icon-submit + .notification-popup {
    width: 411px;
    opacity: 1;
    visibility: visible;
}

.button--notification .icon-submit:hover,
.button--notification .icon-notifi:hover {
    cursor: pointer;
}

/*     Show notification popup when hovering the notification button */
    .button--notification .icon-notifi:hover + .notification-popup {
        opacity: 1;
        visibility: visible;
        display: inline-block;
    }

/*     Hide the submit notification when hovering the notification button */
    .button--notification .icon-notifi:hover ~ .icon-submit + .notification-popup {
        opacity: 0;
        visibility: hidden;
        display: none;
    }

/*     Show submit notification popup when hovering the submit button */
    .button--notification .icon-submit:hover + .notification-popup {
        opacity: 1;
        visibility: visible;
        display: inline-block;
    }

.notification-popup a {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

    .notification-popup a:hover {
        opacity: 0.7;
    }
.important--ecf--table th .text-right {
    padding-right: 10px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: transparent !important;
    border-color: #fff !important;
}

    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: none !important;
    }


.account--page input:-webkit-autofill,
.account--page input:-webkit-autofill:hover,
.account--page input:-webkit-autofill:focus,
.account--page textarea:-webkit-autofill,
.account--page textarea:-webkit-autofill:hover,
.account--page textarea:-webkit-autofill:focus,
.account--page select:-webkit-autofill,
.account--page select:-webkit-autofill:hover,
.account--page select:-webkit-autofill:focus {
    border-color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
    opacity: 0.5 !important;
    bottom: 50% !important;
    margin-bottom: -5px !important;
    font-family: 'Glyphicons Halflings';
}

.data-table table th:focus {
    outline: none !important;
}


.dataTables_wrapper .dataTables_filter {
    display: none;
}

@media screen\0 {
    .float-form .form-group label {
        top: -16px
    }
}

a.link {
    color: #ffffff !important;
}

    a.link:hover {
        color: #888888 !important;
    }

.validation-summary-errors ul {
    padding: 0px;
}

.validation-summary-errors ul li {
    list-style: none;
}

.alert-info {
    color: #333333;
    border-color: #ffffff;
}
.paymentdatepicker.form-control[readonly] {
    background-color: inherit;
    opacity: 1;
}

.mt-30px{
    margin-top:30px!important;
}

.mt-12px {
    margin-top: 12px !important;
}

.spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #333333;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

.non-profit-rdbtn{
    top: -3px;
}

.verified-symbl {
    font-size: 25px;
    color: green
}

.non-verified-symbl {
    font-size: 25px;
    color: yellow;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

.ach_verified-symbl {
    font-size: 25px;
}

.ach_verified-green {
    color: green;
    opacity: 1;
    cursor: pointer;
}

.ach_verified-faded {
    color: gray;
    opacity: 0.5;
    cursor: pointer;
}

.ach_ach_custom-error {
    color: #dc3545;
}

.ach_custom-error {
    color: #dc3545;
}

.check_verified-symbl {
    font-size: 25px;
}

.verified-green {
    color: green;
    opacity: 1;
    cursor: pointer;
}

.verified-faded {
    color: gray;
    opacity: 0.5;
    cursor: pointer;
}

.custom-error {
    color: #dc3545;
}

.wd_verified-symbl {
    font-size: 25px;
}

.wd_verified-green {
    color: green;
    opacity: 1;
    cursor: pointer;
}

.wd_verified-faded {
    color: gray;
    opacity: 0.5;
    cursor: pointer;
}

.wd_custom-error {
    color: #dc3545;
}
.wint_verified-symbl {
    font-size: 25px;
}

.wint_verified-green {
    color: green;
    opacity: 1;
    cursor: pointer;
}

.wint_verified-faded {
    color: gray;
    opacity: 0.5;
    cursor: pointer;
}

.wint_custom-error {
    color: #dc3545;
}

.cursor-pointer {
    cursor: pointer;
}
.loginCheckbox {
    position: absolute;
    margin-top: 2.8px;
    margin-left: -1.25rem;
}

.info-note {
    padding: 12px 15px;
    margin-bottom: 20px;
    background-color: #FFF9E6;
    border-left: 4px solid #FFC107;
    font-size: 17px;
    line-height: 20px;
    color: #333;
}

    .info-note strong {
        font-weight: 600;
    }