.pr-table-col-action-1 {
    width: 6rem;
}

/* Form */
.form-label.required::after {
    content: "*";
    color: var(--danger);
    margin-left: 0.25rem;
}
.pr-address-list {
    border: 1px solid #d8d6de;
    border-radius: 0.357rem;
}

/* Table */
.pr-table-col-action-1 {
    width: 6rem;
    text-align: center;
}
.pr-table-col-action-2 {
    width: 9rem;
    text-align: center;
}
.pr-table-col-status {
    width: 9rem;
    text-align: center;
}
.pr-table-col-radio {
    width: 5rem;
}

/* Vue */
[v-cloak] {
    display: none;
}

/* Timeline */
.pr-timeline {
    font-size: 0.875rem;
    color: var(--primary);
}
.pr-timeline-item {
    display: flex;
    position: relative;
    margin-bottom: 1.5rem;
}
.pr-timeline-item:not(:first-child)::before {
    content: "";
    width: 3px;
    height: 150%;
    position: absolute;
    top: -100%;
    left: 14rem;
    transform: translate(-50%, 0);
    background-color: var(--primary);
}
.pr-timeline-date,
.pr-timeline-msg {
    position: relative;
    padding: 0.75rem 1rem;
    background: #dedbfb;
    border-radius: 5px;
}
.pr-timeline-date {
    margin-right: 4rem;
    width: 12rem;
    text-align: center;
}
.pr-timeline-date::after {
    content: "";
    position: absolute;
    right: -2rem;
    top: 50%;
    background: hsl(0, 0%, 100%);
    border: 3px solid var(--primary);
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    transform: translate(50%, -50%);
    z-index: 10;
}
.pr-timeline-item:first-child .pr-timeline-date::after {
    background: var(--primary);
    box-shadow: 1px 1px 10px var(--primary);
}
.pr-timeline-date::before,
.pr-timeline-msg::before {
    content: "";
    display: block;
    background: #dedbfb;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    transform-origin: center;
}
.pr-timeline-date::before {
    right: 0;
    transform: translate(50%, -50%) rotate(-45deg);
}
.pr-timeline-msg::before {
    left: 0;
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* fix bugs maps layers */
.leaflet-container.leaflet-retina.leaflet-fade-anim.leaflet-grab.leaflet-touch-drag {
    z-index: 1 !important;
}

.bordered-layout .header-navbar.floating-nav {
    z-index: 100 !important;
}

/* custom collapse */
.collapse-shadow {
    padding: 0px !important;
}

/* custom margin size menu sidebar */
.main-menu.menu-light .navigation .navigation-header {
    margin: calc(1.2rem + 0.286rem) 0 0.6rem 2.2rem !important;
}

/* custom icon size allow clear */
.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    font-size: 17px !important;
}


/* =============================== CUSTOM THEME =============================== */
.main-menu.menu-light .navigation > li.active > a {
    background: linear-gradient(118deg, #0a8be7, rgba(11, 52, 166));
    box-shadow: 0 0 10px 1px rgba(240, 237, 57, 0.7);
}

.btn-primary {
    border-color: #0a8be7 !important;
    background-color: #0a8be7 !important;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #ffffff;
    background-color: #0a8be7 !important;
}


.btn-primary:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px #0a8be7;
}

.btn-outline-primary {
    border: 1px solid #0a8be7 !important;
    color: #0a8be7;
}

.btn-outline-primary:hover:not(.disabled):not(:disabled) {
    background-color: rgba(230, 81, 168, 0.04);
    color: #0a8be7;
}

.show > .btn-outline-primary.dropdown-toggle {
    background-color: rgba(230, 81, 168, 0.04);
    color: #0a8be7;
}

.bg-gradient-primary,
.btn-gradient-primary {
    background-image: linear-gradient(
        47deg,
        #0a8be7,
        /* rgba(230, 177, 81, 0.7) */
    ) !important;
}


.dropdown-item:hover {
    color: #0a8be7;
    background-color: rgba(230, 178, 81, 0.04);
}

.form-control:focus {
    border-color: #0a8be7 !important;
}

.input-group:not(.bootstrap-touchspin):focus-within .form-control {
    border-color: #0a8be7 !important;
}

.input-group:not(.bootstrap-touchspin):focus-within .input-group-text {
    border-color: #0a8be7 !important;
}

.page-item.active .page-link {
    background: #6e5c5d;
}


.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #ead3bd; */
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .dropdown-item:active {
    background-color: #0a8be7 !important;
    color: #fff7f7 !important;
}


.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):focus {
    /* background-color: transparent !important; */
    color: #0a8be7;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):focus {
    background-color: rgba(247, 240, 46);
    color: #0a8be7;
}

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-box {
    background-color: #0a8be7;
    color: #FFFFFF;
    box-shadow: 0 3px 6px 0 rgb(247, 240, 46%);
  }

    .bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-label .bs-stepper-title {
        color: #0a8be7;
    }