@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    color: black;
    background: #F4F4F4;
  }

  :root{
    --primarycolor: #527769;
    --secondarycolor:#DCEDE1 ;
}
h1,h2,h3,h4,h5,h6{
  color: #0A0A0A;
}

h4 {
  font-size: 26px;
  font-weight: 500;
  color: #0A0A0A;
  
}


.login-copyright{
color: #fff;
font-size: 14px;
font-weight: 300;
text-align: center;
}
/*--login--*/
.sidebar-login {
  position: relative;
  top: 0;
  left: 0;
  width: 50%;
  bottom: 0;
  /* padding: 30px; */
  /* background: url(../images/login-sidebar-bg.png) center right no-repeat; */
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solo {
  display: flex; 
  justify-content: center; 
  align-items: center;
  height: 100vh; 
  text-align: center; 
}
.login-copyright{
position: absolute;
bottom: 10px;
width: 100%;
text-align: center;
}

.login-wrapper {
  min-height: 100vh;
  /* background:transparent;
  width: 100%;
  display: flex;
  padding-left: 50%;
  background: linear-gradient(to top, #FFFFFF, #ece3ff, #ddf6fb, #eccaf5, #d9befb); */
}
.loginRightImg{
  max-width: 520px;
  width: 100%;
}


.login-left {
  background-image: linear-gradient(#F6F3F0, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loginLeftImg {
  background-image: url(../images/login-sidebar-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.login-right {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

/* .login-right {
  display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to top, #EBEBFF, #E4FAE7);
    padding: 20px;
    min-height: 100vh;
    flex-direction: column;
    flex-grow: 1;
} */
.position-relative {
  position:  relative !important;
}
.login-container {
  max-width: 520px !important;
  width: 100%;
}
.whiteBg {
  border-radius: 4px;
  background: #fff;
  padding: 40px 50px;
  border: 1px solid #E7E7E7;
  box-shadow:   0 0 8px #D8E6D6;
}
.login-container img{
  width:200px;
}
.login-container a{
color: #527769;
text-decoration: underline;
font-weight: 400;
font-size: 15px;
}
.login-container h4 {
  font-weight: 600;
  margin: 0 0 15px;
  font-size: 30px;
}

.log-logo {
  position: absolute; 
  top: 180px;
 
  text-align: center;
  z-index: 10;
}
.login-form-cont {
  border-radius: 10px;
  color: #616161;
  margin-top: 20px;
  margin-bottom: 20px;
}
.login-form-cont p{
  font-size: 15px;
  font-weight: 300;
  color: #373737;
}
.login-form-cont .form-control{
border-color: #CACACA;
background-color: transparent;
}
.form-control.form-control-lg, .form-select.form-select-lg {
  height: 50px;
  border-radius: 12px;
}
.form-control.form-control-lg, .form-select.form-select-lg {
    /* height: 50px;
  border-radius: 12px; */
    border-color: #527769;
    border-radius:4px;
}
.logo-icon {
  display: none;
}
.icon-holder-input {
  position: relative;
}

/* .icon-holder-input input {
  padding-left: 40px;
} */
.so .form-check{
  font-size:15px ;
  font-weight:400 ;
  color: #747474;
}
.so .form-check-input:checked {
  background-color: var(--secondarycolor);
  border-color: var(--secondarycolor);
}

.inputIcons {
  position: absolute;
  left: 10px;
  top: 6px;
}

.icon-holder-input .eyeicon {
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
}

.login-form-cont .icon-holder-input .inputIcons{
position: absolute;
  left: 12px;
  top: 13px;
}

.login-form-cont .icon-holder-input .eyeicon {
  position: absolute;
  right: 13px;
  top: 14px;
  cursor: pointer;
}

.menu-collapse .sildebarlogo .logo-full {
  display: none;
}
.menu-collapse .sildebarlogo .logo-icon {
  display: block;
}
input.icon-holder {
  padding-left: 35px;
}

input.icon-holder-right {
  padding-right: 35px;
}

.form-control.icon-holder-right + .input-icon-right {
  position: absolute;
  left: 9px;
  top: 10px;
}

.input-icon {
  position: absolute;
  left: 9px;
  top: 9px;
}

.form-control-lg + .input-icon,
.form-control-lg ~ .password-eye-icon {
  top: 14px;
}

.form-check {
  padding-left: 30px;
  /* min-height: 30px; */
}
.forgotPass {
  color: var(--primarycolor);
  font-weight: 400;
}
.form-check .form-check-label {
  padding-top: 4px;
}

.form-check .form-check-input {
  margin-left: -30px;
}

.form-check-input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border-color: var(--primarycolor);
}

.form-check-input[type="radio"] {
  width: 22px;
  height: 22px;
/* margin: 0; */
border-color: var(--primarycolor);
}

.form-check-input:checked {
  background-color: var(--primarycolor);
  border-color: var(--primarycolor);
}
.form-check-input:checked[type="radio"]{
background-image: url(../images/radio-tick.png);
background-size: inherit;
}
.password-eye-icon {
  position: absolute;
  right: 13px;
  top: 13px;
}

.form-control,
.form-select {
  border-color: #527769;
  font-size: 14px;
  height: 46px;
  border-radius:4px;
 font-weight: 300;
}

/* .form-control.form-control-lg {
  height:50px;
  border-radius: 12px;
  border-color: #F4E6E6;
} */
    .form-control.form-control-lg {
        border-color: #527769;
    }
.page-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn.btn-lg {
  height:46px;
  font-size: 16px;
  background-color: var(--primarycolor);
  color: #fff;
}

.btn {
  font-size: 15px;
  line-height: 1.3;
  border-radius:4px;
  padding: 14px 28px;
  font-weight: 500;
  color:  #ffffff;
  background-color: var(--primarycolor);
  height: 50px;
}

.btn.btn-sm {
  font-size: 13px;
  height: 40px;
  line-height: 13px;
}

.btn.btn-primary.disabled {
  opacity: 0.5;
  background: var(--primarycolor);
  border-color:var(--primarycolor);
  color: #000;
}

.btn-primary {
  background-color:var(--primarycolor);
  border-color:var(--primarycolor);
  color: #ffffff;
}
.btn-primary:hover{
  background-color: #47675a;
  border-color: #47675a;
  color: #ffffff;
}
/* 
.btn-light {
  background: var(--lightprimary);
  border-color: var(--lightprimary);
  color: #333;
} */
.btn-light:hover{
color:var(--primarycolor);
color: #000;
}

.btn-outline-primary {
  border-color: var(--primarycolor);
  background-color: #fff;
  color:var(--primarycolor);
}

.btn-outline-secondary {
  border-color:var(--primarycolor);
  color: var(--secondarycolor);
}

.btn-secondary {
  background: var(--secondarycolor);
  border-color: var(--secondarycolor);
}

.btn.btn-secondary:hover,
.btn.btn-secondary:active {
  background: #c4ffcd;
  border-color:#c4ffcd !important;
  color: #000;
}

.btn-outline-danger {
  border-color: #f14336;
  color: #f14336;
}

.btn-outline-light {
  background: #f6f2f5;
  border-color: #f6f2f5;
  color: #b1b1b1;
}

.btn-outline-light:hover {
  background: #56c1c8;
  border-color: #56c1c8;
  color: #000000;
}

.btn.btn-outline-danger:hover {
  color: #000000;
  border-color: #f14336;
  background-color: #f14336;
}

.btn:hover,
.btn-check:checked + .btn,
.btn.active,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background:#618a7a;
  border-color:#618a7a;
}

.text-link {
  color: var(--secondarycolor)
}

.form-label {
  color: #000000;
  font-size: 14px;
font-weight: 500;
margin-bottom: 5px;
}

.form-label sup {
  color: red;
}
.filter p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    width: 100%;
    max-width: 60px;
}

.filter {
    align-items: center;
    justify-content: end;
}
.tp-search {
  position: relative;
  margin: 0 0 0 20px;
  max-width: 330px;
  width: 100%;
}

.tp-search input {
  border: solid 1px #d4d4d4;
  border-radius: 10px;
  padding: 10px 10px 10px 40px;
  width: 100%;
}

.tp-search .searchicon {
  position: absolute;
  left: 13px;
  top: 10px;
}

/*--sidebar--*/
.closemenu-btn {
  display: none;
}

.sidebar {
  z-index: 9999;
  overflow: auto;
  position: fixed;
  max-width: 282px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:#fff;
  padding: 15px 16px;
  color: #fff;
}

.menubar-holder {
  display: flex;
  flex-flow: column;
  min-height: calc(100vh - 221px);
  overflow: auto;
  justify-content: space-between;
}

.menubar {
  list-style: none;
  padding: 0 ;
  margin: 0;
}

.menubar li {
  margin-bottom: 3px;
}

.menubar li > a {
    display: flex;
    align-items: center;
    border-radius: 6px;
    background-color: #fff;
    padding: 10px 20px;
    color: #333333;
    font-size: 15px;
    text-decoration: none;
    height: 55px;
    font-weight: 400;
    position: relative;
    z-index: 10;
}
  


.menubar li > a img {
  margin-right: 10px;
}

.menubar li.active a img, .menubar li:hover a img{
 filter: invert(1) brightness(1.5) ;
}

  

.menubar li > a:hover,
.menubar li a.active {
  color: #fff;
  background:#527769;
}

.menubar li.active a {
  background:#527769;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.menubar li > a.has-submenu::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  width: 12px;
  height: 12px;
  background: url(../images/arrow-right-menu.svg) 0 0 no-repeat;
  transition: all 0.2s ease;
}

.menubar li > a.has-submenu.active::after {
  transform: rotate(90deg);
}

.has-submenu.active + .submenu {
  display: block;
}

.submenu {
  list-style: none;
  padding: 15px;
  background: #3c3c3c;
  position: relative;
  z-index: 8;
  top: -5px;
  border-radius: 0 0 8px 8px;
  display: none;
}



.submenu li a {
  padding: 5px 5px 5px 15px;
  border-radius: 0;
  height: auto;
  font-size: 14px;
  position: relative;
}

.submenu li a.active {
  background: transparent;
  color: #d87ebd;
}

.submenu li a:hover {
  background: transparent;
  color: #d87ebd;
}

.submenu li a:hover::after,
.submenu li a.active::after {
  background: #d87ebd;
}

.submenu li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #d9d9d9;
}

.sildebarlogo {
  margin: 40px 0;
}
/* .menubar li.active a img, .menubar li > a:hover img { */
  /* -webkit-filter: grayscale(1) invert(0);
   filter:  grayscale(100%) brightness(0) invert(1); */
/* } */

/*--sidebar--*/

.content-body {
  padding: 30px 30px 20px 80px;
}

.footer {
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
font-weight: 300;
  color:var(--themedark);
}

.dash-item {
  background: #fff;
  border-radius:16px;
  padding: 15px;
  display: flex;
  font-size: 28px;
  align-items: center;
  margin-bottom: 20px;
font-weight: 500;
}

.dash-item a {
  display: flex;
  width: 100%;
  text-decoration: none;
  align-items: center;
}

/* .dash-item a p {
  color: #0a0a0a;
} */

.dash-item .dash-item-icon {
  border-radius: 8px;
  background-color: #DCEDE1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  min-width: 75px;
  margin-right: 10px;
}
.menubar li a:hover a img, .menubar  li a.active img {
	filter: invert(1) brightness(2);
}
/* menubar li > a img  */
/* .dash-item h6 {
  font-size: 16px;
  color: #B1B9C1;
  margin: 0;
  text-transform: capitalize;
} */

.innerbody {
  padding-left: 260px;
  transition: all 0.3s ease-in;
}
/*.innerbody .container-fluid {
  padding: 10px 30px;
}*/
.user-set-menu {
  color: #000;
  margin-left: auto;
}

.user-set-menu .dropdown-toggle {
  display: flex;
  align-items: center;
  text-decoration: none;
color: #000000;
}

.user-set-menu .dropdown-toggle small {
  font-size: 10px;
  color: #4d4d4d;
}

.user-set-menu .dropdown-toggle h6 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
color: #333333;
}

.user-set-menu .dropdown-toggle small {
  font-size: 10px;
}

.user-set-menu .dropdown-menu {
  font-size: 15px;
}

.user-set-menu a {
  color: #000;
}

.page-content-wrapper {
  min-height: calc(100vh - 122px);
padding: 0 10px;
background-color:#F4F4F4;
}
.bg{
  background-color: #F4F4F4;
}

.white-body-card {
  
  padding: 30px 10px;
  min-height: calc(100vh - 200px);
  margin-bottom: 20px;
  border-radius: 10px;
}
.table{
  border: 1px solid #505050;
}
.table tr:last-child {
  border:  1px solid #505050;
}
.table tr{
  border: #F4F2EF;
}
.table th:first-child{
  width: 90px;
}

.table > thead {
  vertical-align: middle;
}

.table thead th {
  background: #505050;
  color: #ECF0F5;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #505050;
  text-transform: capitalize;
}
.table td{
  font-size: 13px;
  font-weight:300 ;
  color: #505050;
}
.table td span{
  color: #EFACA7;
}
.table td a{
  text-decoration: none;
}
.table tbody{
  background-color: #fff;
}
.table td:nth-child(2) img{
  width:30px ;
  height:30px ;
  border-radius:4px ;
  margin-right: 4px;
  border: 1px solid var(--primarycolor);
}
.table-result {
  display: flex;
  align-items: center;
}

.pagination .page-link {
  color: #293854;
}

.pagination .page-item.active .page-link {
  background: #527769;
  border-color: #F5F0EC;
  color: #fff;
}

.pagination .page-link img {
  margin-top: -3px;
  filter: brightness(0);
}

.header {
  background:#fff;
  padding: 10px 37px;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #F7EAE9;
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); */
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.headerserarch {
  position: relative;
  width: 260px;
}

.headerserarch .inputicon {
  position: absolute;
  top: 8px;
  left: 10px;
}

.headerserarch .inputicon-rt {
  position: absolute;
  top: 6px;
  right: 14px;
  cursor: pointer;
}

.headerserarch .form-control {
  padding-left: 35px;
  padding-right: 35px;
}

.filterby {
  display: flex;
  font-size: 16px;
  align-items: center;
}

.filterby label {
  white-space: nowrap;
  margin-right: 10px;
}

.text-light {
  color: #7b7b7b !important;
}


h4 a {
  color: #0a0a0a;
  text-decoration: none;
}


.form-grey-bg {
  border-radius: 8px;
  background: #fbfafa;
  padding: 20px 30px;
}

.form-step-process {
  text-align: center;
  margin: 20px 0;
  padding: 0;
}

.form-step-process li {
  background: #56c1c8;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-step-process li.disabled {
  opacity: 0.6;
}

.form-step-process .step-count {
  background: #fff;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #56c1c8;
  border-radius: 100%;
  margin-right: 5px;
  display: inline-block;
}



.modal-content {
  border-radius: 16px;
}



.modal-close {
 position: absolute;
  right: 15px;
  top: 17px;
  background: none;
  border: 0;
}

.min-btn-width-100 {
  min-width: 100px;
}

.input-gp {
  border: solid 1px #d4d4d4;
  border-radius: 6px;
  padding: 2px;
  display: flex;
}

.input-gp input {
  flex: 1;
  border: 0px;
  padding: 0 10px;
}

.input-gp input:focus-visible {
  outline: none;
}

.input-gp .btn-sm {
  min-width: 90px;
  border-radius: 4px;
}






/*--incident css--*/
.active-label {
  background: #f1ad46;
  color: #fff;
  border-radius: 30px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
}

.tp-search-input {
  width: 315px;
  max-width: 315px;
  position: relative;
}




/* .table-responsive {
  min-height: 520px;
  background-color: #fff;
} */
.table-responsive {
  /* overflow-x: revert; */
  -webkit-overflow-scrolling: touch ;

}
.text-primary{
color: var(--primarycolor) !important
}

.action-table{
width: 100%;
margin: 0 0 20px;
}
.action-table td{
border-bottom: solid 1px #DFDFDF;
padding:15px 0;
}

/* The slider */
.slider-table {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 10px;
  font-family: Arial, sans-serif;
  color: white;
}

/* The text inside the slider */
.slider-table .slider-table-text {
  transition: 0.4s;
transform: translateX(7px);
}

/* Slider before (circle) */
.slider-table:before {
  position: absolute;
  content: "";
  height: 18px;
  width:18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

/* When the checkbox is checked, change the background and text */
input:checked + .slider-table {
  background-color: #673ab7; /* Purple color */
}

input:checked + .slider-table .slider-table-text {
  transform: translateX(-9px); /* Move text to the right */
}

/* Move the circle when checked */
input:checked + .slider-table:before {
  transform: translateX(30px);
}

/* Default text change when unchecked */
.slider-table .slider-table-text::before {
  content: "Off";
transform: translateX(9px);
}

/* Update the text when checked */
input:checked + .slider-table .slider-table-text::before {
  content: "On";
}

.add-file-gp{
background: var(--lightprimary);
border-radius: 16px;
position: relative;
width: 180px;
height: 180px;
}
.add-file-gp input{
visibility: hidden;
position: absolute;
}
    .add-file-gp label {
        height: 100%;
        text-align: center;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
.add-file-gp.mini-file label {
  margin-top: 10px;
  color: #9F9F9F;
  font-size: 10px;
  font-weight: 400;
}
h6.form-title{
font-size: 12px;
text-transform: uppercase;
color: var(--themedark);
margin: 0 0 10px;
}
.input-row-del{
background: var(--primarycolor);
  border-radius: 10px;
  text-align: center;
  padding: 8px;
  display: inline-block;
  margin-top:25px;
}
.text-link-primary{
color: var(--primarycolor);
}
.add-file-gp.mini-file{
width: 110px;
height: 110px;
}
.add-file-gp.mini-file label{
font-size: 10px;
}
.theater-card{
border: solid 1px #CACACA;
padding: 15px;
border-radius: 18px;
}

/*--select 2 css--*/
.select2-container--default .select2-selection--multiple{
border-color: #E0E0E0;
border-radius: 8px;
}
.select2-container .select2-selection--multiple{
min-height: 40px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
background-color: var(--primarycolor);
border-color: var(--primarycolor);
font-size: 12px;
border-radius: 16px;
color: #fff;
padding: 4px 26px 4px 8px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
background: url(../images/select-close.png) 0 0 no-repeat;
border-radius: 0;
border: 0;
left: inherit;
  top: 5px;
  right: 4px;
  width: 17px;
  height: 17px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span{
font-size: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
background-color: transparent;
}
.select2.select2-container{
overflow: hidden;
}
.select2.select2-container::after{
position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: solid 1px transparent;
  border-color: transparent #000 #000 transparent;
  right: 16px;
  top: 13px;
  transform: rotate(45deg);
}
/*--select 2 css--*/

.form-switch .form-check-input[type="checkbox"]{
width: 28px;
  height: 18px;
  border-radius: 50px;
  border-color: #ccc;
}
.form-switch .form-check-input:checked {
  background-color: #37AC82;
border-color: #37AC82;
}

.errorPage_container{
text-align: center;
}


input.form-control::placeholder {
  color:#A4A4A4;
  opacity: 0.8;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 2px;
  /* padding: var(--bs-modal-header-padding); */
  border-bottom: none;
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
textarea.form-control {
  min-height: 90px;
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)* .5);
  background-color: var(--bs-modal-footer-bg);
  border-top:none;
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer .btn{
  font-size: 16px;
  line-height: 1.3;
  border-radius:4px;
  padding: 14px 50px;
  font-weight: 500;
  color:  #fff;
  background-color: var(--primarycolor);
}
/* .modal .form-control, .form-select {
  border-color: #ECE0D2;
  font-size: 14px;
  height: 50px;
  border-radius: 60px;
  font-weight: 300;
} */


.dash-item h6 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #4A4A4A;
  margin: 0;
  text-transform: capitalize;
}
.dash-item a p {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
}

.dash-item-icon img{
  width:44px ;
  height: 44px ;
}
.slider-table {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #838187;
  transition: .4s;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 2px 3px;
  color: white;
}
input:checked + .slider-table {
	background-color: #527769;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 25px;
}
.slider-table:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3.5px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}
.form-control, .form-select {
  border-color: #527769;
  font-size: 14px;
  height: 46px;
  border-radius: 4px;
  font-weight: 400;
  color: #293854;
}

.bg-white-container{
  background-color: #fff;
  border-radius: 12px;
  padding: 32px 25px;
  margin-bottom: 30px;
  min-height: calc(100vh - 221px);
}


.btn-outline-dark {
    padding: 12px 22px;
    background-color: #fff;
    color: #527769;
    border: 1px solid #527769;
} 
.children-detail .btn-outline-dark:hover {
     background-color: #dedede;
     color: #000;
     border: 1px solid #5c5c5c
}

.children-detail .btn img{
  filter: brightness(0);
}
.user-im{
  height: 194px;
  width: 207px;
  border-radius:12px ;
}
.user-detail h3{
  font-size:28px ;
  font-weight:500 ;
  color: black;
}

.filled-input {
  background-color: #E4FAE7; /* Custom orange color */
  color: #000; /* Text color */
  border: none;
  height: 50px;
}

.filled-input:focus {
  outline: none;
  border-color: #ccffd3; /* Darker orange when focused */
}
.flag-deatil-im img{
  width: 447px;
  height: 214px;
  border-radius: 4px ;
  object-fit: cover;
  border:1px solid #B5D7CA;
}
.flag-deatil p{
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
}
.flag-deatil span{
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
}
.flag-deatil h3{
  font-size: 20px;
  font-weight: 600;
}
.flag-deatil .rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.flag-deatil .text-bg-success {
  font-size: 12px;
  font-weight: 500;
  padding: 12px 22px;
  color: #000000 !important;
  background-color: #95E2A0 !important;
}
.violation-container {
  display: flex;
  flex-direction: column;
  padding: 0px 0px;
  /* max-width: 760px; */
}
.violation-row {
      display: flex;
      flex-wrap: wrap;
      /* column-gap: 120px;
      row-gap: 36px; */
}
.violation-item{
  width: 25%;
}
.violation-container hr{
  border-top: 2px solid #DCEDE1;
  margin: 1rem 0;

}

 .bg-light-green{
  background-color: #E4FAE7;
  border-radius: 12px;
  padding: 12px 16px;
 }
.label {
    font-size: 14px;
    font-weight: 600;
    color: #0A0A0A;
    margin-bottom: 5px;
    display: block;
}
.value {
  font-size: 13px !important;
  font-weight: 300 !important;
  color: #000000;
}
.des p{
  font-size: 13px;
  font-weight:300 ;
}
.learn-list p{
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
}
.learn-list li{
  font-size: 13px;
  font-weight:300 ;
}
.des .form-label {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

.card-course{
  background-color: #E4FAE7;
  padding: 15px 14px;
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
  min-height: calc(100vh - 550px);
  
}
.card-course span{
  font-size: 15px;
  font-weight: 500;
  padding-left: 5px;
}
hr {
  margin: 1.5rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid #747474;
  opacity: .25;
}
.card-course hr {
  margin: 1rem -0.9rem;
  color: inherit;
  border: 0;
  border-top: 1px solid #747474;
  opacity: .25;
}
.card-course p{
  font-size: 13px;
  font-weight:400 ;
  color:black ;
  line-height: 22px;
  text-align: left;
}
.sea-img{
  width: 300px;
  height:177px ;
  overflow: hidden;
  max-width: 100%;
  height: auto; 
  display: block;
  /* margin: 0 auto; */
}



.slider {
  /* width: 397px; */
  max-width: 100vw;
  height: 220px;
  margin: 15px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 5px !important;
}
.list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  width: max-content;
  transition: 1s;
}
.list img{
  width: 300px;
  max-width: 100vw;
  height: 100%;
  object-fit: cover;
}
.buttons{
  position: absolute;
  top: 45%;
  left: 5%;
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.buttons button {
  width: 50px;
  height: 50px;
  border-radius: 505;
  background-color: transparent;
  color: #fff;
  border: none;
  font-family: monospace;
  font-weight: bold;
}
.dots{
  position: absolute;
  bottom: 10px;
  color: #fff;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  transition: 1s;
}
.dots li {
  list-style: none;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 20px;
  border-radius: 20px;
}
.dots li.active {
  width: 30px;
}

/* .slick-dots { margin-top: -50px !important; } */
/* .slick-dotted.slick-slider { margin-bottom: 0px !important; }  */
.slick-slide img {
  width:100% !important;
}



.reviewsRatings{ border-bottom: 1px solid #eee; margin-bottom: 15px;}
.reviewsRatings h5{ font-size: 18px; font-weight: 700;}

.reviewsRatingsList{ border-bottom: 1px solid #eee;margin-bottom: 15px;}

.imgReviewR img{width: 50px; height: 50px; border-radius: 50%; float: left;margin-right: 7px;}
.reviewsRatingsList  h5{ font-size: 16px; font-weight: 600;}
.reviewsRatingsList p{font-size: 14px; font-weight: 300; color: #243324;}


@media (min-width:1325px) {

    .dataTables_scrollHeadInner  {
        width: 100% !important;
    }
}
@media (min-width:1325px) {

    .table-wi {
        width: 100% !important;
    }
}
.capitalize{
    text-transform:capitalize!important;
}

@media screen and ( max-width: 768px) {
    .slider {
      height: 400px;
  }
  
}

.disabled{
    opacity:0.6;
    cursor:default;
}
/* NEW CSS ADDED */
.upload-section {
    border: 1px solid #527769;
    background-color: #E9F1EE;
    border-radius: 4px;
    padding: 28px 0px;
    text-align: center;
    color: #000000;
    width: 118px;
    height: 118px;
}

.preview-section {
  position: relative;
  border-radius: 4px;
  width: 100%;
  width: 118px;
  height: 118px;
  border: 1px solid #527769;
  background-color: #E9F1EE;
}

.preview-default-img {
  border-radius: 10px;
  width: 40px;
  /* height: 40px; */
  position: absolute;
  top: 37px;
  left: 39px;
}

.preview-section .import {
  position: relative;
  top: 1px;
  width: 38px;
  height: 38px;
  left: 42px;
}

.fileInput img {
  padding: 12px;
}

.upload-section img {
  height: 54px;
  width: 42px;
}

.delete-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #ff4d4d;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #fff;
}

textarea.form-control {
  min-height: calc(10em + .75rem + calc(var(--bs-border-width)* 2));
}

.upload-section input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  visibility: hidden;
  opacity: 0;
}
.orange-border{
  border: 1px solid #DF8703 !important;
}
.green-border {
  border: 1px solid #527769 !important;
}
.red-border {
  border: 1px solid #FB6A57 !important;
}

.blue-border{
  border: 1px solid #449DDD !important;
}
.body-img img {
    width: 360px;
    height: auto;
}
.accordion-button:not(.collapsed) {
  color:#fff;
  background-color: #527769;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: #fff;
  text-align: left;
  background-color:#527769;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
.accord-card {
    background-color: #ECF3EB;
    border-radius: 4px;
    padding: 12px 16px;
    height: 100%;
    max-height: 145px;
    overflow: auto;
}
.accord-card p{
  font-size: 14px;
  font-weight: 500;
  color: #243324;
}
.accord-card span{
  font-size: 12px;
  font-weight: 400;
  color: #243324;
  word-wrap: break-word;
}
.doc-upload h6{
      font-size:18px ;
      font-weight: 500;
      color: #243324;
}
.doc-upload p{
  font-size:14px ;
  font-weight: 500;
  color: #171717;
}
.font-12{
  font-size: 12px;
  font-weight: 400 !important;
  color: #000;
}
.doc-upload img{
  width: 20%;
}
.inner-menu li.active a{
  background-color: #DCEDE1 !important;
}
.inner-menu li a{
  background-color: #ffffff !important;
  color: #000 !important;
}
.inner-menu li a :hover{
  background-color: #DCEDE1 !important;
  color: #000 !important;
}
/* .menubar li.active a */
/*.inner-menu li.active a img, .menubar li:hover a img {
  filter: invert(0) brightness(1.5);
}
.inner-menu li a img, .menubar li:hover a img {
  filter: invert(0) brightness(1.5) !important;
}*/
.dataTables_length {
    margin-top :9px;
    margin-left: 16px
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: white !important;
    border: 1px solid #111;
    background-color: #fff;
}
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        cursor: default;
        color: #666 !important;
        border: 1px solid transparent;
        background-color:#fff !important;
        box-shadow: none;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        color: #ffff !important;
        border: 1px solid rgba(0, 0, 0, 0.3);
        background-color: #527769 !important;
        border: 1px solid #527769 !important;
    }

    .accordion-button::after {
      background-image: url(../images/down-arrow-icon.png) !important; background-repeat: no-repeat;
    }
    .accordion-button:not(.collapsed)::after {
      background-image: url(../images/down-arrow-icon.png); background-repeat: no-repeat;
    }

.menubar li > a img {
    margin-right: 16px;
    width: 24px
}


/* 14-july-2025 */
.upload-section p {
    font-size: 12px;
}

.upload-section {
    padding: 10px;
    width: 135px;
    height: 135px;
    cursor: pointer;
}

.upload-section img {
    height: auto;
    margin-bottom: 12px;
}
/**/
.upload-img-wrap {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.preview-section .img-preview {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.image-preview {
    height: 100%;
}

.preview-section {
    overflow: hidden;
}

    .preview-section .delete-icon {
        position: absolute;
        top: 5px;
        right: 6px;
        width: 25px;
        height: 25px;
    }
.preview-section {
    width: 135px;
    height: 135px;
}
.form-check-input[type="radio"]{background:unset;}
.form-check-input:checked[type="radio"] {
    border: 7px solid #527769;
}

.btn:disabled {
    background: #527769;
    border-color: #527769;
}



@media(max-width:575px) {
    .innerbody .container-fluid {
        padding: 10px 0;
    }

    .upload-section, .preview-section {
        width: 109px;
        height: 109px;
    }
        .upload-section img {
            width: 25px;
            margin-bottom: 5px;
        }
        .upload-section p {
            font-size: 11px;
            line-height: 1.3;
        }
}


.input-icon-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--primarycolor);
}

    .input-icon-wrapper span {
        font-size: 1rem;
        color: var(--primarycolor);
    }

.selectList {
    width: 104px;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 5px 5px;
    font-size: 12px;
}
.no-doc-uploaded {
    background-color: #DCEDE1;
    border-radius: 8px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.subCategoryBox {
    background: #D8E6D6;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.body-img {
    height: 690px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.equal-height-scroll {
    overflow-y: auto;
    height: 690px;
}
.adress-bg {
    /*    background: rgb(220, 237, 225);*/
    /*    border-radius: 8px;*/
    padding: 20px 20px 20px 0;
    border-top: 1px solid rgb(220, 237, 225);
    border-bottom: 1px solid rgb(220, 237, 225);
    margin-top: 20px;
}
.card{border:1px solid #DCEDE1}



/* --Booking Management CSS-- */

.bg-booking-detail {
    background-color: #F6F6F6;
    border-radius: 12px;
    padding: 20px;
}

.rate-review {
    background-color: #F6F6F6;
    border-radius: 12px;
    padding: 20px;
}

    .rate-review h5 {
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

    .rate-review hr {
        margin: 1rem auto;
        border: 0;
        width: 100%;
        border-top: 1px solid #b5b5b5;
        opacity: .25;
    }

.prac-bg {
    background-color: #ECF3EB;
    border-radius: 4px;
    padding: 14px;
    min-height: 70px;
    height: 100%;
}

.prac-notes h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.prac-bg p {
    font-size: 14px;
    font-weight: 500;
    color: #243324;
    margin-bottom: 0;
}

.prac-bg a {
    font-size: 12px;
    font-weight: 400;
    color: #243324;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: inline-block;
    max-width: 100%;
}

.rate-review .riv {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}

.rate-review .riv-date {
    font-size: 10px;
    font-weight: 400;
    color: #676767;
    margin-bottom: 0;
}

.rate-review .description {
    font-size: 12px;
    font-weight: 400;
    color: #243324;
    margin-bottom: 0;
    margin-top: 6px;
    width:100%;
}

.rate-review .rivby {
    font-size: 10px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
}

.rate-review .rivby {
    font-size: 10px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
}

.bg-white-container .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.bg-booking-detail,
.rate-review {
    height: 100%;
    display: flex;
    flex-direction: column;
}