.ajax-simply-load {
    position: absolute;
  z-index: 9;
  background-color: rgb(255 255 255 / 75%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}


.schedule-wrap__outer {
  max-width: 820px; 
  margin: 0 auto 40px auto;
}
.schedule-wrap-simple .week-date-no-border {
  border: 0;
}
.schedule-wrap-simple .week-date-no-border:last-child {
  border: 0;
}
.schedule-wrap-simple .each-week:last-child:last-child {
  border: 0;
}

.schedule-wrap-simple .each-day {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.schedule-wrap-simple .week-date.selected {
  background-color: transparent;
}
.schedule-wrap-simple .each-week .week-day-list .each-day .inside .talon-list .talon:hover,
.schedule-wrap-simple .each-week .week-day-list .each-day .inside .talon-list .talon.active{
  opacity: 1;
  color: #2c66bc;
}

.doctor_list__for .doctor_list__each, .doctor_detail__wrap .doctor_list__each {
  min-height: 182px;
}
.schedule-wrap__outer {
  display: none;
}

.type-of-records__wrap {
  
}
.type-of-records__wrap .selectedTab {
  background-color: #fd8327;
  color: #fff;
}
.type-of-records__wrap .btn-v {
  cursor: pointer;
}

.typeOfRecord__wrap.hide {
  display: none;
}


.es-message-outline {
  background: #f1f6fe;
  padding: 20px;
  border-radius: 8px;
}
.es-message-outline h3 {
background-image: url(/images/ok.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  line-height: 1;
  background-size: 24px;
}
.es-message-outline .text {
  font-weight: 500;
}
.es-message-outline .text p {
  font-size: 14px;
  margin-bottom: 8px;
}


.js-select-check-await {
  position: relative
}
.js-select-check-await.active:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.js-select-check-await.active {
  opacity: 0.5;
}

.form__control .form__radio span, .form__control .form__checkbox span {
  font-weight: 400;
}

.additional-price {
  font-style: normal;
  font-weight: 400;
  font-size: 90%;
}


.ajax-loader {
  text-align: center;
}

.ev-message-outline {
  border-radius: 4px;
  background-color: #ffe3e3;
  padding: 15px;
}
.ev-message {
  margin-bottom: 10px;
}
.ev-message:last-child {
  margin-bottom: 0;
}

.js-schedule-param-wrap.disable {
  opacity: 0;
}
.schedule-wrap-v1 .week-date.active .big {
  color: #2c66bc;
}
.schedule-wrap-v1 .week-date.selected .big {
  color: #fff;
}

.month_w {
  text-transform: lowercase;
  font-size: 14px;
}


.schedule-wrap-v1 { 
}
.each-week {
	
}
.week-header {
	display: flex;
	align-items: normal;
}
.week-date {
	width: 100%;
    flex: 0 1 auto;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
	padding: 8px;
    text-align: right;
}
.week-date.not-active {
    color: #BCC1CE;
	cursor: not-allowed;
}
.week-date.active {
    cursor: pointer;
}
.week-date.selected {
	background-color: #1E54A8;
	color: #ffffff;
}
.week-date .big {
	font-size: 28px;
    font-weight: 500;
    line-height: 1;
}
.week-date:last-child {
    border-right: 1px solid #ddd;
}
.each-week .week-date:last-child {
	 color: #B32E36;
}
.each-week .week-date:last-child.not-active {
	 color: #efa7ab;
}
.each-week .week-date:last-child.selected {
	 color: #ffffff;
}
.each-week:last-child {
	border-bottom: 1px solid #ddd;
}
.each-day {
	display: none;
	background-color: #1E54A8;
	padding: 10px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.each-day.active {
    display: block;
}
.each-day .title {
    font-size: 20px;
	color: #FFF;
	padding-left: 4px;
}
.each-day .talon-list { 
	margin-bottom: 20px;
}
.each-day .talon-list:after {
	content: "";
	display: block;
	clear: both;
}
.each-day .talon {
    display: inline-block;
	color: #fff;
    padding: 12px;
    border: 1px solid #C8DBEC;
    border-radius: 8px;
    margin: 4px;
	cursor: pointer;
    line-height: 1;
    float: left;
}
.each-day .talon:hover, .each-day .talon.active { 
	background-color: #fff;
	color: #222328;
}

.js-each-service.selected {
    background-color: #d2e3ff;
    padding: 8px;
    border-radius: 4px;
    margin-left: -8px;
    display: table;
}


















.record-userinfo-wrap {
	position: relative;
	
}
.record-userinfo-wrap.disable {
}
.record-userinfo-wrap.disable:after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.7;
}

.record-userinfo-wrap.hide {
	display: none;
}










.phone-approve-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(61,61,61,0.85);
  z-index: 99;
  text-align: center;
  display: none;
}
.result-of-approve.ev-message {
  margin-top: 10px;
  padding: 4px;
  border-radius: 5px;
  color: #f83636;
  font-size: 14px;
}
.js-chage-phone {
  color: #2c66bc;
  text-decoration: underline;
  cursor: pointer;
}
.js-chage-phone:hover {
  text-decoration: none;
}


.phone-approve-popup .bg {
  background: #ecf4ff;
  border-radius: 5px;
}
.phone-approve-popup.show {
  display: block;
}

.phone-approve-code {
  display: none;
}

.no-scroll {
  overflow: hidden;
}


#CODE_APPROVE {
  padding: 4px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 8px;
  width: 124px;
  margin: 0 auto;
}


