 
.column {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
    width:33%;
    padding: 10px;
}

 
.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}
.easySelect:focus {border: 1px solid var(--bs-link-color) !important;}
.easySelect {
    font-size: 12px !important;
    cursor: default;
    display: block;
    /*make dropdown width */
    position: relative;
    /*font-family: Arial, Helvetica, sans-serif;*/
    /* color: #707173;
    border: 1px solid #eaeef5 !important;
    border-radius: 3px;
     */
     height: 35px;
}

.styledSelect {
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    height: 45px !important;
    padding-left: 8px;
    padding-top: 11px;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: var(--title-color) !important;
    border: 1px solid var(--border-color) !important;
    /* color: # !important; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 15%;
}
   .multi-slt-dark .styledSelect {
    background-color: #1D1C20 !important;
    border: 1px solid #69696B;
    color: var(--pureWhite) !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 13px;
    height: 40px;
    transition: none!important;
}

.clearSelectfromDiv {
    float: right;
    margin-right: 35px;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    /*top: 14px;*/
    top: -2px;
    right: -6px;
    z-index: 4;
    color: #707173;
}

.clearSelectfromDiv:hover {
    color: rgba(65, 76, 82, 0.76);
}

.styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #9f9f9f transparent transparent transparent;
    position: absolute;
    top: 20px;
    right: 8px;
}

.styledSelect:active,
.styledSelect.active {
    background-color: #fafafa;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 3px 0;
    padding: 3px 0 0 0px;
    list-style: none;
    border: 1px solid #eaeef5 !important;
    background-color: white;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    width: 100%
}
.multi-slt-dark .options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 3px 0;
    padding: 3px 0 0 0px;
    list-style: none;
    border: 1px solid #69696B !important;
    background-color: #1D1C20;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    width: 100%
}

.scrolableDiv {
   overflow: auto 
}
.divSearcheasySelect{
     border-bottom: 1px solid #cbcbcb!important;
}

.options li {
    margin: auto;
    max-width: 100%!important;
    font-size: 12px !important;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: 500;
 /*   overflow: hidden*/
}

.options li:hover {
    background-color: #eeeeee;
}

.easyselect-container {
    display: inherit;
    position: relative;
    margin: 0px;
    width: auto !important;
    cursor: pointer;
    padding: 6px 0px 6px 33px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: var(--title-color);
    font-size: 13px;
}

.easySelect .easyselect-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    margin-left: 3px;
    left: 5px;
    top:7px;
    height: 17px;
    width: 17px;
    background-color: #dddddd;
    border-radius: 3px;
    
}

.easyselect-container input:checked ~ .checkmark {
    background-color: var(--primary-color);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;

}

.easyselect-container input:checked ~ .checkmark:after {
    display: block;
}

.easyselect-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 4.5px;
    height: 10px;
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark:before {
    content: "";
    position: absolute; 
    display: none;
}
.easyselect-container input:not(:checked) ~ .checkmark:before {
    display: block;
}
.easyselect-container .checkmark:before {
    left: 6px;
    top: 2px;
    width: 4.5px;
    height: 10px;
    border: 2px solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.divSearcheasySelect {
    padding-right: 12px;
    padding-left: 7px;
    padding-top: 4px;
    padding-bottom: 7px;
    overflow: hidden;
}

.optionRow {
    margin: -4px 0px 8px 0px;
    border-radius: 3px;
    font-size: 11.5px;
    text-align: left;
    font-weight: 600;
    color: #707173;
    display: block ruby;
}
#clearAlleasySelect{
    margin-right: 20px
}
#selectAlleasySelect{
   margin-right: 20px
}
.optionRow:hover {
    color: rgba(65, 76, 82, 0.81);
}

.optionRow .alleasySelect {
    font-size: 13px;
    margin: 2px auto auto 4px;
}

.divSearcheasySelect .searchInputeasySelect {
    width: 100%;
    margin-right: auto;
    color: #707173;
    border: 1px solid #eaeef5 !important;
    height: 28px !important;
    background-color: white !important;
    font-size: 13px;
    text-indent: 0px;
    border-radius: 3px;
    padding:5px;
}

.multi-slt-dark .divSearcheasySelect .searchInputeasySelect {
    width: 100%;
    margin-right: auto;
    color: #B3B3B4;
    border: 1px solid #38373D  !important;
    height: 28px !important;
    background-color: #38373D  !important;
    font-size: 13px;
    text-indent: 0px;
    border-radius: 3px;
    padding:5px;
}

.divSearcheasySelect .searchInputeasySelect:focus {
    border: 1px solid var(--bs-link-color) !important;
    background: white;
    color: #707173;
    /* box-shadow: 0 1px 3px rgba(105, 105, 105, 0.31) !important;
    -moz-box-shadow: 0 1px 3px rgba(105, 105, 105, 0.31) !important;
    -webkit-box-shadow: 0 1px 3px rgba(105, 105, 105, 0.31) !important; */
    /* outline: #a295ff !important; */
    border-width: 1px;
}

.divOptionsesySelect > p {
    display: inline-block
}

.messageMaxallowedSelections {
    padding: 0px !important;
    font-size: 12px;
    font-weight: bold;
    margin: auto;
    color: #838383
}

.hiddenLieasySelect {
    text-align: center;
    padding:4px 4px 8px 0px;
}

li.hiddenLieasySelect{
    font-size: 12px!important;
    font-weight: 600
}

.options > .hiddenLieasySelect:hover {
    background: none !important;
    cursor: context-menu;
}

li.no_results {
    padding: 6px;
     font-size: 12px!important;
    font-weight: 600
}


