﻿body {
    font-family: Montserrat,sans-serif !important;
    font-weight: normal !important;
    background: rgb(33, 37, 41) !important;
}

html {
    background: #f2f2f2;
}

#root {
    background: #f2f2f2;
    height: 100%;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.gbtn {
    border: none;
    background: white;
    width: 25%;
}

    .gbtn img {
        width: 100%;
    }

.fbtn {
    border: none;
    background: white;
    width: 25%;
}

    .fbtn img {
        width: 100%;
    }

.fileUploaderContainer {
    margin: auto;
    width: 75%;
    height: 180px;
    background: #3c3c3c;
}

a {
    color: #21a79b !important;
}

    a:hover {
        color: white !important;
    }

.additional-background-color :hover {
    background: #21a79b !important;
}

.uploadedFilesTable {
    margin: auto;
    width: 75%;
    height: 60px;
    background: #3c3c3c;
    color: white;
    padding: 20px;
}


.product-tile {
    border: 1px solid #ccc;
    margin: 10px;
    padding: 25px;
    border-radius: 15px;
}

.product-tile-name {
    font-weight: bold;
}

.product-tile-price {
    display: inline;
    color: #212529;
    font-size: 45px;
    font-weight: bold;
}

.product-tile-price-year {
    display: inline;
    color: #212529;
    font-size: 15px;
    font-weight: bold;
}

.product-tile-price-bottom-border {
    border-bottom: 1px solid #ccc;
}

.product-tile-description {
    padding: 25px;
    display: flex;
    height: 330px;
}

.product-tile-description-text {
    width: 100%;
    color: #4a5669;
    align-self: flex-end;
}

    .product-tile-description-text ul {
        list-style-type: none;
    }

.product-tile-description-text-light {
    color: #a0abbc;
}

.select-product-btn {
    height: 50px;
    width: 80%;
    border: none;
    color: #4a5669;
    background-color: #fc3;
    border-radius: 5px;
}

.main-color-text {
    color: #212529;
}

up {
    position: relative;
    padding-right: 20px; /* Dostosuj odległość od prawej strony do preferencji */
    display: inline-block; /* Aby strzałka była obok tekstu, a nie poniżej */
}

    /* Style dla strzałki (pseudoelement ::after) */
    up::after {
        content: "up";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 6px; /* Dostosuj wielkość strzałki */
        border-color: transparent transparent transparent #333; /* Dostosuj kolor strzałki */
    }

a.nav-link span {
    display: block;
    font-size: 0.8em;
}

a.nav-link span {
    display: block;
    font-size: 0.8em;
}

a.nav-link {
    width: 100%;
    display: block;
}

ul.nav li {
    display: block;
    width: 100%;
}

ul.nav {
    margin-top: 20px
}

a.nav-link:hover {
    background: #21a79b;
}

.styledNavLink {
    text-emphasis: none;
    text-decoration: none;
    background: white !important;
}

    .styledNavLink:hover {
        text-emphasis: none;
        text-decoration: none;
        background: white !important;
    }

.ReactModal__Overlay.ReactModal__Overlay--after-open {
    position: fixed;
    inset: 0px;
    background-color: rgb(43 43 43 / 75%) !important;
    z-index: 1200;
}


.css-wf2uln {
    margin-top: 6px !important;
    padding: 2px 11px !important;
    font-size: 13px !important;
    border-radius: 5px !important;
}

.new-order {
    background: #f2f2f2 !important;
    font-weight: bold;
}

.selected-side-menu-link {
    background: #21a79b !important;
    color: white !important;
}

.container-fluid {
    background: #212529 !important;
}

td {
    background: #f2f2f2 !important;
    background-color: #f2f2f2 !important;
}

.MuiInputBase-root {
    background: white !important;
}

.container {
    /*margin-right: 0px !important;*/
}


.row-flex-style {
    display: flex !important;
    flex-flow: row !important;
}

@media (max-width: 575px) {
    .row-flex-style {
        display: flex !important;
        flex-flow: column !important;
    }
}

.freeTokensInfoLink {
    background: transparent !important;
    color: white !important;
    text-decoration: underline !important;
    font-size: 1em !important;
}

    .freeTokensInfoLink:hover {
        background: transparent !important;
        color: white !important;
        font-size: 1em !important;
    }

.navbar-logo {
    height: 45px;
    margin-right: 50px;
    background: #212529 !important;
}

.link-body2 {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
}

a.link-body2:hover {
    color: black !important;
}

.hidden-password .dot {
    display: inline-block;
    font-size: .8rem;
    color: #999;
    margin: 0 1px;
}

.hidden-password .hint {
    color: #aaa;
    font-style: italic;
    margin-left: 5px;
}
