@import "../../custom/fonts/iransans/style.css";
@import "../../custom/fonts/yekan/style.css";

*:not(i):not(.fa):not(.fab):not(.fal):not(.far):not(.fas):not(.la):not(.select2-selection__arrow):not(.close):not(.m-accordion__item-mode) {
    font-family: IRANSans !important;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 2px
}

.btn-xs-text {
    font-size: 11px;
}

@media only screen and (min-width: 1025px) {
    .m-dropdown.m-dropdown--align-center.m-dropdown--large .m-dropdown__wrapper {
        margin-right: -350px !important;
    }
}

@media only screen and (min-width: 768px) {
    .m-dropdown.m-dropdown--align-center.m-dropdown--large .m-dropdown__wrapper {
        margin-right: -225px;
    }
}

.border-radius-3 {
    border-radius: 3px;
}

.span-cursor {
    cursor: pointer
}

.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-scroll {
    float: left;
    width: 100%;
    overflow-y: auto;
    height: 200px;
}

.display-none {
    display: none;
}

.add-btn-input {
    margin-top: -30px;
}

.m--margin-2 {
    margin: 2px !important;
}

.swal2-popup .swal2-title {
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-bottom: 30px !important;
}

.swal2-content {
    margin-bottom: 15px !important;
}

.g-recaptcha-center {
    display: inline-block;
}

.blinking {
    animation: blinkingText 0.8s infinite;
}

.blinking:hover {
    animation: none;
    color: #b1b0bc;
}

@keyframes blinkingText {
    0% {color: #b1b0bc;}
    49% {color: transparent;}
    50% {color: transparent;}
    99% {color: transparent;}
    100% {color: #b1b0bc;}
}


.permission-row {
    display: block;
    padding: 15px;
}

.radio {
    float: right;
    margin-right: 30px;
}
.radio:last-child {
    float: right;
    margin-right: 30px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.ms-container{
    width: 100%;
}
.ms-container .ms-selectable, .ms-container .ms-selection{
    float: right;
}

.ms-container .ms-selection{
    float: left;
}

.ms-container .ms-list {
    height: 250px;
}