@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff');  /* All Major Browsers */
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff');  /* All Major Browsers */
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/woff/IRANSansWeb_Light.woff') format('woff');  /* All Major Browsers */
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff');  /* All Major Browsers */
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/woff/IRANSansWeb.woff') format('woff');  /* All Major Browsers */
}


:root {
    --base-color: #1CC9CE;
    /*--base-color: #F4DC3C;*/
}

body{
    direction: rtl;
    font-family: "IRANSans";
    font-weight: 300;
    font-size: 1rem;
}
p.teaser {
    text-indent: 30px;
}
.container {
    margin-right: auto !important;
    margin-left: auto !important;
}
.spacer{
    margin: 0 10px;
    border: solid 1px #DFDFDF;
    padding: 20px;
}

.base-color{
    color: var(--base-color);
}
.bg-base-color{
    background: var(--base-color);
}
.border-base-color{
    border: solid 1px var(--base-color);
}
.border-bottom-base-color{
    border-bottom: solid 2px var(--base-color);
}

.hidden {
    display: none;
}

.profile-complete{
    width: 100%;
    margin: 20px auto;
}
.add-more-medicine ,.btn {
    cursor: pointer;
}
.add-more-medicine{
    color: #1CC9CE;
}
.cursor-pointer{
    cursor: pointer;
}
.profile-info-box {
    margin: 20px 30px;
    -webkit-box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.16);
    box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.16);
    background: #eee;
}
.profile-info-box .row{
    margin: 0;
}
.profile-info-box .avatar{
    width: 100px;
    border-radius: 25%;
}
.profile-info-box .card-body{
    border-radius: .25rem;
}
.profile-complete .profile-info-box {
    margin: 20px 30px;
    border: none !important;
}

.profile-info-box .card-header{
    background-color: #1CC9CE;
    padding: 0.4rem 1.25rem;
}
.profile-btn-new div{
    outline: none;
    /*text-decoration: none;*/
    color: #000;
}
.profile-btn-new div i{
    color: red;
}
.profile-btn-new div.profile-btn-item{
    padding: 34px 5px;
    background: #ffffff;
    text-align: center;
    margin-top: 26px;
    -webkit-box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.16);
    box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.16);
    border-bottom: solid 2px red;
    cursor: pointer;
}
.profile-btn-new div:first-child i{
    color: green;
}
.profile-btn-new div:first-child div{
    border-bottom: solid 2px green;
}
.profile-btn-new div:last-child i{
    color: blue;
}
.profile-btn-new div:last-child div{
    border-bottom: solid 2px blue;
}
.profile-btn-new div.profile-btn-item:hover{
    -webkit-box-shadow: -8px 8px 2px rgba(0, 0, 0, 0.16);
    box-shadow: -8px 8px 5px rgba(0, 0, 0, 0.16);
    margin-top: 24px;
}
.profile-btn-new div.profile-btn-item:active{
    background: #f9f9f9;
}
.profile-user-name{
    padding: 34px 0 0;
}
div.profile-medicine-item{
    padding: 10px 20px;
    background: #ffffff;
    text-align: center;
    margin: 5px 10px;
    -webkit-box-shadow: -5px 2px 2px rgba(0, 0, 0, 0.16);
    box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.16);
    border-bottom: solid 2px red;
    cursor: pointer;
}
div.profile-medicine-item:hover{
    -webkit-box-shadow: -8px 8px 2px rgba(0, 0, 0, 0.16);
    box-shadow: -8px 8px 5px rgba(0, 0, 0, 0.16);
    margin-top: 5px;
}
div.profile-medicine-item:active{
    background: #f9f9f9;
}
#smile-img, #sad-img, #meh-img{
    cursor: pointer;
}
.blue-icon{
    color: #1CC9CE;
}
.profile-info-box .btn, .satisfaction-form-submit{
    background-color: #1CC9CE !important;
    border: none;
    color: white !important;
}
.profile-info {
    padding:10px 40px;
}
.table.medicine-list {
    border: none;
}
.medicine-list th, .medicine-list td {
    text-align: center;
    border: none;
    font-size: 13px;
}
.profile-buttons {
    margin: 30px;
}
.profile-btn{
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #808080 !important;
}
.profile-btn a{
    text-decoration: none;
}
.profile-btn:hover{
    background-color: #1CC9CE;
}
/*.profile-btn:active{*/
/*    background-color: #1CC9CE;*/
/*}*/
#donut-remained {
    width: 200px;
    height: 200px;
}
.bread-crumb ul{
    display: table;
}
.bread-crumb ul li{
    float: right;
    display: block;
    position: relative;
    margin: 0.125rem 6px;
    color: #434f61;

}
.bread-crumb ul li a{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    padding: 0.25rem 0.625rem 0.3125rem 0.75rem;
    line-height: 1.0625rem;
    font-size: 0.765rem;
    padding-left: 0.4875rem;
    padding-right: 0.2rem;
    border-top-right-radius: 0.0875rem;
    border-bottom-right-radius: 0.0875rem;
    position: relative;
    white-space: nowrap;
    color: #323c49;
    text-decoration: none;
    cursor: text;
}
.bread-crumb ul li a .breadcrumbs__separator{
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% - 5.008rem);
    overflow: hidden;
}
.bread-crumb ul li a .breadcrumbs__separator::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -0.900rem;
    width: 6.25rem;
    height: 6.25rem;
    border: 0.25rem solid #fff;
    transform: translateY(-50%) scaleX(0.5) rotate(45deg);
    transition: background-color 300ms;
    box-sizing: inherit;
    white-space: nowrap;
    color: #323c49;
}
.breadcrumbs_link:hover > a, .breadcrumbs_link:hover {
    background: #1CC9CE;
    color: #ffffff;
    border-radius: 6px;
}
.bread-crumb ul li.breadcrumbs_link a{
    cursor: pointer;
    vertical-align: middle;
    outline: none;
}
.breadcrumbs_link:after {
    content: ' \003E';
}
.breadcrumbs_link:last-child:after {
    content: '';
}

.category-sidebar li{
    border: none !important;
}

.comments-segment{
    margin: 10px 0 30px;
}
.send-comment{
    display: table;
    width: 100%;
}
.send-comment textarea{
    width: 100%;
    height: 160px;
}
.send-comment input{
    float: none;
    margin-top: 8px;
}
/*comments*/
.comment-list .comment{
    display: block;
    clear: both;
    text-align:right;
}
#body-wrapper-ltr .comment-list .comment{
    text-align:left;
}
.comment-list .thumbnail{
    float: right;
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;

    margin-right: 20px;
    margin-top: 0;
}
#body-wrapper-ltr .comment-list .thumbnail{
    float: left;
}
#body-wrapper-ltr .comment-list .replay .thumbnail{
    margin-left: 50px;
}
.comment-list .thumbnail{
    width: 90px;
    height: 90px;
}
.comment-list  .thumbnail img{
    width: 80px;
    height: 80px;
}

.comment-list figcaption {
    word-wrap: break-word;
}

.comment-list .text-center {
    text-align: center;
}

.comment-list .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.comment-list .panel-body {
    padding: 15px;
}
.comment-list .desc{
    position: relative;
    width: 60%;
    float: right;
    padding-right: 15px;
}
#body-wrapper-ltr .comment-list .desc{
    float: left;
}

.comment-list .replay{
    margin-right: 50px;
}

.comment-list .comment-post {
    margin-top: 6px;
}
.p-reply, .p-reply a{
    margin: 0 !important;
    padding: 0 !important;
    margin-top: -10px !important;
    font-size: 13px;
}

/*end comments*/

.vira-btn{
    border: none;
    color: #ffffff;
    padding: 2px 16px;
    margin-top: 10px;
    background: var(--base-color);
    cursor: pointer;
}

.item div:last-child{
    background: #F8F8F8;
    text-align: center;
}
.profile-info .text-decoration-none a {
    text-decoration: none;
}

div.home-div {
    margin-top: 20px;
    text-align: center;
    padding: 30px 0
}
div.home-div:nth-child(odd) {
    background: #F8F8F8;
}


/*.bread-crumb ul li.breadcrumbs_link a .breadcrumbs__separator::after{*/
    /*content: ' \00A7';*/
    /*border: solid 1px red;*/
/*}*/
@media (max-width:768px){
    .profile-btn-new div.profile-btn-item{
        height: 125px;
        padding: 20px 5px;
    }
}
@media (max-width:575px){
    .profile-btn-new div.profile-btn-item{
        height: 100px;
        padding: 25px 5px;
    }
}

@media (min-width:768px) {
    .nav-profile{
        width: 80px !important;
    }
    .nav-login{
        width: 50px !important;
    }
    .nav-register{
        width: 20% !important;
    }
    .nav-search{
        width: 55% !important;
    }
    .nav-logo{
        width: 10% !important;
    }
}

@media (max-width:530px){
    .nav-profile{
        width: 80px !important;
    }
    .nav-login{
        width: 60px !important;
    }
    .nav-register{
        width: 90px !important;
    }
    .nav-search{
        display: none;
    }
    .nav-logo{
        width: 80px !important;
    }
}






    .select2{
    background-color: #f6f6f6;
    border: none;
    border-radius: 2px;
    color: #4d4d4d;
    -webkit-font-smoothing: antialiased;
    height: 44px;
    margin: 6px auto;
    padding: 3px 18px 3px 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    outline: none !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border linear .2s, box-shadow linear .2s;
    width: 100%;
}

.select2-results__options{
    direction: rtl;
}

.select2-selection{
    background: none !important;
    border: 0 !important;
}

.select2{
    padding: 3px 18px 3px 18px !important;
}

/*
*
*   select2
*
*/
.select2-container{width:100% !important;direction:rtl;box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:99999;}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{direction:rtl;border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#4d4d4d;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-right:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:42px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
