
.select2-container .select2-selection--single{
    height:35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 35px !important;
}

#AdminSearchLocationWidget .card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}
.accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}

#AdminSearchLocationWidget .disabled-location table tr td{
    background-color: #f27474;
}

.expand-container.clicked{
    display:none;

}

.wholesale-memberships .card .card-header .btn-link:after {
    content: "\f106";
    font-family: FontAwesome;
    font-weight: 900;
    float: right;
}

.wholesale-memberships .card .card-header .btn-link.collapsed:after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: 900;
    float: right;
}


.starrating > input {display: none;}  /* Remove radio buttons */

.starrating > label:before {
    content: "\f005"; /* Star */
    margin: 2px;
    font-size: 1em;
    font-family: FontAwesome;
    display: inline-block;
}

.starrating > label
{
    color: #ccc; /* Start color when not clicked */
}

.starrating > .selected ~ label
{ color: #579DC5 ; } /* Set yellow color when star checked */


body.register-page{
    display:block !important;
}

.orders-table{
    font-size:0.9rem;
}
.orders-table td{
    padding:0.5rem;
}

.receipts-dashboard-restaurant-multiselect .dropdown-toggle::after {
    right: 10px;
    top: 50%;
    position: absolute;
}
