﻿/*main.css*/
* {
    font-family: iranyekan;
}

.ltr {
    direction: ltr !important;
}

html,
body {
    padding: unset;
    margin: unset;
    direction: rtl;
    font-family: iranyekan !important;
}

/**addbar**/
.add-bar {
    position: fixed;
    max-height: 56px;
    z-index: 999999;
    height: 56px;
    color: #313131;
    text-align: center;
    font-size: 18px;
    background: linear-gradient(127deg, #ffca2c 12.13%, #d5a412 101.36%);
    background-size: cover !important;
}

    .add-bar h2 {
        font-size: 18px;
    }

    .add-bar a.tax-payer:hover {
        color: crimson;
        background: none !important;
        border: solid 1px crimson !important;
        color: #bb2d3b !important;
    }

        .add-bar a.tax-payer:hover svg {
            filter: brightness(0) saturate(100%) invert(15%) sepia(83%) saturate(5397%) hue-rotate(341deg) brightness(89%) contrast(94%) !important;
        }
/**end add bar**/

/**hero section**/
.hero {
    margin-top: 56px;
}

.hero-section {
    justify-content: space-around;
    height: 426px !important;
    width: 100% !important;
    background: url(/assets/images/hero-3.jpg);
    background-color: rgb(221, 221, 221) !important;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center right;
}

    .hero-section .hero-title p {
        width: auto !important;
        padding: 16px 77px;
        border-radius: 0px 92px 92px 0px;
        background: #FEFEFE;
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(4px);
        text-align: right;
        line-height: 80px;
        color: var(--Black, #313131);
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 70px;
    }

        .hero-section .hero-title p span.red-text {
            color: var(--Primary, #65090E);
            text-align: right;
            font-size: 32px;
            font-style: normal;
            font-weight: 800;
            line-height: 32px;
        }

    .hero-section .counter-div .counter-content {
        padding: 8px 59px;
        align-items: center;
        justify-content: end;
    }

        .hero-section .counter-div .counter-content .counter-box {
            padding: 0px;
            width: 172px !important;
        }

        .hero-section .counter-div .counter-content .counter-box-mid {
            margin-right: 95px;
            margin-left: 95px;
        }

        .hero-section .counter-div .counter-content .counter-box .count {
            color: var(--Black, #313131);
            text-align: center;
            font-size: 28px;
            font-style: normal !important;
            font-weight: 700;
            line-height: 32px;
        }

        .hero-section .counter-div .counter-content .counter-box .counter-text {
            color: var(--Gray, #808080);
            text-align: center;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
        }
/**end hero section**/


/*.hero-title-box {
    height: 100%;
    margin-left: 80px !important;
    margin-right: 80px !important;
}*/




/**csr section**/
.csr-section {
    padding: 30px 35px !important;
    min-height: 736.9px;
}

.csr-header {
    width: 1236px !important;
}

.tab-content {
    border: 0.5px solid var(--Gray, #CCC);
    background: var(--White, #FEFEFE);
}

/**tab-bar**/
.tab-btn {
    height: 100%;
    padding: 24px;
    text-align: center;
    border-top: 0.5px solid var(--Gray, #ccc) !important;
    text-decoration: none !important;
    color: #313131c9 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 0 !important;
}

    .tab-btn a {
        border: 0px !important;
        padding: 24px 12px !important;
    }

    .tab-btn:hover a {
        color: var(--Primary, #65090e) !important;
        background-color: #cccccc31 !important;
    }

    .tab-btn:hover span {
        color: var(--Primary, #65090e) !important;
    }

    .tab-btn:hover img {
        filter: brightness(0) saturate(100%) invert(10%) sepia(59%) saturate(6704%) hue-rotate(350deg) brightness(60%) contrast(99%) !important;
    }

    .tab-btn span {
        padding-right: 8px !important;
        color: var(--Gray, #808080);
    }

.nav-tabs .nav-link {
    margin-bottom: 0px !important;
    border-top-right-radius: 0px ;
    border-top-left-radius: 0px;
}

.first-btn {
    border-radius: 0px 12px 0px 0px !important;
    border-top: 0.5px solid var(--Gray, #ccc) !important;
    border-right: 0.5px solid var(--Gray, #ccc) !important;
}

    .first-btn a {
        border-radius: 0px 12px 0px 0px !important;
        border: 0 !important;
    }

.last-btn {
    border-radius: 12px 0px 0px 0px !important;
    border-top: 0.5px solid var(--Gray, #ccc) !important;
    border-left: 0.5px solid var(--Gray, #ccc) !important;
}

    .last-btn a {
        border-radius: 12px 0px 0px 0px !important;
        border: 0 !important;
    }



.active .nav-img {
    filter: brightness(0) saturate(100%) invert(10%) sepia(59%) saturate(6704%) hue-rotate(350deg) brightness(60%) contrast(99%) !important;
}

.nav,
.nav-link {
    height: 80px !important
}

a.nav-link.active span {
    color: var(--Primary, #65090e);
}

.tab-btn .active.nav-link {
    background-color: #6000001a !important;
}

/**end tab-bar**/

/**end csr section**/


/**question**/
.csr-question {
    padding: 20px 60px !important;
    background: rgba(204, 204, 204, 0.15);
}

.q-title,
.tip-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 24px;
}

.q-text,
.tip-text {
    text-align: justify !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.csr-tips {
    padding: 20px 60px !important;
}

/**end question**/







.content-box {
    padding: 24px;
}


/**online**/
div.dx-item-content {
    font-family: iranyekan !important;
}

.dx-radiobutton-icon-checked .dx-radiobutton-icon-dot {
    background: #125ED2;
}

.csr-control {
    border-radius: 8px !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    align-items: center;
}

.dx-widget.dx-button {
    border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #007BFF;
    background: var(--White, #FEFEFE);
    padding: 8px 40px;
    color: var(--Button, #007BFF);
}

    .dx-widget.dx-button.dx-state-hover {
        color: var(--White, #FEFEFE);
        border-radius: 8px;
        border: 1px solid var(--White, #FEFEFE);
        background: var(--Button, #007BFF);
    }

        .dx-widget.dx-button.dx-state-hover svg {
            filter: brightness(0) saturate(100%) invert(95%) sepia(95%) saturate(26%) hue-rotate(327deg) brightness(106%) contrast(100%) !important;
        }

    .dx-widget.dx-button.focused {
        color: var(--White, #FEFEFE) !important;
        border-radius: 8px !important;
        border: 1px solid var(--White, #FEFEFE) !important;
        background-color: var(--Button, #007BFF) !important;
    }

        .dx-widget.dx-button.focused svg {
            filter: brightness(0) saturate(100%) invert(38%) sepia(95%) saturate(4628%) hue-rotate(201deg) brightness(105%) contrast(105%) !important;
        }

    .dx-widget.dx-button svg {
        filter: brightness(0) saturate(100%) invert(38%) sepia(95%) saturate(4628%) hue-rotate(201deg) brightness(105%) contrast(105%) !important;
    }


/**end online**/








/**copyright**/

.copyright {
    color: rgba(49, 49, 49, 0.7);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    border-top: 0.5px solid #aeaeae;
}

    .copyright a {
        color: rgba(49, 49, 49, 0.7);
        font-size: 14px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; 
        text-decoration-line: underline;
    }

/**end copyright**/




.content-box .alert {
    border-radius: 12px;
    border: 1px solid #125ed2;
    background: #fff;
    padding: 20px;
}

.content-box b {
    color: #313131;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.content-box small {
    color: #313131;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.download-info {
    color: #2e2e2e;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.download-btn .btn {
    padding-right: 20px !important;
    border-radius: 8px !important;
}



/**loader**/
.loading-panel {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgb(175, 175, 175);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .loading-panel .loading-sppiner {
        width: 128px;
        height: 128px;
        border: 16px solid;
        border-radius: 50%;
        border-color: #65090e transparent #65090e transparent;
        animation: spin-anim 1.2s linear infinite;
    }

@keyframes spin-anim {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-panel-hide {
    display: none;
}

.loading-panel-show {
    display: flex;
    justify-content: center;
    align-items: center;
}

/**loader**/



/*end main.css*/


.check-section {
    width: 1236px !important;
    border-radius: 0px 0px 12px 12px;
    padding: 24px 25px !important;
    border: 0.5px solid var(--Gray, #ccc);
    /*background: #f8f8f8;*/
}

    .check-section .check-title {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
    }

    .check-section .check-box {
        padding: 12px !important;
    }

.check-box-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

/*.check-box-key {
    height: 412px;
}

    .check-box-key textarea {
        width: 100%;
        height: 100%;
        padding: 8px 0px 8px 8px;
        border-radius: 8px;
        border: 1px solid var(--Gray, #808080);
        background: #f8f9fb;
        resize: none;
        direction: ltr !important;
        color: var(--Gray, #808080);
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: -0.015px;
    }*/

.dx-texteditor-input {
    border-radius: 8px !important;
}

.check-key-btn .btn {
    border-radius: 8px !important;
}

::-webkit-scrollbar {
    width: 10px;
    border-radius: 8px !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px !important;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
        border-radius: 8px !important;
    }

/*toast*/

.modal-content.toast-success,
.modal-content.toast-error {
    width: 572px !important;
    height: 471px !important;
    padding: 24px 40px !important;
    border-radius: 20px !important;
}

.modal-content.toast-success {
    background: linear-gradient(313deg, rgba(0, 135, 83, 0.97) 0.89% , rgba(0, 205, 126, 0.97) 109.5%) !important;
}

.modal-content.toast-error {
    background: linear-gradient(309deg, #f52833 1.28%, #f59ba0 104.58%) !important;
}

.toast-success-body,
.toast-error-body {
    padding: 32px !important;
}

    .toast-success-body button {
        border-radius: 8px !important;
        background: #008753 !important;
    }

    .toast-error-body button {
        border-radius: 8px !important;
        background: rgba(245, 40, 51, 0.7);
    }

.toast-success-body,
.toast-error-body {
    border-radius: 20px;
    background: rgba(254, 254, 254, 0.2);
    backdrop-filter: blur(3px);
}

.toast-success-title,
.toast-error-title {
    color: #fff;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.toast-success-text,
.toast-error-text {
    color: #fff;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-top: 24px !important;
    margin-bottom: 48px !important;
}

.toast-error-text {
    font-size: 16px !important;
}

.icon-success,
.icon-error {
    position: relative;
    top: 19px;
}

/*#txa_privateKey,
#txa_csrKey {
    border-radius: 8px !important;
    border: 1px solid var(--Gray, #808080) !important;
    background: #F8F9FB !important;
}

*/

/*-----------------------*/
.form-option {
    margin-top: 20px !important;
}

.online-section input,
.online-section select {
    border: 1px solid var(--Gray, #ccc) !important;
    border-radius: 8px !important;
}

    .online-section input[type="text"],
    .online-section select {
        height: 48px !important;
    }

.online-section label {
    color: #404040;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.016px;
}

.online-section button {
    border-radius: 8px;
    border: 1px solid var(--Button, #007bff);
}

    .online-section button:hover svg {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(108deg) brightness(101%) contrast(104%) !important;
    }

.modal-content {
    padding: 33px;
    border-radius: 8px !important;
    background: var(--White, #fefefe) !important;
}

.modal-body {
    margin-top: 40px;
    margin-bottom: 40px;
}

.organizationAlertText {
    font-size: 10px;
    color: red ;

}



#csr-generate button {
    border-radius: 8px;
}

::-webkit-scrollbar {
    width: 10px;
    border-radius: 8px !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px !important;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
        border-radius: 8px !important;
    }


/** media query **/


@media screen and (max-width: 768px) {

    .check-box-title {
        margin-top: 20px !important;
    }

    .hero-section {
        background: none;
        background-color: rgb(221, 221, 221) !important;
        height: 426px !important;
        height: auto !important;
        justify-content: center !important;
    }

        .hero-section .hero-title p {
            font-size: 18px;
            font-style: normal;
            line-height: 50px;
            width: 100% !important;
            border-radius: 0px !important;
            text-align: center;
            margin: 0px;
            padding: 0px;
        }

            .hero-section .hero-title p span.red-text {
                font-size: 20px;
                line-height: 50px;
            }

        .hero-section .counter-div .counter-content {
            justify-content: center !important;
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(4px);
            padding-right: 0px;
            padding-left: 0px;
        }

            .hero-section .counter-div .counter-content .counter-box {
                padding: 0px;
            }

            .hero-section .counter-div .counter-content .counter-box .count {
                font-size: 18px !important;
            }

            

            .hero-section .counter-div .counter-content .counter-box .counter-icon svg {
                width: 30px !important;
                height: 30px !important;
            }

    .copyright small,
    .copyright a {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 535px) {

    .hero-section .counter-div {
        display: none !important;
    }

    .nav {
        height: 100px !important;
    }

    a.nav-link {
        height: 100px !important;
    }

.add-bar {
    max-height: 70px
}

.hero {
    margin-top: 70px;
}

}

@media screen and (max-width: 396px) {

    .hero-section .hero-title p span {
        font-size: 16px !important;
        line-height: 30px !important;
    }
    
}

@media screen and (max-width: 858px) {

    .hero-section .hero-title p span{
        font-size: 20px;
        line-height: 40px;
    }

    .hero-section .counter-div .counter-content .counter-box-mid {
        margin-right: 12px;
        margin-left: 12px;
    }
}

@media screen and (max-width: 1338px) {
    .tab-btn {
        padding-right: 12px;
        padding-left: 12px;
    }
}

@media screen and (max-width: 1117px) {

    .tab-btn {
        font-size: 12px;
    }

        .tab-btn span {
            padding: 0px;
        }

    .btn img {
        width: 20px !important;
        height: 20px !important;
    }
}

@media screen and (max-width: 631px) {
    .tab-btn {
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 8px;
    }
}



@media screen and (max-width: 992px) {
    .modal-body div {
        width: 100%;
        flex-direction: row !important;
    }
}

@media screen and (max-width: 755px) {

    .csr-question .col-5,
    .csr-tips .col-5 {
        display: none !important;
    }

    .csr-question,
    .csr-tips {
        width: 100% !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    a.nav-link {
        padding-top: 12px !important;
    }
}


