﻿body {
    font-family: 'iransans' !important;
}

.btn:hover {
    opacity: 0.7;
}

.pc-container .pc-content {
    padding-top: 10px !important;
}

.pc-container .page-header + .row {
    padding-top: 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 11px;
    right: 8px;
    width: 27px;
}

body .swal2-container {
    z-index: 999999999 !important;
}


.select2-container {
    /* z-index: 0; */
    width: 100% !important;
}

.select2-selection select2-selection--multiple {
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: #c5cad7 1px solid !important;
    border-radius: 10px !important;
}

.select2-container--default .select2-selection--multiple {
    border: #c5cad7 1px solid !important;
    border-radius: 10px !important;
}


    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #fff !important;
        cursor: pointer !important;
        display: inline-block !important;
        font-weight: bold !important;
        margin-right: 9px !important;
        margin-left: -2px !important;
        transition: all 0.2s !important;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #000 !important;
        }



.select2-selection__rendered {
    height: auto !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.select2-search select2-search--inline {
    display: none !important;
}

.select2-search__field {
    padding-top: 2px !important;
}

.filter-items .select2-selection__rendered {
    height: auto !important;
    padding-top: 5px !important;
    min-height: 0px !important;
    padding-bottom: 0px !important;
}
