:root {
  --bs-border-radius: 4px;
}

body {
  font-family: "Manrope", sans-serif;
  background-color: #f2f2f2;
}

/* custom */
.form-select {
  --bs-form-select-bg-img: 0;
}

input,
textarea,
select {
  box-shadow: none !important;
  border-color: var(--bs-border-color) !important;
}
.btn {
  --bs-border-radius: 4px;
  --bs-btn-padding-x: 12px;
  --bs-btn-padding-y: 12px;
}

.btn-light-content {
  background-color: var(--bs-btn-bg) !important;
  border: none !important;
}

.btn-menu {
  border: none;
}

.btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn-menu:hover {
  background-color: #e7eaee !important;
}

.btn-reset {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}

/* utils */
.bg-success-light {
  background-color: rgb(147, 192, 31) !important;
}

.text-black-400 {
  color: #444;
}

.text-secondary-mute {
  color: #ccc3c3 !important;
}

.text-secondary-mute-2 {
  color: #dbdbdb !important;
}

.bg-blue {
  background: #559bed;
}

.bg-black-2 {
  background-color: #141414 !important;
}

.bg-orange {
  background: #f78f54;
}

.bg-secondary-badges {
  background-color: #d3d3d3 !important;
}

.bg-secondary-action {
  background-color: #b3b3b3 !important;
}

.text-black-badges {
  color: #1b1b1b !important;
}

.bg-green-badges {
  background-color: #21b48a73 !important;
}

.bg-green {
  background-color: #4ab58e !important;
}
.bg-green-hover:hover {
  background-color: #50a485 !important;
}

.text-green {
  color: #293802 !important;
}

.text-green::placeholder {
  color: #293802 !important;
}

.text-green-2 {
  color: #4ab58e !important;
}

.bg-secondary-2 {
  background-color: #e9e9e9 !important;
}

.bg-white-f9 {
  background-color: #f9f9f9 !important;
}

.text-black-mute {
  color: #5b5b5b;
}

.fw-400.fw-400 {
  font-weight: 400 !important;
}

.fw-400.fw-400::placeholder {
  font-weight: 400 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800;
}

.fw-500.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}

.pl-45.pl-45 {
  padding-left: 45px !important;
}
.pl-12.pl-12 {
  padding-left: 12px !important;
}

.rounded-29 {
  border-radius: 29px !important;
}

.reverce-x {
  transform: scaleX(-1);
}

.icon-collapse {
  transform: scaleY(-1);
  transition: transform ease 0.5s;
}
.collapsed .icon-collapse {
  transform: scaleY(1);
}

.avatar-lg {
  width: 60px;
  height: 60px;
}

.text-orange-lg {
  color: #996502 !important;
}

.text-orange-lg::placeholder {
  color: #996502 !important;
}

.text-orange {
  color: #714c05 !important;
}

.text-orange::placeholder {
  color: #714c05 !important;
}

.text-white::placeholder {
  color: #fff;
}

.text-white-2 {
  color: #f0f0f0 !important;
}

/* alert component */
.alert-warning-content {
  background-color: #fff2c9 !important;
  color: #444 !important;
  border: none;
  padding: 10px;
  padding-top: 15px;
}

/* modal component */
.btn-close-content-modal {
  margin-top: -10px;
  margin-right: -10px;
  border: 2px solid #000;
  width: 20px;
  height: 20px;
  border-radius: 10px !important;
  opacity: 0.8 !important;
  box-shadow: none !important;
}

.modal-action-content-btn {
  padding: 5px 35px !important;
  font-weight: 700 !important;
}

/* button component */
.btn-content {
  border: none !important;
}

.btn-danger-content {
  --bs-btn-bg: #eb5757 !important;
  background-color: var(--bs-btn-bg) !important;
  color: #fff !important;
}

.btn-secondary-content {
  --bs-btn-bg: #dcdcdc !important;
  background-color: var(--bs-btn-bg) !important;
  color: #050505 !important;
}

.btn-black-content {
  --bs-btn-bg: #242424 !important;
  background-color: var(--bs-btn-bg) !important;
  color: #dfdfdf !important;
}
/* accordion */
.accordion-content-item {
  margin-bottom: 8px;
  box-shadow: none !important;
  border: none !important;
}

.accordion-content-item-btn {
  background-color: #ededed !important;
  box-shadow: none !important;
  border: none !important;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-content-item-btn::after {
  content: none !important;
}

.ccordion-content-body {
  background-color: #ededed !important;
}

/* steps component */
.step-item {
  background-color: #c8c7c7 !important;
  margin-left: 90px;
  margin-right: 90px;
  padding-left: 100px !important;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.step-submit {
  margin-left: 90px;
  margin-right: 90px;
}

.step-item-active {
  background-color: #93c01f !important;
  margin-right: 0px;
}

/* tabs component */
.tab-white-bordered {
  background-color: #f8f8f8;
  border: 2px solid #b1b1b1;
}

.tab-white-bordered.active {
  border-color: #000;
}

/* form component */

.bg-form-content-input {
  background-color: #e4e4e4 !important;
}

.form-content-input {
  background-color: #e4e4e4 !important;
  color: #4b4b4b;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-content-select-arrow {
  background-color: #0a2b22 !important;
  padding: 1px !important;
  border-radius: 5px !important;
  overflow: hidden !important;
}

.form-content-box {
  background-color: #e4e4e4 !important;
  color: #4b4b4b;
  height: 54px;
  padding: 5px 10px;
  border-radius: var(--bs-border-radius);
}

.form-content-box-dark {
  background-color: #2c2c2c !important;
  color: #eee !important;
}

.form-content-box-danger {
  background-color: #ff4040 !important;
  color: #eee !important;
}

.form-content-input-modal {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  font-weight: 700 !important;
  border-radius: 5px !important;
}

.form-content-box-modal {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-weight: 700 !important;
  border-radius: 5px !important;
  height: auto !important;
}

.form-content-box-modal-ingroup {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.form-content-box-modal::placeholder {
  font-weight: 700 !important;
}

.form-content-input-modal::placeholder {
  font-weight: 700 !important;
}

.form-content-box-sm {
  height: auto !important;
  padding-left: 20px !important;
  min-height: 31px;
}

.form-content-checkbox-btn {
  border: 0 !important;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-check:checked + .form-content-checkbox-btn {
  background-color: #373737;
  color: #fff;
}

.badge-form-content {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

/* floting form  */
.form-floating > label {
  color: #4b4b4b !important;
}

.form-floating > label::after {
  background-color: transparent !important;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.6 !important;
}

.floting-label-select-content {
  transform: scale(1);
  position: absolute;
  transform-origin: left;
  top: 17px;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out,
    top 0.1s ease-in-out;
}

.floting-label-select-content-open {
  transform: scale(0.85);
  opacity: 0.6 !important;
  top: 4px;
}

.floting-label-select-content-output:empty {
  padding: 10px !important;
  transform: translateY(0px);
}

.floting-label-select-content-output {
  transform: translateY(8px);
  transition: transform 0.1s ease-in-out;
}

.form-content-box-big {
  height: 58px !important;
}

.form-content-input-big {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

/* badge component */
.badge-text-danger {
  background-color: #e5d4d4 !important;
  color: #860010 !important;
}

.badge-color-box {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

.badge-color-box-sm {
  width: 14px;
  height: 14px;
  border-radius: 4px;
}

/* dropdown component */
.dropdown-content {
  border: none;
  padding: 0 !important;
  position: relative;
  background-color: transparent !important;
  border: 1px solid #eee !important;
}

.dropdown-content::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: 0;
  right: 10px;
  transform: translateY(-100%);
}

.dropdown-content[data-popper-placement="top-end"]::after {
  top: unset;
  bottom: 0;
  transform: translateY(100%);
  border-top: 10px solid #fff;
  border-bottom: 0 !important;
}

.dropdown-content-item {
  border-bottom: 1px solid #eee;
  display: flex;
  gap: 15px;
  align-items: center;
  background-color: #fff !important;
  color: #1b1b1b !important;
  font-weight: 600;
  font-size: 14px;
  padding: 7px 20px;
}

.dropdown-content > li:first-child > .dropdown-content-item {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.dropdown-content > li:last-child > .dropdown-content-item {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.dropdown-content-item.disabled {
  color: #999 !important;
}

.dropdown-content-item-red.dropdown-content-item-red {
  color: #860010 !important;
}

.dropdown-content-item-green.dropdown-content-item-green {
  color: #56730a !important;
}
/* sidebar */
.sidebar-container {
  transition: width ease 0.5s;
  width: 150px;
  z-index: 1000;
}

.sidebar-container:hover {
  width: 300px;
  padding: 20px !important;
  align-items: flex-start !important;
}

.sidebar-container:hover .logo-text,
.sidebar-container:hover .btn-menu-text {
  display: block !important;
}

.sidebar-container:hover .menu-wrapper,
.sidebar-container:hover .menu-container,
.sidebar-container:hover .profile-container,
.menu-list {
  align-items: flex-start !important;
}

.sidebar-container:hover .menu-container,
.sidebar-container:hover .menu-list,
.sidebar-container:hover .menu-list-item {
  width: 100%;
}

.sidebar-container:hover .btn-menu {
  width: 100% !important;
}

.sidebar-container:not(:hover) .sub-menu {
  display: none !important;
}

.show-when-menu-is-open {
  visibility: visible !important;
}

.sidebar-container:hover .hide-when-menu-is-open {
  display: none !important;
}

.sidebar-container:not(:hover) .show-when-menu-is-open {
  display: none !important;
}

.sidebar-container:hover .go-left-when-menu-is-open {
  align-items: flex-start !important;
}

.sidebar-container:hover .fullwidth-when-menu-is-open {
  width: 100% !important;
}

.notifications-circle {
  width: 6px;
  height: 6px;
  top: 10% !important;
  right: 15% !important;
}

.sidebar-container:hover .notifications-circle {
  display: none !important;
}

.menu-list-container {
  height: 57vh;
}

/* main */
.main-content {
  padding-left: 150px !important;
  display: flex;
}

.create-evaluation-btn {
  background-image: url(/assets/images/backgroundGradient.png);
  background-size: cover;
  text-decoration: none;
}

.secondary-content-section {
  width: 440px;
  background-color: #d6d6d6;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #444;
  position: relative;
}

.secondary-padding-box {
  padding-left: 90px;
  padding-right: 90px;
}

.secondary-padding-r-flowed-box {
  padding-right: 200px;
}

.secondary-content-section.secondary-have-flowed-content {
  width: 640px;
}

.secondary-content-section.secondary-have-flowed-content::after {
  content: "";
  width: 200px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f2f2f2;
}

.main-content-section {
  padding: 200px 100px;
  color: #444;
  flex-grow: 1;
  max-width: 1200px;
}

.main-content-section.main-in-flowd-content {
  padding-left: 0;
}

.content-table {
  --bs-table-bg: transparent;
}

.content-table-th {
  color: rgba(50, 71, 92, 0.87);
  font-size: 14px;
  font-weight: 600;
  vertical-align: center;
}

.content-table-td {
  color: rgba(50, 71, 92, 0.87);
  font-size: 14px;
  font-weight: 600;
  vertical-align: center;
}

.content-table-tr-head {
  border-bottom: 3px solid #eee;
}

.content-tab-item {
  --bs-nav-link-color: #191d23;
  --bs-nav-link-hover-color: #191d23;
  font-size: 14px;
  --bs-nav-underline-border-width: 0.225rem;
}

.content-tab-item:not(.active):hover {
  border-bottom-color: transparent !important;
}

.content-tab-item.active {
  font-size: 16px;
  font-weight: 600;
  border-color: #047857 !important;
  color: #191d23 !important;
}

.content-tab-item-danger {
  color: #dc3545 !important;
}

.content-tab-item-danger.active {
  color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.vr-content {
  width: 2px !important;
  background-color: #d0d5dd;
}

/* login page */
.form-logo {
  width: 210px;
}

.login-wrapper {
  background-image: url(/assets/images/loginBackground.png);
  background-size: cover;
}

.login-card {
  background: rgba(99, 99, 99, 0.3);
  border-radius: 25px !important;
  margin-right: 300px;
  width: 500px;
  color: #d3d3d3;
  padding: 24px;
  padding-bottom: 0px;
  max-width: calc(100% - 100px);
}

.form-content-input-dark {
  background-color: #606060 !important;
  color: #fff !important;
}

.form-content-input-dark::placeholder {
  color: #fff !important;
}

/* car body  */
.car-body-card {
  width: 20%;
  background-color: #f2f2f2 !important;
  /* height: 100px; */
  height: auto !important;
  min-height: 100px;
  position: relative;
  padding: 5px !important;
}

.car-body-card-middle {
  position: absolute;
  z-index: 1;
  width: 18%;
  /* height: 21.5% !important; */
  height: auto !important;
  min-height: 21.5% !important;
}

.car-body-card-6 {
  position: absolute;
  left: 3%;
  /* top: 30.6%; */
  bottom: 49%;
}

.car-body-card-7 {
  position: absolute;
  left: 40%;
  /* top: 25%; */
  bottom: 52%;
}

.car-body-card-8 {
  position: absolute;
  left: 76.5%;
  /* top: 30.3%; */
  bottom: 48%;
  padding-left: 20px !important;
}

.car-body-card-9 {
  position: absolute;
  left: 3%;
  top: 58.3%;
}

.car-body-card-10 {
  position: absolute;
  left: 40%;
  /* top: 67.1%; */
  bottom: 12%;
}

.car-body-card-11 {
  position: absolute;
  left: 76.4%;
  top: 58.1%;
  padding-left: 20px !important;
}

.car-body-btn {
  border: 2px solid #ffa800;
  background-color: #fbe49f;
  color: #5b5b5b;
  padding: 2px;
  width: 3.32%;
  height: 5.845%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translateY(50%);
  z-index: 2;
}

.car-body-btn-1 {
  top: -5.845%;
  left: 16%;
}

.car-body-btn-2 {
  top: -5.845%;
  left: 29%;
}

.car-body-btn-3 {
  top: -5.845%;
  left: 47%;
}

.car-body-btn-4 {
  top: -5.845%;
  left: 65.5%;
}

.car-body-btn-5 {
  top: -5.845%;
  left: 78%;
}

.car-body-btn-6 {
  top: 34%;
  left: 19%;
}

.car-body-btn-7 {
  top: 43.5%;
  left: 47%;
}

.car-body-btn-8 {
  top: 36%;
  left: 75%;
}

.car-body-btn-9 {
  top: 61.5%;
  left: 19%;
}

.car-body-btn-10 {
  top: 63%;
  left: 75%;
}

.car-body-btn-11 {
  top: 94.16%;
  left: 0;
}

.car-body-btn-12 {
  top: 94.16%;
  left: 20%;
}

.car-body-btn-13 {
  top: 83.5%;
  left: 47%;
}
.car-body-btn-16 {
  top: 94.16%;
  left: 47%;
}

.car-body-btn-14 {
  top: 94.16%;
  left: 74.5%;
}

.car-body-btn-15 {
  top: 94.16%;
  right: 2.5%;
}

.modal-vr {
  position: relative;
}
.modal-vr::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #e9e9e9 !important;
  width: 6px;
  height: 85%;
}

/* responsive */
@media only screen and (max-width: 1600px) {
  .main-content {
    flex-direction: column;
  }

  .main-content-section {
    padding: 50px !important;
  }

  /* login */
  .login-card {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .modal-vr::after {
    content: none;
  }
}
