/* @import url('https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mr+De+Haviland&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arizonia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ruthie&display=swap'); */

/* @font-face {
    font-family: 'Homemade Apple';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./Qw3EZQFXECDrI2q789EKQZJob0x6XHg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  } */

/*MYCss*/
@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap');
@import url('https://fonts.googleapis.com/css2?family=La+Belle+Aurore&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kristi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Grape+Nuts&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Clicker+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
/*MYCss*/
html{
    scroll-behavior: unset !important;
}

body {
    background-color: #EDEDED;
    font-family: 'Dosis', sans-serif;
    overflow-y: auto !important;
    padding-right: 0 !important;
    height: calc(100% - 30px);
}
body.modal-open {
    overflow: hidden !important;
}

ul.dropdown-menu.show > li > a {
    cursor: pointer;
}
input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ced4da !important;
    /* background-color: #F6F6F6 !important; */
}
.form-control:focus{
    box-shadow: none !important;
}

app-header main {
    margin: 14px 20px;
    position: sticky;
    top: 0;
    z-index: 100;
}

nav.navbar {
    background-color: #fff;
    box-shadow: 4px 0 28px rgb(191 191 191 / 25%);
    border-radius: 13px;
}

button.btn.btn-dark,
.dropdown>button {
    min-width: 142px;
}

button.btn.btn-dark {
    font-size: 16px;
    background-color: #081E37;
    border-radius: 28px;
    box-shadow: 0px 4px 7px rgb(8 30 55 / 35%);
}

section.mainwrapper {
    text-align: center;
    margin: 30px 0 0px 0;
    /* max-height: 81vh !important;
    overflow: auto;
    overflow-x: hidden;*/
} 

.title>h2 {
    font-size: 22px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.document-inner {
    display: inline-block;
    position: relative;
}

/* .document-inner::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid white;
    position: absolute;
    left: -20px;
    top: 45px;
} */
.classname {
    position: relative;
}

/* .classname::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid white;
    position: absolute;
    left: -20px;
    top: 45px;
} */
button.start-button {
    position: sticky;
    top: 20px;
    left: -95px;
    background-color: #CA6B33;
    border: 0;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 60px;
    box-shadow: 0 3px 4px #ca6b33;
    font-size: 14px;
    font-weight: 700;
}

span.fontClass_0 {
    font-size: 11px;
}

span.fontClass_2 {
    font-size: 9px;
}

span.fontClass_3 {
    font-size: 15px;
}

span.fontClass_4 {
    font-size: 17px;
    font-weight: 600;
}

span.fontClass_5 {
    font-size: 15px;
}

span.fontClass_6 {
    font-size: 16px;
}

.tabs_bdy.flex_se {
    margin-top: -24px;
}

button.start-button:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #c56c35;
    position: absolute;
    right: -11px;
    margin-top: -17px;
}

button.start-button {
    margin-left: -110px;
}

button.topstart-btn {
    margin-left: 0;
    left: -68px;
}

.zproperty {
    z-index: 1;
}

footer {
    background-color: #fff;
    box-shadow: 4px 0 28px rgb(191 191 191 / 25%);
    border-radius: 13px;
}

footer p {
    padding-top: 12px;
    font-weight: 500;
}

button.sign-button {
    background-color: #081e37;
    border: 0;
    color: #fdde01;
    padding: 4px 9px 3px 9px;
    border-radius: 6px;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.75;
}

button.sign-button>img {
    width: 15px;
    display: block;
    margin: 0 auto;
}

.modal-content {
    border-radius: 0;
    border: 0;
}

/*Review & act document modal*/
.docsignmodal .modal-content {
    text-align: center;
}

button.btn-close {
    background-color: #CA6B33;
    opacity: 1;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: 13px;
    top: 14px;
    padding: 14px 14px !important;
    background-image: url("../image/close.svg");
}
button.btn-close:focus {
    box-shadow: none;
}
.modal-header>h5 {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.userprofile>img {
    width: 90px;
    margin-bottom: 9px;
}

.reviewact-inner>h2 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
}

.reviewact-inner button.btn.btn-dark {
    margin: 1px 0;
}

.divideror {
    margin: 19px 0;
    font-size: 20px;
    position: relative;
}

.divideror:before {
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    background: #D3D3D3;
    position: absolute;
    top: 18px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.divideror span {
    background-color: #ffffff;
    z-index: 10000000;
    position: relative;
    padding: 0 12px;
}

.buttongroup>button {
    border: 1px solid #CA6B33 !important;
    border-radius: 38px;
    color: #CA6B33 !important;
    min-width: 142px;
    background-color: #fff !important;
    margin: 0 7px;
    box-shadow: 0px 6px 8px rgb(202 107 51 / 24%);
}

button.btn.btn-dark:hover {
    background-color: #020f1e;
}

button.btn.btn-outline-secondary {
    min-width: 142px;
    font-weight: 600;
    color: #000000 !important;
    border: 1.5px solid #000000;
    background-color: #fff !important;
    border-radius: 28px;
    box-shadow: 0px 4px 7px rgb(8 30 55 / 16%);
}

.modal-footer {
    width: 95%;
    margin: 0 auto !important;
    justify-content: center;
    padding-bottom: 10px;
}

/*adoptsigntuer*/
.adoptsigntuer-main form>h5 {
    color: #6A6A6A;
    font-size: 16px;
    text-align: center;
}

.adoptsigntuer-main form label {
    font-weight: 700;
    font-size: 16px;
}

span.mandatory {
    color: #E10000;
    font-size: 19px;
}

.docsignmodal input {
    height: 52px;
    background-color: #F6F6F6;
    border-radius: 0;
    border: 1px solid #DCDCDC;
}

.docsignmodal ul#pills-tab {
    justify-content: center;
    /*Vibha*/
    /* margin-top: -33px;
    margin-left: 22px; */
}

.docsignmodal ul#pills-tab>li>button {
    background-color: #fff;
    border: 1px solid #CA6B33;
    margin: 0 4px;
    border-radius: 128px;
    color: #CA6B33;
    width: 112px;
    position: relative;
    box-shadow: 0px 6px 8px rgb(202 107 51 / 10%);
    padding: 6px 0;
}

.docsignmodal ul#pills-tab>li>button.active {
    background-color: #CA6B33;
    color: #fff;
}

.docsignmodal ul#pills-tab>li>button.active:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid white;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -1px;
}

#adoptyoursignature .modal-dialog.modal-dialog-centered {
    /* max-width: 25%; */
}

.signlist-wrapper button.btn.btn-primary {
    margin: 0 auto;
    display: block;
    min-width: 142px;
    border-radius: 0;
    background-color: #ca6b33;
    border: 0;
    height: 40px;
}

/*finish later*/
#finishlater .btn-close {
    right: -14px;
    top: -14px;
    z-index: 10;
}

#finishlater .reviewact-inner>h2 {
    font-size: 21px;
    font-weight: 600;
    padding: 20px 0;
    margin-bottom: 0;
}

.download-btngroup {
    text-align: center;
}

.download-btngroup .btn-group>label {
    border-radius: 0px !important;
    margin: 0 9px;
    line-height: 4;
    background: #146c43 !important;
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    border-color: #146c43 !important;
}

.download-btngroup .btn-group {
    width: 90%;
    height: 100px;
}

button.btn.btn-secondary.dropdown-toggle {
    min-width: 142px;
    font-weight: 600;
    color: #000000 !important;
    border: 1px solid #000000;
    background-color: #fff !important;
    border-radius: 28px;
    box-shadow: 0px 4px 7px rgb(8 30 55 / 16%);
    position: relative;
}

button.btn.btn-secondary.dropdown-toggle:after {
    position: absolute;
    right: 11px;
    top: 16px;
    border-top: 0.4em solid;
}

header nav button.btn.btn-secondary.dropdown-toggle:after {
    top: 15px;
    right: 13px;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #fff;
    border-color: #CA6B33;
    color: #CA6B33;
}

/*Sign popup css*/
.signwrapper {
    background-color: #F6F6F6;
    border: 1px solid #DCDCDC;
    height: 120px;
    position: relative;
    font-size: 25px;
    padding: 9px 12px;
    font-weight: 600;
    letter-spacing: 2px;
    /* font-family: 'Mrs Saint Delafield', cursive; */
    /* font-family: 'Mr De Haviland', cursive; */
    /* font-family: 'Dancing Script', cursive; */
    font-family: 'Arizonia', cursive;
}

.signwrapper>span {
    margin-right: 62px;
}

.signwrapper>span+br {
    display: none;
}

button.editbutton {
    border: 0;
    background: transparent;
    position: absolute;
    right: -4px;
    top: 4px;
    width: 51px;
}

/*SignDrag*/
.signdrag-button {
    background-color: #F6F6F6;
    border-style: dashed;
}

.signdrag-wrapper>button {
    width: 100%;
    padding: 20px 0;
    border: 2px dashed #edc4aa;
    background: transparent;
}

.signdrag-wrapper label.form-label {
    background-color: #0b1d37;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 30px;
    cursor: pointer;
}

/*Sign code css*/
/* .font1{
    font-family: 'Mrs Saint Delafield';
    font-size: 29px;
    font-weight: 550;
}
.font2{
    font-family: 'Mr De Haviland';
    font-size: 33px;
    font-weight: 590;
}
.font3{
    font-family: 'Dancing Script';
    font-size: larger;
    font-weight: 550;
}
.font4{
    font-family: 'Arizonia';
    font-size: larger;
    font-weight: 550;
} */

canvas {
    /* border: 1px solid black; */
    z-index: 111111;
    /* background-color: red; */
}

.signdrapcanva-main {
    position: relative !important;
    /* width: 100%; */
    margin: 0;
    padding: 4px;
    left: 0 !important;
    /* border: 2px dashed #edc4aa !important; */
    /* height: 100%; */
    z-index: 0;
}

input#clr {
    z-index: 1000;
    right: 9px !important;
    font-size: inherit;
    background-image: url(/assets/image/delete.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 6px 5px;
    background-color: #c56c35;
    width: 32px;
    height: 32px;
    border-radius: 40px;
    right: 5px;
    font-size: 0;
    border: 1.5px solid #fff;
    left: auto !important;
    top: 15px !important;
}

input#clr:focus {
    background-color: #c56c35 !important;
}

img#canvasimg {
    width: 100px;
    margin: 13px auto;
    display: block;
}

.signlist-wrapper>div {
    margin-bottom: 10px;
}

img#uploadImg {
    width: auto;
    height: 36px;
    margin: 7px auto;
    display: block;
}

.signlist-wrapper>div {
    padding: 10px 10px;
    font-size: 17px;
    height: auto !important;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Arizonia', cursive;
}

/*Vibha Pasted*/
ul#pills-tab {
    position: relative;
}

ul#pills-tab li:last-child {
    /* position: absolute;
    right: 30px; */
}

a.signimage-section {
    position: absolute;
    /* width: 65px; */
    height: 36px;
}

a.signimage-section>img {
    /* width: 11%; */
    height: 30px;
}

.signcontent-name-initials>span {
    font-size: 13px;
    font-weight: 900;
}

.signcontent-name {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.signcontent-initials>span {
    font-size: 15px;
}

.signcontent-date>span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
}

.modal>.modal-dialog>.modal-content {
    box-shadow: 0px 0px 12px rgb(0 0 0 / 44%);
}

ul.signatureOpt>li>button {
    background-color: #fff;
    border: 1px solid #CA6B33;
    margin: 0 2px;
    border-radius: 128px;
    color: #CA6B33;
    position: relative;
    box-shadow: 0px 6px 8px rgb(202 107 51 / 10%);
    padding: 6px 0;
    font-size: 13px;
    width: 110px;
    font-weight: 600;
}

ul.signatureOpt {
    margin-left: auto !important;
    padding-left: 0;
    margin-right: auto;
    justify-content: center;
}

ul.signatureOpt>li>button:hover {
    background-color: #CA6B33 !important;
    border: 1px solid #CA6B33 !important;
    color: #fff !important;
}

button.editbutton {
    background-color: #c56c35;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    right: 6px;
}

button.editbutton img {
    filter: invert(1);
    margin: 0 auto !important;
    display: flex;
    width: 15px !important;
}

.zoom {
    zoom: 100%;
}

.signatureOpt {
    display: flex;
    list-style: none;
    margin-left: 7px;
}

.btn-outline-info {
    color: black;
}

.selHead {
    width: 156px;
    margin-top: 45px;
}

.imgSave {
    width: 15px;
    margin: -24px -15px 0px 0px;
}

.cookieBox {
    background-color: #c56c35;
    height: 65px;
    display: flex;
}

.txtbox {
    height: 50px;
    width: 65%;
}

.cookieContent {
    font-size: 18px;
    font-weight: 500;
}

.btnsCookies {
    height: auto;
    width: 168px;
    display: flex;
    margin: 10px 0px 11px 202px;
}

.btnAllow {
    background-color: #ffffff;
    width: 84px;
    height: 40px;
    /* margin: 0px 0px 0px 0px; */
    border: 2px solid #fff0a6;
    border-radius: 18px;
    color: #c56c35;
}

.btnDecline {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    border-radius: 28px;
    width: 75px;
    height: 43px;
}

.img-download {
    margin-top: 10px;
}

.signImg-position {
    margin: -210px 332px 0px 0px;
    width: 165px;
    height: 33px;
}

.canvasPreImg {
    position: absolute;
    top: 2px;
    /* left: 110px; */
}

.img-sign-new {
    position: relative;
    background: #f6f6f6;
    border: 1px solid gainsboro;
    height: 150px;
}

.img-sign-new .canvasPreImg {
    position: absolute;
    /* background: #f6f6f6; */
}

.savedImg {
    position: absolute;
    top: 50%;
    border: 0;
    background-color: #c56c35;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    right: 0;
    transform: translate(-24%, -50%);
}

.signlist-wrapper {
    position: relative;
}

button.savedImg img {
    /* filter: invert(1);
    width: 13px !important; */
    margin-top: -3px;
}

ul.signatureOpt>li.active_menu>button {
    background-color: #CA6B33 !important;
    border: 1px solid #CA6B33 !important;
    color: #fff !important;
}

l.signatureOpt>li>button:hover {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    color: #CA6B33 !important;
}

.signedDoc {
    background-color: antiquewhite;
    height: 49px;
    width: 54px;
}


.popup_sf_bdy {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 94vh;
}

.popup_sf_inn h2 {
    font-size: 50px;
    text-transform: capitalize;
    color: #333333;
    text-align: center;
    margin-bottom: 69px;
}


.img_check {
    position: absolute;
    z-index: 99;
    left: 0;
    top: -12px;
    right: 0;
    margin: 0 auto;
}

.box_grey_header > h3 {
    font-size: 18px;
    padding: 0 22px;
}

img.img_check {
    width: 50px;
}

.box_grey_sec {
    border: 1px solid #ddd;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 45px 0px;
    border-radius: 6px;
}

button.navbar-toggler {
    box-shadow: none !important;
    border: 1px solid #ccc;
}

button.savebtn_sign {
    background-color: white;
    color: #ca6b33;
    position: absolute;
    left: auto;
    right: 53px;
    bottom: auto;
    top: 7px;
    border: 1px solid #ca6b33;
    border-radius: 50px !important;
    height: auto;
    width: 60px;
}

/* tooltip css */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

p.alert.alert-danger-1 {
    color: white;
    background: #ca6b33;
}

.download-btngroup .btn-group>label.new-box-single {
    max-width: 199.5px;
    color: white;
}

.btn-group.pdf-singl-bdy {
    display: flex;
    justify-content: center;
    margin: auto;
}

@media only screen and (max-width: 1400px) {
    #adoptyoursignature .modal-dialog.modal-dialog-centered {
        /* max-width: 50%; */
    }

    /* .signdrapcanva-main {
        height: 190px;
    } */
}

@media only screen and (max-width: 991px) {
    .signdrapcanva-main {

        width: 100% !important;
    }

    canvas.canvas.cvs_signpad {
        border: 2px dashed #edc4aa !important;
    }

    a.navbar-brand.d-md-none.d-sm-block {
        display: block !important;
    }

    .fontsOptions {
        max-width: 90%;
        overflow-y: scroll;
    }

    ul.signatureOpt {
        justify-content: flex-start;
    }

    #navbarSupportedContent>ul.navbar-nav.me-auto.mb-2.mb-lg-0>li {
        display: inline-flex;
    }

    #navbarSupportedContent>ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
        display: block;
        text-align: center;
        margin-bottom: 0 !important;
    }

    ul.d-flex.navbar-nav {
        display: block !important;
        text-align: center;
    }

    ul.d-flex.navbar-nav>li {
        width: 50px;
        display: inline-block;
        margin: 4px 4px;
    }

    ul.navbar-nav.me-auto.mb-2.mb-lg-0+ul.navbar-nav.me-auto.mb-2.mb-lg-0.d-sm-none.d-md-block {
        display: none !important;
    }

    button.btn.btn-secondary.dropdown-toggle {
        margin-top: -4px;
    }

    #navbarSupportedContent>ul {
        margin-top: 0;
    }

    #navbarSupportedContent>ul+ul {
        margin-top: 0;
    }

    #navbarSupportedContent>ul.navbar-nav.me-auto.mb-2.mb-lg-0>li {
        display: inline-flex;
        margin-bottom: 18px;
    }

    .signdrapcanva-main {
        /* height: 108px; */
    }
}

@media only screen and (max-width: 576px) {
    .signdrapcanva-main {
        /* height: 108px; */
    }
}

@media only screen and (max-width: 568px) {
    a.navbar-brand.d-md-none.d-sm-block>img {
        width: 130px;
    }
}

@media only screen and (max-width: 520px) {
    .signdrapcanva-main {
        /* height: 110px; */
        margin-bottom: 14px;
    }

    button.savebtn_sign {
        background-color: white;
    color: #ca6b33;
    position: absolute;
    left: auto;
    right: 40px;
    bottom: 126px;
    top: auto;
    border: 1px solid #ca6b33;
    border-radius: 50px !important;
    height: auto;
    width: 60px;
    }

    input#clr {
        z-index: 1000;
        top: 5px !important;
        left: auto !important;
        right: 5px;
    }
}
@media only screen and (max-width: 480px) {
    button.savebtn_sign {
        background-color: white;
    color: #ca6b33;
    position: absolute;
    left: auto;
    right: 40px;
    bottom: 122px;
    top: auto;
    border: 1px solid #ca6b33;
    border-radius: 50px !important;
    height: auto;
    width: 60px;
    }
}
@media only screen and (max-width: 450px) {
    .signdrapcanva-main {
        /* height: 100px; */
        margin-bottom: 14px;
    }
    input#clr {
        z-index: 1000;
        top: 5px !important;
        left: auto !important;
        right: 5px;
    }
}
@media only screen and (max-width: 414px) {
    button.savebtn_sign {
        background-color: white;
    color: #ca6b33;
    position: absolute;
    left: auto;
    right: 40px;
    bottom: 80px;
    top: auto;
    border: 1px solid #ca6b33;
    border-radius: 50px !important;
    height: auto;
    width: 60px;
    }
}
@media only screen and (max-width: 360px) {
    button.savebtn_sign {
        background-color: white;
    color: #ca6b33;
    position: absolute;
    left: auto;
    right: 40px;
    bottom: 57px !important;
    top: auto;
    border: 1px solid #ca6b33;
    border-radius: 50px !important;
    height: auto;
    width: 60px;
    }
}

@media only screen and (max-width: 375px) {
    button.savebtn_sign {
        background-color: white;
    color: #ca6b33;
    position: absolute;
    left: auto;
    right: 40px;
    bottom: 72px;
    top: auto;
    border: 1px solid #ca6b33;
    border-radius: 50px !important;
    height: auto;
    width: 60px;
    }
}
@media only screen and (max-width: 450px) {

    .signdrapcanva-main {
        /* height: 100px; */
        margin-bottom: 14px;
    }

   

    input#clr {
        z-index: 1000;
        top: 5px !important;
        left: auto !important;
        right: 5px;
    }
}

@media only screen and (max-width: 407px) {
    .docsignmodal ul#pills-tab>li>button {
        margin-top: 10px;
    }

    input#clr {
        bottom: -28px !important;
        left: auto !important;
        right: 3px;

    }
}

@media only screen and (max-width: 360px) {
    .signdrapcanva-main {
        height: 86px;
    }
}

/* 404 */
.errorvector {
    width: 272px;
    margin: 0 auto 15px auto;
}

.errormain p {
     font-size: 18px;
     max-width: 90%;
     margin: 16px auto 24px auto;
}

.errormain h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 29px;
}

.errormain {
    background-color: #fff;
    padding: 42px 0 36px 0;
    box-shadow: 0 0 40px #efefef;
    border-radius: 9px;
}

.somethingwentwrong-form {
    text-align: left;
    background-color: #fff;
    padding: 22px 20px;
    box-shadow: 0 0 40px #efefef;
    border-radius: 9px;
    margin: 25px auto 0 auto;
    display: none;
}

.somethingwentwrong-form>form {
    width: 50%;
    margin: 0 auto;
}

.somethingwentwrong-form button.btn.btn-primary {
    margin: 0 auto;
    width: 160px;
    font-size: 16px;
    background-color: #081E37;
    border-radius: 40px;
    display: block;
    height: 41px;
}

.text-center.title>h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 29px;
}

.somethingwentwrong-form input {
    border-radius: 30px;
    padding: 0 20px;
    height: 52px;
    border: 1px solid #d6d6d6;
}

.somethingwentwrong-form textarea {
    padding: 0 20px;
    border: 1px solid #d6d6d6;
}

.somethingwentwrong-form input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #d6d6d6;
}

.somethingwentwrong-form label {
    font-size: 16px;
    font-weight: 600;
}

.somethingwentwrong-form input::placeholder {
    font-weight: 500;
}

app-error-help section.mainwrapper {
    text-align: center;
    margin: 30px 0 0px 0;
    display: flex;
    align-items: center;
    height: 95vh;
}
app-error-help .document-wrapper {
    display: inline-block;
    width: 50%;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #e9ecef !important;
    color: #1e2125 !important;
}


/* zoom header issue fix by ST */
app-header main header.head-1.fixed-top {
     /* position: unset !important; */
}

@media only screen and (min-width: 1500px) {
    .errormain p {
        font-size: 21px;
    }
}

@media only screen and (max-width: 991px) {
    a.navbar-brand.d-md-none.d-sm-block {
        display: block !important;
    }

    .tabs_bdy.flex_se {
        margin-top: 9px;
    }

    button.topstart-btn {
        display: none;
    }
    /* #navbarSupportedContent>ul+ul > li:nth-child(1) {display: none;} */
    #navbarSupportedContent>ul+ul > li:nth-child(2) {display: none;}
}

@media only screen and (max-width: 767px) {
    .errorvector {
        width: 312px;
    }

    .errormain p {
        font-size: 16px;
        max-width: 90%;
    }

    .errormain h1 {
        font-size: 27px;
    }

    .img-sign-new.after_sign input#clr {
        bottom: -39px;
        right: 0px !important;
        left: auto;
    }

    .after_sign.img-sign-new {
        margin-bottom: 50px !important;
        display: block;
    }

}

@media only screen and (max-width: 568px) {
    a.navbar-brand.d-md-none.d-sm-block>img {
        width: 130px;
    }

    .errorvector {
        width: 66%;
    }
}

/* sign change button hover  css */

span.hover-item {
    display: none;
}

button.btn.btn-change,
button.btn.btn-clear {
    color: white !important;
    background-color: #c56c35 !important;
    border-radius: 45px;
    padding: 3px 13px;
    box-shadow: 0 3px 7px #dcb8a2;
}

button.btn.btn-clear {
    margin-left: 3px;
}

button.btn.btn-outline-dark {
    color: white;
    background: #CA6B33;
    border: none;
    width: 100px;
    height: auto;
    border-radius: 40px;
    box-shadow: 0px 6px 8px rgb(202 107 51 / 10%);
}

.input-group.asktext {
    justify-content: center;
    padding-top: 10px;
    top: 6px;
}

button.btn.btn-outline-dark:hover {
    color: #ffff;
    background: #CA6B33;
}

.hover_new_btn {
    /* display: none; */
}

.hover-section .hover_new_btn {
    position: absolute;
    width: 100%;
    top: 38px;
    display: block;
    z-index: 1;
}

span.hover-item {
    display: flex;
}

.signcontent-initials.hover-section.zproperty {
    width: auto;
    text-align: left;
    height: 17%;
}

a.signimage-section.hover-section.zproperty.text-dark {
    /* width: 45%; */
    text-align: left;
    height: 46px;
    text-decoration: none;
    display: contents;
}

.signgrid-inner {
    text-align: center;
    background-color: #f5f5f5;
    padding: 19px 0;
    position: relative;
    border-radius: 6px;
    padding-bottom: 1px;
}

.fontstyle-wrapper {
    margin-top: 14px;
    margin-bottom: 20px;
}

.fontstyle-wrapper h3 {
    font-size: 19px;
}

.fontstyle-wrapper h2 {
    font-size: 28px;
    margin-top: 12px;
}

.signgridarrow>ul {
    padding-left: 0;
}

.signgridarrow>ul>li:first-child {
    position: absolute;
    left: 10px;
    background-color: #ca6b33;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translate(0, -50%);
}

.signgridarrow>ul>li {
    list-style: none;
    position: absolute;
    right: 10px;
    background-color: #ca6b33;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}

.signgridarrow>ul>li:first-child img {
    filter: invert(1);
    margin-top: 7px;
    margin-right: 4px;
}

.signgridarrow>ul>li img {
    filter: invert(1);
    width: 26px;
    margin-top: 7px;
    margin-left: 3px;
}

.fontstyle-wrapper {
    margin-top: 20px;
}

li.disable_icon {
    opacity: 0.5;
}

li.disable_icon>img {
    cursor: no-drop;
}

.active_menu {
    width: 50%;
    border-radius: 4px;
}

button.topstart-btn {
    margin-left: 0;
    left: 0;
    /*------------------*/
    top: 22%;
}

.document-wrapper {
    display: inline-block;
}

.btn-close:hover {
    opacity: 1 !important;
}

canvas.canvas.cvs_signpad {
    box-shadow: 0px 4px 7px rgb(8 30 55 / 35%);
    padding: 0px 0px;
    margin: 0 auto;
    background: #f6f6f6;
    width: 100% !important;
}

.fontstyle-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-around;
}
.active_menu > .fontstyle-wrapper > div {
    border: 1px dashed rgb(200 106 50 / 47%);
    padding: 0 28px;
    margin: 0 10px;
}
.fontstyle-wrapper > div:first-child {
    padding: 14px 27px;
}
.fontstyle-wrapper > div:last-child {
    padding: 10px 27px;
}
.fontstyle-wrapper > div:first-child > h3 {
    padding-top: 8px;
}
.fontstyle-wrapper > h3 {
    width: 100%;
    border-radius: 4px;
    padding: 20px 0;
    margin: 0;
}
.fontstyle-wrapper > h2 {
    width: 100%;
    border-radius: 4px;
    padding: 20px 0;
    margin: 0;
}
.download-btngroup label {
    line-height: 1.2 !important;
    display: flex;
    align-items: center;
    font-size: 17px !important;
    justify-content: center;
}
.signcontent-date.zproperty, .signcontent-name.zproperty {
    z-index: 0;
}

.modal-dialog.modal-dialog-centered.modal-lg:active {
    overflow: hidden !important;
}

.cpointer{
    cursor: pointer;
}

.finishlater h1 {
    font-size: 28px;
    padding: 0 40px;
    font-weight: 300;
    text-transform: capitalize;
    max-width: 80%;
    margin: 0 auto 18px auto;
}

.finishlater .errorvector {
    margin-bottom: 0;
}
section.mainwrapper.thankyoufinishlater {
    display: flex;
    max-height: none !important;
    height: 93vh;
    align-items: center;
}

.btns_preview{
    border: 1px solid #c56c35;
    background-color: #c56c35;
    border-radius: 27px;
    width: 142px;
    color: white;
    font-weight: 700;
}
.btn.btns_preview:hover {
    border: 1px solid #c56c35;
    background-color: #a8521d;
    border-radius: 27px;
    /* width: 142px; */
    color: white;
    font-weight: 700;
}
.finishlater {
    padding-bottom: 50px;
}

/*For Loader*/
.ngx-loading-text.center-center {
    text-align: center;
    margin-top: 12px !important;
    width: 90%;
}
.ngx-overlay > .ngx-foreground-spinner {
    color: #ffffff !important;
}
.ngx-progress-bar.loading-foreground.ngx-progress-bar-ltr {
    color: #fff !important;
}
.ngx-progress-bar{
    color: #fff !important;
}

/* .zoomdoc1 > img {
    width: 120%;
    max-width: none;
}
.zoomdoc2 > img {
    width: 140%;
    max-width: none;
} */

.zoomdoc1 .document-wrapper {
    transform-origin: 50% 0%;
    transform: scale(1.1625, 1.1625);
}

.zoomdoc1 button.start-button.topstart-btn {
    transform-origin: 894% 0%;
    transform: scale(1.1625, 1.1625);
    z-index: 100;
}

.zoomdoc1 .sign.block > button.start-button.topstart-btn{
    transform-origin: 100% 0%;
    transform: scale(1.1, 1.1);
}

.zoomdoc2 .document-wrapper {
    transform-origin: 50% 0%;
    transform: scale(1.5625, 1.5625);
}

/* .zoomdoc2 button.start-button.topstart-btn {
    transform-origin: 894% 0%;
    transform: scale(1.2625, 1.2625);
    z-index: 100;
} */
.zoomdoc2 button.start-button.topstart-btn {
    z-index: 10;
    transform-origin: 540pt 0%;
    transform: scale(1.3625, 1.3625);
}

.zoomdoc2 .sign.block > button.start-button.topstart-btn{
    transform-origin: 170% 0%;
    transform: scale(0.9, 0.9);
}
img.disable {
    opacity: 0.6;
    cursor: not-allowed;
}
button.btn.btn-close {
    z-index: 1000;
    background-color: #ca6b33 !important;
    padding: 14px 14px !important;
    border: 0;
    margin-top: -3px;
}

.signbutton-position > button.start-button.topstart-btn {
    left: -54px !important;
    top: 27px;
}

.container.signbutton-position.position-reletive {
    position: relative;
    max-width: fit-content;
}
body.modal-open app-header > main {
    position: static;
}
.modal-backdrop.fade.show {
    z-index: 0;
}
body.modal-open app-header > main > header > nav {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 0;
    background-color: #fff;
    top: 0;
    width: 98%;
    border-radius: 10px;
    margin: 0px auto 9px auto;
}
body.modal-open .container.signbutton-position.position-reletive {
    z-index: -1;
}
body.modal-open section.mainwrapper {
    margin: 100px 0 0px 0;
}
body.modal-open .btns_preview{
    z-index: 0;
 }
 body.modal-open button.sign-button {
    z-index: 0;
}
.zoomdoc2 {
    height: calc(100% - 1px);
}
.zoomdoc1 {
    height: calc(100% - 0px);
}

.drawText {
    font-family: Courier;
    color: rgb(0 0 0);
    rotate: -45deg;
    position: absolute;
    top: 40%;
    left: 30%;
    font-size: 150px;
    opacity: 0.1;
}

.voidpoup label {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
.voidincorrectmodal > .modal-dialog {
    width: fit-content;
}
.voidincorrectmodal .modal-header p {
    margin: 0;
}
.voidincorrectmodal .modal-header {
    background-color: #091f36;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
}
button.commentbutton {
    background-color: #fff;
    border: 1px solid #c8653e;
    color: #c8653e;
    border-radius: 30px;
    padding: 6px 20px;
    border-bottom-left-radius: 0;
    margin-top: 20px;
    margin-left: 5px;
    font-weight: 700;
}
.blinkdots {
    position: absolute;
    top: -13px;
    left: -26px;
    zoom: 0.5;
    padding-left: 9px;
}

span.comment-span {
    padding-left: 10px;
}

/*offcanvasTop popup*/

#offcanvasTop ~ .offcanvas-backdrop.show {
    opacity: 0;
}
#offcanvasTop {
    border-radius: 8px;
    padding: 0 22px 20px 22px;
    position: fixed;
    left: 50%;
    z-index: 10000;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    text-align: center;
    height: auto !important;
    min-height: fit-content;
    width: 95%;
    max-width: 50%;
}
body.welcomepopup-open main, body.welcomepopup-open header {
    filter: blur(6px);
}
.offconvas-container {
    margin-top: 19px;
}
.offconvaslogo img {
    width: auto;
    height: 72px;
}
.canvasleftarea {
    margin: 20px 0;
}
.canvasleftarea > p {
    font-size: 16px;
}
.canvasrightarea > button {
    border-radius: 50px;
    margin: 0 3px;
}
button.btn.btn-decline {
    background-color: #fff;
    border: 1px solid #091f36;
    color: #091f36;
    font-weight: 600;
    padding: 6px 30px;
}
#offcanvasTop:focus-visible {
    outline: none;
}
button.btn.btn-decline:hover {
    border: 1px solid #091f36;
}
body.welcomepopup-open {
    overflow: hidden !important;
}

/*Decline inner popup*/
.declineinnerpopup p {
    font-size: 21px;
    /* text-transform: uppercase; */
    font-weight: 600;
    margin-bottom: 0;
}

.declineinnerpopup .modal-footer {
    border: 0;
    padding-bottom: 25px;
}

.declineinnerpopup .input-group.asktext {
    padding-top: 0;
    margin-bottom: -2px;
    margin-top: 7px;
}

.declineinnerpopup .modal-footer > button {
    border-radius: 50px;
    font-weight: 700;
}

/*priyanshu css*/

img.offconvasmainlogo {
    height: 72px;
    width: auto !important;
}

/*decline confirm popup*/
body.declinepopup-open .modal-backdrop.fade.show {
    display: none;
}
body.declinepopup-open app-header > main > header > nav {
    filter: blur(6px);
}
body.declinepopup-open app-header ~ main {
    filter: blur(6px);
}
body.declinepopup-open .modal-content {
    box-shadow: 0px 0px 80px #fff !important;
    border: 1px solid #ccc;
    border-radius: 10px;
}

@media only screen and (max-width: 1080px){
    #offcanvasTop {
        width: 95%;
        max-width: 80%;
    }
}

@media only screen and (max-width: 991px){
    .active_menu > .fontstyle-wrapper > div{
        margin: 0 4px;
    }
    main {
        margin: 0;
    }
    header {
        border-radius: 0;
    }
    section.mainwrapper {
        margin: 10px 0 0px 0;
    }
    .title>h2 {
        font-size: 18px;
        margin-bottom: 7px;
        margin-top: 7px;
    }
    .clickhidescroll {
        overflow: hidden !important;
    }
    header nav .navbar-nav .dropdown-menu {
        position: absolute;
        right: 0;
        left: auto;
        top: 44px;
        width: 300px;
    }
    header nav .navbar-nav .dropdown-menu > li > a {
        white-space: break-spaces;
    }
    a.navbar-brand.d-md-none.d-sm-block > img {
        width: auto;
        height: 56px;
    }

}

@media only screen and (max-width: 767px){
    a.signimage-section.hover-section.zproperty.text-dark {
        width: 100%;
    }
  
    span.hover-item {
        display: flex;
        justify-content: center;
    }
    span.hover-item > button {
        margin-bottom: 5px;
    }
    a.signimage-section>img {
        height: 19px;
    }
    .fontstyle-wrapper {
        display: block;
    }
    .fontstyle-wrapper > h3 {
        padding: 20px 0 0px 0;
        margin: 0;
    }
    .fontstyle-wrapper > h2 {
        padding: 20px 0 20px 0;
        margin: 0;
    }
    .active_menu > .fontstyle-wrapper > div{
        margin: 10px 0px;
    }
    .active_menu {
        width: 65%;
    }
    button.btn-close{
        right: 10px;
        top: 13px;
    }
    /*For Mobile header fix*/
    main {
        padding-top: 27px;
    }
    main > header {
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        z-index: 10;
    }
    .modal-backdrop.show {
        z-index: 9;
    }

    .docsignmodal ul#pills-tab>li>button{
        margin: 0 3px;
        width: 104px;
        padding: 6px 0;
    }
/* added css for sign text size */
    .signcontent-initials>span {
        font-size: 10px !important;
    }
    .signcontent-name>span {
        font-size: 8px !important;
    }
    .signcontent-date>span{
        font-size: 8px !important;

    }
    .sign_name_warp > span {
        font-size: 7px !important;
    }
    .document-inner{
        overflow: hidden;
    }
    nav.navbar{
        border-radius: 0;
    }
    #finishlater .btn-close{
        display: none;
    }
    button.btn.btn-change, button.btn.btn-clear{
        padding: 3px 10px;
        font-size: 13px;
        font-weight: 700;
    }
    button.btn.btn-clear {
        margin-left: 1px;
    }
    #offcanvasTop {
        width: 100%;
        max-width: 97%;
    }
    #offcanvasTop button.btn.btn-dark, #offcanvasTop .dropdown > button {
        min-width: 121px;
    }
    .canvasleftarea > p {
        font-size: 15px;
        line-height: 1.5;
        text-align: left;
    }
}
@media only screen and (max-width: 480px){
    .finishlater h1 {
        font-size: 17px;
        font-weight: 400;
    }
}

@media only screen and (min-width: 1081px){
    button.btn.btns_preview.btn-dark{
        display: none;
    }
}