@font-face {
    font-family: IRANSans;
    src: url('../fonts/IRANSans.ttf');
}
@font-face {
    font-family: IRANSans-Medium;
    src: url('../fonts/IRANSans_Medium.ttf');
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    box-sizing: border-box;
}
html , body {
    font-family: IRANSans;
    overflow-x: hidden;
}
body {
    min-height: 100vh;
    height: 100%;
    background-color: #151521;
    text-align: right;
    direction: rtl;
    padding: 30px;
}
.main-container {
    background-color: #1E1E2D;
    color: #febe66;
    padding: 20px;
    border-radius: 15px;
    max-width: 100%;
    margin: 0 0;
}
.texts-section > p {
    background-color: rgba(0, 158, 247, 0.05);
    padding: 10px;
    border-radius: 10px;
    margin: 5px 0;
    text-wrap: wrap!important;
    word-wrap: break-word!important;
}
.input-group input {
    border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0!important;
}
.input-group .input-group-text {
    border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius)!important;
    height: 100%!important;
}
.badge-success {
    background-color: #28a745 !important;
}
.badge-danger {
    background-color: #dc3545 !important;
}
.badge-primary {
    background-color: #007bff !important;
}