@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #f0f4f3 !important;
  /*background-color: #f7f9fa;
  color: #33c17a;
  */
  color: #555;
}

.bodyNocturno {
  background-color: #1d272c !important;
  color: #fff;
}
.sidebarNocturno {
  background-color: #263238 !important;
}
.contentPadre {
  width: auto;
  margin: 0 auto;
}
.btn-link {
  color: #f0f4f3 !important;
}
.color {
  color: #3498db !important;
}
.container {
  max-width: 100% !important;
}
.custom_Conteiner {
  background-color: #ffffff !important;
  border-radius: 8px;
  border: 1px solid #e6ebf2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  float: none !important;
  padding: 50px 15px;
  overflow: hidden;
}
label {
  float: left !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-200 {
  margin-top: 200px;
}

.mb-100 {
  margin-bottom: 100px !important;
}
.m .fixed-top {
  background-color: #fff !important;
  box-shadow: 0 4px 32px 0 rgba(10, 14, 29, 0.02),
    0 8px 64px 0 rgba(10, 14, 29, 0.08);
  box-shadow: 0px 15px 60px rgba(62, 62, 62, 0.102) !important;
  box-shadow: 0 0 1px 1px rgba(29, 17, 51, 0.04),
    0 0 3px 2px rgba(9, 32, 77, 0.12), 0 0 2px -3px rgba(29, 17, 51, 0.12);
}
.navbar-light .navbar-toggler {
  border-color: #fff !important;
}
.quitar-margin-left-defaul {
  padding-left: 0px !important;
}
.flex {
  display: flex;
  justify-content: space-between;
}
#btn-eliminar-reserva {
  color: #333;
  padding: 2px;
  background: #fff;
  border-radius: 25px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  line-height: 1;
  float: right;
  z-index: 2;
  position: relative;
}

.modal-title {
  line-height: 1 !important;
  text-align: center !important;
}
h1 {
  text-align: center;
  color: #666;
}
h3 {
  font-size: 24px !important;
  /*border-bottom: 1px solid #d7d7d7;*/
}

/** custon input radio*/
.custom-radios div {
  display: inline-block;
}
.custom-radios input[type="radio"] {
  display: none;
}
.custom-radios input[type="radio"] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 35px;
}
.custom-radios input[type="radio"] + label span img {
  opacity: 0;
  transition: all 0.3s ease;
}
.custom-radios input[type="radio"]#color-0 + label span {
  background-color: #2ecc71;
}
.custom-radios input[type="radio"]#color-1 + label span {
  background-color: #3498db;
}
.custom-radios input[type="radio"]#color-2 + label span {
  background-color: #f1c40f;
}
.custom-radios input[type="radio"]#color-3 + label span {
  background-color: #e74c3c;
}
.custom-radios input[type="radio"]#color-4 + label span {
  background-color: #8bc34a;
}
.custom-radios input[type="radio"]#color-5 + label span {
  background-color: #009688;
}
.custom-radios input[type="radio"]#color-6 + label span {
  background-color: #9c27b0;
}
.custom-radios input[type="radio"]#color-7 + label span {
  background-color: #222222;
}
.custom-radios input[type="radio"]#color-8 + label span {
  background-color: #ce0e2d;
}
.custom-radios input[type="radio"]:checked + label span img {
  opacity: 1;
}

.custom-radios input[type="radio"]#miColor-0 + label span {
  background-color: #2ecc71;
}
.custom-radios input[type="radio"]#miColor-1 + label span {
  background-color: #3498db;
}
.custom-radios input[type="radio"]#miColor-2 + label span {
  background-color: #f1c40f;
}
.custom-radios input[type="radio"]#miColor-3 + label span {
  background-color: #e74c3c;
}
.custom-radios input[type="radio"]#miColor-4 + label span {
  background-color: #8bc34a;
}
.custom-radios input[type="radio"]#miColor-5 + label span {
  background-color: #009688;
}
.custom-radios input[type="radio"]#miColor-6 + label span {
  background-color: #9c27b0;
}
.custom-radios input[type="radio"]#miColor-7 + label span {
  background-color: #222222;
}
.custom-radios input[type="radio"]#miColor-8 + label span {
  background-color: #ce0e2d;
}
.custom-radios input[type="radio"]:checked + label span img {
  opacity: 1;
}

/**Toggle status*/

.toggle {
  cursor: pointer;
  display: inline-block;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.toggle-switch:before,
.toggle-switch:after {
  content: "";
}
.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}
.toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.toggle-checkbox:checked + .toggle-switch {
  background: #56c080;
}
.toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-checkbox-salaConfig:checked + .toggle-switch {
  background: #56c080;
}
.toggle-checkbox-salaConfig:checked + .toggle-switch:before {
  left: 30px;
}

.toggle-checkbox-salaConfig {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/** Caja vertical con scroll en izquierda*/
.scrolling-area {
  overflow: auto;
  overflow: hidden;
}

.miContent {
  /*
  display: flex;
  justify-content: center;
  text-align: center;
  */
  margin: 0 auto;
  align-items: center;

  background-color: #ffffff !important;
  border-radius: 8px;
  border: 1px solid #e6ebf2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
  box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
  float: none !important;
  padding: 50px 15px;
  overflow: hidden;
}
.btnNombreListaSalas {
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  color: #222;
  font-weight: bold;
  border: none;
}
.btnNombreListaSalas:hover {
  opacity: 0.9;
  cursor: pointer;
}
#menuSala .opcionActivaMenu {
  border: 2px solid #666;
  color: #fff;
}
#nombreSala {
  background: antiquewhite;
  padding: 10px;
  border-radius: 3px;
}
#nombreSalaEdit {
  background: cadetblue;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
}

#nombreSalaConfig {
  background: antiquewhite;
  padding: 10px;
  border-radius: 3px;
}

.icoHome {
  float: left;
  padding: 0px 0px 0px 5px;
  font-size: 25px;
  line-height: 0;
}
.listSalas {
  background: cornsilk;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 10px;
  font-size: 30px;
  font-weight: bold;
}
.pColorSala {
  padding: 10px 5px;
  border-radius: 50px;
  width: auto;
  text-align: center;
}

.error_solapado {
  background-color: #f8d7da;
  padding: 5px 20px;
  border-radius: 3px;
  font-weight: 600;
}
button {
  margin-top: 0px !important;
}
.btn-outline-secondary {
  border-color: #fff !important;
}
.gj-picker-bootstrap table tr td div,
.gj-picker-bootstrap table tr th div {
  color: #222 !important;
}

.gj-picker-bootstrap table tr td.disabled div,
.gj-picker-bootstrap table tr td.other-month div {
  color: #c1c1c1 !important;
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
  color: #fff !important;
}

@media (min-width: 282px) and (max-width: 602px) {
  #menuSala {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1020px) {
  .btnNombreListaSalas {
    font-size: 12px !important;
    line-height: 1;
  }
}
