/* Root */
:root {
  --skedule-border-color: black;
  --skedule-icon-color-one: #fff;
  --skedule-background-active: #324338;
  --skedule-color-box: #324338;
  --skedule-bg-blue: #324338;
  --skedule-body-bg: #fff;
  --skedule-blue-bg: #264653;
  --skedule-green-bg: #324338;
  --skedule-white-bg: #f1f2f6;
  --skedule-grey-bg: #f1f2f6;
  --skedule-prioritary-bg: #efbfb3;
  --skedule-card-bg: #d0f0c0;
  --skedule-card-project-bg: #e76f51;
  --skedule-card-notif-bg: #2a9d8f;
  --skedule-card-shopping-list-bg: #f4a261;
  --skedule-card-settings-bg: #264653;
  --skedule-card-subscription-bg: #264653;
  --skedule-card-recap-bg: #264653;
  --skedule-btn-secondary: #d0f0c0;
  --skedule-btn-warning: #d0f0c0;
  --skedule-btn-danger: #d0f0c0;
  --skedule-btn-primary: #d0f0c0;
  --skedule-btn-blue: #324338;
  --skedule-color-orange: #e76f51;
  --skedule-color-prioritary: #efbfb3;
  --skedule-color-blue: #264653;
  --skedule-color-green: #324338;
  --skedule-color-yellow: #f4a261;
  --skedule-color-white: #fff;
  --skedule-alert-budget:#e76f51;
}

/* General */
body {
  background-color: var(--skedule-body-bg);
}
.main-footer,
.main-header {
  border: none !important;
  background-color: var(--skedule-body-bg) !important;
}

.modal-content {
  background: var(--skedule-body-bg) !important;
}

.main-footer {
  z-index: -3;
}

.main-content.horizontal-content {
  margin-top: 30px !important;
}
.container {
  padding: 0 100px !important;
}
.header-brand {
  margin: 5px;
}

.skedule-title {
  margin: 20px 0px 10px 20px;
}

.subscription-card-parent {
  margin-top: 40px;
}

.card {
  border-radius: 0;
}

.skedule-color-orange {
  color: var(--skedule-color-orange) !important;
}

.skedule-color-green {
  color: var(--skedule-color-green) !important;
}

.skedule-color-black {
  color: black !important;
}

.skedule-color-blue {
  color: var(--skedule-color-blue) !important;
}

.skedule-color-yellow {
  color: var(--skedule-color-yellow) !important;
}

.skedule-bg-orange {
  background-color: var(--skedule-color-orange) !important;
}

.logout-btn {
  border: solid 1px var(--skedule-color-orange) !important;
}

.logout-btn:hover {
  background: var(--skedule-color-orange) !important;
  color: #fff !important;
}

.skedule-bg-green {
  background-color: var(--skedule-color-green) !important;
}

.skedule-bg-blue {
  background-color: var(--skedule-bg-blue) !important;
}

.skedule-bg-prioritary {
  background-color: var(--skedule-prioritary-bg) !important;
}

.skedule-bg-yellow {
  background-color: var(--skedule-color-yellow) !important;
}

.skedule-grey-bg {
  background-color: var(--skedule-grey-bg) !important;
}

.btn-danger {
  background-color: var(--skedule-card-project-bg) !important;
}

.btn-success {
  background-color: var(--skedule-green-bg) !important;
}

.btn-blue {
  background-color: var(--skedule-btn-blue) !important;
}

.btn-yellow {
  background-color: var(--skedule-color-yellow) !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: var(--skedule-blue-bg);
  color: #fff;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--skedule-blue-bg);
}

label,
h6,
.card-title {
  color: #fff !important;
}

.hide {
  display: none;
}

/*.card-body {

}*/

.skedule-color-white {
  color: var(--skedule-color-white) !important;
}

.badge-secondary {
  background-color: var(--skedule-grey-bg);
  color: var(--skedule-color-blue);
}

.fix-background-img {
  background-repeat: no-repeat !important;
  height: 100vh;
  width: 100vw;
  position: absolute;
  z-index: -1;
  opacity: 0.5;
}

.fix-background-img.shopping-list {
  background-position: -20px bottom !important;
  background-size: 30% !important;
  background: url(/img/custom/cards/shopping_list.png), var(--skedule-body-bg);
}

.fix-background-img.notification {
  background: url(/img/custom/cards/bell.png), var(--skedule-body-bg);
  background-position: right center !important;
  background-size: 30% !important;
}

.fix-background-img.projects {
  background: url(/img/custom/cards/my_projects.png), var(--skedule-body-bg);
  background-position: right !important;
  background-size: 25% !important;
}

.fix-background-img.my_profile {
  background: url(/img/custom/cards/settings.png), var(--skedule-body-bg);
  background-position: right center !important;
  background-size: 45% !important;
}

.fix-background-img.subscription {
  background: url(/img/custom/cards/subscription.png), var(--skedule-body-bg);
  background-position: left 350px !important;
  background-size: 35% !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: var(--skedule-color-blue);
  color: #fff;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--skedule-color-blue);
}

.input-group-text {
  background-color: var(--skedule-color-blue);
}

#ui_notifIt a {
  font-weight: bold;
  color: #fff !important;
  text-decoration: underline !important;
}

.horizontalMenucontainer .main-header {
  z-index: 20 !important;
}

.horizontalMenucontainer {
  overflow: initial;
}

.no-btn-style {
  background: none;
  border: none;
}

.modal-dialog {
  box-shadow: none !important;
}

/* Specific */

/* Index */
.card-grid-parent {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.align-vertical {
  align-items: center;
}

.card-projects-child img {
  width: 200px;
}

.card-grid-parent.settings,
.card-grid-parent.subscription {
  overflow: hidden;
  height: 100px;
}

.card-grid-parent.bell {
  height: 551.5px;
}

.notifications-header {
  height: fit-content;
}

.card-settings-child img,
.card-subscription-child img {
  width: 200px;
}

.card-subscription-child {
  margin-top: -80px;
}

.card-bell-child img {
  width: 90px;
}

.card-shopping-list-child {
  margin-right: -110px;
}

.card-shopping-list-child img {
  width: 240px;
}

.card-grid-parent.projects {
  background-color: var(--skedule-card-project-bg);
}

.card-grid-parent.settings {
  background-color: var(--skedule-card-settings-bg);
}

.card-grid-parent.subscription {
  background-color: var(--skedule-card-subscription-bg);
}

.card-grid-parent.recap {
  background-color: var(--skedule-card-recap-bg);
}

.card-grid-parent.recap {
  height: 220px;
}

.card-grid-parent.bell {
  background-color: var(--skedule-card-notif-bg);
}

.card-grid-parent.shopping-list {
  background-color: var(--skedule-card-shopping-list-bg);
  height: 310px;
}

.empty-list-pic img {
  width: 200px;
}

.custom-switch {
  cursor: pointer !important;
}

.custom-switch-indicator {
  border: solid 1px var(--skedule-color-blue) !important;
}

.custom-switch-input ~ .custom-switch-description,
.custom-switch-input:checked ~ .custom-switch-description {
  /*color: var(--skedule-color-white);*/
  color: black;
}

.custom-switch-input:checked ~ .custom-switch-indicator {
  background: var(--skedule-blue-bg);
}

/* Subscription */

.subscription-sub-text {
  font-size: 15px;
}

.subscription-card.starter.active {
  border: solid 3px var(--skedule-color-green) !important;
  box-shadow: 0 0 10px 5px var(--skedule-color-green);
}

.popular {
  background-color: #f4a261;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  color: #fff; /* font-size: 14px; */
  font-weight: bold;
}

/*My profile*/

.unactive-account {
  color: var(--skedule-color-white);
}

.unactive-account:hover {
  color: var(--skedule-color-white);
}

.delete-account:hover {
  color: #fa5c7c;
}

/* Shopping list */
.skedule-vertical-options {
  position: absolute;
  top: 15px;
  right: 15px;
}

.product-card .card-body {
  padding: 20px 20px 25px 20px;
}

.validators {
  /*position: absolute;
top: 15px;
left: 15px;*/
}

.validator {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
}

.validator.validated {
  border: solid 3px var(--skedule-color-green);
}

.validator.awaiting {
  border: solid 3px var(--skedule-color-yellow);
}

.validator.ordered {
  border: solid 3px var(--skedule-color-green);
}

.validator.draft {
  border: solid 3px lightblue;
}

.product-border {
  border-top: solid 1px #ddd;
}

.badge-primary {
  background-color: transparent !important;
  border: solid 1px black !important;
  color: black !important;
}

.border-left-product {
  border-left: solid 1px #ddd;
}

.product .accept,
.product .reject,
.product .edit {
  font-size: 20px;
  color: grey;
  cursor: pointer;
}

.product a {
  position: relative;
}

.product .edit-icon-container {
  position: absolute;
  top: 5px;
  right: 5px;
}

.product .edit-icon-container i {
  font-size: 15px;
}

.product .accept:hover {
  color: green;
}

.product .reject:hover {
  color: red;
}

.product .edit:hover {
  color: var(--skedule-color-blue);
}

.product-group a {
  color: black !important;
}

.product a {
  color: black !important;
}

.actions-btns {
  gap: 15px;
}

.deleteProject {
  color: red;
  font-size: 18px;
  cursor: pointer;
}

.editProject {
  color: var(--skedule-color-blue);
  font-size: 18px;
  cursor: pointer;
}

/*Shopping list page - start*/

/* Global padding for the page */
body {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

/* Styling for the navbar and logo images */
.desktop-logo {
  height: 1.5rem;
}

.my-profile-logo {
  height: 2.1rem;
  cursor: pointer;
}

.logout-logo {
  height: 2.4rem;
  cursor: pointer;
}

.help-center-logo {
  height: 2.3rem;
  cursor: pointer;
}

.filter-icon {
  width: 20px;
}

.navbar-skedule {
  border: solid 1px var(--skedule-border-color);
  padding: 15px;
  margin-bottom: 10px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Prevent scrolling on the window */
html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  background-color: var(--skedule-body-bg);
  position: fixed;
  width: 100%;
}

.main-body {
  height: 100vh;
}

/* Grid layout for the content */
.content-grid {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 15px;
  height: 85%;
}

.full-width-grid {
  grid-template-columns: 1.2fr 1.5fr 1fr !important;
}
.customer-grid-project {
  grid-template-columns: 1fr 1fr !important;
}

.index-grid {
  grid-template-columns: 1.5fr 1.5fr 1fr !important;
}

.index-grid-approver {
  grid-template-columns: 1.5fr 1fr !important;
}

/* Styling for the red, yellow, and blue blocks */
.shopping-list {
  display: flex;
  flex-direction: column;
  height: 100%; /* Account for header and margin */
  border: solid 1px var(--skedule-border-color);
  padding: 20px; /* Padding inside red block */
}

.shopping-list-header,
.element-data-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  flex-direction: row;
  min-height: 70px;
}

.shopping-list-header-left {
  justify-content: flex-start;
}

.shopping-list-actions,
.element-actions {
  display: flex;
  align-items: center;
  max-height: 40px;
  overflow: hidden;
}

.shopping-list-title {
  font-weight: bold;
  font-size: 18px;
}

.shopping-list-btn {
  /*width: 80px;
height: 40px;*/
  padding: 10px 15px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--skedule-color-box);
  color: var(--skedule-color-white);
  cursor: pointer;
  width: fit-content;
}

.shopping-list-btn-icon {
  padding: 15px !important;
}

.skedule-bold {
  font-weight: bold;
}

.skedule-full-height {
  height: 100vh;
}

/* Shopping list room and elements */
.shopping-list-room {
  /*flex-grow: 1;
background: lightgray;
display: flex;
flex-direction: column;*/
}

.room-name {
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: solid 0.5px #d9d9d9;
}

.shopping-list-elements {
  flex-grow: 1; /* Takes up remaining space within shopping-list-room */
  background: orange; /* Orange block background, if needed */
}

.stats,
.stats-mobile {
  height: 25vh;
  margin-bottom: 15px;
  background-color: var(--skedule-color-box);
  border-radius: 0 0 20px 0;
  padding: 10px 20px;
  position: relative;
}

.project_settings {
  position: absolute;
  bottom: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
  color: var(--skedule-icon-color-one);
}

.project_settings > i {
  font-size: 20px;
}

.shopping-list-data {
  border: solid 1px var(--skedule-border-color);
  height: 60vh;
  padding: 15px 25px;
  border-radius: 0 20px 0 0;
}

.project-data {
  border: solid 1px #d9d9d9;
  height: 100%;
  padding: 15px 25px;
  border-radius: 0 20px 0 0;
}

.last-updates {
  border: solid 1px #d9d9d9;
  height: 100%;
  padding: 15px 25px;
}

/* Side column with bottom margin */
.side-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.vertical-picture {
  border-radius: 0 20px 0 0 !important;
}

.room-elements {
  padding: 0 15px;
}

.first_image {
  background-image: url("../img/custom/vertical-images/first_image.jpg");
}

.second_image {
  background-image: url("../img/custom/vertical-images/second_image.jpg");
}

.third_image {
  background-image: url("../img/custom/vertical-images/third_image.jpg");
}

.fourth_image {
  background-image: url("../img/custom/vertical-images/fourth_image.jpg");
}

.fifth_image {
  background-image: url("../img/custom/vertical-images/fifth_image.jpg");
}

.card {
  box-shadow: none !important;
  color: black !important;
}

.completed_items {
  font-weight: bold;
  font-size: x-large;
}

.card-header {
  color: black !important;
}

.background-settings {
  background-position: center;
  background-size: cover;
}

.activity-round {
  font-size: 14px !important;
}

.shopping-list-rooms {
  flex-grow: 1;
  /*background: lightgray;*/
  display: flex;
  flex-direction: column;
  padding: 15px 15px 0 0;
  max-height: 70vh;
  overflow-y: auto;
  padding-top: 20px;
  position: relative;
}

.room-element {
  /*background: red;*/
  height: 100%;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.room-left-content {
  display: flex;
}

.room-right-content {
  /*background-color: orange;*/
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-nav-bar {
  display: flex;
  gap: 20px;
  align-items: center;
}

.element-icon-container {
  /*background-color: pink;*/
}

.element-icon {
  background-color: #d9d9d9;
  height: 60px;
  width: 60px;
  margin: 10px;
  border-radius: 100%;
  border: solid 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.element-preview {
  /*background-color: green;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.element-title {
  font-size: 17px;
  font-weight: bold;
  color: #666565;
}

.element-supplier,
.element-price {
  font-size: small;
  color: #666565;
  font-weight: 300;
}

.ordered {
  border-color: var(--skedule-color-green) !important;
}

.badge.ordered {
  border-color: var(--skedule-color-green) !important;
  color: var(--skedule-color-green) !important;
}

.rejected {
  border-color: var(--skedule-color-orange) !important;
}

.badge.rejected {
  border-color: var(--skedule-color-orange) !important;
  color: var(--skedule-color-orange) !important;
}

.draft {
  border-color: var(--skedule-color-blue) !important;
}

.badge.draft {
  border-color: var(--skedule-color-blue) !important;
  color: var(--skedule-color-blue) !important;
}

.wip {
  border-color: var(--skedule-color-yellow) !important;
}

.badge.wip {
  border-color: var(--skedule-color-yellow) !important;
  color: var(--skedule-color-yellow) !important;
}

.public {
  border-color: purple !important;
}

.badge.public {
  border-color: purple !important;
  color: purple !important;
}

.delivered {
  border-color: #4f65df !important;
}

.badge.delivered {
  border-color: #4f65df !important;
  color: #4f65df !important;
}

.form-label {
  color: black !important;
}

.data-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 40px;
  justify-content: center;
  /*margin-bottom: 10px;*/
}

.redirect-link {
  font-size: 18px;
  margin-left: 15px;
  font-weight: bold;
  cursor: pointer;
}

.room-name.skeleton-text {
  width: 50px;
  height: 18px;
  background-color: #d9d9d9;
  border-radius: 10px;
}

.logout-container {
  bottom: 30px;
  position: absolute;
  width: 97%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logout-btn {
  bottom: 0;
  width: 70%;
}

.element-icon.skeleton-box {
  border: none;
}

.element-title.skeleton-text {
  width: 150px;
  height: 28px;
  background-color: #d9d9d9;
  border-radius: 10px;
  margin-bottom: 5px;
}
.element-supplier.skeleton-text,
.element-price.skeleton-text {
  width: 250px;
  height: 15px;
  background-color: #d9d9d9;
  border-radius: 10px;
  margin-bottom: 5px;
}

.skeleton-box {
  color: #d9d9d9;
}

.schimmer-effect {
  /* Existing skeleton styles */
  /*background-color: #d9d9d9;*/
  background-image: linear-gradient(
    to right,
    #d9d9d9 0%,
    #c1c1c1 20%,
    #b2b0b0 40%,
    #a8a6a6 100%
  );
  background-repeat: no-repeat;
  background-size: 800px 104px;
  display: inline-block;
  position: relative;

  /* Shimmer effect animation */
  animation: shimmer 2s linear infinite;
}

.share-with-user {
  width: 40px;
  height: 40px;
  border: solid 1px var(--skedule-color-blue);
  color: var(--skedule-color-blue);
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

@keyframes shimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.select2-container {
  width: 100% !important;
}

/* When the modal is open, set the z-index of select2 dropdowns to be less than the modal */
.modal-open .select2-container {
  z-index: 1030;
}

.shopping-list-rooms.no-rooms {
  justify-content: center !important;
}

.current-users {
  /*margin: 10px 20px;*/
}

.current-users-approver {
  margin-right: 0 !important;
  border-right: 0 !important;
  padding-right: 0 !important;
}

.users-container {
  border-right: solid 1px var(--skedule-color-blue);
  margin-right: 15px;
  padding-right: 10px;
}
.user {
  width: 40px;
  height: 40px;
  border: solid 1px var(--skedule-color-blue);
  color: var(--skedule-color-blue);
  border-radius: 100%;
  text-align: center;
  cursor: default;
}

.list-users {
  padding-top: 10px;
}

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

.list-users li {
  padding: 10px 0px;
}

.list-users .state {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: solid 2px #fff;
}

.list-users .validated {
  background: var(--skedule-color-green);
}

.list-users .awaiting {
  background: var(--skedule-color-orange);
}

.progress-bar {
  height: 25px;
}

.progress {
  width: 80%;
}

.total-price {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}

.total-price-mobile {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

.legend-container {
  font-size: 12px;
  color: var(--skedule-color-white);
}

.furniture-color {
  font-weight: bold;
  color: var(--skedule-color-yellow);
}

.material-color {
  font-weight: bold;
  color: var(--skedule-color-orange);
}

.shopping-list-rooms,
.element-form {
  /*overflow-y: auto; /* Vertical scroll */
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.shopping-list-rooms::-webkit-scrollbar,
.element-form::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Opera */
}

.element-icon img {
  width: 25px;
}

/* Styles for larger screens (above average tablet size) */
@media only screen and (min-width: 1025px) {
  /* Example: Increase padding for larger screens */
  .side-column {
    display: block;
  }

  #slidingDiv {
    display: none;
  }

  .stats-mobile {
    display: none;
  }

  .projectStatsBtn {
    display: none;
  }

  .shopping-list-title.mobile {
    display: none;
  }
}

/* Styles for average tablet sizes and smaller */
@media only screen and (max-width: 1024px) {
  body {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .desktop-logo {
    display: block;
    margin-left: 0;
  }

  /* Example: Reduce padding for smaller screens */
  .side-column {
    display: none;
  }

  .horizontalMenucontainer {
    min-width: none !important;
  }

  .content-grid {
    /*grid-template-columns: 1fr !important;*/
    display: block !important;
  }

  .shopping-list {
    /*flex-direction: column-reverse;
  justify-content: flex-end;*/
  }

  .shopping-list-header {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }

  .shopping-list-btn {
  }

  .shopping-list {
    padding: 0;
    border: none;
  }

  .shopping-list-rooms {
    padding: 0;
    padding-bottom: 65px;
  }

  #slidingDiv {
    position: fixed;
    top: 0;
    right: -100vw; /* Initially hidden */
    width: 100vw; /* Full viewport width */
    height: 100vh; /* Full viewport height */
    background-color: #f8f9fa;
    z-index: 10;
    padding: 20px;
    /*box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.5);*/
    transition: right 0.5s; /* Smooth transition for sliding effect */
    overflow-y: auto;
  }

  .mobile-slide-div-content {
    padding-bottom: 150px;
  }

  .shopping-list-data {
    border: none;
    height: 70%;
    padding: 0;
  }

  .element-form {
    /*max-height: 65vh;
  overflow-y: auto;
  overflow-x: hidden;*/
  }

  .element-data-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .element-actions {
    margin-top: 20px;
  }

  .room-elements {
    padding: 0;
  }

  .projectStatsBtn {
    display: block;
  }

  /*.stats-mobile {
    margin-top: 20px;
  }*/

  .progress {
    width: 100%;
  }

  .shopping-list-header.mobile {
    padding: 0;
  }

  .shopping-list-title.mobile {
    display: block;
  }

  .shopping-list-actions {
    margin-bottom: 15px;
  }

  .mobile-project-title {
    display: flex !important;
    align-items: center;
    margin-bottom: 10px;
  }

  .si-info {
    font-size: 20px;
  }

  .navbar-skedule {
  }
}

.full-height {
  max-height: 35vh;
}
.scrollable-y {
  overflow-y: auto;
}

.textareaSize {
  height: 32vh !important;
  resize: none;
}

.fields-column {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: solid 1px var(--skedule-border-color);
  padding: 20px;
}

.text-danger {
  color: #dc3545 !important; /* Adjust to match your error color */
}

.error-message {
  font-size: 0.875em; /* Smaller font size for error message */
  font-weight: normal; /* Optional: Adjust font weight if needed */
}

.fas.fa-exclamation-circle {
  color: #dc3545; /* Adjust to match your error color */
  margin-left: 5px; /* Spacing between label text and icon */
}

.modal-content {
  border-radius: 0 !important;
}

.full-width-btn {
  width: 100% !important;
}
/***************************************************
* Generated by SVG Artista on 2/7/2024, 10:42:16 PM
* MIT license (https://opensource.org/licenses/MIT)
* W. https://svgartista.net
**************************************************/

svg .svg-elem-1 {
  stroke-dashoffset: 450.72003173828125px;
  stroke-dasharray: 450.72003173828125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      0s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-1 {
  stroke-dashoffset: 901.4400634765625px;
  fill: rgb(249, 176, 61);
}

svg .svg-elem-2 {
  stroke-dashoffset: 450.72003173828125px;
  stroke-dasharray: 450.72003173828125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      0.12s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-2 {
  stroke-dashoffset: 901.4400634765625px;
  fill: rgb(230, 151, 52);
}

svg .svg-elem-3 {
  stroke-dashoffset: 458.20867919921875px;
  stroke-dasharray: 458.20867919921875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715)
      0.24s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
    fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elem-3 {
  stroke-dashoffset: 916.4173583984375px;
  fill: rgb(225, 134, 30);
}

/***********/

/*GENERAL*/

.vertical-picture {
  border-radius: 0 20px 0 0 !important;
}

.room-elements {
  padding: 0 15px;
}

.first_image {
  background-image: url("../img/custom/vertical-images/first_image.jpg");
}

.second_image {
  background-image: url("../img/custom/vertical-images/second_image.jpg");
}

.third_image {
  background-image: url("../img/custom/vertical-images/third_image.jpg");
}

.fourth_image {
  background-image: url("../img/custom/vertical-images/fourth_image.jpg");
}

.skedule-hide-mobile {
  display: block;
}

/* Styles for average tablet sizes and smaller */
@media only screen and (max-width: 1024px) {
  .skedule-hide-mobile {
    display: none !important;
  }

  .skedule-title {
    margin: 0 !important;
  }

  .skedule-block-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 15px;
  }
}

/*BLOCKS*/

.skedule-vertical-block {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: solid 1px var(--skedule-border-color);
  padding: 20px;
}

.skedule-block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  flex-direction: row;
  min-height: 70px;
}

.skedule-title {
  font-weight: bold;
  font-size: 18px;
}

.skedule-actions {
  display: flex;
  align-items: center;
  max-height: 40px;
  overflow: hidden;
}

/* Styles for average tablet sizes and smaller */
@media only screen and (max-width: 1024px) {
  .skedule-vertical-block {
    border: none;
    padding: 0;
  }
}

/*LOOPS*/

.skedule-loop-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 15px 15px 0 0;
  max-height: 70vh;
  overflow-y: auto;
  padding-top: 20px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.skedule-element {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}

.skedule-element-left-content {
  display: flex;
}

.skedule-element-right-content {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.skedule-element-text-preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.skedule-element-title {
  font-size: 17px;
  font-weight: bold;
  color: #666565;
}

.skedule-element-icon {
  background-color: #d9d9d9;
  height: 60px;
  width: 60px;
  margin: 10px;
  border-radius: 100%;
  border: solid 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.cls-1 {
  fill: #e69734;
}

.cls-1,
.cls-2,
.cls-3 {
  stroke: #1d1d1b;
  stroke-miterlimit: 10;
}

.cls-2 {
  fill: #e1861e;
}

.cls-3 {
  fill: #f9b03d;
}

.customMultiselect,
.customSingleSelect {
  /*border: none;*/
  font-size: 0.875rem;
  color: #485079;
}

.customSingleSelect {
  height: 37px;
}

.customSingleSelect input {
  border: 1px solid #e5e6f3 !important;
  border-radius: 3px !important;
}

.createSupplier {
  height: 39px;
}

.multiselect-tag {
  background: var(--skedule-blue-bg) !important;
}

.multiselect.is-active {
  border: none !important;
  box-shadow: none !important;
}

.multiselect-option.is-selected {
  background: var(--skedule-blue-bg) !important;
}

.register_confirm_img {
  background-image: url(../img/custom/images/register_confirm.jpg);
  background-size: cover;
  background-position: bottom;
}

.pricing-box {
  -webkit-box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.1);
  padding: 35px 50px;
  border-radius: 20px;
  position: relative;
  height: 70vh;
}

.pricing-unactive {
  background: #ddd;
}

.pricing-active {
  border: solid 1px var(--skedule-color-blue);
}

.pricing-box .plan {
  font-size: 34px;
}

.pricing-plan {
  display: flex;
  align-items: center;
}

.pricing-badge {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}

.pricing-badge .badge {
  float: right;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #ffffff;
  background: #fb7179;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
p {
  line-height: 1.7;
}

.remove-approver {
  position: absolute;
  right: 25px;
  cursor: pointer;
}

.active-element {
  /*background: #ddd;*/
  /*background: var(--skedule-background-active);*/
  /*border-radius: 10px 0 0 0;*/

  border-top: solid 1px var(--skedule-background-active);
  border-left: solid 3px var(--skedule-background-active);
  border-bottom: solid 1px var(--skedule-background-active);
  border-right: solid 1px var(--skedule-background-active);
}

/*.active-element .element-title,
.active-element .element-supplier,
.active-element .element-price,
.active-element .skedule-element-title,
.active-element .skedule-element-right-content {
  color: var(--skedule-color-white) !important;
}*/

.navigation-back {
  position: absolute;
  top: 30px;
}

@keyframes highlight {
  0% {
    background-color: var(--skedule-color-yellow);
  }
  100% {
    background-color: transparent;
  }
}

.highlighted {
  animation: highlight 2s ease-out;
  border-radius: 5px;
}

.urgent-element {
  border-right: solid 4px var(--skedule-color-orange);
}

.multiselect-tag-remove-icon,
.multiselect-clear-icon {
  mask-image: url("../img/custom/icons/multiselect-tag-remove-icon.svg") !important;
  -webkit-mask-image: url("../img/custom/icons/multiselect-tag-remove-icon.svg") !important;
}

.multiselect-caret {
  mask-image: url("../img/custom/icons/multiselect-caret-icon.svg") !important;
  -webkit-mask-image: url("../img/custom/icons/multiselect-caret-icon.svg") !important;
}

/* Styles for average tablet sizes and smaller */
@media only screen and (max-width: 991px) {
  .last-product-mb {
    margin-bottom:200px;
  }
}


.alert-skedule{
  color:#fff !important;
  background-color: #5c7765 !important;
}


.alert-progress-bar{
  border:solid 2px var(--skedule-alert-budget) !important;
}

.alert-total-price{
  color:var(--skedule-alert-budget) !important;
}

.exclamation-alert-budget{
  font-size:30px;
}

.budget-max-alert{
  font-size: 12px;
}