html,
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: "Helvetica Neue",Helvetica,Arial sans-serif;
    font-size: 14px;
    color: #129547; 
    background: #fdfdfd;;
}

.level-trash{  
    background: url("/static/image/иконки-14.png");
    background-size: cover;
    width : 110px;
    height : 110px;
    margin-right: 50px;
    }

.navbar-brand{  
  background: url("/static/image/logo3.png") no-repeat;
    background-size: contain;
    width: 184px;
    height: 155px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    }


    @media(max-width:1400px){
      .navbar-brand{  
        width : 190px;
        height : 43px;
        margin-top: 29px;
      }
    }
select{ font-size:14px;}

p.menu-label {font-weight: bold; color: #129547; font-size: 14px;}

.bd-navbar{margin-bottom: -30px;}
.footer{ background: #6c9cc8; color: white;}
.menu-list a.is-active { background: #6c9cc8;}
.menu-list a { margin-bottom: 5px; }
.vacants, .vacants table { background: #fdfdfd; }
.is-size-3, .is-size-4 {color: #129547; }

p,td,strong,pre{color: #129547;}
th.blue-header { color: #129547;}
a.navbar-item {color: #129547;}
.menu-list a{color: #129547;}
.label {color: #129547;}

.lanta-block {
  border-radius: 30px;
  padding: 20px;
  width: 80%;
  border: 2px solid #e5e5e5;  
  box-shadow: 1px 1px #e4e4e4;
}

.level-item{
 justify-content: flex-start !important;
}

.lanta-call {
  border-radius: 30px;
  padding: 20px;
  width: 80%;
}

.lanta-call p {
  color : #808080;
}

.slot{
  margin-right: 10px;
  margin-bottom: 20px;
  background-color: #d6eaf6;
  padding:15px;
  border-radius: 20px;
}

.add-doctor-call{
  width: 100%;
  background-color: #f2f2f2;
  height: 220px;
}

.slot-active{
  background-color: #129547; 
  color: #ffffff;
}

.result-item{
  width: 80%;
  min-height: 200px;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 50px;
  border: 2px solid #e5e5e5;  
  box-shadow: 1px 1px #e4e4e4;
  margin-right: 20px;
  margin-bottom: 40px;
}

.result-item p {
	color: black;
}

.lanta-doctor {
  border-radius: 30px;
  padding: 20px;
  width: 530px;
  height: 400px;
  border: 2px solid #e5e5e5;  
  box-shadow: 1px 1px #e4e4e4;
  margin-right: 20px;
  margin-bottom: 40px;
  background-color: #c5e8f5;
}

.lanta-letter {
  padding: 50px;
  color : #808080;
}

.lanta-letter p {
  color: #808080;
  }

.delpanel { 
  background: url('del.png') 0 0 no-repeat;
  background-size: 32px 32px;
  margin: 0px;
  padding: 0px;
  width: 32px;
  height: 32px;
  border: none;
  margin-left: 20px;
}

.panels{
  width: 80%;
  padding: 30px;
  border: 2px solid #e5e5e5;  
  box-shadow: 1px 1px #e4e4e4;
  background-color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 30px;
}

.checkout{
  width: 80%;
  padding: 30px;
  border: 2px solid #e5e5e5;  
  box-shadow: 1px 1px #e4e4e4;
  background-color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 30px;
}

.checkout p{
  color: #000000;	
}

.panels p{
  color: #000000;
}

#spInput {
  background-image: url('searchicon.png');
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  font-size: 16px;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
  }

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-weight: bold; 
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.bonus{
  width: 80%;
  min-height: 700px;
  border-radius: 30px;
  /* background-color: #129547; */
}

.inner-bonus{
  width: 100%;
  min-height: 350px;
  background-color: #ffffff;
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  box-shadow: 1px 1px #e4e4e4;
}

.basket{
  background-color: #df1f26;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 15px;
  color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
  padding-top: 2px;
  margin-left: -85px;
  margin-top: -50px;
  display: block;
  margin-right: 75px;
}

.bonus p{
  color: #ffffff;
}

.center-table td {
    vertical-align: middle;
}

.button.is-info
{
    background-color: #129547;
}

.button.is-link
{
    background-color: #129547;
}


#tabs-with-content .tabs:not(:last-child) {
  margin-bottom: 0;
}

#tabs-with-content .tab-content {
  padding: 1rem;
  display: none;
}

#tabs-with-content .tab-content.is-active {
  display: block;
}

#captcha {
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-style: italic;
  font-weight: bold;
  text-decoration: line-through;
  font-size: 2em;
}

.panelDescr {
  padding: 0px 0px 10px 0px	
}

.panelDescr p {
  padding: 10px 0px 10px 0px  	
}

.panelDescr li {
  color: #129547;
  list-style-type: disc;
  padding: 0px 0px 5px 0px;
}

.panelDescr ul,ol {
  padding: 0px 0px 0px 30px	
}

.restart a {
  text-decoration: none;
}

.rate {
    float: left;
    height: 54px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:50px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.choice{
  display: flex;
  width: 100%;
  justify-content: space-between;
 
}
.choice-tab{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  /* padding: 60px; */
  width: 500px;
  height: 500px;
  border-radius: 20px;


}

@media(max-width:1400px){
  .choice-tab{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-items: center;
    background: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /* padding: 60px; */
    width: 48%;
    height: 400px;
    border-radius: 20px;
  
  
  }

}
.choice-tab img{
  width: 190px;
}
.record-btn{
  display: block;
  width: 310px;
  height: 40px;
  background: #129547;
  color: white;
  border: none;
  border-radius: 30px;
  font-size: 27px;
}



.records-head{
  font-size: 24px;
  font-weight: bold;
  color: black;
}

.records-item{
  display: flex;
  padding: 30px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
}
.records-date{
  display: flex;
}
.date p {
  font-size: 20px;
  color: #444;
}
.date span{
  font-size: 30px;
  color: black;
}
.time-div{
  margin-left: 70px;
}

.time-item{
  margin-top: 10px;
}

.time p{
  margin-left: 40px;
  font-size: 20px;
  margin-left: 0;
  color: #444;
}
.time span{
  color: black;
  font-size: 30px;
}
.record-btn{
  width: 414px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.records-specialist p{
  font-size: 30px;
  color: black;
}
.records-specialist .specialist{
  font-size: 20px;
  color: #808080;
}

.records-btn div{
  cursor: pointer;
  width: 300px;
  height: 50px;
  background: #129547;
  color: white;
  font-weight: bold;
  font-size: 24px;
  border: none;
  border-radius: 20px;
  margin-top: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.records-text{
  margin-left: 70px;
}

.records-btn div:hover{
  background: white;
  border: 1px solid #129547;
  color: #000000;
}


@media(max-width:1400px){

  .record-btn{
    width: 333px;
  }
}
/*record doctor*/
.tabs-record{
  display: flex;
  justify-content: space-between;
  width: 100%;

  border-bottom: 1px solid lightgray;
}
.tabs-record .tab-record{
  padding-bottom: 20px;

  padding-left: 80px;
  padding-right: 80px;
  cursor: pointer;
  
}
@media(max-width:1700px){
  .tabs-record .tab-record{
  padding-left: 0px;
  padding-right: 0px;
  }
}
.container.record-container{
  margin: 0;
}
.tab-record.active{
  border-bottom: 2px solid #129547;
  background-color: transparent;
  color: #808080;
}

.tabs-peoples{
  display: flex;
}
.content .who h2{
  font-size: 25px;
  color: black;
  margin: 0;
  padding: 0;
  margin-top: 60px;
  margin-bottom: 50px ;
  font-weight: bold;
}
.content-item{
  display: none;
}
.content-item.choosed{
  display: block;
}
.tabs-peoples .tab-people{
  width: 250px;
  background: white;
  font-size: 25px;
  color: black;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  border-radius: 20px 0px 0px 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;

}
.tabs-peoples .tab-people.choosed{
  background: #129547;
  color: white;
}
.tabs-peoples .tab-people.choosed:hover{
  color: white;
}
.tabs-peoples .tab-people:hover{
  color: #129547;
}
.tabs-peoples .tab-child{
  border-radius: 0px 20px 20px 0px;
}
.specialization-wrap{
  margin-top: 60px;
}
.specialization-wrap .specialization-head{
   font-size: 33px;
   color: black;
}
.specialization-input{
  display: flex;
  position: relative;
  margin-top: 30px;
}

.specialization-input {
  width: 100%;
  

}
/* .specialization-input .select2{
  height: 45px;
  border-radius: 10px;
  background: white;
  border: 1px solid lightgray;
  padding-left: 20px;
} */

.specialization-input select::placeholder {
  color: #cccccc;
  font-size: 20px;
}

.specialization-input img{
  position: absolute;
  right: 2%;
  top: 15%;
  width: 32px;
}

.tabs-btn{
  cursor: pointer;
  width: 300px;
  height: 50px;
  background: #129547;
  color: white;
  font-weight: normal;
  font-size: 24px;
  border: none;
  border-radius: 20px;
  margin-top: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}

.tabs-btn:hover{
  background: white;
  border: 1px solid #129547;
  color: #000000;
}

.select2-selection__rendered {
  line-height: 41px !important;


}
.select2-container .select2-selection--single {
  height: 45px !important;
  border: none !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px !important;
}
.select2-selection__arrow {
  height: 45px !important;

}

.select2-dropdown.select2-dropdown--below{
  border: none !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.select2-results__option:hover{
  background-color: lightgray;
}
.select2-results__option{
  cursor: pointer;
  width: 30%;

  color: black;
  font-size: 25px;

}
.select2-results__option{
  font-size: 14px;
}

.select2-results__options{
  max-height: none;
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
}

.select2-selection__rendered{
  font-size: 20px;

}
.select2-container--default .select2-results>.select2-results__options{
  max-height: none !important;
  padding: 10px;
}
.special{
  margin-top: 50px;
  margin-bottom: 50px;
}
.special h2{
font-size: 33px;
font-weight: bold;
}
.special p{
  font-size: 35px;
  font-weight: normal;
  color: black !important;
}
/*style calendar */

.ui-datepicker{
  width: 350px !important;
}
.ui-state-default{
  background: none !important;
  border: none !important;
}
.ui-widget-header{
  background: none !important;
  border: none !important;
}

.ui-state-default.ui-state-active{
  background: #129547 !important;
  border-radius: 50px;
  background: #129547 !important;
  border-radius: 100%;
  /* width: 29px; */
  display: flex;
  justify-content: center;
  /* width: auto; */
  /* transform: translateX(17px); */
  color: white !important;
} 
.ui-widget.ui-widget-content{
  border-radius: 20px;
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.date-wrap .date span{
  font-size: 14px;
}
.ui-datepicker td span, .ui-datepicker td a{
  width: 27px;
  padding-right: 0;
}

.date-choice{
  display: flex;
}
.time{
  display: flex;
  flex-wrap: wrap;
  
}
.time-item{
  width: 15%;
  height: 53px;
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 36px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}

@media(max-width:1700px){
  .time-item{
    font-size: 18px;
  }
}

.time-item.choosed{
  background: #129547;
  color: white;
}

.date-child{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  
}
.child-wrap{
  display: none;
}
.child-wrap.choosed{
  display:block;
}

.content-item.content-uzi .special{
  display: none;
}

.content-item.content-uzi .uzi-service{
  display: block;
}
.child-item{
  width: 11%;
  height: 43px;
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  margin-top: 10px;
}
.child-item.choosed{
  background: #129547;
  color: white;
}

.found{
  margin-top: 100px;
  font-size: 33px;
  font-weight: bold;
}
.doctors{
  display: flex;

  flex-wrap: wrap;
}

.doctor-item{
  background: white;
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 24%;
  margin-top: 50px;
  margin-right: 10px;
}

.doctor-item img{
  border-radius: 20px 20px 0px 0px;
  height: 289px;
  object-fit: cover;
  width: 100%;
}

.doctor-text{
  padding: 30px;
}

.doctor-text p{
  font-size: 20px;
  margin-bottom: 0 !important;
  color: black !important;
}

.doctor-text h2{
  font-weight: normal;
  font-size: 32px;
  margin: 0;
  padding: 0;
  margin-top: 10px !important;
}

.doctor-btn{
  padding: 30px;
}

.doctor-btn button{
  width: 175px;
  height: 40px;
  color: white;
  background: #129547;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}





/* bonus */
.feature-item:first-child{
  margin-left: 0;
}
.feature-item{
  /* border-right: 2px solid #129547; */
  position: relative;
  padding-right: 20px;
  margin-left: 20px;
  width: 24%;
  
}

.line{
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 2px;
  height: 85px;
  background: #129547;
}
.feature-item .middle{
  transform: translateY(50%);
}
.feature-item p{
  color: black;
  margin-top: 20px;
  text-align: center;
}
.feature-item img{
width: 59px;
text-align: center;
display: block;
margin: 0 auto;
}

.feature-content{
  display: flex;
  margin-top: 100px;
}

.sepicalist-content{
  display: flex;
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 30px;
}
.sepicalist-content img{
  border-radius: 20px;
  height: 360px;
  width: 243px;
  object-fit: cover;
}
.date-div{
  display: flex;
}
.specialist .sub{
    margin: 0;
    padding: 0;
    font-size: 20px;
    margin-bottom: 0px !important;
    color: #808080;
}
.specialist p{
  font-size: 25px;
  color: black;
}
.specialist-text{
  margin-left: 65px;
}
.specialist-name{
  margin-top: 40px;
  margin-bottom: 60px;
}
.specialist-name h2{
  font-size: 33px;
  margin-bottom: 0 !important;
}

.specialist-name p{
  font-size: 33px;
  color: black;
}
.date-wrap .sub{
  font-size: 20px;
  color: #808080;
}


.date-wrap p{
  font-size: 30px;
  color: black;
}
.time-wrap {
  margin-left: 80px;
}
.time-wrap .sub{
font-size: 20px;
color: #808080;

}

.time-wrap p{
  font-size: 30px;
  color: black;
}
.button-change {
  display: flex;
  color: #129547;
  width: 100%;
  border-top: 2px dashed #129547;
  justify-content: center;
  padding-top: 30px;
  margin-top: 80px;
  cursor: pointer;
}

.button-change p{
  font-size: 24px;
  margin-left: 10px;
}

.accept-record{
  margin-top: 55px;
}

.accept-btn{
  width: 304px;
  height: 90px;
  border: 1px solid #129547;
  background: white;
  border-radius: 40px;
  font-size: 25px;
  font-weight: bold;
  color: #129547;
  cursor: pointer;
}
.accept-btn:hover{
  background-color: #129547;
  color: white;
}
.conditions{
  display: flex;
  margin-bottom: 20px;
}
.conditions input{
  width: 32px;
  height: 32px;
  border-radius: 20px;
  border: 1px solid #808080;
}
.conditions p{
  font-size: 17px;
  color: #808080;
  margin-left: 20px;
}


.success{
  display: none;
    
}

.success p{
  font-size: 32px;
  font-weight: bold;
  color: #3C78BD;
  margin-left: 20px;
  margin-bottom: 60px;
}
.success svg{
  margin-bottom: 60px;
}
.success button{
  width: 304px;
  height: 90px;
  border: 1px solid #129547;
  background: white;
  border-radius: 40px;
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
  background-color: #129547;
  color: white;
  margin-right: 20px;
  margin-top: 60px;
}
.wrap-confirm.activated h2{
  display: none;
}

.wrap-confirm.activated .success{
  display: flex;
  align-items: center;
  justify-content: center;
}

.accept-btn:disabled{
  opacity: 0.65; 
  cursor: not-allowed;
}

.wrap-confirm.activated .button-change{
  display: none;
}

.uzi-service{
  display: none;
}
.uzi{
  margin-top: 100px;
  display: none;
}
.uzi-item{
  width: 100%;
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-size: 24px;
  color: black;
  margin-top: 40px;
  padding: 10px;
  cursor: pointer;
}
.uzi-item.choosed{
  background-color: #129547;
  color: white;
}
.uzi-item span{
  font-weight: bold;
}
.uzi-service-content{
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 30px;
  padding-bottom: 80px;
  border-radius: 20px;
  margin-bottom: 50px;
}
.uzi-service-name{
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.uzi-service-name p{
  font-size: 36px;
}
.uzi-service-name .uzi-name{
  max-width: 40%;
}
.uzi-service-name .uzi-price{
  font-size: 48px;
}

.bonus.hide{
  display: none;
}

.marketing{
  margin-top: 100px;
}
.marketing.hide{
  display: none;
}
.marketing-content{
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  padding-bottom: 100px;
}

.marketing-content img{
  width: 90%;
  display: block;
  margin: 0 auto;
}
.marketing-text h2, .marketing-text p{
  text-align: center;
}
.marketing-text h2{
  font-size: 36px;
}

.marketing-text p{
  font-size: 21px;
  color: black;
}
.activate{
  width: 200px;
  height: 45px;
  color: white;
  background-color: #129547;
  border-radius: 20px;
  font-size: 20px;
  display: block;
  margin: 0 auto;
  border: none;
  margin-top: 50px;
  cursor: pointer;
}

.ready-bonus.hide{
  display: none;
}

.success.bonus-success{
  display: flex;
  align-items: center;
  justify-content: center;
}
.success.bonus-success p{
  margin-bottom: 30px;
}
.success.bonus-success svg{
  margin-bottom: 30px;
}
.ready-bonus{
  display: flex;
  flex-direction: column;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

/* .input.is-rounded{
  border-radius: 15px !important;
} */
.button.is-rounded{
  border-radius: 15px !important;
}
.status-tab{
  padding: 2px !important;
}
.status-div{
  background: lightgray;
  border-radius: 50px;
  text-align: center !important;
  color: black;
  font-size: 18px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.status-div.actived{
  background: #6effa8;
}

.content-tab.td-none-border td{
  border: none !important;
  color: black;
}

.content-tab.td-none-border td{
  margin-top: 10px;
}


.content-tab.td-none-border th{
border: none !important;
}

.select .select-types{
  border-radius: 20px;
  border: 2px solid #c8c8c8;
  color: #c8c8c8;
}

.search-input{
  border: 2px solid #c8c8c8 !important;
  border-radius: 30px !important;
}

#spInput{
  background-position: 96% center;
padding-left: 20px;

}

.panels{
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}






/* page pass analize */
.dop-text{
  margin-top: 50px;
}
.bold-analize{
  font-weight: bold;
  color: black;

}

.icon.icon-calend{
  width: 2.5rem;
}

.basketpage{
  width: 60%;
}

.basketpage-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.basketpage-item-name{
  font-size: 32px;
}

.basketpage-item-price p{
  font-size: 48px;
  font-weight: bold;
}
.basketpage-item-price{
  display: flex;
  align-items: center;
}

.basketpage-description p{
  font-size: 28px;
  color: black;
  font-weight: normal;
}
.basketpage-description{
  border-bottom: 1px solid lightgray;
  padding-bottom: 40px;
  margin-top: 100px;
}
.basketpage-total{
  display: flex;
  justify-content: space-between;
}

.basketpage-total .total{
  font-size: 48px;
  font-weight: bold;
  color: black;
}

.basketpage-total .total-price{
  font-size: 60px;
  font-weight: bold;
  color: black;
}

.button-order{
  width: 300px;
  height: 70px;
  border-radius: 40px !important;
  font-weight: bold;
  padding: 30px !important;
}

.hero.hero-basket{
  display: flex;
  justify-content: center;
  height: 80vh;
}

.delpanel{
  cursor: pointer;
}

.lanta-block{
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


.input.is-15{
  border-radius: 15px;
}

.button.is-15{
  border-radius: 15px;
}
.button.is-30{
  border-radius: 30px;
}
/* 
.hero.input-gray-value input{
  color: lightgray  !important;
} */


.form-control.date-input{
  border-radius: 30px !important;
  border: 2px solid lightgray;
}

.end-date{
  margin-left: 10px;
}

.lanta-block p{
  color: black !important;
}

.columns.columns-feedback{
  align-items: center;
}

.result-item{
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.button.bold-btn{
  font-weight: 500;
  font-size: 18px;
}

.field-check{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.field-check .checkbox-input{
  width: 24px;
  height: 24px;
  border: 1px solid lightgray;
  border-radius: 20px;
}

.field-check label{
  margin-left: 20px;
}

.time.time-cancel{
  display: block;
  margin-left: 30px;
}

.button.is-link[disabled], fieldset[disabled] .button.is-link{
  background-color: #129547 !important;
  border-color: #129547 !important;
}
.social-basic{
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 15%;
  
}

.social-basic img{
  margin-right: 40px;
  width: 40px;
}

.menu-list a.is-active2 svg path{
  fill: red;
}
.doctors-spec{
  margin-top: 44px;
}
.doctor-spec{
  display: flex;
  align-items: center;
  margin-top: 20px;

}

.doctor-spec p{
  color: black;
  margin-left: 5px;
}

.date h2{
  font-size: 33px;
  font-weight: bold;
}
.time-div h2{
  font-size: 33px;
  font-weight: bold;
}

.input.input-no-background{
  background: none;
  border: none;
  box-shadow: none;
  padding-left: 0;
}

.input.input-20{
  border-radius: 40px;
  height: 50px;
}

.field.field-checkbox{
  display: flex;
  padding-top: 10px;
  

}


.field.field-checkbox input{
  width: 24px;
  height: 24px;
  border-radius: 20px;
}
.field.field-checkbox p{
  margin-left: 10px;
}
.button.is-20{
  border-radius: 40px !important;
}

.buttons-med{
  margin-top: 80px;
}

.time-item{
  min-width: 100px;
}

#serviceGroups {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#serviceGroups, .serviceCaret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

#serviceGroups .caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
  font-size: 18px;
}

#serviceGroups .caret-down::before {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */
  transform: rotate(90deg);
}

#serviceGroups .serviceNested {
  display: none;
  list-style-type: none;
}

#serviceGroups .serviceActive {
  display: block;
  list-style-type: none;
}

