.font-large{
    font-size: large;
}
.font-larger{
    font-size: larger;
}
.font-x-large{
    font-size: x-large;
}
.font-xx-large{
    font-size: xx-large;
}
.font-xxx-large{
    font-size: xxx-large;
}
.font-small{
    font-size: small;
}
.font-smaller{
    font-size: smaller;
}
.font-x-small{
    font-size: x-small;
}
.font-xx-small{
    font-size: xx-small;
}

.table-title{
    font-size: 1.6rem;
}

.color-display{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: inline-block;
}

.table-img{
    height: 75px;
    width: 75px;
    object-fit: cover;
    object-position: center center;
    display: inline-block;
}

.edit-page-img{
    height: 100px;
    width: 100px;
    object-fit: cover;
    object-position: center center;
    display: inline-block;
}

tr, td, th {
    vertical-align: middle !important;
}

.filter-select{
    padding: 5px;
    width: 100%;
}

.filter-select-area:not(:first-child){
    margin-left: 20px;
}

.table-bordered tr, .table-bordered td, .table-bordered th{
    border: 1px solid #1e2125;
    border-collapse: collapse;
}
.logo-sm-img{
    height: 30px;
    width: 30px;
    object-fit: cover;
    object-position: center center;
    display: inline-block;
    margin-right: 15px;
}
a.btn:hover{
    color: white !important;
}
.w-fixed-400{
    width: 250px;
    max-width: 85vh;
}
.background-none{
    background: none;
}
.show-preview-img{
    max-height: 120px;
    max-width: 120px;
}
.user-avatar
{
    height: 30px!important;
    width: 30px!important;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: larger;
    object-fit: cover;
    object-position: center center;
}
.user-avatar-lg
{
    height: 50px!important;
    width: 50px!important;
    object-fit: cover;
    object-position: center center;
}
.btn-xs{font-size:11px;padding:3px 5px}
.comment
{
    font-size: smaller;
}
.comment-date{
    font-size: x-small;
}
.commenter
{
    font-size: small;
    font-weight: bold;
}
.drag-area{
    border: 2px dashed #343a40;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.drag-area.active{
    border: 2px solid #343a40;
}
.drag-area .icon{
    font-size: 100px;
    color: #343a40;
}
.drag-area-title{
    font-size: 30px;
    font-weight: 500;
    color: #343a40;
}
.drag-area span{
    font-size: 25px;
    font-weight: 500;
    color: #343a40;
    margin: 10px 0 15px 0;
}
.drag-area button{
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 500;
    border: none;
    outline: none;
    background: #343a40;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.drag-area img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.drag-area:hover
{
    cursor: pointer;

}
input.hidden-radio[type="radio"]
{
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}
input.hidden-radio[type="radio"] + .file-label
{
    cursor: pointer;
}
input.hidden-radio[type="radio"]:checked + .file-label {
    outline: 2px solid dodgerblue;
}
input.hidden-check[type="checkbox"]
{
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}
input.hidden-check[type="checkbox"] + .file-label
{
    cursor: pointer;
}
input.hidden-check[type="checkbox"]:checked + .file-label {
    outline: 2px solid dodgerblue;
}
.br-0{
    border-radius: 0;
}
.ck-small .ck-content
{
    min-height: 250px !important;
}
.ck-content{
    min-height: 500px;
}
.pointer
{
    cursor: pointer;
}
.img-fluid.check-label,.img-fluid.radio-label
{
    height: 150px;
    width: 100%!important;
    object-fit: cover;
    object-position: center center;
}

.h1-heading-text{
    font-family: "AvenyTLBU", sans-serif;
    color: #fff !important;
    font-size: 2.5rem !important;
    position: absolute;
    bottom: 10%;
    width: 65%;
}

.h1-text{
    font-size: 2.5rem;
    font-weight: bold;
    color: #030431;
    font-family: "AvenyTLBU", sans-serif;
}