:root {
    --rm-gray: #F9F8F9;
    --rm-orange: #FFA305;
    --rm-blue: #02418B;
    --rm-green: #02418B;
    --rm-dark1: #222831;
    --font-size:15px;
    --font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html, body, #root {
    font-family: var(--font-family) !important;
    font-size: var(--font-size);
    font-weight: 400; /* Base weight - override edilebilir */
    max-width: 100%;
    overflow-x: hidden;
    
    /* Font Rendering Optimizasyonu */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Font Awesome ikonları için exception */
i, i::before, i::after,
[class*="fa-"]::before, [class*="fa-"]::after,
.fa, .fas, .far, .fal, .fad, .fab {
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 6 Free", "Font Awesome 6 Pro" !important;
}

*, *::before, *::after {
    font-family: var(--font-family);
    font-weight: inherit; /* Parent'tan al */
}

/* Heading'ler için doğru weight */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important; /* Daha modern, çok bold değil */
}

/* Button ve strong elementler */
button, .btn, strong, b {
    font-weight: 500; /* Medium weight */
}

html {height: 100%;}
body, #root {min-height: 100%;}

.rm-login #row2{
    height:auto !important;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}

h1 {
    font-size: 34px !important;
}

h2 {
    font-size: 34px !important;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-start {
    display: flex;
    align-items: center;
}

img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
}

/* Home Header */
.rm-home-header {
    position: sticky;
    z-index: 90;
    width: 100%;
    background-color: #fff;
    top: 10px;
    padding: 8px;
    margin-bottom: 20px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}
.rm-home-search{
    width: 100%;
}
.rm-home-search .link {
    display: inline-block;
    color: #000;
    font-size: 20px;
    margin: 0 10px;
    border: 0;
    background-color: transparent;
}

.rm-home-search form {
    width: 100%;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.rm-home-search .form-search {
    padding-right: 0 !important;
    position: relative;
    width: 100%;
}

.rm-home-search .form-search .form-control {
    padding-left: 40px !important;
    height: 45px;
}

.rm-home-search .form-search .fa-search {
    position: absolute;
    left: 15px;
    top: 13px;
    color: #6c757d;
}
.rm-home-header.fixed-top {
    background-color: #fff;
    width: calc(100% - 300px);
    padding: 10px;
    right: 0 !important;
    left: inherit;
}

.rm-dark .rm-home-header.fixed-top {
    background-color: #30353c;
}

@media (max-width: 1000px) {
    .rm-home-header.fixed-top {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .hide{
        display: none;
    }
    .rm-home-header {
        /* display: flex; */
        display: block !important;
    }
    .rm-home-header-flex {
        display: flex !important;
    }
    .rm-home-search  {
        margin-top: 10px !important;
    }
}

.rm-home-search {
    display: flex;
}
/* Notifications */
.rm-notifications .dropdown-item {
    border-bottom: 1px solid #d8d8d8;
    padding: 15px;
}

.rm-notifications .dropdown-item .desc {
    margin-bottom: 0;
    white-space: normal;
}

.rm-notifications .dropdown-item .title {
    font-size: 18px;
    white-space: normal;
}

.rm-notifications {
    width: 470px;
    white-space: normal;
    overflow: hidden;
}

@media (max-width: 550px) {
    .rm-notifications {
        width: 340px;
    }
    .rm-notifications .dropdown-item .title {
        font-size: 16px;
    }
    .rm-notifications .dropdown-item .desc {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    .rm-notifications {
        width: 300px;
    }
}

@media (max-width: 344px) {
    .rm-notifications {
        width: 260px;
    }
}

@media (max-width: 300px) {
    .rm-notifications {
        width: 100%;
    }
}

/* Home Title */
.rm-home-nav.nav-tabs {
    border-bottom: 0 !important;
}
.rm-home-nav .nav-link {
    border-bottom: 2px solid #f1f1f1 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    font-weight: 600;
    color: #ccc;
    border-radius: 0 !important;
}

.rm-home-nav .nav-link.active, .rm-home-nav .nav-link:hover {
    border-bottom: 2px solid var(--rm-orange) !important;
    color: #000 !important;
}

@media (max-width: 768px) {
    .rm-home-title {
        display: block;
    }
    .rm-home-title .title {
        margin-bottom: 10px !important;
    }
    .rm-masa-nav {
        position:relative !important;
        
    }
}

/* Home Card Content */
.rm-ho-head .price {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 0;
}

.rm-ho-head .desc {
    color: #6c757d;
}

.rm-ho-head {
    margin-bottom: 15px;
}

.rm-progress {
    margin-bottom: 4px;
}

.rm-progress .content {
    margin-bottom: 3px;
}

.rm-progress .content span {
    display: block;
    font-weight: 500;
    font-size: 13px;
}

.table img {
    max-height: 50px;
    max-width: 50px;
}

.table-card {
    position: relative;
    overflow: auto;
    white-space: nowrap;
}

.table-card img {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: block;
}

.table-card .flex-start .content span {
    display: block;
}

.table-card td {
    font-weight: 500;
    text-align: right;
}

.table-card tr:last-child td {
    border-bottom: 0 !important;
}

.table-card thead th {
    text-align: right;
    color: #6c757d;
    border-bottom: 0 !important;
    font-size: 14px;
}

.table-card td:first-child, .table-card th:first-child {
    text-align: left;
}

.table-card small {
    color: #6c757d;
}

.table-card .big-text {
    font-size: 16px;
    font-weight: 600;
}

.table-card .name {
    font-weight: 600;
}

.chart-container {
    position: relative;
    text-align: center;
    margin: auto;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    background-color: white !important;
    z-index: 99;
}
  
.first-col {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    left: 0px;
    z-index: 999;
    background-color: #fff !important;
}

/* Card */
.rm-card {
    margin: 15px 0;
    background-color: #fff;
    box-shadow: 0 17px 42px rgba(0,0,0,0.1);
    border-radius: 30px;
    padding: 20px;
    position: relative;
}

/* Settings */
.table-switch thead th {
    padding: 6px 0;
    font-size: 13px;
    color: #6c757d;
    font-weight: 500;
}

.table-switch td:not(.pl-50) {
    padding: 15px 0 !important;
    font-weight: 600;
}

.table-switch .form-check-input {
    height: 1.5em !important;
    width: 2.5em !important;
}

.table-switch td:last-child {
    text-align: right;
}

.table-switch td:last-child .form-check-input {
    float: right;
}

.table-switch th:last-child {
    text-align: right;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #DEE2E6 !important;
}

/* AÃ§Ä±k Masalar */
.fixed-kaydet{
    background-color: white !important;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 20px;
}
.rm-masa-nav {
    position: sticky;
    top: 0px;
    z-index: 89;

    overflow: auto;
    background-color: #f6f6f6;
    border-radius: 10px;
    margin-bottom: 20px;
}


.rm-masa-nav .nav {
    flex-wrap: nowrap;

}

.rm-masa-nav .nav-link {
    white-space: nowrap;
    color: #000;
    margin-right: 5px;
}

.rm-masa-nav .nav-link:hover {
    background-color: var(--rm-orange) !important;
    color: #fff;
}

.rm-masa-nav::-webkit-scrollbar {
    height: 10px !important;
}

.rm-masa-nav::-webkit-scrollbar-track {	
    background: #ccc; 	
}	
   	
.rm-masa-nav::-webkit-scrollbar-thumb {	
    background: black; 	
}	
  	
.rm-masa-nav::-webkit-scrollbar-thumb:hover {	
    background: var(--rm-orange); 	
}


.rm-masa {
    background-color: white;
    color: #fff;
    padding: 15px 42px 15px 15px;
    border-radius: 10px;
    margin: 10px 0;
    min-height: 180px;
    position: relative;
}



.rm-masa .name {
    font-size: 23px !important;
}

.rm-masa .price {
    font-weight: 600;
    font-size: 18px;
}

.rm-masa .time {
    font-size: 14px;
    height: 45px;;
}

.rm-masa .bottom {
    position: absolute;
    bottom: 10px;
    left:10px;
}

.rm-masa span {
    display: block;
}

.rm-masa .right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
}

.rm-masa .right .link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
    background-color: #ccc;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.rm-masa .right .link i {
    display: block;
}

.rm-masa .right .link:first-child {
    border-top-right-radius: 10px;
}

.rm-masa .right .link:last-child {
    border-bottom-right-radius: 10px;
}

.nav .nav-link {
    font-weight: 500;
    border-radius: 10px !important;
}
.nav-pills{
padding: 10px;
}
.nav-pills .nav-link {
    padding: 8px 20px !important;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px !important;
}

.nav-pills .nav-link.active {
    background-color: var(--rm-orange) !important;
}

@media (max-width: 768px) {
    .rm-masa {
        height: 110px;
        margin: 6px 0;
        padding: 6px 38px 6px 6px;
    }
    .rm-masa .name {
        font-size: 22px !important;
        margin-left: 5px;
    }
    .rm-masa .time {
        font-size: 11px;
    }
    .rm-masa .price {
        font-size: 22px;
    }
    .rm-masa-row .col-3 {
        padding: 0 4px;
    }
    .rm-masa .right .link {
        font-size: 12px;
    }
}

/* Yanyana Masalar */
@media (min-width: 992px) {
    .rm-masa .right {
        width: 60px;
    }
    .rm-masa-active {
        padding: 15px 65px 15px 10px;
    }
    .yanyana1.col-12 {width: calc(100% / 1)}
    .yanyana2.col-12 {width: calc(100% / 2)}
    .yanyana3.col-12 {width: calc(100% / 3)}
    .yanyana4.col-12 {width: calc(100% / 4)}
    .yanyana5.col-12 {width: calc(100% / 5)}
    .yanyana6.col-12 {width: calc(100% / 6)}
    .yanyana7.col-12 {width: calc(100% / 7)}
    .yanyana8.col-12 {width: calc(100% / 8)}
    .yanyana9.col-12 {width: calc(100% / 8)}

    .yanyana9 .rm-masa .name {font-size: 15px !important}
    .yanyana9 .rm-masa .time {font-size: 12px !important}
    .yanyana9 .rm-masa .price {font-size: 14px !important}
    .yanyana9 .rm-masa .right {width: 34px !important}
    .yanyana9 .rm-masa-active {
        padding: 15px 39px 15px 5px;
    }
    .yanyana8 .rm-masa .name {font-size: 17px !important}
    .yanyana8 .rm-masa .time {font-size: 12px !important}
    .yanyana8 .rm-masa .price {font-size: 17px !important}
    .yanyana8 .rm-masa .right {width: 35px !important}
    .yanyana8 .rm-masa-active {
        padding: 15px 39px 15px 5px;
    }
    .yanyana7 .rm-masa .name {font-size: 17px !important}
    .yanyana7 .rm-masa .time {font-size: 12px !important}
    .yanyana7 .rm-masa .price {font-size: 17px !important}
    .yanyana7 .rm-masa .right {width: 35px !important}
    .yanyana7 .rm-masa-active {
        padding: 15px 39px 15px 5px;
    }
    .yanyana1.col-12, .yanyana2.col-12, .yanyana3.col-12, .yanyana4.col-12, .yanyana5.col-12, .yanyana6.col-12, .yanyana7.col-12, .yanyana8.col-12, .yanyana9.col-12 {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (min-width: 1200px) {
    .yanyana9.col-12 {width: calc(100% / 9)}
}

@media (max-width: 992px) {
    .yanyana1.col-12, .yanyana2.col-12, .yanyana3.col-12, .yanyana4.col-12, .yanyana5.col-12, .yanyana6.col-12, .yanyana7.col-12, .yanyana8.col-12, .yanyana9.col-12 {
        width: calc(100% / 3) !important;
    }
    
}

@media (max-width: 768px) {
    .yanyana1.col-12, .yanyana2.col-12, .yanyana3.col-12, .yanyana4.col-12, .yanyana5.col-12, .yanyana6.col-12, .yanyana7.col-12, .yanyana8.col-12, .yanyana9.col-12 {
        width: calc(100% / 2) !important;
    }
}

@media (max-width: 310px) {
    .yanyana1.col-12, .yanyana2.col-12, .yanyana3.col-12, .yanyana4.col-12, .yanyana5.col-12, .yanyana6.col-12, .yanyana7.col-12, .yanyana8.col-12, .yanyana9.col-12 {
        width: calc(100% / 1) !important;
    }
    .rm-masa .personCount{
        display: none;
    }
}
@media (max-width: 400px) {
    /* .rm-masa .personCount{
        display: none;
    } */
}
.rm-masa-row {
    padding-bottom: 30px;
}

/* Menu Page */
.wrapper, html, body, #root {
    height: 100%;
    margin: 0;
}

.wrapper {
    display: flex;
    flex-direction: column;
}

#row1 {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

#row2 {
    flex: 2;
    display: flex;
    height: calc(100% - 90px);
}

.col2 {
    width: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#col1 {
    background-color: #fff;
    flex: 0 0 240px;
    min-height: 100%;
    padding: 5px 5px;
}

#col2 {
    background-color: #f6f6f6;
    flex: 1 1;
    min-height: 100%;
    padding: 10px;
}

#col3 {
    background-color: #fff;
    flex: 0 0 370px;
    min-height: 100%;
    padding: 5px;
    position: relative;
    padding-bottom: 120px;
    overflow: auto;
    overflow-x: hidden;
}

@media (max-height: 520px) {
    #col3 {
        height: 240px !important;
        padding-bottom: 0 !important;
    }
    /* #col3 .rm-cart-buttons {
        visibility: hidden;
    } */
    #col2 {
        padding-bottom: 250px !important;
    }
}

@media (max-height: 410px) {
    #col3 {
        height: 200px !important;
    }
    #col2 {
        padding-bottom: 210px !important;
    }
}

@media (max-height: 375px) {
    #col3 {
        height: 150px !important;
    }
    #col2 {
        padding-bottom: 160px !important;
    }
}

@media (max-width: 992px) {
    #col1 {
        flex: 0 0 100px;
    }
    html, body, #root {
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    .col2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(100% - 70px);
    }
}

.rm-menu-header .btn {
    height: 40px;
}
.form-check-input[type=checkbox] {
    min-height: 25px;
    min-width: 25px;
}
.rm-menu-header .btn-icon {
    height: 42px !important;
    width: 42px !important;
    padding: 0 !important;
    text-align: center;
    line-height: 40px;
}

.rm-menu-header .form {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rm-menu-header .form input {
    height: 40px;
}

.rm-menu-header .logo {
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.rm-menu-category {
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}

.rm-menu-category .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.rm-mc-box {
    background-color: #fff;
    margin: 3px 0;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(0,0,0,0.05);
}

.rm-mc-box .img {
    height: 60px;
}

.rm-mc-box .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rm-mc-box .content {
    padding: 3px;
}

.rm-mc-box .content .name {
    word-break: break-all;
    font-weight: 600;
    font-size: var(--font-size)*1.1;
    text-align: center;
    display: block;
}

.rm-menu-items {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: auto;
    overflow-x: hidden;
    padding: 0 20px;
}

.rm-menu-items .col-lg-2 {
    padding-left: 0;
    padding-right: 10px;
}

.rm-mi-box {
    height: 90px;
    margin: 3px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.rm-mi-box .content {
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    padding: 5px;
    height: 100%;
    position: relative;
}

.rm-mi-box .content-green {
    background-color: rgba(25, 135, 84, 0.6);
}

.rm-mi-box .bottom {
    position: absolute;
    bottom: 5px;
    width: calc(100% - 10px);
}

.rm-mi-box .bottom .amount {
    background-color: #fff;
    color: #000;
    font-weight: 600;
    display: block;
    min-width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 20px;
    font-size: 13px;
}

.rm-mi-box .bottom .plus {
    background-color: #fff;
    color: #000;
    display: block;
    min-width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 20px;
    font-size: 11px;
    line-height: 20px;
}

.rm-mi-box .content span {
    display: block;
}

.rm-mi-box .content .name {
    font-size: var(--font-size)*1.1;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
}

.rm-mi-box .content .price {
    font-size: 14px;
}

.rm-menu-siparis .head {
    border-bottom: 2px solid var(--bs-danger);
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.rm-menu-siparis .head span {
    display: block;
    font-weight: 600;
}

.rm-menu-siparis .rm-cart-item .form-check {
    margin-bottom: 0;
    width: 21px;
}

.rm-menu-siparis .rm-cart-item .form-check input {
    height: 0.9em !important;
    width: 0.9em;
    position: relative;
    top: 1px;
}

.rm-menu-table {
    margin-bottom: 10px;
}

.rm-menu-table .head {
    border-bottom: 2px solid #f6f6f6;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.rm-menu-table .head span {
    display: block;
    font-weight: 600;
}

/* .rm-cart-item .content .left {
    width: 56%;
} */

.rm-cart-item .content .name {
    font-weight: 500;
}

.rm-cart-item .content .edit {
    font-size: 14px;
    color: #000;
    margin: 5px;
}

.rm-cart-item .content .price {
    margin: 0 5px;
}

.rm-cart-item .extra span {
    font-size: 14px;
}

.rm-cart-item .extra .name::before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 15px;
    background-color: #666;
    position: relative;
    top: -3px;
    margin-right: 4px;
}

.rm-cart-buttons {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 370px;
    padding: 5px;
}

.rm-cart-buttons .btn {
    border-radius: 10px !important;
    padding: 12px 3px !important;
    box-shadow: 0 3px 6px rgb(0, 0, 0, 0.2);
}

.rm-cart-buttons .btn i {
    font-size: 20px;
}

.rm-cart-buttons .btn-kaydet {
    width: 100%;
}

.rm-cart-buttons .col-3, .rm-cart-buttons .col-9 {
    padding: 0 3px;
}

.rm-cart-buttons .row {
    padding: 2px 10px;
}

.rm-cart-buttons .btn-orange {
    background-color: #d5cc26 !important;
    color: #fff !important;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
  
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: var(--rm-orange);
    border: none;
    align-items: center;
    justify-content: center;
    min-width: 25px;
    min-height: 25px;
    cursor: pointer;
    margin: 5px;
    position: relative;
}
  
.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 0.6rem;
    height: 2px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
  
.number-input input {
    max-width: 25px;
    padding: .5rem 0;
    border: solid #ddd;
    color: var(--main);
    border-width: 0;
    font-size: 15px;
    height: 25px;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 360px) {
    .rm-cart-item .price {
        display: block;
    }
    .rm-cart-item .content .left {
        width: 80% !important;
    }
}

@media (max-width: 768px) {
    #col1 {
        flex: 0 0 100px;
    }
    .rm-menu-items {
        padding: 0 10px 0 0 !important;
    }
    .rm-menu-items .col-4 {
        padding: 0 4px !important;
    }
    #col3 {
        width: calc(100% - 100px) !important;
    }
    .rm-menu-items .row {
        padding-left: 10px;
    }
    .rm-cart-item .content .left {
        width: 60%;
    }
    .rm-cart-buttons {
        width: calc(100% - 100px) !important;
    }
    .rm-menu-header .form {
        position: static;
        transform: none;
    }
    .rm-menu-header .logo {
        margin: 0 5px;
    }
  
}

@media (max-width: 900px) {
    #col3 {
        position: fixed;
        min-height: auto;
        height: 350px;
        bottom: 0;
        width: calc(100% - 100px);
    }
    #col2 {
        padding-bottom: 360px;
    }
    .rm-mi-box .name {
        font-size: 14px !important;
    }
    .rm-cart-buttons {
        position: fixed;
        width: calc(100% - 100px);
        right: 0;
        bottom: 0;
        left: auto;
    }
    .rm-mc-box .name {
        font-size: 13px !important;
    }
}

@media (max-width: 1400px) {
    .rm-menu-items {
        padding: 0 10px;
    }
    .rm-menu-items .col-4 {
        padding: 0 7px;
    }
}

/* Profile */
.rm-card-profile .head {
    text-align: center;
    padding: 20px 0;
}

.rm-card-profile .head .img-profile {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.rm-card-profile .head .name {
    font-size: 20px !important;
    margin-bottom: 4px;
}

.rm-card-profile .head .job {
    color: #6c757d;
    font-size: 13px;
}

.rm-card-profile .infos {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.rm-card-profile .infos .box {
    text-align: center;
    padding: 15px 5px;
}

.rm-card-profile .infos .box .value {
    font-size: 24px !important;
    margin-bottom: 2px;
}

.rm-card-profile .infos .box .desc {
    font-size: 13px !important;
    color: #6c757d;
}

@media (min-width: 992px) {
    .rm-card-profile {
        min-height: 500px;
    }
}

.rm-card-nav {
    margin-bottom: 0;
    margin-top: 10px;
}

.rm-card-nav a.active {
    color: #000;
    border-right: 4px solid var(--rm-orange);
    margin-right: -20px;
}

.rm-card-nav a .icon {
    display: inline-block;
    width: 30px;
    text-align: center;
}

.rm-card-nav a {
    padding: 10px 2px;
    display: block;
    color: #6c757d;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.rm-card-nav a:hover {
    color: #000;
}

.rm-card-nav a span {
    font-size: var(--font-size)*0.9;
}

.page-form-title {
    font-size: 30px !important;
    margin-bottom: 30px;
}

/* Home Card */
.rm-home-card {
    margin: 12px 0;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.04);
    border-radius: 12px;
    border: 1px solid #f1f1f1;
    height: calc(100% - 24px);
    padding: 20px;
    position: relative;
}

.rm-home-card .head {
    margin-bottom: 10px;
}

.rm-home-card .head .title {
    font-size: 15px !important;
    margin-bottom: 0;
}

.rm-home-card .head .form-select {
    font-size: 13px;
    max-width: 90px;
}

.rm-pie-price {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    display: block;
}

/* Flex Box 2 */
.rm-flexbox2 {
    background-color: var(--rm-orange);
    color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 10px;
    position: relative;
}

.rm-flexbox2 span {
    display: block;
}

.rm-flexbox2 .icon {
    margin-right: 20px;
    text-align: center;
    width: 30px;
}

.rm-flexbox2 .icon i {
    font-size: 30px;
}

.rm-flexbox2 .title {
    font-weight: 500;
}

.rm-flexbox2 .value {
    font-size: 20px;
    font-weight: 600;
}

.rm-flexbox2 .icon-back {
    color: rgba(255,255,255,0.6);
    position: absolute;
    right: 15px;
    font-size: 50px;
}

/* Flex Box 1 */
.rm-flexbox1 {
    margin: 10px 0;
}

.rm-flexbox1:last-child {
    margin-bottom: 0;
}

.rm-flexbox1 span {
    display: block;
}

.rm-flexbox1 .left .icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    margin-right: 10px;
    font-size: 17px;
}

.rm-flexbox1 .content .name {
    font-weight: 600;
}

.rm-flexbox1 .price {
    font-weight: 600;
    font-size: 18px;
}

/* History */
.rm-history-head {
    padding: 15px 0;
    margin-bottom: 10px;
}

.rm-history-head .title {
    font-weight: 500;
}

.rm-history-head .title i {
    font-size: 22px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.rm-history-head .more {
    font-size: 20px;
    color: #000;
}

.rm-history-info {
    margin-bottom: 10px;
}

.rm-history-info h2 {
    font-size: 32px !important;
    font-weight: 600 !important;
}

.rm-history-info .btn {
    width: 200px;
}

.rm-history-detail {
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
    margin-bottom: 20px;
}

.rm-history-detail .title {
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.rm-history-detail .box {
    text-align: center;
}

.rm-history-detail .box span {
    display: block;
    font-size: 13px;
}

.rm-history-detail .box .name {
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 12px;
}

.rm-history-detail .box .info {
    font-weight: 600;
}

.rm-history-order {
    height: calc(100% - 40vh);
    overflow-y: auto;
    padding-bottom: 90px;
}

.rm-history-order .title {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.rm-history-order .table th {
    border: 0;
    font-weight: 400;
    color: #6c757d;
    padding-left: 0;
    padding-right: 0;
}

.rm-history-order .table td {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
}

.rm-history-order .table td .flex-start {
    align-items: flex-start !important;
}

.rm-history-order .table td .flex-start .desc {
    display: block;
    font-size: 13px;
}

.rm-history-order .table td:last-child, .rm-history-order .table th:last-child {text-align: right;}

.rm-history-order .table td img {
    height: 20px;
    width: 20px;
    border-radius: 15px;
    margin-right: 5px;
}

.rm-history-order .table td .name {
    font-weight: 500;
}

.rm-history-order .table .price {
    font-weight: 600;
}

.rm-history-order .table>:not(:last-child)>:last-child>* {
    border-bottom: 1px solid #DEE2E6 !important;
}

.rm-history-order .table tfoot th {
    font-weight: 600;
    color: #000;
    font-size: 17px;
    padding-top: 15px;
}

.btn-final {
    display: block;
    width: 85%;
    position: absolute;
    bottom: 50px;
}

td > *, td {
    vertical-align : middle;
}

.btn-orange {
    color:white;
    background-color: var(--rm-orange) !important;
}

.btn {
    border-radius: 8px !important;
    padding: 8px 20px !important;
    font-weight: 600 !important;
}

/* Sidebar */
.rm-sidebar {
    background-color: #fff;
    padding: 40px 20px;
    border-right: 1px solid #ccc;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 91;
    top: 0;
    left: 0;
    width: 300px;
    overflow-x: hidden;
    transition: 0.5s;
}
.rm-sidebar::-webkit-scrollbar {	
    width: 6px;	
}	
  	
.rm-sidebar::-webkit-scrollbar-track {	
    background: #f1f1f1; 	
}	
   	
.rm-sidebar::-webkit-scrollbar-thumb {	
    background: black; 	
}	
  	
.rm-sidebar::-webkit-scrollbar-thumb:hover {	
    background: var(--rm-orange); 	
}
@media (max-width: 1370px) {
    /* .rm-sidebar {
        visibility: hidden;
    } */
    #main {
        margin-left: 0 !important;
    }
}

.rm-sidebar-col {
    padding: 0 !important;
}

.rm-sidebar-col.show {
    height: 100%;
}

.rm-sidebar .logo {
    margin-bottom: 20px;
    text-align: center;
}

.rm-sidebar .logo img {
    max-height: 40px;
}

.rm-sidebar .links ul li a {
    width: 100%;
    display: block;
    color: #000;
    font-size: var(--font-size);
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 6px;
    padding: 12px;
    border-radius: 8px;
    transition: 0.2s;
    white-space: nowrap;
}

.rm-sidebar .links ul li a.active, .rm-sidebar .links ul li a:hover {
    color:white;
    background-color: var(--rm-orange) !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.06);
}

.rm-sidebar .links ul li a .icon {
    display: inline-block;
    width: 30px;
    text-align: center;
}

.rm-sidebar .links {
    margin-bottom: 20px;
}

.rm-sidebar .title {
    font-weight: 600;
    color: #7f888f;
    margin-bottom: 15px;
    display: block;
    margin-left: 15px;
}

.rm-sidebar .profile {
    box-shadow: 0 25px 30px rgba(0,0,0,0.08);
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    position: relative;
    margin-top: 50px;
}

.rm-sidebar .profile img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
    margin-top: -40px;
    margin-bottom: 15px;
}

.rm-sidebar .profile h2 {
    font-size: var(--font-size) !important;
}

.rm-sidebar .profile small {
    display: block;
    margin-bottom: 12px;
}

.rm-sidebar .profile .btn {
    display: block;
    width: 100%;
}

.rm-sidebar .copyright {
    color: #6c757d;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-top: 30px;
}

.btn-menu {
    width: 100%;
    margin-bottom: 20px;
    display: none !important;
}

.rm-sidebar .btn-close {
    position: absolute;
    right: 30px;
}

#openbtn {
    display: none;
}

@media (max-width: 1370px) {
    .rm-sidebar .logo {
        margin-bottom: 20px;
    }
    .rm-sidebar .links ul li a {
        padding: 8px;
        font-size: var(--font-size)*1.1;
    }
    .btn-menu {
        display: block !important;
    }
    #openbtn {
        display: block;
    }
    #closebtn {
        display: none;
    }
}

@media (min-width: 1370px) {
    /* .rm-sidebar .btn-close {
        visibility: hidden;
    } */
}

/* Specials */
.rm-specials {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
}

.rm-specials .right-content {
    background-color: #fff;
    height: 100%;
    width: 450px;
    
    position: fixed;
    right: 0;
    top: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow-y: auto;
    padding: 10px 15px 65px 15px !important;
}
.container-fluid{
    padding-bottom: 50px;
}
.close-btn {
    position: fixed;
    color: #555;
    font-size: 24px;
    z-index: 80;
    top: 30px;
    right: 30px;
}

.rm-specials .food-img {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
}

.rm-specials .info {
    text-align: center;
    margin: 20px 0;
}

.rm-specials .info .name {
    font-size: 24px !important;
}

.rm-specials .info span {
    display: block;
}

.rm-specials .info .alt {
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 10px;
}

.rm-specials .info .input-price {
    font-weight: 700 !important;
    text-align: center;
    color: #444;
    font-size: 26px !important;
    padding: 5px !important;
}

.rm-specials .info .input-desc {
    margin: 8px 0;
}

.rm-special {
    margin-bottom: 15px;
}

.rm-special .img {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.rm-special .name {
    font-weight: 600;
}

.rm-special .number-input button {
    width: 2.2rem !important;
    height: 2.2rem !important;
    border-radius: 15px;
}

.rm-special .number-input button:before, .rm-special .number-input button:after {
    background-color: #000;
}

.rm-special .number-input .quantity {
    height: 2.2rem !important;
    font-size: 17px !important;
    padding: 0 !important;
    max-width: 2.5rem;
}

.rm-special .number-input .remove {
    background-color: #f9f9f9;
}

.rm-specials .rm-special-buttons .btn {
    margin: 10px 0;
}
.rm-specials-bottom-button{
    position: fixed;
    bottom:10px;

}
@media (max-width: 1400px) {
    .rm-specials .right-content70 {
        width: 70% !important;
    }
    .right-content70padding{
        padding-top: 50px;
    }
    .rm-specials-bottom-button{
        width: 67% !important;
    }
}
@media (min-width: 1400px) {
    .rm-specials .right-content70 {
        width: 70% !important;
    }
    .right-content70padding{
        padding-top: 50px;
    }
    .rm-specials-bottom-button{
        width: 67% !important;
    }
}
@media (max-width: 768px) {
    .right-content70padding{
        padding-top: 0px;
    }
    .rm-specials-bottom-button{
        width: 95% !important;
    }
    .rm-specials .right-content {
        width: 100% !important;
        overflow-y: scroll;
        border-radius: 0 !important;
        padding: 10px 15px 65px 15px !important;
    }
    .rm-special-scroll {
        max-height: 100% !important;
    }
    .rm-specials .food-img {
        height: 100px;
    }
     .food-img img{
        height: 100px !important;
        width: 100px !important;
    }
    .rm-specials .info .name {
        font-size: 20px !important;
    }
    .rm-special {
        margin-bottom: 8px;
    }
    .rm-special-buttons .btn {
        margin: 10px 0 !important;
        padding: 10px 15px !important;
        font-size: 16px;
    }
    .rm-special-scroll {
        max-height: calc(100% - 460px);
    }
     .rm-special-buttons {
        width: 100% !important;
        position: relative !important;
        bottom: 0 !important;
    }
    .rm-special-buttons-fixed {
        position: fixed !important;
        bottom: 0 !important;
        width: calc(100% - 30px) !important;
        margin-bottom: 10px;
    }
}
.mybutton{
    /* box-shadow:inset 0 -2px 0 0 rgba(0,0,0,.2),
    1px 1px 0 0 #000000; */
    transition: all .15s linear 0s;
 
}
.btn-sm{
    padding: 0.25rem 0.5rem !important;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.ucnokta {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.rm-special-buttons-fixed {
    position: fixed !important;
    bottom: 0 !important;
    width: 420px;
    margin-bottom:20px;
}
/* Content */
.rm-content {
    padding: 20px 10px;
    /* height: 100vh; */
    position: relative;
}

@media (max-width: 1366px) {
    .rm-content {
        padding: 20px 10px
    }
}

.rm-content-gray {
    background-color: #F8F8F8;
}

.rm-head-mini {
    margin-bottom: 30px;
}

.rm-detail-btn {
    background-color: var(--rm-gray);
    min-width: 45px;
    width: 45px;
    height: 45px;
    min-height: 45px;
    text-align: center;
    color: #0f0f0f;
    font-size: 17px;
    border-radius: 8px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.rm-detail-btn:hover {
    background-color: #edebed;
    color: #333;
}
.rm-head-mini .rm-detail-btn {
    margin-right: 30px;
}

.rm-head-mini .breadcrumb {
    margin-bottom: 0;
}

.rm-head-mini .breadcrumb-item {
    font-weight: 500;
}

.rm-head-mini .breadcrumb-item a {
    text-decoration: none;
    color: #6c757d;
}

.rm-head-mini .breadcrumb-item.active {
    color: #000;
}

/* Bills */
.rm-cb-head {
    margin-bottom: 20px;
}

.rm-closed-bills {
    position: relative;
}

.rm-bill {
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    margin: 14px 0;
    padding: 10px 24px;
    border-radius: 20px;
    color: #000;
    background-color: #F3F3F3;
    transition: 0.3s;
}

.rm-bill.active, .rm-bill:hover {
    background-color: #fff;
}

.rm-bill .name {
    font-size: 20px;
    font-weight: 600 !important;
    margin-bottom: 0;
}

.rm-bill .name .status {
    font-size: 13px;
    margin-left: 14px;
    position: relative;
    top: -3px;
}

.rm-bill .name .status::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: rgb(226, 230, 14);
    border-radius: 100%;
    margin-right: 10px;
}

.rm-bill .price {
    font-weight: 600;
    font-size: 20px;
    color: #565e64;
}

.rm-bill .head {
    margin-bottom: 8px;
}

.rm-bill .text {
    color: #6c757d;
    font-weight: 500;
}

.rm-scroll {
    overflow-y: auto;
    height: calc(100vh - 380px);
    padding-right: 20px;
}

.rm-bills-search {
    position: relative;
    background-color: #fff;
    padding: 30px 0 10px 0;
    width: calc(100% - 110px);
}

.rm-bills-search .form-control {
    padding-left: 50px !important;
}

.rm-bills-search .fa-search {
    position: absolute;
    left: 18px;
    top: 44px;
}

.rm-head-mini2 .rm-bills-search {
    padding: 0 !important;
}

.rm-head-mini2 .rm-bills-search .fa-search {
    top: 15px !important;
}

.rm-scroll2 {
    height: calc(100vh - 180px) !important;
}

.position-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.rm-cb-filter {
    margin-bottom: 15px;
}

.rm-cb-filter .form-select {
    padding: 0 35px 0 0 !important;
    border: 0 !important;
    cursor: pointer;
    color: #6c757d;
    font-weight: 500 !important;
}

@media (max-width: 992px) {
    body, #root {overflow-y: auto}
    .position-bottom {
        position: static;
        width: 100% !important;
    }
    .rm-content {
        height: 100%;
        padding: 20px 10px
    }
    .btn-final {
        position: static;
        width: 100%;
    }
    .table-responsive {
        max-height: 100% !important;
    }
    .rm-scroll {
        height: 400px;
    }
    .rm-history-info h2 {
        font-size: 20px !important;
    }
    .rm-history-info .btn {
        width: 100px;
    }
    .rm-bills-search {
        width: 100%;
    }
}

/* Login */
.rm-login #col1 {
    flex: 1 1;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
}

.rm-login #col2 {
    background-color: #fff;
    display: flex;
    align-items: center;
}

.rm-login .form {
    max-width: 600px;
    margin: auto;
}

.rm-login .form .form-control {
    height: 60px;
}

.rm-login .form .btn {
    font-size: 20px;
    height: 60px;
}

.rm-login .form .divider {
    display: block;
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
    color: #6c757d;
    font-weight: 500;
}

.rm-login-social {
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    margin: 5px 0;
}

.rm-login-social:hover {
    background-color: #f6f6f6;
}

.rm-login-social img {
    margin-right: 10px;
    border-radius: 6px;
}

.rm-login-social span {
    font-weight: 600;
    color: #000;
}

.rm-login .form .text-link {
    display: block;
    text-decoration: none;
    margin: 15px 0;
    text-align: center;
    font-weight: 500;    
}

.rm-login .form .text-register {
    color: #6c757d;
}

.rm-login .logo {
    position: absolute;
    top: 40px;
    left: 40px;
}

@media (max-width: 992px) {
    .rm-login #col1 {
        display: none;
    }
    .rm-login #col2 {
        padding-bottom: 0 !important;
    }
}

/* Entry */
.entry span {
    font-weight: 600;
    font-size: 17px;
}

.entry-top {
    text-align: center;
}

.entry-left {
    position: absolute;
    left: -10px;
    top: 55%;
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.entry-right {
    position: absolute;
    right: -10px;
    top: 55%;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.entry-bottom {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: calc(100% - 300px);
    background-color: #fff;
    right: 0;
    z-index: 2;
    padding-bottom: 5px;
}

@media (max-width: 992px) {
    .entry {
        display: none;
    }
}

/* Bottom Nav */
.rm-bottomnav {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 10px;
    z-index: 999;
    box-shadow: 0 3px 20px rgba(0,0,0,0.1);
    visibility: hidden;
}

.rm-bottomnav .col {
    padding: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rm-bottomnav .link {
    text-align: center;
    display: block;
    font-size: 18px;
    color: #444;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    line-height: 45px;
}

.rm-bottomnav .link.mid {
    position: relative;
    top: -20px;
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid #ccc;
    max-width: 64px;
    margin: auto;
    line-height: 50px !important;
    height: 50px;
    width: 50px;
}

.rm-bottomnav .link.active {
    background-color: var(--rm-orange);
}

@media (max-width: 992px) {
    .rm-bottomnav {visibility: visible}
}

/* Page Products */
.rm-pageproduct {
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    margin: 15px 0;
}

.rm-pageproduct .img {
    height: 110px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rm-pageproduct .content .name {
    font-size: 20px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rm-pageproduct .content .desc {
    color: #6c757d;
}

.rm-pageproduct .content .price {
    color: var(--rm-orange);
    margin-bottom: 0;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .rm-pageproduct .content .name {
        font-size: 15px !important;
    }
}

/* Page Chat */
.rm-chat-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.rm-chat-scroll {
    height: calc(100vh - 220px);
}

.rm-chat-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin: 10px 0;
}

.rm-chat-box {
    align-items: flex-start;
    position: relative;
}

.rm-chat-box .right {
    width: 100%;
}

.rm-chat-box .img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 15px;
}

.rm-chat-box .name {
    color: #444;
    font-size: 18px;
    font-weight: 600 !important;
    margin-bottom: 0;
}

.rm-chat-box .time {
    color: #6c757d;
    font-size: 14px;
    font-weight: 500 !important;
}

.rm-chat-box .head {
    margin-bottom: 7px;
}

.rm-chat-box .desc {
    font-size: 15px;
    color: #6c757d;
    padding-right: 25px;
}

.rm-chat-box .badge-number {
    background-color: rgb(201, 39, 39);
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    border-radius: 100%;
    position: absolute;
    right: 20px;
    top: 50px;
}

.rm-chat-info {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.rm-chat-info .user .img-profile {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 12px;
}

.rm-chat-info .user .name {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 4px;
}

.rm-chat-info .user .desc {
    font-weight: 500;
    color: #6c757d;
}

.rm-chat-info .btn-icon {
    height: 40px;
    width: 40px;
    padding: 0 !important;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
    border-radius: 100% !important;
    margin-left: 10px;
}

.rm-chat-msg {
    align-items: flex-start;
    margin: 15px 0;
}

.rm-chat-msg .img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 20px;
}

.rm-chat-msg .box {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 5px;
}

.rm-chat-msg .text {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
    text-align: left !important;
}

.rm-chat-msg .time {
    font-size: 13px;
    color: #6c757d;
}

.rm-chat-msg.right {
    justify-content: flex-end;
    display: flex;
}

.rm-chat-msg.right .time {
    text-align: right;
    display: block;
}

.rm-chat-msg.right .box {
    background-color: #ffca40;
}

.rm-scroll-chatbox {
    height: calc(100% - 260px);
}

.rm-chat-form {
    margin-top: 30px;
}

.rm-chat-form .right {
    display: contents;
    margin-left: 10px;
}

.rm-chat-form .form-control {
    height: 60px;
}

.rm-chat-form .right .btn {
    margin-left: 5px;
    height: 60px;
    min-width: 60px;
    padding: 0 !important;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
}

@media (max-width: 1500px) {
    .rm-chat-form .right .btn {
        min-width: 40px;
    }
}

@media (max-width: 992px) {
    .rm-scroll-chatbox {
        max-height: calc(100% - 260px);
    }
    .rm-chat-scroll {
        max-height: calc(100vh - 200px) !important;
        height: auto !important;
    }
}

/* General */
.link-unstyled {
    text-decoration: none;
}



.form-control:hover {
    background-color: #F4F4F4 !important;
}

.form-control:focus, .form-select:focus {
    box-shadow: none !important;
    background-color: #F4F4F4 !important;
}

.form-select {
    background-color: #F8F8F8 !important;
    border: 0 !important;
    padding: 10px 24px !important;
    border-radius: 15px !important;
    height: 42px;
    font-weight: 500 !important;
    cursor: pointer;
}

.form-select.bg-white, .form-select.bg-white:hover, .form-select.bg-white:focus {
    background-color: transparent !important;
}

.btn-final {
    padding: 12px !important;
}

.form-label {
    font-weight: 500;
    color: #6c757d;
}

.btn-block {
    width: 100%;
    display: block;
}

.form-check-input {
    height: 1.3em !important;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.form-check-input[type=radio] {
    width: 1.3em !important;
}

.form-check-input:focus {
    box-shadow: none !important;
}

.form-check label {
    font-weight: 500;
}

.form-check-input:checked {
    background-color: var(--rm-orange) !important;
    border-color: var(--rm-orange) !important;
}

@media (min-width: 992px) {
    .form-padding {
        padding: 0 30px;
    }
}

#main {
    transition: margin-left .3s;
    margin-left: 300px;
}

.rm-home-nav .nav-link {
    border-radius: 0 !important;
}

/* Dark Theme */
.rm-dark {
    background-color: #30353c;
    color: #fff;
}

.rm-dark .rm-sidebar {
    background-color: var(--rm-dark1);
    border-right: 1px solid var(--rm-dark1);
}

.rm-dark .rm-sidebar .links ul li a {
    color: #fff;
}

.rm-dark .rm-detail-btn {
    background-color: var(--rm-dark1);
    color: #fff;
}
.rm-dark .number-input-lg {
    background-color: #20242a !important;
}
.rm-dark .rm-head-mini .breadcrumb-item.active {
    color: #d4d6d7;
}

.rm-dark .form-control {
    background-color: #20242a !important;
    color: #fff !important;
}

.rm-dark .rm-home-search .link {
    color: #fff;
}

.rm-dark .rm-home-card {
    background-color: var(--rm-dark1);
}
.rm-dark .table th {
    color: #fff;
    border-bottom: 1px solid #3e4248 !important;
}
.rm-dark .table td {
    color: #fff;
    border-bottom: 1px solid #3e4248 !important;
}

.rm-dark .first-col {
    background-color: var(--rm-dark1) !important;
}

.rm-dark .rm-pageproduct {
    background-color: #1c2128;
}

.rm-dark .rm-specials .right-content {
    background-color: var(--rm-dark1);
}

.rm-dark .quantity {
    background-color: var(--rm-dark1);
}

.rm-dark .close-btn {
    color: #9f9f9f;
}

.rm-dark #col1 {
    background-color: var(--rm-dark1);
}

.rm-dark #col2 {
    background-color: #202326;
}

.rm-dark #col3 {
    background-color: var(--rm-dark1);
}

.rm-dark .rm-cart-item .fa-edit {
    color: #ccc;
}

.rm-dark .rm-menu-table .head {
    border-bottom-color: #ccc;
}

.rm-dark .rm-mc-box {
    background-color: #252b34;
}

.rm-dark #row1 {
    background-color: var(--rm-dark1);
    border-bottom: 1px solid #123;
}

.rm-dark #row1 .form-control::placeholder {
    color: #f9f9f9;
}

.rm-dark .rm-card-profile {
    background-color: var(--rm-dark1);
}

.rm-dark .rm-card-nav a.active {
    color: #fff;
}

.rm-dark .rm-card-nav a:hover {
    color: #fff;
}

.rm-dark .form-select {
    color: #fff;
    background-color: #20242a !important;
}

.rm-dark .rm-card-profile .infos {
    border-top: 1px solid #3e3e3e;
    border-bottom: 1px solid #3e3e3e;
}

.rm-dark .rm-content-gray {
    background-color: #353c46;
}

.rm-dark .rm-chat-msg .box {
    background-color: #3a3a3a;
}

.rm-dark .rm-chat-msg.right .box {
    background-color: var(--rm-orange);
}

.rm-dark .rm-chat-box {
    background-color: #454c56;
}

.rm-dark .rm-chat-box .name {
    color: #fff;
}

.rm-dark .rm-chat-box p {
    color: #aeb3b8;
}

.rm-dark .form-select.bg-white {
    background-color: transparent !important;
}

.rm-dark .form-select option {
    color: #333;
}

.rm-dark .rm-bills-search {
    background-color: #30353c !important;
}

.rm-dark .rm-bill {
    background-color: #454c56;
}

.rm-dark .rm-bill .name, .rm-dark .rm-bill .price {
    color: #fff;
}

.rm-dark .rm-bill .text {
    color: #aeb3b8;
}

.rm-dark .rm-history-head .more {
    color: #fff;
}

.rm-dark .rm-history-order .table tfoot th {
    color: #fff;
}

.rm-dark .rm-masa-nav {
    background-color: var(--rm-dark1);
}

.rm-dark .rm-masa-nav .nav-link {
    color: #fff;
}

.rm-dark .entry-bottom {
    background-color: transparent;
}

.rm-dark .rm-masa {
    background-color: #30353c;
}

.rm-dark .rm-login .form-control {
    background-color: #2c2f34 !important;
}

.rm-dark .rm-login-social span {
    color: #fff;
}

.rm-dark .rm-login-social:hover span {
    color: #333;
}
.number-input-lg {
    width: 100%;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    border-radius: 15px;
}

.number-input-lg input[type=number] {
    background-color: transparent !important;
    font-size: 30px;
    height: 30px;
    max-width: 70%;
}

.number-input-lg button {
    min-width: 45px;
    min-height: 45px;
    /* width: 2rem;
    height: 2rem; */
    border-radius: 10px;
}

.numpad {
    padding: 0 10px;
    margin: 10px 0;
}

.numpad .col {
    padding-left: 0;
    padding-right: 0;
}

.numpad .btn {
    margin: 5px;
    min-width: 45px;
    min-height: 45px;
    padding: 8px 14px !important;
}

.price-flex {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-flex .text {
    font-size: 26px;
    font-weight: 700;
}

.price-flex .btn {
    font-size: 17px;
    padding: 7px 17px !important; 
}

/* Modal Number */
.rm-modal-number {
    color: #373737 !important;
}

.rm-modal-number .modal-content {
    border-radius: 0 !important;
}

.rm-modal-number .modal-header {
    padding: 10px !important;
    border-radius: 0 !important;
}

.rm-modal-number .modal-body {
    padding: 0 !important;
}

.rm-modal-number .modal-body .btn {
    width: 100%;
    display: block;
    border-radius: 0 !important;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 12px 20px !important;
    font-size: 18px;
}

.rm-modal-number .modal-body .form-control {
    border-radius: 0 !important;
    font-size: 18px;
    background-color: #f8f9fa !important;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    color: #373737 !important;
    padding: 12px 20px !important;
    height: 53px !important;
    text-align: right;
}

.rm-modal-number .modal-footer {
    padding: 0;
    border-top: 0;
}

.modal-footer>* {
    margin: 0 !important;
}

.rm-modal-number .modal-footer .btn {
    border-radius: 0 !important;
    text-transform: uppercase;
    height: 45px;
}

/* Pin Screen */
.rm-pin {
    background-image: url("../img/pin-background.jpg");
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rm-pin .form-control {
    background-color: rgba(255,255,255,0.2) !important;
    text-align: center;
    height: 50px;
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff !important;
}

.rm-pin .form-control::placeholder {
    color: #d0d0d0 !important;
}

.rm-pin .buttons .btn {
    display: block;
    width: 100%;
    border-radius: 100% !important;
    padding: 0 !important;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    margin-bottom: 10px;
}

.rm-pin .box {
    width: 230px;
}
.btn-light.disabled, .btn-light:disabled{
    background-color: #E5E8E8;
    border-color: #CCD1D1;
}
.w100{
    width:100%
}
.bg-kirmizi{
    background: red !important;
}
.border-red{
    border: 1px solid #c0392b;
}
.MuiInputLabel-formControl{
    z-index: 0 !important;
}

.hide-mobile{
    @media (max-width: 768px) {
        display:none !important;
    }
}