﻿.col-form-label, .review-label2, .review-label {
    font-weight: bold !important;
}
.section-title {
    color: #2A5D7D !important;
}
.back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
    padding: 0px !important;
    margin: 0px !important;
    margin-right: 5px !important;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .back-btn:hover {
        background-color: #f0f0f0;
    }

    .back-btn i {
        font-size: 1.2rem;
        color: #2a5d7d;
    }

.badge-orange {
    background-color: #fd7e14 !important;
    color: #fff !important;
}

.badge-blue {
    background-color: #0dcaf0 !important;
    color: #000 !important;
}

.badge-gray {
    background-color: #6c757d !important;
    color: #fff !important;
}

.badge-red {
    background-color: #dc3545 !important;
    color: #fff !important;
}

.badge-green {
    background-color: #198754 !important;
    color: #fff !important;
}

.badge-yellow {
    background-color: #ffc107 !important;
    color: #000;
}

.badge-black {
    background-color: #212529 !important;
    color: #fff !important;
}

/*display the chevron button in the select2 dropdown */
.select2-selection--multiple:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #888;
}

/*hide the X (clear) button in the select2 dropdown */
.select2-selection__clear {
    display: none !important;
}
