h2.card-title {
    color: #051A1A;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 17px;
}

.toast-header {
    min-width: 200px;
}

#toastsContainerTopRight {
    top: 60px !important;
}

.current-plan li {
    padding-left: 5px;
    padding-right: 5px;
    min-width: 85px;
    margin-bottom: 0;
}


.current-plan .title {
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.current-plan .value {
    font-weight: bold;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: var(--main-color);
}

.current-plan .no-value {
    font-weight: bold;
    text-align: center;
    padding: 20px;
}

.daterangepicker.show-calendar {
    bottom: 0 !important;
    top: 439px !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: initial;
}

.emailbox-unread {
    background-color: rgba(0, 0, 0, .05) !important;
}

.emailbox-read {
    background-color: initial !important;
}

.emailbox-unread:hover {
    cursor: pointer;
}


/*Billing Page for customer*/
.plan-des-title {
    font-family: 'Roboto';
    font-weight: bold;
}

.plan-des-value {
    font-family: 'Roboto';
}

.columns {
    float: left;
    width: 31%;
    padding: 2px;
    margin: 8px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}

.price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 15px;
    text-align: center;
}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}

.plans-wrapper {
    font-family: 'Roboto';
}

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}

.plan-active {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 3px solid #4481E8;
}

.plan-title-current {
    color: #4481E8;
}

/*End Billing Page for customer*/

/*miscellaneous*/
.table-action {
    width: 40px;
}

.img-demo-setting {
    height: 30px;
    margin-left: 10px;
}

.admin-dashboard-canvas {
    min-height: 250px;
    height: 250px;
    max-height: 250px;
    max-width: 100%;
}

.customer-dashboard-canvas {
    min-height: 250px;
    height: 250px;
    max-height: 250px;
    max-width: 100%;
}

.compose-select {
    display: none;
    width: 100%;
}

.compose-body {
    height: 300px !important;
}

.dropdown-profile {
    left: inherit;
    right: 0;
}

.layout-logo {
    max-height: 34px;
}

.customer-profile {
    height: 34px!important;
    width: 34px!important;
}
/*for select2*/
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #007bff !important;
    border-color: #006fe6 !important;
    color: #fff !important;
    padding: 0 10px;
    margin-top: .31rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgba(255,255,255,.7) !important;
    float: right;
    margin-left: 5px;
    margin-right: -2px;
}

.border-bottom-1{
    border-bottom: 1px solid #BD8181;
}
.price-tag{
    font-size: 22px !important;
    color: var(--main-color);
}


.filter-section .filter-by{
    height: calc(2.25rem + 2px);
    border-radius: 18px;
}

.text-primary{
    color:var(--main-color) !important;
}
.text-white{
    color:white !important;
}


/*Addon*/
#payment_gateway_form .nav-tabs.flex-column .nav-link {
    color: #000000 !important;
}
#payment_gateway_form .nav-tabs.flex-column .nav-link:focus{
    color: #000 !important;
}
#payment_gateway_form .nav-tabs.flex-column .nav-link.active {
    background: #006666 !important;
    color: #fff !important;
}
#email_temp a.nav-link.custom-nav.flex-content {
    color: #000000 !important;
}

#email_temp a.nav-link.custom-nav.flex-content.active {
    background: #006666 !important;
    color: #fff !important;
}

.filter-table{
    min-height: 325px;
}
.main-sidebar ::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border: 2px solid #c1c1c1;
    border-radius: 50px;
}
.main-sidebar ::-webkit-scrollbar {
    width: 4px;
    background-color: #ffffff40;
}
:not(.layout-fixed) .main-sidebar {
    height: inherit;
    min-height: 100%;
    position: absolute;
    top: 0;
}
.main-sidebar {
    bottom: 0;
    float: none !important;
    left: 0;
    position: fixed !important;
    top: 0;
}
.main-sidebar {
    height: 100vh;
    overflow-y: hidden;
    z-index: 1038;
}
.main-footer {
    bottom: 0;
    left: 0;
    position: fixed !important;
    right: 0;
    z-index: 999999;
}

.dropdown-menu-right{
    left: auto !important;
    position: absolute;
}
.content-wrapper{
    margin-bottom: 50px !important;
}
/* .content-wrapper{
    margin-bottom: 0px !important;
} */
@media(max-width:700px){
    .card-body.table-body{
        min-height: 450px !important;
    }
    .custom-css-for-nav{
        margin-bottom: 75px !important;
    }
    .menu-icon{
        font-size: 20px !important;
    }
}

#vert-tabs-tab .nav-link.active{
    background: #006666 !important;
}

@media (max-width: 575.98px) { 
    span.welcome-sub-heading {
        font-size: 12px !important;
    }
    .d-mobli-none{
        display: none;
    }
    .nav-link-pushmenu{
        padding-left: 0.5rem !important;
    }
    .small-box {
        padding: 25px 20px !important;
    }
    .apexcharts-canvas .apexcharts-element-hidden, .apexcharts-datalabel.apexcharts-element-hidden, .apexcharts-hide .apexcharts-series-points{
        display: none;
    }
    .transaction .card{
        padding: 0 !important;
    }
    .new-customer-table .card{
        padding: 0 !important;
    }
    .latest-list td{
        padding: 5px !important;
    }
    .btn.btn-info .pending_plan_req_btn {
        top: 5px !important;
        right: -6px !important;
    }
    .apexcharts-reset-icon {
        margin-left: 0px !important;
    }
    .custom-chart-card{
        padding: 20px 10px !important;
    }
}
