.p-xs-2 {
    padding: 1rem!important;
}

.p-2-half {
    padding: .75rem!important;
}

.input-group-text {
    font-size: 0.85rem !important;
}

.input-group-box-size {
    width: 25px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-1x-half {
    font-size: 1.5em;
}

.bg-secondary {
    background-color: #7E489C!important;
}

.bg-secondary-light {
    background-color: #CE93D8!important;
}

.text-secondary {
    color: #B23CFD!important;
}

.text-secondary-light {
    color: #ba56f8!important;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.md-form label {
    right: 0;
    left: unset;
}

.md-form label.avtive {
    right: 0;
    left: unset;
}

.md-form .prefix {
    left: 0;
    right: initial;
}

.md-form .prefix~input,
.md-form .prefix~textarea {
    width: 100%;
    margin-left: 2.5rem;
}


/* ------------------ Out Line ------------------ */

.md-form.md-outline label {
    right: 0;
    left: unset;
    padding-right: 10px;
    padding-left: unset;
}

.md-form.md-outline label.active {
    right: 8px;
    left: unset;
}

.md-form.input-with-post-icon .input-prefix {
    left: 16px;
    right: initial;
}

.md-form.md-form.input-with-post-icon .form-control {
    padding-left: 27rem !important;
    padding-right: .5rem !important;
}

::-webkit-input-placeholder {
    /* Edge */
    color: rgb(194, 194, 194) !important;
    font-size: 12px !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(194, 194, 194) !important;
    font-size: 12px !important;
}

::placeholder {
    color: rgb(194, 194, 194) !important;
    font-size: 12px !important;
}

@font-face {
    font-family: 'VazirFD';
    src: url(../Fonts/Vazir-Thin-FD.ttf);
    font-weight: 100;
}

@font-face {
    font-family: 'VazirFD';
    src: url(../Fonts/Vazir-Light-FD.ttf);
    font-weight: 300;
}

@font-face {
    font-family: 'VazirFD';
    src: url(../Fonts/Vazir-Medium-FD.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'VazirFD';
    src: url(../Fonts/Vazir-Bold-FD.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'VazirFD';
    src: url(../Fonts/Vazir-Black-FD.ttf);
    font-weight: 900;
}

body {
    background-image: url(../images/back.jpg);
    background-repeat: repeat;
    background-size: auto;
    direction: rtl;
    font-family: 'VazirFD';
    font-weight: 100;
    font-size: 10px;
}

.notify {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffeb3b;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 3px #999;
    position: fixed;
    min-width: 250px;
    min-height: 60px;
    max-width: 450px;
    white-space: pre-line;
    text-align: center;
    left: 5px;
    top: 5px;
    color: #353535;
    font-weight: 100;
    z-index: 99999;
    font-size: 14px;
}

.alertAdminPanel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #ffeb3b;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 3px #999;
    position: fixed;
    min-width: 250px;
    max-width: 465px;
    min-height: 60px;
    max-height: 98vh;
    white-space: normal;
    text-align: justify;
    right: 88px;
    top: 5px;
    color: #353535;
    font-weight: 100;
    z-index: 99999;
    font-size: 14px;
    overflow: auto;
}

.alertAdminPanel .alertAdmin {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alertAdminPanel .alertAdmin a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 40px;
    border-radius: 5px;
    text-decoration: none;
    background-color: red;
    color: white;
    font-weight: 500;
    margin-right: 20px;
    box-shadow: rgb(0 0 0 / 60%) 0px 0px 5px;
}

.alertAdminPanel .alertAdmin a:hover {
    background-color: #df0000;
    color: yellow;
}

.statusApplication {
    display: flex;
    direction: ltr;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0 5px 0 0;
    box-shadow: 0 2px 3px #999;
    position: fixed;
    min-width: 320px;
    min-height: 32px;
    white-space: pre-line;
    text-align: center;
    left: 0;
    bottom: 0;
    color: #d5d5d5;
    font-family: 'tahoma';
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 2px;
    padding: 0 15px;
    z-index: 99999;
}

.statusApplication i {
    margin-right: 5px;
}

.pleaseWaitMain {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #00000073;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.pleaseWait {
    display: flex;
    flex-direction: column;
    direction: rtl;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 0px 9px #000;
    min-width: 270px;
    min-height: 120px;
    white-space: pre-line;
    text-align: center;
    color: #d5d5d5;
    font-family: 'tahoma';
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 2px;
}

.pleaseWait i {
    margin: 10px auto;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 5px !important;
}

.shadow-light {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 5px !important;
}

.nav-tabs {
    padding-right: 10px !important;
}

.nav-tabs .nav-item {
    /* box-shadow: rgb(0 0 0 / 40%) 0px -4px 5px !important; */
    margin-left: 6px;
    background-color: rgb(199 199 199);
}

.nav-tabs .nav-item .activeNav {
    background-color: white;
    /* box-shadow: rgb(0 0 0 / 40%) 0px -4px 5px !important; */
}


/* تغییر سایز فونت کادر متن */

.form-control-sm {
    font-size: 12px !important;
}

pre {
    max-width: 100%;
    font-family: 'VazirFD';
    font-size: 8px;
    margin: 0;
    padding: 0;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;
}

.table-font-size th,
.table-font-size td {
    font-size: 12px !important;
    font-weight: 100 !important;
    padding: 2px 0 !important;
    text-align: center !important;
    vertical-align: middle !important;
    min-width: 35px !important;
    /* color: #414141 !important; */
}

.bg-primary-light {
    background-color: #E1F6FC;
}

.bg-danger-light {
    background-color: #FED6DD;
}

.vpd-wrapper {
    font-family: 'VazirFD', Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 100;
}

.h7,
h7 {
    font-size: 0.9rem;
    font-weight: 500;
}

.h8,
h8 {
    font-size: 0.85rem;
    font-weight: 500;
}

.h9,
h9 {
    font-size: 0.8rem;
    font-weight: 500;
}

.h10,
h9 {
    font-size: 0.75rem;
    font-weight: 500;
}

.h11,
h9 {
    font-size: 0.70rem;
    font-weight: 500;
}

.h12,
h9 {
    font-size: 0.65rem;
    font-weight: 500;
}

.hover {
    transition: .4s;
    color: #9c82ab !important;
}

.hover:hover {
    transition: .4s;
    color: yellow !important;
}

.modal-footer {
    padding: 8px 0;
    background-color: #e6f2fd;
}

.modal-dialog.modal-notify .modal-header {
    padding: 8px 0;
}