/*
Custom CSS file for project
*/

@media (min-width: 576px) {

    .containerheader,
    .containerheader-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .containerheader,
    .containerheader-sm,
    .containerheader-md {
        max-width: 750px;
    }
}

@media (min-width: 992px) {

    .containerheader,
    .containerheader-sm,
    .containerheader-md,
    .containerheader-lg {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {

    .containerheader,
    .containerheader-sm,
    .containerheader-md,
    .containerheader-lg,
    .containerheader-xl {
        max-width: 1170px;
    }
}

.table-hover-cells>tbody>tr>th:hover,
.table-hover-cells>tbody>tr>td:hover {
    background-color: #f5f5f5;
}

.table-hover-cells>tbody>tr>th.active:hover,
.table-hover-cells>tbody>tr>td.active:hover,
.table-hover-cells>tbody>tr.active>th:hover,
.table-hover-cells>tbody>tr.active>td:hover {
    background-color: #e8e8e8;
}

.table-hover.table-hover-cells>tbody>tr:hover>th:hover,
.table-hover.table-hover-cells>tbody>tr:hover>td:hover {
    background-color: #e8e8e8;
}

.table-hover.table-hover-cells>tbody>tr.active:hover>th:hover,
.table-hover.table-hover-cells>tbody>tr.active:hover>td:hover {
    background-color: #d8d8d8;
}

.bg-emcq {
    background-color: #ffffff;
}

.top-header {
    background: #015b7e;
    border: none;
    padding: 15px 0;
}

.containerheader {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.topleft {
    width: 50%;
}

.topright {
    width: 50%;
}

.btn-login {
    font-size: 12px;
    margin-top: 10px;
    margin-left: 25px;
    color: #ccc;
}

.pull-right {
    float: right !important;
    right: 0;
    left: auto;
}

.btn-login a {
    color: #ccc;
}

nav.top-menu {
    background: #015b7e;
}

.mobnav-btn {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #2d4050;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 500;
    box-sizing: border-box;
}

.sf-menu {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    /* font-weight: 600; */
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.sf-menu li {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    white-space: nowrap;
    transition: background .2s;
    float: left;
    position: relative;
}

.current-menu-item {
    background: none;
    color: #fff;
}

ul.sf-menu li a {
    padding: 1.1em 1.8em;
    color: #fff;
}

.current-menu-item a {
    color: #30d9a4;
    outline: none;
}

.sf-menu a {
    padding: 1.1em 1.6em;
    text-decoration: none;
    zoom: 1;
    color: #fff;
    display: block;
    position: relative;
}

.sf-menu {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}

ul.sf-menu li a:hover,
.current-menu-item a {
    color: #30d9a4;
    outline: none;
}

.copy_right {
    background-color: #202020;
    padding: 10px;
    color: #aaa;
}

/* Default desktop behavior */
/* Default desktop behavior */
/* .mobile-header {
    display: none;
} */

/* Hide desktop header on mobile */
/* Mobile Header Styles */
@media (max-width: 768px) {

    .top-header,
    .top-menu {
        display: none;
    }

    .mobile-header {
        padding: 15px 0;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        /* padding: 10px 15px; */
        background-color: #005b7f;
        /* match desktop bg color */
    }

    .mobile-header .logo img {
        width: 170px !important;
        /* max-width: 125px; */
        height: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .mobile-header .right-actions {
        display: flex;
        align-items: center;
        gap: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }

    #mobnav-toggle {
        font-size: 28px;
        cursor: pointer;
        color: white;
    }

    .mobile-header .btn-login {
        font-size: 12px;
    }


    .mobile-header .btn-login a {
        color: white;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        text-decoration: none;
    }

    .mobile-header .btn-login a i {
        margin-right: 4px;
    }

    .top-menu.mobile-show {
        display: block !important;
        background-color: #005b7f;
        /* same as desktop */
        /* padding: 10px 0; */
    }

    .sf-menu {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
    }

    .sf-menu li {
        list-style: none;
        /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
    }

    .sf-menu li a {
        padding: 12px 20px;
        display: block;
        color: white;
        font-weight: 600;
        text-decoration: none;
    }

    .sf-menu li a:hover {
        background-color: #005b7f;
    }
}


/* Desktop */
@media (min-width: 769px) {
    .mobile-header {
        display: none !important;
    }
}



/* #frontend-footer{
  margin-top: 100px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 13px;
  position: fixed;
  bottom: 0;
}
.copy_right a {
  color: #30d9a4;
} */

#frontend-footer {
    margin-top: 100px;
    color: #aaa;
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 10px 15px;
    background-color: #202020;
    /* Optional: add contrast for readability */
}

.copy_right a {
    color: #30d9a4;
    text-decoration: underline;
}

/* Optional: footer sticks only if content height is longer than viewport */
@media (min-height: 600px) {
    #frontend-footer {
        position: fixed;
        bottom: 0;
    }
}

/* Mobile tweaks */
@media (max-width: 576px) {
    .row {
        padding: 10px;
    }

    #frontend-footer {
        font-size: 12px;
        /* padding: 10px; */
        /* line-height: 1.5; */
    }

    .copy_right {
        padding: 0 5px;
        word-break: break-word;
        font-size: 13px;
    }
}

.col-md-3 {
    padding-top: 10px;
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}