@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;700&display=swap');




	


.w100 {
    width: 100%;
}

.login-page {
    background: url("../../dist/img/bg-login.JPG") no-repeat #000;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.login-page .login-box {
    margin: 0 auto;
}

.row-custom {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}

.col-custom {
    flex-basis: 100%;
    margin: 15px;
}

.col-custom .small-box {
    margin-bottom: 0;
}


/****************23-05-2023*****************************/

html {
    font-size: 100%;
}

/* .main-sidebar {
    width: 300px;
}

.content-wrapper,
.main-footer {
    margin-left: 300px;
} */

body.login-page {
    background: url(../img/theme-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

body.skin-blue .main-sidebar,
body.skin-blue .main-header .logo,
body.skin-blue .main-header .navbar,
body.sidebar-mini.sidebar-collapse .main-header .logo,
body.skin-blue .main-header li.user-header,
body.skin-blue .sidebar-menu>li>.treeview-menu,
body .login-box-body,
body .register-box-body {
    background-color: #002daa !important;
}

body .content-wrapper {
    overflow: hidden;
}

body .main-sidebar {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22) !important;
    padding-top: 72px;
}

body.skin-blue .sidebar-menu>li.header {
    background: transparent;
    color: #fff;
}

body.skin-blue .sidebar-menu>li:hover>a,
body.skin-blue .sidebar-menu>li.active>a,
body.skin-blue .sidebar-menu>li.menu-open>a,
body.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}

body.skin-blue .main-header .logo {
    border-bottom: solid 1px #1a42b3;
}

body .main-footer {
    background-color: #1519ba;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    font-family: 'Mulish', sans-serif;
    padding: 1rem;
    line-height: normal;
}

body .login-box-body,
body .register-box-body,
body .login-box-body a,
body .register-box-body a {
    color: #fff;
}

.main-header .logo .logo-mini {
    padding: 0px 5px;
}

.main-header .logo .logo-mini img {
    max-width: 20px;
    height: auto;
}

body .main-footer a {
    color: #f3bac7;
    font-weight: bolder;
}

body .main-footer b,
body .main-footer strong {
    font-weight: bolder;
}

body .main-footer a:hover {
    color: #f0a5b6;
}

.footer-smallprint {
    display: inline-flex;
    padding-left: 18px;
    align-items: center;
}

.footer-smallprint .footer-link {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: top;
    font-size: .8rem;
}

.footer-smallprint .footer-link a {
    color: #fff;
    display: block;
    border-bottom: solid 1px;
    font-weight: 400;
}

.footer-smallprint .footer-follow a {
    font-size: 24px;
    padding-left: 20px;
    color: #fff;
}

.main-footer-left {
    display: flex;
    align-items: center;
}

body .main-header .sidebar-toggle {
    padding: 26px 15px;
}

body .navbar-nav>li>a {
    padding-top: 26px;
    padding-bottom: 26px;
}

body .main-header .logo {
    height: 72px;
    line-height: 72px;
}

body .btn-primary {
    border-color: #002daa;
    background-color: #002daa;
}

body .btn-primary:hover,
body .btn-primary.active,
body .btn-primary.active:hover,
.pagination>.active>a,
body .pagination>.active>a:focus,
body .pagination>.active>a:hover,
body .pagination>.active>span,
body .pagination>.active>span:focus,
body .pagination>.active>span:hover {
    border-color: #00268e;
    background-color: #00268e;
}

.theHub_slogan {
    font-family: 'Mulish', sans-serif;
    font-weight: 300;
    font-size: 16px;
    display: block;
    margin-top: 10px;
}

.theHub_slogan span {
    font-weight: 700;
}

body .login-box-body .btn-primary {
    border: solid 1px #fff;
}

.forgot_password {
    display: block;
    margin-top: 8px;
}

.fixed_bottom_footer .main-footer {
    margin: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.fixed_bottom_footer {
    padding-bottom: 65px;
}


.breadcrumb_list ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
}

.breadcrumb_list ul li {
    padding: 0 10px;
    position: relative;
}

.breadcrumb_list {
    display: inline-block;
}

.breadcrumb_list ul li:not(:last-child)::after {
    content: '>';
    position: absolute;
    right: -3px;
    font-size: 12px;
    top: 2px;
}

/****************23-05-2023 ENDS************************/

@media(max-width:1024px) {
    input[type="search"].form-control.input-sm {
        min-width: 0;
    }

    .row-custom {
        flex-wrap: wrap;
    }

    .col-custom {
        flex-basis: calc(33.33% - 30px);
    }
}

@media(max-width:992px) {
    .btn-reload-div label {
        display: none;
    }

    .btn-reload-div br {
        display: none;
    }

    .btn-reload-div .btn {
        margin-bottom: 15px;
    }

}

@media (max-width: 768px) {
    .login-page .login-box {
        max-width: 360px;
        width: 90%;
    }
}

@media(max-width:767px) {

    .table-responsive {
        border: 0;
    }

    .btn-reload-div {
        text-align: center;
    }

    .btn-reload-div .pull-right {
        float: none !important;
    }

    .col-custom {
        flex-basis: calc(50% - 30px);
    }

    body .main-footer,
    .main-footer-left {
        flex-wrap: wrap;
    }

    .main-footer-right {
        width: 100%;
    }

    .footer-smallprint {
        width: 100%;
        padding: 10px 0 10px;
    }

    .footer-smallprint .footer-link:first-child {
        padding-left: 0;
    }

    .fixed_bottom_footer {
        padding-bottom: 133px;
    }

}
/* Commented on Jun 14 2023
@media(min-width:768px){	

	.col-sm-block{ display:block;}	
}*/

/*Warning Banner - NW - added 09/01/2025 */
    /* Banner styling */
    #warning-banner {
     
      align-items: center; /* Vertically align items */
      justify-content: space-between; /* Space between message and button */
      width: 100%;
      background-color: #ffcc00; /* Warning yellow */
      color: #002DAA; /* Text color */
      padding: 15px 20px;
   
      z-index: 1000;
      font-family: Arial, sans-serif;
	  font-size:20px;
	  margin-top: 10px;
    }

    /* Message styling */
    #warning-banner span {
      text-align: center; /* Center the message */
      flex-grow: 1; /* Allow the message to take up remaining space */
    }

    /* Close button styling */
    #warning-banner .close-btn {
      background: transparent;
      border: none;
      font-size: 20px;
      color: #002DAA;
      cursor: pointer;
      font-weight: bold;
    }

    #warning-banner .close-btn:hover {
      color: red;
    }
	
	
