@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@media print {
  #no-print {
    display: none;
  }
  body .chat-box .top-part {
    height: 100% !important;
    overflow: visible;
  }
  .hide-title .main-content {
    display: block !important;
  }
}

body {
  background-color: #052242 !important;
  background: url(../img/bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Poppins", sans-serif !important;
  height: 100vh;
}

#root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

section {
  padding: 0px 0 24px;
}

.logo img {
  height: 48px;
}

.btn {
  font-weight: 500 !important;
}

.btn.status-btn {
  font-size: 12px;
  font-weight: 300 !important;
  border-radius: 50px;
  padding: 1px 6px;
  cursor: auto !important;
}

.btn.btn-primary:active,
.btn.btn-primary:hover,
.btn.btn-primary {
  background: #276AB3 !important;
  border-color: #276AB3 !important;
}

.btn.btn-secondary:active,
.btn.btn-secondary:hover,
.btn.btn-secondary {
  background: #F1582C !important;
  border-color: #F1582C !important;
}

header {
  padding: 12px 0;
}

header .hamburger .line {
  width: 36px;
  height: 4px;
  background-color: #276AB3;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

header .dropdown button {
  border: 0;
}

header .dropdown button::after {
  display: none;
}

header .dropdown .dropdown-menu {
  position: relative;
  background: #276AB3;
  padding: 12px;
  margin-top: 12px;
  border-radius: 10px 0 10px 10px;
  min-width: 190px;
}

header .dropdown .dropdown-menu a {
  color: #fff;
  border-radius: 6px;
  padding: 5px 12px;
  font-weight: 500;
}

header .dropdown .dropdown-menu a:hover {
  background: #F1582C;
}

header .dropdown .dropdown-menu a:focus-visible, header .dropdown .dropdown-menu a:focus {
  background: transparent;
  border: none;
}

header .dropdown .dropdown-menu::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 15px solid #276AB3;
  top: -15px;
  right: 8px;
}

header .dropdown .shows .line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

header .dropdown .shows .line:nth-child(2) {
  opacity: 0;
}

header .dropdown .shows .line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

header .profile-icon {
  background: #276ab3;
  background: -webkit-gradient(linear, left top, left bottom, from(#276ab3), to(#255891));
  background: linear-gradient(180deg, #276ab3 0%, #255891 100%);
  border-radius: 50%;
  border: 3px solid #184F8A;
  height: 50px;
  width: 50px;
  text-align: center;
  overflow: hidden;
}

header .profile-icon img {
  width: 100%;
}

.main-content h1 {
  color: #fff;
  font-weight: 600;
  margin: 0;
  font-size: 28px;
}

.main-content h1 span {
  color: #F1582C;
}

footer {
  padding: 12px 0;
  background: #01162D;
}

footer p {
  font-size: 14px;
}

p {
  color: #fff;
}

/*=======login-page=====*/
.login-page .logo img {
  height: 100px;
}

.login-page .input-group {
  border-radius: 12px;
  border: 3px solid #276AB3;
}

.login-page .input-group input {
  background: transparent;
  border: none;
  color: #fff;
  line-height: 32px;
  padding: 8px 12px;
}

.login-page .input-group input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.login-page .input-group input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.login-page .input-group input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.login-page .input-group input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.login-page .input-group input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.login-page .input-group .submit-btn:active,
.login-page .input-group .submit-btn {
  padding: 0 12px;
  text-align: center;
  border: none;
  background-color: #276AB3;
}

/*=======login-page=====*/
/*=======chat-mode=====*/
.chat-mode .mode-box {
  border-radius: 12px;
  border: 3px solid #276AB3;
  text-align: center;
  padding: 50px 20px;
  max-width: 450px;
}

.chat-mode .mode-box img {
  width: 60px;
  height: 60px;
}

.chat-mode .mode-box h2 {
  color: #fff;
  margin: 8px 0;
  font-size: 30px;
  font-weight: 600;
}

.chat-mode .mode-box h2 span {
  color: #F1582C;
}

.chat-mode .mode-box p {
  color: #276AB3;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}

.chat-mode .mode-box button {
  font-weight: 600;
  font-size: 22px;
  background: transparent;
  border: 3px solid #fff;
  border-radius: 14px;
  padding: 4px 22px;
  color: #fff;
}

.chat-mode .mode-box button:hover {
  background-color: #276AB3;
  border-color: #1A4E87;
}

.custom-type-animation-cursor::after {
  content: '|';
  -webkit-animation: cursor 1.1s infinite step-start;
          animation: cursor 1.1s infinite step-start;
}

@-webkit-keyframes cursor {
  50% {
    opacity: 0;
  }
}

@keyframes cursor {
  50% {
    opacity: 0;
  }
}

/*=======chat-mode=====*/
/*=======Persona-Section=====*/
.main-person .person-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 3px solid #333E4A;
}

.main-person .person-img img {
  width: 160px;
}

.main-person .person-img img.blur-img {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.main-person .person-img .comming-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-person .person-img .comming-content h5 {
  font-size: 14px;
  margin: 0;
  text-align: center;
  color: #042141;
  font-weight: 700;
  text-transform: uppercase;
}

.main-person .person-img .hover-content {
  -webkit-transform: translateY(106%);
          transform: translateY(106%);
  position: absolute;
  padding: 12px;
  width: 100%;
  -webkit-transition: .3s all;
  transition: .3s all;
  bottom: 0;
  background: #276ab3;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 106, 179, 0)), to(#276ab3));
  background: linear-gradient(180deg, rgba(39, 106, 179, 0) 0%, #276ab3 100%);
}

.main-person .person-img .hover-content p {
  margin: 0;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main-person .person-img .hover-content .show-more {
  color: #F1582C;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}

.main-person .person-img:hover .hover-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.main-person h6 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 6px 0 0;
}

.traits-display {
  width: 160px;
}

.traits-display p {
  font-size: 12px;
  margin-bottom: 4px;
}

.traits-display p span {
  font-weight: 600;
  color: #F1582C;
}

.firstActive {
  right: -35px;
}

.lastActive {
  left: -35px;
}

.firstActive,
.lastActive {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: .3s all;
  transition: .3s all;
  position: relative;
}

.persona-section .person-list {
  padding: 0 20px 10px;
  position: relative;
  position: relative;
}

.persona-section .person-list:after {
  position: absolute;
  content: '';
  background: #276AB3;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 85px;
  z-index: -1;
  border-radius: 10px;
}

.persona-section .person-list .person-img h6 {
  display: none;
}

.persona-section .owl-item {
  -webkit-transition: .3s all;
  transition: .3s all;
}

.persona-section .slick-slide .person-img img {
  width: 100%;
  aspect-ratio: 228 / 251;
}

.persona-section .slick-track {
  padding: 12px 0;
}

.persona-section .slick-slide.slick-center {
  -webkit-transform: scale(1.22);
          transform: scale(1.22);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.persona-section .slick-slide.slick-center .person-img {
  border-color: #F1582C;
}

.persona-section .slick-slide.slick-center .person-list:after {
  background-color: #F1582C;
}

.persona-section .slick-slide.slick-center .hover-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.persona-section .owl-stage {
  padding: 50px 0;
}

.persona-section .item-inside {
  margin: 20px 26px;
}

.persona-section .slick-arrow:hover {
  background: #F1582C !important;
  border-color: #F87A56;
}

.persona-section .slick-arrow.slick-disabled {
  cursor: default;
  opacity: .5;
}

.persona-section .slick-arrow {
  position: absolute;
  top: 50%;
  display: inline-block;
  color: #fff;
  padding: 0;
  border-radius: 50%;
  margin: 0;
  height: 50px;
  padding: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #276AB3;
  border: 3px solid #347DCC;
  width: 50px;
}

.persona-section img.slick-prev {
  left: -50px;
}

.persona-section img.slick-next {
  right: -50px;
}

.persona-section .start-btn:active,
.persona-section .btn.start-btn {
  font-weight: 600;
  font-size: 22px;
  border: 3px solid #fff;
  border-radius: 14px;
  padding: 4px 28px;
  color: #fff;
  background: transparent !important;
}

.persona-section .start-btn:active:hover,
.persona-section .btn.start-btn:hover {
  color: #fff !important;
  border-color: #1A4E87;
  background: #276AB3 !important;
}

.persona-section .owl-dots .owl-dot:nth-child(n+4) {
  display: none !important;
}

.persona-section .owl-dots .owl-dot.hover span,
.persona-section .owl-dots .owl-dot.active span {
  background: #F1582C !important;
}

/*=======Persona-Section=====*/
/*=======step-box=====*/
.step-main .step-box h6 {
  color: #fff;
  margin: 4px 0px 0px;
}

.step-main .step-box .circle-main {
  height: 70px;
  width: 70px;
  border: 3px solid #276AB3;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: auto;
}

.step-main .step-box .circle-main .step-circle {
  height: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#b2b2b2));
  background: linear-gradient(180deg, #fff 0%, #b2b2b2 100%);
  width: 45px;
  border: 3px solid #276AB3;
  border-radius: 50%;
  margin: auto;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: #276AB3;
  font-size: 20px;
  z-index: 4;
}

.step-main .step-box .circle-main:after {
  position: absolute;
  top: -4px;
  left: -4px;
  height: calc(50% + 8px);
  width: calc(100% + 8px);
  content: '';
  border-radius: 150px 150px 0 0;
  background-color: #042141;
  z-index: 3;
}

.step-main .step2 .circle-main:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: inherit;
  bottom: -4px;
}

.step-main .step-line {
  height: 3px;
  width: 100%;
  background: #276AB3;
  position: relative;
  top: -11px;
}

.step-main [step-active="true"].step-box .circle-main {
  border-color: rgba(241, 88, 44, 0.7);
}

.step-main [step-active="true"].step-box .circle-main .step-circle {
  background: -webkit-gradient(linear, left top, left bottom, from(#f1582c), to(#9b2b0b));
  background: linear-gradient(180deg, #f1582c 0%, #9b2b0b 100%);
  color: #fff;
  border-color: #D84B22;
}

.step-main [step-active="true"].step-box .circle-main .step-circle span {
  display: none;
}

.step-main [step-active="true"].step-box .circle-main .step-circle::after {
  position: absolute;
  content: '';
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="14.914" viewBox="0 0 20 14.914"><path id="Icon_awesome-check" data-name="Icon awesome-check" d="M6.793,19.2l-6.5-6.5a1,1,0,0,1,0-1.414L1.707,9.87a1,1,0,0,1,1.414,0L7.5,14.249,16.879,4.87a1,1,0,0,1,1.414,0l1.414,1.414a1,1,0,0,1,0,1.414L8.207,19.2A1,1,0,0,1,6.793,19.2Z" transform="translate(0 -4.577)" fill="%23fff" /></svg>') no-repeat center;
  background-size: contain;
  height: 14px;
  width: 18px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.step-main [step-active="true"].step-line {
  background: #973D29;
}

/*=======step-box=====*/
.main-chat {
  height: calc(100% - 110px);
}

.main-chat .toggleSwitch .form-check-label {
  font-size: 12px;
  max-width: 100px;
  line-height: 14px;
  cursor: pointer;
}

.main-chat .toggleSwitch input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-chat .hearing-test-img img {
  width: 160px;
  cursor: pointer;
}

.main-chat .person-img h6 {
  display: none;
}

.chat-box .msg-area {
  padding-left: 0;
  margin-bottom: 0;
}

.chat-box .msg-area li {
  list-style: none;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.chat-box .msg-area li div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  width: auto;
  background-color: #E8F3FF;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  max-width: 80%;
}

.chat-box .msg-area li.message-user div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.chat-box .msg-area .message-bot div {
  border-radius: 24px 24px 24px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.chat-box .msg-area .message-user {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.chat-box .msg-area .message-user div {
  border-radius: 24px 24px 0px 24px;
  background: #c9e8ff;
  color: #000;
}

.chat-box .top-part {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: calc(100vh - 410px);
  margin-bottom: 6px;
  overflow: auto;
  padding-bottom: 12px;
}

@media (min-width: 767px) {
  .chat-box .top-part::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 10px;
  }
  .chat-box .top-part::-webkit-scrollbar-track {
    background-color: #276AB3 !important;
    border-radius: 10px;
  }
  .chat-box .top-part::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 10px;
  }
}

.chat-box .bottom-part {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}

.chat-box .msg-area .message-bot .main-history div,
.chat-box .msg-area .message-bot .main-history {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  width: 100%;
  background: transparent;
}

.case-summary a {
  text-decoration: none;
}

.case-summary h6 {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.case-summary .pdf-grp {
  background: #2B445F;
  border-radius: 50px 50px 0px 50px;
  color: #fff;
  padding: 12px 18px;
  text-align: left;
  cursor: pointer;
}

.case-summary .pdf-grp img {
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
}

.case-summary .pdf-grp h5 {
  font-size: 18px;
  margin: 0;
  text-decoration: none;
}

.case-summary .pdf-grp p {
  text-decoration: none;
  font-size: 13px;
}

.case-des {
  background: #E8F3FF;
  padding: 20px;
  text-align: start;
  border-radius: 16px;
}

.case-des.end-conversation {
  background-color: #fbd9b3 !important;
  color: #000;
}

.case-des h3 {
  font-size: 16px;
  font-weight: 700;
}

.case-des h6 {
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  margin-bottom: 5px;
}

.case-des span {
  display: block;
}

.case-des ul {
  padding-left: 16px;
}

.case-des ul li {
  list-style: none;
  position: relative;
}

.case-des ul li::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #000;
  left: -18px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 8px;
  margin: auto;
}

.bottom-part .chat-textarea textarea {
  background: #CEE4FC;
  width: 100%;
  border: 0;
  padding: 12px;
  height: 60px;
  font-weight: 500;
  border-radius: 20px 20px 0px 20px;
}

.bottom-part .chat-textarea textarea::-webkit-input-placeholder {
  color: #798FA7;
}

.bottom-part .chat-textarea textarea:-ms-input-placeholder {
  color: #798FA7;
}

.bottom-part .chat-textarea textarea::-ms-input-placeholder {
  color: #798FA7;
}

.bottom-part .chat-textarea textarea::placeholder {
  color: #798FA7;
}

.bottom-part .chat-textarea textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bottom-part .chat-btn:active,
.bottom-part .chat-btn:hover,
.bottom-part .chat-btn {
  height: 60px;
  background-color: #CEE4FC !important;
  text-align: center;
  aspect-ratio: 1;
  border: none;
  border-radius: 14px 14px 0px 14px;
}

.chat-btns button {
  font-size: 14px;
  border-radius: 8px;
}

/*=======step-box=====*/
/*=======Modal=====*/
.modal .modal-content {
  background-color: #0C091A !important;
  border: 3px solid #276AB3 !important;
  border-radius: 18px !important;
  padding: 24px;
}

.modal .modal-content .modal-header {
  border: 0;
  color: #F1582C;
  padding: 0;
}

.modal .modal-content .modal-header .modal-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0px;
}

.modal .modal-content .modal-body {
  padding: 0;
}

.modal .modal-content .modal-body h5 {
  color: #276AB3;
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0;
}

.modal .modal-content .modal-body li,
.modal .modal-content .modal-body p {
  font-size: 14px;
  margin-bottom: 2px;
  color: #fff;
}

.modal .modal-content .modal-body li span,
.modal .modal-content .modal-body p span {
  color: #276AB3;
  font-size: 18px;
  font-weight: 600;
}

.modal .modal-content .modal-footer {
  padding: 0;
  border: 0;
}

.modal .modal-content .modal-footer button {
  background: #F1582C;
  border: none;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  border-radius: 8px;
  padding: 6px 15px;
}

.modal.end-conversation-modal .modal-lg {
  --bs-modal-width: 650px;
}

.modal.end-conversation-modal .modal-lg .modal-content {
  padding: 50px 24px;
}

.modal.end-conversation-modal .modal-lg .modal-content h5 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.modal.hearing-test-modal .modal-content {
  padding: 80px 24px 50px;
}

.modal.hearing-test-modal .modal-content .form-check-input:checked {
  background-color: #F1582C;
  border-color: #F1582C;
}

.modal.hearing-test-modal .modal-content .form-check-input:checked:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal.hearing-test-modal .modal-content .bg-black {
  border-radius: 18px !important;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9) !important;
  left: 0;
  width: 100%;
}

.modal.hearing-test-modal .modal-content .login-page.hearing-admin {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal.hearing-test-modal .modal-content .btn-squares {
  padding: 0;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal.hearing-test-modal .step-box h6 {
  color: #fff;
  margin: 4px 0px 0px;
}

.modal.hearing-test-modal .step-box .circle-main {
  height: 70px;
  width: 70px;
  border: 3px solid #276AB3;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: auto;
}

.modal.hearing-test-modal .step-box .circle-main .step-circle {
  height: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#b2b2b2));
  background: linear-gradient(180deg, #fff 0%, #b2b2b2 100%);
  width: 45px;
  border: 3px solid #276AB3;
  border-radius: 50%;
  margin: auto;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: #276AB3;
  font-size: 20px;
  z-index: 4;
}

.modal.hearing-test-modal .step-box .circle-main:after {
  position: absolute;
  top: -4px;
  left: -4px;
  height: calc(50% + 8px);
  width: calc(100% + 8px);
  content: '';
  border-radius: 150px 150px 0 0;
  background-color: #042141;
  z-index: 3;
}

.modal.hearing-test-modal .step2 .circle-main:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: inherit;
  bottom: -4px;
}

.modal.hearing-test-modal .step-line {
  height: 3px;
  width: 100%;
  background: #276AB3;
  position: relative;
  top: -11px;
}

.modal.hearing-test-modal [step-active="true"].step-box .circle-main {
  border-color: rgba(241, 88, 44, 0.7);
}

.modal.hearing-test-modal [step-active="true"].step-box .circle-main .step-circle {
  background: -webkit-gradient(linear, left top, left bottom, from(#f1582c), to(#9b2b0b));
  background: linear-gradient(180deg, #f1582c 0%, #9b2b0b 100%);
  color: #fff;
  border-color: #D84B22;
}

.modal.hearing-test-modal [step-active="true"].step-box .circle-main .step-circle span {
  display: none;
}

.modal.hearing-test-modal [step-active="true"].step-box .circle-main .step-circle::after {
  position: absolute;
  content: '';
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="14.914" viewBox="0 0 20 14.914"><path id="Icon_awesome-check" data-name="Icon awesome-check" d="M6.793,19.2l-6.5-6.5a1,1,0,0,1,0-1.414L1.707,9.87a1,1,0,0,1,1.414,0L7.5,14.249,16.879,4.87a1,1,0,0,1,1.414,0l1.414,1.414a1,1,0,0,1,0,1.414L8.207,19.2A1,1,0,0,1,6.793,19.2Z" transform="translate(0 -4.577)" fill="%23fff" /></svg>') no-repeat center;
  background-size: contain;
  height: 14px;
  width: 18px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.modal.hearing-test-modal [step-active="true"].step-line {
  background: #973D29;
}

.modal.hearing-test-modal .step-box {
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
}

.modal.hearing-test-modal .step-box .circle-main {
  border: none;
}

.modal.hearing-test-modal .step-box .circle-main:after {
  display: none;
}

.modal.hearing-test-modal .step-box .circle-main .step-circle span {
  display: block !important;
}

.modal.hearing-test-modal .step-box .circle-main .step-circle::after {
  display: none;
}

.modal.hearing-test-image-modal.modal .modal-dialog {
  width: auto;
}

.modal.hearing-test-image-modal.modal .modal-dialog .modal-content {
  background-color: transparent !important;
  border: transparent !important;
}

.modal.hearing-test-image-modal.modal .modal-dialog .modal-content .hearing-img-main {
  max-width: 85%;
  max-height: 95vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal.hearing-test-image-modal.modal .modal-dialog .modal-content .hearing-img-main img {
  height: 100%;
  width: 100%;
}

.modal.hearing-test-image-modal.modal .modal-dialog .modal-content button.close-btn {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  top: -34px;
  right: -40px;
}

.speech-modal {
  position: absolute;
  left: 2px;
  bottom: 6.5px;
  background-color: #052242 !important;
  border: 3px solid #276AB3 !important;
  border-radius: 12px 12px 0 !important;
  padding: 9px 6px;
  width: 130px;
  opacity: 1;
  z-index: 9;
}

.speech-modal .modal-lg {
  --bs-modal-width: 600px;
}

.speech-modal .main-loader span {
  width: 4px;
  height: 4px;
  margin: 0px 1px;
  vertical-align: middle;
}

.speech-modal h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.speech-modal .rounds-btn .start-btn,
.speech-modal .rounds-btn .start-btn:hover {
  background: #fff !important;
}

.speech-modal .rounds-btn .sound-wave {
  display: none;
}

.speech-modal .rounds-btn .pause-btn {
  background: #F1582C !important;
}

.speech-modal .rounds-btn .pause-btn:hover {
  background: #F1582C !important;
  background: #F1582C !important;
}

.speech-modal .rounds-btn .pause-btn:before {
  content: "";
  content: "";
  background: #F1582C !important;
  border-radius: 50%;
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  position: absolute;
  left: -3px;
  bottom: 0;
  -webkit-animation: pulsate 1.6s ease-out;
  animation: pulsate 1.6s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0.0;
  z-index: 0;
  right: 0;
  top: 0;
  margin: auto;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
    opacity: 0.0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0.0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.6, 0.6);
            transform: scale(0.6, 0.6);
    opacity: 0.0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0.0;
  }
}

.speech-modal .rounds-btn .pause-btn .main-loader span {
  background-color: #fff !important;
}

.speech-modal .rounds-btn .remove-effect:before {
  display: none;
}

.speech-modal .rounds-btn .restart-btn {
  background: #0D982D !important;
}

.speech-modal .rounds-btn .restart-btn:hover {
  background: #0D982D !important;
}

.speech-modal .rounds-btn button {
  position: relative;
  height: 36px;
  width: 36px;
  z-index: 1;
  border-radius: 50%;
  border: none !important;
  padding: 0;
}

.speech-modal .rounds-btn button svg {
  width: 8px;
  position: relative;
  z-index: 2;
}

/*=======Modal=====*/
/*========Loader==========*/
.mic-btn .main-loader span {
  width: 8px;
  height: 8px;
  margin: 0px 2px;
}

.main-loader span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #3498db;
  margin: 2px 4px;
  opacity: 0;
}

.main-loader span:nth-child(1) {
  -webkit-animation: opacitychange 1s ease-in-out infinite;
          animation: opacitychange 1s ease-in-out infinite;
}

.main-loader span:nth-child(2) {
  -webkit-animation: opacitychange 1s ease-in-out 0.33s infinite;
          animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.main-loader span:nth-child(3) {
  -webkit-animation: opacitychange 1s ease-in-out 0.66s infinite;
          animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@-webkit-keyframes opacitychange {
  0%,
  100% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}

@keyframes opacitychange {
  0%,
  100% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}

/*  suggestion-box */
.suggestion-box button.btn.btn-secondary {
  background: transparent !important;
  border: 1px solid #F1582C;
  border-radius: 18px 18px 0 18px !important;
  font-size: 14px;
  font-weight: 400 !important;
  padding: 4px 10px;
}

/*  suggestion-box */
.show-error .custom-message {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s, opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s, opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

.right-side {
  z-index: 999999;
  position: absolute;
  top: 0px;
  right: 0px;
}

.custom-message {
  will-change: transform, opacity;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1) 0s, opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1) 0s, opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  min-height: 46px;
  position: relative;
  padding-left: 54px !important;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  border-radius: 14px;
  padding: 5px 12px;
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-message.error {
  background: #F1582C;
}

.custom-message svg {
  width: 36px;
  margin-right: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
}

.count-middle {
  background: #F1582C;
  display: inline-block;
  margin: auto;
  color: #fff;
  padding: 4px 12px;
  font-weight: 600;
  border-radius: 50px;
  min-width: 64px;
  font-size: 13px;
}

.admin-modal .border-bottom {
  border-bottom-color: #4c4c4c !important;
}

.admin-modal .modal-content {
  padding: 0;
}

.admin-modal .modal-header .form-control {
  font-size: 14px;
  border-radius: 50px;
  padding: 5px 12px;
  min-width: 130px;
}

.admin-modal .modal-header .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.admin-modal .select-control:after {
  position: absolute;
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAABHNCSVQICAgIfAhkiAAAAFZJREFUKFNjlHFraGBgYKgHYkpAIyNIN4WGNT7Z1dAANogCw8CGgPTDDSLDMLghGAaRYBiKIVgNIsIwDENwGoTHMKyG4DUIi2E4DSFoEJJhDLDYwZXYAHPOKWyquQkLAAAAAElFTkSuQmCC);
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  line-height: 38px;
  right: 8px;
  top: 14px;
  width: 16px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 99;
}

.admin-modal .update-persona {
  max-height: 582px;
  overflow: auto;
}

.admin-modal .update-persona .table-responsive::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 10px;
}

.admin-modal .update-persona .table-responsive::-webkit-scrollbar-track {
  background-color: #052242;
  border-radius: 10px;
}

.admin-modal .update-persona .table-responsive::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 10px;
}

.admin-modal .update-persona::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 10px;
}

.admin-modal .update-persona::-webkit-scrollbar-track {
  background-color: #052242;
  border-radius: 10px;
}

.admin-modal .update-persona::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 10px;
}

.admin-modal .update-persona .update-persona-text {
  margin: 0;
}

.admin-modal .update-persona .update-persona-text li {
  margin-bottom: 6px;
}

.admin-modal .update-persona .update-persona-text li li {
  margin-bottom: 2px;
}

.admin-modal .update-persona .update-persona-text strong {
  font-weight: 500;
  display: block;
  font-size: 16px;
}

.admin-modal .update-persona .input-group {
  position: relative;
}

.admin-modal .update-persona .input-group .form-check-input:focus {
  border-color: #F1582C;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.admin-modal .update-persona .input-group .form-check {
  font-size: 15px;
}

.admin-modal .update-persona .input-group .form-check label {
  color: #fff;
}

.admin-modal .update-persona .input-group .form-check-input:checked {
  background-color: #F1582C;
  border-color: #F1582C;
}

.admin-modal .update-persona .input-group .form-control {
  display: block;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  width: 100%;
  background: transparent;
  border-radius: 8px !important;
  font-size: 13px;
  color: #fff;
}

.admin-modal .update-persona .input-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.admin-modal .update-persona .input-group .form-label {
  display: block;
  color: #fff;
  margin: 0;
}

.page-not-found h1 {
  font-size: 220px;
  line-height: 200px;
  margin: 0;
  font-weight: 600;
  color: #F1582C;
}

.page-not-found p {
  font-size: 16px;
  font-weight: 400;
}

.table-radius {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eee;
}

.table-radius table {
  border: 0;
}

.table-radius table thead tr th {
  background-color: #052242 !important;
  font-size: 13px;
  font-weight: 700;
  padding: 5px !important;
  border: 0;
  color: #F1582C;
  min-width: 120px;
}

.table-radius table tbody tr td {
  font-size: 12px;
  font-weight: 400;
  background-color: #052242 !important;
  color: #fff !important;
}

.table-radius table thead tr th,
.table-radius table tbody tr td {
  padding: 5px !important;
  border-right: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
  border-left: 0 !important;
  text-align: center;
}

.table-radius table thead tr {
  border: 0 !important;
}

.table-radius table thead tr th {
  border: 0;
  padding: 8px 5px !important;
}

.table-radius table thead tr th:nth-last-child(1) {
  border-right: 0 !important;
}

.table-radius table tbody tr {
  border: 0 !important;
  vertical-align: middle;
}

.table-radius table tbody tr td:nth-last-child(1) {
  border-right: 0 !important;
}

.table-radius table tbody tr td:nth-first-child(1) {
  border-left: 0 !important;
}

.table-radius table tbody tr:nth-last-child(1) td {
  border-bottom: 0 !important;
}

.session-form label {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 2px;
}

.session-form .error-message {
  color: red;
  font-size: 13px;
  font-weight: 500;
  margin: 2px 0 0;
}

.session-form .persona-select {
  position: relative;
}

.session-form .persona-select svg {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.session-form .persona-select .inner-select {
  border-radius: 12px;
  border: 2px solid #276AB3;
  padding: 5px;
  position: relative;
}

.session-form .persona-select .inner-select h5 {
  font-size: 14px;
}

.session-form .persona-select img {
  width: 36px;
  border-radius: 8px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
}

.session-form .persona-select input.main-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.session-form .persona-select input.main-checkbox:checked + .inner-select {
  border-color: #F1582C;
}

.react-select-container .react-select__input {
  color: transparent !important;
}

.react-select-container .react-select__control:hover,
.react-select-container .react-select__control {
  border-color: #276AB3;
  border-radius: 8px;
  border-width: 3px;
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  min-height: 52px;
}

.react-select-container .react-select__control:hover .react-select__multi-value,
.react-select-container .react-select__control .react-select__multi-value {
  background-color: #276AB3;
  border-radius: 8px;
}

.react-select-container .react-select__control:hover .react-select__multi-value__label,
.react-select-container .react-select__control .react-select__multi-value__label {
  color: #fff;
  padding: 4px;
  padding-left: 4px;
}

.react-select-container .react-select__control:hover .react-select__multi-value__remove:hover,
.react-select-container .react-select__control .react-select__multi-value__remove:hover {
  background-color: #F1582C;
  color: #fff;
  border-radius: 0 8px 8px 0;
}

.react-select-container .react-select__control:hover .react-select__multi-value__remove svg,
.react-select-container .react-select__control .react-select__multi-value__remove svg {
  fill: #fff;
  stroke: #fff;
}

.react-select-container .react-select__control:hover .react-select__menu img,
.react-select-container .react-select__control:hover .select-insideImage img,
.react-select-container .react-select__control .react-select__menu img,
.react-select-container .react-select__control .select-insideImage img {
  width: 36px !important;
  border-radius: 8px;
  height: 36px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.react-select-container .react-select__control--is--focused {
  border: 0;
  outline: none;
}

.admin-modal .back-btn {
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  position: relative;
  top: -2px;
}
