.padding-bottom-32 {
padding-bottom: 32px !important;
}
.border-2 {
border: 2px solid #000 !important;
}
.cursor-pointer {
cursor: pointer !important;
}
#success-message,
#error-message {
display: none;
}
.modal {
z-index: 99999;
}  .theme-bg-primary {
background-color: #3aafa9 !important;
color: #fffff0 !important;
}
.theme-bg-secondary {
background-color: #2b2b2b !important;
color: #fffff0 !important;
}
.sock-primary-bg-color {
background-color: #3aafa9 !important;
}
.sock-primary-text-color {
color: #17252a !important;
}
.ss-theme-text-color {
color: #3aafa9 !important;
} .socks-dash-profile-img {
width: 150px;
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;800&display=swap");
.container {
margin: 30px auto;
}
.navbar-nav .nav-link {
color: #000 !important;
padding: 0.5rem 0rem !important;
border-color: transparent;
margin-left: 1.5rem;
transition: none;
}
.navbar .navbar-toggler:focus {
box-shadow: none;
}
.navbar-nav .nav-link.active,
.border-red {
border-bottom: 3px solid #b71c1c;
}
.navbar-nav .nav-link:hover {
border-bottom: 3px solid #b71c1c;
}
.container .product-item {
min-height: 450px;
border: none;
overflow: hidden;
position: relative;
border-radius: 0;
}
.container .product-item .product {
width: 100%;
height: 350px;
position: relative;
overflow: hidden;
cursor: pointer;
}
.container .product-item .product img {
width: 100%;
height: 100%;
object-fit: cover;
}
.container .product-item .product .icons .icon {
width: 40px;
height: 40px;
background-color: #fff;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
transition: transform 0.6s ease;
transform: rotate(180deg);
cursor: pointer;
}
.container .product-item .product .icons .icon:hover {
background-color: #b71c1c;
color: #fff;
}
.container .product-item .product .icons .icon:nth-last-of-type(3) {
transition-delay: 0.2s;
}
.container .product-item .product .icons .icon:nth-last-of-type(2) {
transition-delay: 0.15s;
}
.container .product-item .product .icons .icon:nth-last-of-type(1) {
transition-delay: 0.1s;
}
.container .product-item:hover .product .icons .icon {
transform: translateY(-60px);
}
.container .product-item .tag {
text-transform: uppercase;
font-size: 0.75rem;
font-weight: 500;
position: absolute;
top: 10px;
left: 20px;
padding: 0 0.4rem;
}
.container .product-item .title {
font-size: 0.95rem;
letter-spacing: 0.5px;
}
.container .product-item .fa-star {
font-size: 0.65rem;
color: goldenrod;
}
.container .product-item .price {
margin-top: 10px;
margin-bottom: 10px;
font-weight: 600;
}
.fw-800 {
font-weight: 800;
}
.bg-green {
background-color: #208f20 !important;
color: #fff;
}
.bg-black {
background-color: #1f1d1d;
color: #fff;
}
.bg-red {
background-color: #bb3535;
color: #fff;
}
@media (max-width: 767.5px) {
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
background-color: #b71c1c;
color: #fff !important;
}
.navbar-nav .nav-link {
border: 3px solid transparent;
margin: 0.8rem 0;
display: flex;
border-radius: 10px;
justify-content: center;
}
}  .user-dashboard .active {
background-color: #3aafa9 !important;
color: #fffff0 !important;
}
.user-dashboard .border-left {
border-left: 2px solid var(--primary) !important;
}
.user-dashboard .sidebar {
top: 0;
left: 0;
z-index: 100;
overflow-y: auto;
}
.user-dashboard .overlay {
background-color: rgb(0 0 0 / 45%);
z-index: 99;
}
.user-dashboard .vh-50 {
height: 60vh !important;
}
.dasboard-body .card-body img {
width: 30px;
}
.dasboard-body .fa {
color: #17252a !important;
}
.dasboard-body a {
text-decoration: none;
}
.user-dashboard #profile-pic {
width: 150px;
height: 150px;
} @media screen and (max-width: 767px) {
.user-dashboard .sidebar {
max-width: 18rem;
transform: translateX(-100%);
transition: transform 0.4s ease-out;
}
.user-dashboard .sidebar.active {
transform: translateX(0);
}
} .socks-loader {
width: 100px;
height: 100px;
border-radius: 100%;
position: relative;
margin: 0 auto;
} #socks-loader-circle:before,
#socks-loader-circle:after {
content: "";
position: absolute;
top: -10px;
left: -10px;
width: 100%;
height: 100%;
border-radius: 100%;
border: 10px solid transparent;
border-top-color: #3498db;
}
#socks-loader-circle:before {
z-index: 100;
animation: spin 1s infinite;
}
#socks-loader-circle:after {
border: 10px solid #ccc;
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
} .active-selection {
border: 1px solid #3aafa9;
}
.color-active-selection {
color: var(--bs-body-color);
background-color: var(--bs-body-bg);
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
#profile-d { left: 2rem;
bottom: 0;
right: 0; z-index: 2;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.floating-alert {
position: fixed;
bottom: -100px; left: 50%;
transform: translateX(-50%);
background-color: #3aafa9;
color: white;
padding: 10px 20px;
border-radius: 5px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
opacity: 0; transition: all 0.5s ease-in-out; z-index: 1000;
}
.floating-alert.show {
bottom: 20px; opacity: 1; }
.socks-profile-container {
position: relative; height: 450px;
margin: auto;
margin-top: 2em;
}
.socks-profile-container .socks-profile-logo {
position: absolute;
bottom: 10px;
width: 170px;
height: 170px;
left: 15px;
border: 1px solid #333;
background: white;
background-image: url(https://scontent-ord1-1.xx.fbcdn.net/v/t1.0-1/p320x320/11427211_664730823660445_5008160565860538885_n.png?oh=e139eaf7797628639b291728d8c7a2a9&oe=57DC0F6D);
background-size: 95%;
background-repeat: no-repeat;
background-position: center;
border-radius: 50%;
}
.socks-profile-container .socks-profile-visallo {
background-image: url(http://www.visallo.com/sites/default/files/logo_0.png);
position: absolute;
right: 30px;
top: 30px;
margin-left: -100px;
width: 200px;
height: 200px;
background-repeat: no-repeat;
background-size: contain;
opacity: 0.9;
}
.socks-profile-container .socks-profile-title {
font-size: 140%;
position: absolute;
bottom: 55px;
left: 195px;
color: white;
text-rendering: optimizelegibility;
text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 3px;
}
.socks-profile-container .socks-profile-title div {
font-weight: normal;
font-size: 80%;
}
.socks-profile-cover-photo .socks-profile-graph {
position: absolute;
margin: 0;
padding: 0;
bottom: 0;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.socks-profile-cover-photo .socks-profile-graph:after {
content: "";
display: block;
position: absolute;
top: 0;
width: 100%;
height: 100%;
bottom: 0; background-size: cover;
background-repeat: no-repeat;
background-position: center top;
opacity: 0.9;
}
.socks-profile-cover-photo .socks-profile-timeline {
list-style: none;
position: absolute;
margin: 0;
padding: 0;
bottom: 0;
width: 100%;
height: 115px;
background: linear-gradient(to top, black 30%, rgba(0, 0, 0, 0));
display: flex;
align-items: flex-end;
}
.socks-profile-cover-photo .socks-profile-timeline li {
background: #ec1c24;
margin: 1px;
flex: 1 1;
} .single_add_to_cart_button {
background-color: rgb(58, 175, 169) !important;
}
.woocommerce-additional-fields {
display: none !important;
}
.woocommerce-MyAccount-navigation a br {
display: none !important;
}
.woocommerce-account .site-main ul a {
line-height: 35px;
color: #000;
} .woocommerce-MyAccount-navigation ul li.is-active a {
background-color: #3bafa9; color: #ffffff; font-weight: bold;
border-radius: 5px; padding: 10px;
}  .sockteam-star {
aspect-ratio: 1; background: #3aafa9;
clip-path: polygon(
50% 0%, 61.8% 35.5%, 98% 35.5%, 69.4% 57.6%, 79.4% 91.5%, 50% 70.7%, 20.6% 91.5%, 30.6% 57.6%, 2% 35.5%, 38.2% 35.5% );
display: flex;
align-items: center;
justify-content: center;
font-size: 11px; font-weight: bolder;
color: #fff;
text-align: center;
position: relative;
background-size: contain;
width: 30px; left: 8px;
} .top-10-table table tbody > tr:nth-child(odd) > td,
.top-10-table table tbody > tr:nth-child(odd) > th {
background-color: #fff;
}
.top-10-table .fa-thumbs-up {
color: #000;
font-size: 20px;
}
.top-10-table-bs {
position: relative; }
.top-10-table-bs-bg {
position: absolute;
top: -115px;
left: 18px;
}
.top-10-table-bs table td,
.top-10-table-bs table th {
border: none;
} .service-card {
background-color: #3aafa9;
color: black;
font-weight: bold;
text-align: center;
padding: 20px;
border-radius: 8px;
transition: transform 0.3s;
}
.service-card:hover {
transform: scale(1.05);
}
.card-icon {
font-size: 32px;
color: black;
margin-bottom: 15px;
}
.socks-extend-sales-period {
cursor: pointer;
}
.socks-extend-sales-period .card-icon {
font-size: 28px !important;
}
.service-card-link:hover {
text-decoration: none !important;
} .tutorial-floating-btn {
top: 50%;
display: inline-block;
font-size: 18px;
position: fixed;
right: 0;
text-align: center;
text-decoration: none;
transform: rotate(-90deg);
transform-origin: bottom right;
padding: 12px;
z-index: 3;
}
#tutorialModal.modal.fade .modal-dialog {
transform: scale(1.1);
transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}
#tutorialModal .modal.show .modal-dialog {
transform: scale(1);
}
#tutorialModal .modal-content {
background-color: transparent;
border-radius: 10px;
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
} #tutorialModal .close-button {
position: absolute;
top: -20px;
right: -20px;
background: #fff;
color: #333;
border: 2px solid #ccc;
border-radius: 50%;
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
cursor: pointer;
transition: all 0.2s ease-in-out;
font-size: 18px;
font-weight: bold;
z-index: 1056; }
#tutorialModal .close-button:hover {
background: #f8f9fa;
border-color: #999;
}
#tutorialModal iframe {
aspect-ratio: 16 / 9;
width: 100% !important;
}
.upload-add-sales-sheet .product-search,
.upload-add-sales-sheet .select2-container {
width: 100% !important;
max-width: 350px; }
.upload-add-sales-sheet
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
line-height: 10px !important;
}
@media (max-width: 768px) {
.upload-add-sales-sheet select {
max-width: 100%; }
} .back-nav {
text-align: center;
margin: 30px 0 20px 0; } .back-nav a {
color: #3aafa9;
text-decoration: none;
font-weight: bold;
font-size: 16px;
display: inline-flex;
align-items: center;
transition: color 0.3s ease; } .back-nav a:hover {
color: #2b8c87;
text-decoration: underline; } .back-nav i {
margin-right: 8px;
} #global-form-spinner {
display: none; position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.9);
z-index: 9999;
justify-content: center;
align-items: center;
flex-direction: column;
}
.md-loader-circle {
width: 50px;
height: 50px;
border: 5px solid #f3f3f3;
border-top: 5px solid var(--md-primary);
border-radius: 50%;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
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}