.fs-9 {
  font-size: 0.563rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.813rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-40 {
  font-size: 2.5rem !important;
}

.fs-44 {
  font-size: 2.75rem;
}

.fs-56 {
  font-size: 3.5rem;
}

.cancel-btn {
  background-color: #e90a1e;
}

.sub-btn {
  background-color: #3B6800;
  color: #ffffff;
}

.sub-btn:hover {
  background-color: rgba(59, 104, 0, 0.8196078431);
}

.table-active:hover {
  background-color: rgba(25, 128, 255, 0.9019607843) !important;
}

.btn-create:hover {
  background-color: rgba(33, 144, 0, 0.7019607843);
}

#login .input-filed {
  width: 100%;
  border-radius: 5px;
}
#login .input-filed:focus {
  outline: none;
}
#login .circle {
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 20px;
  text-align: center;
  border-radius: 50%;
}
#login .login-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -55%);
}
#login .login-sub-content {
  position: relative;
}

.inner-header-box {
  display: flex;
  margin-bottom: 0px;
  justify-content: end;
}
.inner-header-box li {
  padding: 10px;
  transition: all 0.3s linner;
}
.inner-header-box li:hover {
  background: rgba(210, 210, 210, 0.08);
}
.inner-header-box li.active {
  background: rgba(210, 210, 210, 0.2392156863);
}

.new-report-header {
  background: rgba(172, 172, 172, 0.2392156863);
  padding: 10px;
}
.new-report-header .heading {
  text-align: center;
  color: rgba(19, 19, 19, 0.8392156863);
}

.report-table table {
  border: 1px solid gray;
  border-collapse: collapse;
  width: 100%;
}
.report-table table tr th,
.report-table table tr td {
  border: 1.5px solid rgba(128, 128, 128, 0.431372549);
  text-align: center;
  padding: 5px 10px;
}

* {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer and Edge */
}

*::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, and Opera */
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100vh;
  position: relative;
}

a,
li {
  text-decoration: none;
  list-style: none;
  color: #6c757d;
}

select:focus-visible {
  border: none !important;
  outline: none !important;
}

.opinionOptionCss {
  height: 50px;
  width: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.opinionOptionCss:hover {
  background-color: #eaeaea;
}

.opinionOptionCss.active {
  background-color: #0d6efd !important;
  color: white !important;
  font-weight: 600 !important;
}

.opinionOptionCss.inactive {
  background-color: inherit;
  color: grey;
  font-weight: normal;
}

.attatchedImgBox {
  height: 100px;
}

.attatchedImgBox img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
}

.attatchedImgBox div {
  opacity: 1;
  transition: all 0.3s ease;
  background-color: rgba(142, 142, 142, 0.231372549);
  height: 100%;
  width: 140px;
  border-radius: 10px;
  cursor: pointer;
}

.camera_rotated_btn {
  position: absolute;
  top: -5px;
  left: 7px;
}

#successToast {
  position: fixed;
  top: -100%;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

#admin_dashboard .nav-link.active {
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: #6c757d;
  height: 100px;
  width: 100%;
}
#admin_dashboard .btn-click {
  background-color: #F2F2F2;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0);
  color: #6c757d;
  height: 100px;
  width: 100%;
}
#admin_dashboard .profile-name {
  background-color: #0e6efd;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
#admin_dashboard .btn-click:hover {
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.active-filed:focus {
  outline: none;
}

.line-blue {
  border-bottom: 2px solid #0e6efd;
}

.icons {
  height: 40px;
}

.btn-create {
  background-color: rgba(33, 144, 0, 0.4588235294);
}

.table-active {
  background-color: rgba(25, 128, 255, 0.7490196078) !important;
}

.short-icon {
  height: 19px !important;
}

.under-line {
  border: none;
  border-bottom: 1px solid #6c757d;
  width: 100%;
  max-width: 250px;
}

.under-line:focus {
  outline: none;
}

.modal-content {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0);
}

.h-22 {
  height: 22px;
}

.my_star {
  font-family: FontAwesome;
  margin: 5px;
  font-size: 40px;
  color: #ccc;
  margin: 0 5px;
  cursor: pointer;
}

.star:hover {
  color: #f2c354;
}

.selected_star {
  color: #ffd700 !important;
}

.hovered_star {
  color: #ffd700 !important;
}

#star_rating .rating {
  border: none;
  float: left;
}
#star_rating .rating > input {
  display: none;
}
#star_rating .rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
#star_rating .rating > .half:before {
  content: "\f089";
  position: absolute;
}
#star_rating .rating > label {
  color: #ccc;
  float: right;
}
#star_rating .rating > input:checked ~ label,
#star_rating .rating:not(:checked) > label:hover,
#star_rating .rating:not(:checked) > label:hover ~ label {
  color: #FFD700;
}
#star_rating {
  /* hover previous stars in list */
}
#star_rating .rating > input:checked + label:hover,
#star_rating .rating > input:checked ~ label:hover, #star_rating .rating > label:hover ~ input:checked ~ label,
#star_rating .rating > input:checked ~ label:hover ~ label {
  color: #FFED85;
}

/* audit schedule model Css  */
/* label container */
.radio-button-container {
  color: rgba(0, 0, 0, 0.75);
  display: block;
  position: relative;
  padding-left: 45px;
  line-height: 25px;
  margin-bottom: 12px;
  margin-left: 30px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-button-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}

/* On mouse-over, add a grey background color */
.radio-button-container:hover input ~ .checkmark {
  border-color: rgba(0, 0, 0, 0.5);
}

/* When the radio button is checked */
.radio-button-container input:checked ~ .checkmark {
  background-color: rgba(0, 0, 0, 0);
  border-color: teal;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-button-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle)=========================== */
.radio-button-container .checkmark:after {
  top: 4px;
  left: 4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: teal;
}

#report-inner-header .option {
  background-color: #F2F2F2;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0);
  color: #6c757d;
  transition: all 0.3s linear;
  cursor: pointer;
}
#report-inner-header .option:hover {
  background-color: #ffffff !important;
  box-shadow: 3px 1px 12px 3px #F2F2F2;
  border: none !important;
}

#report .nav-item a.active {
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: #6c757d;
  border-radius: 30px;
}

.fade:not(.show) {
  opacity: 0;
  display: none;
}

#audit-report .nav-link.active {
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: #6c757d;
}
#audit-report .btn-click {
  background-color: #F2F2F2;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0);
  color: #6c757d;
}
#audit-report .btn-click:hover {
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#create_audit .nav-link.active {
  background-color: transparent;
  border-bottom: 2px solid #0e6efd;
  border-right: none;
  border-left: none;
  border-top: none;
  width: 100%;
}

.table-question-w {
  max-width: 500px;
}

#questionProgressbar .questionProgressbarBtn {
  border: 1px solid grey;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;
  align-content: center;
  cursor: pointer;
  color: grey;
  transition: all 0.2s linear;
  background-color: white;
}
#questionProgressbar .questionProgressbarBtn.active {
  scale: 1.3;
  background-color: #0d6efd !important;
  color: white;
  border-color: #0d6efd;
}
#questionProgressbar .questionProgressbarBtn[disabled]:hover {
  cursor: not-allowed !important;
}
#questionProgressbar .complateQuestionNo {
  background-color: grey;
  color: #ffffff;
}

.star_not_hover {
  color: auto !important;
}

.takenImageBox .takenImageDiscardBtn {
  border: none;
  background-color: inherit;
  position: absolute;
  top: -5%;
  right: 10%;
  font-size: 25px;
}

.timeBtn {
  min-width: 115px;
}

.selectedScheduleTime button {
  border-color: #0dcaf0 !important;
  color: #0dcaf0 !important;
}
.selectedScheduleTime button span {
  border-color: #0dcaf0 !important;
}
.selectedScheduleTime button span i {
  color: #0dcaf0 !important;
  font-size: 14px !important;
}

#scheduleTimeBox .row {
  max-height: auto;
  overflow: auto;
}

.dropdown-toggle::after {
  margin-left: 1em;
}

@media only screen and (max-width: 768px) and (min-width: 0) {
  .table-p {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .mobile-view {
    width: 100%;
    overflow-x: scroll;
  }
  .under-line {
    max-width: 185px;
  }
  .table-question-w {
    min-width: 500px;
  }
  #scheduleTimeBox .row {
    max-height: 250px;
    overflow: auto;
  }
}
#congratulationModalBody {
  position: relative;
}
#congratulationModalBody button.btn-close {
  position: absolute !important;
  right: 8px;
  top: 6px;
}
#congratulationModalBody button.btn-close:active {
  --bs-btn-close-focus-shadow: none !important;
}
#congratulationModalBody p#icon {
  font-size: 40px;
  margin: 5px 0;
}
#congratulationModalBody p#text {
  font-size: 16px;
  color: gray;
}

#fullImageModalBody {
  position: relative;
}
#fullImageModalBody button.btn-close {
  position: absolute !important;
  right: 8px;
  top: 6px;
}
#fullImageModalBody button.btn-close:active {
  --bs-btn-close-focus-shadow: none !important;
}
#fullImageModalBody img#image {
  height: 200px;
  width: auto;
  margin-top: 0;
}
@media (max-width: 480px) {
  #fullImageModalBody img#image {
    height: 146px;
    width: auto;
    margin-top: 26px;
  }
}

.camera-btn {
  background-color: white;
  border: none;
}

.complete-question-icon-box {
  height: 20px;
  width: 20px;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(-50%, -75%);
}
@media (max-width: 480px) {
  .complete-question-icon-box {
    display: none !important;
    top: 50% !important;
    transform: translate(-50%, -75%) !important;
  }
}

#responceAlertToast {
  position: fixed;
  top: -100%;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}
#responceAlertToast #responceAlertToastBox.success {
  border: 1px solid #46a220;
  background-color: rgb(218, 245, 218);
  padding: 0;
}
#responceAlertToast #responceAlertToastBox.success .header {
  border-bottom: 1px solid #46a220;
  background-color: rgb(218, 245, 218);
  color: #346506;
}
#responceAlertToast #responceAlertToastBox.success p#responceAlertToastTextMsg {
  color: #346506;
}
#responceAlertToast #responceAlertToastBox.fail {
  border: 1px solid rgba(155, 55, 16, 0.8392156863);
  background-color: rgb(246, 234, 229);
  padding: 0;
}
#responceAlertToast #responceAlertToastBox.fail .header {
  border-bottom: 1px solid rgba(155, 55, 16, 0.8392156863);
  background-color: rgb(246, 234, 229);
  color: #873014;
}
#responceAlertToast #responceAlertToastBox.fail p#responceAlertToastTextMsg {
  color: #873014;
}

.question-row {
  border-bottom: 1px solid #d6d6d6;
}
.question-row div div.select-box {
  border: 2px solid #bebebe !important;
  padding: 5px 8px;
  border-radius: 7px;
}
.question-row div div.select-box select.selectAnswer {
  background-color: inherit;
  border: none !important;
  color: #6d6d6d;
}
.question-row.complete div div.select-box {
  border: 2px solid #39a939 !important;
  padding: 5px 8px;
  border-radius: 7px;
}
.question-row.complete div div.select-box select.selectAnswer {
  background-color: inherit;
  border: none !important;
  color: #322d2d;
}
@media (max-width: 480px) {
  .question-row {
    border-bottom: none !important;
    margin-bottom: 5px !important;
  }
  .question-row.even {
    background-color: #fff !important;
  }
  .question-row.odd {
    background-color: rgba(245, 245, 245, 0.5803921569) !important;
  }
  .question-row div div.select-box {
    border: 2px solid #bebebe !important;
    padding: 3px 8px;
    border-radius: 7px;
  }
  .question-row div div.select-box select.selectAnswer {
    background-color: inherit;
    border: none !important;
    color: #6d6d6d;
  }
  .question-row div button.camera-btn {
    background-color: inherit;
  }
  .question-row.complete {
    border: 2px solid #39a939 !important;
    padding: 5px 8px;
    border-radius: 7px;
    padding: 0 2px;
  }
  .question-row.complete div div.select-box {
    border: 2px solid #39a939 !important;
    padding: 3px 8px;
    border-radius: 7px;
  }
  .question-row.complete div div.select-box select.selectAnswer {
    background-color: inherit;
    border: none !important;
    color: #322d2d;
  }
}

@media (max-width: 480px) {
  #submitBtnBox button {
    width: 100% !important;
  }
}

.image-container {
  display: flex;
  overflow: scroll;
  scroll-behavior: smooth;
}
.image-container .answer-img-box {
  display: inline !important;
  padding: 0 5px;
}
.image-container .answer-img-box img {
  height: 36px !important;
  width: 61px !important;
  cursor: pointer;
}

.selectedFilterOption {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.timeslot-container {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  border: 1px solid #747474;
}
.timeslot-container .timeslot {
  border: 1px solid #747474;
  border-radius: 18px;
  display: flex;
  gap: 15px;
  color: #747474;
}
.timeslot-container .timeslot span {
  padding: 5px 10px;
}
.timeslot-container .timeslot i {
  cursor: pointer;
  padding: 5px 10px;
}

.btn-gray {
  background: gray;
}
.btn-gray:hover {
  background: red;
}

.view-pdf-section {
  padding: 100px;
}
.view-pdf-section .label {
  color: gray;
  font-style: italic;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 3px;
}

.split-table {
  width: 100%;
  border-collapse: collapse;
}

.mb-1 {
  margin-bottom: 5px;
}

.pb-1 {
  padding-bottom: 5px;
}

.split-table th {
  background-color: #ccc;
  padding: 10px;
  font-size: 11px;
  margin: 0;
  padding: 5px 0;
}

.split-table td {
  font-size: 13px;
  margin: 0;
  padding: 5px;
}

.split-table .col {
  vertical-align: baseline;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.even-tr {
  background-color: #f2f2f2;
}

.odd-tr {
  background-color: #fff;
}

.b-bottom {
  border-bottom: 1px solid #ccc;
}

.b-top {
  border-top: 1px solid #ccc;
}

.b-left {
  border-left: 1px solid #ccc;
}

.b-right {
  border-right: 1px solid #ccc;
}

.b-top-bottom {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.br-top-left {
  border-radius: 10px 0 0 0;
}

.br-top-right {
  border-radius: 0 10px 0 0;
}

.information-container {
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.info-head {
  padding: 5px;
  text-align: center;
  background-color: #e45b26;
}

.inner-box {
  padding: 10px;
}

.c-icon {
  height: 22px;
  width: 60px;
}

.flash-mob-audit-btn {
  padding: 5px 19px;
  color: #077f07;
  border: 1px solid green;
  border-radius: 5px;
  background-color: rgba(0, 128, 0, 0.0392156863);
  display: flex;
  align-items: center;
}
.flash-mob-audit-btn img {
  width: 25px;
}
.flash-mob-audit-btn span {
  padding-left: 10px;
  font-size: 15px;
}
@media (max-width: 480px) {
  .flash-mob-audit-btn {
    padding: 3px 10px;
    border-radius: 5px;
  }
  .flash-mob-audit-btn img {
    width: 15px;
  }
  .flash-mob-audit-btn span {
    padding-left: 5px;
    font-size: 12px;
  }
}

#flashMobAuditModal .flashVideo-timer {
  border: 1px solid gray;
  padding: 5px 19px;
  border-radius: 5px;
}
#flashMobAuditModal .flashMobAuditModal-footer {
  display: flex;
  position: relative;
}
#flashMobAuditModal .flashMobAuditModal-footer .start-btn {
  border: 1px solid green;
  background-color: transparent;
  padding: 5px 16px;
  border-radius: 7px;
  color: green;
}
#flashMobAuditModal .flashMobAuditModal-footer .stop-btn {
  border: 1px solid red;
  background-color: transparent;
  padding: 5px 16px;
  border-radius: 7px;
  color: red;
}
#flashMobAuditModal .flashMobAuditModal-footer .next-btn {
  position: absolute;
  right: 0;
  border: 1px solid gray;
  background-color: transparent;
  padding: 5px 16px;
  border-radius: 7px;
  color: #454545;
}
#flashMobAuditModal .flashMobAuditModal-footer .play-btn {
  border: 1px solid #1462c6;
  padding: 5px 16px;
  border-radius: 7px;
  color: white;
  background-color: #0e66c4;
  position: absolute;
  left: 0;
}
@media (max-width: 480px) {
  #flashMobAuditModal .flashMobAuditModal-footer .next-btn,
  #flashMobAuditModal .flashMobAuditModal-footer .play-btn,
  #flashMobAuditModal .flashMobAuditModal-footer .start-btn,
  #flashMobAuditModal .flashMobAuditModal-footer .stop-btn {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
  }
}

.dot-spinner {
  width: 40px;
  height: 40px;
  border: 4px dotted #0d6efd;
  /* Bootstrap primary color */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.dot-spinner.small {
  width: 25px;
  height: 25px;
  border-width: 3px;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.spinner-modern-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.368627451);
  z-index: 999999;
}
.spinner-modern-container .spinner-modern {
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0 -2.6em 0 0 #ffffff, 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0 #ffffff, 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.7), 2.5em 0 0 0 #ffffff, 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.5), 2.5em 0 0 0 rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0 #ffffff, 0 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.7), 0 2.5em 0 0 #ffffff, -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.5), 0 2.5em 0 0 rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0 #ffffff, -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0 2.5em 0 0 rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.7), -2.6em 0 0 0 #ffffff, -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.5), -2.6em 0 0 0 rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0 #ffffff;
  }
}

.video-card {
  border: 1px solid gray;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.video-card .body video {
  border-radius: 10px;
}
.video-card .footer {
  display: flex;
}
.video-card .footer .avatar-box {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
.video-card .footer .text-box {
  margin-left: 10px;
}
.video-card .footer .text-box .name {
  margin-bottom: 0px;
}
.video-card .footer .text-box .date {
  margin-bottom: 0px;
  color: gray;
  font-size: 12px;
}

.video-card1 {
  border: 1px solid gray;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.video-card1 .body video {
  border-radius: 10px;
}
.video-card1 .footer .section1 {
  display: flex;
}
.video-card1 .footer .section1 .avatar-box {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.video-card1 .footer .section1 .text-box {
  margin-left: 6px;
}
.video-card1 .footer .section1 .text-box .name {
  margin-bottom: 0px;
  font-size: 12px;
}
.video-card1 .footer .section1 .text-box .date {
  margin-bottom: 0px;
  color: gray;
  font-size: 10px;
}
.video-card1 .footer .section2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.video-card1 .footer .section2 .auditor-box {
  display: flex;
  gap: 5px;
}
.video-card1 .footer .section2 .auditor-box .label {
  margin-bottom: 0px;
  font-size: 12px;
  color: gray;
}
.video-card1 .footer .section2 .auditor-box .text {
  margin-bottom: 0px;
  font-size: 12px;
}
.video-card1 .footer .section2 .location-box {
  display: flex;
  gap: 5px;
  font-size: 12px;
}
.video-card1 .footer .section2 .location-box .name {
  margin-bottom: 0px;
}

/*# sourceMappingURL=style.css.map */



/* CSS */
.button-79 {
  backface-visibility: hidden;
  background: #009e16;
  border: 0;
  border-radius: .375rem;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Circular,Helvetica,sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.3;
  padding: .6rem 1.25rem;
  position: relative;
  text-align: left;
  text-decoration: none;
  transform: translateZ(0) scale(1);
  transition: transform .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-79:disabled {
  color: #787878;
  cursor: auto;
}

.button-79:not(:disabled):hover {
  transform: scale(1.05);
}

.button-79:not(:disabled):hover:active {
  transform: scale(1.05) translateY(.125rem);
}

.button-79:focus {
  outline: 0 solid transparent;
}

.button-79:focus:before {
  border-width: .125rem;
  content: "";
  left: calc(-1*.375rem);
  pointer-events: none;
  position: absolute;
  top: calc(-1*.375rem);
  transition: border-radius;
  user-select: none;
}

.button-79:focus:not(:focus-visible) {
  outline: 0 solid transparent;
}

.button-79:not(:disabled):active {
  transform: translateY(.125rem);
}


.shadow{
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px !important;
    
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px!important; */
}
.flash-active{
transform: scale(1.1);
}
.flash-unactive{
transform: scale(0.9);
}