﻿:root {
    --esign-primary: #5059C9;
    --esign-primary-rgb: 80,89,201;
    --esign-primary-light: #C5CEF2;
    --esign-primary-btn: #5059C9;
    --esign-view-btn: #6E7CD6;
    --esign-delete-btn: #DC3545;
    --esign-history-btn: #394095;
}

* {
    padding: 0;
    margin: 0;
}

body {
    color: var(--bs-body-color);
    background: var(--bs-body-bg);
    font-family: Ubuntu,sans-serif;
    font-size: 14px;
}

/*Common*/
.esign-primary-bg {
    background: var(--esign-primary) !important;
}
.esign-primary-light-bg {
    background: var(--esign-primary-light) !important;
}
.esign-primary-text {
    color: var(--esign-primary) !important;
}
.esign-primary-light-text {
    color: var(--esign-primary-light) !important;
}
.esign-border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--esign-primary-rgb), var(--bs-border-opacity)) !important;
}
.esign-primary-btn {
    background: var(--esign-primary) !important;
}
.esign-view-btn {
    background: var(--esign-view-btn) !important;
}
.esign-delete-btn {
    background: var(--esign-delete-btn) !important;
}
.esign-history-btn {
    background: var(--esign-history-btn) !important;
}
.container {
    max-width: 1280px !important;
    width: 100% !important;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-mediumBold {
    font-weight: 700;
}

.font-weight-xtraBold {
    font-weight: bold;
}

.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.primary-light-bg {
    background: var(--bs-primary-bg-subtle) !important;
}

.height40 {
    height: 40px;
}

.height35 {
    height: 35px;
}

.height30 {
    height: 30px;
}

.mt-m-3 {
    margin-top: -3px;
}

.pb-12 {
    padding-bottom: 12px !important;
}

a {
    text-decoration: none;
    cursor: pointer !important;
}

    a.text-decoration-underline:hover {
        text-decoration: none !important;
    }

    a:hover {
        cursor: pointer !important;
    }

    a.hover-underline:hover {
        text-decoration: underline !important;
    }

h1, h2, h3, h4, h5, h6 {
    padding-bottom: 3px;
}

.table-responsive {
    overflow-x: visible;
}

.table-gap-10 tbody tr td {
    padding-bottom: 5px;
    padding-top: 5px;
}

.table-gap-10 tbody tr:first-child td {
    padding-top: 8px;
}

.table-gap-10 tbody tr:last-child td {
    padding-bottom: 8px;
}

.table-gap-6 tbody tr td {
    padding-bottom: 3px;
    padding-top: 3px;
}

.table-gap-6 tbody tr:first-child td {
    padding-top: 8px;
}

.table-gap-6 tbody tr:last-child td {
    padding-bottom: 8px;
}

.mySubsHistoryList .table-gap-6 tbody tr:first-child td {
    padding-top: 3px;
}

.mySubsHistoryList .table-gap-6 tbody tr:last-child td {
    padding-bottom: 3px;
}

.text-premiumPack {
    color: var(--premiumPack-color) !important
}

.bntH40 {
    height: 40px;
    width: 100%;
}

.icon20 {
    width: 20px !important;
    height: 20px !important;
}

.icon24 {
    width: 24px !important;
    height: 24px !important;
}

    .icon24 img {
        max-width: 100%;
        width: auto;
        max-height: 100%;
        height: auto;
    }

.icon28 {
    width: 28px !important;
    height: 28px !important;
}

.imgCenter img, .imgCenter {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}

.form-check-input {
    border: 1px solid #8d8d8d;
}

.bg-primary-subtle {
    background: var(--bs-primary-light) !important
}

.btn-w200-h35 {
    width: 200px;
    height: 35px;
    position: relative;
}

.radioBtnRight {
    padding-left: 0;
    padding-right: 1.5em;
}

    .radioBtnRight .form-check-input {
        float: right;
        margin-left: 0;
        margin-right: -1.5em;
    }
/*Header*/
.header-wrap {
    margin-top: 20px;
}

.topHead {
    width: 100%;
    height: 76px;
    margin-bottom: 10px;
}

.logo {
    margin-top: 0;
    width: 190px;
}

    .logo a {
        display: block;
        position: absolute;
        width: 190px;
        z-index: 10;
    }

        .logo a img {
            height: auto;
            width: 100%;
        }

.loginSignup-wrap {
    width: 300px;
    position: relative;
    margin-top: -14px;
}
.headUsername{
    line-height:15px;
}

.headerBtnsWrap ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.headerBtn {
    height: 25px;
}

.mainMenu,
.secondNav_wrap {
    height: 40px;
}

.topNavlink {
    width: 100%
}

.serachBox {
    width: 300px;
}

    .serachBox input {
        height: 30px;
    }

.serachBoxInNav_btn {
    background: #fff;
    border: none;
    cursor: pointer;
    height: 30px;
    margin-left: -1px;
    padding: 5px;
    width: 30px
}

.topnav1 {
    list-style: none;
    padding-left: 190px;
    display: flex;
    justify-content: center;
    height: 40px;
}

    .topnav1 li {
        margin: 10px 0
    }

        .topnav1 li a {
            border-right: 1px solid #f5f5f5;
            color: #f5f5f5;
            display: inline-block;
            font-size: 15px;
            font-weight: 500;
            line-height: 13px;
            padding: 0 10px;
            text-decoration: none;
        }

        .topnav1 li:last-child a {
            border-right: none
        }


    .topnav1 ul {
        background: #269ed7;
        box-shadow: 1px 4px 4px #ccc;
        display: none;
        list-style: none;
        padding-top: 12px;
        position: absolute;
        width: 150px;
        z-index: 999;
        padding-left: 0;
    }

        .topnav1 ul a {
            white-space: nowrap
        }

    .topnav1 li:hover ul {
        display: block
    }

    .topnav1 ul li {
        float: none;
        margin: 0
    }

        .topnav1 ul li a {
            border-right: 0 solid #fff;
            border-top: 1px solid #fff;
            color: #fff;
            display: block;
            font-size: 15px;
            font-weight: 500;
            line-height: 14px;
            padding: 8px 10px
        }

            .topnav1 ul li a:hover {
                text-decoration: underline
            }

 
.breadcrumbAccount {
    padding-left: 220px;
}

.breadcrumbs_txt {
    color: var(--bs-primary);
    font-size:15px;
    font-weight: 400;
    padding: 10px 0
}

    .breadcrumbs_txt a {
        background: url(/images/arrow_2.png) no-repeat 100%;
        color: var(--bs-primary);
        font-weight: 500;
        margin-right: 5px;
        padding-right: 15px
    }

.activeArrow {
    margin-right: 20px;
    width: 200px;
}

.grid5 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    grid-template-rows: 1fr;
}

.sidebar-left {
    border-right: 1px solid var(--bs-primary);
    width: 210px;
    padding-right: 10px;
}

.myAccountContent {
    border-left: 1px solid var(--bs-primary);
    margin-left: -1px;
    padding-left: 10px;
}

.menuListV {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainContentSect {
    min-height: calc(100vh - 330px);
}

.footerLink {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footerLink li a {
        border-right: 1px solid #f5f5f5;
        color: #f5f5f5;
        display: inline-block;
        line-height: 13px;
        padding: 0 10px;
    }

    .footerLink li:last-child a {
        border-right: none
    }

    .footerLink li a:hover {
        text-decoration: underline
    }

.footerSocialLink {
    list-style: none;
    margin: 0 auto;
    padding-bottom: 4px;
    padding-top: 8px;
    display: flex;
    justify-content: center;
    gap: 4px;
}

.footerSocialIcon {
    background: url(/images/social-icons.png) no-repeat;
    height: 32px;
    width: 32px;
    display: inline-block;
}

.fLinkedIn {
    background-position: -8px -7px;
    width: 38px;
}

.fFacebook {
    background-position: -59px -7px
}

.fTwitter {
    background-position: -105px -7px
}

.fInstagram {
    background-position: -151px -7px
}

.fThreads {
    background-position: -197px -7px
}

.scrollToTop {
    background-color: var(--bs-primary);
    border-radius: 50%;
    bottom: 45px;
    color: #fff;
    display: none;
    height: 62px;
    opacity: .5;
    padding: 15px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    width: 62px;
}

i.topicon {
    background: url(/images/arrow_top.png) no-repeat top;
    background-size: auto 18px;
    display: block;
    height: 16px;
    width: 100%;
}

.scrollToTop span {
    display: block;
    font-weight: 500;
    padding: 1px 0;
    text-transform: uppercase;
}

.scrollToTop:hover {
    opacity: 1;
}

/*Custom Storage*/
.titleBar {
    height: 45px;
}

.ellipsHBtn {
    cursor: pointer;
}

/*Toast messages*/
.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}

.downHistoryStatus {
    width: 80px;
    text-align: center;
}

.downHistoryDate {
    width: 170px;
    text-align: center;
}

.StarValidate {
    display: flex;
    gap: 6px;
}
/*Horizental form*/
.formHorizental {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.formHorizental-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.formHorizental-label {
    width: 250px;
    flex-shrink: 0;
}

.formHorizental-input {
    flex-grow: 1;
    display: flex;
}

.input-validation-error {
    border-color: var(--bs-danger) !important;
}

.valid {
    border-color: var(--bs-success) !important;
}

.arrow-down {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--bs-primary);
    cursor: pointer;
    height: 0;
    width: 0
}

.update-down-arrow {
    align-items: center;
    display: flex;
}

    .update-down-arrow input[type=submit], .arrow-down {
        background: none;
        border-bottom: none;
    }

.addClient .formHorizental-label {
    width: 100px;
}

.TitleCopyData {
    width: 150px;
}

.copyDataSelectBox {
    width: calc(100% / 4);
    position: relative
}

.copyData-select {
    overflow: hidden;
    overflow-y: visible;
    max-height: 200px;
    min-height: 200px;
    font-size: 14px;
}

    .copyData-select option {
        margin-bottom: 1px;
        padding-bottom: 4px;
        white-space: break-spaces;
    }

/*Editor layout*/
.editorContentWrap {
    position: relative;
    width: calc(100% - 221px);
}

.editorWrap {
    width: 100%;
    position: relative;
    display: flex;
    min-height: 100vh;
}

.logoSmall {
    width: 85px;
    margin: 10px auto;
}

    .logoSmall img {
        width: 100%;
        height: auto;
    }
/*Editor layout*/
/*Slick nav*/

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: .438em .625em;
    line-height: 1.125em
}

    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
        margin-top: .188em
    }

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: .875em;
    margin: .188em 0 0 .438em
}

    .slicknav_menu .slicknav_icon:before {
        background: 0 0;
        width: 1.125em;
        height: .875em;
        display: block;
        content: "";
        position: absolute
    }

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0,0,0,.25)
}

.slicknav_menu:after, .slicknav_menu:before {
    content: " ";
    display: table
}

.slicknav_menu:after {
    clear: both
}

.slicknav_nav li, .slicknav_nav ul {
    display: block
}

.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item a {
    display: inline
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_menu {
    padding: 5px;
    display: none
}

.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0
}

.slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: 700;
    font-size: 14px
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff
}

.slicknav_btn {
    text-decoration: none;
    border-radius: 4px;
    background-color: rgba(2,43,98,.55)
}

.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: .875em
}

    .slicknav_nav ul {
        margin: 0 0 0 20px
    }

    .slicknav_nav .slicknav_row, .slicknav_nav a {
        padding: 5px 10px;
        margin: 2px 5px
    }

    .slicknav_nav a {
        text-decoration: none;
        color: #fff;
        text-align: left;
        font-size: 16px
    }

    .slicknav_nav .slicknav_txtnode {
        margin-left: 15px
    }

    .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
        padding: 0;
        margin: 0
    }

#popupnotofication {
    background: #237afc;
    bottom: 0;
    display: block;
    min-height: 70px;
    position: fixed;
    width: 100%;
    z-index: 999
}

.popupContent {
    color: #fff;
    font-size: 17px;
    padding: 15px 30px
}

.clear {
    clear: both
}

.left_PopupContent {
    float: left
}

.right_PopupContent {
    float: right;
    margin-top: 5px
}

.left_PopupContent, .right_PopupContent {
    color: #fff
}

    .left_PopupContent span {
        display: block;
        padding-top: 10px
    }

    .left_PopupContent a {
        color: #fff;
        opacity: .8;
        text-decoration: underline
    }

        .left_PopupContent a:hover {
            opacity: 1
        }

.close_btn {
    background: #fff;
    border: none;
    color: #237afc;
    cursor: pointer;
    display: block;
    font-size: 17px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    width: 140px
}

/*table pricing storage*/
.priceTable {
    height: 500px;
}

.cardTop {
    height: 200px;
}

.priceTable .ribbonRecd {
    background: #46beb3;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    padding: 47px 34px 5px;
    transform: rotate(-45deg);
    position: absolute;
    top: -34px;
    left: -60px;
    text-align: center;
}

.priceTable {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

    .priceTable ul li {
        margin-bottom: 4px;
    }

    .priceTable fa-ul {
        padding-left: 0;
        margin-left: 8px;
        list-style-type: none;
    }

.price-card-price {
    text-align: center;
}

.price-card-price-text {
    font-size: 28px;
}

.price-card-price-number {
    font-weight: 500;
    opacity: 0.89;
}

.price-card-price-conditions {
    padding: 14px 0;
    color: #888;
    line-height: 1.5;
}

.price-card-price-number:after {
    content: "/year";
    font-size: 14px;
    display: inline-block;
    color: grey;
}

.priceTable:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
}

.bottomBuy {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

a.disabled {
    pointer-events: none;
    color: #ccc;
}

.esignDocWrap {
    height: auto;
    width:100%
}

.esignContent {
    height: calc(100% - 20px);
    overflow-y: auto;
}

.blink_text {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: blink;
    animation-timing-function: linear;
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.serachBox .ui-autocomplete-input {
    font-size: 14px;
    padding-bottom: 9px;
}

#txtReasonForDelete::-webkit-input-placeholder {
    color: #a5a5a5;
    font-size: 14px;
    font-weight: 400
}

#txtReasonForDelete:-moz-placeholder, .searchBoxTxt::-moz-placeholder {
    color: #a5a5a5;
    font-size: 14px;
    font-weight: 400
}

#txtReasonForDelete:-ms-input-placeholder {
    color: #a5a5a5;
    font-size: 14px;
    font-weight: 400
}

/*Dashboard*/
.dashboardStatCard:hover {
    transition: all 0.3s ease-in-out;
}

.dashboardStatCard:hover {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.dashboardStat {
    min-height: 50px;
    position: relative;
}

.dashboardStatCard a {
    color: var(--bs-body-color);
}

.statIcon {
    width: 80px;
    flex-shrink: 0;
}

    .statIcon i.fa {
        font-size: 40px;
        color: #fff;
    }

/*Esign*/
.formGroup .labelForm {
    width: 150px;
}

.fileBrowseNameHide {
    cursor: pointer !important;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}

.ellipsize1Line {
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
}

.ellipsize2Line {
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
}

.filename {
    min-width: 100px;
    font-size: 13px;
    line-height: 14px;
}

.sharedByMeWrap, .sharedWithMeWrap,
.esignSharedwithMe,
.esignSharedbyMe {
    min-height: 300px;
}

.tableFixed {
    max-height: 425px;
    overflow-y: auto;
}

    .tableFixed tbody {
        max-height: 407px;
        overflow-y: auto;
    }

    .tableFixed thead th {
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 1;
    }

.esignSidebar .userAssignSigList {
    max-height: calc(100% - 150px);
    overflow-y: auto;
}

.custScroll::-webkit-scrollbar {
    width: 8px;
}

.custScroll::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.custScroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #6d6d6d;
}

.labelLeft {
    width: 38px;
    flex-shrink: 0;
}

.eSignStatusBadge {
    padding: 4px;
    width: 130px;
    border-radius: 4px;
    background: var(--bs-secondary);
    color: #fff;
    font-size: 12px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding-bottom: 5px;
}

.eSignStatus-default {
    background: var(--esign-primary);
}

.eSignStatus-draft {
    background: #DCD3EB;
    color:var(--esign-primary);
}

.eSignStatus-sent {
    background: var(--esign-primary);
}

.eSignStatus-active {
    background: #FFCB56;
    color:#000;
}
.eSignStatus-completed {
    background: #00B67A;
}

.eSignStatus-signed {
    background: var(--bs-success);
}
.eSignStatus-revoke {
    background: #DC3545;
}
.eSignStatus-delete {
    background: #B02A37;
}

.btn-highlight {
    animation: boxShadowAnim 2s infinite;
}

@keyframes boxShadowAnim {
    0% {
        background-color: var(--bs-property)
    }

    100% {
        background-color: var(--bs-free)
    }
}

.text-highlight {
    animation: textColorAnimation 2s infinite;
}

@keyframes textColorAnimation {
    0% {
        color: var(--bs-property)
    }

    100% {
        color: var(--bs-free)
    }
}




@media screen and (max-width:1020px) {
    .ContentWithSidebar {
        flex-direction: column;
        gap: 16px;
    }

    .sidebar-left {
        width: 100%;
        border: none;
        padding: 0;
    }

    .myAccountContent {
        padding: 0;
        border: none;
        margin: 0;
    }

    .grid5 {
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    }

    .slicknav_menu {
        display: flex;
        padding-left: 190px;
        flex-grow: 1;
        align-items: start;
        position: relative;
    }

    .slicknav_nav {
        position: absolute;
        background: var(--bs-primary);
        top: 40px;
    }

    .topnav1 {
        display: none
    }

    .editorContentWrap {
        width: 100%;
    }
}





/*Multiuser buy options*/
.currentSubsTable th:first-child {
    padding-left: 44px;
}

.currentSubsTable td:first-child {
    padding-left: 44px;
}

.currentSubsTable td {
    height: 41px;
}

.buyOptionCards {
    display: flex;
    gap: 0;
    position: relative;
    width: 100%;
}

.extendCoTerminateCard {
    gap: 16px;
}

.buyItemCard {
    border: 1px solid var(--bs-primary);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 520px;
    position: relative;
}

.singleBuyCard {
    border-right-color: transparent;
    border-right: 0;
}

.infoBuyCard {
    border-left-color: transparent;
    border-left: 0;
}

.buyItemCard-head {
    background: var(--bs-primary-light);
    color: var(--bs-primary);
    padding: 8px 16px;
}

    .buyItemCard-head .title {
        font-size: 16px;
        font-weight: 500;
    }

.buyItemCard-body {
    color: var(--bs-primary);
    font-size: 16px;
    font-weight: 400;
}

.buyOptionItemList {
    padding: 8px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cardFooterList {
    padding-top: 0;
}

.buyOptionItemRow {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
}

.buyOptionItem-col1 {
    flex-shrink: 0;
    min-width: 240px;
}

.buyOptionItem-col2 {
    flex-shrink: 0;
    width: 115px;
}

.buyOptionItem-col3 {
    flex-shrink: 0;
    width: 115px;
}

.buyOptionItem-col4 {
    flex-shrink: 0;
    width: 115px;
}

.packStdPrice .buyOptionItem-col4,
.packStdPrice .buyOptionItem-col2 {
    width: 75px;
}

.form-check-custom {
    display: flex;
    align-items: center;
    gap: 16px;
}

    .form-check-custom .form-check-input {
        width: 24px;
        height: 24px;
        margin: 0;
        cursor: pointer;
        border-color: var(--bs-primary);
        flex-shrink: 0;
    }

.folderBtn {
    width: 200px;
    height: 35px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    position: relative;
    color: var(--bs-white);
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

    .folderBtn .icon {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .folderBtn .icon img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
        }

.totalTitle {
    font-size: 16px;
    font-weight: 500;
}

.buyBtnCustom {
    width: 160px;
    height: 35px;
    line-height: 18px;
    border-radius: 0;
}

    .buyBtnCustom span {
        display: block;
        margin-top: -4px;
    }

.lineHBdr {
    border-bottom: 1px solid var(--bs-border-color);
    height: 1px;
    width: 100%;
}

.bulkEnquiryLink {
    font-size: 14px;
    font-weight: 550;
    text-decoration: underline;
    margin-left: 36px;
}

.selectMultiUserNo {
    width: 200px;
    margin-left: 40px;
    height: 35px;
    border-color: var(--bs-border-color);
}

.disabledRow {
    opacity: 0.4;
}

.infoIcon img {
    width: 18px;
}

.packBuyCard .infoIcon {
    margin-left: -8px;
    display: flex;
}

.packBuyCard .buyOptionItem-col1 {
    width: 270px;
}


.totalTitle {
    max-width: 240px;
}

.orderSummaryWrap {
    max-width: 540px;
    width: 100%;
}

.orderSummaryTable th, .orderSummaryTable td {
    padding: 0 24px;
    height: 40px;
}

.promoCode {
    margin: 24px 0;
    gap: 16px;
}

    .promoCode .form-control {
        height: 35px;
    }

    .promoCode .buyBtnCustom {
        width: 100px;
        flex-shrink: 0;
    }

.multiUserBuyCard {
    max-width: initial;
}

.buyOptionItemRowHrz .rowOption {
    display: flex;
    gap: 24px;
}

.rowOptionCols {
    gap: 16px;
}

    .rowOptionCols .rowCol {
        width: 75px;
        flex-shrink: 0
    }

.alert {
    padding: 8px 12px;
    padding-right: 36px;
}

.alert-infoCust {
    background-color: #e7f3ff;
    color: #004c93;
    border: 0
}

.buyItemCard-foot .alert {
    margin: 0;
}

.alert-dismissible .btn-close {
    padding: 12px;
}

.btn-close:focus {
    box-shadow: none;
}


/*my orders*/
.myOrderAccordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}

    .myOrderAccordion .accordion-item {
        border: 0;
        border-radius: 0;
    }

    .myOrderAccordion .accordion-header {
        background-color: rgba(var(--bs-primary-rgb), 0.15);
    }

    .myOrderAccordion .accordion-button {
        background-color: transparent;
        width: 24px;
        height: 24px;
        border: 0;
        border-radius: 0;
        padding: 0;
        margin: 0;
    }

        .myOrderAccordion .accordion-button::after {
            background-image: url(../../images/Icons/accordionArrow.svg);
            margin-top: 12px;
        }

        .myOrderAccordion .accordion-button:not(.collapsed)::after {
            margin-top: -4px;
        }

        .myOrderAccordion .accordion-button:not(.collapsed) {
            box-shadow: none;
        }

.myOrderHead {
    min-height: 45px;
}

.accordion-button:focus {
    box-shadow: none;
}

.myOrderHeadContent {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    color: var(--bs-primary);
}

    .myOrderHeadContent .myOrderHeading {
        font-size: 14px;
        font-weight: 550;
    }

    .myOrderHeadContent .myOrderText {
        font-size: 15px;
        font-weight: 400;
    }

.orderItemTable th:first-child,
.orderItemTable td:first-child {
    padding-left: 16px
}

.orderItemTable td {
    height: 41px;
}

.countBtnGroup .titleBar {
    flex: 1 1 0;
}

@keyframes colorChange {
    0% {
        background-color: var(--bs-business)
    }

    20% {
        background-color: var(--bs-corporate)
    }

    40% {
        background-color: var(--bs-employment)
    }

    60% {
        background-color: var(--bs-healthSafety)
    }

    80% {
        background-color: var(--bs-property)
    }

    100% {
        background-color: var(--bs-business)
    }
}

.download-button {
    width: 200px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border: none;
    cursor: pointer;
    animation: colorChange 5s infinite
}

.separatorOr {
    position: absolute;
    right: -18px;
    bottom: 12px;
    z-index: 1;
}

.separatorText {
    width: 36px;
    height: 36px;
    border: 1px solid var(--bs-primary);
    border-radius: 50%;
    background: #fff;
    font-weight: 600;
    color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.switchCust {
    height: 31px;
    width: 42px;
    border-radius: 4px;
    background: var(--bs-primary);
}

    .switchCust .form-check-input {
        width: 30px;
        height: 18px;
        border-radius: 0;
        border: 0;
        margin-left: -29px;
        margin-top: 6px;
        cursor: pointer;
    }

    .switchCust .form-switch .form-check-input {
        background-image: url(../../images/Icons/checkboxNotActive.svg);
        background-size: 18px;
    }

    .switchCust .form-check-input:checked[type=checkbox] {
        background-image: url(../../images/Icons/checkboxActive.svg);
        background-size: 18px;
        background-color: #fff;
        filter: none;
    }

.btnSize24 {
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes badgeBg {
    0% {
        background-color: var(--bs-primary-light)
    }

    50% {
        background-color: var(--bs-white)
    }

    100% {
        background-color: var(--bs-primary-light)
    }
}

.badgeCustom {
    animation: badgeBg 2s infinite;
    border-radius: 6px;
    padding: 4px 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 11px;
    color: var(--bs-primary);
}

.tableScroll {
    width: 100%;
    max-height: 515px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .tableScroll table thead th {
        position: sticky;
        top: 0;
        background-color: #f2f2f2;
        z-index: 1;
    }

.custmscroll::-webkit-scrollbar {
    width: 8px
}

.custmscroll::-webkit-scrollbar-track {
    background: transparent
}

.custmscroll::-webkit-scrollbar-thumb {
    background: #929292
}

.custom-popover {
    --bs-popover-border-color: var(--bs-primary);
    max-width: 250px;
    box-shadow: 0 0 5px #adadad;
}

    .custom-popover .popover-body {
        padding: 12px;
        color: var(--bs-primary);
    }


.btn-outline-primary:hover {
    color: #fff;
}

.UpgradeDiscountedPrice {
    min-width: 55px
}

.orAnimate {
    margin-right: 8px;
}

.orAnimateText {
    width: 36px;
    height: 36px;
    border: 1px solid var(--bs-primary);
    border-radius: 50%;
    background: #fff;
    font-weight: 600;
    color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: orAnimationColor 2s infinite;
}

@keyframes orAnimationColor {
    0% {
        color: var(--bs-primary)
    }

    50% {
        color: var(--bs-green)
    }

    100% {
        color: var(--bs-red)
    }
}


#status {
    background-image: url('../../images/load.gif') !important;
}

.custom-file-input {
    display: none; /* Hide default file input */
}

.custom-file-label {
    display: inline-block;
    padding: 6px 12px;
    background-color: var(--esign-primary);
    color: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    border: none;
}

    .custom-file-label:hover {
        background-color: rgba(var(--esign-primary-rgb), 0.8);        
    }

#file-name {
    font-size: 14px;
    font-weight: 500;
}

#btnUploadFileForEnvelope:disabled {
    cursor: not-allowed;
}

/*Sidebar menu*/
#accordianMenu li.active .linkLvl1, #accordianMenu li.active ul.dropdown1 {
    background: var(--bs-primary-light)
}

#accordianMenu ul ul {
    display: none
}

#accordianMenu a:not(:only-child):after {
    border: 0;
    content: "\f105";
    float: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    vertical-align: 0;
    width: 1rem
}

#accordianMenu .active > a:not(:only-child):after {
    content: "\f107"
}

.sideMainMenu {
    width: 100%;
    list-style: none;
}

    .sideMainMenu .nav-link {
        position: relative;
        transition: all 0s linear;
        width: 100%
    }

        .sideMainMenu .nav-link.sdMenuTitle {
            background: var(--bs-primary) !important;
            color: #fff;
            font-weight: 700;
            font-size: 16px;
            min-height: 34px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 6px 8px 7px 8px;
        }

            .sideMainMenu .nav-link.sdMenuTitle:hover {
                color: #fff;
            }

    .sideMainMenu .nav-link {
        border-radius: 0;
        color: var(--bs-primary);
        padding: 6px 8px 6px 8px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(var(--bs-primary-rgb), 0.2);
    }

        .sideMainMenu .nav-link:hover,
        .sideMainMenu .nav-link.active {
            background: rgba(var(--bs-primary-rgb),0.1);
        }

.flash-container {
    position: relative;
    overflow: hidden;
}

.flash-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: flash-sweep 3s infinite;
}

@keyframes flash-sweep {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

@keyframes blinkText {
    0% {
        color: #ffffff;
    }

    20% {
        color: #fff700;
    }

    40% {
        color: #ccf2ff;
    }

    60% {
        color: #39ff14;
    }

    80% {
        color: #ffaa00;
    }

    100% {
        color: #ffffff;
    }
}

.textRotateColor {
    animation: blinkText 1s infinite;
}

/*Step box esign*/
.esignSteps {
    display: flex;
    flex-direction: column;
    gap: 4px;
    border: 1px solid var(--bs-primary);
    padding: 8px;
    background: #eef7fb;
}

.step {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 15s infinite;
}

    .step h4 {
        font-size: 15px;
        font-weight: 600;
        color: #269ed7;
        margin-bottom: 0px;
    }

    .step p {
        font-size: 13px;
        font-weight: 600;
        color: #6d6e71;
        margin-bottom: 8px
    }

    .step:nth-child(1) {
        animation-delay: 0s;
    }

    .step:nth-child(2) {
        animation-delay: 1s;
    }

    .step:nth-child(3) {
        animation-delay: 2s;
    }

    .step:nth-child(4) {
        animation-delay: 3s;
    }

    .step:nth-child(5) {
        animation-delay: 4s;
    }

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    10%, 100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.esignStepHead {
    font-size: 18px;
    font-weight: 700;
}

    .esignStepHead img {
        width: 28px;
        margin-left: 8px;
        animation: pulse 1.5s infinite ease-in-out;
    }

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes flashTextGradient {
    0% {
        background-position: -100%;
    }

    100% {
        background-position: 100%;
    }
}

.flash-text {
    background: linear-gradient(90deg, #ffffff, #ffdd00, #ffffff);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: flashTextGradient 2s linear infinite;
}

@keyframes addSignBtnAnimate {
    0% {
        background-color: var(--esign-primary);
    }

    50% {
        background-color: #732ebd;
    }

    100% {
        background-color: var(--esign-primary);
    }
}

.addSignBtn {
    animation: addSignBtnAnimate 2s ease-in-out infinite;
}

/*progress steps*/
.progress-step-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.progress-step {
    position: relative;
    text-align: center;
    flex: 1;
    z-index: 2;
}

.progress-circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--bs-gray-500);
    color: #fff;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0;
    font-size: 13px;
    position: relative;
    z-index: 2;
}

.progress-completed .progress-circle {
    background-color: var(--bs-success);
}
.progress-active .progress-circle {
    background-color: var(--esign-primary);
    animation: zoomPulse 1.5s infinite ease-in-out;
}


.progress-label {
    font-size: 14px;
    color: var(--bs-secondary);
    line-height: 1.2;
    margin-bottom: 6px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-completed .progress-label {
    color: var(--bs-success);
    font-weight: 500;
}
.progress-active .progress-label {
    color: var(--esign-primary);
    font-weight: 500;
}


.progress-step::before,
.progress-step::after {
    content: '';
    position: absolute;
    top: 48px;
    height: 2px;
    background-color: var(--bs-gray-500);
    z-index: 1;
}

.progress-step::before {
    left: 0;
    right: 50%;
}

.progress-step::after {
    right: 0;
    left: 50%;
}

.progress-step:first-child::before {
    display: none;
}
.progress-step:last-child::after {
    display: none;
}
.progress-completed::after,
.progress-completed::before {
    background-color: var(--bs-success);
}
.progress-active::before {
    background-color: var(--esign-primary);
}
@keyframes zoomPulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.form-check-input.esign-input:checked {
    background-color: var(--esign-primary);
    border-color: var(--esign-primary);
}

    .form-check-input.esign-input{
        height:18px;
        width:18px;
    }

    #accordianMenu li.active.esign-menu-dropdown ul.dropdown1 {
        background: var(--esign-primary-light);
    }
.sideMainMenu .esign-menu-dropdown .nav-link.sdMenuTitle {
    background: var(--esign-primary) !important;
    color:#fff!important;
}
.sideMainMenu .esign-menu-dropdown .nav-link {
    color: var(--esign-primary);
    border-bottom: 1px solid rgba(var(--esign-primary-rgb), 0.2);
}
    .sideMainMenu .esign-menu-dropdown .nav-link:hover, .sideMainMenu .esign-menu-dropdown .nav-link.active {
        background: rgba(var(--esign-primary-rgb), 0.1);
    }
.emailExample{
    display:block;
    width:100%;
    height:auto;
}
.emailExample:after{
display:none!important;
}
.emailExample img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.table-mob-showRow-thead {
    display: none;
    font-weight: 700;
    margin-right: 10px
}

@media only screen and (max-width:768px) {
    .table-mob-showRow thead {
        display: none
    }

    .table-mob-showRow-thead {
        display: block;
    }


    .table-mob-showRow {
        background: var(--body-bg)
    }

        .table-mob-showRow tr {
            box-shadow: 0 0 5px 0 rgba(43,43,43,.1),0 11px 6px -7px rgba(43,43,43,.1);
            display: flex;
            flex-direction: column;
            margin-bottom: 15px
        }

            .table-mob-showRow tr td {
                background: #fff;
                display: flex;
                flex-wrap: wrap;
                white-space: normal !important
            }
}

.newBadge {
    font-size: 12px;
    font-weight: 400;
    margin-left: 8px;
    animation: blink 2s infinite;
}

@keyframes blink {
    0%, 100% {
        color: white;
    }

    50% {
        color: red;
    }
}

