
/* SON EKLENENLER - 06.03.2022 */
.rm-dark .ReactFlagsSelect-module_selectOptions__3LNBJ {
    background: #20242a !important;
}

.rm-dark .ReactFlagsSelect-module_selectOptions__3LNBJ li:hover {
    background: #14161a !important;
}

.rm-dark .form-select option {
    background-color: var(--rm-dark1);
    color: #fff;
}

.rm-dark .css-1s2u09g-control {
    background-color: #20242a !important;
    border-color: rgb(72 72 72) !important;
}

.rm-dark .css-1rhbuit-multiValue {
    background-color: #0d0f12 !important;
    color: #fff !important;
}

.rm-dark .css-12jo7m5 {
    color: #fff !important;
}

.rm-dark .card {
    background-color: #262a30 !important;
}

.rm-dark .accordion-item {
    background-color: #2a2e34;
}

.rm-dark .accordion-button {
    background-color: #23272c !important;
    color: #fff !important;
}

.rm-dark .rm-home-header {
    background-color: #30353B !important;
}
.myiframe{
    height: 95% !important;
}
.pl-50{
    padding-left: 50px !important;
}
.pl30{
    padding-left: 30px !important;
}
.check-input-black:checked{
    background-color: var(--rm-dark) !important;
    border-color: var(--rm-dark) !important;
}
@media (max-width: 320px) {
    #col1 {
        flex: 0 0 80px;
    }
    #col3 {
        width: calc(100% - 80px) !important;
    }
    .rm-cart-buttons {
        width: calc(100% - 80px) !important;
    }
    .rm-mi-box .content .name {
        font-size: 12px !important;
    }
    .rm-mi-box .content .price {
        font-size: 12px !important;
    }
    #col2 {
        padding: 2px 2px 360px 2px !important;
    }
    .rm-cart-buttons .btn {
        font-size: 12px;
    }
    .rm-cart-buttons .btn i {
        font-size: 15px;
    }
    .rm-cart-buttons .row {
        padding: 2px 6px;
    }
}

@media (max-height: 520px) {
    #col2 {
        padding-bottom: 250px !important;
    }
}

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

@media (max-height: 375px) {
    #col2 {
        padding-bottom: 160px !important;
    }
}
.verticalAlign{
    vertical-align: middle;
}
.fullhr {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
    height: 2px;
    border: 2px solid blue;
}
.modal90h {
    height: 90vh;
    min-height: 90vh;
} 
.whitetext{
    color:white
}
.whitetext i{
    color:white
}
table.sectioned tbody {
   
    border-collapse: separate;
    border-style:unset !important; 
   }


   /* TİMELİNE BASLANGIC /*
   /* The actual timeline (the vertical ruler) */
.main-timeline {
    position: relative;
  }
  
  /* The actual timeline (the vertical ruler) */
  .main-timeline::after {
    content: "";
    position: absolute;
    width: 6px;
    background-color: #939597;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
  }
  
  /* Container around content */
  .timeline {
    position: relative;
    background-color: inherit;
    width: 50%;
  }
  
  /* The circles on the timeline */
  .timeline::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: #939597;
    border: 5px solid #f5df4d;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
  }
  
  /* Place the container to the left */
  .main-timeline .left {
    padding: 0px 40px 20px 0px;
    left: 0;
  }
  
  /* Place the container to the right */
  .main-timeline .right {
    padding: 0px 0px 20px 40px;
    left: 50%;
  }
  
  /* Add arrows to the left container (pointing right) */
  .main-timeline .left::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
  }
  
  /* Add arrows to the right container (pointing left) */
  .main-timeline .right::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  
  /* Fix the circle for containers on the right side */
  .main-timeline .right::after {
    left: -12px;
  }
  
  /* Media queries - Responsive timeline on screens less than 600px wide */
  @media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .main-timeline::after {
      left: 31px;
    }
  
    /* Full-width containers */
    .timeline {
      width: 100%;
      padding-left: 70px;
      padding-right: 25px;
    }
  
    /* Make sure that all arrows are pointing leftwards */
    .timeline::before {
      left: 60px;
      border: medium solid white;
      border-width: 10px 10px 10px 0;
      border-color: transparent white transparent transparent;
    }
  
    /* Make sure all circles are at the same spot */
    .main-timeline .left::after,
    .main-timeline .right::after {
      left: 18px;
    }
  
    .main-timeline .left::before {
      right: auto;
    }
  
    /* Make all right containers behave like the left ones */
    .main-timeline .right {
      left: 0%;
    }
  }xw

  .btn-danger {
    background-color: #C8161D !important;
  }
  .bg-grey {
    background-color: #EBEBE4;;
  }
  /* 27.03.2024 */
  /* SipariÅŸ Takip */
.rm-ordertrack-filter {
    border: 1px solid #f1f1f1;
    padding: 14px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.rm-ordertrack-filter .on-off, .rm-ordertrack-filter .btn-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.rm-ordertrack-filter .on-off .text {
    font-weight: 600;
    margin-right: 10px;
}

.rm-ordertrack-filter .btn-area {
    border-radius: 8px;
    overflow: hidden;
}

.rm-ordertrack-filter .on-off .btn {
    border-radius: 0 !important;
}

.rm-ordertrack-filter .on-off .btn.on {
    background-color: rgba(34, 187, 51, 0.1);
    color: #22bb33;
    border-color: transparent;
}
.rm-ordertrack-filter .on-off .btn.on.active, .rm-ordertrack-filter .on-off .btn.on:hover {
    background-color: rgba(34, 187, 51, 1);
    color: #fff;
    border-color: transparent;
}

.rm-ordertrack-filter .on-off .btn.off {
    background-color: rgba(187, 33, 36, 0.1);
    color: #bb2124;
    border-color: transparent;
}
.rm-ordertrack-filter .on-off .btn.off.active, .rm-ordertrack-filter .on-off .btn.off:hover {
    background-color: rgba(187, 33, 36, 1);
    color: #fff;
    border-color: transparent;
}


.rm-ordertrack-filter .list-brands {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.rm-ordertrack-filter .list-brands .button {
    height: 52px;
    width: 52px;
    display: block;
    margin-left: 8px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 4px;
    border: 2px solid #f5f5f5;
    transition: 0.2s;
    opacity: 0.7;
}
.rm-ordertrack-filter .list-brands .button img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
    filter: grayscale(100%);
    transition: 0.2s;
}
.rm-ordertrack-filter .list-brands .button.active, .rm-ordertrack-filter .list-brands .button:hover {
    border-color: #22bb33;
    opacity: 1;
}
.rm-ordertrack-filter .list-brands .button.active img, .rm-ordertrack-filter .list-brands .button:hover img {
    filter: grayscale(0);
}


.rm-ordertrack-table {
    margin-bottom: 30px;
}
.rm-ordertrack-table .grid {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr) 440px;
    align-items: center;
}

.rm-ordertrack-table .grid .left {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
}



.rm-ordertrack-table .item-list .right .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rm-ordertrack-table .head {
    background-color: #4a4946;
    font-size: 14px;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: 500;
}

.rm-ordertrack-table .head .item {
    padding: 14px 2px;
    border-color: #676664 !important;
}

.rm-ordertrack-table .item-list {
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.rm-ordertrack-table .item-list .platform {
    position: relative;
}

.rm-ordertrack-table .item-list .platform .btn-open {
    height: 60px;
    width: 120px;
    background-color: #fe7e00;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
}

.rm-ordertrack-table .item {
    word-wrap: break-word;
    font-size: 14px;
    padding: 4px;
    text-align: center;
    position: relative;
}
.rm-ordertrack-table .item:not(:last-child)::after,
.rm-ordertrack-table .left .item:last-child::after {
    content: "";
    width: 1px;
    height: 50px;
    max-height: 100%;
    background-color: #e8e8e8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.rm-ordertrack-table .head .item::after {
    background-color: #636363 !important;
}

.rm-ordertrack-table .item-list .item {
    padding: 8px 4px;
}

.rm-ordertrack-table .btn {
    /* height: 40px; */
    border-radius: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
}
.rm-ordertrack-table .btn:not(.btn-icon) {
    font-size: 13px;
}

.rm-ordertrack-table .btn.btn-sm {
    height: 30px !important;
    padding: 3px 10px !important;
    width: fit-content;
    margin: auto;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #333;
}

.rm-ordertrack-table .btn-icon {
    width: 100px;
    padding: 5px !important;
} 

.rm-ordertrack-table .btn-danger {
    padding: 0 10px !important;
}
.rm-ordertrack-table .btn-success {
    padding: 0 30px !important;
}

.rm-ordertrack-title {
    font-weight: 600 !important;
    margin-bottom: 14px;
}

.rm-ordertrack-table .item-list .title {
    font-weight: 600;
}


@media (min-width: 1200px) {
    .rm-ordertrack-table .item-list .title, .rm-ordertrack-table .item-list .infos,
    .rm-ordertrack-table .item-list .platform .btn-open {
        display: none;
    }
}

@media (max-width: 1200px) {
    .rm-ordertrack-table .head, .rm-ordertrack-table .grid .left {
        display: none;
    }
    .rm-ordertrack-table .grid {
        grid-template-columns: 1fr;
    }
    .rm-ordertrack-table .grid .right {
        justify-content: center;
    }

    .rm-ordertrack-table .item.platform {
        text-align: left;
    }
    .rm-ordertrack-table .item.platform img {
        height: 40px;
        width: 110px;
        object-fit: contain;
        margin-right: 10px;
    }
    .rm-ordertrack-table .item.platform {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border-bottom: 1px solid #e8e8e8;
    }

    .rm-ordertrack-table .item::after {
        display: none;
    }

    .rm-ordertrack-table .infos .info {
        font-weight: 500;
        font-size: 13px;
    }
    .rm-ordertrack-table .infos .info i {
        margin-right: 6px;
        font-size: 12px;
    }

    .rm-ordertrack-table .item-list {
        border: 1px solid #e8e8e8;
        border-radius: 8px;
        margin-bottom: 12px;
    }
}

@media (max-width: 768px) {
    .rm-ordertrack-filter {
        justify-content: center;
        flex-direction: column;
    }
    .rm-ordertrack-filter .left {
        
        margin-bottom: 20px;
    }

    .rm-ordertrack-filter .list-brands {
        display: flex;
        text-align: center;
    }
    .rm-ordertrack-filter .list-brands .button {
        display: inline-block;
        margin: 0 2px;

    }
}

@media (max-width: 576px) {
    .rm-ordertrack-table .btn-icon {
        width: 100px;
    } 
    
    .rm-ordertrack-table .item.platform img {
        height: 30px;
        width: 80px;
    }
    .rm-ordertrack-table .grid .left {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        border-bottom: 1px solid #e8e8e8;
        display: none;
    }
    .rm-ordertrack-table .item-list.grid {
        display: block;
    }

    .rm-ordertrack-table .item:nth-child(even), .rm-ordertrack-table .item.platform {
        border-right: 0 !important
    }
    .rm-ordertrack-table .grid .right {
        justify-content: center;
    }
}
   .hazir-figure {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 10px;
    break-inside: avoid;
  }
  
  .hazir-figure > img {
    grid-row: 1 / -1;
    grid-column: 1;
  }
  
  .hazir-figure a {
    color: black;
    text-decoration: none;
  }
  
  .hazir-figcaption {
    grid-row: 2;
    grid-column: 1;
    background-color: rgba(255,255,255,.5);
    padding: .2em .5em;
    justify-self: start;
  }
  
  .hazir-container {
    column-count: 4;
    column-gap: 10px;
  }
  @media screen and (min-width: 150px) {
    .hazir-container {
        column-count: 1;
        column-gap: 10px;
      }
      
  }
  @media screen and (min-width: 600px) {
    .hazir-container {
        column-count: 2;
        column-gap: 10px;
      }
  }
  @media screen and (min-width: 992px) {
    .hazir-container {
        column-count: 3;
        column-gap: 10px;
      }
  }
  @media screen and (min-width: 1200px) {
    .hazir-container {
        column-count: 3;
        column-gap: 10px;
      }
  }

  /* 30.03.2024 */
  /* Sipariş Detay Sayfası */
.rm-orderpage {
    padding: 12px;
}

.rm-orderpage .title {
    font-weight: 600 !important;
    margin-bottom: 16px;
}

.rm-orderpage .grid-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 12px;
}

.rm-op-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--bs-body-color);
    padding: 12px !important;
}

.rm-op-info .icon {
    font-size: 28px;
    margin-right: 14px;
    width: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rm-op-info .key {
    font-weight: 600;
}

.rm-op-info .icon-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    font-size: 24px;
    opacity: 0.7;
}

.rm-op-card {
   
    border: 1px solid #f1f1f1;
    padding: 20px;
    border-radius: 8px;
    position: relative;
}

.rm-op-card .iframe-map {
    border-radius: 6px;
    overflow: hidden;
    height: 200px;
}

.rm-op-card .note {
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 12px;
}

.rm-op-card .note-title {
    font-weight: 600;
}

.rm-op-card .note-text {
    font-size: 14px;
}

.rm-op-order-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    font-weight: 500;
}

.rm-op-order-item:first-child {
    padding-top: 0;
}

.rm-op-order-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.rm-op-order-item .text-discount {
    color: #ff9100;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}

.text-orange2 {
    color: #ff9100;
}

.fs-17 {font-size: 17px;}

.rm-op-order-item .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.rm-op-order-item .right .btn {
    height: 45px !important;
    width: 45px !important;
    min-width: 35px !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px !important;
}

.rm-op-order-item .right .price {
    margin-right: 12px;
    white-space: nowrap;
    padding-left: 8px;
}

.rm-orderpage .buttons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
    margin-top: 24px;
}

.rm-orderpage .buttons-grid .btn {
    padding: 20px 30px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}

.rm-orderpage .buttons-grid .btn i {
    font-size: 24px;
}

.rm-op-card-slide.rm-op-card {
    padding: 0;
}

.rm-op-card-slide-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    cursor: pointer;
}

.rm-op-card-slide-head .title {
    margin: 0;
}

.rm-op-card-slide-head .icon-right {
    font-size: 18px;
    transition: 0.3s;
}

.rm-op-card-slide-head.active .icon-right {
    transform: rotate(180deg);
}

.rm-op-card-slide-body {
    padding: 0 20px 20px 20px;
    display: none;
}

.rm-orderpage .buttons-moto .btn-orange {
   
    background-color: transparent !important;
    border: 1px solid #ff9100 !important;
    color: #ff9100 !important;
    margin-right: 4px;
    margin-bottom: 4px;
}

.rm-orderpage .buttons-moto .btn-orange.active,
.rm-orderpage .buttons-moto .btn-orange:hover {
    background-color: #ff9100 !important;
    color: #fff !important;
}

@media (max-width: 992px) {
    .rm-orderpage {
        padding-bottom: 132px;
    }
    .rm-orderpage .buttons-grid {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 22px;
        border-top: 1px solid #f1f1f1;
        box-shadow: 0px -3px 2px rgba(0,0,0,0.03);
    }
    .rm-orderpage .buttons-grid .btn {
        padding: 20px 12px;
        font-size: 15px;
    }
    .rm-orderpage .buttons-grid .btn i {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .rm-orderpage {
        padding-bottom: 172px;
    }
    .rm-orderpage .grid-list {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .rm-orderpage .grid-list .rm-op-info:not(:first-child) {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }
    .rm-orderpage .grid-list .rm-op-info:not(:last-child) {
        border-bottom: 0;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .rm-orderpage .grid-list a .rm-op-info {
        border-radius: 0;
        border-bottom: 0;
    }
    .rm-orderpage .grid-list .rm-op-info {
        font-size: 13px;
        padding: 8px 12px !important;
    }
    .rm-orderpage .buttons-grid {
        display: flex;
        flex-direction: column;
        grid-gap: 0;
        padding: 12px 22px;
    }
    .rm-orderpage .buttons-grid .btn {
        margin: 5px 0;
        padding: 14px 22px !important;
        white-space: nowrap;
    }
    .rm-orderpage .buttons-grid .btn-danger, .rm-orderpage .buttons-grid .btn-orange {
        width: calc(50% - 5px);
    }
    .rm-orderpage .buttons-grid .btn-danger {
        position: absolute;
        left: 22px;
        bottom: 12px;
        width: calc(50% - 22px - 5px);
    }
    .rm-orderpage .buttons-grid .btn-orange {
        place-self: end;
    }
    .rm-orderpage .rm-op-card.mt-4 {
        margin-top: 0.5rem !important;
    }
}
.rm-ordertrack-filter .left {
    width: 320px;min-width: 320px;
}
.rm-order-page .grid-list button {
    border: none;
    background-color: transparent;
    text-align: left;
}
.butonfixbg{
    border: none;
    background-color: transparent;
    text-align: left;
}
.form-control{
    background-color: #ffffff !important;
    border: 1px solid #e9e9e9 !important;
    padding: 8px 20px !important;
    border-radius: 8px;
    font-weight: 500 !important;
    transition: 0.3s !important;
    box-shadow: 0 0 2px rgba(0,0,0,0.05);
    min-height: 42px;
}

.btn-fixsize{
    height: 42px;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.buttons-moto{
    display: flex;
}
.butonfixbg .rm-op-info {
    border-bottom: 0 !important;
    border-radius: 0 !important;
  }
  a, button {cursor: pointer}
.rm-home-header .rm-head-mini {
    display: flex;
    align-items: center;
    flex: none;
    margin-right: 14px;
}
.rm-home-header .btn {
    height: 45px;
    width: 45px;
    min-width: 45px;
    padding: 5px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
.yukleniyor {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 
    /* input:disabled, input:disabled:hover {
        background: #dddddd !important;
    } */
    .nodisabledCheckbox{
        opacity:1 !important;
    }
      .rmn-component-feed .cf-item .icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 100%;
    }
    
    .rmn-component-feed .cf-item.user .icon {
        position: relative;
    }
    
    .rmn-component-feed .cf-item.log .icon {
        position: relative;
        background-color: #F3F4F6 !important;
        color: #6A7280;
    }
    
    .rmn-component-feed .cf-item .icon .msg {
        position: absolute;
        bottom: -4px;
        right: -4px;
        background-color: #fff;
        height: 24px;
        width: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #6c757d;
        border-radius: 100%;
        border: 1px solid #f1f1f1;
        font-size: 14px;
        box-shadow: 0 0 8px rgba(0,0,0,0.04);
    }
    
    .rmn-component-feed .cf-item.user .content .text {
        margin-top: 0;
        color: #212529;
    }
    
    .rmn-component-feed .cf-item.user .user-name {
        font-weight: 500;
        font-size: 16px;
    }
    
    .rmn-component-feed .cf-item.user .user-date {
        color: #6c757d;
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .rmn-component-feed .cf-item.user .content p {
        margin-bottom: 0;
    }
    
    .rmn-component-feed .cf-item.log .text .rmn-badge {
        position: relative;
        top: -1px;
        margin: 0 1px;
        box-shadow: 0 0 8px rgba(0,0,0,0.04);
    }

    .rmn-component-feed .cf-item:not(:last-child) {
        padding-bottom: 30px;
    }
    
    .rmn-component-feed .cf-item {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        position: relative;
    }
    
    .rmn-component-feed .cf-item::before {
        content: "";
        display: block;
        width: 2px;
        height: calc(100% - 36px - 12px);
        position: absolute;
        left: 18px;
        top: calc(36px + 6px);
        background-color: #f1f1f1;
    }
    
    .rmn-component-feed .cf-item .icon {
        height: 36px;
        width: 36px;
        min-width: 36px;
        font-size: 17px;
        border-radius: 100%;
        background-color: #9AA3AF;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 14px;
        z-index: 2;
        color: #fff;
    }
    
    .rmn-component-feed .cf-item .content {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    
    .rmn-component-feed .cf-item .content .text {
        color: #6c757d;
        margin-top: 8px;
    }
    
    .rmn-component-feed .cf-item .content .text strong {
        font-weight: 600;
        color: #212529;
    }
    
    .rmn-component-feed .cf-item .date {
        color: #6c757d;
        font-weight: 500;
        margin-top: 8px;
        white-space: nowrap;
        padding-left: 10px;
        text-align: right;
    }
    .rmn-component-userbox .block .img {
        height: 128px;
        width: 128px;
        min-width: 128px;
        margin-bottom: 20px;
    }
    
    .rmn-component-userbox .block {
        text-align: center;
    }
    
    .rmn-component-userbox .block .name {
        font-size: 16px;
    }
    
    .rmn-component-userbox .block .rmn-badge {
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .rmn-component-userbox {
        background-color: #fff;
        border: 1px solid #f1f1f1;
        border-radius: 8px;
        box-shadow: 0 0 8px rgba(0,0,0,0.04);
        margin: 12px 0;
    }
    
    .rmn-component-userbox .ub-top {
        padding: 20px;
    }
    
    .rmn-component-userbox .ub-top .flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .rmn-component-userbox .ub-top .name {
        font-weight: 500;
        margin-bottom: 4px;
    }
    
    .rmn-component-userbox .ub-top .img {
        height: 52px;
        width: 52px;
        min-width: 52px;
        object-fit: cover;
        border-radius: 100%;
    }
    
    .rmn-component-userbox .ub-alt {
        border-top: 1px solid #f1f1f1;
    }
    
    .rmn-component-userbox .ub-alt {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .rmn-component-userbox .ub-alt .link {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 14px 6px;
        text-decoration: none;
        font-weight: 600;
        color: #212121;
        transition: 0.2s;
    }
    
    .rmn-component-userbox .ub-alt .link i {
        font-size: 18px;
        margin-right: 8px;
        position: relative;
        top: -1px;
        color: #565656;
    }
    
    .rmn-component-userbox .ub-alt .link:hover {
        background-color: #f7f7f7;
    }
    
    .rmn-component-userbox .ub-alt .link:not(:first-child) {
        border-left: 1px solid #f1f1f1;
        border-bottom-right-radius: 8px;
    }
    
    .rmn-component-userbox .ub-alt .link:first-child {
        border-bottom-left-radius: 8px;
    }
    
    .rmn-badge {
        padding: 1px 8px;
        border: 1px solid #f1f1f1;
        border-radius: 20px;
        font-size: 13px;
        font-weight: 600;
        display: inline-block;
    }
    .rmn-component-userlist {
        padding: 18px 0;
    }
    
    .rmn-component-userlist:not(:last-child) {
        border-bottom: 1px solid #f1f1f1;
    }
    
    .rmn-component-userlist .flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .rmn-component-userlist .left {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    
    .rmn-component-userlist .img {
        height: 64px;
        width: 64px;
        min-width: 64px;
        margin-right: 16px;
    }
    
    .rmn-component-userlist .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 100%;
    }
    
    .rmn-component-userlist .name {
        font-size: 18px;
        font-weight: 600 !important;
        margin-bottom: 8px;
    }
    
    .rmn-component-userlist .text {
        color: #6c757d;
    }
    
    .rmn-component-userlist .title {
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 6px;
    }
    
    .rmn-component-userlist .content-right {
        text-align: right;
    }
    
    @media (max-width: 768px) {
        .rmn-component-userlist .flex {
            display: block;
        }
        .rmn-component-userlist .content-right {
            text-align: left;
            margin-top: 8px;
        }
    }
    .bg-orange{
        background-color: #d35400 !important;
    }
    .bg-green{
        background-color: #27ae60 !important;
    }
    .bg-light{
        color:black;
    }
    .rm-dark .rmn-component-userbox .name{
        color:black
    }
    .rm-dark .rmn-component-userbox .rmn-badge{
        color:black
    }
    
    .rm-dark .rm-specials .info .alt{
        color:white;
    }
    .rm-dark input::placeholder, .rm-dark textarea::placeholder{
        color: #d1cfcf;
    }
    .rm-dark .btn-dark{
        border: 1px solid white;
    }
    .rm-head-mini img{
        margin: 5px;
    }
    .rmn-component-feed .cf-item .text .badge {
        text-wrap: wrap;
      }
    .rmn-component-feed .cf-item .date {
        text-wrap: wrap;
      }
      .rm-dark .MuiInputBase-root {
        color:white
      }
      .rm-dark .MuiDataGrid-columnHeaderTitle, .rm-dark .MuiTablePagination-selectLabel, .rm-dark .MuiTablePagination-displayedRows, .rm-dark .MuiTablePagination-actions button, .rm-dark .MuiDataGrid-menuIcon button, .rm-dark .MuiDataGrid-iconButtonContainer button, .rm-dark .MuiSelect-icon{
        color:white
      }
      .rm-dark .MuiFormLabel-root, .rm-dark .MuiInputLabel-root, .rm-dark .MuiInputLabel-formControl {
        color: white !important;
      }
      .rm-dark .modal-content{
        background-color: var(--rm-dark1);
      }
     .rm-dark .rm-modal-number .modal-header{
        color:white
     }
     .rm-dark .rm-op-card i,.rm-dark .rm-op-card .content{
        color:white
     }
     .buttons-moto{
        flex-flow: wrap;
        width: fit-content;
     }
     .rm-dark .rm-orderpage .buttons-grid{
        background-color: #30353D;
     }
     .rm-dark .nav-item button i{
        color:white
     }