/* ---------common css start----------- */
.dashboard-wrap .outer-wrap .inr-lft-wrap {
  background: #F8F8F8;
  box-shadow: none;
}
.dashboard-wrap .outer-wrap .inr-rgt-wrap {
  box-shadow: none;
  padding: 0px;
}
.dashboard-wrap .outer-wrap{
  gap: 19px;
}
html {
  overflow-y: auto;
}
body {
  padding: 0px;
  background: #F8F8F8;
  overflow-y:auto;
}
.disabled {
  color: #a0a0a0!important;
  cursor: not-allowed !important;
}
/* -----common css end -------------- */
.ai-video-header {
  display: flex;
  justify-content: space-between;
  gap: 21px;
}
.ai-video-wrap {
  width: 60%;
}
.legal-consult {
  width: 40%;
  border-radius: 10px;
  background: #F8F8F8;
  padding: 10px;
  display: flex;
  flex-flow: column wrap;
  gap: 17px;
}
.legal-consult-wrap {
  gap: 29px;
}
.consult-with-member {
  gap: 10px;
}
.consult-with li {
  list-style-type: none;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.consult-with span {
  color: #4B4B4B;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.legal-consult h2 {
    color: #4B4B4B;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}
.legal-consult-member input[type="radio"] {
    width: 22px;
    height: 22px;
    accent-color: #2A88AC;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #2A88AC;
    border-radius: 50%;
    outline: none;
}
.legal-consult-member input[type="radio"]:checked {
    position: relative;
}
.legal-consult-member input[type="radio"]:checked::after {
  content: url('../images/ai-icon/checkbg.png');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
}
.legal-consult-img, .consult-with-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  clip-path: circle();
}
#bookConsultModal .consult-with-img {
  margin: 10px 0px;
}
.consult-with ul {
  padding-left: 14px;
}
.legal-consult-member {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  justify-content: flex-start;
  padding-left: 27px;
}
.calendar-section .consult-with li img {
  width: 24px;
  height: 24px;
}
.legal-consult-info h5,
.calendar-section h5,
.legal-consult-info span,
.legal-consult-info a {
  color: #4B4B4B;
  font-family: Arial;
  font-style: normal;
  line-height: 16px;
}
.legal-consult-info h5, .calendar-section .consult-with-member h5 {
  font-size: 16px;
  font-weight: 600;
  font-family: Inter;
}
.calendar-section .consult-with-member {
  margin: 20px 0px 37px 0px;
}
.next-month-date {
  color: #4B4B4B;
  opacity: 0.2;
}
.calendar-section h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding-top: 19px;
}
.time-slots span {
  color: #4B4B4B;
  text-align: center;
  text-shadow: 0px 0.2px 1px rgba(0, 0, 0, 0.25);
  font-family: Arial;
  font-size: 16px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  height: 44.058px;
  padding: 10px;
  background: #F8F8F8;
  border-radius: 10px;
  cursor: pointer;
}
.time-slots {
  max-height: 435px;
  overflow-y: auto;
  padding-top: 10px;
  /* padding-right: 10px; */
}
.time-slots > :nth-child(n+6) {
  display: none;
}
.time-slot {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 0px;
  padding: 13.5px 0px;
}
.time-slot span, .time-slot button {
  transition: width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-width: 306px;
}

.time-slot button {
  max-width: 140px;
  height: 44.058px;
  padding: 10px;
  background: #2A88AC;
  color: #ffffff;
  border: 0px;
  border-radius: 10px;
  font-family: Arial;
  font-size: 16px;
}
.time-slots::-webkit-scrollbar {
  width: 7px;
  background: #F8F8F8;
  border-radius: 10px;
}
.time-slots::-webkit-scrollbar-thumb {
  background: #2A88AC;
  border-radius: 10px;
}
.time-slots::-webkit-scrollbar-track {
  border-radius: 10px;
}
#bookConsultModal .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  color: #4B4B4B;
  cursor: pointer;
  background: transparent;
  border: 1px solid #4B4B4B;
  border-radius: 50%;
  width: 41px;
  height: 41px;
  padding: 15px;
  vertical-align: middle;
  align-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bookConsultModal li img {
  width: 30px;
  height: 30px;
}
#bookConsultModal .modal-content {
  border-radius: 30px;
}
.modal-header {
  border-bottom: 1px solid #D9D9D9;
}
#bookConsultModal .modal-body {
  padding-left: 28px!important;
}
#bookConsultModal .modal-content {
  color: #484848;
  text-align: center;
  font-family: Arial;
  font-style: normal;
  line-height: normal;
  padding-left: 25px!important;
  padding-right: 25px!important;
}
.modal-title {
  text-transform: capitalize;
}
#bookConsultModal .modal-dialog:before {
  content: url(../images/ai-icon/tick.png);
  position: absolute;
  top: -50px;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -15px);
  border-radius: 10px;
  z-index: 9;
}
#bookConsultModal .modal-content p {
  font-size: 28px;
  font-weight: 400;
}
#bookConsultModal .modal-content h5 {
  font-size: 35px;
  font-weight: 700;
}
#bookConsultModal .consult-with {
  gap: 33px;
  margin-bottom: 6px;
}
#bookConsultModal .consult-with > div, #bookConsultModal .consult-with > ul {
  width: calc(50% - 16.5px);
}
#bookConsultModal h6 {
  color: #4B4B4B;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
}
.calendar-section h5 span {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  font-family: Inter;
}
.legal-consult-info span {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}
.legal-consult-info a {
  color: #2A88AC;
  font-size: 12px;
  font-weight: 400;
}
.legal-consult-info {
  display: flex;
  flex-flow: column wrap;
  width:50%;
}
.calendar-section .ai-ipc-title {
  font-size: 26px;
  margin-bottom: 20px;
}
.calendar-section {
  display: flex;
  flex-flow: row wrap;
  border-radius: 10px;
  border: 3px solid #F8F8F8;
  background: rgba(255, 255, 255, 0.05);
  padding-bottom: 31px;
}
.calendar-section > div {
  padding: 0px 20px;
}
.calendar-section > div:not(:nth-child(3)) {
  width: 30%;
}
.calendar-section > div:nth-child(3) {
  width: 40%;
} 
.calendar-section > div + div {
  border-left: 3px solid #F8F8F8;
}
.calendar-container {
  padding: 20px 10px;
}
.calendar-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}
.calendar-header select {
  width: 151px;
  height: 32px;
  border-radius: 7px;
  color: #4B4B4B;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select1.png);
  background-color: #F8F8F8;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  padding: 6px 12px;
}
.calendar {
  width: 100%;
  border-collapse: collapse;
}
.calendar th, .calendar td div {
  width: 37px;
  height: 37px;
  text-align: center;
  vertical-align: middle;
  color: #4B4B4B;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
.calendar tr {
  height: 47px;
}
.calendar th {
  color: #555;
  font-weight: 700;
}
.calendar td {
  padding: 5px;
}
.calendar td div {
  cursor: pointer;
  font-weight: 400;
  width: 37px;
  height: 37px;
  align-content: center;
  clip-path: circle();
  /* transition: background 0.3s; */
}
.calendar td div:hover {
  background: rgba(42, 136, 172, 0.20);
  opacity: 0.8;
  color: #2A88AC;
}
td div.selected {
  background: rgba(42, 136, 172, 0.20);
  opacity: 0.8;
  color: #2A88AC;
}
td div.highlighted {
  background: #2A88AC;
  opacity: 0.8;
  color: #ffffff;
}
#headerLogo {
  width: 459px!important;
  height: auto!important;
  object-fit: contain;
}
.time-slot {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 27px;
	padding: 0px 0px;
}
.time-slot {
	position: relative;
}
.time-slot span.fakeInputBox {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	height: 100%;
}
.time-slot span.fakeInputBox input[type="checkbox"] {
	width: 100%;
	height: 100%;
}
.time-slot.selected span {
	background: rgba(42, 136, 172, 0.20);
	color: #2A88AC;
  align-content: center;
}
.ai-ipc-title {
  background: #F8F8F8;
  color: #4B4B4B;
  padding: 27px 13px 26px;
  text-align: center;
  font-family: Arial;
}
.new-btn {
	width: 185px;
	height: 45px;
	background: linear-gradient(180deg, #40B3DF -65.82%, #2A88AC 212.22%);
	border: none;
	color: #FFF;
	border-radius: 10px;
	font-family: Inter;
	font-weight: 500;
	font-size: 18px;
	line-height: 21.78px;
	text-align: center;
}
@media only screen and (max-width: 1389px){
  .ai-video-header {
    align-items: center;
  }
}
@media (min-width:1390px){
  .calendar-container {
    padding: 20px 14px 20px 11px;
  }
  .ai-video-wrap {
    width: 719px;
  }
  .legal-consult {
    width: 370px;
    height: 406px;
  }
  iframe.ai-video {
    width: 735px !important;
    margin: -4px 0px 0px -11px;
  }
  .legal-consult h2 {
    font-size: 26px;
  }
  .calendar-section h5 {
    font-size: 20px;
  }
  .consult-with-wrap {
    width: 344px!important;
    padding: 0px 20px 0px 38px!important;
  }
  .consult-calendar {
    width: 393px!important;
  }
  .consult-calendar h5 {
    padding-left: 14px;
  }
  .time-slots-wrap {
    width: 356px!important;
    padding-left: 23px!important;
    padding-right: 29px!important;
  }
  .time-slots-wrap h5 {
    padding-left: 11px;
  }
  .dashboard-wrap .outer-wrap .inr-lft-wrap {
    width: 225px;
  }
  .dashboard-wrap .outer-wrap .inr-rgt-wrap {
    width: calc(100% - 225px);
  }
  .legal-consult-img, .consult-with-img {
    width: 83px;
    height: 83px;
  }
  .time-slots span {
    font-size: 20px;
  }
  .time-slot button {
    font-size: 18px;
  }
  #bookConsultModal .modal-dialog {
    max-width: 572px;
    width: 572px;
    min-width: 572px;
  }
  .legal-consult-img {
    margin-left: 15px;
    margin-right: 13px;
  }
  .legal-consult-member {
    gap: 0px;
  }
  .crq-container .time-slots-wrap {
    width: 353px !important;
}
}
.container.ai-container.ng-scope.crq-container {
  max-width: 1143px!important
}
.crq-container .inr-rgt-wrap {
  width: 100%!important;
}