
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #38454ad6;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

/*
.modal-content {
    !* background: rgba(0, 0, 0, 0.55) !important;*!
    background: url(../img/bg-themes/1.png) center !important;
}

select option {
    font-size: larger;
    margin: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

*/

.login-bg {
  background-image: url(../img/background_login.png);
  background-position: center;
  background-size: cover;
}

.required::after {
  content: ' *';
  color: #FF0000FF;
}

.pp-image {
  border: 1px dashed black;
  padding: 5px;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.25);
}


.version {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 0 10px 10px 0;
  font-size: small;
  font-style: italic;
}

.pointer {
  cursor: pointer !important;
}

.scrollable {
  max-height: calc(100vh - 320px);
  overflow-y: scroll;
}

.ddItem {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: grab;
  margin-right: 0.25rem !important;
}

.ddItem:active {
  cursor: grabbing;
}


.roomItem {
  min-height: 38px;
  border: 1px solid #e9ebec;
  border-radius: 7px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  margin-right: 0.25rem !important;
}

.roomNumber {
  width: 50px;
  background: rgba(23, 162, 184, .36);
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
  border-right: 1px solid #e9ebec;
  display: flex;
  justify-content: center;
  align-items: center;
}

.roomContent {
  width: 100%;
}

.roomContent2 {
  width: 100%;
  display: flex;
  margin-left: 15px;
  align-items: center;
}

.roomSelect {
  width: 50px;
  background: rgba(23, 162, 184, 0.15);
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.roomCheck > input:first-child + input[type=hidden] + label::before, .roomCheck > input:first-child + label::before {
  margin-left: -26px !important;
  background: white;
}

.roomCheck > input:first-child:checked + label::after {
  left: 2px !important;
}

.tabs-fix {
  margin-top: .5rem !important;
}

.d-title {
  display: block;
}

.d-mobile {
  display: none !important;
}

@media (max-width: 767px) {
  .d-title {
    display: none;
  }

  .d-mobile {
    display: flex !important;
  }

  .nav-tabs-custom .nav-item .nav-link {
    overflow-wrap: normal;
  }

  .tabs-fix {
    margin-top: 0 !important;
  }

  .nav-tabs-custom.card-header-tabs .nav-link {
    padding: 1.65rem 1rem 0.5rem;
  }

  .nav-tabs-custom .nav-item .nav-link.active {
    padding-bottom: 1.05rem;
    margin-bottom: 0;
    padding-top: 1.65rem;
  }
}

.x {
  font-family: "Times New Roman", serif;
  font-size: 10px;
}

.flex-grow-2 {
  -webkit-box-flex: 2 !important;
  -ms-flex-positive: 2 !important;
  flex-grow: 2 !important;
}

.mw-5 {
  max-width: 5% !important;
}

.mw-10 {
  max-width: 10% !important;
}

.mw-15 {
  max-width: 15% !important;
}

.mw-20 {
  max-width: 20% !important;
}

.mw-25 {
  max-width: 25% !important;
}

.mw-50 {
  max-width: 50% !important;
}

.mw-75 {
  max-width: 75% !important;
}

.note-editor .dropdown-toggle::after {
  display: none;
}

.note-editing-area {
  background-color: rgb(255, 255, 255) !important;
}

[data-bs-theme=dark] {
  .note-editing-area {
    background-color: rgb(31, 31, 31) !important;
  }

  .nav-tabs-custom .nav-item .nav-link.active {
    background: #202f3d;
  }

  .note-toolbar {
    background-color: #33393f;
    border-color: #33393f;
  }

  .note-btn {
    background-color: #33393f;
    color: #ced4da;
    border-color: #456161;
  }

}

.card-wave {
  opacity: .1;
  fill: #865ce2
}

.mfa-area {
  flex-direction: row;
  column-gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px 0;
  background: #9bb7ef;
  margin: 0 20px;
  border-radius: 10px;
}

.mfa-area input {
  height: 45px;
  width: 42px;
  border-radius: 6px;
  outline: none;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #ddd;
}
.mfa-area input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.mfa-area input::-webkit-inner-spin-button,
.mfa-area input::-webkit-outer-spin-button {
  display: none;
}
.mfa-timer{
  font-weight: bold;
  background: #9bb7ef;
  width: 100px;
  color: white;
  border-radius: 5px;
  font-size: 27px;
  margin-bottom: 10px;
}

.plate{
  border: 2px solid #333;
  border-radius: 4px;
  width: 300px;
  height: 60px;
  position: relative;
  display: flex;
  background: white;
  /*background: #f3bd00;*/
}
.plate .country{
  width: 40px;
  height: 56px;
  background: #003399;
  color: white;
  font-size: large;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 3px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.plate .content{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: xx-large;
}
.img-container img {
  max-width: 100%;
}
