:root{
    --primary-color:#22196c;
}


body{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 12px !important;
    background: #a9d0f763 !important;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700 !important;
}

label{
    font-weight: 600;
}

h2.card-title {
    font-size: 2rem !important;
}

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

#toastsContainerTopRight {
    top: 60px !important;
}

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


.current-plan .title {
    font-size: 20px;
    text-align: center;
}

.current-plan .value {
    font-weight: bold;
    text-align: center;
}

.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;
}

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

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

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


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


.columns {
    float: left;
    width: 33.3%;
    padding: 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: 20px;
    text-align: center;
}

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

@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;
    width: 34px;
}
/*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;
}
.bg-blue{
    background-color: #5656d1 !important;
}
.bg-light-green{
    background-color: #1d723b !important;
    color: white;
}
.bg-light-cyan{
    background-color: #0b7067 !important;
    color: white;
}
.bg-light-grey{
    background-color: #6ba183 !important;
    color: white;
}
.bg-sky{
    background-color: #0db78f !important;
}
.bg-light_grey{
    background-color: #8689a1 !important;
    color: white;
}
.bg-less-green{
    background-color: #18b715 !important;
    color: white;
}
.table{
    width: 100%!important;
}
.table-body{
    width: 100%;
    overflow-x: scroll;
}

.add-btn{
    margin-top: 32px;
}
.font-title{
    font-size: 1.75rem;
    font-weight: 500;
}
.custom_body{
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    margin: 20px 0 20px 0;
}
.nav-sidebar>.nav-item {
    margin: 0 1rem 0 1rem !important;
}

.nav-sidebar .nav-link p {
    font-size: 13px;
    font-weight: 400;
}
h2.card-title {
    font-size: 13px !important;
    line-height: 1.6 !important;
}
.total-revenue{
    font-size: 25px;
    font-weight: 700;
}
.dashboard-icon {
    font-size: 25px;
    background: #25b4df;
    padding: 15px 16px 15px 16px;
    color: #f0f0ff;
    border: 1px solid #ffffff;
    border-radius: 5px;
}
.user-picture {
    width: 45px;
    height: auto;
}
.table td, .table th {
    vertical-align: middle !important;
}

.alert-primary {
    color: #004085 !important;
    background-color: #cce5ff !important;
    border-color: #b8daff !important;
}
.counter {
    float: right;
    position: absolute;
    background: #dc4745;
    padding: 3px 8px 1px 7px;
    font-size: 11px;
    color: white;
    border-radius: 50%;
    right: 20px;
    z-index: 9999;
    margin-top: 7px;
    font-weight: 600;
}
.user-dashboard-icon {
    font-size: 40px;
    background: #007bff;
    padding: 15px 16px 15px 16px;
    color: #f0f0ff;
    border-radius: 5px;
}
.sender-border{
    border: 1px solid #e3e2e2;
    padding: 5px;
}
.sender-text strong{
    color: #000000;
}
.sender-text{
    font-size:13px;
}

.btn-primary{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    font-size: 12px !important;
}
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before, .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before{
    border-color: var(--primary-color) !important;
}
.icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .icheck-primary>input:first-child:checked+label::before{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.form-control:focus{
    border-color: var(--primary-color) !important;
}

.login-card-body .input-group .form-control, .register-card-body .input-group .form-control{
    font-size: 14px !important;
}
label{
    font-size: 12px !important;
}
.login-card-body .input-group .form-control:focus~.input-group-append .input-group-text, .register-card-body .input-group .form-control:focus~.input-group-append .input-group-text{
    border-color: var(--primary-color) !important;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active{
    background-color: var(--primary-color) !important;
    color: white !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: var(--primary-color) !important;
}

.main-sidebar {
    bottom: 0;
    float: none !important;
    left: 0;
    position: fixed !important;
    top: 0;
    box-shadow:14px 0px 10px -14px #fff9 !important;
}


.main-sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.main-sidebar ::-webkit-scrollbar {
    width: 4px;
    background-color: #ffffff40;
}

.main-sidebar ::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border: 2px solid #c1c1c1;
    border-radius: 50px;
}


.main-header{
    left: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    z-index: 1037 !important;
    box-shadow: 0px 15px 10px -15px #1111115e;
}

.content-wrapper {
    margin-top: calc(2.5rem + 18px) !important;
    /*overflow-y: scroll !important;*/
    padding-bottom: calc(3.5rem + 1px);
    padding-top: 36px;
    padding-right: 30px;
    padding-left: 34px;
}
.main-footer{
    bottom: 0;
    left: 0;
    position: fixed !important;
    right: 0;
    z-index: 999999;
}
.word-gen-icon{
    color: blue;
}
.inner h6{
    color: black !important;
    font-weight: 900 !important;
}
.img-gen-icon{
    color: #32a300;
}
.code-gen-icon{
    color: blue;
}
.total-users-icon{
    color: #13d1bf;
    background: #aef1eb;
    padding: 13px 11px;
    border-radius: 50px;
    font-size: 25px;
}
.total-profit-icon{
    color: #15ce72;
    background: #4affa56e;
    padding: 13px 19px;
    border-radius: 50px;
    font-size: 25px;
}
.total-word-gen{
    color: #13d1bf;
    background: #52ecdd59;
    padding: 13px 16px;
    border-radius: 50px;
    font-size: 25px;
}
.total-image-counter{
    background: #9f5ac663;
    padding: 13px 17px;
    border-radius: 50px;
    font-size: 25px;
}
.total-documents-counter{
    background: #4c4ca852;
    padding: 13px 17px;
    border-radius: 50px;
    font-size: 25px;
}
.total-code-count{
    background: #6666f163;
    padding: 13px 11px;
    border-radius: 50px;
    font-size: 25px;
}
.admin-dashboard .small-box i{
    transition: all .3s linear;
}
.admin-dashboard .small-box:hover i{
    font-size: 35px !important;
    top: 20px;
    right: 10px !important;
}
.total-images-icon{
    color: #9c2edb;
}
.small-box{
    background: white;
    cursor: pointer;
}
[class*=sidebar-dark-]{
    background-color: white;
    color: black;
}
[class*=sidebar-dark-] .nav-header{
    color: #000000;
}
[class*=sidebar-dark-] .sidebar a{
    color: #000000 !important;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover{
    background-color: rgb(230 247 255);
    color: black;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link{
    background-color: rgb(255, 255, 255);
    color: black;
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus{
    background-color: rgb(230 247 255);
    color: black;
}
.small-box-counter{
    font-size: 1.5rem !important;
    margin: 0px !important;
}

div.dataTables_wrapper div.dataTables_info{
    opacity: 0.7 !important;
}
td{
    font-weight: 400 !important;
}
.custom-badge{
    font-size: 11px !important;
    padding: 4px 7px !important;
}
.child-li.nav-link{
    margin-left: 1rem!important;
}
.child-li.nav-link.active{
    background: white !important;
    color: #007bff !important;
    margin-left: 1.5rem!important;
}
.nav nav-treeview{
    line-height: 10px !important;
}
.child-li p{
    font-size: 11px !important;
}
.child-li .nav-icon{
    font-size: 11px !important;
    opacity: 0.7 !important;
}
.parent-li .nav-icon{
    font-size: .8rem !important;
}
.show-wallet{
    background: #f4f6f9;
    text-align: center;
    border-radius: 7px;
}
.available-number{
    font-size: 12px !important;
    color: blue;
}
.available-text{
    font-size: 11px !important;
    opacity: 0.7 !important;
}
.wallet-word-av{
    color: #071fd7 !important;

}
.wallet-image-av{
    color: green !important;
}
.wallet-code-av{
    color: #1ed2d2 !important;
}
.d-available b {
    font-size: 18px !important;
}

.d-available-text {
    font-size: 14px !important;
    opacity: 0.7 !important;
}
.upgrade-bolt-icon{
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.your-current-plan{
    letter-spacing: 3px;
    line-height: 28px;
}
#vert-tabs-tab .nav-link{
    color: var(--primary-color) !important;
}
#vert-tabs-tab .nav-link.active{
    border-color: var(--primary-color) !important;
    background: var(--primary-color) !important;
    color: white !important;
}
.form-control{
    font-size: 11px !important;
}
.small-box p{
    font-size: 14px !important;
}
.revenue-icon{
    font-size: 13px !important;
    color: var(--primary-color) !important;
}
.word-limit-count-box,.code-limit-count-box{
    padding-left: 1rem;
}
.section-heading-text{
    font-size: 11px !important;
}
.op-07{
    opacity: 0.7 !important;
}
.header-active{
    color: #007bff;
}
.custom-content-header{
    padding: 0px 18px 10px 18px;
}
.nav-item.divider{
    border-top: 1px solid #00000057;
    margin: 10px !important;
}
.custom-content-header h5{
    font-size: 18px !important;
}
.card-header h5{
    font-size: 13px !important;
}
.bg-primary{
    background: var(--primary-color) !important;
    color: white !important;
}
.btn{
    font-size: 12px !important;
}
[class*=sidebar-dark] .brand-link{
    color: black !important;
}
.dropdown-item{
    font-size: 13px !important;
}
.dropdown-item.active, .dropdown-item:active{
    background: var(--primary-color) !important;
}
.page-item.active .page-link{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.modal-title{
    font-size: 18px !important;
}
.modal-body{
    font-size: 11px !important;
}
.customer-d-total-word{
    border-radius: 5px;
    background: #6868ce3b;
    padding: 5px;
}
.customer-d-total-img{
    border-radius: 5px;
    background: #50cc1942;
    padding: 5px;
}
.customer-d-total-code{
    border-radius: 5px;
    background: #8585dd7a;
    padding: 5px;
}
.toast-body{
    font-size: 11px !important;
}
.toast-header button{
    font-size: 13px !important;
}
.toast-header{
    font-size: 13px !important;
}
.toasts-top-right fixed{
    letter-spacing: 1px;
}
[class*=sidebar-dark] .user-panel{
    border-bottom: 1px solid #c9e1ed !important;
}
[class*=sidebar-dark] .brand-link{
    border-bottom: 1px solid #c9e1ed !important;
}
@media(max-width: 700px){
    .content-wrapper{
        padding-top: 5px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .custom-border-left{
        border: hidden !important;
    }
    .custom-sm-box{
        margin-bottom: 13px !important;
    }
    .word-limit-count-box,.code-limit-count-box{
        padding-left: 7.5px !important;
    }
    .your-current-plan{
        font-size: 16px !important;
    }
    .welcome-to-text{
        margin-top: 12px !important;
    }
}

.btn-info {
   color: white!important;
}
.btn-danger{
    color: white!important;
}
