* {
    transition: all 0.3s ease-out;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #ababab;
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
    border: 0;
}

::-webkit-scrollbar-track {
    background: transparent;
}
.css-nxo287-MuiInputBase-input-MuiOutlinedInput-input{
    height: 3px !important;
}

.bg-color {
    background-color: #5db746 !important;
    color: #ffffff;
}
.text-Color{
    color: #5db746;
}
.form-check-input:checked {
    background-color: #5db746;
    border-color: #5db746;
}
.header {
    box-shadow: 0 3px 6px -6px gray;
}

.cardSize {
    width: 122px;
    height: 75px;
    font-size: 13px;
    vertical-align: middle;
    justify-content: space-around;
}

.navbar-brand {
    text-align: center;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 31px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

tr th {
    font-size: 14px;
    font-weight: 600;
}

tr td {
    font-size: 14px;
    font-weight: 400;
}

/* tr:hover {
    background-color: #5db746;
}

tr:hover td {
    background-color: transparent;
    /* or #000 */
    /* color: #ffffff;
} */ */

.fs-20 {
    font-weight: 500;
    font-size: 21px !important;
}
.h-60{
    height: 60%;
}

.fs-16 {
    font-size: 18px;
    font-weight: 500;
}

.fs-18 {
    font-size: 20px;
    font-weight: 500;
}

.fs-14 {
    font-size: 16px;
    font-weight: bold;
}

.fs-13 {
    font-size: 14px;
    font-weight: 400;
}

.fs-12 {
    font-size: 13px;
    font-weight: 400;
}

.fs-11 {
    font-size: 12px;
    font-weight: 400;
}

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

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

.bg-testimonial {
    background-color: #F1F7FF;
}
.fontColor{
    color: #7E7E7E;
}
.navbar {
    --bs-navbar-brand-margin-end: 0rem;
}
#navExpand{
    display: none !important;
}

.hidden {
    display: none;
}

.input ::placeholder {
    color: gray;
    font-weight: 500;
    font-size: 14px;
}

.btn-BlueSmall {
    padding-top: 1px;
    padding-bottom: 1px;
    height: 46%;
    width: 90px;
    background-color: #EDF1FF;
    color: #5db746;
    border: none;
    font-weight: 500;
}
.text-Color{
    color: #5db746;
}
.bg-card {
    background-color: #F2F7FF;
}

.btn-OrangeSmall {
    padding-top: 1px;
    padding-bottom: 1px;
    height: 46%;
    width: 90px;
    background-color: #FFF2F2;
    color: #FF3D00;
    border: none;
    font-weight: 500;
}
.carCard {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    /* padding-left: 7px; */
    padding-top: 3px;
    margin-top: 4px;
}
.userCard {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding-left: 7px;
    padding-top: 0px;
    margin-top: 4px;
}

.bg-color:hover {
    color: #0f811c;
}

.vl {
    border-left: 2px solid #5db746;
    height: 30px;
}

.nav-item .nav-link.active {
    background-color: #5db746 !important;
}

/* .card.selected {
    border-color: #5db746;
    background: #5db746;
    color: #ffffff;

    &:before {
        content: "";
        background: #5db746;
    }
}
.card2.selected {
    border-color: #5db746;
} */

ul li a {
    color: #000000;
    text-decoration: none;
    position: relative;
    /* Required for positioning the icon */
}
.selected-row {
    border: 1px solid #5db746;
    padding: 3px;
    border-radius: 10px;
}

ul li a.clicked {
    color: #5db746;
}

ul li a.clicked::after {
    content: '\2713';
    /* Unicode character for checkmark */
    position: absolute;
    right: 0;
    top: 0;
    left: 350px;
}
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(238 236 236 / 89%); /* Semi-transparent black background */
    z-index: 9999; /* Ensure loader is on top */
    display: none;
}
/* .loader-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
} */
.loading-text{
    position: relative;
    top: 60%;
    /* left: 45%; */
    text-align: center;
    color: #000;
    font-size: 20px;
}
.card-text {
    color: #90A3BF;
}

.contentDiv {
    min-height: 100px;
}
.screenHeight{
    height: 100vh;
}

@media only screen and (min-width: 300px) and (max-width: 667px) {
    .mobileView {
        display: none;
    }
    .screenHeight{
        height: 100%;
    }
    .ml-10{
        margin-left: 10px;
    }
    .cardSize{
        width: 90px;
    }
.thirdpartyIcon{
    width: 55px;
    height: 55px;
}
.buttonWidth{
    width: 100% !important;
}
.col-7{
    width: 50%;
}
    .columnReverse {
        flex-direction: column-reverse;
    }

    .manWithCar {
        width: 100%;
        height: 50%;
    }

    .navbar-brand {
        text-align: start;
    }
    .flex-item span{
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 670px) and (max-width: 900px) {
    .tabView {
        display: none;
    }
    .thirdpartyIcon{
        width: 70px;
        height: 70px;
    }
    .manWithCar {
        width: 60%;
        height: 50%;
    }

    .testimonial {
        width: 100%;
        height: 60%;
    }

    .col-md-Reverse {
        flex-direction: column-reverse;
    }

    .navbar-brand {
        text-align: start;
    }
}

/* .card {
    background-color: #f2f8f9;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;

    &:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: -16px;
        right: -16px;
        background: #f2f8f9;
        height: 32px;
        width: 100%;
        border-radius: 32px;
        transform: scale(1);
        transform-origin: 50% 50%;
        transition: transform 0.25s ease-out;
    }

    &:hover:before {
        background: #5db746;
        transform: scale(21);
    }
} */
.card2{
    background-color: #f2f8f9;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
}
/* .card:hover {
    label {
        transition: all 0.1s ease-out;
        color: #ffffff;
    }
}

.card:hover {
    color: #ffffff;
} */

.custom-table .table-active {
    background: #5db746;
}

.table-active {
    --bs-table-bg-state: #5db746 !important;
    --bs-table-color-state: #ffffff !important;
}

[type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.error {
    border: 1px solid red;
}

/* loader css */

/* HTML: <div class="loader"></div> */
.loader {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* color: white; */
    /* font-size: 24px; */
    width: 200px;
    height: 130px;
    /* background:
     linear-gradient(#5db746 0 0) 0/0% no-repeat
     #ddd;
    animation: l1 2s infinite linear; */
  }
  /* @keyframes l1 {
      100% {background-size:100%}
  } */

  .form-check-input[type=radio]{
    border-color: #000;
  }