﻿body {
}

.form-control-borderless {
    border: none;
}

    .form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }


.rounded-3 {
    border-radius: 15px;
}

label {
    font-size: 1.5rem;
}

.categoryMenu ul li {
    /*font-weight: bold;*/
    font-size: 1.5rem;
    color: #3A3A3A;
}

.d225 {
    background-color: var(--body-background-color);
    margin-top: -10px;
    border-radius: 15px;
}

    .d225 img {
        width: 30px;
    }

.i588 {
    border-radius: 10px 10px 0px 0px !important
}

.i589 {
    border-radius: 0px 0px 10px 10px !important
}

.childColapse {
    display: none;
}

.headerCollapse {
    cursor: pointer;
}

.numberOfLocation {
    font-size: 2rem;
    margin-left: -40px !important;
    margin-top: -20px !important;
    width: 50px !important;
    height: 50px !important;
}
