* {
  box-sizing: border-box;
}
a {
  text-decoration: none !important;
}
button,
input {
  box-shadow: none !important;
  outline: none !important;
}
input[type="text"] {
  padding: 4px 8px;
}
input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.main-container {
  max-width: 1900px;
  margin: 0 auto;
  padding: 48px 32px;
}
#stateMenuBtn {
  min-width: 120px;
}
/* data table css */
.table.dataTable {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.table .dropdown {
  display: inline-block;
}

.table td,
.table th {
  vertical-align: middle;
  margin-bottom: 10px;
  border: none;
}
.table td {
  border-top: 1px solid #dee2e6;
  padding: 0px;
  font-size: 12px;
}
.table thead tr,
.table thead th {
  font-size: 12px;
  text-transform: uppercase;
}
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child:before {
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
}
#appdataTbl_filter {
  display: flex;
  justify-content: flex-end;
}
.a-link-btn {
  transition: opacity ease 300ms;
}
.a-link-btn:hover {
  opacity: 0.6;
}
.default-btn {
  border-radius: 4px;
  padding: 6px 12px;
}
.outline-btn {
  background-color: transparent;
  border: 1px solid #dee2e6;
}
.page-item.active .page-link {
  background-color: #4e4e4e;
}
.page-link,
.page-item.disabled .page-link {
  box-shadow: none !important;
  border: none;
  border-radius: 8px !important;
  background-color: transparent;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin-top: 12px;
}
table td .video-btn svg,
table td .delete-btn svg {
  width: 24px;
  height: 24px;
  color: #000;
  opacity: 0.65;
}
.modal-content {
  border-radius: 16px;
}
.dropdown-toggle {
  text-align: left;
}
.dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.radio-custom-box {
  position: relative;
}
.radio-custom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.radio-custom-label {
  margin-bottom: 0;
  display: flex;
}
.radio-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 10px;
}
.radio-custom:checked + .radio-custom-label:before {
  content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="23" height="23" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%230e9aee" d="m10.6 13.8l-2.175-2.175q-.275-.275-.675-.275t-.7.3q-.275.275-.275.7q0 .425.275.7L9.9 15.9q.275.275.7.275q.425 0 .7-.275l5.675-5.675q.275-.275.275-.675t-.3-.7q-.275-.275-.7-.275q-.425 0-.7.275ZM12 22q-2.075 0-3.9-.788q-1.825-.787-3.175-2.137q-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175q1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138q1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175q-1.35 1.35-3.175 2.137Q14.075 22 12 22Z"%2F%3E%3C%2Fsvg%3E');
  border: none;
  margin-left: -1px;
}
.flex-xl-wrap {
  flex-wrap: nowrap !important;
}
.w-120 {
  width: 120px;
}
.w-90 {
  width: 90px;
}
.min-h-560 {
  min-height: 560px;
}
.max-w-320 {
  max-width: 320px;
}
.max-w-1440 {
  max-width: 1440px;
}
.max-w-1044 {
  max-width: 1044px;
}
.max-h-600 {
  max-height: 600px;
}
.br-8 {
  border-radius: 8px;
}
.overflow-y-auto {
  overflow-y: auto;
}
@media screen and (max-width: 576px) {
  .main-container {
    padding: 48px 16px;
  }
}
@media screen and (max-width: 1200px) {
  .dashboard-page .btn-box {
    transform: rotate(90deg);
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .w-xl-100 {
    width: 100%;
  }
}

