﻿/*scrollbar*/

/* width */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #212529;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #5A5A5A;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #707070;
    }

::-webkit-scrollbar-corner {
    background: #fff
}

.uncopy {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*navbar*/
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
}

.newTab {
    display: flex;
    justify-content: space-around;
    background: #272e38;
    --bs-nav-tabs-link-hover-border-color: #F77518 #F77518 #fff;
    --bs-nav-tabs-link-active-bg: #F77518;
    --bs-nav-link-color: #d8e0ec;
    --bs-nav-tabs-link-active-border-color: #F77518 #F77518 #fff;
    --bs-nav-link-hover-color: #d8e0ec;
}
/*-------------------------------*/

.search-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 10px;
    position: sticky;
    top: 100px;
    padding: 6px 0 7px 0px;
    background-color: #323232;
    z-index: 4;
}

.arac-search-container {
    display: flex;
    z-index: 4;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    position: sticky;
    background-color: #323232;
    top: 100px;
    padding: 6px 0 7px 0px;
    gap: 4px;
}



/*@media screen and (max-width: 412px) and (max-width: 425px) {*/
@media screen and (min-width : 375px) and (max-width : 667px) {
    .search-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 10px;
        justify-content: flex-end;
        margin-top: 10px;
        position: sticky;
        top: 180px;
        padding: 6px 0 7px 0px;
        background-color: #323232;
        z-index: 4;
    }

    .arac-search-container {
        display: flex;
        z-index: 4;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 10px;
        position: sticky;
        background-color: #323232;
        top: 180px;
        padding: 6px 0 7px 0px;
        gap: 4px;
    }
}

/*tab1*/
.custom-container {
    margin-top: 1.5rem;
}

    .custom-container a {
        text-decoration: none;
    }

    .custom-container .custom-div {
        cursor: pointer;
        background-color: #5a5a5a;
        transition: background-color 0.3s ease;
        box-shadow: 0px 0px 20px 0px #212529;
    }

        .custom-container .custom-div:hover {
            background-color: #7c7c7c;
        }

        .custom-container .custom-div h3,
        .custom-container .custom-div label,
        .custom-container .custom-div span,
        .custom-container .custom-div p {
            color: white;
        }

/*tab2*/
.custom-container2 {
    margin-top: 1.5rem;
}

    .custom-container2 a {
        text-decoration: none;
    }

    .custom-container2 .custom-div2 {
        cursor: pointer;
        background-color: #5a5a5a;
        transition: background-color 0.3s ease;
        box-shadow: 0px 0px 20px 0px #212529;
    }

        .custom-container2 .custom-div2:hover {
            background-color: #7c7c7c;
        }

        .custom-container2 .custom-div2 h3,
        .custom-container2 .custom-div2 label,
        .custom-container2 .custom-div2 span,
        .custom-container2 .custom-div2 p {
            color: white;
        }


#loadMore {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

    #loadMore a {
        background: #585858;
        border-radius: 2rem;
        color: white;
        display: inline-block;
        padding: 5px 30px;
        transition: all 0.25s ease-out;
        -webkit-font-smoothing: antialiased;
    }

        #loadMore a:hover {
            background-color: #7c7c7c;
        }

#loadMore2 {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

    #loadMore2 a {
        background: #585858;
        border-radius: 2rem;
        color: white;
        display: inline-block;
        padding: 5px 30px;
        transition: all 0.25s ease-out;
        -webkit-font-smoothing: antialiased;
    }

        #loadMore2 a:hover {
            background-color: #7c7c7c;
        }

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    gap: 4px;
    height: 32px;
    width: 81px;
    border: none;
    background: #1b1b1cd0;
    border-radius: 20px;
    cursor: pointer;
}

.lable {
    line-height: 22px;
    font-size: 17px;
    color: #DE8A2A;
    font-family: sans-serif;
    letter-spacing: 1px;
}

.button:hover {
    background: #1b1b1cea;
}

    .button:hover .svg-icon {
        animation: rotate 1.3s linear infinite;
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}





/*userdetail*/
.button-container {
    /*    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: flex-end;*/
    display: flex;
    justify-content: flex-end;
}

.button-utility {
    background-color: #323232;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 1px;
}

    .button-utility:hover {
        background-color: #484646;
    }

.button-utility-style-1 {
    border-radius: 20px 0px 0px 20px;
}

.button-utility-style-2 {
    background-color: #713E3E;
    border-radius: 0px 20px 20px 0px;
}

    .button-utility-style-2:hover {
        background-color: #8a4c4c;
    }

@media screen and (max-width: 768px) {
    .button-container {
        display: grid;
    }

    .button-utility {
        background-color: #323232;
        border: none;
        color: white;
        padding: 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 13px;
        margin: 1px;
    }

    .button-utility-style-1 {
        border-radius: 15px 15px 0px 0px;
    }

    .button-utility-style-2 {
        background-color: #713E3E;
        border-radius: 0px 0px 14px 15px;
    }
}

.custom-container3 {
    margin-top: 1.5rem;
}

    .custom-container3 .custom-div3 {
        background-color: #5a5a5a;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0px 0px 20px 0px #212529;
    }

        .custom-container3 .custom-div3 h3,
        .custom-container3 .custom-div3 label,
        .custom-container3 .custom-div3 span,
        .custom-container3 .custom-div3 p {
            color: white;
        }

.custom-container4 {
    margin-top: 1.5rem;
}

    .custom-container4 .custom-div4 {
        background-color: #5a5a5a;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 5px;
        border-radius: 18px;
        box-shadow: 0px 0px 20px 0px #212529;
    }

        .custom-container4 .custom-div4 h3,
        .custom-container4 .custom-div4 h5,
        .custom-container4 .custom-div4 label,
        .custom-container4 .custom-div4 span,
        .custom-container4 .custom-div4 p {
            color: white;
        }

.button-container2 {
    display: flex;
    justify-content: flex-end;
}

.button-utility2 {
    background-color: #323232;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 0px;
    width: 11vh;
}

.button-utility2-style-1 {
    border-radius: 20px 0px 0px 20px;
}

.button-utility2-style-2 {
    width: 20vh;
    background-color: #8B5CF6;
    border-radius: 0px 20px 20px 0px;
}
/*müşteriye özel alan*/
@media screen and (max-width: 768px) {
    .custom-container4 {
        margin-top: 1.5rem;
    }

        .custom-container4 .custom-div4 {
            background-color: #5a5a5a;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            padding: 5px;
            border-radius: 18px;
            box-shadow: 0px 0px 20px 0px #212529;
        }

            .custom-container4 .custom-div4 h3,
            .custom-container4 .custom-div4 label,
            .custom-container4 .custom-div4 span,
            .custom-container4 .custom-div4 p {
                color: white;
            }
}
/*---------------------*/

@media screen and (max-width: 990px) {
    .button-container2 {
        display: grid;
    }

    .button-utility2 {
        background-color: #323232;
        border: none;
        color: white;
        padding: 5px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 13px;
        margin: 1px;
        /*width: 60px;*/
        width: 100px;
        /*orijinali 60 olacak müşteriye özel 100 e çıkarıldı*/
    }

    .button-utility2-style-1 {
        border-radius: 15px 0px 0px 0px;
    }

    .button-utility2-style-2 {
        width: 99%;
        background-color: #8B5CF6;
        border-radius: 0px 0px 15px 15px;
    }

    .button-utility2-style-3 {
        border-radius: 0px 15px 0px 0px;
    }
}

/*register*/
.pswOnay-Container {
    display: grid;
    align-items: center;
    height: 29vh;
    align-content: space-between;
    justify-content: center;
    background-color: #393939;
    margin-top: 20px;
    border-radius: 1.5rem;
    padding: 12px;
    box-shadow: 0px 0px 20px 0px #212529;
}

.message-label {
    color: red;
    font-weight: bold;
}

.success-message {
    color: green;
    font-weight: bold;
}

.input-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .input-container input[type="checkbox"] {
        margin-left: 10px;
    }

.message-container {
    display: grid;
    justify-content: center;
}
/*malzeme sipariş*/

section label {
    color: white
}

section table {
    color: white
}

section input {
    border-radius: 0.375rem;
}

.main-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-around;
    gap: 10px;
    padding-top: 50px;
}

.inside-div-grid {
    display: grid;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
}

/*.imagePreview {
    width: 100%;
    height: 180px;
    background-position: center center;
    background: url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    box-shadow: 0px -3px 6px 2px rgba(0,0,0,0.2);
}*/

/*.btn-primaryy {
    display: block;
    border-radius: 0px;
    box-shadow: 0px 4px 6px 2px rgba(0,0,0,0.2);
    margin-top: -1px;
}*/

/*.imgUp {
    margin-bottom: 15px;
}*/

.del {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(255,255,255,0.6);
    cursor: pointer;
}

/*.imgAdd {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #4bd7ef;
    color: #fff;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
    text-align: center;
    line-height: 30px;
    margin-top: 0px;
    cursor: pointer;
    font-size: 15px;
}*/

#gallery img {
    max-width: 200px;
    max-height: 120px;
    margin-top: 14px;
}
/*---------------------------------------*/
/*sipariş*/

.top-control-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 5px;
    flex-wrap: nowrap;
    align-items: center;
}

.top-control-left {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-items: center;
    padding-left: 15px px;
    align-items: center;
}

@media screen and (max-width: 990px) {
    .top-control-right {
        display: grid;
    }

    .top-control-left {
        display: grid;
        align-content: space-between;
    }
}

.mailContainer {
    background-color: #4d4d4d;
    width: 620px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 20px 20px;
    border-radius: 1.5rem;
    box-shadow: 0px 0px 20px 0px #212529;
}

@media screen and (max-width: 767px) {
    .table-responsive thead, .table-responsive tbody, .table-responsive th, .table-responsive td, .table-responsive tr {
        display: block;
    }

    .table-responsive td {
        position: relative;
        text-align: left;
        white-space: normal;
    }

        .table-responsive td:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            content: attr(data-title);
            font-weight: bold;
        }

    .email-column-header, .email-column {
        text-align: left !important;
    }
}

.divSiparis-top-control {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: row;
    position: sticky;
    top: 57px;
    background-color: #323232;
    padding: 15px 0 15px 0;
}

@media screen and (max-width: 412px) {
    .divSiparis-top-control {
        display: flex;
        justify-content: space-around;
        flex-wrap: nowrap;
        flex-direction: row;
        position: sticky;
        top: 98px;
        background-color: #323232;
        padding: 15px 0 15px 0;
    }
}

.tap-panel-control {
    position: sticky;
    top: 58px;
    z-index: 4;
}

@media only screen and (min-width : 375px) and (max-width : 667px) {
    .tap-panel-control {
        position: sticky;
        top: 97px;
        z-index: 4;
    }
}

@media screen and (max-width: 412px) {
    .divSiparis-top-control {
        position: sticky;
        top: 98px;
    }
}

/*----------------------- driver malzeme sipariş ------------------------------*/
.divDriverSiparis-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 50px;
    align-items: center;
}

.divDriverSiparis-top-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 86px;
    color: white;
    font-size: 1.5rem;
}

.divSavNo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    min-width: 8rem;
    max-width: 100%;
    flex-wrap: wrap;
}

.divCariFlt {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

    .divCariFlt input, .cariCombo {
        width: 200px
    }

@media only screen and (max-width : 667px) {
}
/* landscape orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) {
    .divDriverSiparis-header {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 50px;
        align-items: center;
    }

    .divDriverSiparis-top-control {
        display: grid;
        align-items: center;
        gap: 13px;
        color: white;
        font-size: 1.5rem;
    }

    .divSavNo {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        min-width: 8rem;
        max-width: 100%;
        flex-wrap: wrap;
    }

    .divCariFlt {
        display: grid;
        align-items: center;
        gap: 20px;
        width: 100%;
    }



        .divCariFlt input, .cariCombo {
            width: 200px
        }
}
/*-----------------------------------------------------------------------------*/
.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: 38px;
        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: 34px;
    }

    .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: 36px;
        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
}
