/* ---------- Custom variables font ---------- */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  display: inline-flex;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Dashboard:before {
  content: "\e900";
}

.icon-Packages:before {
  content: "\e901";
}

.icon-Vendor-Types:before {
  content: "\e902";
}

.icon-Vendors:before {
  content: "\e903";
}

.icon-Translations:before {
  content: "\e904";
}

.icon-Roles:before {
  content: "\e905";
}

.icon-Admins:before {
  content: "\e906";
}

::-moz-placeholder {
  color: var(--bs-input-color) !important;
}

::placeholder {
  color: var(--bs-input-color) !important;
}

body {
  overflow-x: hidden;
}

/*========================================
/* RTL Direction
========================================*/
html[dir=rtl] .select2-selection__choice__display {
  margin-right: 0.95rem;
  margin-left: 0;
  font-size: 0.95rem;
}
html[dir=rtl] .select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected:after {
  left: 1.25rem;
  right: auto;
}
html[dir=rtl] .select2-container--bootstrap5 .select2-selection__clear {
  left: 3rem;
  right: auto;
}

/*========================================
/* app header
========================================*/
#kt_app_header_container {
  border-bottom: 1px solid #EAEAEA;
}

/*========================================
/* sidebar menu
========================================*/
#kt_app_sidebar_logo {
  margin: -1px 0;
  border-bottom: 1px solid #EAEAEA;
}

.app-sidebar-logo-default {
  height: 70px;
  width: 210px;
  -o-object-fit: contain;
     object-fit: contain;
}

.app-login-logo-default {
  height: 200px;
  width: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}

.menu-icon i {
  color: #5F6368 !important;
}

label {
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*========================================
/* Map Modal
========================================*/
#map {
  width: 100%;
  height: 400px !important;
  margin-top: 10px;
}

/*========================================
/* input
========================================*/
input::file-selector-button {
  font-weight: bold;
  color: #fff;
  background-color: var(--bs-primary);
  border: none;
  height: 100%;
  width: 100px;
  padding: 8px;
  margin-inline-end: 20px;
  cursor: pointer;
  border-radius: 0.475rem;
}

.form-control,
.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
  color: #99A1B7 !important;
}

::-moz-placeholder {
  color: var(--bs-text-muted) !important;
}

::placeholder {
  color: var(--bs-text-muted) !important;
}

::-ms-input-placeholder {
  color: var(--bs-text-muted) !important;
}

/*   input[type="file"]::before {
    position: absolute;
    pointer-events: none;
    top: 10px;
    left: 16px;
    height: 20px;
    width: 20px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230964B0'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E");
  } */
/*   input.upload-input{
    padding: 0;
    cursor: pointer;
  } */
/*   .btn{
    padding: 10px 45px !important;
  } *//*# sourceMappingURL=styles.css.map */