* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.side-setting {
    width: calc(100% - 16.25rem);
    height: calc(100% - 66px);
    position: fixed;
    top: 60px;
    right: -100%;
    /* right: 0; */
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
    display: flex;
    flex-direction: column;
    z-index: 1001;
    overflow-y: auto;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    background-color: #ffffff;
    border: 1px solid #e4e9f0;
}
.side-setting.show {
    right: 0;
}
.body-container {
    width: auto;
    max-height: 425px;
    height : 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
}
.slid-header{
    padding: 15px 10px;
    background: #fbfbfb;
    border-bottom: 1px solid #e6ebf4;
}
.slide-detail{
    background-color: #e4ecff;
    height: 600px;
    overflow: auto;
    scroll-behavior: smooth;
}
@media only screen and (max-width: 768px){
    .side-setting {
        width: 100%;
    }
}
.text-green{
    color: #2e9c8d;
}
.search-card{
    transition: all .9s;
}
.search-card:hover{
    transform: scale(1.05);
    box-shadow: 0px 6px 12px rgb(140 152 164 / 27%);
}
.item-wrap{
    opacity: 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
}
.search-card:hover .item-wrap {
   opacity: 1;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
}
.item-wrap i{
    padding: 5px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.search-card:hover .item-wrap i:nth-child(1){
    animation: fadeInUp 500ms ease-in-out;
}
.search-card:hover .item-wrap i:nth-child(2){
    animation: fadeInUp 1000ms ease-in-out;
}
@keyframes fadeInUp{
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* wf2 dashboard design */
.mt-n20 {
    margin-top: -4rem !important;
}
.bg-light-warning {
    background-color: #FFF8DD !important;
}
.bg-web-tiles {
    background-color: #36546d !important;
    width: 100%;
}
.bg-home-users{
    background-color: rgba(107, 131, 176, 0.05);
}

.fs-26{
    font-size: 26px;
}
[aria-label="downloads"] {
  margin-left: auto;
}
.bg-light-primary {
    background-color: #F1FAFF !important;
}
.bg-light-danger {
    background-color: #FFF5F8 !important;
}
.bg-light-success {
    background-color: #E8FFF3 !important;
}
/* timeline css start */
.timeline-label {
    position: relative;
}
.timeline-label .timeline-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 1.7rem;
}
.timeline-label .timeline-label {
    width: 50px;
    flex-shrink: 0;
    position: relative;
    color: #3F4254;
}
.timeline-label .timeline-badge {
    flex-shrink: 0;
    background: #ffffff;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    margin-top: 1px;
    margin-left: -0.5rem;
    padding: 3px !important;
    border: 6px solid #ffffff !important;
}
.timeline-label .timeline-content {
    flex-grow: 1;
}
.timeline-label:before {
    content: "";
    position: absolute;
    left: 50px;
    width: 3px;
    top: 0;
    bottom: 0;
    background-color: #EFF2F5;
}
.ps-3 {
    padding-left: 0.75rem !important;
}
.fw-bolder{
    font-weight: 900;
}
.opacity-50 {
    opacity: .5!important;
}
.search-banner{
    background-color: #663259;
    background-image: url(/assets/img/other/taieri.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
}
.cursor-pointer{
    cursor: pointer;
}
/* mm start */
.signup-page {
    clear: both;
    overflow: hidden;
}

@media (max-width: 820px) {
    .input-group-merge .form-control:not(:last-child) {
     padding-right: 0rem;
    }
   }
.bg-flagged {
    background-color: #932bea !important;
  }
  
  a.bg-flagged:hover, a.bg-flagged:focus,
  button.bg-flagged:hover,
  button.bg-flagged:focus {
    background-color: #f0b26b !important;
  }
  .border-flagged {
    border-color: #f5ca99 !important;
  }

  .text-flagged{
    color: #932bea !important
  }
  .modal-content-bg{
    background-image: url(../img/heros/content-modal.png);
    background-size: cover;
  }
  .modal-content-user-bg{
    background-image: url(../img/heros/add-user-modal.png);
    background-size: cover;
  }

  .sign-up-bg{
    background-image: url(../img/heros/doc-help-banner.png);
    background-size: contain;
  }
  
@media (max-width: 1300px)  {
    .profile-user {
      margin-bottom: 10px;
    }
    .user-name {
      text-align: left;
    }
   
    .accout-access {
        padding: 0;
    }
    .signup-form {
        padding: 0 35px;
    }
    .form-control-single-number {
        font-size: 1.2rem;
    }
    .banner-bg {
        height: 28rem !important;
    }
}

@media (max-width:767px) {
    .user-right {
        display: none !important;
    }
}
/* Custom Table Colors */
.tbg1{
    background-color: #eef2f7 !important;
}
.tbg2{
    background-color: #e3eaf2 !important;
}
.tbg3{
    background-color: #6e7e91 !important;
    color: #ffffff !important;
}

/* Custom Table Colors */
.cmp1{
    background-color: #f5f6f7 !important;
}
.cmp2{
    background-color: #ebeef0 !important;
}
.cmp3{
    background-color: #dce1e8 !important;
    color: #ffffff !important;
}
.cmp4{
    background-color: #687688 !important;
    color: #ffffff !important;
}

.tbg3-item{
    background-color: #f0f2f4;
}
.compare-item{
    background-color: #eef5fd;
}
.compare-better{
    background-color: #ebfeeb;
}
.compare-worse{
    background-color: #ffefee;
}



/* Webflow */

.wb-l{
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.mini-web-block{
  background-color: #ffffff;
  border: 1px solid #abbacd;
  border-radius: 5px;
  font-size: 12px;
}

.mini-web-block p{
  color: #2e2e2e;
  margin-bottom: 0rem;
}

.wf-body{
    min-height: 13rem;
}
.wb-btn{
    position: relative;
    bottom: 0px;
}

.web-stat-card .column-divider{
    border-left: 0.0625rem solid #bbc0db;
}
.web-stat-top .column-divider{
    border-left: 0.15rem solid #eceef1;
}

.web-label-top-left {
    position: relative;
    transform: rotate(-90deg);
    transform-origin: top left;
    z-index: 3;
}

.web-vertical-text {
    margin-top: 2rem;
    transform: rotate(-90deg);
    font-size: 14px;
    color: #e4ecff;
    float: left;
    padding-bottom: 3.5rem;
    
    }

.wfbg-1{
    background-color: #e9ebf0;
}
.wfbg-2{
    background-color: #f2f2f2;
}
.wfbg-3{
    background-color: #f9f9f9;
}
.wfbg-4{
    background-color: #f7fcf8;
}

.web-list-item{
    pointer-events: none !important;
}

.w-input{
    border: 1px solid #d5dbde !important;
    margin-bottom: 12px;
}

.web-card-stat:hover{
    cursor: pointer;
    box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.10);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);

}

.profile-card{
    border-radius: 0rem;
}

.p-menu:hover{
    background-color: #f9fafc;
    color: #3F4254;
}

.chat-support-block{
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: #fff;
    padding: 1.5rem 1rem;
}

.card-sub-header {
    padding: 1rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0.0625rem solid rgba(231, 234, 243, 0.7);
  }
  
  .card-sub-header:first-child {
    border-radius: 0.6875rem 0.6875rem 0 0;
  }
  
  
/* Custom Actions Colors */
.wbg1{
    background-color: #f9fbfd !important;
}
.wbg2{
    background-color:#f3f6f9 !important;
}


.tbg3-item{
    background-color: #f0f2f4;
}

/* Add Edit Template Start */
.edit-template thead th{
    border-top: unset;
}
/* Add Edit Template End */

#chartdiv2 {
  width: 100%;
  height: 500px;
}
.doc-details{
    padding: 0.75rem 1.25rem;
    border: 0.0625rem solid transparent;
    background-color: #2c3f57;
    z-index: 3;
}

.doc-video-banner{
        background-image: url(../img/heros/doc-help-banner.png);
        background-size: cover;
        padding: 30px 0;
        background-repeat: no-repeat;
}
.doc-video-banner2{
        background-image: url(../img/heros/doc-help-banner2.png);
        background-size: cover;
        padding: 30px 0;
        background-repeat: no-repeat;
}

.doc-video-banner3{
        background-image: url(../img/heros/doc-help-banner3.png);
        background-size: cover;
        padding: 30px 0;
        background-repeat: no-repeat;
}

.doc-video-banner4{
        background-image: url(../img/heros/doc-help-banner4.png);
        background-size: cover;
        padding: 30px 0;
        background-repeat: no-repeat;
}

.nav-link2.active, .nav-item2.show .nav-link2 {
    color: #377dff;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
@media(max-width: 1560px){
    .tracking-btn{
        width: 100%;
        margin-top: 45px;
        margin-bottom: 6px;
    }
}
@media(max-width: 400px){
    
.tracking-btn {
    margin-top: 50px;
    margin-bottom: 15px;
}
.tracking-btn a {
    margin-bottom: 7px;
}
}
/* .nav-tabs .nav-item:first-child > .nav-link {
    padding-left: 0;
}

.nav-tabs .nav-item:last-child > .nav-link {
    padding-right: 0;
} */

@media(max-width:576px){
.screen-block a span{
    font-size: 12px;
}
}
/* #editUserModalTabContent .card-header{
    padding-top: 0.36rem;
    padding-bottom: 0.36rem;
} */
@media(max-width:576px){
.websidebar{
    width: 100% !important;
    min-width: 100% !important;
}

}

.select2-container--default .select2-search__field {
    padding-left: 0.5rem !important;
}
/* price setting css */
#subidperformance table tr td:last-child{
    max-width: 150px;
    min-width: 150px;
}
/* search popup */
.changeBackdrop .modal-backdrop {
    backdrop-filter: blur(3px);
}
.no-result{
    padding: 2rem 0;
    text-align: center;
    border-bottom:0.0625rem solid #e7eaf3;
}
.payout-sidebar{
    width: 100%;
}
@media(min-width:1120px){
.payout-sidebar{
    width: 70rem;
}
}
@media (min-width: 768px){
.modal-xl .modal-footer, .modal-lg .modal-footer {
    padding-bottom: 1.25rem !important;
}
.modal-xl .modal-header, .modal-lg .modal-header {
    padding: 1rem 1.5rem !important;
}
}
#all-group .form-control{
    border: 0.0625rem solid #e7eaf3 !important;
}
.webflow-traffic-routing-modal .form-control{
    border: 0.0625rem solid #e7eaf3 !important;
}
.flowlogic-img{
    border-radius: 0.6875rem;
    padding: 1.25rem;
    background-color: #f4f4f4;
    background-size: contain;
    background-repeat: no-repeat;
}
.text-muted[href]:hover {
    color: #8c98a4 !important;
}
.sidebar-card-wrapper{
    width: 50rem;
    max-width: 100%;
}
.sidebar{
    max-width: 100%;
}
@media (min-width:768px) and (max-width:808px) {
    .navbar-input-group {
        min-width: 18rem !important;
    }
}
#postbackSidebar, #postbaceditkSidebar{
    width: 80rem;
    max-width: 100%;
   }
  .new-radio.custom-radio [type=radio]:checked+label {
    background-color: transparent;
    font-size: inherit;
    color: inherit;
    font-weight: normal;
    border-color: transparent;
}
.new-radio.custom-radio label {
    background: transparent;
    font-size: inherit;
    font-weight: normal;
    width: auto;
    padding: 5px;
}
.new-radio.custom-radio{
    width: auto;
}

.step-sm.step-inline.step-icon-sm .step-content .step-title::after,
  .step-sm.step-inline .step-icon-sm + .step-content .step-title::after {
    left: 5rem;
  }