.rhm-mobile-code {
	width: 25%;
	float: left;
}

.rhm-mobile {
	width: 75%;
	float: left;
}
.rhm-booking-status {
	display: inline-block;
    padding: 0.5em 0.75em;
    font-size: 85%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.42rem;
	color: #ffffff;
}
.rhm-booking-status.completed {    
    background-color: #00fa3e;
}
.rhm-booking-status.processing {    
    background-color: #1bc554;
}
.rhm-booking-status.pending {    
    background-color: #c5b41b;
}
.rhm-booking-status.refunded {    
    background-color: #1b87c5;
}
.rhm-booking-status.cancelled, .rhm-booking-status.failed, .rhm-booking-status.deleted {    
    background-color: #c5351b;
}
.card-custom button.btn.btn-primary {
    word-break: normal;
}
.dataTables_wrapper .dataTable, .dataTables_wrapper .dataTable tr th, .dataTables_wrapper .dataTable tr td {
    border: none;
}
.card.card-custom > .card-header .card-toolbar .btn.btn-dark {
    padding: 8px 10px;
    display: flex;
    align-items: center;
}
.card.card-custom .form-group input {
    font-size: 14px;
}
.card.card-custom > .card-header .card-title .card-label {
    font-size: 16px !important;
    margin: 0 !important;
}
div.dataTables_wrapper div.dataTables_filter input {
    outline: none;
    padding: 10px;
    font-size: 14px;
}
div.dataTables_wrapper div.dataTables_length label {
    font-size: 18px;
}
.dataTables_wrapper .dataTable input[type="checkbox"] {
    width: 1.3rem;
    min-width: 1.3rem;
    height: 1.3rem;
    border: none;
    -webkit-appearance: checkbox;
}
.dataTables_wrapper .dataTable input[type="checkbox"]:checked::before {
   display: none;
}
.card.card-custom .card-body label {
    font-size: 1rem;
}
.rhm-mobile-logo{
	height: 35px;
}
.card-footer {
    display: flex;
    align-items: center;
    justify-content: end;
}
.card-footer .btn.btn-light-primary {
    margin-right: 10px;
}
.rhm-dashboard-login {
    position: relative;
}
.rhm-dashboard-login .topbar {
    position: absolute;
    top: 25px;
    right: 25px;
}
.rhm-side-menu ul.menu-nav li a.menu-link .menu-icon img {
    filter: brightness(0) saturate(100%) invert(29%) sepia(10%) saturate(2327%) hue-rotate(199deg) brightness(86%) contrast(80%);
    transition: 0.3s;
    max-height: 24px;
}
.rhm-side-menu ul.menu-nav li:hover a.menu-link .menu-icon img, .rhm-side-menu ul.menu-nav>.menu-item.menu-item-active a.menu-link .menu-icon img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(91%) saturate(1350%) hue-rotate(190deg) brightness(100%) contrast(102%);
    transition: 0.3s;
}

.rhm-email-templates .form-group label {
    font-size: 16px !important;
    font-weight: 600;
}
.rhm-location-edit a i.fas {
    padding: 0 6px;
    font-size: 12px !important;
}
.rhm-location-edit a  i.fas.fa-plus.icon-md {
    font-size: 16px !important;
}
.rhm-flag-col span {
    padding: 2px 5px;
    width: 30px;
    display: block;
    text-align: center;
}
.rhm-flag-col  span.rhm-flag-icon {
    font-size: 12px;
}
.rhm-flag-img img {
    height: 15px;
    width: 100%;
}


/* Responsive-media-device-start */
@media (max-width: 1200px) {
    .rhm-table-scroll div#bookings-table_wrapper .row:nth-child(2) {
        overflow-x: auto;
    }
}
@media (max-width: 991px) {
    .rhm-table-scroll .dataTables_wrapper .row:nth-child(2) {
        overflow-x: auto;
    }
    .card.card-custom > .card-body div#locations-table_length {
        margin-bottom: 20px;
    }
    .card.card-custom > .card-body .dataTables_info {
        margin-bottom: 15px;
    }
    .card.card-custom > .card-body .dataTables_paginate {
        margin-bottom: 20px;
    }
    div#operators-table_length {
        margin-bottom: 10px;
    }
    .card.card-custom .card-body label {
        margin-bottom: 10px;
    }
    .card.card-custom .card-body {
        padding-top: 0;
    }
    .card.card-custom .card-body .btn-light-danger {
        margin-top: 20px;
    }
    .card.card-custom .card-body div#customer_profile label {
        padding-top: 0;
    }
    div#kt_setting_content label {
        padding-top: 20px;   
    }
    .rhm-dashboard-login .topbar {
        position: absolute;
        z-index: 96;
        background: transparent;
        top: 10px;
        right: 10px;
    }
    button#kt_header_mobile_topbar_toggle span.svg-icon {
        float: right;
    }
    .rhm-box-outer {
        padding-top: 40px;
    }
    .rhm-side-menu ul.menu-nav li a.menu-link .menu-icon img {
        max-height: 20px;
        object-fit: contain;
    }
    .aside-enabled.subheader-fixed .subheader {
        margin-top: 55px;
    }
    .header-mobile-fixed .wrapper {
        padding-top: 45px !important;
    }
}

@media (max-width: 767px) {
    .card.card-custom span.select2.select2-container.select2-container--default {
        width: 100% !important;
    }
    div#kt_setting_content .card.card-custom button.btn.btn-primary {
        margin-top: 0;
    }
    div#kt_setting_content .card-footer {
        padding-top: 0;
    }
   
}
@media (max-width: 570px) {
    .card.card-custom button.btn.btn-primary {
        margin-top: 10px;
    }
    .card.card-custom > .card-header .card-toolbar {
        margin-left: auto !important;
    }
    .card.card-custom {
        margin-top: 30px;
        padding-top: 10px;
    }
    .header-mobile-fixed .wrapper {
        padding-top: 0 !important;
    }
    .rhm-dashboard .row > .col, .rhm-dashboard .row > .col-sm-6 {
        flex: 0 0 100%;
        margin-right: 0 !important;
    }
    .rhm-book-action-btns {
        justify-content: space-between !important;
        width: 100%;
    }
    
}


/* Responsive-media-device-end */