body .label {
    font-size: 13px;
}

body .busy_time_info {
    margin-left: 10px;
    background: #fb4862;
}

body .available_time_info {
    background: #3af;
}

body .busy_time_info_google {
    background: #ffb100;
}

body .busy_time {
    background: #fb4862 !important;
    color: #fff !important;
    pointer-events: none;
}

body .has-error .form-control:focus {
    border-color: #ff0300 !important;
    box-shadow: none !important;
}

body .busy_google_time {
    background: #ffb100!important;
    color: #fff !important;
    font-weight: 300 !important;
    pointer-events: none;
}

.appointment-header {
    display: flex;
    justify-content: center;
}

.appointment_logo img {
    max-width: 150px;
    height: auto;
    float: left;
}

.datetimepicker {
    background: #fff !important;
}

.mtop6 {
    margin-top: 6px !important;
}

.mtop35 {
    margin-top: 35px;
}

.appointment_type_holder .appointment_color_type {
    height: 30px;
    width: 30px;
    margin-top: 3px;
}

.appointment_type_holder .dropdown-menu li a:hover,
.appointment_type_holder .dropdown-menu li a {
    border: none !important;
    border-radius: 0px !important;
    padding: 8px 20px;
}

.appointment_type_holder .bootstrap-select {
    float: left;
}

.main_wrapper {
    padding: 25px;
    box-shadow: 0px 0px 3px 0px rgba(1, 1, 1, 0.25);
}

.hwp {
    border-radius: 4px;
    padding: 4px 10px;
    color: #fff;
}

body input {
    height: 38px !important;
}

body textarea,
body input {
    border: 1px solid #ececec !important;
}

.hours_wrapper {
    display: flex;
    justify-content: center;
}

@media only screen and (max-device-width: 360px) and (-webkit-device-pixel-ratio: 3) {
    .xdsoft_datetimepicker {
        left: 2px !important;
    }
    .btn {
        width: 100%;
    }
}


/* Callbacks Popup */


/* Added by abdul and haris trello ticket #710 */
.custombg {
  background-color: #fbfcfd;
}
.custom_appointy_wrap {
  margin-top: 66px;
  margin-bottom: 30px;
  border: 1px solid var(--text-color-level3,rgba(26,26,26,0.1));
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 rgb(0 0 0 / 8%);
  background: #fff;
}

.flexrownew {
  display: flex;
  flex-wrap: wrap;
}
.colleft {
  border-right: 1px solid #ccc;
}
.cuslogo {
  text-align: center;
  width: 100%;
  display: block;
  padding: 40px 0px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.cuslogo img {
  max-width: 210px;
}
.compn_name {
  width: 100%;
  margin-top: 30px;
}
.compn_name label {

}
.main_headn {
  margin-top: 0;
  font-size: 24px;
}
.caldetails {
  margin-top: 15px;
  padding: 0px 15px;
}
.caldetails label:not(.compn_name) {
  width: 100%;
  display: block;
  font-size: 18px;
}
.caldetails p {
  font-size: 16px;
  margin-top: 20px;
}

.newcalcnder .form-group > label {
  display: none;
}

.newcalcnder .xdsoft_label.xdsoft_month {
  cursor: default;
  pointer-events: none;
}
.newcalcnder .xdsoft_label.xdsoft_year {
  cursor: default;
  pointer-events: none;
}
.newcalcnder .xdsoft_label.xdsoft_year i,
.newcalcnder .xdsoft_label.xdsoft_month i {
  display: none;
}
.newcalcnder .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  display: none;
}
.newcalcnder .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  display: none;
}
.newcalcnder .input-group-addon {
  display: none;
}
.newcalcnder .xdsoft_datetimepicker.xdsoft_inline {
  border: none;
    padding: 0;
}
.newcalcnder .input-group.date {
  display: block;
  width: 100%;
}
.newcalcnder .xdsoft_datetimepicker.xdsoft_inline {
  border: none;
  padding: 0;
  width: 100%;
}

.newcalcnder .xdsoft_datetimepicker .xdsoft_timepicker {
  margin: 0;
  visibility: hidden;
  width: 1px !important;
  position: absolute;
}

.newcalcnder .xdsoft_datetimepicker .xdsoft_datepicker {
  margin: 0;
  width: 100%;
}

.newcalcnder.showtime .xdsoft_datetimepicker .xdsoft_datepicker {
  width: 70%;
  margin: 0;
}
.newcalcnder.showtime .xdsoft_datetimepicker .xdsoft_timepicker {
  width: 30% !important;
  margin: 0;
  position: static;
  visibility: visible;
}
.newcalcnder .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  border: none;
  padding-right: 31px;
  padding-left: 15px;
  /* height: auto; */
  height: 240px;
}

.newcalcnder .xdsoft_datetimepicker .xdsoft_scroller {
  padding: 0px !important;
}

.newcalcnder .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
  margin: 0;
    padding: 0;
    color: inherit;
    font: inherit;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    border: none;
    outline-color: #5593ff;
    outline-offset: 4px;
    cursor: pointer;
    position: relative;
    padding: 13px 10px;
    font-weight: 700;
    vertical-align: top;
    border-radius: 4px;
    transition: all .3s ease;
    transition-property: width,transform;
    width: 100%;
    height: 52px;
    color: var(--primary-color,rgb(0,105,255));
    border: 1px solid var(--primary-color-level2,rgba(0,105,255,0.5));
    margin-bottom: 10px;
    font-size: 16px;
}
.newcalcnder .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
  border-top-width: 1px;
}
.hidethis {
  display: none !important;
}
.showthis {
  display: block !important;
  transition: all .3s ease-out;
}
.visiblyhide {
  visibility: hidden !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.backtotime {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #337ab7;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  display: none;
}
.backtotime:hover {
  text-decoration: none;
  background-color: #337ab7;
  color: #fff;
}
.backtotime.showthis {
  display: flex !important;
}
/* .newcalcnder {}
.newcalcnder {}
.newcalcnder {}
.newcalcnder {}
.newcalcnder {}
.newcalcnder {}
.newcalcnder {} */