
.page-container{
    position: relative;
    /* border:1px solid #d1e2e5; */
}

.document-object{
    height: 90px;
    z-index: 99;
    WIDTH: 90px;
    transition: background-color .2s ease-out;
    background-clip: padding-box;
    border-radius: 4px;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.15), inset 0 1px 0 hsla(0,0%,100%,.3);
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #455A64;
    text-transform: capitalize;
    font-family: "Hind Vadodara", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
}
.document-overlay{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.builder-nav{
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}



.main {
    display: flex;
    padding-top: 55px;
}

.sidebar {
    width: 230px;
    background: #fff;
    border-right: 1px solid #d1e2e5;
    padding: 15px;
    position: fixed;
    top: 65px;
    bottom: 0px;
    overflow: auto;
}
.builder-zone {
    padding-top: 30px;
}
.builder-workspace {
    padding-left: 230px;
}
.lead-text{
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}
.document-wrapper {
    padding: 15px;
}
.page-widget{
    position: absolute;
    /* z-index: 99; */
    font-size: 16px;
}
.signature-widget{
    width: 121.406px;
    height: 51px;
    font-size: 1.21em;
}

.signature-container {
    display: flex;
    padding: 5px 15px 5px 0px;
    align-items: center;
    border-radius: 0.25rem;
    height: 100%;
    background-size: contain;
    background-position: 0 center;
    background-repeat: no-repeat;
    cursor: move;
}
.is-signed{
    align-items: center;
    display: flex;
}
.is-required .object-preview {
    border-color: #FF4136;
}
.object-preview {
    background-color: rgba(239, 203, 118, 0.3);
    -webkit-box-shadow: 0px 5px 8px 1px rgba(107,107,107,0.24);
    -moz-box-shadow: 0px 5px 8px 1px rgba(107,107,107,0.24);
    box-shadow: 0px 5px 8px 1px rgba(107,107,107,0.24);
    border-bottom: 3px solid rgba(177, 194, 217, 0.62);
}
.preview-area{
    height: 100%;
    user-select: none;
}

.initals {
    background: #fff;
    border-radius: 50%;
    width: 1.4em;
    height: 1.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}
.btn-xs {
    font-size: 11px;
    padding: 2px 10px;
}

.hint-text {
    font-size: 12px;
}

.popup-wrapper{
    /* border: 1px solid #d1e2e5; */
    border-radius: 0.25rem;
    padding: 20px;
    box-shadow: -1px 1px 20px rgba(126, 142, 177, 0.4);
    background-color: #fff;
    margin-top: 10px;
    position: relative;
    z-index: 99;
    cursor: default;
    font-size: 16px;
}

.popup-bottom {
    position: absolute;
    width: 260px;
    user-select: none;
}

.filler-popup {
    padding: 10px 0;
}

.cstm-tooltip-top:not(.js-date){
    position: absolute;
    padding: 5px;
    box-shadow: -1px 1px 20px rgba(126, 142, 177, 0.4);
    background-color: #fff;
    font-size: 10px;
    top: -30px;
    left: 0px;
    right: 0;
    width: 90px;
    text-align: center;
    cursor: default;
    user-select: none;
    margin: 0;
    font-weight: 500;
}

.cstm-tooltip-top:not(.js-date):after{
    content: "";
    bottom: -5px;
    left: 10px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}
.cstm-tooltip-top.js-date{
    position: absolute;
    font-size: 10px;
    top: -32px;
    left: 0px;
    right: 0;
    height: 32px;
    width: 90px;
    text-align: center;
    cursor: default;
    user-select: none;
    margin: 0;
    font-weight: 500;
}
.cstm-tooltip-top .custom-arrow-date:after{
    content: "";
    bottom: 2px;
    left: 10px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.cstm-tooltip-top .custom-arrow-date{
    padding: 5px;
    box-shadow: -1px 1px 20px rgba(126, 142, 177, 0.4);
    background-color: #fff;
    display: block;
}

.popup-wrapper:before{
    content: "";
    top: -5px;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}
.page-widget:hover .cstm-tooltip-top{
    display: block;
}
.popups{
    display: none;
}
.show-popups .popups{
    display: block;
}
.hide-popups .popups{
    display: none!important;
    opacity: 0!important;
}

.pill-btn{
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 10px;
}

.checkbox-widget{
    height: 20px;
    width: 20px;
}
.checkbox-container:not(.checked) .is-checked{
    display: none;
}
.checkbox-container.checked .is-unchecked{
    display: none;
}
.checkbox-container img{
    vertical-align: top;
}
.checkbox-widget.page-widget.is-required:not(.sign-completed){
    outline: 2px solid #E2DB8B;
    box-shadow: 0px 5px 0px 0px red;
}

.datepicker-container{
    position: relative;

}
.date-inputs {
    opacity: 0;
    position: absolute;
    z-index: 0;
    visibility: hidden;
    top: 0;
}
.fake-date{
    position: relative;
    border-radius: 0.25rem;
    /* padding: 0px 15px; */
    background-color: rgba(253, 244, 126, 0.7);
    border-left: 4px solid rgba(177, 194, 217, 0.62);
}
.is-required .fake-date {
    border-color: red;
}
.doc-image{
    display: block;
    /* width: 816px; */
    max-width: 816px;
    position: relative;
    outline: 1px solid #d1e2e5;
}
.doc-image img{
    max-width: 100%;
    user-select: none;
    -webkit-user-drag: none;
}
.navbar-dark .navbar-nav  .nav-link{
    border-radius: 15px;
    padding: 4px 15px;
}
.nav-item.active .nav-link {
    background-color: rgba(255,255,255,0.2);

}
.file-item{
    padding:10px 15px;
    border-bottom:1px solid #eee;
    transition: all ease 0.2s;
    background: #fff;
    min-width: 480px;
}
.file-item:hover {
    background: rgba(238, 238, 238, 0.1);
}
.file-details{
    font-size: 15px;
    font-weight: 500;
}
.small-pad {
    padding: 4px 5px!important;
}
.form-control-plaintext{
    outline: 0;
}
.create-list-wrapper{
    display: none;
}
.show-createContact .contact-list-wrapper{
    display: none;
}
.show-createContact .create-list-wrapper{
    display: block;
}
.initals-modal-item{
    display: none;
}
.show-initals .initals-modal-item{
    display: block;
}
.show-initals .signature-modal-item{
    display: none;
}
.button-input {
    border: 1px solid #eee;
    margin-bottom: 15px;
    text-align: center;
    padding: 5px;
    font-weight: 600;
    border-radius: 0.25rem;
    transition: all ease 0.2s;
}
.button-input.selected, .button-input:hover {
    border-color: #9E9E9E;
    cursor: pointer;
    background: #eee;
}
.close.close-custom {
    top: 10px!important;
    right:15px;
}
#test{
    font-size: 64px;
}
.button-tabs {
    border: 1px solid #017aff;
    overflow: hidden;
    border-radius: 25px;
    display: flex;
    margin-bottom: 15px;
}
.btn-tab {
    display: inline-block;
    padding: 4px 15px;
    transition: all ease 0.2s;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color:#017aff;
}
.btn-tab.signature{
    background-color:#017aff ;
    color: #fff;
}
.show-initals .btn-tab.signature{
    color:#017aff;
    background-color:#fff;
}

.show-initals .btn-tab.initial{
    background-color:#017aff ;
    color: #fff;
}
.editable-container{
    background-color: rgba(239, 203, 118, 0.3);
    min-width: 100px;
    min-height: 27px;
    border-radius: 0.25rem;
    /* height: 100%; */
    border-bottom: 3px solid rgba(177, 194, 217, 0.62);
    position:relative;
}
.is-required .editable-container{
    border-bottom-color: #ff5043;
}
.editable-container:not(.is-editing):after{
    content:'Text';
    position:absolute;
    left:0;
    top: 0;
    bottom: 0;
    align-items: center;
    display: flex;
}
.sign-completed .editable-container:after{
    display:none
}


.textResize{
    width: 100%;
}

.ui-resizable-handle {
    border: 2px solid #03A9F4;
    border-radius: 50%;
    margin: -14px;
    height: 10px;
    width: 10px;
    transition: opacity ease 0.2s;
    opacity: 0;
}
.page-widget:hover .ui-resizable-handle{
    opacity: 1;
}


.bg-login{
    background-color: #292828;
    padding: 3rem 2rem 2rem 2rem;
    border-radius: 0.25rem;
    box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0, 0, 0, 0.58), 0 -12px 36px -8px rgba(0,0,0,.025);
}
.modal-md .modal-dialog{
    max-width: 750px;
}
.upload-cards {
    display: block;
    text-align: center;
    padding: 65px 15px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 0.25rem;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    transition: all ease 0.2s;
    color: #263238;
}

.upload-card-icons {
    font-size: 42px;
}
.upload-cards:hover{
    box-shadow:0 10px 47px -21px rgba(0, 0, 0, 0.4);
}
.small-para{
    font-size: 12px;
}
.modal-file-upload {
    display: flex;
    height: 250px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px dashed #c2c5ca;
    margin: 20px 0;
    position: relative;
}


.modal-file-upload input {
    opacity: 0;
    position: absolute;
}


.modal-file-upload-label-heading {
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
}
.new-document .modal-body{
    padding: 15px 35px;
}
.modal-file-upload-label {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}

.upload-fake-button {
    display: inline-block;
}
.upload-file-card {
    background: #fff;
    margin-bottom: 10px;
    padding: 15px;
    position: relative;
    border-radius: 0.25rem;
    color: #263238;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12) !important;
}

.remove-file {
    position: absolute;
    right: 10px;
    background: #edf2f9;
    height: 25px;
    width: 25px;
    text-align: center;
    display: flex;
    top: 14px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 12px;
    opacity: 0.5;
    cursor: pointer;
}
.remove-file:hover{
    opacity: 1;
}
.file-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.25rem;
}

.real-progress {
    background: #03A9F4;
    display: block;
    height: 3px;
    transition: all ease 0.2s;
    border-radius: 0.25rem;
}
.custom-input input {
    opacity: 0;
    position: absolute;
}

.custom-input {
    font-size: 13px;
    display: block;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}
.custom-input-text {
    display: flex;
    align-items: center;
}

.custom-input-text .mdi {
    font-size: 18px;
}
.prepare-contacts .modal-content {
    background: #fff;
}
.prepare-contacts .modal-header{
    padding:0;
}
.prepare-contacts .modal-body{
    padding:0
}
.sign-completed .datepicker-container,
.sign-completed .editable-container,
.sign-completed .object-preview {
    background-color: transparent;
    outline: 1px solid #E2DB8B;
    border: 0;
    padding: 0;
}
.sign-completed .editable-container,
.sign-completed .object-preview:after{
    /*content: '';*/
    /*border-top: calc(1px + .02em) solid rgba(226, 219, 139, 0.5);*/
    /*position: absolute;*/
    /*width: calc(100% - (2 *(calc(1px + calc(1em / 13)))));*/
    /*left: calc(1px + calc(1em / 13));*/
    /*bottom: calc(27/160 * 1em + calc(1px + calc(1em / 13)));*/
    /*z-index: 0;*/
}
.datepicker.dropdown-menu {
    border-color: #d1e2e5;
    color: #263238;
    box-shadow: 0 10px 47px -21px rgba(0, 0, 0, 0.4);
    border-radius: 0.25rem;
}
.sign-zone .popup-bottom{
    display: none;
}
.sign-zone .signature-container {
    cursor: pointer;
}

.sign-zone .main{
    padding-top: 125px;
}
.sign-zone .btn-rounded{
    padding: 5px 25px;
}



.image-sidebar {
    width: 230px;
    background: #fff;
    border-right: 1px solid #d1e2e5;
    padding: 15px;
    position: fixed;
    top: 115px;
    bottom: 0px;
    overflow-y: auto;
}
.doc-thumb {
    padding: 15px;
    border: 2px solid #d1e2e5;
    margin-bottom: 20px;
    position: relative;
    transition: all ease 0.2s;
    border-radius: 0.25rem;
}
.doc-thumb img{
    transition: all ease 0.2s;
}
.doc-thumb.nav-link.active {
    border-color: #009688;
}
.check-mark {
    position: absolute;
    top: 50%;
    background: #009688;
    height: 40px;
    width: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all ease 0.2s;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.is-page-complete .check-mark{
    opacity: 1;
}

.is-page-complete img{
    opacity: 0.3;
}
.page-widget[data-type="text"]{
    min-width: 86px;
    font-size: 1em;
}
.page-widget[data-type="date"],
.page-widget[data-type="text"]{
    font-size: 18px;
}

.sign-completed .fake-date {
    background-color: transparent;
    border: 1px solid rgba(253, 244, 126, 0.7);
}
.no-draft .page-widget{
    pointer-events: none;
    cursor: default;
}

.change-contact.d-flex.list-group-item {
    padding: 10px;
}

.minicheckbox .custom-options-box {
    background-color: transparent;
    border: 1px solid #d1e2e5;
}
.minicheckbox .custom-options-box:before{
    top:2px
}
.filter-grayscale{
    filter: grayscale(100%);
}
.toolbar-object.ui-draggable,
.list-group-item.list-group-item-action.ui-sortable-handle {
    cursor: move;
}
.page-widget:not(.sign-completed).highlight{
    transition: all ease-in-out 2s;
    animation-name: ShadowLight;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

/* Standard syntax */
@keyframes ShadowLight {
    from { box-shadow: 0px 0px 2px 3px #03A9F4;}
    to { box-shadow: 0px 0px 2px 3px rgba(3, 169, 244, 0.34)}
}
.secondary-nav{
    min-height: 56px;
}
.spinner-border{
    vertical-align: baseline;

}

.go-right .popup-bottom {
    right: 0;
    margin-bottom:20px;
}

.go-right .popup-wrapper:before {
    left: unset;
    right: 10px;
}
.go-right .cstm-tooltip-top{
    left: unset;
    right: 0;
}
.go-right .cstm-tooltip-top:after{
    left: unset;
    right: 10px;
}
@media (max-width: 720px ){
    .doc-image{
        width: 100%;
    }
    .builder-workspace{
        padding: 0;
    }
    .image-sidebar{
        display: none;
    }
    .sign-zone .main {
        padding-top: 145px;
    }
    .modal-title {
        font-size: 1rem;
    }
}
select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3e%3cpath fill='%23000' d='M1.41 0.580002L6 5.17L10.59 0.580002L12 2L6 8L0 2L1.41 0.580002Z'/%3e%3c/svg%3e") no-repeat right .75rem center/13px 10px;
}

.signature-pad-container {
    position: relative;
}

.signature-pad-container:after {
    height: 1px;
    content: "";
    left: 40px;
    right: 40px;
    position: absolute;
    background: rgba(176, 190, 197, 0.38);
    bottom: 40px;
}

.signature-pad-container:before {
    font-family: 'Material Design Icons';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    content: "\F156";
    left: 10px;
    bottom: 21px;
    font-size: 26px;
    color:rgba(176, 190, 197, 0.38);
}

.cstm-switch .cstm-switch-description {
    margin-left: 0.5rem;
    transition: 0.3s color;
    font-size: 13px;
}
#signature-pad{
    max-width: 100%;
    width:470px;
    height:120px
}
@media (max-width: 520px) {
    .datepicker {
        position: fixed;
        left: 50%!important;
        top:120px!important;
        width: 100%;
        float: unset;
        transform: translateX(-50%);

    }

    .datepicker > div {
        display: flex;
        justify-content: center;
    }


    .datepicker:after , .datepicker:before {
        display:none!important;
    }
}

.yearly-block{
    display: none;
}
.yearly-mode .yearly-block{
    display: block;
}
.yearly-mode .monthly-block{
    display: none;
}
.datepicker-superindex .datepicker{
    z-index: 99999!important;
}

.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border-radius: 4px;
    background-color: white;

    border:1px solid #d1e2e5;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {

}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
#react-complete-sign {
    display: inline-block;
}
@media (max-width:786px) {
    .sidebar{
        display: none;

    }
}
.click-item {
    flex: 1;
    border: 1px solid #eee;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    border-top: 0;
    border-right: 0;
    margin-bottom: 0;
}

.click-block {
    /* flex-basis: 50%; */
    /* flex-grow: 1; */
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    transition: all ease 0.2s;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    cursor: pointer;
}
.click-block:hover {
    background: #eee;
}
.subtitle {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.google-login{
    display: inline-block;
    margin-top: -4px;
}

.separator {
    position: relative;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.separator:after {content: "";width: 100%;display: block;height: 1px;background: rgba(255, 255, 255, 0.33);position: absolute;top: 21px;}

span.or {
    position: absolute;
    color: #fff;
    /* width: 100px; */
    padding: 5px 20px;
    display: inline-block;
    background: #292828;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 99;
    letter-spacing: 2px;
}
@media (max-width:786px) {
    .fake-date {
        text-align: left;
        padding: 0;
    }
}
.editable-container:empty {
    min-width: 85px;
}
.cloak{
    opacity: 0;
    pointer-events: none;
}

.text-widget .preview-area{
    height:auto;
}

.iti.iti--allow-dropdown {
    border-left: none;
    width: 100%;
}
.disabled-button {
    pointer-events: none;
    opacity: 0.78;
}
.btn-cstm-link {
    text-decoration: underline;
    padding-left: 0;
    padding-right: 0;
}

.discount-offer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eeee;
    padding: 15px;
    border: 1px solid #e3e2e2;
}
.discount-offer .code {
    text-decoration: underline;
    font-weight: bold;
}
.discount-offer::after {
    content: "";
    background: url("https://img.icons8.com/ultraviolet/80/000000/price-tag.png") no-repeat;
    opacity: 0.2;
    top: 30%;
    left: 23%;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

@media (max-width: 576px) {
    .discount-offer {
        text-align: center;
    }
    #flipdown {
        display: flex;
        justify-content: center;
    }
    .discount-offer:after {
        top: 6%;
        left: 5%;
    }
}

.folder-delete {
    position: absolute;
    right: 9px;
    top: 13px;
    display: none;
    font-size: 13px;
    padding: 0px 3px;
}

.folder:hover .folder-delete {
    display: block;
}
