.widget_cci-mmappa-interventi-widget {
    display: table;
    width: 100%;
}

.leaflet-loader.active::before {
    z-index: 500;
    position: absolute;
    content: " ";
    background: url('images/loading.gif') rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    background-position: center, center;
    top: 0;
    width: 100%;
    min-height: 550px;
    height: 100% !important;
    display: block;
    overflow: hidden;
}

.preload-boundaries {
    display: none;
}

.preload-boundaries span {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 5px;
    color: white;
}

.preload-boundaries span:before {
    background: url('images/loading.gif');
    background-repeat: no-repeat;
    background-position: center, center;
    background-size: contain;
    display: inline-block;
    height: 20px;
    width: 20px;

    content: "";
}



.zoom-high .confine {
        fill-opacity: 0.6;
    stroke-opacity: 1;
    stroke-width: 4 !important;
}

.zoom-high .BCE-marker-cluster-small div{
    opacity: 1!important;
}


.preload-boundaries.active {

    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    z-index: 1000;
}

.leaflet-map {
    height: auto;
    display: flex;
    flex-flow: row column;
}

.leaflet-map.not-active {
    background-image: url(../img/background-world.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #ABD3DE;
}

.leaflet-popup-content .cci-mmappa-interventi-infowindow {
    max-height: 340px;
    overflow-y: hidden;
}

.cci-mmappa-interventi-filtri select:disabled {
    background: #e0e0e0;
    color: #a0a0a0;
}

.show-or-not.hidden {
    display: none;
}

.markers-load-active:before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: ' ';
    background: rgba(255, 255, 255, 0.42);
    z-index: 2;
}

.cci-mmappa-interventi-select-label {
    display: block !important;
}

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    background-color: white;
    /*padding: 3px important;*/
    border-radius: 3px;
    width: 245px;
    min-width: 245px;
    min-height: 35px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid transparent !important;
}

.leaflet-map {
    min-height: 300px;
    width: 100%;
    transition: all 0.3 ease;
}

.round-cluster {
    position: absolute;
    min-height: 65px;
    min-width: 65px;
    border-radius: 100%;
    text-align: center;
    background: RGBA(26, 59, 94, 0.32);
    padding: 5px;
    color: white !important;
    font: 16px "Helvetica Neue", Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.round-cluster:hover {
    background: RGBA(26, 59, 94, 0.65);
}

.round-cluster .tot-round {
    background: RGBA(26, 59, 94, 0.72);
    border-radius: 100%;
    line-height: 55px;
    min-height: 55px;
    min-width: 55px;
    transition: all 0.3 ease;
}

.round-cluster .tot-round:hover {
    background: RGBA(26, 59, 94, 1);
}

.europa {
    left: 47%;
    top: 36%;
    line-height: 80px;
}

.europa-dellest {
    left: 52%;
    top: 33%;
    min-height: 60px;
    min-width: 60px;
    line-height: 60px;
}

.africa {
    left: 50%;
    top: 60%;
}

.asia {
    left: 70%;
    top: 35%;
}

.medio-oriente {
    left: 57%;
    top: 47%;
    min-height: 60px;
    min-width: 60px;
    line-height: 60px;
}

.oceania {
    left: 80%;
    top: 60%;
    min-height: 60px;
    min-width: 60px;
    line-height: 60px;
}

.america-latina {
    left: 25%;
    top: 65%;
}

.leaflet-map.active .round-cluster {
    display: none;
}

.col-md-20 {
    width: 20% !important;
    padding: 0 5px;
}

.cci-mappa-interventi {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

.cci-mmappa-interventi-map-container {
    position: relative;
    display: block;
}

.cci-mmappa-interventi-infowindow {
    width: 300px;
    padding: 15px 10px;
}

.cci-mmappa-interventi-infowindow label {
    font-weight: bold;
    font-size: 13px;
    margin: 0 5px 2px 0;
}

.cci-mmappa-interventi-infowindow-sepatator {
    height: 1px;
    background: #eee;
    margin: 10px 0;
    display: block;
}

#cci_mmappa-interventi_mmappa {
    width: 100%;
    height: 550px;
}

.cci-mmappa-interventi-infowindow-titolo,
.cci-mmappa-interventi-infowindow-diocesi-regione,
.cci-mmappa-interventi-infowindow-finanziamento {
    display: block;
    font-size: 13px;
    line-height: 18px;
}

.cci-mmappa-interventi-infowindow-finanziamento {
    margin-bottom: 20px;
}

.cci-mmappa-interventi-infowindow-idprogetto {
    display: block;
    width: 50%;
    float: left;
}

.cci-mmappa-interventi-infowindow-linkscheda {
    display: block;
    width: 50%;
    float: right;
    text-align: right;
}

.cci-mmappa-interventi-select-label {
    display: block;
    /* color: #A2A0A0;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px; */
    color: #4f4f4f;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 12px;
    margin-bottom: 5px;
}

.cci-mmappa-interventi-infowindow-comune {
    margin-top: 8px;
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: lighter;
}

.cci-mmappa-interventi-filtri {
    padding: 20px 5px 30px 5px;
    background: #F4F4F4;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.cci-mmappa-interventi-filtri {
    font-weight: bold;
    font-size: 14px;
    padding: 1rem;
    padding-bottom: 4rem;
}

.cci-mmappa-interventi-filtri select {
    width: 100%;
    background: #fff;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 8px 10px;
    font-weight: bold;
    font-size: 14px;
}

.cci-mmappa-interventi-datitotali {
    background: #FAFAFA;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #939191;
    display: table;
    width: 100%;
}

.cci-mmappa-interventi-datitotali .cci-mmappa-interventi-datitotali-number {
    display: block;
    font-size: 40px;

    line-height: 40px;
    color: #939191;
    margin-bottom: 5px;
}

.cci-mmappa-interventi-infowindow-note {
    display: block;
    float: left;
    margin-bottom: 15px;
    font-size: 12px;
    color: #ec764b;
}

.cci-mmappa-interventi-incorso {
    color: #c00000;
    font-weight: bold;
    font-size: 10px;
}

.cci-mmappa-interventi-nogeo span {
    padding: 10px 0px;
    border-top: 2px solid #eee;
    font-size: 12px;
    line-height: 12px;
    display: block;
}

.cci-mmappa-interventi-loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999999;
    display: none;
}

.cci-mmappa-interventi-spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0px auto;
    top: 50%;
    transform: translateY(-50%);
}

.cci-mmappa-interventi-double-bounce1,
.cci-mmappa-interventi-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ccc;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.cci-mmappa-interventi-double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    min-height: 35px;
}

#mmappa-interventilegend {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    margin: 10px;
    border: 1px solid #000;
    position: absolute;
    bottom: 0;
    ;
    font-size: 11px;
    -webkit-box-shadow: 0px 5px 15px -5px rgba(125, 125, 125, 1);
    -moz-box-shadow: 0px 5px 15px -5px rgba(125, 125, 125, 1);
    box-shadow: 0px 5px 15px -5px rgba(125, 125, 125, 1);
}

#mmappa-interventilegend h3 {
    margin-top: 0;
    color: #222;
}

.gm-style #mmappa-interventilegend {
    display: block !important;
}

#mmappa-interventilegend img {
    width: 25px;
    margin-right: 8px;
    vertical-align: middle;
}

#mmappa-interventilegend>div {
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: bold;
}

#mmappa-interventilegend>div:nth-child(5) {
    margin-bottom: 0;
}

*/ .mmappa-interventi-single-filtro select {}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@media screen and (max-width: 480px) {
    .cci-mmappa-interventi-datitotali .cci-mmappa-interventi-datitotali-number {
        font-size: 28px;
        margin-top: 20px;
    }

    .cci-mmappa-interventi-datitotali {
        font-size: 14px;
    }

    .cci-mmappa-interventi-select-label {
        margin-bottom: 8px;
    }

    .cci-mmappa-interventi-filtri select {
        margin-bottom: 15px;
    }

    .cci-mmappa-interventi-filtri1>div.col-md-3 {
        width: 90% !important;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1030px) {
    .mappa-interventi-single-filtro {
        padding-top: 1rem
    }

    .select2-container {
        margin: 0;
        width: 99%;
        min-width: 99%;
        min-height: 35px;
    }
}

button.azzera {
    text-transform: uppercase;
    margin-top: 30px;
    text-align: center;
    color: #4F4F4F;
    background-color: #fff;
    border: 1px solid white;
    border-radius: 3px;

    padding: 10px 8px;
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.30);
    transition: all 0.3 ease;
}

button.azzera:disabled {
    background-color: #e0e0e0;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.30);
}

button.azzera:hover {
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.50);
}

h3.h-mappa-interventi {
    font-size: 30px;
    margin-top: 10px;
    padding-left: 80px;
}


/*
h3.h-mappa-interventi img {
vertical-align: middle;
    margin-right: 10px;
    margin-left: 50px;
}
*/

path.leaflet-interactive {
    stroke-width: 2px;
}

.marker-cluster span {
    line-height: 30px;
    color: white;
    font-size: 11px !important;
    font-weight: bold;
}

.BCE-marker-cluster-small {
    background-color: RGBA(255, 255, 255, 0.6);
}

.BCE-marker-cluster-small div {
    background-color: RGBA(175, 212, 133, 0.6);
}

.BCE-marker-cluster-medium {
    background-color: RGBA(255, 255, 255, 0.6);
}

.BCE-marker-cluster-medium div {
    background-color: RGBA(141, 194, 82, 0.6);
}

.BCE-marker-cluster-large {
    background-color: RGBA(255, 255, 255, 0.6);
}

.BCE-marker-cluster-large div {
    background-color: RGBA(106, 158, 63, 0.6);
}

.marker-cluster-small {
    background-color: RGBA(255, 255, 255, 0.6);
}

.marker-cluster-small div {
    background-color: RGBA(237, 85, 84, 0.6);
}

.marker-cluster-medium {
    background-color: RGBA(255, 255, 255, 0.6);
}

.marker-cluster-medium div {
    background-color: RGBA(227, 59, 59, 0.6);
}

.marker-cluster-large {
    background-color: RGBA(255, 255, 255, 0.6);
}

.marker-cluster-large div {
    background-color: RGBA(196, 42, 46, 0.6);
}

body:not(.home) .cci-mappa-interventi {
    margin-left: -15px !important;
}

.legend {
    display: none;
    width: 200px;
    height: 25px;
    top: 10px;
    padding: 6px 10px;
    right: 10px;
    position: absolute;
    z-index: 600;
    font-size: 8px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-box-shadow: 0px 5px 15px -5px rgba(125, 125, 125, 0.1);
    -moz-box-shadow: 0px 5px 15px -5px rgba(125, 125, 125, 0.1);
    box-shadow: 0px 5px 15px -5px rgba(125, 125, 125, 0.1);
}

.legend.active {
    display: block;
    background: white;
}

.header-map {
    background-position: 20px 20px;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='50px' height='50px' viewBox='0 0 50 50' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3Elogo copy 3%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Cpolygon id='path-1' points='8.01969665e-05 0.207258065 22.2375813 0.207258065 22.2375813 32.9832673 8.01969665e-05 32.9832673'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='logo-copy-3'%3E%3Cg id='Group-3' transform='translate(0.000000, 0.195968)'%3E%3Cg id='Fill-1-Clipped'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='path-1'%3E%3C/g%3E%3Cpath d='M16.0327419,27.865121 C14.7875806,28.8574597 13.2230645,29.3534274 11.3371774,29.3530242 C8.98395161,29.3522177 7.24524194,28.7510081 6.12185484,27.5465726 C4.99846774,26.3429435 4.43758065,24.9131048 4.43758065,23.2586694 C4.4383871,21.3328629 5.05290323,19.8243952 6.28233871,18.7352823 C7.51177419,17.6449597 9.10048387,17.0989919 11.0464516,17.0993952 C13.0525,17.1002016 14.6968548,17.6344758 15.9795161,18.7034274 C17.2605645,19.7719758 17.9012903,21.3360887 17.9008871,23.3969758 C17.9004839,25.3824597 17.2779032,26.8727823 16.0327419,27.865121 M5.34887097,8.82923387 C5.34927419,7.48891129 5.78758065,6.32278226 6.66459677,5.32802419 C7.54080645,4.33407258 8.96056452,3.83729839 10.9258871,3.83770161 C12.9049194,3.83850806 14.3783065,4.33568548 15.3456452,5.33004032 C16.3117742,6.32520161 16.7956452,7.41633065 16.7952419,8.60625 C16.7948387,9.97721774 16.2875806,11.1554435 15.2754839,12.1421371 C14.2625806,13.1280242 12.8577419,13.6207661 11.0597581,13.6203629 C9.51782258,13.6199597 8.17991935,13.1941532 7.04766129,12.3433468 C5.91459677,11.4921371 5.34846774,10.3207661 5.34887097,8.82923387 M20.0843548,17.1868952 C19.3133871,16.4058468 18.2549194,15.7070565 16.9093548,15.090121 C18.1202419,14.4300403 19.0125806,13.7530242 19.5883871,13.0614919 C20.6170161,11.8296371 21.1315323,10.2219758 21.1319355,8.23689516 C21.1323387,6.10262097 20.2504839,4.23125 18.4867742,2.62157258 C16.7222581,1.01310484 14.2871774,0.207862903 11.1815323,0.207056452 C7.96943548,0.206653226 5.48758065,1.05584677 3.7383871,2.75342742 C1.98919355,4.45181452 1.1133871,6.48810484 1.11298387,8.86310484 C1.11258065,10.7574597 1.70209677,12.2981855 2.88314516,13.4860887 C3.51016129,14.1179435 4.38475806,14.6667339 5.50572581,15.1328629 C3.68556452,15.8691532 2.31419355,16.9199597 1.3883871,18.2868952 C0.462580645,19.6546371 0.000483870968,21.2764113 8.06451613e-05,23.1542339 C-0.000725806452,26.3405242 1.08677419,28.7747984 3.26379032,30.4582661 C5.44040323,32.1409274 8.10290323,32.9828629 11.2525,32.9832661 C14.7472581,32.9844758 17.4525,32.0127016 19.3654032,30.0671371 C21.2791129,28.1215726 22.2367742,25.7522177 22.2375806,22.9570565 C22.2383871,20.5832661 21.5202419,18.6594758 20.0843548,17.1868952' id='Fill-1' fill='%23000000' fill-rule='nonzero' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cpath d='M13.2768952,36.9230242 C12.5006855,36.9230242 11.8018952,37.0827016 11.180121,37.40125 C10.5571371,37.7210081 10.0156048,38.2105242 9.55512097,38.8714113 C9.27850806,38.3335081 8.97165323,37.9258468 8.63375,37.6484274 C8.03495968,37.1641532 7.2446371,36.9218145 6.26197581,36.9214113 C5.3946371,36.9210081 4.6196371,37.1564919 3.93616935,37.6246371 C3.53657258,37.9016532 3.09141129,38.3431855 2.59987903,38.9504435 L2.60028226,37.1984274 L0.583346774,37.1980242 L0.580524194,49.5020565 L2.6478629,49.5024597 L2.64907258,42.979879 C2.64947581,41.3956048 2.96923387,40.3008468 3.60875,39.6952016 C4.2478629,39.0903629 4.95794355,38.7879435 5.73858871,38.7879435 C6.59584677,38.7879435 7.18133065,39.0746371 7.49504032,39.6488306 C7.69342742,40.0310887 7.79342742,40.6411694 7.79262097,41.4754435 L7.79100806,49.5036694 L9.88334677,49.5040726 L9.8853629,42.3504435 C9.8853629,41.079879 10.1805242,40.172621 10.7696371,39.6290726 C11.3595565,39.0863306 12.062379,38.8145565 12.8789113,38.8145565 C13.4716532,38.8149597 13.9740726,38.9681855 14.3861694,39.2742339 C14.7978629,39.5802823 15.0039113,40.1431855 15.0035081,40.9625403 L15.0014919,49.5056855 L17.1450403,49.5060887 L17.1470565,41.31375 C17.1470565,40.2266532 16.9857661,39.3605242 16.6639919,38.7165726 C16.0647984,37.5222177 14.9357661,36.9234274 13.2768952,36.9230242' id='Fill-4' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3Cpolygon id='Fill-6' fill='%23000000' fill-rule='nonzero' points='21.0006048 49.5066935 23.0933468 49.5075 23.0965726 37.2534677 21.0034274 37.2530645'%3E%3C/polygon%3E%3Cpolygon id='Fill-8' fill='%23000000' fill-rule='nonzero' points='21.00375 34.9844758 23.0964919 34.984879 23.0972984 32.6397177 21.0045565 32.6393145'%3E%3C/polygon%3E%3Cpolygon id='Fill-10' fill='%23000000' fill-rule='nonzero' points='27.1015726 49.5080645 29.1689113 49.5084677 29.1729435 32.641129 27.1056048 32.6403226'%3E%3C/polygon%3E%3Cpolygon id='Fill-12' fill='%23000000' fill-rule='nonzero' points='33.1518952 49.5096371 35.2192339 49.5100403 35.2232661 32.6422984 33.1559274 32.6418952'%3E%3C/polygon%3E%3Cpath d='M41.7314919,39.7520968 C42.3697984,39.065 43.160121,38.7202419 44.1024597,38.7206452 C45.4161694,38.7210484 46.3544758,39.2214516 46.9169758,40.2214516 C47.2202016,40.7593548 47.4145565,41.4779032 47.4980242,42.3779032 L40.7157661,42.3758871 C40.7536694,41.3145968 41.0927823,40.4404032 41.7314919,39.7520968 M46.6460081,47.0972581 C46.0077016,47.7992742 45.1532661,48.1508871 44.0827016,48.1504839 C42.9355242,48.1504839 42.0883468,47.7734677 41.5411694,47.018629 C40.9947984,46.2637903 40.7024597,45.2629839 40.6649597,44.0154032 L49.6153629,44.0174194 C49.6153629,42.7775 49.554879,41.8758871 49.4339113,41.3085484 C49.2968145,40.4823387 49.0222177,39.7585484 48.6117339,39.1371774 C48.1855242,38.486371 47.5657661,37.9553226 46.7508468,37.5468548 C45.9359274,37.1367742 45.0947984,36.9307258 44.22625,36.9299194 C42.5060887,36.9299194 41.1125403,37.5464516 40.0464113,38.7791129 C38.9802823,40.011371 38.4468145,41.6154032 38.4464113,43.59 C38.4460081,45.5956452 38.9738306,47.1553226 40.0318952,48.2698387 C41.0899597,49.3835484 42.3790726,49.94 43.90125,49.9404032 C44.5238306,49.9408065 45.0814919,49.8799194 45.5750403,49.7581452 C46.4943952,49.5460484 47.2645565,49.136371 47.8879435,48.5283065 C48.2597177,48.1799194 48.597621,47.7307258 48.9016532,47.1787097 C49.2052823,46.6279032 49.3847177,46.1291129 49.4383468,45.6819355 L47.3964113,45.681129 C47.2488306,46.2178226 46.9988306,46.6887903 46.6460081,47.0972581' id='Fill-14' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M33.0235484,8.38653226 C35.1207258,8.38653226 36.8183065,6.71475806 36.8191129,4.65387097 C36.8191129,2.58814516 35.1227419,0.917177419 33.0255645,0.916774194 C30.9308065,0.916370968 29.2308065,2.58612903 29.2304032,4.65185484 C29.23,6.71274194 30.9291935,8.38612903 33.0235484,8.38653226' id='Fill-16' fill='%23FD6721' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M36.9518548,16.8306452 L45.8256452,6.2608871 C46.8341129,5.05806452 46.6784677,3.26370968 45.4772581,2.25403226 C44.9437903,1.80645161 44.2945968,1.58790323 43.6498387,1.5875 C42.8377419,1.58709677 42.0316935,1.93306452 41.4691935,2.60322581 L33.095,12.341129 L24.7349194,2.61008065 C24.1724194,1.93951613 23.3667742,1.59354839 22.5550806,1.59354839 C21.9099194,1.59354839 21.261129,1.81169355 20.7284677,2.25846774 C20.128871,2.76129032 19.7889516,3.45806452 19.7228226,4.17943548 C20.3659677,5.05362903 20.7889516,5.99354839 20.9917742,6.9983871 L29.236129,16.828629 L22.0562903,25.1770161 C21.6962097,27.1108871 20.7994355,28.8056452 19.3659677,30.2633065 C18.9510484,30.6850806 18.498629,31.0612903 18.0095161,31.391129 L24.7276613,31.391129 L33.0921774,21.4270161 L41.4619355,31.4072581 L49.4784677,31.4112903 L36.9518548,16.8306452 Z' id='Fill-18' fill='%23FD6721' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M22.0562903,25.1770968 L16.7123387,31.3916129 L18.0095161,31.3916129 C18.4990323,31.061371 18.9510484,30.6851613 19.3659677,30.2629839 C20.7994355,28.806129 21.6958065,27.1105645 22.0562903,25.1770968 M19.7228226,4.17951613 C19.6566935,4.90733871 19.87,5.66096774 20.3768548,6.26540323 L20.9917742,6.99846774 C20.7885484,5.99322581 20.3659677,5.05370968 19.7228226,4.17951613' id='Fill-20' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.select2-container--default {
    max-width: 100%;
}
