@font-face {
  font-family: "Open-Sans-bold";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open-Sans-semibold";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open-Sans-medium";
  src: url("../fonts/OpenSans-Medium.eot");
  src: url("../fonts/OpenSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff"), url("../fonts/OpenSans-Medium.ttf") format("truetype"), url("../fonts/OpenSans-Medium.svg#OpenSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open-Sans-regular";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open-Sans-bold";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open-Sans-semibold";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open-Sans-medium";
  src: url("../fonts/OpenSans-Medium.eot");
  src: url("../fonts/OpenSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff"), url("../fonts/OpenSans-Medium.ttf") format("truetype"), url("../fonts/OpenSans-Medium.svg#OpenSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open-Sans-regular";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.body-bg {
  background-color: #F9FAFB;
}

.bg-sky-blue {
  background-color: #EFF5FF;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-black-v1 {
  color: #121010;
}

.color-black-v2 {
  color: #151618;
}

.color-shaded-black {
  color: #3D3D3D;
}

.primary-color-blue {
  color: #296FF0;
}

.color-blue {
  color: #2F73F1;
}

.color-grey {
  color: #777777;
}

.color-grey-v1 {
  color: #747379;
}

.color-grey-v2 {
  color: #808080;
}

.color-grey-v3 {
  color: #8F8E94;
}

.color-green-v1 {
  color: #29CF73;
}

.color-pale-black {
  color: #515151;
}

.color-red {
  color: #F06868;
}

::-moz-placeholder {
  color: #909090 !important;
}

::placeholder {
  color: #909090 !important;
}

.color-tinted-grey {
  color: #999999;
}

.color-sub-grey {
  color: #7E7E7F;
}

.color-grey-v4 {
  color: #727272;
}

.color-dark-green {
  color: #179952;
}

.color-dark-blue {
  color: #344155;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 5px;
  height: 4px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: hsl(0, 0%, 85%);
  border-radius: 3px;
}

.cursor-pointer {
  cursor: pointer;
}

.custom-shadow {
  box-shadow: 0px 0px 2px 0px rgba(212, 220, 251, 0.9490196078);
}

.custom-shadow-sm {
  box-shadow: 0px 0px 3px 0px rgba(43, 56, 143, 0.1490196078);
}

.header-logo {
  max-height: 40px;
}

.snooze-btn {
  box-shadow: 0px 0px 2px 0px hsla(228, 83%, 91%, 0.949);
  padding: 10px 16px;
  border-radius: 6px;
  background-color: #ffffff;
  color: #296FF0;
}
.snooze-btn:hover, .snooze-btn.active {
  background-color: #296FF0;
  color: #ffffff;
  box-shadow: 0px 0.5px 2px 0px hsla(232, 54%, 36%, 0.22);
  background: linear-gradient(103.78deg, hsl(219, 87%, 55%) 1.15%, hsl(218, 91%, 64%) 120.98%);
}
.snooze-btn:hover img, .snooze-btn.active img {
  filter: brightness(0) invert(1);
}

.content-container {
  box-shadow: 0px 0px 2px 0px hsla(228, 83%, 91%, 0.949);
  min-height: 75vh;
  background-color: #ffffff;
  border-radius: 10px;
}

.toastContainer {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1100;
}
.toastContainer .toast-content {
  background: linear-gradient(133.42deg, hsl(218, 99%, 72%) 30.56%, hsl(219, 88%, 56%) 91.75%);
  border-radius: 8px;
  z-index: 9;
}
.toastContainer.warning-toast .toast-content {
  background: linear-gradient(133.42deg, #FF9393 30.56%, #F06868 91.75%);
  box-shadow: 2px 4px 12px 2px rgba(240, 104, 104, 0.2392156863);
}
.toastContainer.success-toast .toast-content {
  background: linear-gradient(95.2deg, #4CF396 -11.57%, #3DD881 82.54%);
}

.icon-wrapper {
  box-shadow: 0px 2px 4px 0px hsla(0, 0%, 0%, 0.078);
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background-color: #ffffff;
}

.e-content-wrapper.alter {
  min-width: 525px;
  background: linear-gradient(173.22deg, hsl(228, 24%, 96%) 5.22%, hsl(0, 0%, 100%) 94.59%);
  border-radius: 5px;
}

.accept-btn {
  background-color: #3FD280;
  transition: all 0.3s ease-in;
}
.accept-btn:hover {
  background-color: #2ab467;
}

.theme-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  color: #296FF0;
  font-family: "Open-Sans-bold";
}
.theme-breadcrumbs .breadcrumb-item {
  color: #296FF0;
  font-family: "Open-Sans-semibold";
  font-size: 13px;
}
@media (min-width: 1700px) {
  .theme-breadcrumbs .breadcrumb-item {
    font-size: 15px;
  }
}
@media (min-width: 2000px) {
  .theme-breadcrumbs .breadcrumb-item {
    font-size: 17px;
  }
}
.theme-breadcrumbs .breadcrumb-item a {
  text-decoration: none;
}
.theme-breadcrumbs .breadcrumb-item.active {
  color: #777777;
  font-family: "Open-Sans-regular";
}
.theme-breadcrumbs .breadcrumb-item.disabled {
  opacity: 0.4;
}
.theme-breadcrumbs .breadcrumb-item.disabled a {
  cursor: not-allowed;
}

.info-wrapper {
  box-shadow: 0px 0px 2px 0px hsla(228, 83%, 91%, 0.949);
  background-color: #ffffff;
  border-radius: 6px;
}

.timer-wrapper {
  border-radius: 6px;
  padding: 10px 14px;
  box-shadow: 0px 0px 2px 0px hsla(228, 83%, 91%, 0.949);
}
.timer-wrapper .timer-content {
  padding: 10px;
  border-radius: 8px;
}
.timer-wrapper.level-1 {
  background-color: #d9f4e6;
}
.timer-wrapper.level-1 .timer-content {
  background: linear-gradient(95.2deg, hsl(147, 87%, 63%) -11.57%, hsl(146, 67%, 54%) 82.54%);
  box-shadow: 2px 4px 12px 2px hsla(147, 62%, 54%, 0.239);
}
.timer-wrapper.level-2 {
  background-color: #FFF3E8;
}
.timer-wrapper.level-2 .timer-content {
  background: linear-gradient(133.42deg, hsl(29, 99%, 72%) 30.56%, hsl(32, 88%, 62%) 91.75%);
  box-shadow: 2px 4px 12px 2px hsla(32, 88%, 62%, 0.239);
}
.timer-wrapper.level-3 {
  background-color: #FEEBEB;
}
.timer-wrapper.level-3 .timer-content {
  background: linear-gradient(133.42deg, hsl(0, 100%, 79%) 30.56%, hsl(0, 82%, 67%) 91.75%);
  box-shadow: 2px 4px 12px 2px hsla(0, 82%, 67%, 0.239);
}

.inset-icon-wrapper {
  height: 33px;
  width: 33px;
  border-radius: 8px;
  background-color: #ECF3FF;
}

.custom-tooltip {
  --bs-tooltip-bg: #2F2F2F;
  --bs-tooltip-opacity: 1;
  font-size: 13px;
  font-family: "Open-Sans-regular";
}
@media (min-width: 1700px) {
  .custom-tooltip {
    font-size: 15px;
  }
}
@media (min-width: 2000px) {
  .custom-tooltip {
    font-size: 17px;
  }
}

.item-select.active {
  border-radius: 6px;
  border: 1px solid #296FF0 !important;
  background-color: #ECF3FF;
}

::-moz-placeholder {
  color: hsl(0, 6%, 79%) !important;
}

::placeholder {
  color: hsl(0, 6%, 79%) !important;
}

.input-grp-border {
  border: 1px solid #DEE0E9;
}

.input-correction {
  border: 1px solid #F06868;
}

.input-success,
.input-success input:disabled {
  border: 0;
  background-color: #E6FDF0;
}

.min-h-75vh {
  min-height: 75vh;
  max-height: 100vh;
  overflow: auto;
}

.theme-tab {
  border-radius: 5px;
  padding: 2px;
  background-color: #F2F3F7;
  width: -moz-fit-content;
  width: fit-content;
}
.theme-tab .nav-link {
  color: #8F8E94;
  font-size: 12px;
  font-family: "Open-Sans-semibold";
  padding: 8px 24px;
  border-radius: 4px;
}
@media (min-width: 1700px) {
  .theme-tab .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 2000px) {
  .theme-tab .nav-link {
    font-size: 16px;
  }
}
.theme-tab .nav-link:hover {
  color: #000000;
}
.theme-tab .nav-link.active {
  box-shadow: 0px 0px 4px 0px hsla(0, 0%, 0%, 0.078);
  color: #000000;
  background-color: #ffffff;
}

.container-view-img {
  height: 500px;
  width: 100%;
  max-width: 860px;
  border-radius: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}

.action-btn-yes {
  background-color: #ffffff;
  color: #EE404C;
  padding: 8px 16px;
  border: 0;
}
.action-btn-yes:hover {
  background-color: whitesmoke;
}

.action-btn-no {
  border: 1px solid #FFA5A5;
  box-shadow: 0px 0px 1px 0px #F77E7E;
  background-color: #ff9999;
}
.action-btn-no:hover {
  background-color: #F77E7E;
}

.live-indicator {
  border-radius: 26px;
  padding: 6px 12px;
  background-color: #eee;
}
.live-indicator .dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #F93232;
}

.custom-select {
  background-image: url(../img/select-dpd-arw.svg);
  background-size: 8px;
}

.hover-change:hover img {
  filter: brightness(0.5) contrast(0);
}

.red-gradient-btn {
  background: linear-gradient(133.42deg, #FF9393 30.56%, #F06868 91.75%);
  box-shadow: 0px 0px 2px 0px rgba(60, 60, 60, 0.2509803922);
}
.red-gradient-btn:hover {
  background: linear-gradient(250.42deg, #FF9393 30.56%, #F06868 91.75%);
}

.primary-btn,
.secondary-btn {
  background: linear-gradient(103.78deg, #266DF0 1.15%, #518DF7 120.98%);
  border: 0;
  font-family: "Open-Sans-semibold";
  font-size: 12px;
  color: #ffffff;
  border-radius: 6px;
  padding: 10px 16px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1700px) {
  .primary-btn,
  .secondary-btn {
    font-size: 14px;
  }
}
@media (min-width: 2000px) {
  .primary-btn,
  .secondary-btn {
    font-size: 16px;
  }
}
.primary-btn.font-14,
.secondary-btn.font-14 {
  font-size: 14px;
}
@media (min-width: 1700px) {
  .primary-btn.font-14,
  .secondary-btn.font-14 {
    font-size: 16px;
  }
}
@media (min-width: 2000px) {
  .primary-btn.font-14,
  .secondary-btn.font-14 {
    font-size: 18px;
  }
}
.primary-btn:hover,
.secondary-btn:hover {
  background: #145fe9;
}
.primary-btn:disabled,
.secondary-btn:disabled {
  opacity: 0.3;
}
.primary-btn:disabled:hover,
.secondary-btn:disabled:hover {
  background: linear-gradient(103.78deg, #266DF0 1.15%, #518DF7 120.98%);
}

.secondary-btn {
  background: #EDEDED;
  color: #000000;
}
.secondary-btn:hover {
  background: #e0e0e0;
}

.primary-btn .inner-btn {
  border: 1px solid #AFCCFF;
  background-color: #5391FF;
  padding: 4px 8px;
  line-height: 1;
  border-radius: 4px;
  font-size: 8px;
}
@media (min-width: 1700px) {
  .primary-btn .inner-btn {
    font-size: 10px;
  }
}
@media (min-width: 2000px) {
  .primary-btn .inner-btn {
    font-size: 12px;
  }
}

.outline-btn {
  background-color: #ffffff;
}
.outline-btn:hover {
  background-color: #fafafa;
}

.vh-50 {
  height: 50vh;
}

.w-20 {
  width: 20%;
}

.w-80 {
  width: 80%;
}

.error-input {
  border: 1px solid #F06868;
}

.keyboard-press {
  height: 14px;
  width: 18px;
  border-radius: 3px;
  background-color: #F2F2F2;
  color: #7E7E7E;
}

select.custom-input {
  background-image: url(../img/chevron-grey.svg);
  background-size: 10px;
}

.custom-input {
  border: 0;
  box-shadow: 0px 0px 2px 0px rgba(212, 220, 251, 0.9490196078);
  background-color: #ffffff;
  height: 40px;
}
.custom-input:is(:active, :focus) {
  box-shadow: 0px 0px 2px 0px rgba(212, 220, 251, 0.9490196078);
}

.search-grp {
  min-width: 230px;
}
.search-grp img {
  width: 16px;
}

.shadow-btn {
  box-shadow: 0px 0px 2px 0px rgba(212, 220, 251, 0.9490196078);
  height: 40px;
  background-color: #ffffff;
  border: 1px solid transparent;
}
.shadow-btn img.filter-img {
  filter: brightness(0) saturate(100%) invert(62%) sepia(7%) saturate(10%) hue-rotate(330deg) brightness(97%) contrast(92%);
}
.shadow-btn:hover {
  background-color: #fafafa;
}
.shadow-btn:not(.btn-dpd, .export):focus {
  border-color: #296FF0;
  color: #296FF0;
}
.shadow-btn:not(.btn-dpd, .export):focus img {
  filter: unset;
}

.border {
  border-color: #F1F1F1 !important;
}

.form-control.theme-input {
  border-color: #DEE0E9;
  border-radius: 6px;
  height: 40px;
}

.filter-dpd .dropdown-menu {
  min-width: 500px;
  z-index: 9999;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background-image: url(../img/calendar-icon.svg);
  background-size: 18px;
  width: 19px;
  height: 19px;
}

.notification-thread .noti-delete {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #FF5765;
  display: none;
}
.notification-thread .noti-delete:hover {
  background-color: #ff3e4e;
}
.notification-thread:hover .noti-delete {
  display: flex;
}

.shadow-btn.btn-dpd {
  min-width: 135px;
}

.time-dpd .dropdown-menu {
  min-width: 380px;
}
@media (1700px < width) {
  .time-dpd .dropdown-menu {
    min-width: 450px;
  }
}

.theme-pagination .pagination {
  gap: 1px;
  background-color: #fff;
}
.theme-pagination .page-item.disabled img {
  opacity: 0.5;
}
.theme-pagination .page-link {
  border-color: #E7EAF4;
  font-size: 14px;
}
@media (min-width: 1700px) {
  .theme-pagination .page-link {
    font-size: 16px;
  }
}
@media (min-width: 2000px) {
  .theme-pagination .page-link {
    font-size: 18px;
  }
}
.theme-pagination .page-link.active {
  color: #115CDD;
  background-color: #EFF6FF;
  border-color: #3B82F6;
}
.theme-pagination .page-link.prev img {
  rotate: 180deg;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 5px;
  height: 8px;
  background-image: url("../img/chevron-blue-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-top: 6px;
}
@media (1700px < width) {
  .breadcrumb-item + .breadcrumb-item::before {
    margin-top: 8px;
    width: 7px;
    height: 10px;
  }
}

.form-check-input:checked[type=radio] {
  background-image: url(../img/ellipse.svg);
  background-size: 100%;
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 2px;
  outline: 1px solid #296FF0;
}

.form-control:focus,
.form-select:focus {
  border: 1px solid #286ef0 !important;
  box-shadow: none !important;
}

.form-check-input {
  border-color: #7E7E7E;
}

.resize-none {
  resize: none;
}

.txtarea {
  height: 80px;
}

.user-tag {
  border-radius: 6px;
  padding: 8px 12px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.031372549);
  background-color: #ECF3FD;
}
.user-tag .user-img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.list-scroll {
  max-height: 280px;
  overflow: auto;
}

.vr-color {
  background-color: #c7c6c6;
  width: 1px;
}

.border-bottom {
  border-color: #f1f1f1 !important;
}

.max-w-275px {
  max-width: 275px;
}

.theme-accordion .accordion-item {
  border: 0;
  border: solid transparent;
  border-width: 2px 1px 1px 1px;
}
.theme-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: #296FF0;
}
.theme-accordion .accordion-button {
  position: relative;
  padding: 12px 36px;
}
.theme-accordion .accordion-button::after {
  position: absolute;
  background-image: url(../img/chevron-black.svg);
  background-size: 8px;
  width: 16px;
  height: 16px;
  left: 12px;
}
.theme-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../img/chevron-black-down.svg);
  background-size: 12px;
  transform: 0;
  top: 50%;
  transform: translateY(-10%);
}
.theme-accordion .input-group input {
  border-color: transparent;
}

.process-time {
  background-color: #3FD280;
  height: 16px;
  width: 16px;
  border-radius: 2px;
}
.process-time.max {
  background-color: #F06868;
}

.input-group-text {
  background-color: #ECF3FD;
}

.max-show-wrapper span {
  cursor: pointer;
}
.max-show-wrapper span:hover {
  color: #296FF0;
}

.min-w-63px {
  min-width: 63px;
  max-height: 180px;
  overflow: auto;
}

.max-w-650px {
  max-width: 650px;
}

.customerModal-content-wrapper {
  max-height: 400px;
  overflow: auto;
}

.cursor-grab {
  cursor: grab;
}

.vh-60 {
  height: 60vh;
}

.custom-popup .modal-dialog {
  max-width: 620px;
}
@media (1700px < width) {
  .custom-popup .modal-dialog {
    max-width: 650px;
  }
}
.custom-popup .modal-dialog .modal-content {
  border-radius: 8px;
  border: none;
}
.custom-popup .modal-dialog .modal-content .modal-header,
.custom-popup .modal-dialog .modal-content .modal-body,
.custom-popup .modal-dialog .modal-content .modal-footer {
  padding-left: 24px;
  padding-right: 24px;
  border: 0;
}
.custom-popup .modal-dialog .modal-content .modal-header {
  padding-bottom: 0px;
}
.custom-popup .modal-dialog .modal-content .modal-body {
  padding-top: 16px;
  padding-bottom: 24px;
}
.custom-popup .modal-dialog .modal-content .modal-body.custom-popup-form input {
  height: 36px;
}
.custom-popup .modal-dialog .modal-content .modal-body.custom-popup-form .field-size {
  width: 282px;
}
.custom-popup .modal-dialog .modal-content .modal-body .custom-input-w-155 {
  width: 155px;
}

.checkbox-select-option {
  padding: 12px;
  box-shadow: 0px 0px 4px 0px rgba(14, 37, 55, 0.1215686275);
  border-radius: 5px;
  width: 257px;
  top: 44px;
  left: 0;
  max-height: 82px;
  overflow-y: auto;
  background-color: #ffffff;
}

.popup-check-input {
  height: 15px !important;
  width: 15px;
}

.page-not-found {
  width: 515px;
}

@media (max-width: 400px) {
  .page-not-found {
    width: 100%;
  }
}
.session-popup-width {
  max-width: 490px !important;
}

.gif {
  width: 100%;
}

.gif img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.session-popup-content-bottom {
  margin-bottom: 230px;
}

.arrow-control {
  width: 30px;
  height: 70px;
  box-shadow: 0 0 8px #a9a6a6;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  border: 0;
}

.prev-arrow {
  transform: translateY(-50%) rotate(180deg);
}

.next-arrow {
  right: 10px;
  left: auto;
}

.mutli-img-container {
  background-color: rgba(44, 44, 44, 0.8);
  border-radius: 12px;
  padding: 3px 8px;
  top: 5px;
  right: 5px;
}

.unauthorised-page {
  width: 620px;
}/*# sourceMappingURL=common.css.map */