@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Cairo", sans-serif;
  background: #FDFDFD;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.my-80 {
  margin: 80px 0;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.my-100 {
  margin: 100px 0;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.gap-2 {
  gap: 2px;
}

.gap-4 {
  gap: 4px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.AZ-img-container {
  position: relative;
  overflow: hidden;
  display: block;
}
.AZ-img-container::after {
  content: "";
  display: block;
}

.AZ-img-container-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.AZ-img-cover img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.AZ-field-group {
  display: flex;
  flex-direction: column;
  background: transparent;
}
.AZ-field-group label {
  font-size: 12px;
  color: #386b92;
  font-weight: 500;
  margin-bottom: 3px;
}
.AZ-field-group input,
.AZ-field-group textarea {
  font-size: 14px;
  color: #6c7278;
  font-weight: 400;
  padding: 14px;
  flex-grow: 1;
  background: transparent;
  border: 0;
}
.AZ-field-group input {
  height: 46px;
}
.AZ-field-group .field_inner {
  border: 1px solid #b2c6d5;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(228, 229, 231, 0.24);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.AZ-field-group .field_inner:focus-within {
  border: 1px solid #386b92;
}
.AZ-field-group span {
  padding: 0 14px;
  color: #acb5bb;
}

.form-link {
  font-size: 12px;
  color: #386b92;
  font-weight: 400;
  margin-top: 9px;
}

.AZ-primary-btn {
  font-size: 22px;
  color: #fefefe;
  font-weight: 500;
  padding: 12px 32px;
  border-radius: 8px;
  background: #12b76a;
  border: 0;
  transition: all 0.2s linear;
}
.AZ-primary-btn:hover {
  color: #fff;
  background: #19d17b;
}

.AZ-secondary-btn {
  font-size: 20px;
  font-family: "Peyda-Regular";
  color: #000000;
  height: 44px;
  border-radius: 40px;
  padding: 10px 50px;
  border: 1px solid #0059aa;
  background: transparent;
  transition: all 0.2s linear;
}
.AZ-secondary-btn:hover {
  color: #fff;
  background: #0059aa;
}

.AZ-styled-select {
  min-width: 200px;
  min-height: 35px;
  background: #f2f2f2;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid #b2c6d5;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(228, 229, 231, 0.24);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
}
.AZ-styled-select::before {
  content: "\e914";
  font-family: "icomoon";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 20px;
  color: #292929;
}
.AZ-styled-select select {
  font-size: 14px;
  padding: 0 10px;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  font-weight: 400;
  height: 100%;
  width: 100%;
  color: #6c7278;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.AZ-navbar {
  background: #fff;
  box-shadow: 0px 29px 62px -4px rgba(13, 34, 70, 0.04), 0px 20px 12px -2px rgba(13, 34, 70, 0.02);
  padding: 20px 0;
}
.AZ-navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #031d32;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AZ-navbar .login-btn {
  font-size: 14px;
  color: #031d32;
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid #e6edf1;
  background: #fff;
  padding: 8px 24px;
}
.AZ-navbar .login-btn span {
  font-size: 18px;
}
.AZ-navbar.header-transparent {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: transparent;
}
.AZ-navbar .navbar-toggler {
  color: #000;
}
.AZ-navbar .navbar-toggler:focus {
  box-shadow: none;
}
.AZ-navbar .navbar-brand img {
  width: 119px;
}
.AZ-navbar .nav-link {
  padding: 5px 15px !important;
  position: relative;
  overflow: hidden;
}
.AZ-navbar .nav-link p {
  font-size: 16px;
  color: #386b92;
  font-weight: 600;
  transition: all 0.2s linear;
}
.AZ-navbar .nav-link:hover p {
  color: #0056b3;
}
.AZ-navbar .nav-icon {
  font-size: 24px;
  color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #e6edf1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AZ-navbar .lan-dropdown .dropdown-toggle img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.AZ-navbar .lan-dropdown .dropdown-toggle::after {
  content: none;
}
.AZ-navbar .lan-dropdown .dropdown-item img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.AZ-navbar .lan-dropdown .dropdown-menu {
  left: unset;
  right: 0;
}

.gap-12 {
  gap: 12px;
}

.AZ-footer {
  overflow-x: hidden;
  background: #f8fafc;
}
.AZ-footer .contact-wrapper {
  padding: 74px 0 43px;
  border-bottom: 1px solid #e6edf1;
}
.AZ-footer .contact-wrapper .contact-title {
  font-size: 14px;
  color: #858d9d;
  font-weight: 400;
}
.AZ-footer .contact-wrapper .contact-link {
  font-size: 16px;
  color: #386b92;
  font-weight: 500;
  transition: all 0.2s linear;
}
.AZ-footer .contact-wrapper .contact-link:hover {
  color: #064677;
}
.AZ-footer .contact-wrapper .contact-icon {
  font-size: 32px;
  color: #8caac0;
}
.AZ-footer .footer-title {
  font-size: 13px;
  color: #064677;
  font-weight: 600;
  margin-bottom: 30px;
}
.AZ-footer .copyright-text {
  font-size: 16px;
  color: #48505e;
  font-weight: 400;
  padding: 33px 0;
  border-top: 1px solid #e6edf1;
}
.AZ-footer .footer-link {
  font-size: 14px;
  color: #667085;
  font-weight: 400;
  transition: all 0.2s linear;
  padding: 10px 0;
}
.AZ-footer .footer-link:hover {
  color: #16e;
}
.AZ-footer .footer-text {
  font-size: 14px;
  color: #667085;
  font-weight: 400;
}
.AZ-footer .footer-brand {
  margin-bottom: 18px;
}
.AZ-footer .footer-brand img {
  width: 108px;
}
.AZ-footer .footer-content {
  padding: 76px 0 50px;
}
.AZ-footer .social-wrapper {
  margin-top: 45px;
}
.AZ-footer .social-wrapper a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #16e;
  font-size: 15px;
  border: 1px solid #b2c6d5;
  transition: all 0.2s linear;
}
.AZ-footer .social-wrapper a:hover {
  background: #064677;
  color: #fff;
}

.AZ-search-wrapper {
  border-radius: 8px;
  border: 1px solid #e6edf1;
  background: #fff;
  width: 339px;
  height: 40px;
}
.AZ-search-wrapper input {
  font-size: 14px;
  color: #989fad;
  font-weight: 500;
  background: transparent;
  border: 0;
  padding: 10px;
  height: 100%;
  flex-grow: 1;
  min-width: 50px;
}
.AZ-search-wrapper button {
  font-size: 18px;
  color: #667085;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding-left: 16px;
}

.AZ-section-title {
  font-size: 26px;
  color: #474747;
  font-weight: 600;
  padding-bottom: 38px;
  margin-bottom: 38px;
  position: relative;
}
.AZ-section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80%;
  background: #ededed;
  height: 1px;
}

.AZ-page {
  padding: 53px 0;
  position: relative;
}
.AZ-page::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 253px;
  width: 100%;
  background: linear-gradient(90deg, #5883a4 0%, #8caac0 100%);
  z-index: -1;
}

.AZ-box {
  border-radius: 39px;
  background: #fff;
  box-shadow: 0px 13.323px 39.969px 0px rgba(170, 170, 170, 0.12);
  padding: 40px;
}

.AZ-sidebar {
  padding: 24px 40px;
  border-radius: 20px;
  border: 1px solid #e6edf1;
  background: #fff;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.04);
}
.AZ-sidebar .profile-img {
  min-width: 68.969px;
  border-radius: 12px;
}
.AZ-sidebar .profile-img::after {
  padding-bottom: 100%;
}
.AZ-sidebar .username {
  font-size: 16px;
  color: #383e49;
  font-weight: 600;
  margin-bottom: 6px;
}
.AZ-sidebar .post {
  font-size: 13px;
  caret-color: #383e49;
  font-weight: 300;
}
.AZ-sidebar .line {
  width: 100%;
  margin: 16px 0;
  height: 1px;
  background: #ededed;
}
.AZ-sidebar .details {
  font-size: 18px;
  color: #707070;
  font-weight: 400;
}
.AZ-sidebar .details span {
  font-size: 20px;
  color: #121212;
  font-weight: 500;
}

.AZ-receipt-page .status-icon {
  margin-bottom: 46px;
  position: relative;
}
.AZ-receipt-page .status-icon .status-inner {
  width: 53.293px;
  height: 53.293px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-size: 40px;
  z-index: 1;
}
.AZ-receipt-page .status-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 93.262px;
  height: 93.262px;
  transform: translate(-50%, -50%);
}
.AZ-receipt-page .success .status-inner {
  background: #23a26d;
}
.AZ-receipt-page .success::after {
  background: rgba(35, 162, 109, 0.12);
}
.AZ-receipt-page .failed .status-inner {
  background: #ff4646;
}
.AZ-receipt-page .failed::after {
  background: #fff1f1;
}
.AZ-receipt-page .receipt-title {
  font-size: 26px;
  color: #0d824b;
  font-weight: 400;
  margin-bottom: 13px;
}
.AZ-receipt-page .appointment-title {
  color: #474747;
}
.AZ-receipt-page .failed-title {
  color: #b53232;
}
.AZ-receipt-page .appointment-text {
  font-size: 18px;
  color: #474747;
  font-weight: 700;
  margin-bottom: 10px;
}
.AZ-receipt-page .receipt-text {
  font-size: 40px;
  color: #121212;
  font-weight: 600;
}
.AZ-receipt-page .receipt-list {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.AZ-receipt-page .receipt-list p {
  font-size: 21px;
  color: #707070;
  font-weight: 400;
}
.AZ-receipt-page .receipt-list span {
  font-size: 21px;
  color: #121212;
  font-weight: 500;
}
.AZ-receipt-page .line {
  width: 100%;
  height: 1px;
  background: #ededed;
  margin: 38px 0;
}
.AZ-receipt-page .border-t {
  border-top: 2px dashed #ededed;
  margin-top: 26px;
  padding-top: 26px;
}
.AZ-receipt-page .start-btn,
.AZ-receipt-page .back-btn {
  font-size: 22px;
  margin: 38px 0;
  height: 79px;
}
.AZ-receipt-page .back-btn {
  background: #5883a4;
}
.AZ-receipt-page .back-btn:hover {
  background: #81b5dd;
}

.start-btn,
.back-btn {
  color: #fefefe;
  font-weight: 500;
  border-radius: 8px;
  background: #064677;
  border: 0;
  transition: all 0.2s linear;
}
.start-btn:hover,
.back-btn:hover {
  color: #fff;
  background: #085591;
}

.panel-profile-img {
  min-width: 60px;
  border-radius: 50%;
}
.panel-profile-img::after {
  padding-bottom: 100%;
}

.panel-link {
  font-size: 12px;
  color: #525252;
  font-weight: 500;
  padding: 8px 0;
}
.panel-link span {
  font-size: 18px;
}

.profile-username {
  font-size: 16px;
  color: #383e49;
  font-weight: 600;
}

.profile-post {
  font-size: 13px;
  color: #383e49;
  font-weight: 300;
}

.sticky {
  position: sticky;
  top: 50px;
}

.AZ-appointments-box {
  border-radius: 12px;
  border: 0.5px solid #989fad;
  background: #fff;
  padding: 24px;
  margin-bottom: 24px;
}
.AZ-appointments-box .line {
  margin: 24px 0;
  background: #f0f1f3;
  width: 100%;
  height: 1px;
}
.AZ-appointments-box .details {
  font-size: 12px;
  color: #386b92;
  font-weight: 500;
}
.AZ-appointments-box .details span {
  font-size: 14px;
  color: #031d32;
}
.AZ-appointments-box .profile-img {
  min-width: 48px;
  border-radius: 4px;
}
.AZ-appointments-box .profile-img::after {
  padding-bottom: 100%;
}
.AZ-appointments-box .username {
  font-size: 17px;
  color: #383e49;
  font-weight: 600;
}
.AZ-appointments-box .post {
  font-size: 12px;
  color: #031d32;
  font-weight: 500;
}
.AZ-appointments-box .status {
  font-size: 12px;
  color: #e6edf1;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 8px;
  background: #6098f4;
}
.AZ-appointments-box .status.done {
  background: #48505e;
}
.AZ-appointments-box .status.canceled {
  background: #e84040;
}
.AZ-appointments-box .details-list .details {
  padding-right: 24px;
  margin-right: 24px;
  position: relative;
}
.AZ-appointments-box .details-list .details::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 16px;
  background: #e6edf1;
}
.AZ-appointments-box .details-list .details:last-child {
  padding-right: 0;
  margin-right: 0;
}
.AZ-appointments-box .details-list .details:last-child::after {
  content: none;
}
.AZ-appointments-box .appointments-btn {
  font-size: 14px;
  color: #fefefe;
  font-weight: 500;
  padding: 12px;
  border-radius: 8px;
  background: #064677;
  width: 50%;
}
.AZ-appointments-box .review-btn {
  color: #8c641f;
  background: #ffe8c1;
}
.AZ-appointments-box .chat-btn {
  color: #064677;
  background: #eef5ff;
}

.message-box {
  position: relative;
  overflow: hidden;
}
.message-box .date {
  font-size: 14px;
  color: #031d32;
  font-weight: 400;
  margin-bottom: 24px;
}
.message-box .file-input__input {
  display: none;
}
.message-box .upload-file-message {
  font-size: 12px;
  font-weight: 400;
  color: #16e;
  height: 93px;
  padding: 5px 14px;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px dashed #4185f1;
  background: #eef5ff;
}
.message-box .upload-file-message:hover {
  background: #4185f1;
  color: #ffffff;
}
.message-box .upload-file-message span {
  font-size: 17px;
}
.message-box .chat__conversation-board {
  overflow-y: auto;
  padding: 24px 40px;
  height: 556px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 13.323px 39.969px 0px rgba(170, 170, 170, 0.12);
  margin-bottom: 13px;
}
.message-box .chat__conversation-board__message__context {
  max-width: 70%;
  width: 70%;
}
.message-box .chat__conversation-board__message-container {
  position: relative;
  display: flex;
  flex-direction: row;
}
.message-box .chat__conversation-board__message-container .img__chat {
  overflow: hidden;
}
.message-box .chat__conversation-board__message-container .img__chat img {
  width: 74px;
  height: 74px;
  border-radius: 8px;
}
.message-box .chat__conversation-board__message-container .img__chat .img-name {
  font-size: 16px;
  color: #3eaa3c;
  font-weight: 400;
}
.message-box .chat__conversation-board__message-container .img__chat .img-name {
  font-size: 13px;
  color: #6fb26a;
  font-weight: 400;
}
.message-box .chat__conversation-board__message-container:not(:last-child) {
  margin: 0 0 24px 0;
}
.message-box .chat__text {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-table;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border-radius: 20px 20px 10px 20px;
  padding: 6px 50px 6px 10px;
  border: 0.5px solid #5883a4;
  background: transparent;
  position: relative;
}
.message-box .chat__conversation-board__message-container.reversed {
  flex-direction: row-reverse;
}
.message-box .chat__conversation-board__message-container.reversed .chat__text {
  background: #e1fec6;
  border: 0.5px solid #b5cadd;
}
.message-box .chat__conversation-board__message-container.reversed .chat__text .time_masage {
  color: #21c004;
}
.message-box .chat__conversation-board__message-container.reversed .chat__conversation-board__message__context {
  align-items: flex-end;
}
.message-box .chat__conversation-panel__inner {
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
  flex-grow: 2;
  background: #fff;
  border: 1px solid #8caac0;
  border-radius: 16px;
  height: 93px;
  position: relative;
}
.message-box .chat__conversation-panel__inner:focus-within {
  border: 1px solid #4185f1;
}
.message-box .chat__conversation-panel__inner .chat__conversation-panel__input {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  position: relative;
  background: transparent;
  border: 0;
  width: 90%;
  height: 100%;
}
.message-box .chat__conversation-panel__inner .send-message-btn {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  border: none;
  border-radius: 20px;
  background: #12b76a;
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
}
.message-box .chat__conversation-panel__container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.message-box .time_masage {
  font-size: 11px;
  font-weight: 400;
  color: #b2c6d5;
  position: absolute;
  bottom: 6px;
  right: 6px;
}
.message-box .time_masage span {
  font-size: 8px;
}
.message-box .togglePlay:after {
  content: "nj";
  display: block;
  color: #fff;
  font-family: "icomoon";
  font-size: 50px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.message-box .togglePlay.active:after {
  content: "nk";
}

.AZ-chat-page .back-btn {
  font-size: 16px;
  color: #474747;
  font-weight: 600;
}
.AZ-chat-page .back-btn span {
  font-size: 24px;
}
.AZ-chat-page .profile-img {
  border-radius: 4px;
}
.AZ-chat-page .AZ-sidebar .details {
  font-size: 12px;
  color: #386b92;
  font-weight: 500;
}
.AZ-chat-page .AZ-sidebar .details span {
  font-size: 14px;
  color: #031d32;
}

.total {
  font-size: 18px;
  color: #707070;
  font-weight: 400;
  margin-bottom: 10px;
}
.total span {
  color: #121212;
  font-weight: 500;
}

.AZ-login-page {
  position: relative;
  padding: 40px 0;
  background: #e6edf1;
}
.AZ-login-page::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 300px;
  width: 100%;
  background-image: url("../img/template.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #386b92;
}
.AZ-login-page .login-title {
  font-size: 33px;
  color: #eeeeee;
  font-weight: 700;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.AZ-login-page .login-text {
  font-size: 14px;
  color: #eeeeee;
  font-weight: 500;
  display: block;
  position: relative;
  z-index: 1;
}
.AZ-login-page .login-box {
  border-radius: 40px;
  padding: 40px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.AZ-login-page .login-btn {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  background: #05406c;
  padding: 12px;
  border: 0;
  transition: all 0.2s linear;
}
.AZ-login-page .login-btn:hover {
  background: #386b92;
}
.AZ-login-page .btns {
  font-size: 16px;
  color: #1a1c1e;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 10px;
  border: 1px solid #eff0f6;
  background: #fff;
  box-shadow: 0px -3px 6px 0px rgba(244, 245, 250, 0.6) inset;
  transition: all 0.2s linear;
}
.AZ-login-page .btns:hover {
  background: #eff0f6;
}
.AZ-login-page .separator .line {
  flex-grow: 1;
  background: #e6edf1;
  height: 1px;
}
.AZ-login-page .separator span {
  font-size: 12px;
  color: #5883a4;
  font-weight: 400;
}
.AZ-login-page .createAccount-link {
  font-size: 12px;
  color: #4185f1;
  font-weight: 500;
  transition: all 0.2s linear;
}
.AZ-login-page .createAccount-link:hover {
  color: #000;
}
.AZ-login-page .createAccount-text {
  font-size: 12px;
  color: #6c7278;
  font-weight: 500;
}
.AZ-login-page .number-link,
.AZ-login-page .number-text {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
.AZ-login-page .number-link {
  position: relative;
}
.AZ-login-page .number-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #4185f1;
}
.AZ-login-page .box-title {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.number-code {
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 32px 0;
}

.code-input {
  font-size: 20px;
  color: #032741;
  font-weight: 500;
  text-align: center;
  outline: none;
  direction: ltr;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  border: 1px solid #b2c6d5;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(228, 229, 231, 0.24);
}
.code-input.active {
  border: 1px solid #0059aa;
}

.country-wrapper {
  border-radius: 10px;
  border: 1px solid #b2c6d5;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(228, 229, 231, 0.24);
  position: relative;
}
.country-wrapper .countryDropdown {
  position: unset;
  min-width: 92px;
}
.country-wrapper .countryDropdown-toggle {
  font-size: 14px;
  color: #344054;
  font-weight: 400;
  padding: 8px 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-right: 1px solid #d0d5dd;
}
.country-wrapper .flag {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 50%;
}
.country-wrapper .countryDropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #ccc;
  background: white;
  z-index: 1000;
}
.country-wrapper .dropdown-item {
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.country-wrapper .dropdown-item:hover {
  background: #f0f0f0;
}
.country-wrapper input {
  font-size: 14px;
  color: #031d32;
  font-weight: 400;
  flex-grow: 1;
  background: transparent;
  border: 0;
  width: 50px;
}

.save-btn {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  background: #0d824b;
  padding: 8px 24px;
  border-radius: 8px;
  border: 0;
  height: 32px;
}

.modal-wrapper .modal-content {
  border: 0;
  border-radius: 12px;
}
.modal-wrapper .modal-footer {
  border-top: 1px solid #eaecf0;
  padding: 32px;
}
.modal-wrapper .start-btn {
  font-size: 14px;
  padding: 12px 32px;
}
.modal-wrapper .modal-title {
  font-size: 18px;
  color: #064677;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal-wrapper .modal-text {
  font-size: 14px;
  color: #043254;
  font-weight: 400;
}
.modal-wrapper .number-code {
  margin: 48px 0 0;
}
.modal-wrapper .close-modal {
  width: 24px;
  height: 24px;
  color: #475467;
  border-radius: 4px;
  background: #f2f4f7;
  font-size: 16px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 32px;
  right: 32px;
}
.modal-wrapper .modal-body {
  padding: 32px 0 24px;
}
.modal-wrapper .code-input {
  font-size: 32px;
  color: #1d2939;
  font-weight: 400;
  border-radius: 8px;
  width: 56px;
  height: 56px;
  border: 1px solid #d0d5dd;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

@media screen and (max-width: 1400px) {
  .AZ-search-wrapper {
    width: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .AZ-navbar .nav-link {
    padding: 5px 10px !important;
  }
  .AZ-navbar .nav-link p {
    font-size: 14px;
  }
  .AZ-navbar .login-btn {
    padding: 8px 12px;
  }
  .AZ-navbar .navbar-brand img {
    width: 90px;
  }
  .AZ-search-wrapper {
    width: 150px;
  }
  .AZ-sidebar {
    padding: 24px 30px;
  }
  .AZ-sidebar .details {
    font-size: 16px;
  }
  .AZ-sidebar .details span {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .w-md-100 {
    width: 100% !important;
  }
  .AZ-page {
    padding: 38px 0 100px 0;
  }
  .sticky {
    position: unset;
  }
  .AZ-box {
    padding: 0;
  }
  .AZ-primary-btn {
    font-size: 14px;
  }
  .AZ-section-title_resp {
    font-size: 16px;
    color: #474747;
    font-weight: 600;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .AZ-section-title {
    font-size: 18px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .AZ-section-title::after {
    width: 100%;
  }
  .AZ-navbar {
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(189, 189, 189, 0.5);
    padding: 8px 0;
  }
  .AZ-navbar .navbar-brand img {
    width: 75px;
  }
  .AZ-navbar .AZ-search-wrapper {
    width: 121px;
  }
  .AZ-navbar .AZ-search-wrapper button {
    padding-left: 12px;
  }
  .AZ-navbar .AZ-search-wrapper input {
    padding: 8px;
  }
  .AZ-navbar .container {
    flex-direction: row-reverse;
  }
  .AZ-navbar .navbar-collapse {
    position: fixed;
    left: -300px;
    top: 0;
    bottom: 20px;
    height: 100vh;
    z-index: 10;
    transition: all 0.2s linear;
  }
  .AZ-navbar .navbar-collapse .sidebar {
    width: 216px;
    background: #fff;
    height: 100%;
    padding: 30px 24px;
  }
  .AZ-navbar .navbar-collapse::after {
    content: "";
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(3, 29, 50, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.2s linear;
  }
  .AZ-navbar .navbar-collapse.show {
    left: 0;
  }
  .AZ-navbar .navbar-collapse.show::after {
    opacity: 1;
    visibility: visible;
  }
  .AZ-navbar .nav-link {
    padding: 15px 0 !important;
  }
  .AZ-navbar .nav-link p {
    font-size: 16px;
    color: #386b92;
  }
  .AZ-navbar .panel-profile-img {
    min-width: 48px;
  }
  .profile-username,
  .profile-post {
    font-size: 12px;
  }
  .panel-menu {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-top: 16px;
  }
  .panel-link {
    font-size: 14px;
    color: #386b92;
    padding: 12px 0;
  }
  .AZ-footer {
    display: none;
  }
  .box-wrapper {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 13.323px 39.969px 0px rgba(170, 170, 170, 0.12);
    padding: 16px;
    margin-bottom: 13px;
  }
  .fixed-resp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 11px;
    background: #fff;
    box-shadow: 0px -9px 10.4px -3px rgba(242, 242, 242, 0.77);
  }
  .AZ-sidebar {
    border-radius: 0;
    background: transparent;
    box-shadow: unset;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ededed;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .AZ-sidebar .details {
    font-size: 16px;
  }
  .AZ-sidebar .details span {
    font-size: 18px;
  }
  .chat__conversation-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    background: #fff;
    box-shadow: 0px -9px 10.4px -3px rgba(242, 242, 242, 0.77);
  }
  .message-box .upload-file-message {
    height: unset;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
  }
  .message-box .upload-file-message p {
    display: none;
  }
  .message-box .group {
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .message-box .chat__conversation-panel__inner {
    padding: 16px 12px;
  }
  .message-box .chat__conversation-panel__inner .send-message-btn {
    right: 12px;
  }
  .message-box .chat__conversation-panel__inner .send-message-btn p {
    display: none;
  }
  .message-box .chat__conversation-board {
    overflow-y: scroll;
    padding: 0;
    height: auto;
  }
  .AZ-receipt-page .appointment-text {
    font-size: 16px;
  }
  .AZ-receipt-page .receipt-title {
    font-size: 18px;
  }
  .AZ-receipt-page .receipt-text {
    font-size: 24px;
  }
  .AZ-receipt-page .AZ-box {
    padding: 36px 16px 16px;
  }
  .AZ-receipt-page .status-icon {
    margin-bottom: 31px;
  }
  .AZ-receipt-page .status-icon .status-inner {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
  .AZ-receipt-page .status-icon::after {
    width: 70px;
    height: 70px;
  }
  .AZ-receipt-page .receipt-list p {
    font-size: 18px;
  }
  .AZ-receipt-page .receipt-list span {
    font-size: 20px;
  }
  .AZ-receipt-page .start-btn,
  .AZ-receipt-page .back-btn {
    font-size: 14px;
    margin: 0;
    height: auto;
    padding: 12px;
  }
  .AZ-appointments-box .details-list {
    gap: 12px;
  }
  .AZ-appointments-box .details-list .details {
    padding-right: 0;
    margin-right: 0;
  }
  .AZ-panel-page .AZ-box {
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .AZ-panel-page::after {
    content: none;
  }
}
@media screen and (max-width: 567px) {
  .AZ-login-page .login-box {
    padding: 24px;
    border-radius: 10px;
  }
  .AZ-login-page .login-btn {
    font-size: 14px;
  }
  .AZ-login-page .btns {
    font-size: 14px;
  }
  .modal-mobile {
    background: rgba(0, 0, 0, 0.512);
  }
  .modal-mobile .modal-footer {
    border-top: 0;
    padding: 16px;
  }
  .modal-mobile .modal-body {
    padding: 32px 0 16px;
  }
  .modal-mobile .modal-dialog-centered {
    display: flex;
    align-items: flex-end;
  }
  .modal-mobile .modal-dialog-scrollable .modal-content {
    max-height: 80vh;
  }
  .modal-mobile .modal-header {
    display: none !important;
  }
  .modal-mobile.fade .modal-dialog {
    transform: translate(0, 0);
  }
  .modal-mobile .modal-dialog {
    max-width: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: unset;
    min-height: unset;
    max-height: 60vh;
  }
  .modal-mobile .modal-content {
    border-radius: 16px 16px 0 0;
    position: relative;
  }
  .modal-mobile .modal-content::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 16px;
    width: 65px;
    height: 4px;
    border-radius: 10px;
    background: rgba(208, 213, 221, 0.4);
  }
  .modal-mobile .number-code {
    margin: 16px 0 0;
  }
  .modal-mobile .modal-title {
    font-size: 14px;
    margin-bottom: 16px;
  }
}