<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #d9d9d9
}

.container-edictos {
    display: grid;
    grid-template: 130px minmax(100px,593px) 14px/ 85%;
    justify-content: center
}

.container-header {
    background-color: #0c89c2;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px
}

.container-body {
    background-color: #fff
}

.container-fotter {
    background-color: grey
}

.No-resultados {
    text-align: center;
    font-size: 26px;
    align-self: center
}

.container-switch {
    margin-top: 20PX
}


.alert-input-incorrect {
    border-color: red;
}
.switch {
    font-size: 1rem;
    position: relative
}

    .switch input {
        position: absolute;
        height: 1px;
        width: 1px;
        background: none;
        border: 0;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        overflow: hidden;
        padding: 0
    }

        .switch input + label {
            position: relative;
            min-width: calc(calc(2.375rem * 0.8) * 2);
            border-radius: calc(2.375rem * 0.8);
            height: calc(2.375rem * 0.8);
            line-height: calc(2.375rem * 0.8);
            display: inline-block;
            cursor: pointer;
            outline: none;
            user-select: none;
            vertical-align: middle;
            text-indent: calc(calc(calc(2.375rem * 0.8) * 2) + 0.5rem)
        }

            .switch input + label::before, .switch input + label::after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: calc(calc(2.375rem * 0.8) * 2);
                bottom: 0;
                display: block
            }

            .switch input + label::before {
                right: 0;
                background-color: #dee2e6;
                border-radius: calc(2.375rem * 0.8);
                transition: .2s all
            }

            .switch input + label::after {
                top: 2px;
                left: 2px;
                width: calc(calc(2.375rem * 0.8) - calc(2px * 2));
                height: calc(calc(2.375rem * 0.8) - calc(2px * 2));
                border-radius: 50%;
                background-color: #fff;
                transition: .2s all
            }

        .switch input:checked + label::before {
            background-color: #08d
        }

        .switch input:checked + label::after {
            margin-left: calc(2.375rem * 0.8)
        }

        .switch input:focus + label::before {
            outline: none;
            box-shadow: 0 0 0 .2rem rgba(0,136,221,0.25)
        }

        .switch input:disabled + label {
            color: #868e96;
            cursor: not-allowed
        }

            .switch input:disabled + label::before {
                background-color: #e9ecef
            }

    .switch.switch-h {
        font-size: .875rem
    }

        .switch.switch-h input + label {
            min-width: calc(calc(1.9375rem * 0.8) * 2);
            height: calc(1.9375rem * 0.8);
            line-height: calc(1.9375rem * 0.8);
            text-indent: calc(calc(calc(1.9375rem * 0.8) * 2) + 0.5rem)
        }

            .switch.switch-h input + label::before {
                width: calc(calc(1.9375rem * 0.8) * 2)
            }

            .switch.switch-h input + label::after {
                width: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
                height: calc(calc(1.9375rem * 0.8) - calc(2px * 2))
            }

        .switch.switch-h input:checked + label::after {
            margin-left: calc(1.9375rem * 0.8)
        }

    .switch.switch-lg {
        font-size: 1.25rem
    }

        .switch.switch-lg input + label {
            min-width: calc(calc(3rem * 0.8) * 2);
            height: calc(3rem * 0.8);
            line-height: calc(3rem * 0.8);
            text-indent: calc(calc(calc(3rem * 0.8) * 2) + 0.5rem)
        }

            .switch.switch-lg input + label::before {
                width: calc(calc(3rem * 0.8) * 2)
            }

            .switch.switch-lg input + label::after {
                width: calc(calc(3rem * 0.8) - calc(2px * 2));
                height: calc(calc(3rem * 0.8) - calc(2px * 2))
            }

        .switch.switch-lg input:checked + label::after {
            margin-left: calc(3rem * 0.8)
        }

    .switch + .switch {
        margin-left: 1rem
    }

.container-consultaNF {
    display: grid;
    grid-template: minmax(47px,auto) minmax(100px,auto) 14px/ 104%;
    justify-content: center;
    max-width: 1349px;
}

.input-notification {
    display: inline-block;
    width: 61%;
    min-width: 58px;
    height: 29px;
    padding: .375rem .2rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.item-consultaNF-header {
    background-color: #0c89c2;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    text-align: center;
    z-index: 1
}

    .item-consultaNF-header h1 {
        color: #fff;
        align-self: center;
        font-size: 140%;
        margin-left: 12px;
        margin-top: 5px
    }

.item-consultaNF-body {
    background-color: #fff;
    display: grid;
    grid-template: repeat(3,1fr)/100%
}

    .item-consultaNF-body .item-body:nth-of-type(2) {
        max-width: 1142px;
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(321px,1fr));
        gap: 25px
    }

    .item-consultaNF-body .item-body:nth-of-type(3) {
        text-align: center;
        margin-top: 13px;
        margin-right: 118px
    }

/*.marco {
    display: grid;
    grid-template: 56% 60% / 40% 60%;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid rgba(37,36,36,0.125);
    border-radius: .25rem;
    margin-left: 10px;
    margin-top: 11px;
    box-shadow: 0 2px 2px #a4abb3;
    width: 100%;
    height: 159px
}*/

.marco:hover {
    box-shadow: 0 2px 2px #4c97ec;
    margin-top: 10px
}

.btn-marco-ver {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: none;
    background: none;
    color: #2d7ea3;
    cursor: pointer
}

    .btn-marco-ver:hover {
        border-bottom: solid 1px;
        border-radius: 5px;
        transition: width 2s
    }

.btn-marco-descargar {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: none;
    background: none;
    color: #FF5722;
    cursor: pointer
}

    .btn-marco-descargar:hover {
        border-bottom: solid 1px;
        border-radius: 5px;
        transition: width 2s
    }

.marco-date {
    color: #5a5a5a;
    grid-template: 50% 50% /100%
}

    .marco-date .item-date {
        font-size: 13px
    }

    .marco-date .item-name {
        font-size: 13px;
        display: grid;
        grid-template: 50% 50% /100%;
    }

.marco-descripcion {
    color: #5a5a5a;
}

    .marco-descripcion .marco-des {
        overflow-x: hidden;
    }

.pdf-ico {
    width: 70%;
    height: 100%;
    /* padding: 6px; */
    /* margin-left: 14px; */
}

.marco-descripcion {
    word-wrap: break-word;
    display: grid;
    height: 138%;
    grid-template: 20% 80%/100%
}

.btn-marco {
    align-self: center;
    text-align: center
}

.marco-img {
    background-color: #2d7ea3;
    color: #fff
}

.marco-descripcion .marco-exp {
    color: #fff;
    display: grid;
    text-align: center;
    grid-template: 100%/30% 71%
}



.marco-exp:before {
    content: "\0000a0N°Expediente:";
    margin-left: -130px;
    text-align: center;
    width: 130px;
    height: 26px;
    background: #41535b;
    font-size: 14px;
    position: absolute;
    clip-path: polygon(100% 0%,100% 120%,75% 100%,0% 100%,15% 50%,0% 0%);
    /* clip-path: polygon(84% 0%,100% 50%,84% 100%,0% 100%,15% 50%,0% 0%); */
}

.marco-date {
    background-color: #2d7ea3;
    color: #fff;
    text-align: center;
    box-shadow: 0 3px 1px 0 #7d6f6f
}

.input-search-container {
    border: solid 1px silver;
    margin: 7px;
    display: grid
}

.container-input-serch {
    display: grid;
    margin-top: 15px;
    grid-template: 48px 53px /33.33% 33.33% 33.33%;
    grid-gap: 10px
}

    .container-input-serch label {
        font-size: 13px
    }

.input-search-container::before {
    content: "Busqueda";
    display: grid;
    margin-top: -11px;
    height: 16px;
    font-size: 13px;
    margin-left: 15px;
    background-color: #fff;
    position: absolute;
    z-index: 0
}

.item-consultaNF-footer {
    background-color: #8a9093;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px
}

.pagination {
    display: inline-block;
    margin-left: 78px;
    margin-top: 25px
}

    .pagination a {
        color: #000;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        border: 1px solid #ddd;
        cursor: pointer;
    }

        .pagination a.active {
            background-color: #0c89c2;
            color: #fff;
            border: 1px solid #8e8e8e
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd
        }

        .pagination a:first-child {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px
        }

        .pagination a:last-child {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px
        }

h2 {
    text-align: center;
    margin-bottom: 50px
}

    h2 small {
        font-weight: 400;
        color: #888;
        display: block
    }

.footer {
    text-align: center
}

    .footer a {
        color: #53B2C8
    }




input:focus {
    outline: none
}

.input:focus {
    outline: none
}

.group label {
    color: silver;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 8%;
    top: 10px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.group input:focus ~ label, input:valid ~ label {
    top: -14px;
    font-size: 14px;
    color: #000;
    font-weight: 700
}

.group select ~ label, input:valid ~ label {
    top: -14px;
    font-size: 14px;
    color: #000;
    font-weight: 700
}

.alertaInputVacio {
    border-color: red !important
}

.group input:focus ~ .highlight {
    -webkit-animation: inputHighlighter .3s ease;
    -moz-animation: inputHighlighter .3s ease;
    animation: inputHighlighter .3s ease
}

.group-btn {
    margin-top: 10px;
    margin-left: 51px
}

.btn-buscar {
    background: #2d7ea3;
    color: #fff;
    height: 35px;
    width: 108px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-table
}

.btn-limpiar {
    background: #FF5722;
    color: #fff;
    height: 35px;
    width: 108px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-table;
    margin-left: 10px
}

.btn-pdf {
    background: #F44336 !important;
    color: #fff !important;
    height: 35px;
    width: 46%;
    background-image: none !important
}

    .btn-pdf::before {
        content: "\f1c1";
        font-size: 17px;
        font-family: metro,serif
    }

.btn-xlc {
    background: #48984b !important;
    color: #fff !important;
    height: 35px;
    width: 46%;
    background-image: none !important
}

    .btn-xlc::before {
        content: "\f1c3";
        font-size: 17px;
        font-family: metro,serif
    }

p {
    margin-left: 6px;
    font-size: 13px
}

body {
    background-color: #d9d9d9
}

.container-edictos {
    display: grid;
    grid-template: 130px minmax(100px,593px) 14px/ 85%;
    justify-content: center
}

.container-header {
    background-color: #0c89c2;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px
}

.container-body {
    background-color: #fff
}

.container-fotter {
    background-color: grey
}

.No-resultados {
    text-align: center;
    font-size: 26px;
    align-self: center
}

.container-switch {
    margin-top: 20PX
}

.switch {
    font-size: 1rem;
    position: relative
}

    .switch input {
        position: absolute;
        height: 1px;
        width: 1px;
        background: none;
        border: 0;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        overflow: hidden;
        padding: 0
    }

        .switch input + label {
            position: relative;
            min-width: calc(calc(2.375rem * 0.8) * 2);
            border-radius: calc(2.375rem * 0.8);
            height: calc(2.375rem * 0.8);
            line-height: calc(2.375rem * 0.8);
            display: inline-block;
            cursor: pointer;
            outline: none;
            user-select: none;
            vertical-align: middle;
            text-indent: calc(calc(calc(2.375rem * 0.8) * 2) + 0.5rem)
        }

            .switch input + label::before, .switch input + label::after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: calc(calc(2.375rem * 0.8) * 2);
                bottom: 0;
                display: block
            }

            .switch input + label::before {
                right: 0;
                background-color: #dee2e6;
                border-radius: calc(2.375rem * 0.8);
                transition: .2s all
            }

            .switch input + label::after {
                top: 2px;
                left: 2px;
                width: calc(calc(2.375rem * 0.8) - calc(2px * 2));
                height: calc(calc(2.375rem * 0.8) - calc(2px * 2));
                border-radius: 50%;
                background-color: #fff;
                transition: .2s all
            }

        .switch input:checked + label::before {
            background-color: #08d
        }

        .switch input:checked + label::after {
            margin-left: calc(2.375rem * 0.8)
        }

        .switch input:focus + label::before {
            outline: none;
            box-shadow: 0 0 0 .2rem rgba(0,136,221,0.25)
        }

        .switch input:disabled + label {
            color: #868e96;
            cursor: not-allowed
        }

            .switch input:disabled + label::before {
                background-color: #e9ecef
            }

    .switch.switch-h {
        font-size: .875rem
    }

        .switch.switch-h input + label {
            min-width: calc(calc(1.9375rem * 0.8) * 2);
            height: calc(1.9375rem * 0.8);
            line-height: calc(1.9375rem * 0.8);
            text-indent: calc(calc(calc(1.9375rem * 0.8) * 2) + 0.5rem)
        }

            .switch.switch-h input + label::before {
                width: calc(calc(1.9375rem * 0.8) * 2)
            }

            .switch.switch-h input + label::after {
                width: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
                height: calc(calc(1.9375rem * 0.8) - calc(2px * 2))
            }

        .switch.switch-h input:checked + label::after {
            margin-left: calc(1.9375rem * 0.8)
        }

    .switch.switch-lg {
        font-size: 1.25rem
    }

        .switch.switch-lg input + label {
            min-width: calc(calc(3rem * 0.8) * 2);
            height: calc(3rem * 0.8);
            line-height: calc(3rem * 0.8);
            text-indent: calc(calc(calc(3rem * 0.8) * 2) + 0.5rem)
        }

            .switch.switch-lg input + label::before {
                width: calc(calc(3rem * 0.8) * 2)
            }

            .switch.switch-lg input + label::after {
                width: calc(calc(3rem * 0.8) - calc(2px * 2));
                height: calc(calc(3rem * 0.8) - calc(2px * 2))
            }

        .switch.switch-lg input:checked + label::after {
            margin-left: calc(3rem * 0.8)
        }

    .switch + .switch {
        margin-left: 1rem
    }

.container-consultaNF {
    display: grid;
    grid-template: 47px minmax(100px,auto) 14px/ 104%;
    justify-content: center;
    max-width: 1349px;
}

.input-notification {
    display: inline-block;
    width: 61%;
    min-width: 58px;
    height: 29px;
    padding: .375rem .2rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.item-consultaNF-header {
    background-color: #0c89c2;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    text-align: center;
    z-index: 1
}

    .item-consultaNF-header h1 {
        color: #fff;
        align-self: center;
        font-size: 140%;
        margin-left: 12px;
        margin-top: 5px;
    }

.item-consultaNF-body {
    background-color: #fff;
    display: grid;
    grid-template: repeat(1,1fr)/100%;
}

    .item-consultaNF-body .item-body:nth-of-type(2) {
        max-width: 1127px;
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
        gap: 25px;
        min-height: 351px;
        justify-items: center;
        /*border: 1px solid;*/
    }

    .item-consultaNF-body .item-body:nth-of-type(3) {
        /* text-align: center; */
        margin-top: 32px;
        width: 100%;
    }

.marco {
    display: grid;
    grid-template: 61% 60% / 45% 55%;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid rgba(37,36,36,0.125);
    border-radius: .25rem;
    margin-left: 10px;
    margin-top: 11px;
    box-shadow: 0 2px 2px #a4abb3;
    width: auto;
    height: 172px;
    max-width: 364px;
    min-width: 100px;
}

    .marco .marco-date label {
        margin-bottom: 0px;
    }

    .marco:hover {
        box-shadow: 0 2px 2px #4c97ec;
        margin-top: 10px
    }

.btn-marco-ver {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: none;
    background: none;
    color: #2d7ea3;
    cursor: pointer
}

    .btn-marco-ver:hover {
        border-bottom: solid 1px;
        border-radius: 5px;
        transition: width 2s
    }

.btn-marco-descargar {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: none;
    background: none;
    color: #FF5722;
    cursor: pointer
}

    .btn-marco-descargar:hover {
        border-bottom: solid 1px;
        border-radius: 5px;
        transition: width 2s
    }

.marco-date {
    color: #5a5a5a;
    grid-template: 50% 50% /100%
}

    .marco-date .item-date {
        font-size: 14px
    }

    .marco-date .item-name {
        font-size: 13px
    }

.marco-descripcion {
    color: #5a5a5a
}

.pdf-ico {
    width: 85px;
    height: 77%;
    /* min-width: 95px; */
    /* display: grid; */
    /* justify-items: center; */
    /* padding: 6px; */
    /* margin-left: 32px; */
    /* align-items: center; */
    margin-top: 23px;
}

.marco-descripcion {
    word-wrap: break-word;
    display: grid;
    height: 138%;
    grid-template: 20% 30% 50%/100%;
}

.btn-marco {
    align-self: center;
    text-align: center
}

.marco-img {
    background-color: #2d7ea3;
    color: #fff;
    display: grid;
    justify-items: center;
    align-items: center;
}

.marco-descripcion .marco-exp {
    color: #fff;
    background-color: #41535b;
    display: grid;
    text-align: left;
    grid-template: 100%/100%;
    font-size: 14px;
}

.marco-descripcion .m-c-exp {
    background: #41535b;
    color: white;
    font-size: 14px;
}


    .marco-descripcion .m-c-exp:nth-of-type(2) label {
        font-size: 13px;
    }


.marco-date {
    background-color: #2d7ea3;
    color: #fff;
    text-align: center;
    box-shadow: 0 3px 1px 0 #7d6f6f
}

.input-search-container {
    display: grid;
    width: 97%;
    grid-template: 100%/100%;
}

.container-input-serch {
    display: grid;
    margin-top: 15px;
    /* grid-template: 48px/10% 10%; */
    grid-template-columns: repeat(auto-fill,minmax(321px,1fr));
    grid-auto-flow: row;
    grid-gap: 10px;
    width: 100%;
    /* position: relative; */
}

    .container-input-serch label {
        font-size: 13px
    }

.input-search-container::before {
    content: "Busqueda";
    display: grid;
    margin-top: -11px;
    height: 16px;
    font-size: 13px;
    margin-left: 15px;
    background-color: #fff;
    position: absolute;
    z-index: 0
}

.item-consultaNF-footer {
    background-color: #8a9093;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px
}

.pagination {
}

    .pagination a {
        color: #000;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        border: 1px solid #ddd
    }

        .pagination a.active {
            background-color: #0c89c2;
            color: #fff;
            border: 1px solid #8e8e8e
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd
        }

        .pagination a:first-child {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px
        }

        .pagination a:last-child {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px
        }

h2 {
    text-align: center;
    margin-bottom: 50px
}

    h2 small {
        font-weight: 400;
        color: #888;
        display: block
    }

.footer {
    text-align: center
}

    .footer a {
        color: #53B2C8
    }

.group {
    position: relative;
    margin-left: 10px;
    align-self: center;
    margin-top: 10px;
}

    .group input {
        font-size: 18px;
        padding: 10px 10px 10px 5px;
        width: 89%;
        border-bottom: 1px solid #aaa;
        background: none;
        color: #495057;
        /*margin-left: 18px;*/
        border: 1px solid #ced4da;
        border-radius: 4px;
        max-width: 100% !important;
    }

input:focus {
    outline: none
}

.input:focus {
    outline: none
}

.group label {
    color: silver;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 8%;
    top: 10px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.group input:focus ~ label, input:valid ~ label {
    top: -14px;
    font-size: 14px;
    color: #000;
    font-weight: 700
}

.group select ~ label, input:valid ~ label {
    top: -18px;
    font-size: 14px;
    color: #000;
    font-weight: 700
}

.alertaInputVacio {
    border-color: red !important
}

.group input:focus ~ .highlight {
    -webkit-animation: inputHighlighter .3s ease;
    -moz-animation: inputHighlighter .3s ease;
    animation: inputHighlighter .3s ease
}

.group-btn {
    margin-top: 10px;
    margin-left: 51px
}

.btn-buscar {
    background: #2d7ea3;
    color: #fff;
    height: 35px;
    width: 108px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-table
}

.btn-limpiar {
    background: #FF5722;
    color: #fff;
    height: 35px;
    width: 108px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-table;
    margin-left: 10px
}

.btn-pdf {
    background: #F44336 !important;
    color: #fff !important;
    height: 35px;
    width: 46%;
    background-image: none !important
}

    .btn-pdf::before {
        content: "\f1c1";
        font-size: 17px;
        font-family: metro,serif
    }

.btn-xlc {
    background: #48984b !important;
    color: #fff !important;
    height: 35px;
    width: 46%;
    background-image: none !important
}

    .btn-xlc::before {
        content: "\f1c3";
        font-size: 17px;
        font-family: metro,serif
    }

p {
    margin-left: 6px;
    font-size: 13px
}


.marco-des::-webkit-scrollbar {
    background-color: #fff;
    width: 16px
}


.marco-des::-webkit-scrollbar-track {
    background-color: #fff
}

    .marco-des::-webkit-scrollbar-track:hover {
        background-color: #f4f4f4
    }


.marco-des::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff
}

.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4
}


.marco-des::-webkit-scrollbar-button {
    display: none
}

/* div box */
body {
    background-color: #babac0
}

select {
    max-width: 89% !important;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 44px !important;
    width: 89% !important;
    color: #444;
    line-height: 28px;
}
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    width: 282px !important;
    vertical-align: middle;
}



.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 44px !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 44px !important;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 89% !important;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 11px!important;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px !important;
    display: block;
    padding-left: 3px!important;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* top: 7px; */
    padding-top: 2px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #444444 transparent transparent transparent!important;
    border-style: solid!important;
    border-width: 7px 4px 0 3px!important;
    /* height: 48px; */
    left: 50%!important;
    margin-left: -3px!important;
    margin-top: -2px!important;
    position: absolute;
    top: 35%!important;
    width: 7.6px!important;
}</pre></body></html>