.hidden {
  display: none;
}

.strong {
  font-weight: 600;
}

.selectize-input {
  margin: 0px;
  border: 1px solid #9e9e9e;
}

.btn-info {
  color: white;
}

.btn-info:hover {
  color: white;
}

/*ScrollBar*/

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
  background: #6c757d;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0d6efd;
}

/*ScrollBar*/

/*Loader*/
#mainloader {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

#loader {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.6);
}

.loader .load-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader .spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

/*Loader*/

/*Login Form*/
.login-logo {
  width: 150px;
}

#layoutAuthentication {
  background-image: url("/images/login-bg.jpg");
}

.login-forgot {
  color: #21afb4;
}

.login-forgot:hover {
  color: #21afb4;
}

.btn-doctor {
  color: white;
  background-color: #3d7db5;
}

.btn-doctor:hover {
  color: white;
  background-color: #468fce;
}

/*Login Form*/

/*Topbar*/
.subheading-2 {
  font-weight: bold;
}

/*Topbar*/

/*Register*/
.register-logo {
  width: 220px;
}

.login-here {
  color: #21afb4;
  font-weight: bold;
}

.login-here:hover {
  color: #21afb4;
}

@media only screen and (max-width: 350px) {
  .register-logo {
    width: 150px;
  }
}

/*Register*/

/*User Profile*/
.user-info .user-picture {
  max-width: 200px;
  max-height: 200px;
  cursor: pointer;
}

/*User Profile*/

/*Dashboard*/
.dashboard-card {
  border-left: 5px solid #BF1F2F;
  font-size: x-large;
  vertical-align: baseline;
  color: #44489A;
  transition: transform 0.3s ease-in-out;
}

.dashboard-card .card-body {
  padding: 20px;
}

.no-decoration {
  text-decoration: none;
}

.dashboard-card:hover {
  transform: scale(1.1);
}

.artical-card {
  transition: transform 0.3s ease-in-out;
}

.artical-card:hover {
  transform: scale(1.05);
}

/*Dashboard*/

/*Scheduling*/
.schedule-accordion-header .accordion-button {
  background-color: #21afb4;
  color: white;
  font-weight: bold;
}

.btn-theme {
  background-color: #21afb4;
  border-color: #21afb4;
}

.btn-theme:hover {
  background-color: #2e9fa3;
  border-color: #2e9fa3;
}

.muted {
  font-size: small;
  color: #bbbbbb;
}

.btnDeleteDocSchedule {
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.btnDeleteDocSchedule:hover {
  transform: scale(1.1);
}

#listSchedulePanel .card-body,
.card-header {
  padding: 10px;
}

#listSchedulePanel ol,
ul {
  padding-left: 1rem;
}

#listSchedulePanel li {
  margin-bottom: 15px;
}

#listSchedulePanel h5 {
  margin-bottom: 0rem;
}

#listSchedulePanel .accordion-body {
  background-color: #f6f9ff;
}

/*Scheduling*/

/*Booking*/
.booking-logo {
  width: 250px;
}

.booking-profile-pic {
  width: 150px;
}

@media only screen and (max-width: 350px) {
  .booking-logo {
    width: 150px;
  }
}

.fw-600 {
  font-weight: 600;
}

.calander-table .today-date-selected {
  padding: 10px;
  color: white;
  background-color: #4dbbb8;
  font-weight: 500;
}

.calander-table th,
td {
  text-align: center;
  vertical-align: middle;
}

.calander-table .calander-available-day {
  background-color: #7ec97e;
  color: #1d521d;
  cursor: pointer;
  font-size: 8px;
}

.calander-table .calander-unavailable-day {
  background-color: #7ec97e;
  color: #1d521d;
  opacity: 0;
  font-size: 8px;
}

.text-decoration-none {
  text-decoration: none;
}

/*Booking*/

.text-theme {
  color: #21afb4;
}

.pointer {
  cursor: pointer;
}

.passwordVisibility {
  cursor: pointer;
}

.img-slideshow-temp {
  width: 100px;
  margin: 20px;
  box-shadow: 1px 1px 20px 1px #4d4e4e;
}

.img-slideshow-list-temp {
  width: 200px;
}

/* Input Number arrow Remove */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

/* Input Number arrow Remove */

/* SIDE BAR */
.sidebar-nav .nav-link i {
  color: green;
}

.sidebar-nav .nav-link.collapsed i {
  color: #BF1F2F;
}

.sidebar-nav .nav-link:hover {
  color: green;
  background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
  color: green;
}

.sidebar-nav .nav-link {
  color: green;
  background: #f6fff8;
}

.sidebar-nav .nav-heading {
  font-size: 15px;
  color: #2d2f30;
}

.nav-heading a {
  text-decoration: none;
  font-size: 15px;
  color: black;
}

/* SIDE BAR */

/*Doctor Profile Social Media*/
.sm-facebook {
  background: #3b5998;
  color: white;
}

.sm-twitter {
  background: #55acee;
  color: white;
}

.sm-instagram {
  background: #cb2027;
  color: white;
}

.sm-linkedin {
  background: #007bb5;
  color: white;
}

.sm-tiktok {
  background: #050505;
  color: white;
}
/*Doctor Profile Social Media*/

/*Range Slider*/
.range-slider {
  margin: 10px 0 0 0;
  width: 100%;
}

.range-slider-range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}

.range-slider-range::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}

.range-slider-range::-webkit-slider-thumb:hover {
  background: #21afb4;
}

.range-slider-range:active::-webkit-slider-thumb {
  background: #21afb4;
}

.range-slider-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}

.range-slider-range::-moz-range-thumb:hover {
  background: #21afb4;
}

.range-slider-range:active::-moz-range-thumb {
  background: #21afb4;
}

.range-slider-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #21afb4;
}

.range-slider-value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #2c3e50;
  padding: 5px 10px;
  margin-left: 8px;
}

.range-slider-value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #2c3e50;
  border-bottom: 7px solid transparent;
  content: "";
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

/*Range Slider*/

.diagnostic-card-header {
  padding: 10px;
  color: white;
  background-color: #4dbbb8;
  font-weight: 500;
  font-size: large;
}

.patients-card-header {
  padding: 10px;
  color: white;
  background-color: #4dbbb8;
  font-weight: 500;
  font-size: large;
}

.input-group-btn {
  color: white;
  background-color: #4dbbb8;
  cursor: pointer;
}

.input-group-btn:hover {
  background-color: #4ebbb7;
}

.ai-card-header {
  padding: 10px;
  color: white;
  background-color: #4dbbb8;
  font-weight: 500;
  font-size: large;
}

.ai-question {
  padding: 10px 5px 10px 5px;
  font-size: large;
}

.ai-answer {
  background-color: #c3c6c721;
  padding: 10px 5px 10px 5px;
  font-size: large;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.cursor-waiting {
  display: inline-block;
  animation: blink 1s infinite;
}

.ai-card-header {
  border-bottom-width: 0px;
}

.ai-saved-queries {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0px !important;
}

.ai-saved-queries.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: #21afb4;
  border-color: #21afb4;
}

.ai-info {
  font-size: x-small;
  color: gray;
}

.slide-visibility-switch {
  display: inline-flex;
  justify-content: space-evenly;
}

.slide-visibility-checkbox:checked[type="checkbox"] {
  background-color: #21afb4;
  border: #21afb4;
}

.slide-visibility-checkbox {
  height: 30px !important;
  width: 50px !important;
}

.btn-slide-delete {
  color: #f76c6c;
  cursor: pointer;
}

.btn-slide-delete:hover {
  color: #e24949;
}

.w-10 {
  width: 10%;
}

.w-5 {
  width: 5%;
}

.ai-saved-queries-date {
  color: #b3b3b3;
  font-size: small;
}

/* Doctor add patient style */
.btn-booking {
  width: 100%;
  border-radius: 0px
}

.btn-block {
  width: 100%;
}


.dropdown {
  position: relative;
  display: inline-block;
}


.dropdown button {
  background-color: #3498db;
  color: white;
  padding: 10px 20px;
  border: none;
  position: absolute;
  align-items: center;
  cursor: pointer;
}


.dropdown-content {
  right: 0;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}


.dropdown-content a {
  font-size: 15px;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;

}


.dropdown-content a:hover {
  background-color: #f1f1f1;
}


.dropdown:hover .dropdown-content {
  display: block;
}

.viewdata {
  border: none;
  background-color: none;
  outline: none;
  width: 100%;
  margin-top: 15px;
}

/* Doctor add patient style */

.tableAlign td {
  text-align: left;
}

/* reports pie chart */
#piechart {
  height: 450px;
  width: 100%;
}

#piechartMonth {
  height: 450px;
  width: 100%;
}

#piechartQuarter {
  height: 450px;
  width: 100%;
}

#piechartYear {
  height: 450px;
  width: 100%;
}

/* reports pie chart */

#image-shadow {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.image-with-shadow {
  box-shadow: 5px 5px 5px #888888;
}

.updateBtnStyle {
  margin-right: 2%;
}

.genericPrescriptionBtn {
  margin-right: 2%;
}

.viewReportStyle {
  margin-right: 2%;
}

.viewReportPrescriptionStyle {
  margin-right: 2%;
}

.background-show {
  background-color: #05b025;
}

.background-no-show {
  background-color: #22c2df;
}

.background-cancel {
  background-color: #b50505;
}

#barChart {
  width: 100%;
  height: 400px;
}

#barChartMonth {
  width: 100%;
  height: 400px;
}

#barChartQuarter {
  width: 100%;
  height: 400px;
}

#barChartYear {
  width: 100%;
  height: 400px;
}

/* check box button on / off function */
.toggle {
  display: block;
  position: absolute;
  background: none;
  margin: 0 0 0.5em 0;
}

.toggle input {
  opacity: 0;
}

.toggle label h2 {
  position: absolute;
  top: 15px;
  left: 5px;
  font-weight: bold;
  font-size: 13px;
  color: #BDBDBD;
  text-shadow: 0px 2px 0px #f6f6f6;
}

.toggle label h1 {
  position: absolute;
  top: 15px;
  left: -17px;
  font-weight: bold;
  font-size: 13px;
  color: #f7f8fa;
  text-shadow: 0px 2px 0px rgb(193 205 255 / 15%);
}

.toggle input+label:before {
  transition: background-color 0.4s ease;
  box-sizing: border-box;
  position: absolute;
  top: 0.55rem;
  left: -18px;
  content: '';
  width: 50px;
  height: 25px;
  box-shadow: inset 5px 5px 14px #adadad,
    inset -5px -5px 14px #ebebeb;
  border-radius: 70px;
}

.toggle input:checked+label:before {
  background: #385dff;
  box-shadow: inset 10px 10px 20px #2945bd,
    inset -10px -10px 20px #4775ff;
}

.toggle input+label:after {
  box-sizing: border-box;
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  position: absolute;
  top: 9px;
  left: -1.2rem;
  width: 25px;
  height: 25px;
  content: '';
  cursor: pointer;
  background-color: #ebebeb;
  border-radius: 500rem;
  box-shadow: 5px 5px 12px #c2c2c2, 0px 0px 0px #ebebeb;

}

.toggle input:checked+label:after {
  transform: translateX(1.53rem);
  background: linear-gradient(145deg, #3254e6, #3c64ff);
  box-shadow: 3px 3px 7px #2945bd, -1px -1px 1px #385dff;
}

.icon {
  font-size: 20px;
  color: red;
  cursor: pointer;
}

 .image-with-shadow {
   display: block;
   margin: 20px auto;
   width: 40%;
   height: 30%;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   /* Adjust shadow properties as needed */
   border-radius: 10px;
   /* Optional: Add border-radius for rounded corners */
 }

 .title-alignment{
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
 }

 .login-font-size{
  font-size: 18px;
}

.text-login-primary{
  color: #808080;
  text-transform:uppercase;
}

.heder-text{
  color: #3C7DB5;
}

.text-size-change{
  font-size: 12px;
  padding-left: 5px;
}

.text-size-change-head{
  font-size: 16px;
  font-weight: bold;
  
}

.alignment-btn{
  margin-left: 20px;
  margin-bottom: 10px;
}

.image-size-change{
  height: 100px;
}

.table-responsive {
  overflow-x: auto;
}

.table-align {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .table-responsive {
      width: 100%;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive > .table {
      margin-bottom: 0;
      background-color: transparent;
  }

  .table-responsive > .table > thead > tr,
  .table-responsive > .table > tbody > tr,
  .table-responsive > .table > tfoot > tr,
  .table-responsive > .table > thead > th,
  .table-responsive > .table > tbody > td,
  .table-responsive > .table > tfoot > td,
  .table-responsive > .table > thead > td {
      white-space: nowrap;
  }
}


.image-responsive {
  max-width: 100%;
  height: auto;
  display: block; 
  margin: 0 auto;
}


@media (max-width: 767px) {
  .image-responsive {
      width: 100%;
      height: auto; 
  }
}

.info-text-align{
  text-align: center;
  color: #454999;
  font-weight: bold;
}

.info-text-align-final{
  text-align: center;
  color: #454999;
}

.profile-info-text{
  text-align: justify;
  margin-left: 0%;
}

.table-row-design{
  border: 1px solid black;
  width: 45px;
  height: 45px;
}

.unorderlist-align{
  margin-left: 12%;
  color: #454999;
  text-align: justify;
}

.note-editor.note-frame {
  background-color:#ffffff;
}

.change-card-size{
  height: 400px;
}

.table-alignment td{
  text-align: left;
}

.background-danger{
  background-color: #BF1F2F;
}

.table-alignment .table-danger{
  background-color: #BF1F2F;
  color: white;
  text-align: start;
}

/* task card */
.task-card {
  position: relative;
  width: 100%;
  height: 140px;
  background-image: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100% );
  border-radius: 10px;
  display: flex;
  padding: 10px 30px;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.heading {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

.para {
  text-align: center;
  color: #ffffff;
  opacity: 0.7;
  line-height: 1.4;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.task-card:hover .overlay {
  opacity: 1;
  pointer-events: auto;
}

.task-card .task-card-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 600;
  padding: 10px 20px;
  font-size: 16px;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  border: none;
  opacity: 0;
  scale: 0;
  transform-origin: 0 0;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.task-card:hover .task-card-btn {
  opacity: 1;
  scale: 1;
}

.task-card .card-btn:hover {
  box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.3);
}

.task-card .task-card-btn:active {
  scale: 0.95;
}

.overlay::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-45deg, #f89b2980 0%, #ff0f7b80 100% );
  transition: transform 0.5s ease;
}

.task-card:hover .overlay::after {
  transform: translate(-50%, -50%) scale(2);
}

/* task card */

.table-designs{
  background-color: #BF1F2F;
  color: white;
}

.alert-small {
  font-size: 0.75rem; 
  padding: 0.5rem; 
  margin-bottom: 1rem; 
}

/* OTP ATTENDANCE PAGE DESIGN */

.otp-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  flex-wrap: wrap;
}
.otp-input {
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 5px;
  font-size: 1.5rem;
  line-height: 1;
}
@media (max-width: 576px) {
  .otp-input {
      width: 45px;
      text-align: center;
      height: 45px;
      font-size: 1.2rem;
      margin: 5px;
  }
}


.timer {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 20px;
  font-weight: bold;
  color: #ff0000;
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 10px;
  width: 100px;
  margin: 20px auto;
}
.timer.running {
  color: #007bff;
}
.timer.warning {
  color: #ffc107;
}
.timer.danger {
  color: #dc3545;
}

/* Basic styles for the table */
.taskTable-responsive {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
}

.taskTable-responsive th, .taskTable-responsive td {
  border: 1px solid #ddd;
  padding: 8px;
}

.taskTable-responsive th {
  background-color: #BF1F2F;
}

/* Responsive styles */
@media (max-width: 768px) {
  .taskTable-responsive {
      display: block;
      overflow-x:auto;
      -webkit-overflow-scrolling: touch;
      white-space: nowrap;
  }

  .taskTable-responsive thead th {
      white-space: nowrap;
  }

  .taskTable-responsive td {
      white-space: nowrap;
  }
}


.chapterTable-responsive {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
}

.chapterTable-responsive th, .chapterTable-responsive td {
  border: 1px solid #ddd;
  padding: 8px;
}

.chapterTable-responsive th {
  background-color: #BF1F2F;
}

/* settings card */
.card-responsive-view {
  width: 300px;
  height: 200px;
  background-color: #4158D0;
  background-image: linear-gradient(43deg, #db0303 0%, #db0303 46%, #db0303 100%);
  border-radius: 8px;
  color: white;
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  cursor: pointer;
  margin-bottom: 20px; 
}

.card-responsive-view-content {
  padding: 20px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: rgb(255, 255, 255);
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.card-responsive-view-content .card-responsive-view-title {
  font-size: 24px;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
}

.card-responsive-view-content .card-responsive-view-para {
  color: inherit;
  opacity: 0.8;
  font-size: 14px;
}

.card-responsive-view:hover {
  transform: rotateY(10deg) rotateX(10deg) scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card-responsive-view:before,
.card-responsive-view:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  z-index: 1;
}

.card-responsive-view:hover:before {
  transform: translateX(-100%);
}

.card-responsive-view:hover:after {
  transform: translateX(100%);
}

@media only screen and (max-width: 768px) {
  .card-responsive-view {
    width: 100%;
    max-width: none; 
    margin-bottom: 20px;
  }
}


.blur {
  filter: blur(5px);
  transition: filter 0.3s;
}

#view-more {
  display: block;
  margin: 0 auto;
}

.pay-card {
  width: 280px;
  padding: 5px;
  background-image: linear-gradient(to right bottom, #910303, #ae0505, #cb0530, #e70000, #e73600);
  background-size: 200% 200%;
  border-radius: 12px;
}

.pay-card-int {
  position: relative;
  height: 100%;
  overflow: hidden;
  font-size: 14px;
  border-radius: 6px;
  background-color: white;
}

.img {
  width: 100%;
  height: 175px;
  background-color: pink;
}

.title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.pay-card-data {
  padding: 20px;
  font-size: 14px;
}

.pay-card__span {
  font-family: 'Lucida Sans' sans-serif;
  font-size: 11px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: white;
  padding: 5px 10px;
  border-radius: 15px;
}

.btn-pay {
  width: 100%;
  margin-top: 15px;
  background-image: linear-gradient(to right bottom, #910303, #ae0505, #cb0530, #e70000, #e73600);
  background-size: 200% 200%;
  border: none;
  padding: 8px 10px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  transition: transform 0.1s ease-in;
}

.btn-pay:active {
  transform: translateY(3px);
}

.pay-card:hover, .btn-pay:hover {
  animation: gradient 0.8s ease-in 1;
}

@keyframes gradient {
  0% {
    background-position: 200% 200%;
  }

  100% {
    background-position: 400% 400%;
  }
}

.cursor-pointer{
  cursor: pointer;
}

.form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.form-check-input {
  margin-right: 0.5rem;
}



.quiz-container {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.quiz-question {
  color: #333;
  margin-bottom: 15px;
}

.quiz-answers {
  margin-left: 20px;
}

.quiz-answers li {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.quiz-answers li:hover {
  background-color: #f0f0f0;
}

.correct-answer {
  background-color: #e6ffe6;
  color: #006600;
  font-weight: bold;
}

.incorrect-answer {
  color: #cc0000;
}

/* Default numbering */
.quiz-questions ol {
  list-style-type: decimal;
}

/* Roman numerals */
.quiz-questions ol.roman {
  list-style-type: upper-roman;
}

/* Lowercase letters */
.quiz-questions ol.lower-alpha {
  list-style-type: lower-alpha;
}

/* Custom numbering */
.quiz-questions ol.custom {
  list-style-type: none;
}

.quiz-questions ol.custom li::before {
  content: counter(list-item) ". ";
  counter-increment: list-item;
  margin-right: 5px;
}


.video-container {
  margin-top: 20px;
  width: 80%;
  max-width: 800px;
}
iframe {
  width: 100%;
  height: 450px;
  border: none;
}