/*
Template:       neeon
Theme Name:     Neeon Child Theme
Theme URI:      http://radiustheme.com/demo/wordpress/themes/neeon
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Neeon is an Responsive News, Blog & Magazine WordPress Theme.
Version:        1.0
Text Domain:    Neeon
Tags: theme-options, featured-images, post-formats, one-column, two-columns, right-sidebar, custom-background, custom-header, editor-style, sticky-post, threaded-comments, translation-ready
License:   	  Envato split License
License URI:  https://themeforest.net/licenses/terms/regular
*/

.content-area .share-box-header{
	display: none;
}

#comments #respond #comment_form .rtrs-form-group.rtrs-hide-reply .rtrs-rating-category{
	display: none;
}

.post-share .share-links a.coppy-link-share-button{
	background: #e13138;
}

.copy-link-msg {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b2f2bb; /* Xanh lá nhạt */
    color: #2f8f2f;           /* Xanh lá đậm */
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

/* Khi hiển thị thông báo */
.copy-link-msg.show {
    opacity: 1;
    top: 30px;
}

.post_wrapper_3 .elementor-post .elementor-post__title a{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post_wrapper_2 .elementor-post .elementor-post__title a{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
} 

#form_register_tournament #fluentform_7 {
	margin: 40px auto;
    max-width: 800px;       /* Giới hạn chiều rộng */
    padding: 30px;          /* Khoảng cách bên trong */
    background-color: #fdfdfd; /* Màu nền nhẹ */
    border-radius: 15px;    /* Bo góc */
    box-shadow: 0 10px 25px rgba(0,0,0,0.1); /* Bóng mờ */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Tiêu đề form */
#form_register_tournament #fluentform_7 lable {
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}

/* Button trong form */
#form_register_tournament #fluentform_7 button {
    display: block;
    width: 100%;
    padding: 12px 20px;
    margin-top: 20px;
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover effect cho button */
#form_register_tournament #fluentform_7 button:hover {
    background: linear-gradient(135deg, #2575fc, #6a11cb);
    transform: translateY(-2px);
}

.sidebar-widget-area #rt-categories-1{
	display:none;
}

#comments.comments-area h4{
	margin-bottom: 15px;
}

#comments.comments-area .comment-list>.comment.main-comments{
	border-bottom: 1px solid #000;
	margin-top: 10px;
}

#comments.comments-area .pull-left.imgholder img{
	max-width: 45px;
	margin-right: 15px;
}

#comments.comments-area .comment-list>.comment.main-comments .children{
	border-left: 1px solid #ccc !important;
	padding-left: 10px !important;
}

#comments.comments-area .comment-list>.comment.main-comments .each-comment{
	margin-bottom: 16px;
}

#comments.comments-area form #comment{
	height: 80px;
}

#comments.comments-area .form-submit #submit{
	line-height: 1;
	padding: 15px;
}

.two_line .elementor-heading-title a{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===== FORM WRAPPER ===== */
.elementor-form {
    background: #ffffff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

/* ===== LABEL ===== */
.elementor-form .elementor-field-label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #333;
    font-size: 14px;
}

/* ===== INPUT / SELECT / DATE ===== */
.elementor-form .elementor-field {
    
    
    border-radius: 8px;
    font-size: 14px;
    transition: 0.25s;
    
}

.elementor-form .elementor-field:focus {
    border-color: #0073e6;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0,115,230,0.15);
}

/* ===== SELECT WRAPPER ===== */
.elementor-form .elementor-select-wrapper select {
    padding-right: 30px !important;
}

/* ===== CHECKBOX STYLE ===== */
.elementor-form input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #0073e6;
    margin-right: 8px;
}

.elementor-field-group-field_c92df31 label {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 6px;
}

/* Nhóm checkbox */
.elementor-field-group-field_c92df31 {
    
    padding: 15px;
    border-radius: 10px;
    
}

/* ===== SUBMIT BUTTON ===== */
.elementor-form .elementor-button {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    background: #0073e6;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.25s;
}

.elementor-form .elementor-button:hover {
    background: #005bb5;
	border-radius: 10px;
}

/* ===== SPACING ===== */
.elementor-form .elementor-field-group {
    margin-bottom: 20px;
}

/* ===== FILE UPLOAD ===== */
.elementor-upload-field {
    background: #fafafa;
    padding: 10px;
    border-radius: 8px;
}

.icon_require{
	color: red;
}

.form_register_tourement form{
	max-width: 800px;
	margin: auto;
}

.elementor-field-group-rank1 a,
.elementor-field-group-rank2 a{
	font-style: italic;
    color: #004CFF;
}

.post.type-post p:not(.has-text-align-right):not(.has-text-align-center) {
    text-align: justify;
}

.btn_tin_nong{
	background-image: none !important;
	background-color: #0032A1 !important;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 5px !important;
}

.author-widget a{
	background-color: #FFF !important;
    color: #0032A1;
}

.not_ranking{
	font-weight: 400;
}

.rt-cat-description p{
	display: none;
}

.rt-cat-description h2{
	text-transform: uppercase;
}

.elementor-search-form__container{
	background-color: rgba(0, 0, 0, 0.7) !important;
}

.elementor-search-form__container input{
	max-width: 500px;
    margin: auto !important;
    border-radius: 5px !important;
    padding: 5px 0 !important;
}

.elementor-search-form__container .dialog-lightbox-close-button.dialog-close-button{
	display: none;
}

.text_lien_he h2{
	font-size: 16px !important;
}

#form-field-reCapcha .grecaptcha-badge{
	z-index: 3;
}

.wrapper_download_app .text_download_app h2{
	text-align: center;
}

.wrapper_download_app .btn_download_app{
	display: flex;
    flex-direction: row;
    gap: 10px;
	justify-content: center;
    margin-top: 10px;
}

.wrapper_download_app .btn_download_app .elementor-widget{
	width: max-content;
}

/* ===== RESPONSIVE ===== */
@media (min-width: 768px) {
    .elementor-form .elementor-col-50 {
        width: 48%;
        float: left;
        margin-right: 4%;
    }
    .elementor-form .elementor-col-50:nth-child(2n) {
        margin-right: 0;
    }
}
