.err {
    font-size: 15px;
    text-transform: inherit;
    color: red;
}

.succ {
    font-size: 15px;
    font-weight: 500;
    text-transform: inherit;
    color: #1e7124;
}

.custom-file {
	height: auto;
}

/* ************************************************************************************* */
.create-post-btn{
    color: #28738a;
    border: 2px solid #28738a;
    border-radius: 6px;
    padding: 5px 15px;
    text-decoration: none;
    background: transparent;
}
.create-post-btn:hover{
    color: #fff;
    background: #28738a !important;
    text-decoration: none;
}
.custom_status i{
    color: #42ba96;
    font-size: 22px;
    padding: 5px 5px;
}

/* Reset Select */

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    position: relative;
}

select option {
    padding: 10px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    background-color: #f9f9f9;
}

.selectBox::after {
    content: "\25BC";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 1.13rem;
    right: 12px;
    bottom: 0;
    background-color: #e9ecef;
    color: #afb0b1;
    font-size: 10px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease;
}

.subheadline {
    font-size: 18px;
    margin: 20px 0 20px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    color: #626262;
    font-weight: 500;
    line-height: 35px;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

input:not(:placeholder-shown) {
    /* background-color: #ffffff !important; */
}

input[type="radio"],
input[type="checkbox"] {
    margin-top: 1px 0 0;
    line-height: normal;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.radio label,
.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    min-width: 17px;
    min-height: 17px;
    line-height: 20px;
    margin-bottom: 0;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.radio label:before,
.checkbox label:before {
    -webkit-box-sizing: inherit;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
}

.checkbox label:before {
    top: 1.4px;
    border-radius: 3px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.checkbox label::after {
    display: inline-block;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 3.5px;
    top: 0px;
    font-size: 11px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.checkbox input[type="checkbox"]:checked+label::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}

.checkbox input[type="checkbox"]:checked+label:before {
    border-width: 8.5px;
}

.user-post-table tr td {
    vertical-align: middle;
}

.user-post-table-wrapper .dataTables_wrapper .row:nth-child(1) {
    display: none;
}
.user-post-table img{
    width: 100px;
}
.table td, .table th {
    border-top: none !important;
}
.table-bordered {
    border: none !important;
}
.table thead th {
    border-bottom: none !important;}
    .table-bordered td, .table-bordered th{
    border: none !important;
        
    }
    .sorting_asc::before,.sorting_asc:after,.sorting::before,.sorting:after{
        display: none!important;
    }
    .user-post-table tr{
        background-color: #f7f7f7;
        margin-bottom: 10px;
        cursor: pointer;
    }
    .user-post-table button,.user-post-table a{
        background: #fff;
        color: gray;
        font-size: 12px;
        border: 1px solid #e2e0e0;
        transition: all .3s ease-in-out;
    }
    .user-post-table button i,.user-post-table a i{
        color: red;
    }
    .user-post-table button:hover,.user-post-table a:hover{
        background: red;
        color: #fff;
        border: 1px solid #e2e0e0; 
    }
    .user-post-table button:focus,.user-post-table a:focus{
        background: red;
        color: #fff;
        border: 1px solid #e2e0e0; 
        box-shadow: none;
    }
    .user-post-table button:hover i,.user-post-table a:hover i{
        color: #fff;
    }
    .user-post-table button:focus i,.user-post-table a:focus i{
        color: #fff;
    }
    .card-header{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        background: #fff;
        border: none;
    }
    .card-header h6{
     padding-top: 10px;
    } 
    .card-header h6 a{
        border: 2px solid #358599;
        background-color: transparent;
        border-radius: 8px;
        padding: 8px 18px;
        color: #358599 ; 
        transition: all .3s ease-in-out;
    }
    .card-header h6 a:hover{
        background-color: #358599;
        color: #fff ;
        text-decoration: none;
    }

.post-main-heading{
    text-align: center;
    font-size: 2.1rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #28738a;
    border-color: #28738a;
}
.custom-alert{
    color: red;
}

.breadcrumb{
	background: none;
}

.btn-light{
	color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:hover{
	background-color: #cad1d8;
}

.spinner-border {
    width: 1rem;
    height: 1rem;}
    .alert.alert_success {
        position: fixed;
        z-index: 999;
        width: 600px;
        top: 100px;
        display: none;
        right: 20px;
    }

.custom_edit_link a{
    background: transparent;
    border: none;
    font-size: unset;
}
.custom_edit_link a:hover{
    background: transparent;
    border: none;
    color: unset;
}

@media only screen and (max-width:550px){
 #dataTable_wrapper .row:nth-child(1)>.col-md-6{
     display:flex !important;
     padding:0 !important;
 }   
    
    
    
    
    
    
    
    
    
    
    
}
    
    
    
    
    
    