/* Common */

/* Calender */
body {
  height: auto !important;
  margin: inherit;
}

.calender-page .c-textarea {
  resize: none;
  height: 8em;
}

.calender-page .inline-field {
  display: inline-block;
  width: auto;
}

.calender-page .time-field {
  width: 60px;
}

.calender-page .days-tab ul li {
  display: inline-block;
}

.calender-page .days-tab ul li a {
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #1b64ff;
  font-family: 'Lato-bold';
  color: #ffffff;
}

.calender-page .days-tab .day {
  width: 100px;
}

.calender-page .select-field {
  width: 110px;
}

.calender-page .email-box {
  max-width: 600px;
  height: 523px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
}

.calender-page .email-box .message-box-header {
  width: 100%;
  height: 58px;
  border-radius: 4px 4px 0 0;
  background-color: #eaeef0;
}

.calender-page .email-box .message-blue-box {
  width: 100%;
  height: 90px;
  background-color: #fbfcfe;
}

/* calender meeting book page */

.calender-meeting-book.content-box {
  position: static;
  padding-top: 50px;
  height: 100%;
}

.calender-meeting-book .bootstrap-datetimepicker-widget {
  position: static;
  margin: 0;
  box-shadow: none;
  width: 100%;
  padding: 8px 8px 0 8px;
}

.calender-meeting-book .bootstrap-datetimepicker-widget table td.day {
  line-height: 14px;
  border-radius: 10px;
}

.calender-meeting-book .bootstrap-datetimepicker-widget .picker-switch.accordion-toggle {
  display: none;
}

.calender-meeting-book .bootstrap-datetimepicker-widget table th.prev,
.bootstrap-datetimepicker-widget table th.next {
  padding: 12px 12px;
  border-radius: 100%;
}

.calender-meeting-book .meeting-content-box {
  width: 500px;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0px 2px 20px rgba(213, 213, 213, 0.5);
  background-color: #ffffff;
}

.calender-meeting-book .meeting-calender-box {
  width: 570px;
}

/* Meeting calendar */

@media screen and (max-width: 575px) {

  .calender-meeting-book .meeting-calender-box,
  .calender-meeting-book .meeting-content-box {
    width: 335px;
  }

  .calender-meeting-book .meeting-content-box .meeting-body .col-sm-6 {
    padding: 0 !important;
  }
}

@media screen and (max-width: 349px) {

  .calender-meeting-book .meeting-calender-box,
  .calender-meeting-book .meeting-content-box {
    width: 100%;
  }
}

.calender-meeting-book .meeting-calender-box .container {
  max-width: 100%;
}

.calender-meeting-book .meeting-content-box .meeting-body {
  background-color: #fbfcfe;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 0 6px 6px;
}

.calender-meeting-book .meeting-timing-list {
  background: #ffffff;
  border-left: 1px solid #eedbdb;
  height: 362px;
  text-align: center !important;
}

@media (max-width:420px) {
  .calender-meeting-book .meeting-timing-list {
    height: 200px;
  }
}

.calender-meeting-book .meeting-timing-list ul {
  height: 100%;
  padding: 5px;
  padding-right: 12px;
}

.calender-meeting-book .meeting-timing-list .list-unstyled li {
  height: 40px !important;
  margin-bottom: 5px !important;
  display: flex;
  align-items: center !important;
  padding: 0 15px !important;
  justify-content: center !important;
  cursor: pointer !important;
  font-family: 'Lato-Medium' !important;
  font-size: 15px !important;
  color: #626262 !important;
}

/*.calender-meeting-book .meeting-timing-list .list-unstyled li:hover {
            background-color:#f4f8ff;
        }*/

.calender-meeting-book .meeting-timing-list .list-unstyled li span {
  color: #626262;
}

.calender-meeting-book .meeting-timing-list .list-unstyled li.active {
  border-radius: 2px !important;
  box-shadow: 0 0 2px rgba(214, 214, 221, 0.5) !important;
  background-color: #f4f8ff !important;
  border: 1px solid #e8e8ea !important;
  color: #1b64ff !important;
}

.calender-meeting-book .meeting-timing-list .list-unstyled li.active span {
  color: #1b64ff !important;
}

.confirm-meeting-btn {
  background-image: linear-gradient(-130deg, #fc4c82 25%, #fb776c 100%);
  border-radius: 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.24px;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
}

.confirm-meeting-btn:hover {
  background-image: linear-gradient(-130deg, #fb776c 25%, #fc4c82 100%);
  color: #fff;
  border: none;
}

.back-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 100%;
  background-color: #fafafa;
  color: #1b64ff;
  cursor: pointer;
  position: absolute;
  left: 15px;
  top: 16px;
  border: 1px solid #f0f0f0;
}

.back-btn:hover {
  background-color: #f4f8ff;
  color: #1b64ff;
  border: none;
}

.back-btn:active {
  border: none;
}

.p-relative {
  position: relative;
}

.confirm-btn {
  background-image: linear-gradient(-130deg, #fc4c82 25%, #fb776c 100%);
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  display: flex;
  letter-spacing: 0.24px;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
  width: 0;
  /*width: 50%;*/
  height: 32px;
  transition: all 0.1s ease-in;
}

.confirm-btn:hover {
  background-image: linear-gradient(-130deg, #fb776c 25%, #fc4c82 100%);
  color: #fff;
  border: none;
}

div.time-col.active span.end-time {
  display: none;
}

.confirm-btn.show {
  width: 46% !important;
  margin-left: 2%;
}

.time-col.active {
  height: 32px;
  display: flex;
  align-items: center !important;
  margin-right: 2px;
  padding: 0 15px !important;
  justify-content: center !important;
  cursor: pointer !important;
  font-family: 'Lato-Medium' !important;
  border-radius: 4px;
  background-color: #f4f8ff;
  font-size: 15px !important;
  color: #626262 !important;
  border-radius: 2px !important;
  box-shadow: 0 0 2px rgba(214, 214, 221, 0.5) !important;
  background-color: #f4f8ff !important;
  border: 1px solid #e8e8ea !important;
  color: #1b64ff !important;
}

.user {
  color: #1b64ff;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input {
  border: 1px solid #fafafa;
  font-weight: 400 !important;
}

.selectize-input:not(div#meetingForm .selectize-input) {
  width: auto !important;
}

.mobile-btns {
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.selectize-dropdown-content {
  max-height: 300px !important;
}

.timeslots-height-mobile {
  min-height: 362px;
  height: 100% !important;
}

.br-100 {
  border-radius: 100%;
}

.slots-loading {
  margin-top: 50px;
  display: inline-flex;
  justify-content: center;
  font-size: 12px;
  color: #9b9b9b;
}

/* New Meeting Calender */
.meetingCaledarWrap {
  font-family: 'Lato-Regular';
  width: 450px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0px 8px 70px 0px #3333330F;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}

.meetingCaledarWrap.book-modal {
  width: 415px;
  border: 1px solid rgba(51, 51, 51, 0.08);
  box-shadow: 0px 8px 140px 10px rgba(51, 51, 51, 0.18);
  border-radius: 10px;
  z-index: 9999;
}

.close-meeting-book {
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
}

.close-meeting-book i {
  color: #D6D6D6 !important;
  font-size: 14px !important;
}

.meetingCaledarWrap.book-modal.animation {
  animation: bookMeetingModalFadeIn 0.2s;
  animation-timing-function: linear;
}

.inside-wrap {
  padding: 20px;
}

.meetingCaledarWrap .header {
  border: 1px solid #f6f6f6;
  background: #FDFDFD;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
}

.meetingCaledarWrap .header h3 {
  font-family: 'Poppins-Medium';
  color: #555555;
  font-size: 20px;
  margin: 0;
}

.meetingCaledarWrap.book-modal .header h3 {
  font-size: 16px;
}

.custom-i {
  color: #9B9B9B;
  width: 20px;
}

.book-meeting-btn {
  background-color: #fdf5f4;
  color: #fd4d82;
  border: 1px solid #fd4d821f;
  border-radius: 6px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins-Medium';
  transition: all 0.1s ease-in-out;
  letter-spacing: 1px;
}

.book-meeting-btn:hover {
  color: #fdf5f4;
  background-color: #fd4d82;
}

.cancel-meeting-btn
{
  border: none;
  background: none;
  padding: 8px;
  border-radius: 6px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins-Medium';
  transition: all 0.1s ease-in-out;
  letter-spacing: 1px;
}

.cancel-meeting-btn:hover
{
  background: none;
  border: none;
}

.confirmed .header {
  background: url('/img/confirmed-bg.png') no-repeat;
  background-size: cover;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.confirmed-icon {
  position: absolute;
  bottom: -20px;
  border: solid thin #ddd;
  background: #ffffff;
}

.h3 {
  font-family: 'Poppins-Medium';
  color: #555555;
  font-size: 20px;
  margin: 0;
}

.h3-new {
  color: #333333 !important;
}

.pink {
  color: #feb8cd;
}

.confirmed-msg {
  color: #626262;
  font-family: 'Poppins-Medium';
  font-size: 14px;
}

/* Book Meeting Slots */

.meetingCaledarWrap.large {
  width: 98%;
  max-width: 1046px;
  min-height: 450px;
  margin: auto;
  margin-top: 20px;
  transition: all .1s ease-in-out;
}

.meetingCaledarWrap.large.non-weekend-view {
  width: 60%;
  transition: all .1s ease-in-out;
}

.b-radius-20 {
  border-radius: 20px;
}

.fc-button-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.fc-button-primary {
  background-color: #ffffff;
  border: 1px solid #F4F4F4;
  color: #BCBCBC;
}

.bg-head {
  background-color: rgba(253, 245, 244, 1);
  border-bottom: 1px solid #F6F6F6;
}

.meeting-slot {
  background: #FFFFFF;
  color: #7E87B0;
  font-size: 14px;
  border: 1px solid #E4E8F5;
  border-radius: 10px;
  min-width: 130px;
  height: 44px;
  text-align: center;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.meeting-slot:hover,
.meeting-slot.active {
  background: linear-gradient(130.3deg, #FC4C82 32.4%, #FB776C 100%);
}

.meeting-slot.active {
  border: 1px solid #F47FA9;
  color: #ffffff;
}

.gap-10 {
  gap: 10px;
}

.p-a-left {
  position: absolute;
  left: 0;
  top: 23px;
  cursor: pointer;
}

.p-a-right {
  position: absolute;
  right: 0;
  top: 23px;
  cursor: pointer;
}

.no-slot-on-day {
  margin-top: 10px;
  background-color: #FCFCFC;
  border-radius: 10px;
  padding-top: 15px;
}

.timzone-options {
  min-height: 160px;
  max-height: 200px;
  overflow-y: auto;
  min-width: 320px;
}

.timzone-options .search {
  width: 94%!important;
}

@keyframes bookMeetingModalFadeIn {
  from {
    opacity: 0.2;
    transform: translateX(4%);
  }

  to {
    opacity: 1;
    transform: translateX(0%);
  }
}

.meetingCaledarWrap.confirmed.animation {
  margin-top: 20px;
  animation: confirmedFadeInAnimation 0.3s;
  animation-timing-function: ease-in-out;
}

@keyframes confirmedFadeInAnimation {
  0% {
    opacity: 0.8;
    top: calc(100% - 370px);
    left: 0%;
  }

  95% {
    top: 0%;
    left: 30%
  }

  100% {
    opacity: 1;
    top: 2%;
    left: 30%;
  }
}

.font-12 {
  font-size: 12px;
}

#week-view>div,
#slots-view>div {
  width: 100%;
  text-align: center;
}

.next-prev-opt:not('disable-pre'):hover,
.next-prev-opt:not('disable-next'):hover {
  background: #FD527E1F !important;
  border-color: #FD527E1F !important;
}

.next-prev-opt:not('disable-pre'):hover i,
.next-prev-opt:not('disable-next'):hover i {
  color: #FD527E;
}

.next-prev-opt.disable-pre,
.next-prev-opt.disable-next,
#prev-week.disabled,
#next-week.disabled {
  cursor: no-drop;
  background: none !important;
  border: none !important;
}

.next-prev-opt {
  background: none !important;
  border: none !important;
}

.main-container {
  min-height: 400px;
}

.main-container.m-error {
  min-height: 300px;
}

.content-loader.full-view {
  height: 100%;
  margin: 0;
  width: 100%;
  background: transparent;
  z-index: 99999;
}

#slot-availble-container .CheckboxContainer input:checked~.CheckedMark {
  background-color: rgba(255, 234, 239, 1);
  border-color: rgba(255, 219, 228, 1);
}

#slot-availble-container .CheckboxContainer input:checked~.CheckedMark::after {
  border-color: rgba(253, 82, 126, 1);
}

.select-options:focus {
  color: #9b9b9b;
}

.cur-pointer {
  cursor: pointer;
}

/* #slots-container #week-view {
    width: 95%;
    margin: 0 auto;
    margin-top: 9px;
}
#slots-container #slots-view {
    max-height: 352px;
    overflow-y: auto;   
    width: 95%;
    margin: auto;
    padding: 0; 
} */
.slots-container{
  width: 96%;
  margin: auto;
}
#slots-container #slots-view {
  padding-left: 10px;
  max-height: 270px;
  overflow: auto;
  margin-left: -15px;
  margin-right: -15px;
}

#slots-container #week-view {
  margin: 0 auto;
}

div#interval-selector button.dropdown-item {
  padding: 4px 28px 4px 13px;
  font-size: 14px
}

div#timezone-selector button.dropdown-item {
  padding: 4px 4px 4px 13px;
  font-size: 14px
}

.lr-minus {
  margin-left: -15px;
  margin-right: -15px;
}

@media(max-width:1366px) {
  #slots-container #slots-view {
    max-height: 175px;
  }
}

@media(max-width:420px) {
  .lr-minus {
    flex-wrap: wrap;
  }
}

.dark-color {
  color: #333333 !important;
}

.inbound-meeting .meeting-slot {
  /* transition: 0.2s ease; */
  letter-spacing: 0;
  font-weight: 500;
}

.inbound-meeting .meeting-slot:hover {
  color: white;
  transition: 0.2s ease;
}

.inbound-meeting span.fc-button-group {
  background: #ffffff;
  border: 1px solid #f4f4f4;
  border-radius: 6px;
}

.inbound-meeting span.fc-button-group button {
  height: 30px;
  padding: inherit;
  width: 31px;
  line-height: 32px;
}

.inbound-meeting span.fc-button-group button:nth-child(1) {
  position: relative;
}

.inbound-meeting span.fc-button-group button:nth-child(1):after {
  content: "";
  width: 1.5px;
  height: 55%;
  background: #eeeeee;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.inbound-meeting span.fc-button-group button:hover {
  color: #FD527E;
}

.inbound-meeting .p-a-right,
.inbound-meeting .p-a-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inbound-meeting .p-a-right:hover,
.inbound-meeting .p-a-left:hover {
  padding: 2px;
}

/* Meeting link accepted */
span#book-meeting-date,
span#book-meeting-time {
  color: #626262 !important;
  font-size: 13px !important;
  font-weight: 500;
  letter-spacing: 0.25px;
  font-family: 'Lato-Medium';
}

.meetingCaledarWrap .text-center.text-black {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: auto;
}

.meetingCaledarWrap i {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.meetingCaledarWrap.book-modal .header h3 {
  font-size: 18px;
  font-weight: 600;
  margin-left: 6px;
}

/* Add */
span#formated-date,
span#formated-time-tz {
  font-family: 'Lato-Medium';
  font-size: 14px;
}

.inbound-meeting .header+.p-3 {
  padding: 10px !important;
}

.inbound-meeting .slot-day.active * {
  color: #ffffff;
  font-weight: 700;
}

.meetingCaledarWrap .booked-date-time {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: auto;
}

.inbound-meeting span.fc-button-group button.disable-pre,
.inbound-meeting span.fc-button-group button.disable-next,
.inbound-meeting .p-a-right.disabled,
.inbound-meeting .p-a-left.disabled {
  color: #BCBCBC !important;
}

.cursor-pointer {
  cursor: pointer;
}

.custom-drop {
  border-color: #EEEEEE;
}

.custom-drop::after {
  border-top-color: #9B9B9B;
  vertical-align: 0.1em;
}

.powered-by-img {
  padding: 32px 0;
}

.custom-hr {
  border-color: #f6f6f6;
  margin-top: 10px;
  margin-bottom: 10px;
}

.slot-day {
  padding: 10px 0;
  border-radius: 6px;
}

#slots-container .slot-day.out-d * {
  color: #dddddd;
  cursor: no-drop;
}

#slots-container .slot-day.today {
  background-color: #FDF5F4;
}
#slots-container .slot-day.today * {
  color: #FD527E !important;
}
.inbound-meeting .slot-day.active * {
  color: #FD527E !important;
  font-weight: 700;
}

.show-in-mobile {
  display: none;
}

@media (max-width:767px) {
  .slots-container{
    width: 100%;
  }
  .meetingCaledarWrap {
    box-shadow: none;
    border: none;
  }

  .meetingCaledarWrap.large {
    width: 100%;
    margin-top: 0;
  }

  .meetingCaledarWrap .header {
    border-radius: 0;
  }

  .bnts-grp {
    flex-direction: column;
  }

  .bnts-grp .form-control {
    width: auto;
    margin: auto;
  }

  .mb-10-mobile {
    margin-bottom: 10px;
  }

  .p-a-left {
    left: inherit;
    top: -49px;
    right: 31px;
    border: 1px solid #f4f4f4;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 5px 10px;
  }

  .p-a-right {
    right: 0;
    top: -49px;
    border: 1px solid #f4f4f4;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 5px 10px;
  }
  .p-a-left:hover, .p-a-right:hover  {
    padding: 5px 10px!important;
  }
  #slots-container #week-view {
    background: linear-gradient(0deg, #F8F8F8, #F8F8F8), linear-gradient(0deg, #FDFDFD, #FDFDFD);
    width: 100%;
    overflow: auto;
  }

  .inbound-meeting .slot-day.active * {
    color: #ffffff !important;
  }

  .hide-in-mobile {
    display: none !important;
  }

  .show-in-mobile {
    display: block !important;
    text-align: center;
  }

  .meetingCaledarWrap.book-modal {
    width: 100%;
    left: 0 !important;
    top: 20px !important;
    position: fixed !important;
  }

  .inbound-meeting .slot-day.active {
    background-color: #FD527E;
  }

  .inbound-meeting .slot-day.today.active * {
    color: inherit !important;
  }

  .meetingCaledarWrap.confirmed {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }

  .d-flex.justify-content-between.align-items-center.months-value {
    justify-content: center !important;
  }

  .slot-day {
    padding: 10px 20px;
    border-radius: 0;
  }
  .no-slot-on-day {
    text-align: center;
  }
  .inbound-meeting span.fc-button-group{
    right: 10px;
    position: absolute;
  }
  .no-slot-on-day{
    padding-top: 30px;
    height: 44vh!important;
  }
  div#mobile-slots-view {
    max-height: 46vh;
    overflow: auto;
    padding: 0px 10px;
  }
}
.custom-grey-text{
  color: #CDD1DE;
}

.meet-interval-disabled{
  background-color: #e9ecef !important;
  border-color: transparent !important;
}