@import url('https://v1.fontapi.ir/css/Vazirmatn');

body {
    font-family: Vazirmatn, sans-serif;
}

.form {
    -webkit-box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.08);
    border-radius: 10px !important;
    padding: 20px !important;
    background-color: #fff;
    /*    background-color: #D6DEE7;
*/
}

.center {
    text-align: center;
    align-content: center;
}

.icoImage {
    width: 60%;
}


.input {
    border-bottom: 2px solid #1E293B;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: white;
}

    .input:focus {
        box-shadow: none !important;
        border-bottom: 2px solid #7148FC;
        background-color: white;
    }

.has-value {
    border-bottom: 2px solid #7148FC !important;
}

a:hover {
    color: #7148FC;
    text-decoration: none;
}

.text-light {
    color: #fff !important;
}

.navbar-brand {
    color: #7148FC !important;
}

li::marker {
    color: #7148FC;
}

li {
    margin-top: 10px;
}


.fit-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    color: rgb(255, 201, 14);
}


.box {
    border: 1px solid #7148FC;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 5px;
    direction: rtl;
}
