.theme-emotsy {
    font-family: DM Sans;
}
.theme-emotsy.login-page {
    background-color: #F8F8F8;
}
.theme-emotsy .btn {
    border-radius: 2rem!important;
}
.theme-emotsy .btn:not(.btn-icon,.dropdown-toggle,.sort-direction){
    padding-left: 17px;
    padding-right: 17px;
}
.text-emotsy {
    color: #12c0db;
}
.theme-emotsy .btn-primary {
    background-color: #24c6de;
    border-color: #24c6de;
}
.theme-emotsy .btn-primary:hover {
    background-color: #12c0db;
    border-color: #12c0db;
}
.theme-emotsy a:not(.btn, .dropdown-item, .nav-link) {
    color: #24c6de;
}
.theme-emotsy a:not(.btn, .dropdown-item, .nav-link):hover {
    color: #12c0db;
}
.theme-emotsy .switchery[type="checkbox"]:checked ~ .check-symbol:before,
.theme-emotsy .styled[type="checkbox"]:checked ~ .check-symbol:before,
.theme-emotsy .styled[type="radio"]:checked ~ .check-symbol:before {
    background: #24c6de;
    border-color: #24c6de;
}
.theme-emotsy.login-page {
    background-color: rgb(239, 240, 245);
    color: #333;
}
.theme-emotsy.login-page .panel-body {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.05)!important;
}
.theme-emotsy.login-page .text-white {
    color: #333!important;
}
.theme-emotsy .navbar-main {
    background-color: #375365;
}
.theme-emotsy.leftbar.mode-dark .navbar-main {
    background-color: #0a1319!important;
}
.progress-bar.bg-primary {
    background-color: #08c6e1!important;
}
.btn-info {
    background-color: #76ddc2;
    border-color: #76ddc2;
}
.btn-info:hover {
    background-color: #7af2d2;
    border-color: #7af2d2;
}
.bg-color0 {
    background-color: #76ddc2;
    border-color: #76ddc2;
    color: #fff;
}
.bg-color1 {
    background-color: #08c6e1;
    border-color: #08c6e1;
    color: #fff;
}
.bg-color2 {
    background-color: #10a6bc;
    border-color: #10a6bc;
    color: #fff;
}
.bg-color3 {
    background-color: #ffaa6f;
    border-color: #ffaa6f;
    color: #fff;
}
.bg-color4 {
    background-color: #ffd773;
    border-color: #ffd773;
    color: #fff;
}
.bg-color5 {
    background-color: #ff8068;
    border-color: #ff8068;
    color: #fff;
}
.bg-color6 {
    background-color: #00bffd;
    border-color: #00bffd;
    color: #fff;
}
.bg-color7 {
    background-color: #aa2bf3;
    border-color: #aa2bf3;
    color: #fff;
}
.bg-color8 {
    background-color: #55b49f;
    border-color: #55b49f;
    color: #fff;
}
.login-header {
    margin: 30px 0;
}
.theme-emotsy .form-control, .select2 {
    border-width: 1px;
}
body{
    padding: 0;
    background-color: #F2FEFF;
}
.theme-emotsy.login-page{
    background-color: #F2FEFF;
}
.theme-emotsy.bg-white{
    background-color: #ffffff;
}
.theme-emotsy.login-page .panel-body{
    box-shadow: none !important;
}
.theme-emotsy.login-page .panel-body h4{
    color: #222751;
    font-size: 20px !important;
    font-family: DM Sans;
    font-weight: 700;
}
.login-description{
    color: #9DA0B7;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.1px;
}
.no-account{
    color: var(--Main-Black-Clear, #222751);
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.1px; /* 165% */ 
}
.has-account{
    color: #9DA0B7;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.1px; /* 165% */
}
.no-account a, .has-account a{
    color: #00A3B9 !important;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.1px;
   
} 
.has-account a{
    text-decoration-line: underline; 
}
.cretenew{
    color: #00A3B9 !important;
    font-family: DM Sans;
    font-size: 14px; 
    font-weight: 600;
    line-height: 23.1px; 
    text-decoration-line: underline; 
}
.passcode, .emailoraccount{
    color: #344357;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.1px; /* 165% */ 
}
.login-password-input::before, .login-email-input::before{
    content:'';
}
.login-brand-bg{
    margin-left: 20%;
    margin-right: 20%;
}
.login-brand-bg img{
    width: 100%;
    height: auto;
}
.or{
    position: relative;
    
    text-align: center;
    z-index: 2;

    color: #526484;
    font-family: DM Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */

}
.or::after{
    position: absolute;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    top: 0;
    margin: auto; 
    right: 0;
    bottom: 0;
    left: 0; 
    z-index: -1;
    content: '';
}
.or::before{
    position: absolute;
    background-color: #9DA0B7;
    height: 1px; 
    width: 80px;
    content: '';
    top: 0;
    margin: auto; 
    right: 0;
    bottom: 0;
    left: 0; 
    z-index: -1;
}
.login-brand{ 
    color: #8094AE;
    text-align: center;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.1px; /* 165% */ 
}
.login-brand h2
{
    color: var(--Main-Black-Clear, #222751);
    text-align: center;
    font-family: DM Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 30.8px; /* 96.25% */
    letter-spacing: -0.84px; 
    
}
.login-panel{
    /*border-radius: 18px;*/
    background: #FFF;
    min-height: 100vh;
    /* Color-Shadow */
    box-shadow: 4px 4px 17px 0px rgba(0, 199, 227, 0.16);
}
.page-container{
    padding-bottom: 0 !important;
}
.login-footer{
    position: relative;
}
.login-footer-toolbar{

}
.login-footer-toolbar .toolbar-item{
    display: block;
} 
.dropdown-toggle::after {
    vertical-align: 0;
}
.socialite{

}
.fs-13px {
    font-size: 13px;
}
.fs-15px {
    font-size: 15px;
}


.theme-emotsy:not(.mode-dark) .default-app-logo svg {
    color: #333;
}
.theme-emotsy .navbar-main {
    background-color: #FFFFFF !important;
}
.theme-emotsy .navbar-main .nav-item > .nav-link.active {
    background: rgba(0,0,0,0.05);
}
.theme-emotsy .dropdown-menu li:hover > a {
    background-color: #f2f2f2;
}
.theme-emotsy .dropdown-menu > .active > a,
.theme-emotsy .dropdown-menu > .active > a:hover,
.theme-emotsy .dropdown-menu > .active > a:focus {
    background-color: #f0f0f0;
}
.theme-emotsy.leftbar .leftbar-hide-menu {
    color: #333;
}
.theme-emotsy.leftbar .navbar-right {
    border-top: solid 1px rgba(0,0,0,0.1);
}
.theme-emotsy:not(.mode-dark) .navbar-icon svg, .theme-emotsy:not(.mode-dark) .navbar-icon svg * {
    fill: currentColor!important;
}
body.mode-dark.theme-emotsy {
    background-color: rgb(40, 40, 40);
}
body.mode-dark.theme-emotsy .navbar-main {
    background-color: rgba(75, 75, 75, 0.8)!important;
}
body.mode-dark.theme-emotsy .modal-content,
body.mode-dark.theme-emotsy .dropdown-menu li,
body.mode-dark.theme-emotsy .select2-dropdown,
body.mode-dark.theme-emotsy .autofill-dropbox-container,
body.mode-dark.theme-emotsy .top-sticky-content,
body.mode-dark.theme-emotsy .search-results,
body.mode-dark.theme-emotsy .template-create-sticky {
    background-color: rgb(40, 40, 40);
}
body.mode-dark.theme-emotsy.leftbar .leftbar-hide-menu {
    color: inherit;
}
.theme-emotsy:not(.mode-dark) .navbar-main .navbar-nav a.nav-link {
    color: rgba(0,0,0,0.7)!important;
}
.theme-emotsy:not(.mode-dark) .navbar-main .navbar-nav .nav-item:hover a.nav-link, .theme-emotsy:not(.mode-dark) .navbar-main .navbar-nav .nav-item.active a.nav-link {
    color: rgba(0,0,0,1)!important;
}
.theme-emotsy.leftbar:not(.leftbar-closed, .mode-dark) .navbar-main:not(.navbar-right) .dropdown-menu {
    background-color: #fff;
}
.theme-emotsy.leftbar:not(.leftbar-closed, .mode-dark) .navbar-main:not(.navbar-right)  .main-menu ul.dropdown-menu:not(.top-user-menus) .nav-item a.dropdown-item {
    color: rgba(0,0,0,0.5)!important;
}
.theme-emotsy.leftbar:not(.leftbar-closed, .mode-dark) .navbar-main:not(.navbar-right)  .main-menu ul.dropdown-menu:not(.top-user-menus) .nav-item.active a.dropdown-item,
.theme-emotsy.leftbar:not(.leftbar-closed, .mode-dark) .navbar-main:not(.navbar-right)  .main-menu ul.dropdown-menu:not(.top-user-menus) .nav-item:hover a.dropdown-item,
.theme-emotsy.leftbar:not(.leftbar-closed, .mode-dark) .navbar-main:not(.navbar-right)  .main-menu ul.dropdown-menu:not(.top-user-menus) .nav-item.active a.dropdown-item .navbar-icon,
.theme-emotsy.leftbar:not(.leftbar-closed, .mode-dark) .navbar-main:not(.navbar-right)  .main-menu ul.dropdown-menu:not(.top-user-menus) .nav-item:hover a.dropdown-item .navbar-icon
{
    color: rgba(0,0,0,1)!important;
}
.content-wrapper, .page-content, .page-container{
    height: 100%;
}
.theme-emotsy.leftbar:not(.leftbar-closed, .mode-dark) .navbar-main:not(.navbar-right) .dropdown-menu.show{
    background-color: transparent !important;
}
.leftbar:not(.leftbar-closed) .main-menu .dropdown-menu.show{
    box-shadow: none !important;
    padding-top: 15px;
}

 

.h-100{
    height:100% !important;
}
.google-connect{
    color: var(--Main-Blue-Sea, #00A3B9);
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.1px; /* 165% */ 
}
.facebook-connect{
    color: var(--Main-Blue-Sea, #00A3B9);
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.1px; /* 165% */
}
.login-button, .login-password-input input, .login-email-input input{
    height: 44px;
}
/*
    dashboard
*/


.theme-emotsy .navbar-main {
    border-radius: 18px;
    background: #FFF;
    
    /* Color-Shadow */
    box-shadow: 4px 4px 17px 0px rgba(0, 199, 227, 0.16);
} 

.emotsy-navbar{
    margin: 15px !important;
}
.leftbar:not(.leftbar-closed) .collapse.navbar-collapse > ul{
    /*
    height: calc(100vh - 215px) !important;
    */
    height: 100vh !important;
}
/*
.navbar-icon svg {
    width: 67px;
    height: 67px;
  }
*/
.theme-emotsy:not(.mode-dark) .navbar-main .navbar-nav a.nav-link {
    color: #526484 !important;
    font-family: DM Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 133.333% */
    letter-spacing: 0.15px; 
}
.theme-emotsy:not(.mode-dark) .navbar-main .navbar-nav .nav-item:hover a.nav-link, .theme-emotsy:not(.mode-dark) .navbar-main .navbar-nav .nav-item.active a.nav-link {
    color: #222751 !important;
}
.dropdown-toggle::after{
    width: 16.16px;
    height: 20px; 
    color:#8094AE;
}
.leftbar .middle-bar{
    /* width: auto; */
}

.box-card{
    border:none !important;
    border-radius: 18px;
    box-shadow: 4px 4px 17px 0px rgba(0, 199, 227, 0.16);
}
.box-card .card-body { 

}
@media (min-width: 1200px) {
    .leftbar .menu-user-avatar {
        height: 30px;
        width: 30px;
    }
    ul.navbar-nav{
        padding: 0 20px;
    }
    ul.navbar-nav li.nav-item{
        padding: 10px 0 10px 10px;
        align-items: center; 
        margin-bottom: 7px;
    }
    .leftbar ul.navbar-nav li.nav-item:hover{
        background: #FFF8E7; 
        border-radius: 8px;
    }
    .leftbar ul.navbar-nav li.nav-item.dropdown:has(a.nav-link.show) {
        background: #FFF8E7; 
        border-radius: 8px;
    } 
    .leftbar ul.navbar-nav li.nav-item.dropdown a.nav-link.show{
        background: #FFF8E7; 
        border-radius: 8px;
    } 
    .dropdown-menu.show .nav-item:hover{
        background: #d69806; 
    }
    .leftbar:not(.leftbar-closed) .navbar-nav > .nav-item .dropdown-menu:not(.top-user-menus) a.dropdown-item{
        padding-top: 0;
        padding-bottom: 0;
    }
    /*
    .leftbar-closed .page-container {
        
    }
    */
    .leftbar ul.navbar-nav li.nav-item.active{
        border-radius: 8px;
        background: #FFF8E7; 
    }
    .leftbar-closed ul.navbar-nav li.nav-item{
        padding: 10px 0 10px 0;
    }
    .leftbar-closed ul.navbar-nav li.nav-item.active{
        border-radius: none !important;
        background: none !important; 
    }
    .leftbar .navbar-main {
        height: calc(100vh - 30px) !important;
    }
    .leftbar .page-container{
        padding-left: 368px !important; 
    }
    .leftbar-closed .page-container {
        padding-left: 105px !important;
    }

    .leftbar .navbar-main {
        width: 306px;
    }
    .leftbar-closed .navbar-main {
        width: 60px;
    }
    .leftbar .navbar-main .navbar-nav .lvl-1{
        padding: 0 !important;
        margin: 0 !important;
    }
     
}
.navbar-toggler-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M160-240q-17 0-28.5-11.5T120-280q0-17 11.5-28.5T160-320h640q17 0 28.5 11.5T840-280q0 17-11.5 28.5T800-240H160Zm0-200q-17 0-28.5-11.5T120-480q0-17 11.5-28.5T160-520h640q17 0 28.5 11.5T840-480q0 17-11.5 28.5T800-440H160Zm0-200q-17 0-28.5-11.5T120-680q0-17 11.5-28.5T160-720h640q17 0 28.5 11.5T840-680q0 17-11.5 28.5T800-640H160Z"/></svg>');
}

/*
    dashboard page
*/
.wellcome-bee{

}
.wellcome-mes{
    color: var(--Main-Black-Lighter, #9DA0B7);
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.1px; /* 165% */ 
}
.wellcome-mes h2{
    color: var(--Main-Black-Clear, #222751);
    font-family: DM Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 30.8px; /* 110% */
    letter-spacing: -0.84px; 
}
.wellcome-mes p{
    margin: 0 0 25px;
}
.campaign-head{

}
.campaign-tools{
    right: 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.campaign-tools span{
    font-weight: 700;
    font-size: 23px;
    color: #00A3B9 ;
}
.ampaign-new{}
.campaign-list{}

.campaign-new .campain-new-img, .campaign-new .campain-new-title,
.campaign-list .campain-list-img, .campaign-list .campain-list-title
{
    width: 50%;
}
.progress-new .progress-left .progress-new-img{
    width: 50%;
    text-align: center;
}
.progress-new .progress-left .progress-new-title{
    width: 50%;
}
.progress-new .progress-left
{
    width: 40%;
}
.progress-new .progress-right 
{
    width: 60%;
}

.progress-new .progress-left .progress-new-title{
    text-align: left;
}
.progress-new .progress-left .progress-new-title h2{
    color: #364A63;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.98px; /* 129.9% */
    letter-spacing: -0.168px; 
    padding: 0;
    margin: 0;
}

.campaign-list .campain-list-img, .campaign-new .campain-new-img{
    text-align: center;
    padding: 7px;
}
.progress-new .progress-left .progress-new-img svg, .campaign-list .campain-list-img svg, .campaign-new .campain-new-img svg{
    max-width: 100% !important;
}
.campaign-list .campain-list-img p a, .campaign-new .campain-new-img p a{ 
    text-decoration: none;
    color: var(--Main-Blue-Dark, #00C7E3);
    text-align: right;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */ 
}
.btn-emotsys{
    border-radius: 18px;
    background: linear-gradient(91deg, #00DAE8 -75.1%, #0FF 460.01%);
    padding: 8px 22px 8px 15px !important;
    align-items: center; 
}
.rd-50{
    border-radius: 50px;
}

.campaign-list .campain-list-title, .campaign-new .campain-new-title{
    color: #364A63;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.98px; /* 129.9% */
    letter-spacing: -0.168px; 
    padding-left: 9px;
    
}
.efonts{
    font-family: DM Sans; 
}


.icons-center{
    top: 19%;
    left: 0;
    right: 0;
    margin: 0 auto; 
    width: 70%;
}
.icons-center2{
    top: 21%;
    left: 0;
    right: 0;
    margin: 0 auto; 
    width: 70%;
}
.icons-center3{
    top: 19%;
    left: 0;
    right: 0;
    margin: 0 auto; 
    width: 70%;
}
.card .card-header h2{
    color: #364A63;
    font-family: DM Sans;
    font-size: 16.8px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.48px; /* 110% */
    letter-spacing: -0.168px; 
    margin: 0;
    padding: 0;
}
.no-after a::after{
    display: none;
}
.top-notification-icon-dot{
    /*
    border-radius: 5px;
    border: 2px solid #FFF;
    */
    background: var(--Main-Blue-Intense, #00E8E8);
}

@media (min-width: 1200px) {
    .progress-new-title{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
} 
@media (min-width: 1400px) {
    .progress-new-title{
        padding-left: 0.7rem !important;
        padding-right: 0.7rem !important;
    }
    .leftbar-closed .progress-new-title{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .icons-center{
        top: 18%;
        left: 0;
        right: 0;
        margin: 0 auto; 
        width: 70%;
    }
    .icons-center2{
        top: 19%;
        left: 0;
        right: 0;
        margin: 0 auto; 
        width: 70%;
    }
    .icons-center3{
        top: 19%;
        left: 0;
        right: 0;
        margin: 0 auto; 
        width: 70%;
    }
}
@media (min-width: 1500px) {
    .progress-new-title{
        padding-left: 0.8rem !important;
        padding-right: 0.8rem !important;
    } 
    .leftbar-closed .progress-new-title{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    } 
    .icons-center{
        top: 18%;
        left: 5%;
        float: left; 
        width: 70%;
    }
    .icons-center2{
        top: 23%;
        left: 5%;
        float: left; 
    }
    .icons-center3{
        left: 0;
        right: 0;
        margin: 0 auto; 
        width: 70%;
    }
}

.progress-bar.bg-primary {
    background-image: none !important;
    background-color: #3EE0EA!important;
    position: relative;
}
.progress-bar.bg-primary::after{
    content: '';
    position: absolute;
    background-color: #ffffff;
    width: 20px;
    height: 18px;
    top: 0;
    right: -10px;
}
.progress.progress-sm{
    height: 8px;
    width: 100%;
    --bs-progress-border-radius: none !important;
}
.progress-items{
    color: var(--Main-Black-Clear, #222751);
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
     /*line-height: 23.1px; 165% */ 
}
.progress-rated{
    color: var(--Main-Black-Lighter, #9DA0B7);
    font-family: DM Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
     /*line-height: 23.1px; 177.692% */ 
}
.progress-percen{
    padding-left: 12px;
    color: var(--Main-Black-Clear, #222751);
    font-family: DM Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    /*line-height: 23.1px;  192.5% */ 

}
.main-border-color{
    border-color: var(--Main-Blue-Sea, #00A3B9) !important;
    color: var(--Main-Black-Clear, #222751);
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.98px; /* 129.9% */
    letter-spacing: -0.168px;  

    padding: 9px 26px 9px 16px; 

}
.main-border-color:hover{
    background-color: var(--Main-Blue-Sea, #00A3B9) !important;
}
.main-color{
    color: var(--Main-Blue-Sea, #00A3B9);
}
.main-bg-color{
    background-color: var(--Main-Blue-Sea, #00A3B9);
}
.rate-value{
    font-family: DM Sans;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 52.8px; /* 110% */
}
.rate-alias{
    
}
 
.rate-last-title{
    color: #364A63;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700; 
}
.rate-last-title span.rate-last-subtitle{
    color: #8094AE;
    font-family: DM Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400; 
}
.rate-open{
     
}
.w-60{
    width: 60% !important;
}
.w-40{
    width: 40% !important;
}


.rate-open .rate-open-result{
    color: #364A63;
    font-family: DM Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.rate-open p{
    padding: 0;
    margin: 0;
}
.h-10{
    height: 10px !important;
}
.rate-alias .alias-items{
    color: #526484;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.1px; /* 165% */ 
}
.rate-alias .alias-value{ 
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */ 
}
.support-request{
    color: #364A63;
    font-family: DM Sans;
    font-size: 16.8px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.48px; /* 110% */
    letter-spacing: -0.168px; 
}
.rate-orange{

}
.rate-orange .progress-bar.bg-primary{
    background-image: none !important;
    background: linear-gradient(90deg, #FFC67C 0%, #FFAB6F 142.99%);
    position: relative;
    background-color: #FFAB6F !important;
}
.rate-orange .rate-color{
    color: var(--Main-Orange-Darkest, #FFAB6F); 
}
.rate-orange .rate-alias .alias-value{
    color: var(--Main-Orange-Darkest, #FFAB6F); 
}
.rate-blue .rate-color{
    color: var(--Main-Blue-Sea, #00A3B9); 
}
.rate-blue .rate-alias .alias-value{
    color: var(--Main-Blue-Sea, #00A3B9); 
}
.rate-orange .card-header, .rate-blue .card-header{
    border-bottom-color:#E5E9F2 !important
}


.rate-blue{

}
.rate-blue .progress-bar.bg-primary{
    background-image: none !important;
    background-color: #3EE0EA !important;
    position: relative;
}

.light-blue .progress-bar.bg-primary{
    background-color: #3EE0EA !important;
}
.blue .progress-bar.bg-primary{
    background: #00C7E3 !important;
}
.orange .progress-bar.bg-primary{
    /*background: #FFAB6F !important;*/
    background: linear-gradient(90deg, #FFC67C 0%, #FFAB6F 142.99%) !important;

}
.green .progress-bar.bg-primary{
    background: #76DDC2 !important;
}
.silver .progress-bar.bg-primary{
    background:  #FAFAFA !important
}
.yellow .progress-bar.bg-primary{
    background: var(--Main-Orange-Vivid, #FFD569) !important
}
.e-type{

}
.efrom, .esubject{
    color: #8094AE;
    font-family: DM Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.8px; /* 165% */ 
}
.e-label{
    color: #364A63;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.1px;
    margin-bottom: 0 !important;
}
.e-date {
    display:flex;
    justify-content: space-between;
}
.e-col {
    flex-basis: 50%;
}
.e-col:first-child {
    border-right: 1px solid #B6C6E3;  
    padding-right: 15%;
}
.e-col:nth-child(2){
    padding-left: 15%;
}
.e-value{
    color: #8094AE;
    font-family: DM Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.8px; 
}
.e-listing{

}
.revert::after{
     display: none; 
}
.revert::before{
    width: 16.16px;
    height: 20px;
    color: #8094AE;
    content: 'keyboard_arrow_down';
    font-family: 'Material Icons Outlined';
    border: none;
    line-height: 21px;
    opacity: 0.5; 
    margin-right: 9px;;
}
.btn-outline-emotsy{
    --bs-btn-color: #00A3B9;
    --bs-btn-border-color: #00A3B9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00A3B9;
    --bs-btn-hover-border-color: #00A3B9;
    --bs-btn-focus-shadow-rgb: 25,135,84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00A3B9;
    --bs-btn-active-border-color: #00A3B9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #00A3B9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #00A3B9;
    --bs-gradient: none; 
    padding: 9px 26px 9px 16px; 
    color: var(--Main-Black-Clear, #222751);
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.98px; /* 129.9% */
    letter-spacing: -0.168px; 
}

/*
    chart
*/

.chart-title{
    color: var(--Main-Black-Clear, #222751);
    text-align: center;
    font-family: DM Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.8px; /* 165% */ 
}
.chart-alias{
    color: #8094AE;
    text-align: center;
    font-family: DM Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 100% */ 
}
.chart{
    display: flex;
    justify-content: center;
    margin: 8px 0;
}
.c100 {
    background-color: #FAFAFA; 
    font-size: 100px;
    margin: 0;;
}
.c100 > span { 
    color: #000000;
}

.c100:after {
    background-color: #ffffff;
}
.c100:hover > span {  
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    width: 5em;
    line-height: 5em;
    font-size: 0.2em;
    color: #000000;
}


#chart1 .c100 .bar {
    border-color: #00E8E8 !important; 
} 
#chart1 .c100.p72 .fill{
    border-color: #00E8E8 !important;
}


#chart2 .c100 .bar {
    border-color: #FFC67C !important; 
}
#chart2 .c100 .fill{
    border-color: #FFC67C !important;
}

#chart3 .c100 .bar {
    border-color: #76DDC2 !important; 
}
#chart3 .c100 .fill{
    border-color: #76DDC2 !important;
}
 
#chart4 .c100 .bar {
    border-color: #9DA0B7 !important; 
}
#chart4 .c100 .fill{
    border-color: #9DA0B7 !important;
}
 
#chart5 .c100 .bar {
    border-color: #FF443C !important; 
}
#chart5 .c100 .fill{
    border-color: #FF443C !important;
}

#chart6 .c100 .bar {
    border-color: #9DA0B7 !important; 
}
#chart6 .c100 .fill{
    border-color: #9DA0B7 !important;
}

#chart1 .c100 .slice, #chart2 .c100 .slice, #chart3 .c100 .slice, #chart4 .c100 .slice, #chart5 .c100 .slice, #chart6 .c100 .slice{
    rotate: 180deg;
}

#chartsub .c100 .bar {
    border-color: #3EE0EA !important; 
}
#chartsub .c100 .fill{
    border-color: #3EE0EA !important;
}
#chartsub .c100.big{
    font-size: 130px;
}
  


@media (min-width: 1200px) {
    .leftbar.middle-bar-open .middle-bar {
        right: 0;
        left: unset;
    }
    .leftbar.middle-bar-open .page-container {
        transform: translateX(-420px);
    }
    .leftbar .middle-bar-head {
        text-align: left;
    }
    .leftbar .middle-bar-head .middle-bar-close-button {
        transform: scaleX(-1);
        width: 50px;
        height: 50px;
        display: flex;
        text-decoration: none;
        align-items: center;
        justify-content: center;
    }
    .leftbar .middle-bar {
        background: #d0f3f6;
    }
}
@media (max-width: 1199px) {
    body {
        padding-top: 90px;
    }
    .top-right-menu-group {
        display: none;
    }
}
.empty-list {
    background: transparent;
}
.form-group label {
    font-weight: 600;
}
.register-form input {
    height: 44px;
}
.select2-selection--single:not([class*=bg-]):not([class*=border-]) {
    background-color: #fff;
    height: 44px;
    border-width: 1px;
    border-color: #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}
.btn-view-password {
    margin-top: -35px;
}
.e-title{
    color: #364A63;
    font-family: DM Sans;
    font-size: 16.8px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.48px; /* 110% */
    letter-spacing: -0.168px; 
}
.p-36{
    padding: 36px !important;
}
.px-36{
    padding-left: 36px !important;
    padding-right: 36px !important;
}
.py-36{
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}
.pt-36{
    padding-top: 36px !important;
}


#ListsGrowthChart1 div{
    width: 100% !important;
}
#ListsGrowthChart1 div canvas{
    width: 100% !important;
}
.chart-subscrib{
    color: #364A63;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.48px; /* 132% */
    letter-spacing: -0.168px; 
}
.chart-iters{}
.chart-iters ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.chart-iters ul.li{
    color: #8094AE;
    font-family: DM Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.8px; /* 152.308% */ 
    list-style-type: none;
}
.list-top{

}
.list-top ol{
    
}
.list-top ol li{
   width: 100%;  
   padding-bottom: 5px;
}
.list-top ol li::marker{
    color: #8094AE;
    font-family: DM Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.8px; /* 165% */ 
}
.list-top ol li div.clcontent{ 
    width: 100%;
    display: flex;
    justify-content: space-between; 
    padding-left: 5%;
}
.list-top ol li div.clcontent span{
    width: 25%; 
    color: #8094AE;
    font-family: DM Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.8px; /* 152.308% */ 

}
.list-top ol li div.clcontent span:nth-child(1){
    width: 50%;
}
.list-top ol li div.clcontent span:nth-child(2){
    color: var(--Main-Black-Clear, #222751);
    font-family: DM Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.8px; /* 152.308% */ 
}
.htest{
    background-color: #00A3B9 !important;
}
.theme-emotsy .btn.rd-0{
    border-radius: 0 !important;
}
.perfometag .pagination .page-item .page-link, .perfometag .page-item.disabled .page-link{
    color: #888;
} 
.perfometag .pagination .page-item .page-link, .perfometag .page-item {
    margin-right: -2px;
}
.perfometag .active > .page-link{
    border-color:  #00C7E3;
    background:  #EAFCFE;
    color: var(--Main-Blue-Sea, #00A3B9) !important; 
    text-align: center;
    font-family: DM Sans; 
    font-style: normal;
    font-weight: 600; 
    letter-spacing: 0.26px; 
}
 
.perfometag .page-item .page-link, .perfometag .page-item.disabled .page-link{
    /*border-color:;*/
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
}
.perfometag .page-item.active .page-link{
    border: 1px solid  #00C7E3; 
    background:   #EAFCFE; 
}
.perfometag .page-item.active:last-child .page-link{
    border: 1px solid  #00C7E3; 
    background:   #EAFCFE; 
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; 
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

.perfometag .page-item:first-child .page-link{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; 
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
}
 
.perfometag .page-item:last-child .page-link{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important; 
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.theme-emotsy a:not(.btn, .dropdown-item, .nav-link) {
    background: transparent;
    margin-top: 2px;
}
.middle-bar-element {
    margin-top: 5px;
}
.top-controls-container {
    padding-top: 10px;
}
/*
    button circle 
*/
.pt-mode{
    padding-top: 16px;
}
.changemode{
    --bs-dropdown-min-width: 6rem;
}
.changemode li:hover > a{
    background: transparent !important;
}
.changemode .btn{
    border-radius: 50% !important;
}
.btn-circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    border-radius: 50% !important;
  }
  
  .btn-circle i {
    position: relative;
    top: -1px;
  }
  
  .btn-circle-sm {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 0.9rem;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  
  .btn-circle-lg {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 1.1rem;
  }
  
  .btn-circle-xl {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.3rem;
  }
  .changemode {
    min-width: initial!important;
  }
  .app_search_input + [class^="material-"] {
    background-color: transparent;
    font-size: 20px;
  }
  .leftbar .top-sticky-content {
    margin-left: -10px;
    padding-left: 10px;
    margin-right: -10px;
    padding-right: 10px;
    border-radius: 10px;
  }
  .footer {
    position: relative;
  }
  
.breadcrumb > li > a, .page-title .breadcrumb > li + li:before, [class^="theme-"] .breadcrumb > li > a {
    line-height: 15px;
}
.theme-emotsy .breadcrumb-item.current a {
    color: #12c0db!important;
}
a.emt-chatbox-channel-button {
    padding: 8px;
    border-radius: 15px;
    background: #fff!important;
    display: block;
    box-shadow: 4px 4px 17px 0px rgba(0, 199, 227, 0.16);
    margin-bottom: 10px;
    position: relative;
}
.emt-chatbox-conversations-container {
    display: flex;
    box-shadow: 4px 4px 17px 0px rgba(0, 199, 227, 0.16);
    border-radius: 15px;
    width: 100%;
}
.emt-chatbox-conversations-list {
    width: 25%;
    height: calc(100vh - 245px);
    background: #22264E;
    color: #fff;
    border-radius: 15px 0px 0px 15px;
}
.emt-chatbox-conversations-content {
    width: 75%;
    height: calc(100vh - 245px);
    background: #fff;
    border-radius: 0px 15px 15px 0px;
    position: relative;
}
.emt-chatbox-conversations-content-header {
    padding: 15px 20px;
    border-bottom: solid 1px #F0F0F5;
}
.emt-chatbox-avatar {
    border-radius: 100%;
    background-color: #F7D08B;
    color: #000000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.emt-chatbox-searchbox {
    position: relative;
}
.emt-chatbox-searchbox input {
    border-radius: 100px;
    width: 100%;
    background-color: transparent;
}
.emt-chatbox-searchbox .search-icon {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    z-index: 100;
    font-size: 20px;
    pointer-events: none;
    color: #bbb;
}
.emt-chatbox-conversations-list .emt-chatbox-searchbox input {
    border-color: rgba(255,255,255,0.2);
}
.emt-chatbox-conversations-list .emt-chatbox-searchbox .search-icon {
    color: rgba(255,255,255,0.2);
}
.emt-chatbox-conversation-name-select {
    background-color: rgba(255,255,255,0.2);
    border-radius: 100px;
    display: block;
    padding: 8px 15px;
}
.emt-chatbox-conversation-label {
    color: #fff!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 12px 10px;
    margin-right: 7px!important;
    margin-left: 7px!important;
}
.emt-chatbox-conversation-label.active {
    color: #000!important;
    background-color: #5AC4E0!important;
    border-radius: 10px;
}
.emt-chatbox-channel-button.active {
    border: solid 1px #55C3DF;
}
.emt-chatbox-channel-button.active::after {
    content: '1';
    color: transparent;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #23264B;
    border-radius: 100%;
    position: absolute;
    right: -28px;
    top: 17px;
}
.emt-chatbox-channel-button.has-message::before {
    content: '1';
    color: transparent;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #D75D4F;
    border-radius: 100%;
    position: absolute;
    right: -2px;
    bottom: 0;
}
.emt-chatbox-conversations-content-messages {
    padding: 15px 20px;
    height: calc(100vh - 390px);
    overflow: auto;
}
.emt-chatbox-conversations-content-message {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.emt-chatbox-conversations-content-message .message-content {
    padding: 12px 15px 15px 35px;
    margin-right: -20p;
    background-color: #F4F6F9;
    border-radius: 15px;
    max-width: 80%;
}
.emt-chatbox-conversations-content-message .message-avatar {
    margin-right: -15px;
    z-index: 1;
}
.emt-chatbox-conversations-content-message  .emt-chatbox-avatar {
    width: 30px;
    height: 30px;
    font-size: 12px;
}
.emt-chatbox-conversations-content-message.message-host {
    justify-content: right;
}
.emt-chatbox-conversations-content-message.message-host .message-content {
    background: #D1F5F8;
}
.emt-chatbox-conversations-content-message.message-host div:first-child {
    order: 2;
}
.emt-chatbox-conversations-content-message.message-host div:nth-child(1) {
    order: 1;
}
.emt-chatbox-conversations-content-message.message-host .message-avatar {
    margin-right: 0;
    margin-left: -15px;
}
.emt-chatbox-conversations-content-message.message-host .message-avatar .emt-chatbox-avatar {
    background: #5AC4E0;
}
.emt-chatbox-conversations-content-message.message-host .message-content {
    padding: 12px 35px 15px 15px;
}
.emt-chatbox-conversations-content-sendbox {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
    border-top: solid 1px #F0F0F5;
    box-shadow: 0 -4px 6px -2px rgba(0, 0, 0, 0.03);
}
.emt-sendbox-overlay {
    border-radius: 100px;
    border-color: #F4F6F9;
    background-color: #F4F6F9;
    width: 100%;
}
.emt-sendbox-overlay .emt-sendbox-input {
    background-color: transparent;
    border-color: transparent;
    width: 100%
}
.emt-sendbox-overlay .emt-sendbox-input:focus {
    outline: none;
    box-shadow: none;
}
.theme-emotsy .emt-sendbox-tool-item {
    color: #48A1B5!important;
}
.theme-emotsy a.emt-sendbox-send-button {
    width: 43px;
    height: 43px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    padding: 0!important;
}
.message-content-time-line {
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
}
.filter-box .select2-selection--single:not([class*=bg-]) {
    background: transparent;
    border-width: 1px;
    border-color: #aaa;
}
.campaign-type-select {
    padding: 20px;
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    color: #333;
}
.campaign-type-select:hover {
    background-color: #f1f1f1;
    transform: translateY(-5px);
}
.campaign-type-icon-box {
    color: #333;
    height: 120px;
    width: 120px;
    border: solid 2px rgb(237, 234, 233);
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    display: flex;    
    background:#fff;
}
.theme-sms .select2-selection--single:not([class*=bg-]), .theme-sms .select2-selection--multiple:not([class*=bg-]):not([class*=border-]) {
    border-width: 1px;
}
.theme-sms .invalid-feedback {
    font-size: 14px;
}
.select-plan-box {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.select-plan-box:hover, .select-plan-box.current {
    border-color: rgb(47, 95, 199)!important;
}
.theme-sms .styled[type="radio"]:checked ~ .check-symbol:after {
    width: 12px;
    height: 12px;
    left: 3px;
    top: 2px;
}
.ftext-capitalize::first-letter{
    text-transform: uppercase;
}


/*
* automation css
*/
.automation-type { 
    border-radius: 20px; 
    cursor: pointer;
    color: #333; 
    transition: all 0.2s ease-in-out; 
}
.automation-type-select {
    padding: 10px;
    border-radius: 20px; 
    cursor: pointer;
    color: #333;
    border: solid 2px rgb(237, 234, 233);
}

.automation-type-icon-box {
    color: #333; 
    align-items: center;
    justify-content: center;
    display: flex; 
    padding: 0 15px ;    
}
.automation-type:hover { 
    transform: translateY(-5px);
}
a.automation-type:hover .automation-type-select{
    background-color: #fff;
} 

/*
* product css
*/
#ProductList .list .proimage, #ProductList .proimage, #FunnelList .proimage
{ max-width: 200px; height: auto;}

#FunnelList .list .proimage
{ max-width: 100px; height: auto;}
#FunnelList .grid .proimage
{ width:100% ; height: auto;}
.alert {
    border-radius: 18px;
    padding: 20px 30px 20px 60px;
    background: linear-gradient(to right, #FFEEC4, #ffc67c);
}
.alert:not(.alert-center)::before {
    top: 19px;
}
.new-price-item, .new-price-item.current {
    border-radius: 18px;
    background-color: #fff;
    box-shadow: none!important;
    padding: 0;
    border: none;
    background-color: #C9F6F9;
}
.new-price-item:focus {
    border: none;
}
.new-price-item .top-info {
    padding: 30px 40px;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 4px 4px 17px 0px rgba(0, 199, 227, 0.16);
    transition: all 0.2s ease-in-out;
}
.new-price-item:hover {
    border: none;
    box-shadow: none;
    background-color: #C9F6F9;
}
.new-price-item:hover .top-info {
    box-shadow: 4px 4px 17px 0px rgba(0, 199, 227, 0.3);
}
.new-price-item .tier-details {
    padding: 30px 40px;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1330px;
    }
}
.select-tier-box .select2-container {
    width: 100%!important;
}
.select-tier-box .select2-container .select2-selection {
    border: none;
    width: 100%;
}
.select-tier-box .select2-container .select2-selection--single .select2-selection__rendered {
    color: #00A3B9;
    font-weight: 600;
}
.new-price-item .buy-button {
    padding: 5px 20px 5px 20px;
    border-radius: 40px!important;
    background-color: #08C6E0;
    border-color: #08C6E0;
    opacity: 1;
    box-shadow: -2px 2px 0 #23274E!important;
}
.new-price-item .buy-button:hover {
    box-shadow: -2px 3px 0 #23274E!important;
}
.new-price-item .select-tier-box .select2-container {
    height: 40px;
}
.new-price-item .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
    height: 40px;
}
.new-price-item .price .p-amount {
    font-size: 53px;
    font-weight: 600;
    transform: translateY(20px);
}
.new-price-item .topborder>li:first-child {
    border-top: none;
    border-bottom: none;
}
.new-price-item .topborder>li {
    border-top: none;
    border-bottom: none;
}
.plan-feature-section {
    padding: 25px 30px 20px 30px;
    margin-bottom: 15px;
    background-color: #F4FEFF;
    border-radius: 18px;
    line-height: 35px;
}
.plan-feature-section .plan-feature-group-title {
    font-size: 16px;
    display: flex;
    margin-bottom: 5px;
}
.plan-feature-section .plan-feature-group-title:after {
    content: 'keyboard_arrow_down';
    margin-left: auto;
    font-family: 'Material Icons Outlined';
    font-weight: normal;
}
.plan-feature-section.closed .plan-feature-group-title:after {
    content: 'keyboard_arrow_up';
}
.plan-feature-section.closed .plan-feature-item {
    display: none!important;
}
.current-subscription-plans .plan-feature-section {
    background-color: #FFF;
}
.plan-group-label {
    
    padding: 12px 25px 12px 25px;
    border-radius: 40px;
    background-color: #EAF1FB;
    font-size: 26px;
    font-family: "Poppins", "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif
}
.new-price-item .plan-tier-info-box {
    background-color: #EBF1FA;border-radius:18px;
}
.popup-bg-emo {
    background-color: #F4FEFF;
}
.nav-tabs > li.active > a.nav-link, .nav-tabs > li > a.nav-link.active, .nav-tabs > li > a.nav-link:hover, .nav-tabs > li > a.nav-link:focus {
    background-color: transparent;
}

.campaign-type-select {
    color: #333!important;
}