﻿b, strong, dt{
    font-weight: 600 !important;
}


body .table thead th {
    font-weight: 600 !important;
    color: #000;
}

.nav-tabs {
    border-bottom: none !important;
    margin-left: 0px;
}

body .btn{
cursor:pointer !important;
}

body .nav-tabs .nav-link {
    border-top-left-radius: 0px;
    border-top-right-radius: 8px;
    background: #f2f4f8;
    padding: 12px 25px;
}

body .nav-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 0px !important;
}

    
    body .nav-tabs .nav-item.show .nav-link {
        border: none;
        background: var(--dark-blue);
        color: #ffffff;
    }
    body .nav-tabs .nav-link.active {
        background: var(--dark-blue);
        color: #fff;
    }
    body .modal-content .nav-tabs .nav-link:hover {
        color: inherit;
        background: inherit;
    }

    body .modal-content .nav-tabs-line .nav-item:last-child .nav-link,
    body .modal-content .nav-tabs .nav-link.active {
        padding-bottom: 13px;
    
    }

    body .modal-content .nav-tabs {
        margin-bottom: -15px;
    }

    body .modal-content .nav-tabs .nav-link.active {
        background: inherit;
        color: inherit;
    }

        body .modal-content .nav-tabs .nav-link {
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            background: inherit;
            font-size: 16px;
        }

    body .nav-tabs .nav-link:hover {
        color: #fff;
        background: #23366D;
    }

    .fw-grid-col-btn {
        width: 100px;
        white-space: nowrap;
    }

img.dropdown-toggle-avatar {
    border-radius: 36px;
    width: 36px;
    height: 36px;
}

.dataTable .btn {
    width: 40px;
    margin-right: 10px;
}

.table th, .table td {
    vertical-align: middle !important;
}

.dropify-wrapper .dropify-preview .dropify-render img {
    width: 80%;
    border-radius: 6px;
}

.wizard .dropify-wrapper .dropify-preview .dropify-render img {
    max-height: max-content;
    min-height: auto;
    border-radius: 6px;
    max-width: 100%;
    min-width: 100%;
}

body .form-check-input {
    position: relative;
    margin-top: 0.3rem;
    margin-right: 10px;
    width: 25px;
    vertical-align: text-bottom;
    margin-left: -1.25rem;
    height: 25px;
    padding-left: 0;
}

body .cui__footer {
    margin:0px;
    padding: 0;
    bottom: 0;
    width: -webkit-fill-available;
}

.RT-text-area{
    min-height: 250px;
}

.RT-special-card .card-body {
    padding: 0px 1.6rem;
    margin-bottom: 10px;
}

.RT-special-card .card-header {
    margin-bottom: 15px;
    
}

.RT-word-break {
    word-break: break-all !important;
}

.menu-admin > span > span {
    line-height: 44px;
}

.table.table-striped tbody tr:nth-of-type(odd).selected {
    background-color: var(--light-blue);
    color: #ffffff !important;
}

.table.table-striped tbody tr:nth-of-type(even).selected {
    background: var(--dark-blue) !important;
    color: #ffffff !important;
}

    .table.table-striped tbody tr:nth-of-type(odd).selected td:nth-child(2), .table.table-striped tbody tr:nth-of-type(even).selected td:nth-child(2) {
        color: #fff !important;
        background: url(/img/clock-white.png) no-repeat;
        background-size: 20px;
        background-position: 12px 12px;
        text-indent: 28px;
    }

body .table.table-hover tbody tr {
  transition: all 0.1s ease;
}

body .table.table-hover tbody tr:hover {
        filter: brightness(.92) !important;
}

body .table.table-hover tbody tr.child ul {
    color: var(--black) !important;
    width: 100% !important;
}

body .table.table-hover tbody tr.child ul li{
    padding: 15px 0px !important;
}

body .table.table-hover tbody td.child {
    padding: 10px 0px !important;
}

body .table.table-hover tbody .child:hover {
    background: none !important;
}

body .table.table-hover tbody tr.rt-line-rush:hover td:nth-child(2) {
    background: url(/img/clock.png) no-repeat;
    background-size: 20px;
    background-position: 12px 12px;
    text-indent: 28px;
}

.RT-grid-mouse-pointer tbody tr {
    cursor: pointer;
}

.RT-grid-mouse-select tbody tr {
    cursor: cell;
}

.rt-products > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.rt-service-roof-diagram, .rt-service-hail-report, .rt-service-aerial-timeline-report, .rt-service-gutter-report, .rt-service-square-snap-report, .rt-service-roof-- {
    text-align: center;
    align-content: center;
    align-items: center;
    gap: 20px;
}

.rt-service-roof-diagram h6, .rt-service-hail-report h6, .rt-service-aerial-timeline-report h6, .rt-service-gutter-report h6, .rt-service-square-snap-report h6, .rt-service-roof-- h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}



    .rt-service-roof-diagram .rt-description, .rt-service-hail-report .rt-description, .rt-service-aerial-timeline-report .rt-description, .rt-service-gutter-report .rt-description, .rt-service-square-snap-report .rt-description, .rt-service-roof-- .rt-description {
        font-size: 12px;
        color: #696969;
        font-weight: 300;
    }
    

    .rt-service-roof-diagram .rt-icon {
        font-family: 'Feather';
        font-size: 23px;    
        color: black;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background-color: #E4E9F0;
        margin: 0px auto 0px auto;
    }

    .rt-service-roof-diagram .rt-icon:before {
        content: '\e979';
    }

    .product-item .card:hover .rt-service-roof-diagram .rt-icon {
        background-color: white;
    }

    .rt-service-hail-report .rt-icon {
        font-family: 'Feather';
        font-size: 23px;    
        color: black;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background-color: #E4E9F0;
        margin: 0px auto 0px auto;
    }

    .rt-service-hail-report .rt-icon:before {
        content: '\e93f';
    }

    .product-item .card:hover .rt-service-hail-report .rt-icon {
        background-color: white;
    }

    .rt-service-aerial-timeline-report .rt-icon {
        font-family: 'Feather';
        font-size: 23px;    
        color: black;
        display: flex;
        align-items: center;
        justify-content: center;    
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background-color: #E4E9F0;
        margin: 0px auto 0px auto;
    }

    .rt-service-aerial-timeline-report .rt-icon:before {
        content: '\e943';
    }

    .product-item .card:hover .rt-service-aerial-timeline-report .rt-icon {
        background-color: white;
    }
    
    
    .rt-service-gutter-report .rt-icon {
        font-family: 'Feather';
        font-size: 23px;    
        color: black;
        display: flex;
        align-items: center;
        justify-content: center;    
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background-color: #E4E9F0;
        margin: 0px auto 0px auto;
    }

    .rt-service-gutter-report .rt-icon:before {
        content: '\e964';
    }

    .product-item .card:hover .rt-service-gutter-report .rt-icon {
        background-color: white;
    }
    
    
    .rt-service-square-snap-report .rt-icon {
        font-family: 'Feather';
        font-size: 23px;    
        color: black;
        display: flex;
        align-items: center;
        justify-content: center;    
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background-color: #E4E9F0;
        margin: 0px auto 0px auto;
    }

    .rt-service-square-snap-report .rt-icon:before {
        content: '\e928';
    }

    .product-item .card:hover .rt-service-square-snap-report .rt-icon {
        background-color: white;
    }
    .rt-service-roof-- .rt-icon {
        font-family: 'Feather';
        font-size: 23px;    
        color: black;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background-color: #E4E9F0;
        margin: 0px auto 0px auto;
    }

    .rt-service-roof-- .rt-icon:before {
        content: '\e963';
    }

    .product-item .card:hover .rt-service-roof-- .rt-icon {
        background-color: white;
    }


.rt-address-map{

}
body .wizard > .content > .body input.form-control.rt-address-field {
    /* Remove this entire block as it's handled in wizard.css */
}

body .wizard .steps ul li:before, body .wizard .steps ul li:after {
    /* Remove this entire block as it's handled in wizard.css */
}


#map {
    min-height: 450px;
    border-radius: 10px;
    margin: 0 auto;
}

#marker-tooltip {
    display: none;
    position: absolute;
    width: 300px;
    height: 200px;
    background-color: #ccc;
    margin-top: 55px;
    margin-left: 20px;
}

body .wizard > .content {
    /* Remove this block as it's handled in wizard.css */
}

body .wizard > .content > .body {
    /* Remove this block as it's handled in wizard.css */
}

body .wizard > .content > .body input.form-control.rt-address-field.confirmed {
    /* Remove this block as it's handled in wizard.css */
}

body .wizard > .content > .body input.form-control.rt-address-field.input-validation-error {
    /* Remove this block as it's handled in wizard.css */
}
body .wizard > .content > .body .rt-address-field-group span.field-validation-error {
    /* Remove this block as it's handled in wizard.css */
}

    body .wizard > .content > .body .rt-address-field-group span > span {
        /* Remove this block as it's handled in wizard.css */
    }

body .wizard .steps ul li a, body .wizard .steps ul li a:hover {
    /* Remove this block as it's handled in wizard.css */
}

.fw-field-invisible {
    width: 0px;
    height: 0px;
    overflow: hidden;
    opacity: 0;
}

body .wizard .kit__utils__control__indicator {
    text-indent: 26px;
}

.wizard .rt-number {
    background: #1AD697;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    display: inline-block;
    position: absolute;
    line-height: 13px;
    width: 40px;
    border-radius: 8px;
    margin-left: -20px;
    height: 40px;
    margin-top: -20px;
}

.rt-form-group-title{
    font-size: 16px !important;
    color: #000;
    text-align: center;
    width: 100%;
    padding: 0 10%;
}

.rt-form-group-subtitle {
    font-size: 12px !important;
    color: #000;
    text-align: center;
    width: 100%;
    padding: 0 10%;
}

body section .card .rt-disclaimer {
    font-size: 11px !important;
    font-weight: 300 !important;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

body .wizard .dropify-wrapper{
    height:130px !important;
}

body .card .table th{
    border-top: none !important;
}





/*Stripe*/
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid #e4e9f0;
  border-radius: 4px;
  background-color: white;
  font-family: var(--kit-font-family);
  color: #595c97 !important;
}

input.InputElement.is-empty.Input.Input--empty::placeholder {
    color: #595c97 !important;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;


}


.RT-map-screenshot img{
    width: 100%;

}

.fw-grid-col-expand {

}

.rt-comment-sent{

}

.rt-line-rush {
    color: var(--soft-red) !important;
    
}

    .rt-line-rush td:nth-child(2) {
        background: url(/img/clock.png) no-repeat left center;
        background-size: 20px;
        background-position: 12px 12px;
        text-indent: 28px;
    }

.rt-line-4hour {
    color: var(--soft-red) !important
}

.rt-line-delayed {
    color: #ab7597 !important;
}

.rt-line-qcstarted {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
    background-size: 1rem 1rem !important;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    background-color: var(--soft-yellow) !important;
    color: var(--black) !important;
}

.rt-line-qcstarted td {
}


.RT-instructions-modal {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}


body .sweet-overlay {
    z-index: 1050;
}


@media (min-width: 992px) {
    body .modal-lg, body .modal-xl {
        max-width: 900px;
    }
}

body .modal-content .dataTable {

}



/* Cores dos charts */
.ct-series-a .ct-slice-donut {
    stroke: var(--dark-blue);
}

.ct-series-b .ct-slice-donut {
    stroke: var(--soft-green);
}


.ct-series-c .ct-slice-donut {
    stroke: var(--soft-yellow);
}


.ct-series-d .ct-slice-donut {
    stroke: var(--soft-red);
}

.nav-tabs .nav-item .badge {
    position: absolute;
    margin-top: -50px;
    padding: 3px 8px;
}

.cui__menuLeft__item .badge{
    margin-left: 20px !important;

}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    margin-left: 0px !important;
}



body .ct-label {
    fill: #fff !important;
    color: #fff !important;
}

body .cui__menuLeft__navigation .cui__menuLeft__navigation .cui__menuLeft__item__link {
    padding-left: 30px;
}

    body .cui__menuLeft__navigation .cui__menuLeft__navigation .cui__menuLeft__item__link .badge {
        margin-top: 0px;
    }

.edit-address-RT.confirmedEdit{
    display:block
}
.edit-address-RT {
    margin-top: -18px;
    position: absolute;
    width: 100%;
    text-align: center;
    display: none
}

    .edit-address-RT span {
        background: var(--soft-green);
        padding: 2px 16px;
        border-radius: 3px;
        color: #fff;
    }

    .delay-ie, .fourh-ie, .rush-ie, .qc-ie {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

.info-icons-RT {
    float: right;
    margin-bottom: 0;
}
    .info-icons-RT li {
        list-style: none;
        float: left;
        padding: 4px;
        margin-left: 4px;
        height: 40px;
        line-height: 20px;
        padding-left: 15px;
        padding-right: 20px;
        text-align: center;
    }

    .info-icons-RT li span{
        margin-right:4px;
    }

        .info-icons-RT li span i{
            font-size: 18px;
           
        }

        .info-icons-RT li.rush-ie, .info-icons-RT li.delay-ie, .info-icons-RT li.qc-ie {
            border-right: solid 1px #eeeeee
        }
            .info-icons-RT li.rush-ie span {
                width: 40px;
                height: 40px;
                border: solid 2px var(--soft-red);
                color: #fff;
                padding: 10px;
                border-radius: 30px;
                display: inline-block;
                background: url(/img/clock.png) no-repeat center #ffffff;
                background-size: 18px;
                transform: scale(0.85);
            }

            .info-icons-RT li.rush-ie span i{
                opacity: 0
            }

            .info-icons-RT li.delay-ie span {
                width: 40px;
                height: 40px;
                background: #ab7597;
                color: #fff;
                padding: 10px;
                border-radius: 30px;
                display: inline-block;
                transform: scale(0.85);
            }

            .info-icons-RT li.fourh-ie span {
                width: 40px;
                height: 40px;
                background: var(--soft-red);
                color: #fff;
                padding: 10px;
                border-radius: 30px;
                display: inline-block;
                transform: scale(0.85);
            }



    .info-icons-RT li.qc-ie span {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
        background-size: 1rem 1rem !important;
        -webkit-animation: progress-bar-stripes 1s linear infinite;
        animation: progress-bar-stripes 1s linear infinite;
        background-color: var(--soft-yellow) !important;
        color: #ffffff !important;
        padding: 10px;
        border-radius: 30px;
        width: 40px;
        height: 40px;
        display: inline-block;
        transform: scale(0.85);
    }

.badge.rt-orders-count-loading {
    background: var(--dark-blue) !important;
    display: inline-block;
    width: 1rem !important;
    height: 1rem !important;
    vertical-align: text-bottom;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 100%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    color: #ffffff !important;
}

.rt-orders-count-loading {
    
}
.invoice-header-RT {
    width: 100% !important;
    table-layout: fixed;
}

    .invoice-header-RT td {
        max-width: 50% !important;
        width:50% !important;
        min-width:400px !important;
    }

.hidden {
    display: none
}

.rt-comments-type {
    color: #fff;
    padding: 6px 12px;
}
.rt-comments-type i{
    color: #fff;
    font-size:20px;
}

body .modal-content .select2 .select2-selection--single {
    height: 2.5rem;
    margin-top: -1px;
}

.rt-report-visual-total-delivered .percentage{

}

table.dataTable tr {
    color: #23366D
}

.scroll-mobile{
    display: none;
}

.rt-my-account-link, .rt-go-home-link {
    margin-right: 20px;
}

.rt-nearmap-link {
    margin-right: 20px;
}

.rt-my-cart-link {
    margin-right: 20px;
    position: relative;
}

    .rt-my-cart-link i {
        font-size: 14px;
        margin-right: 8px;
    }

    .rt-my-cart-link .cart-count-badge {
        font-size: 10px;
        padding: 3px 6px;
        border-radius: 10px;
        margin-left: 5px;
        position: relative;
        top: -1px;
        background: var(--soft-red);
        border-radius: 4px !important;
    }

.rt-new-card-link, .rt-saved-card-link {
    border: solid 1px #fff;
    border-radius: 6px;
    padding: 6px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}


.cart-orders-table .table.collapsed tbody > tr > td:first-child {
    padding-left: 40px !important
}

.cart-orders-table .table tbody tr td:first-child::before {
    margin-top: 6px;
    margin-left: 6px;
}

.rt-welcome-top {
    align-items: center;
    display: flex;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
}


.gm-style-iw{
    min-width: 200px;
    width: 200px;
}

    .gm-style-iw span {
        margin: 10px 0;
        display: block;

    }


.rt-btn-pending {
    background: #eeeeee;
    color: white !important;
    margin-left: 30px;
    width: 24px !important;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.2s ease !important;
}

.rt-btn-paid {
    background-color: var(--soft-green) !important;
    color: white !important;
    margin-left: 30px;
    width: 24px !important;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.rt-btn-pending:hover {
    background-color: var(--soft-green) !important;
    border: none !important;
    width: 24px !important;
    height: 24px !important;
}


.nav-tabs-line-bold .nav-link.active:after {
    height: 2px;
    bottom: -2px;
    background: var(--light-blue);
}

.rt-builder-menu {
    width: 100%;
    background: #F2F2F2;
    padding: 20px;
    background: #EFF9F5;
    border-radius: 10px;
}

.rt-builder-result {
    width: calc(100% - 230px);
    float: left;
}

.order-list{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

    .order-list li {
        background: #FEF8EC;
        padding: 10px;
        border-radius: 10px;
        margin-top: 10px;
        color: #091B3D
    }

.buider-report-title {
    font-size: 16px;
    margin-bottom: 0;
}

.rt-builder-orderitem-select {
    border-bottom: 1px solid #22AF7A;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.rt-builder-add-page-layouts ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

    .rt-builder-add-page-layouts ul li {
        background: #a1a1c2;
        padding: 20px;
        margin: 10px 0;
        border-radius: 6px;
        display: flex;
        color: #ffffff;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .rt-builder-add-page-layouts ul li i{
        font-size: 20px;
        margin-left: 25px;
    }

    .rt-builder-add-page-layouts ul li a{
        color: #ffffff;
    }

.rt-builder-add-order-pages .sortable {
    background: #ffffff;
    list-style: none;
    margin-left: 0px;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
}
    .rt-builder-add-order-pages .sortable li {
        margin: 15px 0;
        border-radius: 10px;
        line-height: 15px;
    }

.rt-builder-add-order-pages .ui-sortable-handle:hover {
    cursor: move;
}

.mobile-cart .card .card-body {
    padding: 20px;
    min-height: 270px;

}

    .mobile-cart .card .card-body > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 250px;
    }

    .mobile-cart .card .card-body .rt-description {
        font-size: 11px;
    }

.payment-btns {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

/*MOBILE RIDGE TOP*/
@media (max-width: 767px) {
    .info-icons-RT{
        padding-left: 0px;
    }

    .info-icons-RT li.rush-ie, .info-icons-RT li.delay-ie, .info-icons-RT li.fourh-ie{
        border: none;
    }

    .rt-go-home-link {
        font-weight: bold;
        color: #0062FF;
    }

    .rt-new-top-links{
        
    }

    .rt-welcome-top {
        display: none
    }

    .info-icons-RT li {
        width: 45%;
        float: left;
        text-align: left;
        padding-left: 0;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .nav-tabs {
        margin-left: -5px;
        width: 100%;
    }

    .nav-tabs .nav-item {
        margin-top: 6px;
    }

    body .cui__menuLeft__mobileTrigger {
        top: 11px;
        background: var(--dark-blue);
        box-shadow: none;
        border-radius: 0px 6px 6px 0px;
    }

    .cui__auth__authContainer .card {
        min-width: 320px !important;
    }
    .cui__layout__footer{
        padding-bottom: 30px;
    }

    .cui__auth__authContainer > div > div > form {
        width: 324px;
        margin-top: 20px;
    }

    .wizard .steps ul{
        margin-top: 20px
    }

    body .wizard > .content > .body input.form-control.rt-address-field {
        width: 90%;
    }

    body .wizard .steps ul li:before, body .wizard .steps ul li:after {
        width: 85%;
        top: 48px;
    }

    .wizard .steps ul li a {
        line-height: 14px;
        font-size: 12px;
        width: 80px;
        height: 40px;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .wizard .steps ul li {
        margin-bottom: 30px;
    }

    body .wizard > .content {
        overflow-y: scroll !important;
        min-height: 32em;
    }

    .wizard .rt-number {
        margin-left: -8px;
        margin-top: -8px;
    }

    .dropify-wrapper .dropify-message {
        top: -20%;
    }

    .cui__utils__content h4, .cui__utils__content h5 {
        width: 60%;
        display: inline-block;
    }

    .cui__topbar h5 > span{
        display: none;
    }

    #map {
        min-height: 390px;
        border-radius: 10px;
        margin: 0 auto;
    }
    .gm-style-iw-d {
        max-height: 168px !important;
    }
        .gm-style-iw-d .btn-pin {
            font-size: 11px;
        }

        .gm-style-iw-d b{
            font-size: 11px;
        }

        .gm-style-iw-d center {
            margin: 10px 0 0px 0px;
        }

            .gm-style-iw-d span {
                display: none
            }

    .scroll-mobile {
        display: block;
        margin: 0 auto;
        margin-top: 0px;
        width: 40%;
        margin-bottom: 30px;
    }

        .scroll-mobile span svg {
            width: 27px;
        }

        .scroll-mobile h5 {
            text-transform: capitalize;
            font-size: 16px;
            font-weight: bold;
            margin-top: 7px;
            position: absolute;
            margin-left: 5px;
        }

    .rt-my-account-link {
        margin-right: 20px;
    }

    .rt-nearmap-link {
        margin-right: 20px;
    }

    .mobile-cart {
        display: flex;
        flex-direction: column;
    }

        .mobile-cart .block-1 {
            order: 3
        }

        .mobile-cart .block-2 {
            order: 2
        }

        .mobile-cart .block-3 {
            order: 1
        }

            .subblocks {
                
            }
                .subblock-1 {
                    order: 1
                }

                .subblock-2 {
                    order: 2
                }
    
}

/*IPAD*/


@media (min-width: 767px) {
    .cui__menuLeft--toggled .cui__menuLeft:not(:hover) .cui__menuLeft__logo__name, .cui__menuLeft--toggled .cui__menuLeft:not(:hover) .cui__menuLeft__logo__descr {
        /*display: none !important;*/
        margin-left: -14px;
        margin-top: 11px;
        width: 50px;
        display: block !important;
        max-width: 50px;
        margin-right: 0 !important;
    }

        body .cui__menuLeft--toggled .cui__menuLeft:not(:hover) .cui__menuLeft__logo__name svg {
            width: 150px;
        }

    .info-icons-RT{
        padding-left: 0 !important;
    }

    .info-icons-RT li {
        font-size: 12px;
    }
}



@media print {
    .pagebreak {
        page-break-before: always;
    }
}

.rt-rb-iframe {
    width: 279mm;
    min-width: 279mm;
    min-height: 215mm;
    border: 1px dashed #c0c0c0;
}

.select-wrapper {
    position: relative;
    width: 300px;
}

#orderFilterSelect {
    font-size: .9rem;
    font-weight: 500;
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    border: 1px solid #e4e9f0;
    border-radius: 4px;
    background-color: #fff;
    color: var(--black);
    width: 100%;
    cursor: pointer;
    transition: all 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23595c97' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.7rem center;
    background-size: 1em;
}


#orderFilterSelect:focus {
    border-color: #e4e9f0;
    outline: none;
}

#orderFilterSelect option {
    padding: 10px;
    font-weight: normal;
}

.loading-indicator {
    position: absolute;
    right: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
}

.loading-dots {
    display: flex;
    align-items: center;
    gap: 3px;
}

.loading-dots .dot {
    width: 4px;
    height: 4px;
    background-color: #595c97;
    border-radius: 50%;
    display: block;
    animation: loadingDots 1.4s infinite;
    opacity: 0.3;
    content: "";
}

.loading-dots .dot:nth-child(2) {
    animation-delay: 0.2s;
}

.loading-dots .dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes loadingDots {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.3); }
    100% { opacity: 0.3; transform: scale(1); }
}

