﻿ímg{
    max-width:100%;
}
#login-container {
    min-height: 100vh;
    background-color: black;
}

#login-panel {    
    display: flex;
    justify-content: center;
    padding:35px 0;
}
#login-panel-container, .login-register-container {
    background-color: white;
    padding: 5px 25px;
}
#login-panel div {
    max-width: 500px;
}
.test-version-banner {
    width: 100%;
    font-weight: 500;
    letter-spacing: 0.3px;
    background-color: #f00;
}
/*used in displaying machine imanges on a round container in location maps.
    !TODO: this code does not work when put in common.Investigate.
*/
/*img[src$="#custom_marker"] {
    border: 2px solid #43D19D !important;
    border-radius: 50%;
}*/
.blazored-toast-body {
    color: #021A35 !important;
    text-align: center !important;
}
/*success msg CSS*/
.blazored-toast-header {
    display: none !important;
}

.blazored-toast-success {
    background-color: #ecfaf5 !important;
    border: 1px solid #43D19D;
}

/*info msg CSS*/
.blazored-toast-info {
    background: #E6F3FA !important;
    border: 1px solid #2E6FA2;
    color: #021A35 !important;
}


.mdi:before, .mdi-set {
    line-height: 1 !important;
}

.navbar .navbar-toggle .mdi::before {
    position: relative;
    top: 4px;
    color: #FFF;
}

.breadcrumb .mdi::before {
    position: relative;
    top: 4px;
}

.breadcrumb a:hover {
    text-decoration: none;
}

    .breadcrumb a:hover span {
        text-decoration: underline;
    }

.alert .mdi::before {
    position: relative;
    top: 4px;
    margin-right: 2px;
}

.input-group-addon .mdi::before {
    position: relative;
    top: 3px;
}

.navbar-brand .mdi::before {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.list-group-item .mdi::before {
    position: relative;
    top: 3px;
    left: -3px
}

body {
    background-color: #f3f3f3;
    min-width: 315px;
}

@media(max-width:500px) {
    body .container-fluid, body .container-sm, body .container-md, body .container-lg, body .container-xl {
        padding-left: 12px;
        padding-right: 12px;
    }
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
    }

@media (min-width: 1367px) {
    body .container-fluid, body .container-lg, body .container-md, body .container-sm, body .container-xl {
        max-width: 90%;
    }
}

@media (max-height: 600px) {
    .auth-brand {
        position: relative;
        top: 0;
    }
}

.auth-fluid .auth-fluid-form-box {
    padding: 0rem 2rem 0 3rem !important;
    max-width: 540px;
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-fluid {
    min-height: 90vh;
}

.screen-loader {
    height: 120px;
    margin-top: 40vh;
}

.page-body {
    min-height: 80vh;
}



/*.notification-list .noti-mdi-icon {
    font-size: 24px;
    vertical-align: middle;
    line-height: 72px;
}*/

.mdi-28px.mdi-set, .mdi-28px.mdi:before {
    font-size: 28px;
}

.nav-user .account-user-avatar {
    position: absolute;
    top: calc(46px / 2);
    left: 15px;
}

.dynamic-length {
    text-overflow: ellipsis;
}

.profile-dropdown {
    min-width: 200px;
}
.profile-dropdown.brand-selection-drop {
    min-width: 480px;
    border-radius:0;
    right:0;
}
.profile-dropdown.brand-selection-drop h5 {
    color: #021A35;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}
.profile-dropdown..brand-selection-drop .list-group h5 {
    color: #021A35;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%
}

.profile-dropdown.brand-selection-drop .list-group p {
    color: rgba(2, 26, 53, 0.50);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%; /* 14px */
}
.vertical-align-middle {
vertical-align: middle;
}
.vertical-align-middle {
    vertical-align: middle;
}

@media (min-width:986px) {
    .nav-item {
        text-align: center;
    }
}

.navbar-nav .nav-link {
    font-family: 'Aeonik';
    font-weight: 400;
    font-size: 16px !important;
    line-height: 100%;
    color: #021A35 !important;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #021A35 !important;
}

.navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link {
    min-width: 5rem;
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: white;
    }

.custom-accordion-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #021A35;
    font-family:'Aeonik';
}
.custom-accordion-title.collapsed i.accordion-arrow::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition-duration: 0.5s;
}

.custom-accordion-title i.accordion-arrow::before {
    transition-duration: 0.5s;
}

.color-black {
    color: black;
}

.map-legend-icon {
    width: 22px;
}


.dropdown-menu {
    z-index: 1012 !important;
    box-shadow: 0px 2px 10px 3px #cccccc9e;
}

.liquid-modal-dialog-container {
    z-index: 1002 !important;
}

.liquid-modal-dialog {
    width: 480px !important;
    height: 100%;
}

.liquid-modal-dialog-header {
    padding-bottom: 1rem !important;
}

.liquid-modal-dialog-title {
    color: #021A35;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.liquid-modal-dialog-content .form-group button{
    display:none;
}

.liquid-modal-dialog-content .form-group {
    color: #021A35;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

body .content-page {
    padding: 0 0 0 0 !important;
    min-height: 100vh;
    overflow: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

    ::-webkit-scrollbar:window-inactive {
        overflow: hidden;
    }
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c5c5c5;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #8c8c8c;
    }


.compare-card-img {
    height: 300px;
}

.table-compact {
    margin: 0px;
}

    .table-compact td {
        padding-top: 1px;
        padding-bottom: 1px;
    }

i {
    vertical-align: middle;
}

.table-row-property {
    background-color: #e6e6e6;
    font-weight: bold;
}

@media(min-width:768px) {
    .comparison-table .comparison-table-row:nth-child(2n) {
        background: #e6e6e6;
    }
}

@media(min-width:576px) {
    .details-table .details-table-row:nth-child(2n) {
        background: #e6e6e6;
    }
}

.img-preview {
    max-width: 100%;
    width: 100%;
    position: relative;
    object-fit: scale-down;
    vertical-align: middle;
    text-align: center;
}

.img-preview-large {
    max-height: 40vh !important;
}

@media only screen and (min-width:990px) {
    .img-preview-small {
        max-height: 100px !important;
    }
}

@media only screen and (max-width:990px) {
    .img-preview-small {
        max-height: 150px !important;
    }
}

@media only screen and (max-width:640px) {
    .img-preview-small {
        max-height: 100px !important;
    }
}

.img-preview-box {
    border: 1px solid #ddd;
}

.img-button {
    position: absolute;
    opacity: 0.8;
    background-color: white;
}

.addToOrder-modal {
    max-width: 600px;
}

.newRentalMachine-modal {
    min-width: 60vw;
    min-height: 75vh;
}

@media (max-width: 1000px) {

    .newRentalMachine-modal {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .topnav-navbar .navbar-toggle {
        margin: 27px 14px 27px 7px !important;
    }
}

.no-record-found{
    font-size: 20px;
    color: #021A35;
    text-align: center;
}
.ui-screen-side-padding {
    padding:0 110px;
}

/*Collapsable Table*/
.table-display {
    background:white;
    width: 100%;
    color: #021A35;
    table-layout:fixed;
}

.table-display tbody tr:hover{
    background:#EEE;

}
.table-display tr {
    border-bottom: 1px solid #eee;    
}


@media (max-width: 900px) {
    .table-display caption {
        font-size: 1.3em;
    }
    .table-display .payment-status {
        float: right;
        margin-left: 10px;
    }
    .table-display thead {
        border-top: 1px solid #eee;
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    
    .table-display tr {
        border: 4px solid #eee;
        display: block;
    }

    .table-display td {
        display: block;
        text-align: right;
        border-top: 0;
        color: #021A35;
        font-size: 16px;
        font-weight: 400;
        position: relative;
    }

    .table-display tr td:last-child {
        border-bottom: 0;
    }

    .table-display td::before {
        content: attr(data-column);
        float: left;
        color: #FBAA35;
        width: 30%;
        text-align: left;
        background: #021A35;
        padding: 16px 20px;
        height: 56px;
        position: absolute;
        left: 0;
        top: 0;
    }
}


.pagination-btn-round {
    width: 40px;
    text-decoration: none;
    display: inline-block;
    outline: none;
    border-style: none;
    overflow: hidden;
    text-align: center;
    padding: 0;
}

    .pagination-btn-round:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        padding-top: 100%;
    }

.pagination .page-item.page-next,.pagination .page-item.page-prev{
    border:none;
    padding:4px 5px;
}
.pagination .page-item.disabled {
    border: none;
}
.pagination-btn.disabled {
    color: #021A35;
    border: 1px solid #021A35;
    opacity: 0.25;
}

.pagination-btn.disabled:hover {
    color: #021A35;
    border: 1px solid #021A35;
    opacity: 0.25;
}


.contactsActivateUser-modal {
    max-width: 390px;
}

.blazored-toast {
    width: 25rem !important;
    border-radius: 0 !important;
}

.blazored-toast-heading {
    font-size: 1.2rem !important;
}

.rentalOrderDetails-modal {
    width: 100%;
    min-height: 75vh;
}

@media(min-width:1000px) {
    .rentalOrderDetails-modal {
        min-width: 60vw;
    }
}

@media(max-width:767px) {
    .tab-content-responsive > .tab-pane {
        display: block !important;
    }
}


.machineMap-Modal {
    min-height: 50vh;
    min-width: 60vw;
}

@media(max-width:600px) {
    .machineMap-Modal {
        min-height: 70vh;
        min-width: 70vw;
    }
}


input[data-switch]:checked + label {
    background-color: #001f60;
}

.flatpickr-prev-month, .flatpickr-next-month {
    transform:scale(0.8) !important;
    margin:5px !important;
}

.flatpickr-input {
    background: #FFFFFF !important;
    font-size: 16px;
    height: 48px;
    color: #021A35 !important;
    border:none;
}

.flatpickr-day.selected.endRange {
    border-radius:0 50px 50px 0!important;
}

.flatpickr-day.selected.startRange {
    border-radius: 50px 0 0 50px !important;
}
    .pace {
        -webkit-pointer-events: none;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #eee;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 5px;
}


.btn-default:hover {
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 8px 8px
}

select:focus-visible {
    outline: none!important;
}

.img-20vh {
    height: 20vh;
    min-height: 100px;
}

.newRentals-noImage {
    width: 40vw;
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.error-message {
    color: #dd4f05;
}

.required:after {
    content: " *";
    color: #dd4f05;
}


.blazored-toast-container {
    z-index: 1010 !important;
}

.blazored-toast-container {
    z-index: 1010 !important;
}

body .container-fluid, body .container-lg, body .container-md, body .container-sm, body .container-xl {
    padding-right: 12px;
    padding-left: 12px;
}

.list-item-separator {
    padding-left: 10px;
    padding-right: 10px;
}

.notification-list .topbar-dropdown-menu .notify-item {
    padding: 12px 20px;
}

.dashboard-rentalTile {
    color: #021A35;
    height: 105px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: none;
    border-radius: 0;
}

.dashboard-rentalTile :hover{
    transform: scale(1.02);
    transition: transform 0.25s ease-out;
}

    .dashboard-rentalTile-inside {
        padding-left: 12px;
    }
.bg-successOnrent {
    background: #92E4C6;
}
.bg-pendingDeliveries {
    background: #F8E1D1;
}
.bg-pendingCollection {
    background: #FFF7EB;
}
.bg-closed {
    background: #C2C7D0;
}

.btn.btn-rounded {
    border-radius: 2em;
}

.filter-count-badge {
    position: absolute;
    top: 8px;
    left: 27px;
}

.dropdown-highlight {
    margin-left: -10px;
    background-color: rgb(211 211 211 / 24%);
    padding: 0px 10px;
    border-radius: 7px;
}
.machine-category-title {
    color: #021A35;
    font-size: 40px;
    font-family: "Aeonik";
    line-height: 100%;
    margin: 64px 0 72px;
    font-weight: 400;
}
.category-btn {
    margin-bottom: 76px;
    min-height:267px;
}
.category-btn :hover {
    transform: scale(1.02);
    transition: transform 0.25s ease-out;
}
.category-btn:focus {
    box-shadow:none;
}
.category-btn-img {
    padding: 24px;
    border: 1px solid #EEE;
    border-radius: 0;
    min-height: 228px;
    align-items:center;
    justify-content:center;
}
.category-btn-name {
    color: #021A35;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-top:15px;
}
.placeholder-image {
    opacity: 0.6;
}

.img-highlight:hover {
    border-radius: 0.5rem;
    box-shadow: 0px 0px 10px 3px #e5e4e4;
}

.link-highlight:hover {
    text-decoration: underline;
}

.pac-container{
    z-index:1010;
}

/*Riwal3.0 New Css*/

.riwal3-btn-primary, .riwal3-btn-primary:focus, .riwal3-btn-primary:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    height: 48px;
    border:1px solid #FBAA35;
    /*background: #FBAA35;*/
    font-weight: 500;
    font-size: 16px !important;
    line-height: 100%;
    color: #000000;
}
.riwal-container{
    width: 100%;
    margin: 0 auto;
    padding-bottom:200px !important;
}
.new-rental-card {
    width: calc(100% - 24px);
    float:right;
    max-height: 536px;
    border-radius: 0;
    padding: 20px 20px 24px 20px;
}
.height-weight-container {
    padding:8px 0 12px 0 !important;
}
.new-rental-card .title-info {
    height: 84px !important;
    margin-bottom: 25px;
}
.new-rental-card .machine-name {
    font-size: 20px;
    font-weight: 500;
    color: #021A35;
    line-height: 24px;
}

.new-rental-card .custom-control-label {
    font-size: 12px;
    padding: 1px 0 0;
}

.new-rental-price {
    font-size: 20px;
    color: black;
    font-weight: 500;
}
.machine-detail-container, .shared-machine-detail-container {
    background: #F3F3F3;
    height: 32px;
    padding: 0px 8px;
    width: calc(50% - 8px);
    color: #021A35;
    letter-spacing: 0.3px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shared-machine-detail-container{
    width:100%;
    margin-bottom:8px;
}
.new-rental-card div.icon span {
    color: #FBAA35;
}
.new-rental-card .btn-outline-primary:hover {
    color: #fff;
    background: #FBAA35;
}
.new-rental-filter {
    background: #FBAA35;
}
.top-search-container{
    position:relative;
    height:248px;
    padding:64px 0 48px;
}
.top-search-container .breadcrumb{
    margin-bottom: 24px;
}
.top-search-container:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 1000%;
    top: 0;
    left: -200%;
    height: 100%;
    z-index: -1;
}
.top-label-icon-drpdwn-container {
    margin-bottom:32px;
}
.page-title-riwal {
    color: #021A35;
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
}
.logo-nav-container{
    width:70%;
}
.export-invoice-subtext {
    color: #021A35;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding-left:12px;
    padding-right:10px;
    position:relative;
}
.export-invoice-text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding-right: 12px;
    position: relative;
    min-width:50px;
}
.export-recordcount-seperator:before {
    content: '';
    width: 1px;
    height: 24px;
    right: 0px;
    position: absolute;
    background: #eee;
    top: -0.5px;
}
.export-invoice-text .mdi.mdi-microsoft-excel{
    font-size:21px;
}
.search-container {
    position: relative;
}
.search-container .mdi.mdi-magnify {
    position: absolute;
    left: 8px;
    font-size: 24px;
    color: #021A35;
    top: 14px;
}
.search-container .mdi.mdi-information-outline {
    position: absolute;
    right: 16px;
    font-size: 28px;
    color: #021A35;
    top: 14px;
}

.search-container .mdi.mdi-close {
    position: absolute;
    right: 16px;
    font-size: 28px;
    color: #021A35;
    top: 14px;
}

.search-container .input-search, .search-container .input-search:focus-visible {
    width: 100%;
    border-width: 0 0 1px;
    border-radius:0;
    border-color: #021A35;
    outline: 0;
    padding:0px 58px;
    height:64px;
    color: #021A35;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.24px;
    line-height: normal;
}

    /*hides the 'x' mark on the right side of the search bar*/
.search-container .input-search::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.date-time-pickr-type-one {
    background: white !important;
    border: 1px solid #021A35 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}
.setting-drpdwn {
    display: none;
}
.notification-list:hover .setting-drpdwn {
    display:block;
}

.filter-option-show-moreless {
    color: #021A35;
    font-size: 16px;
    letter-spacing: -0.16px;
}

.inv-quot-filter-container {
    background: #FFFFFF;
    /*width:288px;*/
    margin-right:24px;
}
.table-data-container{
    width:75%;
}
.rentalTable {
    width: calc(100% - 324px);
}
.inv-quot-filter-container .mdi-calendar-month {
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 24px;
    color: #021A35;
}
.inv-quot-filter-container .mdi-clock-outline {
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 24px;
    color: #021A35;
}
.contact-cards {
    padding: 24px 16px;
    position:relative;
    height:152px;
}
.contact-cards .mdi.mdi-account-circle {
    font-size: 40px;
    line-height: 1;
}
.contact-cards h5 {
    color: #021A35;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.contact-cards h6 {
    color: rgba(2, 26, 53, 0.50);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}
.contact-cards .contact-role {
    background: #FFF;
    padding: 7px 10px;
    color: #021A35;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 12px 0;
    border: 1px solid #EEE;
}
.contact-cards .change-role-btn {
    border: 1px solid #FBAA35;
    color: #FBAA35;
    padding:7px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    background:#fff;
}

.change-role-btn:disabled {
    color: #F3F3F3;
    border-color: #F3F3F3;
}
.edit-icon-container {
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
}

.rentalTable .rental-table-content {
    margin-bottom: 24px;
    padding: 24px;
    cursor:pointer;
    /*height:168px;*/
}

.machine-list-arrow {
    display: none;
}

.all-machine-list:hover .machine-list-arrow {
    display: block;
}
.rentalTable {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #021A35;
}
.rentalTable span {
    color: rgba(2, 26, 53, 0.50);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.14px;
    display:block;
    margin-left:8px;
}
.rentalTable span.rent-status {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 8px 12px;
    margin: 0;
    display: inline-block;
    color:#021A35
}
.status-onrent {
    background: #92E4C6
}
.status-pendingdelivery {
    background: #F8E1D1;
}
.status-pendingcollection {
    background: #F9EFD7;
}
.status-closedrental {
    background: #C2C7D0;
}
.status-cancelled {
    background: #e2e3e5;
}
.rental-products {
    justify-content: space-between;
    align-items: center;
    height: 96px;
    border: 1px solid #EEE;
    padding: 16px;
    margin-bottom: 16px;
    background-color: #fff !important;
}

.rental-products:last-child {
    margin-bottom: 0px;
}

.order-success-container{
    width:50%;
    margin:50px auto;
}

.order-success-header h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 28px;
    margin:15px 0 19px;
}
.order-success-header h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin:0;
}
.order-success-body{
    padding:19px 32px;
}
.order-success-body h3 {
    color: #021A35;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin:32px 0 28px;
}
.order-success-body {
    color: #021A35;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.18px;
}
.order-success-body p {
    color:#5B728B;
}

.order-status{
    font-size:16px;
    position:relative;
}
.order-status::before {
    position: absolute;
    content:"";
    left:24px;
    top:32px;
    width:4px;
    height:calc(100% - 24px);
    border-radius:2px;
    background:#f3f3f3;
}
.item-type-cart h4 {
    color: #021A35;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.22px;
    margin: 0;
}
.item-type-cart h6 {
    color: #021A35;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin:0;
    letter-spacing: -0.18px;
    opacity:0.5;
}


.rental-stats-curr-rental {
    border-left: 4px solid #92E4C6;
}
.rental-stats-pend-dlvry {
    border-left: 4px solid #F8E1D1;
}
.rental-stats-pend-clctn {
    border-left: 4px solid #FFF3CE;
}
.rental-stats-closed-rental {
    border-left: 4px solid #C2C7D0;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity:1;
    }
}

.fade-container {
    animation: fadein 1s

}
.quantity-machine-acc-dd {
    border-radius: 0;
    height: 44px;
    border: 1px solid #021A35;
    width: 80px;
    font-weight: 500;
    font-size: 18px;
    color: #000
}
.rentalSorting {
    background: #FFFFFF;
    height: 64px;
    padding: 0px 35px 0 16px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: 0;
    min-width: 260px;
}
.filter_Items_container {
    border-bottom: 1px solid #EEEEEE;
}

.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 32px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #EEEEEE;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 24px;
        width: 24px;
        left: 2px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }



/**
    During autocomplete,browsers add background.this code removes that background.May work only in Chrome & Edge.
    Refer this link for more:https://stackoverflow.com/questions/2781549/removing-input-background-colour-for-chrome-autocomplete
*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #021A35;
    -webkit-text-stroke-width:unset;
    background-color: none !important;
}
/******************************************************/

.setting-profile-drop {
    width: 360px;
    border-radius: 0;
}

    .setting-profile-drop .custName {
        color: #021A35;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }

    .setting-profile-drop .custDetail {
        color: #021A35;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

.home-address-drop {
    background: #FFF;
    width: 400px;
    max-height: 480px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

    .home-address-drop .home-address {
        padding: 16px;
        color: #021A35;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        border-bottom: 1px solid #eee;
    }

    .home-address-drop .home-address-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 3px;
    }


.pagination-btn {
    color: #021A35;
    font-weight: 500;
    font-size: 18px;
}

    .pagination-btn:hover {
        color: #021A35;
    }

    .pagination-btn.active {
        background-color: #FFFFFF;
        color: #021A35;
        line-height: 24px;
        font-weight: 500;
        font-size: 18px;
        border: 1px solid;
        border-color: #021A35;
    }

.profile-dropdown.brand-selection-drop .brand-list-group .list-group-item.active {
    background-color: #eee;
    border-color: #eee;
    color: #021A35;
}

.profile-dropdown.brand-selection-drop .brand-list-group .list-group-item h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 18px;
}

.profile-dropdown.brand-selection-drop .brand-list-group .list-group-item p, .profile-dropdown.brand-selection-drop .brand-list-group .list-group-item small {
    color: rgba(2, 26, 53, 0.50);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.brand-selection-drop .input-search {
    background: #F3F3F3;
    padding: 0 16px 0 40px;
    border: none;
}

.brand-selection-drop .mdi-magnify {
    position: absolute;
    left: 34px;
    top: 6px;
    font-size: 20px;
}

.add-New-Venue {
    color: #021A35;
    float: left;
    font-size: 18px;
    font-weight: 500;
}
    .add-New-Venue:hover {
        color: #1e3dce;
    }
.unselected-link-text{
    color:#000000;
}
    /******************************************************/
    @media (max-width: 980px) {
        .custom-control-label {
            font-size: 10px;
        }

        .filter-option-show-moreless {
            font-size: 10px;
        }

        .flatpickr-input {
            font-size: 10px;
            padding: 5px;
        }

        .cart-rental-period-container img {
            width: 1rem;
        }

        .cart-rental-period-container .mdi-clock-outline {
            transform: scale(0.6);
        }

        .teams-list-container img {
            width: 25px;
        }

        .teams-list-container .table-display tr td {
            font-size: 12px;
            height: 40px;
        }

        .teams-list-container .contacts-name {
            font-size: 12px;
        }

        .teams-list-container .contacts-icons {
            width: 15px;
            height: 15px;
        }

        .teams-list-container .table-display thead th {
            font-size: 12px;
        }

        .fleet-number-label {
            font-size: 12px;
        }

        .product-id-label {
            font-size: 10px;
        }

        .cart-product-card .commercial-product-name {
            font-size: 12px !important;
        }

        .cart-product-card .rental-code {
            font-size: 10px !important;
        }

        .cart-product-card .machine-model-display-name {
            font-size: 10px !important;
        }

        .quantity-machine-acc-dd {
            width: 60px;
            height: 40px;
        }

        .add-option-cart {
            font-size: 12px;
        }

        .top-search-container {
            position: relative;
            height: 200px;
            padding: 30px 0 30px;
        }

        .page-title-riwal {
            font-size: 30px;
        }

        .riwal3-btn-primary {
            font-size: 12px;
            width: max-content;
        }

        .detail-text {
            font-size: 14px !important;
        }

        .specification-text {
            font-size: 12px !important;
        }

        .download-section {
            width: 100%;
        }

        .rentalSorting {
            min-width: 185px;
        }

        .inv-quot-filter-container img {
            width: 10px;
        }

        .machine-detail-container {
            width: 33%;
            padding: 0 8px;
            font-size: 8px;
        }

        #specsTab > div {
            flex-direction: column;
        }

        .details-table-row {
            width: 100% !important;
        }

            .details-table-row:nth-last-child(-n+3) {
                border-bottom: 1px solid #114581 !important;
            }

        .category-btn-name {
            font-size: 10px;
        }

        .commercial-product-name {
            font-size: 10px !important;
        }

        .machine-model-display-name {
            font-size: 8px !important;
        }

        .compare-mc-lbl {
            font-size: 14px !important;
        }

        .compare-machine-container button {
            font-size: 12px !important;
        }

            .compare-machine-container button img {
                width: 24px !important;
            }

        .compare-machine-label {
            font-size: 12px;
        }

        .new-rental-card .machine-name {
            font-size: 14px !important
        }

        .new-rental-card .title-info {
            font-size: 10px !important;
        }

        .checkout-product-items > div {
            flex-direction: column;
        }

        .accordion-label {
            font-size: 14px !important;
        }

        .navbar-nav .nav-link {
            font-size: 12px !important;
        }

        .file-drop-zone {
            height: 135px;
        }

        .dashboard-rentalTile {
            height: 165px;
        }

        .legend-round-color-display {
            width: 8px !important;
            height: 8px !important;
            margin-right: 5px !important;
        }

        .machine-count {
            font-size: 12px !important;
            padding-top: 8px !important;
            margin-right: 5px !important;
        }

        .chevron-icon-design {
            height: 25px !important;
            width: 20px !important;
            text-align: center;
            border: 1px solid #EEE;
            padding: 0px !important;
        }

        .location-status-period {
            font-size: 12px !important;
        }

        .btnConsumptionSelected {
            height: 32px !important;
            width: 26px !important;
        }

            .btnConsumptionSelected img {
                height: 12px !important;
            }

        .btnConsumption {
            height: 32px !important;
            width: 26px !important;
        }

            .btnConsumption img {
                height: 12px !important;
            }

        .rental-list-arrow img {
            height: 10px;
            width: 10px;
        }
    }