.modal_height {
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-signin {
    width: 100%;
    position: relative;
    margin: 0 auto
}

.modal-container {
    padding: 0 15px;
}

.modal_wrap {
    border-radius: 30px;
    border: 1px solid #9fd0bd;
    background: #bfe5d6;
    margin: 0 auto;
    max-width: 600px;
    width: 100%
}

.modal_wrap .modal-wrap__form {
    padding: 30px 30px
}

.alert-success {
    padding: 10px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.header-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-wrap {
    display: flex;
    gap: 5px;
    min-width: 210px;
    max-width: 500px;
    margin-bottom: 0;
}

.to-top-button {
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: hsla(0,0%,100%,.9);
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}

.to-top-button.hidden,
.loader.hidden {
    display: none;
}

.to-top-button .arrow {
    fill: #303030;
    width: 20px;
    height: 12px;
}

.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 99999;
}
.loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.row-header .col:first-child, 
.row-table .item-col:first-child {
    text-align: center;
}
.row-header .check.col:first-child {
    flex-grow: 0.1;
}

.check.col-lg:first-child {
    flex-grow: 0.1;
}

.row-prise.payment-list {
    margin-bottom: 20px;
}

.confirm-loader {
    width: 45px;
}

.hidden {
    display: none !important;
}

.left-btn {
    display: flex;
}

.header-top .left-btn .btn.btn-green {
    background: #6AD400;
    border-color: #6AD400;
    color: #fff;
    padding: 12px 22px;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

@media (max-width: 991.98px) {
    .row-table .item-col:first-child {
        flex-wrap: wrap;
    }
}

@media (max-width: 575.98px) {
    .modal_wrap .modal-wrap__form {
        padding: 40px 15px
    }
    .header-bottom-row {
        align-items: start;
        flex-direction: column;
    }
    .select-wrap {
        width: 100%;
    }
}

.modal_wrap .form-signin-heading {
    color: #2e3946;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px
}

@media (max-width: 575.98px) {
    .modal_wrap .form-signin-heading {
        margin-bottom: 40px;
        font-size: 22px
    }
}

.modal_wrap .form_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal_wrap .form-control {
    border-radius: 10px;
    border: 1px solid #d5d5d5;
    background: #fff;
    max-width: 693px;
    width: 100%;
    padding: 43px 30px;
    color: #6b7581;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.modal_wrap .form-control::-webkit-input-placeholder {
    color: #6b7581;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.modal_wrap .form-control::-moz-placeholder {
    color: #6b7581;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.modal_wrap .form-control:-ms-input-placeholder {
    color: #6b7581;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.modal_wrap .form-control::-ms-input-placeholder {
    color: #6b7581;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.modal_wrap .form-control::placeholder {
    color: #6b7581;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.modal_wrap .modal_wrap .form_group_code {
    margin-bottom: 20px
}

.modal_wrap .icon-password {
    margin-right: 20px
}

.modal_wrap .icon-password img {
    max-width: 40px
}

.modal_wrap .form_group_code {
    margin-bottom: 15px
}

.modal_wrap .checkbox-wrap {
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 693px;
    width: 100%;
    margin-left: 64px
}

@media (max-width: 575.98px) {
    .modal_wrap .checkbox-wrap {
        margin-left: 0;
        margin-bottom: 30px
    }
}

.modal_wrap .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal_wrap #rememberMe {
    width: 19px;
    height: 19px;
    border-radius: 5px;
    border: 1px solid #2e3946;
    background: #fff;
    margin-right: 15px
}

@media (max-width: 575.98px) {
    .modal_wrap #rememberMe {
        width: 19px;
        height: 19px;
        margin-right: 10px
    }
}

.modal_wrap .form-signin .form-control {
    border-radius: 10px;
    border: 1px solid #d5d5d5;
    background: #fff;
    max-width: 693px;
    width: 100%;
    padding: 14px 30px;
    color: #6b7581;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.modal_wrap .form-signin .form-control::-webkit-input-placeholder {
    color: #6b7581;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.modal_wrap .form-signin .form-control::-moz-placeholder {
    color: #6b7581;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.modal_wrap .form-signin .form-control:-ms-input-placeholder {
    color: #6b7581;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.modal_wrap .form-signin .form-control::-ms-input-placeholder {
    color: #6b7581;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.modal_wrap .form-signin .form-control::placeholder {
    color: #6b7581;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

@media (max-width: 575.98px) {
    .modal_wrap .form-signin .form-control {
        padding: 14px 30px;
        padding-left: 50px;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal
    }

    .modal_wrap .form-signin .form-control::-webkit-input-placeholder {
        font-size: 16px;
        font-style: normal;
        font-weight: 600
    }

    .modal_wrap .form-signin .form-control::-moz-placeholder {
        font-size: 16px;
        font-style: normal;
        font-weight: 600
    }

    .modal_wrap .form-signin .form-control:-ms-input-placeholder {
        font-size: 16px;
        font-style: normal;
        font-weight: 600
    }

    .modal_wrap .form-signin .form-control::-ms-input-placeholder {
        font-size: 16px;
        font-style: normal;
        font-weight: 600
    }

    .modal_wrap .form-signin .form-control::placeholder {
        font-size: 16px;
        font-style: normal;
        font-weight: 600
    }
}

.modal_wrap .form-signin .btn_wrap {
    text-align: center
}

.modal_wrap .form-signin .btn-form {
    background: #0000d4;
    color: #fff;
    padding: 14px 50px;
    border-radius: 12px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    border: none;
}

.select-wrap .nice-select {
    border-radius: 8px;
}

@media (max-width: 575.98px) {
    .modal_wrap .form-signin .btn-form {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 15px 60px;
        /* border-radius: 10px */
    }
}

.btn_file {
    text-transform: uppercase;
    font-size: 13px !important;
    cursor: pointer !important;
    padding: 8px 10px;
    color: #0000d4 !important;
    border-color: #0000d4 !important
}

.btn_file:hover {
    color: #fff !important
}

.icon-download img {
    max-width: 22px
}

.submit-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 1200px) {
    .submit-icon {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.submit-icon .submit-check {
    margin-right: 30px
}

.submit-icon .submit-check img {
    max-width: 20px
}

.submit-icon .submit-eye img {
    max-width: 20px
}

.modal-eye-icon {
    text-align: center;
    margin-bottom: 30px
}

.modal-eye-icon img {
    max-width: 80px
}

.modal-eye-title {
    font-size: 24px;
    margin-bottom: 30px
}

.modal-eye-title span {
    font-weight: 700
}

.btn_file_wrapp {
    text-align: center
}

.btn_file_wrapp .fileUpload {
    cursor: pointer;
    background: #00bcbe;
    border-radius: 15px;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    margin: 1.25em auto;
    overflow: hidden;
    padding: .875em;
    position: relative;
    text-align: center;
    width: 120px;
    cursor: pointer
}

.btn_file_wrapp .fileUpload:active, .btn_file_wrapp .fileUpload:focus, .btn_file_wrapp .fileUpload:hover {
    background: #00a2a4;
    cursor: pointer
}

.btn_file_wrapp .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    width: 148px;
    height: 46px;
    cursor: pointer
}

.btn_file_wrapp input[type=file] {
    position: fixed;
    right: 100%;
    bottom: 100%
}

.btn_file_wrapp .custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer
}

.btn_file_wrapp [type=file] {
    height: 0;
    overflow: hidden;
    width: 0
}

.btn_file_wrapp [type=file] + label {
    background: #fff;
    border: 1px solid #0000d4;
    color: #0000d4;
    cursor: pointer;
    display: inline-block;
    font-family: Rubik, sans-serif;
    font-size: inherit;
    margin-bottom: 0;
    outline: 0;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
    border-radius: 20px;
    padding: 10px 40px;
    font-weight: 700
}

.btn_file_wrapp [type=file] + label:hover {
    background-color: #0000a1;
    color: #fff
}

.btn_file_wrapp [type=file] + label.btn-1 {
    background-color: #f79159;
    -webkit-box-shadow: 0 6px #f57128;
    box-shadow: 0 6px #f57128;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.btn_file_wrapp [type=file] + label.btn-1:hover {
    -webkit-box-shadow: 0 4px #f57128;
    box-shadow: 0 4px #f57128;
    top: 2px
}

.btn_file_wrapp [type=file] + label.btn-2 {
    background-color: #99c793;
    border-radius: 50px;
    overflow: hidden
}

.btn_file_wrapp [type=file] + label.btn-2::before {
    color: #fff;
    content: "\f382";
    font-family: "Font Awesome 5 Pro";
    font-size: 100%;
    height: 100%;
    right: 130%;
    line-height: 3.3;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn_file_wrapp [type=file] + label.btn-2:hover {
    background-color: #497f42
}

.btn_file_wrapp [type=file] + label.btn-2:hover::before {
    right: 75%
}

.btn_file_wrapp [type=file] + label.btn-3 {
    background-color: #ee6d9e;
    border-radius: 0;
    overflow: hidden
}

.btn_file_wrapp [type=file] + label.btn-3 span {
    display: inline-block;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.btn_file_wrapp [type=file] + label.btn-3::before {
    color: #fff;
    content: "\f382";
    font-family: "Font Awesome 5 Pro";
    font-size: 130%;
    height: 100%;
    left: 0;
    line-height: 2.6;
    position: absolute;
    top: -180%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.btn_file_wrapp [type=file] + label.btn-3:hover {
    background-color: #ae144f
}

.btn_file_wrapp [type=file] + label.btn-3:hover span {
    -webkit-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%)
}

.btn_file_wrapp [type=file] + label.btn-3:hover::before {
    top: 0
}

.fancybox__content > .carousel__button.is-close {
    color: #000;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.fancybox__content {
    border-radius: 20px
}

.fancybox__content > .carousel__button.is-close {
    position: absolute;
    top: 8px;
    color: var(--fancybox-color, #000);
    right: 10px
}

.btn_wrap-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 575.98px) {
    .btn_wrap-modal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.btn_wrap-modal .submit {
    margin-left: 20px;
    border-radius: 20px;
    border: 1px solid #0000d4;
    color: #0000d4;
    padding: 10px 40px;
    font-weight: 700
}

@media (max-width: 575.98px) {
    .btn_wrap-modal .submit {
        margin-left: 0;
        margin-top: 15px
    }
}

.btn_ok {
    border-radius: 20px;
    border: 1px solid #0000d4;
    color: #0000d4;
    padding: 10px 40px;
    font-weight: 700
}

.docs-wrap {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 30px
}

@media (max-width: 575.98px) {
    .docs-wrap {
        margin-bottom: 15px
    }
}

.docs-wrap li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    font-weight: 700
}

.close {
    background: url(../../static/img/close.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: block
}

.fancybox__content {
    border-radius: 20px
}

#modal-eye {
    padding-top: 80px
}

@media (min-width: 1200px) {
    .fancybox__content {
        min-width: 500px
    }
}

.modal-eye-title {
    text-align: center;
    font-weight: 600
}

@media (max-width: 575.98px) {
    .modal-eye-title {
        font-size: 22px
    }
}

.fancybox__content {
    width: 100%
}



/**********  breadcrumbs  ********/


.breadcrumbs-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.breadcrumbs-wrap ul {
    padding-left: 0;
    margin-left: 0;
    display: flex;
    margin-bottom: 0;
}

.breadcrumbs-wrap ul li {
   list-style: none;
    margin-right: 15px;
}

.breadcrumbs-wrap ul li:last-child {
    margin-right: 0px;
}

.link-page {
    position: relative;
    display: inline;
    bottom: 0;
    color: #B6B6B6;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.active-page{
    color: #2E3946;
}
.active-page::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #6AD400;
    bottom: 0;
}

/**********
//// breadcrumbs  ********/


.new-table .row-table .item-col:nth-child(2):before {
    display: none !important;
}


.new-table .row-table .item-col:nth-child(2) {
    /* margin-bottom: 0; */
}


.prise_box {
    border-radius: 13px;
    background: #CDEDAE;
    color: #2E3946;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    padding: 10px 20px;
}

.prise_box.red {
    background: #f77a7a;
}


.total-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total-wrap.left-side {
    justify-content: flex-start;
}
.total-wrap.right-side {
    justify-content: flex-end;
}



.total-title {
    margin-right: 15px;
    color: #2E3946;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.1px;

}

.total-prise {
    color: #2E3946;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.55px;
}


.btn_total {
    border-radius: 18px;
    padding: 12px 22px;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.44px;
    margin-left: 15px;
}




.number-name{

}


.total-wrap{
    width: 100%;
}



.btn-orange {
    background: #D47F00;
    border-color: #D47F00;
    color: #fff;
}

.btn-orange:hover {
    background: #6AD400;
    border-color: #6AD400;
    color: #fff;
}


.btn-green {
    background: #6AD400;
    border-color: #6AD400;
    color:#fff;
}

.btn-green:hover {
    background: #D47F00;
    border-color: #D47F00;
    color: #fff;

}








#modal-verification .is-close{
    display: none!important;
}

.verification-icon{
    text-align: center;
}


.verification-title{
    color: #2E3946;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.alert-icon {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.alert-icon img {
    width: 100px;
    height: auto;
}
.alert-icon span{
    margin-top: -15px;
    padding: 5px 15px;
    color: #0000D4;
    border: 2px solid #BFE5D6;
    border-radius: 27px;
    background: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
}
.alert-title {
    color: #2E3946;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.alert-info-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.alert-info-text {
    display: flex;
    flex-direction: column;
}
.alert-info-text .first {
    font-weight: 200;
}
.alert-info-text .last {
    font-weight: 600;
}
.alert-btn {
    display: flex;
    justify-content: center;
}
.alert-btn button {
    width: auto;
    padding: 15px 20px;
    background: #0000D4;
    border: 1px solid #0000D4;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
}
.alert-btn button:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
@media (max-width: 575.98px) {
    .alert-info-text {
        font-size: 11px;
    }
    .alert-btn button {
        padding: 10px 35px;
        border-radius: 20px;
    }
}

.btn_cancel{
    width: 100%;
    max-width: 250px;
}

.btn-confirm{
    background: #0000D4;
    border-radius: 20px;
    border-color: #0000D4;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.44px;
    padding: 12px 40px;
    font-weight: 700;
    font-size: 16px;
    margin-left: 15px;
    width: 100%;
    max-width: 250px;
}



.header-title-search {
    margin-bottom: 20px;
}


.header-title-search .breadcrumbs-wrap{
    margin-bottom: 0;
}



.header-title-search{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.search_wrap{
    max-width: 500px;
    width: 30%;
}

.search_wrap form{
    width: 100%;
    position: relative;

}


.search_wrap .search-input{
    position: relative;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D7D7D7;
    padding-left: 50px;

}

.search-input::placeholder{
    color: #B3B3B3;

}

.search_wrap .search-icon{
    position: absolute;
    left: 15px;
    bottom: 5px;
    width: 25px;
    height: 26px;
    background: url('../img/carbon_search.svg');
}


.title-name{
    border-radius: 13px;
    background: #CFEBF3;
    font-weight: 500;
    padding: 8px 20px;
    cursor: auto;
}

.list-ok-wrap{
    border-radius: 13px;
    background: #E9FFD2;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    font-weight: 500;

}


.list-now-wrap{
    border-radius: 13px;
    background: #FFDADA;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
    border-radius: 13px;
}



.list-ok-icon{
    margin-right: 10px;
}


.btn-archive{
    color: #2E3946;
    border-radius: 13px;
    background: #CFEBF3;
    padding: 10px 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.1px;
    cursor: auto;
}

.btn-pay{
    color: #2E3946;
    border-radius: 13px;
    background: #CDEDAE;
    padding: 10px 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.1px;
    cursor: auto;
}

.table-wrap .new-table .row-table  {
    border-radius: 30px;
    border: 1px solid #D7D7D7;
    margin-bottom: 15px;
}

.table-box.new-table.payments {
    height: 80vh;
    overflow-y: auto;
    margin-bottom: 15px;
}

.table-wrap .payments .row-table .btn {
    color: #fff;
}

.table-wrap .payments .table-box-wrapper {
    margin-bottom: 10px;
}



.verification-icon img{
    max-width: 400px;
}


@media (max-width: 1399.98px) {
    .search_wrap{
        width: 25%;
    }
}

@media (max-width: 1199.98px) {
    .header-title-search{
        flex-direction: column;
    }
    .search_wrap{
        width: 100%;
        margin-top: 20px;
    }
    .select-wrap {
        width: 100%;
    }


}



@media (max-width: 575.98px) {

    .title-page {
        font-size: 18px;
    }

    .title-name{
        padding: 6px 6px;
        font-size: 12px;
    }

    .list-ok-wrap{
        padding: 6px 6px;
        font-size: 12px;
    }

    .list-ok-icon {
        margin-right: 5px;
    }

    .list-ok-icon img{
        max-width: 16px;
    }


    .list-now-wrap{
        padding: 6px 6px;
        font-size: 13px;
    }



    .total-wrap {
        flex-direction: column;
    }


    .total-wrap_title{
        display: flex;
    }

    .link-page{
        font-size: 18px;
    }

    .total-title{
        font-size: 18px;
    }
    .total-prise{
        font-size: 20px;
    }

    .btn_total{
        margin-top: 15px;
        font-size: 16px;
        margin-left: 0;
    }


    .btn-confirm{
        margin-left: 0;
        margin-top: 15px;
    }


    .btn-archive {
        font-size: 13px;
    }

    .btn-pay{
        font-size: 13px;
    }


    .total-wrap-archive{
        width: 100%;
        justify-content: flex-end;
        align-items: flex-end;
        flex-direction: initial;
    }


   .new-table .row-table .item-col{
       margin-bottom: 15px;
    }

    .new-table .row-table {
        border-radius: 8px!important;
    }



   .new-table .row-table .item-col:nth-child(-n+2) span {
        font-weight: 400;
    }



    .new-table .row-table .item-col .name {
        font-weight: 600!important;
    }


    .number{
        font-weight: 700!important;
    }

    .table-wrap .row-table .btn {
        padding: 4px 10px;
        font-size: 14px;
        border-radius: 6px;
    }

    .table-wrap .row-table .btn.btn_file {
        padding: 6px 18px;
    }
}
