@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&display=swap');
* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
  font-family: 'Rubik',sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.text-primary{
  font-size: 18px;
  color: #f66320 !important;

}
/*----------------------- sidebar ------------------------*/
.nav-link{
  background: transparent !important;
} 

.nav-link:hover{
  background: rgba(255, 255, 255, 0.13) !important;
  opacity: 1;
}
.sidebar .nav{
  margin-top: 1px !important;
  float: none;
  display: block;
 
}
.nav-style-link{
  margin-left: 53px !important;
}

.nav-link1{
  color: #000000;
    /* margin: 3px 15px; */
    opacity: .86;
    border-radius: 4px;
    display: block;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;

}
.nav-link1:hover{
  background: rgb(236, 137, 36);
  background: linear-gradient(90deg, rgba(236, 137, 36, 1) 0%, rgba(238, 109, 51, 1) 15%, rgba(246, 99, 32, 1) 43%) !important;
  opacity: 1;
  color: #ffffff;
  
}
.sidebar .nav li .nav-link:hover{
  background: rgb(236, 137, 36);
  background: linear-gradient(90deg, rgba(236, 137, 36, 1) 0%, rgba(238, 109, 51, 1) 15%, rgba(246, 99, 32, 1) 43%) !important;
  opacity: 1;
  color: #ffffff !important;
}
.nav li.active a.nav-link1 {
  color: #fff;
}
.nav li.active a.nav-link{
  color: #fff !important;
}
/* .sidebar .nav li:hover .nav-link{
  background: #FD5732 !important t;
  opacity: 1;
  color: #ffffff;
  margin: 0;
} */
.breadcrumb {
  background-color: #ffeee4;
}
.breadcrumb-item a{
  color: #f66320;
}

/*---------------------------------------------- sidebar end------------------------------ */

.tab-style{
    width: 141px;
  }
  .tab-card-style{
  border: none !important;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 /15%);
  }
  .inputtype {
   
    display: none !important;
  } 
  .style-file-type{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .style-file-type.imageName-style{
    margin-left: 100px !important
  }

.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
}
.nav-pills .nav-link.active, .show>.nav-pills .nav-link {
  color: #FFFFFF;
  opacity: 1;
  background: rgba(255, 255, 255, 0.23);
}
/* .tab-background-style{
  background: lightgrey;
  color: rgb(0, 0, 0);
  
} */
/* .nav-item-012:hover{
  background: linear-gradient(to bottom, #b4e3d8 0%, #bce7ed 100%) !important;
}
.nav-item-012{
background: linear-gradient(to bottom, #b4e3d8 0%, #bce7ed 100%) !important;
color: #fff;
}
.nav-item-012.active{
  background: linear-gradient(to bottom, #5f5b66 0%, #76abb2 100%) !important;
} */
.card form [class*="col-"]:first-child {
  padding-left: 9px !important;
}
.form-group-inputtype {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  /* text-transform: capitalize !important; */
}
.btn-primary{
  background-color: rgb(246 178 162)  !important;
    color: #fff !important;
    border: none;
}
.btn-outline-primary{
  border: 1px solid #fd5732 !important;
  color: #fd5732 !important;
  z-index: 0;
  margin: 5px;
}
.btn-outline-primary:hover{
  background-color: #fd5732;
  color: #fff !important;
  border: none;
}
.btn-outline-danger{
  border: 1px solid #fa0000;
  color: #fa0000 !important;
  z-index: 0;
  margin: 5px;
}
.btn-outline-danger:hover{
  background-color: #fa0000;
  color: #fff !important;
}
.btn-primary:hover{
  background-color: #fd5732 !important;
}
 .main-panel {
  overflow: auto;
  /* max-height: 100%; */
  height: 100vh !important;
}
.main-panel::-webkit-scrollbar {
  display: none !important;
}
.sidebar-menu-custom{
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.sidebar-menu-custom span{
  display: flex;
    align-items: center;
}
/* --------------------------------Table css------------------------------- */
.bg-dark{
  background: rgb(236, 137, 36);
  background: linear-gradient(90deg, rgba(236, 137, 36, 1) 0%, rgba(238, 109, 51, 1) 15%, rgba(246, 99, 32, 1) 43%) !important;
  color: #fff !important;
}
.bg-dark tr th{
  color: #fff !important;
}
.btn-style-01 {
  width: 100%;
  border: none;

}

.label-style-01 {
  color: #000 !important;
}

.dropdown_menu_01 {
  width: 100%;
}

.btn-primary {
  background: rgb(236, 137, 36);
  background: linear-gradient(90deg, rgba(236, 137, 36, 1) 0%, rgba(238, 109, 51, 1) 15%, rgba(246, 99, 32, 1) 43%);
  color: #fff;
}

.table-style-01 {
  padding: 27px 10px;
  background-color: #ffffff;
}

table th,
table td {
  text-align: center !important;
}

.pagination-container {
  justify-content: end;
  display: flex;
}

.pagination li:hover {
  cursor: pointer;
}

.table>thead>tr>th {
  text-align: center !important;
  padding: 15px 5px !important;
  color: #fff;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: bold;
    text-transform: uppercase !important;
}
.bg-dark
{
  background: rgb(236, 137, 36);
  background: linear-gradient(90deg, rgba(236, 137, 36, 1) 0%, rgba(238, 109, 51, 1) 15%, rgba(246, 99, 32, 1) 43%);
    color:white !important;
}   
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* .btn-01 {
  padding: 0.3rem 0.5rem !important;
  border: none;
} */


.search-style {
  width: 20% !important;
  border: 1px solid lightgray;
  border-radius: 6px;
}
a{
  text-decoration: none !important;
}
/* .accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color:rgb(246 99 32 / 18%) !important;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
} */
.accordion-button:not(.collapsed) {
  color: #f66320 !important;
  background-color: rgb(246 99 32 / 18%) !important;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:focus {
  border-color: #FD5732 !important;
  box-shadow: none !important;
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #FD5732 !important;
  border-radius: 30px !important;
  /* padding: 5px; */
  background-color: transparent;
  padding: 3px !important;
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #FD5732 !important;
  border-radius: 33px !important;
  padding: 2px !important;
  background-color: transparent;
  margin-left: 3px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #FD5732 !important;
  border-radius: 50px !important;
}
.accordion-button::after {
  content: '\02795' !important;
  background-image: none !important;
  }
.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 70px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -40px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;

}


.login-panel {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: url(../assets/img/beautiful.webp);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-panel .overlay {
  width: 100%;
  height: 100%;
  background-color: rgb(130 166 158 / 70%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999
}

.input-style-01 {
  margin-top: 2px;
  opacity: 4.9;
  z-index: 9999;
  margin-left: -18px;
}

.section-login {
  /* background-color: #5356ad; */
  min-height: 100vh;
  width: 100%;
}

.section-login .container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 800px;
  margin: 0 auto;
  min-height: 100vh;

  display: flex;
  align-items: center;
  justify-content: center;
}

.section-login .form-container {
  background-color: #999ede;
  padding: 2.5rem 1.5rem;
  flex: 1;
  position: relative;
  min-height: 300px;

  display: flex;
  justify-content: flex-end;
}

.section-login .form-container .form {
  background-color: #fff;
  width: 55%;
  padding: 2rem 1.5rem;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  min-height: 400px;
  height: 60vh;
  max-height: 700px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.4);
}

.section-login .form-container .form .form-control {
  margin-bottom: 10px;
  height: auto !important;
}

.section-login .form-container .form .input {
  width: 100%;
  padding: 10px 12px;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #999;
  outline: none;
  transition: box-shadow 0.2s linear;
}

.section-login .form-container .form .input:focus {
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.1);
}

.section-login .form-container .btn {
  font-size: 18px;
  padding: 12px;
  border-radius: 0px;
  font-weight: bold;
  color: white;
  cursor: pointer;
}

.section-login .form-container .form .btn-login {
  margin-top: 25px;
  border: 1px solid #ff73b3;
  background-color: #ff73b3;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.2s linear;
}

.section-login .form-container .form .btn-login:hover {
  box-shadow: none;
}

.section-login .form-container .sign-up {
  width: 35%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.section-login .form-container .sign-up .text {
  color: #fff;
  font-size: 28px;
}

.section-login .form-container .sign-up .btn-sign-up {
  padding-left: 20px;
  padding-right: 20px;
  background-color: transparent;
  border: 2px solid white;
  margin-top: 15px;
  font-size: 16px;
  transition: box-shadow 0.2s linear;
}

.section-login .form-container .sign-up .btn-sign-up:hover {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 600px) {
  .section-login {
      padding: 100px 0;
  }

  .section-login .form-container {
      display: block;
      width: 90%;
      max-width: 400px;
  }

  .section-login .form-container .form,
  .section-login .form-container .sign-up {
      position: static;
      transform: initial;
      width: initial;
  }

  .section-login .form-container .form {
      width: 130%;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
  }

  .section-login .form-container .sign-up {
      margin-top: 50px;
  }
}

.top .logo {
  width: 163px;
  position: absolute;
  top: 7%;
  left: 22%;
  transform: translate(-50%, -30%);
}

.top .logo img {
  width: 100%;
}

section.main .bottom {
  width: 80%;
  height: auto;
  margin: 10px auto;
}
section.main .bottom .right a {
  color: #111 !important;
}

.font-large-2{
  font-size: 30px !important;
  background: #f66320;
  padding: 14px 15px;
  border-radius: 50px;
  color: #fff !important;
}
.font-large-2:hover{
  border: 1px solid #f66320;
  background: #fff;
  color: #f66320 !important;
}
.main-panel{
  background-color: #f8f0eb8a;
}
.card-style-custom{
  background: rgb(255,238,228);
/* background: linear-gradient(90deg, rgba(255,238,228,1) 0%, rgba(214,222,234,1) 90%); */
}



.progressbar{
  height: 5px;
  background-color: white;
  border-radius: 10px;
}
.progressbarinner1{
  height: 5px;
  background-color: #2563EB;
  border-radius: 10px;
  width: 60%;
}

.cd1{
  /* background-color: #FFF0F3; */
  border-style: none!important;
  border-radius: 10px;
  box-shadow: 0px 1px 1px 1px lightgray;
  
}


.cd2{
  /* background-color: #FFF9EF!important; */
  border-style: none!important;
  border-radius: 10px;
  box-shadow: 0px 1px 1px 1px lightgray;
}

.cd3{
  /* background-color: #EDFDF3!important; */
  border-style: none!important;
  border-radius: 10px;
  box-shadow: 0px 1px 1px 1px lightgray;
}

.cd4{
  /* background-color: #F2F5FE!important; */
  border-style: none!important;
  border-radius: 10px;
  box-shadow: 0px 1px 1px 1px lightgray;
}
.cd1  p{

  color: gray!important;
}

.cd2  p{

  color: gray!important;
}

.cd3  p{

  color: gray!important;
}

.circle1{
  height: 40px;
  width: 40px;
  background-color:#FA5A7E;
  border-radius: 100%;
}
.circle2{
  height: 40px;
  width: 40px;
  background-color:#FF947A;
  border-radius: 100%;
}

.circle3{
  height: 40px;
  width: 40px;
  background-color:#3CD755!important;
  border-radius: 100%;
}

.circle4{
  height: 40px;
  width: 45px;
  background-color:#729DFE;
  border-radius: 100%;
}
.nav-tabs .nav-link {
  color: #f66320;
  border: none;
}
.nav-tabs .nav-link.active {
  background: rgb(236, 137, 36);
  background: linear-gradient(90deg, rgba(236, 137, 36, 1) 0%, rgba(238, 109, 51, 1) 15%, rgba(246, 99, 32, 1) 43%) !important;
  color: #fff;
  border: none;
}

.navbar .navbar-nav .dropdown-toggle:after {
  margin-top: 9px;
}
.hr-custom{
  background-color: #b9b9b9;
}
.heading-custom h5{
  font-size: 17px;
  font-weight: 600;
  color: #aeabab;
}
@media (max-width: 991px){
  .nav-mobile-menu .dropdown .dropdown-menu {
      transform: translate3d(4px, -14px, 0px) !important;
  }
  }
  .master-loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999;
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the alpha value for the desired opacity */
    backdrop-filter: blur(8px); /* Adjust the blur radius as needed */
    z-index: 9998; /* Make sure this is below the loader */
    display: none; /* Initially hidden */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.noUi-horizontal .noUi-handle {
  background: rgb(236, 137, 36);
  background: linear-gradient(90deg, rgba(236, 137, 36, 1) 0%, rgba(238, 109, 51, 1) 15%, rgba(246, 99, 32, 1) 43%) !important;
 
}
/* select2css */

.select2-container {
  min-width: 400px;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
  font-family:fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #f77750;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eaeaeb;
	color: #272727;
}
.select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #f77750;
	border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
	border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
	
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
	content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
	display: none;
}
.select-icon .placeholder {
/* 	display: none; */
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
	display: none !important;
	/* content: "" !important; */
}
.select-icon  .select2-search--dropdown {
	display: none;
}

.cus-heading {
  position: relative;
  display: inline-block;
  padding-bottom: 5px; /* Adjust spacing */
}

.cus-heading::before {
  content: "";
  position: absolute;
  bottom: -2px; /* Positioning before the border */
  left: 0;
  width: 68%;
  height: 2px; /* Border thickness */
  background-color: currentColor; /* Inherits text color */
}
.destination-user-name{
  color: #9a9a9a;
}
.input-group .form-control{
  border: 1px solid #E3E3E3 !important; 
}
/* .hours_label::before{
  border-right: 1px solid #ccc;
} */
 
.label-cot{
  display:block;
  line-height:40px;
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 9.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #f7fbff;
  border: 1px solid #f66320;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
  border-radius: 5px;
}
.option-input:hover {
  background: #fc9666;
}
.option-input:checked {
  background: #f66320;
}
.option-input:checked::before {
  width: 17px;
  height: 18px;
  display: flex;
  content: '\f00c';
  font-size: 19px;
  font-weight: bold;
  position: absolute;
  align-items: center;
  justify-content: center;
  font-family: 'Font Awesome 5 Free';
}

.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
a {
  color: #f66320;
}
a:hover, a:focus {
  color: #000000;
  text-decoration: none;
}
.card label {
  /* font-weight: 600; */
  color: #2a2c64;
}
.label-required{
  font-size: 11px;
    color: #2a2626;
    text-transform: capitalize;
}

.sidebar-wrapper {
  width: 250px;
  transition: all 0.3s ease-in-out;
}

.sidebar-collapsed {
  width: 60px;
  overflow: hidden;
}
/* .wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
} */

.sidebar-wrapper {
  width: 250px;
  transition: all 0.3s ease-in-out;
}

.main-panel {
  flex-grow: 1;
  transition: all 0.3s ease-in-out;
  width: calc(100% - 250px);
}

.sidebar-collapsed {
  width: 60px;
  overflow: hidden;
}

.main-expanded {
  /* width: 100%; */
  width: calc(100% - 60px);
}
.sidebar-collapsed .sidebar-wrapper{
  width: 60px;
}
.sidebar-collapsed .nav {
  font-size: 20px;
  text-align: center;
  width: 100%;
}
/* .sidebar-collapsed .nav li .nav-link{
  margin-left: 9px !important;
} */
.sidebar-collapsed .logo{
  margin-left: 4px;
}
.sidebar-collapsed .nav span p {
  display: none !important; /* Hide text */
}
.sidebar-collapsed .nav span p {
  display: none !important; /* Hide text */
}

.sidebar-collapsed .sub-menu > a .fa-caret-down {
  display: none !important; /* Hide dropdown arrow */
}
.sidebar-collapsed .nav span i {
  font-size: 22px; /* Adjust icon size */
  display: block;
  text-align: center;
  width: 100%;
}

.sidebar-collapsed .nav li {
  text-align: center;
}

.sidebar-collapsed .nav li .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  margin: 8px;
}

.sidebar-collapsed .nav li .nav-link span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
/* .sidebar-collapsed .nav li .nav- {
  color: #52526ccc !important;
  margin: 5px 7px !important;
} */
.sidebar-collapsed .sub-menu ul {
  display: none !important;
}
.text-primary, .text-primary:hover {
  color: #f66320 !important;
}
