.text-red{
    color: #E8130C;
}

.max-vh-13{
    max-height: 13vh;
}

.background-white{
    background-color: #ffffff;
}
.font-size-normal{
    font-size: 1.2rem;
}
.font-size-img-text{
    font-size: 1rem;
}
.font-size-sm{
    font-size: 1rem;
}
.font-size-title{
    font-size: 1.3rem;
    font-weight: bolder;
}

.font-size-title-2{
    font-size: 1rem;
    font-weight: bolder;
}

.dropdown-border{
    border: 1px solid #6c757d !important;
}

.mobile-header{
    height: 30px;
}

.dropdown-flip > .dropdown-toggle::after{
    all: unset
}

.dropdown-flip > .dropdown-toggle::before{
    font-family: "Material Icons";
    content: "filter_list";
}
.post-img{
    border: 1px solid #000000;
}

.border-all-radius{
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.bottom-shadow{
    box-shadow: inset 0px -5rem 1.4rem rgb(0 0 0 / 40%);
}

.img-box-shadow{
    position: relative;
    z-index: -1;
    vertical-align: top;
}
img.img-border{
    max-height: 31vh;
}

.font-gray{
    color: #ababab;
}
.little-square{
    height: 3rem;
    width: 3rem;
}
.little-square-2{
    height: 2rem;
    width: 2rem;
}

.position-tag{
    top: 0.7rem;
    right: 1rem;
    border-radius: 50%;
}
.switch-icon-position{
    right: 1rem;
    top: 1rem;
}

.comment-tag-border{
    border: 1px solid #E8130C;
    border-radius: 30px;
}

.border-bottom-block{
    border-bottom: 1px solid #dbdbdb;
}

.background-gray{
    background-color : #EEEEEE;
}
.btn-disabled{
    background: #9E6563;
}

.form-check-input:checked {
    background-color: #E8130C;
    border-color: #E8130C;;
}
.pl-6px{
    padding-left: 6px !important;
}
.bottom-shadow{
    box-shadow: inset 0px -2rem 1.4rem rgb(0 0 0 / 40%);
}
.border-all-radius{
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.img-box-shadow{
    position: relative;
    z-index: -1;
    vertical-align: top;
}
.img-circle{
    border-radius: 50%;
}
.img-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}
.img-wrap img  {
    position: absolute;
    width: 100%;
}
.swiper-height{
    height: 9rem !important;
}
