/*html {
    font-size: clamp(12px, 1.5vw, 16px); /* Dynamic font size */
}

*/ body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

a:hover {
    text-decoration: none !important;
}

a {
    text-decoration: none;
}

.h5,
h5 {
    font-size: 1.25rem;
}

.font9 {
    font-size: 0.563rem;
}

.font12 {
    font-size: 0.75rem;
}

.font13 {
    font-size: 0.813rem;
}

.font14 {
    font-size: 0.875rem;
}

.font15 {
    font-size: 0.938rem;
}

.font16 {
    font-size: 1rem;
}

.font18 {
    font-size: 1.125rem;
}

.font20 {
    font-size: 1.25rem;
}

.colorPart2{
      background-color: #f39c12 !important;
}

.colorPart3{
      background-color: #b4d455 !important;
}

.colorPart2Txt{
    color: #f39c12 !important;
}

.colorPart3Txt{
    color: #b4d455 !important;
}
   
.bg-light-blue {
    background: #f6f9ff !important;
}

.bg-light-grey {
    background: #f9f9f9;
}

.fixed-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

header {
    transition: all 0.5s;
    z-index: 997;
    height: 70px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    padding-left: 20px;
}

header img.header-logo {
    max-height: 50px;
}

.header .toggle-sidebar-btn {
    font-size: 32px;
    padding-left: 42px;
    cursor: pointer;
    color: #012970;
    padding-top: 18px;
}

.header-nav ul {
    list-style: none;
}

.header-nav>ul {
    margin: 0;
    padding: 0;
}

header a.nav-link,
header .navbar-toggler {
    color: #3e70a0 !important;
}

.dropdown-item {
    padding: .25rem 1rem;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.pt-7 {
    padding-top: 6rem;
}

.header .toggle-sidebar-btn {
    font-size: 32px;
    padding-right: 19px;
    padding-left: 0px;
    cursor: pointer;
    color: #012970;
    padding-top: 18px;
}

.header-nav>ul {
    margin: 0;
    padding: 0;
}

.header-nav ul {
    list-style: none;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: #012970;
    margin-right: 25px;
    position: relative;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.ht-100 {
    min-height: 100vh;
}

.error {
    color: #ff0000;
}


#main {
    margin-top: 70px;
    padding: 20px;
    transition: all 0.3s;
}

.main {
    margin-left: 255px;

}

.pagetitle h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #012970;
}

.breadcrumb {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #899bbd;
    font-weight: 600;
}

.breadcrumb .active {
    color: #51678f;
    font-weight: 600;
}

.breadcrumb .breadcrumb-item::before {
    color: #899bbd;
}

.page-header-dashboard {
    margin-bottom: 1.5rem !important;
}

.breadcrumb-link {
    margin-top: 7px;
}

.dashboard.glass-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.icon-circle {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #e6f0fb, #f4faff);
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.dashboard.glass-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(18, 112, 197, 0.15);
}

.dashboard.glass-card:hover .icon-circle {
    transform: scale(1.08);
}

.icon-circle i {
    font-size: 1.6rem;
    color: #0d2562;
}

.bg-footer {
    background: #efefef;
}

/*table*/
.shadows {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.rounded-xl {
    border-radius: 0.75rem;
}

.overflow-x-auto {
    overflow-x: auto;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.min-w-full {
    min-width: 100%;
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.uppercase {
    text-transform: uppercase;
}

.text-left {
    text-align: left;
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(221 234 247 / var(--tw-bg-opacity, 1));

}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.divide-gray-200> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.font-medium {
    font-weight: 500;
}

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-200:hover {
    background-color: #ccc;
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.font-semibold {
    font-weight: 600;
}

.text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.space-x-2> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.rounded-full {
    border-radius: 9999px;
}

.h-4 {
    height: 1rem;
}
.h-2 {
    height: 0.6rem;
}

.error {
    width: 100%;
}

.applicable-scroll{
	max-height: 600px; 
	overflow-y: auto;
	padding-right: 6px;
    scroll-behavior: smooth;
	scrollbar-width: thin;
    scrollbar-color: #999 #f1f1f1;
}

/*end*/




/*Sidebar*/

.sidebar {
    position: absolute;
    top: 72px;
    left: 0;
    bottom: 0;
    width: 245px;
    z-index: 996;
    transition: all 0.3s;
    padding: 8px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}

.form-group {
    margin-bottom: 15px;
}

.form-group .form-label {
    margin-bottom: 5px;
}

.page-loading {
    position: fixed;
    z-index: 1031;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 99999;
}

.page-fade {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ccc;
    opacity: 0.5;
    display: none;
    z-index: 99998;
}

.all-scroll {
      cursor: all-scroll;
}

.all-scroll-icon{
      background: url(../../images/move-grey.png) 0 0 repeat-x;
      width:15px;
      height:15px;
      float:left;
}

@media (max-width: 1199px) {
    .sidebar {
        left: -255px;
    }
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (min-width: 1200px) {}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
    }
}

@media (min-width: 1200px) {

    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-left: 0;
    }

    .toggle-sidebar .sidebar {
        left: -255px;
    }
}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav a.nav-link i {
    width: 20px;
    text-align: left;
}

.sidebar-nav .nav-item {
    margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
    font-size: 11px;
    text-transform: uppercase;
    color: #899bbd;
    font-weight: 600;
    margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    /*color: #4154f1;*/
    transition: 0.3;
    background: #f6f9ff;
    padding: 10px 15px;
    border-radius: 4px;
}

.sidebar-nav .nav-link i {
    font-size: 15px;
    margin-right: 7px;
    /*color: #4154f1;*/
}

.sidebar-nav .nav-link.collapsed {
    color: #012970;
    background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
    color: #899bbd;
}

.sidebar-nav .nav-link:hover {
    color: #4154f1;
    background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
    color: #4154f1;
}

.sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
}

.sidebar-nav .nav-content {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #012970;
    transition: 0.3;
    padding: 6px 0 6px 40px;
    transition: 0.3s;
}

.sidebar-nav .nav-content a i {
    font-size: 6px;
    margin-right: 8px;
    line-height: 0;
    border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active,
.sidebar-nav .nav-item a.active {
    color: #4154f1;
}

.sidebar-nav .nav-content a.active i {
    background-color: #4154f1;
}

.dropdown-item {
    padding: .25rem 1rem;
}
#frm_users_search {
  max-width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#frm_users_search > div {
  flex: 0 0 auto;
}

.nav-link1.active{
	background:#0a58ca !important; 
	color:#fff !important; 
}
.nav-link1{
	background:rgb(229 231 235) !important;
	color:#000 !important; 
}

li.nav-item.navitem {
    padding-right: 1px;
}

.ui-widget-content{
	max-height: 400px;
    overflow-y: auto;
    padding-right: 6px;
    scroll-behavior: smooth;
	scrollbar-width: thin;
    scrollbar-color: #999 #f1f1f1;
	 overflow-x: none;
}

/*---------
-----------------------------------------------------
# end
--------------------------------------------------------------*/

@media (max-width: 576px) {
	
	#frm_login .p-5{
		padding: 1rem !important;
	}
	
	.dashboard.glass-card {
		padding: 16px;
	}
	
	.main {
		margin-left: 0;
		margin-top: 90px !important;
		padding: 0px !important;
	}
	.text-decoration-none h5{
		font-size:17px;
	}
	.ht-100{
		min-height: 70vh;
	}
	
	#frm_users_search .btn-primary{
		width:109px;
	}
	.actionicon{
		text-align:center;		
	}
	
	#frm_users_search{
		width:100% !important; 
	}
	
	.table-wrapper{
		.scrollable{
		  overflow: scroll;
		  overflow-y: hidden;
		  table{
			th, td{
			  white-space: nowrap;
			}
		  }
		}
	}
	
}