


.floating-messages {
    position: absolute;
    width: 900px;
    margin-top: 83px;
    z-index: 10;
}

.solution-name-box,
.client-name-box {
    line-height: 44px;
    font-size: 16px;
    border: 1px #ccc solid;
    padding: 5px 10px;
    border-color: rgb(75,153,212);
    color: rgb(75,153,212);
    border-radius: 5px;
    background-color: #f8fdff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.solution-arrow {
    color: rgb(75,153,212);
    font-weight: bold;
    margin-left: 2px;
}

.client-name-box {
    margin-left: -2px;
}

.solution-name-box {
    font-weight: bold;
    color: rgb(75,153,212);
    border-color: rgb(75,153,212);
}

.slide-window {
    position: fixed;
    right: 0px;
    z-index: 999;
    text-align: left;
}
.slide-window-header {
    background-color: #0e3142;
    color: #ccc;
    min-height: 30px;
    line-height: 30px;
    border-bottom: 1px #0e3142 solid;
    border-left: 1px #0e3142 solid;
    padding: 5px 20px;
    min-width: 350px;
}
.slide-window-body {
    background-color: #123e54;
    border-left: 1px #0e3142 solid;
    min-height: 300px;
    /*max-height: 500px;*/
    overflow-x: scroll;
    padding: 5px 20px 20px 20px;
    width: 300px;
    float: right;
}
.slide-window-footer a {
    display: block;
    height: 2px;
    /* background-color: #3598dc; */
    background-color: #f0f5ff;
    width: 100%;
    width: 300px;
    float: right;
}
ul.category-list {
    margin: 0;
    padding: 0;
}

ul.category-list li {
    list-style: none;
    padding-bottom: 2px;
    border-bottom: 1px #ccc solid;
    margin-bottom: 2px;
}

ul.category-list li ul li:last-child {
    border-bottom: none;
}

body.modern ul.category-list li {
    border-bottom: 1px #086393 solid;
}

ul.category-list ul {
    padding: 0px 0px 0px 28px;
}

.slide-window-body a {
    color: #333;
    line-height: 20px;
}

@media (max-width: 991px) {
   
}

@media (max-width: 767px) {
    .floating-messages {
        position: absolute;
        width: 700px;
        margin-top: 80px;
        z-index: 10;
    }
}

@media (max-width: 580px) {
    
    .slide-window {
        position: relative;
    }
    
    .slide-window-body {
        border-left: 0px #ccc solid;
        width: 100%;
    }
    
    .slide-window-footer a {
        width: 100%;
    }
    

    .floating-messages {
        position: absolute;
        width: 500px;
        margin-top: 80px;
        z-index: 10;
    }
    
    .client-name-box {
        font-size: 13px;
    }
    
    .solution-arrow,
    .solution-name-box {
        display: none;
    }
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

/** login box shadow **/
.login-box {
    box-shadow: 0px 3px 6px #ddd;
}

.confirm-model h4 {
    line-height: 1.5em;
}

/** modern dashboard-stat-wifi cards **/
body.modern .dashboard-stat-wifi {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0;
}

body.modern .dashboard-stat-wifi .visual,
body.modern .dashboard-stat-wifi .details > .label {
    display: none;
}

body.modern .dashboard-stat-wifi.blue-madison  { border-left: 4px solid #2a9d5c; }
body.modern .dashboard-stat-wifi.red-intense   { border-left: 4px solid #ea4335; }
body.modern .dashboard-stat-wifi.green-haze    { border-left: 4px solid #39a7df; }
body.modern .dashboard-stat-wifi.purple-plum   { border-left: 4px solid #0e3142; }

body.modern .dashboard-stat-wifi .stat-upper {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 20px 16px 20px;
    flex: 1;
}

body.modern .dashboard-stat-wifi .stat-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

body.modern .dashboard-stat-wifi.blue-madison .stat-icon-wrap  { background: rgba(42, 157, 92, 0.1);  color: #2a9d5c; }
body.modern .dashboard-stat-wifi.red-intense .stat-icon-wrap   { background: rgba(234, 67, 53, 0.1);  color: #ea4335; }
body.modern .dashboard-stat-wifi.green-haze .stat-icon-wrap    { background: rgba(57, 167, 223, 0.1); color: #39a7df; }
body.modern .dashboard-stat-wifi.purple-plum .stat-icon-wrap   { background: rgba(14, 49, 66, 0.1);   color: #0e3142; }

body.modern .dashboard-stat-wifi .fa-stat-stack {
    font-size: 10px;
    width: 48px;
    height: 48px;
    line-height: 48px;
}

body.modern .dashboard-stat-wifi .details {
    flex: 1;
    margin: 0;
    padding: 0;
}

body.modern .dashboard-stat-wifi .details .number {
    font-size: 30px;
    font-weight: 700;
    color: #1a2e3b;
    line-height: 1.1;
    padding: 0;
    margin: 0;
}

body.modern .dashboard-stat-wifi .details .desc {
    font-size: 12px;
    color: #8a9aaa;
    margin-top: 3px;
    font-weight: 400;
}

body.modern .dashboard-stat-wifi .more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-top: 1px solid #f0f4f8;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8a9aaa;
    text-decoration: none;
    background: transparent;
    transition: background 0.15s ease, color 0.15s ease;
}

body.modern .dashboard-stat-wifi .more:hover {
    background: #f8fafc;
    color: #1a2e3b;
}

body.modern .dashboard-stat-wifi .stat-icon-badge-wrap {
    position: relative;
}

body.modern .dashboard-stat-wifi .stat-icon-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    background: #ea4335;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7px;
    color: #ffffff;
    border: 2px solid #ffffff;
}

/** modern dashboard-stat-transport cards **/
body.modern .dashboard-stat-transport {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0;
}

body.modern .dashboard-stat-transport.blue-madison  { border-left: 4px solid #008744; }
body.modern .dashboard-stat-transport.red-intense   { border-left: 4px solid #ea4335; }
body.modern .dashboard-stat-transport.green-haze    { border-left: 4px solid #39a7df; }
body.modern .dashboard-stat-transport.purple-plum   { border-left: 4px solid #f28900; }

body.modern .dashboard-stat-transport .stat-upper {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 20px 16px 20px;
    flex: 1;
}

body.modern .dashboard-stat-transport .stat-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

body.modern .dashboard-stat-transport.blue-madison .stat-icon-wrap  { background: rgba(0, 135, 68, 0.1);   color: #008744; }
body.modern .dashboard-stat-transport.red-intense .stat-icon-wrap   { background: rgba(234, 67, 53, 0.1);  color: #ea4335; }
body.modern .dashboard-stat-transport.green-haze .stat-icon-wrap    { background: rgba(57, 167, 223, 0.1); color: #39a7df; }
body.modern .dashboard-stat-transport.purple-plum .stat-icon-wrap   { background: rgba(242, 137, 0, 0.1);  color: #f28900; }

body.modern .dashboard-stat-transport .stat-icon-badge-wrap {
    position: relative;
}

body.modern .dashboard-stat-transport .stat-icon-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    background: #ea4335;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7px;
    color: #ffffff;
    border: 2px solid #ffffff;
}

body.modern .dashboard-stat-transport .details {
    flex: 1;
    margin: 0;
    padding: 0;
}

body.modern .dashboard-stat-transport .details .number {
    font-size: 30px;
    font-weight: 700;
    color: #1a2e3b;
    line-height: 1.1;
    padding: 0;
    margin: 0;
}

body.modern .dashboard-stat-transport .details .desc {
    font-size: 12px;
    color: #8a9aaa;
    margin-top: 3px;
    font-weight: 400;
}

body.modern .dashboard-stat-transport .more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-top: 1px solid #f0f4f8;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8a9aaa;
    text-decoration: none;
    background: transparent;
    transition: background 0.15s ease, color 0.15s ease;
}

body.modern .dashboard-stat-transport .more:hover {
    background: #f8fafc;
    color: #1a2e3b;
}

/** modern dashboard-stat-bwm cards **/
body.modern .dashboard-stat-bwm {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0;
}

body.modern .dashboard-stat-bwm.green  { border-left: 4px solid #2a9d5c; }
body.modern .dashboard-stat-bwm.red    { border-left: 4px solid #39a7df; }
body.modern .dashboard-stat-bwm.blue   { border-left: 4px solid #f28900; }
body.modern .dashboard-stat-bwm.yellow { border-left: 4px solid #0e3142; }

body.modern .dashboard-stat-bwm .stat-upper {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 20px 16px 20px;
    flex: 1;
}

body.modern .dashboard-stat-bwm .stat-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

body.modern .dashboard-stat-bwm.green .stat-icon-wrap  { background: rgba(42, 157, 92, 0.1);  color: #2a9d5c; }
body.modern .dashboard-stat-bwm.red .stat-icon-wrap    { background: rgba(57, 167, 223, 0.1); color: #39a7df; }
body.modern .dashboard-stat-bwm.blue .stat-icon-wrap   { background: rgba(242, 137, 0, 0.1);  color: #f28900; }
body.modern .dashboard-stat-bwm.yellow .stat-icon-wrap { background: rgba(14, 49, 66, 0.1);   color: #0e3142; }

body.modern .dashboard-stat-bwm .details {
    flex: 1;
    margin: 0;
    padding: 0;
}

body.modern .dashboard-stat-bwm .details .number {
    font-size: 30px;
    font-weight: 700;
    color: #1a2e3b;
    line-height: 1.1;
    padding: 0;
    margin: 0;
}

body.modern .dashboard-stat-bwm .details .desc {
    font-size: 12px;
    color: #8a9aaa;
    margin-top: 3px;
    font-weight: 400;
}

body.modern .dashboard-stat-bwm .more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-top: 1px solid #f0f4f8;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8a9aaa;
    text-decoration: none;
    background: transparent;
    transition: background 0.15s ease, color 0.15s ease;
}

body.modern .dashboard-stat-bwm .more:hover {
    background: #f8fafc;
    color: #1a2e3b;
}

