@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
}
.layout_box {
  margin: auto;
  background-color: #fff;
  padding: 25px;
  box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 991px) and (min-width: 768px) {
  .layout_box {
    width: 50% !important;
    max-width: 50% !important;
    flex: none !important;
  }
}
@media (max-width: 767px) {
  .layout_box {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }
}

.content {
  padding: 0 30px;
  max-width: 2200px;
  margin: auto;
}
@media (max-width: 767px) {
  .content {
    padding: 0 20px;
  }
}

.form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
}

.label-form, .section-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1C85B4;
  margin-bottom: 30px;
}

.form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 !important;
}
@media (max-width: 991px) and (min-width: 768px) {
  .form {
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .form {
    padding: 20px;
  }
}
.form .form-buttons {
  display: flex;
  align-items: center;
  justify-content: end;
}
.form .form-buttons .main-button {
  width: max-content;
  margin-left: 30px;
}

.custom-input-field {
  margin-bottom: 25px;
  width: 48%;
}
@media (max-width: 767px), (max-width: 991px) and (min-width: 768px) {
  .custom-input-field {
    width: 100% !important;
  }
}

.input-field {
  margin-bottom: 25px;
  width: 100%;
}
.input-field .label {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(28, 133, 180, 0.7);
  margin-bottom: 15px;
  position: relative;
  width: max-content;
}
.input-field .label .preview-image {
  cursor: pointer;
  position: absolute;
  right: -20px;
  width: 15px;
  height: 15px;
  top: 0;
}
.input-field .label .preview-image svg {
  fill: #1C85B4;
  width: 15px;
  height: 15px;
}
.input-field.flex-field {
  display: flex;
  align-items: center;
}
.input-field.mb-0 {
  margin-bottom: 0 !important;
}
.input-field.s-50 {
  width: 48% !important;
}
@media (max-width: 991px) and (min-width: 768px), (max-width: 767px) {
  .input-field.s-50 {
    width: 100% !important;
  }
}
.input-field .input-group .input-file-image {
  height: 45px;
  width: 45px;
  object-fit: cover;
}
.input-field .input-group .input-group-text {
  font-size: 10px;
}
.input-field .clear-input {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 7px;
  right: -40px;
  outline: none;
  background-image: linear-gradient(to bottom right, #1C85B4, #00A3C1);
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.input-field .input, .input-field .select {
  width: 100%;
  outline: none;
  border: 1px solid rgba(28, 133, 180, 0.8);
  padding: 10px;
  background-color: transparent;
  transition: all 0.3s;
  height: 45px;
}
.input-field .input:hover, .input-field .input:focus, .input-field .select:hover, .input-field .select:focus {
  background-color: rgba(0, 0, 0, 0.03);
}
.input-field .input.input-date::-webkit-calendar-picker-indicator, .input-field .select.input-date::-webkit-calendar-picker-indicator {
  padding-left: calc(100% - 130px);
  filter: invert(1);
  cursor: pointer;
}
.input-field .input.file, .input-field .select.file {
  border: 0 !important;
}
.input-field .clear-input {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 7px;
  right: -35px;
  outline: none;
  background-image: linear-gradient(to bottom right, #1C85B4, #00A3C1);
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.input-field .custom-file {
  border: 1px solid rgba(28, 133, 180, 0.8) !important;
  height: 45px;
  box-shadow: none;
  position: relative;
}
.input-field .custom-file input {
  outline: none !important;
  height: 45px;
  border: 0 !important;
  box-shadow: none;
}
.input-field .custom-file .custom-file-label {
  border: 0 !important;
  background-color: transparent;
  height: 45px;
  outline: none !important;
  box-shadow: none;
  white-space: nowrap;
  overflow-x: hidden;
}
.input-field .custom-file .custom-file-label span {
  width: calc(100% - 80px);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.input-field .custom-file .custom-file-label:after {
  height: 43px !important;
  border-radius: 0 !important;
}
.input-field .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #1C85B4;
}
.input-field .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.input-field .container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid rgba(28, 133, 180, 0.8);
  transition: all 0.3s;
}
.input-field .container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.input-field .container:hover input ~ .checkmark {
  border-color: #1C85B4;
}
.input-field .container input:checked ~ .checkmark {
  background-color: #1C85B4;
  border-color: #1C85B4;
}
.input-field .container input:checked ~ .checkmark:after {
  display: block;
}

.input-error {
  margin-top: 5px;
  font-size: 12px;
  color: #C12A3D;
}

.search-form {
  margin-bottom: 30px;
}
.search-form .form-control {
  box-shadow: none !important;
}
.search-form .input-group-text {
  outline: none !important;
}
.search-form .input-group-text .inner-icon {
  width: 15px !important;
  height: 15px !important;
  object-fit: contain;
  opacity: 0.7;
}
.search-form .input-group-text .inner-icon.red {
  fill: #C12A3D !important;
  opacity: 1 !important;
}

.main-button {
  padding: 12px 25px;
  font-size: 13px;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
  background-color: #1C85B4;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  font-weight: 500;
  width: 100%;
  outline: none !important;
  text-decoration: none !important;
  border: 1px solid #1C85B4;
}
.main-button.w-unset {
  width: unset !important;
}
.main-button[disabled], .main-button.inactive {
  opacity: 0.8;
  cursor: default !important;
  pointer-events: none;
}
.main-button.min-width-md {
  min-width: 200px;
}
.main-button.margin-auto {
  margin-left: auto;
  margin-right: auto;
}
.main-button:hover {
  transform: scale(1.01);
}
.main-button.gradient {
  background-image: linear-gradient(to bottom right, #1C85B4, #00A3C1);
}
.main-button.gray {
  background-color: #9BAEBC;
  border: 1px solid #9BAEBC;
}
.main-button.outline {
  background-color: transparent !important;
  color: #1C85B4 !important;
}

#mainInputError {
  width: 100%;
}

.custom-toast {
  position: fixed;
  top: 90px;
  right: 80px;
  transition: all 0.3s;
  padding: 10px 20px;
  background: #9BAEBC;
  border: 1px solid #1C85B4;
  z-index: 9999;
  color: #fff;
  font-size: 12px;
  animation: toast-animate 4s normal forwards ease-in-out;
  animation-delay: 0s;
}
.custom-toast.danger {
  background: #C12A3D;
  border: 1px solid #C12A3D;
}
@media (max-width: 767px) {
  .custom-toast {
    top: 80px;
    right: 70px;
  }
}

@keyframes toast-animate {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  6% {
    opacity: 1;
    transform: translateY(0px);
  }
  94% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(50px);
  }
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  border: 5px solid #9BAEBC;
  border-top: 5px solid #1C85B4;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ck-content {
  height: 300px;
}

.password-visible-btn, .password-hide-btn {
  cursor: pointer;
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  top: 40px;
  display: none;
}
.password-visible-btn.p-auth, .password-hide-btn.p-auth {
  top: 10px;
}
.password-visible-btn.active, .password-hide-btn.active {
  display: block;
}
.password-visible-btn svg, .password-hide-btn svg {
  fill: #1C85B4;
}

.input-password {
  position: relative;
}

.wrapper {
  position: relative;
  overflow: auto;
}
.wrapper .sticky-col {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 1;
  width: 80px !important;
  padding: 10px !important;
}
.wrapper .sticky-col:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(155, 174, 188, 0.5);
}

.export-btn {
  outline: none !important;
  background-color: transparent !important;
  border: 0 !important;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
}
.export-btn svg {
  margin-left: 15px;
  width: 15px;
  fill: #fff;
}

html, body {
  padding: 0;
  margin: 0;
  font-family: "Roboto";
  font-weight: 400;
  height: 100%;
  scroll-behavior: smooth;
}
html.loading, body.loading {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.body-wrapper {
  min-height: 100vh;
  min-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(to bottom right, #fff, rgba(28, 133, 180, 0.5));
}
.body-wrapper .header-wrapper {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  background-image: linear-gradient(to bottom right, #1C85B4, #00A3C1);
}
.body-wrapper .header-wrapper .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  z-index: 9;
}
.body-wrapper .header-wrapper .logo img {
  height: 40px;
  width: 40px;
  object-fit: contain;
}
.body-wrapper .header-wrapper .user {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
}
.body-wrapper .header-wrapper .user:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to bottom right, #00A3C1, #fff);
}
@media (max-width: 767px) {
  .body-wrapper .header-wrapper .logout {
    display: none;
  }
}
.body-wrapper .header-wrapper .bar {
  display: none;
}
.body-wrapper .header-wrapper .bar .close, .body-wrapper .header-wrapper .bar .open {
  display: none;
}
.body-wrapper .header-wrapper .bar svg {
  width: 25px;
  height: 25px;
  fill: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .body-wrapper .header-wrapper .bar {
    display: block;
  }
  .body-wrapper .header-wrapper .bar .close, .body-wrapper .header-wrapper .bar .open {
    display: none;
  }
  .body-wrapper .header-wrapper .bar .close.active, .body-wrapper .header-wrapper .bar .open.active {
    display: block;
  }
}
.body-wrapper .header-wrapper .header-text {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.body-wrapper .header-wrapper .header-text:hover {
  color: #002349;
}
.body-wrapper .header-wrapper .dropdown {
  cursor: pointer;
}
.body-wrapper .header-wrapper .dropdown svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}
.body-wrapper .header-wrapper .blast-pairs-warning {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  padding: 5px;
  background-color: #C12A3D;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.body-wrapper .right-menu {
  display: flex;
  align-items: center;
  justify-content: end;
}
.body-wrapper .right-menu .sep {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .body-wrapper .right-menu .h-mobile {
    display: none !important;
  }
}
.body-wrapper .main-layout {
  width: 100%;
  min-height: calc(100vh - 60px);
  margin-top: 60px;
}
.body-wrapper .main-layout .content {
  display: flex;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .body-wrapper .main-layout .content {
    padding: 0 20px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .body-wrapper .main-layout .side-menu-container {
    width: 25% !important;
    max-width: 25% !important;
    flex: none !important;
  }
  .body-wrapper .main-layout .side-menu-container .side-menu ul li svg {
    width: 10px !important;
    height: 10px !important;
  }
  .body-wrapper .main-layout .side-menu-container .side-menu ul li a {
    font-size: 12px !important;
  }
  .body-wrapper .main-layout .side-menu-container .side-menu ul .text {
    font-size: 12px !important;
  }
  .body-wrapper .main-layout .dashboard-content {
    width: 75% !important;
    max-width: 75% !important;
    flex: none !important;
    margin-left: 25% !important;
  }
}
@media (max-width: 767px) {
  .body-wrapper .main-layout .side-menu-container {
    position: fixed !important;
    right: -100%;
    width: 100% !important;
    z-index: 99999;
    max-width: 100% !important;
    height: calc(100vh - 60px);
    background-color: #1C85B4;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
    margin: 0 !important;
  }
  .body-wrapper .main-layout .side-menu-container.active {
    right: 0 !important;
  }
  .body-wrapper .main-layout .side-menu-container .side-menu {
    padding: 20px;
  }
  .body-wrapper .main-layout .side-menu-container .side-menu .ul-item {
    width: fit-content !important;
  }
  .body-wrapper .main-layout .dashboard-content {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding: 30px 20px !important;
    margin-left: 0 !important;
  }
  .body-wrapper .main-layout .dashboard-content .page-content {
    overflow-x: scroll;
    /* Track */
    /* Handle */
  }
  .body-wrapper .main-layout .dashboard-content .page-content::-webkit-scrollbar {
    height: 6px;
  }
  .body-wrapper .main-layout .dashboard-content .page-content::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .body-wrapper .main-layout .dashboard-content .page-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.4);
  }
  .body-wrapper .main-layout .dashboard-content .page-content::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.4);
  }
}
.body-wrapper .main-layout .side-menu-container {
  position: fixed;
  align-self: flex-start;
  padding: 0 !important;
  height: calc(100vh - 60px);
  margin: 15px;
  background-color: #fff;
  border: 1px solid rgba(155, 174, 188, 0.5);
  width: 15%;
  overflow-y: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.body-wrapper .main-layout .side-menu-container::-webkit-scrollbar {
  display: none;
}
.body-wrapper .main-layout .side-menu-container .side-menu ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  list-style: none;
}
.body-wrapper .main-layout .side-menu-container .side-menu ul li {
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}
.body-wrapper .main-layout .side-menu-container .side-menu ul li.label {
  padding: 10px 15px;
  text-decoration: none;
  font-size: 14px;
  color: #1C85B4;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  border-bottom: 1px solid rgba(155, 174, 188, 0.5);
  cursor: default !important;
}
.body-wrapper .main-layout .side-menu-container .side-menu ul li.line {
  border-top: 1px solid rgba(155, 174, 188, 0.5);
}
.body-wrapper .main-layout .side-menu-container .side-menu ul li:after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 5px;
  transition: all 0.3s;
}
.body-wrapper .main-layout .side-menu-container .side-menu ul li.logout-mobile {
  display: none;
}
@media (max-width: 767px) {
  .body-wrapper .main-layout .side-menu-container .side-menu ul li.logout-mobile {
    display: block;
  }
}
.body-wrapper .main-layout .side-menu-container .side-menu ul li a {
  width: 100%;
  padding: 15px;
  display: block;
}
.body-wrapper .main-layout .side-menu-container .side-menu ul li svg {
  content: "\f231";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
.body-wrapper .main-layout .side-menu-container .side-menu ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 600;
}
.body-wrapper .main-layout .side-menu-container .side-menu ul li:hover:not(.active) a {
  color: rgba(0, 0, 0, 0.7);
}
.body-wrapper .main-layout .side-menu-container .side-menu ul li.active:after {
  background-color: #1C85B4;
}
.body-wrapper .main-layout .side-menu-container .side-menu ul .text {
  font-size: 14px;
  color: #9BAEBC;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 2200px) {
  .body-wrapper .main-layout .side-menu-container {
    width: 350px !important;
  }
}
.body-wrapper .main-layout .dashboard-content {
  padding: 50px;
  width: 85%;
  margin-left: 15%;
}
@media (min-width: 2200px) {
  .body-wrapper .main-layout .dashboard-content {
    width: calc(100% - 380px) !important;
    margin-left: 380px;
  }
}
.body-wrapper .main-layout .dashboard-content .page-content.overflow {
  overflow-x: auto;
}
.body-wrapper .main-layout .dashboard-content .page-content.overflow .main-table {
  table-layout: unset !important;
}
@media (max-width: 767px), (max-width: 991px) and (min-width: 768px) {
  .body-wrapper .main-layout .dashboard-content .page-content {
    overflow-x: auto !important;
  }
  .body-wrapper .main-layout .dashboard-content .page-content .main-table {
    table-layout: unset !important;
  }
}
.body-wrapper .page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.body-wrapper .page-header .page-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-wrapper .page-header .page-info .export-btn {
  margin-left: 15px;
}
.body-wrapper .page-header .page-info .export-btn svg {
  opacity: 0.7;
  width: 25px;
  height: 25px;
  object-fit: contain;
  fill: #00A3C1;
}
.body-wrapper .page-header .label {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
.body-wrapper .page-header .btn-add {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(to bottom right, #1C85B4, #00A3C1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
  outline: none;
  border: none;
}
@media (max-width: 767px) {
  .body-wrapper .page-header .btn-add {
    width: 30px !important;
    height: 30px !important;
  }
  .body-wrapper .page-header .btn-add svg {
    width: 20px !important;
    height: 20px !important;
    transform: scale(1.5) !important;
  }
}
.body-wrapper .page-header .btn-add:hover {
  transform: scale(1.1);
}
.body-wrapper .page-header .btn-add svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}
.body-wrapper .background_image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-table {
  border: 1px solid rgba(155, 174, 188, 0.5);
  width: 100%;
  table-layout: fixed;
}
.main-table thead tr, .main-table .border-bottom {
  border-bottom: 1px solid rgba(155, 174, 188, 0.5) !important;
}
.main-table th {
  text-transform: capitalize;
}
.main-table .td-row .data.danger {
  color: #C12A3D !important;
}
.main-table .fixed_width_xs {
  width: 50px;
}
.main-table .fixed_width_sm {
  width: 150px;
}
.main-table .fixed_width_md {
  width: 200px;
}
.main-table .fixed_width_lg {
  width: 300px;
}
.main-table .overflow-td {
  width: 300px;
  height: 30px;
  overflow: hidden;
}
@media (max-width: 991px) and (min-width: 768px), (max-width: 767px) {
  .main-table th, .main-table td {
    font-size: 13px !important;
    padding: 8px 10px !important;
  }
  .main-table .action-buttons .icon {
    margin-left: 10px;
    padding: 0 !important;
  }
  .main-table .action-buttons .icon svg {
    width: 15px !important;
    height: 15px !important;
  }
}
.main-table th, .main-table td {
  padding: 10px 15px;
  color: #000;
  overflow: hidden;
}
@media (max-width: 767px), (max-width: 991px) and (min-width: 768px) {
  .main-table th .max-size-md, .main-table td .max-size-md {
    min-width: 150px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.main-table th .max-size, .main-table td .max-size {
  min-width: 150px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-table th .table-img, .main-table td .table-img {
  width: 50px !important;
  height: 50px !important;
}
.main-table .max-w {
  max-width: 300px;
}
.main-table .table-img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.main-table .action-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-table .action-buttons .icon {
  cursor: pointer;
  margin-left: 5px;
}
.main-table .action-buttons .icon:first-child {
  margin-left: 0 !important;
}
.main-table .action-buttons .icon.delete svg {
  fill: rgba(0, 0, 0, 0.7);
}
.main-table .action-buttons .icon:hover svg {
  transform: scale(1.05);
}
.main-table .action-buttons .icon.btn {
  padding: 10px 0 10px 10px !important;
}
.main-table .action-buttons .icon svg {
  fill: #00A3C1;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}

.pagination_wrapper {
  margin-top: 30px;
}
.pagination_wrapper .page-link {
  color: #1C85B4 !important;
}
.pagination_wrapper .page-item.active .page-link {
  color: #fff !important;
  background-color: #1C85B4 !important;
  border-color: #1C85B4 !important;
}

.dashboard-page .upload-container {
  margin-bottom: 30px;
}

.maintenance_mode_wrapper {
  width: 100%;
  border: 1px solid rgba(28, 133, 180, 0.5);
  padding: 20px;
  margin: 20px 0;
}
.maintenance_mode_wrapper .input-field, .maintenance_mode_wrapper label {
  margin-bottom: 0 !important;
}

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