@import 'hamburger.css';
@import 'home-slider.css';
@import 'buttons.css';
@import 'gallery.css';
@import 'explore-services.css';
@import 'about.css';
@import 'explore-news.css';
@import 'footer.css';
@import '/css/checkoutOptions/loginModal.css';
@import '/css/formsSelect/formsSelect.css';
@import '/css/orderForm_mdfDoors/orderForm_mdfDoors.css';
@import '/css/orderForm_mdfDoors/orderForm_slabDoors.css';
@import '/css/orderForm_mdfDoors/custom_order.css';
@import '/css/checkoutOptions/checkoutOptions.css';
@import '/css/checkoutOptions/loginModal.css';
@import '/css/downloads/downloads.css';
@import '/css/contactUs/contactUs.css';
@import '/css/terms/terms.css';
@import '/css/aboutUs/aboutUs.css';
@import '/css/mdfDoorsFlatterPanel/mdf-doors-flatter-panel.css';
@import '/css/mdfDoorsFlatterPanel/mdfDoorsFlatterPanelItem.css';
@import '/css/billingShipping/billingShipping.css';
@import '/css/billingShipping/orderConfirmation.css';
@import '/css/billingShipping/orderConfirmationSuccess.css';
@import '/css/services/services.css';
@import '/css/services/oneStopMdfShop.css';
@import '/css//account/createAccount.css';
@import '/css/account/account.css';
@import '/css/account/currentOrder.css';
@import '/css/gallery/gallery.css';
@import '/css/account/shoppingCart.css';

@import '/css/media.css';

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
:root {
    --text-color-red: #7a1118;
    --text-color-orange: #dbc3a1;
    --text-color-gray: #747477;
    --text-color-lightGray: #9b9b9b;
    --bg-color-darkBlue: #0f1f2d;
    --bg-color: #eff2f5;
    --tabs-color: #dbc3a1;
    --swiper-theme-color: #fff;

    --background-dark: #242424;
    --background-light: #f9f9f9;

    --swiper-nav-background-color: rgba(0, 0, 0, 0.377);
    --swiper-nav-width: 35px;
    --swiper-nav-height: 35px;
    --swiper-nav-hover-background-color: rgb(0, 0, 0);
    --swiper-navigation-size: 15px;
    --swiper-text-color: #fff;
    --swiper-slide-shadow: rgba(0, 0, 0, 0.4);

    --table-stripe-background-color: #f3f3f3;
    --table-row-hover-background-color: #dbdbdb;
    --table-border-color: #bebebe;
    --caption: #242423;
}

body {
    width: 100%;
    background-color: #eff2f5;
}
input,
textarea,
select {
    outline: none;
}
.root {
    max-width: 1920px;
    /* background-color: #eff2f5; */
    background-color: #fff;
    margin: auto;
}

.error {
    margin: 10px;
    color: #dd5050;
    font-weight: 500;
    transition: 0.3s ease;
}

.lg-hidden {
    display: none;
}
.fancybox-content {
    border-radius: 15px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('/images/arrow-204-16.png');
    background-size: 10px 10px;
    background-position: 95% center;
    background-repeat: no-repeat;
    outline: none;
}
a {
    text-decoration: none;
    color: black;
}
a:hover {
    text-decoration: underline;
}
.a-light {
    color: #bebebe;
    text-decoration: underline;
    line-height: 2em;
}

main {
    height: auto;
    /* min-height: 600px; */
    min-height: 400px;
}
.poinetr {
    cursor: pointer;
}
.ws-nw {
    white-space: nowrap;
}

.hidden-permanent {
    position: absolute;
    z-index: -999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.width50 {
    width: 50px;
}
.width200 {
    width: 200%;
}

.hr-solid {
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #8c8b8b;
    border-bottom: 1px solid #fff;
    box-shadow: 0 0 10px 1px rgba(173, 173, 173, 0.397);
}
.hr-dotted {
    width: 90%;
    margin: 0 auto;
    border-top: 2px dotted #dddddd;
    border-bottom: 1px solid rgb(255, 255, 255);
    /* box-shadow: 0 0 10px 1px rgba(173, 173, 173, 0.397); */
}
/* FONT SIZES */
.fs44 {
    font-size: 44px;
}
.fs14 {
    font-size: 14px;
}
.fs23 {
    font-size: 23px;
}
.fs24 {
    font-size: 24px;
}
.fs16 {
    font-size: 16px;
}
.fs18 {
    font-size: 18px;
}
.fs75 {
    font-size: 75px;
}
.fs40 {
    font-size: 40px;
}
.fs20 {
    font-size: 20px;
}
h1 {
    font-size: 3em;
}
h3 {
    font-size: 1.5em;
}

/* MARGINS */
.mar-auto {
    margin: auto;
}
.mar07 {
    margin: 0.7em;
}
.mar1 {
    margin: 1em;
}
.mar2 {
    margin: 2em;
}
.mar-l1 {
    margin-left: 1em;
}
.mar-l2 {
    margin-left: 2em;
}
.mar-l07 {
    margin-left: 0.3em;
}
.mar-r07 {
    margin-right: 0.3em;
}
.mar-r1 {
    margin-right: 1em;
}
.mar-r2 {
    margin-right: 1em;
}
.mar-t05 {
    margin-top: 0.5em;
}
.mar-t1 {
    margin-top: 1em;
}
.mar-t2 {
    margin-top: 2em;
}
.mar-tb05 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.mar-tb1 {
    margin-top: 1em;
    margin-bottom: 1em;
}
.mar-tb2 {
    margin-top: 2em;
    margin-bottom: 2em;
}
.mar-b05 {
    margin-bottom: 0.5em;
}
.mar-b1 {
    margin-bottom: 1em;
}
.mar-b2 {
    margin-bottom: 2em;
}
.mar-lr02 {
    margin-left: 0.2em;
    margin-right: 0.2em;
}
.mar-lr05 {
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.mar-lr1 {
    margin-left: 1em;
    margin-right: 1em;
}
.mar-lr2 {
    margin-left: 2em;
    margin-right: 2em;
}
.mar-auto2 {
    margin: 2em auto;
}

/* TEXT COLORS */
.fc-red {
    color: var(--text-color-red);
}
.fc-orange {
    color: var(--text-color-orange);
}
.fc-gray {
    color: var(--text-color-gray);
}
.fc-white {
    color: #fff;
}
.fc-black {
    color: #000;
}

/* WORD SPACING */
.word-space-1 {
    word-spacing: 1em;
}
.word-space-2 {
    word-spacing: 2em;
}

/* LINE HIGHT */
.lh-1 {
    line-height: 1em;
}

.lh-2 {
    line-height: 150%;
}
.b {
    font-weight: 900;
}
.b200 {
    font-weight: 200;
}
.b300 {
    font-weight: 300;
}
.b400 {
    font-weight: 400;
}
.b500 {
    font-weight: 500;
}
.b600 {
    font-weight: 600;
}
.b700 {
    font-weight: 700;
}
.pointer {
    cursor: pointer;
}

.pa-10 {
    padding: 10px;
}
.pa-tb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* FLEX */
.flex-center {
    display: flex;
    align-items: center;
}
.flex-full-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-full-col {
    display: flex;
    flex-direction: column;
}
.flex-full-row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.flex-full-left {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-row-nowrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.flex-row-evenly {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.flex-spbt-col {
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.flex-column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flex-row-around {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.flex-row-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* WIDTH */

.width50 {
    width: 50%;
}

/* GRID */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
}
.grid-2-1 {
    grid-row: 2;
    grid-column: 1;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.logo > img {
    padding: 10px;
    width: 100%;
    max-width: 300px;
    transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.navigation-bar {
    position: relative;
    display: grid;
    grid-template-columns: 30% 1fr;
    background-color: #fff;
    /* background-color: #0e5f76; */
    transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/* nav bar sticky */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    max-height: 80px;
    min-height: 50px;
    max-width: 1920px;
    z-index: 9999;
    background-color: rgb(238, 238, 238);
    transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.233);
    grid-template-columns: 15% 1fr;
}
.sticky .bottom-nav-links {
    margin-right: 20px;
    transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.sticky .nav-wrapper {
    display: grid;
    grid-template-rows: 1fr;
    transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.sticky .logo {
    display: flex;
    transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    justify-content: center;
    align-items: center;
}
.sticky .logo img {
    min-width: 100%;
    max-height: 60px;
    min-height: 40px;
    object-fit: contain;
    transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.sticky .upper-nav {
    display: none;
    transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.sticky .lower-nav {
    display: flex;
    justify-content: space-between;
    transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.sticky .lower-nav .bottom-nav-links {
    display: flex;
    width: 60%;
    justify-content: space-around;
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.sticky .nav-auth {
    width: 100%;
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.sticky #cr-order {
    width: 40%;
}
.sticky .bottom-create-order > div {
    justify-content: space-around;
}
#cr-order a {
    white-space: nowrap;
}
.nav-wrapper {
    display: grid;
    grid-template-rows: 1fr 1fr;
    transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.upper-nav {
    display: grid;
    grid-template-columns: 1fr 20% 30%;
    grid-gap: 1em;
    border-bottom: 1px solid #e3e3e3;
    transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav-phone {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav-auth {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav-auth div:not(:last-child) {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hm-TR-login span {
    font-size: 14px;
}
.cart-top {
    position: relative;
}
.cart-top__items {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -3px;
    right: -7px;
    width: 12px;
    height: 12px;
    background-color: var(--text-color-red);
    color: #fff;
    font-size: 8px;
    border-radius: 50%;
}

/* .nav-doors {
    position: absolute;
    width: 100%;
    max-height: 0;
    opacity: 0.8;
    overflow: hidden;
    top: 100%;
    z-index: 999;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: 0.3s linear;
} */
.nav-cabinets,
.nav-doors {
    position: absolute;
    width: 100%;
    max-height: 0;
    opacity: 0.8;
    overflow: hidden;
    top: 100%;
    z-index: 999;
    background-color: #fff;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-around; */
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    transition: 0.3s linear;
}
.nav-doors-visible {
    opacity: 1;
    max-height: 100vh;
}
.nav-cabinets-visible {
    opacity: 1;
    max-height: 100vh;
}
.nav-doors > a {
    height: 100%;
}
.tabs-context-wrapper > a {
    display: block;
    height: auto;
}
.nav-doors-item {
    margin: 15px;
    box-shadow: 0 0 10px 1px rgba(53, 71, 78, 0.349);
    cursor: pointer;
    transition: 0.3s ease-in-out;
    /* width: 100%; */
    max-width: 250px;
}
.nav-doors-item H4 {
    text-align: center;
}

.nav-doors-item > div:first-child img {
    /* width: 250px; */
    width: 100%;
    max-width: 100%;
    height: 150px;
    object-fit: cover;
}
.nav-doors-item > div:last-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.nav-doors-item:hover {
    box-shadow: 0 0 1px 1px rgba(53, 71, 78, 0.349);
}

.upper {
    text-transform: uppercase;
}

.lower-nav {
    display: grid;
    grid-template-columns: 1fr 30%;
    grid-gap: 1em;
}
.bottom-nav-links {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; */
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.bottom-create-order {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.bottom-create-order > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-container {
    overflow: hidden;
}
/* Slide show head*/
/* .head-slideshow-container {
    width: 100%;
    height: 700px;
    position: relative;
    max-height: max-content;
    background: transparent;
}
.swiper-container.head-swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide.head-swiper {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.swiper-button-next.head-swiper {
    position: absolute;
    top: 30%;
    left: 50px;
    color: #ffffff;
    transform: rotate(-90deg);
}
.swiper-button-prev.head-swiper {
    position: absolute;
    top: 70%;
    left: 50px;
    color: #ffffff;
    transform: rotate(-90deg);
}
.swiper-pagination.head-swiper {
    position: absolute;
    top: 50%;
    left: 55px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    height: 200px;
    width: 20px;
}
.swiper-slide.head-swiper .head-swiper-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.head-swiper-text-grid {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr;
    background-color: #00000080;
}
.slider-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    color: #000;
    padding: 15px 5% 15px 3%;
    min-width: 250px;
}
.head-swiper-text-grid > div:first-child {
    width: 50%;
    height: 80%;
    color: #fff;
    margin: auto 0;
    margin-left: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
}
.head-swiper-text-grid > div:first-child h3 {
    font-weight: 600;
}

.head-swiper-text-grid > div:first-child h1 {
    font-weight: 900;
    line-height: 0.9em;
}
.head-swiper-text-grid > div:first-child p {
    margin-top: 20px;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.8em;
}
.blur {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    background-color: #0f1f2d;
    z-index: 1;
}
.slider-image-container {
    grid-column: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.slider-image-container > img {
    width: 80%;
} */

/* BUTTONS */

.btn {
    background-color: #dbc3a1;
    color: #000;
    width: 260px;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0;
}
.btn-arrow-bg {
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    padding: 5px;
}

.btn-white {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    width: 200px;
    padding: 10px;
    border-radius: 10px;
    margin: 0;
    border: 2px solid black;
}
.btn-arrow-bg {
    background-color: #fff;
    border-radius: 5px;
}
/* PRODUCTS SECTION */

.products-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 60%;
    /* margin: 3% auto; */
    margin: 100px auto 3% auto;
}
.products-header h4 {
    letter-spacing: 1.8px;
    font-weight: 700;
    /* margin-bottom: 20px; */
}
.products-header h3 {
    letter-spacing: 2px;
    text-transform: uppercase;
}
.products-content-tabs {
    width: 100%;
    padding: 0 3%;
    background-color: #747477;
}
.products-content {
    /* display: grid;
    grid-template-columns: 1fr 1fr; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.products-item {
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    max-height: max-content;
    margin: 20px 40px;
    max-width: 750px;
}
.products-item h3 {
    font-weight: 500;
}
.products-item > div:first-child {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 100vh;
    padding: 0;
    margin: 0;
}
.products-image-ang {
    position: absolute;
    width: 150px;
    height: 1000px;
    top: -5px;
    right: -35px;
    background-color: rgb(255, 255, 255);
    transform: rotate(13deg);
}
.products-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.products-item > div:nth-child(2) {
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    overflow: hidden;
    padding: 3%;
}
.products-item > div:nth-child(2) p {
    line-height: 2em;
}
.products-item > div:nth-child(2) a,
.products-item > div:nth-child(2) p {
    transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.products-item > div:nth-child(2) a:hover {
    text-decoration: none;
}
.products-item > div:nth-child(2) a:hover p {
    font-weight: 700;
    transform: translateX(20px);
}

.loading {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: url(../images/loading.gif) center center no-repeat #7a1118;
}

.form-err {
    background-color: #facccc;
}

.createProfile-container > div.chf-msg {
    justify-content: flex-start;
}

.chf-msg {
    width: 90%;
    margin: 20px auto;
    display: flex;
}

.f-msg {
    text-align: center;
}

.order-message {
}

.order-message.order-message--error {
    padding: 20px 3%;
    margin: 20px auto;
    color: #fff;
    border-radius: 5px;
    background-color: #ff0000;
    max-width: 550px;
}

.chf-msg div,
.f-msg div {
    padding: 20px 3%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 20px 0;
    color: #fff;
}

.chf-msg A {
    color: #fff;
}

.chf-err div {
    background-color: #ff0000;
}

.chf-done div {
    /* background-color: #0e5f76; */
    background-color: var(--text-color-red);
}

.inner-txt {
    width: auto;
    max-width: 80%;
    padding: 30px 0 30px 5%;
}
.no-res {
    width: 50%;
    font-size: 3em;
    text-align: center;
    margin: 50px auto;
}
.no-res-link-to-q-cart {
    margin: 0 auto;
    display: block;
    width: max-content;
    transition: 0.3s ease;
    padding: 10px;
}
.no-res-link-to-q-cart:hover {
    color: var(--text-color-red);
}
.hm-TR-login {
    position: relative;
}
/* .logged-links{
    position: absolute;
    bottom: -150px;
} */
#open {
    display: none;
}
.logged-links a {
    padding: 10px 10px;
    text-align: center;
}
.logged-links .btn_2_red {
    margin-top: 50px;
    display: block;
}

.history {
    margin: 30px auto;
    width: auto;
    max-width: 1200px;
}

.history-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

A.history-row {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
    text-decoration: none;
    color: #141414;
    font-size: 11pt;
}

A.history-row:hover {
    background-color: #f8f8f8;
}

.h-date {
    width: 150px;
}

.h-id {
    width: 150px;
}

.h-total {
    width: 150px;
}
.h-delete {
    color: var(--text-color-red);
    font-weight: 600;
    transition: 0.3s ease;
}
.h-delete:hover {
    text-decoration: underline;
}
.h-pending {
    color: #06992f;
    font-weight: 600;
}
.history-header {
    background-color: #e3dfe2;
    padding: 10px 15px;
}

.history-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.history-quote {
    padding: 10px 30px;
}

.history-header-block {
    width: 45%;
}

.history-header-row {
    padding: 5px 0;
}

.history-header-block label {
    text-decoration: underline;
    font-size: 14pt;
    display: block;
    padding: 10px 0 20px;
}

.csr {
    width: auto;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    top: 50px;
    z-index: 2;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 4em;
}

.csr-ttl {
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #7e1920;
    color: #7e1920;
    text-transform: uppercase;
}

.csr-search {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.csr-search > div {
    margin: 10px;
}
.csr-search label {
    display: block;
    padding-bottom: 10px;
}
.csr-search > div {
    width: 100%;
}
.csr-search > div > div {
    width: 100%;
}

.csr-input {
    /* width: 290px; */
    width: 100%;
    /* max-width: 200px; */
}

.csr-customers {
    display: none;
    position: absolute;
    width: calc(100% - 60px);
    background-color: #fff;
}

.csr-customers A {
    display: block;
    padding: 5px;
    border: 1px solid #d1bc8e;
    margin-top: 1px;
    border-radius: 5px;
    font-size: 9pt;
}

.csr-customers A font {
    color: #7e1920;
}

.csr-customers A:hover {
    background-color: #dcd8dd;
    text-decoration: none;
}

.csr-notes {
    position: fixed;
    z-index: 100;
    right: 20px;
    top: 100px;
    padding: 10px;
    background-color: #7d171e;
    line-height: 150%;
    border-radius: 5px;
    color: #fff;
    font-size: 9pt;
}

.user-search {
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.user-search input {
    width: calc(100% - 160px);
    border: 1px solid #cccce1;
    padding: 10px;
    border-radius: 5px;
}

.user-search A {
    margin-left: 10px;
    width: 150px;
    padding-top: 10px;
    background-color: #7a1118;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

/* MAIN PAGE TABS (MAX 4 TABS)*/
.products-content-tabs {
    width: 100%;
    padding: 0 3%;
    background-color: #fff;
}
.tabs-context-wrapper {
    /* display: flex;
    justify-content: space-around;
    flex-flow: row;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
.tab-hidden {
    opacity: 0;
    pointer-events: none;
}
.tabs-removed {
    display: none !important;
    pointer-events: none;
}
.tabs {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    background: white;
    padding: 0 50px 30px 50px;
    width: 100%;
    /* height: 250px; */
    /* box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.1); */
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    min-width: 240px;
}
.tabs input[name='tab-control'] {
    display: none;
}
.tabs .content section h2,
.tabs ul li label {
    /* font-family: "Montserrat"; */
    font-weight: bold;
    font-size: 18px;
    color: var(--tabs-color);
}
.tabs ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.tabs ul li {
    box-sizing: border-box;
    flex: 1;
    width: 25%;
    padding: 0 10px;
    text-align: center;
}
.tabs ul li label {
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tabs ul li label br {
    display: none;
}
.tabs ul li label img {
    /* filter: invert(79%) sepia(40%) saturate(202%) hue-rotate(356deg) brightness(94%) contrast(89%);; */
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    transition: all 0.2s ease-in-out;
}
.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
    outline: 0;
    color: #bec5cf;
}
.tabs ul li label:active {
    filter: blur(3px);
}
.tabs ul li label:hover svg,
.tabs ul li label:focus svg,
.tabs ul li label:active img {
    filter: blur(10px);
}
.tabs .slider {
    position: relative;
    width: 25%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
    position: relative;
    width: 50px;
    max-width: 100%;
    margin: 0 auto;
    height: 4px;
    background: var(--tabs-color);
    border-radius: 1px;
}
.tabs .content {
    margin-top: 30px;
}
.tabs .content section {
    display: none;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    line-height: 1.4;
}
.tabs .content section h2 {
    color: var(--tabs-color);
    display: none;
}
.tabs .content section h2::after {
    content: '';
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: var(--tabs-color);
    margin-top: 5px;
    left: 1px;
}
.tabs input[name='tab-control']:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    cursor: default;
    color: var(--tabs-color);
}
.tabs input[name='tab-control']:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
    fill: var(--tabs-color);
}
@media (max-width: 675px) {
    .tabs input[name='tab-control']:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
        background: rgba(0, 0, 0, 0.08);
    }
}
.tabs input[name='tab-control']:nth-of-type(1):checked ~ .slider {
    transform: translateX(0%);
}
.tabs input[name='tab-control']:nth-of-type(1):checked ~ .content > section:nth-child(1) {
    display: block;
}
.tabs input[name='tab-control']:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    cursor: default;
    color: var(--tabs-color);
}
.tabs input[name='tab-control']:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
    fill: #428bff;
}
@media (max-width: 675px) {
    .tabs input[name='tab-control']:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        background: rgba(0, 0, 0, 0.08);
    }
}
.tabs input[name='tab-control']:nth-of-type(2):checked ~ .slider {
    transform: translateX(100%);
}
.tabs input[name='tab-control']:nth-of-type(2):checked ~ .content > section:nth-child(2) {
    display: block;
}
.tabs input[name='tab-control']:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    cursor: default;
    color: var(--tabs-color);
}
.tabs input[name='tab-control']:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
    fill: #428bff;
}
@media (max-width: 675px) {
    .tabs input[name='tab-control']:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
        background: rgba(0, 0, 0, 0.08);
    }
}
.tabs input[name='tab-control']:nth-of-type(3):checked ~ .slider {
    transform: translateX(200%);
}
.tabs input[name='tab-control']:nth-of-type(3):checked ~ .content > section:nth-child(3) {
    display: block;
}
.tabs input[name='tab-control']:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    cursor: default;
    color: var(--tabs-color);
}
@media (max-width: 675px) {
    .tabs input[name='tab-control']:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
        background: rgba(0, 0, 0, 0.08);
    }
}
.tabs input[name='tab-control']:nth-of-type(4):checked ~ .slider {
    transform: translateX(300%);
}
.tabs input[name='tab-control']:nth-of-type(4):checked ~ .content > section:nth-child(4) {
    display: block;
}
@-webkit-keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}
@keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}
@media (max-width: 1000px) {
    .tabs ul li label {
        white-space: initial;
    }
    .tabs ul li label br {
        display: initial;
    }
    .tabs ul li label svg {
        height: 1.5em;
    }
}
@media (max-width: 900px) {
    .user-search {
        width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 675px) {
    .tabs ul li label {
        padding: 5px;
        border-radius: 5px;
    }
    .tabs ul li label span {
        display: none;
    }
    .tabs .slider {
        display: none;
    }
    .tabs .content {
        margin-top: 20px;
    }
    /* .tabs .content section h2 {
        display: block;
    } */
}

.main-page-slider {
    width: 100%;
    height: max-content;
    position: relative;
    overflow: hidden;
}
.main-page-slider .swiper-slide {
    position: relative;
    min-height: 320px;
}
.main-page-slider .swiper-slide > img,
.main-page-slider .swiper-slide > video {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
}
.main-page-slider .swiper-button-next,
.main-page-slider .swiper-button-prev {
    width: var(--swiper-nav-width) !important;
    height: var(--swiper-nav-height) !important;
    padding: 10px;
    background-color: var(--swiper-nav-background-color) !important;
    transition: 0.3s ease;
}
.main-page-slider .swiper-button-next:hover,
.main-page-slider .swiper-button-prev:hover {
    background-color: var(--swiper-nav-hover-background-color) !important;
}
.main-page-slider .swiper-button-next:after,
.main-page-slider .swiper-button-prev:after {
    font-size: 25px !important;
    color: var(--swiper-text-color);
}
.main-page-slider .slide-shadow {
    width: 100%;
    height: 100%;
    background-color: var(--swiper-slide-shadow);
    position: absolute;
    top: 0;
    left: 0;
}
.main-page-slider .slider-info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--swiper-text-color) !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* align-items: center; */
    padding: 30px;
}
.main-page-slider .slider-info.slider-info-c {
    text-align: center;
}
.main-page-slider .slider-info.slider-info-l {
    text-align: left;
}
.main-page-slider .slider-info.slider-info-r {
    text-align: right;
}
.main-page-slider .slider-info.slider-info-r h3,
.main-page-slider .slider-info.slider-info-r .slider-buttons-container {
    align-self: flex-end;
}
.main-page-slider .slider-info.slider-info-l h3,
.main-page-slider .slider-info.slider-info-l .slider-buttons-container {
    align-self: flex-start;
}
.main-page-slider .slider-info h3 {
    font-size: calc(8px + 0.6vw);
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    /* animation: h3animation .6s; */
}
.main-page-slider .slider-info h1 {
    z-index: 7;
    font-size: calc(9px + 2vw);
    line-height: 110%;
    padding: 20px 0;
    font-weight: 700;
    letter-spacing: calc(1px + 0.3vw);
    text-transform: uppercase;
    animation-delay: 1s;
}
.main-page-slider .slider-info p {
    z-index: 6;
    font-size: calc(8px + 0.5vw);
    line-height: 30px;
    font-weight: 500;
    animation-delay: 0.3s;
}
.main-page-slider .slider-image-wrapper {
    margin: 10px 15px;
    max-width: 20vw;
}
.main-page-slider .slider-image-wrapper img {
    width: 100%;
    /* height: auto; */
    object-fit: contain;
}
.main-page-slider .slider-image {
    animation-delay: 0.8s;
}
.main-page-slider .slider-info p:nth-child(1) {
    animation-delay: 1s;
}
.main-page-slider .slider-info p:nth-child(2) {
    animation-delay: 1.2s;
}
.main-page-slider .slider-info p:nth-child(3) {
    animation-delay: 1.4s;
}
.main-page-slider .slider-info p:nth-child(4) {
    animation-delay: 1.6s;
}
.main-page-slider .slider-info p:nth-child(5) {
    animation-delay: 1.8s;
}
.main-page-slider .slider-info p:nth-child(6) {
    animation-delay: 1.5s;
}
.main-page-slider .slider-buttons-container {
    animation-delay: 1.6s;
}
.main-page-slider .slider-text {
    /* width: 90%;
    margin: 0 auto; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
.main-page-slider .slider-text .btn_2 {
    white-space: nowrap;
}
.main-page-slider .slider-info > div {
    /* max-width: 100%; */
    display: flex;
    /* flex-direction: row; */
    align-items: center;
    justify-content: center;
}
.main-page-slider .regular-text {
    width: 100%;
    margin: 0 auto;
}
.main-page-slider .slider-info-c .slider-text {
    text-align: center;
}
.main-page-slider .slider-info-l .slider-text {
    text-align: left;
}
.main-page-slider .slider-info-r .slider-text {
    text-align: right;
}
.main-page-slider .slider-buttons-container {
    /* width: 70%; */
    max-width: 600px;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    justify-content: space-around;
    margin-top: 10%;
}
.main-page-slider .slider-buttons-container .btn_2 {
    max-width: fit-content;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
}
.text-focus-in {
    -webkit-animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.focus-in-contract-bck {
    -webkit-animation: focus-in-contract-bck 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: focus-in-contract-bck 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tracking-in-expand-fwd-bottom {
    -webkit-animation: tracking-in-expand-fwd-bottom 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: tracking-in-expand-fwd-bottom 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
.scale-up-hor-center {
    -webkit-animation: scale-up-hor-center 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-hor-center 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media (max-width: 800px) {
    .main-page-slider .regular-text {
        width: 100%;
        overflow: hidden;
        white-space: unset;
    }
    .main-page-slider .slider-info p {
        line-height: 130%;
    }
}
@media (max-width: 800px) {
    .main-page-slider .slider-text .btn_2 {
        font-size: 10px;
    }
    .main-page-slider .slider-buttons-container {
        width: 100%;
    }
}
@media (max-width: 530px) {
    .main-page-slider .slider-text {
        margin-top: 0;
    }
}
@media (max-width: 530px) {
    .main-page-slider .slider-info h3 {
        line-height: 100%;
    }
}
@-webkit-keyframes scale-up-hor-center {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes scale-up-hor-center {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        /* filter: blur(12px); */
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        /* filter: blur(12px); */
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@-webkit-keyframes focus-in-contract-bck {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(12px);
        transform: translateZ(12px);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}
@keyframes focus-in-contract-bck {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(12px);
        transform: translateZ(12px);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes tracking-in-expand-fwd-bottom {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateY(500px);
        transform: translateZ(-700px) translateY(500px);
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}
@keyframes tracking-in-expand-fwd-bottom {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateY(500px);
        transform: translateZ(-700px) translateY(500px);
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

.control {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    min-width: 20px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 21px;
    width: 20px;
    background: #e6e6e6;
    border: 1px solid #000000;
    border-radius: 0px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #7a1118;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #a11821;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}
.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}
@keyframes s-ripple {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }
    30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
.control-checkbox input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}
.control-checkbox input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}

.btn_2 {
    width: 100%;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #9e8b70;
    position: relative;
    overflow: hidden;
    color: #000;
    background-color: #dbc3a1;
    display: flex;
    align-items: center;
    transition: all 650ms;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.9em;
    border-radius: 10px;
    outline: none;
}
.btn_2:hover {
    box-shadow: 1px 1px 15px 5px #ffffff96;
    border-radius: 0px;
    text-decoration: none;
}
.btn_2:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, #ffffffb2, #ffffff7e, transparent);
    transition: all 650ms;
}
.btn_2:hover:before {
    left: 100%;
}

/* INVOICES */
.invioces-wrapper {
    margin: 50px 3%;
}
.inv-paybtn-wrapper {
    width: 100%;
    margin-top: 30px;
    display: flex;

    align-items: flex-end;
    flex-direction: column;
}
.inv-paybtn-wrapper .inv_pay,
.inv-paybtn-wrapper .inv_preceed_to_payment {
    max-width: max-content;
}
.bill-pay {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.bill-pay > div {
    width: 50%;
    min-width: 400px;
}
.bill-pay #c_num {
    max-width: 250px;
}
.inv-bill-grid {
    display: grid;
    grid-template-columns: 120px fit-content(600px);
    grid-gap: 20px;
    margin-bottom: 50px;
}
.inv-form label {
    margin-bottom: 5px;
}
.inv-form #c_num {
    max-width: 260px;
}
.dcf-table {
    background-color: transparent;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
}
.dcf-table th.select,
.dcf-table td.select {
    width: 10%;
    white-space: nowrap;
}
.dcf-table th {
    text-align: left;
    background-color: #e3dfe2;
}

.dcf-txt-center {
    text-align: center !important;
}

.dcf-txt-left {
    text-align: left !important;
}

.dcf-txt-right {
    text-align: right !important;
}

.dcf-table caption {
    color: var(--caption);
    font-size: 1.13em;
    font-weight: 700;
    padding-bottom: 0.56rem;
}

.dcf-table thead {
    font-size: 0.84em;
}

.dcf-table tbody {
    border-bottom: 1px solid var(--table-border-color);
    border-top: 1px solid var(--table-border-color);
    font-size: 0.84em;
}

.dcf-table tfoot {
    font-size: 0.84em;
}

.dcf-table td,
.dcf-table th {
    padding-right: 1.78em;
}

.dcf-table tr {
    transition: 0.4s ease;
}

.dcf-table-bordered,
.dcf-table-bordered td,
.dcf-table-bordered th {
    border: 1px solid var(--table-border-color);
}

.dcf-table-bordered td,
.dcf-table-bordered th,
.dcf-table-striped td,
.dcf-table-striped th {
    padding-left: 1em;
    padding-right: 1em;
}

.dcf-table-bordered tr:not(:last-child),
.dcf-table-striped tr:not(:last-child) {
    border-bottom: 1px solid var(--table-border-color);
}

.dcf-table-striped tbody tr:nth-of-type(2n) {
    background-color: var(--table-stripe-background-color);
}

/* .dcf-table tr:hover {
    background: var(--table-row-hover-background-color) !important;
} */
.dcf-table thead td,
.dcf-table thead th {
    padding-bottom: 0.75em;
    vertical-align: bottom;
}

.dcf-table tbody td,
.dcf-table tbody th,
.dcf-table tfoot td,
.dcf-table tfoot th {
    padding-top: 0.75em;
    vertical-align: top;
}

.dcf-table tbody td,
.dcf-table tbody th {
    padding-bottom: 0.75em;
}

.dcf-table-bordered thead th {
    padding-top: 1.33em;
}

.dcf-wrapper-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-bottom: 1em;
    position: relative;
    right: 50%;
    width: 100vw;
}

A.log-link {
    color: #ff0000;
}

@media only screen and (max-width: 715px) {
    .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap;
    }
    .dcf-table-responsive tr {
        display: block;
    }
    .dcf-table-responsive td {
        -webkit-column-gap: 3.16vw;
        -moz-column-gap: 3.16vw;
        column-gap: 3.16vw;
        display: grid;
        grid-template-columns: 1fr 2fr;
        text-align: left !important;
    }
    .dcf-table th.select,
    .dcf-table td.select {
        width: unset;
        white-space: initial;
    }
    .dcf-table-responsive.dcf-table-bordered,
    .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0;
    }
    .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 0;
    }
    .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: 0.75em;
    }
    .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0;
    }
    .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 0;
    }
    .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0;
    }
    .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 1.78em;
    }
}

.dcf-overflow-x-auto {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}
