.select2-selection--single {
	height: 36px !important;
}

.select2-selection--single .select2-selection__rendered {
    height: 36px !important;
    line-height: 35px !important;
}

@media (min-width: 768px) {
    .grad-shoutouts-parent-block .block-item > .card {
        height: 500px;
        overflow-y: auto;
    }
}
.grad-shoutouts-parent-block .block-item .main-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 0;
}
.grad-shoutouts-parent-block .block-item .sub-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}
.grad-shoutouts-parent-block .block-item .small-line{
    height: 2px;
    width: 20px;
    background: #3d3d3d;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-50%);
}
.grad-shoutouts-parent-block .colored-div{
    background-color: #B8D4F6;
}
.grad-shoutouts-parent-block .select2-single {
    margin: 0 auto;
}

.paginationjs .paginationjs-pages li.active>a {
    color: #000;
}

.paginationjs .paginationjs-pages li.disabled>a {
    opacity: 1;
    color: #747474;
}