@font-face {
    font-family: "din-next-lt-w23-regular";
    src: url("../fonts/din-next-lt-w23-regular.ttf");
}

* {
    font-family: "din-next-lt-w23-regular" !important;
}

.text-primary {
    color: #0278A1 !important;
}

.text-secondary {
    color: #00AFB6 !important;
}

.text-gray {
    color: #747474 !important;
}

.header-title h6 {
    font-size: 1.1rem;
    line-height: 0.9;
    margin-bottom: 4px;
}

.hr {
    background: #e8e8e8;
    /* width: 90%; */
    margin: 0px 15px;
}

.hr hr {
    border: 0.1px solid #0278A1;
    width: 65%;
}

.btn-gray {
    box-shadow: none !important;
    font-size: 1rem !important;
    padding: .5rem 1.4rem 0.7rem 1.4rem !important;
}

.w-30 {
    width: 30%;
}

.w-70 {
    width: 70%;
}

.background-primary {
    background-color: #0278A1;
    border-radius: 0px !important;
}

.background-gray {
    background-color: #01B1B6;
    border-radius: 0px !important;

}

.background-lightgray {
    background-color: #E8E8E8;
    border-radius: 0px !important;
}

.background-white {
    /* background-white */
    background-color: white;
}

.dtl-btn {
    margin-left: 0 !important;
    padding: 6px !important;
    font-size: smaller;
}

.background-primary {
    background-color: #0278A1;
    border-radius: 8px;
}

.background-lightgray {
    background-color: #E8E8E8;
    border-radius: 8px;

}

.text-black {
    color: black !important;
}


/* modal changephone */
.change-phone .modal-content {
    border-radius: 16px;
    box-shadow: none !important;
    background: #F5F5F5;
}

.change-phone .modal-body {
    min-height: 68vh;
}

.change-phone .modal-body .row {
    padding-top: 5vh !important;
}

.change-phone .modal-footer {
    padding: 0;
    border-radius: 16px;
}

.change-phone .btn-sdb-primary {
    box-shadow: none !important;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background-color: #0278A1 !important;
}

.change-phone .modal-header .close {
    padding: 0.8rem;
    margin-top: -23px;
    font-size: 32px;
}


.change-phone .form-control {
    height: calc(3.25rem + -6px) !important;
    padding-left: 56px !important;
}

.change-phone .text-green {
    color: #12B4B6 !important;
}

.iti__selected-flag {
    padding: 0 8px 0 0px;
}

.iti__flag.iti__sa {
    display: none;
}

.iti {
    width: 100%;
}

.digit-group input {
    width: 12vw;
    height: 12vw;
    background-color: #E0E0E0;
    border: none;
    /* line-height: 18vw; */
    text-align: center;
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    color: white;
    margin: 0 4px;
    padding-bottom: 6px;
    border-radius: 4px;
    max-width: 56px;
    max-height: 56px;

}

.modal.pdf .modal-body {
    min-height: unset !important;
}

/* /// Success Animation */
.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #06A7AE;
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    /* background: #FFFFFF; */
    transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #06A7AE;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid #06a7ae7a;
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    /* background-color: #FFFFFF; */
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.balance-details {
    padding: 8px 44px;
    background: #E8E8E8;
    border-radius: 24px;
}

.text-01B0B7 {
    color: #01B0B7 !important;
}

.text-929292 {
    color: #929292 !important;
}

.last-transaction {
    padding: 2px 1.4rem !important;
    font-size: 12px;
    background: #E8E8E8;
    color: #3192B0;
}

.show-all {
    padding-left: 1.4rem !important;
}

.last-transaction span {
    /* margin: -14px; */
    color: #5F5F5F;
}

.last-transaction div:last-child {
    margin: auto 0px;
}

.marathon-progress {
    background: #C4C4C4 !important;
}

.marathon-progress .progress-bar {
    background: #01B1B6 !important;
    filter: unset !important;
}

.side-nav {
    padding-right: 16px;
    padding-left: 16px;
}

.custom-line-height {
    line-height: 2.4;
}

.menu-page hr {
    margin: 8px 0px;
}

.profile-img {
    background: #F3F3F3;
    border-radius: 54%;
    width: 95px;
    height: 95px;
    margin: 0 auto;
}

.dashboard section {
    font-size: 12px;
}

.no-border-radius {
    border-radius: 0px;
}

.w-35 {
    width: 35%;
}

.w-65 {
    width: 65%;
}
.filter-white{
    filter: brightness(0) invert(1);
}
.text-underline{
    text-decoration: underline;
}
main {
    margin-bottom: 16px !important;
    text-align: center;
}


div.main-tabs:first-of-type {
    margin-left: 16px !important;
    margin-right: 16px !important;
    padding: 0 4px;
}



#panel1011
.btn.my-3.waves-effect.z-depth-0.bold.btn_gray,
a.btn.my-3.waves-effect.z-depth-0.bold.btn_gray {
    margin-left: 16px;
    color: #518bab !important;
    text-decoration: unset;
}

.btn-gray {
    background-color: #EDEDED;
}



