body.index.auction{
    background-color: #fff;
}
.background-item{
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.section-header{
    margin-bottom: 5rem;
}
.background-item{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.text-weight{
    font-weight: 800;
}
.font-weight-desc{
    font-weight: 600;
}
.wrap-catalog__field{
    display: inline-block;
}
.field_sorted{
    display: inline-block;
}
.field_sorted img{
    width:35px;
}
.auction #catalogLine select{
    height: 40px;
}
#catalogList{
    margin-bottom: 24px;
}
#catalogList .item{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #e7e8ea;
    border-collapse: collapse;
    margin-bottom: 24px;
    border-radius: 4px;
    display: table;
    width: 100%;
}
#catalogList .column{
    vertical-align: middle;
    display: table-cell;
    position: relative;
}
#catalogList .column:first-child{
    width: 400px;
    border: 0;
}
#catalogList .column:nth-child(2){
    padding-left: 12px;
}
#catalogList .column:last-of-type{
    border-left: 1px solid #e7e8ea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 24px;
    height: 100%;
    width: 270px;
}
#catalogList .picture{
    position: relative;
    text-align: center;
    display: block;
}
#catalogList .picture img{
    max-height: 300px;
    max-width: 100%;
}
#catalogList .name{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 12px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}
#catalogList .name:hover{
    color: #ed1c24;
}
.params-lot{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.params-lot ul{
    width: 50%;
    padding: 0;
}
.params-lot ul li{
    text-overflow: ellipsis;
    overflow: hidden;
    /*color: #979797;*/
    font-size: 12px;
    line-height: 32px;
    white-space: nowrap;
    padding-right: 3px;
}
.params-lot ul li .icon{
    display: inline-block;
    vertical-align: top;
    width: 25px;
    text-align: left;
}
.params-lot ul li.damage__item{
    white-space:normal;
}
.icon {
    background-repeat: no-repeat;
    background-position: 50%;
}
/*.copart-badge{
    margin-right: 10px;
}*/
.copart-badge span {
    font-size: .7em;
    font-weight: 600;
}
.copart-badge {
    /*cursor: help;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1.375em;
    height: 1.375em;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    line-height: normal;
}
.red-price {
    color: #ee4036;
    font-weight: 700;
    font-size: 18px;
}
.final-rate{
    border-radius: 5px;
    padding: 0 5px;
}
.red-price.final-rate{
    background: red;
    color: #fff;
}
#catalogList .info-name{
    font-family: 'robotobold';
    text-decoration: none;
    margin-bottom: 12px;
    position: relative;
    font-size: 16px;
    display: block;
    color: #000000;
}
#catalogList .price{
    font-size: 20px;
}
.bid-price{
    font-family: 'robotobold';
    text-decoration: none;
    margin-bottom: 12px;
    position: relative;
    font-size: 20px;
    display: block;
    color: #000000;
}
.bid-price.price-now{
    font-size: 16px;
}
#catalogList .item.auction-end .buyAnalog{
    font-size: 15px;
}
#filter{
    margin-top: 24px;
    border: 1px solid #e7e8ea;
    position: relative;
    border-radius: 4px;
    margin-bottom: 24px;
}
#filter .select{
    height: auto;
}
#filter .headling{
    font-family: 'robotobold';
    text-transform: uppercase;
    height: 65px;
    line-height: 65px;
    background: #f3f3f3;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #000000;
}
#filter .filter__item{
    border-bottom: 1px solid #e7e8ea;
    padding: 24px;
    position: relative;
    clear: both;
    font-size: 14px;
}
#filter .filter_title{
    display: inline-block;
    margin-bottom: 18px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
#filter .filter_header{
    position: relative;
}
.filter__item .arrow{
    background: url(../images/expander.png) 50% 8px no-repeat transparent;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    line-height: 16px;
    cursor: pointer;
    height: 26px;
    width: 21px;
    top: -2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.filter__item .arrow.active{
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.filter_content{
    transition: all .2s ease;
    clear: both;
    opacity: 1;
}
.filter_content.collapsed {
    display: block;
    margin-top: -18px;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
}
.filter_content .checkbox{
    list-style: none;
    padding: 0;
    margin: 0;
}
.filter_content .checkbox li{
    padding-bottom: 12px;
}
.filter_content .checkbox li.off{
    display: none;
}
.filter_content .checkbox li input{
    padding: 0;
    box-sizing: border-box;
}
.filter_content .checkbox li input[type=checkbox]{
    position: absolute;
    opacity: 0;
}
.filter_content .checkbox li input[type=checkbox]:not(checked) + label{
    position: relative;
    padding-left: 28px;
}
.filter_content .checkbox li input[type=checkbox] + label{
    cursor: pointer;
}
.filter_content .checkbox label{
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.filter_content .checkbox li input[type=checkbox]+label:before{
    background: url(../images/checkBox.png) 0 0 no-repeat transparent;
}
.filter_content .checkbox li input[type=checkbox]:not(checked)+label:before{
    position: absolute;
    content: " ";
    height: 17px;
    width: 17px;
    left: 0;
    top: 0;
}
.filter_content .checkbox li input[type=checkbox].auction_img:not(checked)+label:before{
    top:6px;
}
.filter_content .checkbox li input[type=checkbox]:checked+label:before{
    background-position: 0 -34px;
}
/*.filter_content .showALL{
    webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #ed1c24;
}
.filter_content .showALL:hover{
    text-decoration: underline;
    color: #ff232b;
}
.filter_content .showALL:active{
    position: relative;
    top: 1px;
}*/
.icon__auction{
    display: inline-block;
    vertical-align: middle;
    width:32px;
    height: 32px;
}
.icon-copart{
    background: url(../images/auction/copart.svg) no-repeat;
}
.icon-iaai{
    background: url(../images/auction/iaai.svg) no-repeat;
}
.icon-manheim{
    background: url(../images/auction/manheim.svg) no-repeat;
}
.filter_content .select2{
    width: 100% !important;
}
/*body .select2-container--default .select2-selection--single{
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
body .select2-container--default .select2-selection--single{
    border-color: #ddd;
    outline: 0;
    font-size: .875em;
    padding: 11px 25px;
    height: auto;
    padding-right: 35px;
    -webkit-transition: border-color .25s ease-in-out;
    transition: border-color .25s ease-in-out;
}*/
.filter__inner--scroll{
    max-height: 30vh;
    overflow-y: auto;
}
.filter_content .year{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}
.filter_content .year:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #707070;
}
.filter_content .year .multiselect{
    width: 112px;
    display: inline-block;
    vertical-align: middle;
}
.form_input{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "roboto_ltregular";
    border: 1px solid #e7e7e7;
    padding-left: 12px;
    line-height: 50px;
    max-width: 100%;
    font-size: 14px;
    color: #555555;
    outline: none;
    height: 55px;
    width: 100%;
}
.btn-clear-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 8px;
    background: #e2362d;
    margin-bottom: 40px;
}
.btn-clear-filter a.clear-filter-link {
    width:100%;
    display:block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-clear-filter:hover{
    background-color: #ff232b;
}
.wrap-block{
    display: inline-block;
    vertical-align: middle;
}
.wrap-block:first-of-type{
    margin-right: 20px;
}
.wrap-block .form_input{
    max-width: 68px;
    height: 50px;
    padding: 0 8px;
}
.wrap-slider{
    margin-top: 20px;
}
.wrap-slider .irs--round .irs-handle{
    border:4px solid #ff232b;
    box-shadow:0 1px 3px rgba(255,0,0,0.3);
}
.wrap-slider .irs--round .irs-from, .wrap-slider .irs--round .irs-to, .wrap-slider .irs--round .irs-single{
    background-color: #ff232b;
}
.wrap-slider .irs--round .irs-from:before, .wrap-slider .irs--round .irs-to:before, .wrap-slider .irs--round .irs-single:before{
    border-top-color: #ff232b;
}
.wrap-slider .irs--round .irs-bar{
    background-color:#ff232b;
}
/*.wrap-slider .irs--round .irs-handle.state_hover, .wrap-slider .irs--round .irs-handle:hover{
    background-color:#ff232b;
}*/
.text-label{
    margin-right: 12px;
}
.pagination-wrap{
    margin: 40px 0;
    text-align: center;
    position: relative;
}
.pagination-wrap ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.pagination-wrap ul li{
    display: inline-block;
    margin: 0 2px 15px 2px;
}
.pagination-wrap ul li a{
    text-decoration: none;
    display: block;
    border-radius: 16px;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    vertical-align: middle;
}
.pagination-wrap ul li a:hover span{
    border-color: #DADADA;
    background: #DADADA;
    color: #000;
}
.pagination-wrap ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    background: #eff0f1;
    padding: 0 8px;
    display: block;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    font-size: 14px;
    border-radius: 16px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pagination-wrap ul li.pag-prev span{
    color: #444;
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
}
.pagination-wrap ul li.pag-prev a.disabled span,
.pagination-wrap ul li.pag-prev a.disabled span:hover{
    color: #aab1b4;
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
    cursor: default;
}
.pagination-wrap ul li.pag-next span{
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
    color: #444;
}
.pagination-wrap ul li.pag-next a.disabled span,
.pagination-wrap ul li.pag-next a.disabled span:hover{
    color: #aab1b4;
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
    cursor: default;
}
.pagination-wrap ul li.active span{
    background: #ed1c24;
    color: #fff;
}
.makes-list{
    -webkit-columns: 5;
    -moz-columns: 5;
    column-count: 5;
    margin-bottom: 35px;
    list-style: none;
}
.makes-list li:before{
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    margin: 0;
    position: relative;
    font-size: 10px;
    color: #000;
    font-weight: 600;
    padding-right: 5px;
}
.makes-list a{
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 25px;
}
.auction_search_form{
    position: relative;
    text-align: center;
}
.auctions-search input{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "roboto_ltregular";
    border: 1px solid #e7e7e7;
    padding-left: 12px;
    line-height: 40px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    color: #555555;
    height: 40px;
    padding-right: 35px;
}
.auctions-search .search-button{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0;
    width: 38px;
    height: 38px;
    background: url(../images/search.svg) 50% no-repeat;
    border: none;
}
.auctions-search .search-button:hover{
    -webkit-appearance: button;
    cursor: pointer;
    text-transform: none;
    line-height: normal;
}
.show-more{
    text-align: center;
    margin-bottom: 35px;
}
.show-more .link{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #e13a4a;
}
.hide-item{
    display: none;
}
.show-item{
    display: block;
}
#catalogList .myaddCart, #catalogList .btn-main{
    margin-bottom: 16px;
}
#catalogList .btn-main.btn-wrap, #catalogList .myaddCart{
    margin-top: 0;
}
#catalogList .box-btn{
    margin-top: 0;
}
.auction #catalogLine{
    line-height: normal;
    height: auto;
    padding: 10px;
}
.auction #catalogLine .column:nth-child(2){
    max-width: 35%;
    width:100%;
}
.auction_bid_start{
    position: relative;
}
.auction_bid_start:before{
    content: "LIVE";
    display: inline-block;
    color: #fff;
    font-size: 10px;
    padding:2px;
    margin-right: 5px;
    border-radius: 5px;
    background: #d01818;
}
._margin-status{
    margin-bottom: 20px;
}
.lot-date.auction_bid_start{
    line-height: normal;
}
.auction_bid_end{
    background-color: #777;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    padding: 10px 0;
}
._title_status_auction.auction_bid_end{
    color: #fff;
}
/*Карточка товара*/
.breadcrumbs{
    margin-bottom: 12px;
    line-height: 21px;
    overflow: hidden;
    font-size: 12px;
    color: #999999;
}
.breadcrumbs ul{
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumbs ul li{
    vertical-align: middle;
    display: inline-block;
}
.breadcrumbs ul li a{
    text-decoration: none;
    display: inline-block;
    line-height: 21px;
    color:#000;
}
.breadcrumbs ul li a:hover{
    color:#888;
}
.breadcrumbs ul li span{
    display: inline-block;
    line-height: 21px;
}
.breadcrumbs .arrow{
    vertical-align: middle;
    display: inline-block;
    font-family: arial;
    font-size: 18px;
    margin: 0 12px;
    color: #888888;
}
.product-block-title{
    margin-bottom: 24px;
}
body.index.lot{
    background-color: #fff;
}
.lot .copart-badge{
    -webkit-box-shadow: 2px 3px 7px rgba(102,102,102,.15);
    box-shadow: 2px 3px 7px rgba(102,102,102,.15);
    margin-right: 10px;
    font-size: 24px;
    display: inline-block;
    vertical-align:middle;
    text-align: center;
}
.lot h1{
    display: inline;
    vertical-align: middle;
}
.info-lot,.heading-info{
    overflow: hidden;
    zoom: 1;
}
.info-lot:first-child{
    margin-top: 0;
}
.icon-heading,.heading-info {
    display: table-cell;
    vertical-align: top;
}
.section-heading .info-lot .icon-heading{
    padding-right: 10px;
}
.section-heading .info-lot .icon-heading i{
    background: #C90000;
    color: #fff;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 30px;
    float: left;
}
.heading-info{
    width: 10000px;
}
.heading-info .p-heading{
    font-weight: 700;
    margin-top: 0;
    font-size: 1.17rem;
}
.text-uppercase{
    text-transform: uppercase;
}
.heading-info .ng-binding{
    font-size: 80%;
    color: #868686;
    font-weight: 300;
}
.auction-card hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.auction-card .property_list{
    margin-bottom: 0 !important;
    padding-bottom: 1rem !important;
}
.ul-format{
    margin: 0;
    padding: 0;
}
.contact-link-auction li{
    list-style: none;
    line-height: 44px;
    color: #7b7b7b;
}
.contact-link-auction li i{
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #C90000;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff;
    -webkit-box-shadow: rgba(50,50,50,.11) 0 5px 2px 0;
}
.details-sidebar .block-sidebar{
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
}
.block-option ul li{
    list-style: none;
    font-size: 13px;
    font-weight: 500;
}
.block-option ul>li{
    border-bottom: 1px dotted silver;
    padding: 4px 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: .9375rem!important;
    padding-bottom: 10px;
    padding-top: 10px;
}
.col-fix{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.lot .btn-main-auction{
    max-width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    margin-bottom: 16px;
    border-radius: 4px;
    text-align: center;
    margin-top: 12px;
    font-size: 16px;
    display: block;
    color: #ffffff;
    background: #007bff;
    padding: 10px 0;
}
.lot .btn-main-auction:hover{
    text-decoration: none;
    color: #fff;
    background-color: #0056b3;
}
.lot .btn-wrap{
    display: flex;
    justify-content: center;
    text-align: center;
    line-height:normal;
    align-items: center;
    height:60px;
}
.btn-click__bg{
    background: #ff4500;
}
.btn-click {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    margin-bottom: 16px;
    border-radius: 4px;
    line-height: 60px;
    text-align: center;
    margin-top: 12px;
    font-size: 16px;
    display: block;
    color: #fff;
}
.btn-click:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ff232b;
}
.btn-click img {
    vertical-align: middle;
    padding-right: 6px;
    margin-top: -4px;
}
.buy-report{
    text-decoration: none;
    display: block;
    background: #007bff;
    height: 40px;
    margin-bottom: 15px;
    border: 1px solid #007bff;
    border-radius: 3px;
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}
.buy-report:hover{
    text-decoration: none;
    color:#fff;
    background: #0056b3;
}
.description-full{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    /*padding: 0 24px 0 24px;*/
    font-size: 14px;
    margin-bottom: 40px;
}
.heading__item{
    font-family: 'robotobold';
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 36px 0;
    font-weight: 800;
    font-size: 20px;
}
.description-full .heading__item{
    border-top: 1px solid #e7e8ea;
}
.lot .webFormDw{
    overflow: hidden;
    padding: 0 15px 24px 15px;
}
.icon_prop{
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    text-align: left;
}
.icon_prop img{
    max-width: 100%;
}
._title_status_auction{
    text-transform: uppercase;
    font-size: .75rem;
    line-height: normal;
    font-family: "Rubik-Medium";
    color: #212529;
}
.block-option .col-title{
    font-weight: 700;
}
.block-bid-price{
    margin-bottom: 20px;
}
.sideBlock.banner{
    text-align: center;
    margin-top: 24px;
}
.banner img {
    max-height: 100%;
    vertical-align: middle;
    max-width: 100%;
}
#model__list{
    display: none;
}
#model__list.model__list_active{
    display: block;
}
.st-pull-right{
    float:right;
}
/*Карточка товара*/
/*Слайдер в карточке товара*/
.lot .pictureSlider{
    table-layout: fixed;
}
/*.lot .pictureSlider .item {
    padding: 0 24px;
}*/
.lot #pictureContainer{
    position: relative;
}
.lot #pictureContainer .item a {
    text-align: center;
    display: block;
}
.lot #pictureContainer .zoom {
    cursor: zoom-in;
}
.lot #pictureContainer .item a img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}
.lot #moreImagesCarousel {
    position: relative;
    padding-top: 8px;
    margin-top: 8px;
    overflow: hidden;
}
.lot #moreImagesCarousel .carouselWrapper {
    overflow: hidden;
    margin: auto;
    width: 80%;
}
.lot #moreImagesCarousel .slideBox {
    position: relative;
    overflow: hidden;
    list-style: none;
    height: 112px;
    padding: 0;
    margin: 0;
}
.lot #moreImagesCarousel .slideBox .item {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    text-align: center;
    line-height: 100px;
    opacity: 0.5;
    height: 100px;
    float: left;
    margin-right: 10px;
}
.lot #moreImagesCarousel .slideBox .item.selected {
    opacity: 1;
}
.lot #moreImagesCarousel .slideBox .item.selected:after{
    transform: translateX(-50%);
    border-bottom: 2px solid #000000;
    position: absolute;
    display: block;
    content: "";
    width: 30%;
    left: 50%;
    bottom: -12px;
}
.lot #moreImagesCarousel .slideBox .item a {
    display: block;
    line-height: 100px;
    height: 100px;
}
.lot #moreImagesCarousel .slideBox .item img {
    vertical-align: middle;
    margin-top: -4px;
    max-height: 100%;
    max-width: 100%;
}
.lot #moreImagesCarousel #moreImagesLeftButton, .lot #moreImagesCarousel #moreImagesRightButton {
    background: url(../images/carousel-arrow-small.png) 0 0 no-repeat transparent;
    position: absolute;
    width: 14px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    opacity: 0.5;
    z-index: 2;
}
.lot #moreImagesCarousel #moreImagesLeftButton {
    left: 32px;
}
.lot #moreImagesCarousel #moreImagesRightButton {
    background-position: -14px 0;
    right: 32px;
}
.lot #moreImagesCarousel .carouselWrapper {
    overflow: hidden;
    margin: auto;
    width: 80%;
}
#zoomer {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.7);
}
#zoomer.opened {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
#zoomerMoreImagesContainerWrapper .item {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#zoomerNextMore {
    background-position: -80px 0;
}
#zoomerNextMore, #zoomerPrevMore {
    background: url(../images/carouse-arrows.png) 0 0 no-repeat transparent;
    opacity: 0.5;
}
#zoomer #zoomerExitLink {
    background: url(../images/exitBig.png) 0 0 no-repeat transparent;
    height: 50px;
    opacity: 0.5;
    width: 50px;
}
#zoomerNextMore {
    background-position: -80px 0;
}
#zoomerBigPrevMore, #zoomerBigNextMore {
    background: url(../images/carouse-arrows-big.png) 0 0 no-repeat transparent;
    opacity: 0.5;
}
#zoomerBigNextMore {
    background-position: -57px 0;
}
.auction-card{
    max-width: 1240px;
    margin: 0 auto 40px;
}
#timer{
    margin-bottom: 20px;
}
.clock .column, .clock .timer{
    display: inline-block;
}
.clock .timer{
    background-color: #fff;
    border: 1px solid #dee3ec;
    border-radius: 5px;
    font-size: 32px;
    display: inline-block;
    height: 56px;
    width: 60px;
    line-height: 54px;
    text-align: center;
}
.clock .text{
    padding-top: 8px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
.auction-card .col.main__img{
    padding: 0;
}
.sold-over{
    background-color: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    vertical-align: bottom;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sold-over div {
    margin-top: 30%;
    font-size: 50px;
    font-weight: 700;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.sold-over span{
    font-family: 'robotobold';
    font-size: 50px;
    font-weight: 700;
    color: #868686;
    border: 2px solid;
    padding: 0 10px;
}
/*Слайдер в карточке товара*/
/*Социальные сети Поделится*/
.block-social{
    margin-top: 1.25rem;
}
.block-social ul{
    overflow: hidden;
    padding: 0
}
.block-social ul li{
    text-align: center;
    list-style: none;
    float: left;
    width: 25%;
    padding: 0 4px;
}
.block-social ul li a{
    width: 100%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    display: inline-block;
    margin: 0;
    color: #fff;
    border-radius: 3px;
}
.facebook-bg {
    background: #4867aa;
    color: #fff;
}
.facebook-bg:hover {
    background: #3a5795;
    color: #fff;
}
.twitter-bg {
    background: #1da0f1;
    color: #fff;
}
.twitter-bg:hover {
    background: #2abced;
    color: #fff;
}
.viber-bg {
    background: #675aaa;
    color: #fff;
}
.viber-bg:hover {
    background: #7d5fea;
    color: #fff;
}
.telegram-bg {
    background: #35a6de;
    color: #fff;
}
.telegram-bg:hover {
    background: #08c;
    color: #fff;
}
/*Социальные сети Поделится*/

/*Блок Пожожие лоты*/
.background-white-block{
    background-color: #fff;
}
.h-100{
    height: 100%;
}
.w-100{
    width: 100%;
}
.col-mt-4{
    margin-top: 1.5rem;
}
.b_block_status{
    display: block;
}
.auction-item{
    border: 1px solid #e7e8ea;
}
.auction-item:hover{
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 50%, #f9fafc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#f9fafc));
    background: -webkit-linear-gradient(top, #ffffff 50%,#f9fafc 100%);
    background: -o-linear-gradient(top, #ffffff 50%,#f9fafc 100%);
    background: -ms-linear-gradient(top, #ffffff 50%,#f9fafc 100%);
    background: linear-gradient(to bottom, #ffffff 50%,#f9fafc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9fafc',GradientType=0 );
    box-shadow: 1px 1px 6px rgba(0,0,0, 0.2);
}
.auction-item_img{
    display: block;
    padding-top: 66.66%;
}
.auction-item .wrap-img img{
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.name_item{
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    font-size: 14px;
    display: block;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    color:#000;
    text-transform: uppercase;
}
.name_item:hover{
    color: #ed1c24;
    text-decoration: none;
}
.params-lot.attributes-lot ul{
    width: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.params-lot.attributes-lot ul li{
    width: 50%;
}
.wrap-auction-icon-drive{
    font-size: 1.4rem;
    top: -5px;
    right: -5px;
    z-index:10;
}
#relatedLots .copart-badge{
    margin-right: 0;
}
.p-card-auction {
    padding: 0 12px;
}
.bid-price.similar__price,.bid-price.similar__price .red-price{
    font-size: 15px;
}
.item-footer-card{
    border-top: 1px solid #e1e1e1;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 18px 15px 17px;
}
.lot-id{
    color: #8e8e8e;
    font-size: 12px;
}
.lot-id>span{
    color: #fff;
    font-size: 9px;
    text-transform: uppercase;
    background-color: #ed1c24;
    border-radius: 3px;
    width: 23px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 6px;
}
.lot-date{
    font-size: 12px;
    color: #8e8e8e;
    line-height: 18px;
    margin-top: 10px;
}
.date-auction{
    font-family: 'robotobold';
    color:#555;
}
.auction-item .bid-price.no-bids{
    font-size: 15px;
}
.bt-line{
    border-top: 1px solid #e7e8ea;
}
.lot .result-blokc-active{
    margin-bottom: 30px;
}
.lot .customs-calc-input.input-group-price>input{
    width: 100%!important;
}
.contact-link-auction .lot-id{
    font-size: 14px;
    margin-bottom: 10px;
}
.contact-link-auction .lot-id>span{
    width: auto;
    line-height: normal;
    padding: 1px;
    font-size: 12px;
}
/*Блок Пожожие лоты*/
.modal-backdrop{
    opacity: 0.5;
}
#auction-filters-modal{
    height: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    display: table;
}
.col-auto{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.appFormContainer.app-form{
    height: auto;
    padding-bottom: 20px;
}
/*Стилизация select*/
#filter .select2-container .select2-selection--single{
    width: 100%;
    height: auto;
    padding: 14px;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #999999;
}
#filter .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: normal;
}
#filter .select2-container--default .select2-selection--single .select2-selection__arrow{
    top:50%;
    margin-top: -13px;
}
.select2-container{
    z-index: 99999;
}
.select2-dropdown{
    border: 1px solid #e3e3e3;
}
/*Стилизация select*/
/*Стилизация select без плагина*/
.select-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.select-wrap{
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #999999;
    width: 100%;
    height: 40px;
    border-color: #e3e3e3;
    padding: 14px;
}
#filter select{
    line-height: 50px;
    height: auto;
}
/*Стилизация select без плагина*/
.m-top{
    margin-top:30px;
}
.m-bottom{
    margin-bottom:30px;
}
.banner-block img{
    max-width: 100%;
}
.auctions-total-found{
    font-size: 16px;
    text-align: center;
    margin-bottom: 32px;
}
.table-view{
    margin: 10px 0 20px;
}
.table-view td{
    padding: 5px;
}
.helping-block.helping-block-move{
    background-color: #fff;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
}
@media only screen and (max-width: 1500px) {
    #catalogList .column:first-child{
        width: 340px;
    }
}
@media only screen and (max-width: 1366px) {
    #catalogList .column:first-child{
        width: 300px;
    }
}
@media only screen and (max-width: 1280px) {
    .auction #catalogLine .column:nth-child(2){
        width: 30%;
    }
}
@media only screen and (max-width: 1200px) {
    #catalogList .item{
        position: relative;
        overflow: hidden;
        display: block;
    }
    #catalogList .column:first-child{
        position: absolute;
        height: 100%;
        float:left;
        clear: both;
        z-index: 1;
    }
    #catalogList .picture img{
        max-height: 100%;
        max-width: 100%;
        width: 100%;
        height: 100%
    }
    #catalogList .column:nth-child(2){
        width: 100%;
        padding: 20px 12px;
        margin-left: 300px;
        float:left;
    }
    #catalogList .column:last-of-type{
        overflow: hidden;
        display: block;
        line-height: normal;
        height: auto;
        padding: 0 0;
        border: 0;
        width: 100%;
        clear: both;
        background-color: #f9f9f9;
    }
    #catalogList .params-lot ul{
        width: 25%;
    }
    #catalogList .resizeColumn{
        width: 50%;
        float:left;
        text-align: center;
    }
    #catalogList .resizeColumn.box-btn{
        float:right;
    }
    #catalogList .resizeColumn:nth-child(2) .myaddCart{
        margin-top: 16px;
    }
    #filter .filter__item{
        padding: 14px;
    }
    .details-sidebar .block-sidebar{
        padding: 10px;
    }
}
@media only screen and (max-width: 1024px) {
    #filter .headling {
        line-height: 46px;
        height: 46px;
    }
    #filter .filter__item{
        padding: 0;
        font-size: 16px;
    }
    #filter .filter_title{
        font-size: .857em;
        margin-bottom: 0;
    }
    .section-header{
        margin-bottom: 1rem;
    }
    .show-more{
        margin-bottom: 0;
    }
    .auctions-total-found{
        margin-top: 20px;
    }
    .auction #filter{
        margin-top: 0;
    }
    .btn-clear-filter{
        display: none;
    }
    #formFilter{
        display: none;
        border: 1px solid #dee3ec;
        border-radius: 5px;
        padding: 0;
        background-color: #fff;
    }
    #filter .filter_header{
        padding: 8px 15px;
    }
    .filter_content{
        display: none;
        padding: 19px;
    }
    .scrollabley{
        display: block;
        height: auto;
        max-height: 400px;
        overflow-y: auto;
        width: 99%;
    }
    .filter__item .arrow{
        right: 0;
        position: relative;
        float:right;
    }
    #filter .filter__item.active-section{
        border-bottom: none;
    }
    #filter .filter__item.active-section .filter_header{
        display: none;
    }
    #filter .filter__item.active-section .filter_content{
        display: block;
    }
    .property_content .c-list__item ._info, .property_content .c-list__item ._text {
        padding: .58rem 0;
    }
    #filter .vs__dropdown-menu{
        position: relative;
    }
}
@media only screen and (max-width: 992px) {
    .lot .pictureSlider .item{
        padding: 0;
    }
    .no-padding{
        padding-right: 0!important;
        padding-left: 0!important;
    }
}
@media only screen and (max-width: 768px) {
    #catalogList .item {
        height: auto;
    }
    #catalogList .column{
        padding: 0;
    }
    #catalogList .column:first-child{
        width: 100%;
        position: relative;
    }
    #catalogList .column:nth-child(2){
        padding: 12px;
        margin: 0;
        height: 100%;
    }
    #catalogList .column:last-of-type{
        padding: 12px;
    }
    .params-lot{
        text-align: left;
    }
    .makes-list{
        padding: 0 12px;
    }
    #catalogList .column:nth-child(2),#catalogList .column:first-child{
        float:none;
    }
    #catalogList .column{
        display: block;
    }
    #catalogList .params-lot ul{
        width: 50%;
    }
    .auction #catalogLine{
       position: relative;
    }
    .auction #catalogLine .column:nth-child(2){
        width: 100%;
        max-width: 100%;
        display: block;
        margin-left: 0;
        margin-top: 12px;
    }
    .auction #catalogLine .column:nth-child(2).filter-query{
        width: calc(100% - 38px);
    }
    #catalogLine .column:last-child{
        position: absolute;
        top: 12px;
        right: 12px;
        float: none;
    }
    .details-sidebar .helping-block{
        padding: 10px 10px 0;
    }
    .lot #moreImagesCarousel #moreImagesRightButton{
        right: 0;
    }
    .lot #moreImagesCarousel #moreImagesLeftButton{
        left: 0;
    }
    .section-header h1{
        font-size: 1.3rem;
    }
}
@media only screen and (max-width:767px) {
    .no-padding {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
}
@media only screen and (max-width: 568px) {
    .makes-list{
        -webkit-columns: 3;
        -moz-columns: 3;
        column-count: 3;
    }
}
@media only screen and (max-width: 420px) {
    #catalogList .resizeColumn{
        float:none;
        width:100%;
    }
    .auction #catalogLine .wrap-catalog__field .label{
        display: block;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 360px) {
    .auction #catalogLine{
        display: block;
    }
    .contact-link-auction li i{
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin-right: 0;
    }
}

/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}
.lightpick {
    position: absolute;
    z-index: 99999;
    padding: 4px;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    color: #000;
    font-family: system-ui, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.125em;
}

.lightpick--inlined {
    position: relative;
    display: inline-block;
}

.lightpick,
.lightpick *,
.lightpick::after,
.lightpick::before {
    box-sizing: border-box;
}

.lightpick.is-hidden {
    display: none;
}

.lightpick__months {
    display: grid;
    background-color: #EEE;
    grid-template-columns: auto;
    grid-gap: 1px;
}

.lightpick--2-columns .lightpick__months {
    grid-template-columns: auto auto;
}

.lightpick--3-columns .lightpick__months {
    grid-template-columns: auto auto auto;
}

.lightpick--4-columns .lightpick__months {
    grid-template-columns: auto auto auto auto;
}

.lightpick--5-columns .lightpick__months {
    grid-template-columns: auto auto auto auto auto;
}

.lightpick__month {
    padding: 4px;
    width: 288px;
    background-color: #FFF;
}

.lightpick__month-title-bar {
    display: flex;
    margin-bottom: 4px;
    justify-content: space-between;
    align-items: center;
}

.lightpick__month-title {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    cursor: default;
    padding: 0 4px;
    border-radius: 4px;
}

.lightpick__month-title > .lightpick__select {
    border: none;
    background-color: transparent;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.lightpick__month-title > .lightpick__select:disabled {
    color: #333;
}

.lightpick__month-title > .lightpick__select-months {
    font-weight: bold;
    font-size: 1em;
    margin-right: .5em;
}

.lightpick__toolbar {
    display: flex;
    text-align: right;
    justify-content: flex-end;
}

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
    display: flex;
    margin-left: 6px;
    width: 32px;
    height: 32px;
    outline: none;
    border: none;
    border-radius: 50%;
    background-color: #DDD;
    justify-content: center;
    align-items: center;
}

.lightpick__previous-action,
.lightpick__next-action {
    font-size: 12px;
}

.lightpick__close-action {
    font-size: 18px;
}

.lightpick__previous-action:active,
.lightpick__next-action:active,
.lightpick__close-action:active {
    color: inherit;
}

.lightpick__days-of-the-week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.lightpick__day-of-the-week {
    display: flex;
    font-size: 11px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

.lightpick__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.lightpick__day {
    display: flex;
    height: 40px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    cursor: default;
}

.lightpick__day.is-today {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(220, 50, 47, .5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
    background-size: 18.8% auto;
    background-position: center bottom;
    color: #DC322F;
}

.lightpick__day:not(.is-disabled):hover {
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23E0E0E0' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-disabled {
    opacity: 0.38;
    pointer-events: none;
}

.lightpick__day.disabled-tooltip {
    pointer-events: auto;
}

.lightpick__day.is-disabled.is-forward-selected {
    opacity: 1;
}
.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
    background-color: rgba(38, 139, 210, 0.1);
    background-image: none;
}

.lightpick__day.is-previous-month,
.lightpick__day.is-next-month {
    opacity: 0.38;
}

.lightpick__day.lightpick__day.is-in-range:not(.is-disabled) {
    opacity: 1;
}

.lightpick__day.is-in-range {
    border-radius: 0;
    background-color: rgba(38, 139, 210, 0.1);
    background-image: none;
}

.lightpick__day.is-in-range:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(38, 139, 210, 0.5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped {
    border-top-left-radius: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50%;
    background-color: #268BD2;
    background-image: none;
}

.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 0;
    background-color: #268BD2;
    background-image: none;
}

.lightpick__day.is-start-date.is-end-date {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
    background-size: auto;
    background-position: center;
    color: #FFF;
    font-weight: bold;
}

.lightpick__tooltip {
    position: absolute;
    margin-top: -4px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    font-size: 11px;
    pointer-events: none;
}

.lightpick__tooltip::before {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
    border-top: 5px solid rgba(0, 0, 0, 0.12);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
}

.lightpick__tooltip::after {
    position: absolute;
    bottom: -4px;
    left: calc(50% - 4px);
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}
.lightpick__footer {
    display: flex;
    justify-content: space-between;
}
.lightpick__reset-action,
.lightpick__apply-action {
    border-radius: 5px;
    font-size: 12px;
    border: none;
}
.lightpick__reset-action {
    color: #fff;
    background-color: #aeacad;
}
.lightpick__apply-action {
    color: #fff;
    background-color: #2495f3;
}
.select2-container{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{background-color:transparent;border:none;font-size:1em}.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;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left: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:1051}.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--selectable{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{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;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !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:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.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;padding-bottom:5px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.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__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 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 .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--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{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;height:26px;margin-right:20px}.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-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;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;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.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;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.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__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.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--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{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}