﻿@font-face {
    font-family: vazir;
    src: url('../../fonts/Vazir-FD-WOL.ttf');
}

/* Remove up down input number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/* end */

.navbar {
    margin: 0 0;
}

.nav-link {
    color: #808080 !important;
    font-size: small;
}

    .nav-link:hover {
        color: #28a9c9 !important;
    }

.mobileTitle {
    font-size: 12px;
    color: #28a9c9 !important;
}

.btn-account {
    padding: 10px 28px;
    color: #808080;
    border-radius: 13px;
    text-decoration: none;
    border: 1px solid #e0e0e2;
    font-size: small;
}

    .btn-account:hover {
        color: #808080;
    }

.vrt-line {
    width: 1px;
    height: 45px;
    background-color: #e0e0e2;
}

.btn-marketer {
    padding: 10px 0;
    color: #808080;
    text-decoration: none;
    font-size: small;
}

    .btn-marketer:hover {
        color: #808080;
    }

.carousel, .carousel-inner, carousel-item, .carousel-img {
    min-height: 260px;
    object-fit: cover;
}

.feature-container {
    width: 90%;
    margin: 25px 5%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 25px;
}

.feature-title {
    color: #313131;
    font-size: 14px;
    font-weight: bold;
}

@media only screen and (max-width: 1500px) {
    .feature-container {
        grid-template-columns: 1fr 1fr;
        column-gap: 0;
    }
}

@media only screen and (max-width: 695px) {
    .feature-container {
        grid-template-columns: 1fr;
    }

    .btn-account {
        padding: 5px 13px;
        font-size: 11px;
        display: flex;
        align-items: center;
    }

    .btn-marketer {
        font-size: 11px;
        display: flex;
        align-items: center;
        margin-right: 0;
    }
}

.plan-container {
    width: 90%;
    margin: 25px 5%;
}

    .plan-container h5 {
        text-align: center;
        margin-bottom: 40px;
        font-size: 20px;
        font-weight: bold;
        color: #28a9c9;
    }

.plan-card {
    border-radius: 13px;
    padding: 25px;
    border: 1px solid #eeeeee;
    background-color: #ffffff;  
}

.plan-img {
    border-radius: 13px;
}

.plan-body {
    margin: 13px 13px 0 25px;
}

.plan-title {
    color: #313131 !important;
    font-weight: bold !important;
    font-size: 16px !important;
    margin: 13px 0 !important;
    text-align: right !important;
}

.store-container {
    width: 90%;
    margin: 25px 5%;
}

    .store-container h5 {
        text-align: center;
        margin-bottom: 40px;
        font-size: 20px;
        font-weight: bold;
        color: #28a9c9;
    }

.store-link {
    text-decoration: none;
}

.store-img {
    border-radius: 13px;
    max-height: 141px;
}

.store-card {
    width: 20rem;
    margin: auto;
    text-align: center;
    border-radius: 13px;
    padding: 25px;
}

.btn-more-store {
    background-color: #28a9c9;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 8px 28px !important;
    border-radius: 13px;
}

.card-text {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #313131 !important;
}

.btn-edit-document {
    background-color: #28a9c9;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 13px;
}

    .btn-edit-document:hover {
        color: #ffffff;
    }

#collaborationForm input[type=text] {
    background-color: #eeeeee;
    border-radius: 13px;
}

#collaborationForm select {
    background-color: #eeeeee;
    border-radius: 13px;
}

#collaborationForm textarea {
    background-color: #eeeeee;
    border-radius: 13px;
}

#verificationCodeBox, #passwordBox {
    display: none;
}

#loginForm a {
    text-decoration: none;
    color: #28a9c9 !important;
}

#VerificationCodeBox, #PasswordBox {
    display: none;
}

#introducerPhonenumberBox, #websiteAddressBox {
    display: none;
}

.login-container {
    border: 1px solid #e0e0e2;
    padding: 50px;
    margin: 50px 0;
    border-radius: 13px;
}

    .login-container input[type=text] {
        border-radius: 13px;
    }

    .login-container input[type=password] {
        border-radius: 13px;
    }


    .login-container input[type=number] {
        border-radius: 13px;
    }

    .login-container select {
        border-radius: 13px;
    }

.collab-container {
    border: 1px solid #e0e0e2;
    padding: 50px;
    margin: 0 0 50px 0;
    border-radius: 13px;
}

    .collab-container input[type=text] {
        border-radius: 13px;
    }

    .collab-container input[type=password] {
        border-radius: 13px;
    }


    .collab-container input[type=number] {
        border-radius: 13px;
    }

    .collab-container select {
        border-radius: 13px;
    }

#planSection {
    background-color: #eeeeee;
}

#storeSection {
    width: 100%;
    background-color: #eeeeee;
}

#storeGroupSection {
    margin: 25px 0;
}

    #storeGroupSection h5 {
        text-align: center;
        margin-bottom: 40px;
        font-size: 20px;
        font-weight: bold;
        color: #28a9c9;
    }

#footer {
    background-color: #eeeeee;
}

#questionBanner {
    width: 100%;
    margin: 25px 0;
}

    #questionBanner h5 {
        text-align: center;
        margin-bottom: 40px;
        font-size: 20px;
        font-weight: bold;
        color: #28a9c9;
    }

.question-container {
    width: 90%;
    margin: 25px 5%;
}

    .question-container h5 {
        text-align: center;
        margin-bottom: 40px;
        font-size: 20px;
        font-weight: bold;
        color: #28a9c9;
    }

.question-link {
    text-decoration: none;
}

.question-img {
    border-radius: 13px;
}

.stores-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #28a9c9;
}

.question-card {
    width: 20rem;
    margin: auto;
    text-align: center;
    border-radius: 13px;
    padding: 25px;
}

.footer-bottom {
    background-color: #2b2b2b;
    color: #fff;
}

    .footer-bottom a {
        color: #fff;
    }

#footer a {
    text-decoration: none;
}

.loan-req-container {
    box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
    border-radius: 5px;
}

    .loan-req-container h2 {
        color: #616161;
        font-weight: bold;
    }

    .loan-req-container p {
        color: #616161;
        margin-bottom: 25px;
    }

.req-price {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

    .req-price h5 {
        color: #616161;
    }

    .req-price a {
        margin-right: auto;
        color: #616161 !important;
        padding: 13px 28px;
        border: 1px solid #e0e0e2;
        text-decoration: none !important;
        cursor: default;
        border-radius: 5px;
    }

.loan-req-container input {
    display: block;
    width: 100%;
    direction: ltr;
    margin-bottom: 25px;
    height: 8px;
    border-radius: 13px;
    width: 100%;
}

.lbl-price-box {
    display: flex;
    align-items: center;
}

    .lbl-price-box p {
        display: inline-block;
        width: fit-content;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

.min-price {
    margin-right: auto !important;
}

.loan-req-container .form-group {
    margin-bottom: 25px;
}

.loan-req-container .form-label {
    color: #616161 !important;
    margin-bottom: 13px;
}

.loan-req-container .form-control {
    background-color: #e0e0e2 !important;
    outline: none;
    border: 1px solid #e0e0e2;
    border-radius: 5px;
    color: #616161;
}

.loan-details-container {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
    border-radius: 5px;
}

.installment-ammount {
    background-color: #E3E3E3;
    border: 1px solid #e0e0e2;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 128px;
    margin-bottom: 25px;
}

    .installment-ammount h5 {
        font: 100 19px vazir;
        color: #616161;
        margin: 0 !important;
    }

    .installment-ammount p {
        color: #F24C62;
        font: 100 19px vazir;
        margin: 0 !important;
    }

.monthlyProfitDetailsBox, .feesAndTaxesDetailsBox, .operationCost, .oprationcostPaymentMethodBox, .payable {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .monthlyProfitDetailsBox h5, .feesAndTaxesDetailsBox h5, .operationCost h5, .oprationcostPaymentMethodBox h5 {
        font: 100 14px vazir;
        color: #616161;
        margin: 0;
    }

    .monthlyProfitDetailsBox p, .feesAndTaxesDetailsBox p, .operationCost p, .oprationcostPaymentMethodBox p {
        font: 100 14px vazir;
        color: #616161;
    }

.payable {
    /*    margin-top: 25px;*/
}

    .payable h5 {
        font: 100 19px vazir;
        color: #616161;
    }

    .payable p {
        font: 100 19px vazir;
        color: #F24C62;
    }

.btn-lookout-stores-box {
    text-align: center;
    margin-top: 25px;
}

.seprator {
    background-color: none;
    color: transparent;
    border-bottom: 2px dashed #e0e0e2;
}

.btn-lookout-stores {
    background-color: #28a9c9;
    padding: 8px 28px;
    border-radius: 13px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

    .btn-lookout-stores:hover {
        color: #fff;
    }

.account-commands {
    width: 100%;
    display: flex;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
}

    .account-commands a {
        text-decoration: none;
        color: #616161;
    }

    .account-commands h1 {
        color: #616161;
    }

    .account-commands h5 {
        color: #616161;
    }

    .account-commands a:hover {
        color: #616161;
    }

.account-command-box {
    width: 10rem;
    padding: 25px 25px 15px 25px;
    border: 1px solid #e0e0e2;
    border-radius: 13px;
    margin-bottom: 13px;
    margin: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .account-command-box h1 {
        margin: 0 0 13px 0;
    }

.account-page {
    padding: 25px;
    border: 1px solid #e0e0e2;
    border-radius: 13px;
}

.selected-store-container {
    border-radius: 13px;
    border: 1px solid #e0e0e2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
}

    .selected-store-container img {
        width: 100%;
        border-radius: 13px;
    }

.selected-store-title {
    margin: 25px 0;
}

.document-types-item {
    padding: 8px 28px;
    background-color: #fff;
    border: 1px solid #e0e0e2;
    margin: 13px 13px;
    border-radius: 3px;
}

.document-types-list {
    display: flex;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.oprationcostPaymentMethodBox {
    /*background-color: #e0e0e2;*/
    /*padding: 13px;*/
}

#oprationcostPaymentMethod {
    appearance: none;
    width: 70px;
    height: 34px;
    background-color: #E3E3E3;
    border-radius: 25px;
    position: relative;
    cursor: pointer;
    padding: 0;
    border: none;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0 !important;
}

    #oprationcostPaymentMethod::before {
        content: '';
        width: 37px;
        display: inline-block;
        border-radius: 50px;
        height: 37px;
        background-color: #616161;
        position: absolute;
        top: -2px;
        right: 2px;
        transition: all 0.3s ease-in-out;
        /*box-shadow: 0px 0px 5px 2px #ccc;*/
    }

    #oprationcostPaymentMethod:checked {
        background-color: #616161;
    }

        #oprationcostPaymentMethod:checked::before {
            transform: translateX(-32px) !important;
            background-color: #E3E3E3;
            /*width: 40px;*/
            /*top: 0;*/
            /*height: 40px;*/
        }

    #oprationcostPaymentMethod:focus {
        border: none;
    }

.oprationcostPaymentMethodBox {
    /*    margin-top: 25px;
    padding-bottom: 25px;*/
}

    .oprationcostPaymentMethodBox h5 {
        color: #616161;
        font-weight: 100;
        margin: 0 0 0 !important;
    }

.btnShowPlanDetails {
    background-color: #E0E0E0;
    padding: 8px 28px;
    border-radius: 13px;
    text-decoration: none;
    color: #616161;
    cursor: pointer;
}

    .btnShowPlanDetails:hover {
        color: #616161 !important;
    }

.loan-req-container select option {
    background-color: #fff;
    color: #616161;
    font-family: vazir !important;
}

.searchStoreBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchStoreInput {
    padding: 8px 28px;
    font-family: vazir !important;
    border: 1px solid #e0e0e2;
    color: #616161;
    background-color: #f8f9fa;
    border-radius: 13px;
    margin-left: 8px;
    width: 70%;
    text-align: right;
    direction: rtl;
}

    .searchStoreInput:focus {
        border: 1px solid #e0e0e2 !important;
    }

.btn-search {
    padding: 8px 13px;
    color: #616161;
    border-radius: 13px;
    border: 1px solid #e0e0e2;
}

    .btn-search:hover {
        color: #616161 !important;
    }

.searchStoreForm {
    width: 100%;
}

.text-success {
    color: #55b81c !important;
}

.btn-cancel-loanrequest {
    background-color: #ffffff;
    border: 1px solid #F24C62;
    border-radius: 13px;
    padding: 5px 15px;
    color: #F24C62;
}

.btn-cancel-loanrequest-ok {
    background-color: #F24C62;
    border-radius: 13px;
    padding: 5px 15px;
    color: #ffffff;
}

.btn-cancel-loanrequest-cancel {
    background-color: #f8f9fa;
    border: 1px solid #e0e0e2;
    border-radius: 13px;
    padding: 5px 15px;
    color: #616161;
}

.logo-footer :hover {
    color: #00D7FF !important;
}

.logo-footer img:hover {
    color: #0094ff !important;
}

.authentication-steps {
    padding: 50px 25px 13px 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 35px;
    overflow-x: auto;
    white-space: nowrap;
}

    .authentication-steps div {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

        .authentication-steps div div {
            margin-right: 13px;
        }

        .authentication-steps div div {
            flex-direction: column;
            align-items: self-start;
        }

            .authentication-steps div div h4 {
                margin-bottom: 0;
                text-align: right;
                color: #616161;
            }

            .authentication-steps div div p {
                color: #808080;
            }

@media only screen and (max-width: 380px) {
    .req-price a {
        padding: 5px 5px;
    }

    .req-price h5 {
        font-size: 12px;
    }
}

.btn-login {
    background-color: RGB(60, 173, 202);
    color: #fff;
    padding: 13px 0;
    border-radius: 13px;
    border: none;
}

.btn-close-modal {
    background-color: RGB(60, 173, 202);
    color: #fff;
    padding: 13px 28px;
    border-radius: 13px;
    border: none;
}

.stores-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

    .stores-container .store-item {
        box-shadow: 1px 1px 25px #e0e0e2;
        padding: 13px;
        border-radius: 13px;
        max-width: 250px;
    }

        .stores-container .store-item img {
            border-radius: 13px;
        }

.storeItem {
    box-shadow: 1px 1px 25px #e0e0e2;
    border: none;
}

.storesTopBannerBox {
    width: 100%;
    height: auto;
    min-height: 200px;
}

.storesTopBanner {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 200px;
}

.creditCalculatorBox {
    box-shadow: 1px 1px 25px #e2e2e2;
}

.storesFilterBox {
    box-shadow: 1px 1px 25px #e2e2e2;
    border: 1px solid #f4f4f4;
    padding: 25px;
    margin-bottom: 25px;
}

.btnFilterStore {
    background-color: #28a9c9;
    color: #ffffff;
    border-radius: 5px !important;
}

.btn-add-loanrequest{
    font-weight: 100 !important;
    border-radius: 5px !important;
}

.storeGroupNavItem {
    box-shadow: 1px 1px 25px #e2e2e2;
    padding: 8px 13px;
    border-radius: 25px;
    text-decoration: none;
    cursor: pointer;
    color: #313131;
}

.stores .element-item {
    -webkit-transition-property: right, top, -webkit-transform, opacity;
    -moz-transition-property: right, top, -moz-transform, opacity;
    -ms-transition-property: right, top, -ms-transform, opacity;
    -o-transition-property: right, top, -o-transform, opacity;
    transition-property: right, top, transform, opacity;
}

.btnRemoveFilterStore{
    background-color: #e2e2e2;
    border-radius: 13px;
}

.btn-filter-store {
    background-color: #28a9c9;
    padding: 8px 23px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-remove-filter-store {
    background-color: #eeeeee;
    padding: 8px 23px;
    color: #313131;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: auto;
}

.btn-filter-store:hover{
    color: #ffffff;
}

.btn-remove-filter-store:hover{
    color: #313131;
}

.btn-filter-store-mobile {
    background-color: #28a9c9;
    padding: 8px 23px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-remove-filter-store-mobile {
    background-color: #eeeeee;
    padding: 8px 23px;
    color: #313131;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 8px;
    margin-right: auto;
}

.btn-filter-store-mobile:hover {
    color: #ffffff;
}

.btn-remove-filter-store-mobile:hover {
    color: #313131;
}