.manager-title {
    font-size: 2rem;
    font-weight: 400;
    color: #165b9d;
}
.mb_2 {
    margin-bottom: 2rem !important;
}
.mb_0 {
    margin-bottom: 0 !important;
}

.side_menu {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.25rem;
}

.side_menu li {
    list-style: none;
    background-color: transparent;
}

.side_menu > li > a {
    font-family: "BoundedLight";
    font-size: 0.875rem;
    color: #165b9d;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0.75rem;
}

.side_menu > li.active > a {
    background-color: #ffffff;
    font-family: "BoundedRegular";
}

.menu-drop {
    cursor: pointer;
}

.menu-drop img {
    width: 1.2rem;
    transition: transform 0.3s ease;
}

.menu-item.open .menu-drop img {
    transform: rotate(180deg);
}

.submenu {
    background: #ffffff;
    border-radius: 0.75rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.menu-item.open > a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.menu-item.open .submenu {
    max-height: 30rem;
    padding: 0 1rem;
}

.submenu-item {
    padding: 0.2rem 0;
    padding-left: 0.5rem;
    font-family: "BoundedLight";
    margin-bottom: 1.25rem;
}

.submenu-item a {
    font-size: 0.85rem;
    color: #165b9d;
    width: 100% !important;
    display: block;
}

.submenu-item.active-sub, .submenu-item.active-sub2 {
    border-left: 4px solid #165b9d;
}

.submenu-item.active-sub a, .submenu-item.active-sub2 a {
    font-family: "BoundedRegular";
}

.bg-txt {
    font-size: 1.25rem;
}
.mb-2-25 {
    margin-bottom: 2.25rem !important;
}

.bank_card {
    display: flex;
    flex-direction: column;
    gap: 1.88rem;
    padding: 1.25rem;
    align-items: center;
    border-radius: 0.625rem;
    background: #ffffff;
}
.bank_card img {
    width: 11.25rem;
    height: 3.9375rem;
    object-fit: scale-down;
}

.bank_card_price {
    font-size: 1rem;
    font-family: "BoundedSemiBold";
    color: #165b9d;
}
.bank-term {
    font-size: 0.875rem;
    font-family: "BoundedLight";
    display: flex;
    align-items: center;
    gap: 0.62rem;
}
.bank-term img {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: cover;
}

.bank-term-num {
    font-size: 0.875rem;
    font-family: "BoundedSemiBold";
}
.bank_card_info {
    gap: 1rem;
}
.bank_card_informations {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.bank-time-img {
    width: 1.4rem !important;
    height: 1.4rem !important;
}

.main-bank-card {
    padding: 1.25rem;
    height: 100%;
    border-radius: 1.25rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(19, 156, 78, 0.5);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.800000190734863px);
}
.card-txt {
    font-size: 1rem;
    font-family: "BoundedLight";
    opacity: 0.6;
    margin-bottom: 0;
}
.card-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #0b1956;
}
.main-bank-card img {
    width: 100%;
    height: 13.8125rem;
    border-radius: 1.25rem;
    object-fit: cover;
    margin-bottom: 1.25rem;
}

.main-bank-card.blue-back {
    background: #165b9d;
    color: #ffffff;
}
.main-bank-card.blue-back .card-title {
    color: #ffffff;
}

.main-bank-card-bot {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.main-bank-card-bot .btn {
    width: 90%;
}

.log-img {
    width: 100%;
    border-radius: 1.25rem;
}
.log-inp {
    width: 100%;
    height: 3.125rem;
    padding: 0.625rem 1.25rem;
    border-radius: 0.625rem;
    border: 1px solid #165b9d;
    opacity: 0.7;
    font-family: "BoundedLight";
    font-size: 0.875rem;
    background: #fff;
    backdrop-filter: blur(50px);
}
.log-link {
    font-size: 0.875rem;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.login {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.err {
    color: red;
    font-size: 5rem;
}

.login.error .log-inp {
    border: 1px solid #ff0707;
}

.login.log2 {
    gap: 1.88rem;
}

.err-content {
    width: 100%;
    padding: 1.25rem;
    font-family: "BoundedSemiBold";
    border-radius: 0.625rem;
    font-size: 0.875rem;
    opacity: 0.7;
    background: #ff0707;
    color: #fff;
    backdrop-filter: blur(50px);
}

.err-text, .result p {
    color: #ff0707;
    font-size: 0.875rem;
    font-family: "BoundedLight";
}

.forgot-pass-img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    object-fit: cover;
}

.forgot-text-cen {
    display: flex;
    flex-direction: column;
    gap: 1.88rem;
    align-items: center;
    text-align: center;
    width: 39.375rem;
    margin: 5rem 0;
}

.password-needs {
    padding-left: 1rem;
}

.password-needs li {
    color: #ff0707;
    font-size: 0.875rem;
    font-family: "BoundedLight";
    margin-bottom: 1.25rem;
}
.password-needs li:last-child {
    margin-bottom: 0;
}
.password-needs.black li {
    color: black;
}

.inp-name {
    font-size: 0.875rem;
    font-family: "BoundedLight";
    margin-bottom: 0.62rem;
}
.inp-name span {
    color: #ff0707;
}
.mt-5 {
    margin-top: 0.5rem !important;
}
.mb-2-5 {
    margin-bottom: 2.5rem !important;
}

.file-input-wrapper {
    position: relative;
}

.file-fake-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.file-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.file-preview {
    display: none;
    margin-top: 12px;
    padding: 14px 16px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.file-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.img-icon {
    width: 3rem;
    height: 3rem;
}

.file-remove {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.btn.cancel {
    min-width: 13.5rem;
    font-family: "BoundedLight";
}
.change-btns {
    display: flex;
    gap: 1.25rem;
    justify-content: end;
}

.select-wrapper {
    position: relative;
}
.select-wrapper label {
    display: block;
    font-size: 0.875rem;
    font-family: "BoundedLight";
    color: #7a7979;
    margin-bottom: 0.375rem;
}
.select-wrapper select {
    width: 100%;
    height: 3.125rem;
    padding: 0.625rem 2.5rem 0.625rem 1.25rem;
    border-radius: 0.625rem;
    border: 1px solid #165b9d;
    opacity: 0.7;
    font-family: "BoundedLight";
    font-size: 0.875rem;
    color: #7a7979;
    background: #ffffff;
    backdrop-filter: blur(50px);
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.select-wrapper select:focus {
    opacity: 1;
    border-color: #165b9d;
}
.select-wrapper::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.75rem;
    color: #165b9d;
    pointer-events: none;
    width: 1.5rem;
    height: 1.5rem;
    background: url("/new-imgs/down.png") center / contain no-repeat;
}

.upload-label {
    display: block;
    margin-bottom: 0.375rem;
    font-family: "BoundedLight";
    font-size: 0.875rem;
    color: #000;
}

.upload-input {
    position: relative;
    width: 100%;
    height: 3.125rem;
    border-radius: 0.625rem;
    border: 1px solid #165b9d;
    background: #fff;
    backdrop-filter: blur(50px);
    overflow: hidden;
}

.upload-input input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.upload-placeholder {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: "BoundedLight";
    font-size: 0.875rem;
    color: #7a7979;
    opacity: 0.7;
    z-index: 1;
    pointer-events: none;
}

.upload-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background: url("/new-imgs/script.png") center / contain no-repeat;
}

.upload-icon--clip {
    right: 1rem;
}

.upload-preview {
    margin-top: 0.75rem;
    width: 100%;
    min-height: 3.125rem;
    border-radius: 0.75rem;
    border-radius: 0.625rem;
    opacity: 0.7;
    background: #fff;
    backdrop-filter: blur(50px);
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.875rem 1rem;
}

.upload-icon--file {
    position: static;
    transform: none;
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 auto;
    background: url("/new-imgs/Layer_1.png") center / contain no-repeat;
}

.upload-filename {
    font-family: "BoundedLight";
    font-size: 1rem;
    font-size: 0.875rem;
    color: #3b3b3b;
    flex: 1;
}

.upload-remove {
    width: 2rem;
    height: 2rem;
    border: 0;
    background: url("/new-imgs/x.png") center / contain no-repeat;
    cursor: pointer;
    flex: 0 0 auto;
}

.agree-row {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: -1rem;
}

.agree-check {
    width: 1.375rem;
    height: 1.375rem;
    border: 1px solid #165b9d;
    opacity: 0.8;
    border-radius: 0.3125rem;
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    cursor: pointer;
    position: relative;
    flex: 0 0 auto;
}

.agree-check:checked {
    background: linear-gradient(90deg, #165b9d 0%, #139c4e 100%);
    border-color: #165b9d;
}

.agree-check:checked::after {
    content: "";
    position: absolute;
    left: 0.45rem;
    top: 0.22rem;
    width: 0.3rem;
    height: 0.6rem;
    border: solid #fff;
    border-width: 0 0.125rem 0.125rem 0;
    transform: rotate(45deg);
}

.agree-text {
    font-family: "BoundedLight";
    font-size: 0.875rem;
    color: #000;
    cursor: pointer;
    user-select: none;
    max-width: 50rem;
}

.err-box {
    padding-left: 1rem;
    margin-bottom: 1rem;
}
.profile-top {
    width: 100%;
    margin-bottom: 2rem;
}
.profile-img {
    width: 9.375rem;
    height: 9.375rem;
    border-radius: 50%;
    object-fit: cover;
}
.profile-img.empty, .lil-pro-img.empty{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dddada;
    font-size: 2.6rem;
    text-transform: uppercase;
    font-weight: 700;
}
.lil-pro-img.empty{
    font-size: 1.3rem;
}
.pro-txt {
    color: #535862;
}

.profile-left {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.btn.linear {
    position: relative;
    background: linear-gradient(90deg, #165b9d 0%, #139c4e 100%);
    color: #fff;
    overflow: hidden;
    transition: opacity 0.35s ease-in;
}
.btn.linear::after {
    content: "";
    position: absolute;
    inset: 0;
    background: black;
    opacity: 0;
    transition: opacity 0.2s ease-in;
}
.btn.linear:hover::after {
    opacity: 1;
}
.btn.linear span {
    position: relative;
    z-index: 2;
}
.profile-btns {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 19rem;
}
.profile-btns .btn {
    width: 100%;
}

.log-inp.ready {
    color: #000;

}
.log-inp.ready::placeholder {
    color: #000;
    opacity: 0.8;
}

.mt-2-5 {
    margin-top: 2.5rem;
}
.rem-up {
    display: flex;
    gap: 1.5rem;
}
.rem-up a {
    font-size: 0.875rem;
    border-bottom: 1px solid black;
    font-family: "BoundedSemiBold";
}
.rem-up a:hover{
    border-color: transparent;
}
.linear-txt {
    background: linear-gradient(90deg, #165b9d 0%, #139c4e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid black;
}
.profile-gray-txt {
    color: #949191;
    font-size: 0.875rem;
    font-family: "BoundedLight";
    margin-top: 1rem;
}

.lil-pro-img {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    object-fit: cover;
}
.pro-lil-top {
    display: flex;
    gap: 2rem;
}
.agree-row.sec {
    margin-top: 0.75rem;
    align-items: center;
}
.inp-margin {
    margin-top: 2.5rem;
    margin-bottom: 3.5rem;
}

@media screen and (max-width: 992px) {
    .login-mob {
        flex-direction: column-reverse;
        gap: 1.5rem;
    }
    .manager-title {
        font-size: 1.75rem;
    }
    .bg-txt {
        font-size: 1.15rem;
    }
    .main-bank-card-bot {
        flex-direction: column;
        gap: 1.5rem;
    }
    .profile-top {
        flex-direction: column;
        padding: 0 10px;
    }
    .profile-btns {
        width: 100%;
    }
    .profile-btns .btn {
        width: 100%;
    }
    .profile-img {
        width: 7rem;
        height: 7rem;
    }
    .profile-left {
        gap: 1rem;
        margin-bottom: 1.25rem;
    }
    .manager-title {
        margin-bottom: 0.5rem;
    }
    .mob-dis {
        flex-direction: column;
    }
    .inp-margin1 {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    .inp-margin2 {
        margin-top: 0;
        margin-bottom: 2.25rem;
    }
    .pro-lil-top {
        justify-content: space-between;
    }
    .lil-pro-img {
        width: 4.5rem;
        height: 4.5rem;
    }
    .rem-up{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .rem-up2{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mob-mob{
        margin-top: -0.75rem;
    }
    .mob-dis2{
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    /*.pad10{*/
    /*    padding: 0 10px;*/
    /*}*/
    .change-btns{
        flex-direction: column-reverse;
    }
    .profile-left > div:not(.empty){
        width: calc(100% - 8rem);
    }
    .profile-top{
        padding: 0;
    }
    .profile-img.empty, .lil-pro-img.empty {
        font-size: 2rem;
    }
    .lil-pro-img.empty{
        font-size: 1.3rem;
    }
    .mob-dis2 .col-md-4{
        display: block;
        flex: unset;
        margin-bottom: 1rem;
    }
}
