@import "fontiran.css";

.wrap *, .wp-menu-name, .wp-submenu {
    font-family: IRANYekanX, Vazirmatn, Sahel, serif !important;
}

.my-select2 + .select2-container .select2-selection--multiple .select2-selection__rendered :where(.select2-selection__choice ,.select2-search) {
    padding-bottom: 0;
    margin-bottom: 0;
}

.my-select2 + .select2-container {
    width: 100% !important;
}

.select2-selection--multiple {
    height: 38px;
}

.gateway-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: auto;
    align-content: start
}

.gateway-container:after {
    display: block;
    content: " ";
    margin: 10px;
    flex: 999 999 auto;
}

.gateway-item {
    flex: 1 0 auto;
    margin: 8px;
    min-width: 110px;

    background: white;
    border: 1px solid #c3c4c7;
    border-radius: 2px;
}

.gateway-item img {
    width: 64px;
    text-align: center;
    margin: 5px auto;
    display: block;
}

span.gateway-image {
    height: 64px;
    display: block;
}

span.gateway-name {
    display: block;
    text-align: center;
}

span.gateway-add {
    display: block;
    text-align: center;
    margin-top: 8px;
    width: 100%;
    padding: 3px;
}

.gateway-item input {
    text-align: center;
    display: block;
    width: 100%;
    margin: 2px 5px;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.dropdown-menu {
    top: 30px;
    left: 0;
    will-change: transform;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}


.pointer:hover {
    cursor: pointer;
}

.hover-active:hover {
    background-color: rgba(250, 250, 250, 0.85);
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.font-size-12 {
    font-size: 12px;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.download-excel a {
    text-decoration: none;
}

.download-excel:hover a {
    color: #FFFFFF;
}

.placeholder-right:-moz-placeholder {
    text-align: right;
}

.placeholder-right:-ms-input-placeholder {
    text-align: right;
}

.placeholder-right::-webkit-input-placeholder {
    text-align: right;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.widefat td, .widefat td ol, .widefat td p, .widefat td ul {
    font-size: 16px;
}

.list-border-between li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}