/*
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.   ***************/


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.carbonasian-related-posts {
    margin-top: 40px;
}

.carbonasian-related-posts h3 {
    text-align: center;
    margin-bottom: 20px;
}

.related-post-item {
    text-align: center;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.related-post-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.related-post-item img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.related-post-title {
    font-size: 16px;
    margin-top: 10px;
    color: #000;
    font-weight: 500;
}

.related-post-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

.related-post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 48px;
    font-size: 16px;
    line-height: 1.4;
}

/**calendar**/
.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.noPadding {
    padding-bottom: 0 !important;
}

.btfw-calendar {
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.11);
    transition: 0.3s all;
    border-radius: 10px;
    padding: 25px;
}

.btfw-calendar h3 {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}

.btfw-calendar form {
    margin: 0;
}

.form-group {
    margin-bottom: 10px !important;
}

.form-control {
    border-radius: 5px !important;
    box-shadow: unset !important;
    margin: 0;
}

button.button_calendar {
    color: #fff;
    border-radius: 5px;
    width: 200px;
    margin: 0 auto 0;
    display: block;
}

.giakham {
    text-align: center;
    display: inline-block;
    border: 1px solid #eee;
    background: #fff;
    font-size: 13px;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 15%);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 10px;
    margin: 9px 5px;
    cursor: pointer;
    min-width: 100px;
}

.giakham input[type='radio'] {
    margin-bottom: 0px !important;
}

.giakham.chon {
    border: 1px solid var(--primary-color);
}

/**alert**/
.alert {
    position: relative;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-success {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;;
    border-color: #badbcc !important;;
}

.alert-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

.giakham input[type=radio]:after {
    left: 2px;
    top: 0px;
    border-radius: 0;
    background: none;
    border: solid #fff;
    width: 8px;
    height: 10px;
    border-width: 0 4px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.giakham input[type=radio]:checked {
    border: 4px solid #00bb06;
    background: #00bb06;
}

.giakham input[type=radio]:checked:after {
    opacity: 1;
}