/* =========Added by Sahil Webliska Tech.============== */
:root{
    --primary:#635bff;
    --secondary:#fac146;
    --yellow:#F1C700;
    --red:#FC201E;
    --green:#00AC2A;
    --blue:#1059ED;
}
body{
    font-family: "Inter", sans-serif;
}
.f-12{font-size: 12px !important;}
.f-13{font-size: 13px !important;}
.f-14{font-size: 14px !important;}
.f-15{font-size: 15px !important;}
.f-16{font-size: 16px !important;}
.f-17{font-size: 17px !important;}
.f-18{font-size: 18px !important;}
.f-20{font-size: 20px !important;}
.f-22{font-size: 22px !important;}
.f-24{font-size: 24px !important;}
.fw-3{font-weight:300 !important;}
.fw-4{font-weight:400 !important;}
.fw-5{font-weight:500 !important;}
.fw-6{font-weight:600 !important;}
.fw-7{font-weight:700 !important;}
.fw-8{font-weight:800 !important;}
.fw-9{font-weight:900 !important;}

.app-sidebar {
    margin: 0px;
    border-radius: 0px;
    box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
}
.bg-primary {
    background-color: var(--primary) !important;
}
.btn{
    padding: 0.35rem .79rem;
    font-size: 0.9rem;
}
.btn-wide {
    min-width: 140px;
}
.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}
.btn-primary,
.btn-primary:hover,
.btn-outline-primary:hover,.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.btn-outline-secondary {
    color: var(--secondary);
    background-color: transparent;
    border-color: var(--secondary);
}
.btn-secondary,
.btn-secondary:hover,
.btn-outline-secondary:hover,
.btn-secondary:focus, .btn-secondary.focus {
    color: #1d2025 !important;
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    box-shadow: none !important;
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #000;
    background-color: var(--secondary);
    border-color: var(--secondary);
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #000;
    text-decoration: none;
    background-color: var(--secondary);
}
.navbar.app-nav {
    justify-content: end;
    width: 100%;
    align-items: center;
    padding: 13px 20px;
    position: fixed;
    z-index: 99;
    border-bottom: 1px solid #F5F5F5;
    background: #fff;
}
.app-layout {
    padding-top: 65px;
    padding-bottom: 30px;
    min-height: 93.8vh;
}
.app-sidebar-footer > a {
    text-align: right;
    padding: 0px;
    border: 0px;
}
.app {
    background: #f5f5f5;
}
.app[data-theme-style="dark"]{
    background:#040506;
}
.app-footer {
    margin: 0px;
    left: 0;
    width: 100%;
    position: absolute;
    text-align: right;
    padding: 14px;
    border-radius: 0px;
    font-size: 14px;
    line-height: 1;
}
.app-content {
    margin-left: 260px;
}
.app-layout .container {
    width: 100% !important;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}
.app-sidebar-links > li {
    width: 100%;
    padding: 2px 15px;
}
.app-sidebar-links > li > a {
    padding: 0.60rem 1rem;
    border-radius: 8px;
    color: #061237;
    font-weight: 400;
}
.app-sidebar-links > li.active > a:not(.default),
.app-sidebar-links .bg-primary.text-white.default {
    background: #e5e4ff !important;
    color: var(--primary) !important;
}
.app-sidebar-links > li > a:hover {
    background: transparent;
    color: var(--primary);
}
.app-sidebar-links li.active a{ 
    position: relative;
}
.app-sidebar-links li.active a:before {
    content: '';
    height: 95%;
    width: 5px;
    background: var(--primary);
    position: absolute;
    left: -10px;
    border-radius: 20px;
    top: 50%;
    translate: 0 -50%;
}
.wlcm__card {
    margin-bottom:22px;
    padding: 20px;
    overflow: hidden;
    position: relative;
}
.wlcm__card:before{
    background: var(--primary);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.stats__card {
    justify-content: center;
    height: calc(100% - 23px) !important;
}

.wlcm__card:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/wlcm-bg.jpg);
    opacity: 0.35;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    top: 0;
    left: 0;
}
.wlcm__card h3{
    color: #fff;
    font-size: 18px;
    margin-bottom: 4px;
}
.wlcm__card p{
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    opacity: .7;
    margin-bottom:10px;
}
.wlcm__card img{
    position: absolute;
    width: 175px;
    bottom: -22px;
    right: -3px;
}
.btn-sm, .btn-group-sm>.btn {
    padding: .25rem 0.7rem;
    font-size: 0.87rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.card {
    transition: all 0.3s ease;
    border: 0px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 3px 16px rgba(142, 134, 171, .05);
}
.stats__card .text-truncate {
    display: flex;
    flex-direction: column-reverse;
    color: #6e829f;
    font-weight: 400;
    font-size: 14px;
    margin-top: 18px;
    text-transform: capitalize;
    height: 80px;
}

.stats__card {
    justify-content: center;
}
.stats__card .h6{
    font-size: 22px;
    color: #000;
    margin-top: 2px;
}
.stats__card .index-widget-icon {
    border-radius: 6px !important;
}
.bg-website {
    background: #5c67f7;
}

.bg-subscriber {
    background: #fac146;
}
.bg-campaign {
    background: #e354d4;
}
.text-website,
.text-subscriber,
.text-campaign,
.text-notification {
    color: #fff;
}
.bg-notification {
    background: #ff5d9f;
}
.header-icon {
    height: 40px;
    width: 40px;
    margin-right: 20px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #000 !important;
}
.stats__card:after {
    content: '';
    background: #5c67f7;
    height: 5px;
    width: 40%;
    left: 50%;
    bottom: 0;
    position: absolute;
    translate: -50%;
    border-radius: 20px 20px 0px 0px;
    transition: 1s;
}
.stats__card.card2:after{
    background: #fac146;
}
.stats__card.card3:after{
    background: #e354d4;
}
.stats__card.card4:after{
    background: #ff5d9f;
}
.stats__card:hover:after{
    width:100%;
}
.page-heading {
    padding: 12px 36px 12px 36px;
    margin: 0 -25px 0;
    background-color: #fff;
    margin-bottom: 30px;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-heading h1.h4 {
    text-transform: capitalize;
    font-size: 22px;
}
.table-custom-container {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 3px 16px rgba(142, 134, 171, .05);
    border: 0px;
    padding: 20px;
}
.table-custom thead th {
    border-top: 0;
    border-bottom: 0;
    color: #2b2d3b;
    font-weight: 500;
    font-size: 14px;
    background: #f4f6f9;
    padding: 8px 20px
}
a,a:hover {
    color: var(--primary);
    text-decoration: none;
}
thead tr{
    border: 0px !important;
}
.table-custom tbody tr td {
    border-top: 1px dashed #e2e7f1;
}
.table-custom tbody tr:first-child td{
    border-top:0px  !important;
}
tbody tr td a{
    font-weight: 500;
    font-size: 14px;
}

/* .table-custom thead th:first-child{
    border-radius: 8px 0px 0px 8px;
}
.table-custom thead th:last-child{
    border-radius: 0px 8px 8px 0px;;
} */
.title {
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    text-transform: capitalize;
}
.table-custom td {
    padding: 0.7rem 1.25rem;
    font-size: 14px;
    color: #2b2d3b !important;
}
.table-custom td .dropdown-toggle {
    color: #2b2d3b !important;
    background: #f6f6f6 !important;
    border-color: #f6f6f6 !important;
    border-radius: 4px;
    height: 35px;
    width: 35px;
    padding: 0px;
}
.app-sidebar-footer > a:hover {
    text-decoration: none;
    background: transparent;
    color: #000;
}
.dropdown-item {
    font-size: 14px;
    padding: 0.4rem 1.5rem;
}
.app-sidebar-title {
    padding: 10px .5rem 0;
    margin: .5rem;
    height: 55px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--primary);
    background-color: var(--primary);
}
label {
    color: #656d9a;
    font-size: 13px !important;
}
.form-control {
    border-color: #e2e7f1;
    height: calc(1.5em + 0.8rem + 4px);
    font-size: 14px;
}
.select2-container--default .select2-selection--single {
    border-color: #e2e7f1 !important;
    height: calc(1.5em + 0.8rem + 4px);
    line-height: 1.6;
    font-size: 14px;
}
.form-control:focus {
    border-color: var(--secondary);
    box-shadow: none;
}
.custom-breadcrumbs {
    justify-content: end;
}
.btn:focus, .btn.focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}
.index-widget-icon {
    border-radius: 6px;
}
.stats__cards .card {
    padding: 14px;
    height: calc(100% - 25px) !important;
    margin-bottom: 25px;
}
.stats__cards .card .index-widget-icon {
    margin-right:12px;
}
.stats__cards .card  h5{
    color: #6e829f;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.stats__cards h3{
    font-size: 22px;
    color: #000;
    margin-bottom: 0px;
}
.altum-file-input {
    padding: 2px;
}
.alert-info {
    color: var(--primary);
    background-color: #e3e1ff;
    border-color: var(--primary);
}
.alert {
    font-size: 14px;
    padding: 8px 14px;
}
.btn-accordion, .btn-accordion:hover,
.btn-accordion:focus, .btn-accordion.focus {
    background: #e5e4ff;
    color: var(--primary);
    padding-right: 60px;
    position: relative;
    min-width: 240px;
    text-align: left;
    /* border: 1px solid var(--primary) !important; */
}
.btn-accordion:before {
    content: '\f13a';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 10px;
    transition: .3s;
    rotate: 180deg;
}
.btn-accordion.collapsed:before {
    rotate: 0deg;
}
code {
    background: #e5e4ff;
    color: var(--primary);
}
.form-text {
    font-size: 12px;
}
.custom-select:focus {
    border-color: var(--secondary);
    box-shadow: none;
}
.pickr {
    width: 50px;
}
.subsbtnposition{
    position: absolute;
    top: 50%;
    right: 20px;
    translate: 0 -50%;
}
.page-heading .subheading {
    color: var(--gray);
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 3px;
}
.input-group .select2-container--default .select2-selection--single {
    /* border-radius: 0px 0.4rem 0.4rem 0px; */
}
.upgradecard {
    background: #e354d4;
    padding: 20px 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.supportcard{
    background:#ff5d9f;
    padding: 20px 20px;
    overflow: hidden;
}
.upgradecard h5, .supportcard h5 {
    color: #fff;
    font-size: 17px;
}
.upgradecard p, .supportcard p {
    color: #f1f1f1;
    font-size: 14px;
    margin-bottom: 14px;
    text-transform: capitalize;
}
.upgradecard a, .supportcard a {
    background: #fff;
    width: 43px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #e354d4;
}
.supportcard a{
    color:#ff5d9f;
}
.upgradecard a:hover i, .supportcard a:hover i{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
@keyframes bounceAlpha {
    0% {opacity: 1; transform: translateX(0px) scale(1);}
    25%{opacity: 0; transform:translateX(10px) scale(0.9);}
    26%{opacity: 0; transform:translateX(-10px) scale(0.9);}
    55% {opacity: 1; transform: translateX(0px) scale(1);}
}
.upgradecard .card-icon, .supportcard .card-icon {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 30px;
    opacity: .5;
    transition:.6s;
} 
.upgradecard:hover .card-icon, .supportcard:hover .card-icon {
    scale:1.2;
}
ul.knowledgebase {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.knowledgebase a {
    display: block;
    font-size: 14px;
    color: var(--gray);
    padding: 6px 6px 6px 30px;
    position: relative;
    transition:.3s;
    border-radius: 4px;
}
ul.knowledgebase a:hover{
    color: var(--primary);
    background-color: #f5f5f5;
}
ul.knowledgebase a:before {
    content: '\f2f8';
    font-family: 'Font Awesome 5 Pro';
    font-size: 10px;
    position: absolute;
    left: 12px;
    top: 50%;
    translate: 0 -50%;
}
.app-navbar {
    min-height: 65px;
    width: 100vw;
    left: 0;
    position: fixed;
    z-index: 99;
    border-bottom: 1px solid #F5F5F5;
}
.app-navbar .container{
    max-width: 100%;
}
button#app_menu_toggler {
    border: 0px;
    background: #f5f5f5;
    border-radius: 4px;
    height: 40px;
    margin-right: 20px;
}
@media (max-width:991px){
    .app-sidebar {
        transform: translateX(-100%);
        transition: .3s;
    }
    body.app-sidebar-opened .app-sidebar {
        margin-left: 0px;
        transform: translateX(0px);
    }
    .app-content {
        margin-left: 0px;
    }
    .supportcard, .upgradecard {
        margin-bottom: 25px;
    }
    .app-footer {
        text-align: center;
        font-size: 12px;
    }
    .app-layout .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width:767px){
    .navbar .user .app-sidebar-footer-text {
        display: none !important;
    }
    .header-icon {
        margin-right: 0px;
    }
    .page-heading .subheading {
        margin-bottom: 10px !important;
        font-size: 13px;
    }
    .page-heading h1.h4 {
        font-size: 20px;
    }
    .page-heading {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        padding: 12px 25px 12px 25px;
        min-height: auto;
        width: 102vw;
    }
    nav[aria-label="breadcrumb"] {
        display: none;
    }
    .page-heading button.btn.btn-primary.dropdown-toggle.dropdown-toggle-simple {
        display: none;
    }
    .form-group {
        margin-bottom: 0.8rem;
    }
    .btn-accordion, .btn-accordion:hover, .btn-accordion:focus, .btn-accordion.focus {
        min-width: 100%;
    }
}
@media (max-width:580px){
    .navbar-logo {
        max-height: 2.1rem;
        height: 2.1rem;
    }
    .stats__card {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
    }
    .stats__card .text-truncate {
        height: auto;
        margin-bottom: 8px;
    }
    .wlcm__card img {
        display: none;
    }
    .page-heading h1.h4 {
        font-size: 18px;
    }
    .page-heading .btn {
        font-size: 12px;
    }
}
@media (max-width:480px){
    div#internal_notifications {
        display: none;
    }
}
.bg-gray-50 {
    background-color: #f5f5f5 !important;
}