.main-container-body {
    min-height: calc(100vh - 198px);
}

.collapse-icon::before {
    content: "\2212";
    /* minus sign */
    float: right;
}

.collapse-icon.collapsed::before {
    content: "\002B";
    /* plus sign */
}

.accordionContent {
    background-color: #fff;
    border: 1px dashed #ccc;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    overflow: hidden !important;
}

.horizontal-center {
    display: flex;
    justify-content: center;
}

.align-items-center {
    display: flex;
    align-items: center;
}

table, tr, th, td {
    border-color: #8f8f9d;
}

.table td, .table th {
    padding: 0.15rem !important;
}

.btn-sm {
    padding: .1rem .3rem !important;
}

.navbar-custom {
    background-color: #662579;
}

.navbar-brand {
    font-size: 24px;
    font-weight: 600;
}

.navbar-custom .navbar-brand, .navbar-custom .nav-link, .navbar-custom .navbar-text {
    color: #fff;
}

    .navbar-custom .nav-link:hover {
        text-decoration: underline;
        color: #fff;
    }

.logout-link {
    color: #fff;
    text-decoration: underline;
    margin-left: 8px;
}

.btn-primary, .btn-info {
    background-color: rgba(102, 37, 121, 0.85);
    color: #fff;
    border-color: #662579;
}

    .btn-primary:hover, .btn-info:hover {
        background-color: #662579;
        border-color: #662579;
    }

footer {
    background-color: #662579;
    color: white;
    text-align: center;
    padding: 10px 0px;
    position: relative;
    width: 100%;
    bottom: 0px;
}

    footer p {
        margin: 0;
        padding: 0;
    }

    footer a {
        color: white;
        text-decoration: none;
    }

.padding-left-0 {
    padding-left: 0px;
}

.font-weight-600 {
    font-weight: 600;
}

.padding-right-0 {
    padding-right: 0px;
}

.card-body {
    padding: .5rem;
}

.navbar-nav .nav-item .nav-link {
    color: #fff !important;
}

ul.pagination li {
    margin: 0 5px 0 5px;
}

ul.pagination {
    justify-content: flex-end;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #ccc;
}

.media-grid-top-form div.mb-2 {
    flex: max-content;
    margin: 0 10px 0 0;
}

.btn.btn-sm.btn-info.move-down {
    margin: 5px 5px 0px 5px;
}

.btn.btn-sm.btn-info.move-up {
    margin: 5px 5px 0px 5px;
}

.card {
    box-shadow: 10px 1px 17px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: none;
}

.card-header {
    background-color: #fff;
    border-radius: 10px !important;
}

.dashboard-box-upper-wrap {
    display: flex;
    justify-content: space-between;
}

.dashboard-icon-wrap {
    border-radius: 0.75rem;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(64, 64, 64, 0.4) !important;
}

    .dashboard-icon-wrap i {
        font-size: 28px;
        color: #fff;
    }

.black {
    background-image: linear-gradient(195deg, #42424a 0%, #191919 100%);
}

.blue {
    background-image: linear-gradient(195deg, #49a3f1 0%, #1A73E8 100%);
}

.orange {
    background-image: radial-gradient(370px circle at 80% 50%, orange, orangered);
}

.green {
    background-image: linear-gradient(195deg, #66BB6A 0%, #43A047 100%);
}

.dashboard-box-text-wrap h4 {
    font-size: 16px;
    color: #919191;
}

.dashboard-box-text-wrap h3 {
    font-size: 20px;
    font-weight: 600;
}

.dashboard-box-text-wrap {
    text-align: right;
}

hr.horizontal.dark {
    background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4), transparent);
    border-top: none;
}

.text-sm {
    font-size: 0.875rem !important;
    line-height: 1.1;
}

.text-lg {
    font-size: 1.125rem !important;
}

.card-footer {
    border-top: none;
}

.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.table-row {
    display: table-row;
}

.table-header {
    font-weight: bold;
    background-color: #f0f0f0;
}

.table-cell {
    display: table-cell;
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

.graph-wrap {
    width: 300px;
    display: block;
    margin: 0 auto;
}

.colaps-belt tr td input[type="image"] {
    mix-blend-mode: multiply;
}
/* login page */
.login-form {
    width: 412px;
    margin: 10vh auto;
    background-color: #ffffff4d;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.12), 0 12px 40px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .login-form form {
        width: 100%;
        max-width: 410px;
        padding: 15px;
        margin: auto;
    }

    .login-form .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .login-form .form-control:focus {
            z-index: 2;
        }

    .login-form .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .login-form .form-signin input[type="password"] {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .login-form a {
        display: block;
        /* padding-top:10px;
   */
        color: inherit;
    }

    .login-form .lines {
        width: 200px;
        border: 1px solid red;
    }

    .login-form button[type="submit"] {
        margin-top: 10px;
    }

    .login-form .form-reset, .login-form .form-signup {
        display: none;
    }

        .login-form .form-signup .social-btn {
            width: 210px;
        }

        .login-form .form-signup input {
            margin-bottom: 2px;
        }

button[type="submit"].btn:focus, button[type="submit"].btn:active {
    background-color: rgba(102, 37, 121, 0.85) !important;
    color: rgb(255, 255, 255);
    border-color: rgb(102, 37, 121);
    outline: none !important;
}

.modal-dialog.custom-width {
    max-width: 800px;
    margin: 1.75rem auto;
}

/* 21-01-2026 */

.navbar .navbar-brand {
    font-size: 1.2rem !important;
    font-family: Arial !important;
}

body {
    font-family: Arial !important;
}

.navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 56px;
}

    .navbar .nav-link {
        font-size: 0.875rem !important;
    }

.border-secondary {
    border-color: #dbdbdb !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #484848 !important;
}

.table-channels tr, .table-channels tr td {
    border-color: #dbdbdb;
}

.container-custom {
    padding: 0 2% !important;
}

.caret-icon {
    transition: transform 0.2s ease;
    cursor: pointer;
}

    .caret-icon.rotate {
        transform: rotate(180deg);
    }

.info-msg {
    padding: 12px 16px;
    background-color: #cff4fc;
    color: #055160;
    border: 1px solid #b6effb;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
}

    .info-msg:empty {
        display: none !important;
    }

.image-table, .image-table tr, .image-table td, .image-table th {
    border-color: #cbcbd5;
}
.image-table {
    width: 100%;
}
.imageTable tbody tr:first-child td button.btn.btn-light:first-child {
    display: none;
}

.imageTable tbody tr:last-child td button.btn.btn-light:nth-child(2) {
    display: none;
}