
.jtable-data-row {
    height: 2rem;
}

.small-box {
    height: 155px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.main-sidebar {
    overflow-y: visible !important;
}

.timeBox {
    width: 170px;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    /* Fully visible at the start and end */
    50% {
        opacity: 0;
    }
    /* Invisible at the middle */
}

#report-dot {
    display: block;
    margin-left: 9px;
    animation: 1s blink-green ease infinite;
    width: 10px;
    background-color: rgb(0, 128, 0);
    background-color: #dc3545 !important;
    height: 10px;
    border-radius: 100%;
    margin-top: -15px;
    margin-right: 50px;
    margin-left: 164px;
}

#clock {
    padding: -9px -4px 16px 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
}

#clockT {
    font-size: 1.1rem;
    color: #93ddff;
}

.nbarsec {
    position: absolute;
    bottom: -11px;
    color: #ffffff;
    left: 0px;
}

#serverTime {
    font-size: 1.1rem;
    color: white;
}
/* Provide sufficient contrast against white background */
a {
    color: #000;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.text-size {
    font-size: 16px;
}

.count-size {
    font-size: 25px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.map-filter {
    position: absolute;
    top: 18px;
    z-index: 7777777;
    left: 195px;
}

.search-btn-parent {
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-end;
}

.search-btn-parentV1 {
    display: flex;
    margin-bottom: 10px;
    justify-content: left;
    padding-top: 10px;
}

.bg-black {
    background-color: #000 !important;
    border: #000 !important;
}

.bg-box {
    background-color: #5f96d2;
    color: #fff;
}

.bg-white-op {
    color: #ffffff;
}

.small-box h3 {
    font-size: 1.1rem !important;
    font-weight: 500 !important;
}

.device-blocked {
    background-color: rgb(255 0 0) !important;
    color: #fff !important;
}

.user-blocked {
    background-color: rgb(255 162 162) !important;
    color: #fff !important;
}

.f-calender label {
    display: block;
    font: 1rem 'Fira Sans', sans-serif;
}

.f-calender input,
label {
    margin: .4rem 0;
}

.mg-right5rem {
    margin-right: 5rem;
}

.mg-left5rem {
    margin-left: 5rem;
}

.mg-right {
    margin-right: 0.5rem;
}

.display-flex {
    display: flex;
}

.filterbtnbg {
    background: #edededcc;
}

.icon-color {
    color: rgb(243 243 243) !important;
}

.box-icon i {
    font-size: 1.3rem !important;
    padding: 0px;
    top: 15px !important;
    opacity: 0.7;
}

.inner-box h3 {
    padding: 5px;
    margin-bottom: 0px;
}

.d-box {
    font-weight: 500 !important;
    font-size: 25px !important;
}

.badge-info-inner {
    font-weight: 500;
    background: #17a2b8;
    border-radius: 5px;
    width: 54px;
    font-size: 16px;
    margin-right: 5px;
    padding: 2px;
}

.m-bottom-10 {
    margin-bottom: 10px;
}

.m-bottom-15 {
    margin-bottom: 15px;
}

.pd-5 {
    padding: 5px;
}

.fontsz {
    font-size: 0.9rem !important;
}

g text {
    font-weight: 500;
    text-decoration: none;
    font-style: normal;
}

    g text path {
        font-weight: 500 !important;
        text-decoration: none !important;
        font-style: normal;
    }

.chrt-box {
    height: auto !important; /* Allow automatic resizing */
    min-height: 280px; /* Set a reasonable min height */
    min-width: 320px; /* Prevents overlap */
    width: 100%;
}

    .chrt-box .card-body {
        height: auto !important;
        min-height: 280px;
        padding: 5px;
    }

.card-body {
    overflow: hidden;
}

#noOfUserEachCountry,
#usersPerCountry,
#noOfActiveSubscriptions,
#usersbyOs,
#usersbyandroid,
#usersbyios {
    height: 200% !important; /* Adjust the chart height */
    min-height: 250px; /* Set a reasonable min height for charts */
}

/* For medium screens, reduce the size of the charts */
@media (min-width: 768px) and (max-width: 992px) {
    .chrt-box {
        min-height: 200px; /* Reduce minimum height */
        width: 50%; /* Set width to 50% to fit two charts per row */
    }

    #noOfUserEachCountry,
    #usersPerCountry,
    #noOfActiveSubscriptions,
    #usersbyOs,
    #usersbyandroid,
    #usersbyios {
        height: 100% !important; /* Reduce chart height on medium screens */
        min-height: 200px; /* Reduce min height for charts */
    }
}
/* For small screens (max-width: 768px), adjust the layout and size further */
@media (max-width: 767px) {


    #noOfUserEachCountry,
    #usersPerCountry,
    #noOfActiveSubscriptions,
    #usersbyOs,
    #usersbyandroid,
    #usersbyios {
        height: 140% !important; /* Further reduce chart height */
        min-height: 180px; /* Set a reasonable min height for small screens */
    }

    .recurring {
        margin-left: -26px;
    }

    .small-box p {
        font-size: 15px;
    }
}

.chrt-box i {
    color: #5f96d2;
}

.chrt-refresh:hover {
    cursor: pointer;
}

.stats-form {
    padding: 20px;
}

.mg-top {
    margin-top: 1.0rem
}

.pd-top {
    padding-top: 1.0rem
}

.margin-10 {
    margin: 0px 0 10px 0;
}

.small-box.bg-box .inner h3 {
    font-size: 18px !important;
}

.d-box {
    font-weight: 500 !important;
    font-size: 20px !important;
}

.center {
    margin: 0 auto;
}

#deviceChannel i {
    font-size: 21px;
}

.jtable-data-row {
    height: 30px; /* Fixed height for all rows */
}

    .jtable-data-row.jtable-row-even {
        background-color: white; /* Background color for even rows */
    }

        .jtable-data-row.jtable-row-even.subscribed {
            background-color: rgb(207, 255, 217); /* Background color for even subscribed rows */
        }

    .jtable-data-row.is-match {
        background-color: #d3f1d7e8; /* Background color for matched rows */
    }

@media (width <= 1250px) {

    .icon-disply {
        display: none;
    }
}

.SumoSelect > .CaptionCont > span.placeholder {
    color: #000 !important;
}

.sdh_filters {
    box-sizing: border-box;
    align-items: center;
    display: inline-flex;
    padding: 10px;
}

.dsh_datePicker {
    height: 36PX;
}

.col-3 {
    margin-right: -271px;
}

@media (max-width : 2070px) {

    .col-3 {
        margin-right: -210px;
    }
}

@media (max-width : 1836px) {

    .col-3 {
        margin-right: -165px;
    }
}

@media (max-width : 1620px) {

    .col-3 {
        margin-right: -113px;
    }
}

@media (max-width : 1421px) {

    .col-3 {
        margin-right: -53px;
    }
}

@media (max-width : 1617px) {

    .col-3 {
        margin-right: -9px;
    }
}

@media (max-width : 1612px) and (min-width : 1396px) {

    .col-3 {
        margin-right: -130px !important;
    }
}

@media (max-width: 1700px) {

    .timeBox {
        font-size: 0.7rem;
    }
}

@media (max-width:1500px) {
    .timeBox {
        margin-left: 0px;
    }
}

@media(max-width:775px) {
    .timeBox {
        margin-left: -100px;
    }

    .navTop {
        display: flex;
        padding-right: 542px;
        flex-direction: column;
    }

    .dashboardH {
        margin-left: 21.5%;
    }
}

@media (max-width: 1000px) {
    .timeBox {
        margin-left: -13px;
    }
}

@media (min-width: 940px) and (max-width: 990px) {
    .timeBox {
        margin-left: -236px;
    }
}

@media (max-width: 939px) {
    .timeBox {
        margin-left: -69px;
    }
}

@media (min-width: 1009px) and (max-width: 1527px) {
    .box-icon i {
        font-size: 1rem !important;
    }

    .bg-box {
        height: 118px;
        min-width: 113px;
    }

    .small-box p {
        font-size: 0.7rem;
        margin-left: -4px;
    }

    .small-box.bg-box .inner h3 {
        font-size: 14px !important;
        margin-left: -4px;
    }

    .badge-info-inner {
        width: 25px;
        font-size: 12px;
        margin-right: 2px;
    }

    .chrt-box {
        min-width: 232px;
        max-height: 19px !important;
        min-height: 300px;
        overflow: hidden;
    }

    .fontsz {
        font-size: 0.78rem !important;
        margin-left: -4px;
    }

    .pd-5 {
        margin-top: -6px;
    }

    .d-box {
        font-size: 15px !important;
    }

    .card-title {
        font-size: 0.9rem;
    }

    .chrt-box .card-body {
        min-height: 238px;
    }

    .chrt-box .tab-content {
        min-height: 224px;
    }
}

@media (min-width: 992px) and (max-width: 1009px) {
    .box-icon i {
        font-size: 1rem !important;
    }

    .bg-box {
        height: 118px;
        min-width: 113px;
    }

    .small-box p {
        font-size: 0.7rem;
        margin-left: -4px;
    }

    .small-box.bg-box .inner h3 {
        font-size: 14px !important;
        margin-left: -4px;
    }

    .badge-info-inner {
        width: 25px;
        font-size: 12px;
        margin-right: 2px;
    }

    .chrt-box {
        min-width: 283px;
        min-height: 258px;
    }

    .fontsz {
        font-size: 0.78rem !important;
        margin-left: -4px;
    }

    .pd-5 {
        margin-top: -6px;
    }

    .d-box {
        font-size: 15px !important;
    }

    .card-title {
        font-size: 0.9rem;
    }

    .chrt-box .card-body {
        min-height: 238px;
    }

    .chrt-box .tab-content {
        min-height: 224px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .custom-md-50 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .box-icon i {
        font-size: 1rem !important;
    }

    .bg-box {
        height: 118px;
        min-width: 113px;
    }

    .small-box p {
        font-size: 0.7rem;
        margin-left: -4px;
    }

    .small-box.bg-box .inner h3 {
        font-size: 14px !important;
        margin-left: -4px;
    }

    .badge-info-inner {
        width: 25px;
        font-size: 12px;
        margin-right: 2px;
    }

    .chrt-box {
        min-width: 283px;
        min-height: 258px;
        width: 100%;
    }

    .fontsz {
        font-size: 0.78rem !important;
        margin-left: -4px;
    }

    .pd-5 {
        margin-top: -6px;
    }

    .d-box {
        font-size: 15px !important;
    }

    .card-title {
        font-size: 0.9rem;
    }

    .chrt-box .card-body {
        min-height: 238px;
    }

    .chrt-box .tab-content {
        min-height: 224px;
    }
}


@media (max-width: 1256px) {
    .fontsz {
        font-size: 0.76rem !important;
    }
}

@media (min-width: 1010px) {
    .bg-box {
        min-width: 116px;
    }
}
