/*include fonts*/
@font-face {
    font-family: Lato;
    font-weight: 100;
    src: url(../fonts/Lato/Lato-Hairline.ttf);
}

@font-face {
    font-family: Lato;
    font-weight: 300;
    src: url(../fonts/Lato/Lato-Light.ttf);
}

@font-face {
    font-family: Lato;
    font-weight: 400;
    src: url(../fonts/Lato/Lato-Regular.ttf);
}

@font-face {
    font-family: Lato;
    font-weight: 700;
    src: url(../fonts/Lato/Lato-Bold.ttf);
}

@font-face {
    font-family: Lato;
    font-weight: 900;
    src: url(../fonts/Lato/Lato-Black.ttf);
}

@font-face {
    font-family: 'Festive', cursive;
    font-weight: 700;
    src: url(../fonts/Festive/Festive-Regular.ttf);
}

@font-face {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    src: url(../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf);
}

@font-face {
    font-family: 'Meie Script', cursive;
    font-weight: 400;
    src: url(../fonts/Meie_Script/MeieScript-Regular.ttf);
}

@font-face {
    font-family: 'Miss Fajardose', cursive;
    font-weight: 400;
    src: url(../fonts/Miss_Fajardose/MissFajardose-Regular.ttf);
}
@font-face {
    font-family: 'Niconne', cursive;
    font-weight: 400;
    src: url(../fonts/Niconne/Niconne-Regular.ttf);
}
@font-face {
    font-family: 'Rochester', cursive;
    font-weight: 400;
    src: url(../fonts/Rochester/Rochester-Regular.ttf);
}

/*body*/
html,body{
    background: #061a22  !important;
}
body.login_cards {
    font-family: Lato;
    background: #000;
    font-weight: 400;
    overflow-x: hidden;
}
body.editor {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato;
}
a {
    color: #ddad06;
    text-decoration: none;
}

a:hover,
a:focus {
    outline: 0 !important;
    text-decoration: none;
    color: #aa8506;
}

.hidesidebar {
    min-height: 100vh;
}

/*header*/

.EmailHeader{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header {
    background: #fff;
    height: 90px;
    padding: 15px 25px;
    position: fixed;
    width: 100%;
    z-index: 99;
    box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
}

.header-search {
    float: left;
    margin-left: 30px;
    border-left: 1px solid #ddd;
}

.header-search input {
    height: 35px;
    width: 250px;
    font-size: 16px;
    margin-top: 3px;
    color: #555;
    position: unset;
    border: none;
    margin-left: 13px;
}

.header-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #d4d4d4;
  }
.header-search input::-moz-placeholder { /* Firefox 19+ */
    color: #d4d4d4;
    opacity: 1;
  }

.header-search input:-ms-input-placeholder { /* IE 10+ */
    color: #d4d4d4;
  }

  .header-search input:-moz-placeholder { /* Firefox 18- */
    color: #d4d4d4;
  }

.header-search input:focus {
    outline: 0;
}

.search-icon {
    font-size: 30px;
    color: #d4d4d4;
    margin-left: 20px;
}

.header-links>li {
    display: inline-block;
    margin-left: 20px;
}

.btn-upload {
    padding: 4px 9px;
    font-size: 20px;
}

header .notifications {
    font-size: 25px;
    color: #818181
}

header .bubble {
    position: absolute;
    margin-left: -3px;
    margin-top: -11px;
    height: 24px;
    width: 24px;
    font-size: 14px !important;
    text-align: center;
    padding: 6px 0px 0px 0px !important;
}

h2.document-head {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}
.docu-dv {
    display: grid;
    grid-template-columns: 30% auto;
    grid-column-gap: 15px;
}
.mergedfile embed {
    height: 390px;
	width:100%;
}
.splitted_file embed {
    height: 200px !important;
	width:100%;
}

.view_splitted_file embed
{
    height: 200px !important;
	width:100%;
}

.ds-right{	float:right !important;	}
.ds-left{ float:left !important; display:inline-block; }
header .notify {
    cursor: pointer;
    /* margin-right: 20px; */
}
header .nav > li > a {
    padding: 0 !important;
}
header .nav > li.help-btn > a {
    padding: 7px 30px!important;
    border: 1px solid #288dcd;
    color: #288dcd;
    border-radius: 24px;
}
header .nav > li.help-btn > a:hover {
    background-color: #29abe2 !important; background-image: linear-gradient(150deg, rgba(0, 0, 0, 0), #2767b2) !important; transition: background-color .4s cubic-bezier(.25, .46, .45, .94), 
    transform .4s cubic-bezier(.25, .46, .45, .94) !important;

    border: 1px solid #288dcd;
    color:#fff;
}
header .nav > li > a.btn {
    padding: 6px 20px !important;
}

/* .notifications-count {
    margin-top: -20px;
    position: absolute;
} */

.avatar img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    object-position: center;
    background: #28a1db5e;
    padding: 10px;
}

.profile-name {
    margin-right: 25px;
}

header .profile {
    cursor: pointer;
}

.humbager {
    width: 40px;
    float: left;
    font-size: 30px;
    cursor: pointer;
    margin-left: -200px;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.left-bar {
    width: 250px;
    height: 100%;
    position: fixed;
    float: left;
    padding-top: 220px;
    z-index: 98;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.left-bar li,
.settings-menu li {
    list-style: none;
}

.left-bar i {
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-bar span.text {
    margin-top: 0px;
    font-size: 18px;
    vertical-align:middle;
}

.left-bar span.bubble {
    float: right;
    margin-top: 7px;
    width: 25px;
    height: 25px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    right: 45px;
}

.left-bar label.menu-icon {
    width: 40px;
    vertical-align:middle;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-bar a {
    display: block;
    /* margin: 15px; */
    font-size: 14px;
    color: #777;
    margin-left: 2em;
    height: 100%;
}

#closebtn
{
    font-size: 25px;
    display: block;
    position: fixed;
    margin-right: 10px;
    top: 110px;
    left: 232px;
    height: auto;
	z-index:999999;
}
#openbtn
{
	float: left;
    font-size: 25px;
    margin-left: 0px;
    display: block;
    position: fixed;
    margin-right: 10px;
    top: 110px;
    left: 232px;
	z-index:999999;
    height: auto;
}
.content {
	margin:0px;
    padding-top: 130px; 
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.content-list {
    overflow:auto;
    max-height: 950px;
}
.folder-password {
    float: none;
    margin: 0 auto;
}
.folder-password .form-control {
    background-color: #fff;
}
.folder-password .center-notify {
    padding: 2pc 0 2pc 0;
}
.content-list .circle-loader {
    z-index: 9;
}
.table-avatar{
    width: 41px;
    height: 41px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}
.tooltip {
    position: fixed;
}
.sp-replacer {
    width: 100%;
    border: none;
    height: 34px;
    border-radius: 4px;
    background: #F6F9F9;
}
.sp-preview {
    width: 85%;
    margin-top: 3px;
    margin-left: 4px;
}
.sp-dd {
    margin-top: 5px;
}
.left-bar li.active a,
.left-bar li a:hover {
    color: #3DA4FF;
}
.page-actions.lower {
    margin-top: 19px;
}
.page-actions .dropdown {
    float: right;
    margin-left: 4px;
}

.page-actions .dropdown-menu {
    margin-left: -51px;
    min-width: 135px;
    border: none;
}
input.form-control.document_name {
    border: 1px solid #0d5a79 !important;
    height: 45px;
    color: #000;
}
h2.document-head span {
    color: red;
    font-size: 18px;
}
.red{
    color: red;
}
.up-proced {
    height: 40px;
}
.page-actions .dropdown-menu li a i, .public-actions.dropdown-menu li a i {
    font-size: 18px;
    margin-right: 5px;
    position: absolute;
}
.formcheckdiv{
    display: grid;
    gap: 10px;
    align-items: flex-start;
    grid-template-columns: 25px auto;
}
.formcheckdiv input{
    width: 20px !important;
    height: 20px !important;
    margin: 0px !important;
}
.formcheckdiv label{
    color: #fff;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.page-actions .dropdown-menu li a span, .public-actions.dropdown-menu li a span {
    margin-left: 25px;
}
ul.dropdown-menu.public-actions {
    margin-left: -66px;
}

.documents-page .page-actions .dropdown-menu {
    margin-left: -30px;
}
.templates-page .page-actions .dropdown-menu {
    margin-left: 4px;
}
.dropdown-menu {
    z-index: 9;
}

.page-title {
    margin-bottom: 15px;
}

.email-link .page-title {
    margin-bottom: 25px;
}

.page-title h3 {
    font-weight: 400;
    color: #fff;
    font-size: 31px;
}

.page-title.documents-page h3 {
    font-weight: 300;
    margin-right: 15px;
    margin-top: 0;
}

.page-title.documents-page {
    margin-top: 0px;
    margin-bottom: 5px;
}
span.breadcrumbs-item span, .home-folder {
    cursor: pointer;
}

header .profile .dropdown-menu {
    margin-left: -22px;
    min-width: 160px;
    border: none;
}

header .profile .dropdown-menu li a i {
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.select-option {
    background: #3DA4FF;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
    z-index: 999;
    position: fixed;
    bottom: -70px;
    width: 300px;
    float: none;
    margin: 0 auto;
    left: 50%;
    margin-left: -150px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.select-option.show {
    bottom: -15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.select-option .btn.btn-primary {
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 27px;
    padding: 0px 23px !important;
    text-align: center;
}
.select-option .btn.btn-primary:hover {
    color: #fefefe !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
}

.switchery>small {
    background: red;
    top: -3px;
}
.switchery-small>small {
    height: 28px;
    width: 28px;
    /* left: -5px !important; */
}

.switchery-small {
    border-radius: 20px;
    height: 22px;
    width: 50px;
    
}

.switch:checked + span {
    background-color: #07de07 !important;
    box-shadow: rgb(255 255 255) 0px 0px 0px 11.5px inset !important;
    border-color: #07de07 !important;
}
.switch:checked + span.switchery>small {
    background-color: #07de07 !important;
}

.disableitems{
    cursor: not-allowed !important;
    opacity: 0.6 !important;
    background: #ccc !important;
}
.disableitems a{
    cursor: not-allowed !important;
}
.disableitems i{
    cursor: not-allowed !important;
}

/* OTP Section  */

.otp-section{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.otp-section .time_message {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.otp-section .time_message #success .btn-success{
    color: #fff !important;
    background-color: transparent !important;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}
.otp-section .time_message #success .btn-success:hover, .btn-success:focus, .btn-success:active{
    background-color: transparent !important;
}
.otp-section .time_message .time{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.otp-section .time_message .time i{
    font-size: 28px;
    color: #fff !important;
}
.otp-section .time_message .time span#timer {
    color: #fff;
    font-size: 26px;
}
.OtpFormBtn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
}

/* OTP Section  */

.FullLoader {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #000000c9;
    z-index: 9;
    top: 0;
    left: 0;
    display: none;
}

/* Pay Price  */

.Couponinput{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.Couponinput .apltbtn{
    display: flex;
   justify-content: end;
   
}
.PriceDetailDiv{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.PriceDetailDiv h2{
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    border-bottom: 1px dotted #ffffff7a;
    margin: 0;
    padding: 20px 10px;
}
.priceitems , .pricetotal  {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    align-items: center;
}
.priceitems h6 {
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
}
.priceitems p {
    margin: 0 !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    color: #fff !important;
}
.pricetotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pricetotal h4{
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
}
.pricetotal h6{
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
}
.PriceBtn{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
}
.PaySend{
    justify-content: end !important;
}
.PriceBtn h2{
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
}
.disablinpt{
    background: gray !important;
}

.PlanButtons .eway-button span{
    background: linear-gradient(180deg, #29ABE2 0%, #2767B2 100%) !important;
    border: 1px solid #56c5ff63 !important;
    color: #FFF !important;
    padding: 24px 30px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 8px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

/* Pay Price  */


/* Contact Us Page  */

.ContactUsDiv{
    width: 100%;
    max-width: 850px;
    background: #143543;
    box-shadow: 0px 3px 22px #398cd18c !important;
    padding: 50px;
    border-radius: 12px;
    margin: 0 auto;
}
.ContForm h1{
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    color: #ffffff;
}
.contfrm {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 30px;
}
.contfrm label , .ContTextArea label {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}
.contfrm input{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.ContTextArea{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
    overflow: hidden;
}
.ContTextArea textarea{
    width: 100% !important;
    background: transparent;
    border: 1px solid #0d5a79 !important;
    font-size: 22px;
    color: #fff8e5;
    outline: none !important;
    padding: 20px 20px;
}
.ContTextArea textarea:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}


/* Contact Us Page  */

/* Faq Page  */


.faq_container {
    padding: 20px;
}
.faq_container h1{
    text-align: center;
    color: #00b6ff;
    font-size: 34px;
    font-weight: 600;
}
.FaqDiv{
    margin: 20px 0px;
}
.FaqDiv .faq {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: #143543; */
    border-bottom: 1px solid #00b6ff87;
    /* border-radius: 12px 12px 0px 0px; */
    padding: 20px 50px;
    min-height: 80px;
    cursor: pointer;
}
.FaqDiv .faq span {
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
}


.FaqDiv .faq-content {
    display: none;
    padding: 10px;
    background: #1d21237d;
    border-bottom: 1px solid #00b6ff87;
    margin-top: 5px;
    align-items: stretch;
    min-height: 140px;
    padding: 20px 50px;
    /* border-radius: 0px 0px 12px 12px; */
}
.FaqDiv .faq-content p {
    font-size: 21px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    letter-spacing: 1px;
}
.greyout {
  pointer-events: none; 
  opacity: 0.5;         
  cursor: not-allowed;   
  background-color: #A9A9A9 !important; 
}

.FaqDiv .faq.active+.faq-content {
    display: block;
}
.FaqDiv .faq.active {
    border-bottom: none;
}

.FaqDiv .chevron {
    transition: transform 0.3s ease;
}

.FaqDiv .faq.active .chevron {
    transform: rotate(180deg);
}
/* Faq Page  */







/* welcome page  */

.TopHead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background: #143543;
    box-shadow: 0 1px 5px #143543 !important;
    height: 75px;
    width: 100%;
}
.lflog img {
    max-width: 180px;
}
.Rtslt {
    display: flex;
    align-items: center;
    gap: 20px;
}
.userimg {
    background: #29a7df8f;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.userimg img{
    width: 100%;
    max-width: 65px;
}

.wlcmprof-name{
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}
.wlcmprof-name h4{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.wlcmprof-name i{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.Rtslt .dropdown{
    width: 100%;
    position: relative;
}

.Rtslt .dropdown .dropdown-menu {
    top: 60px !important;
    left: -30px !important;
    min-width: 120px;
}

.Rtslt .dropdown .dropdown-menu li a{
    padding: 8px 20px !important;
}
.Rtslt .dropdown .dropdown-menu li a:hover{
    background: linear-gradient(to right, #0f4358 0%, #baddeb80 100%) !important;
    color: #fff !important;
}
.Rtslt .dropdown .dropdown-menu li a i {
    font-size: 18px;
    margin-right: 5px;
}
.midsecwlcm {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.Mid_Main_Dash {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    height: 100%;
}
.dshhed h2 {
    color: #9BABC2;
    font-size: 51px;
    font-weight: 400;
}
.dshhed h2 span {
    font-style: italic;
}
.dshhed h2 img {
    max-width: 90px;
}
.wlcmDashTab{
    width: 100%;
    max-width: 372px;
    margin: 0 auto;
}
.hdrnot {
    position: relative;
    display: flex;
    align-items: center;
}
.headnotify {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #29ABE2 0%, #2767B2 100%);
    border-radius: 50%;
    position: relative;
}
.headnotify a i {
    font-size: 23px;
    color: #fff;
}
.wlcmDashTab .navbar {
    padding: 0;
}

.wlcmDashTab .navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wlcmDashTab .navbar li {
    position: relative;
    border: 1px solid #56c5ff63;
    height: 70px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 0px #56c5ff1c;
}
.wlcmDashTab .navbar .dsul li {
    border-radius: 0px !important;
}
.wlcmDashTab .navbar li.active {
    background: linear-gradient(180deg, #29ABE2 0%, #2767B2 100%);
    border: 1px solid #56c5ff63;
}
.wlcmDashTab .navbar li.active a:hover {
    color: #fff;
}
.wlcmDashTab .navbar li  a span , .wlcmDashTab .navbar .dsul li a span {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: 22px;
}
.wlcmDashTab .navbar li.active a span img.svgs {
    filter: brightness(0) invert(1);
}
.wlcmDashTab .navbar li a span img.svgs {
    width: 100%;
    max-width: 40px;
    min-height: 33px;
}

.wlcmDashTab .navbar .dropdown ul li:hover img.ulsvg{
    filter: invert(55%) sepia(62%) saturate(3765%) hue-rotate(173deg) brightness(96%) contrast(150%);
}
.dsul li a span .ulsvg {
    width: 100%;
    max-width: 28px !important;
    min-height: 30px !important;
}
.wlcmDashTab .navbar a,
.wlcmDashTab .navbar a:focus {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    padding: 10px 15px 10px 30px;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    white-space: nowrap;
    transition: 0.3s;
    justify-content: space-between;
    height: 100%;
}

.wlcmDashTab .navbar a i,
.wlcmDashTab .navbar a:focus i {
    font-size: 24px;
    line-height: 0;
    color: #47b2e4;
}

.wlcmDashTab .navbar a:hover,
.wlcmDashTab .navbar .active,
.wlcmDashTab .navbar .active:focus,
.wlcmDashTab .navbar li:hover>a {
    color: #47b2e4;
}

.wlcmDashTab .navbar .dropdown ul {
    display: block;
    position: absolute;
    right: -275px;
    top: calc(100% + -55px);
    margin: 0;
    padding:  0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #1E2229;
    transition: 0.3s;
    border-radius: 4px;
    color: #fff;
}
.wlcmDashTab .navbar .dropdown ul li:hover {
    background: #0F4358;
    border-radius: 0;
    color: #fff;
}

.wlcmDashTab .navbar .dropdown ul li {
    min-width: 200px;
    height: 50px;
    border: 1px solid #333333 !important;
    box-shadow: none !important;
}

.wlcmDashTab .navbar .dropdown ul a {
    padding: 0px 20px;
    font-size: 18px;
    text-transform: none;
    font-weight: 500;
    color: #f2f2f2a3;
}
.wlcmDashTab .navbar .dropdown ul a:hover {
    color: #fff;
}

.wlcmDashTab .navbar .dropdown ul a i {
    font-size: 24px;
    line-height: 0;
    color: #f2f2f2a3;
}

.wlcmDashTab .navbar .dropdown ul a:hover,
.wlcmDashTab .navbar .dropdown ul .active:hover,
.wlcmDashTab .navbar .dropdown ul li:hover>a i{
    color: #47b2e4;
    background: #47b2e426;
}
.wlcmDashTab .navbar .dropdown ul li:hover>a {
    color: #ffffff;
}
.wlcmDashTab .navbar .dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
}

.wlcmDashTab .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.wlcmDashTab .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

.blinking-cursor {
    font-weight: 100;
    font-size: 30px;
    color: #2E3D48;
    -webkit-animation: 1s blink step-end infinite;
    -moz-animation: 1s blink step-end infinite;
    -ms-animation: 1s blink step-end infinite;
    -o-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
  }
  
  @keyframes blink {
    from, to {
      color: transparent;
    }
    50% {
      color: black;
    }
  }
  
  @-moz-keyframes blink {
    from, to {
      color: transparent;
    }
    50% {
      color: black;
    }
  }
  
  @-webkit-keyframes blink {
    from, to {
      color: transparent;
    }
    50% {
      color: black;
    }
  }
  
  @-ms-keyframes blink {
    from, to {
      color: transparent;
    }
    50% {
      color: black;
    }
  }
  
  @-o-keyframes blink {
    from, to {
      color: transparent;
    }
    50% {
      color: black;
    }
  }

.resvrtime {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.resvrtime #timer{
    color: red !important;
    margin-right: 6px;
}





  
/* welcome page  */

/* videoplaybtn  */
.play-btn {
    width: 85px;
    height: 85px;
    background: radial-gradient(#289ed9 50%, rgba(25, 119, 204, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}
  
.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
  
.play-btn::before {
    content: "";
    position: absolute;
    width: 95px;
    height: 95px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(25, 119, 204, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}
  
.play-btn:hover::after {
    border-left: 15px solid #1977cc;
    transform: scale(20);
}
  
.play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
}
  
@keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }
  
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
}




/* Document page  */
.MainDashPage {
    padding: 0px ;
}
.topDocmtDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #14354394;
    padding: 24px 40px ;
    color: #fff;
    border-radius: 25px;
    box-shadow: 0 1px 5px #143543 !important;
    border: 0.5px solid;
    border: 1px solid #56c5ff63;
}
.docsigncard {
    position: relative;
}
.docsigncard::after {
    position: absolute;
    content: " ";
    right: -60px;
    background-color: #56C5FF;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.docsigncard:last-child::after {
    content: unset;
}
.docsigncard h6  {
    font-size: 26px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}
.docsigncard h6 span {
    color: #9BABC2;
    font-weight: 400;
    font-size: 18px;
}
.upldtext , .docname{
    text-align: center;
}
.uplddoct {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 35px;
    justify-content: center;
    padding: 35px 0px;
}
.upldtext h4{
    color: #2994d2;
    font-size: 45px;
    font-weight: 600;
}
.docname{
    display: grid;
    align-items: center;
    grid-template-columns: 25% auto;
    grid-column-gap: 10px;
}
.Doclabel{
    margin: 0;
    height: 55px;
    display: flex;
    align-items: end;
    color: #fff;
    justify-content: end;
}
.redrd{
    width: 100%;
    max-width: 600px;
    padding-top: 10px;
}
.docname input{
    width: 100%;
    max-width: 600px;
    /* margin: 0 auto; */
    border: none !important;
    border-bottom: 1.5px solid #9BABC2 !important;
    background-color: transparent !important;
    color: #fff !important;
    text-align: center;
    height: 55px !important;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0px !important;
}
.docname input::placeholder{
    text-align: center;
    color: #fff !important;
    font-size: 24px;
    font-weight: 400;
}
.docname input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.uplddoc .dropzone{
    background: transparent !important;
    border: none !important;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    gap: 0px;
    position: relative;
    padding-bottom: 0px !important;
}
.uplddoc .dropzone::after{
    position: absolute;
    content: " ";
    background-image: url(../images/MAIN.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 735px !important;
    height: 280px;
    top: 30px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    background-position: center !important;
}
  
.allinone{
    display: flex;
    padding-bottom: 20px;
    overflow-x: auto;
}
.doctbtn {
    display: flex;
    justify-content: center;
    align-items: center;
}  
.doctbtn button {
    background: linear-gradient(180deg, #29ABE2 0%, #2767B2 100%) !important;
    padding: 31px 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 500;
}  
.doctbtn button i{
    font-size: 26px !important;
}  


.custom-dropdown {
    position: relative;
}




/* addrecepit page  */
.Recptform .custom-field {
    position: relative;
    font-size: 18px;
    border-top: 20px solid transparent;
    margin-bottom: 5px;
    display: inline-block;
    --field-padding: 12px;
  }
  
.Recptform .custom-field input,.Recptform .custom-field textarea  {
    border: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f2f2f2;
    padding: var(--field-padding);
    border-radius: 8px;
    width: 100%;
    outline: none;
    font-size: 16px;
  }
  
.Recptform .custom-field .placeholder {
    position: absolute;
    left: var(--field-padding);
    width: calc(100% - (var(--field-padding) * 2));
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 22px;
    line-height: 100%;
    transform: translateY(-50%);
    color: #9BABC2;
    transition: 
      top 0.3s ease,
      color 0.3s ease,
      font-size 0.3s ease;
  }
  
  .Recptform .custom-field input.dirty + .placeholder, .Recptform .custom-field textarea.dirty + .placeholder,
  .Recptform .custom-field input:focus + .placeholder,  .Recptform .custom-field textarea:focus + .placeholder,
  .Recptform .custom-field input:not(:placeholder-shown) + .placeholder, .Recptform .custom-field textarea:not(:placeholder-shown) + .placeholder {
    top: -10px;
    font-size: 16px;
    color: #9BABC2;
  }
  
  .Recptform .custom-field .error-message {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 8px;
    font-size: 12px;
    background: #d30909;
    color: #9BABC2;
    height: 24px;
  }
  
  .Recptform .custom-field .error-message:empty {
    opacity: 0;
  }
  span.home-folder {
    font-size: 20px;
}
  /* ONE */
  .Recptform .custom-field.one input , .Recptform .custom-field.one textarea {
    background: none;
    border: 0.5px solid #9BABC2 !important;
    transition: border-color 0.3s ease;
  }
  
  .Recptform .custom-field.one input + .placeholder , .Recptform .custom-field.one textarea + .placeholder{
    left: 20px;
    padding: 0 5px;
  }

  
  .Recptform .custom-field.one input.dirty, .Recptform .custom-field.one textarea.dirty,
  .Recptform .custom-field.one input:not(:placeholder-shown), .Recptform .custom-field.one textarea:not(:placeholder-shown),
  .Recptform  .custom-field.one input:focus,   .Recptform  .custom-field.one textarea:focus {
    border-color: #9BABC2;
    transition-delay: 0.1s
  }
  
  .Recptform .custom-field.one input.dirty + .placeholder,  .Recptform .custom-field.one textarea.dirty + .placeholder,
  .Recptform  .custom-field.one input:not(:placeholder-shown) + .placeholder,  .Recptform  .custom-field.one textarea:not(:placeholder-shown) + .placeholder,
  .Recptform .custom-field.one input:focus + .placeholder , .Recptform .custom-field.one textarea:focus + .placeholder {
    top: 0;
    font-size: 18px;
    color: #9BABC2;
    background: #061a22 ;
    width: auto
  }

.rectdtl{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rectdtl h6{
    font-size: 16px;
    color: #9BABC2;
}
.togldash{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.tld label{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    margin: 0px !important;
}
.spntext{
    text-align: center;
    width: 100% !important;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 16px !important;
    color: #2886c8 !important;
}
.recptbtn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.recptbtn .bluebtn {
    background: linear-gradient(180deg, #29ABE2 0%, #2767B2 100%) !important;
    padding: 10px 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
}
.request-helper strong{
    font-size: 21px !important;
}

.pdfnmr{
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
    align-items: center;
}
.pdfnmr h4 , h6{
    color: #9BABC2;
    font-size: 22px;
    font-weight: 400;
}

.Pdfryt{
    padding: 20px;
    border-radius: 12px;
    border: 0.5px solid #9BABC2 !important;
}
.Pdfryt embed{
    width: 100%;
    height: 100% !important;
    min-height: 800px !important;
}
/* addrecepit page  */


.userupld {
    display: flex;
    align-items: center;
}
.userupld img{
    width: 100%;
    height: 100%;
    max-width: 180px;
}

/* psfpage  */

.right-barupt {
    top: 190px !important;
    background: linear-gradient(0deg, #3333337d, #33333396), linear-gradient(0deg, #0e131be0, #0e131bd9) !important;
    padding: 10px !important;
    border: 1px solid #333333 !important;
    box-shadow: none !important;
    width: 370px !important;
    border-radius: 20px !important;
    bottom: 50px !important;
    max-height: 1080px;
}

.formmarg{
    margin: 35px 0px 55px 0px !important;
}
.sidprara{
    color: #9BABC2 !important;
    font-size: 18px;

}
#select_recipients {
    background: #D3B683 !important;
    height: 48px !important;
    font-size: 18px !important;
    border: none !important;
}
/* .updatebarbody{
    height: 100% !important;
} */



/* Change padding of options */
.form-control option {
    padding: 10px; /* Adjust the padding value as needed */
}

/* Change background color on hover */
.form-control option:hover {
    background-color: #ffa500; /* Change to the desired hover background color */
}

.signer-over {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9;
}
.btn-group-justified {
    display: unset !important;
}
.pdfbtns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 35px 40px 35px 40px;
    background: #061a22;
}
.right-barupt .slimScrollDiv {
    height: unset !important;
}
.updtebarbdy{
    padding-bottom: 90px;
    min-height: 750px;
    width: 100% !important;
}
.updtebarbdy .plsbtn{
    bottom: 6px !important;
    background: #3377b2 !important;
}
.btnsd{
    display: flex;
    align-items: center;
    gap: 25px;
}
.updatestylediv {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #202428;
    border: 1px solid #0d5a79 !important;
    box-shadow: 1px 1px 6px #0d5a79 !important;
    border-radius: 60px;
    padding: 20px 35px;
    gap: 20px;
}
.sidetitle {
    font-size: 25px;
    font-weight: 600;
    color: #299bd7;
}

/* psfpage  */

/* Document page  */

.ownerplan .pybtnblue {
    cursor: not-allowed !important;
    pointer-events: none;
    opacity: 0.3;
}
.ownerplan .pybtnred {
    cursor: pointer !important;
    pointer-events: all;
    opacity: 1;
}




/* UpdateTeams  */

.TeamsmeberData{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 50px;
}
.temscard{
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #225d75 0%, #091c25 100%);
    border: 1px solid #56c5ff63;
    border-radius: 5px;
    position: relative;
}
.toptmdata{
    padding: 25px;
}
.userimgs {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    text-align: center;
    border: 5px solid #ffffff4f;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    padding: 8px;
}
.userimgs img {
    width: 100%;
}
.teminfo {
   text-align: center;
}
.teminfo h2{
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
.teminfo h6{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.Botomtmdata{
    padding: 0px 0px;
    width: 100%;
}

.ptl{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.ptl h6{
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    font-size: 13px !important;
}
.ptl h6 span i{
    font-size: 18px !important;
}

.temEdits {
    position: absolute;
    top: 15px;
    right: -15px;
}

.modal-footer.tembtn {
    display: flex;
    justify-content: end;
    gap: 15px;
}
.tembtn button{
    background: linear-gradient(180deg, #29ABE2 0%, #2767B2 100%) !important;
    border: 1px solid #56c5ff63 !important;
    color: #FFF !important;
    font-size: 18px !important;
    margin: 0;
    padding: 10px 25px !important;
    border-radius: 8px !important;
    /* display: flex;
    align-items: center;
    gap: 10px; */
    font-weight: 600;
}


.tembtn button:hover {
    border: 1px solid #56c5ff63 !important;
    background: transparent !important;
    color: #fff;
}


/* UpdateTeams  */

/* DashBoard  */

.RecipentData{
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 50px;
}

/*Teams*/

.team-card-info {
    padding-top: 40px !important;
    margin-bottom: 30px;
}

.team-card-info img {
    width: 80px;
    height: 80px;
}

.team-card-info h4 {
    font-weight: 700;
    color: #fff;
}

.team-card-extra {
    overflow: auto;
    margin-top: 40px;
}

.team-card-extra .dropup {
    position: absolute;
    right: 0;
}

.team-action, .company-action {
    font-size: 31px;
    position: absolute;
    right: 35px;
    margin-top: -13px;
    cursor: pointer;
}

.team-card-extra .dropup .dropdown-menu {
    margin-left: -195px;
    border: 0;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    outline: 0;
}

#addTeam p {
    margin-bottom: 25px;
    color: #777;
}

.updateScroll::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #4e7e92 !important; 
}
.updateScroll::-webkit-scrollbar-thumb {
    background: #0d5a79 !important;
}

footer {
    padding: 15px;
    color: #888;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

body.full-footer footer {
    margin: 15px !important;
}
body.full-footer footer p {
    text-align: center !important;
}
.light-card.settings-card{
    display: flex;
    gap: 50px;
}
.settings-menu {
    width: 325px;
    padding-top: 25px;
    height: 100%;
}

.settings-card {
    overflow: auto;
    padding-bottom: 0 !important;
    background: transparent !important;
}
.updatesign{
    height: 180px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.settings-menu li a {
    display: block;
    padding: 15px 0px;
    padding-left: 20px;
    font-size: 21px;
    color: #fff;
    margin-bottom: 15px;
}

.settings-menu li a:hover,
.settings-menu li a:active,
.settings-menu li a:focus {
    text-decoration: none;
}

.settings-menu ul {
    padding-left: 10px;
}

.settings-menu li.active {
    background: #fff;
}
.settings-forms p{
    color: #fff;
}
.settings-forms {
    margin: 0 0 0 0px;
    overflow: auto;
    background: transparent;
    padding-top: 25px;
    margin-right: -15px;
    margin-top: -15px;
    padding-bottom: 40px;
    width: 100%;
    /* max-height: 485px; */
}
.croppie-cabinet:hover {
    background: #143543;
}
.settings-forms h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 25px;
    color: #29a6de !important;
}

.setprof{
    display: grid;
    gap: 100px;
    grid-template-columns: repeat(3,1fr);
    align-items: center;
}
.setprof label {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #2882c5;
}
.uppic {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 190px;
    margin: 0 auto;
}
.uppic input {
    opacity: 0;
    position: absolute;
    z-index: 9;
    height: 100%;
    width: 100%;
}
.uldpic {
    align-items: center;
    gap: 8px;
    justify-content: center;
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 8px;
    background: linear-gradient(180deg, #29ABE2 0%, #2767B2 100%);
    border: 1px solid #56c5ff63;
    color: #FFF;
    cursor: pointer;
    width: 100%;

}
.uldpic img {
    max-width: 28px;
}
.uldpic h6 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}



.go-back {
    display: none;
}
.setfm label{
    font-weight: 600 !important;
    font-size: 18px !important;
}
.setfm input {
    height: 45px;
    border-radius: 10px;
    font-size: 16px;
    color: #ffffffa1;
}
.simcy-form label{
    color: #fff; 
}
.campany-icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 23px;
    padding-top: 3px;
    text-align: center;
    float: right;
    text-transform: uppercase;
}
.w-70 {
    width: 70px;
}
.companies-list ul.dropdown-menu {
    margin-left: -80px;
    min-width: 100px;
    margin-top: 5px;
    border: 1px solid #0f4358 !important;
    background: #0f4358 !important;
    color: #FFF !important;
}
.companies-list {
    color: #777;
}
.table.companies-list > tbody > tr > td {
    vertical-align: middle;
}
.company-action {
    margin-top: -22px;
}

.documents-filter {
    width: 200px;
    float: left;
}

.documents-filter-form .form-group {
    margin-bottom: 0px;
}

/*
.documents-grid {
    margin: 0 0 0 200px;
}
*/

.needs-signing {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.needs-signing .title {
    color: #777;
    font-size: 17px;
    font-weight: 300;
}

.folder {
    cursor: pointer;
    width: 79px;
    height: 101px;
    text-align: center;
    margin: 5px;
    padding: 7px;
    border-radius: 1px;
}

.folder img {
    margin: 1px auto;
}

.folder.selected, .folder.ui-selected, tr.ui-selected {
   /* background: #C6ECFF; */
}
.folder.over-now {
    background: #ffe5e5;
    border: 1px dashed #ff0000;
}
.ui-selectable-helper{
    position:absolute;
    z-index:100;
    border:1px dotted #3DA4FF;
    background-color: rgb(26, 147, 255, .5);
}

.data-file img {
    width: 64px;
    height: 64px;
}

#folder-menu, #back-folder-menu {
    position: absolute;
    display: none;
}

#file-menu {
    position: absolute;
    display: none;
}
#file-menu-2 {
    position: absolute;
    display: none;
}

.dropdown-menu {
    border: none;
    border: none;
}

.notification-item-image {
    width: 36px;
    height: 36px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    font-size: 18px;
    color: #fff;
}

.notification-item-image span {
    margin-top: 6px;
    position: absolute;
    margin-left: 10px;
}

.notification-item {
    overflow: auto;
    margin-bottom: 8px;
    background: transparent !important;
}

.notification-item.unread {
    /* background: #fff !important; */
    font-weight: 600;
}

.notification-item.unread span.label {
    position: absolute;
}

.notification-item.unread p {
    margin-top: 17px;
}

.notification-item p {
    margin-top: 8px;
    position: relative;
    margin-left: 50px;
    margin-right: 23px;
    color: #fff;
    font-size: 18px;
}

.delete-notification {
    color: #ff0000;
    margin-top: 9px;
    right: 35px;
    cursor: pointer;
    position: absolute;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3DA4FF !important;
    border-color: #3DA4FF !important;
}
.SignData {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-card {
    background: transparent;
    border-radius: 15px;
    padding: 40px 60px;
    width: 100%;
    max-width: 680px;
    height: 100%;
    max-height: 720px;
    margin: 0 auto;
    border: 1px solid #0d5a79 !important;
    box-shadow: 0px 0px 12px #0d5a79 !important;
}

.login-card img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.login-card a {
    color: #777;
}
.login-card a.underline {
    text-decoration: underline;
}

.login-card .sign-in, .login-card .sign-up,
.login-card .reset-password,
.login-card .forgot-password {
    text-align: center;
    color: #777;
}

.login-card .sign-in form, .login-card .sign-up form {
    margin-top: 35px;
}

.login-card .sign-in .btn {
    padding: 6px 40px;
}

.login-card .copyright {
    margin-top: 90px;
    color: #999;
    font-size: 18px;
}
.loginform {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.loginform .form-group label , .formeml label{
    font-size: 20px;
    color: #fff;
}
.loginform .form-group input , .formeml input{
    font-size: 18px !important;
    height: 48px !important;
    border-radius: 12px !important;
}
.loginform .form-group input::placeholder , .formeml input::placeholder{
    color: #999;
}
.loginform .fdbtn , .forgbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
}
.loginform .fdbtn a , .forgbtn a{
    font-size: 18px;
    font-weight: 600;
    color: #289fda !important;
}
.fdbtn button , .forgbtn button {
    background: linear-gradient(180deg, #29ABE2 0%, #2767B2 100%) !important;
    border: 1px solid #56c5ff63 !important;
    color: #FFF;
    font-size: 21px !important;
    margin: 0;
    padding: 10px 25px !important;
    border-radius: 8px !important;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}
.fdbtn button:hover , .forgbtn button:hover{
    border: 1px solid #56c5ff63;
    background: transparent;
    color: #fff;
}


.signature-card {
    padding: 3em 1em !important;
}

.signature-card h2 {
    font-weight: 300;
}

.signature-holder {
    width: 100%;
    padding: 5px;
    border: 1px solid #e6eaee;
    border-radius: 5px;
    max-width: 480px;
}
.signature-body {
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}
.signature-body img {
    width: 100%;
}

.initial-body {
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}

.signature-btn-holder {
    margin: 30px auto;
    border: none;
}
.draw-signature-holder {
    /*width: 404px;*/
    width: 100%;
    display: inline-block;
    border: 2px solid #e6eaee;
    border-radius: 5px;
    background-color: #fff !important;
}
canvas#draw-signature {
    border-radius: 5px;
    background-color: transparent !important;
    cursor: pointer;
}

.updatenav {
    padding: 35px 0px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.updatenav li a{
    border: 1px solid #56c5ff63 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 15px !important;
    margin: 0;
    padding: 10px 25px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}
.updatenav li a:hover{
    background: linear-gradient(180deg, #29ABE2 0%, #2767B2 100%) !important;
    border: 1px solid #56c5ff63 !important;
    color: #FFF !important;
}
.updatenav li a.active{
    background: linear-gradient(180deg, #29ABE2 0%, #2767B2 100%) !important;
    border: 1px solid #56c5ff63 !important;
    color: #FFF !important;
    font-size: 15px !important;
    margin: 0;
    padding: 10px 25px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

#updateSignature ul {
    overflow: hidden;
    border: 1px solid #e6eaee;
    border-radius: 5px;
    padding: 0;
}

#updateSignature ul.head-links li {
    width: 33.333%;
    float: left;
    list-style: none;
    text-align: center;
    background: #E4ECEF;
}

#updateSignature ul.head-links li.active {
    background: #fff;
}

#updateSignature ul.head-links li:nth-child(1) {
    border-radius: 5px 0 0 0;
}

#updateSignature ul.head-links li:nth-child(2) {
    border-left: 1px solid #e6eaee;
    border-right: 1px solid #e6eaee;
}

#updateSignature ul.head-links li:nth-child(3) {
    border-radius: 0 5px 0 0;
}

#updateSignature ul.head-links li a {
    padding: 15px 15px;
    display: block;
    color: #777;
}

#updateSignature ul.head-links li a:hover,
#updateSignature ul.head-links li a:focus {
    text-decoration: none;
}

.onlybtn{
    background: linear-gradient(180deg, #29ABE2 0%, #2767B2 100%) !important;
    border: 1px solid #56c5ff63 !important;
    color: #FFF !important;
    font-size: 18px !important;
    margin: 0;
    padding: 10px 25px !important;
    border-radius: 8px !important;
    font-weight: 600;
}
.onlybtn:hover{
    border: 1px solid #56c5ff63 !important;
    background: transparent !important;
    color: #fff !important;
}

.text-signature-preview {
    /*text-align: center;*/
    font-size: 24px;
    border: 1px dashed #ddd;
    padding-top:40px;
    padding-left: 10px;
    padding-bottom: 50px;
}
/* .updateSignature select.form-control, #updateSignature select.form-control {
    color: #000;
    background: #fff;
} */
/* .updateSignature .form-control, #updateSignature .form-control {
    color: #000;
    background: #fff;
} */
/* swwt alert  */

.hide-important{
    display: none!important;
}
.sweet-alert {
    background: #143543 !important;
    box-shadow: 0px 3px 22px #398cd18c !important;
    width: 100% !important;
    max-width: 650px !important;
    border-radius: 15px !important;
    padding: 80px 0px !important;
}
.sweet-alert h2 {
    color: #29abe2 !important;
    font-size: 46px !important;
    margin: 35px 0px 15px 0px !important;
}
.sweet-alert p {
    color: #fff !important;
    font-size: 20px !important;
}
.sa-button-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}
.sweet-alert button.cancel {
    background: red !important;
    padding: 12px 32px !important;
    border-radius: 8px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #fff !important;
    border: none !important;
}
.sa-confirm-button-container .confirm {
    background: linear-gradient(180deg, #29ABE2 0%, #2767B2 100%) !important;
    padding: 12px 32px !important;
    border-radius: 8px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #fff !important;
    border: none !important;
}
.sweet-alert .sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -15px;
    left: -22px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 61px 63px;
    transform-origin: 61px 63px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -8px;
    top: 2px;
    z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 12px;
    top: 46px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 8px;
    top: 54px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.light-card.team-card-info.text-center p {
    color: #cacbcb;
}
span.team-action.dropdown-toggle i {
    color: #cacbcb;
}
.sweet-alert .sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -12px;
    left: 35px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    transform-origin: 0px 60px;
}
.sa-confirm-button-container .confirm {
    background: #29abe2 !important;
}
.text-signature {
    width: 100%;
    /*height: 150px;*/
    display: inline-block;
    padding: 0px 20px;
    background: #fff;
    /* color: #fff !important; */
}

.text-initials {
    width: 100%;
    display: inline-block;
    padding: 0px 20px;
    background: #fff;
    /* color: #fff !important; */
}
.center-notify {
    text-align: center;
    padding: 4pc 0 4pc 0;
    color: #fff;
}
#editDrawModal .modal-content{
    background-color: transparent;
}
.center-notify i {
    font-size: 68px;
}

.password-trigger {
    cursor: pointer;
}
.nav-tabs {
    border-bottom: 0;
}
.modal {
    background: #061a22 !important;
}
.modal-content {
    background: #143543 !important;
    box-shadow: 0 1px 5px #143543 !important;
    border-radius: 6px;
}
/*Cards*/

.light-card {
    border-radius: 5px;
    padding: 15px;
    background-color: transparent !important;
    border: 1px solid #0d5a79 !important;
    box-shadow: 1px 1px 6px #0d5a79 !important;
}

.light-card-title {
    margin: -15px -15px -15px -15px;
    padding: 2px 15px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #0f4358;
    margin-bottom: 15px;
    color: #777;
}

.light-card-title.primary {
    border-bottom: 1px solid #0f4358;
    background: #3DA4FF;
    color: #fff;
}

.recent-notifications {
    padding: 0px;
    min-height: 450px;
}

.recent-notifications .notification-item.unread {
    background: #F6F9F9 !important;
}

.recent-notifications .text-ellipsis {
    max-width: 180px;
}

.recent-notifications .btn-link {
    font-weight: 700;
    color: #888;
}

.recent-notifications .btn-link:hover {
    text-decoration: none;
}

.recent-notifications .light-card-title {
    margin: 0px;
    margin-bottom: 0px;
}

.recent-notifications .light-card {
    box-shadow: none;
    border-radius: 0px
}

.recent-notifications .notification-item {
    margin-bottom: 0px;
    background: #fff !important;
}

.databankdrop{
    background: transparent !important;
    display: flex;
    justify-content: space-between;
}
.databankdrop span.back_ground {
    width: 190px !important;
    height: 230px !important;
    border: 2px solid #267abd !important;
}

/*form*/

.form-control {
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 1px solid #0d5a79;
    height: 45px !important;
    font-size: 16px !important;
}
select.form-control.select2.valid {
    background: transparent;
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

span.help {
    font-size: 11px;
    margin-left: 5px;
    color: #777;
}
span.select2.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #0d5a79;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #fff;
    outline: 0;
    background: transparent;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3DA4FF;
    border: 1px solid #3DA4FF;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1e1e1e;
    color: white;
}
form#create-team-form {
    color: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #fff !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    font-weight: 900;
    margin-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search, .select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
}
.bootstrap-tagsinput {
    width: 100%;
    display: block;
    box-shadow: none;
    border: 0.5px solid #9babc2;
    overflow: auto;
    cursor: pointer;
    background: linear-gradient(0deg, #0F4358, #0F4358), linear-gradient(0deg, #9BABC2, #9BABC2);
    min-height: 250px;
    border-radius: 8px;
}
.bootstrap-tagsinput .tag {
    font-size: 18px;
    line-height: 2;
    display: inline-block;
    margin-bottom: 4px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    background: #007ae6;
    border-radius: 50%;
    padding: 5px 8px;
    font-size: 18px;
    margin-top: -8px;
    color: #fff;
}


/*radio*/

.radio {
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    font-weight: 400;
}

.radio:hover .inner {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: .5;
}

.radio input {
    height: 1px;
    width: 1px;
    opacity: 0;
}

.radio input:checked+.outer .inner {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.radio input:checked+.outer {
    border: 3px solid #3DA4FF;
}

.radio input:focus+.outer .inner {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background-color: #3DA4FF;
}

.radio .outer {
    height: 20px;
    width: 20px;
    display: block;
    float: left;
    margin: -4px 9px 10px 10px;
    border: 3px solid #3DA4FF;
    border-radius: 50%;
    background-color: #fff;
}

.radio .inner {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    height: 10px;
    width: 10px;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: block;
    margin: 2px;
    border-radius: 50%;
    background-color: #3DA4FF;
    opacity: 0;
}


/*parsley*/

.form-control.parsley-error {
    color: #ff1a1a;
    background: #F8D2D2;
}

ul.parsley-errors-list {
    color: #ff1a1a;
    padding-left: 0;
}

ul.parsley-errors-list li {
    list-style: none;
}


/*divider*/

.divider {
    background: #e6eaee;
    height: 1px;
    margin: 20px 0px;
}


/*Modals*/

.updatemodelcontent {
    max-width: 825px;
    width: 100%;
}

.modal-title {
    font-weight: 700;
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
    color: #fff;
}
.modal-header {
    border-bottom: none;
}
.modal-header i {
    text-align: center;
    font-size: 50px;
}
.close-modal {
    width: 35px;
    height: 35px;
    background: #F6F9F9;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    position: fixed;
    color: #777;
    cursor: pointer;
    right: 35px;
    top: 15px;
}
.modal-body {
    border: 1px solid #e6eaee;
    border-radius: 5px;
}
.modal-content {
    border-radius: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 30px;
}
.modal-backdrop.in {
    filter: alpha(opacity=100);
    opacity: 1;
}
.modal-backdrop {
    background-color: #fff;
}
.modal-footer {
    padding: 15px 0;
    border-top: none;
}

/*mail chat-message*/




/*Buttons*/

.btn {
    padding: 6px 20px !important;
}

.btn i {
    margin-right: 5px;
}

.btn:focus {
    outline: 0 !important;
}

.btn:active,
.btn.active, button:focus, button:active {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary {
    background-color: #0f4358;
    border-color: #0f4358;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #0f4358 !important;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #0f4358;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:active {
    background-color: #0f4358;
    color: #fff;
    border-color: #0f4358;
}

.btn-primary.btn-outline:focus {
    border-color: #3DA4FF;
}

.btn-primary-ish:hover,
.btn-primary-ish:hover,
.btn-primary-ish:hover {
    background: #BFE6F9 !important;
    color: #0082FF !important;
    border-color: #BFE6F9 !important;
}

.btn-primary-ish {
    background: #C6ECFF;
    color: #0082FF !important;
    border-color: #C6ECFF;
}

.btn-success {
    color: #fff !important;
    background-color: #00D000;
    border-color: #00D000;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    color: #fff !important;
    background-color: #00b300 !important;
    border-color: #00b300 !important;
}
.btn-default {
    color: #000000;
    background-color: #f2f4f7;
    border-color: #f2f4f7;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #44556e;
    background-color: #d0d7e2;
    border-color: #d0d7e2;
}
.btn-danger {
    color: #fff !important;
    background-color: #ff1a1a;
    border-color: #ff1a1a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    color: #fff !important;
    background-color: #e60000 !important;
    border-color: #e60000 !important;
}

.btn-round {
    border-radius: 50%;
}
button.btn.remove-email, button.btn.remove-send-email {
    padding: 1px 5px !important;
    float: right;
}
button.btn.remove-email i, button.btn.remove-send-email i {
    margin-right: 0;
}
.btn.signer-pre {
    padding: 10px 20px !important;
}
.sweet-alert button.cancel {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #777;
}

.sweet-alert button.cancel:hover {
    background-color: rgba(0, 0, 0, .1);
}

.alert.alert-dismissable i {
    margin-right: 5px;
}

#toast-container>div {
    -moz-box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
    -webkit-box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
    box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
}

.toast-success {
    background-color: #00C853;
}

.toast-error {
    background-color: #ff1a1a;
}

#toast-container>div:hover {
    -moz-box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
    -webkit-box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
    box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
}

.widget h5 {
    color: #777;
    font-weight: 600;
}

.widget-knob {
    padding-top: 37px;
}

.widget-knob-extra {
    overflow: auto;
    padding: 15px 40px;
    margin-top: 30px;
}

.widget-knob-extra .count {
    color: #777;
    font-weight: 700;
}
.knob-widget {
    margin-bottom: 30px;
}

.knob-widget-info {
    overflow: hidden;
    margin-top: 15px;
    color: #888;
}
.knob-holder {
    width: 150px;
    height: 150px;
    margin: 20px auto;
}
.knob-holder canvas {
    background-image: url(../images/calibrate.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.widget-count {
    padding: 47.8px;
    padding-left: 100px;
    margin-bottom: 30px;
}

.widget-count p {
    color: #888;
}

.widget-count h4 {
    font-size: 35px;
    font-weight: 300;
}

.widget-count span {
    font-size: 20px;
    position: absolute;
    margin-left: -24px;
    margin-top: 19px;
}

.widget-signature {
    text-align: center;
    margin-bottom: 30px;
    color: #888;
    min-height: 125px;
}

.widget-signature p {
    margin-bottom: 0;
}

.widget-signature img {
    margin-top: 10px;
    margin: 1px auto;
    max-width: 100%;
    max-height: 66px;
}
.widget-profile {
    min-height: 184px;
}
.widget-profile h4 {
    font-size: 22px;
    margin-bottom: 20px;
}
.widget-profile h4 span {
    font-size: 12px;
    vertical-align: middle;
}
.folder-counter {
    min-height: 125px;
    margin-bottom: 30px;
}
.folder-counter .widget-icon {
    float: left;
    height: 66px;
    width: 66px;
    font-size: 34px;
    margin-top: 15px;
}
.folder-counter h4 {
    font-size: 40px;
    font-weight: 600;
    padding-left: 90px;
}
.folder-counter p {
    color: #888;
    padding-left: 90px;
}
.disk-usage ol {
    margin-left: 0;
    padding-left: 015px;
    font-size: 11px;
}
.disk-usage li {
    padding: 5.4px;
    border-bottom: 1px solid #ddd;
}
.disk-usage li:last-child {
    border-bottom: none;
}
.system-counter {
    text-align: center;
}
.system-counter h4 {
    font-size: 41px;
    font-weight: 700;
}
.system-counter p {
    color: #888;
}

/*signer overlay*/
.signer-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99;
    background: #061a22;
    top: 0;
    overflow-x: auto;
    display: none; 
    left:0;
    /* padding: 15px; */
}
.pdfsigner-overlay {
    padding: 15px 0px !important; 
}
/* .update-signer-overlay {
    top: 90px !important;
} */
.ove_r {
    position: fixed;
    background: #061a22 ;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 70px;
    left: 0;
}
body.editor .signer-overlay {
    display: block;
}
.signer-overlay-header, .signer-more-tools {
    /* background: transparent; */
    background: #061a22;
    height: 90px;
    padding: 15px;
    position: fixed;
    width: 100%;
    z-index: 99;
    /* border-bottom: 1px solid #e6eaee; */
    margin-left: -15px;
    margin-top: -15px;
}

.sendpdfview {
    height: 75px !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.signbtn{
    max-width: 480px;
    text-align: center;
    margin: 0px !important;
}


.right-tip {
    display: none !important;
}
.signer-overlay-header{
box-shadow: 0 1px 5px #2767b2 !important;
z-index: 999;
}
.signer-overlay-logo {
    
    float: left;
	/* margin-top:-6px; */
}
.table-responsive {
    max-height: 750px !important;
    overflow-x: auto;
}
.signer-overlay-action {
    width: 550px;
    float: right;
    text-align: right;
}
.signer-guestbtn-action {
    width: 360px;
}
.signer-header-tools {
    width: 660px;
    margin: 0 auto;
    text-align: center;
}
.signer-more-tools {
    top: 85px;
    text-align: center;
}
.signer-tool, .signature-tool-item {
    text-align: center;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    min-width: 50px;
    margin: 0 6px;
}
.signature-tool-item {
    width: 40px;
    height: 30px;
    padding-top: 6px;
    overflow: hidden;
}


.signer-tool p {
    color: #fff;
    display: block;
    margin-bottom: 0;
    margin-top: -2px;
}
.signer-tool .tool-icon, .signature-tool-item .tool-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-bottom: 4px;
}
.signer-tool:hover .tool-icon, .signature-tool-item:hover .tool-icon, .signer-tool.active .tool-icon {
    background-color: #3DA4FF !important;
}
.signer-tool:hover p, .signer-tool.active p {
    color: #3DA4FF !important;
}
.signer-overlay-previewer {
    float: none;
    margin: 0 auto;
    /* margin-top: 100px; */
    box-shadow: none;
    /* border: 1px solid #e6eaee; */
    margin-bottom: 30px;
    position: relative !important;
    top: 105px !important;
}
.updatesigndoct .topview{
    background-color: #000 !important;
    padding: 20px 20px !important;
}
.topview .pull-left span {
    font-size: 21px;
    font-weight: 600;
}
.signer-tool .tool-icon.tool-signature {
    background-color: #fff;
    -webkit-mask: url(../images/signature.svg) no-repeat center;
    mask-image: url(../images/signature.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-text {
    background-color: #fff;
    -webkit-mask: url(../images/text.svg) no-repeat center;
    mask: url(../images/text.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-draw {
    background-color: #fff;
    -webkit-mask: url(../images/draw.svg) no-repeat center;
    mask: url(../images/draw.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-highlight {
    background-color: #fff;
    -webkit-mask: url(../images/highlight.svg) no-repeat center;
    mask: url(../images/draw.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-image {
    background-color: #fff;
    -webkit-mask: url(../images/image.svg) no-repeat center;
    mask: url(../images/image.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-symbols {
    background-color: #fff;
    -webkit-mask: url(../images/symbols.svg) no-repeat center;
    mask: url(../images/symbols.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-shapes {
    background-color: #fff;
    -webkit-mask: url(../images/shapes.svg) no-repeat center;
    mask: url(../images/shapes.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-erase {
    background-color: #fff;
    -webkit-mask: url(../images/erase.svg) no-repeat center;
    mask: url(../images/erase.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-fields {
    background-color: #fff;
    -webkit-mask: url(../images/fields.svg) no-repeat center;
    mask: url(../images/fields.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-link {
    background-color: #fff;
    -webkit-mask: url(../images/link.svg) no-repeat center;
    mask: url(../images/link.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-rotate {
    background-color: #fff;
    -webkit-mask: url(../images/rotate.svg) no-repeat center;
    mask: url(../images/rotate.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-stamp {
    background-color: #fff;
    -webkit-mask: url(../images/stamp.svg) no-repeat center;
    mask: url(../images/stamp.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-textinput {
    background-color: #fff;
    -webkit-mask: url(../images/textinput.svg) no-repeat center;
    mask: url(../images/textinput.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-alignleft {
    background-color: #fff;
    -webkit-mask: url(../images/alignleft.svg) no-repeat center;
    mask: url(../images/alignleft.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-aligncenter {
    background-color: #fff;
    -webkit-mask: url(../images/aligncenter.svg) no-repeat center;
    mask: url(../images/aligncenter.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-alignright {
    background-color: #fff;
    -webkit-mask: url(../images/alignright.svg) no-repeat center;
    mask: url(../images/alignright.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-bold {
    background-color: #fff;
    -webkit-mask: url(../images/bold.svg) no-repeat center;
    mask: url(../images/bold.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-italic {
    background-color: #fff;
    -webkit-mask: url(../images/italic.svg) no-repeat center;
    mask: url(../images/italic.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-underline {
    background-color: #fff;
    -webkit-mask: url(../images/underline.svg) no-repeat center;
    mask: url(../images/underline.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-strikethrough {
    background-color: #fff;
    -webkit-mask: url(../images/strikethrough.svg) no-repeat center;
    mask: url(../images/strikethrough.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-duplicate {
    background-color: #fff;
    -webkit-mask: url(../images/duplicate.svg) no-repeat center;
    mask: url(../images/duplicate.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-highlight {
    background-color: #fff;
    -webkit-mask: url(../images/highlight.svg) no-repeat center;
    mask: url(../images/highlight.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-font {
    background-color: #fff;
    -webkit-mask: url(../images/font.svg) no-repeat center;
    mask: url(../images/font.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-delete {
    background-color: #fff;
    -webkit-mask: url(../images/delete.svg) no-repeat center;
    mask: url(../images/delete.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signature-tool-item .tool-icon.tool-undo {
    background-color: #fff;
    -webkit-mask: url(../images/undo.svg) no-repeat center;
    mask: url(../images/undo.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signature-tool-item .tool-icon.tool-erase {
    background-color: #fff;
    -webkit-mask: url(../images/erase.svg) no-repeat center;
    mask: url(../images/erase.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signature-tool-item .tool-icon.tool-stroke {
    background-color: #fff;
    -webkit-mask: url(../images/stroke.svg) no-repeat center;
    mask: url(../images/stroke.svg) no-repeat center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.signer-tool .tool-icon.tool-colorfill, .signer-tool:hover .tool-icon.tool-colorfill {
    background-color: transparent !important;
    border-radius: 50%;
}
.signer-tool .tool-icon.tool-fontsize {
    background-color: transparent !important;
    width: auto;
}
.signer-tool.disabled p {
    color: rgb(255 255 255 / 50%) !important;
}
.signer-tool.disabled {
    cursor: not-allowed;
}
.signer-tool.disabled .tool-icon {
    background-color:rgb(255 255 255 / 50%) !important;
}
.signer-tool.disabled .tool-icon.tool-fontsize {
    background-color: transparent !important;
}
.signer-tool.disabled button, .signer-tool.disabled .numberInput {
    opacity: 0.4;
}
.right-bar-body label {
    color: #fff;
    font-size: 18px;
}
.text-muted {
    color: #d6d6d6;
}
.request-helper {
    display:none;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #3da4ff;
    text-align: center;
    width: fit-content;
	width: -moz-fit-content;
    color: #fff;
    font-size: 18px;
	overflow-x: revert!important;
    margin: auto;
}
.signer-next {
    display:none;
}
.mergedfile {
    border: 1px solid #fff;
    padding-top: 15px;
    margin-top: 15px;
}
.signer-pre {
    display:none;
}

/*builder*/

.signer-element {
    padding: 5px;
    position: fixed;
    border: 1px solid transparent;
}
.signer-element[type="text"][group="input"], .signer-element[type="text"][group="field"] {
    border: 1px solid #e6eaee;
    /*width: 163px;*/
}
.signer-element[type="signature"][group="field"] {
    cursor: pointer;
}
.signer-element[type="initials"][group="field"] {
    cursor: pointer;
}
 .savesign {
    position: relative !important;
    /* top: 25px !important; */
}
/* .signclass{
    position: relative !important;
    top: 32px !important;
    left: 20px;

} */
.dashbilder .signer-element  {
    cursor: pointer !important;
    border-radius: 8px !important;
    outline: none !important;
}
.dashbilder .signer-element .ui-resizable-handle{
    display: none !important;
}
.signer-element svg {
    max-width: 100% !important;
    max-height: 100% !important;
}
.signer-element.selected-element {
    border: 1px dashed #ff0000 !important;
}
.signer-element:hover {
    border: 1px dashed #3DA4FF;
}
.signer-element:hover .ui-resizable-handle.ui-resizable-nw,
.signer-element:hover .ui-resizable-handle.ui-resizable-ne,
.signer-element:hover .ui-resizable-handle.ui-resizable-sw,
.signer-element:hover .ui-resizable-handle.ui-resizable-se {
    background: #3DA4FF;
}
.selected-element .ui-resizable-handle.ui-resizable-nw,
.selected-element .ui-resizable-handle.ui-resizable-ne,
.selected-element .ui-resizable-handle.ui-resizable-sw,
.selected-element .ui-resizable-handle.ui-resizable-se {
    background: #ff0000 !important;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    bottom: -5px;
}
.signer-element[bold="true"] .writing-pad {
    font-weight: bold;
}
.signer-element[italic="true"] .writing-pad {
    font-style: italic;
}
.signer-element[underline="true"] .writing-pad {
    text-decoration: underline;
}
.signer-element[strikethrough="true"] .writing-pad {
    text-decoration: line-through;
}
.signer-element[align="left"] .writing-pad {
    text-align: left;
}
.signer-element[align="right"] .writing-pad {
    text-align: right;
}
.signer-element[align="center"] .writing-pad {
    text-align: center;
}
.font-item, .field-item, .input-field-item {
    width: 90%;
    padding: 8px;
    font-size: 20px;
    border-bottom: 1px dashed #e6eaee;
    cursor: pointer;
    color: #fff;
}
.updtemp{
    display: flex;
    justify-content: end;
    padding-right: 50px;
    gap: 25px;
}



.templatedrop span.back_ground {
    width: 190px !important;
    height: 230px !important;
    border: 2px solid #267abd !important;
}
.request-helper.color_1, .signer-builder.color_1 .signer-element.selected-element {
    border-color: #3da4ff !important;
    background-color:transparent !important;
}
.input-field-item:hover, .field-item:hover, .font-item:hover, .font-item.selected {
    color: #3DA4FF;
}
a.delete-field, a.delete-input-field {
    float: right;
    margin-top: 9px;
    margin-right: 14px;
    font-size: 20px;
    display: none;
    color: #777;
}
a.delete-input-field {
    margin-top: -4px;
}
.field-item:hover a.delete-field, .input-field-item:hover a.delete-input-field {
    display: block;
}
a.delete-field:hover, a.delete-input-field:hover {
    color: #ff0000;
}
.symbol-item, .shape-item, .stamp-item {
    width: 50px;
    height: 50px;
    float: left;
    padding: 8px;
    cursor: pointer;
    border: 1px dashed #e6eaee;
}
.shape-item {
    width: 50px;
    height: 50px;;
}
.symbol-item:hover, .symbol-item.selected, .shape-item:hover, .shape-item.selected, .stamp-item:hover, .stamp-item.selected {
    border: 1px dashed #3DA4FF;
}
.symbol-item svg, .shape-item svg, .stamp-item svg {
    width: 100%;
    height: 100%;
}
.stamp-item {
    width: 160px;
    height: 160px;
}
.stamp-preview svg {
    max-height: 100%;
    max-width: 100%;
    min-width: 60%;
}
.stamp-preview {
    border: 2px dashed rgba(206,208,218,.5);
    border-radius: 4px;
    padding: 15px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.stamp-preview:focus {
    outline: 0;
}
button.jscolor {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 0 0 0 0 !important;
    padding: 0;
    border: 0 !important;
    color: #fff !important;
}
.numberInput {
    width: 45px;
    height: 30px;
    position: relative;
    border: 1px solid #e6eaee;
    border-radius: 3px;
    overflow: hidden;
}
.numberInput input {
    border: none;
    outline: 0;
    width: 100%;
    height: 100%;
    padding: 3px 15px 0px 4px;
    font-size: 15px;
    box-sizing: border-box;
}

.arrow {
    background: #f2f4f7;
    height: 50%;
    width: 16px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
}
.arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transform: translate(-50%, -50%);
}
.arrow:hover {
    background: #d0d7e2;
}
.arrow:active {
    background: #ccc;
}
.arrow.down {
    bottom: 0;
    top: auto;
    border-top: 1px solid #e6eaee;
}
.arrow.up:after {
    border-bottom: 4px solid #7f8fa4;
}
.arrow.down:after {
    border-top: 4px solid #7f8fa4;
}
.arrow:hover:after {
    border-top-color: #fff;
    border-bottom-color: #fff;
}














/* Plan & Pricing  */
.price_title {
   margin-top: 80px;
}
.price_title h2{
    font-weight: 300;
    color: #fff;
    font-size: 24px;
}
.pricePlanMain{
    /* background: #143543 !important;
    box-shadow: 0 1px 5px #143543 !important; */
    color: #FFF;
    /* display: grid; */
    grid-gap: 10px;
    /* border-radius: 10px; */
    /* grid-template-columns: auto 40%; */
    align-items: center;
    padding: 20px;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.renewhead{
    display: grid;
    grid-template-columns: repeat(7,1fr);
    align-items: center;
    padding-bottom: 20px;
}
.renewhead h4:last-child {
    text-align: center !important;
}
.renewhead h4 {
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
.ownerRenew {
    background: #143543;
    padding: 50px;
    border-radius: 15px;
}
.lftrv {
    border: 2px solid #34748f;
    border-radius: 15px;
}
.rightrv .Subsoffers{
    margin: 0 auto;
}
.TeamData{
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 450px;
    overflow: auto;
}
.teamitems{
    display: grid;
    grid-template-columns: repeat(7,1fr);
    align-items: center;
    padding: 10px 0px;
}
.team .progress {
    margin: 0 !important;
    height: auto  !important;
} 
.team .progress-bar {
    width: 0;
    animation: progress 1.5s ease-in-out forwards;
    margin: 0 !important;
    height: 17px !important;
    position: relative;
    line-height: 18px;
} 
.team .progress-bar .title {
    opacity: 0;
    animation: show 0.35s forwards ease-in-out 0.5s;
    font-size: 11px;
    position: absolute;
    top: -3px;
}
  
@keyframes progress {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
} 
@keyframes show  {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.teamitems h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: #cacbcb;
    text-align: center;
}
.teamitems h6 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: #cacbcb;
    text-align: center;
}
.teamitems a {
    width: fit-content;
    background: #0f4358;
    border: 1px solid #0d5a79 !important;
    box-shadow: 1px 1px 6px #0d5a79 !important;
    color: #FFF;
    font-size: 12px;
    margin: 0;
    padding: 5px 21px;
    border-radius: 25px;
}
.teamitems a:hover{
    border: 1px solid #0d5a79 !important;
    background: transparent;
    color: #cacbcb;
}

.tempic {
    width: 92px;
    height: 92px;
    border: 1px solid #0d5a79 !important;
    box-shadow: 1px 1px 6px #0d5a79 !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    padding: 2px;
    margin: 0 auto;
}
.tempic img{
    object-fit: contain;
    object-position: center;
    border-radius: 50%;
    max-width: 100%;
}

/* .croppie-container .cr-boundary {
    width: 100% !important;
    height: 100% !important;
} */

.croppie-container .cr-viewport, .croppie-container .cr-resizer {
    width: 100% !important;
    height: 100% !important;
}

.croppie-container .cr-image {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50% ) !important;
    /* height: 100% !important; */
}

.Price_Card{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 50px 0px;
}
.typeofPlan{
    opacity: 0.4;
}





/*progress*/
.progress {
    -webkit-box-shadow: none !important;
    background-color: #ebeff2;
    box-shadow: none !important;
    height: 10px;
    margin-bottom: 18px;
    overflow: hidden;
}
.progress-bar-success {
    background-color: #10c469;
}
.progress-bar-success-alt {
    background-color: rgba(16, 196, 105, 0.2);
}
.progress-bar-primary {
    background-color: #188ae2;
}
.progress-bar-primary-alt {
    background-color: rgba(24, 138, 226, 0.2);
}

.ownerdata {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding-bottom: 15px;
}
.onerimg {
    width: 150px;
    height: 150px;
    border: 1px solid #0d5a79 !important;
    box-shadow: 1px 1px 6px #0d5a79 !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    padding: 2px;
}
.onerimg img{
    object-fit: contain;
    object-position: center;
    border-radius: 50%;
    max-width: 100%;
}
.protitle{
    color: #fff;
    margin: 0px;
}
.promess {
    color: #000;
    margin: 0px;
}
.TeamRenew {
    padding: 50px;
}
.PlanButton .eway-button {
    box-shadow: none !important;
    text-shadow:  none !important;
    background: transparent !important;
    height: 47px !important;
    border: none !important;
}
.PlanButton .eway-button span{
    border: 2px solid #29abe2 !important;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    height: 47px !important;
    padding: 14px 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    background: linear-gradient(180deg, #29ABE2 0%, #2767B2 100%) !important;
    box-shadow: none !important;
    text-shadow:  none !important;
    transition: background-color .4s cubic-bezier(.25, .46, .45, .94), transform .4s cubic-bezier(.25, .46, .45, .94);
}
.PlanButton .eway-button span:hover{
    background: transparent !important;
}
.ownertime h4 {
    font-weight: 600;
    font-size: 28px;
    color: #00b6ff;
}
.ownerplan h4 {
    font-size: 22px;
}
/*widget*/
.widget-icon {
    width: 49px;
    height: 49px;
    float: none;
    margin: 6px auto;
    border-radius: 50%;
    background: #E6EFFF;
    color: #007bff;
    font-size: 22px;
    padding-top: 8px;
    text-align: center;
}
.widget-title h1 {
    font-weight: 900;
    font-size: 50px;
    margin-bottom: 0;
}
.widget-title p {
    font-size: 16px;
}
.widget-trend p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
}
.widget-trend p i {
    font-size: 31px;
    position: absolute;
    margin-left: -31px;
    margin-top: -9px;
}
.widget-icon.widget-warning {
    background: #fff8e5;
    color: #FFBB00;
}
.widget-icon.widget-danger, .growth-icon.danger {
    background: #ffe5e5;
    color: #ff0000;
}
.widget-icon.widget-success, .growth-icon.success {
    background: #ecfaeb;
    color: #49CB41;
}
.meter-widget #meter {
    margin-top: -63px;
}
.meter-widget p {
    margin-bottom: 9px;
}

.sign-overlay {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 100;
    display: none;
}

.sign-overlay-btns {
    margin-top: 20%;
}

.overlay-btn {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 34px;
    text-align: center;
    padding-top: 1px;
    cursor: pointer;
    color: #fff;
    margin-top: 15px;
    margin-right: 15px;
}
button.floating-bottom {
    position: fixed;
    right: 15px;
    bottom: 15px;
    height: 60px;
    width: 60px;
    font-size: 22px;
    box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
}
button.sign, .fields-list button, .input-fields-list button {
    position: fixed;
    right: 15px;
    bottom: 85px;
    height: 60px;
    border: 1px solid #0f4358 !important;
    background: linear-gradient(180deg, #29ABE2 0%, #2767B2 100%) !important;
    color: #fff !important;
    width: 60px;
    font-size: 22px;
    box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
}
.fields-list button, .input-fields-list button {
    position: absolute;
}

.request-sign-option {
    position: fixed;
    right: 15px;
    bottom: 15px;
}
.request-sign-option button {
    box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
}
.request-options a {
    margin-left: 30px;
}
.group-sign-list, .email-invite-sign, .group-send-list, .email-file-send {
    display:none;
}



.phraseNote p{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.phraseNote ul li{
    color: #ebebeb;
    font-size: 15px;
    font-weight: 400;
}
.setfm label{
    color: #299ed9 !important;
    font-size: 16px;
    font-weight: 400;
}
.hh p {
    display: flex;
    align-items: center;
    gap: 15px;
}
.hh p span a{
    color: #299ed9;
}


.tooltipspan {
    position: relative;
}

.showtoltip {
    position: absolute;
    display: none;
    background-color: #0082FF;
    color: #fff;
    padding: 8px;
    top: 20px; /* Adjust as needed */
    left: 0; /* Adjust as needed */
}

.tooltipspan:hover .showtoltip {
    display: block;
}




.errorrecmsg{
    color: red;
    font-size: 18px;
    margin: 0;
    letter-spacing: 2px;
}
.phrsbox {
    background: #1c5c7b8c;
    padding: 25px;
    border: 1px solid #2888ca33;
}


/*writing mode*/

.writing-pad:focus {
    outline: 0;
    /*border: 1px solid #ddd;*/
}

.writing-pad {
    /* display: flex; */
    /* padding: 8px 15px 0px 5px; */
    padding: 5px 0px 0px 0px;
    min-width: 150px;
}

/* .textclassT {
  display: inline-block;
   min-width: 150px;  
  min-height: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
   width: 30ch;  
} */

.textclassT {
  display: inline-block;
  min-height: 20px;
  max-height: 60px;       /* 👈 sets limit before scrollbar */
  overflow-y: auto;       /* 👈 allows scrollbar */
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 20ch;
  /* border: 1px dashed #007bff; */
}

/*.writing-pad:before {*/
/*    margin-left:-15px;*/
/*    margin-top:-15px;*/
/*    content:"\f13f";*/
/*    display:none;*/
/*    cursor:move;*/
/*    position:absolute;*/
/*    display: inline-block; */
/*    font-family: "Ionicons"; */
/*    speak: none; */
/*    font-style: normal; */
/*    font-weight: normal; */
/*    font-variant: normal; */
/*    text-transform: none; */
/*    text-rendering: auto; */
/*    line-height: 1; */
/*    -webkit-font-smoothing: antialiased; */
/*    -moz-osx-font-smoothing: grayscale; */
/*}*/

.writing-pad:focus .writing-pad:before {
    display:block;
}

/*sign mode*/

body.sign .sign-overlay, body.write .sign-overlay {
    display: block;
    cursor: not-allowed;
}

body.sign .document, body.write .document {
    position: relative;
    z-index: 101;
    margin-bottom: 120px;
}

body.sign footer, body.write footer, body.request .doc-actions, body.request .doc-text-editor {
    display: none !important;
}
body.sign .doc-actions, body.extra-doc-action-mode.write .doc-actions {
    display: block;
}
body.write .doc-text-editor {
    display: block;
}
body.group-sign.sign .doc-request-actions, body.group-sign.write .doc-request-actions {
    display: block;
}
body.sign .document-map {
    cursor: url("../images/pen.png"), auto;
}
body.sign.bullet .document-map {
    cursor: url("../images/bullet.png"), auto;
}
body.sign.check .document-map {
    cursor: url("../images/check.png"), auto;
}
body.write .document-map {
    cursor: url("../images/cursor.png"), auto;
}

.document {
    min-height: 500px;
}

.temporary-signature {
    position: absolute;
    z-index: 98;
    cursor: default;
    width: 200px;
}
.temporary-signature.check-bullet {
    width: 16px;
}
body.sign .temporary-signature, body.write .temporary-signature {
    z-index: 999;
    cursor: move;
}

.document-map {
    width: 100%;
    display: none;
}
.signer-document div {
    /* overflow-x: auto; */
}

body.sign .document-map, body.write .document-map {
    display: inline-block;;
}

.document-pagination {
    overflow: hidden;
    margin-bottom: 15px;
}
.document-pagination .launch-viewer {
    margin-left: 30px;
    text-align: center;
}
.btn-zoom i {
    margin-left: -3px;
}

.document-load {
    font-size: 24px;
    text-align: center;
    padding: 200px 0;
    width: 100%;
}
.document-load div {
    overflow: hidden !important;
}
.document-error {
    font-size: 16px;
    text-align: center;
    margin-top: 140px;
    width: 100%;
    display: none;
}
.document-error i {
    font-size: 46px;
}

.document-pagination button {
    border: none;
    height: 34px!important;
    width: auto;
    padding: 6px 14px !important;
	border-radius: 30px;
    color: #fff!important;
}
.doc-actions, .doc-request-actions {
    width: auto;
    margin: 0 auto;
    text-align: center;
    display:none;
}
.doc-text-editor {
    width: 400px;
    margin: 0 auto;
    display:none;
}
.doc-actions .btn, .doc-request-actions .btn {
    width: 85px;
    border:1px solid #fff;
}
.doc-text-editor .btn {
    width: 25%;
    border:1px solid #fff;
    padding-right: 18px !important;
}
.doc-text-style {
    width: 230px;
    float: right;
    text-align: right;
}
.doc-text-style .form-control {
    width: 49px;
    display: inline-block;
}
.doc-text-size {
    width: 58px !important;
}
.form-control.doc-text-font {
    width: 100px;
}
#document-viewer {
    width: 100%;
    border: 1px solid #ccc;
}
canvas#document-viewer.active {
    border: 1px dashed #00D000;
}

body.sign #document-viewer, body.write #document-viewer {
    -moz-box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
    -webkit-box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
    box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
}

.sign-pointer {
    position: absolute;
    display: none;
}

.document-right .document-right-head li, ul.tabs li {
    width: 50%;
    float: left;
    list-style: none;
    text-align: center;
    background: #E4ECEF;
}

.document-right .document-right-head li.active, ul.tabs li.active {
    background: #fff;
}

.document-right .document-right-head ul,
#updateSignature ul,  ul.tabs {
                           padding-left: 0px;
                       }

ul.tabs {
    overflow: hidden;
    padding-left: 0;
}

ul.tabs li a {
    padding: 15px 15px;
    display: block;
    color: #777;
}


.nav-tabs li a.active,  .nav-tabs li a.active {
    border-bottom: 0;
}
.nav-tabs li a,  .nav-tabs li a {
    color: #A9ABB3;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
}
.nav-tabs li a:hover,  .nav-tabs li a:hover {
    text-decoration: none;
    border: 1px solid #0f4358;
    background: transparent;
    color: #cacbcb;
}
.nav-tabs li a.active, .nav-tabs li a.active {
    border: 1px solid #0f4358;
    background: #0f4358;
    color: #FFF;
    font-size: 15px;
    margin: 0;
    padding: 7px 21px;
    border-radius: 25px;
}


.select-from-tabs {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e6eaee;
}
.select-from-tabs .tab-content {
    padding: 15px;
}
.user-select-image {
    width: 40px;
    float: left;
}
.user-select-name {
    width: 100%;
    padding-left: 50px;
}
.user-select-name p {
    color: #777;
}
.user-select-name h5 {
    margin-bottom: 4px;
    margin-top: 0;
    font-weight: 600;
}
.user-select-action {
    width: 40px;
    float: right;
    margin-top: 6px;
}
.user-select-item {
    overflow: hidden;
    margin: 15px 0px;
    border-bottom: 1px dashed #e6eaee;
}
.user-select-item:last-child {
    border-bottom: none;
}

.document-right-head {
    overflow: auto;
    margin: -15px -15px 0 -15px;
}

.document-right .document-right-head li a {
    padding: 15px 15px;
    display: block;
    color: #777;
}

.document-right .document-right-head li:nth-child(1) {
    border-radius: 5px 0 0 0;
}

.document-right .document-right-head li:nth-child(2) {
    border-radius: 0 5px 0 0;
}

.document-right .document-right-head li a:hover,
.document-right li a:focus {
    text-decoration: none;
    outline: 0;
}
#docPassword .modal-content {
    box-shadow: none;
    border: none;
    margin-top: 30%;
}
.modal#docPassword {
    background: #fff;
}

.modal-body.popupIframe {
    height: 450px;
}

.popupIframe iframe {
    width: 100%;
    height: 100%;
}
.doc_files {
    margin: 0px;
    padding: 0px;
	margin: 0px 0 34px 0px;
} 
.doc_files li {
    display: inline-block;
    width: 12%;
	height: 139px;
    margin: 0 12px 0px 0px;
}
.doc_files iframe, .doc_files embed {
    width: 100%;
    height: 100%;
}

/* fonts  */
.dashfonts {
    margin: 0 auto;
    top: 135px !important;
    background: #061a22 !important;
    width: 100% !important;
    max-width: 350px;
    height: 100% !important;
    max-height: 610px !important;
}


.hdcntrtext{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.hdcntrtext p{
    color: red;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    animation: slidingText1 5s linear infinite;
}
@keyframes slidingText1 {
    0% {
      transform: translateX(100%);
    }

    100% {
      transform: translateX(-100%);
    }
  }


.dysred h4 {
    color: red !important;
}
.pybtnred .eway-button span {
    background: red !important;
    border: 1px solid red !important;
}
.pybtnred .eway-button span:hover {
    background: transparent !important;
}
.prgred .progress .progress-bar {
    background: red !important;
}


/*  */
/*timeline */

.timeline {
    padding: 1rem;
    padding-top: 32px;
}

.timeline .circle {
    background: #288ecd;
    /* border: 0.5rem solid #ccc; */
    border: 1px solid #0d5a79 !important;
    box-shadow: 1px 1px 6px #0d5a79 !important;
    border-radius: 100%;
    height: 2.25rem;
    margin: 0;
    width: 2.25rem;
    vertical-align: middle;
}

.timeline ul {
    margin: 0;
    padding: 0;
}
.timeline ul li{
    font-size: 18px ;
}

.timeline em {
    color: #fff;
    display: block;
    font-size: 16px !important;
}
.left_del p {
    color: #fff;
    font-size: 16px;
}
.left_del h5 {
    color: #fff;
    font-size: 16px;
}
.timeline li {
    border: 0 solid #288ecd;
    list-style-type: none;
    padding: 1rem 2rem;
    border-left-width: 1px;
    margin-left: 11px;
    color: #ffffffad;
}

.timeline li:before {
    background: #288ecd;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 1rem;
    position: relative;
    float: left;
    margin-left: -25px;
    width: 1rem;
}

.timeline li.success:before {
    background: #00D000;
}

.timeline li.danger:before {
    background: #ff1a1a;
}
.ip-address-location {
    display: block;
    color: #777;
}

/*right bar*/
.right-bar {
    width: 232px;
    position: fixed;
    right: -377px;
    top: 0;
    bottom: 0;
    box-shadow: none;
    padding-bottom: 70px;
    z-index: 999;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.right-bar.open {
    left: 0px;
    box-shadow: 1px 1px 6px #0d5a79 !important;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
    background: #061a22;
}
.right-bar-head {
    padding: 5px 15px;
    background: #061a22;
    margin: -15px -15px 15px -15px;
    color: #fff;
}
.close-right-bar-head {
    color: #fff;
    font-size: 31px;
    cursor: pointer;
}
.right-bar-body {
    margin-right: -33px;
}

/*chat*/

.chat-thread {
    margin: 24px auto 0 auto;
    padding: 0 20px 0 0;
    list-style: none;
    overflow-y: scroll;
    overflow-x: hidden;
}

.chat-thread li {
    position: relative;
    clear: both;
    display: inline-block;
    padding: 15px;
    margin: 0 0 20px 0;
    border-radius: 10px;
    background-color: #F7F8FE;
}
a.export-chart {
    color: #cbe6ff;
    margin-right: 25px;
    margin-top: 9px;
}
a.export-chart:hover, a.export-chart:focus, a.export-chart:active {
    color: #fff;
    text-decoration:none;
}


/* Chat - Avatar */
.clearfix {
    display: table;
    overflow: hidden;
}
.clearfix:before {
    content: " ";
    display: block;
}

.font-size-small {
    font-size: 1rem;
}

.chat-wrapper {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10em;
    padding-right: 33px;
}
.chat-wrapper:before {
    content: " ";
    display: block;
}
.chat-wrapper .chat-content {
    background-color: #fff;
}
.chat-wrapper .chat-image {
    float: left;
    border-radius: 50%;
}
.chat-wrapper .chat-image.chat-image-default {
    width: 60px;
    height: 60px;
}
.chat-wrapper .chat-message {
    margin-bottom: 20px;
    width: 100%;
    display: table;
    overflow: hidden;
}
.chat-wrapper .chat-message:before {
    content: " ";
    display: block;
}
.chat-wrapper .chat-message:last-of-type {
    margin-bottom: 0;
}
.chat-wrapper .chat-message .chat-message-wrapper {
    max-width: 70%;
    display: table;
    margin: 0 20px;
    padding-top: 10px;
    position: relative;
}
.chat-wrapper .chat-message .chat-message-wrapper:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    top: 20px;
    position: absolute;
    z-index: 0;
}
.chat-wrapper .chat-message .chat-message-wrapper p {
    padding: 10px 20px;
    color: #fff;
    border-top: 1px solid;
    margin-bottom: 0;
}
.chat-wrapper .chat-message .chat-message-wrapper p:first-of-type {
    border-top: 0 !important;
}
.chat-wrapper .chat-message.chat-message-recipient .chat-message-wrapper,
.chat-wrapper .chat-message.chat-message-recipient .chat-message-content {
    float: left;
}
.chat-wrapper .chat-message.chat-message-recipient .chat-message-wrapper:before {
    left: -20px;
    border-right-color: #000;
}
.chat-wrapper .chat-message.chat-message-recipient p {
    background-color: #000;
    border-top-color: #ddd;
}
.chat-wrapper .chat-message.chat-message-sender .chat-message-wrapper,
.chat-wrapper .chat-message.chat-message-sender .chat-message-content {
    float: right;
}
.chat-wrapper .chat-message.chat-message-sender .chat-message-wrapper:before {
    right: -20px;
    border-left-color: #eceff1;
}
.chat-wrapper .chat-message.chat-message-sender p {
    background: #eceff1;
    border-top-color: #ddd;
    margin-bottom: 0;
    color: #1a1a1a;
}
.chat-wrapper .chat-message.chat-message-sender img {
    float: right;
}
.chat-wrapper .chat-message .chat-message-content {
    display: table;
    overflow: hidden;
    border-radius: 4px;
}
.chat-wrapper .chat-message .chat-message-content:before {
    content: " ";
    display: block;
}
.chat-wrapper .chat-message .chat-details {
    clear: both;
    width: 100%;
    display: table;
    overflow: hidden;
}
.chat-wrapper .chat-message .chat-details:before {
    content: " ";
    display: block;
}
.chat-wrapper .chat-message .chat-details span {
    margin-right: 4px;
    color: #bbb;
}
.chat-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-left: -15px;
    border-left: 1px solid #ddd;
}
.chat-box textarea {
    resize: none;
}
.empty-chat {
    text-align: center;
    padding: 15px;
    padding-top: 40%;
    color: #999;
    font-size: 18px;
}
.empty-chat i {
    font-size: 70px;
}

/*requests*/
img.request-avatar {
    width: 40px;
    height: 40px;
}

.download-option-btns i {
    font-size: 78px;
}
.download-option-btns {
    text-align: center;
}
.download-option-btns a {
    margin: 15px 10px;
}
/*reminders*/
#reminders .panel.panel-default {
    border: 1px solid #E4ECEF;
    box-shadow: none;
    border-radius: 2px;
}
#reminders .panel-heading {
    background: #E4ECEF;
    padding:0;
    border: 1px solid #E4ECEF;
}
#reminders .panel-heading h4 {
    margin-bottom: 0;
}
#reminders h4 a {
    display: block;
    padding: 17px 15px;
    color: #777;
}
#reminders h4 a:hover, #reminders h4 a:focus, #reminders h4 a:active {
    color: #888;
    text-decoration: none;
}
.delete-reminder {
    color: #777;
    cursor: pointer;
    float: right;
    margin-top: 13px;
    font-size: 19px;
    margin-right: 18px;
}

/*datatables*/
a.dt-button, a.paginate_button.current {
    background-color: #0d5a79 ;
    border-color: #0d5a79 ;
    background-image: none ;
    color: #fff ;
    border-radius: 3px ;
}
a.dt-button:hover {
    background-color: #fff ;
    border-color: #0d5a79 ;
    background-image: none ;
    color: #0d5a79 ;
}
.dataTables_filter input {
    border: 1px solid #288dcd;
    border-radius: 21px !important;
    height: 33px;
    padding-left: 10px;
    background: transparent;
    font-weight: 400;
    color: #fff;
}
.dataTables_filter label{
    color: #fff;
}
.dt-buttons a.dt-button:hover {
    background-color: transparent !important;
    border-color: #0f4358 !important;
    background-image: none !important;
    color: #cacbcb !important;
}
.dataTables_filter input:focus {
    outline: none;
    border-color: #0f4358;
}
table.dataTable.no-footer {
    border-bottom: 2px solid #e6eaee !important;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 0;
    font-size: 18px;
}
/* span.label  {
    font-size: 17px;
    padding: 6px 15px;
} */
.companies-list td a{
    color: #fff;
}
.companies-list td {
    color: #cacbcb;
    font-size: 18px;
    border-top: 1px solid #0d5a79 !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #0d5a79;
}
.dropdown-menu li  a{
    color: #fff !important;
    font-size: 20px;
}
.dropzone.dz-clickable span{
    color: #fff;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #fff;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
    color: #fff;
    outline: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    background: #0d5a79 !important;
}
div#data-table-recipients_paginate a {
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: transparent !important;
    border: 1px solid #0d5a79;
    background: transparent;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color:transparent;
}
table.dataTable.hover tbody tr.odd:hover, table.dataTable.display tbody tr.odd:hover {
    background-color: #143543 !important;
}
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr.even:hover {
    background-color: #143543 !important;
}
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: transparent;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: transparent;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #0d5a79;
}
table.dataTable tbody tr {
    background-color: transparent;
}
table.dataTable tbody tr:hover {
    background-color: #143543 !important;
}
.companies-list.dataTable td{
    border-top: 1px solid #0d5a79 !important;
}


.ghh{
    display: flex;
    justify-content: end;
    gap: 20px;
}

/* Blockchain create page  */
.EthermSection{
    background: #061a22 !important;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ethmaindiv{
    padding: 50px;
    background: transparent;
    border-radius: 8px;
    border: 1px solid #0d5a79 !important;
    box-shadow: 0px 0px 12px #0d5a79 ;
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.EthWaltHead{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
.EthWaltHead h2{
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 45px;
}
.EthWaltHead img {
    max-height: 95px;
}
.WalletData{
    height: 100%;
    
}
.wallet-info {
    padding: 25px;
}
.wltpara span{
    font-size: 21px;
   font-weight: 600;
   color: #289fda;
}
.wltpara p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    gap: 12px;
}
.wltpara p span{
   font-size: 21px;
   font-weight: 600;
   color: #289fda;
}
.confidential-message {
    background: #143b4b;
    padding: 10px 20px;
    border-radius: 8px;
}
.confidential-message p{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}
.confidential-message p sup{
    color: red;
}
.confidential-message p strong{
    font-size: 18px;
    font-weight: 600;
    color: #289fda;
}

/* Blockchain create page  */



/*Labels*/

.label-danger {
    background-color: #ff1a1a;
}
.label-success {
    background-color: #00D000;
}
/*.label-info {
    background-color: #3DA4FF;
}*/
.label-warning {
    background-color: #FFBB00;
}

.light-card.notification-item a{
    color: #337ab7;  
}
/*texts*/

.text-danger {
    color: #ff1a1a;
}

.text-success {
    color: #00D000;
}

.text-primary {
    color: #337ab7;
}

.text-warning {
    color: #FFBB00;
}

.text-purple {
    color: #9013FE;
}

.text-darker {
    color: #888;
}
.text-white {
    color: #fff !important;
}

.text-xs {
    font-size: 13px;
}

.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-title h4{
    color: #fff;
}


/*backgrounds*/

.bg-success {
    background: #00D000;
}

.bg-danger {
    background: #ff1a1a;
}

.bg-primary {
    background: #3DA4FF;
}

.bg-warning {
    background: #FFBB00;
}

.bg-purple {
    background: #6732c3;
}


/*helper classes*/

.b-2 {
    border: 2px solid;
}

.p-l-o {
    padding-left: 0;
}

.p-r-o {
    padding-right: 0;
}

.p-lr-o {
    padding-right: 0;
    padding-left: 0;
}

.m-o {
    margin: 0 0 0 0 !important;
}

.m-t-5 {
    margin-top: 5px;
}

.ml-15 {
    margin-left: 15px;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mt-30 {
    margin-top: 30px !important;
}

.m-b-5 {
    margin-bottom: 5px;
}
.m-t-50 {
    margin-top: 50px;
}
.p-b-3em {
    padding-bottom: 3em;
}
.put-center {
    margin: 0 auto;
    float: none;
    padding-top: 75px;
}


/*uploaders*/
.dropbox-button-holder {
    padding: 45px 15px;
    text-align: center;
}
.picker-dialog-bg, .picker-dialog {
    z-index: 99999 !important;
}



/*production*/
.template-page .page-actions .dropdown-menu {
    margin-left: 3px;
}
.dropdown-backdrop {
    display: none;
}

/* form errors */
.error {
    color: #ff1a1a;
    font-weight: normal;
}

body.modal-open {
    max-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
div#editDrawModal, div#editinitialDrawModal {
    z-index: 9999;
    background-color: #000;
    height: 100%;
    max-height: 100%;
}

div#editDrawModal .modal-dialog, div#editinitialDrawModal .modal-dialog{
    height: calc(100% - 60px);
    background: transparent;
    width: 100%;
    max-width: 630px;
    overflow: hidden;
}
.modal {
    overflow: auto !important;
}
div#editDrawModal .modal-body, div#editinitialDrawModal .modal-body{
    border: 0;
}
div#editDrawModal .close-modal, div#editinitialDrawModal .close-modal{
     right: 8px;
    top: 8px;
}
div#editDrawModal .signature-pad, div#editinitialDrawModal .signature-pad{
    background-color: transparent;
}
div#editDrawModal .signature-pad--body, div#editinitialDrawModal .signature-pad--body{
    border: 1px solid #fff;
    background: #fff;
}
div#editDrawModal .signature-pad--body canvas, div#editinitialDrawModal .signature-pad--body canvas{
    border: 1px solid #fff;
}
div#editinitialDrawModal {
    z-index: 9999;
    height: 100%;
    max-height: 100%;
}

div#editinitialDrawModal .modal-dialog {
    height: calc(100% - 60px);
    width: 100%;
    max-width: 630px;
    overflow: hidden;
}

.signature-tool-item button.btn.btn-primary.save-signature.edit-signature {
    font-size: 0;
    height: 20px;
    width: 20px;
    background-image: url('../images/save.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    background-color: transparent !important;
    border: 0;
    padding: 0 ;
}
.signature-tool-item button.btn.btn-primary.save-signature.edit-initial {
    font-size: 0;
    height: 20px;
    width: 20px;
    background-image: url('../images/save.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    background-color: transparent !important;
    border: 0;
    padding: 0 ;
}
div#editDrawModal .close-modal {
    z-index: 999;
}
div#editinitialDrawModal .close-modal {
    z-index: 999;
}
div#updateSignature .signature-holder {
    max-width: 325px;
    margin: 0 auto;
}
.updateSignature {overflow-y: auto;}
.croppie-upload-icon {
    margin: 0;
}
.croppie-cabinet input {
    height: 200px;
    width: 100%;
    margin-top:-220%;
    display: block;
    caret-color: transparent;
    outline: none;
    font-size: 0px;
    z-index: -2;
&:focus {
     outline: none;
 }
}
#system h5{
    color: #fff;
}
.recipient_data {
    text-align: center;
    list-style: none;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}
.viewform {
    display: flex;
    gap: 20px;
    width: auto !important;
}
.viewform button {
    background: linear-gradient(180deg, #29ABE2 0%, #2767B2 100%) !important;
    border: 1px solid #56c5ff63 !important;
    color: #FFF;
    font-size: 21px !important;
    margin: 0;
    padding: 10px 25px !important;
    border-radius: 8px !important;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}
.viewform button:hover{
    border: 1px solid #56c5ff63;
    background: transparent;
    color: #fff;
}

/*
.tag.label.label-info:nth-child(1), .request-helper.color_1, .input-field-list.color_1 .input-field-item div.active, .input-field-list.color_1 .input-field-item img, .signer-builder.color_1 .selected-element .ui-resizable-handle.ui-resizable-nw, .signer-builder.color_1 .selected-element .ui-resizable-handle.ui-resizable-ne, .signer-builder.color_1 .selected-element .ui-resizable-handle.ui-resizable-sw, .signer-builder.color_1 .selected-element .ui-resizable-handle.ui-resizable-se {
    background: #d3b683 !important;
}
.tag.label.label-info:nth-child(2), .request-helper.color_2, .input-field-list.color_2 .input-field-item div.active, .input-field-list.color_2 .input-field-item img, .signer-builder.color_2 .selected-element .ui-resizable-handle.ui-resizable-nw, .signer-builder.color_2 .selected-element .ui-resizable-handle.ui-resizable-ne, .signer-builder.color_2 .selected-element .ui-resizable-handle.ui-resizable-sw, .signer-builder.color_2 .selected-element .ui-resizable-handle.ui-resizable-se {
    background: #FB6E52 !important;
}
.tag.label.label-info:nth-child(3), .request-helper.color_3, .input-field-list.color_3 .input-field-item div.active, .input-field-list.color_3 .input-field-item img, .signer-builder.color_3 .selected-element .ui-resizable-handle.ui-resizable-nw, .signer-builder.color_3 .selected-element .ui-resizable-handle.ui-resizable-ne, .signer-builder.color_3 .selected-element .ui-resizable-handle.ui-resizable-sw, .signer-builder.color_3 .selected-element .ui-resizable-handle.ui-resizable-se {
    background: #FFCE55 !important;
}
.tag.label.label-info:nth-child(4), .request-helper.color_4, .input-field-list.color_4 .input-field-item div.active, .input-field-list.color_4 .input-field-item img, .signer-builder.color_4 .selected-element .ui-resizable-handle.ui-resizable-nw, .signer-builder.color_4 .selected-element .ui-resizable-handle.ui-resizable-ne, .signer-builder.color_4 .selected-element .ui-resizable-handle.ui-resizable-sw, .signer-builder.color_4 .selected-element .ui-resizable-handle.ui-resizable-se {
    background: #A0D468 !important;
}
.tag.label.label-info:nth-child(5), .request-helper.color_5, .input-field-list.color_5 .input-field-item div.active, .input-field-list.color_5 .input-field-item img, .signer-builder.color_5 .selected-element .ui-resizable-handle.ui-resizable-nw, .signer-builder.color_5 .selected-element .ui-resizable-handle.ui-resizable-ne, .signer-builder.color_5 .selected-element .ui-resizable-handle.ui-resizable-sw, .signer-builder.color_5 .selected-element .ui-resizable-handle.ui-resizable-se {
    background: #48CFAE !important;
}
.tag.label.label-info:nth-child(6), .request-helper.color_6, .input-field-list.color_6 .input-field-item div.active, .input-field-list.color_6 .input-field-item img, .signer-builder.color_6 .selected-element .ui-resizable-handle.ui-resizable-nw, .signer-builder.color_6 .selected-element .ui-resizable-handle.ui-resizable-ne, .signer-builder.color_6 .selected-element .ui-resizable-handle.ui-resizable-sw, .signer-builder.color_6 .selected-element .ui-resizable-handle.ui-resizable-se {
    background: #4FC0E8 !important;
}
.tag.label.label-info:nth-child(7), .request-helper.color_7, .input-field-list.color_7 .input-field-item div.active, .input-field-list.color_7 .input-field-item img, .signer-builder.color_7 .selected-element .ui-resizable-handle.ui-resizable-nw, .signer-builder.color_7 .selected-element .ui-resizable-handle.ui-resizable-ne, .signer-builder.color_7 .selected-element .ui-resizable-handle.ui-resizable-sw, .signer-builder.color_7 .selected-element .ui-resizable-handle.ui-resizable-se {
    background: #5D9CEC !important;
}
.tag.label.label-info:nth-child(8), .request-helper.color_8, .input-field-list.color_8 .input-field-item div.active, .input-field-list.color_8 .input-field-item img, .signer-builder.color_8 .selected-element .ui-resizable-handle.ui-resizable-nw, .signer-builder.color_8 .selected-element .ui-resizable-handle.ui-resizable-ne, .signer-builder.color_8 .selected-element .ui-resizable-handle.ui-resizable-sw, .signer-builder.color_8 .selected-element .ui-resizable-handle.ui-resizable-se {
    background: #eceabe !important;
}
.tag.label.label-info:nth-child(9), .request-helper.color_9, .input-field-list.color_9 .input-field-item div.active, .input-field-list.color_9 .input-field-item img, .signer-builder.color_9 .selected-element .ui-resizable-handle.ui-resizable-nw, .signer-builder.color_9 .selected-element .ui-resizable-handle.ui-resizable-ne, .signer-builder.color_9 .selected-element .ui-resizable-handle.ui-resizable-sw, .signer-builder.color_9 .selected-element .ui-resizable-handle.ui-resizable-se {
    background: #EC87BF !important;
}
.tag.label.label-info:nth-child(10), .request-helper.color_10, .input-field-list.color_10 .input-field-item div.active, .input-field-list.color_10 .input-field-item img, .signer-builder.color_10 .selected-element .ui-resizable-handle.ui-resizable-nw, .signer-builder.color_10 .selected-element .ui-resizable-handle.ui-resizable-ne, .signer-builder.color_10 .selected-element .ui-resizable-handle.ui-resizable-sw, .signer-builder.color_10 .selected-element .ui-resizable-handle.ui-resizable-se {
    background: #E6E9EE !important;
}
.tag.label.label-info:nth-child(11), .request-helper.color_11, .input-field-list.color_11 .input-field-item div.active, .input-field-list.color_11 .input-field-item img, .signer-builder.color_11 .selected-element .ui-resizable-handle.ui-resizable-nw, .signer-builder.color_11 .selected-element .ui-resizable-handle.ui-resizable-ne, .signer-builder.color_11 .selected-element .ui-resizable-handle.ui-resizable-sw, .signer-builder.color_11 .selected-element .ui-resizable-handle.ui-resizable-se {
    background: #CBCFD8 !important;
}
.tag.label.label-info:nth-child(12), .request-helper.color_12, .input-field-list.color_12 .input-field-item div.active, .input-field-list.color_12 .input-field-item img, .signer-builder.color_12 .selected-element .ui-resizable-handle.ui-resizable-nw, .signer-builder.color_12 .selected-element .ui-resizable-handle.ui-resizable-ne, .signer-builder.color_12 .selected-element .ui-resizable-handle.ui-resizable-sw, .signer-builder.color_12 .selected-element .ui-resizable-handle.ui-resizable-se {
    background: #3AADDA !important;
}


.request-helper.color_1, .signer-builder.color_1 .signer-element.selected-element {
	border-color: #d3b683 !important;
}
.request-helper.color_2, .signer-builder.color_2 .signer-element.selected-element {
	border-color: #FB6E52 !important;
}
.request-helper.color_3, .signer-builder.color_3 .signer-element.selected-element {
	border-color: #FFCE55 !important;
}
.request-helper.color_4, .signer-builder.color_4 .signer-element.selected-element {
	border-color: #A0D468 !important;
}
.request-helper.color_5, .signer-builder.color_5 .signer-element.selected-element {
	border-color: #48CFAE !important;
}
.request-helper.color_6, .signer-builder.color_6 .signer-element.selected-element {
	border-color: #4FC0E8 !important;
}
.request-helper.color_7, .signer-builder.color_7 .signer-element.selected-element {
	border-color: #5D9CEC !important;
}
.request-helper.color_8, .signer-builder.color_8 .signer-element.selected-element {
	border-color: #eceabe !important;
}
.request-helper.color_9, .signer-builder.color_9 .signer-element.selected-element {
	border-color: #EC87BF !important;
}
.request-helper.color_10, .signer-builder.color_10 .signer-element.selected-element {
	border-color: #E6E9EE !important;
}
.request-helper.color_11, .signer-builder.color_11 .signer-element.selected-element {
	border-color: #CBCFD8 !important;
}
.request-helper.color_12, .signer-builder.color_12 .signer-element.selected-element {
	border-color: #3AADDA !important;
}
*/

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.loadingview {
  position: fixed;
  z-index: 999999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}


/*header css */

.Rytheader{
    display: flex;
    align-items: center;
    gap: 20px;
}
.Homebtn a{
    background: linear-gradient(180deg, #29ABE2 0%, #2767B2 100%);
    border: 1px solid #56c5ff63;
    color: #FFF;
    font-size: 21px;
    margin: 0;
    padding: 10px 25px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}
.Homebtn a:hover{
    border: 1px solid #56c5ff63;
    background: transparent;
    color: #fff;
}
.Homebtn a:hover.Homebtn a i {
    color: #fff;
}
span.hidden-xs {
    font-size: 21px;
}

ul.dropdown-menu {
    border: 1px solid #0f4358 !important;
    background: #0f4358 !important;
    color: #FFF !important;
    /* position: relative; */
}
ul.dropdown-menu li a{
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Transparent Overlay */
.loadingview:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loadingview:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loadingview:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* Subscriptions plan  */

.plancontent {
    padding: 50px 0px 150px 0px;
    margin-left: 50px;
    overflow: hidden;
}
.title {
    margin: 65px 0px 50px 0px;
    color: #00b6ff;
}
.Subsoffers h2{
    font-size: 32px;
    font-weight: 600;
    color: #29abe2;
    padding-bottom: 15px;
}
.SubscrptionData{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.Subsoffers {
    text-align: center;
    padding: 20px;
    margin: 0px;
    color: #fff;
    width: 100%;
    max-width: 550px;
    border: 1px solid #0d5a79;
    background: #143543;
    box-shadow: 0 1px 5px #143543 !important;
    z-index: 1;
    border-radius: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
small.small-colored {
    font-style: italic;
    font-size: 18px;
}

.offers:hover {
    position: relative;
    top: -20px;
    box-shadow: 0px 14px 6px 0px #0000004d;
}

.offers:nth-child(2) {
    border-top: 2px solid #47cf73;
    box-shadow: 0 0 10px 0px #0000001c;
}

.offers:nth-child(2) h3{
    margin-top: 20px;
}

.offers:nth-child(2):hover {
    box-shadow: 0px 14px 6px 0px #0000004d;
}
.Subsoffers .price {
    font-size: 22px;
    font-weight: 600;
    color: #00b6ff;
    margin: 0;
    padding-bottom: 5px;
}
.Subsoffers .pricetextbold {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding-bottom: 5px;
}
.Subsoffers .pricetext {
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding-bottom: 5px;
    line-height: 25px;
}
.Subsoffers p {
    font-weight: 500;
    font-size: 16px;
    color: #9BABC2;
}
.Subsoffers h3 {
    color: #1e9fcfe8;
    font-weight: 600;
    margin: 0;
    font-size: 23px;
}
.PlanButton{
    display: flex;
    justify-content: center;
}
.Subsoffers button {
    border: 2px solid #29abe2;
    color: var(--heading);
    text-align: center;
    border-radius: 8px;
    padding: 14px 22px;
    font-size: 18px;
    background-color: #29abe2 !important;
    transition: background-color .4s cubic-bezier(.25, .46, .45, .94), transform .4s cubic-bezier(.25, .46, .45, .94);
    height: 52px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}


.Subsoffers button:hover {
    border-color: #29abe2;
    background-color: #29abe2;
    transform: scale(.94);
}
.planul{
   margin: 30px 0px;
}
.planul ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}
.planul ul li{
    list-style-type: none;
    text-align: left;
    display: grid;
    grid-template-columns: 10% auto;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
}
.planul ul li i{
   color: #0ebeff;
}

/* recipents page  */
.ReciSelctYear {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 22px;
}
.ReciSelctYear .form-group {
    display: grid;
    align-items: center;
    width: 100%;
    max-width: 200px;
}
.ReciSelctYear .form-group label {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}




/* Subscriptions plan  */


.notification_date {
    float: right;
}
.datepicker{
    position: absolute;
    right: 0;
    border: none;
	width: 100%;
	background: transparent;
    color: transparent;
	cursor: pointer;
    outline: none;
}
span.input-group-addon {
    width: 15%;
    margin: 0px; 
    padding: 2px;
    position: absolute;
    right: 0px;
    top: 4px;
}	
.dz-transparent {
    width: 82%;
    height: 222px;
    z-index: 999;
    position: absolute;
}

.btn-zoom {
    display: none;
}
#prev {
	background-color: #ed3237;
}
#next {
	background-color: #00b300;
}
.document-pagination .text-muted, #prev, #next {
    color: #fff;
	font-size: 16px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    opacity: 1;
}
#prev.disabled, #next.disabled {
	background: #d0d7e2;
	color: #000;
}
select.form-control.send-to-server-change {
    background: #000;
}
/* [signed="true"] img {
    padding: 20px 0px; 

} */

.businessLogo {
    height: 40px;
}
.businessLogo span{
    margin-top:5px;
}

.businessLogo > img {
    height: 100%;
	margin-top:15px;
}

#prev, #next {
    display: none;
}
/* .draw-signature [signed="true"] img {
    width: 250px !important;
    padding: 18px 0px !important;
    height: 100% !important;
} */
.input-field-list select{
    background: #061a22 !important;
}
.croppie-cabinet {
    height: 210px;
}
.cr-boundary img {
    width: auto;
    height:100px;
}
/*media sizes*/
@media all and (-ms-high-contrast:none){
    .settings_template .croppie-container .cr-boundary, .open_template .croppie-container .cr-boundary {
        margin: 0;
    }
    .signature-pad--body {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: none;
        flex: none;
        border: 1px solid #f4f4f4;
    }

    .signature-pad--body canvas {
        width: 352px;
        height: 150px;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    }

    .signer-tool.disabled .tool-icon {
        opacity:0.3;
        background-color: transparent !important;
    }
    .signer-tool:hover .tool-icon, .signature-tool-item:hover .tool-icon, .signer-tool.active .tool-icon {
        background-color: transparent !important;
    }
    .signer-tool .tool-icon.tool-signature {
        background-color: transparent;
        background-image: url(../images/signature.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signer-tool .tool-icon.tool-text {
        background-color: transparent;
        background-image: url(../images/text.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signer-tool .tool-icon.tool-draw {
        background-color: transparent;
        background-image: url(../images/draw.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signer-tool .tool-icon.tool-image {
        background-color: transparent;
        background-image: url(../images/image.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signer-tool .tool-icon.tool-symbols {
        background-color: transparent;
        background-image: url(../images/symbols.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signer-tool .tool-icon.tool-shapes {
        background-color: transparent;
        background-image: url(../images/shapes.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signer-tool .tool-icon.tool-erase {
        background-color: transparent;
        background-image: url(../images/erase.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signer-tool .tool-icon.tool-fields {
        background-color: transparent;
        background-image: url(../images/fields.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signer-tool .tool-icon.tool-link {
        background-color: transparent;
        background-image: url(../images/link.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signer-tool .tool-icon.tool-rotate {
        background-color: transparent;
        background-image: url(../images/rotate.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signer-tool .tool-icon.tool-stamp {
        background-color: transparent;
        background-image: url(../images/stamp.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signer-tool .tool-icon.tool-textinput {
        background-color: transparent;
        background-image: url(../images/textinput.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signer-tool .tool-icon.tool-alignleft {
        background-color: transparent;
        background-image: url(../images/alignleft.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signer-tool .tool-icon.tool-aligncenter {
        background-color: transparent;
        background-image: url(../images/aligncenter.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signer-tool .tool-icon.tool-alignright {
        background-color: transparent;
        background-image: url(../images/alignright.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signer-tool .tool-icon.tool-bold {
        background-color: transparent;
        background-image: url(../images/bold.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .signer-tool .tool-icon.tool-italic {
        background-color: transparent;
        background-image: url(../images/italic.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signer-tool .tool-icon.tool-underline {
        background-color: transparent;
        background-image: url(../images/underline.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signer-tool .tool-icon.tool-strikethrough {
        background-color: transparent;
        background-image: url(../images/strikethrough.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signer-tool .tool-icon.tool-duplicate {
        background-color: transparent;
        background-image: url(../images/duplicate.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signer-tool .tool-icon.tool-highlight {
        background-color: transparent;
        background-image: url(../images/highlight.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signer-tool .tool-icon.tool-font {
        background-color: transparent;
        background-image: url(../images/font.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signer-tool .tool-icon.tool-delete {
        background-color: transparent;
        background-image: url(../images/delete.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signature-tool-item .tool-icon.tool-undo {
        background-color: transparent;
        background-image: url(../images/undo.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signature-tool-item .tool-icon.tool-erase {
        background-color: transparent;
        background-image: url(../images/erase.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
    .signature-tool-item .tool-icon.tool-stroke {
        background-color: transparent;
        background-image: url(../images/stroke.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.5;
    }
}
@media (max-width: 1150px) {
    .widget-knob-extra {
        padding: 15px 25px;
    }
}
@media (max-width: 1100px) {
    .left-bar {
        width: 200px;
        -webkit-transition: all 0.9s ease;
        -moz-transition: all 0.9s ease;
        -o-transition: all 0.9s ease;
        transition: all 0.9s ease;
    }
    .content,
    footer {
        margin: 0 0 0 200px;
        -webkit-transition: all 0.9s ease;
        -moz-transition: all 0.9s ease;
        -o-transition: all 0.9s ease;
        transition: all 0.9s ease;
    }
    footer {
        margin: 20px 15px 0 200px;
    }
    .left-bar a {
        margin-left: 2em;
    }
    .widget-count {
        padding-left: 80px;
    }
    .needs-signing {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
    }
    .signer-header-tools {
        margin-top: 38px;
        width: 100%;
        background: #fff;
        height: 70px;
        padding: 15px;
        position: fixed;
        z-index: 99;
        border-bottom: 1px solid #e6eaee;
        margin-left: -15px;
    }
    .signer-more-tools {
        top: 138px;
    }
    .signer-overlay-previewer {
        margin-top: 140px;
    }
}
@media (max-width: 992px) {
    .go-back {
        display: none !important;
    }
    .content,
    footer {
        margin: 0 0 0 0px;
        -webkit-transition: all 0.9s ease;
        -moz-transition: all 0.9s ease;
        -o-transition: all 0.9s ease;
        transition: all 0.9s ease;
    }
    footer {
        margin: 20px 15px 0 15px;
    }
    .humbager {
        margin-left: 0px;
        -webkit-transition: all 0.9s ease;
        -moz-transition: all 0.9s ease;
        -o-transition: all 0.9s ease;
        transition: all 0.9s ease;
    }
    .slide-menu {
        margin-left: 0px;
        background: #273536;
        color: #fff !important;
        box-shadow: 0 10px 48px rgba(0, 0, 174, 0.5), 0 1px 1px rgba(255, 248, 254, 0.61);
        height: 100%;
    }
    #addTeam .p-r-o, #editTeam .p-r-o, #addCustomer .p-r-o, #editCustomer .p-r-o, #addCustomer .p-lr-o, #editCustomer .p-lr-o, .login-card .p-r-o {
        padding-right: 15px;
        margin-top: 19px;
    }
    #addTeam .p-l-o, #editTeam .p-l-o, #addCustomer .p-l-o, #editCustomer .p-l-o, #addCustomer .p-lr-o, #editCustomer .p-lr-o, .login-card .p-l-o {
        padding-left: 15px;
        margin-top: 5px;
    }
    .login-card .p-l-o, .login-card .p-r-o {
        padding-left: 0;
        padding-right: 0;
    }
    #addTeam .permissions .p-l-o, #editTeam .permissions .p-l-o {
        margin-bottom: 15px;
    }
    .widget {
        margin-bottom: 30px;
    }
    .recent-notifications {
        margin-bottom: 30px;
    }
    .recent-notifications .text-ellipsis {
        max-width: none;
    }
    .document {
        margin-bottom: 15px;
        min-height: 500px;
    }
    .sign-overlay-btns {
        margin-top: 0;
        float: left !important;
    }
    .overlay-btn {
        float: left;
    }
    .documents-group-holder{
        margin-top: 0px;
    }
    .page-title.documents-page {
        overflow: visible;
    }
    .signer-more-tools, .signer-header-tools {
        overflow-x: auto;
        width: 100%;
        text-align: left;
    }
    .left-bar span.bubble {
        right: 60px;
    }
}
@media (max-width: 768px) {
    header .profile .dropdown-menu {
        margin-left: -59px;
        -webkit-transition: all 0.9s ease;
        -moz-transition: all 0.9s ease;
        -o-transition: all 0.9s ease;
        transition: all 0.9s ease;
    }
    .documents-grid {
        margin: 0 0 0 0;
        -webkit-transition: all 0.9s ease;
        -moz-transition: all 0.9s ease;
        -o-transition: all 0.9s ease;
        transition: all 0.9s ease;
    }

}
@media (max-width: 767px) {
    div#editDrawModal,
    body.modal-open {
        max-height: 100%;
        overflow: hidden;
        height: 100%;
    }
    body.modal-open.only-edit-modal .content {max-height: 100%; overflow: hidden}
    div#editDrawModal {
        max-height: 100%;
    }
    div#editDrawModal .modal-dialog {
        margin: 0 auto;
        padding: 15px 0;
    }

    .signature-pad:after,
    .signature-pad:before {
        display: none
    }

    div#updateSignature .close-modal,
    div#editDrawModal .close-modal {
        right: 15px;
        top: 15px;
        z-index: 999999;
        position: absolute;
    }
    div#updateSignature .modal-dialog {
        z-index: 99999;
    }
    div#editDrawModal .modal-body {
        border: 0;
        z-index: 99999
    }
    .signature-tool-item {
        width: 40px;
        margin: 0;
    }

    div#controls {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }
    div#editDrawModal .modal-body .form-group {
        /*max-width: 300px;*/
        margin:  0 auto;
    }
}
@media (max-width: 767px) {
    div#editDrawModal .modal-body .form-group {
        margin: 0px auto 0;
    }
}
@media (max-width: 510px) {
    .settings-menu {
        width: auto;
        position: relative;
        padding-top: 0px;
        height: auto;
        -webkit-transition: all 0.9s ease;
        -moz-transition: all 0.9s ease;
        -o-transition: all 0.9s ease;
        transition: all 0.9s ease;
    }
    .settings-menu li {
        display: inline-block;
    }
    .settings-menu li a {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .settings-forms {
        margin: 0 0 0 -15px;
        margin-right: -15px;
        margin-top: -15px;
        -webkit-transition: all 0.9s ease;
        -moz-transition: all 0.9s ease;
        -o-transition: all 0.9s ease;
        transition: all 0.9s ease;
    }
    .signature-btn-holder,
    .signature-holder {
        width: 100%;
    }
    .login-card {
        width: 90%;
        margin-top: 20%;
    }
    .content-list {
        margin-top: 25px;
    }
    .select-option {
        width: 100%;
        border-radius: 0;
        left: 42%;
    }
    .btn-responsive {
        padding: 5px 12px !important;
        font-size: 13px;
    }
    .page-title.title-responsive h3 {
        font-weight: 300;
        font-size: 20px;
    }
    .signer-overlay-action {
        width: auto;
    }
}
@media (min-width: 355px) {
    .draw-signature-holder {
        width: 304px;
    }
}



/* ############################################ custom css ############################################################
################################################################################################################# */

.btn {border-radius: 30px;}
header {background: #143543 ;box-shadow: 0px 3px 22px #398cd18c !important;}
.left-bar { background: #061a22;}
.header-search .ion-android-search::before {color: #fff!important;font-size: 25px !important;}
.header-search input::placeholder { color: #fff;opacity: 1;}
.header-search input {color: #fff;margin-left:8px; background: transparent;}
.header-search .search-icon {
    font-size: 12px;
    margin-top: 8px;
}
.left-bar li.active {
    background: #00b6ff !important;
    color: #000 !important;
}
.left-bar a {font-size: 14px;color: #fff;}
header .notifications {color: #fff;}
.profile { color: #fff !important;}
.left-bar li.active a, .left-bar li a:hover { color: #e7e7e7;}
.logo .img-responsive { height: 58px;}
.head_ing {position: relative;}
.head_ing::after { content: ""; position: absolute; background: #000; height: 2px; width: 50px;left: 0;bottom: -8px;}
.m-t-5.head_ing { width: 70%;}
.btn-primary-ish {background: #000; color: #fff !important; border-color: #000;}

.page-title.documents-page.col_change {padding: 11px 13px; margin-bottom: 15px;}
.page-title.documents-page.col_change.dash {
    background: transparent;
    padding: 1px 3px 3px 3px;
    margin-bottom: 15px;
    border: 1px solid #0d5a79 !important;
    margin-top: 30px;
}
/*.breadcrumbs.text-muted {display: none;}*/
.shw_back .breadcrumbs.text-muted {display: none;}
.col_change h3 {color: #fff;
    font-size: 35px;
    font-weight: 400 !important;
    margin-bottom: 0px;
    margin-top: 30px !important;}
/* .col_change .btn.btn-primary { background: #fff; border-color: #fff; color: #fff;} */
.col_change2  .documents-filter.light-card { background: #2767b2; border-radius: 0px;}
.col_change2 .documents-filter .light-card-title h4 {position: relative;color: #000;}
.col_change2 .documents-filter .light-card-title h4::after {content: ""; position: absolute;background: #000; height: 2px;width: 25px; left: 0;bottom: -8px;}
.col_change2 .light-card-title { border-bottom: none;}
.col_change2 .documents-filter-form .radio { color: #000;}
.col_change2 .documents-filter-form .radio .inner { background-color: #000;}
.col_change2 .documents-filter-form .radio input:focus + .outer .inner {background-color: #000;}
label.choose {margin-top: 8px;}



.col_change2 .documents-filter-form .radio .outer { border: 3px solid #000; background-color:#2767b2;}
.col_change2 .documents-filter-form .radio input:checked + .outer { border: 3px solid #000;}
.humbager {color: #fff;}
.login-card h5 {color: #fff; font-size: 32px;}
.login-card label { color: #fff;}
.login-card a { color: #fff;}
.login-card .btn-primary { color: #fff;
    color: #fff;
    text-align: center;
    background-color: #0d5a79;
    border-radius: 30px;
    padding: 16px 35px;
    font-size: 18px;
    line-height: 140%;
    transition: background-color .4s cubic-bezier(.25, .46, .45, .94), transform .4s cubic-bezier(.25, .46, .45, .94);
}
.shadow {
    position: relative;
}
.shadow-inner{
    z-index: -1;
    width: 100%;
    height: 500px;
    background-image: #0d5a79;
    position: absolute;
    top: -120px;
    left: 0%;
    right: 0%;
}
.login-card .btn-primary:hover{    background-color: #0d5a79;
    transform: scale(.94);}
.btn-primary-ish { background-color: #fff; border-color: #0d5a79; color: #0d5a79 !important;}
.btn-primary-ish:hover{    background: #0d5a79 !important;
    color: #fff !important;
    border-color: #0d5a79 !important;}
.copyright .text-center {color: #fff;}

.documents-filter-form .radio{margin-top: 3px!important;}
.documents-filter-form .divider {margin: 2px 0px 14px 0;}


#upload-file-form .btn.btn-primary { background: #fff !important;  border-color: #fff !important;}
#upload-file-form .btn.btn-primary:hover { background: #0d5a79 !important;  border-color: #0d5a79 !important; color:#fff !important;}
.login-card .btn-primary-ish { background: transparent;}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {background-color: #0d5a79 !important; border-color: #0d5a79 !important;}
.select-option {
    background: #0d5a79 !important;
}
.select-option .btn.btn-primary:hover {box-shadow: 1px 1px 6px #0d5a79 !important;}
/* .sa-confirm-button-container .confirm { background: #000 !important;} */
.notifications-holder .light-card {
    box-shadow: 1px 1px 6px #0d5a79;
    margin-bottom: 15px;
}
.tooltips .tooltipstext {
    background-color: #0d5a79 !important;
}
.update-holder.simcy-form {
    color: #fff;
    text-align: left;
}
.tooltips {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    color: #0d5a79;
}
#upload-file-form .btn.btn-primary {background: #000 !important;color: #fff;}

.dz-preview.dz-file-preview a.dz-remove {  position: absolute; top: 6px;right: 6px;margin: 0 !important;color: #000; font-weight: 600!important;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {border: 1px solid #0f4358 !important;
    background: linear-gradient(180deg, #29ABE2 0%, #2767B2 100%) !important;
    color: #fff !important; }
.doc_details {
    width: 100%;
    /* border: 1px solid #fff; */
    padding: 0 15px 15px 15px;
    margin-top: 25px;
}
.doc_details textarea.form-control { border: 1px solid #ccc;}

.doc_details ul.tabs li.active a {background: #3da4ff !important; color:#fff !important;}
.doc_details ul.tabs li a {background: #fff !important;}
.right-bar-body .input-field-item img {width: 30px;margin-right: 10px; background: #3da4ff;padding: 7px;}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
  }

.modal-body p {
    color: #288dcd;
    font-size: 18px;
}
.modal-body label {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
.modal-body input.form-control.document_name{
    border: 1px solid #cacbcb !important;
}
.modal .modal-body {
    border: 1px solid #27a1d7;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* .tab-content select {
    background: #000  !important;
} */
.tab-content .form-control:focus{
    border-color: #0d5a79 !important;
}

.modal .modal-dialog ul.head-links li:nth-child(2) { border-left: 1px solid #000; border-right: 1px solid #000;}
.modal ul.head-links li a { background: transparent; color: #3da4ff !important; font-size: 17px;font-weight: bold;}
.modal ul.head-links li.active a { background: #000; color: #3da4ff !important; font-size: 17px;font-weight: bold;}
.modal ul.tabs li a { background: #e4ecef; color: #363636 !important; font-size: 17px;font-weight: bold;}
.modal ul.tabs li.active a { background: #061a22; color: #cacbcb !important; font-size: 17px;font-weight: bold;}


/* header text animations  */
.animate-charcter
{
   text-transform: uppercase;
   background-image: linear-gradient( -225deg, #ffffff 0%, #ffffff 29%, #061a22 67%, #ffffff 100% );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


.modal .close-modal { border: 1px solid #0f4358 !important;
    background: #0f4358 !important;
    color: #FFF !important; font-weight: bold;}
.modal .form-control {border: 1px solid #0f4358 !important; box-shadow: 1px 0px 6px #0d5a79 !important;}
.modal .text-signature-preview {border: 1px dashed #0f4358;}
.modal .divider {background: #000;}
.modal .modal-footer .btn.btn-default {border: 1px solid #0f4358 !important;
    background: #0f4358 !important; color: #fff;}
.modal .modal-footer .btn.btn-default:hover  { border: 1px solid #0f4358 !important;
    background: transparent !important;
    color: #cacbcb !important;}
.modal .croppie-cabinet .croppie-figure { border: 2px dashed #0f4358;}
.modal .croppie-cabinet {border: 1px solid #0f4358;}
.modal .signature-body {border: 2px dashed #0f4358;}
.modal .initial-body {border: 2px dashed #0f4358;}
.modal .signature-holder { border: 1px solid #0f4358;}
textarea.form-control, input.form-control {
    border: 1px solid #0d5a79 !important;
    border-radius: 5px;
    background: transparent;
    color: #fff;
}
.simcy-front-form h4{
    color: #fff;
}
select.form-control option {
    border: 1px solid #0f4358 !important;
    background: #0f4358 !important;
    color: #FFF !important;
}

.filter-dropdown-menu {background: #2887c9;}

.documents-filter-form .radio .inner { background-color:#061a22;}
.documents-filter-form .radio input:checked + .outer { border: 3px solid #000;}
.documents-filter-form .radio .outer { border: 3px solid #000;background-color: transparent;}
.documents-filter-form .radio { color: #fff;}
.page-actions .open > .dropdown-toggle.btn-primary { color: #fff !important;}
.notification-item-image {width: 21px!important;height: 21px!important; font-size: 14px!important;margin-top: 9px;}
.notification-item-image span {margin-top: 0px!important; margin-left: 5px!important;}

.design_table .folder { height: auto;margin: 0px;padding: 0px;}
.design_table .folder .img-responsive {width: 25px;height: auto;}
.table.design_table { width: 100%; border: 1px solid #fff;}
/* .table.design_table th {text-align: center;} */




.radio .outer {height: 15px;width: 15px; margin: 1px 9px 10px 10px; border: 2px solid #3DA4FF;}
.radio .inner { height: 5px;width: 5px;margin: 3px;}
.documents-filter-form .radio .outer { border: 2px solid #000;}
.documents-filter-form .radio input:checked + .outer {border: 2px solid #000;}
/* 20 */
.choose h4 {margin: 0px;}
.bg-success { background: #06dd28!important;}
.dial {color: #000 !important;}
.folder-counter .ion-folder::before {color: #ddad06;}
.folder-counter .widget-icon.widget-success { background: #fadd79;}
#signer-datatable .label-success {background-color: #06dd28;}
/* 22 */
.table.design_table th, .table.design_table td { text-align: left;padding: 10px 5px;/* border: 1px solid #ccc; */}
/* .design_table .folder .img-responsive {margin: 0 9px;} */
.table.design_table tr th:last-child {width: 120px;}
/*.table.design_table tr th:nth-child(3) {width: 24%;}*/
.table.design_table tr th:nth-child(5) {
    width: 100px;
}
.table.design_table th{
    color: #fff;
    font-size: 18px;
}
.page-title p {
    color: #979797;
    font-size: 18px;
}
.table.design_table th:first-child{
width: 10px;
}
.table.design_table td{
    color: #cacbcb ;
    font-size: 18px;
    padding: 6px 5px !important;
}
.notification-item-image span { margin-top: 1px!important;}
@-moz-document url-prefix(){.notification-item-image span { margin-top: 0px!important;}}

/* .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #0d5a79 !important;
} */
.design_table .text-ellipsis { text-align: center;margin-bottom: 0px !important;margin-top: 5px;}

.sign_widget img {
    height: 64px;
    text-align: center;
    margin: auto;
}
.ui-datepicker .ui-widget-content {
    background: #999 none;
}
.input-field-item .active {
    color: black;
    background: #ddad06;
    border-radius: 2px;
}

.document-pagination {
    position: absolute;
    width: 96%;
    left: 0;
    /* background: #061a22; */
    top: 80px;
    padding: 10px;
    margin-left: 15px;
}
.file-title {

   margin-top: 40px; 
   margin-bottom: 60px;
}

.document-pagination.signpage {
    left: 19.5%;
    width: 81%;
    z-index: 999;
}
h3.title-responsive {
    margin-top: 50px;
}
.document-pagination.openpage {
    top: 21%;
} 
.document-pagination.docpage {
    top: 21%;
    left: 17%;
    width: 82%;
    z-index: 999;
}    
.doc-form input {
    width: 100%;
    border: 0;
    box-shadow: 1px 1px 6px #0d5a79;
    height: 28px;
    font-size: 12px;
    padding-left: 7px;
    line-height: 28px;
}
.search-result {
    background: #000;
    padding: 10px;
}
.search-result a p {
    color: #fff;
    margin-bottom: 6px;
	font-size: 17px;
}
.doc-form-btn {
    background: linear-gradient(180deg, #29ABE2 0%, #2767B2 100%);
    border: 1px solid #56c5ff63;
    color: #FFF;
    padding: 10px 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 35px;
}
.doc-form-btn:hover {
    border: 1px solid #56c5ff63;
    background: transparent;
}
.doc-form-btncopy {
    background: linear-gradient(180deg, #29ABE2 0%, #2767B2 100%) !important;
    border: 1px solid #56c5ff63 !important;
    color: #FFF !important;
    padding: 10px 30px !important;
    border-radius: 8px !important;
    font-size: 18px !important;
    font-weight: 500;
}
.doc-form-btncopy:hover {
    border: 1px solid #56c5ff63 !important;
    background: transparent !important;
}
/* 25/05/2021  ##########################   Har ############### */
/* .signer-document { position: relative;}
.signer-document .text-center {height: calc(100vh - 289px);}
.signer-document .document-pagination.signpage {left: 0; width: 100%;top: 0; right: 0; margin: auto;} */

.nav.header-links.e-mail_page .btn-success.accept-request {padding: 7px 40px !important; margin-right: 18px; font-size: 18px;border-bottom: 3px solid transparent;}
.nav.header-links.e-mail_page .btn-danger.send-to-server-click {padding: 7px 40px !important; margin-right: 18px; font-size: 18px;border-bottom: 3px solid transparent;}
.nav.header-links.e-mail_page .btn-success.accept-request:hover{box-shadow: 1px 1px 6px #0d5a79;border-bottom-color: #00d000 !important;}
.nav.header-links.e-mail_page .btn-danger.send-to-server-click:hover{box-shadow: 1px 1px 6px #0d5a79;border-bottom-color: #ff1a1a !important;}
.open_template.accept.editor .signer-overlay .btn.btn-primary.signer-save {background: #00d000 !important; border-color: #00d000 !important;}
.open_template.accept.editor .signer-overlay .btn.btn-primary.signer-save:hover {background: #00b300 !important;}
.open_template.accept.editor .signer-overlay .btn { padding: 10px 13px ;height: auto;}
.open_template.accept.editor .signer-overlay .btn:hover {box-shadow:1px 1px 6px #0d5a79;}
.open_template.accept.editor .signer-overlay .btn.btn-primary.signer-edit {font-size: 18px ;}

.accept.editor .signer-overlay .btn.btn-primary.signer-save {background: #00d000 !important; border-color: #00d000 !important;}
.accept.editor .signer-overlay .btn.btn-primary.signer-save:hover {background: #00b300 !important;}
.accept.editor .signer-overlay .btn { padding: 10px 13px ;height: auto;}
.accept.editor .signer-overlay .signer-overlay-action .btn.btn-responsive { padding: 10px 13px !important; height: auto;}
.accept.editor .signer-overlay .btn:hover {box-shadow: 1px 1px 6px #0d5a79;}
.accept.editor .signer-overlay .btn.btn-primary.signer-edit {font-size: 18px ;}



.password-field , .paswrdlog{
    position: relative;
}
.toggle-password{
    position: absolute;
    right: 25px;
    bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #289fda !important;
    cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #0d5a79;
}


/* .accept.editor .signer-overlay .btn:hover {box-shadow: 0 4px 5px 0px #363636;}
.accept.editor .signer-overlay .btn.btn-primarysigner-save {font-size: 12px !important;}


body.accept.editor .signer-overlay .signer-overlay-action .btn.btn-responsive {padding: 10px 13px !important; height: auto;font-size: 12px;}


 */
/*  */
.signer-overlay .document-pagination.signpage {left: 0px; max-width: calc(66.6% - 23px);  z-index: 999; right: 0; margin: auto; padding: 7px 11px;top: 141px;position: fixed;
border-radius: 3px;}
.signer-overlay-action .btn.btn-responsive.close-editor-overlay, .signer-overlay-action .btn.btn-responsive.signer-save {padding: 10px 20px ;font-size: 13px;}
.signer-overlay-action .btn.close-editor-overlay, .signer-overlay-action .btn.signer-save {padding: 10px 20px ;font-size: 12px;}
.thank_you_page .img-responsive {margin: 49px auto -8px auto; width: 212px;}
.thank_you_page { margin: 0 0 27px 0px; height: calc(100vh - 77px); background: #edbb2e; display: grid; align-items: center;}
.thank_you_page .display-3 { margin-top: 22px; margin-bottom: 20px;}

/* .signer-overlay {padding: 15px 0px 15px 15px !important;} */

.document-pagination.signpage { left: 0; width: calc(100% - 30px);  z-index: 55; right: 0; margin: auto; top: -55px;}
/* .document-pagination {top: 185px; position: fixed; padding: 7px 8px;margin: auto;z-index: 99;left: 0; width: calc(66.6% - 28px); right: 0;} */
.document-pagination {top: 86px; margin: auto; left: 0; width: calc(100% - 28px); right: 0;}
.document-pagination.openpage {top: 140px; position: fixed; padding: 7px 8px;margin: auto;z-index: 99;left: 0; width: calc(66.6% - 20px); right: 0;}
/* .document-pagination.docpage { top: 0; left: 0; width: 100%; z-index: 55;right: 0; margin: auto;padding: 4px 12px;} */
.document-pagination.docpage {top: 141px;left: 0; width: calc(66.6% - 25px); z-index: 55; right: 0; margin: auto; padding: 6px 8px; position: fixed;}
.signer-overlay-previewer .document-pagination {top: 140px;margin: auto; left: 0; width: calc(66.6% - 25px);right: 0; position: fixed; padding: 7px 11px;}
#signature .btn.btn-primary.btn-block { width: 262px;margin: 40px 75px !important;}
#signature .signature-holder {margin-bottom: 22px;}     
.email-link .document-pagination {position: fixed;left: 0;right: 0; padding: 8px 17px;/*  top: 72px; */ top: 90px;width: 66%;}    
.email-link .file-title {margin-top: 40px;margin-bottom: 0px;}	
.email-link .document-pagination { position: fixed; left: 0;right: 0; padding: 8px 17px;top: 90px; width: calc(66.6% - 25px);}	
#setting-profile-form .croppie-cabinet input {height: 247px;}
.dropzone::after { width: 176px!important;top: 44px!important;}
.notifications-holder { max-width: 1200px;width: 100%; }
.doc_files li {box-shadow: 7px 7px 6px 1px #363636!important;}
button#next { background-image: url(/assets/images/arrow_next.png)!important; background-size: 8px!important; background-repeat: no-repeat!important;background-position: 86% center!important; line-height: 17px;font-size: 16px; padding: 6px 23px 6px 12px !important; height: auto !important; box-shadow: 2px 3px #bbbbbb;}
button#prev { background-image: url(/assets/images/arrow_back.png)!important; background-size: 8px!important; background-repeat: no-repeat!important;background-position: 15% center!important; line-height: 17px;font-size: 16px; padding: 6px 12px 6px 23px !important; height: auto !important; box-shadow: 2px 3px #bbbbbb;}
.signature-font { 
    font-size: 1.7rem ;
    overflow: hidden !important;
}
.signature-font optgroup {
    background: #0f4358 !important;
}
/* 20/07/2021 */
.text-signature-preview { padding-top: 0!important; padding-left: 0!important; padding-bottom: 0!important; height: auto;display: inline-grid;align-items: center; line-height:60px !important;}
.signature-body { padding: 7px 0px!important;}
.initial-body{ padding: 7px 0px!important;}
/*  */
/* .document-pagination.signpage.fit_to_top {top: -22px!important;border-top: 20px solid #f3f6fd!important;position: sticky;}
.document.fix_top {margin-top: 46px!important; position:relative;} */

.document-pagination.signpage.fit_to_top {  border-top: 20px solid #f3f6fd !important; position: relative !important; top: auto !important; left: auto; width: 100% !important;}
.pull-right.page-actions.new_top { margin-top: 20px !important;}
/* .doc_header {position: fixed; top: 65px !important; width: calc(100% - 279px);z-index: 55;right: 14px;  background: #f1f4fc !important;} */
.light-card.document-right.top_stic {margin-top: 47px;}
.doc_header .btn { padding: 4px 9px !important;}
#slimscroll-menu1 a {margin-left: 13px; display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
}
#slimscroll-menu1 {padding-top: 18px;}

/*  */
.doc_header.view-right-sidebar .res_grid .col-md-4 {display: none;}
.doc_header.view-right-sidebar .res_grid .col-md-8 { width: 100%;}
.doc_header.view-right-sidebar .res_grid .pull-right {display: none;}
.doc_header.view-right-sidebar .document-pagination.signpage.fit_to_top { border: 0px !important;padding: 8px 13px;}
.doc_header.view-right-sidebar {z-index: 999; top: 139px !important; width: 65.2%; margin: auto; left: 0; right: 0;}

#history .timeline { max-height: calc(100vh - 195px); overflow: auto;}

.signer-overlay-logo img.img-responsive {
    height: 66px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #fff;
  -webkit-text-fill-color: #cacbcb ;
  -webkit-box-shadow: 0 0 0px 1000px #061a22 inset;
  transition: background-color 5000s ease-in-out 0s;
}
/* history */

#closebtn {  margin-right: -26px !important; background: #000; line-height: 22px;margin-top: 15px;  color: #fff;border-radius: 16px; left: auto;padding: 4px 10px 7px 10px !important; transition: opacity 0.5s linear; transition-delay: ease-out 4s; position: absolute !important; right: 0;}

#openbtn { left: 38px;  background: #000; border-radius: 16px; padding: 1px 10px;transition:opacity 0.5s linear; }
#slimscroll-menu2 {position: fixed; top: 210px;  width: 70px !important;left: -29px;}
.slimScrollDiv { width: auto !important;}
/* #slimscroll-menu1 {width: 320px;overflow: visible !important;transition-delay: 2s; height: 100%;  background: #143543; padding: 20px 12px !important;} */


.view-header .col-mds-8 {width: 66.66666667%; padding: 0 5px;margin: auto !important;float: none;}
.col-md-4.document-right-side.chat_top { width: 33.33333333%!important;}
.content { height: 100%; overflow: hidden;}
.content.view-header {margin-left: 0px;}
.view-header .doc_header { top: 65px !important;width: 67% !important; z-index: 55; right: 0;  left: 0; margin: auto;}

.view-header .res_grid .col-mds-8 {width: 100%;}
.view-header .res_grid .col-md-4 {width: 100%;}
.view-header .res_grid {display: grid;grid-template-columns: auto 276px;}
.view-header .res_grid:before{display:none;}
.view-header .document-pagination.signpage.fit_to_top { border-top: 0px solid #f3f6fd !important;margin-top: 11px;}
.view-header .light-card.document.fix_top { margin-top: 40px!important;}
.left-bar i { cursor: pointer;}

.toppdfheadings {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.leftpdfname {
    display: flex;
    align-items: center;
    gap: 70px;
}
.leftpdfname .pleft span {
    font-size: 18px;
    color: #fff;
}
.leftpdfname .pright p {
    font-size: 25px;
    color: #29abe2;
    font-weight: 600;
    margin: 0;
}
.Rightpdfname {
    display: flex;
    align-items: center;
    gap: 50px;
}
.Rightpdfname a.go-back1 , .Rightpdfname .dropdown button {
    border: 1px solid #0f4358 !important;
    background: #29abe2 !important;
    color: #FFF !important;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 10px 25px !important;
    border-radius: 8px !important;
}


/* DocumtBreadcrums */

.DocumtBreadcrums{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.DocumtBreadcrums .BreadText span{
    color: #29ABE2;
    font-size: 21px;
    font-weight: 600;
}
.serchdiv input{
    height: 48px !important;
    border-radius: 5px !important;
}

/* #updateSignature .modal-dialog { width: 96%; max-width: 950px;} */


.pdf_grd { display: grid;grid-template-columns: 1fr 350px; padding-top: 100px; grid-gap: 25px;/* height: calc(100vh - 206px);min-height: 500px; */}
.pdf_deta_il h2 {font-size: 28px !important;font-weight: bold;     color: #288ecd; margin-bottom:30px; position:relative;}
.pdf_deta_il h2 span { color: #fff; }
.pdf_deta_il h5 {font-weight: bold; color: #fff; font-size: 16px;}
.pdf_deta_il .in_put { padding: 12px 15px; background-color: transparent !important;
    border: 1px solid #0d5a79 !important;
    box-shadow: 1px 1px 6px #0d5a79 !important;  font-size: 18px !important; color: #fff;  border-radius: 8px;}
.pdf_deta_il .in_put.mes {height: 70px;}
/* .pdf_grd .panel.panel-default { background: #F6F9F9;border: 1px solid #ddd;} */
.pdfdhow {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}
.pdf_grd .panel.panel-default {background-color: transparent !important;
    border: 1px solid #0d5a79 !important;
    box-shadow: 1px 1px 6px #0d5a79 !important; max-height: calc(100vh - 208px);overflow-y: auto;overflow-x: hidden;}
.pdf_grd .panel.panel-default .pddf_row { display: grid; grid-template-columns:48% 48%; grid-gap: 4%;/* max-height: calc(100vh - 238px);
overflow-y: auto;overflow-x: hidden; */}
.pdf_grd .panel.panel-default .pddf { position: relative;  background: #fff; padding: 24px;  border: 1px solid #ccc;  border-radius: 5px;}

.pdf_grd .dn_btn { width: 10% !important; display: block; position: absolute; right: 11px;top: 9%;}
.pdf_grd .dn_btn img { width: 100%;}
.pdf_grd .panel.panel-default .pddf a {width: 100%;display: block;}
.pdf_grd .panel.panel-default .pddf img {  width: 100% !important;margin: 0px !important;}
.pdf_grd .pddf h5 { font-size: 15px; margin-bottom: 0px;}
.footer_wrap footer { margin-left: 0px; width: 100%; text-align: center;margin-top: 20px;padding: 12px 0;}
.footer_wrap footer .text-right { text-align: center;}
.pdf_grd .dn_btns img { width: 19px; margin: auto;}
.pdf_grd .dn_btns {  display: grid; position: absolute; right: 0;background: #f6f9f9; border: 1px solid #ccc; border-radius: 50px; height: 45px;  width: 45px !important; text-align: center; align-items: center;top: 0;}
.pdf_grd .pdf_deta_il .in_put.wth_details { display: grid; grid-template-columns: 1fr auto;grid-gap: 10px;align-items: center;}
.pdf_grd .left_del h5 { margin-top: 0px !important; margin-bottom: 5px;}

.pdf_deta_il {
    max-height: calc(100vh - 208px);    
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 35px;
}



.document-load.load2 {
    position: fixed;
    z-index: 999999;
    background: #fff;
    left: 0;
    top: 0;
    height: 100vh;
}

.custom-signature
{
 	color: rgb(230, 35, 21); 
	font-family: Niconne; 
	font-weight: normal; 
	font-style: normal;
}

.arrowDiv::after {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid lightgreen;
    position: absolute;
    content: "";
    right: -20px;
    top: 0;
}

 a.resign {
    color: #fff !important;
    font-size: 20px;
    /* left: 5px; */
    margin-left: 0px;
}

/* .arrowDiv {
    position: relative;
    margin-left: -170px;
    top: -70px;
    background: lightgreen;
    padding: 10px;
    max-width: 120px;
    outline: 1px dashed #ff0000;
    padding: 5px;
} */

/* .arrowDiv {
    position: relative;
    margin-left: -165px;
    top: -53px;
    background: lightgreen;
    padding: 10px;
    max-width: 120px;
} */

.arrowDiv {
    position: relative;
    margin-left: -165px;
    margin-top: -40px;
    background: lightgreen;
    padding: 10px;
    max-width: 120px;
    top: -15px;
}
.signer-element.selected-element {
    border: 0px dashed #ff0000 !important;
}
.arrowDiv p{
margin: 0;
}
.signer-element {
    padding: 0px !important;
    position: fixed;
    /* outline: 1px solid #ff0000 !important; */
    /* outline: 1px solid #616165 !important; */
    /* outline: 1px solid #D4D2D5 !important; */
    border: 0px solid transparent !important;
}
/* .signer-element:not(.selected) {
	outline: 1px solid #D4D2D5 !important;
} */
.ui-resizable-handle {
    width: 4px !important;
    height: 4px !important;
}
.historyDiv{ 
    background-color: transparent !important;
    border: 1px solid #0d5a79 !important;
    box-shadow: 1px 1px 6px #0d5a79 !important; padding:10px; border-radius: 5px; 
} 
.splitscreen {
    display: flex;
    margin-top: 10px;
}
.splitscreen .left {
    flex: 6;
}


.view-header .doc_header.view_doc_header {top: 140px !important; width: calc(66% - 37px); z-index: 999;}

.doc_header.view-right-sidebar.view_doc_header .document-pagination.signpage.fit_to_top { margin-top: 0;}
.view-header .doc_header.view_doc_header {top: 139px !important;width: calc(66% - 40px);}

#setting-profile-form .croppie-cabinet .croppie-figure {min-height: 230px; max-height: 230px;}
#setting-profile-form .croppie-cabinet { min-height: 243px; max-height: 243px;}
/* 02/05/2023 */

.left-bar li, .settings-menu li {background:#1E2229  !important;}
.left-bar {background: #143543 !important;}
#closebtn { background: #061a22 !important;}
#openbtn { background: #061a22 !important;}
/* header {background: #dbdada !important;} */
.header-search .search-form {background: transparent !important;border-radius: 20px;display: flex;margin-left: 30px;}
.header-search .search-form {
    background: transparent;
    border-radius: 20px;
    display: flex;
    margin-left: 30px;
    border: 1px solid #2774bb;
}
.header-search input::placeholder { color:#fff !important;}
.header-search .ion-android-search::before { color: #fff !important;}
header .notifications {color: #fff !important; }
header .profile { color: #fff !important;}
header .profile .dropdown-menu > li > a:hover, header .profile .dropdown-menu > li > a:focus{background-color: #a4a4a4 !important;}


.left-bar li, .settings-menu li {
    background: linear-gradient(to right, #baddeb80 0%,#0f4358 100%) !important;
    transition: background-color .4s cubic-bezier(.25, .46, .45, .94), 
    transform .4s cubic-bezier(.25, .46, .45, .94) !important;
    border-radius: 2px;
    height: 48px;
    margin-top: 15px;
}
.left-bar li:hover, .settings-menu li:hover {
    background: linear-gradient(to right, #0f4358 0%, #baddeb80 100%) !important;
    
}

.profile .dropdown-menu {background-color: #143543 !important;}
.profile .dropdown-menu .divider { margin: 0px !important;}
.profile .dropdown-menu > li > a {padding: 15px 8px !important;
    color: #fff !important;
    display: grid;
    grid-template-columns: 30% 1fr;
    align-items: center;
    grid-gap: 15px;}
header .profile .dropdown-menu > li > a:hover, header .profile .dropdown-menu > li > a:focus {background: linear-gradient(to right, #0f4358 0%, #baddeb80 100%) !important; color: #fff !important;}
body { background: #061a22  !important; }
.full-upload { background: #061a22 !important;}
.full-upload .document-head {color: #fff !important;}
.splitscreen .left p {color: #fff !important;}

.full-upload .dropzone {background: #061a22 !important;border: 2px dashed #5e7a85 !important;}
span.back_ground {border: none !important;}

.left-bar {box-shadow: 0 1px 8px #0d5a79 !important;}
#openbtn {box-shadow: 4px 0px 3px #0d5a79 !important;}
#closebtn{box-shadow: 4px 0px 3px #0d5a79 !important;}
.header-search input {width: 231px !important;padding-right: 10px !important; font-size: 14px;}
input.form-control.document_name { background: transparent;color: #fff !important; border-radius: 23px !important; }

input.form-control.document_name::placeholder { color:#fff !important;}

.card.card-stats { background-color: transparent !important; border: 1px solid #0d5a79 !important; box-shadow: 1px 1px 6px #0d5a79 !important;}

.settings-menu li{
    background: linear-gradient(to right, #baddeb80 0%, #0f4358 100%) !important;
    transition: background-color .4s cubic-bezier(.25, .46, .45, .94), transform .4s cubic-bezier(.25, .46, .45, .94) !important;
    border-radius: 2px;
    height: 55px;
}
.settings-menu li.active {
    background: #00b6ff !important;
    color: #000 !important;
}

 /* Add any other styling you want for highlighting */
.highlight-empty-field {
  border: 2px solid red; 
  background-color: #ffe6e6; 
 
}



/* Welcome page  */

.WelcomePage{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.WlcomePageData {
    padding: 80px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.BottomData{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.topHeading {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.topHeading h2{
    font-weight: bold;
    color: #56C5FF;
    font-size: 2vw;
}
.topHeading img {
    width: 100%;
    max-width: 60vh;
}
.topHeading p {
    color: #fefefe;
    font-size: 1vw;
    font-weight: 300;
    text-align: center;
    max-width: 90%;
}
.MidDiv{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.midWlcmItems{
    width: 100%;
    flex: 0 0 30%;
    
}
.midWlcmItems a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-decoration: none;
    font-weight: 400;
    font-size: 22px;
    border-radius: 5px;
    height: 70px;
    border: 1px solid #0f4358;
    background: #0f4358;
    color: #FFF;
}
.midWlcmItems a:hover {
    background: transparent;
    color: #29ABE2;
}
.midWlcmItems a img{
    width: 100%;
    max-width: 30px;
}


.WlcmDash{
    display: flex;
    justify-content: end;
    align-items: center;
    max-width: 98%;
}
.dashBtn a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 400;
    font-size: 22px;
    border: 1px solid #0f4358;
    background: #0f4358;
    color: #FFF;
    border-radius: 50px;
    height: 55px;
    padding: 0px 30px;
}
.dashBtn a:hover{
    background: transparent;
    color: #29ABE2;
}
.dashBtn a img{
    width: 100%;
    max-width: 30px;
}

.wlcmFooter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 50px;
   
}
.lftFooter{
    /* background: url(/assets/images/lftft.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    color: #fefefe;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lftFooter h6  {
    color: #fefefe;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 21px;
    margin: 0;
}
.lftFooter h6 img {
    max-width: 125px;
}
.lftFooter h6 span{
    color: #df3438;
    font-weight: 400;
}
.lftFooter h5{
    color: #56C5FF;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 18px;
    margin: 0;
}
.MidFooter {
    text-align: center;
}
.MidFooter a img {
   max-width: 250px;
}

.rightFooter{
    /* background: url(/assets/images/rytft.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    color: #fefefe;
    display: flex;
    align-items: center;
    gap: 50px;
    height: 100%;
    justify-content: center;
    padding: 25px 0px;
}
.prvy{
    display: flex;
    align-items: center;
    color: #fefefe;
    gap: 15px;
}
.prvy a{
    color: #fefefe;
    text-decoration: none;
    font-size: 21px;
}
.prvy a:hover{
    color: #56C5FF;
}
.soclicn{
    display: flex;
    align-items: center;
    gap: 10px;
}
.soclicn a img {
    max-width: 40px;
}

/* dropezone dashboard  */
.dropzone {height: 260px!important;}	
.dropzone .dz-preview .dz-details, .dropzone-previews .dz-preview .dz-details {width: 170px!important;height: 222px!important;}
.dropzone span.back_ground {width: 260px !important;
    height: 330px !important;}



/*update header */
header.updateheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#data-table table.dataTable tbody tr:hover {
    background-color: #f6f6f659 !important;
}

@media only screen and (min-width:991px) {  
  .col-md-4.document-right-side.chat_top { position: fixed;  right: 0;width: 28%;}
 
}
@media only screen and (max-width:1200px) {  
.pdf_grd { display: grid;grid-template-columns: 1fr 250px;}  
}
  
@media only screen and (max-width:1100px) {
.document-pagination.openpage {top: 193px;padding: 2px 6px;	}
.document-pagination.docpage{top: 193px;padding: 2px 6px;	}
.doc_header { width: calc(100% - 228px);}	
.doc_header .btn { padding: 4px 7px !important;}
	
}
@media only screen and (max-width:992px) {
.doc_header {width: calc(100% - 30px); left: 15px !important; right: 15px;}	
.doc_header .row::before {display: none;}
.doc_header .col-md-8 {width: 100% !important;}
.doc_header .col-md-8 {width: 100% !important;}
.doc_header .res_grid {display: grid; grid-template-columns:366px auto;}
.document-pagination.signpage.fit_to_top { background: #f1f4fc;}
.doc_header .text-muted {  margin-top: 4px !important;}	
.pdf_grd { display: grid;grid-template-columns:auto;}  
	 .pdf_grd .panel.panel-default .pddf_row {grid-template-columns: 1fr 1fr 1fr;grid-gap: 10px;}
	 .pdf_grd {height: auto;min-height: 100px;}
	 
	 
}

@media only screen and (max-width:768px) {
.nav.header-links.e-mail_page .btn-success.accept-request { padding: 7px 18px !important; margin:auto;font-size: 15px;}
.nav.header-links.e-mail_page .btn-danger.send-to-server-click { padding: 7px 18px !important; margin:auto; font-size: 15px;}
ul.nav.header-links.pull-right.e-mail_page {width: 100%;text-align: center;  width: 111%; right: -5%; position: relative;  top: 11px; padding: 10px 0;}
.email-link .document-pagination { width: 100%;}


/* body.open_template.accept.editor ul.recipient_data { position: absolute; top: 100%; text-align: left;width: 100%; background: #fff; left: 0px; padding: 6px 18px 11px 18px;word-break: break-all;height: 57px; overflow: hidden;} */
/* body.open_template.accept.editor .signer-overlay-logo img.img-responsive { height: 28px; margin-top: 9px;} alredy commnet */
/* .open_template.accept.editor .signer-overlay .btn { padding: 2px 8px !important; height: auto;font-size: 13px;} */
/* body.open_template.accept.editor .signer-overlay-action.signer-guestbtn-action { width: auto !important;  display: grid;grid-gap: 5px;  margin-top: -8px;}  already comment */
body.open_template.accept.editor .signer-overlay-action.signer-guestbtn-action { width: auto !important; display: flex; justify-content: space-around;}
body.open_template.accept.editor .signer-more-tools { height: 0px !important;  padding: 0px !important; margin: 0 !important;border: none;}
body.open_template.accept.editor .signer-overlay-previewer .document-pagination{ width: 100%;top: 161px;}
body.open_template.accept.editor ul.recipient_data li {line-height: 12px; margin-bottom: 7px;}
body.open_template.accept.editor .signer-overlay-previewer {margin-top: 116px;}
/* body.open_template.accept.editor .signer-overlay-previewer {margin-top: 0px;} */
.initial-preview { width: 100%; margin-top: 10px;}
.signer-overlay-header { display: grid; grid-gap: 16px; height: auto;}
.updateovlyheader {
    display: flex;
}
}



@media only screen and (min-width:1100px) {

/* 

 .dropzone span.back_ground { width: calc(13% - 12px);}
.dropzone .dz-preview.dz-file-preview { width: calc(14% - 12px);}
.dropzone .dz-preview .dz-details, .dropzone-previews .dz-preview .dz-details {width: 100% !important;}  */
}

/*.eway-button{
    display: none !important;
}*/


/* 25/05/2021  ##########################   Har End ############### */


.signer-header-tool-holder [tool="draw"] {
	display: none;
}


/* .signature-preview {
    width: 100%;
} */

.initial-preview, .signature-preview {
    width: 38%;
	margin-top: 10px;
}

/* Anil Comment  */


@media (min-width: 768px) {
	#updateSignature .modal-dialog {
		width: 934px!important;
	}
}

@media (max-width: 450px) {
    body.open_template.accept.editor .signer-overlay-previewer {
        margin-top: 115px;
    }
	.initial-preview {
		width: 100%;
	}
    .signer-element:not(.selected) {
        outline: none !important;
    }
	.signer-builder .signer-element:not(.selected) img {
		width: 50px!important;
        border:none !important;
	}
	.signer-builder .signer-element.selected img {
		max-width: 100% !important;
	}
	.signer-builder .signer-element.selected[type="signature"] img {
		/* margin-top: 3px;
        padding: 0px 2px; */
        position: relative;
        width:50px !important;
        top:0px;
        left:0px;
	}
    .signer-builder .signer-element.selected[type="initials"] img{
		/* margin-top: 4px;
        padding: 0px 2px; */
        position: relative;
        width:50px !important;
        top:0px;
        left:0px;
	}
   .mob-view{width:99% !important;}
   .draw-signature .signer-builder .signer-element.selected[type="signature"] img, .draw-signature .signer-builder .signer-element.selected[type="initials"] img {
        width: 50px !important;
        padding: 0px;
        margin-top: 0px;
    }
    .signer-builder .page1, .signer-builder .page2{
        margin-top: 3px;
    }
    .signer-builder .page3{
        margin-top: 3px;
    }
    .signer-builder .page4{
        margin-top:1px;
    } 
    .signer-builder .page5{
        margin-top:3px;
    } 
    .signer-builder .page6{
        margin-top: 3px;
    }
    .signer-builder .page7{
        margin-top: 3px;
    }
   
    .signer-builder .page8{
        margin-top:2px;
    }
   
    .signer-builder .page9{
        margin-top:2px;
    }
    .signer-builder .page10{
        margin-top:2px;  
    }
    .signer-builder .page11{
        margin-top:2px;  
    }
    .signer-builder .page12{
        margin-top:0px;  
    }
    .signer-builder .page13{
        margin-top: 0px;
    }
    .signer-builder .page14{
        margin-top:0px;
    }
    .signer-builder .page15{
        margin-top:0px;
    }

    .signer-builder .page16{
        margin-top:0px;
    }
    .signer-builder .page17, .signer-builder .page18, .signer-builder .page19{
        margin-top:0px;
    }
    .signer-builder .page20
    {
        margin-top:0px;
    }
    .signer-builder .page21{
        margin-top:0px;
    }
    .signer-builder .page22,.signer-builder .page23
    {
        margin-top:0px;
    }

    .signer-builder .page24{
        margin-top:0px;
    }
    .signer-builder .page25{
        margin-top:0px;
    }
    .signer-builder .page26{
        margin-top:0px;
    }
    .signer-builder .page27, .signer-builder .page28, .signer-builder .page29{
        margin-top:0px;
    }
    .signer-builder .page30{
        margin-top:0px;
    }

}

/* Anil Comment  */



.ownerplan {
    display: flex;
    align-items: center;
    gap: 50px;
}

.checkactive{
    background: linear-gradient(180deg, #29ABE2 0%, #2767B2 100%);
}

/* DashBoard Design Update  */

/* Pdf File  */








/* Pdf File  */







/* document Page  */
.Wlcmheader{
    width: 100% !important;
}
.Wlcmheader .MainToggleLog i{
    display: none;
}
.MainWrapper {
    width: 100%;
    display: flex;
    position: relative;
    min-height: 100vh;
    height: 100%;
}
.Mainsidebar {
    width: 300px;
    background: #061a22;
    /* transition: all 0.5s ease-in-out; */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 25px 0px 0px #163744  !important;
    margin-right: 5px;
    transition: all 0.1s;
    position: fixed;
    left: 0;
    height: 100%;
}
.MainContent {
    width: calc(100% - 300px);
    transition: all 0.1s;
    display: grid;
    grid-template-rows: 110px auto;
    /* z-index: 1; */
    background: #061a22 !important;
    position: relative;
    margin-left: 304px;
}
.updateheader {
    width: calc(100% - 300px);
    transition: all 0.1s;
}
.MainToggleLog i.fa-bars {
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.MainWrapper.mainclose .Mainsidebar {
    width: 0px;
    margin: 0px;
    transition: all 0.1s;
}
.MainWrapper.mainclose .MainContent , .MainWrapper.mainclose .updateheader{
    width: 100%;
}
.MainWrapper.mainclose .MainContent {
    margin-left: 0px;
}
.BottomBar{
    width: 100%;
    padding: 25px 25px;
    /* overflow: auto;
   max-height: 1200px; */

}
.MainToggleLog{
    display: flex;
    align-items: center;
    gap: 40px;
}

.MainLeftBar{
    position: relative !important;
    box-shadow: none !important;
    width: 100% !important;
    z-index: 0 !important;
    float: unset !important;
    padding: 0px !important;
    background: #061a22 !important;
}
.MainSlidescroll{
    width: 100% !important; 
    padding: 0px 20px 0px 0px;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    height: 100% !important;
}

.welcomeheader{
    width: 100% !important;
}
.EmailPdf  {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding: 10px 0px;
    margin: 30px 0px 20px 0px;
}
.EmailPdf img {
    width: 100%;
    max-width: 250px;
}
.EmailPdf p{
   color: #f1f4fc;
   font-size: 18px;
   font-weight: 500;
   margin: 0;
}

.upldSignDiv{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
}
.SigntForm {
    margin: 25px 0px;
}


/* RESPONSIVE STARTS  */

@media only screen and (max-width: 1799px){

    .updatestylediv {
        padding: 12px 20px;
        gap: 0px;
    }
    .pdfbtnered {
        padding: 8px 20px !important;
        font-size: 15px !important;
    }
    .pdfbtn {
        padding: 8px 20px !important;
        font-size: 15px !important;
    }

    .dshhed h2 {
        font-size: 32px;
    }
    .wlcmDashTab .navbar a, .wlcmDashTab .navbar a:focus {
        font-size: 18px;
    }
    .midsecwlcm {
        gap: 25px;
    }
    .wlcmDashTab {
        max-width: 250px;
    }
    .dshhed h2 img {
        max-width: 55px;
    }
    .wlcmDashTab .navbar li {
        height: 65px;
    }
    .wlcmDashTab .navbar a, .wlcmDashTab .navbar a:focus {
        padding: 10px 10px 10px 10px;
    }
    /* Notification Page  */
    .logo .img-responsive {
        height: 50px;
    }
    .hdcntrtext h6 {
        font-size: 18px !important;
    }
    .Homebtn a {
        font-size: 14px;
        padding: 8px 15px;
        gap: 8px;
    }
    .headnotify a i {
        font-size: 18px;
    }
    .headnotify {
        width: 32px;
        height: 32px;
    }
    header .profile {
        font-size: 12px;
    }
    .avatar img {
        width: 50px;
        height: 51px;
    }
    .Rytheader {
        gap: 12px;
    }
    .left-bar span.text {
        font-size: 14px;
    }
    .left-bar i {
        font-size: 24px;
    }
    #slimscroll-menu1 a {
        gap: 5px;
    }
    .left-bar li, .settings-menu li {
        height: 40px;
        margin-top: 12px;
    }
    .page-title h3 {
        font-size: 22px;
    }
    .notification-item p {
        font-size: 14px;
    }
    .breadcrumbs span {
        font-size: 16px !important;
    }
    .table.design_table th {
        font-size: 14px;
    }
    .doc-form-btncopy {
        padding: 8px 15px !important;
        font-size: 14px !important;
    }
    .table.design_table td {
        font-size: 12px;
    }
    .table.design_table th input , .table.design_table td input {
        width: 18px !important;
        height: 18px !important;
    }

    .settings-menu li a {
        padding: 10px 0px 0px 20px;
        font-size: 16px;
        margin-bottom: 0px;
    }
    .setprof label {
        font-size: 16px !important;
        margin: 0;
    }
    .setlogo img {
        max-width: 190px;
        height: 100%;
    }
    .uldpic h6 {
        font-size: 16px;
    }
    .uldpic img {
        max-width: 22px;
    }
    .uppic {
        max-width: 150px;
    }
    .uldpic {
        padding: 2px 8px;
    }
    .setfm label {
        font-size: 13px !important;
    }
    .form-control {
        font-size: 14px !important;
    }
    .settings-forms h4 {
        margin-bottom: 15px;
        font-size: 21px;
    }
    .settings-forms p {
        font-size: 12px !important;
    }
    .updatesign {
        height: 150px !important;
    }
    .hdcntrtext p {
        font-size: 12px;
    }

    .plancontent .price_title {
        margin-top: 50px;
    }
    .price_title h2 {
        font-size: 18px;
        font-weight: 600;
    }
    .plancontent {
        padding: 0px 0px 150px 0px;
        margin-left: 0px;
    }
    .Subsoffers h2 {
        font-size: 25px;
    }
    .Subsoffers .pricetextbold {
        font-size: 18px;
    }
    .Subsoffers .pricetext {
        font-size: 16px;
        line-height: 20px;
    }
    small.small-colored {
        font-size: 16px;
    }
    .Subsoffers p {
        font-size: 14px;
    }
    .Subsoffers h3 {
        font-size: 18px;
    }
    .planul ul li {
        font-size: 14px;
    }
    .Subsoffers {
        max-width: 490px;
    }
    .PlanButton .eway-button span {
        padding: 15px 20px !important;
        font-size: 14px !important;
    }

    .docsigncard h6 {
        font-size: 16px;
    }
    .docsigncard h6 span {
        font-size: 12px;
    }
    .topDocmtDiv {
        width: 100%;
        max-width: 950px;
        margin: 0 auto;
    }
    .docsigncard::after {
        top: 10px;
    }
    .MainDashPage {
        padding: 0px 0px 10px 0px;
    }
    .upldtext h4 {
        font-size: 28px;
    }
    .Doclabel {
        height: 62px;
        font-size: 16px;
    }
    .uplddoc .dropzone::after {
        width: 630px !important;
        height: 225px;
        top: 20px !important;
    }
    .doctbtn button {
        padding: 25px 18px !important;
        font-size: 16px;
    }
    .doctbtn button i {
        font-size: 20px !important;
    }

    .dz-transparent {
        height: 150px;
    }
    .dropzone .dz-preview .dz-details, .dropzone-previews .dz-preview .dz-details {
        width: 132px !important;
        height: 175px !important;
    }
    .dz-filename {
        top: 152px !important;
    }

    .EmailHeader .nav.header-links.e-mail_page .btn-success.accept-request , .EmailHeader .nav.header-links.e-mail_page .btn-danger.send-to-server-click  {
        border-bottom: 0px solid transparent;
        padding: 7px 28px !important;
        font-size: 16px;
    }

    .updateovlyheader{
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr !important;
    }
    .updteSignerLogo {
        padding-left: 50px !important;
    }
    .updteSignerLogo a img{
        height: 50px !important;
    }
    .pdfname {
        padding: 0px;
        margin: 0;
    }
    .pdfname li{
        font-size: 16px;
    }
    .updtepdfbtn{
        justify-content: end !important;
    }
    .updtepdfbtn .btn {
        padding: 6px 8px !important;
        font-size: 14px !important;
        gap: 5px !important;
        font-weight: 400 !important;
    }
    .sweet-alert {
       margin: 0px !important;
    }
    .sweet-alert {
        transform: translate(-50%, -50%) !important;
        max-width: 480px !important;
        padding: 45px 0px !important;
    }
    .sweet-alert .sa-icon {
        width: 65px;
        height: 65px;
        margin: 15px auto;
    }
    .sweet-alert h2 {
        font-size: 25px !important;
        margin: 5px 0px 5px 0px !important;
    }
    .sweet-alert p {
        font-size: 14px !important;
    }
    .sa-button-container {
        gap: 22px;
        margin-top: 25px;
    }
    .sweet-alert button {
        margin: 5px 5px 0 5px;
    }
    .sa-confirm-button-container .confirm {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }
    .sweet-alert button.cancel {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }


}

@media only screen and (max-width: 1399px){

    .signer-tool p {
        font-size: 8px;
    }
    .signer-tool .tool-icon, .signature-tool-item .tool-icon {
        width: 15px;
        height: 15px;
    }
    .numberInput {
        width: 45px;
        height: 20px;
    }

    /* Notifications  */

    .page-title h3 {
        font-size: 18px;
    }
    .notification-item p {
        margin-left: 35px;
        margin-right: 30px;
        font-size: 12px;
    }
    .notification-item-image {
        margin-top: 5px;
    }
    .left-bar span.text {
        font-size: 12px;
    }
    .left-bar i {
        font-size: 20px;
    }
    .left-bar li, .settings-menu li {
        height: 35px;
        margin-top: 10px;
    }
    .table.design_table th {
        font-size: 12px;
    }
    .doc-form-btncopy {
        padding: 8px 15px !important;
        font-size: 12px !important;
    }
    .table.design_table td {
        font-size: 10px;
    }
    .table.design_table th input , .table.design_table td input {
        width: 15px !important;
        height: 15px !important;
    }
    .settings-menu {
        width: 267px;
    }
    .setprof {
        gap: 35px;
    }
    .setprof label {
        font-size: 14px !important;
    }
    .setlogo img {
        max-width: 150px;
    }
    .uldpic h6 {
        font-size: 14px;
    }
    .uldpic img {
        max-width: 20px;
    }
    .uppic {
        max-width: 125px;
    }
    .settings-menu li a {
        padding: 8px 0px 0px 20px;
        font-size: 14px;
    }
    .setfm label {
        font-size: 12px !important;
    }
    .form-control {
        font-size: 13px !important;
    }
    .setprof label {
        font-size: 12px !important;
    }
    .setlogo img {
        max-width: 140px;
    }
    .setlogo #avatar_image {
        max-width: 95px;
    }
    .uldpic h6 {
        font-size: 12px;
    }
    .uldpic img {
        max-width: 18px;
    }
    .uppic {
        max-width: 110px;
    }
    .settings-forms p {
        font-size: 10px !important;
    }
    .settings-forms h4 {
        font-size: 18px;
    }
    .updatesign {
        height: 130px !important;
    }

    .upldtext h4 {
        font-size: 24px;
        margin: 0;
    }
    .modal-title {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .modal-body label {
        font-size: 14px;
    }
    .modal .modal-body {
        padding: 12px 12px;
    }
    .modal ul.head-links li.active a ,.modal ul.head-links li a {
        font-size: 14px;
    }
    .text-signature , .text-initials {
        font-size: 16px;
    }





}

@media only screen and (max-width: 1299px){

    .pdfbtns {
        gap: 25px;
        padding: 15px 30px 35px 30px;
        flex-direction: column;
    }

    /* wlcome page  */
    .dshhed h2 {
        font-size: 32px;
    }
    .dshhed h2 img {
        max-width: 60px;
    }
    .wlcmDashTab .navbar a, .wlcmDashTab .navbar a:focus {
        font-size: 18px;
    }
    .wlcmDashTab .navbar li a span img.svgs {
        max-width: 35px;
        min-height: 28px;
    }
    .lftFooter h6 {
        font-size: 14px;
    }
    .lftFooter h5 {
        font-size: 14px;
    }
    .prvy a {
        font-size: 14px;
    }
    .soclicn a img {
        max-width: 21px;
    }
    .rightFooter {
        gap: 35px;
        padding: 10px 0px;
    }
    .lftFooter h6 img {
        max-width: 95px;
    }

}
@media only screen and (max-width: 1199px){

    .light-card.settings-card {
        gap: 12px;
    }
    .settings-menu {
        width: 212px;
    }
    .settings-menu li a {
        padding: 10px 0px 0px 20px;
        font-size: 12px;
    }
    .setprof {
        gap: 0px;
    }

    .Subsoffers h2 {
        font-size: 20px;
    }
    .Subsoffers .pricetextbold {
        font-size: 14px;
    }
    .Subsoffers .pricetext {
        font-size: 14px;
        line-height: 16px;
    }
    .planul {
        margin: 20px 0px;
    }
    .Subsoffers h3 {
        font-size: 16px;
    }
    .planul ul li {
        font-size: 12px;
    }
    .PlanButton .eway-button span {
        font-size: 12px !important;
    }
    .upldtext h4 {
        font-size: 18px;
    }
    .Doclabel {
        justify-content: left;
    }
    .docname {
        grid-template-columns: 15% auto;
    }

}

@media only screen and (max-width: 1199px){

    .topDocmtDiv {
        padding: 20px 20px;
        max-width: 750px;
        margin: 0 auto;
    }
    .docsigncard h6 {
        font-size: 18px;
    }
    .docsigncard h6 span {
        font-size: 14px;
    }
    .docsigncard::after {
        right: -35px;
        top: 8px;
    }
    .uplddoct {
        gap: 0px;
    }
    .modal .close-modal {
        z-index: 1;
    }

}


@media only screen and (max-width: 1099px){

    /* Notifications  */

    .logo .img-responsive {
        height: 35px;
    }
    .hdcntrtext h6 {
        font-size: 16px !important;
    }
    .MainToggleLog i.fa-bars {
        font-size: 22px;
    }
    .Homebtn a {
        font-size: 12px;
        padding: 6px 12px;
    }
    .headnotify a i {
        font-size: 14px;
    }
    .headnotify {
        width: 28px;
        height: 28px;
    }
    .header-links>li {
        margin-left: 5px;
    }
    header .profile {
        font-size: 10px;
    }
    .avatar img {
        width: 45px;
        height: 45px;
        padding: 4px;
    }
    .MainSlidescroll {
        padding: 0px 20px 0px 20px !important;
    }
    .page-title h3 {
        font-size: 16px;
    }
    .hdcntrtext h6 {
        font-size: 14px !important;
        margin: 0 !important;
    }
    .Homebtn a {
        font-size: 10px;
        padding: 6px 8px;
        gap: 6px;
    }
    .headnotify {
        width: 22px;
        height: 22px;
    }
    .headnotify a i {
        font-size: 12px;
    }
    header .profile {
        font-size: 12px;
    }
    .avatar img {
        width: 52px;
        height: 52px;
        padding: 5px;
    }
    .notification-item p {
        font-size: 14px;
    }

    .Price_Card {
        padding: 20px 0px;
        flex-direction: column;
    }
    .signer-overlay-previewer {
        top: 0px !important;
    }
    .updtepdfbtn {
      gap: 6px !important;
    }
    .updtepdfbtn .btn {
        padding: 8px 10px !important;
        font-size: 11px !important;
        gap: 2px !important;
    }
    .pdfname li {
        font-size: 14px;
    }
    .updteSignerLogo a img {
        height: 35px !important;
    }
    .EmailPdf p {
        font-size: 12px;
    }
    .EmailPdf img {
        max-width: 201px;
    }
    .EmailPdf {
        align-items: baseline;
    }

}

@media only screen and (max-width: 991px){
    
    /* header  */
    .logo .img-responsive {
        height: 45px;
    }
    .hdcntrtext h6 {
        font-size: 18px !important;
        margin: 0 !important;
    }
    .headnotify {
        width: 32px;
        height: 32px;
    }
    header .bubble {
        height: 16px;
        width: 16px;
        font-size: 9px !important;
        line-height: 4px;
        top: 6px;
    }
    span.hidden-xs {
        font-size: 14px;
    }
    .avatar img {
        width: 50px;
        height: 50px;
        padding: 4px;
    }
    .dropdown-menu li a {
        font-size: 14px;
    }
    .profile .dropdown-menu > li > a {
        padding: 10px 8px !important;
        grid-gap: 5px;
    }
    header .profile .dropdown-menu li a i {
        font-size: 20px;
    }
    .Rytheader {
        gap: 0px;
    }

    /* Notifications  */

    .Rytheader {
        gap: 12px;
    }
    .Homebtn a {
        font-size: 14px;
        padding: 6px 14px;
        gap: 8px;
    }
    .headnotify a i {
        font-size: 16px;
    }
    header .profile {
        font-size: 14px;
    }
    .avatar img {
        width: 58px;
        height: 58px;
        padding: 8px;
    }
    .page-title h3 {
        font-size: 14px;
    }
    .notification-item p {
        font-size: 12px;
    }
    .headerWapper .hdcntrtext{
        display: none;
    }

    .headerWapper .setprof{
        gap: 35px;
        display: flex;
        flex-wrap: wrap;
    }
    .EmailHeader .nav.header-links.e-mail_page .btn-success.accept-request, .EmailHeader .nav.header-links.e-mail_page .btn-danger.send-to-server-click {
        padding: 8px 20px !important;
        font-size: 14px;
    }
    .put-center {
        padding-top: 0px;
    }
    .EmailPdf p {
        font-size: 14px;
    }
    .EmailPdf img {
        max-width: 180px;
    }
    .pdfsigner-overlay {
        padding: 15px 15px !important;
    }
    #updateSignature .modal-dialog {
        width: 810px !important;
    }
    .upldSignDiv {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }



}


@media only screen and (max-width: 867px){

    .headerWapper .light-card.settings-card {
        flex-direction: column;
    }

}

@media only screen and (max-width: 840px) {
    .logo .img-responsive {
        height: 32px;
    }
    .MainToggleLog i.fa-bars {
        font-size: 18px;
    }
    .hdcntrtext h6 {
        font-size: 13px !important;
    }
    .Homebtn a {
        font-size: 12px;
        gap: 6px;
    }
    .headnotify {
        width: 28px;
        height: 28px;
    }
    .headnotify a i {
        font-size: 14px;
    }
    .profile-name {
        margin-right: 10px;
    }
    header .profile {
        font-size: 10px;
    }
    .avatar img {
        width: 48px;
        height: 48px;
        padding: 0px;
    }
    header .profile .dropdown-menu {
        margin-left: -50px;
        min-width: 140px;
    }
    .profile .dropdown-menu > li > a {
        padding: 8px 8px !important;
        grid-gap: 3px;
    }
    .dropdown-menu li a {
        font-size: 12px;
    }
    header .profile .dropdown-menu li a i {
        font-size: 16px;
    }
    
}

@media only screen and (max-width: 810px){
    .updatestylediv {
        flex-wrap: wrap;
        gap: 10px !important;
    }

    /* wlcome page  */
    .midsecwlcm {
        gap: 35px;
    }
    .dshhed h2 {
        font-size: 24px;
    }
    .wlcmFooter {
        flex-direction: column;
        gap: 10px;
    }
    .lftFooter h5 {
        font-size: 11px;
    }
    .lftFooter h6 img {
        max-width: 65px;
    }
    .lftFooter {
        gap: 4px;
        align-items: center;
    }
    .wlcmDashTab .navbar li a span img.svgs {
        max-width: 35px;
        min-height: 0px;
    }
    .dsul li a span .ulsvg {
        max-width: 25px !important;
        min-height: 25px !important;
    }
    .wlcmDashTab .navbar .dropdown ul a {
        font-size: 14px;
    }
    .wlcmDashTab .navbar .dropdown ul {
        right: -230px;
    }
    .wlcmDashTab .navbar li {
        height: 60px;
    }
    .wlcmDashTab .navbar a, .wlcmDashTab .navbar a:focus {
        font-size: 16px;
    }
    .SigntForm {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        grid-column-gap: 25px;
    }
    .tembtn button {
        font-size: 14px !important;
        padding: 10px 15px !important;
    }
    #updateSignature .modal-dialog {
        width: 720px !important;
    }
    .modal-title {
        font-size: 21px;
    }

}

@media only screen and (max-width: 767px){

    .EmailHeader .nav.header-links.e-mail_page .btn-success.accept-request, .EmailHeader .nav.header-links.e-mail_page .btn-danger.send-to-server-click {
        padding: 8px 15px !important;
        font-size: 11px;
    }
    .updteSignerLogo {
        padding-left: 0px !important;
    }
    .updateovlyheader {
        grid-template-columns: auto 25% 50% !important;
    }
    .updtepdfbtn {
        justify-content: space-between !important;
    }


}

@media only screen and (max-width: 668px){

    /* header  */

    .hdcntrtext h6 {
        font-size: 16px !important;
    }
    .headnotify {
        width: 25px;
        height: 25px;
    }
    .headnotify a i {
        font-size: 14px;
    }
    .profile-name {
        margin-right: 12px;
        font-size: 12px;
    }

    /* login page  */
    .login-card {
        padding: 25px 25px;
        max-width: 550px;
        max-height: 640px;
    }
    .login-card img {
        width: 100%;
        max-width: 250px;
        margin-bottom: 45px;
    }
    .login-card h5 {
        font-size: 25px;
    }
    .loginform .form-group label, .formeml label {
        font-size: 14px;
    }
    .loginform .fdbtn a, .forgbtn a {
        font-size: 12px;
    }
    .loginform .fdbtn button, .forgbtn button {
        font-size: 14px !important;
        padding: 10px 15px !important;
        gap: 6px;
    }
    .loginform {
        gap: 20px;
    }
    .login-card .copyright {
        margin-top: 60px;
        font-size: 14px;
    }
    .headerWapper .Mainsidebar {
        width: 230px;
    }
    .headerWapper .MainContent {
        width: calc(100% - 230px);
        margin-left: 232px;
    }
    .headerWapper .updateheader {
        width: calc(100% - 230px);
    }
    .left-bar label.menu-icon {
        width: 30px;
    }
    .left-bar span.text {
        font-size: 11px;
    }
    .headerWapper .Homebtn , .headerWapper .hdrnot {
        display: none;
    }
    .hdcntrtext h6 {
        font-size: 12px !important;
    }
    .hdrnot{
        display: none;
    }
    .EmailPdf {
        flex-direction: column;
    }
    .EmailPdf p {
        font-size: 12px;
        text-align: center;
    }
    .EmailContent {
        padding-top: 70px !important;
    }
    .EmailPdf {
        gap: 12px;
    }
    #updateSignature .modal-dialog {
        width: 640px !important;
        top: 40px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 580px){

    .pdfname {
        display: none;
    }
    .updateovlyheader {
        grid-template-columns: auto 1fr !important;
    }
    .updtepdfbtn {
        justify-content: end !important;
        gap: 10px !important;
    }
    .SigntForm {
        grid-template-columns: 1fr;
    }
    #updateSignature .modal-dialog {
        width: 515px !important;
    }
    .head-links {
        display: grid;
    }
    .head-links li {
        width: 100% !important;
    }
    .modal-body p {
        font-size: 14px;
        text-align: center;
    }



}



@media only screen and (max-width: 540px){

    /* login page  */
    .login-card img {
        max-width: 230px;
        margin-bottom: 32px;
    }
    .login-card {
        max-width: 425px;
        max-height: 455px;
        margin-top: 0%;
    }
    .login-card h5 {
        font-size: 18px;
    }
    .loginform .form-group label, .formeml label {
        font-size: 12px;
    }
    .loginform .form-group input, .formeml input {
        font-size: 12px !important;
    }
    .loginform {
        gap: 6px;
    }
    .login-card .copyright {
        margin-top: 36px;
        font-size: 12px;
    }
    .Homebtn {
        display: none;
    }
    .headerWapper .Mainsidebar {
        width: 200px;
    }
    .headerWapper .MainContent {
        width: calc(100% - 200px);
        margin-left: 202px;
    }
    .headerWapper .updateheader {
        width: calc(100% - 201px);
    }
    .headerWapper .MainSlidescroll {
        padding: 0px 8px 0px 20px !important;
    }
    .headerWapper .MainToggleLog {
        gap: 15px;
    }
    .MainToggleLog {
        gap: 25px;
    }
    header {
        height: 70px;
        padding: 15px 12px;
    }
    .headerWapper .logo .img-responsive {
        height: 28px;
    }
    .headerWapper .profile-name {
        margin-right: 8px;
        font-size: 10px;
    }
    .headerWapper .avatar img {
        width: 44px;
        height: 44px;
    }
    .headerWapper .notification-item p {
        font-size: 10px;
    }
    .headerWapper .tab-content{
        padding: 0px;
    }
    .setlogo #avatar_image {
        max-width: 65px;
    }
    .headerWapper .setprof {
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }
    .light-card.settings-card {
        flex-direction: column;
    }
    .sweet-alert {
        transform: translate(15%, -65%) !important;
        max-width: 390px !important;
        padding: 20px 0px !important;
    }
    .sweet-alert .sa-icon {
        width: 50px;
        height: 49px;
        margin: 8px auto;
    }
    .sweet-alert .sa-icon.sa-warning .sa-body {
        width: 3px;
        height: 15px;
        top: 10px;
    }
    .sweet-alert .sa-icon.sa-warning .sa-dot {
        width: 5px;
        height: 5px;
        bottom: 12px;
    }
    .sweet-alert h2 {
        font-size: 20px !important;
        margin: 0px 0px 0px 0px !important;
    }
    .sweet-alert p {
        font-size: 14px !important;
    }
    .sa-button-container {
        gap: 12px;
        margin-top: 15px;
    }

}
@media only screen and (max-width: 480px){

    #updateSignature .modal-dialog {
        width: 435px !important;
    }


}
@media only screen and (max-width: 460px){

    .updateovlyheader {
        grid-template-columns: 1fr !important;
        grid-row-gap: 10px !important;
    }
    .EmailPdf {
        align-items: center;
    }
    .EmailPdf p {
        font-size: 10px;
    }
    .sweet-alert {
        transform: translate(8%, -80%) !important;
        max-width: 370px !important;
    }



}

@media only screen and (max-width: 450px){

    .headerWapper .logo .img-responsive {
        height: 24px;
    }
    .MainToggleLog i.fa-bars {
        font-size: 16px;
    }
    .hdcntrtext h6 {
        font-size: 10px !important;
    }
    .avatar img {
        display: none;
    }
    .headerWapper header .profile .dropdown-menu {
        margin-left: -42px;
    }
    header .profile .dropdown-menu {
        margin-left: -36px;
        min-width: 100px;
    }
    .profile-name {
        font-size: 10px;
    }
    .headerWapper .MainContent {
        gap: 75px;
    }
    .headerWapper .notification-item-image {
        width: 16px !important;
        height: 16px !important;
        font-size: 10px !important;
    }
    .dropdown-menu li a {
        font-size: 10px;
    }
    header .profile .dropdown-menu li a i {
        font-size: 12px;
    }
    .headerWapper .Subsoffers {
        padding: 6px;
    }
    .headerWapper .Subsoffers h2 {
        font-size: 14px;
        padding-bottom: 0px;
    }
    .headerWapper .Subsoffers .pricetextbold {
        font-size: 10px;
    }
    .headerWapper .Subsoffers .pricetext {
        font-size: 9px;
        line-height: 14px;
    }
    .headerWapper small.small-colored {
        font-size: 10px;
    }
    .headerWapper .Subsoffers p {
        font-size: 10px;
    }
    .headerWapper .Subsoffers h3 {
        font-size: 11px;
    }
    .headerWapper .planul ul {
        padding-left: 0;
    }
    .headerWapper .price_title h2 {
        font-size: 12px;
    }
    .headerWapper .planul ul li {
        font-size: 9px;
        grid-column-gap: 6px;
    }
    .headerWapper .BottomBar {
        padding: 0px ;
    }
    .headerWapper .PlanButton .eway-button span {
        font-size: 10px !important;
        width: 100%;
        padding: 0px;
        padding: 0px 10px !important;
    }
    .headerWapper .Subsoffers button {
        padding: 14px 0px;
    }
    .updtepdfbtn .btn {
        padding: 6px 8px !important;
        font-size: 10px !important;
    }
    .initial-preview, .signature-preview {
        width: 100%;
    }

}
@media only screen and (max-width: 410px){

    .sweet-alert {
        transform: translate(10%, -90%) !important;
        max-width: 325px !important;
    }
    .sweet-alert h2 {
        font-size: 18px !important;
    }
    .sweet-alert p {
        font-size: 12px !important;
    }
    .sweet-alert {
        transform: translate(8%, -98%) !important;
        max-width: 290px !important;
    }
    #updateSignature .modal-dialog {
        width: 370px !important;
    }

}

@media only screen and (max-width: 375px){

    .pdfbtns {
        padding: 25px 20px 35px 20px;
    }

    /* login page  */
    .login-card img {
        max-width: 195px;
        margin-bottom: 22px;
    }
    .login-card h5 {
        font-size: 16px;
    }
    .loginform .form-group label, .formeml label {
        font-size: 11px;
    }
    .loginform .form-group input::placeholder , .formeml input::placeholder{
        font-size: 12px !important;
    }
    .loginform .fdbtn a, .forgbtn a {
        font-size: 10px;
    }
    .loginform .fdbtn button, .forgbtn button {
        font-size: 11px !important;
        padding: 8px 12px !important;
    }
    .login-card .copyright {
        margin-top: 32px;
        font-size: 10px;
    }
    .forgot-password p {
        font-size: 14px !important;
    }
    .headerWapper .notification-item p {
        margin-left: 0px;
        margin-right: 0px;
    }
    .notification-item p {
        font-size: 10px;
    }
    .headerWapper .Mainsidebar {
        width: 170px;
    }
    .headerWapper .updateheader {
        width: calc(100% - 171px);
    }
    .headerWapper .MainContent {
        width: calc(100% - 170px);
        margin-left: 172px;
    }
    .EmailPdf {
        max-width: 300px;
        margin: 0 auto;
    }
    .EmailPdf p {
        font-size: 10px;
    }
    .sweet-alert .sa-icon {
        width: 42px;
        height: 42px;
        margin: 0px auto;
    }
    .sweet-alert .sa-icon.sa-warning .sa-body {
        height: 10px;
    }
    .sweet-alert h2 {
        font-size: 16px !important;
    }
    .sa-confirm-button-container .confirm {
        padding: 8px 16px !important;
        font-size: 12px !important;
    }
    .sweet-alert button.cancel {
        padding: 8px 16px !important;
        font-size: 12px !important;
    }
    #updateSignature .modal-dialog {
        width: 350px !important;
    }




}