:root {
    --primary-color: #2A2F6D !important;
    --primary-hover-color: #3d44a1 !important;
    --text-primary: #2A2F6D;
    --secondary-color: #289BA0;
    --text-body: #333;
    --text-secondary: #693FCE;
    --border: #e2e4f0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body {
    color: var(--text-body);
    background-color: #E7E8EF;
}

::file-selector-button {
    background: var(--primary-color) !important;
    ;
    color: var(--white-color);
    border: none;
    font-weight: 500;
    border-radius: 5px;
    padding: 5px 8px;
    cursor: pointer;
}

.global-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10544;
    right: 0;
    bottom: 0;
    text-align: center;
    color: var(--white-color)
}

.global-loading h2 {
    position: absolute;
    top: 54%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-shadow: 0px 0px 9px #000000bd;
}

.global-loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    padding: 0 10px;
    width: 190px;
}

.form-control {
    height: auto;
}

main.page {
    height: 100%;
    display: flex;
    width: 100%;
    flex-direction: column;
}

#content {
    opacity: 0;
}

ol {
    padding-left: 20px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:focus,
a:hover {
    color: var(--text-body);
}

.top-actions_anchor {
    display: none;
}

button {
    font-family: inherit;
    font-size: inherit;
    background: none;
    border: none;
    cursor: pointer;
}

#accessibilityBtn,
#languageBtn,
#textSizeBtn {
    display: none;
}

.highcharts-credits {
    display: none !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1280px;
    }
}

.tabs {
    width: 100%;
    padding-left: 15px;
    margin: 8px 0px 12px 0px;
}

.tabs a {
    background: var(--primary-color) !important;
    color: var(--white-color) !important;
    cursor: pointer;
    font-weight: 700;
    padding: 6px 10px 6px 10px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    -moz-border-radius: 5px 5px 10px 0px;
    -webkit-border-radius: 5px 5px 10px 0px;
    border-radius: 5px 5px 10px 0px;
    width: auto;
    margin-top: 4px;
    font-size: 15px;
}

.tabs a:hover,
.tabs a.tabsactive2,
.tabs a:focus {
    background: var(--secondary-color) !important;
    color: var(--white-color) !important;
}

table:not(.datepicker table) tr th,
table:not(.datepicker table) tr td {
    padding: 8px !important;
    text-align: left;
}

table#spirit_shop th {
    text-align: center !important;
}

table#spirit_shop td:nth-child(1) {
    text-align: center !important;
}

table#spirit_shop td:nth-child(2) {
    text-align: center !important;
}

table#spirit_shop td:nth-child(3) {
    text-align: right !important;
}

table:not(.datepicker table) tr th {
    background: var(--primary-color) !important;
    color: #fff;
}

/* .page-title {
    color: var(--secondary-color);
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 25px;
}

.page-title span {
    position: relative;
    padding-bottom: 10px;
}

.page-title span::after {
    content: "";
    width: 80%;
    position: absolute;
    bottom: 0;
    display: block;
    background-color: var(--primary-color);
    height: 3px;
} */

.d-none {
    display: none;
}

.owl-carousel {
    overflow: hidden;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.gap-20 {
    gap: 20px;
}

.gap-10 {
    gap: 10px;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

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

.line-height-tight {
    line-height: 18px;
}

.text-center {
    text-align: center;
}

.btn {
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: 1px solid transparent;
}

.btn-primary,
.btn-search {
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    color: #fff;
}

.btn-primary:hover,
.btn-search:hover {
    color: #fff;
    background-color: var(--primary-hover-color) !important;
    border-color: var(--primary-hover-color) !important;
}

.btn-lg {
    padding: 8px 16px;
    width: 100%;
    background-color: var(--primary-color);
    color:#fff;
}

.btn-outline {
    padding: 8px 12px;
    border: 1px solid #2e2f6f;
    background: transparent;
    color: #2e2f6f;
    border-radius: 6px;
    cursor: pointer;
}

.btn.btn-outline-primary {
    background: transparent;
    border: solid 1px var(--primary-color);
    color: var(--primary-color);
}

.section-heading {
    font-weight: 700;
    font-size: 2.8rem;
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 14px;
}

.tab-header {
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    overflow-x: auto;
    text-align: center;
}

.tab {
    background: none;
    border: none;
    padding: 8px 14px;
    cursor: pointer;
    font-weight: 600;
    color: #666;
    border-bottom: 2px solid transparent;
    min-width: 110px;
}

.tab i {
    padding: 6px;
    border-radius: 50px;
    color: #fff;
}

.tab:nth-child(1) i {
    background: #693FCE;
}

.tab:nth-child(2) i {
    background: #FFA45C;
}

.tab:nth-child(3) i {
    background: #EE3E3C;
}

.tab:nth-child(4) i {
    background: #289BA0;
}

.tab:nth-child(5) i {
    background: #AF5264;
}

.tab.active {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.tab.active i {
    background-color: var(--secondary-color) !important;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.public-header {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 15px;
    color: #fff;
    margin-bottom: 15px;
}

.breadcrumb-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.public-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    /* overlay strength */
    z-index: 1;
}

/* Ensure content stays above overlay */
.public-header .container {
    position: relative;
    z-index: 2;
}

/* Leaders */
.leader {
    display: flex;
    align-items: center;
    gap: 12px;
}

.leader img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
}

.leader-info {
    line-height: 1.3;
}

.leader-name {
    font-size: 15px;
    font-weight: 600;
}

.leader-role {
    font-size: 13px;
    opacity: 0.9;
}

.text-right {
    text-align: right;
}

/* Breadcrumb */
.breadcrumb-center {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}

.breadcrumb-center .sep {
    margin: 0 6px;
    opacity: 0.9;
}

.breadcrumb-center .active {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
    .breadcrumb-wrapper {
        justify-content: center;
    }

    .leader {
        display: none;
    }

    .leader.right {
        flex-direction: row-reverse;
    }
}

.top-bar {
    background: var(--primary-color);
    color: #fff;
    font-size: var(--fs-small);
    padding: 10px 0;
}

.top-actions {
    display: flex;
    align-items: center;
    gap: 5px;
}

.top-actions_item {
    background-color: #fff;
    border: 1px solid #666666;
    padding: 4px 8px;
    color: #333;
    border-radius: 50px;
    text-decoration: none;
}

.top-actions_item.top-actions_button {
    border-radius: 4px;
    cursor: pointer;
}

header {
    background: #F4F4F4;
    border-bottom: 1px solid var(--border);
    padding: 14px 0;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    width: 175px;
    margin-right: 10px;
}

.nav {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 6px;
}

.nav ul.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
}

.nav .nav-item {
    cursor: pointer;
    border-radius: 6px;
    color: var(--text-body);
}

.nav .nav-item a.nav-link {
    padding: 8px 10px;
    display: block;
    color: var(--text-body);
    text-decoration: none;
}

.nav .nav-item:hover,
.nav .nav-item.active {
    background-color: var(--secondary-color);
    color: #fff;
    text-decoration: none;
}

.nav .nav-item.active a.nav-link,
.nav .nav-item.open a.nav-link,
.nav .nav-item:hover a.nav-link {
    color: #fff;
    border-radius: 6px;
}

.has-nav-dropdown {
    position: relative;
}

.has-nav-dropdown a.nav-link::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    margin-left: 5px;
    margin-top: 5px;
}

.has-nav-dropdown:hover~a.nav-link::after {
    transform: rotate(180deg);
}

.nav-dropdown-menu a {
    padding: 7px 10px;
    display: block;
    border-bottom: 1px solid #eee;
}

.nav-dropdown-menu li:first-child a {
    border-radius: 6px 6px 0 0;
}

.nav-dropdown-menu li:last-child a {
    border-radius: 0 0 6px 6px;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus {
    background-color: var(--primary-color);
    color: #fff;
    text-decoration: none;
}

#side-menu .dropdown-menu {
    position: static;
    float: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
    margin-top: 0;
}

.nav-dropdown-menu {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    list-style: none;
    top: 50px;
    left: 0;
    width: 300px;
    border-radius: 8px;
    border: 2px solid var(--secondary-color);
    color: var(--text-body);
}

.nav-item.has-nav-dropdown.open .nav-dropdown-menu {
    display: block;
}

.nav-dropdown-menu::after {
    position: absolute;
    top: -17px;
    left: 0;
    content: "";
    width: 100px;
    height: 17px;
}

.nav-dropdown-menu::before {
    position: absolute;
    top: -13px;
    left: 26px;
    content: "";
    border: 6px solid transparent;
    border-bottom-color: var(--secondary-color);
}

.has-nav-dropdown:hover .nav-dropdown-menu {
    display: block;
}

.dropdown-backdrop {
    display: none !important;
}

/* ================= SIDE MENU ================= */

.side-menu {
    position: fixed;
    top: 0;
    right: -320px;
    /* hidden */
    width: 320px;
    height: 100vh;
    background: #2A2F6D;
    color: #fff;
    z-index: 1200;
    transition: right 0.3s ease-in-out;
    overflow-y: auto;
    padding: 20px 16px;
}

/* Active state */
.side-menu.open {
    right: 0;
}

/* Close button */
.side-menu .btn-close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 20px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
}

/* Nav styles */
.side-nav ul {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

/* Top-level links */
.dropdown-wrapper>li>a {
    display: block;
    padding: 10px 12px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
}

.dropdown-wrapper>li>a:hover {
    background: rgba(255, 255, 255, 0.12);
}

/* Dropdown caret */
.side-nav .dropdown>a {
    position: relative;
}

.side-nav .dropdown>a::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

/* Dropdown menu */
.side-nav .dropdown-menu {
    display: none;
    padding-left: 10px;
    margin-top: 4px;
}

.side-nav .dropdown-menu li a {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-bottom-color: #ffffff49;
    padding: 10px 12px;
    padding-left: 26px;
    font-size: 13px;
    color: #fff;
    opacity: 0.9;
    text-decoration: none;
    /* border-radius: 4px; */
}

.side-nav .dropdown-menu li:last-child a {
    margin-bottom: 10px !important;
}

.side-nav .dropdown-menu li a:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Open dropdown */
.side-nav .dropdown.open>.dropdown-menu {
    display: block;
}

/* Overlay */
.side-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1100;
    display: none;
}

.side-menu-overlay.show {
    display: block;
}

/* Lock scroll */
body.menu-open {
    overflow: hidden;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu li::before,
.announcement-box a::before {
    content: "\f061";
    font-family: "FontAwesome";
    font-weight: 900;
    margin-right: 8px;
    font-size: 10px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}


.btn-login {
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 4px;
}

.btn-menu {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 6px 14px;
    font-weight: 700;
    border-radius: 50px;
}


/* ================= ACCESSIBILITY ================= */
.accessibility-wrapper {
    position: relative;
}

/* Panel */
.accessibility-panel {
    display: none;
    position: absolute;
    top: 52px;
    right: 0;
    width: 320px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    z-index: 999;
    color: #333;
}

.accessibility-panel.open {
    display: block;
}

/* Header */
.accessibility-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.accessibility-header h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

#closeAccessibility {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #666;
}

/* Sections */
.accessibility-section {
    margin-bottom: 18px;
}

.accessibility-section h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.accessibility-section h4::after {
    content: "";
    display: block;
    height: 1px;
    background: #000;
    margin-top: 4px;
}

/* Grid */
.accessibility-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 12px;
}

.accessibility-grid.cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

/* Buttons */
.acc-btn {
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    background: #fff;
    padding: 10px 6px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    min-height: 88px;
}

.acc-btn i,
.acc-btn .txt-icon {
    font-size: 18px;
}

.acc-btn span {
    line-height: 1.2;
}

/* Hover */
.acc-btn:hover {
    background: #f7f7f7;
}

/* Active (red border like screenshot) */
.acc-btn.active {
    border-color: #ff2b2b;
}

/* Text icon */
.txt-icon {
    font-weight: 700;
}

footer {
    padding: 30px 0 0;
    background-color: #f8f8f8;
    border-top: 1px solid #ccc;
    margin-top: auto;
}

footer h6 {
    margin-bottom: 10px;
}

.footer-text {
    margin-top: 10px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 6px;
    white-space: nowrap;
}

.footer-links a {
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-bottom {
    padding: 12px 0;
    margin-top: 30px;
}

.footer-bottom p {
    margin: 0;
}

footer .logo {
    justify-content: start;
    margin-bottom: 10px;
}

footer h6 {
    color: var(--text-secondary);
    margin-bottom: 10px;
}

footer a {
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

footer a:hover {
    color: var(--secondary-color);
}

.android-download {
    text-align: center;
}

.android-download img {
    width: 80px;
}

.android-download img.apk-qr {
    width: 140px;
    border: 4px solid #B09BE3B2;
    border-radius: 4px;
    margin-top: 10px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 30px;
}

.footer-bottom {
    padding: 10px;
    font-size: var(--fs-small);
    background-color: var(--primary-color);
    color: #fff;
}

footer .footer-bottom a {
    margin-bottom: 0;
}

/* ---------- <=1200px ---------- */
@media (max-width: 1200px) {

    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media (max-width: 992px) {

    /* Header */
    .nav {
        display: none;
        /* prepare for hamburger later */
    }

    .header-login-btn {
        margin-left: auto;
    }

    #liveDateTime {
        display: none;
    }

    .btn-menu {
        display: flex;
    }
}

@media (max-width: 576px) {

    .top-bar {
        font-size: var(--fs-tiny);
    }

    .section-heading {
        font-size: 1.8rem;
    }

    /* Top bar */
    .top-bar .container {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }

    /* Header */
    .logo img {
        height: 32px;
    }

    .btn-login {
        padding: 5px 10px;
        font-size: 12px;
    }

    .hero-overlay {
        position: static;
        padding: 12px;
        background: rgba(0, 0, 0, 0.5);
        margin: -80px 10px 0;
        border-radius: 6px;
    }

    /* Footer */
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 6px;
    }
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.collapse.in {
    display: block;
}

.collapse {
    display: none;
}

.pull-right {
    float: right !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px !important;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #e7ecf1;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 10px;
    border-radius: 4px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7;
}

.panel-success {
    border-color: #abe7ed;
}

.panel-success>.panel-heading {
    color: #27a4b0;
    background-color: #abe7ed;
    border-color: #abe7ed;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #abe7ed;
}

.panel-success>.panel-heading .badge {
    color: #abe7ed;
    background-color: #27a4b0;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #abe7ed;
}

.panel-info {
    border-color: #e0ebf9;
}

.panel-info>.panel-heading {
    color: #327ad5;
    background-color: #e0ebf9;
    border-color: #e0ebf9;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e0ebf9;
}

.panel-info>.panel-heading .badge {
    color: #e0ebf9;
    background-color: #327ad5;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #e0ebf9;
}

.panel-warning {
    border-color: #f9e491;
}

.panel-warning>.panel-heading {
    color: #c29d0b;
    background-color: #f9e491;
    border-color: #f9e491;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f9e491;
}

.panel-warning>.panel-heading .badge {
    color: #f9e491;
    background-color: #c29d0b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #f9e491;
}

.panel-danger {
    border-color: #fbe1e3;
}

.panel-danger>.panel-heading {
    color: #e73d4a;
    background-color: #fbe1e3;
    border-color: #fbe1e3;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fbe1e3;
}

.panel-danger>.panel-heading .badge {
    color: #fbe1e3;
    background-color: #e73d4a;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #fbe1e3;
}

.panel-group {
    margin-bottom: 0;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
}

.panel-group .panel .panel-heading {
    padding: 0;
}

.panel-group .panel .panel-heading h4 a.collapsed {
    border-radius: 4px;
}

.panel-group .panel .panel-heading h4 a {
    background: #275d85 !important;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
    transition: 0.15s all ease-in-out;
    border-radius: 4px 4px 0px 0px;
}

.panel-group .panel .panel-heading h4 a:hover,
.panel-group .panel .panel-heading h4 a:not(.collapsed) {
    background: #2b6fa0;
    transition: 0.15s all ease-in-out;
}

.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
    content: "";
}

.panel-group .panel .panel-heading h4 a i {
    color: #fff;
}

.panel-group .panel .panel-body {
    padding-top: 0;
}

.panel-group .panel .panel-heading+.panel-collapse>.list-group,
.panel-group .panel .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.panel-group .panel+.panel {
    border-top: none;
    margin-top: 0;
}

.panel-body p {
    padding: 10px 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.boxed {
    margin: 0px 15px 15px 15px !important;
    background: var(--white-color) !important;
    padding: 12px 15px;
    border-radius: 0px 0px 6px 6px;
    box-shadow: 0px 0px 2px #8C9ABF1A;
    height: 100%;
    z-index: 9;
    border: 1px solid #BABABA;
}

.page-title {
    color: var(--text-color);
    font-weight: 700;
    font-size: 1.8rem;
}

.title-blog {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 15px;
    background: #F5F5F5;
    border: 1px solid #BABABA;
    margin: 0px 15px;
    border-radius: 6px 6px 0px 0px;
    border-bottom: none;
}

.files-wrapper .file {
    display: block;
    list-style: none;
    font-weight: 700;
    margin: 10px 0 10px;
}

.files-wrapper .file a {
    color: #1768BF;
}

.files-wrapper {
    padding: 10px 25px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.manual-type {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 10px;
}

@media (max-width: 768px) {
    .title-blog {
        display: block;
        padding-top: 9px !important
    }
}

@media (max-width: 768px) {
    .boxed {
        width: auto;
        overflow: auto;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .logo img {
        width: 120px;
        height: auto;
    }
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }
}

.error,
.error-msg {
    color: red;
}

.error-msg {
    display: none;
}

.mandatory {
    color: red;
}

.forgot-wraper {
    text-align: center;
    margin: 50px 0;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

}

.forgot-wraper h1 {
    font-size: 24px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--primary-color) !important;
}

.global-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10544;
    right: 0;
    bottom: 0;
    text-align: center;
    color: var(--white-color)
}

.global-loading h2 {
    position: absolute;
    top: 54%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-shadow: 0px 0px 9px #000000bd;
}

.global-loading img {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 10px !important;
    padding: 0 10px !important;
    width: 190px !important;
    margin: 0 !important;
}

.form-title {
    color: var(--primary-color);
    font-weight: bold;
    padding: 10px;
    background: #eee;
    margin-bottom: 15px;
}

table.dataTable th {
    border-width: 1px;
    padding: 8px !important;
    background: var(--primary-color);
    color: var(--white-color);
    text-wrap: nowrap;
}

table:not(.datepicker table) td {
    border: 1px solid var(--border);
    padding: 8px !important;
    vertical-align: middle;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: var(--primary-hover-color) !important;
    border-color: var(--primary-hover-color) !important;
}

#sign_up3 .close{
    background: #fff !important;
    color: #289ba0 !important;
    opacity: 1 !important;
    font-weight: bold;
}
#sign_up3 .close:hover{
    background: #2a2f6d !important;
    color: #fff !important;
    opacity: 1 !important;
    font-weight: bold;
}