/*
    Light themes
*/
[data-bs-theme="light"] {
    --bs-font-sans-serif: "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --highContrastColor:#171e25;
    --middleContrastColor:rgb(96, 110, 123);
    --baseTextColor:rgb(109, 124, 145); 
    --lightBlueColor:#1e8bc2;
    --a-hover-color: rgb(10, 88, 202);
    --a-color:rgb(30, 139, 194);
    --lightPurpleColor:rgb(95, 39, 129);
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1; 
    --lightestPurpleColor: rgb(240, 231, 252);
    --lightYellowColor:rgb(251, 221, 70);
    --blueColor: #3371bf; 
    --body-color: #212529;
    --card-bg:var(--highContrastColor);
    --card-border-width:1.5;
    --card-border-color:#dee2e6;
    --card-border-radius:.375rem;
    --lowerContrastColor: #e6ebf1;
    --highContrastColor: rgb(23, 30, 37);
    --lighterPurpleColor:rgb(205, 183, 231);
    --bs-table-bg: #fcfdfd;
    --dimPurpleColor: rgb(146, 85, 183);
    --baseTextPlaceholderColor: rgb(171, 182, 193);
    --borderColor: rgb(230, 235, 241);
    --lowContrastColor: #fff;
}
a.download-link {
    color: var(--dimPurpleColor);
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}
a.download-link:hover {
    color: var(--dimPurpleColor);
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-color: rgb(230, 235, 241);
}
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #000;
    --bs-table-striped-bg: #fcfdfd;
    color: #000;
}
.table:not(.table-dark) th {
    color: #000;
    font-weight: 600;
}
body {
    padding-top: 0;
    font-size: 15px; 
    color: var(--baseTextColor); 
    font-family:  "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important;
    color: var(--highContrastColor);
    background-color: rgb(248, 249, 253);
}
body.topbar {
    padding-top: 53px;
}
.navbar.bg-dark {
    background-color: #2f004d !important;
}
h1{
    font-size: 24px;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    color: var(--highContrastColor);
}
h3, .h3 {
    font-size: 20px;
}
.text-muted {
    --bs-text-opacity: 1;
    color: var(--highContrastColor) !important;
}
.text-muted3 {
    color: rgb(109, 124, 145) !important;
}
a {
    color: rgb(30, 139, 194);
    text-decoration: none;
}
a:hover {
    color: var(--a-hover-color);
}
.fs-5{ 
    font-size: 18px;
}
.btn {
    border-radius: 0.375rem; 
}
code {
    color: var(--lightPurpleColor);
}
.btn-primary, .btn-info, .btn-secondary {
    color: #fff; 
    background-color: var(--lightPurpleColor);
    border-color: var(--lightPurpleColor);
    box-shadow: none;
    font-size: 16px;
    line-height: 19px;
}
.btn-primary:hover, .btn-info:hover, .btn-secondary:hover { 
    background-color: rgb(51, 13, 73);
    border-color: rgb(51, 13, 73);  
}
.btn-warning{
    background-color: var(--lightYellowColor);
    border-color: var(--lightYellowColor);
}
.card-text{
    margin-top: 1em;
    color: rgb(109, 124, 145);
    font-size: 14px;
    line-height: 16px;
}
.card-body.validate label{
    font-size: 10px;
    line-height: 12px;  
}
.card-body img{
    max-width: 100%;
}
.form-control:focus{
    color: rgb(95, 39, 129)
}
.input-group > .form-control, .input-group > .form-select{
    color: rgb(95, 39, 129)
}
.input-group > .form-control::placeholder{
    color: rgb(95, 39, 129)
}
.badge{
    /*
    background-color: #f0e7fc;
    border-radius: 16px;
    width: 56px;
    height: 56px; 
    */
}
::placeholder {
    opacity: 0.4 !important;    
}
.highContrastColor{
    color: var(--highContrastColor);;
}
.middleContrastColor{
    color: var(--middleContrastColor);;
}

.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner > .menu-item.active::before{
    display: none;
}
.bg-menu-theme .menu-inner > .menu-item.active > .menu-link{
    border-radius: 10px;
}
.bgheader{
    background-color: #e6ebf1;
}

/*
    menun link
*/
.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {
    background-color: var(--lightestPurpleColor) !important;
    color: var(--lightPurpleColor) !important;
}
.menu-icons{
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 1rem;
}
/*
    profile icons
*/
/* .avatar.avatar-online::before {
    position: absolute;
     content: "^";
     color: #882288;
     font-size: 2.4rem;
} */

.select-plan-item {
    width: calc(25% - 20px);
}
/*
    Login
*/
.container.login{
    min-height: 100vh;
    padding: 30px 0 0;
    display: flex;
    position: relative;
    flex-direction: column;
    max-width: 100%;
}
.circle{
    position: absolute;
    background-color: var(--blueColor);
    top: 0;
    left: 0;
    width: 820px;
    bottom: 0;
}
.inner-container{
    width: 97.5%;
    flex-wrap: wrap;
    max-width: 1150px;
    margin: 0 auto;
    z-index: 1;
    background: #f8f9fd;
    box-shadow: 6px 27px 86px var(--highContrastColor)3;
    border-radius: 44px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 0;
}
.form-container{
    margin: 30px auto;
    width: 30%;
}
.em-form{
    padding: 35px 0;
    margin: 0 auto;
    max-width: 380px;
}
.brandname{
    margin: 30px 0 15px;
    line-height: 1.28;
    letter-spacing: -.02em;
    max-width: calc(100% - 96px);
    font-weight: 700;
    font-size: 36px;
    color: var(--highContrastColor);
}
.btn-login{
    margin-top: 14px; 
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    color: var(--highContrastColor);
    background: var(--lightYellowColor) !important;
    border-radius: 14px;
    box-shadow: unset;
    padding: 8px 27px;
    /*transition: color .3s,background .3s;*/
    min-height: 60px;
    width: 100%;
}
.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 3px 0px!important;
}
.separation-line{
    display: block;
    font-size: 1.5em;
    margin-bottom: -10px;
    line-height: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.separation-line .hr{
    left: 0;
    margin: 0 15px;
    position: absolute;
    right: 0;
    top: 54%; 
    z-index: -1;
    height: 1px;
    background-color:#ddd;
}
.separation-line span{
    background: #fff;
    color: #ddd;
    display: inline-block;
    font-size: 13px;
    padding: 0 8px;
}
.social-auth-button{
    border-radius: 3px;
    border: 1px solid #c3c3c3;
    box-sizing: border-box;
    color: #5e5e5e;
    display: inline-block;
    font-size: 15px;
    height: 50px;
    letter-spacing: .5px;
    line-height: 50px;
    margin-top: 15px;
    overflow: hidden;
    padding-left: 80px;
    padding-right: 30px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    background: transparent;
}
.image-container img{
    height: auto !important;
    border-radius: 0 0 0 200px;
}
.google-button{
    background-image: url("../../images/google_logo_large.png"), linear-gradient(90deg, rgb(255, 255, 255) 50px, rgb(251, 251, 251) 0px) ;
    border: 1px solid #c3c3c3;
    background-position: 12px 50%,0 0;
    background-size: 30px;
    background-repeat: no-repeat;
}
.facebook-button{
    background: url('../../images/facebook_logo.png') no-repeat 10px,linear-gradient(90deg,#304879 50px,#406094 0);
    border-color: #375685;
    color: #fff;
}
.linkedin-button{
    background: url('../../images/linkedin_logo.png') no-repeat 10px,linear-gradient(90deg,#04659a 50px,#0077b5 0);
    border-color: #0f608f;
    color: #fff;
}
.apple-button{
    background: url('../../images/apple_logo_large.png') no-repeat 10px,linear-gradient(90deg,#fff 50px,#fbfbfb 0);
    background-position: 12px 50%,0 0;
    background-size: 30px;
    background-repeat: no-repeat;
}
.external-sso{
    background-image: url("../../images/sso_icon.svg"), linear-gradient(90deg, rgb(255, 255, 255) 50px, rgb(251, 251, 251) 0px)
}
.control-password label, .control-email label{
    margin-bottom: 7px;
}
.underline{
    text-decoration: underline;
}
.nothaveacc{
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
/*
    Dashboard
*/
/* .dashboard{
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -.48px;
    color: var(--highContrastColor);
} */
.wellcome{
    margin: 1.5rem 0rem;
}
.lightPurpleColor{
    color: var(--lightPurpleColor);
}
.total{
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: rgb(23, 30, 37)
}
.form-label{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: .5rem;
    color: var(--baseTextColor);
    text-transform: capitalize; 
}
.form-label.filter {
    color: var(--highContrastColor);
}
.monitor{
    background-color: #f8f9fd;
    border-radius: .375rem;
}
/*
    side menu
*/

@media (min-width: 1200.98px) {
    .layout-menu-fixed .layout-menu{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        margin-right: 0 !important;
        margin-left: 0 !important;
    } 
}
/*
    card redefind
*/
.cardpro {
   
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word; 
    background-clip: border-box;
    border: var(--card-border-width) solid var(--card-border-color);
    border-radius: var(--card-border-radius);

}

.table .thead-dark{
    padding:16px;
}
.table .thead-dark th {
    color: #fff;
    color: var(--highContrastColor);
    background-color: var(--lowerContrastColor);
    border-color: var(--lowerContrastColor);
    font-weight: 700;
    font-size: 14px;
    padding: 16px 0 16px 16px;
}
.table .thead-dark tr th:first-child{
  border-top-left-radius: 6px; 
}
.table .thead-dark tr th:last-child{
    border-top-right-radius: 6px; 
    padding-right: 16px;
}
.table tbody.apikeylist tr td:first-child{
    padding: 16px 0 16px 16px;
}
.table tbody.apikeylist tr td:last-child{
    padding: 16px 0 16px 0;
    text-align: center;
}
.table th{
    text-transform: none;
}
.table > :not(caption) > * > *{
    padding: 0.625rem 0.65rem;
}
/*
    Api key list
*/
.btn-api{ 
    background-color: rgb(95, 39, 129); 
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    opacity: 0.3;
}
.btn-main-custom{
    border-color: #cdb7e7;
    color: #5f2781 !important;
    background: transparent;
    font-size: .8rem;
}
.btn-main-custom:hover{
    background-color: #cdb7e7;
    color: #ffffff !important;
}
.bg-main{
    background-color: #5f2781 !important;
}
/*
    Validate
*/
.ebadge{
    border-radius: 16px;
    background-color: #f0e7fc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ebadge.medium{
    width: 56px;
    height: 56px;
    min-width: 56px;
}
.ecard{
    box-shadow: 0 4px 10px #00000017;
    overflow: hidden;
}
.ecard-two::after {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    background: var(--lightestPurpleColor);
    border-radius: 50%;
    opacity: .4; 
    bottom: -45px;
    right: -45px;
}
.ecard-one::after{
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    background: var(--lightestPurpleColor);
    border-radius: 50%;
    opacity: .4; 
    top: -45px;
    right: -45px;
}
/*
    Email Finder
*/
.bg-card{
    background-color: #efe7fc;
}
.finder-result{

}
.finder-result ul.finder-info{
    margin: 0;
    padding: 0;
}
.finder-result ul.finder-info li{
    display: flex;
    justify-content: space-between;
}
.custom-badge{ 
    color: #ec9811;
    border-radius: 25px;
    padding: 3px 15px;
}
.custom-bg-warning{
    background-color: #fffae4;
}
.view-all-files{
    text-wrap: nowrap;
}
.switch-all-files{
    width: 3em !important;
    margin-right: 12px !important;
}
/*
    usage
*/
.usage a.report-download{
    color: #5f2781;
}
.usage a.report-download:hover{
    color: #000000;
}
.usage h2.title{
    color: var(--highContrastColor);
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 1.5rem;
}
.usage .btn-light{
    background-color:#cdb7e7;;
} 

.usage .btn-light svg{
    color: #ffffff;
}
/*
    Footer
*/
.footer {
    position: initial;
    background-color: transparent;
}
.sub-section {
    margin-bottom: 40px;
}
.nav-tabs.nav-underline .nav-item .nav-link:not(.active) {
background-color: transparent;
}
.top-sticky-content {
    top: 0;
}
.nav-tabs.nav-underline:not(.nav-fill):not(.nav-justified) .nav-link, .nav-pills.nav-underline:not(.nav-fill):not(.nav-justified) .nav-link {
    width: auto;
    font-size: 18px;
    font-weight: 600;
}
.alert {
    padding-left: 50px;
}
.payment-box {
    background-clip: padding-box;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
}
.payment-box {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #d9dee3;
    border-radius: 0.5rem;
}
.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 {
    border-bottom: 3px solid var(--lightPurpleColor);
    border-bottom-color: var(--lightPurpleColor);
}
.alert-warning {
    color: var(--highContrastColor);
}
.alert-info {
    background-color: #dff0f8;
    border-color: #dff0f8;
    color: var(--highContrastColor);
}
.dropdown-item {
    color: var(--highContrastColor);
}
.dropdown-menu > li > a:hover {
    background: #dff0f8;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #bae6fa;
    color: var(--highContrastColor);
}
.navbar-frontend .top-user-menus .backdrop {
    display: none!important;
}
.navbar-frontend .top-user-menus {
    width: auto;
}
.text-muted2 {
    opacity: 1;
}
.table {
    color: var(--highContrastColor);
}
.nav-tabs .nav-item .nav-link {
    color: var(--highContrastColor);
}
.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link:focus {
    color: var(--highContrastColor);
}
.text-primary {
    color: var(--lightPurpleColor) !important;
}
 
.bg-menu-theme.menu-vertical {
    filter: drop-shadow(5px 0px 39px rgba(0,0,0,.0579843));
}
.bg-menu-theme .menu-link, .bg-menu-theme .menu-horizontal-prev, .bg-menu-theme .menu-horizontal-next, .custom-color-text{
    color: var(--lightPurpleColor);
    font-weight: 500;
}
.btn {
    box-shadow: none;
}
.menu:not(.menu-no-animation) .menu-link > .menu-icons, .menu:not(.menu-no-animation) .menu-link > .menu-icon {
    width: 20px;
    filter: invert(52%) sepia(5%) saturate(1740%) hue-rotate(176deg) brightness(90%) contrast(82%);
}
.menu:not(.menu-no-animation) .menu-link:hover > .menu-icons, .menu:not(.menu-no-animation) .menu-link:hover > .menu-icon {
    width: 20px;
    filter: invert(20%) sepia(20%) saturate(5407%) hue-rotate(256deg) brightness(93%) contrast(97%);
}
.menu:not(.menu-no-animation) .active .menu-link > .menu-icons, .menu:not(.menu-no-animation) .active .menu-link > .menu-icon {
    filter: invert(20%) sepia(20%) saturate(5407%) hue-rotate(256deg) brightness(93%) contrast(97%);
}
.bg-menu-theme .menu-link:hover, .bg-menu-theme .menu-link:focus, .bg-menu-theme .menu-horizontal-prev:hover, .bg-menu-theme .menu-horizontal-prev:focus, .bg-menu-theme .menu-horizontal-next:hover, .bg-menu-theme .menu-horizontal-next:focus {
    color: var(--lightPurpleColor);
}
.menu:not(.menu-no-animation) .menu-link > .menu-icon {
    font-size: 23px;
    transform: translateX(-1px);
    color: var(--highContrastColor);
    margin-right: 1rem;
}
.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 {
    border-bottom: 2px solid var(--bs-purple);
}
.emailtabs .nav-tabs { 
    border-bottom: 0px solid #fff;
}
.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus, .pagination li.active > a:not(.page-link), .pagination li.active > a:not(.page-link):hover, .pagination li.active > a:not(.page-link):focus {
    border-color: var(--lightPurpleColor);
    background-color: var(--lightPurpleColor);
    box-shadow: none;
}
.page-link {
    color: var(--highContrastColor);
}
.navbar-brand > img {
    max-height: 58px;
}
.navbar-dark .navbar-brand > img {
    max-height: 38px;
}
.menu .app-brand.demo {
    height: 110px;
    justify-content: center;
}
body.theme-white {
    background-color: rgb(248, 249, 253);
}
body.theme-white:not(.body-em) {
    background-color: #fff;
}
.theme-white .navbar-main {
    background-color: #fff!important;
    filter: drop-shadow(5px 0px 39px rgba(0,0,0,.0579843));
}
.fs-4 {
    font-size: 20px!important;
}
.fs-6 {
    font-size: 16px!important;
}
.fs-7 {
    font-size: 14px!important;
}
.input-group input, .input-group .input-group-text {
    /* height: 40px; */
}
.btn-primary-light {
    background-color: var(--lighterPurpleColor);
    color: var(--lightPurpleColor);
}
.btn-primary-light:hover {
    color: var(--lightPurpleColor);
}
.form-control {
    border-radius: 10px;
    border-width: 1px;
    height: 40px;
}
.btn {
    border-radius: 7px;
}
.input-group > .form-control:focus, .input-group > .form-select:focus {
    border-color: var(--lightPurpleColor);
}
.input-group {
    border-radius: 10px;
    /*
    box-shadow: 0 .125rem .625rem var(--lowerContrastColor);
    */
}
.btn-outline-primary {
    border-color: var(--lighterPurpleColor);
    color: var(--lightPurpleColor);
}
.btn-outline-primary:hover {
    border-color: var(--lightPurpleColor);
    background-color: var(--lightPurpleColor);
}
.table th {
    font-size: initial;
    letter-spacing: initial;
}
.table-em th, .table-em td {
    padding-top: 17.5px;
    padding-bottom: 17.5px;p
}
.table > :not(:first-child) {
    border-top: none;
}
.table-em tr th:first-child, .table-em tr td:first-child {
    border-left: none;
}
.table-em tr th:last-child, .table-em tr td:last-child {
    border-right: none;
}
.table-em thead {
    background-color: #f8f9fb;
}
.table-em thead tr {
    border-top: 0;
}
.table-em tbody :last-child {
    border-bottom: 0;
}
.sub-section {
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
    padding: 24px 20px;
    border-radius: 0.5rem;
}
.small2 {
    font-size: 10px;;
}
.mini-menu .menu-item {
    color: var(--baseTextPlaceholderColor);
}
.mini-menu .menu-item.active, .mini-menu .menu-item:hover {
    color: var(--lightPurpleColor);
}
.fw-semibold {
    font-weight: 700 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.integrations-card {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 23px;
    height: 70px;
    border-radius: 8px;
    border: 1px solid var(--borderColor);
    background: var(--lowContrastColor);
    width: 209px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}
.integrations-card img {
    height: 40px;
    width: 40px;
    object-fit: contain;
    margin: 0 13px 0 0;
}
.integrations-card h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--highContrastColor);
    line-height: 18px;
    margin-bottom: 0;
}
.integrations-card .badge {
    background: var(--lightestPurpleColor);
    color: var(--dimPurpleColor);
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    height: 13px;
    padding: 0 5px;
    position: absolute;
    top: 7px;
    right: 10px;
    border-radius: 7px;
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
    line-height: 0px;
}
.content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
}
.body-em .layout-navbar {
    padding-left: 56px;
    padding-right: 56px;
}
.body-em .page-title {
    display: none;
}
/*
    border
*/
.border-left-0{
    border-left: none !important;
}
.border-right-0{
    border-right: none !important;
}
.border-top-0{
    border-top: none !important;
}
.border-bottom-0{
    border-bottom: none !important;
}
/*
    d-flex table
*/
.table-header{
    /*display: grid;*/
    align-items: center;
    background: #e6ebf1;
    border: 1px solid #e6ebf1;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    color: #171e25;
    padding: 16px 2rem 16px 16px; 
}
.table-row{
    align-items: center;
    background: #ffffff;
    border: 1px solid #e6ebf1;
    border-radius: 8px; 
    font-size: 14px;
    color: #171e25;
    padding: 16px 2rem 16px 16px; 
}
.w-3{
    width: 3% !important;
}
.gutter-x-0{
    --bs-gutter-x: 0 !important;
}
.scoring{
    color:#6d7c91;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 12px;
    font-weight: 900;
    font-size: 10px;
}
.basetextcolor{
    color:#6d7c91;
}
.nav-tabs .nav-item .nav-link:not(.active){
    background-color: #fff;
}

.emailtabs .nav-tabs .nav-link.active:hover, .emailtabs .nav-tabs .nav-link.active:focus{
    border-bottom: 2px solid var(--bs-purple);
}
.emailtabs .nav-tabs .nav-item .nav-link:not(.active), .emailtabs .nav-tabs .nav-link.active{
    background-color: transparent;
}
.bage-mesenge{
    background-color: #e0f0f8;
    border-radius: 8px;
    padding: .5rem 1.5rem;
    font-family: MontserratNumbers,Nunito Sans,sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--highContrastColor);
    display: flex;
}
.bage-email{
    background-color: #f0e7fc82;
    border-radius: 8px;
    padding: .5rem 1.5rem;
    font-family: MontserratNumbers,Nunito Sans,sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--highContrastColor);
    display: flex;
    justify-content: center;
}
.cicle{
    border-radius: 50%;
    padding: 15px;;
    
}
.mailbgcolor{
    background-color: #5f2781;
}
.cicle img{
    filter: invert(100%);
}
#emailmodel .form-control{
    border-radius: 4px !important;
}
#emailmodel .form-label{
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 0;
    color: rgb(109, 124, 145);
    text-transform: uppercase;
}
.nav-tabs.tab-monitor {
    border-bottom: 2px solid #dee2e6;
    --bs-nav-tabs-border-color: #dee2e6;
}

.nav-tabs.tab-monitor .nav-link.active:hover, .nav-tabs .nav-link.active:focus{
    border-bottom: 2px solid var(--bs-purple);
}
.nav-tabs.tab-monitor  .nav-item .nav-link:not(.active){
    background-color: transparent;
    color: #6c7d91;
}
.nav-tabs {
    border-bottom-color: transparent;
}
.nav-tabs.tab-integration {
    border-bottom: none !important;
    --bs-nav-tabs-border-color: #dee2e6;
} 
.nav-tabs.tab-integration > li > a.nav-link{
    white-space: nowrap;
    margin-right: 1rem;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--baseTextPlaceholderColor);
    cursor: pointer;
}
.nav-tabs.tab-integration > li > a.nav-link.active{
    border-bottom: none !important;
    color: var(--lightBlueColor);
}
.nav-tabs.tab-integration > li > a.nav-link:hover{
    border-bottom:none !important
}
.uppercase{
    text-transform: uppercase !important;
}
.uploadarea{
    
}
.modal-header .back {
    display: none!important;
}
.text-base-color{
    color: var(--baseTextColor);
}   
.zapp{
    background-color: #fee6e3;
    color: #ff978a;
}
.zstar{
    max-width: 55px;
    min-height: 25px;
    height: 25px;
    max-height: 25px;
}
.integration-semi-title{
    font-size: 12px;
    color: var(--baseTextColor);
}
.integration-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: var(--highContrastColor);
}
.integration-content{
    padding: 7px 0;
    color: var(--baseTextColor);
}
.integration-faq{
    padding: 7px 0;
}

/*----------multiple-file-upload-----------*/ 
.dropzones {
    z-index: 0;
    cursor: pointer;
    background: var(--lowContrastColor);
    border: 2px dashed var(--lightPurpleColor);
    box-sizing: border-box;
    border-radius: 7px;
    padding: 1.5rem;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  .dropzones input{
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .dropzones img{
    width: 36px;
    height: 30px;
    margin-bottom: 1rem;
  }
  .dropzones:hover {
    border: 2px dotted var(--lightPurpleColor);
  }
  .upload-supports{
    font-size: 16px;
    line-height: 19px;
    text-align: center;
  }
  .upload-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 66px;
    text-align: center;
  }
  .upload-connect{
    padding: 0;
    margin: 1rem 0;
  }
  .uploadarea img{
    width: 100%;
    /*background-color: #dfdfdf;*/
  }
  .drow{
    display: flex; 
  }
  .upload-bg{
    background: linear-gradient(180deg,var(--lowContrastColor),var(--backgroundColor));
    box-shadow: 0 4px 10px #00000017;
  }
  .upload-items{
    background: var(--lowContrastColor);
    border: 1px solid var(--lowerContrastColor);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    flex: 1;
    padding: 1rem 0;
    min-width: 95px;
    max-width: 100px;
  }
  .upload-items:hover {
    border: 1px dotted var(--lightPurpleColor);
  }
  .upload-items .img {
    height: 50px;
    margin-bottom: .5rem;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
.upload-items-content{
    display: flex;
    flex: 1;
    flex-direction: column;
}
.upload-items-content .img{ 
    height: 50px;
    width: 78px;
    margin-bottom: .5rem;
    background-repeat: no-repeat;
    background-position: top center;
    
}
.upload-items-content .upload-items-title{
    font-size: 14px;
    text-align: center;
    color: var(--baseTextColor);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dragdrop h3{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--baseTextColor);
}
.dragdrop h3 span{
    color: var(--lightBlueColor);
}
/*
    import email
*/

.import-head{

}
.import-head h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin: .5rem;
    color: var(--highContrastColor);
}
.import-head p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: var(--baseTextColor);
}
.import-note{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: var(--baseTextColor);
}
.import-row-items{
    padding: 5px 0;
    text-align: left;
    margin: 5px 0;
    font-size: 14px;
    line-height: 17px;
    color: var(--baseTextColor);
    overflow: hidden;
    text-overflow: ellipsis;
}
/*
    listing bulk
*/
.rd-25{
    border-radius: 25px;
}
.rd-50{
    border-radius: 50px;
}
.valid{
    background-color: #41cd8e;
}
.invalid{
    background-color: #e65949;
} 
/* GENERAL STYLES */

.pagination{
    padding: 10px 0;
}

.pagination ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.pagination a{
    display: inline-block;
    padding: 7px 16px;
    color: #222;
     
}
.pagination a:hover, .p3 .is-active{
    background-color: var(--lightestPurpleColor) !important;
    color: #000;
}
.styled[type="radio"]:checked ~ .check-symbol:after {
    top: 3px;
}
.justify-content-space-between {
    justify-content: space-between!important;
}
pre.bg-light {
    background-color: var(--lightestPurpleColor) !important;
    color: var(--lightPurpleColor) !important;
}
.import-circle-progress {
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    background-color: var(--lightestPurpleColor) !important;
    color: var(--lightPurpleColor) !important;
    border-radius: 100%!important;
}
.bg-primary {
    background-color: var(--lightPurpleColor) !important;
} 
.btn-yellow{
    background-color: #fbdd46 !important;
}
/*
    pricing plan
*/
.list-validation{

}
.list-validation ul.validations{
    margin: 0;
    padding: 0;
}
.list-validation ul.validations li.validation{
    list-style-type: none;
    display:flex;
    justify-content: center;
    position: relative;
}

.list-validation ul.validations li.is-valid::after
{
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url(../images/oval-check.eebf3a475a013e08.svg);

}
.validation-quota{
    font-weight: 700;
    padding-right: 7px;
}
.validation-for{
    
}
.validation-price{
    font-weight: 700;
    padding-left: 7px;
}
.price-details{
    text-align: center;
}
.price-details .price{
    font-weight: 700;
    font-size: 36px;
    color: var(--highContrastColor);
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.price-details .price .money {
    font-size: 72px;
    line-height: 65px;
}
.price-details .price .extra {
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.pricing:hover{
    box-shadow: 0 14px 30px #55575858;
}
.btn-yellow-custom{
    background-color:#cf9602 !important;
    color: #fff;
}
.pricing{
    display: flex;
    flex-direction: column;
    padding: 1rem 17px;
    background: var(--lowContrastColor);
    border-radius: 8px;
    border: 1px solid var(--borderColor);
    position: relative; 
    height: 100%;
    z-index: 1;
    margin-left:7px;
    margin-right:7px;
    
}
.pricing::after {
    content: " ";
    width: calc(100% + 2px);
    height: 35%;
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0,100% 0,100% 100%,0 100%,0 40%);
    clip-path: polygon(100% 0,100% 0,100% 100%,0 100%,0 40%);
    border-radius: 0 0 6px 6px;
}
.pricing.blue::after{
    background-color: #9adbfc;
}
.pricing.yellow::after{
    background-color: #fbdd46;
}
.pricing.purple::after{
    background-color: #cdb7e7;
}
.pricing.green::after{
    background-color: #ade0d8;
}
.pricing.orange::after{
    background-color: #ffcbc4;
}
.pricing.blue .badge{
    background-color: #e0f0f8;
}
.pricing.yellow .badge{
    background-color: #fdeeaa;
}
.pricing.purple .badge{
    background-color: #f0e7fc;
}
.pricing.green .badge{
    background-color: #ddeeeb;
}
.pricing.orange .badge{
    background-color: #fff3f1;
}

.pricing.yellow .pricing-title a{
    color: #cf9602;
}
.pricing.blue .pricing-title a{
    color: #1e8bc2;
}
.pricing.purple .pricing-title a{
    color: #5f2781;
}
.pricing.green .pricing-title a{
    color: #006361;
}
.pricing.orange .pricing-title a{
    color: #e65849;
}

.rd-25{
    border-radius: 25px;
}
.badge-pill{
    padding: .5rem;
    border-radius: 500px;
    height: 66px;
    font-weight: 700;
    margin-bottom: 1.75rem;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    color: #000;
}
.badge-pill .money{
    font-size: 42px;
}
 
.pricing-title{ 
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}
.pricing-box{
    flex: 1;
    margin: .5rem auto;
}
ul.pricing-options{
    flex: 1;
    margin: .5rem auto 1rem auto;
    padding: 0;
}
 
ul.pricing-options li img, ul.pricing-options li svg{
    width: 23px !important;
    height: 23px !important; 
    margin-right: 7px;
}

.pricing.yellow ul.pricing-options li img, .pricing.yellow ul.pricing-options li svg{
    fill: #fbdd46;
}
.pricing.blue ul.pricing-options li img, .pricing.blue ul.pricing-options li svg{
    fill: #1e8bc2;
}
.pricing.purple ul.pricing-options li img, .pricing.purple ul.pricing-options li svg{
    fill: #5f2781;
}
.pricing.green ul.pricing-options li img, .pricing.green ul.pricing-options li svg{
    fill: #006361;
}
.pricing.orange ul.pricing-options li img, .pricing.orange ul.pricing-options li svg{
    fill: #e65849;
}

.pricing.yellow ul.pricing-options li img{
    filter: invert(62%) sepia(27%) saturate(4815%) hue-rotate(14deg) brightness(97%) contrast(98%);
}
.pricing.blue ul.pricing-options li img {
    filter: invert(59%) sepia(8%) saturate(5047%) hue-rotate(163deg) brightness(78%) contrast(93%);
}
.pricing.purple ul.pricing-options li img {
    filter: invert(25%) sepia(25%) saturate(2219%) hue-rotate(241deg) brightness(91%) contrast(108%);
} 
.pricing.green ul.pricing-options li img {
    filter: invert(26%) sepia(68%) saturate(863%) hue-rotate(137deg) brightness(98%) contrast(100%);
}
.pricing.orange ul.pricing-options li img {
    filter: invert(55%) sepia(77%) saturate(2918%) hue-rotate(328deg) brightness(90%) contrast(101%);
} 

ul.pricing-options li{
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    list-style-type: none;
    display: flex;
    justify-items: center;
    align-items: center;
    padding-bottom: 4px;    
    margin: .5rem .2rem;
    color:#6d7c91;
}
.licons{
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-right: 7px;
}
.licons img{
    width: 100%;
    height: 100%;
}
/*
    account Billing
*/
.billing{

}
ul.settings{
    margin: 0;
    padding: 0;
}
ul.settings li.settings-item{
    list-style-type: none;
    padding: 5px 0px;
}
ul.settings li.settings-item a{
    color: var(--lightPurpleColor);
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: var(--baseTextColor);
    border: none;

}
ul.settings li.settings-item ul.settings-sub{
    margin: 0;
    padding: 0;
}
ul.settings li.settings-item ul.settings-sub li{
    list-style-type: none !important;
}
ul.settings li.settings-item ul.settings-sub li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: var(--baseTextColor);
    margin: 10px 0;
    cursor: pointer;
    padding-left: 7px;
}
ul.settings li.settings-item a span{
    padding-right: 7px;
}
ul.settings li.settings-item.active a{
    color: var(--lightPurpleColor);
}
h3.subtitle{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 1rem !important;
    color: var(--highContrastColor);
}

/*
    landing page
*/
.btn-custom-login{
    font-size: 700;
    color: #fff;
    font-size: 15px;
}
.language-icon {
    fill: #fff;
}
@media (min-width: 1510px) {
    .btn-custom-login{
        color: #000;
    }
}
@media (min-width: 1510px) {
    .language-icon {
        fill: #000;
    }
}
@media (max-width: 1400px) {
    .language-icon {
        fill: #000;
    }
    .btn-custom-login{
        color: #000;
    }
}
.btn-custom-register{ 

    background: #fbdd46;
    border-radius: 14px;
    color: #171e25;
    display: flex;
    flex-direction: column; 
    font-size: 18px;
    font-weight: 700 !important;
    justify-content: center;
    padding: 10px 20px !important;
}
.btn-custom-tryfree{
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    padding: 17px 27px;
    background: #fbdd46;
    border-radius: 14px;
    color: #000;
}
.btn-custom-verify{
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    padding: 17px 27px;
    background: #fbdd46;
    border-radius: 14px;
    color: #000;
}
/*
    intro banner
*/
.wrapper{
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}
.hintro{
    padding-top: 30px;
}
.intro{

}
.intro h1{
    color:#171e25;
    font-size: 48px;
    font-weight: 700;
}
.intro-image{
    width: 100%;
}
.intro-banner{
    position: absolute;
    right: -585px;
    top: -400px;
    z-index: -1;
}
.intro-image img{
    width: 100%;
}

.intro__image-decoration.shape-color-5F {
    color: #5f2781;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link,  .navbar-light .navbar-nav .nav-link.active{
    color:#000;
    font-size: 15px;
    font-weight: 700;
}
.nav a:hover{
    color:#fbdd46;
}


.security-list {
    list-style: none;
    margin: 80px auto;
    max-width: 915px;
    text-align: center;
}
.security-list li {
    display: inline-block;
    margin: 10px 30px;
    min-width: 133px;
    width: 140px;
}
.security-list li img{
    display: inline-block;
    height: auto;
    vertical-align: middle;
    max-width: 100%;
}

/*
    partner
*/
.partners_list{
    background: #f7f4fb;
    padding: 45px 0;
    margin-bottom: 40px;
    margin-top: 40px;
}
.partners_list .partners_list_header{
    color: #171e25; 
    font-size: 36px;
    letter-spacing: -.02em;
    line-height: 1.28;
    text-align: center;
    font-weight: 700;
    margin-bottom: 44px;
}

/*
    verify
*/
.verify{
    margin: 40px 0 60px;
    text-align: center;
    align-items: center;
}
.verify .verify-content{
    max-width: 920px;
    margin: 0 auto;
}
.verify .verify-content h2{
    font-size: 36px;
    color: rgb(23, 30, 37);
    font-weight: 700;
}
.verify .verify-content p {
    line-height: 35px; 
}
.verify .verify-content .email-validator__form{
    background: #006361;
    border-radius: 14px;
    box-shadow: 9px 21px 39px 0 #f0f3f4;
    margin: 0 auto;
    max-width: 910px;
    padding: 36px 38px;
}
.verify .verify-content .email-validator__form form {
    align-items: center;
    display: flex;
}
.verify .verify-content .email-validator__form  .upload-file_label {
    align-items: center;
    background: #43b8b5;
    border: 3px solid #fff;
    border-radius: 7px;
    box-sizing: border-box;
    display: flex;
    height: 60px;
    justify-content: space-evenly;
    width: 233px;
}
.verify .verify-content .email-validator__form  .upload-divider {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 20px;
}
.verify .verify-content .email-validator__form input {
    appearance: none;
    background: #fff;
    border: none;
    border-radius: 7px;
    color: #006361;
    flex-grow: 1;
    font-size: 18px;
    height: 60px;
    padding: 0 24px;
}
.upload-divider{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 20px;
}
.upload-file_label{
    align-items: center;
    background: #43b8b5;
    border: 3px solid #fff;
    border-radius: 7px;
    box-sizing: border-box;
    display: flex;
    height: 60px;
    justify-content: space-evenly;
    width: 233px;
}
.upload-file_label span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-left: 5px;
  }
.verify-email-form-body .last{
    flex: 1;
}
.items-center{
    margin: 0 auto;
}
/*
    validate
*/
.validate .card,.whychoose .card {
    background: rgba(205,183,231,.15); 
}
.validate .card .step-title{
    color: #9255b7;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 2.25px;
    line-height: 34px;
    text-transform: uppercase;
}
.validate .card .step-alias{
    color: #171e25;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.48px;
    line-height: 36px;
}
.validate .validate-title h2{
    color: #171e25; 
    font-size: 36px;
    letter-spacing: -.02em;
    line-height: 1.28;
    font-weight: 700;
}
/*
    deliverability
*/
.tab-custom{
    padding: 10px 15px !important;
}
.deliverability{
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: rgba(247,244,251,.4);
}
.deliverability .deliverability-title{
    color: #171e25; 
    font-size: 36px;
    letter-spacing: -.02em;
    line-height: 1.28;
    margin-bottom: 30px;
    font-weight: 700;
    max-width: 800px;
}
ul.check{
    padding: 0;
    margin: 0;
}
ul.check li{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.tab-content h3{
    color: #171e25;
    font-size: 24px;
    letter-spacing: -.48px;
    margin-bottom: 15px; 
    font-weight: 700;
}
.deliverability .nav-tabs .nav-item .nav-link:not(.active){
    background-color: transparent !important;
}
.deliverability  .nav-tabs.tab-monitor .nav-link.active:hover, .nav-tabs .nav-link.active:focus{
    /* border-bottom:none !important */
}
.deliverability .nav-item .nav-link{
    align-items: center;
    color: #6f747b;
    display: flex;
    flex-direction: row-reverse;
    font-size: 18px;
    justify-content: flex-end;
}
.deliverability .nav-tabs .nav-link{
    background-color: transparent;
    margin-bottom: 20px;
}
.deliverability .nav-tabs .nav-link.active{
    background: #f0e7fc;
    border-left: 3px solid #5f2781;
    border-radius: 0;
    color: #171e25;
    font-size: 18px;
    font-weight: 700; 
    position: relative;

    box-shadow: 0 7px 20px rgba(0,0,0,.144);
    box-sizing: border-box;
}
.deliverability .nav-tabs .nav-link.active::after {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #5f2781;
    border-top: 8px solid transparent;
    content: "";
    position: absolute;
    right: 97.5%;
    top: 50%;
    transform: translateY(-50%);
  }
.deliverability .nav-item img{
    display: inline-block;
    height: auto;
    margin-right: 20px;
    width: 20px;
  }
/*
    Why choose
*/

.whychoose .card .step-alias{
    color: #171e25;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.48px;
    line-height: 36px;
}
.whychoose .whychoose-title h2{
    color: #171e25; 
    font-size: 36px;
    letter-spacing: -.02em;
    line-height: 1.28;
    font-weight: 700;
}
.integration-intro{
    position: relative;
}
.integration-intro .integration-image{
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate(33%,-50%);
    z-index: -1;
}
.integration-intro .integration-banner{
    
}
.integration-title{
    padding-bottom: 25px;
}
.integration-title h3
{
    line-height: 1.28;
    padding-bottom: 10px;
    color: #171e25; 
    font-size: 36px;
    letter-spacing: -.02em;
    font-weight: 700;
}
/*
    guaranteeing
*/
.guaranteeing{
    margin-top: 80px;
}
.guaranteeing-title{
    padding: 7px 0;
}
.guaranteeing-title h2{
    color: #171e25; 
    font-size: 36px;
    letter-spacing: -.02em;
    line-height: 1.28;
    font-weight: 700;
}
.carousel-body{
    margin:15px 50px 15px 0;
}

.multi-item-carousel{
    .carousel-inner{
      > .item{
        transition: 500ms ease-in-out left;
      }
      .active{
        &.left{
          left:-33%;
        }
        &.right{
          left:33%;
        }
      }
      .next{
        left: 33%;
      }
      .prev{
        left: -33%;
      }
      @media all and (transform-3d), (-webkit-transform-3d) {
        > .item{
          // use your favourite prefixer here
          transition: 500ms ease-in-out left;
          transition: 500ms ease-in-out all;
          backface-visibility: visible;
          transform: none!important;
        }
      }
    }
    .carouse-control{
      &.left, &.right{
        background-image: none;
      }
    }
  }
   
  


/*
    multiple
*/
.multiple{
    margin-top: 65px;
}
.multiple .multiple-title{
    padding-bottom: 25px;
    
}
.multiple .multiple-title h2{
    color: #171e25; 
    font-size: 36px;
    letter-spacing: -.02em;
    line-height: 1.28;
    font-weight: 700;
}
/*
*/
.featuredon{

}
.featuredon .featuredon-title{
    padding-bottom: 3px;
    text-align: center;
    margin-bottom: 50px;
    
}
.featuredon .featuredon-title h3{
    color: #171e25; 
    font-size: 24px;
    line-height: 1.45;
    font-weight: 700;
}
.featuredon  .featuredon-banner{}
.featuredon  .featuredon-banner ul{
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
.featuredon  .featuredon-banner ul li{
    list-style-type: none; 
    margin-bottom: 50px;
    width: 25%;
    text-align: center;
}
/*
    callout
*/
.callout{
    background: #5f2781;
    color: #fff;
    overflow: hidden;
    position: relative;
    padding: 15px 0;
}
.callout .shell-alt{
    margin: auto;
    max-width: 1130px;
    padding: 10px; 
    width: 100%;
    color:#ffffff;
}
.callout .shell-alt .shell-title{
    font-size: 36px;
    margin: 0 auto;
    margin-bottom: 40px;
    color: inherit; 
    font-weight: 700;
    letter-spacing: -.72px;
    line-height: 46px;
    z-index: 1;

} 
.callout .callout-icon {
    align-items: center;
    background: #fff;
    border-radius: 16px;
    box-shadow: 2px 11px 39px 0 rgba(0,0,0,.15);
    display: flex;
    font-size: 0;
    height: 61px;
    justify-content: center;
    left: -8px;
    position: absolute;
    top: 54px;
    width: 61px;
    z-index: 3;
}
.callout .callout_shape{
    background: #5f2781;
    border-radius: 50%;
    height: 710px;
    left: 50%;
    margin-left: -406px;
    mix-blend-mode: multiply;
    opacity: .36;
    position: absolute;
    top: -444px;
    width: 710px;
    z-index: 0;
}
.callout-banner{
    left: 82px;
    max-width: 342px;
    position: relative;
    width: 100%;
}
.callout-banner::after{
    background: #fbdd46;
    border-radius: 50%;
    content: "";
    height: 41px;
    position: absolute;
    right: -22px;
    top: 13px;
    width: 41px;
}


/*
    foooter
*/
.footer {
    font-size: 12px;
    padding: 62px 0;
  }
.footer .h6 {
    color: #171e25; 
    letter-spacing: .07em;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 9px;
  }
.company ul, .legal ul, .fcontact ul{
    margin: 0;
    padding: 0;
}
.company ul li, .legal ul li, .fcontact ul li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.socials{

}
.socials ul{ 
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -webkit-flex;
    margin: 0;
    padding: 0;
}
.socials li {
    padding: 3px 0;
    list-style-type: none;
}
.socials ul li a {
    display: inline-block;
    margin: 1px 0;
    position: relative;
}
.socials div {
    max-width: 100%;
    transform: scale(.5);
  }
.bg-facebook {
    background: url(../images/footer-icons.png) -110px -5px;
    height: 26px;
    width: 13px;
}
.bg-twitter {
    background: url(../images/footer-icons.png) -37px -40px;
    height: 22px;
    width: 25px;
  }
  .bg-linkedin {
    background: url(../images/footer-icons.png) -40px -5px;
    height: 25px;
    width: 25px;
  }
  .bg-youtube {
    background: url(../images/footer-icons.png) -75px -5px;
    height: 20px;
    width: 25px;
  }
  .bg-instagram {
    background: url(../images/footer-icons.png) -5px -5px;
    height: 25px;
    width: 25px;
  }
  .bg-tumblr {
    background: url(../images/footer-icons.png) -75px -35px;
    height: 25px;
    width: 16px;
  }



  /*
    carausel
  */
  /*
  .carousel-inner{
    display: flex;
    flex-shrink: inherit;
    align-items:baseline ;
  }
  .carousel-item{
   float: none;
  }
*/

  @media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
    transform: translateX(0);
}
.btn-icon {
    width: auto!important;
    padding-left: 10px;
    padding-right: 10px;
}
.backend-em .content-wrapper:not(.dashboard) .container-xxl:not(.container-em) {
    margin-top: 20px;
    background: #fff;
    padding-bottom: 20px;
    border: 0 solid #d9dee3;
    border-radius: 10px;
    background-clip: padding-box;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
}
.page-title {
    padding-top: 0;
}
.bg-footer-theme {
    background-color: transparent!important;
}
.filter-box .select2-selection--single:not([class*=bg-]), .btn.sort-direction:hover, .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
    background: #fff;
    border-color: #aaa;
    border-width: 1px;
}
.btn.sort-direction {
    background-color: #fff;
    border: solid 1px #aaa;
}
.bg-deliverable, .bg-completed {
    background-color: #c4efab;
    border-color: #c4efab;
    color: #231c15;
}
.bg-undeliverable, .bg-risky {
    background-color: #efabab;
    border-color: #efabab;
    color: #231c15;
}
.bg-unknown {
    background-color: #cecece;
    border-color: #cecece;
    color: #231c15;
}
.text-danger {
    color: rgb(131, 26, 26)!important;
}
.bg-running {
    background-color: #f0e7fc;
    border-color: #f0e7fc;
    color: #231c15;
}
.bg-queued {
    color: #231c15;
}
.bg-new {
    background-color: #dac1fd;
    border-color: #dac1fd;
    color: #231c15;
}
.bg-error {
    color: #5c0600;
}
h5, .h5, h6, .h6, h4, .h4 {
    font-size: 15px;
}
h3, .h3 {
    font-size: 16px;
}
h2, .h2 {
    font-size: 17px;
}
h1, .h1 {
    font-size: 18px;
}
.nav-tabs {
    justify-content: center;
}
.text-pirmary {
    color: var(--lightPurpleColor)!important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
}
.topfix-header {
    display: none !important;
}

.fontBold{
    font-weight: 700;
}
 

.pricing-calculator__range {
    min-height: 110px;
  }
  .pricing-range {
    padding: 18px 32px;
  }
  .pricing-range .slider {
    height: 10px;
  }
  .pricing-range .pricing-range__track-0 {
    background: var(--lightPurpleColor);
  }
  .pricing-range .pricing-range__track-1 {
    background: #b6bcc4;
  }
  .pricing-range .pricing-range__track {
    border-radius: 4px;
    height: 10px;
  }
  .pricing-range .pricing-range__handle {
    height: 43px;
    margin-top: -20px;
    width: 43px;
  }
  .pricing-range .icon-holder {
    align-items: center;
    background: var(--lightPurpleColor);
    border-radius: 50%;
    box-shadow: 1px 4px 8px rgba(0,0,0,.22);
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 43px;
    justify-content: center;
    position: relative;
    width: 43px;
  }
  .pricing-range .price-range__label {
    background: var(--lightPurpleColor);
    border-radius: 8px;
    color: #fff;
    height: 38px;
    left: 60%;
    line-height: 38px;
    margin-left: -117px;
    margin-top: 18px;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 225px;
}
.pricing-range .price-range__label:after {
    content: '.';
    background: var(--lightPurpleColor);
    position: absolute;
    top: -5px;
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    text-indent: -90000px;
    z-index: -1;
    display: block;
    transform: rotate(45deg);
}
.list-validation ul.validation_special li.validation{
    justify-content: space-between;
}
.price_preview{
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 2px 34px 30px 0 rgba(23,30,37,.14);
    display: flex;
    flex-direction: column;
    max-width: 55%;
    padding: 31px 20px 39px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
[data-control="pricing-plan"] {
    user-select: none; /* Standard property */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
}
.package_review{
    background: #fff;
  border-radius: 0 25px 25px 0;
  box-shadow: 0 3px 35px 0 rgba(0,0,0,.09);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 30px 0;
  padding: 30px 35px;
  width: 45%;
}
.bg-square::after, .bg-paytr::after, .bg-paddle::after, .bg-flutterwave::after, .bg-paystack::after, .bg-razorpay::after, .bg-coinpayments::after, .bg-stripe::after, .bg-braintree::after, .bg-offline::after, .bg-paypal::after, .bg-paypal_subscription::after {
    z-index: 0;
    width: 80px;
}
.plan-list-item {
    border-radius: 50px;
    cursor: pointer;
    margin-left: -15px;
    margin-right: -15px;
    color: #777;
    padding: 6px 15px;
    font-size: 16px;
}
.plan-list-item:hover {
    background-color: #F0F7FB;
}
.plan-list-item.active {
    background-color: #F0F7FB;
}
.btn.btn-light.dropdown-toggle {
    height: 39px;
    background-color: #eee!important;
    padding: 10px 15px;
}
.badge.unknown {
    background-color: var(--middleContrastColor);
}
.badge.risky {
    background-color: var(--lightPurpleColor);
}

.login-page.bg-slate-800 {
    background-color: #f6f0fa;
    border-color: #f6f0fa;
}
.login-page .footer.text-white {
    color: #333!important;
}
/* EmailEVS */
.login-page.bg-slate-800 {
    background-color: #E7EEF3;
    border-color: #E7EEF3;
}