/* Login Page */

/* custom */
*{
    touch-action: manipulation;
}
.btn-outline-custom {
  color: #45a87f;
  border-color: #45a87f;
  padding: 1px 6px;
  width: max-content;
  min-width: 115px;
  border: none;
  background-color: rgba(46, 142, 102, 0.05);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media (max-width: 576px) {
  .btn-outline-custom {
    width: max-content;
    min-width: 47px;
    text-align: center;
  }

  .btn-outline-custom i {
    float: none !important;
    padding: 0px;
  }
}

.btn-outline-custom:hover {
  color: #fff;
  background-color: #2e8e66;
  border-color: #2e8e66;
}

.btn-outline-custom:focus,
.btn-outline-custom.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.5);
}

.btn-outline-custom.disabled,
.btn-outline-custom:disabled {
  color: #2e8e66;
  background-color: transparent;
}

.btn-outline-custom:not(:disabled):not(.disabled):active,
.btn-outline-custom:not(:disabled):not(.disabled).active,
.show > .btn-outline-custom.dropdown-toggle {
  color: #fff;
  background-color: #2e8e66;
  border-color: #2e8e66;
}

.btn-outline-custom:not(:disabled):not(.disabled):active:focus,
.btn-outline-custom:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-custom.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.5);
}

.typeahead .tt-menu,
.typeahead .twitter-typeahead {
  width: 100%;
}

.typeahead .tt-menu {
  min-width: 100%;
}
ul.language-tabs {
  margin: 0px 0px 0px 5px;
  border: 1px solid #e8ebf2;
  border-radius: 5px;
  padding: 5px;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: absolute;
  left: 0;
  transform: translateY(-100%);
}

#already-add-before i {
  display: flex;
  margin-left: 7px;
  align-items: center;
}
ul#language-tabs.options {
  border: none;
  margin: 0px 0px 0px 0px;
  transform: translateY(-50%);
  top: 50%;
}
ul#language-tabs.options .nav-item .nav-link {
  border: none !important;
}
ul#language-tabs.options .nav-item {
  border: 1px solid #e8ebf2;
  margin: 0px 4px;
  border-radius: 5px;
  padding: 5px;
}

ul.language-tabs .nav-link {
  vertical-align: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 28px;
  color: #000000 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
}
ul.language-tabs .nav-link img {
  margin-right: 5px;
}
ul.language-tabs .nav-link.active {
  border: none;
  background-color: rgba(69, 168, 127, 1);
  border-radius: 3px;
  color: #ffffff !important;
}

.arabic-tel {
  direction: ltr !important;
}

.checkbox-dropdown {
  width: 100%;
  border: 1px solid #e2e5ec;
  padding: 0.65rem 1rem;
  position: relative;
  margin: 0 auto;

  user-select: none;
}

/* Display CSS arrow to the right of the dropdown text */
.checkbox-dropdown:after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border: 6px solid transparent;
  border-top-color: #e2e5ec;
  top: 50%;
  left: 10px;
  margin-top: -3px;
}

/* Reverse the CSS arrow when the dropdown is active */
.checkbox-dropdown.is-active:after {
  border-bottom-color: #e2e5ec;
  border-top-color: #fff;
  margin-top: -9px;
}

.checkbox-dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%; /* align the dropdown right below the dropdown text */
  border: inherit;
  border-top: none;
  left: -1px; /* align the dropdown to the left */
  right: -1px; /* align the dropdown to the right */
  opacity: 0; /* hide the dropdown */
  background-color: #ffffff;
  transition: opacity 0.4s ease-in-out;
  max-height: 220px;
  overflow: scroll;
  overflow-x: hidden;
  pointer-events: none; /* avoid mouse click events inside the dropdown */
  z-index: 99;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}

.checkbox-dropdown-list li:last-of-type label.kt-checkbox {
  margin-bottom: 0px !important;
}
.is-active .checkbox-dropdown-list {
  opacity: 1; /* display the dropdown */
  pointer-events: auto; /* make sure that the user still can select checkboxes */
}

.checkbox-dropdown-list li label {
  display: block;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 30px 10px 10px;
  transition: all 0.2s ease-out;
  line-height: 0.9;
  font-size: 0.9rem !important;
  margin: 2px 0px;
}
.checkbox-dropdown-list li label span {
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}

.checkbox-dropdown-list li label:hover {
  background-color: #45a87f;
  color: white;
}

.checkbox-dropdown-list li label:hover span {
  border-color: white;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: #45a87f;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #45a87f;
}

.alert-success {
  padding: 10px;
  margin: 25px;
  border: 1px solid #056146;
  border-radius: 4px;
}

.select2-container--default
  .select2-results__option.select2-results__option--highlighted {
  background: #45a87f;
  color: #f7f8fa;
}

/* custom */



.switch-lang-table{

  position: relative;

  margin-top: 35px;}