[v-cloak] {
    display: none;
}

input {
    font-size: 15px;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #c4c4c4;
}

:-ms-input-placeholder {
    /* Internet Explorer */
    color: #c4c4c4;
}

::placeholder {
    color: #c4c4c4;
}

.cs-pointer {
    cursor: pointer;
}

.cs-default {
    cursor: default !important;
}

.cs-no-drop {
    cursor: no-drop !important;
}

.click-filter {
    cursor: pointer;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

header {
    /* position: fixed; */
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
}

header ul {
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
    list-style: none;
    display: flex;
}

header ul li {
    /* display: block; */
    float: left;
    padding: 0px 10px;
}

.nav-ct {
    position: fixed;
    width: 100%;
    background: #1667b2;
    z-index: 1090 !important;
    top: 0;
    left: 0;
    height: 68px !important;
}

.nav-logo {
    width: 34%;
}

.enable-cert {
    top: 68px !important;
    position: fixed;
    width: 100vw;
    z-index: 1090 !important;
}

.text-zoom {
    font-size: calc(18px + (36 - 24) * ((100vw - 300px) / (1600 - 300)));
}

.viewer-tool-header {
    background-color: #cccccc;
    justify-content: center;
    display: flex;
    position: fixed;
    width: 100%;
    top: 71px;
    padding: 5px 0px;
}

.viewer-tool-icon {
    padding: 0px 15px;
    cursor: pointer;
}

.pic-profile {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.pic-profile2 {
    width: 45px;
    height: 45px;
    object-fit: cover;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-70 {
    width: 70%;
}

.h-45 {
    height: 50px;
    /* min-height: calc(10vw * 0.25); */
}

.h-200 {
    /* height: 200px; */
    min-height: calc(20vw * 0.25);
}

.h-350 {
    height: 350px;
    /* min-height: calc(35vw * 0.25); */
}

.h-400 {
    /* height: 200px; */
    min-height: calc(40vw * 0.25);
}

.icon-step-qr {
    font-size: 36px;
    color: #2f80ed;
}

.slide-left {
    -webkit-animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.tool-scal-step3 {
    background-color: #dadada;
    border: 1px solid #bdbdbd;
    width: 100%;
}

/* graph circle */

.svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
    stroke: #1667b2;
    stroke-width: 0.5em;
}

.svg .bar {
    stroke: #c4c4c4;
}

.h-40 {
    height: 42px;
    width: 42px;
}

.circle-noti {
    height: 20px;
    width: 20px;
    padding: 5px;
}

.pt-chat {
    padding-top: 13px;
}

/* end graph circlr */

/* ----------------------------------------------
 * Generated by Animista on 2021-3-2 23:56:23
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-left
 * ----------------------------------------
 */

@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
}

/* .carousel-indicators [data-bs-target] {
    width: 20px;
    height: 20px;
    border-radius: 50% !important;
    border: none;
    margin: 5px 5px;
    outline: none;
} */

.line-bd-BD {
    border: 1px solid #bdbdbd;
}

.line-bd-CF {
    border: 1px solid #ced4da !important;
}

.border-rigth-rd {
    border-bottom-right-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.border-10 {
    border-radius: 10px !important;
}

.a-under-none {
    text-decoration: none;
}

.a-under-none-4F {
    text-decoration: none;
}

.a-under-none-4F:hover {
    color: #4f4f4f;
}

.a-under-none-33 {
    text-decoration: none;
}

.a-under-none-33:hover {
    color: #333333;
}

.box-count-user-setting {
    display: flex;
}

.bg-company-setting-1 {
    background-image: url('/esign/assets/images/bg/total_member_bg.png');
    background-repeat: round;
    width: 300px;
    height: auto;
    padding: 15px 20px;
    margin: 15px 15px 0px 0px;
}

.bg-company-setting-2 {
    background-image: url('/esign/assets/images/bg/activate_success_bg.png');
    background-repeat: round;
    width: 300px;
    height: auto;
    padding: 15px 20px;
    margin: 15px 15px 0px 0px;
}

.bg-company-setting-3 {
    background-image: url('/esign/assets/images/bg/activate_pending_bg.png');
    background-repeat: round;
    width: 300px;
    height: auto;
    padding: 15px 20px;
    margin: 15px 15px 0px 0px;
}

.accept-btn-modal {
    width: 100px;
}

.bg-pass-modal {
    background: #000;
}

.btn-fff {
    background-color: #fff !important;
}

.btn-fff:hover {
    background-color: #0d6efd !important;
}

.font-shadow {
    text-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
}

.icon-lock {
    background: #f2c94c;
    padding: 20px;
    border-radius: 50%;
}

.member-icon {
    font-size: 25px;
}

.icon-right {
    text-align: right;
}

.btn.active {
    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
}

.circle-cnumber {
    width: 22px;
    height: 22px;
    background-color: #1667b2;
    color: #fff;
    border-radius: 50%;
    float: right;
    text-align: center;
    border: 1px solid#FFF;
}

.bg-E1 {
    background: #e1e1e1;
}

.bg-E5 {
    background: #e5e5e5;
}

.bg-F2 {
    background: #f2f2f2;
}

.bg-F4 {
    background: #f4f4f4;
}

.bg-BD {
    background: #bdbdbd !important;
}

.bg-FF {
    background: #ffffff !important;
}

.bg-CI {
    background: #1667b2 !important;
}

.bg-82 {
    background: #828282 !important;
}

.bg-DD {
    background: #dddddd !important;
}

.bg-none {
    background-color: transparent !important;
}

.bd-r-E0 {
    border-right: 1px solid #e0e0e0;
}

.head-title-search {
    max-width: 100%;
    display: flex;
}

.head-title {
    width: 65%;
}

.head-search {
    width: 35%;
    display: flex;
    max-width: 100%;
    position: relative;
}

.head-search .input-search {
    width: 68%;
}

.head-search .input-filter {
    width: 32%;
    text-align: right;
    margin-top: 7px;
}

.display-doc {
    width: 100%;
    height: auto;
    background: #ffffff;
    border: 1px solid #2f80ed;
}

.btn-none-border {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select-none-bg {
    border: none !important;
    background-color: transparent !important;
}

.full-width {
    width: 100%;
}

.draw-box {
    width: 400px;
    height: 100px;
    border: 2px dashed #1667b2;
    border-radius: 5px;
    position: relative;
    margin: auto;
}

.draw-box-ps {
    width: 100px;
    height: 100px;
    border: 2px dashed #1667b2;
    border-radius: 5px;
    position: relative;
    margin: auto;
}

.disabled-card {
  cursor: not-allowed;
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
    .draw-box {
        width: 100%;
        height: 100px;
        border: 2px dashed #1667b2;
        border-radius: 5px;
        position: relative;
        margin: auto;
    }
}

.btn-select-sign {
    border: 1px solid #555 !important;
}

.profile_img {
    width: auto;
    height: 100px;
}

.show-multi-select {
    width: 100%;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    border-radius: 4px;
    min-height: 35px !important;
    padding: 7px 8px !important;
}

.item-multi-select {
    background: #1667b2;
    border-radius: 18px;
    padding: 2px 6px !important;
    color: #fff;
    width: fit-content;
}

.btn-outline-ci {
    color: #1667b2 !important;
    border-color: #1667b2 !important;
}

.chat-preview-img {
    overflow-y: scroll;
    max-height: 500px;
}

.w-inherit {
    width: inherit;
}

.ms-10 {
    margin-left: 10%;
}

.top-secret:focus,
.top-secret:hover {
    color: #eb5757 !important;
    background: #f4dddd !important;
    border-radius: 4px !important;
}

.secret:focus,
.secret:hover {
    color: #ff8a00 !important;
    background: #ffe6cd !important;
    border-radius: 4px !important;
}

.confidential:focus,
.confidential:hover {
    color: #e8af02 !important;
    background: #fff1c5 !important;
    border-radius: 4px !important;
}

.internal-use:focus,
.internal-use:hover {
    color: #219653 !important;
    background: #c2e9d2 !important;
    border-radius: 4px !important;
}

.public:focus,
.public:hover {
    color: #018d22 !important;
    background: #a9e1b6 !important;
    border-radius: 4px !important;
}

@media (max-width: 768px) {
    .box-count-user-setting {
        display: block;
    }

    .bg-company-setting-1 {
        background-image: url('/esign/assets/images/bg/mb_btn_08.png');
        background-repeat: round;
        width: 100%;
        height: auto;
        padding: 15px 20px;
        margin: 15px 15px 0px 0px;
    }

    .bg-company-setting-2 {
        background-image: url('/esign/assets/images/bg/mb_btn_09.png');
        background-repeat: round;
        width: 100%;
        height: auto;
        padding: 15px 20px;
        margin: 15px 15px 0px 0px;
    }

    .bg-company-setting-3 {
        background-image: url('/esign/assets/images/bg/mb_btn_10.png');
        background-repeat: round;
        width: 100%;
        height: auto;
        padding: 15px 20px;
        margin: 15px 15px 0px 0px;
    }

    .nav-btn {
        font-size: 12px !important;
    }

    .nav-logo {
        width: 85% !important;
    }

    .form-switch {
        padding-left: 0 !important;
    }

    .layout-step3-end {
        font-size: calc(
            8px + (14 - 12) * ((100vw - 300px) / (1600 - 300))
        ) !important;
        width: 25% !important;
    }

    .layout-step3-start {
        width: 25% !important;
    }

    .layout-step3-center {
        width: 50%;
        background-color: #e0e0e0;
    }
}

@media screen and (max-width: 991px) {
    .head-title {
        width: 100%;
    }

    .input-search,
    .input-filter {
        display: none;
    }

    .content {
        margin-top: 627px;
        padding: 30px 5px 30px 5px;
    }

    #box-storage {
        border-top: 1px solid #e0e0e0;
        padding-top: 10px;
    }

    .last-thead {
        display: none;
    }

    .PC {
        display: none !important;
    }

    .head-search {
        position: unset;
        width: 0;
    }

    .popup-filter {
        display: none;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        width: 80%;
        background: #ffffff;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        padding: 15px 15px;
    }

    .pic-profile {
        width: 50px;
        height: 50px;
        object-fit: cover;
    }

    .bg-doc {
        width: 100%;
        min-height: 776px;
        background: #ffffff;
    }

    .h-preview {
        height: calc(100vh - 230px) !important;
        overflow: scroll !important;
    }

    .bg-mb-ff {
        background-color: #fff;
        box-shadow: 0px -6px 7px rgba(0, 0, 0, 0.15);
        margin-top: 0.25rem;
        padding-bottom: 1rem;
        position: fixed;
        bottom: 0;
    }

    .fixed-top-step {
        position: fixed;
        top: 65px;
        right: 0;
        left: 0;
        z-index: 97;
    }

    .w-box-comment {
        width: 100% !important;
    }
}

@media screen and (max-width: 992px) {
    .head-title {
        width: 100%;
    }

    .input-search,
    .input-filter {
        display: none;
    }

    .content {
        margin-top: 62px;
        padding: 30px 5px;
    }

    #box-storage {
        border-top: 1px solid #e0e0e0;
        padding-top: 10px;
    }

    .popup-filter {
        display: none;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        width: 80%;
        background: #ffffff;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        padding: 15px 15px;
    }

    .w-chat {
        width: 10%;
    }

    .w-chat-r {
        width: 90%;
    }

    .img-proflie-chat {
        width: 35px;
    }

    .preview-chat {
        overflow-y: scroll;
        max-height: 200px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .head-title {
        width: 60%;
    }

    .head-search {
        display: flex;
        width: 40%;
    }

    .head-search .input-search {
        width: 65%;
    }

    .head-search .input-filter {
        width: 35%;
        text-align: right;
    }
}

@media screen and (min-width: 992px) {
    .pages {
        margin-left: 260px;
        min-height: 100vh;
        /* height     : 100vh; */
    }

    .Mobile {
        display: none !important;
    }

    .content {
        /* height    : 100vh; */
        margin-top: 77px;
        padding: 30px 15px 60px 15px;
    }

    .popup-filter {
        display: none;
        position: absolute;
        top: 40px;
        right: 0px;
        width: 100%;
        background: #ffffff;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        padding: 15px 15px;
    }

    .bg-doc {
        width: 100%;
        min-height: 776px;
        background: #fff;
    }

    .h-preview {
        height: calc(100vh - 230px) !important;
        overflow: scroll !important;
    }

    .fixed-top-step {
        position: fixed;
        top: 70px;
        right: 0;
        left: 0;
        z-index: 97;
    }

    .w-chat {
        width: 20%;
    }

    .w-chat-r {
        width: 80%;
    }

    .img-proflie-chat {
        width: 40px;
    }

    .preview-chat {
        overflow-y: scroll;
        max-height: 500px;
    }
}

@media screen and (min-width: 1600px) {
    .w-box-comment {
        width: 55% !important;
    }

    .ms-10 {
        margin-left: 20%;
    }
}

@media (min-width: 1399.99px) {
    .scoll-y {
        overflow-y: scroll;
        /* height: 1049px;
        padding-bottom: 30% !important; */
    }
}

@media screen and (max-width: 502px) {
    .swal2-modal {
        width: 19em;
        font-size: 0.9rem;
    }

    .modal-content-jay {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 60%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.2);
        outline: 0;
    }
}

.borred5 {
    border-radius: 5px;
}

.borred10 {
    border-radius: 10px;
}

.borred15 {
    border-radius: 15px;
}

.borred1515 {
    border-radius: 15px 15px 0px 0px;
}

.noborder {
    border: none !important;
}

.fs20 {
    font-size: 20px;
}

.modal-content-jay {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: 0;
}

.modal-header-jay {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.list-group-item-jay {
    position: relative;
    margin: 0px;
    display: block;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

.modal-header-jay-de {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    padding-bottom: 0px;
}

.color-sec {
    color: #6c757d;
}

.nomagin {
    margin-block-end: 0px;
    padding-bottom: 0px;
}

.p10 {
    padding: 10px;
    padding-bottom: 0px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.scrollbar {
    float: left;
    min-height: 50px;
    max-height: 150px;
    width: 65px;
    background: #f5f5f5;
    overflow-y: scroll;
}

.scrollbar2 {
    float: left;
    height: 75px;
    width: 65px;
    overflow-y: scroll;
}

#style-1::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

#style-1::-webkit-scrollbar {
    width: 12px;
    background-color: #0a0808;
}

.contact-list .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom-width: medium !important;
    border-color: #fff #fff #007bff !important;
    color: #007bff !important;
}

/* .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent !important;
    border-color: #fff #fff !important;
} */

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-bottom: 1px solid #e0e0e0 !important;
    outline: none;
}

.group-contact .accordion-button {
    padding: 0.8rem 1rem;
}

.group-contact .accordion-button::after {
    margin-left: 0.8rem;
}

.group-contact .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.group-contact .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion-body {
    padding: 0.5rem 1rem !important;
}

.accordion-flush .accordion-item:first-of-type .accordion-button {
    border-bottom-width: 0 !important;
}

.cons_mem .form-check-input:checked {
    background-color: #bdbdbd;
    border-color: #bdbdbd;
}

.detail-doc {
    height: fit-content;
}

.detail-doc .rounded {
    border-radius: 0.6rem !important;
}

.hr-w {
    width: 95% !important;
    margin: auto;
}

.alert-copylink {
    height: auto;
}

.round-recip-title {
    border-top-left-radius: 0.7rem !important;
    border-top-right-radius: 0.7rem !important;
}

.round-recip-detail {
    border-bottom-left-radius: 0.7rem !important;
    border-bottom-right-radius: 0.7rem !important;
}

.round-progress {
    border-radius: 0.7rem !important;
}

.dropdown .dropdown-toggle {
    color: #878787;
}

/**
 * ----------------------------------------
 * EKYC
 * ----------------------------------------
 */

.eKyc-choose {
    border: solid 1px;
    border-radius: 10px;
}

.ekyc-logo {
    max-width: 70% !important;
}
.nodisplay {
    display: unset !important;
}

.btn-choose {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    width: 143px;
    height: 47px;
    left: 554px;
    top: 672px;
    background: #007bff;
    border-radius: 4px;
    border-width: 0px !important;
}

.font-color-ffffff {
    color: #ffffff;
    font-size: calc(5px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
}

.btn-create {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    width: 143px;
    height: 47px;
    left: 554px;
    top: 672px;
    background: #e0e0e0;
    border-radius: 4px;
    border-width: 0px !important;
}

.font-color-212529 {
    color: #212529;
    font-size: calc(5px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
}

@media only screen and (max-width: 767px) {
    .font-color-212529 {
        color: #212529;
        font-size: calc(12px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
    }

    .font-color-ffffff {
        color: #ffffff;
        font-size: calc(12px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
    }
}

.font-color-1667B2 {
    color: #1667b2 !important;
}

.bg-c-1667B2 {
    background-color: #1667b2 !important;
}

.pad-l-50 {
    padding-left: 50px !important;
}

.pad-r-50 {
    padding-right: 50px !important;
}

.pad-l-20 {
    padding-left: 20px !important;
}

.pad-r-20 {
    padding-right: 20px !important;
}

.color-C4 {
    color: #c4c4c4 !important;
}

.bg-color-C4 {
    background-color: #c4c4c4 !important;
}

.bg-color-E0E0E0 {
    background-color: #e0e0e0 !important;
}

.modal-conten-viewer {
    width: 620px !important;
    /* height: 506px; */
    left: 410px;
    top: 545px;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
}

@media only screen and (max-width: 767px) {
    .modal-conten-viewer {
        width: 100% !important;
        /* height: 506px; */
        left: 410px;
        top: 545px;
        background: #ffffff;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
    }
}

.neww728 {
    height: 620px !important;
}

.nav-item-flex02 {
    flex: 0.2 0 auto !important;
}

.nav-item-flex0 {
    flex: 0 0 auto !important;
}

.btn-F2C94C {
    background: #f2c94c;
    border-radius: 4px;
}

.btn-E0E0E0 {
    background: #e0e0e0 !important;
    border-radius: 4px;
    outline: none;
}

.btn-E0E0E0.active {
    background: #f2c94c !important;
    border-radius: 4px;
    outline: none;
}

.card-170 {
    width: 170px !important;
    height: 170px !important;
    border: 1px solid #dadada !important;
    border-radius: 10px !important;
}

@media screen and (max-height: 420px) {
    .modal-conten-viewer {
        height: 70% !important;
        padding-bottom: 1rem !important;
        margin-top: 68px !important;
    }
    .row-upload{
        grid-template-columns: 1fr;
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 1rem;
        justify-items: center;
    }
}

@media only screen and (max-width: 767px) {
    .card-170 {
        width: 85% !important;
        height: 100% !important;
        border: 1px solid #dadada !important;
        border-radius: 10px !important;
    }
}

.card-170.active {
    border: 1px solid #4220bb !important;
}

.m-auto {
    margin: auto;
}

.m-30202020 {
    margin: 30px 20px 20px 20px;
}

.text-cen {
    text-align: center;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-l-50 {
    margin-left: 50px !important;
}

.m-r-50 {
    margin-right: 50px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.color-9A {
    color: #9a9a9a;
}

.pad-b-50 {
    padding-bottom: 50px;
}

.dont-sign {
    width: 300px !important;
    margin-top: 50px !important;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #595959;
    margin: auto;
}

.btn-sign {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    background: #1667b2 !important;
    border-radius: 4px;
    margin: 0px 150px 40px 150px;
}

.fontRochester {
    font-family: 'Rochester', cursive !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.fontRanga {
    font-family: 'Ranga', cursive !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.fontRedressed {
    font-family: 'Redressed', cursive !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.w-110 {
    width: 110px !important;
}

.bg-DA {
    background-color: #dadada !important;
    color: #595959 !important;
}

.button-viewer {
    width: 112px !important;
    height: 35px !important;
}

.deleteall {
    font-family: Prompt;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #c4c4c4;
}

.profile-sign-card {
    width: 170px;
    height: 113px;
    background: #f3f3f3;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    border-radius: 4px;
}

.paginate_button {
    background: #ffffff;
    border-radius: 4px;
    font-size: 16px;
    color: #007bff;
    border: 1px solid #dee2e6;
    margin: 0px 0px;
    padding: 5px 15px;
    text-decoration: none !important;
    cursor: pointer;
    user-select: none;
}

.current {
    background: #007bff;
    color: #ffffff;
}

.disabled {
    color: #6c757d !important;
    pointer-events: none !important;
}

.pages-container {
    max-width: 3rem;
}

.swal2-modal {
    border-radius: 18px !important;
}

.swal2-title {
    font-weight: bold !important;
}

.text-exp {
    color: #d0342c !important;
    text-decoration-line: underline;
}

.btn-color-to-ndid {
    background-color: #f9c01a !important;
    border-color: #f9c01a !important;
    background: #f9c01a !important;
    border-radius: 30px !important;
    color: #333333 !important;
    width: 50% !important;
}

.btn-color-to-ndid:hover {
    background-color: #f9c01a;
    border-color: #f9c01a;
    background: #f9c01a;
    border-radius: 30px;
    color: #333333;
}

.hr-popup-filter {
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.h-progress-02 {
    height: 0.2rem !important;
}

.progress {
    background-color: #bdbdbd !important;
}

.dy-none {
    display: none;
}

hr {
    height: 5px;
}

/* #last_document,
table {
    border-bottom: 1px solid #F2F2F2 !important;
}

#last_document,
table thead th {
    border-bottom   : 1px solid #DFDFDF !important;
    background-color: #FFFFFF !important;
}

#last_document {
    border: 1px solid #DFDFDF !important;
}

#last_document table tbody tr:nth-child(odd) {
    background-color    : #FFFFFF !important;
    --bs-table-accent-bg: #FFFFFF !important;
}

#last_document table tbody tr:nth-child(even) {
    background-color    : #F2F2F2 !important;
    --bs-table-accent-bg: #F2F2F2 !important;
} */

.list_upload {
    height: 54px;
    padding: 9px 10px !important;
}

.mt-7 {
    margin-top: 4rem !important;
}

.hr-blue {
    border: 1px solid #1667b2;
}

.dropdown-menu-custom {
    border-radius: 0px;
    inset: 10px auto auto -0px !important;
}

.dropdown-menu-custom li .dropdown-header {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: calc(
        12px + (14 - 12) * ((100vw - 300px) / (1600 - 300))
    ) !important;
    color: #333333 !important;
}

.dropdown-menu-custom li .dropdown-item {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1600 - 300)));
    color: #4f4f4f !important;
}

.dropdown-toggle-custom::after {
    vertical-align: 0.1em !important;
}

.text-out-line {
    width: 100%;
    text-align: center;
    border-bottom: 0.5px solid #dadada;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.text-in-line {
    background: #f2f2f2;
    /* padding  :0 10px; */
    margin-right: 15%;
}

.btn-white2 {
    background: #ffffff !important;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.btn-gray {
    background: #6c757d !important;
    color: #ffffff !important;
    border-radius: 5px;
}

.btn-yellow {
    background: #ffc107 !important;
    border-radius: 5px;
}

.btn-green {
    background: #219653 !important;
    border-radius: 5px;
}

.btn-light-blue {
    background: #4799ff !important;
    border-color: #4799ff;
    border-radius: 5px;
}

.btn-red {
    background: #eb5757 !important;
    color: #ffffff !important;
    border-radius: 5px;
}

.btn-qr {
    border: 0;
    width: 30px !important;
    height: 30px;
    border-radius: 50px;
    background-color: #2f80ed;
    opacity: 1 !important;
    top: 50% !important;
    margin: 0px 15px !important;
}

.shadow-btn {
    box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
}

.menu-folder-edit {
    padding: 8px 10px 0px 10px !important;
}

.menu-folder-remove {
    padding: 0px 10px 8px 10px !important;
}

#profileMobile {
    display: flex;
}

#profileMobile ul li {
    float: left;
}

.swal2-title {
    font-weight: 300 !important;
}

.img_detail_document {
    width: 250px;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    cursor: pointer;
    border: 5px solid #c4c4c4;
}

.text-overflow-dot {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.position-alert {
    position: fixed;
    width: 60%;
    z-index: 99;
}

.img_logo {
    width: 100px !important;
    height: auto;
}

.box-number {
    background-color: #fff;
    width: 50px;
    height: 50px;
}

@media only screen and (max-width: 767px) {
    .box-number {
        background-color: #fff;
        width: 25px;
        height: 25px;
    }
}

.pd-t-2 {
    padding-top: 2rem;
}

.modal-none-bg {
    background-color: transparent !important;
    border: none !important;
}

.limit-font-dropdown-folder {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 150px;
}

.bd-callout {
    /* padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; */
    /* border: 1px solid #e9ecef !important; */
    border-radius: 0.25rem !important;
    border-bottom-width: 0.5rem !important;
}

.max-limit-logo-company {
    max-width: 160px;
}

.qr-box {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    width: 100%;
    text-align: center;
    display: block;
}

.step-qr {
    color: #fff;
    background-color: #2f80ed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
}

.img-qr {
    width: 85%;
}

.box-your-signature {
    border: 1px solid #dadada;
    box-sizing: border-box;
}

/* .rq-frame{
    background-image: url("/images/qr_frame.svg");
    background-repeat: no-repeat;
    width: 350px;
} */

.tooltip2 {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #1667b2;
}

.tooltip2 .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
}

.tooltip2:hover .tooltiptext {
    visibility: visible;
}

.box-template {
    border: 1px solid rgba(224, 224, 224, 1);
    height: 185px;
    width: 148px;
    border-radius: 4px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    max-width: 100%;
}

.layout-text-template-start {
    width: 90%;
    padding-right: 5px;
}

.layout-text-template-end {
    width: 10%;
}

.template-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.template-item {
    float: left;
    width: 150px;
    max-width: 100%;
}

.box-step {
    background-color: #fff;
    padding: 10px;
}

.layout-step3-start {
    width: 20%;
    background-color: #f2f2f2;
}

.layout-step3-center {
    width: 60%;
    background-color: #e0e0e0;
}

.layout-step3-end {
    width: 20%;
    background-color: #f2f2f2;
}

.scoll-y {
    overflow-y: scroll;
    /* height: 550px;
    padding-bottom: 30% !important; */
    height: calc(
        550px + (1029 - 550) * ((100vh - 300px) / (1600 - 300))
    ) !important;
    padding-bottom: 100%;
}

.box-upload-stamp {
    border: 1px solid #dadada;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    height: 180px;
}

.box-upload-stamp:focus {
    border: 3px solid #007bff;
}

.img-stamp {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.dz-image,
.dz-details,
.dz-size,
.dz-filename,
.dz-progress,
.dz-error-message,
.dz-error-mark,
.dz-success-mark ,
.dz-default, .dz-message{
    display: none
}

.box-upload-signImg {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid #dadada;
    width: 400px;
    height: 100px;
    border-radius: 5px;

}

.nav-modal-upload{
    flex-wrap: nowrap !important;
    gap: 1rem;
}

.row-upload{
    flex-wrap: nowrap !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}

.to-center {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.w-130 {
    width: 130% !important;
}
