@import '_login-form-modal.css';
@import '_termOfUse.css';
@import '_breadcrumb-addres.css';

* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    /* outline: 1px solid red;  */
}

@font-face {
    font-family: Vazir-Medium;
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Vazir-Medium.woff2') format('woff2'), url('../fonts/Vazir-Medium.woff') format('woff'), url('../fonts/Vazir-Medium.eot') format('eot');
}

a {
    text-decoration: none !important;
}

html {
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    /* max-width: 100vh; */
    direction: rtl;
    background-color: #d3d3d366 !important;
    position: relative;
    font-family: Vazir-Medium !important;
}

/* navbar */
nav {
    box-shadow: 4px 2px 7px #d7d2d2d9;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    margin-left: auto;
    margin-right: 0px !important;
}

.navbar .login-peson {
    margin-right: 970px;
}

.login-peson .login-icon {
    margin-top: 14px !important;
}

a#login-peson {
    height: 54px !important;
}

/* section */
/* logo */
.section-buy .container-logo {
    text-align: center;
}

.container-logo .logo-muslum {
    width: 100px;
    height: 100px;
}

/* section kol */
.section-buy {
    position: relative;
    /* min-height: 100vh; */
    /* padding: 50px 100px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background-color: #d3d3d366; */
    background-size: cover;
}

;

.section-buy .container-logo {
    max-width: 800px;
    text-align: center;
}

/* .container {
    width: 100%;
    display: flex;

} */

.container-buy {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media all and (max-width: 768px) {
    /* form */
    .buyForm {
        width: 100%;
        padding: 18px;
        background: #fff;
    }

        .buyForm .inputBox {
            position: relative;
            width: 100%;
            margin-top: 20px;
        }

            .buyForm .inputBox input {
                width: 100%;
                padding: 5px 0;
                font-size: 16px;
                margin: 10px 0;
                border: none;
                border-bottom: 2px solid #333;
                outline: none;
                resize: none;
            }

            .buyForm .inputBox span {
                position: absolute;
                right: 0;
                padding: 5px 0;
                font-size: 16px;
                margin: 10px 0;
                pointer-events: none;
                transition: 0.5s;
                color: #666;
            }

            .buyForm .inputBox input:focus ~ span,
            .buyForm .inputBox input:valid ~ span {
                color: #e91e63;
                font-size: 12px;
                transform: translateY(-20px);
            }

            .buyForm .inputBox .btn-submit {
                /* width: 337px; */
                width: 100%;
                border-radius: 6px;
                color: #fff;
                border: none;
                cursor: pointer;
                padding: 10px;
                font-size: 18px;
            }

        .buyForm .inputBoxSend .btn-send {
            /* float: left; */
            background-color: #c9c8c8;
            width: 100%;
            height: 40px;
        }

        .buyForm .inputBoxBuy .btn-buy {
            background-color: rgba(93, 40, 143, 0.788);
            color: white;
            width: 100%;
            height: 40px;
        }

        .buyForm .btn-tron {
            background-color: rgba(161, 92, 224, 0.723);
            padding-left: 10px !important;
            padding-right: 10px !important;
            /* width: 100%; */
        }

    .transfer-container {
        font-size: 15px;
    }

    .date-span {
        font-size: 10px;
    }
}

@media screen and (min-width: 769px) {
    /* form */
    .buyForm {
        width: 60%;
        padding: 18px;
        background: #fff;
    }

        .buyForm .inputBox {
            position: relative;
            width: 100%;
            margin-top: 20px;
        }

            .buyForm .inputBox input {
                width: 100%;
                padding: 5px 0;
                font-size: 16px;
                margin: 10px 0;
                border: none;
                border-bottom: 2px solid #333;
                outline: none;
                resize: none;
            }

            .buyForm .inputBox span {
                position: absolute;
                right: 0;
                padding: 5px 0;
                font-size: 16px;
                margin: 10px 0;
                pointer-events: none;
                transition: 0.5s;
                color: #666;
            }

            .buyForm .inputBox input:focus ~ span,
            .buyForm .inputBox input:valid ~ span {
                color: #e91e63;
                font-size: 12px;
                transform: translateY(-20px);
            }

            .buyForm .inputBox .btn-submit {
                /* width: 337px; */
                width: 100%;
                border-radius: 6px;
                color: #fff;
                border: none;
                cursor: pointer;
                padding: 10px;
                font-size: 18px;
            }

        .buyForm .inputBoxSend .btn-send {
            /* float: left; */
            background-color: #c9c8c8;
            width: 100%;
            height: 45px;
        }

        .buyForm .inputBoxBuy .btn-buy {
            background-color: rgba(93, 40, 143, 0.788);
            color: white;
            width: 100%;
            height: 45px;
        }

        .buyForm .btn-tron {
            background-color: rgba(161, 92, 224, 0.723);
            padding-left: 10px !important;
            padding-right: 10px !important;
            /* width: 100%; */
        }

    .transfer-container {
        font-size: 20px;
    }

    .date-span {
        font-size: 15px;
    }
}

.btn-buy {
    background-color: rgba(93, 40, 143, 0.788);
    color: white;
    width: 100%;
    height: 50px;
}

.btn-submit {
    /* width: 337px; */
    width: 100%;
    border-radius: 6px;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}

/* footer */
.footer {
    /* position: absolute; */
    bottom: 0;
    /* width: 100%; */
    white-space: nowrap;
    line-height: 20px;
}

.container-footer {
    margin: 0px 20px;
}

.bill-detail {
}

.bill-detail-key {
    text-align: right;
}

.bill-detail-value {
    text-align: left;
}

.bill-wallet-address {
    word-wrap: break-word;
}

.blue-box {
    margin: 20px;
    padding: 20px;
    background-color: rgb(229, 246, 253);
}

.transfer-container {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    background-color: #fff;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
}

.tron-amount {
    text-align: center;
}

.td-wallet-address {
    word-wrap: break-word;
}

.td-hash {
    word-wrap: break-word;
}

.detail-hr {
    width: 50%;
}

.wrap {
    word-wrap: break-word;
}

.muslum-swap-text {
    margin-top: 10px;
    margin-left: 10px;
    float: right;
}

button.btn.btn-primary, div.btn.btn-primary {
    padding: 6px 12px 6px 12px !important;
}
