body {
  color: #000;
  overflow-x: hidden;
  height: 100%;
  background-repeat: no-repeat;
  padding: 0px !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

* {
  font-size: 1rem ;
  font-weight: 500 ;
  line-height: 1.5;
  letter-spacing: 0.05em;
}


:root {
  --primary: #111;
  --secondary: #fd0;
}	


.body-text {
  color: rgb(112, 104, 104);
  overflow-x: hidden;
  height: 100%;
  background-color: #c5cae9 !important;
  background-repeat: no-repeat;
  padding: 0px !important;
  border: #000;
}

.container-fluid-x {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.card {
  /*box-shadow: 0px 4px 8px 0px #e6e7eb;*/
}
.card-header {
  background-color:#f9fbfa;
  border: none !important;
  padding: 0;
  margin: 0;
}

.btn-login{
  border: 0.5px solid black;
    border-radius: 0;
}

.form-control{
  border: none;
  border-radius: 0;
  background-color: #f9fbfa;
  border-bottom: 0.1px solid;

}

.input-ap {
  padding: 10px 20px !important;
  border: 1px solid #000 !important;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #616161 !important;
  color: #fff !important;
  font-size: 16px;
  letter-spacing: 1px;
  width: 180px;
  cursor: pointer;
  text-align: center;
}

.input-ap:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #512da8;
  outline-width: 0;
}

.hide{
  display: none;
}
.name-service{
  color: #000;
  font-size: larger;
  margin-left: 6px;
  margin-right: 6px;
}

::placeholder {
  color: #fff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}

.datepicker {
  background-color: #000 !important;
  color: #fff !important;
  border: none;
  padding: 10px !important;
}

.datepicker-dropdown:after {
  border-bottom: 6px solid #000;
}

thead tr:nth-child(3) th {
  color: #fff !important;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
}

.dow,
.old-day,
.day,
.new-day {
  width: 40px !important;
  height: 40px !important;
  border-radius: 0px !important;
  cursor: pointer;
}

.old-day:hover,
.day:hover,
.new-day:hover,
.month:hover,
.year:hover,
.decade:hover,
.century:hover {
  border-radius: 6px !important;
  /*background-color: rgb(205, 64, 64);*/
  color: rgb(255, 255, 255);
}

.active-x {
  border-radius: 6px !important;
  background-image: linear-gradient(#90caf9, #64b5f6) !important;
  color: #000 !important;
}

.disabled {
  color: #616161 !important;
}

.prev,
.next,
.datepicker-switch {
  border-radius: 0 !important;
  padding: 20px 10px !important;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff !important;
  opacity: 0.8;
}

.prev:hover,
.next:hover,
.datepicker-switch:hover {
  background-color: inherit !important;
  opacity: 1;
}

.hour {
  justify-content: space-between;
  justify-items: center;
}


.cell {
  border: 2px solid #000000;
  margin: 2px;
  font-weight: 600;
  cursor:pointer;
  border-radius: 16px;
}

.cell-booked {
  border: 2px solid #000000;
  background-color: rgb(164, 164, 164);
  margin: 2px;
  font-weight: 300;
  border-radius: 16px;
  font-family:Arial, Helvetica, sans-serif !important;
  font-weight: 600;
  letter-spacing: 1px;
  /*visibility:hidden;
}
.cell-Expired {
  border: 2px solid #000000;
  margin: 2px;
  font-weight: 600;
  border-radius: 16px;
}
.cell:hover {
  border: 2px solid #686868;
  /*padding: 20px;*/
}

.cell.select {
  background-color: black ;
  color: #f8f9fa!important;
}

.fa-calendar {
  color: #fff;
  font-size: 30px;
  padding-top: 8px;
  padding-left: 5px;
  cursor: pointer;
}

.price {
  margin: 0;
  font-weight: 600;
  color: #000;
  border-radius: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

.time {
  margin: 0;
  margin-left: 8px;
}


.form-check-input {
  margin-top: 0.5rem;
}


.form-control:focus  {
  border-color: #212529;
  outline: 0;
  box-shadow: none;
  place-content: '';
}



.card-services{
      position: absolute;
      top: 12%;
}

.pagination{
  margin-bottom: 1rem;
}

.form-check-label{
  margin-top: 0.55rem;
  font-weight: 800;
}


.cancel-text{
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 3rem ;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  line-height: 1.5rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.text-blod{
  font-weight: 700;
  margin-left: 4px;
  margin-right: 4px;
}



.card-login{
  width: 70%;
  margin-top: -10rem;
  border-radius: 50rem !important;
}


.cntr{
  padding: 1rem;
}

@media (max-width: 992px){
  .card-login {
    width: 100%;
  }
}


.delete-button {
  background-color: #dc3545;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 16px;
}

.delete-button:hover {
  background-color: #c82333;
}


.table-bordered td,
.table-bordered th {
  border: 1px solid #ddd;
}


.datetimeTH {
  cursor: pointer !important;

}


.datetimeTH::after {
	content: "\25be";
  color: #000;
  margin-left: 8px;
}


/* HTML: <div class="loader"></div> */
.loader {
  width: fit-content;
  font-family: monospace;
  font-size: 30px;
  z-index: 2;
}
.loader-container{
  z-index: 1;width: 100%;background: black;height: 100%;display: flex;justify-content: center;align-items: center; 
}

.loader::before {
  content: "LABELVIEÉ";
  color: #0000;
  background: linear-gradient(90deg,#0000 calc(100%/3),#000 0 calc(2*100%/3),#0000 0) Right/300% 150%;
  animation: l23 2.5s infinite;
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: 5px;
  font-size: 19px !important;
  font-weight: 100 !important;
}

@keyframes l23{
  70% {background-position: center;text-shadow: 0 0 0,  0 0 0 #fff,0 0 0}
}




.singUp-link,.forgetPassword-link{
  text-transform: capitalize;
  text-decoration: none;
  color: #000;
  text-align: center;
  
}

.singUp-link:hover,.forgetPassword-link:hover{
  color: #616161;
}

.links-login{
  padding: .5rem 0 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
}




.form-check-input:checked {
  background-color: #212529 !important;
  border-color: #212529 !important;
}

.form-check-input{
  border-radius: 0;

}

.form-check-input:focus {
  border-color: #212529;
  outline: 0;
  box-shadow: none;
  
}


.form-check{
  display: flex;
  justify-content: start;
}

.form-check-label {
  margin-top: 0.55rem;
  font-weight: 200; 
  color: #212529;
}


.select-box {
  position: relative;
}

.select-box input {
  width: 100%;
  padding: .5rem .5rem;
  font-size: 0.9rem;
  
  border: .1rem solid transparent;
  outline: none;
}

input[type="tel"] {
  background-color: #f9fbfa;

}


.form-check-input[type=checkbox] {
  border-radius: 0;
}



.selected-option {
  background-color: #eee;
  border-radius: 0;
  border-bottom: .5px solid black;
  overflow: hidden;
  max-height: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select-box input:focus {
  border: none;
}


.selected-option div{
  position: relative;

  width: 6rem;
  padding: 0 2.8rem 0 .5rem;
  text-align: center;
  cursor: pointer;
}

.selected-option div::after{
  position: absolute;
  content: "";
  right: .8rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  
  width: .8rem;
  height: .8rem;
  border-right: .12rem solid var(--primary);
  border-bottom: .12rem solid var(--primary);

  transition: .2s;
}

.selected-option div.active::after{
  transform: translateY(-50%) rotate(225deg);
}

.select-box .options {
  position: absolute;
  top: 4rem;
  
  width: 100%;
  background-color: #fff;
  border-radius: .5rem;

  display: none;
}

.select-box .options.active {
  display: block;
}

.select-box .options::before {
  position: absolute;
  content: "";
  left: 1rem;
  top: -1.2rem;

  width: 0;
  height: 0;
  border: .6rem solid transparent;
  border-bottom-color: var(--primary);
}

input.search-box {
  background-color: var(--primary);
  color: #fff;
}

.select-box ol {
  list-style: none;
  max-height: 23rem;
  background-color: #f9fbfa;
  overflow: overlay;
}

.select-box ol::-webkit-scrollbar {
  width: 0.6rem;
}

.select-box ol::-webkit-scrollbar-thumb {
  width: 0.4rem;
  height: 3rem;
  background-color: #ccc;
  border-radius: .4rem;
}

.select-box ol li {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.select-box ol li.hide {
  display: none;
}

.select-box ol li:not(:last-child) {
  border-bottom: .1rem solid #eee;
}



.select-box ol li .country-name {
  margin-left: .4rem;
}