body {
    font-family: "Arial", sans-serif;
    background-color: #f1f1f1;
}
/* global classes */
table tbody tr:hover {
    --bs-table-hover-bg: #EEE; /* Light gray background */

}
.table thead th {
    background-color: rgb(29 57 98); /* Green background for header */
    color: white; /* White text color */
}
select {
    -webkit-appearance: none;  /* Remove default arrow in Safari */
    -moz-appearance: none;     /* Remove default arrow in Firefox */
    appearance: none;          /* Remove default arrow in modern browsers */
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"%3E%3Cpath fill="none" stroke="%23000" stroke-width="2" d="M1 4l5 5 5-5" /%3E%3C/svg%3E'); /* Custom arrow */
    background-repeat: no-repeat;
    background-position: right 10px center; /* Position of the arrow */
    background-size: 12px; /* Size of the arrow */
    padding-right: 30px; /* Add space for the arrow */
}

.download-button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.cursor-pointer{
    cursor: pointer;
}
.text-muted {
    --bs-text-opacity: 1;
    font-weight: bold;
    color: var(--bs-form-invalid-border-color) !important;
}
.dropdown-menu.show{
    top:10px !important;
    left: -10px !important;
}
.text-primary{
    color: rgb(29 57 98)!important;
}
.font-bold{
    font-weight: 600;
}
.content{
    padding: 5px 16px;
}
.bg-secondary{
    background-color: rgb(29 57 98) !important;
}
.condition-page{
    padding: 30px;
}
.list-style-numbered{
    list-style-type: auto;
}
.list-style-disc{
    list-style-type: disc;
}
.term-heading{
    font-weight: 600;
    text-decoration:underline;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    overflow-x: hidden !important;
    padding-left: 10px;
    padding-right: 10px;

    }
.logo{
    width: 70px;
}
.logo-small {
    width: 40px;
    height: auto;
}
.vertical-align{
    vertical-align: middle;

}
.modal-body {
    max-height: 400px; /* Adjust this value as needed */
    overflow-y: auto;  /* Enable vertical scrolling */
}
/* header active status class */
.active-status {
    position: absolute;
    bottom: 0;
    /* left: 105px; */
    right: 0px;
    width: 12px;  /* Adjust size */
    height: 12px; /* Adjust size */
    background-color: green;
    border-radius: 50%;
    border: 2px solid white; /* Adds a border to make it look neat */
}
/* margin-bottom for show blade files */
.p-4{
    margin-bottom: 40px;
    border-radius: 0.5rem;

    }
i {
    width: 15px;
    height: 15px;
}
/* .set-heading{
    margin-left: 10px;
} */
/* login */
.login-card {
    width: 450px;
    box-shadow: 0px 3.61px 84.73px 0px #00000024;
}
/* sidebar */

.sidebar {
    min-height: 100vh;
    background-color: #fff;
    padding: 3px;
    box-shadow: 5px 0 25px #5e5c9a0f;
    /* border-right: 1px solid #aaaaaa; */
}
.sidebar a {
    text-decoration: none;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: rgb(19, 18, 18);
    /* padding-top: 15px; */
}
.sidebar a:hover {
    background-color: #bfbfd4;
    border-radius: 8px;
}
.sidebar li.active {
    background-color:#0F1379;
    border-radius: 8px;
}
.sidebar ul li{
    margin: 10px;

}
.sidebar-icon {
    width: 24px;
    height: 24px;
}
/* header */
.main-header{
  height: 47px;
  border-bottom: 1px solid #aaaaaa;
  background-color: #fff;
 margin-left: 200px;
 flex-shrink: 1;
 padding-right: 22px;
 padding-left: 10px;
}
.menu-icon{
  width: 24px;
  height: 24px;
}
/* dashboard */
.content {
    
    flex-shrink: 1;
    
}

/* usermanagment */
.search-icon{
  position: absolute;
  top: 7px;
  z-index: 1;
  margin-left: 4px;
}
.settings-icon{
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.search-input{
    padding-left: 35px;
}
.edit-icon{
    width: 20px;
    height: 20px;
}
.delete-icon{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.ok-btn a {
    color: white;
    text-decoration: none;
}
/* profile */
.box-shadow{
    box-shadow: 0px 2.61px 6.73px 0px #00000024;
}
.admin-header{
    background-color: rgb(29 57 98);
    font-size: 20px;
    font-weight: 600;
    color: white;
}
.settings-dropdown{
    background-color: rgb(29 57 98);
    color: white;
}
/* Pagination */
.custom-pagination {
    display: flex;
    justify-content: end;
    padding: 0;
    margin: 20px 0;
    

}

.pagination{
    margin-bottom: 0px;
}

.custom-pagination .page-item {
    border-radius: 0.375rem;
    margin: 0 0.25rem;
}

.custom-pagination .page-link {
    font-size: 14px;
    border-radius: 0.375rem;
    padding: 5px 15px;   
    color: #007bff;   
    transition: background-color 0.3s, color 0.3s;
}

.custom-pagination .page-link:hover {
    background-color: #007bff;
    color: #fff;
}

.custom-pagination .page-item.active .page-link {
    background-color: #007bff;
    color: #fff;
    border: 1px solid #007bff;
}
.page-link{
    border-color: transparent;
}

.custom-pagination .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
}
.custom-pagination .page-item.disabled span {
    font-size: 15px;
}

.bootstrap-tagsinput {
    width: 100%;
    min-height: 38px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.bootstrap-tagsinput .tag {
    margin-right: 5px;
    color: white;
    background-color: #007bff;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
}

/* Styling for the cross icon */
.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
    color: white;
    font-weight: bold;
}

.bootstrap-tagsinput input {
    border: none;
    margin-bottom: 0;
}

/* dropdown */
  /* Optional: Styling for better visualization */
  .dropdown-menu > .dropdown-submenu {
    position: relative;
}
.dropdown-menu > .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}
.dropdown-toggle::after{
    margin-left: 1.255em;

}
/* Dropdown menu styling **/
.sidebar .dropdown-menu {
    background-color: #343a40; /* Dark background color for dropdown menu */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Slightly darker shadow for depth */
    border-radius: 0.25rem; /* Rounded corners for a cleaner look */
    padding: 0; /* Remove default padding */
}

/* Dropdown item styling */
.sidebar .dropdown-item {
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for background color and text color */
    padding: 0.5rem 1rem; /* Padding for better click area */
    font-size: 15px; /* Adjust font size for better readability */
    color: #ffffff; /* White text color by default */
    /* border-bottom: 1px solid #495057; Darker border for separation */
}

/* Hover effect for dropdown items */
.sidebar .dropdown-item:hover{
    background-color: #bfbfd4;
}
.sidebar .dropdown-item.active {
    background-color:#0F1379; /* Light gray background color for hover effect */
    color: #000000; /* Dark text color for high contrast */
}

/* Remove border from the last item */
.sidebar .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

/* cross button */
.cross-btn{
    top: -4px;
    left: -6px;
    border: none;
    background: rgb(173, 29, 29);
    color: white;
    font-weight: bold;
    font-size: 13px;
    width: 20px;
    height: 24px;
    border-radius: 50%;
    justify-content: center;
    padding-top: 2px;
    display: flex;
}


.check {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 1%;
    padding: 10px;
}


.modal-dialog {
    max-width: 800px;
}

.card {
    margin-bottom: 10px;
    background: white;
    padding: 1%;
    border-radius: 0.5rem;

}
.card-sub-title{
    font-size: 13px;
    letter-spacing: .9px;
}
form-label{
font-size: 15px;
color: #0e1726;
letter-spacing: 1px;
}

 form-control{
border: 1px solid #bfc9d4;
color: #3b3f5c;
font-size: 15px;
padding: 8px 10px;
letter-spacing: 1px;
padding: .75rem 1.25rem;
border-radius: 6px;
background: #fff;
}

/* Style for entire dropdown background */
#dropdownMenu {
    background-color: #343a40; /* Set background color of dropdown */
    border-radius: 5px; /* Add a slight rounding to the corners */
    padding: 0; /* Remove default padding */
}

/* Style for individual dropdown items */
#dropdownMenu .dropdown-item {
    background-color: #fff; /* Set background color of each item */
    color: white; /* Default text color */
    padding: 10px 14px; /* Add padding for better spacing */
    border: none; /* Remove borders between items */
    display: block; /* Ensure each item is displayed as a block */
}

/* Style for individual dropdown items on hover */
#dropdownMenu .dropdown-item:hover {
    background-color: #bfbfd4; /* Darker blue on hover */
    color: #fff; /* Keep white text color */
}


.sidebar::-webkit-scrollbar {
    width: 8px;
    /* Width of the scrollbar */
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Color of the scrollbar thumb */
    border-radius: 10px;
    /* Rounded corners */
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Color on hover */
}

.sidebar::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Color of the scrollbar track */
}
/* Switch Style */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
#progressBar {
    background-color: #007bff;
    /* Green color for the progress */
    border-radius: 15px;
    position: relative;
    font-weight: bold;
    color: white;
}

#progressPercentage {
    font-size: 14px;
    line-height: 30px;
    /* Centers the text vertically */
}

#progressMessage p {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.sidebar a.active {
    background-color: #0F1379;
     font-weight: bold;
    /* color: #fff;* */
}
/* Add this in your CSS file or inside a <style> tag */
.center-align {
    text-align: center;
}
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #28a745;
    /* Green for "On" */
}

input:checked+.slider:before {
    transform: translateX(26px);
}

/* Style for the file input "Choose File" text */
input[type="file"]::file-selector-button {
    background-color: #e8edf0;
}
.primary-button:hover{
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25) !important;
    border-color: #86b7fe !important;
}
.secondary-button:hover{
    box-shadow: 0 0 0 0.25rem rgba(53, 53, 54, 0.25)!important;
    border-color: #4e5053 !important;


}
#profileDropdown {
    border-radius: 50% !important; /* Makes the hover area circular */
    transition: background-color 0.3s ease, box-shadow 0.3s ease !important; /* Smooth transitions */
}

#profileDropdown:hover {
    background-color:  rgba(0, 0, 102, 0.8)!important; /* Dark blue hover color */
    box-shadow: 0 0 10px rgba(0, 0, 102, 0.5) !important; /* Add a slight glow effect for emphasis */
}

input:checked + .slider {
    background-color: #28a745; /* Green for "On" */
}

input:checked + .slider:before {
    transform: translateX(26px);
}

/* Hover effect when the cursor is over the date input field */
#createdAtInput:hover {
    background-color: hsl(208, 38%, 91%); /* Light background color on hover */
    box-shadow: 0 0 5px rgba(197, 197, 206, 0.3); /* Light box-shadow to give depth effect */
}

.activation_status{
    width: fit-content;
    color: #FFF;
    padding: 5px;
    border-radius: 5px;
}
/* responsive */
@media (max-width: 767px) {
    .sidebar {
        min-height: auto;
        position: absolute;
        width: 200px;
        top: 0;
        left: -200px;
        transition: left 0.3s;
    }
    .sidebar.show {
        left: 0;
    }
    .content {
        margin-left: 0;
        padding-top: 60px;
    }
    .menu-toggle {
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 1;
    }
}
@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        width: 240px;
        height: 100%;
    }
    .content {
        margin-left: 200px;
    }
}



