.comment-reply{
    margin-left: 80px;
}
/* Styles for image cropper */
.image-container {
    /* Never limit the container height here */
    max-width: 100%;
}

.image-container > img {
    /* This is important */
    max-width: 100%;
    max-height: 450px !important;
}

@media screen and (max-height: 800px) {
    .image-container > img {
        /* This is important */
        max-width: 100%;
        max-height: 320px !important;
    }
}
.rates i{
    font-size: 50px;
    position: relative;
    bottom: 12px;
}

.rates-container{
    margin-top: 14px;
    margin-bottom: -16px;
}
.clear-collapsible{
    border: none;
    box-shadow: none;
}
.no-float{
    float: none !important;
}
#ajaxAlert .modal-footer:empty{
    display: none;
}
.head-title{
    color: var(--color-dark-blue);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px !important;
}
.id-img{
    max-height: 300px;
}
.text-bold{
    font-weight: bold;
}
.clickable-container :hover{
    cursor: pointer;
}
.rate-img{
    height: 40px;
}
.form-rate-img{
    height: 40px !important;
    position: absolute;
    left: -8px;
    top: 25px;
}
.trade-text{
    color: #ffc83d;
}
.select2-dropdown--below{
    z-index: 99999 !important;
}
.select2-selection--multiple > ul > li > span.select2-selection__choice__remove{
    float: right;
    visibility: hidden;
}
.select2-selection--multiple > ul > li > span.select2-selection__choice__remove:before{
    content: 'x';
    visibility: visible;
}
.select2-selection--multiple > ul > li > p{
    margin-bottom: 0px;
}
.select2-selection--multiple > ul > li.select2-search--inline, .select2-selection--multiple > ul > li.select2-search--inline > input.select2-search__field{
    width: 100% !important;
}
.select2-results__option[aria-selected=true] {
    display: none;
}