﻿.P5Select3 .workPanel::-webkit-scrollbar {
    width: 8px
}

.P5Select3 .chip_Counter {
    direction: ltr;
    min-height: 40px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(100,100,100,.5);
    font-weight: 700;
    background-color: rgba(230,230,230,.5)
}

.P5Select3 .workPanel::-webkit-scrollbar-track {
    background-color: transparent
}

.P5Select3 .workPanel::-webkit-scrollbar-thumb {
    background: #888
}

.P5Select3 .workPanel::-webkit-scrollbar-thumb:hover {
    background: #555
}

.P5Select3_Options::-webkit-scrollbar {
    width: 8px
}

.P5Select3_Options::-webkit-scrollbar-track {
    background-color: transparent
}

.P5Select3_Options::-webkit-scrollbar-thumb {
    background: #888
}

.P5Select3_Options::-webkit-scrollbar-thumb:hover {
    background: #555
}

.P5Select3 {
    width: 100%;
    border-bottom: 1px solid rgba(100,100,100,.5);
    display: flex;
    position: relative;
    min-height: 40px;
    cursor: pointer
}

.P5Select3:focus {
    outline: 0;
    border-bottom: 1px solid #0a0a0a
}

.P5Select3 .poplabel {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    color: #1e293b
}

.P5Select3 .workPanel {
    direction: ltr;
    flex-grow: 1;
    min-height: 40px;
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden
}

.P5Select3 .workPanel:hover {
    overflow-y: overlay
}

.P5Select3 .Placeholder {
    width: calc(100% - 10px);
    height: 40px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    padding-left: 10px;
    color: #1e293b
}

.P5Select3 button {
    direction: rtl;
    height: 40px;
    width: 30px;
    outline: 0;
    border: none;
    background-color: transparent;
    font-size: 1rem;
    position: relative
}

.P5Select3 .arrow {
    direction: rtl;
    width: 25px;
    height: 40px;
    position: relative
}

.P5Select3 .down::after {
    content: '\25BE';
    position: absolute;
    font-size: 1.7rem;
    margin-top: 5px
}

.P5Select3 .up::after {
    content: '\25B4';
    position: absolute;
    font-size: 1.7rem;
    margin-top: 5px
}

.P5Select3 .refresh {
    cursor: pointer
}

.P5Select3_Options {
    position: absolute;
    min-width: 100px;
    width: auto;
    max-height: 300px;
    background-color: #fafafa;
    overflow-y: hidden;
    border: 1px solid rgba(150,150,150,.5);
    display: none
}

.P5Select3_Options .itemPlaceholder {
    height: 35px;
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 1.1rem;
    color: #bbb;
    cursor: pointer
}

.P5Select3_Options .itemPlaceholder span {
    margin-left: 10px
}

.P5Select3_Options:hover {
    overflow-y: overlay
}

.P5Select3_Options div {
    height: 50px;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(180,180,180,.9);
    outline: 0
}

.P5Select3_Options .GroupHeader {
    height: 40px;
    display: flex;
    align-content: center
}

.P5Select3_Options .GroupHeader span {
    flex-grow: 1;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 700;
    padding-left: 5px
}

.P5Select3_Options .GroupHeader .check {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none
}

.P5Select3_Options .GroupHeader .check .check_container {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #eee;
    padding: 0;
    border: 1px solid rgba(100,100,100,.3)
}

.P5Select3_Options .GroupHeader .check .check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.P5Select3_Options .GroupHeader .check .check_container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #2196f3;
    margin: 0;
    display: none
}

.P5Select3_Options .GroupHeader .check .check_container .checkmark::after {
    content: '\2714';
    position: absolute;
    color: #fff;
    font-size: 1rem;
    margin-left: -2px
}

.P5Select3_Options .GroupHeader .check .check_container input:checked ~ .checkmark {
    display: block
}

.P5Select3_Options div:last-child {
    border-bottom: none
}

.P5Select3_Options .search {
    display: flex;
    position: sticky;
    top: 0;
    background-color: #fafafa;
    z-index: 1
}

.P5Select3_Options .search .check {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none
}

.P5Select3_Options .search .txt_select_all {
    flex-grow: 1;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600
}

.P5Select3_Options .search .check .check_container {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #eee;
    padding: 0;
    border: 1px solid rgba(100,100,100,.3)
}

.P5Select3_Options .search .check .check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.P5Select3_Options .search .check .check_container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #2196f3;
    margin: 0;
    display: none
}

.P5Select3_Options .search .check .check_container .checkmark::after {
    content: '\2714';
    position: absolute;
    color: #fff;
    font-size: 1rem;
    margin-left: 3px
}

.P5Select3_Options .search .check .check_container input:checked ~ .checkmark {
    display: block
}

.P5Select3_Options .search input {
    margin: 7px;
    width: 100%;
    background: 0 0;
    outline: 0;
    border: 1px solid rgba(180,180,180,.9);
    padding: 7px;
    font-size: 1.2rem;
    padding-right: 35px
}

.P5Select3_Options .search span {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 2.5rem
}

.P5Select3_Options .nodata {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #969696;
    font-size: 1.2rem
}

.P5Select3_Options .item {
    display: flex;
    height: 40px;
    cursor: pointer
}

.P5Select3_Options .item .check {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none
}

.P5Select3_Options .Group .check {
    margin-left: 30px;
    border: none
}

.P5Select3_Options .N span {
    margin-left: 30px
}

.P5Select3_Options .item .check .check_container {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #eee;
    padding: 0;
    border: 1px solid rgba(100,100,100,.3)
}

.P5Select3_Options .item .check .check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.P5Select3_Options .item .check .check_container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #2196f3;
    margin: 0;
    display: none
}

.P5Select3_Options .item .check .check_container .checkmark::after {
    content: '\2714';
    position: absolute;
    color: #fff;
    font-size: .9rem
}

.P5Select3_Options .item .check .check_container input:checked ~ .checkmark {
    display: block
}

.P5Select3_Options .item:focus {
    background-color: rgba(200,200,200,.4)
}

.P5Select3_Options .item[data-selected=true] {
    background-color: rgba(73,180,255,.3)
}

.P5Select3_Options .item[data-selected=true]:focus {
    background-color: rgba(73,180,255,.5)
}

.P5Select3_Options .item .Image {
    margin: 3px 3px 3px 5px;
    height: 34px;
    width: 34px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    background-color: transparent
}

.P5Select3_Options .item span {
    flex-grow: 1;
    align-items: center;
    margin-right: 7px;
    display: flex;
    padding-left: 5px;
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.P5Select3_Options .item[disable=true] {
    background-color: rgba(200,200,200,.5);
    opacity: .3;
    cursor: no-drop
}

.P5Select3 .workPanel .elevalue_sg {
    flex-grow: 1;
    display: flex;
    align-items: center
}

.P5Select3 .workPanel .elevalue_sg .Image {
    height: 90%;
    width: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.P5Select3 .workPanel .elevalue_sg span {
    flex-grow: 1;
    padding-left: 10px;
    font-size: 1rem
}

.P5Select3 .workPanel .elevalue_sg .close {
    cursor: pointer
}

.P5Select3 .workPanel .elevalue_ml {
    flex-grow: 1
}

.P5Select3 .workPanel .elevalue_ml .chip_item {
    height: 36px;
    display: flex;
    float: left;
    background-color: #dcdcdc;
    margin: 2px 5px;
    width: auto;
    align-items: center;
    overflow: hidden;
    cursor: move;
    position: relative
}

.P5Select3 .workPanel .elevalue_ml .chip_item .chip_content {
    height: 100%;
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    align-items: center
}

.P5Select3 .workPanel .elevalue_ml .circle {
    border-radius: 36px
}

.P5Select3 .workPanel .elevalue_ml .chip_item .image {
    height: 36px;
    width: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.P5Select3 .workPanel .elevalue_ml .circle .image {
    border-radius: 36px
}

.P5Select3 .workPanel .elevalue_ml .chip_item span {
    flex-grow: 1;
    margin-left: 10px
}

.P5Select3 .workPanel .elevalue_ml .chip_item .chip_close {
    font-size: 1rem;
    cursor: pointer;
    margin-left: 5px
}
