@charset "UTF-8";
:root {
    --arkesel-green: #29c782;
    --arkesel-darkblue: #142444;
}
/*!
Custom CSS for the application
 */
.form-group{
    /*float: left;*/
}
.ignore_float{
    float: inherit;
}
.dataTables_wrapper .row{
    width: 100%;
}
.panel{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 4px;
}
.panel .panel-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
    border-radius: 4px;
}
.panel .panel-heading{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: flex-first;
    align-content: flex-first;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0 25px;
    border-bottom: 1px solid #ebedf2;
    min-height: 60px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.panel-heading .btn-success, .panel-heading .btn-danger{
    display: flex;
    height: 35px;
    align-self: center;
}
.panel .panel-title{
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #142444;
    display: flex;
    align-self: center;
}
.page-title {
    margin: 0;
    padding: 0 1rem 0 0;
    font-size: 1.4rem;
    font-weight: 500;
    color: #434349;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.form-group.required label:after {
    content:"*";
    color:red;
}
.kt-badge.kt-badge--username{
    width: 120px !important;
}
.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 35px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
}

.kt-aside-menu, .kt-aside__brand{
    background-color: #142444 !important;
}
.kt-aside-menu{
    background-color: #142444 !important;
}
.kt-aside {
    background-color: #142444;
    -webkit-box-shadow: 13px -2px 17px -12px rgba(41,50,66,.1);
    box-shadow: 13px -2px 17px -12px rgba(41,50,66,.1);
    
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon, .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    color: #29c782;
}
.kt-menu__item:hover, .kt-menu__item--active{
    color: #29c782;
    
    /* background: #f0a833; */
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading, .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
    color: #29c782;
    background: #ffffff;

    
}
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-text, .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-text {
    color: #29c782;
    
    
}
.kt-menu__link-text{
    font-size: 24px;
    color: #ffffff;
}


@media (min-width: 1025px) {
    .kt-header--fixed.kt-subheader--fixed.kt-subheader--enabled .kt-wrapper {
        padding-top: 70px;
    }
    .kt-aside .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
        flex-direction: unset;
    }
    .kt-aside .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
        justify-content: left;
    }
    .kt-aside .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
        font-size: 1.4rem;
        margin-top: 5px;
        margin-right: 8px;    
    }
    .kt-aside {
        width: 175px;
    }
    .kt-aside--fixed .kt-wrapper {
        padding-left: 175px;
    }
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link{
    padding: 9px 30px 9px 15px;
}
.kt-menu__submenu{
    left: 30px !important;
}
.kt-aside-menu .kt-menu__nav {
    padding: 0;
}
.btn-group-sm input[type=radio]{
    position: absolute;
    clip: rect(0,0,0,0);
}
.form-control:disabled, .form-control[readonly] {
    background-color: #f7f8fa;
    opacity: 1;
}
/**
Quick SMS
 */
.msg_div{
    margin: 0 2em;
}
.ticket-de-pane{
    margin: 7px 0;
}
.ticket-status-title{
    font-weight: bold;
}
/**
Login and Registratino
 */
.rc-anchor{
    display: flex;
    align-self: center;
}
.g-recaptcha{
    margin-top: 15px;
    display: inline-block;
}
.g-recaptcha-container{
    text-align: center;
}
.kt-login.kt-login--v3.kt-login--signin .kt-login__signup {
    display: block;
}
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container.registration {
    width: 860px;
    margin: 0 auto;
}
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__logo {
    margin: 0 auto 3rem auto;
}
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__head {
    margin: 1rem 0;
}
.registration.kt-login__actions {
    margin-top: 4%;
    color: #F0AD4E
}
/**
Campaign Reports
 */
.nav-pills .nav-item .nav-link, .nav-tabs .nav-item .nav-link {
    padding: 1.5rem 1.25rem;
}
/**
Login page
 */
.country_select {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.country_select .dropdown-toggle {
    padding: 0.9rem 1rem;
    background: rgba(235, 237, 242, 0.4) !important;
}
/**
Invoices
 */
.m-t-20 {
    margin-top: 20px !important;
}
.bill-data-title {
    font-weight: 500;
    width: 160px;
    display: inline-block;
    text-align: left;
}
.bill-data-value {
    display: inline-block;
    width: 100px;
}
.invoice .btn{
    display: flex;
    height: 35px;
    align-self: center;
}
.inv-block {
    padding: 15px 30px;
}
.invoice-summary {
    border: 1px solid #ddd;
    margin-top: 30px;
    margin-bottom: 30px;
}
.inv-block.last {
    background-color: #01BCD4;
    color: #fff;
}
.kt-login__logo img{
     max-width: 300px;
 }
.kt-aside__brand-logo img{
    max-width: 100px;
}

.alert a{
    color: #000000;
}

@media (max-width: 400px) {
    .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-balance {
        font-size: 8px;
    }
    .panel .panel-body {
        font-size: 10px;
        padding: 25px 5px;
    }
}

.btn-success {
    background-color: #29C782;
    border-color: #29C782;
}

.btn-primary, .btn-info{
    background-color: #2260F4;
    border-color: #2260F4;
}

.daily-sms-history-total-badge{
    font-size: 16px;
    font-weight:600
}

.span-50 {
    width: 49%;
    /* width: 50%; */
    max-width: 50%;
    /* margin: auto; */
} @media (max-width: 560px) {
    .span-50 {
        width: 100%;
        max-width: 100%;
    }
}

.button-spanner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-basis: 50% 50%;
    gap: 5px;
}

.button-spanner.pos-r {
    justify-content: right;
}

.btn-strong {
    padding-top: 10px;
    padding-bottom: 10px;
}


/* .btn-outline-danger {
    color: --danger !important;
    font-size: 1rem;
    font-weight: 500;
    background: #fff0 !important;
    outline: 2.5px solid --danger !important;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus{
    background: --danger !important;
    color: #FFF !important;
} */

.hide-input {
    display: none;
}
.fw-bold {
    font-weight: 500 !important;
}

.ytb_red_btn { background-color: #ff3714; }

@media screen and (max-width: 600px) {
    .mb-wrap {
        flex-wrap: wrap;
        gap: 15px;
        padding: 25px 15px 10px !important;
        /* outline: 2px solid red; */
    }

    .mb-wrap > div {
        margin: auto;
    }

}

#loopedinSelector {
    bottom: 15px !important;
    /* transform: translateY(90px) !important; */
    transform: translateX(-110px) !important;
    transition: transform .3s linear;
}

@media only screen and (max-width: 780px) {

    #loopedinSelector {
        bottom: 120px !important;
        /* transform: translateY(-250px) !important; */
        transform: translateX(-5px) !important;
        transition: transform .3s linear;
    }
    
}


html {
    scroll-padding-top: 10rem;
    scroll-behavior: smooth;
}


.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.flex {
    display: flex;
}
.flex-d-column {
    flex-direction: column;
}
.no-select {
    user-select: none; 
    -ms-user-select: none; 
    -webkit-user-select: none;
}
/* #sggsx-ctrpanel > * {
    outline: 2px solid firebrick;
} */

/* #sggsx-ctrpanel .action-group {
    display: flex;
    outline: 2px solid firebrick;
} */
#sggsx-ctrpanel .submit-group {
    margin: auto;
    margin-bottom: 0px;
    margin-left: 10px;
    /* background: #12da1c; */
    /* outline: 3px solid greenyellow; */
}
/* #sggsx-ctrpanel .tags-group .form-group,
#sggsx-ctrpanel .action-group .submit-group {
    height: 100%; 
    background: #333ddd;
    outline: 1px solid #142444;
} */
#sggsx-ctrpanel > div > div.form-group > *:last-child() {
    margin: auto;
    margin-bottom: 0px;
    /* outline: 3px solid blue; */
}
#sggsx-ctrpanel .select-group .form-group > *:last-child,
#sggsx-ctrpanel .tags-group .form-group > *:last-child,
#sggsx-ctrpanel .action-group .submit-group > *:last-child {
    margin: auto;
    margin-bottom: 0px;
    /* outline: 3px solid rgb(255, 123, 0); */
}
#sggsx-list-cbx {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1px;
    margin-top: 30px;
    padding: 20px 10px 20px 10px;
    background-color: #14244402;
}
.sggsx-card {
    width: 100%;
    height: fit-content;
    padding: 10px 15px;
    border-radius: 5px;
    margin: auto;
    /* box-shadow: 2px 4px 5px 2px #0001; */
    /* border: 1px solid #454647; */
}
.sggsx-card:nth-child(odd) {
    background: #14244407;
}
.sggsx-card:hover, .sggsx-card:nth-child(odd):hover {
    color: var(--arkesel-green);
    /* color: #eeefff; */
    background: var(--arkesel-darkblue);
    /* background: #4178f8; */
    /* transition: background .5s ease-in-out; */
}
.sggsx-card-top {
    /* display: flex; */
    margin: auto;
    width: 100%;
    height: fit-content;
    gap: 10px;
    flex-wrap: wrap;
    /* outline: 2px solid chartreuse; */
}
.sggsx-card-top-left,
.sggsx-card-top-right {
    /* width: 50%; */
    /* min-width: fit-content; */
    max-width: 25%;
    height: fit-content;
    padding: 5px;
    margin: auto;
    flex-direction: row;
    flex-wrap: wrap;
}
.sggsx-card .sggsx-card-top .message-group {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: auto;
    margin-left: 5px;
    align-items: right;
    justify-content: center;
    /* outline: 2px solid chartreuse; */
}
.sggsx-card .sggsx-card-top .message-group p {
    margin: auto;
    margin-left: 0px;
}
.sggsx-card-top-left {
    margin-left: 0px;
    width: 25%;
    /* outline: 2px solid slateblue; */
}
#aimessage .sggsx-card-top-left {
    width: fit-content !important;
}
.sggsx-card-top-right {
    margin-right: 0px;
    align-items: center;
    justify-content: right;
    /* outline: 2px solid orangered; */
}
.sggsx-card .form-group {
    margin-right: 10px;
    margin-bottom: 3px;
    padding: 4px 6px;
    border-radius: 4px;
    background: #14244408;
}
.sggsx-card:hover .sggsx-card-top .sggsx-card-top-left .form-group {
    background: #0104084d;
}
.sggsx-card .sggsx-card-label {
    margin: auto;
    margin-left: 0px;
    font-weight: 400;
}
.sggsx-card .sggsx-card-label:hover {
    font-weight: 300;
}
.sggsx-card .sggsx-card-val {
    margin: auto;
    margin-left: 5px;
    margin-bottom: 3px;
}
.sggsx-card:hover .sggsx-card-val {
    color: #eeefff;
}

@media only screen and (max-width: 786px) {

    #sggsx-ctrpanel > div.form-group {
        margin-top: 20px;
    }
    #sggsx-ctrpanel > div.form-group:first-child {
        margin-top: 5px;
    }
    
    .sggsx-card .sggsx-card-top .sggsx-card-top-left {
        width: 100%;
        max-width: 100%;
    }
    
}

.flap {
    display: flex;
    gap: 20;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 15px;
}
.flap strong > label {
    color: var(--danger);
    margin: auto;
    margin-right: 10px;
}
/* .flap * {
    outline: 2px solid red;
} */
.svg-s-sm {
    width: 15px;
    height: 15px;
    max-width: 15px;
    max-height: 15px;
}
.svg-s-md {
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
}
.text-s-nl {
    font-size: 1.1rem;
}
.text-s-md {
    font-size: 0.9rem;
}
.text-s-sm {
    font-size: 0.8rem;
}
.text-c-dark {
    color: var(--gray-dark);
}
.text-c-green {
    color: var(--success);
}
.text-normal {
    font-weight: 400;
}
.text-strong {
    font-weight: 500;
}
.lotus-card > * {
    /* outline: 2px solid darkblue; */
}

.lotus-card {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-radius: 10px;
    /* border: 2px solid; */
    width: fit-content;
    max-width: 100%;
    color: inherit;
    overflow: hidden;
    box-shadow: -5px 5px 10px #00002308;
}
.lotus-card-gray {
    background: #f8f8f8;
    /* background: #f8f8f8; */
}
.lotus-card-darkblue {
    /* background: #f8f8f8; */
    background: #112755;
    color: #eef;
}
.lotus-card-short {
    height: fit-content;
    /* max-height: 95px; */
    padding: 0px;
}
.lotus-card-short .lotus-c-content {
    height: fit-content;
    /* max-height: 90px; */
    overflow-y: hidden;
    padding: 10px;
}
.lotus-c-featured {
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    width: 20%;
    max-width: 100px;
    min-width: 50px;
    /* background-color: var(--arkesel-green); */
    /* background-color: var(--arkesel-darkblue); */
    background-color: #fcfcfc;
}
.lotus-c-featured > * {
    width: 45%;
    height: 45%;
    max-width: 55%;
    max-height: 55%;
}
.lotus-card-darkblue .lotus-c-featured {
    background-color: var(--arkesel-darkblue);
    color: var(--arkesel-green);
}
.lotus-c-content {
    display: flex;
    flex-direction: column;
    width: fit-content;
    max-width: 80%;
    gap: 3px;
    padding: 10px 15px;
    align-items: flex-start;
    justify-content: flex-start;
}
.outline-green {
    border: 1.7px solid var(--arkesel-green);
    box-shadow: 0px 2.4px 9px 3px #29c78235;
    /* box-shadow: 0px 2.4px 16px 3px #29c78250; */
}
.lotus-c-content > p,
.lotus-c-content > label,
.lotus-c-content > span {
    /* line-height: 1.4rem; */
    font-weight: 500;
}
