﻿/*@font-face {
    font-family: 'SarabunRegular';
    font-display:swap;
    src: url('./fonts/Sarabun-Regular.eot');
    src: url('./fonts/Sarabun-Regular.eot?#iefix') format('embedded-opentype'), url('./fonts/Sarabun-Regular.woff2') format('woff2'), url('./fonts/Sarabun-Regular.woff') format('woff'), url('./fonts/Sarabun-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'SarabunMedium';
    font-display: swap;
    src: url('./fonts/Sarabun-Medium.eot');
    src: url('./fonts/Sarabun-Medium.eot?#iefix') format('embedded-opentype'), url('./fonts/Sarabun-Medium.woff2') format('woff2'), url('./fonts/Sarabun-Medium.woff') format('woff'), url('./fonts/Sarabun-Medium.ttf') format('truetype');
}*/

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('./fonts/iranyekan/eot/iranyekanwebboldfanum.eot');
    src: url('./fonts/iranyekan/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('./fonts/iranyekan/woff/iranyekanwebboldfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('./fonts/iranyekan/ttf/iranyekanwebboldfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 100;
    src: url('./fonts/iranyekan/eot/iranyekanwebthinfanum.eot');
    src: url('./fonts/iranyekan/eot/iranyekanwebthinfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('./fonts/iranyekan/woff/iranyekanwebthinfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('./fonts/iranyekan/ttf/iranyekanwebthinfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/iranyekan/eot/iranyekanweblightfanum.eot');
    src: url('./fonts/iranyekan/eot/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('./fonts/iranyekan/woff/iranyekanweblightfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('./fonts/iranyekan/ttf/iranyekanweblightfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('./fonts/iranyekan/eot/iranyekanwebregularfanum.eot');
    src: url('./fonts/iranyekan/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('./fonts/iranyekan/woff/iranyekanwebregularfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('./fonts/iranyekan/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/iranyekan/eot/iranyekanwebmediumfanum.eot');
    src: url('./fonts/iranyekan/eot/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('./fonts/iranyekan/woff/iranyekanwebmediumfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('./fonts/iranyekan/ttf/iranyekanwebmediumfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot');
    src: url('./fonts/iranyekan/eot/iranyekanwebextraboldfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('./fonts/iranyekan/woff/iranyekanwebextraboldfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('./fonts/iranyekan/ttf/iranyekanwebextraboldfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 900;
    src: url('./fonts/iranyekan/eot/iranyekanwebblackfanum.eot');
    src: url('./fonts/iranyekan/eot/iranyekanwebblackfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('./fonts/iranyekan/woff/iranyekanwebblackfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('./fonts/iranyekan/ttf/iranyekanwebblackfanum.ttf') format('truetype');
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
}
body, html {
    height: 100%;
    font: 16px/25px iranyekan;
    background: #f5f4f9;
    font-weight: 400;
}
.trust-page {
    background: pale-grey-five;
    width: 100%;
    height: 100vh;
    justify-content: space-around;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
div,span,p{
    direction:rtl;
}
a{
    text-decoration:none;
}
.FlexCenterBox {
    display: flex;
    align-items: center;
    justify-content: center;
}
    .FlexCenterBox.Box1 {
        /*height: 100%;*/
        max-height: 150px;
        margin-top: auto;
        margin-bottom: 10%;
    }
    .FlexCenterBox.Box2 {
        margin-bottom: auto;
    }
@media (min-width:992px) {
    .container {
        max-width: 960px
    }

    .FlexCenterBox {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .FlexCenterBox.Box1 {
            height: 100%;
            max-height: 150px;
        }
        /*.FlexCenterBox.Box2{height: 75%}*/
        .FlexCenterBox.Box3 {
            height: 100%;
            max-height: 150px;
        }

    .trust-page .container .section-01 .part-02 > .title {
        font-size: 18px;
        padding: 20px 0;
    }

    .trust-page .container .section-01 .part-02 .buttons {
        margin-bottom: 43px;
    }
}
.header-title {
    font-size: 18px;
    font-weight: 500;
}


@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.trust-page .container .section-01 {
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .06);
    margin-bottom: 0;
    margin: 0 auto;
    flex-direction: column;
    min-width:400px
    /* width: 1000px; */
}

    .trust-page .container .section-01 .part-01 {
        /*width: 400px;*/
        padding: 0;
        background: #fff;
        border-radius: 0 0 4px 4px;
        display: inline-flex;
        flex-direction: column;
    }

        .trust-page .container .section-01 .part-01 .payer-info, .trust-page .container .section-01 .part-01 .report, .trust-page .container .section-01 .part-01 .sell-description, .trust-page .container .section-01 .part-01 .seller-info {
            color: #373256;
            text-align: right;
            border-bottom: 2px solid #f2f4f8;
            padding: 27px 30px;
        }
            .trust-page .container .section-01 .part-01 .payer-info .box-title, .trust-page .container .section-01 .part-01 .report .box-title, .trust-page .container .section-01 .part-01 .sell-description .box-title, .trust-page .container .section-01 .part-01 .seller-info .box-title {
                font-size: 16px;
                font-weight: 700;
                color: #373256;
                text-align: right;
                /*margin-bottom: 26px;*/
                display: -ms-flexbox;
                display: flex;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -ms-flex-align: center;
                align-items: center;
            }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

.trust-page .container .section-01 .part-01 .payer-info .box-title .text, .trust-page .container .section-01 .part-01 .report .box-title .text, .trust-page .container .section-01 .part-01 .sell-description .box-title .text, .trust-page .container .section-01 .part-01 .seller-info .box-title .text {
    width: calc(100% - 59px);
    padding-left: 12px;
}
.trust-page .container .section-01 .part-01 .payer-info .box-title .icon, .trust-page .container .section-01 .part-01 .report .box-title .icon, .trust-page .container .section-01 .part-01 .sell-description .box-title .icon, .trust-page .container .section-01 .part-01 .seller-info .box-title .icon {
    width: 59px;
    height: 59px;
    display: inline-block;
}

.trust-page .container .section-01 .part-01 .seller-info .list {
    margin-bottom: 0;
}

dl, ol, ul {
    margin-top: 0;
}
.trust-page .container .section-01 .part-01 .payer-info .list li {
    margin-bottom: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: center;
    list-style: none;
}
    
    .trust-page .container .section-01 .part-01 .seller-info .list li {
        margin-bottom: 22px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .trust-page .container .section-01 .part-01 .seller-info .list li:last-child {
        margin-bottom: 0px;
    }
    .trust-page .container .section-01 .part-01 .seller-info .list li .icon {
        margin-right: 11px;
        width: 20px;
        height: 20px;
        display: block;
    }

        .trust-page .container .section-01 .part-01 .seller-info .list li .icon img {
            display: block;
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
        }

img {
    vertical-align: middle;
    border-style: none;
}

.trust-page .container .section-01 .part-01 .seller-info .list li .title {
    font-family: iranyekan;
    display: block;
    line-height: 22px;
    font-size: 16px;
}

    /*.trust-page .container .section-01 .part-01 .seller-info .list li.en,.text.en {
        font-family: SarabunMedium;        
    }*/

.trust-page .container .section-01 .part-01 .payer-info {
    padding: 24px 30px 21px;
}

.trust-page .container .section-01 .part-01 .payer-info .icon {
    max-width:20px;
    max-height:20px;
}
    .trust-page .container .section-01 .part-01 .payer-info .icon img {
        width:100%;
    }
.trust-page .container .section-01 .part-01 .payer-info, .trust-page .container .section-01 .part-01 .report, .trust-page .container .section-01 .part-01 .sell-description, .trust-page .container .section-01 .part-01 .seller-info {
    color: #373256;
    text-align: right;
    border-bottom: 2px solid #f2f4f8;
    padding: 27px 30px;
}

    .trust-page .container .section-01 .part-01 .payer-info .box-title {
        font-size: 16px;
    }

    .trust-page .container .section-01 .part-01 .payer-info .list {
        margin-bottom: 0;
    }

.trust-page .container .section-01 .part-01 .payer-info, .trust-page .container .section-01 .part-01 .report, .trust-page .container .section-01 .part-01 .sell-description, .trust-page .container .section-01 .part-01 .seller-info {
    color: #373256;
    text-align: right;
    border-bottom: 2px solid #f2f4f8;
    padding: 27px 30px;
}
.trust-page .container .section-01 .part-01 .report {
    border-bottom: none;
    text-align: center;
    padding: 22px 30px;
    margin-top: auto;
}
.trust-page .container .section-01 .part-01 .payer-info .list li.rtl {
    justify-content: flex-start;
}

    .trust-page .container .section-01 .part-01 .payer-info .list li.rtl .icon {
        order: 0;
        margin-left: 10px;
    }
.trust-page .container .section-01 .part-01 .payer-info .list li.ltr {
    justify-content: flex-end;
}
.trust-page .container .section-01 .part-01 .payer-info .list li.ltr .icon {
    display: inline-block;
    order: 2;
    margin-right: 10px;
}
    .trust-page .container .section-01 .part-01 .report a {
        color: #373256;
        cursor:pointer
    }

.trust-page .container .section-01 .part-02 {
    /*width: 660px;*/
    border-radius: 4px 4px 0 0px;
    background-image: linear-gradient(135deg, #313376, #1b1c3e);
    padding: 38px 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 12px;
    text-align: center;
    margin-bottom: auto;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.section-01 .part-message .alert {
    font-size: 1rem;
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
}
.fade.show  {
    opacity: 1;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;    
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
}
.modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(100%);
}

.modal.in .modal-dialog {
    transform: translate(0);
}
.feedback-modal .modal-content {
    padding: 40px;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.feedback-modal .modal-content .close {
    position: absolute;
    right: -20px;
    top: -23px;
    color: #fff;
    opacity: 1;
    outline: none;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.feedback-modal .modal-content .close {
    position: absolute;
    right: -20px;
    top: -23px;
    color: #fff;
    opacity: 1;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.feedback-modal .modal-content .modal-title {
    text-align: center;
    font-family: lalezar;
    font-size: 24px;
    color: #373256;
}
.abuse-form {
    margin-top: 5px;
}
.modal, .modal-open {
    overflow: hidden;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: rgba(55, 50, 86, .9);
}
.modal-backdrop.in {
    opacity: .5;
}
.feedback-modal {
    
}
.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
    .fade.in {
        opacity: 1;
    }

.sm-alert {
    font-size: 10px;
    text-align: justify;
}
.feedback-modal .modal-content textarea {
    display: block;
    line-height: 25px !important;
}
.form-items {
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
    .form-items li {
        text-align: right;
        list-style: none;
        position: relative;
        margin-bottom: 5px;
        width: 100%;
    }
    .form-items li {
        text-align: right;
        list-style: none;
    }
        .form-items li .ddl, .form-items li .textarea, .form-items li .textbox {
            outline: none;
            border: 1px solid #dadbdf;
            border-radius: 4px;
            line-height: 50px;
            width: 100%;
            padding: 0 15px;
            transition: all .3s ease;
            cursor: text;
            box-shadow: 0 1px 4px 0 #00000014, inset 0 0 0 1.6px transparent;
            font-family: iranyekan;
        }
.form-items li .textarea {
    height: auto;
    resize: none;
    line-height: 20px;
    padding: 0px 6px;
}
.hidden{
    display:none;
}
.button {
    font-size: 17px;
    padding: 0 25px;
    height: 58px;
    line-height: 58px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border: none;
    font-weight: 700;
    outline: none;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 1px 4px 0 #00000014;
    font-family:iranyekan
}
    .button.button-tealish {
        background: #1fae96;
        color: #fff;
    }

.form-items li .button {
    border-radius: 4px;
    width: 100%;
}

.feedback-modal .modal-content .button {
    line-height: 50px;
    height: 50px;
    margin-top:10px;
}
.input-ltr {
    direction: ltr;
}
input .error, teaxtarea .error, .form-items li .error {
    background: rgb(251, 238, 239);
    border: 1.6px solid #fbc2c4 !important;
    color: #8a1f11;
}
.form-items li .title {
    font-size: 12px;
}



@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid #000;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1.5rem;
    height: 1.5rem;
    border-width: .2em;
}

.spinner-border-sx {
    width: .7rem;
    height: .7rem;
    border-width: .15em;
}

.btn-neutral .spinner-border {
    border-color: #1ab1e3;
    border-right-color: transparent;
}

.btn-primary .spinner-border {
    border-color: #4e2a8e;
    border-right-color: transparent;
}

.btn-success .spinner-border {
    border-color: #ffffff;
    border-right-color: transparent;
}

.btn-success.btn-simple .spinner-border {
    border-color: #4cae04;
    border-right-color: transparent;
}

.spinner-border :not(i) {
    position: relative;
    background: #fefefe;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

.spinner-border i {
    display: inline-block !important;
    font-size: 25px;
    animation: spinner-border 2s linear infinite;
    position: absolute;
    right: 50%;
    margin-top: 10px;
    z-index: 76578757;
}