@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 13px;

}
/* *{
  font-size: 13px;
} */
.card-body {
  /* flex: 1 1 auto; */
  padding: 0px !important;
}
/* navbar */
.nav-color {
  background-color: #6da4cdbf;
}
a.nav-link {
  color: #000;
  font-weight: bolder;
}

.nav-link:hover {
  background: #0000ff3b;
  border-radius: 8px;
  color: white
}

.login_regirtration ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

li.profile-user {
  background: #fff;
  color: #000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}
/* navbar end */
.form-title {
  background-color: #66b3ff;
  padding: 5px;
  font-weight: bold;
  margin: 0 !important;
  display: flex;
  justify-content: center; /* Horizontally center the content */
  align-items: center; /* Vertically center the content */
}
.heading-color {
  /* background: linear-gradient(to right, #9ec5fe, #cfe2fff5); */
  background: #99ccff;
  padding: 8px;
  font-weight: bold;
}
.row-pad{
  padding: 0 8px;
}
.section-color{
  background-color: #4181e21a;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 0 !important;
}
.form-control:disabled, .form-control[readonly] {
  background-color: white !important;
  opacity: 1;
}
.form-select:disabled {
  background-color: white !important;
}
.required-field {
  color: red;
  margin-left: 2px; 
}
/* --------form layout start----------- */
.event .app-form .form-control {
  font-size: 12px;
  border-top: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 3px;
  box-shadow: none !important;
}

label.text-field {
  margin-top: -27px;
}

.event .app-form .form-select {
  font-size: 12px;
  border-top: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 3px;
  box-shadow: none !important;
}

.form-floating > label.form-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0.3rem 3px !important;
  pointer-events: none;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  font-size: 11px;
  color: gray !important;
}


/*.event .app-form .form-floating > label {*/
/*  padding-left: 0;*/
/*  font-size: 10px;*/
/*}*/

.event .app-form .form-floating > label::after {
  background: transparent !important;
}
/* --------form layout end----------- */

/* ..........plus  minus  design start ...... */
.table-responsive {
  overflow-x: auto;
}

.icon {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  user-select: none;
}

.icon-plus {
  color: #000080;
  /* Blue color for plus icon */
}

.icon-minus {
  color: red;
  /* Red color for minus icon */
}

.icon:hover {
  filter: brightness(1.2);
  /* Add a slight brightness on hover */
}

.hidden {
  display: none;
}

/* ..........plus  minus  design end ...... */

 /* ...............Style for the select button............ */
 .select-btn {
  display: flex;
  /* height: 50px; */
  height: calc(3.5rem + 2px);
  align-items: center;
  justify-content: space-between;
  /* padding: 0 16px; */
  /* border-radius: 8px; */
  cursor: pointer;
  border-bottom: 1px solid #ced4da;
  background-color: #fff;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
}

.select-btn .btn-text {
  /* font-size: 17px; */
  font-weight: 400;
  color: #333;
}

.select-btn .arrow-dwn {
  display: flex;
  height: 21px;
  width: 21px;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  background: #6e93f7;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.select-btn.open .arrow-dwn {
  transform: rotate(-180deg);
}

.list-items {
  border-radius: 8px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  z-index: 999; /* Updated z-index value */
  width: 100%;
}

.select-btn.open ~ .list-items {
  display: block;
}


.list-items .item {
  display: flex;
  align-items: center;
  list-style: none;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
  padding: 0 15px;
  border-radius: 8px;
}

.list-items .item:hover {
  background-color: #e7edfe;
}

.item .item-text {
  font-size: 12px;
  font-weight: 400;
  color: #333;
}

.item .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  margin-right: 12px;
  border: 1.5px solid #c0c0c0;
  transition: all 0.3s ease-in-out;
}

.item.checked .checkbox {
  background-color: #4070f4;
  border-color: #4070f4;
}

.checkbox .check-icon {
  color: #fff;
  font-size: 11px;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}

.item.checked .check-icon {
  transform: scale(1);
}

/* ............... End Style for the select button............ */

/* for table Start  */
.input-border{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
}
table {
  width: 100%;
  border-collapse: collapse;
}

/* Table header styles */
th {
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

/* Table body styles */
td {
  border: 1px solid #ddd;
  padding: 8px;
}

/* Alternating row colors */
tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* for table End  */

/* form validation border */
/* select:invalid, textarea:invalid, input:invalid {
  border: 1px solid red;
} */
/* form validation border end */

/* print button */
.center-button {
  text-align: center;
  margin-top: 20px;
  padding: 5px;
}
/* print button end */

/* Back Button  start*/
.back-button {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}
.back-button i {
  font-size: 20px;
  color: #333;
}
/* Back Button End */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: green !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
}

/* checkbox Dropdown */
        .selectBox {
            position: relative;
            cursor:pointer;
        }

        .selectBox select {
            width: 100%;
            padding-top: 21px;
            padding-bottom: 10px;
            border-top: none;
            border-left: none;
            border-right: none;
            font-size: 11px;
        }

        .overSelect {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }

        #checkboxes {
            display: none;
            border: 1px #dadada solid;
            position: absolute;
            background-color: white;
            z-index: 1;
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
        }

        #checkboxes label {
            display: block;
            padding: 10px;
            /* color: white; */
            display: flex;
            align-items: center;
        }

        input.label-margin {
            margin-right: 10px;
        }

        #checkboxes label:hover {
            background-color: #1e90ff;
            padding: 10px;
            color: white;
            display: flex;
            align-items: center;
        }
