@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

div.d-flex.align-items-center.mt-3.px-5.bg-white.card-border-tms-top.card-border-tms-bottom.position-fixed.w-100 {
  display: none !important;
}

:root {
  --primary-color-tms-primacom: #ff7429;
  --primary-color-tms: #ff7429;
}

.tms-header-content {
  background-image: url("/img/img-armada.png"), url("/img/bg-welcome_2.png"),
    url("/img/bg-welcome.svg");
  background-position: right bottom, right center, center center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto 350px, cover, cover;
  padding: 18px 0;
  height: 350px;
  image-rendering: optimizeQuality;
}

/*V3*/

#openViewData {
  margin-top: 0 !important;
}

.highlight-tms {
  background-color: #eef6ff !important;
}

.highlight-tms-v2 {
  background-color: #fff2ea !important;
}

.swal2-styled.swal2-confirm {
  background-color: var(--primary-color-tms-primacom) !important;
}


.kt-portlet-tms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --webkit-box-flex: 1;
    --ms-flex-positive: 1;
    flex-grow: 1;
    --webkit-box-orient: vertical;
    --webkit-box-direction: normal;
    --ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
}

.disabled-tms-btn {
  pointer-events: none;
  opacity: 0.5;
}

.container-tms {
  width: 100%;
  margin: auto;
}

.card-border-top-tms-normal {
  border-top: 1px solid #dbdfe9;
}

.card-overview-geofence-mapsv2-tabs {
  border-right: 1px solid #dbdfe9;
  box-shadow: 0px 23px 6px 0px rgba(0, 0, 0, 0),
    0px 15px 6px 0px rgba(0, 0, 0, 0.01), 0px 8px 5px 0px rgba(0, 0, 0, 0.05),
    0px 4px 4px 0px rgba(0, 0, 0, 0.09), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.card-border-bottom-tms-normal {
  border-bottom: 1px solid #dbdfe9;
}

.card-border-tms-home {
  border-radius: 8px;
  border: 1px solid #dbdfe9;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
}

.card-border-tms {
  border: 1.8px solid #dbdfe9 !important;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
}

.card-border-tms-v2-active {
  border: 1.8px solid var(--primary-color-tms-primacom) !important;
  box-shadow: #fff2ea;
}

.card-border-tms-v2 {
  border: 1.8px solid #dbdfe9 !important;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
}

.card-border-tms-top {
  border-top: 1.8px solid #dbdfe9 !important;
}

.card-border-tms-bottom {
  border-bottom: 1.8px solid #dbdfe9 !important;
}

.card-border-tms-left {
  border-left: 1.8px solid #dbdfe9 !important;
}

.card-border-tms-right {
  border-right: 1.8px solid #dbdfe9 !important;
}

.tms-indicator-success {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: #17c653;
}

/*.table-bordered th, .table-bordered td {
    border:none !important
}*/

.font-tms-montserrat {
  font-family: "Montserrat", sans-serif !important;
}

.font-tms-inter {
  font-family: "Inter", sans-serif !important;
}

.font-tms-fw-100 {
  font-weight: 100 !important;
}

.font-tms-fw-200 {
  font-weight: 200 !important;
}

.font-tms-fw-300 {
  font-weight: 300 !important;
}

.font-tms-fw-400 {
  font-weight: 400 !important;
}

.font-tms-fw-500 {
  font-weight: 500 !important;
}

.font-tms-fw-600 {
  font-weight: 600 !important;
}

.font-tms-fw-700 {
  font-weight: 700 !important;
}

.font-tms-fw-800 {
  font-weight: 800 !important;
}

.font-tms-fw-900 {
  font-weight: 900 !important;
}

.font-tms-fw-bold {
  font-weight: bold !important;
}

.dots-tms-close {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #17c653;
}

.dots-tms-register {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #7239ea;
}

.dots-tms-onprogress {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f8285a;
}

.bg-tms-gray-50 {
  background-color: #fcfcfc !important;
}

.bg-tms-gray-100 {
  background-color: #f9f9f9 !important;
}

.bg-tms-gray-200 {
  background-color: #f1f1f2 !important;
}

.bg-tms-gray-300 {
  background-color: #f9f9f9 !important;
}

.bg-tms-gray-400 {
  background-color: #b5b5c3 !important;
}

.bg-tms-gray-500 {
  background-color: #99a1b7 !important;
}

.bg-tms-gray-600 {
  background-color: #78829d !important;
}

.bg-tms-gray-700 {
  background-color: #4b5675 !important;
}

.bg-tms-gray-800 {
  background-color: #252f4a !important;
}

.bg-tms-gray-900 {
  background-color: #071437 !important;
}

.bg-tms-semantic-info {
  background-color: #5185e1 !important;
}

.bg-tms-semantic-success {
  background-color: #17c653 !important;
}

.bg-tms-semantic-register {
  background-color: #7239ea !important;
}

.bg-tms-semantic-onprogress {
  background-color: #f8285a !important;
}

.bg-tms-semantic-error {
  background-color: #e61046 !important;
}

.bg-tms-semantic-alert {
  background-color: #f6b100 !important;
}

.bg-tms-orange-100 {
  background-color: #fff2ea !important;
}

.bg-tms-orange-200 {
  background-color: #ffd6bf !important;
}

.bg-tms-orange-300 {
  background-color: #ffba94 !important;
}

.bg-tms-orange-400 {
  background-color: #ff9054 !important;
}

.bg-tms-orange-500 {
  background-color: var(--primary-color-tms-primacom) !important;
}

.bg-tms-info {
  background-color: #f4f7fd !important;
}

.btn-tms-gray-50 {
  color: #fcfcfc !important;
}

.btn-tms-gray-100 {
  color: #f9f9f9 !important;
}

.btn-tms-gray-200 {
  color: #f1f1f2 !important;
}

.btn-tms-gray-300 {
  color: #f9f9f9 !important;
}

.btn-tms-gray-400 {
  color: #b5b5c3 !important;
}

.btn-tms-gray-500 {
  color: #99a1b7 !important;
}

.btn-tms-gray-600 {
  color: #78829d !important;
}

.btn-tms-gray-700 {
  color: #4b5675 !important;
}

.btn-tms-gray-800 {
  color: #252f4a !important;
}

.btn-tms-gray-900 {
  color: #071437 !important;
}

.btn-tms-semantic-info {
  color: #5185e1 !important;
}

.btn-tms-semantic-success {
  color: #17c653 !important;
}

.btn-tms-semantic-register {
  color: #7239ea !important;
}

.btn-tms-semantic-onprogress {
  color: #f8285a !important;
}

.btn-tms-semantic-error {
  color: #e61046 !important;
}

.btn-tms-semantic-alert {
  color: #f6b100 !important;
}

.btn-tms-orange-100 {
  color: #fff2ea !important;
}

.btn-tms-orange-200 {
  color: #ffd6bf !important;
}

.btn-tms-orange-300 {
  color: #ffba94 !important;
}

.btn-tms-orange-400 {
  color: #ff9054 !important;
}

.btn-tms-orange-500 {
  color: var(--primary-color-tms-primacom) !important;
}

.text-tms-gray-50 {
  color: #fcfcfc !important;
}

.text-tms-gray-100 {
  color: #f9f9f9 !important;
}

.text-tms-gray-200 {
  color: #f1f1f2 !important;
}

.text-tms-gray-300 {
  color: #dbdfe9 !important;
}

.text-tms-gray-400 {
  color: #b5b5c3 !important;
}

.text-tms-gray-500 {
  color: #99a1b7 !important;
}

.text-tms-gray-600 {
  color: #78829d !important;
}

.text-tms-gray-700 {
  color: #4b5675 !important;
}

.text-tms-gray-800 {
  color: #252f4a !important;
}

.text-tms-gray-900 {
  color: #071437 !important;
}

.text-tms-semantic-info {
  color: #5185e1 !important;
}

.text-tms-semantic-success {
  color: #17c653 !important;
}

.text-tms-semantic-register {
  color: #7239ea !important;
}

.text-tms-semantic-onprogress {
  color: #f8285a !important;
}

.text-tms-semantic-error {
  color: #e61046 !important;
}

.text-tms-semantic-alert {
  color: #f6b100 !important;
}

.text-tms-orange-100 {
  color: #fff2ea !important;
}

.text-tms-orange-200 {
  color: #ffd6bf !important;
}

.text-tms-orange-300 {
  color: #ffba94 !important;
}

.text-tms-orange-400 {
  color: #ff9054 !important;
}

.text-tms-orange-500 {
  color: var(--primary-color-tms-primacom) !important;
}

.text-tms-xs {
  font-size: 12px !important;
}

.text-tms-sm {
  font-size: 14px !important;
}

.text-tms-base {
  font-size: 16px !important;
}

.text-tms-lg {
  font-size: 20px !important;
}

.text-tms-xl1 {
  font-size: 22px !important;
}

.text-tms-xl {
  font-size: 24px !important;
}

.btn-tms-rounded-xs {
  border-radius: 2px !important;
}

.btn-tms-rounded-sm {
  border-radius: 4px !important;
}

.btn-tms-rounded-sm1 {
  border-radius: 6px !important;
}

.btn-tms-rounded-md {
  border-radius: 8px !important;
}

.btn-tms-rounded-lg {
  border-radius: 16px !important;
}

.btn-tms-rounded-xl {
  border-radius: 20px !important;
}

.btn-tms-rounded-full {
  border-radius: 9999px !important;
}

.btn-tms-disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

.p-tms-xs {
  padding: 0.5rem !important;
}

.p-tms-sm {
  padding: 1rem !important;
}

.p-tms-base {
  padding: 1.5rem !important;
}

.p-tms-lg {
  padding: 2rem !important;
}

.p-tms-xl {
  padding: 3rem !important;
}

.p-tms-xxl {
  padding: 4rem !important;
}

.line-height-tms-1 {
  line-height: 1 !important;
}

.line-height-tms-1_2 {
  line-height: 1.2rem !important;
}

.line-height-tms-1_25 {
  line-height: 1.25rem !important;
}

.line-height-tms-1_4 {
  line-height: 1.4rem !important;
}

.line-height-tms-1_5 {
  line-height: 1.5rem !important;
}

.line-height-tms-1_6 {
  line-height: 1.6rem !important;
}

.line-height-tms-1_8 {
  line-height: 1.8rem !important;
}

.line-height-tms-2 {
  line-height: 2rem !important;
}

.line-height-tms-2_4 {
  line-height: 2.4rem !important;
}

.line-height-tms-3 {
  line-height: 3rem !important;
}

.shadow-tms-none {
  box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.2), 0px 0px 0px 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-tms-xs {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-tms-sm {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0 rgba(0, 0, 0, 0.1) !important;
}

.btn-filter-tbl-jo .slick-slide button {
  white-space: nowrap;
}

.border-tms-end {
  display: block;
  height: 100%;
  width: 1px;
  background: #dbdfe9 !important;
  border-right: 1.5px solid #dbdfe9 !important;
}

.progress-tms-hover {
  transition: width 1s ease-in-out;
}

.progress-tms-hover:hover {
  /*        transform: scale(1.01);
        transition: transform 0.3s ease-in-out;*/
  cursor: pointer;
}

.btn-tms-customv1 {
  display: flex;
  height: 32px;
  padding: 10px 13px;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #dbdfe9;
  background: #fff;
}

.switch-tms {
  --inactive-background: #e8ebf1;
  --inactive-dot: #ffffff;
  --active-background: var(--primary-color-tms-primacom);
  --active-dot: #ffffff;
  --secondary-container: #3a4b39;
  --primary: #84da89;
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
}

.switch-tms input {
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-checkbox-tms {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--inactive-background);
  transition: 0.2s;
  border-radius: 18px;
}

.slider-checkbox-tms:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  border-radius: 50%;
  left: 2px;
  bottom: 2px;
  background-color: var(--inactive-dot);
  transition: 0.4s;
}

.switch-tms > input:checked + .slider-checkbox-tms::before {
  background-color: var(--active-dot);
}

.switch-tms > input:checked + .slider-checkbox-tms {
  background-color: var(--active-background);
}

.switch-tms > input:focus + .slider-checkbox-tms {
  box-shadow: 0 0 1px var(--secondary-container);
}

.switch-tms > input:checked + .slider-checkbox-tms:before {
  transform: translateX(12px);
}

/*Begin Checkbox TMS V2*/

.switch-tms-v2 {
  --inactive-background: #717171;
  --inactive-dot: #ffffff;
  --active-background: var(--primary-color-tms-primacom);
  --active-dot: #ffffff;
  --secondary-container: #3a4b39;
  --primary: #84da89;
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
}

.switch-tms-v2 input {
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-checkbox-tms-v2 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--inactive-background);
  transition: 0.2s;
  border-radius: 18px;
}

.slider-checkbox-tms-v2:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  border-radius: 50%;
  left: 2px;
  bottom: 2px;
  background-color: var(--inactive-dot);
  transition: 0.4s;
}

.switch-tms-v2 > input:checked + .slider-checkbox-tms-v2::before {
  background-color: var(--active-dot);
}

.switch-tms-v2 > input:checked + .slider-checkbox-tms-v2 {
  background-color: var(--active-background);
}

.switch-tms-v2 > input:focus + .slider-checkbox-tms-v2 {
  box-shadow: 0 0 1px var(--secondary-container);
}

.switch-tms-v2 > input:checked + .slider-checkbox-tms-v2:before {
  transform: translateX(12px);
}

.border-tms-btn {
  border: 1.5px solid rgba(81, 133, 225, 0.2) !important;
}

.border-tms-input {
  border: 1.5px solid #dbdfe9 !important;
}

.btn-tms-sm {
  padding: 6px 7px;
}

.page-list > .dropdown {
  background: 0 !important;
  padding: 0 !important;
}

.fixed-table-pagination {
  padding: 0 10px !important;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #78829d !important;
}

div.float-left.pagination-detail > span.page-list > span > button {
  padding: 3px 10px !important;
  border-radius: 4px !important;
  background-color: var(--primary-color-tms-primacom) !important;
  border: none !important;
  color: #fff;
}

tbody > tr > td {
  font-weight: 500 !important;
  color: #4b5675 !important;
}

.modal-fullscreen {
  width: 100% !important;
  height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  top: 0 !important;
  left: 0 !important;
}

.modal-80percent {
  width: 80%;
  height: 90%;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -200%);
  transition: transform 0.3s ease-in-out;
  z-index: 999;
  overflow: hidden;
}

.modal-80percent.active {
  transform: translate(-50%, -50%);
}

.text-tms-end {
  text-align: end !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: var(--primary-color-tms-primacom) !important;
}

.hidden-tms {
  display: none !important;
}

.input-tms-v1 {
  border: 1px solid #dbdfe9 !important;
  border-radius: 6px !important;
  /*background: #F9F9F9 !important;*/
  background: #fff !important;
  padding: 12px 13px;
  font-size: 12px !important;
}

.text-tms-10px {
  font-size: 11px !important;
}

.text-tms-gray-25 {
  color: #6c7293 !important;
}

.daterangepicker {
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
}

.btn-input-tms-v2 {
  border: 1px solid #dbdfe9 !important;
  border-radius: 6px !important;
  background: #f9f9f9;
  padding: 6px 8px;
}

.btn-input-tms-v1 {
  border: 1px solid #dbdfe9 !important;
  border-radius: 6px !important;
  background: #f9f9f9;
  padding: 6px 6px;
}

.color-tms-form-text {
  color: #4b5675 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  font-family: "Inter", sans-serif;
}

.color-tms-form-text:focus {
  background: #f9f9f9;
}

.datetimepicker tbody tr > td.day.active {
  background: #5867dd !important;
  color: #fff !important;
}

.form-select {
  padding: 0.775rem 3rem 0.775rem 1rem;
}

.range-slider-custom-tms {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: linear-gradient(
    to right,
    var(--primary-color-tms-primacom) 10%,
    #99a1b7 10%
  );
  border-radius: 5px;
  outline: none;
  transition: background 0.3s;
}

.range-slider-custom-tms::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: var(--primary-color-tms-primacom);
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.range-slider-custom-tms::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: var(--primary-color-tms-primacom);
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.disable-default-counter-input::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.disable-default-counter-input {
  -moz-appearance: textfield;
}

.custom-modal-fullscreen-tms {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.custom-modal-fullscreen-tms.show {
  opacity: 1;
  visibility: visible;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff !important;
  background-color: var(--primary-color-tms-primacom) !important;
  border-color: var(--primary-color-tms-primacom) !important;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #ebedf2;
  color: var(--primary-color-tms-primacom) !important;
}

.custom-radio {
  position: relative;
  display: block;
  align-items: center;
  cursor: pointer;
}

.custom-radio input[type="radio"] {
  display: none;
}

.radio-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #dbdfe9;
  position: relative;
  background-color: white;
  transition: border-color 0.3s;
}

.custom-radio input[type="radio"]:checked + .radio-circle {
  border-color: var(--primary-color-tms-primacom);
  background-color: var(--primary-color-tms-primacom);
}

.custom-radio input[type="radio"]:checked + .route-card .radio-circle::before {
  content: "";
  position: absolute;
  top: 4.67px;
  left: 4.67px;
  width: 10.67px;
  height: 10.67px;
  border-radius: 50%;
  background-color: white;
}

.route-card {
  border-radius: 6px;
  border: 1px solid #dbdfe9;
  background-color: #f9f9f9;
  transition: background-color 0.3s, border-color 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom-radio input[type="radio"]:checked + .route-card {
  border: 2px solid var(--primary-color-tms-primacom);
  background-color: #fff2ea;
}

.custom-radio input[type="radio"]:checked + .route-card .radio-circle {
  border-color: var(--primary-color-tms-primacom) !important;
  background-color: var(--primary-color-tms-primacom) !important;
}

/* Button ON OFF Radio TMS */
.label-radio-switch-on-off {
  display: table-cell;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button-swtich-on-off-tms {
  position: relative;
  top: 50%;
  width: 80px;
  height: 40px;
  overflow: hidden;
}

.checkbox-on-off-tms {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}

.button-swtich-on-off-tms.r,
.button-swtich-on-off-tms.r .layer {
  border-radius: 100px;
}

.button-swtich-on-off-tms .knobs:before {
  content: "ON";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #1c739b;
  border-radius: 50%;
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

.button-swtich-on-off-tms .checkbox:active + .knobs:before {
  width: 46px;
  border-radius: 100px;
}

.button-swtich-on-off-tms .checkbox:checked:active + .knobs:before {
  margin-left: -26px;
}

.button-swtich-on-off-tms .checkbox:checked + .knobs:before {
  content: "OFF";
  left: 42px;
  background-color: #b6413b;
}

.button-swtich-on-off-tms .checkbox:checked ~ .layer {
  background-color: #fcebeb;
}

.custom-tms-scrollbarv1::-webkit-scrollbar {
  width: 10px;
}

.custom-tms-scrollbarv1::-webkit-scrollbar-track {
  background: #fff;
}

.custom-tms-scrollbarv1::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.custom-tms-scrollbarv1::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.2);
}

/*V2*/

.custom-tms-scrollbarv2::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.custom-tms-scrollbarv2::-webkit-scrollbar-track {
  background: #fff;
}

.custom-tms-scrollbarv2::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.custom-tms-scrollbarv2::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.2);
}

.custom-tms-scrollbarv3 {
  overflow-y: scroll;
}

.custom-tms-scrollbarv3::-webkit-scrollbar {
  width: 0;
}

.custom-tms-scrollbarv3::-webkit-scrollbar-track {
  background: #fff;
}

.custom-tms-scrollbarv3::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}

.custom-tms-scrollbarv3::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.2);
}

/* Custom ScrollBarBoostrap */

.bootstrap-table .fixed-table-container .fixed-table-body::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.bootstrap-table
  .fixed-table-container
  .fixed-table-body::-webkit-scrollbar-track {
  background: #fff;
}

.bootstrap-table
  .fixed-table-container
  .fixed-table-body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.bootstrap-table
  .fixed-table-container
  .fixed-table-body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.2);
}

.border-1px-300-tms {
  border: 1px solid #dbdfe9 !important;
}

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top: 4px solid #fff;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.d-none {
  display: none;
}

body {
  overflow-x: hidden;
}
/*# sourceMappingURL=custom-tms-bundle.css.map */

.backdrop-tms {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
}

.backdrop-tms.active {
  display: flex;
}

.backdrop-tms-v1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
}

.backdrop-tms-v1.active {
  display: flex;
}

.quick_panel_tms-v1 {
  height: 100%;
  width: 30%;
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

.body-no-scroll {
  overflow: hidden;
}

.quick_panel_tms-v1.active {
  transform: translateX(0);
}

@media (max-width: 768px) {
  .quick_panel_tms-v1 {
    width: 75%;
  }
}

.loader-tms-v1 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 5px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.timeline-do-pool-container .viewDoTimeline:hover {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*
.timeline-do-pool::-webkit-scrollbar{
    width:0;
}
*/
@media (min-width: 1025px) {
  .kt-header--fixed.kt-subheader--fixed.kt-subheader--enabled .kt-wrapper {
    padding-top: 50px !important;
  }
}

/* Custom Badges */

.tms-bagde-xss {
  font-size: 10px;
}

.tms-bagde-xs {
  font-size: 12px;
}

.tms-bagde-sm {
  font-size: 14px;
}

.tms-bagde-md {
  font-size: 16px;
}

/*.tms-bagde-success {
    color: #22C55E;
    font-family: Inter;
    font-weight: 500;
    background-color: #22C55E33;
    border-radius: 50px
    padding: 3px 10px;
}*/

.tms-bagde-success {
  color: #22c55e;
  font-family: Inter;
  font-weight: 500;
  background-color: #22c55e33;
  border-radius: 50px;
  padding: 3px 10px;
}

.tms-bagde-danger {
  color: #e61046;
  font-family: Inter;
  font-weight: 500;
  background-color: #e6104633;
  border-radius: 50px;
  padding: 3px 10px;
}

.tms-bagde-info {
  color: #5185e1;
  font-family: Inter;
  font-weight: 500;
  background-color: #5185e133;
  border-radius: 50px;
  padding: 3px 10px;
}

.tms-bagde-warning {
  color: #f6b100;
  font-family: Inter;
  font-weight: 500;
  background-color: #f6b10033;
  border-radius: 50px;
  padding: 3px 10px;
}

.tms-bagde-dark {
  color: #ffffff;
  font-family: Inter;
  font-weight: 500;
  background-color: #252f4a;
  border-radius: 50px;
  padding: 3px 10px;
}

/*Custom Badges 2*/

.tms-badges-v1 {
  padding: 4px 6px;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  border-radius: 4px;
  border: 0.5px solid #f0f2f5;
  font-weight: 500;
  box-shadow: 0px 1px 3px 0px rgba(25, 33, 61, 0.1);
}

.tms-badges-v1-light {
  color: #666f8d;
  background: #fff;
}

.tms-badges-v1-danger {
  color: #e61046;
  background: #e6104633;
}

.tms-badges-v1-success {
  color: #e5e7eb;
  background: rgba(34, 197, 94, 0.2);
}

/*Custom Checkbox*/

/* Custom Checkbox Container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

/* Hide the default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #78829d;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

/* On hover, add a light background */
.checkbox-container:hover input ~ .checkmark {
  border-color: #78829d;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #ff9054;
  border-color: #ff9054;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Checkbox with a different color */
.checkbox-orange .checkmark {
  border-color: #ff9054;
}

.checkbox-orange:hover input ~ .checkmark {
  border-color: #ff9054;
}

.checkbox-orange input:checked ~ .checkmark {
  background-color: #ff9054;
  border-color: #ff9054;
}

/* Checkbox with a different shape */
.checkbox-rounded .checkmark {
  border-radius: 50%;
}

/* Focus styles for accessibility */
/*.checkbox-container input:focus ~ .checkmark {
    box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.3);
}*/

.checkbox-orange input:focus ~ .checkmark {
  box-shadow: 0 0 0 3px rgba(237, 137, 54, 0.3);
}

/* Custom Button Maps */

.tms-button-maps-v1 {
  display: flex;
  height: 32px;
  padding: 10px 9px 10px 13px;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  border-radius: 6px;
  border: 1.5px solid #dbdfe9;
  background: #fff;
  color: #4b5675;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tms-button-maps-v1:hover {
  box-shadow: 0px 23px 6px 0px rgba(0, 0, 0, 0),
    0px 15px 6px 0px rgba(0, 0, 0, 0.01), 0px 8px 5px 0px rgba(0, 0, 0, 0.05),
    0px 4px 4px 0px rgba(0, 0, 0, 0.09), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.tms-button-maps-indicator-v1 {
  display: flex;
  width: 32px;
  justify-content: center;
  align-items: center;
  height: 32px;
  border: 1.5px solid #dbdfe9;
  padding: 10px 0px;
  background: #fff;
  border-radius: 6px;
}

.tms-button-maps-v2 {
}

.tms-button-maps-v2:hover {
  box-shadow: 0px 23px 6px 0px rgba(0, 0, 0, 0),
    0px 15px 6px 0px rgba(0, 0, 0, 0.01), 0px 8px 5px 0px rgba(0, 0, 0, 0.05),
    0px 4px 4px 0px rgba(0, 0, 0, 0.09), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.tms-custom-background-side-panel-right {
  background: url("/img/5b1c37b1b5a20e7140668e8623d2f48d045a74b7.png") center
      center / cover no-repeat,
    lightgray;
}

.tms-button-lion-parcelv1:hover {
  box-shadow: 0 20px 5px 0 rgba(0, 0, 0, 0), 0 12px 5px 0 rgba(0, 0, 0, 0.01),
    0 7px 4px 0 rgba(0, 0, 0, 0.05), 0 3px 3px 0 rgba(0, 0, 0, 0.09),
    0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.tms-button-lion-parcelv2:hover {
  background: linear-gradient(
    180deg,
    var(--primary-color-tms-primacom) 0%,
    #e75e13 100%
  );
  box-shadow: 0 23px 6px 0 rgba(0, 0, 0, 0), 0 15px 6px 0 rgba(0, 0, 0, 0.01),
    0 8px 5px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.09),
    0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.tms-button-shadow-parcelv1:hover {
  box-shadow: 0 23px 6px 0 rgba(0, 0, 0, 0), 0 15px 6px 0 rgba(0, 0, 0, 0.01),
    0 8px 5px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.09),
    0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
