.rrnetform .form-body {
    background-color: #fff;
    border: none;
}

#btnPaymentstepBack {
    margin-top: -50px;
}

.show-mobile {
    display: none;
}

.form-body-container {
    border: solid 3px #f4f7f9;
    border-radius: 7px;
    margin-top: 16px;
    padding: 0px;
}

[class="vueError"] {
    position: absolute;
}


.refreshLink {
    display: flex;
    gap: 4px;
}

.flexStartCenter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.info-tooltip-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    min-width: 200px;
}

    .info-tooltip-body li::marker {
        color: red;
    }

.subTitle {
    text-align: right;
    font-family: Assistant;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #404040;
}

.subHr {
    /* height: 1px; */
    margin: 0.75em 0 1.5em -0.75em;
    border: 1px solid #EAEAEA;
}

.rrnetform .pnldataform {
    padding-inline: 35px;
}

.senderType {
    display: flex;
    justify-content: right;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding-right: 12px;
    margin-bottom: 24px;
    margin-top: 10px;
}

#fullpageanchor button.icon-fullscreen {
    position: absolute;
    top: 8px;
    left: 20px;
    border: 0;
    background-color: transparent;
    z-index: 20;
}

    #fullpageanchor button.icon-fullscreen:before {
        font-family: "FontAwesome";
        font-weight: 400;
        content: "\f065";
        margin-left: 10px;
        color: black;
        padding-right: 3px;
    }

div.fullpage > .editor-container {
    height: 90%;
}

.editor-containe {
    height: 375px;
    font-family: "Assistant";
    direction: rtl;
    text-align: right;
}

.ql-editor {
    direction: rtl;
    /* text-align: right;*/
}

.ql-formats {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
/* Set dropdown font-families */
.editor-containe .ql-font span[data-label="Arial"]::before {
    font-family: "Arial";
}

.editor-containe .ql-font span[data-label="Assistant"]::before {
    font-family: "Assistant";
}

.editor-containe .ql-font span[data-label="sans-serif"]::before {
    font-family: "sans-serif";
}

/* Set content font-families */
.ql-font-Assistant {
    font-family: "Assistant";
}

.ql-font-Arial {
    font-family: "Arial";
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ql-toolbar.ql-snow {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.serviceTypeList {
    display: flex;
    justify-content: right;
    flex-direction: row;
    align-items: center;
    margin-top: 22px;
    margin-bottom: 42px;
}

    .serviceTypeList .serviceType {
        /* position: absolute;*/
        width: 140px;
        height: 125px;
        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(17, 43, 85, 0.08);
        border-radius: 10px;
        margin: 5px 0px 10px 17px;
        padding: 5px;
    }

        .serviceTypeList .serviceType .title {
            /*  position: absolute;*/
            font-weight: 600;
            font-size: 16px;
            line-height: 21px;
            /* identical to box height */
            padding-right: 30px;
            color: #404040;
            margin-top: 16px;
        }

        .serviceTypeList .serviceType .price {
            /* position: absolute;*/
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            color: #404040;
            padding-right: 30px;
        }

.RrnetButton {
    display: flex;
    align-items: center;
    gap: 10px;
}

.questionIcon {
    width: 16px;
    aspect-ratio: 1/1;
    background-image: url(/content/images/redQuestion.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    left: 15px;
    border: none;
}

.serviceTypeList .serviceType .infoIcon1 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #CB0006;
    margin: 0px;
    width: 14px;
    height: 14px;
    float: left;
    position: absolute;
    margin-top: 19px;
    margin-left: 16px;
    padding: 0px 110px;
}



.serviceType .servicebottom {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-around;
    margin-top: 19px;
}

.serviceTypeIcon {
    width: 50px;
}

.serviceType .icon {
    float: right;
}

.letter {
    width: 100%;
    margin: 10px 0px;
    background-color: #f4f7f9;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 2px;
    border-radius: 7px;
}

    .letter .rowLetter {
        width: 100%;
        height: 60px;
        background-color: #F4F7F9;
        padding: 16px 20px 0px 8px;
        align-items: center;
    }
/* display: flex;
    flex-direction: row;*/


.rowLetter .title {
    width: 100px;
}

.rowLetter .price {
    height: 22px;
    width: 100px;
    margin-left: 30px;
}

.rowLetter .dataPrice {
    padding-right: 20px;
    background-color: #fff;
    border-radius: 15px;
    width: 100px;
}

.rowLetter .errorMessage {
    margin: auto;
    background-color: #fff;
    border-radius: 20px;
    height: 26px;
    padding-inline: 10px;
    font-size: 14px;
    line-height: 15px;
}

    .rowLetter .errorMessage .iconExclamation-small-v1 {
        width: 16px;
        height: 16px;
        display: inline-block;
        background-size: 16px 16px;
        vertical-align: middle;
        margin: 5px;
    }

.tooltip-inner {
    text-align: right;
    max-width: 300px;
    color: #333;
    padding: 20px 8px;
    border-radius: 2px;
    box-shadow: 5px 5px 25px 0 grey;
    background-color: #ffffff;
    opacity: 1;
    font-size: 17px;
}

    .tooltip-inner li {
    }

.tooltip-arrow {
    border-top-color: #fff !important;
}

.tooltip.in {
    opacity: 1;
}

.tooltip-inner li {
    margin-right: 15px;
}

.MoreInfo {
    width: min(300px,100vw);
    z-index: 2;
    padding: 18px;
    background: #FFFFFF;
    box-shadow: 0px 5px 28px rgba(17, 43, 85, 0.1);
    border-radius: 12px;
}

    .MoreInfo ul {
        list-style: none;
        /*margin: 20px 18px 0px 0px;*/
        text-align: right;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
        text-align: right;
        color: #404040;
    }

        /*.MoreInfo ul li {
        color: #000;
    }*/

        .MoreInfo ul li::before {
            content: "•";
            font-size: 28px;
            color: #CB0006;
            /*background: linear-gradient(180deg, #F74F4F 40.27%, #CC0208 135.36%, #CB0006 135.36%);
            box-shadow: 0px 15px 36px rgba(17, 43, 85, 0.1);*/
            padding-left: 5px;
            padding-top: 6px;
        }

.letter-info {
    background-color: #fff;
    padding: 0px 30px 10px 30px;
    border: 2px solid #f4f7f9;
    bottom: 10px;
    padding-right: 70px;
}

.lettersList {
    padding: 0px 15px; /*01/11/23 EG align to subTitle*/
}

.SelectLetterType {
    margin: 32px 0px 5px 0px;
}

.serviceType .btn.CancelBtn {
    width: 72px;
    height: 28px;
    padding: 2px 16px 6px 16px;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid #DD0101;
    box-sizing: border-box;
    border-radius: 27px;
}

.serviceType.active .servicebottom .btn.CancelBtn {
    background: #F4F7F9;
    border-radius: 27px;
    color: #404040;
    border: none;
    padding: 4px 5px 6px 16px;
}

.serviceType .iconSelected {
    background: #10BDAB;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

    .serviceType .iconSelected .icon {
        width: 8px;
        height: 6px;
        background: rgba(255, 255, 255, 0.9);
    }

img.delLetter {
    cursor: pointer;
}

.letter .editor { /*display:contents;*/
}

.letter {
    /* display: contents;*/
}

    .letter .showDetails {
        margin-right: 26px;
        background-color: #fff;
        border-radius: 6px;
        width: 42px;
        height: 42px;
        text-align: center;
        padding: initial;
        top: -9px;
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

    .letter .letterDelete {
        margin-top: 3px;
    }

    .letter .uploadstyled {
        /*position: absolute;*/
        z-index: 4;
        height: 38px;
        width: 155px;
        border: 0;
        border-radius: 8px;
        background-color: #edeff0;
        padding: 6px 10px 0 0;
        line-height: 26px;
    }

        .letter .uploadstyled img, .letter .download img, #step5 .uploadstyled img {
            height: 18px;
            vertical-align: middle;
            padding-left: 5px;
        }

    .letter .addfile {
        height: 65px;
        position: relative;
        width: 200px;
        padding-top: 20px;
        font-family: Assistant;
        font-size: 16px;
        font-weight: 600;
        color: #cb0006;
        margin-bottom: 20px;
    }

        .letter .addfile .addfilestyled {
            width: 127px;
            float: right;
            cursor: pointer;
        }

    .letter .UploadFileBoxAddFile {
        cursor: pointer;
        z-index: 3;
        position: absolute;
        opacity: 0;
        top: 20px;
        width: 130px;
    }

    .letter .file-upload-wait {
        width: 20px;
        height: 20px;
        background-color: white;
        margin: 8px 5px 0 0;
    }

    .letter .addfile-wait {
        width: 20px;
        height: 20px;
        background-color: white;
        margin: 0px 5px 0 0;
    }

input[type=file], /* FF, IE7+, chrome (except button) */
input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
    cursor: pointer;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    margin: 13px 0px;
    border-color: #CB0006;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 18px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.fileslist {
    margin: 25px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

ul.attachedFile {
    border-radius: 6px;
}

ul.attachedFile, ul.info, ul.extra {
    list-style: none;
    background-color: #f4f7f9;
    margin: 4px;
    padding: 3px;
}

    ul.attachedFile li.rrfilename {
        font-weight: 600;
    }

    ul.attachedFile li.rrfilepages {
        font-weight: 400;
        direction: rtl;
    }

    ul.attachedFile li span {
        background: #FFFFFF;
        border-radius: 20px;
        padding: 3px 8px 3px 10px;
    }

    ul.attachedFile li, ul.info li, ul.extra li {
        list-style: none;
        position: relative;
        padding: 3px 11px 2px 3px;
        float: right;
        height: 50px;
        padding-top: 15px;
        vertical-align: middle;
    }

        ul.attachedFile li.delete {
            padding-left: 18px;
        }

.fileslist ul.fileError {
    list-style: none;
    line-height: 16px;
    background-color: #fff;
}

    .fileslist ul.fileError li {
        list-style: none;
        font-family: Assistant;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        /* identical to box height */
        text-align: right;
        color: #CB0006;
        background-color: #fff;
    }

.attachedFiles, .Extra {
    margin-top: 40px;
    display: inline-block;
    width: 100%;
    background-color: #fff
}

.ExtraField {
    margin-top: -10px;
}

.Extra {
    margin-bottom: 50px;
}

    .attachedFiles .title, .Extra .title {
        font-size: 16px;
        line-height: 21px;
        /* identical to box height */
        text-align: right;
        color: #333333;
    }

.letter-info .attachedFiles .showAttachedPopup {
    cursor: pointer;
    text-align: left;
}

ul.extra li.input {
    display: flex;
    flex-wrap: nowrap;
}

    ul.extra li.input span {
        white-space: nowrap;
        width: 100px;
        margin-left: 10px;
    }

.addNewLetter {
    margin-top: 42px;
}

.approved {
    margin-top: 28px;
}

#isApproved {
    float: right;
    margin-top: 2px;
}

.uploadingFilesInfo {
    margin: 5px 25px;
    text-align: center;
    font-family: Assistant;
    font-weight: 400;
}

#btnuploadingFilesOk {
    margin: 35px 0px;
}

#uploadingFilesModal .modal-dialog {
    width: min(423px,100vw);
}

    #uploadingFilesModal .modal-dialog li {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height, or 125% */
        text-align: right;
        color: #404040;
    }

    #uploadingFilesModal .modal-dialog .btnClose {
        padding: 0px;
        margin: 0 auto;
        text-align: center;
    }

.showAttachedPopup, .addAttached {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 137% */
    text-align: right;
    color: #CB0006;
}

.niceEditorPanel {
    width: min(770px, 100vw);
}

    .niceEditorPanel .niceEditor {
        width: 100%;
        height: 185px;
    }

    .niceEditorPanel .nicePanel {
        width: 100%;
    }

.letter .niceEditorPanel div {
    /*  width: 100% !important;*/
    background-color: #fff;
}

.letter .iconExclamation-small-v1 {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 16px 16px;
    vertical-align: middle;
}

.recipients {
    margin-right: -30px;
}

.recipeintsAddresses {
    width: min(369px,100vw);
}

.smallText {
    font-size: 12px;
}

button.addAddressBtn {
    color: #CB0006;
    background: url(/Content/images/DigitalUser/plus.png);
    background-position: 100%;
    background-repeat: no-repeat;
    padding-right: 26px;
    /* margin-top: 10px; */
    border: 0;
}

.showAttachedPopup .iconQuestion-small-v1 {
    float: left;
    margin-top: 5px;
}

.directionsFileUpload {
    margin: 0px;
    padding-left: 7px;
    float: left;
}


.uploadTitle {
    padding-left: 20px;
}

.paperclip {
    width: 14.5px;
    height: 16px;
    position: relative;
    top: 4px;
}

.margin-top-50 {
    margin-top: 50px;
}

#successForFurtherInquiries {
    /* NO !!! we dont use 569px !!!! use % 
        width: 569px;
    height: 221px;*/
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 13.1%, rgba(255, 255, 255, 8e-05) 52.23%);
    box-shadow: 0px -20px 40px rgba(17, 43, 85, 0.04);
    border-radius: 74px;
    margin: auto;
    padding: 0px;
}

/*.extrainfodata {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 30px;
}

.extra-phone, .extra-email {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding: 4px;
}

.extrainfo {
    padding-top: 24px;
}*/

.noservices {
    padding: 20px;
    color: #cb0006;
    font-size: 14px;
    font-weight: bold;
}


/*quill placeholder*/
div.fullpage {
    position: fixed;
    padding: 2px;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 99% !important;
    background-color: white;
    /*width: 99%;
    left: 1%;
    top: 8%;*/
    z-index: 150; /*override menu*/
}

.ql-container > .ql-editor.ql-blank::before {
    direction: rtl;
    text-align: right;
}

.step4 {
    text-align: center;
    padding: 0px;
    margin: auto;
}

    .step4 .title {
        padding-top: 18px;
        font-family: Assistant;
        font-size: 28px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #cb0006;
        text-align: center;
    }

    .step4 .orderOKdatafirst {
        padding-top: 20px;
    }

    .step4 .orderOKdata {
        text-align: center;
        padding-bottom: 10px;
        max-width: min(95vw,350px);
        display: flex;
        margin: auto;
        justify-content: space-between;
    }

        .step4 .orderOKdata div {
            display: inline-block;
        }

    .step4 .orderOKdataItem {
        width: 100%;
    }

    .step4 .step4label {
        font-weight: 400;
    }

.pricepaid {
    font-weight: 600;
}

.step4 .extrainfo {
    padding-top: 90px;
    text-align: center;
    font-size: 18px;
    font-family: Assistant;
}

.step4 .extrainfotitle {
    font-weight: bold;
}

.step4 .extrainfodata {
    overflow: hidden;
    width: min(534px, 100vw);
    margin: auto;
    padding-top: 32px;
}

    .step4 .extrainfodata div {
        padding: 0;
    }

    .step4 .extrainfodata img {
        width: 54px;
    }

    .step4 .extrainfodata .img {
        text-align: left;
    }

    .step4 .extrainfodata .text {
        padding-top: 14px;
        /*padding-right: 20px;*/
        text-align: right;
    }

        .step4 .extrainfodata .text.first {
            padding-left: 34px;
        }

.step4 .downloadfile {
    text-align: center;
    padding-top: 50px;
}

#uploadingFilesModal.mypostModal .modal-content, #confirmModal.mypostModal .modal-content {
    height: auto;
    padding-bottom: 35px;
}

.removeLetters {
    cursor: pointer;
}

.btnsConfirm {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 30px;
}

.hiddendesk {
    display: none;
}

div#confirmDeleteModal * div.modal-content {
    height: auto;
    padding: 5px 0 30px 0;
}

div#confirmDiscardBadFilesModal * div.modal-content {
    height: auto;
    padding: 5px 0 30px 0;
}
/* End Desktop*/
/* Mobile */
@media (max-width: 991px) {
    #RRApp {
        margin: auto;
        padding: 0px;
    }
    /*fixes form mobile screen*/

    .flexCenter {
        display: flex;
        justify-content: center
    }

    .pInline {
        padding-inline: 15px;
    }

    .flexAround {
        display: flex;
        justify-content: space-around
    }

    .fullWidth {
        width: 100%;
    }

    /*fixes form mobile screen /> */



    .form-body-container {
        margin: 16px 0px;
    }

    .show-mobile {
        display: block;
    }
    /*editor*/
    .form-body-container {
        border: solid 3px #f4f7f9;
        border-radius: 10px;
        margin: 16px 0px;
        padding: 0px;
    }

    .letter .editor {
        margin-left: -5px;
    }

    .ql-toolbar.ql-snow .ql-formats {
        margin-right: 2px;
    }

    #main {
        margin: auto 0px;
    }

    .step1 .senderType {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: right;
    }

    .lettersList {
        padding: 0px;
        margin: auto;
    }

    .serviceTypeList {
        display: flex;
        justify-content: right;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 22px;
        margin-bottom: 42px;
    }

    .letter {
        width: 100%;
        background-color: #f4f7f9;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding: 2px;
        border-radius: 7px;
        margin: 10px 0px 0px 0px;
    }

        .letter .rowLetter {
            width: 100%;
            height: 46px;
            background-color: #F4F7F9;
            padding: 9px 7px 0px 5px;
            align-items: center;
        }

    .rowLetter .title {
        width: 60px;
    }

    .rowLetter .price {
        height: 22px;
        width: 89px;
        margin-left: 0px;
    }

    .rowLetter .errorMessage {
        margin: auto;
        background-color: #fff;
        border-radius: 20px;
        height: 26px;
        width: 109px;
        font-size: 14px;
        line-height: 15px;
        display: none;
    }

    .rowLetter .delete {
        top: 5px;
        margin-left: 15px;
        z-index: 5;
        padding: 0px;
        position: relative;
    }

    .letter-info {
        background-color: #fff;
        padding: 0px 0px 10px 17px;
        border: 2px solid #f4f7f9;
        bottom: 10px;
        padding-right: 30px;
    }

    .MoreInfo {
        width: min(281px, 100vw);
        height: 140px;
        right: -15px;
    }

    .letter .showDetails {
        margin-right: 13px;
        background-color: #F4F7F9;
        border-radius: 6px;
        width: 36px;
        height: 36px;
        text-align: center;
        padding: initial;
        top: -5px;
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

    .serviceTypeList {
        display: flex;
        justify-content: right;
        flex-direction: column;
        align-items: center;
        margin-top: 22px;
        margin-bottom: 42px;
    }

        .serviceTypeList .serviceType {
            width: min(295px, 100vw);
            height: 74px;
            background: #FFFFFF;
            box-shadow: 0px 4px 20px rgb(17 43 85 / 8%);
            border-radius: 10px;
            padding: 5px;
        }

    .serviceType .servicebottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: -36px;
        float: left;
        margin-left: 24px;
    }

    .recipeintsAddresses {
        width: 100%;
        margin: auto;
        padding: 0px;
    }

    .letter-info .attachedFiles .showAttachedPopup {
        float: left;
        margin-left: 0px;
        padding-left: 0px;
    }

    #uploadingFilesModal .modal-dialog {
        width: min(303px, 100vw);
        margin: auto;
        padding: 0px;
    }

    .ql-toolbar.ql-snow {
        display: flex;
        justify-content: right;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .subHr {
        margin: 0.75em 0 1.5em 0.25em;
    }

    .fileslist {
        padding: 0px;
    }

    ul.extra li.input {
        margin-top: -8px;
    }

    .Extra ul .attachedFile, ul.info, ul.extra {
        background-color: unset;
        margin: 0px;
        padding: 0px;
    }

    .rowleft-30 {
        margin-left: -30px;
    }

    .letter-error {
        padding-right: 50px;
    }

    #successForFurtherInquiries {
        width: auto;
        height: auto;
        background: none;
        border: none;
    }

    .extrainfodata {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-top: 15px;
    }

    .hiddendesk {
        display: block;
    }

    div.tooltip {
        position: relative;
        left: 1px;
    }
}

.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;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}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top: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[aria-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;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-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:bold}.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:white;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}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.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:bold;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-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{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 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[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-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]{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, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 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;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:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 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, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 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, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 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}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.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:bold;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;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 #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:#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]{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:#5897fb}

