@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html,
body{
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #575E71;
  overflow-x: hidden;
  /* overflow-y: scroll; */
}

.btn.dropdown-toggle {
  border: 1px solid #c0c0c1 !important;
}

.card {
  border: 0px !important;
}

.card-header {
  padding: 0.4rem 1.25rem !important;
  margin-bottom: 0 !important;
  background-color: transparent !important;
  /* border-bottom: 1px solid rgba(0, 0, 0, .125); */
}
.theme-bg-primary{
  background: #00ADEE;
}
.right-side-content {
  max-width: calc(100% - 272px);
  transition: all 0.5s;
}
.right-side-content.full-screen {
  max-width: calc(100% - 73px);
}
.text-theme{
  color: #00ADEE;
}
.w-fit-content{
  width: fit-content;
}
a{
  color: #005AC1;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #00ADEE;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #00ADEE;
}
.table tbody tr td {
  vertical-align: middle;
}

.form-input-s {
  position: relative;
  margin-bottom: 31px;
}

.form-input-s span.arrow-selcet {
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
  display: none;

}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.dropdown-toggle {
  min-height: 40px;
}
/* .form-input-s .frm-control{
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #000000;
  min-height: 56px;
  padding: 23px 16px 5px;
  padding-top: 20px;
  -moz-appearance: textfield;

} */


.dropdown-item.active, .dropdown-item:active {
  color: #191083 !important;
  text-decoration: none !important;
  background-color: #d7e0ff !important;
}

.form-input-s .form-control {
  background: #fff;
  border-radius: 4px 4px 0px 0px;
  border: 0;
  border-bottom: 1px solid #c0c0c1;
  -moz-appearance: textfield;
}

.form-label {
  background-color: #ffff !important;
  border-radius: 50px;
  margin-top: 0rem !important;
  margin-bottom: 0rem!important;
  position: relative;
  top: 10px;
  left: 11px;
  z-index: 2;
  font-size: 0.8rem;
}

.form-input-s .form-control + label{
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 11px;
  letter-spacing: 0.4px;
  color: #40484C;
  margin-bottom: 0;
  position: absolute;
  z-index: 2;
  top: -5px;
  left: 13px;
}
/* .form-input-s select.form-control + label{
  font-size: 12px;
  top: 8px;
} */
.form-input-s select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 5L7.5 12L1 5" stroke="%23575E71" stroke-linecap="square"/></svg>');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
}

/* .form-input-s .form-control:focus-visible + label,
.form-input-s .form-control.focused + label{
  font-size: 12px;
  top: 8px;
} */

.form-input-s img{
  position: absolute;
  top: 0px;
  right: 4px;
}
.form-input-s p.supportvie-text {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #40484C;
  position: absolute;
  bottom: -33px;
  left: 16px;
}

.form-input-s.date-picker{

}
.form-input-s.date-picker .form-control{
  border: 1px solid #70787D;
  border-radius: 4px;
  background: transparent;
  padding-top: 5px;
}
.form-input-s.date-picker .form-control + label {
  top: -7px;
  left: 11px;
  background: #f4f4f4;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #40484C;
  padding: 0 5px;
}
.input-group input.form-control {
  border: 1px solid #ced4da !important;
  border-left: 0 !important;
}
.form-input-file-upload {
  position: relative;
}
.form-input-file-upload label {
  background: #D9D9D9;
  border-radius: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #000000;
  padding: 10px 19px;
  display: flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
}

.theme-btn-outline{
  border: 1px solid #00ADEE;
  border-radius: 100px;
  padding: 17px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #00ADEE;
  text-decoration: none;
}
.theme-btn-outline:hover,
.theme-btn-outline:active,
.theme-btn-outline:focus{
  color: #FFFFFF;
  background: #00ADEE;
}
.theme-btn{
  background: #00ADEE;
  border-radius: 100px;
  padding: 17px;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 7px;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid transparent;
  height: 41.33px;
  min-width: 171px;
  text-align: center !important;

}
.theme-btn:hover,
.theme-btn:active,
.theme-btn:focus{
  color: #00ADEE;
  background-color: #FFFFFF;
  border: 1px solid #00ADEE;
}

.form-control:focus {
  border-color: #191083 !important;
  border-bottom: 2px solid #191083 !important;
}

.main-tabs-setup .main-card{
  box-shadow: 7px 10px #E4EDF4;
  background-color: #FFF !important;
  min-height: 500px;
  max-width: 450px;
  width: 100%;
  border: 2px solid #c0c0c1 !important;
  padding: 21px;
  border-radius: 30px;
  /* background-image: url('../img/login-bg.png'); */
  background-size: 172px;
  background-repeat: no-repeat;
  background-position: right;
}
.main-tabs-setup .main-card.main-card-lg{
  max-width: 800px;
}
.main-tabs-setup .main-card .sign-up-top h6{
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}
.main-tabs-setup .main-card .sign-up-top h2{
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 47px;
color: #00ADEE;
}
.main-tabs-setup .main-card .sign-up-top h5{
  font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 38px;
margin-bottom: 14px;
}
.main-tabs-setup .main-card .sign-up-top p{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #575E71;
}
.main-tabs-setup .main-card .bottom-side .forget-password{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  text-decoration-line: underline;
  color: #005AC1;
  margin-top: 56px;
}
.main-tabs-setup .main-card .bottom-side p.move-to-signup{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.15px;
  margin-top: 41px;
}
.main-tabs-setup .main-card .bottom-side p.move-to-signup a{
  color: #005AC1;
  text-decoration: none;
}
.main-tabs-setup .main-card .bottom-side .otp-timer {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #BA1A1A;
}
.main-tabs-setup .main-card .bottom-side .outer-link a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}




.main-menu-left-side {
  width: 100%;
  max-width: 271px;
  min-width: 251px;
  padding-bottom: 0;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(120, 130, 140, 0.13);
  transition: all .5s ease;
}

.main-menu-left-side .menu-list {
    max-height: calc(100vh - 101px);
    overflow: auto;
    margin-bottom: 0px;
}

.table tbody tr td {
  vertical-align: middle;
  text-align: center;
  padding: 0.1em !important;
}

.table-hover tbody tr:hover {
  background-color: #d4d4ed !important;
}

.main-menu-left-side .menu-list .menu-link a.nav-link{
  font-size: 14px;
    padding: 8px 8px 8px 8px;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    color: #7e7e7e;
    border-left: 7px solid transparent;
}

/* .filter-option {
  margin-top: 0.4rem !important;
} */

.main-menu-left-side .menu-list .menu-link a.nav-link span.lnr-chevron-down {
  transform: rotate(-90deg);
}
.main-menu-left-side .menu-list .menu-link a[aria-expanded="true"] span.lnr-chevron-down{
  transform: rotate(0deg);
}
.main-menu-left-side .menu-list .menu-link a.nav-link span img.icon-file {
  display: none;
}
.main-menu-left-side .menu-list .menu-link.active a.nav-link{
  border-left: 7px solid #00ADEE;
  color: #00ADEE;
}
.main-menu-left-side .menu-list .menu-link.active a.nav-link span img.icon-file{
  display: inherit;
}
.main-menu-left-side .menu-list .menu-link.active a.nav-link span img.icon-defalt{
  display: none;
}
.main-menu-left-side .menu-list .menu-link a.nav-link span.lnr{
  transition: all 0.5s;
}
.main-menu-left-side .menu-list .menu-link.show a.nav-link span.lnr{
  transform: rotate(-90deg);
}
.main-menu-left-side .menu-list .menu-link.main-dropdonw {
  position: relative;
}

.main-menu-left-side .menu-list .menu-link :hover {
  transition: 0.4s;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.main-menu-left-side .menu-list .menu-link.main-dropdonw .open-collapse{
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.main-menu-left-side .menu-list .menu-link.main-dropdonw.show .open-collapse{
  max-height: 500px;
    transition: max-height 0.25s ease-in;
}
.main-menu-left-side .menu-list .menu-link.main-dropdonw.show::before{
  transform: rotate(180deg);
}
.main-menu-left-side .menu-list .menu-link.main-dropdonw .open-collapse .submenu{
  padding-left: 68px;
  margin-bottom: 25px;
  padding-top: 15px;
  transition: all 0.5s;
}
.main-menu-left-side .menu-list .menu-link.main-dropdonw .open-collapse .submenu li a{
  font-size: 16px;
  text-decoration: none;
  color: #7e7e7e;
}
.main-menu-left-side .menu-list .menu-link ul {
  padding-left: 68px;
}
.main-menu-left-side .menu-list .menu-link ul li{
  padding: 5px 0;
}
.main-menu-left-side .menu-list .menu-link ul li:first-child{
  padding-top: 10px;
}
.main-menu-left-side .menu-list .menu-link ul li:last-child{
  padding-bottom: 10px;
}
.main-menu-left-side .menu-list .menu-link ul li a{
  font-size: 16px;
  text-decoration: none;
  color: #7e7e7e;
}
.nav-link[data-toggle].collapsed:after {
  content: " ▾";
}
.nav-link[data-toggle]:not(.collapsed):after {
  content: " ▴";
}

.main-menu-left-side.show {
  max-width: 50px;
  min-width: 61px;
  overflow: hidden;
}

.main-menu-left-side .menu-with-search{
  transition: all 0.5s;
}

.main-menu-left-side.show .menu-with-search {
  margin-left: -31px !important;
  padding: 31px 0px;
}

.main-menu-left-side .menu-with-search img{
  transition: 0.5s;
}

.main-menu-left-side.show .menu-with-search img {
 scale: 0.0001;
  opacity: 0;
  height: 0px;
}

.main-menu-left-side.show .menu-list .menu-link a.nav-link span.menu-cont {
  display: none;
}

.main-top-side h3.heading-part {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}
.main-top-side p.notificat {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.search-box{
  position: relative;
}
.search-box span{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 15px;
}

.main-top-side .search-box .form-control {
  border-width: 1px;
  /* padding-left: 40px; */
  /* border-left-width: 0px; */
  min-height: 36px;
  border-radius: 60px;
  font-size: 13px !important;
}
.search-box.table-search span {
  font-size: 20px;
}
.search-box.table-search .form-control {
  min-height: 53px;
  padding-left: 50px;
}
.main-top-side .search-box span {
  left: 14px;
}
.bell-cion-dropdonw {
  position: relative;
}
.bell-cion-dropdonw .bell-se {
  position: relative;
  cursor: pointer;
  height: 27px;
}
.bell-cion-dropdonw .bell-se span {
  font-size: 27px;
}
.bell-cion-dropdonw .bell-se sup {
  position: absolute;
  font-size: 10px;
  border-radius: 50%;
  right: -6px;
  top: -5px;
  color: #FFFFFF;
  font-weight: 900;
  height: 19px;
  width: 19px;
  line-height: 20px;
  text-align: center;
  background-color: #00adee;
}

.bell-cion-dropdonw .bell-dropdonw {
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 99;
  width: 100%;
  max-width: 100%;
  transition: all 0.5s;
  background: rgb(68 71 73 / 32%);
}
.bell-cion-dropdonw .bell-dropdonw .bell-dropdonw-inner-part{
  width: 100%;
  max-width: 360px;
  background-color: #FFFFFF;
  padding: 16px;
  border: 1px solid #eee;
  border-radius: 16px;
  height: 100vh;
  overflow: auto;
  margin-left: auto;
}
.bell-cion-dropdonw .bell-dropdonw.show{
  right: 0;
  transition: all 0.5s;
}
.bell-cion-dropdonw .bell-dropdonw .read-all-close span,
.read-all-close span,
.read-all-close img{
  cursor: pointer;
}
.bell-cion-dropdonw .bell-dropdonw ul {
  width: 100%;
  margin-bottom: 0;
}
.bell-cion-dropdonw .bell-dropdonw ul li {
  border-bottom: 1px solid #C0C8CD;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.bell-cion-dropdonw .bell-dropdonw ul li:last-child{
  border-bottom: 0px solid #C0C8CD;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.bell-cion-dropdonw .bell-dropdonw ul li img {
  width: 45px;
  height: 45px;
  font-size: 18px;
  border-radius: 12px;
  margin-bottom: 0;
}
.bell-cion-dropdonw .bell-dropdonw ul li h6{
  font-weight: 500;
  line-height: 1.2;
  color: #3d4465;
  font-size: 16px;
  margin-bottom: 0;
}
.bell-cion-dropdonw .bell-dropdonw ul li h5{
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #1B1B1F;
}
.bell-cion-dropdonw .bell-dropdonw ul li p{
  margin-bottom: 0;
  font-size: 13px;
  line-height: 14px;
}

.main-bottom-side{
  /* background-color: #f4f4f4; */
  max-height: calc(91vh - 91px);
  overflow: auto;
  padding: 11px 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;

}

.main-bottom-side.main-full-height {
  height: 85vh;
  max-height: calc(95vh - 90px);
  padding-bottom: 1rem;
}

.main-bottom-side.main-full-height-projects{
  max-height: calc(100vh - 103px);
}
.table-tags-grids {
      /* border-bottom: 0px; */
    /* background: #E1E1E1; */
    /* padding: 7px 7px; */
    /* border-radius: 5rem; */
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    border-bottom: 2px solid #DCE4E9;
}

.table-tags-grids::-webkit-scrollbar {
  width: 5px;
  height: 0px;
}
.table-tags-grids li.nav-item {
  white-space: nowrap;
}
.table-tags-grids li.nav-item button {
  border-radius: 5rem;
  padding: 10px 20px;
  padding-top: 0;
  font-weight: 600;
  font-size: 16px;
  border: 0;
  color: #1B1B1F;
  display: flex;
  align-items: center;
  gap: 10px;
}
.table-tags-grids li.nav-item button:hover,
.table-tags-grids li.nav-item button:active,
.table-tags-grids li.nav-item button:focus{
  color: #00ADEE;
}
.table-tags-grids button:hover,
.table-tags-grids button:active,
.table-tags-grids button:focus{
  color: #1336b1;
}
.table-tags-grids .nav-link.active {
      /* background: #fff; */
    /* box-shadow: none; */
    /* color: #000; */
    border-radius: 0;
    background: transparent;
    color: #00ADEE;
    border-bottom: 2px solid #00ADEE;
    margin-bottom: 0px;
}
.table-tags-grids .nav-link.active span{
  /* color: #1336b1;   */
  color: #00ADEE;
}

.advance-data-table {
  /* height: 100%; */
  background: #fff;
  padding: 11px 20px;
  border-radius: 20px;
}

.tableheader {
  background-color: #d7e0ff !important;
}

table thead {
  position: sticky;
  width: 100%;
   top: -1px;
  /* left: 0px; */
  z-index: 4 !important;
  border: 1px solid #ddd !important;
}

/* thead tr{
  position: relative;
    left: 1px;
} */

.tab-content {
  /* margin: 2rem !important; */
  box-shadow: 7px 7px #E4EDF4;
  border: 2px solid #ddd;
  border-radius: 21px;
}

.custom-select-sm{
  font-size: 90% !important;
}

.custom-select{
  width: 40% !important;
}
.advance-data-table table {
  display: table;
  border-collapse: separate;
}
.table thead tr th{
  text-align: center;
}

.advance-data-table table thead tr th {
  background-color: #d7e0ff !important;
  color: #000;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 600;
  padding: 2px 16px !important;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

table, th, td {
  border: 1px solid black !important;
  border-collapse: collapse !important;
}


table tbody{
    font-size:15px;
}
.normal-table table thead tr th{
  position: relative;
}
.normal-table table thead tr th::after{
  content: '';
  /* height: 16px;
  width: 11px;
  background-image: url(../img/sort_asc.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  right: 16px;
  top: 16px; */
}
.normal-table table thead tr th::before {
  content: '';
  /* height: 16px;
  width: 11px;
  background-image: url(../img/sort_desc.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: bottom;
  right: 16px;
  top: 16px; */
}
.normal-table table thead tr th.none::after,
.normal-table table thead tr th.none::before{
  content: none;
}
.advance-data-table table thead tr th::after {
  content: '';
  /* height: 16px;
  width: 11px;
  background-image: url(../img/sort_asc.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  top: 33px;
  opacity: 0.5;  */
}
.advance-data-table table thead tr th span{
  position: relative;
}
.advance-data-table table thead tr th span::after{
 content: '';
  height: 16px;
  width: 11px;
  background-image: url(../img/sort_asc.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  right: -17px;
  top: 3px;
  opacity: 0.5;
}
.advance-data-table table thead tr th::before {
  content: '';
  /* height: 16px;
  width: 11px;
  background-image: url(../img/sort_desc.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: bottom;
  right: 0;
  top: 34px;
  opacity: 0.5; */
}
.advance-data-table table thead tr th span::before {
  content: '';
  height: 16px;
  width: 11px;
  background-image: url(../img/sort_desc.png);
  position: absolute;
  background-repeat: no-repeat;
  background-position: bottom;
  right: -17px;
  top: 4px;
  opacity: 0.5;
}
.advance-data-table table thead tr th:last-child:after,
.advance-data-table table thead tr th:last-child::before{
  display: none;
}
.dataTables_wrapper .row.dt-row .col-sm-12 {
  overflow-x: auto;
}
.advance-data-table table tbody .order-id p.order-id-num {
  color: #2953E8;
  font-weight: 400;
}
.advance-data-table table tbody .order-id h6{
  font-size: 20px;
    color: #000;
}
.advance-data-table table tbody .order-id p.order-created{
  color: #B1B1B1;
  font-size: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.advance-data-table table tbody .deadline-table .content p {
  color: #B1B1B1;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.8;
}
.advance-data-table table tbody .deadline-table .content h6{
  color: #000 ;
  font-weight: 600;
  font-size: 16px;
}

.table-edit-dele {
  position: relative;
}
.table-edit-dele svg{
  cursor: pointer;
}
.table-edit-dele .table-dropdonw {
  position: absolute;
  right: 0;
  width: 160px;
  box-shadow: 0 10px 40px 0 rgba(32, 28, 69, 0.1);
  margin-top: 0;
  border-radius: 1.25rem;
  background: #fff;
  /* padding: 19px 0; */
  z-index: 9;
}
.table-edit-dele .table-dropdonw ul{
  margin-bottom: 0;
  display: grid;
  gap: 0px;
}
.table-edit-dele .table-dropdonw ul li{
  font-size: 16px;
    color: #7e7e7e;
    padding: 0.2rem 0.75rem;
}
.table-edit-dele .table-dropdonw ul li a{
  color: #7e7e7e;
  text-decoration: none !important;
}
.table-edit-dele .table-dropdonw ul li a:hover,
.table-edit-dele .table-dropdonw ul li a:active,
.table-edit-dele .table-dropdonw ul li a:focus{
  color: #00ADEE;
}
.filter-table-design img {
  cursor: pointer;
  width: 30px;
  height: 30px;
  object-fit: none;
  padding: 5px;
  transition: all 0.5s;
  border: 1px solid transparent;
}

.filter-table-design img:hover,
.filter-table-design img:active,
.filter-table-design img:focus{
  border: 1px solid #00adee61;
  border-radius: 3px;
  background: #00adee38;
  box-shadow: 3px 3px 5px #ddd;
}

.tasklist-de{
  position: relative;
  border: 1px solid #C0C8CD;
border-radius: 12px;
background: #FEFBFF;
}
.tasklist-de .position-absolute{
  right: 20px;
    top: 15px;
}

.modal.select-task-des .modal-content{
  background: linear-gradient(0deg, rgba(0, 103, 131, 0.05), rgba(0, 103, 131, 0.05)), #FBFCFE;
  border-radius: 28px;
}
.modal.select-task-des .modal-dialog-scrollable .modal-body {
  padding-right: 12px !important;
  margin-right: 7px;
}
.select-box{
  position: relative;
  border-bottom: 1px solid #C0C8CD;
    padding-bottom: 7px;
    margin-bottom: 7px;
}
.select-box:last-child{
  border-bottom: 0px solid #C0C8CD;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.select-box label{
  position: relative;
  width: 100%;
  cursor: pointer;
}
.select-box label::after{
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' fill='%23D8E2FF'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
}
.select-box input:checked + label:after{
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' fill='%23005AC1'/%3E%3Cpath d='M10 16.4L6 12.4L7.4 11L10 13.6L16.6 7L18 8.4L10 16.4Z' fill='white'/%3E%3C/svg%3E");
}

.select-box label h5{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1B1B1F;
}
.select-box label p{
  font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.25px;
color: #40484C;
}

.select-box input[type="radio"] + label:after{
  display: none;
}

.all-chips ul li{
  background: #DCE4E9;
  border: 1px solid #C0C8CD;
  border-radius: 12px;
  padding: 11px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.all-chips ul li img{
  cursor: pointer;
}


input[type="date"] {
  position: relative;
  width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.grdi-change ul li img{
  cursor: pointer;
}
.grdi-change ul li {
  display: inherit;
}
.grdi-change ul li.active {
  display: none;
}

.normal-table {
  background: #fff;
  padding: 12px 20px;
  border-radius: 20px;
}


.dropdown-content a{
display: flex;
    justify-content: space-evenly;
}

  .table-responsive{
    max-height: 75vh ;
}

.normal-table .table-responsive {
  border-top-left-radius: 10px;
  /* overflow: hidden; */
  border-top-right-radius: 10px;
  padding-right: 11px;
  margin-right: -11px;
  max-height: calc(100vh - 370px);
  min-height: 300px;
}
.normal-table table thead {
  top: 0;
  position: sticky;
  background: #f4f4f4;
  z-index: 9;
}
.normal-table table.table tr th {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-color: #f0f1f5;
  padding: 0.75rem;
  color: #7e7e7e;
  border-color: #d1d1d1;
}
.table td{
    padding: 0.2rem !important;
}
.normal-table table.table tr th div svg{
  cursor: pointer;
}
.normal-table table.table tr th div:hover svg path,
.normal-table table.table tr th div:active svg path,
.normal-table table.table tr th div:focus svg path{
  fill: #00adee;
}
.normal-table table.table tr td{
  padding: 6px 9px;
  color: #7e7e7e;
  /* border-color: #f0f1f5; */
}
.badge{
  padding: 7px 18px;
}
.badge.bg-primary {
  color: #0d6efd;
  background-color: #0d6efd36 !important;
}
.badge.bg-danger {
  color: #dc3545;
  background-color: rgb(220 53 69 / 21%) !important;
}
.badge.bg-warning {
  color: #ffc107;
  background-color: rgb(254 193 7 / 21%) !important;
}

.menu-with-search .button-with-se {
  position: relative;
  border: 0;
  display: grid;
  gap: 6px;
  background: transparent;
  padding: 0;
  /* display: none; */
}
.menu-with-search .button-with-se span{
  background: #00adee !important;
  display: block;
  height: 3px;
  border-radius: 3px;
  margin-left: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-with-search .button-with-se span:nth-child(1) {
  width: 20px;
}
.menu-with-search .button-with-se span:nth-child(2) {
  width: 26px;
}
.menu-with-search .button-with-se span:nth-child(3) {
  width: 20px;
}
.menu-with-search .button-with-se:hover span,
.menu-with-search .button-with-se:active span,
.menu-with-search .button-with-se:focus span {
  /* width: 26px; */
}
.menu-with-search .button-with-se.cross span,
.menu-with-search .button-with-se.mobile-set span{
  transition: all 0.5s;
}
.menu-with-search .button-with-se.cross span:nth-child(1),
.menu-with-search .button-with-se.mobile-set span:nth-child(1) {
  position: absolute;
  top: 4px;
  right: 0;
  transform: rotate(-29deg);
  width: 16px;
}
.menu-with-search .button-with-se.cross span:nth-child(2),
.menu-with-search .button-with-se.mobile-set span:nth-child(2){
  /* display: none; */
}
.menu-with-search .button-with-se.cross span:nth-child(3),
.menu-with-search .button-with-se.mobile-set span:nth-child(3){
  position: absolute;
  bottom: 4px;
  right: 0;
  transform: rotate(29deg);
  width: 16px;
}


.right-side-fix-setup{
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgb(68 71 73 / 32%);
  transition: all 0.5s;
  z-index: 10;
}
.right-side-fix-setup.show{
  right: 0;
}
.right-side-fix-setup .right-side-popu{
  background: #FFFFFF;
  border-radius: 20px 0 0 20px;
  max-width: 360px;
  margin-left: auto;
  margin-right: -360px;
  padding: 21px;
  min-height: 100vh;
  display: grid;
  align-content: space-between;
  justify-content: center;
  transition: all 0.5s;
}
.right-side-fix-setup.show .right-side-popu{
  margin-right: 0px;
}

.right-side-fix-setup .right-side-popu .right-side-popu-mid-scroll {
  height: 100vh;
  max-height: calc(100vh - 130px);
  overflow: auto;
  margin-right: -10px;
  padding-right: 10px;
}
.right-side-fix-setup .right-side-popu .right-side-popu-mid-scroll.with-button {
  max-height: calc(100vh - 197px);
}
.right-side-fix-setup .right-side-popu .right-side-popu-mid-scroll.with-button.input-scroll{
  max-height: calc(100vh - 281px);
}
.right-side-fix-setup .right-side-popu .right-side-popu-mid-scroll .select-box label {
  min-width: 100%;
  width: 313px;
  max-width: 100%;
}










/* Mark input boxes that gets an error on validation: */
#regForm input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
#regForm .tab {
  display: none;
}

form#regForm .multy-setup-de {
  display: flex;
  /* gap: 30px; */
  justify-content: space-around;
  margin-bottom: 30px;
}
/* Mark the steps that are finished and valid: */

form#regForm .multy-setup-de .step {
  border-bottom: 2px solid #b5b5b5;
  color: #575E71;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
form#regForm .multy-setup-de .step.active{
  border-color: #005AC1;
  color: #000000;
}

form#regForm .multy-setup-de .step.finish {
  border-color: #04AA6D;
  color: #04AA6D;
}



#onload .modal-content {
  background: linear-gradient(0deg, rgba(0, 103, 131, 0.11), rgba(0, 103, 131, 0.11)), #FBFCFE;
  border-radius: 28px;
}




.slider-container {
  position: relative;
}

.slider {
  width: 100%;
  height: auto;
}

.slider img {
  width: 100%;
  height: auto;
  display: none;
}

.thumbnail-container {
  margin-top: 10px;
}

.thumbnails {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}

.thumbnails .outin {
  width: 100px;
  height: auto;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
}

.thumbnails .outin img{
  width: 100%;
}
.thumbnails .outin img.mycorss {
  position: absolute;
  width: 18px;
  height: 18px;
  top: -9px;
  right: -9px;
}
.slider-main-sect ul li{
  cursor: pointer;
}

.table-with-all-tabs .right-sideset a{
  padding: 10px 25px;
}


        /* Default style for screen */
        .vertical-line {
            border-left: 1px solid black;
            height: 373px;
            position: absolute;
            left: 50%;
            margin-left: -45px;
            top: 21.8%;
        }

        /* Style for print */
        @media print {
            .vertical-line {
                border-left: 1px solid black;
                height: 373px;
                position: absolute;
                left: 50%;
                margin-left: -50px;
                top: 21.8%;
            }
        }
        .left-strip {
          position: fixed;
          left: 0;
          top: 0;
          height: 100%;
          width: 30px;
          background-color: #5072a7;
          display: flex;
          align-items: center;
          justify-content: center;
          color: white;
          writing-mode: vertical-lr; /* Vertical text */
          text-orientation: mixed;
          font-size: 1rem;
          font-weight: bold;
          z-index: 1000;
      }
      .text_lent{
        color: #5072a7;
        font-size: 18px;

      }

      .search-box .form-control {
        border-width: 1px;
        /* padding-left: 48px; */
        min-height: 40px !important;
        border-radius: 60px;
      }


        .form-inline .label1 {
            margin-right: 10px;
        }
        .form-inline .input2 {
            margin-left: 5px;
            width: 100px; /* Set a width for the input */
        }
        .custom-modal-width {
          max-width: 90%; /* Set width as per your requirement */
      }
      .lens_border{
        border-top-style: none !important;
        border-right-style: none !important;
        border-bottom-style: dashed !important;
        border-left-style: none !important;
        border-color: black !important;

      }
      .input_w{
        width: 100px !important;
      }
