/*---- main -----*/
#spinner.spinner_hidden {
    display: none !important;
}

.bg-login-image {
    padding: 100%;
    /*background: url(/img/mall-logo.png);*/
    background: url(/img/logo.png);
    background-position: center;
 /* Center the image */
    background-repeat: no-repeat;
 /* Do not repeat the image */
    background-size: contain;
 /* Resize the background image to cover the entire container */
}

@media (min-width: 768px) {
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        margin-left: 250px;
    }
}

table.table > tbody > tr > td {
    vertical-align: middle;
}

.select2-container .select2-selection--single,.select2-search__field{
  width:100% !important;
  height: unset;
  vertical-align: middle;
}

.required label:after {
	content: ' *';
	color: var(--danger);
}
.form-control{
    height: unset;
}
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.tooltip {
  top: -30px;
  left: 50%;
  margin-left: auto;
}






