﻿.custom-control-label {
    position: relative;
    margin: 0.675rem 1.35rem;
    display: flex;
    width: auto;
    align-items: center;
    cursor: pointer;
}
.post-module {
    height: 185px !important;
}

    .post-module .category {
        background: #0094ff !important;
        text-align: center;
        padding: 10px;
        color: white;
        font-weight: bold;
    }

.post-content a {
    width: 100%;
}

.close_btn {
    position: relative;
}


@media (max-width: 576px) {
    .close_wrapper {
        width: 100%;
        text-align: center !important;
    }
    .close_btn {
        bottom: 10%;
    }
}


@media (min-width: 576px) {
    .close_btn {
        top: 40%;
        left: 20%;
    }
}

.select2-selection__rendered {
    line-height: 41px !important;
}

.select2-container .select2-selection--single {
    height: 45px !important;
}

.select2-selection__arrow {
    height: 44px !important;
}