@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
body{
  font-family: "Urbanist", sans-serif;
}

.block_booking{
    cursor: pointer;
    width: 100%;
    background: #f8f8f8;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
  }
  .block_booking .action_booking{
    text-align: center;
      display: flex;
      flex-direction: column;
      padding: 0px 10px;
      justify-content: space-around;
      border-right: 1px solid #e9e9e9;
      background: #e6e6e6;
      border-radius: 10px;
  }
  .block_booking:hover{
    background: #f0f0f0;
  }
  .block_booking .txt_booking {
    color: #646462;
    font-size: 12px;
  }
  .block_booking .value_booking {
    color: #646462;
    font-size: 16px;
  }
  .block_booking .value_client_booking{
    color: #646462;
    font-size: 16px;
  }
  
  #header_menu li{
    background-color: #f8f8f8;
  }
  #header_menu li:hover{
    background-color: #e8e8e8;
  }
  #header_menu li a{
    color: #646462;
    font-size: 14px;
    display: block;
  }
  
  .bg-perso{
    border-radius: 7px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #efefef;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.04);
  }
  .bg-perso:hover{
    box-shadow: 0 3px 4px rgba(41, 47, 55, 0.2);
    transition-duration: 0.3s;
  }
  #detail-info{
    margin-bottom: 10px;
    color: #969696;
    font-size: 14px;
  }
  #detail-info span {
    display: block;
    font-size: 17px;
    color: #2d3137;
    font-weight: 600;
  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .star {
    height: 13px;
    width: 13px;
    display: table-cell;
    background: url("../../images/star.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .table-prices tr td{
    font-size: 14px;
    padding: 5px;
    vertical-align: middle;
  }
  .table-prices tr:hover{
    background: #f3f3f3;
  }
  
  
  .circle-tile {
    margin-bottom: 15px;
    text-align: center;
  }
  .circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
  }
  .circle-tile-heading .fa {
    line-height: 80px;
  }
  .circle-tile-content {
    padding-top: 50px;
  }
  .circle-tile-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 15px;
  }
  .circle-tile-description {
    text-transform: uppercase;
  }
  .circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
  }
  .circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
  }
  .circle-tile-heading.dark-blue:hover {
    background-color: #2E4154;
  }
  .circle-tile-heading.green:hover {
    background-color: #138F77;
  }
  .circle-tile-heading.orange:hover {
    background-color: #DA8C10;
  }
  .circle-tile-heading.blue:hover {
    background-color: #2473A6;
  }
  .circle-tile-heading.red:hover {
    background-color: #CF4435;
  }
  .circle-tile-heading.purple:hover {
    background-color: #7F3D9B;
  }
  .tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
  }
  
  .dark-blue {
    background-color: #34495E;
  }
  .green {
    background-color: #16A085;
  }
  .blue {
    background-color: #2980B9;
  }
  .orange {
    background-color: #F39C12;
  }
  .red {
    background-color: #E74C3C;
  }
  .purple {
    background-color: #8E44AD;
  }
  .dark-gray {
    background-color: #7F8C8D;
  }
  .gray {
    background-color: #95A5A6;
  }
  .light-gray {
    background-color: #BDC3C7;
  }
  .yellow {
    background-color: #F1C40F;
  }
  .text-dark-blue {
    color: #34495E;
  }
  .text-green {
    color: #16A085;
  }
  .text-blue {
    color: #2980B9;
  }
  .text-orange {
    color: #F39C12;
  }
  .text-red {
    color: #E74C3C;
  }
  .text-purple {
    color: #8E44AD;
  }
  .text-faded {
    color: rgba(255, 255, 255, 0.7);
  }
  
  
  
  #btn-start{
    background: #e6e6e6;
    color: #5a5a5a;
    padding: 6px 30px;
    font-size: 19px;
    border: 0px;
  }
  #btn-start:hover{
    background: #d6d6d6;
    color: #232323;
    padding: 6px 35px;
  }
  .child_div {
    padding-left: 0px;
    padding-right: 0px;
  }
 
  
  #agent-profil{
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 11px;
    margin:0px;
    margin-bottom: 15px;
    padding:5px 15px;
  }
  
  #agent-profil .text{
    padding-bottom: 10px;
    color:#959595;
    text-wrap: initial;
    font-size: 14px;
  }
  #agent-profil .text:hover{
    color:#777
  }
  
  #agent-profil .text i{
    min-width: 20px;
  }
  #agent-profil h3{
    margin: 15px 0px;
    font-size: 19px;
    color: #2196F3;
  }
  .loading-spinner{
    width:30px;
    height:30px;
    border:2px solid indigo;
    border-radius:50%;
    border-top-color:#0001;
    display:inline-block;
    animation:loadingspinner .7s linear infinite;
  }
  @keyframes loadingspinner{
    0%{
      transform:rotate(0deg)
    }
    100%{
      transform:rotate(360deg)
    }
  }

  #voucher_title{
    background-color: #d1d1d1;
    font-weight: 700;
    display: block;
    width: 100%;
    padding: 7px 10px;
    border-left: 5px solid #ff9445;
  }
  .voucher_block{
    width: 100%;
    background: #f4f4f4;
    padding: 5px 10px;
  }
  .voucher_block #voucher_id{
    background-color: #ff8e37;
    text-align: center;
    padding: 5px 0px;
    margin-left: 6px;
    margin-right: -6px;
  }
  .voucher_block #voucher_id #title{
    font-size: 12px;
  }
  .voucher_block #voucher_id #book_id{
    font-weight: 700;
    font-size: 15px;
    margin: 5px 0px 14px 0px;
  }
  .voucher_block .title_bold{
    display: block;
    font-size: 13px;
  }
#min_cancel_policy span{
    font-size: 14px;
    display: inline;
}

#alert-input{
  display: block;
  margin-top: 3px;
  font-size: 11px;
  color: red;
  text-align: right;
}


.date-time-ui{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-size: 29px;
  color: #7b7b7b;
  line-height: 28px;
}
.time-date-ui{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-size: 29px;
  color: #7b7b7b;
  line-height: 20px;
}
.date-time-ui span{
  font-size: 29px !important;
  font-weight: initial !important;
}
.date-time-ui span{
  font-size: 13px !important;
  font-weight: initial !important;
}
.dates-ui{
  display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}
.date-time-amount-ui{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: bold;
  font-size: 21px;
  color: #7b7b7b;
}
.date-time-amount-ui span{
  font-size: 13px !important;
  font-weight: initial !important;
}

.big-icon-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.8;
}
.big-icon-text:hover{
  opacity: 1;
}
.big-icon-text i{
  font-size: 24px;
  color: #5f5f5f;
}
.big-icon-text span{
  font-size: 14px;
    margin-top: 9px;
}
.btn{
  border-radius: 7px;
}
.vertical-nav-menu li a.mm-active {
  color: #4f3d8e;
  background: #fff;
}

#table-users {
  background-color: white;
  width: 100%;
  padding:10px
}
#table-users tr td,#table-users tr th{
  vertical-align: middle;
  padding: 10px 20px;
}
#table-users tr:hover{
  background: #f9f9f9;
}
  #table-users tr{
  border-bottom: 1px solid #e6e6e6;
}


#table-users .profile-content{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#table-users .profile-content img{
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
#table-users .profile-content .profile-info{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
#table-users .profile-content .profile-info span{
  color: #b2b2b2;
}
.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: 0.5px solid #dadada !important;
  height: calc(1.5em + .75rem + 2px) !important;
  padding: .375rem .75rem !important;
  border-radius: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #495057 !important
}
span.select2-dropdown.select2-dropdown--below {
  padding-top: 10px;
  margin-top: -8px;
  border-color: #cfcfcf;
}
.select2-container--focus,.select2:focus {
  outline: 0;
  
}
#ui-datepicker-div{
  z-index:10 !important;
}
#amount-refund {
  color: black;
  font-size: 40px;
}


.scrollbar-sidebar {
  background: #4F3D8F;
}
.vertical-nav-menu i.metismenu-state-icon, .vertical-nav-menu i.metismenu-icon,.vertical-nav-menu li a{
  color:#fff;
  opacity: 1;
}
img.metismenu-icon {
  position: absolute;
  left: 11px;
  top: 11px;
  width: 18px;
  height: 18px;
}
.vertical-nav-menu li a{
font-family: Urbanist;
font-weight: normal;
font-size: 16px;
}

.locanda-btn{
  background: #4F3D8F;
  width: 171px;
  height: 46px;
  border-radius: 9px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-decoration: none;
  transition-duration: 500ms;
}
.locanda-btn:hover{
  color: #fff;
  background-color: #583bc0;
  text-decoration: none;
  transition-duration: 500ms;
}
.locanda-btn-fit {
  background: #4F3D8F;
  width: fit-content;
  height: 46px;
  border-radius: 9px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-decoration: none;
  transition-duration: 500ms;
}

.info-btn {
  padding: 13px 21px !important;
  margin-right: 2px;
}

.fixed-header .app-main {
  background: url("../images/bg.jpg");
}
.app-theme-white .app-page-title{
  background: unset;;
}
.radius-stats{
  border-radius: 26px;
    padding: 25px 30px;
}
.radius-stats .widget-heading{
  font-size:14px;
  font-weight: 700;
  color: #282828;
  opacity: 1 !important;
}

.radius-stats .widget-subheading{
  font-size: 12px;
  color: #282828;
  font-weight: 400;
  opacity: 1 !important;
}
.title_bloc{
font-weight: 700;
font-size: 12px;

}
.simple_text{
  font-family: Urbanist;
font-weight: 400;
font-size: 12px;
color: #282828;
}
.table_title{
  font-family: Urbanist;
font-weight: 700;
font-size: 16px;
color: #282828;
}
.table_locanda tr{
  border-bottom: 0.5px solid #B8B8B8
}
.table_locanda td{
  padding:18px .55rem;
}
.vertical-nav-menu li a:hover{
  background: #fff;
    text-decoration: none;
    color: #4f3d8f;
}


.profile-relations{
  display: flex;
      justify-content: flex-start;
      flex-direction: row;
      align-items: center;
}
.profile-relations .profile-icon-type{
  margin-right:20px;
}
.profile-relations h4{
  font-size:16px;
  font-weight: 600;
  color: #4F3D8F;
  padding: 0px;
  margin: 0px;
}
.form-control{
  border: 0.5px solid #DADADA;
  border-radius: 10px;
}
.agent-info {
  border-radius: 26px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #efefef;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.04);
  margin-right: 12px;
}

.widget-numbers {
  font-size: 1.5rem !important;
}

.card,
.card-body {
  border-radius: 26px;
}

input[type=file]::file-selector-button {
  border-radius: 6px;
  border: 0px;
  padding: 8px;

}

.info {
  height: 97px;
  border-radius: 26px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.info span {
  font-size: 25px;
  font-weight: 200;
}

.booking-info {
  min-height: 97px;
  border-radius: 26px;
  background-color: white;
  display: flex;
  text-align: left;
    padding: 15px;
}

.booking-info-detail {
  display: flex;
  flex-direction: column;
  padding: 4px;
    gap: 4px;
    font-size: 12px;
    text-align: left;
    padding-left: 30px;
  }
  
  .booking-info-detail .detail-label {
    display: block;
    font-size: 12px;
    color: #2d3137;
    font-weight: 600;
  }
  
  .txt-info {
    border: 1px solid #DADADA;
    border-radius: 6px;
    height: 36px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
    width: max-content;
    padding: 0px 25px;
}