*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box !important;
	transition: 0.5s all;
}
#loading {
    width: 100vw;
    height: 100vh;
    background: rgb(41 34 33 / 88%);
    position: fixed;
    z-index: 1000;
    display: grid;
    place-items: center;
}

.asterisk::-webkit-input-placeholder {
    color: #f00!important; /* Red color for WebKit browsers */
}
.asterisk:-moz-placeholder {
    color: #f00!important; /* Red color for Firefox 4-18 */
    opacity: 1;  /* Ensure full opacity */
}
.asterisk::-moz-placeholder {
    color: #f00!important; /* Red color for Firefox 19+ */
    opacity: 1;  /* Ensure full opacity */
}
.asterisk:-ms-input-placeholder {
    color: #f00!important; /* Red color for Internet Explorer */
}
.asterisk::placeholder {
    color: #f00!important; /* Universal placeholder for modern browsers */
}

 fieldset {
    border: none;
}
fieldset > label {
    display: inline-block;
    width: 100px;
    font-weight: bold;
    vertical-align: top;
    font-size: 1rem;
    line-height: 28px;
}
fieldset > label::after {
    content: ":";
}
select,
details {
    display: inline-block;
    width: 250px;
    background-color: white;
    cursor: pointer;
}
select,
summary {
    border: 1px solid var(--lt-gray);
    border-collapse: collapse;
    border-radius: 4px;
    padding: 4px;
    width: 250px;
    background-color: white;
    cursor: pointer;
}
details[open] > summary::marker {
    color: var(--blue);
}
select:focus,
summary:focus,
summary:active {
    box-shadow: 0 0 5px 1px var(--blue);
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 2px;
    border: 1px solid var(--dk-gray);
    box-shadow: 0 0 5px 1px var(--lt-gray);
}
li {
    margin: 0px;
    padding: 0px;
}
li > label {
    cursor: pointer;
    display: inline-block;
    width: 100%;
}
li > label:hover,
li > label:has(input:checked) {
    background-color: var(--dk-gray);
    color: #000000;
}
.loader {
  width:10rem;
  height:10rem;
  position: relative;
 }
.spin {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    border-right: 0.3rem solid #d75538;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
}
@keyframes spin {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
.loader h2 {
	width:10rem;
    height:10rem;
    position: absolute;
    color: #fff;
	display:flex;
    align-items: center;
    justify-content: center;
}

body{
	margin: 0px;
	padding: 0px;
	font-size:14px;
	font-family: 'Poppins', sans-serif;
	background:#fff;
	color:#000;	
}
.bg{
	background-image: url('../img/bg.jpg');
	background-position: center;
	background-repeat:no-repeat;
	 background-attachment: fixed;
	height:100vh;
	width:100%;
	background-size:cover;
	display:flex;
	align-items:center;
}
.login-bg {
    box-shadow: 7px 7px 18px #000000;
    padding: 15px;
    border-radius: 5px;
    background: rgb(255 255 255 / 90%);
}
.mybtn {
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #33b0e6;
    padding:7px;
    border-radius: 5px;
    width: 150px;
    display: inline-block;
	font-weight:700;
}
.mybtn:hover,{
    color: #000;
    background:#fff;
}
.active{
	color: #000;
    background:#fff;
}
.login-bg .logo-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-bottom: 1px solid #34b1e6;
    margin-bottom: 15px;
}
.login-bg .logo {
    width: 100px;
    height: auto;
    border-radius: 50%;
}

.login-bg .login-btn{
	width:27%;
	height:auto;
}

.form-control{
	background-color:#fff;
	border-radius:25px;
	box-shadow:2px 2px 3px #988659;
}
.new_input{
	border-top-right-radius: 25px;
    border-bottom-right-radius:25px;
    z-index: 1;
}

.form-control::before .far{
	position:relative;
	top:-20px;
}

.input-group-text{
	background-color:#fff;
	border-top-left-radius:25px;
	border-bottom-left-radius:25px;
	box-shadow: 2px 2px 3px #988658;
}
.sidetoggle {
    background: transparent;
    border: none;
    display: none;
}
.collapse:not(.show) {
    display: block;
}

.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    border: none;
  }
.form-label {
    margin-bottom: 0;
}
.red {
    color: #c00000;
}
.box-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid;
    margin-bottom: 15px;
}
.text-holder{
    display: inline;
}
.icons-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}
.add-btn {
    background-color: #35b1e6;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #988659;
    border: 0;
    padding: 5px;
    color: #fff;
    margin-right: 10px;
}
.delet_icon{
    font-size: 24px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.input_box {
    border: 1px solid #35b1e6;
    border-radius: 5px;
    height: 38px;
    width: 200px;
}
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #c00000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    padding: 5px;
}
  
  .dropdown-content a {
    color: #ffe699;
    padding: 5px 13px;
    background: rgb(8 6 0 / 30%);
    text-decoration: none;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
  }
  
  .dropdown-content a:hover {background-color:#ffe699;color:#000;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: #3e8e41;}

  .dropdown-profile {
    display: none;
    position: absolute;
    background-color:#1c4b60;
    min-width: 160px;
    z-index: 1;
    padding: 5px;
    right: 0;
    box-shadow: 0px 0px 10px;
    border-radius: 5px;
}
  /* Hide the datalist dropdown arrow in Chrome/Edge */
input[list]::-webkit-calendar-picker-indicator {
    display: none !important;
    appearance: none;
}

/* Firefox workaround */
input[type="text"]::-moz-list-datalist {
    display: none !important;
}

  .dropdown-profile a {
    color:#fdfdfc;
    padding: 5px 13px;
    background: rgb(8 6 0 / 30%);
    text-decoration: none;
    display: block;
    border-radius: 5px;
    margin: 5px;
  }
  
  .dropdown-profile a:hover {background-color:#ffe699;color:#000;}

  .dropdown:hover .dropdown-profile {display:block;}

  .name {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #fdfdfc;
    font-weight: 700;
}
/*dashbord*/
.main {
    padding-top: 125px;
    display: flex;
}
.header {
    background: #35b1e6;
    position: fixed;
    width: 100%;
    display: flex;
    z-index: 1;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 5px 5px #0b3b50;
}
.header .logo-holder{
	display:inline-block;
}
.header .logo {
    width:90px;
    height: auto;
    background: #fffffff2;
    padding: 5px;
    border-radius: 4px;
}
.header .logo-holder .navbar-brand span {
    padding-left: 10px;
    color: #fdfdfc;
    font-weight: 700;
}
.header .navbar .header-link {
    color: #fff;
    padding: 5px 13px;
    background: rgb(8 6 0 / 30%);
    text-decoration: none;
    border-radius: 5px;
    margin-left: 10px;
    width: 150px;
    display: inline-block;
    text-align: center;
}
.header-holder{
    width: 100%;
    display: flex;
    z-index: 1;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
}
.header .navbar .icon-holder {
    color:#fdfdfc;
    padding: 2px 8px;
    text-decoration: none;
    border-radius: 30px;
    margin-left: 10px;
    font-size: 135%;
    border: none;
    background: none;
}
.noti-count {
    width: 10px;
    height: 10px;
    background: #c00000;
    display: block;
    right: 5px;
    top: 0;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 3px #ffe699;
}
.sidebar {
    position: fixed;
    background: #35b1e6;
    width: 200px;
    height: 100vh;
    overflow: auto;
}
.sidebar .navlist .mybtn {
    background: rgb(8 6 0 / 30%);
    border-radius: 30px 0px 0px 30px;
    transition: 0.5s all;
    margin: 5px 0px 0px 5px;
    display: block;
    padding: 5px 15px;
    text-align: center;
    color:#fdfdfc;
    text-decoration: none;
}
.mybtn-1 {
    background: #fff;
    border-radius: 30px 0px 0px 30px;
    transition: 0.5s all;
    margin: 5px 0px 0px 5px;
    display: block;
    padding: 5px 15px;
    text-align: center;
    color: #35b1e6;
    text-decoration: none;
}
.mybtn-1:hover{
    color:#c00000;
    text-decoration: none;
}
.sidebar .navlist .active {
    background: #fdfdfc;
    color: #000;
}
.sidebar .navlist .mybtn:hover{
    background:#fdfdfc;
    color: #000;
}
.content {
    position: static;
    width: 100%;
    /*height: 160vh;*/
    overflow: auto;
}
.box {
    width: 100%;
    /*min-height: 85vh;*/
}
.header-title {
    border-bottom: 1px solid #35b1e6;
    padding: 5px 0px;
    font-size: 115%;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkbox-title {
    padding-left: 10px;
    padding-top: 3px;
    display: inline-block;
}
.title {
    border-bottom: 1px solid #FFF;
    padding: 5px 0px;
    font-size: 100%;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content .box .form-control {
    background-color: rgb(27 4 4 / 8%);
    border-radius: 3px;
    box-shadow: 2px 2px 3px #988659;
    border: 0;
}
.form {
    padding:15px;
}
.form-control-cust{
    width: 40%;
    display: inline-block;
}
.submit-btn {
    background-color: #35b1e6;
    border-radius:5px;
    box-shadow: 2px 2px 3px #988659;
    border: 0;
    padding: 6px 15px;
    color: #fff;
    width: 150px;
}
.form-control-cust-text{
    padding-left: 10px;
}

.table>thead {
    vertical-align: middle;
    background: rgb(0 0 0 / 20%);
    font-weight: bold;
}
.icon-style{
	color: #c00000;
    font-size: 18px;
}
.form-check-input {
    width: 18px;
    height: 18px;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid  #37b1e6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.icon{
	color:#37b1e6;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    gap: 1%;
}
.page-item.disabled .page-link {
    color: #fff;
    pointer-events: none;
    background-color: #35b1e6;
    border: 1px solid #fdfdfc;
}
.page-link {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #35b1e6;
    border: 1px solid #fdfdfc;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.page-item.active .page-link {
    z-index: 3;
    color: #35b1e6;
    background-color: #fdfdfc;
    border-color: #fdfdfc;
}

.footer {
    position: fixed; /* Fixes the footer at the bottom */
    bottom: 0;
    display: flex;
    text-align: center;
    background: rgb(51, 176, 230); /* Consistent background color */
    width: 100%;
    padding: 15px;
    color: #fff;
    align-items: center;
    justify-content: space-between;
    z-index: 1000; /* Ensures it stays above other content */
}

.footer a {
    color: #ffe699;
    font-size: 115%;
}

span.multiselect-native-select {
	position: relative
}
span.multiselect-native-select select {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	height: 1px!important;
	margin: -1px -1px -1px -3px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important;
	left: 50%;
	top: 30px
}
.multiselect-container {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0
}
.multiselect-container .input-group {
	margin: 5px
}
.multiselect-container>li {
	padding: 0
}
.multiselect-container>li>a.multiselect-all label {
	font-weight: 700
}
.multiselect-container>li.multiselect-group label {
	margin: 0;
	padding: 3px 20px 3px 20px;
	height: 100%;
	font-weight: 700
}
.multiselect-container>li.multiselect-group-clickable label {
	cursor: pointer
}
.multiselect-container>li>a {
	padding: 0
}
.multiselect-container>li>a>label {
	margin: 0;
	height: 100%;
	cursor: pointer;
	font-weight: 400;
	padding: 3px 0 3px 30px
}
.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
	margin: 0
}
.multiselect-container>li>a>label>input[type=checkbox] {
	margin-bottom: 5px
}
.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
	padding: 3px 20px 3px 40px
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
	margin-left: -20px;
	margin-right: 0
}


@media (max-width:768px) {
    .header {display: block;position: unset;}
	.header-holder {display: block;}
    .header .logo-holder {
        display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    }
    .main {
        padding-top:0px;
        display: flow-root;
    }
	.sidebar{
		width: 100%;
    height: auto;
    position: relative;
    padding-top: 60px;
	}
    .collapse:not(.show) {
        display:none;
    }
    .sidebar .navlist .mybtn {
        margin:5px;
    }
	.content{
		width: 100%;
        height:auto;
		margin-left:0px;
        position: relative;
        padding-top:0px;

	}
    .barsicon{
        background: #f5fbfe;
        font-size: 24px;
        padding: 5px 15px;
        color: #35b1e6;
        border-radius: 5px;
    }
    .navbar {
        position: relative;
        display:block;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-top: 5px;
        padding-bottom: 5px;
        background: #00000038;
    }
    .sidetoggle {
        display:inline-flex;
    }
	.mybtn {
		display: block;
		margin:5px;
		width: auto;
    }
	.dropdown {
    position: absolute;
    display: inline-block;
    top: 5px;
    right: 5px;
	}
	.header .logo {
       width: 65px;
    }

	
}

