.compare .header > .alter {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.diffs.grid .line.header {
    position: sticky;
    top: 4.2rem;
    z-index: 1;
}

.alter .vendors {
    display: none;
}

.alter {
    position: relative;
}

    .alter .remove-alter {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0rem;
    }

.line .toggleTech {
    font-size: 16px;
    line-height: 1.2;
    display: block;
    padding: 0.7rem 0.6rem;
    cursor: pointer;
    text-align: right;
    font-weight: bold;
}

.none {
    color: var(--color-accent);
}

/*#region diffs */
.sames ul,
.diffs {
    max-width: 1024px;
    /*margin-left: auto;
    margin-right: auto;*/
}

    .diffs.grid {
        margin: 0 -.4rem;
    }
    #saveuser-sec,
    .central,
    .diffs.grid {
        max-width: 38rem;
        /* max-height: 50vh; */
        /* overflow: auto; */
    }

        .diffs.grid .line.header,
        .diffs.grid .line .scores {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            align-items: center;
            text-align: center;
        }

        .diffs.grid .line.same .scores {
            grid-template-columns: 35% 2fr;
        }




    .diffs .alter img {
        font-size: 80px;
        max-width: 1em;
        height: 1em;
    }

    .diffs.grid .line.header,
    .diffs .consd-card {
        padding: 0.5rem 1rem;
        margin-bottom: 1rem;
        align-items: baseline;
    }

        .toggleTech .consd-name,
        .diffs .consd-card .consd-name {
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }



.consd-title {
    flex: 1;
    text-align: right;
    line-height: 1;
}

    .consd-title + i {
        /* width: 1rem; */
        font-size: 14px;
        background: var(--color-border);
    }

.diffs.grid .score-consd label {
    font-size: 0.9em;
    max-width: 6rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.diffs.grid .consd-card img {
    width: 1.2rem;
}


.diffs.grid .consd-card .consd-name > div:last-child {
    text-align: right;
    line-height: 1;
    /* margin-right: .5rem; */
}

.diffs h4 {
    display: inline-block;
    margin: 0 5px;
}

.diffs.grid .important {
    line-height: 1.5;
    font-size: 10px !important;
    background: #8081E5;
    border-radius: 13px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    color: white;
    display: none;
    padding: 0 0.5em;
}

.diffs.grid .line.header {
    padding: 0;
    gap: 5px;
}



.diffs.grid .line.header {
    /*width: 9rem;*/
    background: #ffffff;
    border-radius: 8px;
    /* font-size: 1.1rem; */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    padding: 0.4rem;
}

.diffs.grid .line.header,
.diffs.grid .line {
    margin-bottom: .5rem;
}
/*#endregion */
/*#region  .diffs.mobil */
.diffs.mobile {
    width: 53rem;
}

    .diffs.mobile .line {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        gap: 0.1rem;
        justify-content: space-evenly;
        font-size: 1.1rem;
    }

        .diffs.mobile .line.header > * {
            flex: 0 0 33%;
        }

        .diffs.mobile .line .dif {
            flex: 0 0 33%;
        }

        .diffs.mobile .line > :first-child {
            flex: 1 1 100%;
            margin-bottom: 0.5rem;
        }

    .diffs.mobile .consd-card .consd-name {
        /* flex-direction: column; */
        display: flex;
        justify-content: flex-start;
        position: absolute;
        /* background: white; */
        right: -14rem;
        width: 12rem;
    }



    .diffs.mobile .consd-card img {
        /* height: 2.5rem; */
        width: 2.5em;
        /* outline: 1px solid; */
    }

    .diffs.mobile h3 {
        font-size: 0.9em;
    }

    .diffs.mobile .line.header .alter {
        background: #ffffff;
        border-radius: 8px;
        font-size: 1.1rem;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
        position: relative;
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .diffs.mobile .score-consd {
        /* display:inline-flex; */
    }

        .diffs.mobile .score-consd label {
            font-size: 14px;
        }
/*#endregion */

/*#region consd-card */
.consd-card {
    background: #ffffff;
    border-radius: 8px;
    font-size: 1.1rem;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    position: relative;
}

    .consd-card > img {
        height: 2.5rem;
    }

    .consd-card h4 {
        font-size: inherit;
        /* flex: 1; */
        margin: 0;
        text-align: right;
    }



    .consd-card .score-box.ball .outer {
        font-size: 1.7em !important;
    }

    .consd-card.root {
        background: #f4f4ff;
        line-height: 1.8;
    }

        .consd-card.root .score-consd label {
            /* display: none; */
        }


        .consd-card.root .score-box.ball .outer {
            font-size: 2.5em !important;
        }

        .consd-card.root h4 {
            /* font-weight: bold; */
        }


    .consd-card .price {
        font-size: 14px;
    }

.price-dif {
    background: white;
    display: inline-block;
    padding: 2px 0.4rem;
    /* z-index: 4; */
    position: relative;
    font-size: 12px;
    outline: 1px solid var(--color-metro);
    border-radius: 10px;
}

.price-wrap {
    /* display:flex;*/
    text-align: center;
    position: relative;
}

    .price-wrap .btn {
        line-height: 1.2;
    }

        .price-wrap .btn span {
            /*display: block;*/
            font-size: 0.8em;
        }

    .price-wrap .btn {
        padding-bottom: .8rem;
        display: inline-flex;
        align-items: center;
    }

.line.root > :nth-child(2) .price-dif {
    display: none;
}

.price-wrap .show-prices + .price-dif,
.price-wrap a + .price-dif,
.price + .price-dif {
    /* margin-left: 1.5rem; */
    position: absolute;
    opacity: .9;
    right: 50%;
    transform: translateX(50%);
    white-space: nowrap;
}

.dif .price-wrap .btn span {
    display: block;
}

.dif .price-wrap .btn b {
    font-weight: 500;
}

.line-info .dynColWrap > div {
    outline: none;
    padding: 0px 0.6rem;
}

.line-info .techs .line-body > div:first-child {
    font-weight: bold;
}

[data-toconsd] {
    cursor: pointer;
    text-align: center;
}

    [data-toconsd]:hover:not(.link):not(.show), [data-toconsd].selected:not(.link):not(.show) {
        background: #f0f0ff;
        cursor: pointer;
    }

    [data-toconsd].selected:not(.link) .consd-name i:before {
        content: "\f106";
    }
/*#endregion */
/*#region table slim */
.compare.slim { /* position: relative; */
    text-align: right;
}

    .compare.slim .consd-card .score-box.ball .outer {
        font-size: 22px !important;
        margin: 0;
    }

    .compare.slim .score-consd {
        display: inline-flex;
        flex-direction: row-reverse;
        justify-content: flex-start;
        font-size: 0.9rem;
        align-items: center;
        padding: 0px 9px 0px 0;
        white-space: nowrap;
        gap: 5px;
        background: #EDEDFF;
        border-radius: 22px;
    }

    .compare.slim [data-toconsd] .scores {
        text-align: left;
    }

        .compare.slim [data-toconsd] .scores .dif {
            padding-left: 5rem;
            text-align: left;
        }

    .compare.slim [data-toconsd].same .scores .dif {
        padding-left: 13rem;
    }




    .line.same .techs .line-body .dif,
    .compare.slim [data-toconsd]:not(.same) .techs .dif {
        padding-left: 0;
        text-align: center;
        width: 100%;
        /* outline: 1px solid; */
    }

.line.same .techs .line-body {
    grid-template-columns: 21% repeat( 2, 1fr);
    align-items: baseline;
}

.line .techs .line-body.dbl {
    grid-template-columns: 21% 1fr !important;
}

    .line .techs .line-body.dbl .dif {
        text-align: right !important;
    }

.line-body.dbl .dif > div {
    /* border-bottom: 1px solid #dedeff; */
    /* padding-bottom: 0.4rem; */
    background: #f6f6fd;
    padding: 5px;
    margin-bottom: 0.4rem;
}

    .line-body.dbl .dif > div label {
        display: block;
    }

    .line-body.dbl .dif > div .altr-name {
        justify-content: flex-start;
        display: flex;
    }

        .line-body.dbl .dif > div .altr-name > * {
            flex: unset;
        }

.line.same .techs .line-body.dbl label {
    font-weight: 500;
    /* color: var(--color-accent); */
}

.dif .altr-name {
    flex-direction: row !important;
    align-items: center;
}

    .dif .altr-name > * {
        margin: 0 !important;
        font-weight: normal;
        color: var(--color-accent);
    }

.compare.slim .same .dif {
    padding-left: 4rem;
}


.compare .altr-name {
    justify-content: center;
    flex-direction: column;
    user-select: all;
}

    .compare .altr-name .altr-variant {
        font-size: 14px;
        margin-top: 5px;
    }

    .compare .altr-name .alter-sku {
        font-size: 13px;
    }

.compare .line .consd-name > i {
    font-size: 16px;
}
/*#endregion */
.consd-card.root .consd-name > i {
    /* visibility: hidden; */
    color: #d8d8ff;
}

    .header.show .consd-name > i:before,
    .consd-card.show .consd-name > i::before,
    .consd-card.root .consd-name > i::before {
        content: "\f104";
    }


.central + #saveuser-sec{
    margin-bottom:2rem;
}

@media (max-width: 768px) {
    .compare > section:first-child {
        padding-top: 0;
    }

    .price-wrap .price-dif, .price + .price-dif {
        right: 50%;
        transform: translateX(50%);
        white-space: nowrap;
        bottom: 0rem;
    }

    .diffs.grid .line.header {
        position: sticky;
        top: 3.3rem;
        z-index: 1;
    }

    .diffs.grid .line .scores {
        align-items: start;
        padding: .5rem;
        font-size: 1rem;
        align-items: center;
        /* gap: 0 0.7rem; */
        grid-template-columns: repeat(3, 1fr);
    }

        .diffs.grid .line:not(.same).header > :first-child, .diffs.grid .line .scores > :first-child {
            /* flex: 1; */
            /* grid-column-start: 1; */
            /* width: 100%; */
            /* grid-column-end: 4; */
        }

    .diffs.grid .line:not(.same) .techs .line-body {
        /* background-color: #f9fcff; */
        /* padding: 7px 0 10px; */
        padding: 0px 8px;
    }

    .techs .read-more {
        margin: 0;
        padding: 0 8px;
    }

    .diffs.grid .line.header, .diffs .consd-card {
        padding: 0px 0;
    }

    .diffs.grid .line:not(.header) .scores > :first-child {
        margin-bottom: 0.7rem;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 0.6rem;
    }

    .compare.slim .diffs.grid .line:not(.header) .scores > :first-child {
        margin: 0;
        padding: 0;
        border: none;
        margin-left: 5px;
    }

    .compare.slim .consd-card h4 {
        font-size: 14px;
        line-height: 1;
    }

    .diffs.grid .line.root:not(.header) > :first-child {
        border-color: white;
    }


    .diffs.grid .consd-card img {
        font-size: 1.8rem;
        width: 1em;
        height: 1em;
    }

    .compare.slim .diffs.grid .consd-card img {
        font-size: 1.1rem;
        display: none;
    }

    .diffs.grid .alter {
        font-size: 0.9rem;
    }

        .diffs.grid .alter img {
            font-size: 2.5rem;
        }


    .sames ul {
        gap: 1rem;
    }

        .sames ul li {
            flex: 0 0 calc(50% - 1rem);
            width: unset;
            gap: 0.7rem;
            padding: 1rem .5rem;
        }

    .diffs.grid .score-consd label {
        font-size: .9rem;
    }

    .compare.slim .diffs.grid .score-consd label {
        font-size: 13px;
        max-width: 4rem;
    }

    .diffs.grid .consd-card .consd-name > div:last-child {
        margin-right: 0;
    }



    .alters {
        flex-wrap: wrap;
        position: relative;
    }

        .alters .alter {
            flex: 1 1 100%;
            font-size: 1rem;
            padding: 1rem;
            max-width: 15rem;
            /* margin: 0 0 1.5rem; */
        }


            .alters .alter h3 {
                text-align: right;
            }

        .alters .card-body {
            padding: 0 .25rem .25rem;
        }

    .alter .score-box {
        margin: 0.7rem;
    }

    .consd-card h4 {
        font-size: 1rem;
    }

    .sames .score-consd {
        padding-left: 15px;
    }

    .consd-card .score-box.ball .outer {
        font-size: 1.6rem !important;
    }

    .sames .score-consd label {
        font-size: 0.8rem;
    }

    .consd-card > img {
        height: 2rem;
    }

    .price-wrap {
        font-size: 1rem;
    }

        .price-wrap .btn {
            margin: .5rem 0 .75rem;
        }


    .consd-card.root .score-box.ball .outer {
        font-size: 2.2rem !important;
        margin-bottom: .5rem;
    }

    .line .card-body {
        /* padding: 0 0.25rem; */
        text-align: center;
        padding: 0 3px;
    }

    .price-wrap .btn {
        padding: 5px 5px 12px;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .price-wrap .btn > span:first-child {
            flex: 1 1 100%;
        }

    .techs .line-body {
        gap: 4px;
        flex-wrap: wrap;
    }

        .techs .line-body > div:first-child {
            margin: 0px !important;
            flex: 1 1 100%;
        }

    .techs .line:not(.alter-line) .line-body > div:first-child {
        padding-right: 2px;
        text-align: right;
        white-space: normal;
        line-height: 1;
        /* font-size: 0.9rem !important; */
        /* padding-bottom: 0.4rem; */
        /* border-bottom: 1px solid #dedeff; */
    }

    .line-info .techs .line {
        margin-bottom: 10px;
    }

    main.show-info .line-info {
        padding-right: 1rem;
    }

    .line-info .techs {
        margin: 0 0;
    }

    .line-info .line .line-body {
        align-items: flex-start;
        padding: .5rem !important;
    }

        .line-info .line .line-body > div.dif {
            /* padding: .5rem 0rem 0; */
        }

    .v-list {
        padding: 0rem 0rem 1rem;
    }

    .alter .score-box.rect .outer {
        font-size: 2.2em !important;
    }

    .dif.alter .score-box {
        font-size: 0.8em;
    }

    .alter h3 {
        font-size: 0.9em;
    }

    .compare.slim [data-toconsd] .dif {
        padding-left: 1rem;
        /* text-align: center; */
        white-space: normal;
        word-break: break-word;
    }

    .compare.slim [data-toconsd] .scores .dif {
        padding-left: 1rem;
        text-align: left;
    }

    .compare.slim [data-toconsd].same .scores .dif {
        padding-left: 5rem;
    }

    .compare.slim [data-toconsd].same .dif {
        /* padding-left: 4rem; */
    }

    body .compare .grid .consd-card .consd-name {
        /* border-bottom: 1px solid var(--color-border); */
        /* padding-bottom: 0.9rem; */
        /* margin-bottom: 5px; */
    }

        body .compare .grid .consd-card .consd-name .consd-title {
            text-align: right;
            justify-content: flex-start;
        }

    .line.show > .techs:not(:empty) {
        margin-top: 3px;
    }

    .techs .read-more {
        padding-bottom: .5rem;
    }

    .line .toggleTech{
        font-size:14px;
    }
}

@media (min-width: 768px) {
    .price-wrap .price-dif,
    .price + .price-dif {
        bottom: -.7rem;
    }

    .price-wrap {
        /* margin: 1rem 0px; */
    }

    .compare.slim .grid .consd-card .consd-name .consd-title {
        justify-content: start;
        /* white-space: nowrap; */
        font-size: 14px;
        flex-wrap: wrap;
    }


    .compare.slim [data-toconsd] .techs .dif + .dif {
        /* border-right: 1px solid #f6edfb; */
    }
}

.container-fluid:not(.thin) .breadcrumb,
section > * {
    max-width: 40rem;
    margin: 0 auto;
    /* margin: 0 1vw; */
    /* text-align: center; */
}
/*#region factors-sec */

#factors-sec .alter {
    color: black;
    text-decoration: none;
    padding: .5rem 0;
    user-select: text;
}

    #factors-sec .alter .card-body {
        padding: .5rem 0 0;
    }

    #factors-sec .alter > *{
        color:black;
        text-decoration:none;
        height: 100%;
        display: flex;
        pointer-events: auto; /* Ensure pointer events are enabled */
         /* Ensure pointer events are enabled */
        flex-direction: column;
        user-select: text;
        justify-content: space-between;
    }

    #factors-sec .alter a {
        color: inherit;
        text-decoration: none;
    }

    #factors-sec .price {
        color: var(--color-link);
    }

.variantDrop{
    margin-bottom:.5rem;
    width:unset;
    display: inline;
    font-size: 14px;
    padding: 3px 5px;
}

.diffs.grid .line.header {
    top: 0;
    align-items: end;
}
/*#endregion */


/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    #factors{
        /* overflow:auto; */
        /* max-width: 100%; */
    }
}

@media only screen and (min-width: 1280px) {
    section > * {
        max-width: 40rem;
        margin: 0 auto;
        /* text-align: center; */
    }

}


/*#region page */
header {
    margin: 0;
}

section {
    padding: 1.5rem 0;
    position: relative;
}

.section-p {
    line-height: 1.2;
}

/*
    section + section:before {
        content: "\f103";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        font-size: 26px;
        top: -2.4rem;
        left: 3rem;
        color: #e7e7ff;
    }*/




.container-fluid {
    padding: 0;
}

    section.white,
    .container-fluid > nav, .prod > section:nth-of-type(odd) {
        background: white;
    }

    .container-fluid > nav {
        padding-top: 1rem;
        padding-bottom: 0.5rem;
    }

section:last-child {
    padding-bottom: 0rem;
}


.section-head {
    display: flex;
    /* margin-bottom: .5rem; */
    justify-content: space-between;
    align-items: center;
}

    .section-head + .in-words {
        /* margin: .5rem auto 1rem; */
    }



h2 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: var(--color-accent);
}

h3 {
    font-size: 1.1rem;
}

.section-head h2 {
    margin: 0;
}



/*#endregion */


/*#region factors-sec */

#factors-sec .middle {
    /* margin: 1rem  auto; */
    /* max-width: 40rem; */
    display: flex;
}

.scores-wrap .score-consd,
.line:not(.consd-card) .score-consd {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    font-size: 0.9em;
    align-items: center;
    padding: 0px 10px 0px 0;
    gap: 5px;
    background: #EDEDFF;
    border-radius: 22px;
}

.score-consd .ai{
    background:white;
    color: black !important;
}

.scores-wrap .outer,
.consd-card .score-box.ball .outer {
    font-size: 22px !important;
}

    /*#endregion */
    /*#region Techs */
    .techs {
        /* padding: 1rem 0 1rem; */
        /* font-size:0.8em; */
        margin-top: 0.7rem;
        border-top: 1px solid #f6edfb;
        padding-top: 0.2rem;
    }

.techs {
    display: none;
}

.line.show > .techs:not(:empty) {
    display: block;
}

.techs .line {
    margin-bottom: 2px;
    margin-top: 0.5rem;
}

.techs .line-body {
    /* border-radius: 14px; */
    display: grid;
    grid-template-columns: 25% repeat(1, 1fr);
    font-size: 14px;
    gap: 5px;
    padding: 0 5px;
    /* box-shadow: inset 0 0 7px 1px rgb(239 239 254 / 50%); */
    /* flex-wrap: wrap; */
    justify-items: start;
}

.techs .line:not(.alter-line) .line-body {
    /* background: #fcfcff !important; */
}

.techs .line-body > div:first-child {
    /* padding-right: 1.5rem; */
    /* font-size: .9rem; */
}

.techs .line-body > div:first-child {
    font-weight: 500;
    padding-top: 3px;
    line-height: 1;
    text-align: right;
    flex: 1;
    /* white-space: nowrap; */
    border: none !important;
}


.techs .read-more {
    font-size: 14px;
    margin-top: .5rem;
    text-align: left;
}

    .techs .read-more > div {
        display: flex;
        align-items: center;
    }

        .techs .read-more > div span {
            /* color: gray; */
            /*font-size: 0.9em;*/
        }

        .techs .read-more > div b {
            color: var(--color-accent);
            font-weight: normal;
        }

    .techs .read-more .btn {
        font-size: 14px;
        display: flex;
        align-items: center;
        border-color: #ededff;
        padding: 2px 5px;
    }

        .techs .read-more .btn i {
            font-size: 12px;
            color: #aeb4bb;
        }

.techs .line + .read-more {
    margin-top: .75rem;
    padding-top: .5rem;
    gap: .5rem;
    border-top: 1px solid #f6edfb;
}

.techs .read-more {
    margin-right: .5rem;
    display: flex;
    justify-content: flex-end;
    gap: .5rem;
}
/*#endregion */

/*#region recomand */

.recomand {
    display: inline-block;
    padding: 0.25rem 0.6rem;
    line-height: 1.4;
    width: auto;
    font-size: 0.75rem;
    background: var(--color-accent);
    color: white;
    font-weight: var(--font-medium);
    border-radius: var(--radius-md);
    margin-bottom: 0.5rem;
}

    .recomand:not(.leading) {
    }

    .recomand.TopRecomand, .recomand.leading {
        background: linear-gradient(to bottom right, #f9ad0e 50%, #e89f06 50%);
        color: white;
        text-shadow: 0 0 4px #9d6c04;
        box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.08);
    }
    
    .recomand.VPM {
        /* background: var(--color-secondary); */
        color: white;
    }
    
    .recomand.Best {
        background: linear-gradient(to bottom right, var(--color-primary-light) 0%, var(--color-primary) 100%);
        color: white;
    }


/*#endregion */

/*#region main-techs */
.main-techs {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 5px;
    margin-top: 0.5rem;
    margin-bottom: 5px;
/*    border-top: 1px solid #f1f2ff;
    padding-top: 0.5rem;*/
}

    .main-techs > div {
        display: inline-flex;
        line-height: 1;
        gap: 2px;
        align-items: baseline;
    }

        .main-techs > div:not(:last-child):after {
            content: '|';
            color: var(--color-border);
            display: inline-flex;
            justify-content: center;
            margin-right: 5px;
            font-size: 9px;
        }

        .main-techs > div > label {
            color: gray;
            font-size: 0.9em;
        }

        .main-techs > div > span {
            /*font-weight: bold;*/
            display: inline-flex;
            align-items: baseline;
            gap: 2px;
            font-size: 15px;
        }

    .main-techs .unit {
        font-size: 0.8em;
        color: gray;
    }
/*#endregion */

/*#region saveuser-sec */
#saveuser-sec {
    background: #e5e5ff;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;


}
    #saveuser-sec > div {
        max-width: 24rem;
        margin: 0 auto;
    }
    #saveuser-sec .middle {
        margin: 1rem auto 0;
        display: flex !important;
    }

    #saveuser-sec .btn {
        text-decoration: none;
    }


/*#endregion */

@media (min-width: 768px) {
    .prod .alter {
        display: flex;
        gap: 0.7rem;
    }
}

@media (max-width: 767px) {
    section {
        padding: 1.5rem .75rem;
    }

    .section-p {
        font-size: 16px;
    }

    .recomand {
        line-height: 1.4;
        font-size: 0.7rem;
    }
}

@media only screen and (min-width: 1280px) {

    .techs .read-more .btn {
        /* border:none; */
        /* padding:2px 5px; */
        /* color:var(--color-link); */
    }
}

.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;
        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;
            font-weight: normal;
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            background-color: transparent;
            border: none;
            font-size: 1em;
        }
    /*  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }*/
    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline;
            list-style: none;
            padding: 0;
        }

        .select2-container .select2-selection--multiple .select2-selection__clear {
            background-color: transparent;
            border: none;
            font-size: 1em;
        }

    .select2-container .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 5px;
        margin-left: 5px;
        padding: 0;
    }

        .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option--selectable {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-box.selectbox,
.select2-container--default .select2-selection--single {
    /* background-color: #fff; */
    color: black;
    /*  border: 1px solid #aaa;
  border-radius: 4px; */
    /* min-height: 2.9rem; */
    /* line-height: 6em; */
}
    /*  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; 

  }*/
    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 26px;
        margin-right: 20px;
        padding-right: 0px;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border: solid #707070;
            border-width: 0 1px 1px 0;
            padding: 2px;
            height: 0;
            position: absolute;
            top: 50%;
            width: 0;
            left: 50%;
            transform: rotate(45deg) translate(50%, 50%);
            -webkit-transform: rotate(45deg) translate(-50%, -50%);
        }

.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 {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
}

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 20px;
        margin-right: 10px;
        margin-top: 5px;
        padding: 1px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        color: white;
        background-color: #00b0e6;
        border: 1px solid #aaa;
        border-radius: 4px;
        display: inline-block;
        margin-left: 5px;
        margin-top: 5px;
        padding: 0;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
        cursor: default;
        padding-left: 2px;
        padding-right: 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-right: 1px solid #aaa;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        color: white;
        cursor: pointer;
        font-size: 1em;
        font-weight: bold;
        padding: 0 4px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
            background-color: #f1f1f1;
            color: #333;
            outline: none;
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #fff;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__option--group {
    padding: 0;
}

.select2-container--default .select2-results__option--disabled {
    color: #999;
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 26px;
        margin-right: 20px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
        background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
        background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none;
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px;
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        display: inline-block;
        margin-left: 5px;
        margin-top: 5px;
        padding: 0;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
        cursor: default;
        padding-left: 2px;
        padding-right: 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        color: #888;
        cursor: pointer;
        font-size: 1em;
        font-weight: bold;
        padding: 0 4px;
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
            outline: none;
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
    padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

span.select2-container:not(.select2).select2-container--default.select2-container--open {
    position: absolute;
    z-index: 10000;
}

