/* Image Slider */
.carousel img {
    height: auto;
    margin-top: 0% !important;
}

.navbar-nav{
    display: -webkit-inline-box;
}

.dropdown-menu{
    position: absolute !important;
}

.course-cat-heading {
    margin-bottom: 40px;
    margin-top: 19px;
}   

.course-cate a:after {
    content: "";
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    position: absolute;
    right: 19px;
    top: 23px;
    border-radius: 50%;
    z-index: 2;
}

.course-cate{
    background-color: #880b17;
    border-radius: 45px;
    padding: 14px;
    margin-top: 20px;
}

.course-cate a {
    color: white;
    font-weight: bold;
    font-size: 17px;
}


.flexslider{
    margin-bottom: 0px !important;
}

.training-site{
    align-items: flex-start;
    padding-right: 61px;
}

.lst-cate li{
    text-align: left;
}

.login-input-button{
    margin: 0px;
}


/* User Management Page Styles */

.top-bar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.links a {
    color: #8b0000; /* Maroon color */
    text-decoration: none;
    font-size: 14px;
}

.btn-add {
    background-color: #800000;
    color: white;
    border: none;
    padding: 8px 15px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 2px;
}

/* Table Controls */
.table-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.search-box input {
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 3px;
}

/* Table Styling */
.table-wrapper {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

th {
    text-align: left;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 13px;
    background-color: #f9f9f9;
    position: relative;
    white-space: nowrap;
}

th i {
    color: #ccc;
    float: right;
    margin-left: 5px;
    margin-top: 3px;
}

td {
    padding: 10px;
    border: 1px solid #ddd;
}

/* Togle Button */
/* Toggle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .3s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .3s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #28a745;
}

input:checked + .slider:before {
  transform: translateX(24px);
}

.disabled-row {
    opacity: 0.5;
}

.disabled-btn {
    pointer-events: none;
    opacity: 0.6;
}

.materials-area{
    width: 100% !important;
}

.materials-area h2{
    text-align: center
}

.regional-manager{
  width: 89%;
  margin-left: 94px;
}

.management-action-button{
    /*display: flex;*/
    text-align: center;
}

.mat-image{
    min-height: 56rem;
    max-height: 56rem;
}

.metaslider .flex-control-nav {
    position: relative;
    bottom: 24px !important;
}

.dwld-btn{
    text-decoration: none;
    background-color: #880b17;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 14px;
}

#metaslider-id-90 .flexslider .flex-control-nav li a:not(.flex-active) {
    background: rgb(255 254 254 / 36%) !important;
}

#metaslider-id-90 .flexslider .flex-control-nav li a.flex-active {
    background: rgb(255 246 246 / 90%) !important;
}

.header-inner{
    padding: 0px !important;
}

.loginContent{
    margin-top: 10px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .col-sm-6 {
        width: 100%;
        text-align: left !important;
        margin-bottom: 1rem;
    }
    
    .dataTables_filter label, 
    .dataTables_length label {
        width: 100%;
        justify-content: space-between;
    }
    
    input[type="search"].input-sm {
        width: 100%;
        margin-left: 0;
    }
    .login-responsive{
        min-height: 52rem !important;
    }
}

.login-loader {
    margin-bottom: 10px;
    font-weight: 600;
}

.login-loader::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    border: 2px solid #ccc;
    border-top: 2px solid #000;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}


/* Responsive header-inner menu styling */
/*.navbar-inrtp-MenuBx {*/
/*    position: relative;*/
/*}*/

/*.navbar-inrtp-MenuBx .navbar-toggle {*/
/*    border: 1px solid rgba(136, 11, 23, 0.15);*/
/*    border-radius: 10px;*/
/*    background: #fff;*/
/*    width: 46px;*/
/*    height: 46px;*/
/*    padding: 9px;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);*/
/*}*/

/*.navbar-inrtp-MenuBx .navbar-toggle .icon-bar {*/
/*    background-color: #880b17;*/
/*}*/

/*.navbar-inrtp-MenuBx .navbar-collapse {*/
/*    background: #ffffff;*/
/*    border: 1px solid rgba(136, 11, 23, 0.12);*/
/*    border-radius: 16px;*/
/*    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);*/
/*    padding: 12px;*/
/*    position: absolute;*/
/*    width: min(100%, 340px);*/
/*    max-width: 100%;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    top: calc(100% + 10px);*/
/*    z-index: 9999;*/
/*}*/

/*.navbar-inrtp-MenuBx .lst-cate {*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*.navbar-inrtp-MenuBx .lst-cate li {*/
/*    width: 100% !important;*/
/*    margin: 0 !important;*/
/*    float: none !important;*/
/*}*/

/*.navbar-inrtp-MenuBx .lst-cate li + li {*/
/*    margin-top: 8px;*/
/*}*/

/*.navbar-inrtp-MenuBx .lst-cate li a {*/
/*    display: flex !important;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*    gap: 14px;*/
/*    padding: 16px 18px;*/
/*    min-height: 58px;*/
/*    border-radius: 14px;*/
/*    background: #fdf6f6;*/
/*    color: #880b17;*/
/*    font-weight: 600;*/
/*    line-height: 1.2;*/
/*    text-decoration: none;*/
/*    transition: background 0.25s ease, transform 0.25s ease;*/
/*    box-sizing: border-box;*/
/*}*/

/*.navbar-inrtp-MenuBx .lst-cate li a:hover,*/
/*.navbar-inrtp-MenuBx .lst-cate li a:focus {*/
/*    background: #fff2f3;*/
/*    transform: translateX(1px);*/
/*}*/

/*.navbar-inrtp-MenuBx .lst-cate li i {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border-radius: 12px;*/
/*    background: rgba(136, 11, 23, 0.08);*/
/*}*/

/*.navbar-inrtp-MenuBx .lst-cate li i img {*/
/*    width: 18px;*/
/*    height: auto;*/
/*}*/

/*@media (max-width: 1023px) {*/
/*    .navbar-inrtp-MenuBx .navbar-collapse {*/
/*        width: min(100%, 92vw);*/
/*        left: 50%;*/
/*        transform: translateX(-50%);*/
/*    }*/
/*}*/

.alert.alert-success {
    background: #6ce87f12 !important;

}

.videoweek{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
}

.videoweek h3{
    background: #006cb7;
    color: #fff;
    padding: 18px 20px;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.video-container{
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* iframe video */
.video-container iframe{
    width: 100% !important;
    height: 312px !important;
    border: 0;
    display: block;
}

/* html5 video */
.video-container video{
    width: 100% !important;
    height: auto !important;
    display: block;
}

/* remove extra spacing */
.video-container p{
    margin: 0;
}

.admin-dashboard-btn{
    background: #006cb7 !important;
    border: 1px solid #006cb7 !important;
}

.admin-dashboard-btn i,
.admin-dashboard-btn span{
    color: #fff !important;
}

.header-inner-class{
    position: relative;
    bottom: 12px;
}

