﻿body {
    direction: rtl;
    font-family: "Vazir",Arial !important
}


.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

.text-white {
    color: #fff !important;
}

.text-center {
    text-align: center !important;
}

.bg-primary {
    background-color: var(--wpex-gold-primary) !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.align-middle {
    vertical-align: middle !important;
}

.ltr {
    direction: ltr !important
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 2rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-select-lg {
    width: 90%;
    margin: 0 auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.p-2 {
    padding: 0.5rem !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-light {
    color: #FFF !important;
    background-color: var(--wpex-gold-dark);
    border-color: var(--wpex-gold-dark);
}

.groupWork {
}

    .groupWork a {
        color: #fff !important;
        font-size: 1.4em
    }


    .groupWork div.p-2 {
        margin: 7px;
    }

        .groupWork div.p-2.active {
            background-color: var(--wpex-gold-dark-dark) !important;
            border: 3px double #000 !important;
            color: #fff !important;
        }

        .groupWork div.p-2:hover {
            background-color: var(--wpex-gold-primary) !important;
            border: 2px dashed #000 !important;
            color: #fff !important;
            cursor: pointer
        }

            .groupWork div.p-2:hover a {
                color: #fff !important
            }

    .groupWork #priceTopGroupsTop {
    }

        .groupWork #priceTopGroupsTop a {
            color: #fff !important;
            font-size: 1.9em
        }

    .groupWork #priceTopGroupsBottom {
    }

        .groupWork #priceTopGroupsBottom a {
            color: #fff !important;
            font-size: 1.9em
        }


.blink {
    -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;
    -moz-animation: NAME-YOUR-ANIMATION 1s infinite;
    -o-animation: NAME-YOUR-ANIMATION 1s infinite;
    animation: NAME-YOUR-ANIMATION 1s infinite;
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
    0%, 49% {
        background-color: #000;
        border: 15px solid #000;
        color: #fff
    }

    50%, 100% {
        background-color: var(--wpex-gold-dark);
        border: 15px solid #000;
        color: #fff
    }
}



table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.text-dark {
    color: #343a40 !important;
}

.p-3 {
    padding: 1rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.bg-warning {
    background-color: var(--wpex-gold-light) !important;
}

h3 {
    font-size: 1.953em;
}

h1, h2, h3, h4, h5 {
    margin: 0 0 1rem;
    font-weight: 600;
    line-height: 1.21;
    color: initial;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: #212529;
}

    .table thead th {
        text-align: center !important;
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.table-sm td, .table-sm th {
    padding: 0.3rem;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}

#priceSubGroups {
}

    #priceSubGroups .h6, h6 {
        font-size: 1.8rem;
    }

    #priceSubGroups h3 {
        margin: 0 auto;
        display: table;
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.45);
        border-radius: 0px 17px 0px 17px;
        -moz-border-radius: 0px 17px 0px 17px;
        -webkit-border-radius: 0px 17px 0px 17px;
        border: 0px solid #000000;
        margin-bottom: 10px;
    }

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

#priceExportPdf {
    text-align: center;
    background-color: var(--wpex-gold-light);
    text-align: center;
    color: #000;
    font-size: 1.7rem;
    font-weight: 700;
    padding: 5px;
    display: table;
    margin: 20px auto;
    max-width:260px;
}

    #priceExportPdf a {
        color: #000;
    }

    #priceExportPdf img {
        margin-left: 10px;
    }

#pricePoster {
    text-align: center;
    width: 100%;
}

    #pricePoster img {
        height: 300px;
        margin: 0 auto;
        border: 3px double #ccc
    }

.boldoption {
    font-weight: 700
}


.logosection {
    text-align: center;
    background: url('/Pictures/bg-pattern.svg') no-repeat center top;
    padding-top: 10px;
    margin-bottom:10px;
}

    .logosection img {
        width: 100px;
    }

    .logosection h7 {
        display: block;
        color: var(--wpex-gold-middle);
        font-size: 24px
    }

#btnorder {
    display: block;
    margin: 20px auto;
    font-size: 25px;
    border: 1px solid var(--wpex-gold-dark-dark);
    padding: 5px;
    width: 224px;
    cursor: pointer;
    color: var(--wpex-gold-dark-dark);
}
    #btnorder:hover {
        color: #000;
      
        background-color: var(--wpex-gold-light);
        border: 1px solid #000;
    }