/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
.modal-body {
  white-space: normal;
  /* Allows wrapping */
  overflow-wrap: break-word;
  /* Breaks long words */
}

.pagebtn .btn {
  font-size: 14px;
  text-transform: capitalize;
  padding: 5px 30px 5px 30px;
}

.iconlist .mdi {
  padding: 15px;
}

.iconlist {
  margin-bottom: 20px;
}

.text-right {
  float: right;
}

.mr-25 {
  margin-right: 25px;
}

.p-25 {
  padding: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}


.layouttab i {
  padding-right: 10px;
}

.bg-light-blue {
  background: #e2f1f7;
  padding: 25px
}

.tabsec p {
  color: #848484;
}

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

.user-profile-header-banner img {
  width: 100%;
  object-fit: cover;
  height: 250px;
}

.pagearea .user-profile-header img {
  width: 250px;
  object-fit: cover;
  height: 100px;
}

.app-brand.demo img {
/*   margin-left: 10%; */
  width: 80%;
  height: 80%;
  margin-top: 5%;
}

.menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo svg {
  width: 50px;
  height: 50px;
}

.app-brand-text.demo {
  font-size: 1.25rem;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

.content-wrapper .navbar {
  z-index: auto;
}

.allsearch {
  border: 1px solid #cecece;
  margin-bottom: 20px !important;
  padding: 10px;
}

.demo-blocks>* {
  display: block !important;
}

.demo-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

.demo-vertical-spacing>* {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 300px;
    position: relative;
  }

  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.25rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1.25rem;
}

.profile-view {
  position: relative;
}

.profile-view .profile-img-wrap {
  height: 120px;
  width: 120px;
  position: absolute;
}

.profile-img-wrap {
  height: 120px;
  position: absolute;
  width: 120px;
  background: #FFF;
  overflow: hidden;
}

.profile-view .profile-img {
  width: 120px;
  height: 120px;
}

.profile-view .profile-img-wrap img {
  border-radius: 50%;
  height: 120px;
  width: 120px;
}

.profile-view .profile-basic {
  margin-left: 140px;
  padding-right: 50px;
}


.profile-view .profile-basic .profile-info-left .user-name {
  color: #373B3E;
}


.text-muted {
  color: #7A7C7F !important;
}

.profile-view .profile-basic .profile-info-left .staff-id {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}

.profile-view .profile-basic .profile-info-left .staff-msg {
  margin-top: 30px;
}

.personal-info {
  padding: 0;
  margin: 0;
  list-style: none;
}

.personal-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.personal-info li .title {
  color: #373B3E;
  float: left;
  font-weight: 500;
  width: 30%;
}

.personal-info li .text {
  color: #7A7C7F;
  display: block;
  overflow: hidden;
  width: 70%;
  float: left;
}

.personal-info {
  list-style: none;
}

.profile-view .pro-edit {
  position: absolute;
  top: 0;
  right: 0;
}

.edit-icon {
  background-color: #ECEDEE;
  border: 1px solid #E2E4E6;
  color: #BCBEBF;
  float: right;
  font-size: 12px;
  line-height: 24px;
  min-height: 26px;
  text-align: center;
  width: 26px;
  border-radius: 24px;
}

.profile-view .profile-basic .profile-info-right {
  border-left: 2px dashed #D3D3D4;
}

.navsbar ul {
  width: fit-content !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
}


.navsbar ul p {
  margin-bottom: 0px;
  padding: 5px 3px;
  cursor: pointer;
  text-align: center;
  width: 150px;
  color: #8d8d8d;
}

.navsbar ul .active {
  background-color: rgb(56, 56, 56);
  color: white;

}

.punch-btn-section {
  text-align: center;
  margin: 0 0 20px;
}

.punch-btn-section .punch-btn {
  font-size: 15px;
  font-weight: 600;
  max-width: 100%;
  padding: 8px 30px;
  border-radius: 50px;
  background-color: #ff902f;
  border: 1px solid #ff902f;
  color: #fff !important;
}

.punch-info {
  margin: 0 0 20px;
}

.punch-info .punch-hours {
  background-color: #f9f9f9;
  border: 5px solid #e2e4e6;
  font-size: 14px;
  height: 120px;
  width: 120px;
  margin: 0 auto;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.punch-det {
  background-color: #f9f9f9;
  border: 1px solid #e2e4e6;
  border-radius: 4px;
  margin: 0 0 20px;
  padding: 10px 15px;
}

.punch-det h6 {
  line-height: 20px;
  margin: 0;
}

.punch-det p {
  color: #646669;
  font-size: 14px;
  margin: 0;
}

.res-activity-list li::after {
  content: "";
  border: 1px solid #f9c684;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -26px;
}

.recent-activity .res-activity-list li {
  margin: 0 0 15px;
  position: relative;
}

.recent-activity .res-activity-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #ff902f;
  z-index: 2;
  background: #fff;
  border-radius: 100%;
  margin: 0 0 0 15px;
  position: absolute;
  top: 0;
  left: -45px;
}

.recent-activity .res-activity-list {
  list-style-type: none;
}

div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper .dataTables_filter {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}

.dataTables_filter {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: end;
}

.progress,
.progress-stacked {
  height: 18px !important;
}

div.dataTables_wrapper div.dt-row {
  overflow-y: auto;
}

.text-nowrap {
  white-space: nowrap !important;
}

.position-relative {
  position: relative !important;
}

.w-auto {
  width: auto !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.position-absolute {
  position: absolute !important;
}

.card-img-position {
  height: 115%;
}

.statistic-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-bottom: 15px;
}

.attendance-list {
  border-bottom: 1px solid #d3d3d4;
  margin-bottom: 15px;
}

.attendance-list .attendance-details {
  margin-bottom: 15px;
}

.attendance-list .attendance-details h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.attendance-list .attendance-details p {
  max-width: 75px;
  line-height: 18px;
  margin-bottom: 0;
}

.text-pink {
  color: #fc6075;
}

.text-purple {
  color: #9368e9 !important;
}

.view-attendance a {
  color: #373b3e;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.view-attendance .mdi::before,
.mdi-set {
  line-height: 0px;
}

.clock-in-info {
  background: #fff5ec;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 15px;
  padding: 24px;
}

.clock-in-info .clock-in-content p {
  color: #4d5154;
  margin-bottom: 0;
}

.clock-in-info .clock-in-content h4 {
  font-size: 20px;
  font-weight: 500;
  color: #373b3e;
  margin-bottom: 0;
}

.clock-in-info .clock-in-btn .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 15px;
  padding: 8px 14px;
}

.clock-in-list .nav {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d4;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.clock-in-list .nav li {
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(188, 188, 188, .2509803922);
  padding: 5px 8px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}

.clock-in-list .nav li p {
  font-size: 14px;
  margin-bottom: 0;
}

.clock-in-list .nav li h6 {
  font-size: 14px;
  color: #373b3e;
  margin-bottom: 0;
}

.stats-info {
  background-color: whitesmoke;
  border: 1px solid #e9e9ea;
  text-align: center;
  border-radius: 4px;
  margin: 0 0 20px;
  padding: 15px;
}

.stats-info h6 {
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 5px;
}

.stats-info h4 {
  font-size: 24px;
  margin-bottom: 0;
}

.info-card .holiday-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  z-index: 1;
}

.info-card .holiday-details .holiday-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.info-card .holiday-details .holiday-calendar .holiday-calendar-icon {
  margin-right: 10px;
}

.info-card {
  background: #009efb;
  border: 1px solid #009efb;
  position: relative;
  overflow: hidden;
}

.info-card::before {
  position: absolute;
  content: "";
  background: url(../img/bg/card-bg.png);
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}

.info-card h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}

.info-card .holiday-details .holiday-calendar .holiday-calendar-content h6 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
}

.info-card .holiday-details .holiday-calendar .holiday-calendar-content p {
  color: #fff;
  margin-bottom: 0;
}

.info-card .holiday-details .holiday-btn .btn1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 15px;
  color: #373b3e;
  background: #f5f6f7;
  border: 1px solid #f5f6f7;
  padding: 8px 14px;
}

.info-card .holiday-details .holiday-btn .btn1:hover {
  color: #373b3e;
  background: #b3e2fe;
  border-color: #b3e2fe;
}


/* .layout-page {
  background: #f4f4f4;
}
 */
.dropdown-toggle::after {
  display: none;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1089;
  --bs-backdrop-bg: #3a3541;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
  opacity: var(--bs-backdrop-opacity);
  transition: opacity 0.15s linear;
}

.modal-backdrop.show {
  opacity: 0.5;
}


.modal-backdrop.hide {
  display: none;
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  width: 30%;
}

.card15 {
  width: 100%;
  color: black;
  cursor: not-allowed;
}

.tophead {
  padding: 30px 0px 35px 0px;
}


.card15 .total {
  background: #f7f5f5;
}

.card19 {
  padding: 5px;
  background-color: white;
}

.item {
  padding: 5px;
}

.bg-slip {
  background-color: #ececec;
}


.info-section {
  display: inline-block;
  width: 100%;
}


.avatar {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}

.avatar .avatar-initial {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #f0eff0;
  font-size: .9375rem;
}

.animate__animated .carousel-indicators [data-bs-target] {
  background-color: #cacaca !important;
}

.animate__animated .carousel-control-prev,
.carousel-control-next {
  color: #0196e3 !important;
}


@media screen and (min-width: 320px) and (max-width: 900px) {

  .offcanvas.showing,
  .offcanvas.show:not(.hiding) {
    width: 100%;
  }
}

.guest-shell {
    min-height: 100vh;
    background: url('../img/backgrounds/bg-dpdp.svg') no-repeat center center;
   /*  background-size: cover; */
}

.brand-mark,
.app-brand-badge {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: .5rem;
  background: #111827;
  color: #fff;
  font-size: .875rem;
  font-weight: 700;
}

.panel {
  border: 1px solid #e5e7eb;
  border-radius: .5rem;
  background: #fff;
  padding: 1.25rem;
  box-shadow: 0 .125rem .375rem rgba(67, 89, 113, .08);
}

.metric {
  border: 1px solid #e5e7eb;
  border-radius: .5rem;
  background: #fff;
  padding: 1.25rem;
  box-shadow: 0 .125rem .375rem rgba(67, 89, 113, .08);
}

.metric span {
  color: #697a8d;
  font-size: .875rem;
  font-weight: 600;
}

.metric strong {
  display: block;
  margin-top: .5rem;
  color: #111827;
  font-size: 2rem;
  font-weight: 700;
}

.section-title {
  margin-bottom: 0;
  color: #111827;
  font-size: 1rem;
  font-weight: 700;
}

.data-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  text-align: left;
  font-size: .875rem;
}

.data-table th {
  border-bottom: 1px solid #e5e7eb;
  padding: 0 1rem .75rem 0;
  color: #697a8d;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.data-table td {
  border-bottom: 1px solid #f0f2f4;
  padding: 1rem 1rem 1rem 0;
  vertical-align: top;
  color: #566a7f;
}

.field {
  display: block;
  color: #566a7f;
  font-size: .875rem;
  font-weight: 600;
}

.field span {
  display: block;
  margin-bottom: .5rem;
}

.field input,
.field select,
.field textarea {
  display: block;
  width: 100%;
  border: 1px solid #d9dee3;
  border-radius: .375rem;
  background: #fff;
  padding: .625rem .875rem;
  color: #566a7f;
  font-size: .9375rem;
  font-weight: 400;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: #696cff;
  outline: 0;
  box-shadow: 0 0 0 .125rem rgba(105, 108, 255, .16);
}

.field small {
  display: block;
  margin-top: .375rem;
  color: #ff3e1d;
  font-size: .75rem;
  font-weight: 500;
}

.option-card {
  display: flex;
  min-height: 10rem;
  cursor: pointer;
  flex-direction: column;
  gap: .5rem;
  border: 1px solid #e5e7eb;
  border-radius: .5rem;
  background: #f8f9fa;
  padding: 1rem;
  font-size: .875rem;
  transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}

.option-card:hover {
  border-color: #696cff;
  background: #fff;
  box-shadow: 0 .125rem .375rem rgba(67, 89, 113, .08);
}

.option-card input {
  width: 1rem;
  height: 1rem;
  accent-color: #696cff;
}

.link {
  color: #696cff;
  font-weight: 600;
}

.link:hover {
  color: #5f61e6;
}

.assessment-hero {
  background: #111827;
  color: #fff;
}

.assessment-step {
  border-radius: .5rem;
  background: rgba(255, 255, 255, .1);
  padding: 1rem;
}

.master-tabs {
  background: #f8f9fa;
}

.master-tabs > input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.tab-list {
  display: flex;
  gap: .5rem;
  overflow-x: auto;
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
  padding: .75rem 1rem;
}

.tab-list label {
  cursor: pointer;
  white-space: nowrap;
  border-radius: .5rem;
  padding: .625rem 1rem;
  color: #697a8d;
  font-size: .875rem;
  font-weight: 600;
  transition: background-color .15s ease, color .15s ease;
}

.tab-list label:hover {
  background: #f3f4f6;
  color: #111827;
}

.tab-panel {
  display: none;
  padding: 1.25rem;
}

#tab-sectors:checked ~ .tab-list label[for='tab-sectors'],
#tab-locations:checked ~ .tab-list label[for='tab-locations'],
#tab-costs:checked ~ .tab-list label[for='tab-costs'],
#tab-questions:checked ~ .tab-list label[for='tab-questions'],
#tab-dpdpSections:checked ~ .tab-list label[for='tab-dpdpSections'] {
    background: #111827;
    color: #fff;
}

#tab-sectors:checked ~ .tab-sectors,
#tab-locations:checked ~ .tab-locations,
#tab-costs:checked ~ .tab-costs,
#tab-questions:checked ~ .tab-questions,
#tab-dpdpSections:checked ~ .tab-dpdpSections {
    display: block;
}

.question-accordion {
  border: 1px solid #e5e7eb;
  border-radius: .5rem;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 .125rem .375rem rgba(67, 89, 113, .08);
}

.question-accordion summary {
  display: flex;
  cursor: pointer;
  list-style: none;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.question-accordion summary::-webkit-details-marker {
  display: none;
}

.question-accordion summary strong {
  display: block;
  margin-top: .25rem;
  color: #111827;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
}

.max-w-3xl,
.max-w-7xl {
  width: min(100%, 80rem);
}

.max-w-3xl {
  max-width: 48rem;
}

.min-vh-assessment {
  min-height: calc(100vh - 4rem);
}

/* Legacy view utility shims kept local so Vite/Tailwind is no longer required. */
.block { display: block !important; }
.hidden { display: none !important; }
.flex { display: flex !important; }
.inline-flex { display: inline-flex !important; }
.grid { display: grid !important; }
.flex-col { flex-direction: column !important; }
.flex-wrap { flex-wrap: wrap !important; }
.items-center { align-items: center !important; }
.items-start { align-items: flex-start !important; }
.items-end { align-items: flex-end !important; }
.justify-between { justify-content: space-between !important; }
.justify-end { justify-content: flex-end !important; }
.place-items-center { place-items: center !important; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.overflow-hidden { overflow: hidden !important; }
.overflow-x-auto { overflow-x: auto !important; }
.sticky { position: sticky !important; }
.bottom-0 { bottom: 0 !important; }
.z-20 { z-index: 20 !important; }
.mx-auto { margin-right: auto !important; margin-left: auto !important; }
.mt-1 { margin-top: .25rem !important; }
.mt-2 { margin-top: .5rem !important; }
.mt-3 { margin-top: .75rem !important; }
.mt-4 { margin-top: 1rem !important; }
.mt-5 { margin-top: 1.25rem !important; }
.mt-6 { margin-top: 1.5rem !important; }
.mt-12 { margin-top: 3rem !important; }
.mb-4 { margin-bottom: 1rem !important; }
.mb-6 { margin-bottom: 1.5rem !important; }
.p-0 { padding: 0 !important; }
.p-4 { padding: 1rem !important; }
.p-5 { padding: 1.25rem !important; }
.p-6 { padding: 1.5rem !important; }
.px-3 { padding-right: .75rem !important; padding-left: .75rem !important; }
.px-4 { padding-right: 1rem !important; padding-left: 1rem !important; }
.px-5 { padding-right: 1.25rem !important; padding-left: 1.25rem !important; }
.py-2 { padding-top: .5rem !important; padding-bottom: .5rem !important; }
.py-3 { padding-top: .75rem !important; padding-bottom: .75rem !important; }
.py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-10 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
.pb-5 { padding-bottom: 1.25rem !important; }
.pt-5 { padding-top: 1.25rem !important; }
.gap-2 { gap: .5rem !important; }
.gap-3 { gap: .75rem !important; }
.gap-4 { gap: 1rem !important; }
.gap-5 { gap: 1.25rem !important; }
.gap-6 { gap: 1.5rem !important; }
.gap-8 { gap: 2rem !important; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: .5rem !important; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: .75rem !important; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem !important; }
.space-y-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.25rem !important; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem !important; }
.w-full { width: 100% !important; }
.min-h-screen { min-height: 100vh !important; }
.min-h-40 { min-height: 10rem !important; }
.h-full { height: 100% !important; }
.size-10 { width: 2.5rem !important; height: 2.5rem !important; }
.size-11 { width: 2.75rem !important; height: 2.75rem !important; }
.size-12 { width: 3rem !important; height: 3rem !important; }
.max-w-md { max-width: 28rem !important; }
.max-w-xl { max-width: 36rem !important; }
.max-w-2xl { max-width: 42rem !important; }
.rounded-lg { border-radius: .5rem !important; }
.rounded-full { border-radius: 50rem !important; }
.border { border: 1px solid #e5e7eb !important; }
.border-t { border-top: 1px solid #e5e7eb !important; }
.border-b { border-bottom: 1px solid #e5e7eb !important; }
.shadow-sm { box-shadow: 0 .125rem .375rem rgba(67, 89, 113, .08) !important; }
.bg-white { background: #fff !important; }
.bg-white\/10 { background: rgba(255, 255, 255, .1) !important; }
.bg-white\/90 { background: rgba(255, 255, 255, .9) !important; }
.bg-slate-50 { background: #f8fafc !important; }
.bg-slate-100 { background: #f1f5f9 !important; }
.bg-slate-950 { background: #111827 !important; }
.bg-teal-400 { background: #2dd4bf !important; }
.bg-teal-600 { background: #0d9488 !important; }
.bg-emerald-50 { background: #ecfdf5 !important; }
.bg-red-50 { background: #fef2f2 !important; }
.text-white { color: #fff !important; }
.text-slate-950 { color: #111827 !important; }
.text-slate-900 { color: #1f2937 !important; }
.text-slate-700 { color: #334155 !important; }
.text-slate-600 { color: #475569 !important; }
.text-slate-500 { color: #64748b !important; }
.text-slate-300 { color: #cbd5e1 !important; }
.text-teal-700 { color: #0f766e !important; }
.text-teal-300 { color: #5eead4 !important; }
.text-red-700 { color: #b91c1c !important; }
.text-emerald-800 { color: #065f46 !important; }
.text-xs { font-size: .75rem !important; }
.text-sm { font-size: .875rem !important; }
.text-base { font-size: 1rem !important; }
.text-lg { font-size: 1.125rem !important; }
.text-xl { font-size: 1.25rem !important; }
.text-2xl { font-size: 1.5rem !important; }
.text-3xl { font-size: 1.875rem !important; }
.text-4xl { font-size: 2.25rem !important; }
.text-5xl { font-size: 3rem !important; }
.font-semibold { font-weight: 600 !important; }
.font-bold { font-weight: 700 !important; }
.uppercase { text-transform: uppercase !important; }
.tracking-wide { letter-spacing: .025em !important; }
.leading-7 { line-height: 1.75rem !important; }
.leading-tight { line-height: 1.2 !important; }
.align-top { vertical-align: top !important; }
.whitespace-nowrap { white-space: nowrap !important; }
.cursor-pointer { cursor: pointer !important; }

@media (min-width: 576px) {
  .sm\:block { display: block !important; }
  .sm\:flex-row { flex-direction: row !important; }
  .sm\:items-center { align-items: center !important; }
  .sm\:justify-between { justify-content: space-between !important; }
  .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .sm\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .sm\:col-span-2 { grid-column: span 2 / span 2 !important; }
}

@media (min-width: 768px) {
  .md\:flex-row { flex-direction: row !important; }
  .md\:items-end { align-items: flex-end !important; }
  .md\:items-start { align-items: flex-start !important; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .md\:col-span-2 { grid-column: span 2 / span 2 !important; }
}

@media (min-width: 992px) {
  .lg\:p-6 { padding: 1.5rem !important; }
  .lg\:p-8 { padding: 2rem !important; }
  .lg\:px-6 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .lg\:flex-row { flex-direction: row !important; }
  .lg\:items-end { align-items: flex-end !important; }
  .lg\:justify-between { justify-content: space-between !important; }
  .lg\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .lg\:text-5xl { font-size: 3rem !important; }
}

@media (min-width: 1200px) {
  .xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .xl\:grid-cols-\[1fr_360px\] { grid-template-columns: 1fr 360px !important; }
  .xl\:grid-cols-\[1fr_420px\] { grid-template-columns: 1fr 420px !important; }
  .xl\:grid-cols-\[1fr_440px\] { grid-template-columns: 1fr 440px !important; }
}
