:root {
  scroll-behavior: smooth;
}

body {
  margin: auto;
  font-family: "Plus Jakarta Sans", sans-serif;
  background: #ffffff;
}

* {
  font-family: "Plus Jakarta Sans", sans-serif;
}

a {
  cursor: pointer !important;
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #3c4149;
  font-family: "Plus Jakarta Sans", sans-serif;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.42rem;
}

h4 {
  font-size: 1.37rem;
}

h5 {
  font-size: 1.13rem;
}

p {
  font-size: 1rem;
}

small {
  font-size: 0.79rem;
}

.bg-red {
  background: #ff2d55;
}

.color-red {
  color: #ff2d55 !important;
}

.bg-yellow {
  background: #faaa00;
}

.color-yellow {
  color: #faaa00 !important;
}

.bg-green {
  background: #66e226;
}

.color-green {
  color: #66e226 !important;
}

.bg-black {
  background: #101828;
}

.color-black {
  color: #101828 !important;
}

.color-gray {
  background: #3c4149;
}

/*--------------------------------------------------------------
  # Main
  --------------------------------------------------------------*/
#main {
  padding: 20px 30px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}
@media screen and (max-width: 756px) {
  #main {
    padding: 25px;
  }
}
/*--------------------------------------------------------------
  # Page Title
  --------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
/* (Note: There are no styles provided for this section. Add styles if needed.) */
/*--------------------------------------------------------------
  # Override some default Bootstrap stylings
  --------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  padding: 5px;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: var(--Black-Text, #1f1f1f);
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f7f8;
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
/* Card */
.card {
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}
.logo img {
  max-height: 45px;
  margin-right: 6px;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  color: white;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #2a2a2a;
  padding: 0px 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  cursor: pointer;
  color: #f2f3f3;
}

.search-bar {
  min-width: 360px;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .search-bar {
    top: 50px;
    left: 0;
    right: 0;
    transition: 0.3s;
    visibility: visible;
  }
  .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 700px) {
  .price {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
  }
  .price .text-title {
    color: #aaaaaa;
  }
  [class^=col] {
    padding: 0px 5px;
    margin: 0px; /* Example style */
  }
  .search-bar {
    width: 100%;
    padding: 0 20px;
  }
}
.search-form {
  width: 100%;
}

.search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 8px;
  transition: 0.3s;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.search-form input:focus,
.search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
  # Header Nav
  --------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav > ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative;
}

/*--------------------------------------------------------------
  # Sidebar
  --------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #2a2a2a;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}
.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {
  #main,
  #footer {
    margin-left: 300px;
  }
}
@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
  .right-sidebar {
    position: fixed !important;
    margin-top: 65px;
    height: calc(100vh - 65px);
    z-index: 200;
    max-width: 700px;
    width: 100%;
    right: -100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .right-sidebar .card {
    overflow-y: auto;
    height: 100%;
  }
  .toggle-right-sidebar {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    right: 0%;
  }
}
@media (min-width: 1200px) {
  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }
  .toggle-sidebar .sidebar {
    left: -300px;
  }
}
.sidebar-nav {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style: none;
}
.sidebar-nav .active {
  color: #66e226 !important;
  border-left: 3px solid #66e226;
}
.sidebar-nav .active i {
  color: #66e226 !important;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 15px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: white;
  transition: 0.3;
  padding: 5px 15px;
  margin: 10px 0px;
}

.sidebar-nav .nav-link i {
  font-size: 20px;
  margin-right: 10px;
  color: white;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: start;
  justify-content: center;
}

.sidebar-nav .nav-link.collapsed {
  color: white;
}

.sidebar-nav .nav-link.collapsed i {
  color: white;
}

.sidebar-nav .nav-link:hover {
  color: #66e226;
}

.sidebar-nav .nav-link:hover i {
  color: #66e226;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  margin: 0;
  margin-left: 5px;
  list-style: none;
}
.sidebar-nav .nav-content .active {
  border-left: 3px solid #66e226;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: white;
  transition: 0.3;
  padding: 0px 0px 10px 10px;
  margin: 15px 0px;
  transition: 0.3s;
  margin-left: 20px;
  padding-bottom: 0px !important;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #66e226;
}

.profile-section {
  display: flex;
  gap: 10px;
  align-items: center;
}
.profile-section .profile-image {
  width: 60px;
  height: 60px;
  background-color: #e6e6e6; /* Light gray background for initials */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #333; /* Text color for initials */
}
.profile-section .profile-name {
  text-align: start;
  color: white;
}
.profile-section .profile-name h5 {
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
}

.sidebar hr {
  border-top: 2px solid #ffffff;
}

.progress-section .title {
  margin-bottom: 20px;
  display: flex;
  padding: 12px 0px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid var(--Stroke-Color, rgba(208, 213, 221, 0.368627451));
}

.table {
  overflow-x: scroll !important;
}
.table thead th {
  color: var(--Gray-600, #475467);
  font-size: 14px;
  padding: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  background: rgba(236, 236, 236, 0.4235294118) !important;
}

.progress-container {
  position: relative;
  width: 180px;
  height: 180px;
}
.progress-container .content {
  text-align: center;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px !important;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #101828;
  transition: all 0.35s;
}
.progress-container .content small {
  font-weight: 400;
}
.progress-container .description {
  margin-top: 2rem;
  text-align: center;
}
.progress-container .progressbar__label {
  font-size: 2.5rem;
  transform: translate(-50%, 0) !important;
}
.progress-container svg {
  height: 120px;
  width: 180px;
  fill: none;
  stroke: #fafafa;
  stroke-width: 15;
  stroke-linecap: round;
  filter: drop-shadow(-3px -2px 5px rgba(255, 255, 255, 0.5));
  -webkit-filter: drop-shadow(-3px -2px 5px rgba(255, 255, 255, 0.5));
}

@media screen and (min-width: 1401px) and (max-width: 1680px) {
  .barOverflow {
    width: 140px;
    height: 70px; /* Half circle (overflow) */
    /* bring the numbers up */
  }
  .progress-container {
    width: 140px;
    height: 150px;
  }
  .progress-container svg {
    height: 100px;
    width: 130px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .barOverflow {
    width: 340px;
    height: 170px; /* Half circle (overflow) */
    /* bring the numbers up */
  }
  .progress-container {
    width: 250px;
    height: 250px;
  }
  .progress-container svg {
    height: 150px;
    width: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .progress-container {
    width: 200px;
    height: 150px;
  }
}
.right-sidebar {
  position: sticky;
  top: 0;
}
.right-sidebar .fa-grid-2-plus {
  display: flex;
  width: 50px;
  height: 50px;
  padding: 2.5px;
  justify-content: center;
  align-items: center;
  color: #3c4149;
}

@media screen and (max-width: 1139px) and (min-width: 500px) {
  .progress-container {
    height: 170px;
  }
  .progress-container .content {
    margin-left: -8px;
  }
}
@media screen and (max-width: 500px) {
  .progress-container {
    width: 150px;
    height: 150px;
  }
  .progress-container svg {
    height: 100px;
    width: 150px;
  }
}
.custom-progress {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  height: 8px;
  background: #f2f4f7;
}
.custom-progress .custom-progress-bar {
  background: #66e226;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  height: 8px;
}

.badge {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.table td {
  padding: 16px 10px !important;
  vertical-align: middle;
}

.custom-table {
  padding: 16px 10px !important;
}
.custom-table td,
.custom-table th {
  padding-left: 30px !important;
}

@media screen and (max-width: 768px) {
  .common-table th,
  .common-table td {
    min-width: 150px !important;
  }
}
.table strong {
  color: var(--Gray-900, #101828);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 158.73% */
}
.table .table-date {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 158.73% */
}

.table .text-muted {
  font-size: 0.875rem;
}

.table .badge.bg-success {
  background-color: #00c853 !important;
}

.table .btn-outline-secondary {
  border: none;
}
.table .btn-outline-secondary i {
  font-size: 16px;
}

.table .btn-outline-secondary:hover {
  background-color: #f0f0f0;
}

.table tr.text-danger td {
  color: #ff2d55;
}
.table tr.text-warning td {
  color: #faaa00;
}

.table-title {
  color: var(--Gray-900, #101828);
  font-size: 25.6px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 109.375% */
}

.custom-tabs {
  border-bottom: 1px solid #f4f4f4;
}
.custom-tabs .nav-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 110% */
  border: none;
  color: #757575;
  margin: 0 15px;
  padding: 10px 2px !important;
  margin-left: 0px !important;
  position: relative;
}
.custom-tabs .nav-link.active {
  color: var(--Primary-New, #66e226);
  background-color: transparent;
}
.custom-tabs .nav-link:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #66e226;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s;
}
.custom-tabs .nav-link:not(.active):after {
  background-color: transparent;
}

.dashboard-header .dashboard-title {
  color: #7be96a;
  font-weight: bold;
}
.dashboard-header .settings-icon {
  color: #7be96a;
  font-size: 1.5rem;
  cursor: pointer;
}

.dashboard-card {
  border-left: 10px solid #66e226;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 100%;
  text-align: start;
  margin-bottom: 15px;
}
.dashboard-card .icon {
  cursor: pointer;
}
.dashboard-card .icon-box {
  display: inline-block;
  width: 40px !important;
  height: 40px !important;
  background-color: #e5ffe8;
  color: #7be96a;
  border-radius: 20%;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  -ms-border-radius: 20%;
  -o-border-radius: 20%;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  margin-bottom: 10px;
  color: #66e226;
}
.dashboard-card h2 {
  font-size: 1.5rem;
  color: #3c4149;
  margin: 0;
}
.dashboard-card p {
  margin: 0;
  color: black;
  font-weight: 600;
  font-size: 0.85rem;
  opacity: 0.6;
}
.dashboard-card:nth-child(4) .icon-box {
  background-color: #ffe6e6;
  color: #ff2d55;
}
.dashboard-card .dashboard-card-content {
  text-align: start;
}
.dashboard-card .dashboard-card-content p {
  color: #101828;
}

@media screen and (max-width: 750px) {
  .custom-tabs .nav-link {
    font-size: 13px !important;
  }
  .dashboard-title {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #3c4149 !important;
    font-size: 18px;
    font-weight: 500 !important;
  }
  .dashboard-card {
    padding: 10px;
    border-left-width: 8px;
  }
}
.dashboard-statics .dashboard-card {
  height: auto;
  padding: 5px auto;
}
.dashboard-statics .dashboard-card h2 {
  font-size: 1.2rem;
}
.dashboard-statics .dashboard-card p {
  font-size: 0.6rem;
}

.radio-unchecked {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
}

.task-progress-item strong {
  color: var(--Gray-900, #101828);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 158.73% */
}
.task-progress-item .work-progress {
  gap: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.right-sidebar .accordion-button {
  color: #1f1f1f;
  font-size: 20.25px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 118.519% */
}
.right-sidebar .accordion-button:not(.collapsed) {
  color: #1f1f1f;
  border-bottom: none !important;
  background-color: rgba(0, 0, 0, 0);
}
.right-sidebar .accordion-button::after {
  display: none;
}
.right-sidebar .accordion-button::before {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: 0px;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
.right-sidebar .accordion-button:not(.collapsed)::before {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.fa-grid-2-plus {
  color: #3c4149;
}

.ql-toolbar {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.editor-container {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border: none;
  background-color: #fff;
}
.editor-container .ql-toolbar {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #ccc;
}
.editor-container .ql-container {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
}
.editor-container .ql-editor {
  padding: 15px;
}
.editor-container .ql-editor p {
  margin-bottom: 10px;
}
.editor-container .ql-editor h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.editor-container .ql-editor ul {
  list-style-type: disc;
  margin-left: 20px;
}
.editor-container .ql-editor ul li {
  margin-bottom: 5px;
}

.custom-checkbox {
  border-color: #65e965;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}

.custom-checkbox:checked {
  background-color: #66e226;
  border-color: #66e226;
}

.custom-checkbox:focus {
  border-color: #65e965;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(82, 231, 107, 0.116);
}

.custom-radio:checked {
  background-color: #66e226;
  border-color: #66e226;
}

.custom-radio {
  transform: scale(1.3);
  border-color: #66e226;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}

.custom-radio-pink:checked {
  background-color: #ff2d55;
  border-color: #ff2d55;
}

.custom-radio-pink {
  transform: scale(1.3);
  border-color: #ff2d55;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}

.desccription {
  color: #3c4149;
}

i {
  cursor: pointer;
  color: #3c4149;
}

.custom-toast {
  position: relative;
}
.custom-toast .custom-toast-content {
  position: absolute;
  top: 25px;
  left: -120px;
  background: #ffffff;
  padding: 10px;
  display: none;
  z-index: 10;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 240px;
  border: 1px solid rgba(128, 128, 128, 0.212);
}

.custom-toast:hover {
  position: relative;
}
.custom-toast:hover .custom-toast-content {
  display: block;
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #32475cde;
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: transparent;
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .modal-content .modalHeader .modal-title {
  color: var(--primary, #111);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.modal .modal-content .modal-subtitle {
  color: var(--Text, #3c4149);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.modal .closebtn {
  display: flex;
  width: 28px;
  border: none;
  cursor: pointer;
  height: 28px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.modal .modal-body .form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgba(101, 233, 101, 0.3843137255);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}
.modal .modal-body form .form-label {
  color: var(--Text, #3c4149);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.modal .modal-body form input[type=text],
.modal .modal-body form input[type=date],
.modal .modal-body form input[type=number],
.modal .modal-body form select,
.modal .modal-body form textarea {
  font-size: 14px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ced4da;
}
.modal .modal-body form .input-error {
  border-color: #ff2d55 !important;
}
.modal .modal-body form .input-error:focus {
  border-color: rgba(255, 45, 83, 0.337254902) !important;
}
.modal .modal-body form input[type=text]:focus,
.modal .modal-body form input[type=date]:focus,
.modal .modal-body form input[type=number]:focus,
.modal .modal-body form select:focus,
.modal .modal-body form textarea:focus {
  border-color: #65e965;
}
.modal .modal-body form .form-check-input {
  margin-right: 10px;
}
.modal .modal-footer {
  border-top: none;
}
.modal .modal-footer button {
  border-radius: 6px;
  padding: 8px 20px;
}

.btn-success {
  background: #66e226;
  border-color: #66e226;
}

.btn-outline-success {
  border-color: #66e226;
  color: #66e226;
}

.btn-outline-success:hover {
  background: none;
  border-color: #66e226;
  color: #66e226;
}

.btn-custom {
  background: none !important;
  color: #324a51;
  border: 1px solid #f4f4f4 !important;
}

.error-message-container .error-messsage i {
  font-size: 24px;
  flex-shrink: 0;
  color: #ff2d55;
}
.error-message-container .error-messsage a {
  color: var(--Colors-Pink, var(--Colors-Pink, #ff2d55));
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  text-decoration-line: underline;
}

@media screen and (max-width: 768px) {
  .error-message-container .error-messsage i {
    font-size: 22px;
  }
  .error-message-container .error-messsage a {
    font-size: 14px !important;
  }
  .margin-top {
    margin-top: 45px;
  }
  .btn-success,
  .btn-custom,
  .btn-outline-success {
    --bs-btn-padding-y: 0.25rem !important;
    --bs-btn-padding-x: 0.5rem !important;
    --bs-btn-font-size: 0.875rem !important;
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
}
.custom-list-group .list-group-item {
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0px 15px;
  height: 72px;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
.custom-list-group .list-group-item i {
  color: #aaaaaa;
  visibility: hidden;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
.custom-list-group .list-group-item:hover i {
  visibility: visible;
}

.fa-clone {
  color: #3c4149;
  font-size: 17px;
}

.status {
  background-color: #ecfdf3;
  display: flex;
  color: #3c4149;
  padding: 5px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  font-size: 14px;
}

.warning-row .fa-arrow-up-arrow-down, .warning-row .click-to-move {
  color: #faaa00;
}
.warning-row .status {
  background-color: rgba(255, 170, 0, 0.1921568627);
  color: #faaa00;
}
.warning-row .warning-td i {
  color: #faaa00 !important;
}
.warning-row .warning-td .click-to-move {
  color: #faaa00 !important;
}
.warning-row .warning-td p {
  color: #faaa00 !important;
}

.pending-row .fa-arrow-up-arrow-down, .pending-row .click-to-move {
  color: #ff2d55;
}
.pending-row .status {
  background-color: rgba(255, 45, 83, 0.2196078431);
  color: #ff2d55;
}
.pending-row .pending-td .click-to-move {
  color: #ff2d55 !important;
}
.pending-row .pending-td i {
  color: #ff2d55 !important;
}
.pending-row .pending-td p {
  color: #ff2d55 !important;
}

@media screen and (max-width: 768px) {
  .modal .btn,
  .modal .btn-custom {
    font-size: 12px !important;
  }
}
.ui-state-highlight {
  background-color: white;
  list-style-type: none;
  height: 50px;
}

.click-to-move {
  cursor: move !important;
}

.draggable-table .click-to-move {
  opacity: 0;
}
.draggable-table tr:hover .click-to-move {
  opacity: 1;
}

.toggle-btn {
  cursor: pointer !important;
  padding: 0;
  margin: 0;
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 948px) {
  .click-to-move {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */