﻿@charset "UTF-8";.selectify__select{display:none}.selectify__container{background-color:#fff;border:1px solid #ddd;height:36px;line-height:1.8;padding:0 15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:flex;align-items:center;cursor:pointer}.selectify__container:after{content:"⌞";display:block;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);margin-left:auto;font-family:Courier\ New,Courier,monospace;font-size:1.4em;position:relative;top:-4px}.selectify__container i.selectify__clear{display:none;position:absolute;top:50%;right:40px;transform:translateY(-50%)}.selectify__container i.selectify__clear.active{display:flex}.selectify__container span.selectify__nothing-selected::before{display:block}.selectify__container.selectify__active:after{-webkit-transform:rotate(135deg);transform:rotate(135deg);top:4px;right:2px}.selectify__container.selectify__rtl{direction:rtl;text-align:right}.selectify__container.selectify__rtl:after{margin-left:0;margin-right:auto}.selectify__container.selectify__rtl i.selectify__clear{right:initial;left:40px}.selectify__items{background-color:#fff;position:absolute;z-index:900;display:none;margin-top:38px;border:1px solid #ddd;box-shadow:0 2px 10px rgba(17,17,17,.07)}.selectify__items>div{padding:7.5px 15px;cursor:pointer;white-space:nowrap}.selectify__items>div:hover{background-color:#eee}.selectify__items>div.selectify__selected{background-color:#f7f7f7;cursor:default;pointer-events:none}.selectify__items>div.selectify__disabled{opacity:.3}.selectify__items img{width:28px;display:inline-block;margin-right:8px;border:1px solid #ddd}.selectify__items.selectify__active{display:block}.selectify__items.selectify__rtl{direction:rtl;text-align:right}.selectify__items.selectify__rtl img{margin-right:0;margin-left:8px}html[lang="fa-IR"] .selectify__container span.selectify__nothing-selected::before{content:"انتخاب کنید..."}html[lang="en-US"] .selectify__container span.selectify__nothing-selected::before{content:"Select..."}