/* Smooth scroll*/
html {
    scroll-behavior: smooth;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a:hover:not(.btn-main):not(.theme-btn) {
    color: #0094AC !important;
    opacity: 80%;
}

.dropdown-item:focus {
    background-color:white !important;
}

.dropdown-item {
    background-color:transparent !important;
}

.dropdown-item:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 148, 172, var(--tw-text-opacity));
}

.bg-main{
    background: #0094AC !important;
}
.stepper{
    /*    line sama lead harusnya di dalem stepper biar ga bentrok sama class lain*/
}
.line {
    width: 2px;
    background-color: #d3d3d3 !important;
    min-height: 3rem;
}
.lead {
    font-size: 1.1rem;
}
.dot-step-size{
    width: 2rem !important;
    height: 2rem !important;
}

.line-done {
    width: 2px;
    background-color: #0094AC !important;
    min-height: 3rem;
}

.bg-orange{
    background: #E46712 !important;
}
.bg-yellow{
    background: #F7C301 !important;
}
.bg-gray{
    background: #d3d3d3 !important;
}

.bg-toska-100{
    background-color: #F0F5F7 !important;
}

.bg-toska {
    background-color: #0094AC !important;
}

.border-gray-alternative {
    border-color: #e0dede;
    /*border-width: 0.3px;*/
}

.text-toska {
    color: #0094AC !important;
}

.text-gray {
    color: rgb(156, 163, 175);
}

.btn-main{
    color: #fff;
    background-color: #0094AC;
    border-color:  #0094AC;
}

.collapsed:not(.show)  .rotate-icon
{
    transform: rotate(90deg);
}
.active{
    color: rgb(228 103 18);
}

.link-sidebar.active:before {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    background: #E46712 !important;
}

.modal.modal-lg {
    max-width: 40rem !important;
}

.dropdown-toggle::before {
    content : none !important;
}

/*Tailwind class*/
.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-orange {
    --tw-text-opacity: 1;
    color: rgba(228, 103, 18, var(--tw-text-opacity));
}

.gap-4 {
    gap: 1rem;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-full {
    border-radius: 9999px;
}

.overflow-ellipsis {
    text-overflow: ellipsis;
}

.whitespace-normal{
    white-space: normal !important;
}

.whitespace-nowrap{
    white-space: nowrap !important;
}

.notifications-container{
    display: flex;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    gap: 0.5rem;
}
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.top-0 {
    top: 0px;
}

.right-0 {
    right: 0px;
}

/*Override Select2*/
.select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: rgb(243, 244, 246) !important;
    border: none !important;
    border-radius: 4px;
    color: #495057 !important;
    font-size: 1rem !important;
    box-shadow: none !important;
    height: calc(1.5em + .75rem + 2px) !important;
}

/* Hover selected */
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color :#0094AC !important;
}

/* Border Color*/
.select2-container--bootstrap .select2-dropdown {
    border-color: white;
}

/*select2-search__field*/
.no-search .select2-search {
    display:none
}

.footer-text {
    font-size: 15px;
    color: #696969;
    line-height: 24px;
    font-weight: 400;
}

.job-descriptions  li {
    list-style: unset !important;
    padding: unset !important;
    margin-left: 1rem !important;
}

.notification-badge {
    font-size: 50%;
    font-weight: 500;
}

.notification-unread {
    font-size: 50%;
    font-weight: 500;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-right: -5px;
}

.bg-soft-primary{
    background-color: #F0F5F7 !important;
}
.bg-cyan{
    background-color: #0094AC !important;
}
.bg-green{
    background-color: #198754 !important;
}

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

.brand-img {
    width: auto;
    height: 45px;
}

.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 148, 172, 0.5) !important;
}

.carousel-indicators-custom {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #d3d3d3;
}

.carousel-indicators-custom.active-indicator {
    background-color: #0094AC;
}

.intro-guide-line {
    border-width: 2px 0px 0px 0px;
    border-style: solid;
}

.intro-guide-line-head {
    border-width: 2px 2px 2px 0px;
    border-style: solid;
}

.border-03 {
    border-width: 0.3px;
}

.bg-light {
    background-color: #f8f9fa !important;
}