:root {
    --primary: #03A878;
    --text-color:#1f2d3d;
    --white:white;
    --primary-hover: rgb(2 134 94);
    --primary-hover-border: rgb(1 147 103)
}

.content-wrapper {
    background: white;
}
[class*=sidebar-dark] .brand-link {
    color: var(--primary);
    font-weight: 700;
}
.toast.bg-success .toast-header{
    background: var(--primary);
}
.bg-success .toast-body{
    background: var(--primary);
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    background-color:var(--primary)!important;
}
#response_value_disabled{
    cursor: not-allowed;
    opacity: 0.5;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary)!important;;
}
.sms-text{
    color: var(--primary);
}
.card-footer{
    background-color: white;
}

[class*=sidebar-dark-] {
    background-color: var(--white);
}
.bg-primary{
    background-color:var(--primary)!important;
}
[class*=sidebar-dark-] .sidebar a {
    color: var(--text-color);
}
[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: rgba(255,255,255,.1);
    color: var(--text-color);
}
.nav-link .dot-icon{
    font-size: 12px;
    color: var(--white);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--white)!important;
    background-color: var(--primary)!important;
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link.active .dot-icon{
    color:var(--primary);
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link.active {
    box-shadow: 0 1px 3px rgb(245 239 239 / 0%), 0 1px 2px rgb(255 255 255 / 0%) !important;
    font-weight: 600;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link {
    color: var(--text-color);
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover {
    color: var(--text-color);
}
.nav-item .active .dot-icon{
    color:var(--primary);
}
.nav-item .active p{
    font-weight: 600;
}
.nav-link:hover .dot-icon{
    color:var(--primary);
}
.btn-primary{
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-primary:hover{
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}
.btn-primary:focus{
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}
.btn-info{
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-info:hover{
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}
.btn-info:focus{
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}
.btn-danger{
    background-color: #CE505F;
    border-color: #CE505F;
}
.btn-link {
    color: var(--primary);
}
.iphone{
    top: 0!important;
}
.btn-link {
    color: var(--primary-hover);
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}
.form-control:focus {
    border-color: var(--primary);
}
.elevation-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0),0 10px 10px rgba(0,0,0,0)!important;
    border-right: 1px solid #d3d3d3;
}
[class*=sidebar-dark] .user-panel {
    border-bottom: 1px solid #d3d3d3;
}
[class*=sidebar-dark] .brand-link {
    border-bottom: 1px solid #d3d3d3;
}
.card {
    box-shadow: 0 0 1px rgb(169 169 169), 0 1px 3px rgb(170 170 170 / 71%);
}
[class*=sidebar-dark-] .user-panel a:hover {
    color: var(--primary);
}
.brand-link{
    padding: 11px 15px!important;
}
.user-panel{
    padding-bottom: 6px;
}
.page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-secondary {
    background-color:var(--primary);
    border-color: var(--primary);
}
.btn-secondary:hover {
    background-color:var(--primary-hover);
    border-color: var(--primary-hover);
}
a {
    color: var(--primary);
}
a:hover {
    color: var(--primary-hover);
}
.nav-pills .nav-link:not(.active):hover {
    color: var(--primary);
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
}

.switch .switch-input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 7px;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-input:checked + .switch-slider {
    background-color: var(--primary);
}

.switch-input:focus + .slider {
    box-shadow: 0 0 1px var(--primary);
}

.switch-input:checked + .switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switch-slider.round {
    border-radius: 34px;
}

.switch-slider.round:before {
    border-radius: 50%;
}
h2.card-title {
    font-size: 1.5rem !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-family: 'Roboto';
    font-weight: bold;
}

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

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

.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;
    width: 34px;
}
/*for select2*/
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: var(--primary) !important;
    border-color: var(--primary)  !important;
    color: #fff !important;
    padding: 0 10px;
    margin-top: .31rem;
}
.cronjob-title{
    font-size: 1.2rem;
    color: var(--primary);
    font-weight: 600;
    padding: 10px;
}
.cronjob-configured{
    font-size: 1.2rem;
    font-weight: 500;
    margin-left: 10px;
}
.select-nub{
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 20px;
    color: var(--primary);
}
.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: auto;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    padding: 5px 8px;
    margin-left: 10px;
;
}
.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;
}

.select2-container--default{
    width: 100% !important;
}

.sidebar-compose{
    position: relative;
    background: var(--primary) !important;
    color: var(--white);
    margin-bottom: 10px !important;
    border-radius: 10px;
}
.sidebar-compose a{
    font-size: 20px;
    color:var(--white)!important;
    padding: 4px 0 4px 50px;
}
.nav-treeview .nav-item{
    margin-left: 10px;
}
.chatbox {
    width: 350px;
    margin:0 auto;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    border-radius: 6px;
}
.chat-window {
    flex: auto;
    height: 450px;
    background: white;
}
.chat-input {
    flex: 0 0 auto;
    height: 60px;
    background: #f2f2f2;
    border-top: 1px solid #2671ff;
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}
.chat-input span {
    height: 59px;
    line-height: 60px;
    outline: 0 none;
    border: none;
    width: calc(100% - 60px);
    color: #333333;
    text-indent: 10px;
    font-size: 12pt;
    padding: 0;
    background: #f2f2f2;
    margin-left: 12px;
}
.chat-input button {
    float: right;
    outline: 0 none;
    border: none;
    background:  #999999;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 2px 0 0 0;
    margin: 10px;
    transition: all 0.15s ease-in-out;
}

.msg-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 10px 0 10px 10px;
    padding: 0;
}
.msg-box {
    display: flex;
    background: #f2f2f2;
    padding: 0px 10px 0px 10px;
    border-radius:6px;
    max-width:68%;
    width: auto;
    float: left;
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    margin-left: 45px;
}
.flr {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    width: calc(100% - 50px);
}
.messages {
    flex: 1 0 auto;
}
.msg {
    display: inline-block;
    font-size: 11pt;
    color: #333333;
    margin: 0 0 4px 0;
}
.msg:first-of-type {
    margin-top: 3px;
    max-width:200px;
    word-wrap:break-word;
}
.header-number{
    width: 100%;
    background: #f2f2f2;
    display: flex;
    border-bottom: 1px solid #2671ff;
    font-size: 1.15rem;
}
.header-number span{
    margin-top: 26px;
    margin-bottom: 20px;
    color: #333333;
    margin-left: 12px;
    font-weight: 600;
}
.header-icon{
    margin-left: 40px;
}
.header-icon i{
    padding: 26px 8px 8px 8px;
}
.msg-remote span{
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    background-color: #00b44e;
    color: white;
    padding: 0px 12px;
    border-radius: 25px;
    bottom: 0;
}
.plus-icon{
    font-size: 1.5rem;
    margin-left: 16px;
    position: relative;
    top: 4px;
}
.mag-time{
    font-size: 0.9rem;
    text-align: center;
    padding: 5px;
}
.chat-window::-webkit-scrollbar {
    width: 10px;
}

.chat-window::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.chat-window::-webkit-scrollbar-thumb {
    background: #f2f2f2;
    border-radius: 10px;
}
.back-icon{
    margin-top: 26px;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}
@media screen and (max-width: 365px) {
    .chatbox{
        width: 285px;
    }
    .header-icon {
        margin-left: 15px;
    }
    .header-icon i {
        padding: 26px 5px 0px 5px;
    }
    .back-icon {
        margin-right: 0px;
    }
    .chat-window{
        height: 380px;
    }
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.img-jpg{
    display: flex;
    list-style: none;
}
.img-jpg li {
    padding-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
}
.sent-treeview{
    height: auto !important;
}
.masking_counter_2{
    position: relative;
    top: -16px;
    background: red;
    padding: 2px 8px;
    border-radius: 50px;
    right: -19px;
}
.response_value{
    background: #d3d3d32e;
}
#setting_list ul li span{
    font-weight: 700;
}

.fs-13{
    font-size: 13px;
}
#settingsCard{
    background: #4ed17617;
}
.alert-primary {
    color: #004085 !important;
    background-color: #cce5ff !important;
    border-color: #b8daff !important;
}
.alert-tooltip{
    font-size: 20px;
    margin-left: 10px;
}
.tooltip-inner {
    min-width: 100px;
    max-width: 600px;
    text-align: left;
}
.diff-counter{
    position: absolute;
    top: 0px;
    background: red;
    padding: 2px 8px;
    border-radius: 50px;
    right: 11px;
    color: white;
    font-size: 11px;
}
.schedule-label{
    font-size: 1rem;
    font-weight: 700;
}
.alert-tooltip-custom{
    font-size: 15px;
    cursor: pointer;
}
td hr{
    margin-top: 6px !important;
    margin-bottom: 0px !important;
    border-top: 1px solid rgb(0 0 0 / 31%) !important;
}
.white_border{
    border-bottom: 2px solid white;
}
.nav-icon {
    font-size: 14px !important;
}
.border-right-d{
    border-right: 3px solid #cecaca;
}

.change-mode{
    cursor: pointer;
}

.change-mode:hover .fa-sync{
    color: #03A878;
    transition: 0.9s;
    transform: rotate(180deg);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background-color:var(--primary);
    border:var(--primary);
}
.small-box{
    color: var(--primary) !important;
}
.bg-primary.btn:hover{
    background-color: var(--primary-hover) !important;
    border-color: var(--primary-hover-border) !important;
}

.text-primary{
    color: var(--primary) !important;
}
.inner h4{
    font-weight: 600 !important;
}

.flex-wrapper-center{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.form-label{
    display: block;
    margin-bottom: 5px;
    color: #61c193;
    font-weight: normal !important;
}

.icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .icheck-primary>input:first-child:checked+label::before {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before {
    border-color: var(--primary);
}

.icheck-primary>input:first-child:not(:checked):not(:disabled):focus+input[type=hidden]+label::before, .icheck-primary>input:first-child:not(:checked):not(:disabled):focus+label::before {
    border-color: var(--primary);
}

.login-box-msg{
    margin-top: 10px;
    margin-bottom: 40px;
}

.bg-gradient-primary-login{
    background: rgb(3,168,120);
    background: linear-gradient(0deg, rgba(3,168,120,1) 44%, rgba(34,193,195,1) 100%);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.h-100px{
    height: 100px !important;
}
.h-500px{
    height: 500px !important;
}

@media screen and (max-width: 426px) {
    .w-50{
        width: 100% !important;
    }
    .bg-gradient-primary-login{
        display: none !important;
    }
}

.sub-title-left{
    color: rgba(255,255,255,.7)!important;
}

.login-left-img{
    min-height: 200px;
}

.bg-primary.btn.active, .bg-primary.btn:active, .bg-primary.btn:not(:disabled):not(.disabled).active, .bg-primary.btn:not(:disabled):not(.disabled):active{
    background-color: var(--primary) !important;
    border-color: var(--primary);
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover{
    background-color: var(--primary) !important;
    border-color: var(--primary);
}

.line-break-anywhere{
    line-break: anywhere;
}

.content .card-body th{
    color: var(--primary);
}
