body {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    color: #404e67 !important;
}

html body.bg-full-screen-image {
    background: url(https://attending-cdn.staff4u.ai/app-assets/images/backgrounds/bg-10.jpg) no-repeat center center fixed;
    background-size: cover;
}

.login-title {
    font-size: 20px;
    font-weight: 700;

}

.form-check-input {
    height: 18px;
    width: 18PX;
}

.logo-text {
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    background: linear-gradient(45deg, #4ecdc4, #45b7d1);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    animation: gradientShift 5s ease infinite;
    position: relative;
    display: inline-block;
    padding: 0 10px;
}

.brand-logo {
    height: 30px
}

.brand-text {
    width: 100px
}

.Login-logo {
    width: 200px
}

.chk-remember-login .form-check-label {
    margin-left: 5px;
    padding-top: 2px;
}

.brand-text {
    font-size: 16px;
}
 
.btn-pr{
    background-color: #006cb7 !important;
      border: none !important;
    transition: background-color 0.3s ease, transform 0.2s ease;
    color: white;
}
.btn-pr:hover {
    transform: scale(1.05);
    color: white;
}

.btn-eff {
    border: none !important;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-eff:hover {
    transform: scale(1.05);
}



.separated-cards .card {
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: none;
}

.separated-cards .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.card-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.incident-card .card-icon {
    background-color: rgba(231, 76, 60, 0.15);
    color: #e74c3c;
}

.complaint-card .card-icon {
    background-color: rgba(52, 152, 219, 0.15);
    color: #3498db;
}

.statement-card .card-icon {
    background-color: rgba(46, 204, 113, 0.15);
    color: #2ecc71;
}

.stats-detail {
    font-size: 14px;
    color: #62748a;
    margin-bottom: 5px;
}


.card-content {
    padding: 20px;
}

.heading-text {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #2c3e50;
}

.sub-heading {
    font-size: 14px;
    color: #62748a;
    margin-bottom: 10px;
    font-weight: 500;
}

.rounded2 {
    border-radius: 2px;
}

.font-13 {
    font-size: 13px;
}

.btnWidth-150 {
    width: 150px;
}

.table thead tr th {
    padding: 10px 10px;
    font-size: 13px;
    font-weight: 600;
    vertical-align: middle;
}

.table tbody tr td {
    padding: 10px 10px;
    font-size: 13px;
    vertical-align: middle;
}

.action-btn {
    display: inline-block;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    color: white;
    font-size: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    line-height: 20px;
    margin: 2px;
}

.action-btn i {
    font-size: 8px;
}

.action-icon {
    width: 180px;
    max-width: 180px;
}

.table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.table thead tr th {
    background-color: #006cb7;
    color: #ffffff;
    font-weight: 600;
}


.label-head {
    font-size: 13px;
}


.pt-27 {
    padding-top: 27px;
}

/* Sidebar menu hover effect */
.navigation-main .nav-item>a:hover {
    color: #2c3e50 !important;
    background-color: #ffffff !important;
    transition: 0.3s;
}

/* Sidebar menu active effect */
.navigation-main .nav-item.active>a {
    color: #2c3e50 !important;
    background-color: #ffffff !important;
    transition: 0.3s;
    padding-left: 12px;
}

.main-menu.menu-light .navigation li.active {
    border-left: 4px solid #a9cc39 !important;
}
.main-menu.menu-light .navigation > li.open > a {
    padding-left: 16px !important;
    color: #2c3648 !important;
    background: whitesmoke;
    
}
.menu-content > li a{
    text-decoration: none;
}

.card-header .card-title {
    margin-bottom: 0;
    COLOR: #006cb7;
}

.table-responsive tbody tr td a {
    color: #006cb7;
}

/* Normal page links */
.pagination.url1-links .page-link {
    color: #a9cc39 !important;
    background-color: #fff !important;
    border-color: #a9cc39 !important;
}

/* Hover effect */
.pagination.url1-links .page-link:hover {
    color: #fff !important;
    background-color: #a9cc39 !important;
    border-color: #a9cc39 !important;
}

/* Active page */
.pagination.url1-links .page-item.active .page-link {
    color: #fff !important;
    background-color: #a9cc39 !important;
    border-color: #a9cc39 !important;
}

/* Disabled page */
.pagination.url1-links .page-item.disabled .page-link {
    color: #aaa !important;
    background-color: #f5f5f5 !important;
    border-color: #ddd !important;
}


.footer a {
    color: #006cb7;

}

/* Add space between icon and text */
.btn .fas {
    margin-right: 5px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-22 {
    padding-top: 22px;
}

.py8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.main-menu.menu-light .navigation>li>a {
    text-decoration: none;
}

body.login {
    background: linear-gradient(90deg, rgb(0 108 183) 0%, rgb(106 215 255) 100%);
}

.active>.page-link,
.page-link.active {
    background-color: #006cb7;
    border-color: #006cb7 !important;
}

.main-menu .main-menu-content {
    background: #006cb7;
}

.main-menu.menu-light .navigation {
    background: #006cb7;
}

.main-menu.menu-light .navigation>li {
    padding: 0;
    margin-bottom: 2px;
}

.btn-login {
    border: 2px solid #006cb7;
    color: #006cb7;
    background-color: transparent;
    width: 100%;
    padding: 10px;
}

/* Hover effect */
.btn-login:hover {
    background-color: #006cb7;
    color: white;
}

.card-link {
    color: #006cb7;
}
.browser-session-icon-svg {
    width: 20px;height: 20px
}
 
.text-green {
    color:green
}
 
/* Edit profile css end */
 










@media (max-width: 992px) {
    .separated-cards .col-xl-4 {
        margin-bottom: 20px;
    }
}



@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: end;
    }
   
}


@media (max-width: 768px) {
     .navbar-semi-dark .navbar-nav .nav-link {
    color: #404e67 !important;
}
}

.fileUploadBlock {
    border: 1px dashed #9f9393;
    padding: 4px;
    border-radius: 10px;
}

.upload-box {
    border-radius: 15px;
    padding: 40px 40px;
    text-align: center;
    color: #fff;
    position: relative;
    transition: background 0.3s ease;
}

.upload-btn {
    padding: 2px 18px;
    color: #000000;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    transition: background 0.3s ease;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 65px;
}

.fileBox {
    display: none;
}

.fa-solid {
    color: #005a99;
    font-size: 45px;
    margin-bottom: 20px;
}


.w-150 {
    width: 140px;
    min-width: 140px;
    max-width: 140px;

}

.lic-wid{
    width: 80px;
    min-width: 80px;
    max-width: 80px;

}

.btn-success{
    background-color: #aacc3b;
}

.main-menu.menu-native-scroll .main-menu-content {
    overflow-y: scroll !important;
}

input[readonly] {
    background-color: #f5f5f5 !important;
    cursor: not-allowed;
}
