/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

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

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

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

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

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

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

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

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

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

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

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

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

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 300px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}
/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.25rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1.25rem;
}

/* CUSTOME HERE */
.border-bottom-dashed {
  border-bottom: 0.5px dashed #e7e7e7;
}
.right-inline-button {
  text-align: right;
  padding-bottom: 10px;
}
.center-inline-button {
  margin-top: 15px;
}
.btn-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}
.form-control-sm {
  min-height: 2.8em !important;
  padding: 2px 15px !important;
}
.table-light th {
  background-color: rgba(0, 0, 0, 0) !important;
}
.table > tbody {
  font-size: 0.87rem !important;
}
.modal-description {
  font-size: 13px;
}
#loginWarnings {
  font-size: 0.68rem;
  text-align: center;
  margin-top: 20px;
}
.pr-2 {
  padding-right: 10px;
}
.search-form .select2-container--default .select2-selection--single{
  height: 2.290rem !important;
  font-size: 0.8rem !important;
  margin-top: -1px;
}
.search-form .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: calc(2.278125rem) !important;
}
.light-style .select2-container--default .select2-results__option {
  font-size: 0.9rem !important;
}
p.desc-widget {
  line-height: 1.2 !important;
}
.subtitle {
  font-size: 1rem !important;
}
.date-text {
  font-size: 0.8rem !important;
}
.modal-body img {
  max-width: 100% !important;
}
.floating-logo {
  position: absolute !important;
  top: 15px;
  left: 15px;
}
.nav-tabs .nav-link,
.nav-pills .nav-link {
  text-transform: capitalize;
  font-size: 14px;
}
.separator-form {
  font-size: 1.1rem !important;
}
#top_panel_candidates {
  backdrop-filter: blur(10px);
  padding: 10px 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
#bottom_panel_candidates {
  backdrop-filter: blur(10px);
  padding: 10px 10px;
  padding-right: 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.card-title {
  line-height: 30px;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-width: 1px;
  border-color: rgb(170, 0, 0);
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-width: 1px;
}

/* SKELETON */
.card-is-loading {
  width: 100% !important;
}
.card-is-loading .text-heading {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  width: 70% !important;
  height: 13px !important;
  margin-bottom: 6px !important;
}
.card-is-loading .text-table {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  width: 100% !important;
  height: 13px !important;
  margin-bottom: 6px !important;
}
.card-is-loading .text-muted {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  width: 100% !important;
  height: 10px !important;
  margin-bottom: 2px !important;
}
.card-is-loading .avatar-initial {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  width: 100% !important;
  margin-bottom: 2px !important;
}
.card-is-loading .display-6 {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  width: 20% !important;
  height: 20px !important;
  margin-bottom: 2px !important;
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

/* SKELETON */
.order-form-wrapper {
  padding-top: 28px;
}

.t-shirt-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  max-width: 100%;
  overflow: hidden;
}

.t-shirt-container img {
  max-width: 100%;
  height: auto;
  display: block;
}

.t-shirt {
  position: relative;
}

.color-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.color-container h4,
.clear-container h4 {
  font-size: 16px;
  color: #3487a6;
  text-wrap: nowrap;
}

.color-container .color-black-circle {
  width: 55px;
  height: 55px;
  background-color: black;
  border-radius: 999px;
}

.color-container .color-white-circle {
  width: 55px;
  height: 55px;
  background-color: white;
  border: 1px solid black;
  border-radius: 999px;
}

.clear-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.t-shirt-wrapper {
  flex-basis: 590px;
}

#sticker-container {
  margin-top: 30px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

.sticker-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.sticker-group:not(.sticker-back) .sticker {
  flex-basis: calc(25% - 7.5px);
  max-width: calc(25% - 7.5px);
  padding: 5px;
  box-sizing: border-box;
  width: 130px;
  height: 85px;
  object-fit: contain;
  border: 1px solid black;
  border-radius: 24px;
  padding: 17px;
}

.sticker-group:is(.sticker-back) .sticker {
  flex-basis: calc(33% - 7.5px);
  max-width: calc(33% - 7.5px);
  box-sizing: border-box;
  width: 130px;
  height: 85px;
  object-fit: contain;
  border: 1px solid black;
  border-radius: 24px;
}

.sticker-black {
  background-color: black;
}

.sticker-on-shirt {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sticker-container {
  position: absolute;
}

.delete-sticker {
  position: absolute;
  top: -10px;
  right: -15px;
  width: 20px;
  height: 20px;
  background-color: red;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}

.preserve-size .sticker-container {
  transform: none !important;
}
.preserve-size .sticker-on-shirt {
  width: 100% !important;
  height: 100% !important;
}
.fb_1 {
  background-image: url(../img/bg_1.jpg);
  background-size: cover;
}
.custom-form-switch .form-check-input:checked {
  background-color: black;
  border-color: black;
}
.custom-form-switch .form-check-input:focus {
  border-color: black;
}
.wrapper-100 {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}
.logo_welcome {
  width: 35%;
  margin-bottom: 56px;
}
.welcomeHeading_1 {
  color: #3a8fb1;
  font-family: "Inter", arial;
  font-weight: 500;
  font-style: normal;
  font-size: 77px;
  margin-bottom: 0px;
}
.welcomeHeading_1 .highligted {
  font-weight: 700;
  font-style: bold;
}
.welcomeHeading_2 {
  color: #367a93;
  font-family: "PT Serif", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 84px;
}
.welcomeHeading_2 .highligted {
  font-weight: 700;
  font-style: bold;
}
.button-welcome {
  border: none;
  border-radius: 0;
}
/* IMAGES WELCOME */
#bg_ico {
  position: absolute;
  top: -159px;
  left: -103px;
}
.pines_blue {
  position: absolute;
  top: 253px;
  left: -169px;
}
#pines_blue_small {
  position: absolute;
  bottom: 0px;
  left: 96px;
}
.pines_red {
  position: absolute;
  top: 0px;
  right: 255px;
  z-index: 10;
}
#tape_red {
  position: absolute;
  bottom: -95px;
  left: -121px;
}
#tape_orange {
  position: absolute;
  top: -48px;
  right: 80px;
  z-index: 1;
}
.pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.streamline-text {
  margin-top: 8px;
  margin-bottom: 38px;
  color: #3487a6;
  font-size: 21px;
}

/* Button Class */
.btn-simpan-fill {
  min-width: 102px;
  background-color: #3487a6;
  padding-block: 8px;
  padding-inline: 16px;
  color: white;
  text-transform: none;
  font-size: 16px;
  border: 1px solid #3487a6;
}

.btn-simpan-outline {
  min-width: 102px;
  background-color: white;
  border: 1px solid #3487a6;
  color: #3487a6;
  padding-block: 8px;
  padding-inline: 16px;
  text-transform: none;
  font-size: 16px;
}

.btn-simpan-outline-circle {
  width: 55px;
  height: 55px;
  border: 1px solid #3487a6;
  border-radius: 999px;
}

.btn-jual-fill {
  min-width: 102px;
  background-color: #f78d2a;
  color: white;
  padding-block: 8px;
  padding-inline: 16px;
  text-transform: none;
  font-size: 16px;
  border: 1px solid #f78d2a;
  height: 48px !important;
  font-size: 20px !important;
  font-family: "Inter", arial;
  font-weight: 700;
}

.btn-jual-outline {
  min-width: 102px;
  background-color: white;
  border: 1px solid #f78d2a;
  color: #f78d2a;
  box-shadow: none !important;
  padding-block: 8px;
  padding-inline: 16px;
  text-transform: none;
  height: 48px !important;
  font-size: 20px !important;
  font-family: "Inter", arial;
  font-weight: 700;
}

.inputtext-praktis {
  color: #3487a6;
  border: 1px solid #f78d2a !important;
  height: 60px !important;
  font-size: 20px !important;
  padding: 2px 27px !important;
}

#form-contact .input-group:not(.input-group-floating):focus-within .form-control,
#form-contact .input-group:not(.input-group-floating):focus-within .input-group-text {
  color: #3487a6;
  border: 1px solid #f78d2a !important;
}
#form-contact .form-floating.form-order > label {
  color: #3487a6;
  font-size: 20px !important;
  margin: 2px 16px !important;
}
#form-contact .form-floating > .form-control:focus ~ label,
#form-contact .form-floating > .form-control:focus:not(:placeholder-shown) ~ label,
#form-contact .form-floating > .form-select:focus ~ label,
#form-contact .form-floating > .form-select:focus:not(:placeholder-shown) ~ label {
  color: #3487a6 !important;
}

/* THANKYOU */
.logo_wrapper {
  position: absolute;
  top: 30px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.copyright_wrapper {
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.made_possible_text {
  font-family: "Inter", arial;
  font-weight: 700;
  font-size: 31px;
}
.web_text {
  font-family: "Inter", arial;
  font-weight: 300;
  font-size: 21px;
}
.blue_praktis_text {
  color: #3487a6 !important;
}
.orange_praktis_text {
  color: #f78d2a !important;
}
.w-200 {
  width: 200px;
}
.thankyouHeading_1 {
  color: #3a8fb1;
  font-family: "Inter", arial;
  font-weight: 500;
  font-style: normal;
  font-size: 37px;
  margin-bottom: 0px;
}
.thankyouHeading_1 .highligted {
  font-weight: 700;
  font-style: bold;
}

.thankyouHeading_1 .queue {
  font-weight: 700;
  font-style: bold;
  color: #f78d2a !important;
}
.thankyouHeading_2 {
  color: #367a93;
  font-family: "PT Serif", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 43px;
}
.thankyouHeading_2 .highligted {
  font-weight: 700;
  font-style: bold;
}
/* THANKYOU */

/* Animation */
@keyframes rotate-slow-fast-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

#pines_red {
  animation: rotate-slow-fast-animation 4s cubic-bezier(0.25, 0.1, 0.25, 1)
    infinite;
  -webkit-animation: rotate-slow-fast-animation 4s
    cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}

#pines_blue {
  animation: rotate-slow-fast-animation 6s linear infinite;
  -webkit-animation: rotate-slow-fast-animation 6s linear infinite;
}

/* Sortable */
.task-board {
  background: #fff;
  display: inline-block;
  padding: 12px;
  border-radius: 3px;
  white-space: nowrap;
  overflow-x: scroll;
  min-height: 300px;
}

.status-card {
  width: 250px;
  margin-right: 8px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  font-size: 0.9em;
  border: 1px solid rgba(228, 228, 228, 0.9);
  border-radius: 4px;
}
.list {
  padding-top: 3px;
  background-color: #f4f4f4;
  height: 70vh;
  border-top: 1px solid rgba(194, 194, 194, 0.5);
}
.widget-300 {
  width: 350px !important;
}
.card{
  border-color: #d8d8dd;
}
.card-body {
  width: 100%;
  padding: 10px 10px 10px 10px;
}

.card-header {
  width: 100%;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  display: block;
  font-weight: bold;
  background-color: #ffffff;
}
.tox-tinymce {
  border: 1px solid #d8d8dd !important;
  border-radius: 8px !important;
}

.add_item_button {
  width: 100%;
  padding: 10px 10px 0px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  display: block;
  font-weight: bold;
  background: #2c7cbc;
  background-color: rgb(100, 92, 165);
  font-family: Arial, Helvetica, sans-serif;
}

.card-header-text {
  display: block;
  width: 100%;
}
.card-header-act {
  display: block;
  float: right;
}

ul.sortable {
  padding-bottom: 10px;
}

ul.sortable li:last-child {
  margin-bottom: 0px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}

.text-row {
  padding: 15px 10px;
  margin: 5px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 0.8rem;
  white-space: normal;
  line-height: 20px;
  background-color: #fff;
  border: 1px solid rgba(228, 228, 228, 0.9);
  border-radius: 3px;
  box-shadow: 0 1px 1px 1px rgba(173, 174, 176, 0.1);
  position: relative;
  .badge {
    position: absolute;
    right: 0;
  }
  .opportunities_btn {
    display: block;
    font-size: 10px !important;
    padding: 3px 5px;
    width: 100%;
    margin-top: 8px;
  }
}

.text-row:hover {
  border: 1px solid rgba(246, 26, 228, 0.5);
}
.text-row:focus {
  border: 1px solid rgba(26, 177, 136, 0.5);
}

.ui-sortable-placeholder {
  visibility: inherit !important;
  background: transparent;
  border: #777 2px dashed;
}
.disabled_card {
  background-color: #f9f9f9;
}
/* Sortable */
