.ibox{margin-bottom: 10px;}
.navbar-top-links .dropdown-menu li {
    display: block;
    float: left;
    width: 100%;
    padding-left:10px !important;
}
.navbar-top-links .dropdown-menu li a {
    padding: 8px 0px !important;
    min-height: 0;
    line-height: 1;
    float: left;
    width: 100%;
}
.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
    width: 100% !important;
    float: left;
}
.pull-right {
    float: right !important;
}
.navbar-collapse.in {
    overflow-y: visible;
}
.top-navigation .nav > li a:hover {
    color: #000;
    background-color: transparent;
}
.nav.navbar-top-links.navbar-right .dropdown-alerts a {
    color: #000;
}
a{outline:none !important;}

@media (max-width:440px){
.count-info {
    float: left !important;
    display:block !important;
}
ul.navbar-top-link ul.dropdown-menu {
    margin-left: 0 !important;
}
.navbar-top-links .dropdown-alerts{margin-left:0 !important;}
.navbar-top-links li.dropdown{float:left;}

}
.toolbar {
    float: right;
}
#example_filter {
    float: right;
}
.clsRequiredFieldLable{
	color: red !important;
}
/*For Image Galary Start*/
.lightBoxGallery {text-align: left;}
.lightBoxGallery img {margin: 5px;}
.blueimp-gallery > .prev, .blueimp-gallery > .next {border: none;}

.facility-thumb .del {
    margin-left: 5px;
}

/*For Image Galary End*/


.modalLoader {
 position: fixed;
 z-index: 9999;
 height: 100%;
 width: 100%;
 top: 0;
 left: 0;
 background-color: Black;
 filter: alpha(opacity = 60);
 opacity: 0.6;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
 -moz-opacity: 0.8;
}

.centerLoader {
 z-index: 1000;
 margin: 300px auto;
 padding: 10px;
 width: 130px;
 filter: alpha(opacity = 100);
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 -moz-opacity: 1;
}

.centerLoader img {
 height: 128px;
 width: 128px;
}

.clsJtreeHeight .slimScrollDiv,
.clsJtreeHeight .scroll_content{height: 300px !important;}

.select2-container{width: 100% !important;}

.accept-loader{ display: inline-flex; justify-content: center; align-items: center;}
.order-loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #393c3e;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    animation: spin 2s linear infinite;
    position: absolute;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.order-loader.hidden {
    display: none;
}
body {font-family: Arial, Helvetica, sans-serif;}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/* CUSTOM DROP DOWN START */
.dropdown {
    position: relative;
    font-size: 14px;
    margin: 0 auto;
}

.dropdown:focus,
.dropdown:focus-within,
.dropdown:focus-visible{
    border:1px solid #1ab394 !important;
}

.select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    /* background-color: #23c6c8; */
    border: 1px solid #e9e7e7;
    cursor: pointer;
}

.arrow {
    width: 6px;
    height: 6px;
    border-left: 2px solid #7c7e80;
    border-bottom: 2px solid #7c7e80;
    transform: rotate(45deg);
    transition: transform 0.3s;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 1;



}

.dropdown-content input {
    /* width: 100%;
    padding: 10px;
    border: none;
    box-sizing: border-box; */
    width: 95%;
    padding: 10px;
    border: none;
    box-sizing: border-box;
    /* border: 0.5px solid #878484; */
    /* margin: -7px; */
    height: 2.3vh;
    border-radius: 1px;
    margin: 5px;

}

.dropdown-content .search-bar{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    border: none;
    height: 2.3vh;
    border-radius: 1px;
    margin: 5px;
    border: 0.5px solid #878484;
    padding: 1.2rem;
}
.dropdown-content input:focus{
    border-radius: 1px;
    outline: none; /* Remove the outline */
}

.dropdown-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    box-shadow:inset 0px -1px 3px rgba(86, 96, 117, 0.7);
}

.dropdown-menu li {
    padding: 10px;
    cursor: pointer;
    position: relative;
}

.dropdown-menu li:hover {
    /* background-color: #23c6c8; */
    /* background-color: #1ab394; */
    color: #7a7c7e;
}

/* .dropdown-menu li .sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    width: 180px;
    z-index: 2;
    font-size: 12px;
    padding: 0%;
} */
.dropdown-menu li .sub-menu {
    display: none;
    position: unset;
    left: 100%;
    top: 0;
    width: 100%;
    z-index: 2;
    font-size: 12px;
    padding: 0%;
    margin-top: 15px;
    padding-left: 15px;
}
.dropdown-menu li .sub-menu li:hover {
    /* background-color: #1ab394; */
    list-style-type: disc;
}

.dropdown-menu li:hover .sub-menu {
    display: block;
}

.dropdown.open .dropdown-content {
    /* display: block; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.dropdown.open .dropdown-content .dropdown-menu {
    display: block;
}

.dropdown.open .arrow {
    transform: rotate(-45deg);
}
/* CUSTOM DROP DOWN END */

ul.sub-menu  {
    list-style: none; /* Remove default list style */
    padding: 0;
    margin: 0;
}

ul.sub-menu > li {
    position: relative; /* Needed for the ::before positioning */
    padding-left: 20px; /* Space for the dot */
    cursor: pointer; /* Show a pointer on hover */
    transition: color 0.3s; /* Optional: smooth transition */
}

/* ul.sub-menu > li:hover { */
    /* color: inherit; Optional: change text color on hover */
/* } */

ul.sub-menu > li::before {
    color: inherit; /* Optional: change text color on hover */
    content: ''; /* Creates the dot */
    position: absolute;
    left: 0; /* Align the dot to the left */
    top: 50%; /* Vertically center the dot */
    transform: translateY(-50%); /* Adjust for perfect centering */
    width: 5px; /* Dot size */
    height: 5px; /* Dot size */
    background-color: #1ab394; /* Dot color */
    border-radius: 50%; /* Makes the dot round */
}


.dropdown-menu li.submenu-li{
    padding-left: 25px !important;
}

.dropdown-menu li.submenu-li:hover::after{
    transform: rotate(-45deg);
}
.dropdown-menu li.submenu-li::after{
    color: inherit; /* Optional: change text color on hover */
    content: ''; /* Creates the dot */
    position: absolute;
    left:13px; /* Align the dot to the left */
    top: 14px; /* Vertically center the dot */
    width: 6px;
    height: 6px;
    border-left: 2px solid #7c7e80;
    border-bottom: 2px solid #7c7e80;
    transform: rotate(45deg);
    transition: transform 0.3s;

}
