/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.badge-primary {
    color: #fff;
    background: var(--fs-color-primary);
}
.table-bordered th, .text-wrap table th, .table-bordered td, .text-wrap table td {
    border: 1px solid #eaeaea;
}
.card-table tr:first-child td, .card-table tr:first-child th {
    border-top: 0;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #f6f6f6;
}
.text-center td,.text-center th{
	text-align: center;
}
.table td{
	padding: 0.75rem;
}
.text-success {
    color: #4ecc48 !important;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 3px;
}
.alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2;
}
.alert-warning {
    color: #7d6608;
    background-color: #fcf3cf;
    border-color: #fbeebc;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 100%;
    font-weight: 500 !important;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    height: auto !important;
    width: auto !important;
}
.badge-success {
    color: #fff;
    background: linear-gradient(to bottom right, #62fb62, #21a544) !important;
}
.badge-info {
    color: #fff;
    background: linear-gradient(to bottom right, #00f2fe 0%, #1e63c3 100%) !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.d-inline-flex h5{
	margin-bottom: 0;
}
.d-inline-flex p{
	margin-bottom: 0;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}