.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}body .ft-chaton a, body .ft-chatbox-skin1 a, body .ft-chatbox-skin2 a, body .ft-chatbox-skin3 a, body .ft-chatbox-skin4 a, body .ft-chatbox-skin5 a , body .ft-navi, body .ft-navi a, body .ft-navi-chaton a{
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
text-decoration: none;
}
.ft-cpho svg{background:#4CAF50}
.ft-csms svg{background:#e56100}
.ft-cmes svg{background:#0082FF}
.ft-ctel svg{background:#29A9EB}
.ft-czal svg{background:#0068FF}
.ft-cwha svg{background:#29A71A}
.ft-cvib svg{background:#6f3faa}
.ft-csky svg{background:#00a9f0}
.ft-ctik svg{background:#222222}
.ft-cmai svg{background:#2196F3}
.ft-cmap svg{background:#8a56cd}
.ft-ccus svg{background:#555555}
.ft-chaton a:hover, .ft-chatbox-skin1:hover{
text-decoration: none;
}
#chat-mojs {
transition: transform 0.3s ease;
}
.chathi {
transform: translateX(-350%);
}
.ft-chatbox{
position: fixed;
z-index: 10150;
left: 10px;
bottom: 10px;
}
.ft-chatbox button{
border:none;
box-sizing: border-box;
margin:0px;
}
.ft-chatbox #chatona {
width: 50px;
height: 50px;
border-radius: 100%;
animation: logo 0.9s infinite;
transform: translate3d(0, 0, 0) scale(0.9);
box-shadow: 0 0 0 0px #4caf50;
padding: 0px;
box-sizing: border-box;
line-height: 0;
background: #4caf50;
}
.ft-chatbox #chatona svg{
width:33px !important;
height:33px !important;
box-sizing: border-box;
transition: transform 0.7s ease-in-out;
}
.svg-enter {
transform: translateX(100%);
}
.ft-chatbox #chatona svg path{
fill:#fff !important;
}
.ft-chatbox #chatona .khacus{
width:45px !important;
height:45px !important;
}
.ft-chatbox #chatona .original-icon {
display: none; 
}
@keyframes logo {
100% { box-shadow:0 0 0 20px rgba(0,210,255,0); }
}
.ft-chaton {
background: #fff;
border-radius: 10px;
box-sizing: border-box;
padding: 15px 5px;
position:relative;
margin-bottom:25px;
-webkit-animation: duoilen 2s ease forwards;
animation: duoilen 2s ease forwards;
min-width: 230px;
}
.ft-chaton-full {
position: fixed;
background: rgb(0 0 0 / 41%);
width: 100%;
height: 100%;
top: 0;
left: 0;
}
@keyframes duoilen{
from {
opacity:0.3;
}
to {
opacity:1;
}
}
@-webkit-keyframes duoilen{
from {
opacity:0.3;
}
to {
opacity:1;
}
}
.ft-chaton-scroll{
max-height: 300px;
overflow: auto;
padding:0px 10px;
}
.ft-chaton-scroll a i {
display: flex;
justify-content: center;
align-items: center;
}
.ft-chaton::after {
content: '';
position: absolute;
left: 0;
bottom: -10px;
margin-left: 10px;
width: 0;
height: 0;
border-top: 15px solid #ffffff;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
}
.ft-chaton a {
display: flex;
align-items: center;
color: #444;
padding: 5px;
}
.ft-chaton a:hover{
opacity:0.8;
background: #eee;
box-sizing: content-box;
border-radius: 7px;
}
.ft-chaton a:not(:last-child){
margin-bottom:5px;
}
.ft-chaton svg{
width:40px;
margin-right:15px;
border-radius:100%;
}
.ft-chaton .ft-cco-cus svg{width:40px !important;box-sizing: border-box;} .ft-chaton *, .ft-navi-chaton * {
scrollbar-color: #eee #ffffff00;
scrollbar-width: thin !important;
}
.ft-chaton ::-webkit-scrollbar, .ft-navi-chaton ::-webkit-scrollbar {
width: 5px;
height: 5px;
background: none;
}
.ft-chaton ::-webkit-scrollbar-thumb, .ft-navi-chaton ::-webkit-scrollbar-thumb{
background-color: #eee;
border-radius: 2px;
}
.ft-chaton ::-webkit-scrollbar-track, .ft-navi-chaton ::-webkit-scrollbar-track{
background-color: none;
} .ft-chatbox-skin1{
position: fixed;
z-index: 10150;
left: 10px;
bottom: 10px;
width:45px;
}
.ft-chatbox-skin1 a{
display:block;
position: relative;
}
.ft-chatbox-skin1 a:not(:last-child){
margin-bottom:15px;
}
.ft-chatbox-skin1 a span{
display:none;
}
.ft-chatbox-skin1 a:hover span {
padding: 0px 16px;
display: block;
z-index: 100;
left: 35px;
margin: 7px 0px 70px 20px;
height: 33px;
position: absolute;
font-size: 14px;
border-radius: 30px;
color: #fff;
top: 0px;
opacity: 0.9;
background: #11111194;
width: max-content;
display: flex;
align-items: center;
justify-content: center;
}
.ft-chatbox-skin1 svg{
width:45px;
margin:auto;
border-radius:100%;
} .ft-chatbox-skin2{
position: fixed;
z-index: 10150;
left: 0px;
bottom: 10px;
width:45px;
}
.ft-chatbox-skin2 a{
display:block;
position: relative;
line-height: 0;
margin-bottom:2px;
}
.ft-chatbox-skin2 a span{
display:none;
}
.ft-chatbox-skin2 a:hover span {
z-index: 100;
left: 45px;
padding: 0px 20px;
height: 45px;
position: absolute;
font-size: 14px;
color: #fff;
top: 0px;
opacity: 0.9;
background: #333;
width: max-content;
display: flex;
align-items: center;
justify-content: center;
}
.ft-chatbox-skin2 svg{
width:45px;
margin:auto;
} .ft-chatbox-skin3{
position: fixed;
z-index: 10150;
left: 10px;
bottom: 10px;
width:45px;
}
.ft-chatbox-skin3 a{
display:block;
position: relative;
}
.ft-chatbox-skin3 a:not(:last-child){
margin-bottom:15px;
}
.ft-chatbox-skin3 a span{
display:none;
}
.ft-chatbox-skin3 a:hover span {
padding: 0px 16px;
display: block;
z-index: 100;
left: 35px;
margin: 7px 0px 70px 20px;
height: 33px;
position: absolute;
font-size: 14px;
border-radius: 30px;
color: #fff;
top: 0px;
opacity: 0.9;
background: #11111194;
width: max-content;
display: flex;
align-items: center;
justify-content: center;
}
.ft-chatbox-skin3 svg{
width:45px;
margin:auto;
border-radius: 0px 20px 0px 20px;
}
.ft-chatbox-skin1 i:hover, .ft-chatbox-skin3 i:hover{
animation: logo3 1000ms infinite;
}
.ft-chatbox-skin1 i, .ft-chatbox-skin3 i{
display: block;
line-height:0;
animation: logoskin1 0.8s infinite;
transform: translate3d(0, 0, 0) scale(0.9);
}
.ft-chatbox-skin1 .ft-cpho i, .ft-chatbox-skin3 .ft-cpho i{box-shadow: 0 0 0 0px #4CAF50}
.ft-chatbox-skin1 .ft-csms i, .ft-chatbox-skin3 .ft-csms i{box-shadow: 0 0 0 0px #e56100}
.ft-chatbox-skin1 .ft-cmes i, .ft-chatbox-skin3 .ft-cmes i{box-shadow: 0 0 0 0px #0082FF}
.ft-chatbox-skin1 .ft-ctel i, .ft-chatbox-skin3 .ft-ctel i{box-shadow: 0 0 0 0px #29A9EB}
.ft-chatbox-skin1 .ft-czal i, .ft-chatbox-skin3 .ft-czal i{box-shadow: 0 0 0 0px #0068FF}
.ft-chatbox-skin1 .ft-cwha i, .ft-chatbox-skin3 .ft-cwha i{box-shadow: 0 0 0 0px #29A71A}
.ft-chatbox-skin1 .ft-cvib i, .ft-chatbox-skin3 .ft-cvib i{box-shadow: 0 0 0 0px #6f3faa}
.ft-chatbox-skin1 .ft-csky i, .ft-chatbox-skin3 .ft-csky i{box-shadow: 0 0 0 0px #00a9f0}
.ft-chatbox-skin1 .ft-ctik i, .ft-chatbox-skin3 .ft-ctik i{box-shadow: 0 0 0 0px #222222}
.ft-chatbox-skin1 .ft-cmai i, .ft-chatbox-skin3 .ft-cmai i{box-shadow: 0 0 0 0px #2196F3}
.ft-chatbox-skin1 .ft-cmap i, .ft-chatbox-skin3 .ft-cmap i{box-shadow: 0 0 0 0px #8a56cd}
.ft-chatbox-skin1 .ft-ccus i, .ft-chatbox-skin3 .ft-ccus i{box-shadow: 0 0 0 0px #555555}
@keyframes logoskin1 {
100% {transform: translate3d(0, 0, 0) scale(1);}
100% {box-shadow: 0 0 0 10px rgba(0,210,255,0);}
} .ft-chatbox-skin4{
position: fixed;
z-index: 10150;
left: 10px;
bottom: 10px;
width:45px;
}
.ft-chatbox-skin4 a{
display:block;
position: relative;
}
.ft-chatbox-skin4 a:not(:last-child){
margin-bottom:7px;
}
.ft-chatbox-skin4 a span{
display:none;
}
.ft-chatbox-skin4 a:hover span {
padding: 0px 16px;
display: block;
z-index: 100;
left: 35px;
margin: 7px 0px 70px 20px;
height: 33px;
position: absolute;
font-size: 14px;
border-radius: 30px;
color: #fff;
top: 0px;
opacity: 0.9;
background: #11111194;
width: max-content;
display: flex;
align-items: center;
justify-content: center;
}
.ft-chatbox-skin4 svg{
width:45px;
margin:auto;
border-radius: 10px;
background:none !important;
box-sizing: border-box;
}
.ft-chatbox-skin4 svg:hover{
animation: logo3 1000ms infinite;
}
@keyframes logo3 {
0% {transform:rotate(0deg) scale(1) skew(1deg);}
10% {transform:rotate(-25deg) scale(1) skew(1deg);}
20% {transform:rotate(25deg) scale(1) skew(1deg);}
30% {transform:rotate(-25deg) scale(1) skew(1deg);}
40% {transform:rotate(25deg) scale(1) skew(1deg);}
50% {transform:rotate(0deg) scale(1) skew(1deg);}
100% {transform:rotate(0deg) scale(1) skew(1deg);}
}
.ft-chatbox-skin4 .ft-cpho svg path, .ft-chatbox-skin5 .ft-cpho svg path{fill:#4CAF50 !important}
.ft-chatbox-skin4 .ft-csms svg path, .ft-chatbox-skin5 .ft-csms svg path{fill:#e56100 !important}
.ft-chatbox-skin4 .ft-cmes svg path, .ft-chatbox-skin5 .ft-cmes svg path{fill:#0082FF !important}
.ft-chatbox-skin4 .ft-ctel svg path, .ft-chatbox-skin5 .ft-ctel svg path{fill:#29A9EB !important}
.ft-chatbox-skin4 .ft-czal svg path, .ft-chatbox-skin5 .ft-czal svg path{fill:#0068FF !important}
.ft-chatbox-skin4 .ft-cwha svg path, .ft-chatbox-skin5 .ft-cwha svg path{fill:#29A71A !important}
.ft-chatbox-skin4 .ft-cvib svg path, .ft-chatbox-skin5 .ft-cvib svg path{fill:#6f3faa !important}
.ft-chatbox-skin4 .ft-csky svg path, .ft-chatbox-skin5 .ft-csky svg path{fill:#00a9f0 !important}
.ft-chatbox-skin4 .ft-ctik svg path, .ft-chatbox-skin5 .ft-ctik svg path{fill:#222222 !important}
.ft-chatbox-skin4 .ft-cmai svg path, .ft-chatbox-skin5 .ft-cmai svg path{fill:#2196F3 !important}
.ft-chatbox-skin4 .ft-cmap svg path, .ft-chatbox-skin5 .ft-cmap svg path{fill:#8a56cd !important}
.ft-chatbox-skin4 .ft-ccus svg path, .ft-chatbox-skin5 .ft-ccus svg path{fill:#555555 !important}
.ft-chatbox-skin4 .ft-cpho svg{border:2px solid #4CAF50}
.ft-chatbox-skin4 .ft-csms svg{border:2px solid #e56100}
.ft-chatbox-skin4 .ft-cmes svg{border:2px solid #0082FF}
.ft-chatbox-skin4 .ft-ctel svg{border:2px solid #29A9EB}
.ft-chatbox-skin4 .ft-czal svg{border:2px solid #0068FF}
.ft-chatbox-skin4 .ft-cwha svg{border:2px solid #29A71A}
.ft-chatbox-skin4 .ft-cvib svg{border:2px solid #6f3faa}
.ft-chatbox-skin4 .ft-csky svg{border:2px solid #00a9f0}
.ft-chatbox-skin4 .ft-ctik svg{border:2px solid #222222}
.ft-chatbox-skin4 .ft-cmai svg{border:2px solid #2196F3}
.ft-chatbox-skin4 .ft-cmap svg{border:2px solid #8a56cd}
.ft-chatbox-skin4 .ft-ccus svg{border:2px solid #555555}
.ft-cco-cus svg {
width: 100% !important;
height: 100% !important;
padding: 10px !important;
box-sizing: border-box;
}
.ft-cco-cus svg path{
fill: #fff;
}
.ft-chatbox-skin4 i {
display: block;
} .ft-chatbox-skin5{
position: fixed;
z-index: 10150;
left: 10px;
bottom: 10px;
width:65px;
text-align: center;
background: #fffffff5;
border-radius: 10px;
padding: 10px 5px 17px 5px;
box-sizing: content-box;
box-shadow: 0px 0px 5px #0003;
}
.ft-chatbox-skin5 a{
display:block;
position: relative;
color:#333;
}
.ft-chatbox-skin5 a:not(:last-child){
margin-bottom:0px;
}
.ft-chatbox-skin5 a span {
font-size: 11px;
display: block;
text-align: center;
margin-top:-7px;
}
.ft-chatbox-skin5 svg,.ft-chatbox-skin5 .ft-cco-cus svg{
width:55px !important;
margin:auto;
background:none;
}
.ft-chatbox-skin5 svg:hover{
animation: logo3 1000ms infinite;
} :root{
--navicolor: #333;
--bordcolor: #ff4444;
--backcolor:#fff;
--backchatcolor:#ffffffd6;
--textchatcolor:#333;
--bordcolorspan:#333;
}
.ft-boxnavi{
display:none;
background: var(--backcolor);
box-shadow: 0px -1px 7px #00000030;
z-index: 10150;
padding: 10px 10px 20px 10px;
box-sizing: border-box;
height: 65px;
line-height: 1.2;
position: fixed;
}
#navi-mojs {
transition: transform 0.3s ease;
}
.navihi {
transform: translateY(200%);
}
.ft-navi {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-gap:5px;
color:var(--navicolor);
}
.ft-navi a{
color:var(--navicolor) !important;
}
.ft-navi svg path{
fill:var(--navicolor) !important;
}
.ft-navi-chaton a{
color:var(--textchatcolor);
}  
.ft-navi a:hover, .ft-navi-chaton a:hover{
opacity:0.9;
}
.ft-navi-cen-but a {color:var(--bordcolor);cursor: pointer;}
.ft-navi-cen-but a .ft-navi-cen-span{color:#fff;}
.ft-navi-cen-but svg path{
fill:#fff !important;
}
.ft-navi div {
text-align: center;
position: relative;
}
.ft-navi div span{
font-size:11px;
display:block;
font-weight:bold;
}
.ft-navi .ft-navi-span{
position: absolute;
bottom: -15px;
left: 0;
right: 0;
}
.ft-navi .ft-navi-cen-span {
background: var(--bordcolorspan);
padding: 2px 8px;
display: inline-flex;
align-items: center;
border-radius: 20px;
justify-content: center;
}
.ft-navi-cen-but {
position: absolute !important;
bottom: -20px;
left: 50%;
transform: translate(-50%,0);
width:100%;
}
.ft-navi svg {
width: 100%;
height: 100%;
max-width:25px;
}
.ft-navi-cen svg {
background: var(--bordcolor);
border: 1px solid #0000002b;
padding: 10px;
border-radius: 100%;
max-width:35px;
box-sizing: content-box;
}
.ft-navi-cen-but i {
display: inline-block;
border-radius: 100%;
padding: 0px;
line-height: 0;
animation: logo4 1000ms infinite;
}
@keyframes logo4 {
0% {
transform: translate3d(0, 0, 0) scale(1);
}
33.3333% {
transform: translate3d(0, 0, 0) scale(0.9);
}
66.6666% {
transform: translate3d(0, 0, 0) scale(1);
}
100% {
transform: translate3d(0, 0, 0) scale(1);
}
0% { box-shadow: 0 0 0 0px var(--bordcolor);}
100% { box-shadow: 0 0 0 10px rgba(0,210,255,0);}
}
.ft-navi-chaton {
background: var(--backchatcolor);
box-shadow: 0px -1px 7px #00000030;
padding: 20px 10px;
z-index: 10150;
box-sizing: border-box;
position: fixed;
}
.ft-navi-chaton svg{
width: 40px;
margin-right: 15px;
border-radius: 100%;
}
.ft-navi-chaton .ft-cco-cus svg{width:40px !important;box-sizing: border-box;}
.ft-navi-chaton a {
display: flex;
align-items: center;
padding: 5px;
font-weight:bold;
font-size:16px;
} .navi-skin1{
bottom:0;
left:0;
right:0;
}
.navi-chat-skin1{
left:0;
right:0;
bottom: 64px;
} .navi-skin2{
bottom:0;
left:0;
right:0;
}
.navi-chat-skin2{
left:0;
right:0;
bottom: 64px;
}
.ft-navi-cen1 {
border-top: 4px solid var(--bordcolor);
padding-top: 10px;
margin-top: -10px;
} .navi-skin3{
bottom:10px;
left:10px;
right:10px;
border-radius:10px;
}
.navi-chat-skin3{
left:10px;
right:10px;
bottom:85px;
border-radius:10px;
} .ft-navi-cen-momo svg {
background: var(--bordcolor);
border: 1px solid #0000002b;
padding: 10px;
border-radius: 100%;
max-width:25px;
box-sizing: content-box;
}
.ft-navi-cen-momo a {color:#fff !important}
.ft-navi-cen-but.ft-navi-cen-but-momo{bottom:-20px;}
.ft-menu-border{
bottom: 99%;
width: 7em;
height: 1.4em;
position: absolute;
clip-path: url(#menu);
will-change: transform;
background-color:var(--backcolor); 
left: 50%;
transform: translateX(-50%);
z-index:-1;	
}
.ft-svg-container {
width: 0;
height: 0;
} .navi-skin5 {
bottom: 0;
left: 0;
right: 0;
background: none;
box-shadow: none;
padding: 13px 10px 10px 10px;
}
.navi-skin5 .ft-navi-cen-but.ft-navi-cen-but-momo{
bottom:-20px;
}
.navi-skin5 .ft-navi-cen-span{
margin-top:10px;
}
.ft-menu-lom svg{
top: 0;
bottom: 0;
position: absolute;
left: 0;
right: 0;
z-index: -1;
width:100%;
}
.ft-menu-lom svg path{
fill:var(--backcolor); 
}
.navi-chat-skin5 {
padding: 20px 10px 65px 10px;
left:0;
right:0;
bottom: 23px;
} @media (max-width: 700px){
.chaton-mobile{display:none}
.ft-boxnavi{display:block;}
}.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}