@import '/icons/lineawesome/css/line-awesome.min.css';

body input:focus, textarea:focus, button:focus, a:focus, select:focus {
    outline: none !important;
    box-shadow: none !important;
}

@font-face {
    font-family: 'iran-sans';
    src: url("/fonts/IRAN SANS.TTF");
}

body {
    direction: rtl !important;
    background-image: url("/images/3zx-background.png");
    background-size: cover;
    width: 100vw !important;
    overflow-x: hidden;
    font-family: iran-sans;
}

body .header {
    padding: 0.6% 6% 0 !important;
    margin: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
}

@media screen and (max-width: 544px) {
    body .header {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        width: 100vw;
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 330px) {
    body .header {
        padding: 0 !important;
    }
}

body .header .logo {
    text-align: center;
    width: 78px;
    position: absolute;
    left: 5%;
}

@media screen and (max-width: 380px) {
    body .header .logo {
        width: 68px !important;
        top: 2% !important;
        left: 2% !important;
    }
}

body .header .title {
    display: -ms-grid;
    display: grid;
    text-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1% 2.25%;
    color: white;
    width: 70%;
}

@media screen and (max-width: 544px) {
    body .header .title {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        margin-top: 3%;
    }
}

@media screen and (max-width: 436px) {
    body .header .title {
        font-size: 90% !important;
    }
}

@media screen and (max-width: 380px) {
    body .header .title {
        font-size: 80% !important;
    }
}

body .header .title .name {
    font-size: larger;
    color: white;
}

body .header .title .name:hover {
    text-decoration: none;
}

@media screen and (max-width: 436px) {
    body .header .title .name {
        font-size: 90% !important;
    }
}

body .main-section {
    direction: rtl;
    text-align: start;
    padding: 3% 6.25%;
    margin: auto;
}

body .main-section .pills-wrapper {
    padding: 2% 0;
    border: 1px solid #967f61;
    border-radius: 8px;
    -webkit-box-shadow: 1px 11px 24px 0px rgba(201, 190, 190, 0.38);
    box-shadow: 1px 11px 24px 0px rgba(201, 190, 190, 0.38);
}

@media screen and (max-width: 575px) {
    body .main-section .pills-wrapper {
        margin-bottom: 5% !important;
    }
}

body .main-section .pills-wrapper a {
    background: transparent !important;
    border: 1px solid #967f61;
    color: white;
    margin: 10px;
    width: 90%;
    -webkit-box-shadow: 5px 5px 15px -5px rgba(201, 190, 190, 0.38);
    box-shadow: 5px 5px 15px -5px rgba(201, 190, 190, 0.38);
}

body .main-section .pills-wrapper a i {
    font-size: 150%;
}

body .main-section .pills-wrapper a span {
    margin-right: 5%;
}

body .main-section .pills-wrapper a:hover, body .main-section .pills-wrapper a.active {
    background: #978164 !important;
}

body .main-section .content-wrapper {
    border: 1px solid #967f61;
    padding: 2%;
    color: white;
    border-radius: 8px;
    -webkit-box-shadow: 1px 11px 24px 0px rgba(201, 190, 190, 0.38);
    box-shadow: 1px 11px 24px 0px rgba(201, 190, 190, 0.38);
}

body .main-section .content-wrapper .tab-content {
    width: 100%;
    height: 100%;
}

body .main-section .content-wrapper .tab-content .tab-pane {
    width: 100%;
}

body .main-section .content-wrapper .tab-content .tab-pane .inputs-wrapper {
    margin: 2% 0;
    width: 70%;
    float: right;
    text-align: start;
    color: white;
    position: relative;
    height: 100%;
}

@media screen and (max-width: 1000px) {
    body .main-section .content-wrapper .tab-content .tab-pane .inputs-wrapper {
        width: 100% !important;
        margin: auto;
    }
}

body .main-section .content-wrapper .tab-content .tab-pane .inputs-wrapper .head {
    display: -ms-grid;
    display: grid;
    color: white;
}

body .main-section .content-wrapper .tab-content .tab-pane .inputs-wrapper .inputs {
    padding: 4% 0 12%;
    width: 90%;
}

@media screen and (max-width: 1000px) {
    body .main-section .content-wrapper .tab-content .tab-pane .inputs-wrapper .inputs {
        width: 100% !important;
        padding-bottom: 6%;
    }
}

body .main-section .content-wrapper .tab-content .tab-pane .inputs-wrapper .inputs input {
    background: transparent;
    padding: 4%;
    margin-bottom: 4%;
    color: white;
}
body .main-section .content-wrapper .tab-content .tab-pane .inputs-wrapper .inputs textarea {
    background: transparent;
    padding: 4%;
    margin-bottom: 4%;
    color: white;
}
body .main-section .content-wrapper .tab-content .tab-pane .inputs-wrapper .inputs .dropdown-toggle {
    width: 100%;
    text-align: start;
    padding: 2% 3.8%;
    background: white;
    color: black;
    font-weight: 400 !important;
    position: relative;
    margin-bottom: 4%;
}

body .main-section .content-wrapper .tab-content .tab-pane .inputs-wrapper .inputs .dropdown-toggle.input-style {
    background: transparent;
    border-color: 1px solid white !important;
    color: #ced4da;
}

body .main-section .content-wrapper .tab-content .tab-pane .inputs-wrapper .inputs .dropdown-toggle::after {
    position: absolute;
    left: 5%;
    top: 50%;
    font-size: larger;
}


.dropdown-item:active {
    background: transparent;
    color: black;
}

.dropdown input {
    color: black !important;
}

.size-label {
    display: flex;
    font-size: x-small;
    justify-content: space-between;
    direction: ltr;
}

@media screen and (max-width: 1100px) {
    .size-label {
    }
}

body .main-section .content-wrapper .tab-content .tab-pane .inputs-wrapper .inputs .create-btn {
    background: #978164;
    color: white;
    height: 50px;
    border-radius: 8px !important;
    border: none;
    -webkit-box-shadow: 1px 11px 24px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 1px 11px 24px 0px rgba(0, 0, 0, 0.38);
    width: 100%;
    margin-top: 10%;
}

@media screen and (max-width: 1000px) {
    body .main-section .content-wrapper .tab-content .tab-pane .inputs-wrapper .inputs .create-btn {
        margin-top: 4%;
    }
}

@media screen and (max-width: 800px) {
    body .main-section .content-wrapper .tab-content .tab-pane .inputs-wrapper .inputs .create-btn {
        font-size: small;
        height: 35px;
    }
}

@media screen and (max-width: 380px) {
    body .main-section .content-wrapper .tab-content .tab-pane .inputs-wrapper .inputs .create-btn {
        font-size: small;
    }
}

body .main-section .content-wrapper .tab-content .qrcode-wrapper {
    width: 30%;
    float: left;
    display: -ms-grid;
    display: grid;
    position: relative;
    margin: 2% 0;
}

@media screen and (max-width: 1000px) {
    body .main-section .content-wrapper .tab-content .qrcode-wrapper {
        margin: auto;
        width: 100% !important;
        float: none;
    }
}

body .main-section .content-wrapper .tab-content .qrcode-wrapper .qrcode {
    text-align: center;
    margin: 8% auto 20%;
    width: 70%;
}

@media screen and (max-width: 1000px) {
    body .main-section .content-wrapper .tab-content .qrcode-wrapper .qrcode {
        width: 40%;
        margin-bottom: 5%;
    }
}

body .main-section .content-wrapper .tab-content .qrcode-wrapper .custom-range::-webkit-slider-thumb {
    background: #978164;
}

body .main-section .content-wrapper .tab-content .qrcode-wrapper .download-btn {
    background: #978164;
    color: white;
    height: 50px;
    border-radius: 8px !important;
    border: none;
    -webkit-box-shadow: 1px 11px 24px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 1px 11px 24px 0px rgba(0, 0, 0, 0.38);
    width: 100%;
    margin-top: 10%;
    text-align: center;
    text-decoration: none;
    line-height: 48px;
}

@media screen and (max-width: 380px) {
    body .main-section .content-wrapper .tab-content .qrcode-wrapper .download-btn {
        font-size: small;
    }
}

@media screen and (max-width: 800px) {
    body .main-section .content-wrapper .tab-content .qrcode-wrapper .download-btn {
        font-size: small;
        height: 35px;
        margin-top: 5%;
    }
}

body .cards-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: 4%;
}

@media screen and (max-width: 580px) {
    body .cards-wrapper {
        display: -ms-grid;
        display: grid;
    }
}

body .cards-wrapper .card {
    background: transparent;
    border: none;
}

body .cards-wrapper .card .card-body {
    padding-top: 0 !important;
    text-align: center;
    color: black;
    font-size: 90%;
}

body .selects-wrapper {
    display: flex;
    justify-content: space-between;
}

body .selects-wrapper select {
    width: 10vw;
    background: transparent;
    color: white;
    border-radius: 0.25rem;
    border-color: #ced4da;
    padding: 4% 4% 4% 10%;
}

.la-paint-brush {
    font-size: 130%;
    margin-left: 2%;
}

body .selects-wrapper select option {
    color: black;
}

body .footer {
    padding-top: 3%;
    padding-right: 5%;
    padding-left: 5%;
}

body .footer .nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body .footer .nav-wrapper nav {
    height: -webkit-min-content !important;
    height: -moz-min-content !important;
    height: min-content !important;
}

body .footer .nav-wrapper nav a {
    color: white;
    height: -webkit-min-content !important;
    height: -moz-min-content !important;
    height: min-content !important;
    padding: 0;
    margin: 8px 16px;
}

body .footer .nav-wrapper img {
    width: 50px;
}

body .footer hr {
    background: white;
}

body .footer .copy-right {
    color: white;
    text-align: start;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body .footer .copy-right .social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
}

body .footer .copy-right .social-media a {
    margin: 0 20%;
    font-size: larger;
    color: white;
}

body .footer .copy-right .fa-chevron-circle-up {
    font-size: larger;
    padding: 2%;
    color: white;
}

@media screen and (max-width: 720px) {
    body .footer .copy-right p {
        font-size: small;
    }
}

@media screen and (max-width: 600px) {
    body .footer .copy-right p {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 30px;
        text-align: center;
    }
}
/*# sourceMappingURL=3zx-style.css.map */
