#pl-picker-modal {
position: fixed;
display: none;
top: 10%;
left: 10%;
height: 80%;
width: 80%;
z-index: 1100;
box-shadow: 0 0 10px 2px #e1e1e1;
border: none !important;
}
#pl-picker-modal a {
-webkit-box-shadow: unset;
box-shadow: unset;
}
#pl-drop-off-iframe {
display: inherit;
width: 100%;
height: 100%;
}
.pl-checkout-carrier-image {
display: inline-block;
height: 30px !important;
vertical-align: middle;
margin-right: 8px;
}
#pl-picker-modal svg {
position: absolute;
top: -40px;
right: -40px;
cursor: pointer;
width: 40px;
box-shadow: 0 0 10px 2px #e1e1e1;
border: none !important;
height: 40px;
border-radius: 50%;
background-color: white;
}
#packlink-drop-off-picker {
margin-top: 1.5rem;
margin-left: 1em;
margin-bottom: 1rem;
line-height: inherit;
}
.lp-location-wrapper {
text-indent: 0;
text-align: left;
}
@media screen and (max-width: 800px) {
#pl-picker-modal svg {
top: -30px;
right: -30px;
width: 30px;
height: 30px;
}
}@media screen and (max-width: 800px) {
.lp-collapse {
display: none !important;
}
.lp-expand {
display: block !important;
flex-grow: 1;
}
.lp-input-wrapper > .input > .label {
font-size: 12px !important;
}
}
.lp-content {
height: 100%;
width: 100%;
display: flex;
background-color: white;
min-height: 350px;
}
.lp-locations {
width: 100%;
overflow-x: hidden;
overflow-y: auto;
}
.lp-select-column {
text-overflow: clip !important;
min-width: 90px;
}
.lp-select-button {
height: 35px;
border: 1px solid #2095f2;
border-radius: 4px;
line-height: 35px;
font-size: 14px;
text-align: center;
font-weight: 400;
color: #2095f2;
cursor: pointer;
display: inline-block;
margin-right: 25px;
padding: 0 10px;
}
.composite .lp-select-button {
margin-right: 10px;
}
.lp-select-button:hover {
background-color: #2095f2;
color: white;
}
.lp-select-button * {
pointer-events: none;
}
.lp-working-hours {
visibility: hidden;
height: 0;
overflow-x: hidden;
overflow-y: hidden;
opacity: 0;
width: 250px;
margin-top: 5px;
margin-bottom: 5px;
}
.lp-working-hours.enabled {
visibility: visible;
height: auto;
opacity: 1 !important;
transition: opacity .25s ease-in;
}
.lp-hour-wrapper {
display: flex;
}
.lp-hour-wrapper * {
height: 25px;
line-height: 25px;
color: #5d5d5d;
}
.lp-hour-wrapper .day {
text-transform: uppercase;
font-size: 16px;
font-weight: bold;
width: 45%;
}
.lp-hour-wrapper .hours {
flex-grow: 1;
font-size: 12px;
}
.lp-input-wrapper {
width: 100%;
display: flex;
justify-content: center;
height: 50px;
margin: 10px 0;
}
.lp-input-wrapper > .input {
width: 70%;
justify-content: left;
position: relative;
}
.lp-input-wrapper > .input > input {
height: 50px;
box-sizing: border-box;
background-color: white;
border-radius: 0;
border: 1px solid #dcdcdc;
padding: 20px 0 0 15px;
width: 100%;
font-size: 14px;
color: #5d5d5d;
}
.lp-input-wrapper > .input > input:focus {
border: 1px solid #2095f2 !important;
outline: none !important;
}
.lp-input-wrapper > .input > .label {
max-width: calc(100% - 30px);
line-height: 16px;
position: absolute;
top: 16px;
left: 15px;
text-transform: uppercase;
font: bold 16px Roboto, Arial, sans-serif;
color: #9b9b9b;
pointer-events: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-indent: 0 !important;
}
.lp-input-wrapper > .input > input:focus + .label,
.lp-input-wrapper > .input > input:valid + .label {
line-height: 12px;
position: absolute;
top: 12px;
left: 15px;
text-transform: uppercase;
font: bold 12px Roboto, Arial, sans-serif;
color: #5d5d5d;
pointer-events: none;
transition: all .25s ease-in;
}
.lp-location-wrapper {
box-sizing: border-box;
min-height: 50px;
width: 100%;
border: 1px solid transparent;
border-bottom: 1px solid #dcdcdc;
display: flex;
padding: 0 15px;
cursor: pointer;
}
.lp-location-wrapper.selected {
border: 1px solid #56b652;
}
.lp-location-wrapper.selected .lp-radio {
background-color: #bdbdbd;
}
.lp-location-wrapper > * {
min-height: 55px;
font: normal 14px Roboto, Arial, sans-serif;
color: #5d5d5d;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.lp-location-wrapper > *:not(.street) {
line-height: 50px;
}
.lp-location-wrapper > .composite {
display: none;
line-height: 20px;
white-space: normal;
overflow: visible;
margin: 16px 10px 10px 0;
width: 100%;
}
.lp-location-wrapper > * {
pointer-events: none;
}
.lp-location-wrapper .excluded {
pointer-events: all !important;
}
.lp-location-wrapper > .radio-button {
margin-right: 20px;
width: 20px;
}
.lp-location-wrapper > .name {
width: 30%;
font-weight: bold;
}
.lp-location-wrapper > .street {
flex-grow: 1;
display: flex;
flex-flow: column;
justify-content: center;
}
.lp-location-wrapper > .street > .street-name {
margin-top: 13px;
}
.lp-working-hours-btn {
color: #2095f2;
font-size: 12px;
font-weight: 400;
display: inline-block;
}
.lp-location-wrapper > .city {
width: 20%;
}
.lp-location-wrapper .lp-radio {
width: 10px;
height: 10px;
border-radius: 50%;
border: 1px solid #8a8a8a;
background-color: #f5f5f5;
margin-top: 19px;
}
#locations {
width: 100%;
}
.lp-spinner-wrapper {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1000;
background-color: white;
}
.lp-spinner {
width: 50px;
height: 50px;
border: 5px solid #dcdcdc;
border-left: 5px solid #2095f2;
border-radius: 50%;
animation: lp-rotate 1.5s linear infinite;
}
.lp-spinner-wrapper.disabled {
display: none !important;
}
.uppercase {
text-transform: uppercase;
}
.lp-show-on-map-btn {
margin-top: 4px;
margin-right: 20px;
width: 28px;
height: 44px; background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='46px' height='68px' viewBox='0 0 46 68' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3Enormal-pin%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Design' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='dropoff-specifications' transform='translate(-228.000000, -1167.000000)'%3E%3Cg id='normal-pin' transform='translate(216.000000, 1166.000000)'%3E%3Cpolygon id='Stroke-1' stroke-opacity='0.00784313771' stroke='%23000000' stroke-width='1.33333335e-11' points='0 0 69.7017678 0 69.7017678 69.7105073 0 69.7105073'%3E%3C/polygon%3E%3Cpath d='M33.3987624,66.8247807 C33.3668167,64.4909279 29.9819228,59.6547646 26.4009952,54.5353971 C20.1380016,45.5848613 12.3430209,34.4442493 12.3430209,24.1982598 C12.3430209,11.7854332 22.439612,1.68757607 34.8508825,1.68757607 C47.2621542,1.68757607 57.3587442,11.7854332 57.3587442,24.1982598 C57.3587442,34.3527575 49.5899038,45.4643201 43.347237,54.3930777 C39.7256502,59.57199 36.3059053,64.4749613 36.3030026,66.7695958 C36.3044539,67.5640009 35.6669743,68.2582024 34.8697607,68.2582024 C34.0565743,68.2582024 33.4089271,67.6206429 33.3987624,66.8247807 Z' id='Fill-2' fill='%239B9B9B'%3E%3C/path%3E%3Cpath d='M34.8508825,4.5921794 C24.0413,4.5921794 15.2472611,13.3873221 15.2472611,24.1982598 C15.2472611,33.529303 22.7503654,44.2545521 28.7795687,52.8710589 C31.2844764,56.4509841 33.4728213,59.5792419 34.8349096,62.1962934 C36.2013547,59.5429377 38.4230993,56.365301 40.9672121,52.7272824 C46.9760831,44.1340107 54.454504,33.4378055 54.454504,24.1982598 C54.454504,13.3873221 45.6604649,4.5921794 34.8508825,4.5921794 Z' id='Path' fill='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M34.8508825,34.1291012 C29.6464845,34.1291012 25.4121018,29.8941875 25.4121018,24.689137 C25.4121018,19.4840865 29.6464845,15.2491729 34.8508825,15.2491729 C40.0552804,15.2491729 44.2896632,19.4840865 44.2896632,24.689137 C44.2896632,29.8941875 40.0552804,34.1291012 34.8508825,34.1291012 Z M34.8508825,18.1537772 C31.248174,18.1537772 28.3163421,21.0859753 28.3163421,24.689137 C28.3163421,28.2922971 31.248174,31.2244968 34.8508825,31.2244968 C38.4535909,31.2244968 41.385423,28.2922971 41.385423,24.689137 C41.385423,21.0859768 38.4535938,18.1537772 34.8508825,18.1537772 Z' id='Fill-3' fill='%239B9B9B'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
}
a:hover > .lp-show-on-map-btn {
background-image: url("data:image/svg+xml,%3Csvg width='45px' height='67px' viewBox='0 0 45 67' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Design' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='dropoff-specifications' transform='translate(-148.000000, -1167.000000)'%3E%3Cg id='selected-pin' transform='translate(136.000000, 1166.000000)'%3E%3Cpolygon id='Stroke-1' stroke-opacity='0.00784313771' stroke='%23000000' stroke-width='1.33333335e-11' points='0 0 69.0493306 0 69.0493306 69.0405622 0 69.0405622'%3E%3C/polygon%3E%3Cpath d='M33.0861363,66.1825685 C33.0544895,63.871145 29.7012797,59.081459 26.153871,54.0112906 C19.9495017,45.1467731 12.2274852,34.1132267 12.2274852,23.9657051 C12.2274852,11.6721706 22.229568,1.67135781 34.524664,1.67135781 C46.8197611,1.67135781 56.8218428,11.6721706 56.8218428,23.9657051 C56.8218428,34.0226141 49.1257219,45.0273903 42.941489,53.870339 C39.3538018,58.99948 35.9660671,63.8553318 35.9631916,66.127914 C35.9646293,66.9146845 35.3331168,67.6022145 34.5433654,67.6022145 C33.7377908,67.6022145 33.0962058,66.9707822 33.0861363,66.1825685 Z' id='Fill-2' fill='%2356B652'%3E%3C/path%3E%3Cpath d='M34.524664,4.54804677 C23.8162636,4.54804677 15.1045405,13.2586647 15.1045405,23.9657051 C15.1045405,33.2070733 22.5374126,43.8292486 28.5101801,52.3629474 C30.9916409,55.9084681 33.1595019,59.0066622 34.5088406,61.5985628 C35.8624951,58.9707069 38.0634433,55.8236085 40.5837422,52.2205527 C46.5363677,43.7098657 53.9447874,33.1164552 53.9447874,23.9657051 C53.9447874,13.2586647 45.2330642,4.54804677 34.524664,4.54804677 Z' id='Path' fill='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M34.524664,33.8011072 C29.3689812,33.8011072 25.1742341,29.6068927 25.1742341,24.4518648 C25.1742341,19.2968368 29.3689812,15.1026224 34.524664,15.1026224 C39.6803465,15.1026224 43.8750938,19.2968368 43.8750938,24.4518648 C43.8750938,29.6068927 39.6803465,33.8011072 34.524664,33.8011072 Z M34.524664,17.9793124 C30.9556783,17.9793124 28.0512895,20.8833309 28.0512895,24.4518648 C28.0512895,28.0203971 30.9556783,30.9244172 34.524664,30.9244172 C38.0936495,30.9244172 40.9980384,28.0203971 40.9980384,24.4518648 C40.9980384,20.8833323 38.0936524,17.9793124 34.524664,17.9793124 Z' id='Fill-3' fill='%2356B652'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}
.lp-template {
display: none !important;
}
@keyframes lp-rotate {
100% {
transform: rotate(360deg);
}
}.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;margin:0 0 -4px;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;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:var(--wc-form-color-background,#fff);color:var(--wc-form-color-text,#000);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[aria-selected],.select2-results__option[data-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{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}.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:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.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:#fff;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__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.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:700;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:700;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-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{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--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{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:0 0;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],.select2-container--default .select2-results__option[data-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],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.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:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.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:700;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-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:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.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 #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;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:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.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:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.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:700;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 #0073aa}.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],.select2-container--classic .select2-results__option--highlighted[data-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:#0073aa}