/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
@font-face {
  font-family: IranSans;
  src: url(../fonts/IranSans.ttf);
}

@font-face {
  font-family: "Yekan Bakh";
  src: url("../fonts/YekanBakh-Bold.eot");
  src:
    local("../fonts/YekanBakh-Bold"),
    url("../fonts/YekanBakh-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/YekanBakh-Bold.woff2") format("woff2"),
    url("../fonts/YekanBakh-Bold.woff") format("woff"),
    url("../fonts/YekanBakh-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Yekan Bakh";
  src: url("../fonts/YekanBakh-Regular.eot");
  src:
    local("../fonts/YekanBakh-Regular"),
    url("../fonts/YekanBakh-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/YekanBakh-Regular.woff2") format("woff2"),
    url("../fonts/YekanBakh-Regular.woff") format("woff"),
    url("../fonts/YekanBakh-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "farsi-numbers";
  src: url("../fonts/KalamehWeb\(FaNum\)-Regular.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

*,
body,
input,
input::placeholder {
  font-family: "Yekan Bakh";
}

.input-validation-error {
  border: 1px solid red;
}

.valid {
  --tw-border-opacity: 1 !important;
  border-color: rgb(80 205 137 / 1) !important;
  border-width: 2px;
}

.file-preview {
  display: none;
  text-align: -webkit-center;
}

.file-preview img {
  max-width: 100%;
  width: 80px;
  height: 80px;
  display: block;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 4px;
}

.file-preview span {
  font-size: 14px;
  color: #666;
}

input::placeholder {
  color: #6d6868 !important;
}

.info-box p,
.tp-caption {
  font-family: "Yekan Bakh" !important;
}

.user-image-modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #0000007d;
}

.user-image-modal div {
  width: 50%;
  height: 50%;
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.user-image-modal img {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translate(0, -50%);
  border-radius: 0;
  width: 50%;
  height: auto;
}

.form-scroll {
  overflow: hidden auto;
  padding-left: 0.25rem;
  max-height: 25rem;
}

.form-scroll::-webkit-scrollbar {
  width: 6px;
}

.form-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.form-scroll::-webkit-scrollbar-thumb {
  background-color: #d1d5db;
  outline: 1px solid slategrey;
  border-radius: 5px;
}
.form-scroll {
  scrollbar-width: thin; /* Makes scrollbar thinner */
  scrollbar-color: #d1d5db slategrey; /* Thumb color and track color */
}
.main-content {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .chart-container {
    width: 100% !important;
  }
}

:is(.dark .dark\:bg-brand) {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}

.homePage-firstText {
  font-size: 18px !important;
  line-height: 25px !important;
}
/*some tailwinds that are nit included in main.css*/
.w-fit {
  width: fit-content;
}

#error-message,
#success-message {
  bottom: 1rem;
  left: 2rem;
}

#loadingIcon {
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: whitesmoke;
  z-index: 9999;
  opacity: 0.5;
}

#loadingIcon div {
  top: 50%;
  display: flex;
  align-self: center;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
}

.info-content > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.info-content > div a {
  color: #fff !important;
  direction: ltr;
}

.nav-menu-box {
  overflow: hidden !important;
}

.incomplete-profile-details {
  text-align: center;
}

.incomplete-profile-details > h3 {
  cursor: pointer;
}

.incomplete-profile-details > div {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  background: #00000092;
}

.incomplete-profile-details > ul {
  position: fixed;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 30%;
  height: max-content;
}

.incomplete-profile-close {
  position: fixed;
  top: 15px;
  right: 0;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.incomplete-profile-container .apexcharts-datalabels-group {
  display: none;
}

.w-half {
  width: 50%;
}

.dir-ltr {
  direction: ltr;
}
.dir-rtl {
  direction: rtl;
}

#stepper > ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media screen and (max-width: 520px) {
  #stepper > ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 521px) and (max-width: 1024px) {
  #stepper > ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.stepper-notDone {
  padding: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: #d1d5db;
  width: 100%;
}

.stepper-current {
  padding: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: #93c5fd;
  width: 100%;
  color: #1d4ed8;
}

.stepper-done {
  padding: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: #6ee7b7;
  width: 100%;
  color: #20a881;
}

.file-modal-preview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;

  z-index: 200;
}

.file-modal-preview > img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 30rem;
  z-index: 201;
  object-fit: contain;
}

.file-modal-preview-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: 200;
  background: #000000bc;
}
.text-nowarap {
  text-wrap: nowrap;
}
.h-80 {
  height: 20rem;
}
.dropdown ul {
  right: 0;
  width: max-content;
}
.specialties-container {
  overflow: hidden auto;
  height: 12rem;
}
.viewProfile-firstView > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .viewProfile-firstView > div:first-of-type {
    width: 30%;
  }
  .viewProfile-firstView > div:last-of-type {
    width: 70%;
  }
}
.employee-image {
  /* width: 35%; */
  width: 8rem;
  height: 7rem;
}
.employee-image > img {
  max-height: 8rem;
  object-fit: contain;
}
.employee-details {
  overflow: auto hidden;
}
* {
  scrollbar-width: thin; /* Makes the scrollbar thinner */
  scrollbar-color: #323a461a transparent; /* Thumb color and track color */
}
.btn {
  width: fit-content;
}
.calendar-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.calendarDays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 10px;
}

.calendar-btns-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1rem;
}
.dateDay {
  padding: 0.5rem;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
.today-div {
  background-color: rgb(255 220 40 / 42%) !important;
}
.calendarDate:nth-child(7n) > .dateDay {
  background-color: #ff00002b;
}
.calendarDate {
  position: relative;
  min-height: 5rem;
}
.dateDay {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.dailySchedule {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
.calendarModal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-height: 30rem;
  z-index: 100;
  overflow: hidden scroll;
}
.calendarOverlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: #00000070;
  z-index: 10;
}
.notifContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
}
.dailySchedule {
  cursor: pointer;
}
.dailyNotifContainer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.dailyNotifText {
  width: 6ch;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notifContainer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.scheduleDetails {
  white-space: normal;
  word-break: break-word;
  line-height: 1.5;
}
.stepper-notDone.enabled {
  cursor: pointer;
}
.stepper-notDone {
  cursor: not-allowed;
}
#calendar-title {
  font-size: 1.5rem;
  line-height: 2rem;
}
.farsi-number {
  font-family: "farsi-numbers";
}
#File {
  font-size: 1.1rem;
}
.calendarModal {
  height: 30rem;
  overflow: hidden auto;
}
.show-container-btn {
  width: 100%;
  display: grid;
  place-items: center;
}
.show-container-btn > div {
  width: 70%;
  margin: 1rem auto;
  text-align: center;
}
.dropDownBtn {
  width: 70%;
}
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: rgb(43, 43, 43);
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.role-dropDown {
  padding: 0.1rem 1.5rem;
  width: 15rem;
}
.scheduleDetailsContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.scheduleDetailsContainer > div {
  border: 1px solid rgba(52, 51, 49, 1);
  border-radius: 5px;
  padding: 1rem 2rem;
}
.close-preview {
  position: fixed;
  left: 15px;
  z-index: 202;
  top: 37px;
  cursor: pointer;
}
.close-preview > img {
  width: 4rem;
}
.email-pending {
  height: 100dvh;
  background: #242424;
}
.email-pending > div:first-of-type > div {
  width: 100dvw;
  left: 45rem;
}
.email-pending svg {
  color: #26c426;
}
.email-pending a {
  color: #fff;
}
.impersonate {
  cursor: pointer;
  color: red;
  width: max-content;
  font-size: 1rem;
}
#timer {
  color: red;
  width: max-content;
  font-size: 1.2rem;
}
.modalContent {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 0.5rem 0;
}
.pagination li {
  border: 1px solid #fff;
  border-radius: 8px;
  display: grid;
  place-items: center;
  cursor: pointer;
  background: rgb(31 31 31/0.65);
  color: #fff;
  transition: all 0.2s ease-in;
}
.pagination span,
.pagination a {
  padding: 0.5rem 0.875rem;
  border-radius: 8px;
}
.pagination .active,
.pagination li:hover {
  background: #6a69f5d9 !important;
  border-color: transparent;
}
.homePage-firstText,
.homePage-title,
.homePage-caption,
.homePage-titlebtn {
  direction: rtl;
}
.file-small-preview > img {
  cursor: pointer;
}
.text-danger {
  margin-bottom: 1rem;
}
.profilePage #UserForeignLanguagesContainer,
.profilePage #UserExperiencesContainer,
#sliderIndexContainer > div > div {
  overflow: auto;
}
.w-48 {
  width: 48%;
}
.gap-8 {
  gap: 2rem;
}
.userCard {
  width: 23rem;
  min-width: 23rem;
  height: 10rem;
  display: block;
}
#permissionForm > .permission-container {
  margin-right: 1rem;
  /* display: flex;
  flex-direction: column; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.permission-container {
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
}
.permission-container > li > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.permission-container {
  list-style-type: none;
  padding-left: 1em;
}

.tree-item {
  /* margin: 0.5em 0; */
  min-width: 20rem;
}
.tree-item .tree-item {
  margin-top: 0.5rem;
}
/* #permissionForm > .permission-container > .tree-item:first-of-type,
#permissionForm > div > .permission-container > .tree-item:first-of-type {
  margin-top: 0;
}
#permissionForm > .permission-container > .tree-item:last-of-type,
#permissionForm > div > .permission-container > .tree-item:last-of-type {
  margin-bottom: 0;
} */

.tree-item-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.tree-item-header:hover {
  background-color: #2b2b2b;
}

.tree-children {
  margin-left: 1.5em;
  border-right: 1px dashed #5a5a5a;
  padding-left: 0.5em;
}
.permission-container svg {
  transition: all 0.2s ease-in-out;
}

.dark\:darken-img:is([data-mode="dark"] *) {
  filter: brightness(0.8);
}
.viewProfile-firstView .userCard {
  width: auto;
  min-width: auto;
  height: auto;
}
.w-25 {
  width: 25%;
}
.incomplete-profile-container {
  width: 35%;
}
#savePermissions {
  min-width: 7rem;
}
.calendarDay,
.calendarDate {
  min-width: 2.5rem;
}
html[data-mode="dark"] .dt-paging.paging_full_numbers .pagination a {
  background-color: transparent;
}
/* .file-small-preview {
  width: 2.5rem;
  height: 2.5rem;
}
.file-small-preview > img {
  object-fit: cover;
} */
select {
  background-position: left 0.5rem center !important;
}
.dailyNotifContainer {
  cursor: pointer;
}
.mr-4 {
  margin-right: 1rem;
}
.checkInfo-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000078;
  z-index: 100;
}
.checkInfo-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 20rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  z-index: 101;
  background-color: #222;
}
.phoneNumber-container div,
.email-container div {
  font-size: 1.2rem;
}
.incomplete-profile-container.view-user-profile {
  width: 100%;
}
#recaptchaV2 {
  text-align: -webkit-center;
}
#DefaultBackgroundPhoto {
  max-height: 140px;
}
#editModal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  background: #222;
}
.searchInput {
  width: 80%;
}
.searchBtn {
  width: 20%;
}
.categoryFilterOptions,
.roleFilterOptions {
  position: fixed;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 50%;
  height: 35rem;
  overflow: scroll;
}
.categoryFilterOptions > div:first-of-type,
.roleFilterOptions > div:first-of-type {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
.closeRoleFilter {
  color: rgb(241 65 108 / 1);
}
.pass-visibility-change {
  position: absolute;
  top: 2.1rem;
  left: 0.5rem;
  cursor: pointer;
}
.pass-visibility-change > i {
  font-size: 1.5rem;
}
.filter-box {
  z-index: 100;
  width: 60%;
  height: 70%;
  overflow: auto;
}
.filter-box > div:first-of-type {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
#universalOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  background: #00000092;
}
.profile-specialities .specialties-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#obligationPatterns {
  width: 85%;
}
.add-obligation-container {
  height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
#noData {
  position: relative;
  background: linear-gradient(#0000001c, #00000042),
    url("../AdminPanel/images/noData.webp");
  width: 100%;
  height: 70dvh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
  overflow: hidden;
}
#noData > p {
  color: #000;
  font-size: 3rem;
  font-weight: 400;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(6px);
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#accessDenied {
  position: relative;
  background: linear-gradient(#0000001c, #00000042),
    url("../AdminPanel/images/accessDenied.png");
  width: 100dvw;
  height: 100dvh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
  overflow: hidden;
}
#accessDenied > div {
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, -50%);
}
#accessDenied > div > h2 {
  text-shadow:
    1px 1px 1px red,
    1px 1px 1px red,
    1px 1px 1px red,
    -2px -2px 0px red;
}
#accessDenied > div > p {
  font-size: 2rem;
}
.form-hasFilter > div:first-of-type {
  width: 40%;
}
.form-hasFilter > div:last-of-type {
  width: 65%;
}
.ghostMode-height {
  height: calc(100vh - 110px) !important;
}
.ticketPlacementRight {
  width: 80%;
  place-self: start;
}
.ticketPlacementLeft {
  width: 80%;
  place-self: end;
}
#saveButton {
  height: fit-content;
}
.ghost-form > span {
  color: red;
}
.border-custom {
  border-color: rgb(127 95 103) !important;
  --tw-border-opacity: 1;
}
.autoComplete-search {
  height: 10rem;
  overflow-y: auto;
}
.autoComplete-search li {
  border-bottom: 1px solid #353535;
}
.autoComplete-search li:hover {
  background-color: #1c1c1c85;
}
.pr2 {
  padding-right: 0.5rem;
}
header .header-line div.copyright-line > div {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 17px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0;
  transform: rotate(180deg);
}
header .header-line div.copyright-line > div > span:first-of-type {
  transform: rotate(90deg);
  display: block;
}
.text-custom-purple {
  color: #ae00ff;
}
.dark\:text-custom-purple:is([data-mode="dark"] *) {
  color: #a84aff;
}
#obligationPatterns ul {
  position: absolute;
  z-index: 50;
  margin-top: 0.25rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  max-height: 10rem;
  overflow-y: auto;
  width: 100%;
}
#obligationPatterns ul:is([data-mode="dark"] *) {
  --tw-border-opacity: 1;
  border-color: rgb(52 51 49 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity));
}

#obligationPatterns ul > li {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  cursor: pointer;
}

#obligationPatterns ul > li:hover {
  background: #f1f1f1;
}

#obligationPatterns ul:is([data-mode="dark"] *) > li:hover {
  background: #1c1c1c;
}
#outsourcingAttachmentContainer ol,
#outsourcingAttachmentContainer ul {
  list-style: auto;
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#outsourcingAttachmentContainer img {
  max-height: 480px;
  object-fit: contain;
}
.priceTable {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.settlement-td {
  word-wrap: break-word;
  white-space: normal;
  max-width: 200px;
  overflow-wrap: break-word;
}
.ineffective-text-editor * {
  font-size: 1rem !important;
}
.ineffective-text-editor ul,
.ineffective-text-editor ol {
  list-style: auto;
  margin-right: 1.5rem;
}

@keyframes scroll-tooltip {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.tooltip:hover .scroll-marquee {
  animation: none;
}

.tooltip:hover .scroll-marquee {
  animation: scroll-tooltip 7s linear infinite;
}
.scroll-marquee {
  display: inline-block;
  white-space: nowrap;
}

.notif-tooltip {
  width: 230px !important;
  bottom: -43% !important;
  left: 62% !important;
  overflow: hidden;
}

/* ================================================================ */
/* !RESPONSIVE! */
/* ================================================================ */
@media screen and (max-width: 480px) {
  .filter-box > div:first-of-type {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* screen smaller than 768x px */
@media screen and (max-width: 768px) {
  .incomplete-profile-container {
    width: 100%;
  }
  .calendarDay {
    text-align: center;
    font-size: 1.2em;
    visibility: hidden;
    position: relative;
  }

  .calendarDay::before {
    content: attr(data-short);
    visibility: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: inherit;
    border: inherit;
    color: inherit;
    border-radius: inherit;
    padding: inherit;
    box-shadow: inherit;
  }
  .dailyNotifText {
    display: none;
  }
  .scheduleDetailsContainer {
    grid-template-columns: repeat(1, 1fr);
  }
  .dateDay {
    right: 0.25rem;
  }
  .userCard {
    width: 17rem;
    min-width: 17rem;
  }
  .close-preview > i {
    font-size: 2.5rem;
  }
  #noData > p {
    font-size: 1.2rem;
  }
  #accessDenied > div > p {
    font-size: 1rem;
  }
  .form-hasFilter {
    flex-direction: column-reverse;
    gap: 1rem;
  }
  .form-hasFilter > div:first-of-type,
  .form-hasFilter > div:last-of-type {
    width: 100%;
  }
  .searchInput {
    width: 70%;
  }
  .searchBtn {
    width: 30%;
  }
  .filter-box {
    width: 85%;
    height: 95%;
  }
  #permissionForm > .permission-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* screen bigger than 769 px */
@media screen and (min-width: 769px) {
  .md-w-48 {
    width: 48%;
  }
  #accessDenied > div > p {
    font-size: 1.5rem;
  }
  #permissionForm > .permission-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* screen bigger than 1280 px */
@media (min-width: 1280px) {
  .xl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  #permissionForm > .permission-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
