.header-section {
    background-color: #FFD64D;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.header-section-heading {
    font-weight: 700;
    font-size: 14px;
}

.header-section-login-button,
.header-section-login-button-dropdown-icon {
    font-size: 18px;
    font-weight: 700;
}

.row-content img {
    width: 36px;
    height: 36px;
}

.row-content img.storekeeper {
    width: 36px;
    height: 36px;
}

.row-content h5 {
    font-weight: 600;
    font-size: 18px;
}

.row-content {
    background: #FFE693;
    border: 1px solid #F8F8F8;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    height: 100px;
    width: 187px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-button {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    color: #111111;
}

.login-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #111111;
}

.login-page-box {
    background: #FFE693;
    border: 1px solid #F8F8F8;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    width: 187px;
    height: 100px;
}

.login-page-box img.storekeeper {
    width: 37px !important;
    height: 37px !important;
}

.login-page-box img {
    width: 46px;
    height: 46px;
}

.login-page-box a {
    text-align: center;
}

.login_title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #111111;
}

.mobile-bottom-nav__item {
    flex-grow: 1;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    opacity: 0.3;
    cursor: pointer;
    border-bottom: 7px solid transparent;
    padding-bottom: 10px;
}

.mobile-bottom-nav__item:hover {
    border-color: #333;
    opacity: unset;
}

.mobile-bottom-nav__item--active {
    border-color: #333;
    opacity: unset;
}

.mobile-bottom-nav__item-content {
    display: flex;
    flex-direction: column;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #111111;
    align-items: center
}

.nav-menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 30%;
}

.mobile-bottom-nav__item-content img {
    width: 24px;
    height: 24px;
}

.text-yellow {
    color: #f1b44c !important;
}

.login-page-box {
    background: #FFE693;
    border: 1px solid #F8F8F8;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 50%);
    border-radius: 15px;
    width: 100%;
    height: 115px;
}

.login-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
}

.login_title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #111111;
}

.management_title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #111111;
}

.textarea-control {
    background-color: #F3F2F2;
}

.btn-white {
    background-color: #fff;
    padding: 5px;
    border: 2px solid #333;
    color: #333;
}

.btn-yellow {
    background-color: #FFCE00;
    padding: 5px;
    border: 2px solid #333;
    color: #333;
}

.btn-add-invoice {
    height: 60px;
    width: 60px;
    font-size: 34px !important;
    box-shadow: 0 0.5rem 1.2rem rgb(18 38 63 / 39%);
    background: #fff;
    color: #9e9e9e;
    border-color: transparent;
    border-radius: 15px;
}

.btn-add-invoice:hover,
.btn-add-invoice:not(:disabled):not(.disabled):active,
.btn-add-invoice:focus {
    color: #fff;
    background-color: #ffd64d !important;
    border-color: #ffd64d !important;
}

.btn-text {
    font-size: 16px;
    border-radius: 10px;
    padding: 1px 20px;
    box-shadow: 0 0.4rem 1.3rem rgb(18 38 63 / 31%);
}

.btn-gray {
    background-color: #d8d8d8;
    ;
    padding: 5px;
    border: 2px solid #333;
    color: #333;
}

.form-control {
    border: 1px solid #333;
}

.card {
    border-radius: 20px;
    box-shadow: 0 -0.1rem 1.5rem rgb(18 38 63 / 31%);
}

.mobile-bottom {
    background-color: #fff;
    padding: 20px 0 0;
    position: fixed;
    width: 100% !important;
    bottom: 0;
    box-shadow: 0 -0.1rem 1.5rem rgb(18 38 63 / 31%);
}

.float-right {
    float: right !important;
}

.icon-close {
    cursor: pointer;
    font-size: 18px;
    display: flex;
}

@media only screen and (max-width: 1200px) {
    .nav-menu-item {
        width: 100%;
    }
}

.card-grey .card-body {
    border: 2px solid #fff;
    border-radius: 15px;
}

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

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

.page-title {
    font-weight: bold;
    padding: 15px 2px;
}

.btn-go {
    padding: 1px 6px;
}

.trips {
    background: #d8d8d8;
    border-radius: 15px;
    padding: 15px !important;
}

/* scrollbar */
.scrollable {
    height: 500px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 5px;
}

.scrollable::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0.5);
}

.scrollable {
    scrollbar-width: thin;
    scrollbar-color: #d8d8d8;
}

/* Works on Chrome, Edge, and Safari */
.scrollable::-webkit-scrollbar {
    width: 8px;
    height: auto;
}

.scrollable::-webkit-scrollbar-track {
    background: transparent;
}

.scrollable::-webkit-scrollbar-thumb {
    background-color: var(--scroll-bar-color);
    border-radius: 20px;
    border: 4px solid #d8d8d8;
}
/* scrollbar */

.required-field {
    color: rgb(204, 9, 9);
}

.body-section {
    margin-bottom: 10% !important;
}

.display-contents {
    display: contents;
}

.btn-start-trip {
    margin: -10px 0 -5px 0;
    z-index: 1;
    position: inherit;
}

.overdue-trip {
    background: #ffce00 !important;;
}

.havent-go {
    background: #fff !important;
    border: 5px solid #d8d8d8 !important;
}