.bg-btn {
    background: #AA8940 !important;
}
.c-black{
    color: #262626;
}
.c-less-black{
     color: rgba(38, 38, 38, 0.5);
}

.bg-very-light-grey{
    background: #ECECEC;
}
.site-footer{
    display: none;
    position: sticky;
    bottom: 0px;
    z-index: 999;
}
.footerIcons{
    width:30px;
    height:30px;
}
a.headfont.active .svgmenuimg2{
    fill:#AA8840 !important;
}

.showTimetext {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #979797;
}

.pe-none {
    pointer-events: none;
}

.c-gold {
    color: #AA8840;
}

.c-gold:hover {
    color: #AA8840;
}

.bigParaFont {
    font-size: 16px;
    line-height: 22px;
}

.sPrimary-btn {
    color: #AA8840 !important;
    background: #FFFFFF;
    border: 1px solid #AA8840;
}

.filter-white {
    filter: brightness(0) invert(1);
}

.sSecondary-btn {
    color: #FFFFFF !important;
    background: #AA8840;
}

/* new css for pagination */

.pagination-container {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
}

.pagination-container .pagination .page-item a {
    background: transparent;
    color: #ffffff !important;
    border-radius: 50%;
    border: transparent !important;
}


.pagination-container .pagination li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
}

.pagination-container .page-item.disabled .page-link {
    border-radius: 50%;
}

.pagination-container .pagination li a {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.pagination-container .page-link {
    border-radius: 50% !important;
    background: transparent !important;
    color: #fff !important;
    border: transparent !important;
}
/* pagination css */
.active.circled .page-link{
    padding: 0.2rem 0.75rem;
}
.page-item .page-link{
    padding: 0.2rem 0.75rem;
}
.page-item .page-link {
    border-radius: 50%;
   
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:20px;
}
.page-item:not(.active) .page-link {
    /* border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; */
    /* font-size: 47px; Adjust the size for arrows */

    /* height: 28px;Adjust the height for page numbers */
}
.page-item .page-link[aria-label="Next"], .page-item .page-link[aria-label="Previous"] {
    font-size: 47px; /* Adjust the size for arrows */
    width: 47px; /* Adjust the width for arrows */
    height: 10px; /* Adjust the height for arrows */
}
.page-item .page-link[aria-label="Next »"],.page-item.disabled[aria-label="Next »"] .page-link{
    padding: 0rem 0rem 0rem 1rem;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
}
.page-item .page-link[aria-label="« Previous"],.page-item.disabled[aria-label="« Previous"] .page-link{
    padding: 0rem 1rem 0rem 0rem;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
}
.page-item.active .page-link {
    z-index: 0;
    background-color: #AA8840 !important;
}

.page-link:hover {
    border-radius: 50%;
}

.page-link:focus {
    box-shadow: none !important;
}

.text-black {
    color: #000000;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-toggle {
    display: inline-block;
    height: 25px;
}

.f-s-21 {
    font-size: 21px;
}

.titleFont {
    font-size: 18px;
    line-height: 22px;
}

.marketplaceDiv .titleFont {
    font-size: 16px;
}

.searchDocResult {
    position: absolute;
    top: 30px;
    min-width: 200px;
    z-index: 9999;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
    color: black;
    max-height: 200px;
    overflow: auto;
}

.text-underline {
    text-decoration: underline;
}

.text-underline:hover {
    text-decoration: underline;
}

.paraFont {
    font-size: 16px;
    line-height: 19px;
}

.c-light-black {
    color: #353535;
}

.f-s-17 {
    font-size: 17px;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-24 {
    font-size: 24px;
}

.f-w-600 {
    font-weight: 600;
}

.color-grey {
    color: #979797;
}

.color-light-black {
    color: #6E6E6E !important;
}

.loadingspinner {
    pointer-events: none;
    width: 1.0em;
    height: 1.0em;
    border: 0.2em solid transparent;
    border-color: #eee;
    border-top-color: #AA8940;
    border-radius: 50%;
    animation: loadingspin 1s linear infinite;
    margin-top: 3px;
}

.fa-arrow-left.back {
    color: #AA8940;
}

.global-font-color {
    color: #6E6E6E !important;
}

.btn-font-color {
    color: #FFFFFF;
    border-radius: 0 !important;
}

.btn-font-color:hover {
    color: #FFFFFF;
}

.dragFileContainer {
    border: 4px dashed darkgray;
    /*position: absolute;*/
    width: 100%;
    cursor: pointer;
    position: relative;
}

.pagination button {
    width: 30px;
    height: 30px;
    color: #6E6E6E;
    font-size: 14px;
    line-height: 17px;
    border: 0px;
    border-radius: 50%;
    background: #FCFCFC;
    cursor: pointer;
}

.centerBoth {
    display: flex;
    justify-content: center;
    align-items: center;
}
.height-100{
    height:100vh;
}
.message-hint span {
    background: rgba(154, 161, 170, 0.13);
    padding: 3px 10px;
    border-radius: 20px;
    color: white !important;
    display: inline-block;
}
.dragFileContainer p {
    /* width: 100%;
    height: 100%; */
    text-align: center;
    line-height: 290px;
}

.dragFileContainer input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}


/* .btn{
    color: #FFFFFF;
  }
  .btn:hover{
    color: #FFFFFF;
  } */

.nav-border {
    border-bottom: 1px solid #272727;
}

.pright {
    float: right;
}

.content-wrapper {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 70px;
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.smbalglobal-color {
    color: #AA8840 !important;
}

.navDropdown:hover {
    color: #FFFFFF !important;
    background-color: #2B2A2A !important;
}


/* .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000000 !important;
} */

.navDropdown.active,
.navDropdown:active {
    color: #fff;
    text-decoration: none;
    background-color: #000000;
}

.heading-name {
    font-size: 21px;
    line-height: 25px;
}

.paragraph-fonts {
    font-size: 16px;
    line-height: 19px;
}

.title-weight {
    font-weight: bold;
    ;
}

.custom-background {
    background: #FFF9EC;
}


/* help box css start */

.helpA2Div.is-visible {
    z-index: 998;
    display: block;
}

.helpchatDiv {
    bottom: 0;
    position: fixed;
    margin: 1em;
    right: 0;
    z-index: 0;
}

.helpIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    color: #f0f0f0;
    margin: 25px auto 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: #AA8840;
}

.helpIcon>i {
    font-size: 1.5em;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.helpIcon:not(:last-child) {
    width: 0;
    height: 0;
    margin: 20px auto 0;
    display: none;
    /* opacity: 0; */
    visibility: hidden;
    line-height: 40px;
}

.helpIcon:not(:last-child)>i {
    font-size: 1.4em;
    line-height: 40px;
}

.helpIcon:not(:last-child).is-visible {
    width: 40px;
    height: 40px;
    margin: 15px auto 10;
    opacity: 1;
    visibility: visible;
}


/*Chatbox*/

.helpA2Div {
    position: fixed;
    right: 85px;
    bottom: 20px;
    width: 400px;
    -webkit-font-smoothing: antialiased;
    /* opacity: 0; */
    display: none;
    box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.helpA2Div .header {
    /* margin: 10px; */
    font-size: 13px;
    color: #f3f3f3;
    height: 55px;
    background: #AA8840;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 8px;
}

.helpA2Div.is-visible {
    opacity: 1;
    -webkit-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
    animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
}

.helpmsgDiv {
    display: flex;
    height: 389px;
    justify-content: center;
    align-items: center;
}

.helpA2Div .body {
    background: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    overflow-y: auto;
}


/*Element state*/

.is-active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.is-float {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}


/*Animation*/

.notification-icon {
    position: relative;
}

.notification-icon .notification-count {
    /* position: absolute;
    top: -12px;
    right: -10px;
    padding: 0.25rem;
    border-radius: 50%;
    background: #AA8840;
    color: white; */

    position: absolute;
    top: -10px;
    right: -3px;
    padding: 0.25rem;
    border-radius: 50%;
    background: #AA8840;
    color: white;
    color: #fff;
    border-radius: 50%;
    line-height: 0;
    padding: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.notification-count::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.notification-count {
    font-size: 50%;
}


/* chat count */
.chat-icon .chat-count {
    /* position: absolute;
    top: -12px;
    right: -10px;
    padding: 0.25rem;
    border-radius: 50%;
    background: #AA8840;
    color: white; */

    position: absolute;
    top: -8px;
    right: 20px;
    padding: 0.25rem;
    border-radius: 50%;
    background: #AA8840;
    color: white;
    color: #fff;
    border-radius: 50%;
    line-height: 0;
    padding: 7px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.chat-count::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.chat-count {
    font-size: 50%;
}
.backBtnicon{
    width:35px;
    height:35px;
}
.smbal_text_link{
    color: #AA8940 !important;
    text-underline-position: under !important;
    text-decoration-line: underline !important;
}




/* virtual numpad css */
/* mew css */
.securitypinform {
    width: 390px;
    margin: 20px auto;
    padding: 35px 25px;
    text-align: center;
    border-radius: 5px;
  }
  
  .securityPinno{
    padding: 0 40px;
    border-radius: 5px;
    width: 350px;
    margin: auto;
    border: 1px solid rgb(228, 220, 220);
    outline: none;
    font-size: 60px;
    color: transparent;
    text-shadow: 0 0 0 rgb(71, 71, 71);
    text-align: center;
  }
  
  input:focus {
    outline: none;
  }
  
  .pinButton {
    border: none;
    background: none;
    font-size: 20px;
    border-radius: 50%;
    height: 60px;
    font-weight: 550;
    width: 60px;
    color: transparent;
    text-shadow: 0 0 0 rgb(102, 101, 101);
    margin: 7px 20px;
    width: 60px;
      height: 60px;
      margin: 10px 20px;
      background: #E8E8E8;
      color: #363b5e;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      cursor: pointer;
      color:#636363;
  }
  .key-del{
    border-radius: 0;
    height: 40px;
    width:60px;
  }
  .optionsbtn{
    background: none;  
    outline: none;
    margin: 5px 20px;
    font-size: 20px !important;
    line-height: 24px;
  }
  .clear,
  .enter {
    font-size: 1em ;
  }
  .enter:active {
    box-shadow: none !important;
  }
  .calc:hover {
    box-shadow: #6E6E6E  0 0 1px 1px;
  }

  input[type=password] {
      /* padding: 10px;
      border-bottom: 1px solid #ddd;
      width: 50px;
      height: 50px;
      text-align: center;
      font-size: 30px;
     border-top:none;
     border-left:none;
     border-right:none;
     outline:none; */
  }
/* end */
.pin-login {
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
    font-size: 28px;
    background: #d9deff;
    border: 1px solid #363b5e;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    font-family: sans-serif;
  }
  
  .pin-login__text {
    margin: 10px auto 10px auto;
    padding: 10px;
    display: block;
    width: 50%;
    font-size: 0.5em;
    text-align: center;
    letter-spacing: 0.2em;
    background: rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 10px;
    outline: none;
    cursor: default;
  }
  
  .pin-login__text--error {
    color: #901818;
    background: #ffb3b3;
    animation-name: loginError;
    animation-duration: 0.1s;
    animation-iteration-count: 2;
  }
  .headpintext{
    font-size: 18px;
    line-height: 27px;
    font-style: normal;
font-weight: 400;
  }
  .labelpintext{
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
font-weight: 400;
  }
  .pininputclass{
    /* width: 60px; */
    height: 50px;
    border-bottom: 2px solid #636363;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: auto;
    margin-left: 5px;
    margin-right: 5px;
    outline: none;
    /* font-size: 60px; */
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #636363;
  }
  .text-end{
    text-align:end;
  }
  @keyframes loginError {
    25% {
      transform: translateX(-3px);
    }
    75% {
      transform: translateX(3px);
    }
  }
  
  @-moz-keyframes loginError {
    25% {
      transform: translateX(-3px);
    }
    75% {
      transform: translateX(3px);
    }
  }
  
  .pin-login__key {
    width: 60px;
    height: 60px;
    margin: 10px;
    background: rgba(0, 0, 0, 0.15);
    color: #363b5e;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
  }
  
  .pin-login__key:active {
    background: rgba(0, 0, 0, 0.25);
  }



  #partitioned {
    padding-left: 15px;
    letter-spacing: 42px;
    border: 0;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px;
    min-width: 220px;
  }
  
  #divInner{
    left: 0;
    position: sticky;
  }
  
  #divOuter{
    width: 190px; 
    margin:auto;
    overflow: hidden;
  }
  .auth_bg_color{
    background: #FFFFFF;
  }
  .bg-white{
    background: white;
  }
  .bg-grey{
    background: #F3F4F6;
  }
  .mb-25{
    margin-bottom: 25px;
  }
  .mt-20{
    margin-top:20px;
  }
  .headfont .active{
      /* filter: invert(62%) sepia(76%) saturate(55581%) hue-rotate(350deg) brightness(180%) contrast(1123%); */
      filter: invert(100%) sepia(100%) saturate(10000%) hue-rotate(350deg) brightness(180%) contrast(10000%);
  }
  a:link { text-decoration: none !important; }


a:visited { text-decoration: none !important; }


a:hover { text-decoration: none !important; }


a:active { text-decoration: none !important; }


a{
    color: transparent !important;
    text-decoration: none !important;
  }
  .rednotifydot{
    top: 5px;
    height: 12px;
    width: 12px;
    background-color: #FF0101;
    border-radius: 50%;
    position: absolute;
    right: 1px;
    /* transform: translate(-50%, -50%); */
  }
  .redfamnotifydot{
    top: 5px;
    height: 12px;
    width: 12px;
    background-color: #FF0101;
    border-radius: 50%;
    position: absolute;
    right: 2px;
    /* transform: translate(-50%, -50%); */
  }
.rednewMsgdot{
    top: 5px;
    height: 12px;
    width: 12px;
    background-color: #FF0101;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    /* transform: translate(-50%, -50%); */
}
.chatLink{
    position: relative;
}
.familylink{
    position: relative;
}
.businesslink{
    position: relative;
}
.backLinkfooter{
    left: 5px !important;
    position: fixed !important;
    bottom: 70px !important;
  }
.backLinkfooterImg{
    height: 30px !important;
    width: 30px !important;
}
.backfooterblackbg {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    z-index:99;
}
.site-footer{
    display: block;
    position: absolute;
    height: 70px;
    background: black;
    backdrop-filter: blur(5px);
    z-index:1;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
}
.button_text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #F5F5F5;
}

@media (max-width:768px) {
    .bottomsmbalheader{
        position: fixed ;
          width: 100%;
      }
     
    .z-index-1{
        z-index: 1;
    }
    
    .auth_btn_text{
        font-size: 20px !important;
        line-height: 24px;
    }
    .mobilecontent-wrapper{
        height:4000px;
        overflow:hidden;
    }
    .headpintext{
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
      }
      .labelpintext{
        font-weight: 400;
font-size: 14px;
line-height: 15px;
      }
      .pininputclass{
        /* width: 40px; */
        height: 30px;
        border-bottom: 2px solid #636363;
        background: none;
        border-top: none;
        border-left: none;
        border-right: none;
        margin: auto;
        margin-left: 5px;
        margin-right: 5px;
        outline: none;
        /* font-size: 60px; */
        text-align: center;
        color: #636363;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
      }
      .securitypinform{
          padding:20px 25px !important;
          width:auto !important;
      }
      
    .pinButton {
        border: none;
        background: none;
        font-size: 16px;
        border-radius: 50%;
        height: 60px;
        font-weight: 550;
        width: 60px;
        color: transparent;
        text-shadow: 0 0 0 rgb(102, 101, 101);
        margin: 7px 20px;
        width: 45px;
          height: 45px;
          margin: 10px 20px;
          background: rgba(0, 0, 0, 0.15);
          color: #363b5e;
          border-radius: 50%;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          font-weight: bold;
          cursor: pointer;
          color:#636363;
      }
      .key-del{
        border-radius: 0;
        height: 35px;
      }
      .optionsbtn{
          background:none;
        outline: none;
        margin: 5px 20px;
        height: 30px;
    width: 50px;
      }
    .mobileapp{
        overflow-x: hidden !important;
        width: 100% !important;
        height:100%;
    }
  
    .TrengoWidgetLauncher__iframe{
        bottom:75px !important;
    }
    .TrengoOnlineStatus__iframe{
        bottom: 58px !important;
    }
    .zindex-0{
        z-index:0;
    }
    .content-wrapper {
        padding-top: 0px;
    }
    .notification-icon .notification-count {
        /* top: -11px;
        right: 15px; */
        top: -9px;
        right:6px;
        /* right: 19px; */
        color: #fff;
    border-radius: 50%;
    line-height: 0;
    padding: 6.5px;
    align-items: center;
    display: flex;
    justify-content: center;
    }
     .notification-count::after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes load {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}


/* SMARTPHONES PORTRAIT */

@media only screen and (min-width: 300px) {
    .helpA2Div {
        width: 250px;
    }
}


/* SMARTPHONES LANDSCAPE */

@media only screen and (min-width: 480px) {
    .helpA2Div {
        width: 300px;
    }
}


/* TABLETS PORTRAIT */

@media only screen and (min-width: 768px) {
    .helpA2Div {
        width: 300px;
    }
}


/* TABLET LANDSCAPE / DESKTOP */

@media only screen and (min-width: 1024px) {
    .helpA2Div {
        width: 300px;
    }
}

@-webkit-keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/
    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        -webkit-transform: scale(5);
        transform: scale(5);
    }
}

@keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/
    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        -webkit-transform: scale(5);
        transform: scale(5);
    }
}


/* help box css end */

@keyframes loadingspin {
    100% {
        transform: rotate(360deg)
    }
}

@media (min-width:768px) {
    .w-md-fitcontent {
        width: fit-content !important;
    }
}

@media(max-width:992px) {
    .site-footer{
        display: block;
    }
    .mobileapp{
        overflow-x: hidden !important;
        width: 100% !important;
    }
    .backBtnicon{
        width:25px;
        height:25px;
    }
    .z-property {
        z-index: 0;
    }
    .helpA2Div.is-visible {
        /* position: relative !important;  */
        /* margin: auto !important; */
        /* overflow-x: hidden !important;
    overflow-y: auto !important;
    bottom:10px; */
        /* height: 78% !important; */
    }
    .helpA2Div .body {
        /* height:100% !important; */
    }
    .mobdownload {
        display: none;
    }
    .fontimgicon {
        font-size: 25px !important;
    }
    .paragraph-fonts {
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
    }
    .heading-name {
        font-size: 18px;
        line-height: 22px;
    }
    .dropdown-toggle.displaycont {
        display: contents;
        /* height: 25px; */
    }
    .searchDocResult {
        top: 20;
        min-width: 300px;
    }
    .auth-pagination {
        position: initial !important;
        margin-top: 30px;
    }
    .auth-btn {
        height: 55px !important;
        font-size: 18px;
        line-height: 22px;
        border-radius: 10px;
    }
    .titleFont {
        font-size: 14px;
        line-height: 17px;
    }
    .multiselect-option {
        pointer-events: none;
    }
    .multiselect-option input {
        pointer-events: all;
    }
}
.footer-icons{
    width: 40px !important;
    height: 40px !important;
}