:root {
    --top-nav-bg: #053b5c;
}
.home-div {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
    float: left;
    height: 98%;
    margin-top: 84px;
    gap: 5px;
}
.logo {
    float: left;
}
.span-icon img {
    fill: #fff;
}
.nav-title {
    text-indent: 2px;
}
.nav-item {
    text-indent: 10px;
    color: #fff;
    float: left;
}
.dropdown-menu {
    float: left;
    width: 100px;
    margin-left: -40px;
    display: none;
}
.dropdown-menu > a {
    float: left;
    overflow: hidden;
}
.welcome-top-div {
    background: url(../img/welcome-bg.jpg) center center #103044; /*#153f57; /*#24163b; /*#860ca5;*/
    background-size: cover;
    color: #fff;
    height: 350px;
}
.welcome-top-div::before {
    content: " ";
    position: absolute;
    background: #000;
    width: 100%;
    height: 350px;
    z-index: 0.1;
    opacity: 0.6;
}
.lb-wrap {
    float: right;
    overflow: hidden;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    display: block;
}
.side-bar {
    display: grid;
    background: var(--bs-dark); /*#234E70; */
    height: 100%;
    padding-top: 2px;
    grid-template-columns: 94%;
    grid-column: 1 / span 1;
    position: sticky;
    padding-block: 10px;
    justify-content: center;
}
.main-panel {
    grid-column: 2 / span 5;
    padding: 5px 0px;
    background: #eee;
    padding-inline: 2px;
}
.side-bar h4 {
    text-transform: uppercase;
    font-size: 12px;
    background: #023047; /*#F4A950; /*#fbf8be; /*#1a5580;*/
    width: 100%;
    border-radius: 2px;
    color: #fbf8be !important;
    padding-block: 20px;
}
.side-bar .nav-link {
    text-indent: 50px;
    padding: 3px 0px;
    width: 94%;
    margin-left: 3%;
    overflow: hidden;
}
.side-bar .nav-link {
    background-position: 15px 5px;
}
/*.side-bar .nav-link{
    border-bottom: 1px solid rgb(44, 44, 44);
}*/
.side-bar .nav-item:hover {
    background: var(--bs-secondary); /*#17496e;*/
    color: #fff;
}
.top-bar {
    background: var(--top-nav-bg);
    /*#153f57; /*#860ca5;*/
    width: 100%;
    float: left;
    z-index: 1000;
    position: fixed;
    top: 0px;
    box-shadow: 0px 0px 20px #000;
}
.c-button {
    background: #e6e5e4;
    color: #111;
}
.lb-wrap a {
    text-decoration: none;
}
.spinner-wrap {
    padding: 30px 0px;
    display: flex;
    justify-content: center;
    z-index: 30;
    width: 98%;
    float: left;
}
.spinner-wrap::after {
    content: " ";
    position: absolute;
    z-index: 1;
    width: auto;
    height: 100%;
    background: #000;
    top: 0px;
    opacity: 0.4;
}
.bartop {
    display: sticky;
    border: 1px solid #ddd;
    top: 85px;
    background: var(--bs-light);
}
.op-title {
    width: 100%;
    font-size: 1.1em;
    float: left;
    color: #444;
    background: #2f455c; /*#023047;*/
    padding-inline: 10px;
    padding-block: 7px;
    border-radius: 3px;
    color: #fff;
    display: flex;
    align-items: center;
}
.status-content {
    width: 100%;
    min-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
}
.status-wrap {
    width: 60%;
    max-width: 50px;
    height: 12px;
    border-radius: 30px;
    float: left;
}
.toggle-btn {
    height: 15px;
    width: 15px;
    background: #fff;
    margin-top: -2px;
    border-radius: 25px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 3px #444;
    float: right;
}
.status-wrap-active {
    background: rgb(4, 185, 80);
}
.status-wrap-inactive {
    background: var(--bs-gray);
}
.status-wrap-active .toggle-btn {
    float: right;
}
.status-wrap-inactive .toggle-btn {
    float: left;
}
.login-window {
    display: grid;
    margin-top: 200px;
    grid-template-columns: repeat(4, 1fr);
}
.login-section {
    grid-column: 2 / span 2;
}
.login-header {
    background: var(--top-nav-bg);
    color: #fff;
    padding-block: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 20px;
    border-radius: 5px !important;
}
.login-card {
    padding: 20px;
    border: 1px solid #ddd !important;
    margin-bottom: 20px;
}
.l-bg {
    background: #eee;
}
.btn-blue {
    background: var(--bs-primary);
    padding-inline: 30px;
    color: #fff;
    font-weight: bold;
}
.span-icon {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
    object-fit: cover;
}
.span-icon img {
    width: 100%;
}
.tunnel-status {
    width: 100%;
    min-height: 10px;
}
.action-bar {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-inline: 10px;
    padding-top: 10px;
    float: left;
}
.two-col {
    display: grid;
    grid-template-columns: 90% 20%;
}
.two-col div {
    text-indent: 20px;
}
.two-equal-columns {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 5px;
}
.min-inner {
    width: 100%;
    float: left;
    overflow: hidden;
    background: #eee;
    border: 1px solid #ddd;
    padding: 10px 1%;
    display: none;
}
.min-inner .form-row .form-control {
    font-size: 0.6rem;
}
.main-wrap,
.alert-wrap {
    position: fixed;
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    z-index: 1002;
    display: none;
}
.alert-wrap {
    z-index: 1004;
    opacity: 0.5;
}
.pop-window,
.alert-window {
    position: fixed;
    width: 500px;
    min-height: 20px;
    z-index: 1003;
    background: var(--bs-light);
    border-radius: 5px;
    display: none;
}
.alert-window {
    z-index: 1005;
}
.form-row {
    width: 100%;
    float: left;
}
.pop-inner-div {
    width: 100%;
    float: left;
    min-height: 100px;
    padding-block: 20px;
}
.alert-window .pop-inner-div {
    min-height: 20px;
    text-indent: 20px;
}
.sr_only {
    width: 100%;
    text-align: center;
}
.close-div {
    cursor: pointer;
    color: #fff;
}
.form-row {
    width: 96%;
    margin-left: 2%;
    padding: 5px 0px;
}
.link-btn {
    padding: 1px 10px;
    background: var(--bs-success);
    color: #fff;
    border-radius: 2px;
    float: left;
    margin-left: 3px;
    font-size: 10px;
}
.settings-btn {
    width: 100%;
    height: 20px;
    background: url(../img/icons/gear.svg) center center no-repeat;
    background-size: 12px;
}
.gear-btn {
    background: url(../img/icons/gear.svg) center center no-repeat;
    width: 20px;
    height: 20px;
    float: right;
}
/*-------------------------------------------------------------icons-----------------------------------------------------------*/
.dashboard {
    background: url(../img/icons/speedometer2.svg) center left no-repeat;
}
.marketplace {
    background: url(../img/icons/shop.svg) center left no-repeat;
}
.invoices {
    background: url(../img/icons/invoices.svg) center left no-repeat;
    background-size: 18px;
}
.settings {
    background: url(../img/icons/sliders.svg) center left no-repeat;
}
.reports {
    background: url(../img/icons/reports.svg) center left no-repeat;
}
.support {
    background: url(../img/icons/person.svg) center left no-repeat;
}
.mpesa-service {
    background: url(../img/icons/mpesa.svg) center left no-repeat;
    background-size: 30px;
}
.backup-services {
    background: url(../img/icons/backup-svgrepo-com.svg) center left no-repeat;
    background-size: 20px;
}
.receipts {
    background: url(../img/icons/receipt.svg) center left no-repeat;
}
.prices {
    background: url(../img/icons/price-tag-svgrepo-com.svg) center left
        no-repeat;
    background-size: 20px;
}
.acountsettings {
    background: url(../img/icons/settings.svg) center left no-repeat;
    background-size: 20px;
}
.tunneling-service {
    background: url(../img/icons/tunnel.svg) center left no-repeat;
    background-size: 20px;
}
.api-services {
    background: url(../img/icons/api.svg) center left no-repeat;
    background-size: 20px;
}
.man-companies {
    background: url(../img/icons/book-management-svgrepo-com.svg) center left
        no-repeat;
    background-size: 20px;
}
.bg-gray {
    background: var(--bs-gray);
}
.bg-gray-dark {
    background: var(--bs-gray-dark);
}
/*------------------------------------------------------------end icons--------------------------------------------------------*/
