﻿@import "style.css";

:root {
  --fontSize: 12px;
  --header-size: 15px;
  --hovr-cle: #100bb0;
  --hover-btn: #5dcc5a;
  --card-clr02: #374241;
  --card-clr03: #848484;
  --card-clr04: #0aa84c;
  --table-th-bg: #35ba5b;
  --sidebr-bg: #2a3f54;
}
.main_block {
  position: relative !important;
  height: 100vh !important;
  /* optional, to stretch full width */
}
.main_block .footer {
  position: absolute !important;
  bottom: 0;
  width: 100%; /* optional, to stretch full width */
}
.bg-card01 {
  background-color: var(--hover-btn) !important;
}
.bg-card02 {
  background-color: var(--card-clr02) !important;
}
.bg-card03 {
  background-color: var(--card-clr03) !important;
}
.bg-card04 {
  background-color: var(--card-clr04) !important;
}
.header-font {
  font-size: var(--header-size);
}
.dropdown-hover:hover {
  background-color: #198754 !important;
  color: white !important;
  border-radius: 7px;
}
body {
  font-family: "Poppins", "Roboto", "Helvetica", "Arial", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  height: 100vh;
  overflow: hidden;
  font-size: 12px !important;
  background-color: var(--main-bg);
}

.collapsed-active {
  background-color: #007bff; /* Replace with your desired color */
  color: white;
}

.navbar {
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  /* border-bottom: 1px solid var(--nav-border) !important; */
}

.mobile-submenu:has(ul.show) {
  background-color: var(
    --sidebar-inner-bg
  ); /* Change to your desired background color */
}

.collapse-inner.show {
  background-color: var(
    --sidebar-ul-inner-bg
  ); /* Change to your desired background color */
}

.nav-item:has(.collapse.show) .rotate-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.rotate-icon {
  transition: transform 0.3s ease;
}

main {
  background-color: var(--main-bg);
}

.search-bar {
  margin-right: 10px;
}

.breadcrumb {
  background-color: white !important;
  padding: 5px 12px !important;
}

.btn-primary {
  background: var(--btn-prmry) !important;
  border-color: var(--btn-prmry) !important;
  color: var(--text-color01) !important;
}

.btn-dark {
  background-color: var(--active-nav-sub) !important;
  color: var(--text-color01) !important;
  border: none !important;
}

.btn-primary:hover {
  background: var(--hover-btn) !important;
}
/* .btn-primary:hover {
      background-color: var(--btn-prmry-hvr);
      border-color:var(--btn-prmry-hvr);
    } */
/* .sidebar-nav:hover{
        background-color:var(--sidebr-hovr);
       
    } */
.sidebar-nav-dropdown:hover {
  /* background-color:var(--sidebr-drpdwm); */
}

@media (max-width: 991px) {
  .sidebar-main {
    display: none;
  }
}

@media (min-width: 991px) {
  .hidden-nav {
    display: none;
  }
}
/* loader */
#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--loader-bg);
  z-index: 9999;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
}
/* loader */
.card-user {
  background-color: var(--card-usr-bg);
  border: none;
}

.selected-sidebar-nav {
  background-color: var(--slctd-nav);
  border-radius: 5px;
}

.main-card-inner {
  height: 68vh;
  /* overflow: auto; */
}

/* modals //////////////////////////////////////////////////////*/

.left-drawer {
  position: absolute;
  left: 0;
  width: 100%;
}

.right-drawer {
  position: absolute;
  right: 0;
  width: 100%;
}

.top-drawer {
  /* position: absolute; */
  top: 0;
  width: 100%;
}

.bottom-drawer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.svg-size svg {
  height: 25px;
  width: 25px;
}
/* timeline ////////////////////////////////////////////////*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 95%;
  float: left;
  border: 1px solid #d4d4d4;
  /*border-radius: 2px;*/
  /*padding: 20px;*/
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: -12px;
  /*background-color: #999999;*/
  z-index: 100;
  /*
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  */
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge > a {
  color: #c5c7c5 !important;
}

.timeline-badge a:hover {
  color: #000 !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  padding: 20px;
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-footer {
  padding: 20px;
  background-color: #f4f4f4;
}

.timeline-footer > a {
  cursor: pointer;
  text-decoration: none;
}

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  /* filter: alpha(opacity=0); */
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #dddddd !important;
}

.tooltip.in {
  /*opacity:0;
    filter:alpha(opacity=80);*/
}

.tooltip.top {
  margin-top: -2px;
}

.tooltip.right {
  margin-left: 2px;
}

.tooltip.bottom {
  margin-top: 2px;
}

.tooltip.left {
  margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 0;
  margin-left: 0;
  border-left: 0 solid transparent;
  border-right: 5px solid transparent;
  border-top: 0 solid #000;
}

.tooltip.left .tooltip-arrow {
  bottom: 0;
  left: 0;
  margin-left: 0;
  border-left: 0 solid transparent;
  border-right: 5px solid transparent;
  border-top: 0 solid #000;
}

.tooltip.bottom .tooltip-arrow {
  bottom: 0;
  left: 0;
  margin-left: 0;
  border-left: 0 solid transparent;
  border-right: 5px solid transparent;
  border-top: 0 solid #000;
}

.tooltip.right .tooltip-arrow {
  bottom: 0;
  left: 0;
  margin-left: 0;
  border-left: 0 solid transparent;
  border-right: 5px solid transparent;
  border-top: 0 solid #000;
}

.tooltip-inner {
  width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #313131;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.timeline > li.timeline-inverted {
  float: right;
  clear: right;
  margin-top: 30px;
  margin-bottom: 30px;
}

.timeline > li:nth-child(2) {
  margin-top: 60px;
}

.timeline > li.timeline-inverted > .timeline-badge {
  left: -12px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
  }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline > li > .timeline-badge {
    left: 28px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }

  .timeline > li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .timeline > li.timeline-inverted > .timeline-badge {
    left: 28px;
  }
}
/* timeline 2 ///////////////////////////////////////////////*/

.timeline-1 {
  border-left: 3px solid #b565a7;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(177, 99, 163, 0.09);
  margin: 0 auto;
  position: relative;
  padding: 50px;
  list-style: none;
  text-align: left;
  max-width: 40%;
}

@media (max-width: 767px) {
  .timeline-1 {
    max-width: 98%;
    padding: 25px;
  }
}

.timeline-1 .event {
  border-bottom: 1px dashed #000;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .timeline-1 .event {
    padding-top: 30px;
  }
}

.timeline-1 .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline-1 .event:before,
.timeline-1 .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline-1 .event:before {
  left: -207px;
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}

@media (max-width: 767px) {
  .timeline-1 .event:before {
    left: 0px;
    text-align: left;
  }
}

.timeline-1 .event:after {
  -webkit-box-shadow: 0 0 0 3px #b565a7;
  box-shadow: 0 0 0 3px #b565a7;
  left: -55.8px;
  background: #fff;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  content: "";
  top: 5px;
}

@media (max-width: 767px) {
  .timeline-1 .event:after {
    left: -31.8px;
  }
}
/* card///////////////////////////////////// */
.Profile {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.card4,
.card3,
.card2 {
  width: 100%;
  height: auto;
  border: 0.5px solid rgb(218, 218, 218);
}

.image-lg {
  width: 100%;
}

.image-lg .radius-img {
  width: 100%;
  border-radius: 10px;
}

.image-lg img {
  width: 100%;
}

.card5 {
  height: 500px;
  border: 0.5px solid rgb(218, 218, 218);
}

.bttn {
  background-color: #000;
  border-radius: 20px;
  border: none;
  color: white;
}

/* card animations ********************/

.card-anim {
  height: 254px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  position: relative;
}

.remove-when-use {
  text-align: center;
  width: 100%;
  position: absolute;
  color: black;
  top: 85px;
  font-weight: bold;
}

.details > p {
  font-size: 0.8em;
  margin-top: 0.5em;
}

.details > label {
  font-weight: bold;
}

.details {
  color: white;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  height: 2.6em;
  transition: height 0.5s ease-in-out;
  padding: 0.6em;
  overflow: hidden;
}

.card-anim:hover > .details {
  height: 6.7em;
}

/* .btn-dark:hover {
  color: #fff;
  background-color: var(--hovr-cle) !important;
} */
/* card animation2 ******************/

/* Card Styles */

.card-anim2::before {
  content: "";
  height: 110%;
  width: 110%;
  position: absolute;
  top: -5%;
  left: -5%;
  z-index: -1;
  background: linear-gradient(to right, #0f0c29, #302b63, #24243e);
  filter: blur(30px);
}

.card__hover {
  color: #fff;
  width: 100%;
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  letter-spacing: 2px;
  pointer-events: none;
  transform: scale(1) translateY(-50%);
  font-family: var(--font-mulish);
  transition: transform 500ms;
}

.card-anim2:hover .card__hover {
  transform: scale(0);
}

.card__figure {
  width: 100%;
  height: 65%;
  border-radius: 10px;
  overflow: hidden;
  transform: var(--rotate-animation) var(--scale-animation);
  transition: transform 600ms ease 100ms;
}

.card-anim2:hover .card__figure {
  --rotate-animation: rotate(0);
  --scale-animation: scale(1);
}

.card__figure svg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: drop-shadow(0 0 2px #0f0c29);
}

.card__info {
  display: flex;
  flex-direction: column;
  transform: var(--scale-animation);
  transition: transform 600ms ease 100ms;
}

.card-anim2:hover .card__info {
  --scale-animation: scale(1);
}

.card__name {
  color: #fff;
  font-size: 28px;
  letter-spacing: 1px;
  font-family: var(--font-AR-One-Sans);
}

.card__ocupation {
  color: aliceblue;
  font-family: var(--font-mulish);
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
}

.card__links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
  --transform-animation: translateY(-10px);
}

.card__links svg {
  height: 55px;
  width: 55px;
  padding: 10px;
  background-color: rgba(128, 128, 128, 0.211);
  border-radius: 15px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.card__links svg:hover {
  transform: var(--transform-animation);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

/* Hover Colors */
.card__links svg:nth-child(1):hover {
  background: var(--bg-facebook);
}

.card__links svg:nth-child(2):hover {
  background: var(--bg-instagram);
}

.card__links svg:nth-child(3):hover {
  background: var(--bg-twitter);
}

.card__links svg:nth-child(4):hover {
  background: var(--bg-linkedin);
}

/* .nav-item{
  border: 0.5px solid rgb(232, 232, 232);
} */
/* login form//////////////////////////////////////////////////////////////////////////////// */
.login-bg {
  background-image: url("images/login.png");
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  border-radius: 15px 15px 0px 0px;
}

li.header {
  color: #e6e9ea !important;
  background: #152158 !important;
  padding: 5px 25px 6px 15px;
}

.card-login {
  width: 600px;
  height: auto;
  border-radius: 10px;
}

.text-login {
  color: white;
  z-index: 9999;
  font-size: 40px;
}

.brdr-input {
  border-bottom: 0.5px solid gray !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  outline: none;
}

.brdr-frm {
  border-radius: 0 0 15px 15px;
}

.logn-btn {
  border-radius: 20px;
  color: white;
  background-color: #57b846;
}

.brdr-inputs {
  background: transparent;
  border: 0;
  border-left: 4px solid rgba(54, 84, 99, 0.7);
  padding: 10px;
  color: white;
}

.brdr-inputs:focus {
  outline: 0;
  background: rgba(93, 126, 143, 0.7) !important;
  border-radius: 1.2rem;
  border-color: transparent;
  color: white;
}

.error {
  height: 500px;
  width: 100%;
}

.error img {
  height: 100%;
  width: 100%;
}

.kanban-card {
  border-radius: 10px;
  border: 0.5px solid rgb(226, 225, 225);
  height: 60vh;
  width: 340px;
}

.kanban-card p {
  width: 340px;
}

.kanban-title {
  background-color: var(--kanban-bg1);
}

.kanban-title1 {
  background-color: var(--kanban-bg2);
}

.kanban-title2 {
  background-color: var(--kanban-bg3);
}

.kanban-title3 {
  background-color: var(--kanban-bg4);
}

.kanban-title,
.kanban-title1,
.kanban-title2,
.kanban-title3,
h3 {
  font-size: 20px;
  color: white;
}

.inner-card {
  border-radius: 10px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar {
  width: 10px;
}

.h-90 {
  height: 52vh;
}

.bder-botm {
  border-bottom: 0.5px solid rgb(226, 226, 226);
  border-top: 3px solid var(--kanban-bg2);
  border-radius: 10px 10px 0 0;
}

/* widget /////////////////////////////////////////////////////////*/
.bg-info,
.bg-info > a {
  color: #fff !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.info-box .info-box-text,
.info-box .progress-description {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-box .info-box-number {
  display: block;
  margin-top: 0.25rem;
  font-weight: 700;
}

.info-box .info-box-icon {
  border-radius: 0.25rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 70px;
}

.info-box .info-box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.8;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  overflow: hidden;
}

.info-box {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  min-height: 80px;
  padding: 0.5rem;
  position: relative;
  width: 100%;
}

.card-widget {
  border: 0;
  position: relative;
}

.card {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

.widget-user .widget-user-header {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  height: 135px;
  padding: 1rem;
  text-align: center;
}

.widget-user .widget-user-image {
  left: 50%;
  margin-left: -45px;
  position: absolute;
  top: 80px;
}

.widget-user .widget-user-image > img {
  border: 3px solid #fff;
  height: auto;
  width: 90px;
}

.elevation-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

.img-circle {
  border-radius: 50%;
}

.widget-user .card-footer {
  padding-top: 50px;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}

.card .border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}

.description-block > .description-header {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.description-block > .description-text {
  text-transform: uppercase;
}

/* buttons and switches ///////////////////////////////////////////////*/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  display: none;
}

.switch label {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 34px;
  background-color: #ccc;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s;
}

.switch input:checked + label {
  background-color: #66bb6a;
}

.switch input:checked + label:before {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.switch label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  transition: transform 0.3s;
}
/* live date and time ///////////////////////////////////////////*/
.card-time {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 20px;
  width: 300px;
  margin: 0 auto;
  margin-top: 50px;
  z-index: 1020;
}

.datetime {
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}

#time {
  font-size: 30px;
  font-weight: bold;
  color: #242323;
}

#date {
  font-size: 20px;
  color: #3f3d3d;
}

ul.swiper-wrapper {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Swiper styles */
.swiper-container {
  max-width: 100%;
}

/* responive image */
.swiper-container img {
  width: 400px;
  height: auto;
}

.swiper-slide {
  text-align: center;
  /* Remove this if you want 1 slide perview - than change slidesPerView js-option to 1 -or- 2+ instead of 'auto' */
  width: 80%;
}

/* floating button ///////////////////////////////////////////*/
#overlay {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(220, 220, 220, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in;
  will-change: opacity;
}

#overlay.show {
  visibility: visible;
  opacity: 1;
}

#hamburger-menu {
  z-index: 10;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 10%;
  right: 5%;
  background-color: #ff5722;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 2px 2px 10px rgba(10, 10, 10, 0.3);
  transition: all 0.2s ease-in-out;
}

#hamburger-menu .icon-bar {
  display: block;
  background-color: #fff;
  width: 22px;
  height: 2px;
  transition: all 0.3s ease-in-out;
}

#hamburger-menu .icon-bar + .icon-bar {
  margin-top: 4px;
}

.float-nav {
  z-index: 9;
  position: fixed;
  bottom: 10.5%;
  right: 5.5%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibilty: hidden;
  opacity: 0;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.48);
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.material-icons {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.54);
}

#settings.show {
  transform: translateY(-125%);
}

#thumb.show {
  transform: translateY(-250%);
}

#create.show {
  transform: translateY(-375%);
}

#share.show {
  transform: translateY(-500%);
}

#hamburger-menu.show {
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.48);
}

#hamburger-menu.show #wrapper {
  transition: transform 0.4s ease-in-out;
  transform: rotateZ(90deg);
}

#hamburger-menu.show #one {
  transform: translateY(6px) rotateZ(45deg) scaleX(0.9);
}

#hamburger-menu.show #thr {
  transform: translateY(-6px) rotateZ(-45deg) scaleX(0.9);
}

#hamburger-menu.show #two {
  opacity: 0;
}

.float-nav.show {
  visibility: visible;
  opacity: 1;
}

.view-btn {
  border: 1px solid gray;
  border-radius: 5px;
}

.edit-btn {
  border-radius: 5px;
}

.dlt-btn {
  border-radius: 5px;
}

.profile {
  border: 1px solid #d2d2d2;
  border-radius: 31px;
  padding: 1px;
  background-color: #ffffff85;
  color: #ffffff;
  text-decoration: none;
  /* background-color: var( --text-color01); */
}

.bg-clr-sidebr {
  /*    background: var(--sidebr-bg);
    color:#fff;*/
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  /* left: 192px !important; */
}

.settings {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 3px;
  background: var(--active-nav-sub);
  z-index: 99999;
  cursor: pointer;
}

.card-icon {
  position: absolute;
  background-color: #5fce9b;
  bottom: 75%;
  left: 15px;
}

.card-1-bg {
  background: var(--card1-bg);
}

.card-2-bg {
  background: var(--card2-bg);
}

.card-3-bg {
  background: var(--card3-bg);
}

.card-4-bg {
  background: var(--card4-bg);
}

.card-5-bg {
  background: var(--card5-bg);
}

.card-6-bg {
  background: var(--card6-bg);
}

.firt-ttl {
  font-size: 13px;
  color: #ffffff;
}

.scnd-ttl {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.vw-btn {
  background: linear-gradient(270.28deg, #10b1c8 0.24%, #1cc1d3 99.76%);
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
}

.name-user {
  font-size: 14px;
  font-weight: 600;
  color: var(--fnt-clr1);
}

.mail-user {
  font-size: 12px;
  font-weight: 500;
  color: var(--fnt-clr1);
}

.profile-img {
  width: 54px;
  height: 54px;
}

.table-area-inner {
  width: 100%;
  line-height: 2;
}

.table-area-inner th {
  font-size: 12px;
  font-weight: 500;
}

.table-area-inner thead {
  background: var(--table-th-bg) !important;
  color: #fff;
  line-height: 1.1;
  /* text-align: center; */
}

table th:first-child {
  border-radius: 0 0 0 0;
}

table th:last-child {
  border-radius: 0 0 0 0;
}

table tr {
  /*border-bottom: 1px solid #d9d9d9;*/
  font-size: 12px;
}

.table-h {
  font-size: 14px !important;
}

.c-pointer {
  cursor: pointer;
}

.active-td {
  color: var(--active-td);
}

.inactive-td {
  color: var(--inactive-td);
}

.headings-card {
  font-size: 14px;
  color: var(--fnt-clr1);
  font-weight: 600;
}

.form-control {
  border: 0.5px solid #c7c1c1 !important;
}

.logo-footer {
  height: 20px;
  width: auto;
}

.card-list {
  color: #000;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #fff !important;
  border-right: 7px solid #2a3f54 !important;
  border-radius: 4px !important;
  color: #000 !important;
  padding: 0px;
}

.nav-pills .nav-link,
.nav-pills .show > .nav-link {
  padding: 0px;
}

.form-head h3 {
  font-size: 20px;
  color: var(--sidebr-hovr);
  border-bottom: 1px solid #cbcbcb;
}

.container-card {
  height: 63vh;
  overflow: auto;
}

.CustomToast {
  height: 50vh;
  overflow: auto;
}

.col-form-label {
  font-size: var(--fontSize) !important;
  /* white-space: nowrap !important; */
}

.form-control::placeholder {
  font-size: var(--fontSize) !important;
  font-style: normal !important;
}

select.form-select.w-100 {
  font-size: var(--fontSize) !important;
}

input.form-control {
  font-size: var(--fontSize) !important;
}

.nav-item[b-47as7leur6] {
  padding: 10px !important;
  font-size: inherit !important;
}

.sub-form-styl .col-md-12 {
  padding: 1px 5px !important;
}

.sub-form-styl td {
  padding: 0rem 0.5rem;
}

.sub-form-styl th {
  padding: 0rem;
}

.sub-form-styl.table.m-0 {
  border: 1px solid #e0e0e0; /* Border for the table */
  border-collapse: collapse; /* Prevent double borders */
  background-color: white;
  /* width: 100vw; */
  overflow: auto;
}
/* custom td */
.sub-form-styl.table.m-0 td {
  padding: 0px 10px;
  align-content: center;
}
/* custom td */

.sub-form-styl.table.m-0 th,
.sub-form-styl.table.m-0 td {
  border: 1px solid #e0e0e0; /* Border for table cells */
}

.sub-form-styl.table th:first-child {
  border-radius: 0px 0 0 0px;
}

.sub-form-styl.table th:last-child {
  border-radius: 0px 0 0 0px;
}

.sub-form-styl .row.mb-2 {
  margin-bottom: 0px !important;
}

.sub-form-styl .col-sm-4 {
  width: 100%;
}

.sub-frm-adbtn {
  font-size: var(--fontSize) !important;
  padding: 1px 10px !important;
}

.breadcrumb-item + .breadcrumb-item {
  text-transform: capitalize;
}

.DashboardIcons {
  width: 18px;
  height: 18px;
}

.nav-link:focus,
.nav-link:hover {
  /* background-color:#1b3644!important; */
  /* color: white!important; */
}

.sidebar-nav li.w-100 {
  border-bottom: 0.2px solid #f9f9f92b;
}
/* multi check label ui */
label.form-check-label {
  margin-left: 12px;
}
/* multi check ui */
.cursor-pointer {
  cursor: pointer !important;
}

/* camel casing */
/* Custom CSS for camel case */
.camel-case {
  white-space: nowrap; /* Prevent line breaks */
}

.camel-case::first-letter {
  text-transform: lowercase; /* Ensure first letter is lowercase */
}

.camel-case::first-letter,
.camel-case > * {
  display: inline-block;
  text-transform: capitalize; /* Capitalize each word */
}
/* camel casing */

/* dropdown menu */
button#dropdownMenuButton {
  font-size: 12px;
  height: 30px;
}
/* dropdown menu */
.OneAppTab {
  display: contents; /* Ensure tabs appear in a row */
  margin-right: 10px; /* Adjust as per your preference */
}

.OneAppTab button {
  margin-right: 5px; /* Adjust as per your preference */
}

.btn-tab {
  box-shadow: none;
  background-color: #fff !important;
}

.btn-tab.active {
  background-color: #2a3f54 !important;
  box-shadow: none;
  color: white !important;
}

button.btn-tab {
  border-radius: 5px 5px 0px 0px;
  box-shadow: none !important;
  margin: 0px;
}

/* sidebar-timeline */
/* Container for the timeline */
.timeline-sidebar {
  position: relative;
  padding-left: 40px; /* Space for the vertical line and markers */
  margin-left: 20px; /* Adjust based on your layout */
}

/* Vertical line */
.timeline-sidebar::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #9aa4cf; /* Line color */
}

/* Each timeline item */
.timeline-item-sidebar {
  position: relative;
}

/* Marker (dot) before each item */
.timeline-item-sidebar::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 12px;
  width: 8px;
  height: 8px;
  background: #9aa4cf;
  border-radius: 50%;
  /* border: 2px solid #fff; */
  /* box-shadow: 0 0 0 1px #007bff;/* Optional: shadow to enhance visibility */
}

.sideheader {
  background-color: #fff;
  padding: 0;
  box-shadow: 1px 1px 20px -2px rgba(22, 30, 42, 0.16);
  transition: 0.24s ease-in-out;
}

.sidebar_main ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.fa_submenu {
  display: none;
  padding-left: 15px;
  position: absolute;
  top: 0;
  left: 99%;
  background-color: #615cdd;
  max-width: 25vw;
  padding: 10px !important;
  border-radius: 2px;
  /* column-count: 2;  */
  z-index: 1030;
}

.fa_has-submenu:hover .fa_submenu {
  display: block;
}

.fa_submenu li {
  padding: 8px;
  color: black;
}

/* Responsive styles */
@media screen and (max-width: 600px) {
  .fa_submenu {
    position: static;
    width: 100%;
    margin-top: 10px;
  }

  .fa_has-submenu {
    position: static;
  }
}

.sidebar_main li {
  /*  padding: 10px;*/
  cursor: pointer;
  position: relative;
  /* text-align: center; */
}

.sidebar_main li.fa_has-submenu:hover {
  background-color: #35ba5b;
  transition: 0.3s ease-out;
  border-radius: 5px;
}

.fa_submenu li {
  padding: 0px;
  border-radius: 5px;
}

.fa_submenu li:hover {
  /* background-color: #2D5392; */
  background-color: var(--active-nav-sub);
  transition: 0.3s ease-out;
  color: #fff;
}

.tooltip .tooltip-inner {
  background-color: #ffffff;
  color: #000;
  width: 100px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  .tooltip .tooltip-inner {
    display: none !important;
  }
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}
/* .table > :not(caption) > * > * {
  padding: 0.4rem 1rem !important;
} */

/* buttons */
.btn-edit {
  /* background-color: #ffe3e6; */
  /* color: #dc3545; */
  border-color: #c9c9c9 !important;
}

.btn-view {
  /* background:#e4ffe4 !important; */
  border-color: #c9c9c9 !important;
  /* color: #14CD14 !important; */
}

.btn-invoice {
  background-color: #ffe3e6;
  color: #dc3545;
  border-color: #dc3545 !important;
}

.btn-issue {
  background-color: #ffe3e6;
  color: #dc3545;
  border-color: #dc3545 !important;
}
/* buttons */

/* width */
.main-card-inner {
  overflow-x: auto; /* Enables horizontal scrolling */
  overflow-y: auto; /* Enables vertical scrolling */
  white-space: nowrap; /* Prevents content from wrapping */
}

/* Horizontal scrollbar */
.main-card-inner::-webkit-scrollbar {
  width: 8px; /* Vertical scrollbar width */
  height: 8px; /* Horizontal scrollbar height */
}

/* Track */
.main-card-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.main-card-inner::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.main-card-inner::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.font-class {
  font-size: 13px !important;
}

.completed-flow {
  background-color: #d4edda;
  color: #155724;
}

.main-card-inner {
  height: calc(85vh - 100px);
  /* height: 65vh; */
  /* Default for larger screens */
}

@media (max-width: 768px) {
  /* Example for tablets */
  .main-card-inner {
    height: calc(85vh - 100px);
  }
}

@media (max-width: 480px) {
  /* Example for mobile screens */
  .main-card-inner {
    height: 65vh;
  }
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #ffffff !important;
}

.btn-view:hover {
  background-color: #ccf6cc !important;
}

.btn-edit:hover {
  background-color: #ffe3e6 !important;
}

.form-check-input {
  width: 1.5em !important;
  height: 1.5em !important;
  border-color: #949494 !important;
}

.form-check-input:checked {
  background-color: #10ad64 !important;
  border-color: #10ad64 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color) !important;
  background-color: var(--active-nav-sub) !important;
}

.Main_head {
  padding: 8px !important;
  margin-bottom: 6px;
  /* border-left: 6px solid #6d69ee; */
  padding-left: 5px !important;
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #cdcdcd;
  background-color: #fff;
}

button.btn.btn-primary.sub-frm-adbtn {
  background: #198754 !important;
  color: #ffffff !important;
}

.footerBtn button.btn.btn-primary {
  padding: 5px 20px;
  background: var(--btn-prmry) !important;
  border-color: var(--btn-prmry) !important;
  color: var(--text-color01) !important;
  font-size: inherit;
  border: 0px;
  border-radius: 6px;
}

.footerBtn button.btn.btn-secondary {
  font-size: inherit;
  color: #e9ecef;
  border-radius: 5px;
  padding: 5px 20px;
}

.main-card-inner {
  background-image: url("../images/g-bg.png");
  background-repeat: no-repeat;
  background-attachment: local;
  background-position: bottom;
  background-size: cover;
}

.col-count {
  column-count: 2;
}

.MenuSub-title {
  font-size: 15px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: 600;
  border-bottom: 0.5px solid white;
}

/* button animations */
/* Define a keyframe animation for the hover effect */
@keyframes button-hover {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

/* Apply the animation to all Bootstrap buttons */
.btn {
  transition: all 0.3s ease; /* Smooth transition for hover effect */
}

/* Apply the hover animation */
.btn:hover {
  animation: button-hover 0.5s ease-in-out;
}

/* Popup table */
td.tblheading {
  background-color: #6d68ed;
  color: white;
  line-height: 2.2;
}

td.tblcontent {
  line-height: 2.5;
  border: 1px solid #c6c6c6 !important;
  padding: 3px 6px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

li.nav-item.p-2.sidebar-nav.text-white.hidden-nav.mobile-submenu img {
  padding: 3px;
  width: 25px;
  border-radius: 2px;
}

.sub-form-styl .col-md-6.d-flex.align-items-center {
  width: 100%;
  text-align: right;
  justify-content: end;
}

.profile p {
  font-size: 13px;
}

.inspection-table-inner::-webkit-scrollbar {
  height: 5px;
}

.inspection-table-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.inspection-table-inner::-webkit-scrollbar-thumb {
  background: #888;
  cursor: pointer;
  border-radius: 10px;
}

.inspection-table-inner::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.inspection-table-inner {
  display: flex;
  flex-direction: row;
  /* width: 30vw; */
  overflow: auto;
  padding-bottom: 4px;
}
/* Base styles */
.w20 {
  /* width: 24%; */
}

/* Default form and layout helpers */
.form-check {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.form-check-switch {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.customheight {
  min-height: 2.5rem;
  display: flex;
  /*  flex-wrap: wrap;*/
  align-items: center;
  gap: 0.5rem;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .container {
    padding: 10px;
    margin: 10px;
  }

  .tabs-container {
    width: 100%;
  }

  .nav-pills {
    flex-direction: column;
    gap: 10px;
  }

  .nav-item {
    /* width: 100%; */
  }

  .nav-pills .nav-link {
    padding: 10px;
  }

  .settings-wrapper {
    margin-left: 0;
  }

  .settings-row {
    flex-direction: column;
    gap: 10px;
  }

  .settings-wrapper .col-md-3 {
    width: 100%;
    justify-content: space-between;
  }

  /* .btn-flex {
    flex-direction: column !important;
    align-items: stretch !important;
  } */

  .btn-sm {
    width: 100%;
    text-align: center;
  }

  .input-group {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
  }

  .input-group .form-control {
    flex: 1 1 auto;
    min-width: 0;
  }

  .input-group .btn-outline-secondary {
    flex: 0 0 auto;
    width: auto;
    min-width: 100px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .input-group-text {
    flex: 0 0 38px;
    height: 38px;
  }

  .dropdown-menu {
    width: 100%;
    min-width: unset;
  }

  h2 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 0.9rem;
  }

  .customheight {
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 10px;
  }

  .col-md-6 {
    width: 100%;
  }

  .d-flex.justify-content-end {
    justify-content: flex-start;
  }

  #saveButton {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 10px;
  }
  .w20 {
    width: 100% !important;
  }
  .btn {
    font-size: 10px;
  }

  .btn-sm {
    font-size: 8px;
  }

  .form-control,
  .dropdown-item {
    font-size: 10px;
  }

  .accordion-button {
    font-size: 12px !important;
  }

  .container {
    margin: 5px;
    padding: 8px;
  }

  .input-group .btn-outline-secondary {
    min-width: 80px;
    font-size: 10px;
  }

  .input-group-text {
    width: 30px;
    height: 34px;
  }

  .input-group .form-control {
    height: 34px;
  }
}

.w20 {
  /* width: 14%; */
}

.extra-screen-padding {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2vh;
  padding-bottom: 2vh;
}
.cute-report-button {
  padding: 0.25rem 0.75rem; /* Compact padding */
  font-size: 0.875rem; /* Smaller text */
  font-weight: 500; /* Slightly bold for readability */
  border-width: 2px; /* Thicker border for emphasis */
  transition: all 0.2s ease; /* Smooth hover effect */
}

.cute-report-button:hover {
  background-color: #e7f1ff; /* Light blue background on hover */
  color: #0d6efd; /* Primary blue text */
  transform: scale(1.05); /* Slight scale-up for playfulness */
}
@media (min-width: 768px) and (max-width: 1200px) {
  .scroll-on-tablet {
    max-height: 50vh; /* adjust as needed */
    overflow-y: auto;
    padding-right: 8px; /* optional for scrollbar space */
  }
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* Responsive Design */
@media (max-width: 768px) {
  .upload-container {
    padding: 1rem;
  }

  .modal-container {
    width: 95vw;
    margin: 1rem;
  }
}
/*image uploader control */

.img-crop-upload-container {
  max-width: 300px;
  margin: 0 auto;
  padding: 2rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.img-crop-upload-section {
  margin-bottom: 2rem;
}

.img-crop-upload-area {
  position: relative;
  border: 2px dashed #e1e5e9;
  border-radius: 12px;
  padding: 10px 5px;
  text-align: center;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  transition: all 0.3s ease;
  cursor: pointer;
}

.img-crop-upload-area:hover {
  border-color: #3b82f6;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  transform: translateY(-2px);
}

.img-crop-file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
}

.img-crop-upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  margin: 0;
}

.img-crop-upload-icon {
  color: #6b7280;
  transition: color 0.3s ease;
}

.img-crop-upload-area:hover .img-crop-upload-icon {
  color: #3b82f6;
}

.img-crop-upload-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.img-crop-upload-title {
  font-size: 12px;
  font-weight: 600;
  color: #374151;
}

.img-crop-upload-subtitle {
  font-size: 0.875rem;
  color: #6b7280;
}

/*  .img-crop-result-section {
        background: white;
        border-radius: 12px;
        padding: 1.5rem;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        border: 1px solid #e5e7eb;
    } */
.img-crop-result-section {
  cursor: pointer;
}

.img-crop-section-label {
  display: block;
  font-size: 10px;
  font-weight: 300;
  color: #374151;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.img-crop-thumbnail-container {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.img-crop-thumbnail-container:hover {
  transform: scale(1.05);
}

.img-crop-cropped-thumbnail {
  width: 10px;
  height: 10px;
  object-fit: cover;
  display: block;
}

.img-crop-thumbnail-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.img-crop-thumbnail-container:hover .img-crop-thumbnail-overlay {
  opacity: 1;
}

.img-crop-remove-btn {
  background: #ef4444;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.img-crop-remove-btn:hover {
  transform: scale(1.1);
  background: #dc2626;
}

/* Modal Styles */
.img-crop-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1rem;
  backdrop-filter: blur(4px);
  animation: img-crop-modalFadeIn 0.3s ease;
}

.img-crop-modal-container {
  background: white;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: auto;
  width: auto;
  display: flex;
  flex-direction: column;
  animation: img-crop-modalSlideIn 0.3s ease;
}

.img-crop-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #e5e7eb;
}

.img-crop-modal-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.img-crop-close-btn {
  background: none;
  border: none;
  color: #6b7280;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.img-crop-close-btn:hover {
  background: #f3f4f6;
  color: #374151;
}

.img-crop-modal-body {
  padding: 2rem;
  flex: 1;
  overflow: auto;
}

.img-crop-crop-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.img-crop-crop-image {
  max-width: 100%;
  max-height: 400px;
  border-radius: 8px;
}

.img-crop-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding: 1.5rem 2rem;
  border-top: 1px solid #e5e7eb;
  background: #f9fafb;
  border-radius: 0 0 16px 16px;
}

.img-crop-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  text-decoration: none;
}

.img-crop-btn-primary {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-crop-btn-primary:hover {
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.img-crop-btn-secondary {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #d1d5db;
}

.img-crop-btn-secondary:hover {
  background: #e5e7eb;
  border-color: #9ca3af;
}

.img-crop-btn-icon {
  width: 16px;
  height: 16px;
}

.img-crop-modal-container {
  width: 600px;
  max-width: 90vw;
  margin: auto;
}

/* .img-crop-modal-container { */
/*     width: 95vw; */
/*     margin: 1rem; */
/* } */

.img-crop-modal-header,
.img-crop-modal-body,
.img-crop-modal-footer {
  padding: 1rem;
}

.img-crop-crop-container {
  min-height: 300px;
}

.img-crop-crop-image {
  max-height: 300px;
}

.img-crop-modal-footer {
  flex-direction: column;
}

.img-crop-btn {
  width: 100%;
  justify-content: center;
}
