:root {
  --myc-grey: #9e9e9e;
  --myc-dark: #323e48;
  --myc-gray-dark: #616161;
  --myc-gray-light: #d7d7d7;
  --myc-blue: #01bdc3;
  --myc-primary: #01bdc3;
  --myc-primary-focus: #d8f3f4;
  --myc-blue-light: #d8f3f4;
  --myc-pink: #fc3868;
  --text-color-rgb: 50, 62, 72;
  --scroll-color: #c1c1c1;
  --scroll-color-hover: #969696;
  --shadow-color: 0deg 0% 40%;
  --pale-blue: #CEF1F2;
  --pale-indigo: #B2B9E1;
  --pale-green: #B7DFB9;
  --pale-brown: #C9BBB6;
  --pale-purple: #D7A9DF;
  --pale-red: #FBB4AF;
  --pale-orange: #FFBCA7;
  --pale-yellow: #FFF7B1;
  --border-radius: 5px;
  --myc-transition: .2s ease-in-out;
  --myc-spacing: 1rem;
  --myc-icon-checkbox: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  --myc-icon-minus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
  --myc-icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  --myc-icon-date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
  --myc-icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
  --myc-icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
  --myc-icon-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
}

.videoconsultation-page #alert-help {
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: auto;
  padding: 20px;
  margin: 20px 0;
  position: relative;
  background-color: #d8f3f4;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  background-image: url(../images/2024/video-consultation-help.png);
}
@media screen and (max-width: 479.99px) {
  .videoconsultation-page #alert-help {
    background-image: none;
    height: auto;
  }
  .videoconsultation-page #alert-help h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .videoconsultation-page #alert-help p {
    font-size: 14px;
  }
}
@media screen and (min-width: 480px) and (max-width: 550px) {
  .videoconsultation-page #alert-help {
    width: 100%;
    height: 100%;
    min-height: 12rem;
    flex-direction: column;
    background-position: center right;
    background-size: 50% auto;
    background-image: url(../images/2024/video-consultation-help.png);
    position: relative;
    background-image: none;
  }
  .videoconsultation-page #alert-help > * {
    position: relative;
    z-index: 2;
  }
  .videoconsultation-page #alert-help h4 {
    font-size: 18px;
  }
  .videoconsultation-page #alert-help p {
    font-size: 16px;
  }
}
.videoconsultation-page #alert-help h4 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.videoconsultation-page #alert-help h4,
.videoconsultation-page #alert-help p {
  margin-right: 200px;
}
@media screen and (max-width: 550px) {
  .videoconsultation-page #alert-help h4,
  .videoconsultation-page #alert-help p {
    margin-right: 0;
  }
}
.videoconsultation-page #alert-help .btn {
  display: block;
  max-width: 55%;
}
@media screen and (min-width: 320px) and (max-width: 550px) {
  .videoconsultation-page #alert-help .btn {
    max-width: 100%;
    width: 100%;
  }
}
.videoconsultation-page .search-filters {
  top: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1023.99px) {
  .videoconsultation-page .search-filters {
    top: 56px !important;
  }
}
