/* Import Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
.common_calendar{
  width: 100%;
  background: rgba(0,0,0,.1);
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.common_calendar .common_calendar_header{
  display: flex;
  align-items: center;
  padding: 25px 30px 10px;
  justify-content: space-between;
}

.common_calendar_header .icons_left span{
  height: 38px;
  width: 38px;
  margin: 0 1px;
  cursor: pointer;
  color: #878787;
  text-align: center;
  line-height: 38px;
  font-size: 1.9rem;
  user-select: none;
  border-radius: 50%;
}
.common_calendar_header .icons_left span:hover{
  background: #f2f2f2;
}
.common_calendar_header .icons_right span{
  height: 38px;
  width: 38px;
  margin: 0 1px;
  cursor: pointer;
  color: #878787;
  text-align: center;
  line-height: 38px;
  font-size: 1.9rem;
  user-select: none;
  border-radius: 50%;
}
.common_calendar_header .icons_right span:hover{
  background: #f2f2f2;
}
.common_calendar_header .current-date{
  font-size: 1.45rem;
  font-weight: 500;
  margin: auto;
}
.calendar{
  padding: 20px;
}
.calendar ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: center;
}
.calendar .days{
  margin-bottom: 20px;
}
.calendar li{
  color: #333;
  width: calc(100% / 7);
  font-size: 1.07rem;
}
.calendar .weeks li{
  font-weight: 500;
  cursor: default;
}
.calendar .days li{
  z-index: 1;
  cursor: pointer;
  position: relative;
  margin-top: 30px;
}
.days li.inactive{
  color: #aaa;
}
.days li.active{
  color: #fff;
}
.days li::before{
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.days li.active::before{
  background: #9B59B6;
}
.days li:not(.active):hover::before{
  background: #f2f2f2;
}
/*----front end----*/
.common_calendar .pad_front{
  padding: 14px 10px 10px;
}
.calendar.pad_calendar {
   padding: 15px 5px 15px 5px;
}
.pad_calendar ul.weeks{
 margin: 0;
}
.pad_calendar ul.days{
 margin: 0;
 pointer-events: none;
}
.common_shadow{
  box-shadow: 0 2px 2px #666;
}
.noclickend{
  pointer-events: none !important;
}
.petcanhosthome{
  display: block;
  width: 100%;
}
.petcanhosthome label span{
  font-size: 16px;
  font-weight: 400px;
  padding: 10px 0px;
  vertical-align: middle;
}
.petcanhosthome label input{
  width: 24px;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
}
.petownerexpect{
  display: block;
  width: 100%;
}
.petownerexpect label span{
  font-size: 16px;
  font-weight: 400px;
  padding: 10px 0px;
  vertical-align: middle;
}
.petownerexpect label input{
  width: 24px;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
}

.abletohostany{
  display: block;
  width: 100%;
}
.abletohostany label span{
  font-size: 16px;
  font-weight: 400px;
  padding: 10px 0px;
  vertical-align: middle;
}
.abletohostany label input{
  width: 24px;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
}

.typeofhome{
  display: block;
  width: 100%;
}
.typeofhome label span{
  font-size: 16px;
  font-weight: 400px;
  padding: 10px 0px;
  vertical-align: middle;
}
.typeofhome label input{
  width: 24px;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
}
#cnewclander {
    margin: 30px 0px;
    box-shadow:none;
}