/** s-combined.css **/

/** style.css **/
	/* СБРОС */
		* {
			margin: 0;
			padding: 0;
			border: 0;
			box-sizing: border-box;
			font-size: 100%;
			font: inherit;
			vertical-align: baseline;
		}

		body {
			line-height: 1;
		}

		ol, ul {
			list-style: none;
		}

		table {
			border-collapse: collapse;
			border-spacing: 0;
		}

		img, video {
			max-width: 100%;
			height: auto;
		}
	/* END СБРОС */

	/* Общие */
		body{
			/*font-family: 'Noto Color Emoji', Arial, sans-serif;*/
			/*font-family: 'Noto Sans', 'Noto Color Emoji', sans-serif;*/
			font-family: Arial, sans-serif; 
			font-weight: bold;
			letter-spacing: 0.04em;
			background-color: #f5f5f5;
		    display: flex;
			flex-direction: column;
			align-items: center;
			min-height: 100vh;
		}
		.body_only_body{
			justify-content: center;
		}
		.text_center{text-align: center;}
		h1{font-size: 2em; margin: 20px 0; }

		.cleaner{width: 100%; clear: both;}
		.separator{ height: 2px; background-color: #ccc; margin: 20px 15px;}

		.bgr_orang { background-color: #ff5733; }
		.bgr_blue { background-color: #00b7eb; }
		.bgr_gray { background-color: #ccc; }
		.bgr_violet { background-color: #8502b3; }
		.bgr_black{background-color: black;}

		.btn{
			vertical-align: middle;
		    padding: 6px 25px 5px 25px;
		    line-height: 16px;
		    border-radius: 10px;
		    text-align: center;
		}
		.btn_grey{ background-color: #969696; color: #fff; }
		.btn_violet{ background-color: #8502b3; color: #fff; }
		.bgr_red{ background-color: #e60202; color: #fff; }
		.bgr_ea{ background-color: #eaeaea; }
		.bgr_fff{ background-color: #fff; }
		.bgr_green { background-color: #057461; }

		.error_messages{
			background-color: #fddfdf;
			border: 2px solid #840000;
			color: #840000;
			padding: 20px;
			line-height: 24px;
		}

		.display_no{ display: none; }
		.no_display{ display: none !important; }

		/* .header */
			.header{
				background-color: #000;
				color: #fff;
				width: 100%;
				padding: 10px 15px;
				position: fixed;
				top: 0;
				z-index: 999;
			}
			.header_container{
				display: flex;
				justify-content: space-between;
				align-items: center;
				width: 100%;
				max-width: 600px;
				margin: auto;
			}
			.logo {
				font-size: 24px;
				font-weight: bold;
				margin: 0;
				text-align: left;
			}
			.settings-icon {
				font-size: 24px;
				cursor: pointer;
			}
			.btn_favorit, .btn_kubok, .btn_administrirovanie_page, .btn_download_csv_page{ width: 25px; height: 25px; cursor:pointer; }
			.btn_favorit.active {
				color: #ff5733;
			}
			.wrap_header_btn_icon {
				display: flex;
				justify-content: flex-end;
				gap: 20px;
			}
		/* END .header */

		.container {
			width: 100%;
			max-width: 600px;
			padding: 20px;
			margin: 0 auto;
			margin-top: 55px;
		}

		/* footer.php .wrap_bottom_bar */
			.wrap_bottom_bar{
				background-color: #000;
				position: fixed;
				bottom: 0;
				width: 100%;
				padding: 10px 15px;
				/*z-index: 999;*/
			}
			.bottom_bar{
				width: 100%;
				max-width: 600px;
				margin: auto;
				display: flex;
				justify-content: space-around;
			}
			.bottom_bar a:hover{}
			.nav_btn{
				background: none;
				border: none;
				color: white;
				font-size: 24px;
				cursor: pointer;
			}
			.btn_icon_zak{
				margin-top: 5px;
			}
			.icon_left_btn{ margin-top: 5px; }
			.bottom_bar .nav_btn{font-size: 27px; line-height: 27px;}
			.bottom_bar .nav_btn i{margin-top: 6px;}

			.footer_nav_btn_1:hover .icon_left_btn {
			    content: url('/img/icon_left_btn_Orang.svg');
			}
			.footer_nav_btn_2:hover .btn_icon_zak {
			    content: url('/img/icon_zak_Orang.svg');
			}
			.footer_nav_btn_3:hover{ color: #ff5733; }
		/* END .wrap_bottom_bar */
	/* END Общие */


	/* .feed */
		.feed{
			display: flex;
			flex-direction: column;
			gap: 10px;
			margin-bottom: 80px;
		}
		.card {
			border: 2px solid #ff5733;
			border-radius: 10px;
			padding: 10px;
			background-color: white;
			text-align: left;
			font-weight: bold;
		}
		.card.favorites_card{ display:none; }
		.card.card_invitations_this_user{ background-color: #fff6e2; }
		.user-info {
			display: flex;
			align-items: flex-start;
			gap: 5px;
			margin-bottom: 10px;
		}
		.avatar {
			font-size: 50px;
		    width: 50px;
			height: 50px;
			border-radius: 50%;
			border: 2px solid #000;
			overflow: hidden;
			text-align: center;
			color: #808080;
			line-height: 50px;
		}
		.avatar.user_foto{
			width: 50px;
			height: 50px;
			border-radius: 50%;
		}
		.user_details{ flex: 1; }
		.modal-body .wrap_user_bio{ margin-top: 0px; }
		.card h2{ font-size: 20px; margin-bottom: 10px;}
		.card_content{ 
			color: #6b6b6b; 
			font-size: 15px; 
			line-height: 17px;
			height: 36px;
			overflow: hidden;
		}
		#modal_Respuestas .card_content{ height: auto; }
		.wrap_user_bio { 
			display: flex; 
			flex-wrap: wrap; 
			justify-content: space-between; 
		}
		.wrap_user_bio > :last-child{
			margin-left: auto; /* Прижимает второй блок вправо */
		}
		.wrap_user_bio h2{ margin-bottom: 2px; float: left;}
		.wrap_user_bio_Respuestas{ display: block; }
		.wrap_user_bio_Respuestas h2{float: none;}
		.wrap_Hace_Verificado{ display: flex; justify-content: space-between; }

		.modal_user_info{  }
		.wrap_trash_icon{
			width: 35px;
			cursor: pointer;
			padding-left: 5px;
		}
		.Hace{font-weight: normal; color: #6b6b6b; font-style: italic; font-size: 14px; margin-top: 5px;}
		#ajax_response .Hace{ margin-top: 0px; }
		.modal_user_info .Hace{ margin-top: 1px; }
		.modal_user_info .Hace_modal{ margin-top: 0px; }
		.wrap_adres_distance{ text-align:right; margin-top: 5px; }
		.adres, .distance{ display: inline-block; }
		.distance{ 
			font-size: 16px; 
			width: 85px; 
			text-align: right; 
			margin-top: 5px;		
		}
		.wrap_wrap_user_bio_info{
			display: flex;
			align-items: flex-start;
			justify-content: flex-end;
		}
		.card_footer_tags{
			display: flex;
			width: 100%;
			align-items: flex-end;
		}
		#card_modal_content .card_footer_tags{ display: block; }

		.card_footer_invitations_this_user{
			margin-top: 10px;
			display: flex;
			justify-content: flex-end;
			gap: 10px;
		}
		
		.tags {
			flex: 1; 
			display: flex;
			flex-wrap: wrap;
			gap: 7px;
			margin: 10px 0 0 0;
		}
		/*.UN_modal_card .tags{ height: 24px; overflow: hidden; }*/
		.tag {
			padding: 5px 8px;
			border-radius: 5px;
			font-size: 12px;
			line-height: 12px;
			color: white;
			height: 22px;
		}
		.UN_modal_card .card_footer_tags{display: block;}
		.UN_modal_card .tags{ height: 28px; overflow: hidden; }
		.UN_modal_card .actions{
			margin-top: 10px;
			float: right;
		}
		.actions {
			align-self: flex-end;
			display: flex;
			justify-content: flex-end;
			gap: 10px;
			width: 160px;
			padding-left: 15px;
		}
		.action-btn {
			width: 30px;
			height: 30px;
			border-radius: 50%;
			border: none;
			font-size: 20px;
			line-height: 20px;
			cursor: pointer;
			/*background-color: transparent;*/
			/*background-color: #333;*/
		}
		.action-btn.favorites{ background-color: #333; }
		.action-btn.favorites img{ margin-top: 5px; }
		.action-btn.accept { background-color: #333; color: white; }
		.action-btn.reject { background-color: #ff5733; color: white; font-size: 24px; line-height: 20px;}
		.action-btn.whatsapp{
			font-size: 34px;
			line-height: 34px;
			margin-top: -2px;
			color: #000;
		}
		.action-btn.whatsapp a{ color: #000; }
		
		.plus-btn-container {
			display: flex;
			justify-content: center;
			margin: 20px 0 60px 0;
			box-sizing: border-box; 
			position: fixed;
			bottom: 20px;
			left: 50%;
			transform: translateX(-50%);
		}
		.tag_plus{
			display: flex;
			align-items: center;
			justify-content: center;
			width: 40px;
			height: 40px;
			background: #fff;
			border: 3px solid #000;
			border-radius: 50%;
			color: #000;
			font-size: 32px;
			font-weight: 600;
			cursor: pointer;
		}

		.view-more-btn, .btn_Volver{cursor: pointer;}
		.view-more-btn{
			float: right;
			display: block;
			margin-top: 5px;
			height: 22px;
		}
		.btn_mensajes{ height: 22px; margin-top: 5px; }
		.btn_mensajes.bgr_violet{ cursor: pointer; }

		.card_invitations_this_user .btn_violet{ cursor: pointer; }

		.card_modal_overlay {
		    position: fixed;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 100%;
		    background: rgba(0, 0, 0, 0.5);
		    z-index: 999;
		    display: flex;         
		    justify-content: center; 
		    align-items: center;    
		}

		#card_modal_content {
			width: 100%;
		    max-width: 560px;         
		    max-height: 80vh;       
		    overflow-y: auto;
		    border: 2px solid #ff5733;
		    border-radius: 10px;
		    padding: 20px;
		    margin: 15px;
		    background-color: #fff;
		    text-align: left;
		    font-weight: bold;
		}
		#card_modal_content .wrap_user_foto{ margin-top: 10px; }
	/* END .feed */


	/* event */
		.event_card{
			display: flex;
			margin-bottom: 10px;
		}
		.event_div_foto{
			min-width: 112px;
			height: 112px;
			background-size: cover;
			border: 2px solid #000;
			border-radius: 10px;
			overflow: hidden;
			margin-right: 8px;
		}
		.event_info{ flex: 1; }
		.event_info .wrap_user_bio h2{ margin-bottom: 0px; margin-top: 0;}
		/*.event_info .card_content{ font-size: 15px; line-height:17px; }*/
		.event_content{ height: 33px; }
		.event_details{ margin-top: 7px; }
	/* END event */


	/* 13-eventPopap */
		#modal_Event .wrap_user_bio{
			display: flex;
			justify-content: space-between;
			font-size: 20px;
			margin-bottom: 10px;
		}
		#modal_Event .wrap_user_bio .distance { font-size: 20px; width: 120px;}
		#modal_Event .wrap_user_bio h2{ text-align:left; }
		#modal_Event .user_foto{ 
			width: 80px; 
			height: 80px; 
			background-size: cover;
			border-radius: 10px;
		}
		#modal_Event .wrap_user_foto{ margin-bottom: 10px; }
		#modal_Event .card_content{ text-align:left; }
		#modal_Event .event_details{
			text-align:left;
			margin-bottom: 10px;
		}
		#modal_Event .event_time{
			color: #6b6b6b;
		    font-size: 15px;
		    line-height: 17px;
		    text-align: left;
		}
		#modal_Event .btn_Volver{
			margin-top: 20px;
			float: right;
			cursor: pointer;
		}
	/* END 13-eventPopap */


	/* login */
		.emoji_bar{
			font-size: 24px;
			margin-bottom: 20px;
		}
		@media (max-width: 450px){
			.emoji_bar{ font-size: 17px; }
		}
		.podzag_login{ font-size: 18px; line-height: 22px; margin: 10px }
		.form_group{ position: relative; margin: 15px 0; }
		.form_group input {
			width: 100%;
			padding: 15px 10px 13px 45px;
			font-size: 16px;
			font-weight: bold;
			border: 1px solid #ccc;
			border-radius: 10px;
			box-sizing: border-box;
		}
		.form_group .icon {
			position: absolute;
			left: 15px;
			top: 46%;
			transform: translateY(-50%);
			font-size: 20px;
		}
		.create_btn {
			width: 100%;
			padding: 15px 10px 13px 10px;
			background-color: #ff5733;
			color: white;
			font-size: 16px;
			font-weight: bold;
			border: none;
			border-radius: 10px;
			cursor: pointer;
			margin-bottom: 15px;
		}
		.login_link a {
			color: #8b5cf6;
			text-decoration: none;
		}
	/* END login */


	.plus-btn-container a{ text-decoration: none; }
	#div_btn_plus:hover{ background: #e65c00; }
/** END style.css **/



/** profil.css **/

    .body_profil{
    	justify-content: flex-start;
    }
    .profil{ 
    	display: flex;
    	flex-direction: column;
    	gap: 10px;
    	margin-bottom: 75px;
    }
    .avatar_profil{
    	width: 177px;
    	height: 177px;
    	margin: auto;
    	text-align: center;
    	font-size: 177px;
    	color: #666;
    	border: 2px solid #000;
    	border-radius: 50%;
    	overflow: hidden;
    }
    .btn_profil{ margin: auto; padding: 10px; width: 137px;}
    .btn_Cambiar{margin-top: -20px; cursor: pointer;}
    /*.galery_wrapper{
        width: 100%;
        max-width: 525px;
        position: relative;
        overflow: hidden;
    }*/
    /*.galery_profil{
    	display: flex;
    	width: 100%;
    	justify-content: center;
    	overflow: hidden;
    	white-space: nowrap;
    	gap: 5px;
    }*/
    /************************************/
    .galery_wrapper {
            
            max-width: 525px;
            position: relative;
            overflow: hidden;
            margin: auto;
        }

        .galery_profil {
            display: flex;
            gap: 5px;
            /*justify-content: center;*/
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            padding: 10px 0;
            
            -webkit-overflow-scrolling: touch;
            width: 100%;
            max-width: 525px;
            margin: auto;
        }
        @media (max-width: 460px){
            .galery_wrapper{
                width: 100%;
                max-width: 275px;
                padding: 0;
                margin: auto;
                overflow-x: auto;
            }
            .galery_profil{
                    justify-content: center;
                width: fit-content;

                /*min-width: 80px;
                max-width: 325px;
                margin: auto;*/
                /*margin: 0 -20px;
                padding: 0 0 0 20px;*/
            }
        }

        .foto_galery_profil {
            width: 80px;
            height: 80px;
            background-size: cover;
            flex-shrink: 0;
            border-radius: 8px;
            scroll-snap-align: center;
        }

        /* Улучшенный скроллбар */
        .galery_profil::-webkit-scrollbar {
            height: 4px;
        }
        .galery_profil::-webkit-scrollbar-track {
            background: #f1f1f1;
        }
        .galery_profil::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 2px;
        }
        .galery_profil::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
    /*************************************/
    .galery_Edit_profil{
        justify-content: space-between;
    }
    .foto_galery_profil{
    	width: 80px;
    	height: 80px;
    	background-size: cover;
    	flex-shrink: 0;
    	border-radius: 8px;
    }
    .data_profil{
    	width: 100%;
    	padding: 5px 15px;
    	border: 1px solid #9d9d9d;
    	border-radius: 10px;
    	font-size: 18px;
    	line-height: 24px;
    }
    #form_eidtProfil .data_profil{ margin-bottom:10px; }
    .wrap_btn_form_eidtProfil{ width: 100%; text-align: center; }
    #btn_form_eidtProfil{padding: 10px; width: 137px; margin: auto; cursor: pointer;} 
    #btn_form_eidtProfil:hover{background-color: #5b027a;}
    .tags_profil .tag{
    	line-height: 12px;
    }
    .tags_editProfile .tag{cursor: pointer;}

    #uploadForm{text-align: center;}
    #uploadForm .tag{cursor: pointer;}



    /* === МОДАЛКА ЗАГРУЗКИ ФОТО В ГАЛЕРЕЮ === */
    	/* ====== СЛАЙДЕР ====== */
        .slider {
            display: flex;
            justify-content: space-between;
            max-width: 560px;
            width: 100%;
            overflow: hidden;
        }

        /* Миниатюра */
        .foto_galery_profil {
            width: 80px;
            height: 80px;
            background-size: cover;
            background-position: center;
            flex-shrink: 0;
            position: relative;
        }

        /* Заглушка */
        .foto_placeholder {
            width: 80px;
            height: 80px;
            background-color: #e0e0e0;
            flex-shrink: 0;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* ====== КНОПКИ ВНУТРИ МИНИАТЮР ====== */
        .thumbnail-btn {
            position: absolute;
            width: 24px;
            height: 24px;
            background-color: #969696;
            color: white;
            font-weight: bold;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            border-radius: 50%;
            cursor: pointer;
            user-select: none;
        }

        /* Кнопка удаления (−) */
        .thumbnail-btn.remove {
            top: 2px;
            right: 2px;
        }

        /* Кнопка добавления (+) */
        .thumbnail-btn.add {
            width: 32px;
            height: 32px;
            font-size: 20px;
            line-height: 32px;
        }

        /* ====== КНОПКА Editar / Save ====== */
        .btn_profil {
            /*margin: 20px auto;*/
            padding: 10px;
            width: 137px;
        }

        .btn_grey {
            background-color: #969696;
            color: #fff;
        }

        .btn {
            vertical-align: middle;
            line-height: 16px;
            border-radius: 10px;
            text-align: center;
            cursor: pointer;
        }

        #Volver_al_perfil{ width: 185px; }
        #link_btn_Verificarme{color: #fff; text-decoration: none;}
        #link_btn_Verificarme:hover{background-color: #e60202;}

        /* ====== МОДАЛЬНОЕ ОКНО ====== */
        #uploadModal {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
            justify-content: center;
            align-items: center;
        }

        /* Контейнер модального окна */
        .modal-content {
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            width: 300px;
            max-width: 90vw;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
            position: relative;
        }

        /* Крестик закрытия */
        .close-modal {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 18px;
            font-weight: bold;
            cursor: pointer;
        }
    /* === END МОДАЛКА ЗАГРУЗКИ ФОТО В ГАЛЕРЕЮ === */
/** END profil.css **/



/** pop-up.css **/
	.modal-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.7);
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 1000;
	}

	.modal-overlay.hidden {
		display: none;
	}

	.modal-content {
		background: #fff;
		border: 2px solid #000;
		border-radius: 12px;
		width: 100%;
		max-width: 570px;
		padding: 20px 15px 15px 15px;
		position: relative;
		box-shadow: 0 4px 12px rgba(0,0,0,0.15);
		overflow-y: auto;
		overflow-x: hidden;
	/*  max-height: 90vh;*/
	}

	/* Кнопка закрытия */
	.close-btn {
		position: absolute;
		top: -2px;
		right: -2px;
		background: #ccc;
		border: 1px solid #fff;
		border-radius: 50%;
		width: 28px;
		height: 28px;
		font-size: 16px;
		line-height: 1;
		cursor: pointer;
	}

	/* Немного отступов внутри тела модалки */
	.modal-body {
		margin-top: 10px;
	}

	/* Если захотите переопределить стили для карточки внутри модалки: */
	.modal-body .card {
		border: none;
		padding: 0;
		box-shadow: none;
	}
	/**************************/
	.modal_card .user-info{display: none;}
	.modal_card .avatar {
			font-size: 75px;
			width: 75px;
			height: 75px;
			border-radius: 50%;
			border: 2px solid #000;
			overflow: hidden;
			text-align: center;
			color: #808080;
			line-height: 50px;
			flex-shrink: 0;
		}
	.wrap_user_header{
		display: flex;
		align-items: flex-start;
		gap: 5px;
	}
	.modal_user_details{ flex: 1; width: 100%;}
	/*.wrap_user_bio{
		display: flex;
		align-items: flex-start;
	}*/
	.wrap_user_bio h2{ flex: 1; margin-right: 5px;}
	.wrap_user_foto{
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		gap: 3px;
		margin: 0;
		overflow: hidden;
		width: 100%;
	}
	#ajax_response .wrap_user_foto{ margin-bottom: 10px; }
	.less_450{ display:none; justify-content: flex-end; }
	.user_foto{
		flex: 0 0 auto;
		width: 50px; 
		height: 50px; 
		flex-shrink: 0;
		border-radius: 5px;
		overflow: hidden;
	}
	.modal_card_content{ color: #6b6b6b; font-size: 16px; margin-top: 10px; }
	.modal_dop{ display:flex; color: #6b6b6b; font-size: 16px; margin-top: 10px;}
	.modal_dop span{ 
		background-color: #8502b3; 
		display: inline-block; 
		min-width: 25px; 
		height: 25px; 
		line-height: 25px;
		text-align: center;
		vertical-align: middle;
		color: white;
		border-radius: 5px;
	}
	.wrap_Invito{ margin-left: 15px; }
	.modal_card_footer{
		margin-top: 30px;
		display: flex;
	}
	.wrap_modal_card_footer_btn .cleaner { display: none; }
	@media (max-width: 430px){
		.modal_card_footer, .btn_Volver, #Reportar{
			display: block;
		}
		#Reportar{ margin-top: 5px; }
		.btn_Volver{ float: left; }
		#Reportar{ float: right; }
		.wrap_modal_card_footer_btn .cleaner { display: block; }
		.modal_card_footer .actions{
			margin: auto;
			margin-top: 20px;
			justify-content: center;
		}
	}
	.btn_Volver{ 
		background-color: #666; 
		color: #fff;
		display: inline-block; 
		vertical-align: middle;
		padding: 6px 25px 5px 25px;
		line-height: 16px;
		border-radius: 10px;
		margin-right: 10px;
	}
	.wrap_modal_card_footer_btn{ flex: 1; height: 27px; }
	.wrap_modal_card_footer_btn a { color:#666; }
	.wrap_a_Reportar{ padding-top: 5px; display: inline-block;}

	.modal_card{ display: none; }
	.modal-body .modal_card{ display: block; }
	.modal-body .UN_modal_card{ display: none; }
/** END pop-up.css **/



/** popaps-2.css **/
	/** popap-5 ****************/

	.btn_openModal{
		margin: auto;
		padding: 20px;
		background-color: #888;
		cursor: pointer;
	}
	#modal_1 button { background-color: #666; }
	#modal_2 button { background-color: #ff6200; }
	#modal_4 button.exit { background-color: #666; float: left; width: 110px; text-align: center;}
	#modal_4 button.next { background-color: #ff6200; float: right;  width: 110px; text-align: center;}

	button:hover { background: #e65c00; }

	#modal_3 textarea {
				width: 100%;
				height: 100px;
				margin-bottom: 10px;
				padding: 5px;
				border: 1px solid #ccc;
				border-radius: 5px;
				resize: none;
				margin-top: 20px;
			}

	.overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.7);
		z-index: 999;
	}
	.wrap_modal_3_buttons{
		display: flex;
		justify-content: center;
	}
	.modal_3_button { height: 36px; }
	.modal_3_button.btn_modal_ok{ margin-top: 0; }
	/** popap-5 ****************/
/** END popaps-2.css **/



/** crear-un-kazemo.css **/
    .modal_polsun{
        max-height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 30px;
    }

    .container_Crear h2{font-size: 20px;}
    .modal_polsun label {
        display: block;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 5px;
        text-align: left;
        font-size: 16px;
    }
    #label_description{ margin-top: 0; }

    .modal_polsun textarea {
        width: 100%;
        height: 80px;
        padding: 10px;
        border-radius: 10px;
        border: 1px solid #ccc;
        resize: none;
    }
    .wrap_label_description{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
    }
    .char_count{
        text-align: right;
        font-size: 0.8em;
        line-height: 16px;
        color: #ccc;
        margin-top: 5px;
    }

    .button_group {
        position: relative; /* важно для absolute дочерних элементов */
        display: flex;
        flex-wrap: wrap; /* кнопки переносятся на новую строку */
        gap: 8px; /* расстояние между кнопками */
        border-radius: 10px;
        border: 1px solid #ccc;
        padding: 10px;
        min-height: 40px; /* чтобы место под label не схлопнулось */
    }

    .button_group.voy-con-group, .button_group.invito-a-group{ padding-right: 75px; }

    .modal_polsun .button_group button {
        padding: 3px 15px;
        border-radius: 10px;
        border: none;
        background: #969696;
        color: #fff;
        cursor: pointer;
        font-weight: bold;
        flex-shrink: 0; /* чтобы кнопки не сжимались */
    }
    .modal_polsun .button_group button.selected{background-color: #ff6200;}

    .modal_polsun .button_group .label {
        position: absolute;
        bottom: 5px;
        right: 10px;
        color: #ccc;
        font-size: 12px;
        white-space: nowrap;
    }

    .button_footer{margin-bottom: 30px;}

    .modal_polsun .button_footer button{
        color: #fff;
        padding: 10px 22px;
        cursor: pointer;
        border-radius: 10px;
        font-size: 16px;
        line-height: 16px;
        margin-top: 30px;
        text-align: center;
    }
    .modal_polsun .btn_secondary{
       background-color: #666;
        float: left;   
    }
    .modal_polsun .btn_primary{
        background-color: #ff6200;
        float: right;
    }
    @media (min-width: 431px) {
        .modal_polsun .btn_secondary, .modal_polsun .btn_primary{
            width: 170px;
        }
    }

    .form-section .input_adres{
        border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 40px;
    width: 100%;
    }
    /****************/
    .age_range{
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 0 10px 0 10px;
        width: 100%;
    }
    .age_range_count{
        position: absolute;
        right: 20px;
        margin-top: -27px;
    }

    .age_range_container {
        margin: 20px auto;
        font-family: Arial, sans-serif;
    }

    .age_range_container {
        
    }

    .form-section {
        margin-bottom: 25px;
    }

    .form-section label {
        display: block;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .section_wrap_slider{
        position: relative;
    }
    .age_range_count{
        position: absolute;
        right: 0px;
        margin-top: -33px;
        font-weight: bold;
    /*    color: #8502b3;*/
    }

    .slider-container {
        width: 100%;
        position: relative;
        height: 40px;
        display: flex;
        align-items: center;
        margin-top: 0px;
    }

    /* Фоновая дорожка */
    .slider-track {
        position: absolute;
        width: 100%;
        height: 8px;
        background: #ddd;
        border-radius: 5px;
        top: 50%;
        transform: translateY(-50%);
    }

    /* Активная область между ползунками */
    .slider-range {
        position: absolute;
        height: 8px;
        background: #ff5733;
        border-radius: 5px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .slider {
        -webkit-appearance: none;
        width: 100%;
        height: 40px;
        background: transparent;
        outline: none;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 22px;
        height: 22px;
        background: #8502b3;
        border-radius: 50%;
        cursor: grab;
        pointer-events: all;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        position: relative;
        z-index: 3;
        border: 2px solid white;
    }

    .slider::-moz-range-thumb {
        width: 22px;
        height: 22px;
        background: #8502b3;
        border-radius: 50%;
        cursor: grab;
        pointer-events: all;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        position: relative;
        z-index: 3;
        border: 2px solid white;
    }

    .slider::-webkit-slider-track {
        background: transparent;
    }

    .slider::-moz-range-track {
        background: transparent;
    }

    .button-footer {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }

    .btn-secondary,
    .btn-primary {
        padding: 12px 25px;
        border: none;
        border-radius: 25px;
        font-size: 16px;
        cursor: pointer;
        font-weight: bold;
        transition: background-color 0.2s, color 0.2s;
    }

    .btn-secondary {
        background-color: #cccccc;
        color: #666666;
    }

    .btn-secondary:hover {
        background-color: #b0b0b0;
    }

    .btn-primary {
        background-color: #ff6b6b;
        color: #ffffff;
    }

    .btn-primary:hover {
        background-color: #e05a5a;
    }

    .wrap_link_GoogleMap{
        margin-top: 10px;
        text-align: right;
    }
    /* crear-un-kazemo */


    /* 14 */
    .modal_polsun .dia_group button{
        font-size: 16px;
        line-height: 16px;
        padding: 6px 7px;
    }
    .modal_polsun .button_group button.bgr_orang { background-color: #ff5733; }
    .bgr_blue { background-color: #00b7eb; }
    .modal_polsun .button_group button.bgr_darc_gray { background-color: #969696; }
    .modal_polsun .button_group button.bgr_violet { background-color: #8502b3; }
    .btn_center{
        background-color: #666;
        width: 170px;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }


    .btn_open_14 {
        padding: 15px 30px;
        background: #ff6200;
        color: white;
        border: none;
        border-radius: 10px;
        font-size: 16px;
        cursor: pointer;
        margin: 50px auto;
        display: block;
    }

    .cleaner {
        clear: both;
    }

    .mostrar_intereses{padding-top: 15px; text-align: left; font-size: 20px;}

    /*************/
    #max_2_section_Intencion{
        text-align: right;
        position: relative;
        font-size: 12px;
        color: #ccc;
        height: 22px;
    }
    #label_Intencion{margin-top: 0;}
    .plus-btn-container a{ text-decoration: none; }
    #div_btn_plus:hover{ background: #e65c00; }
/** END crear-un-kazemo.css **/



/** media.css **/
	@media (max-width: 450px){
		
		
		/*.wrap_user_bio .Hace{ margin-bottom: 5px; float: left; }
		.wrap_user_bio .distance{ text-align:right; float: right; }*/

		.card_footer_tags{ display: block; }
		
		.more_450{ display: none; }
		.less_450{ display:flex; justify-content: flex-end; }
		.wrap_user_foto.less_450{
			flex-wrap: wrap;
			justify-content: flex-start;
		}
	}
	@media (max-width: 400px){
	}
	@media (max-width: 345px){
		#card_modal_content{ margin: 0; }
	}
/** END media.css **/



/*****************************/
/** Стили внутри файлов **/
/** invitations.php **/
	/** Стили для просмотра фото **/
		.user_foto{ cursor: pointer; }
			.photo_modal_overlay {
				position: fixed;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background: rgba(0, 0, 0, 0.8);
				z-index: 1001;
				display: flex;
				justify-content: center;
				align-items: center;
			}

			.photo_modal_content {
				position: relative;
				max-width: 90vw; /* Ограничиваем ширину до 90% ширины экрана */
				max-height: 90vh; /* Ограничиваем высоту до 90% высоты экрана */
				display: flex;
				justify-content: center;
				align-items: center;
			}

			#photo_modal_image {
				max-width: 100%;
				max-height: 90vh; /* Ограничиваем высоту изображения */
				object-fit: contain; /* Сохраняем пропорции, изображение целиком помещается */
			}

			.photo_modal_close {
				position: absolute;
				top: -15px;
				right: -15px;
				background: #fff;
				border: none;
				border-radius: 50%;
				width: 30px;
				height: 30px;
				font-size: 20px;
				cursor: pointer;
			}
			@media (max-width: 450px){
				.more_450 { display: none; }
				.less_450 { display: flex; justify-content: flex-start; }
				.wrap_user_foto.less_450 {
					flex-wrap: wrap;
					justify-content: flex-start;
				}
				.wrap_user_foto.less_450 .user_foto img {
					width: 100%;
					height: 100%;
					object-fit: cover;
					cursor: pointer;
				}
			}
			@media (max-width: 450px) {
				.photo_modal_overlay {
					z-index: 1001; /* Убедитесь, что z-index выше других элементов */
				}
				.photo_modal_content {
					max-width: 90vw;
					max-height: 90vh;
				}
				#photo_modal_image {
					max-width: 100%;
					max-height: 90vh;
					object-fit: contain;
				}
			}
	/** END Стили для просмотра фото **/

	/** Стили для ошибок **/
		.error {
				border: 2px solid red !important;
			}
			.button_group.error button {
				border: 2px solid red !important;
			}
			.age_range.error .slider-container {
				border: 2px solid red !important;
			}
	/** END Стили для ошибок **/

	.Visualizar:hover{ background: #e65c00; }
	.hidden_card {
		display: none !important;
	}

	.wrap_verificado_ico{
		width: 20px;
		height: 20px;
		background-image: url('/icon_logo/Ico_Verificado.png');
		background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  display: inline-block;
	}
	.this_us_wrap_verificado_ico{
		margin-top: -3px;
	}
	.
/** END invitations.php **/

/** administrirovanie.php **/
	.administrirovanie_profil{ text-align: center; margin-bottom: 80px;}
	.administrirovanie_profil h2{margin-bottom: 10px;}
	.administrirovanie_profil input, .administrirovanie_profil select, .div_status{
		max-width: 280px;
		border: 1px solid #000;
		border-radius: 18px;
		padding: 10px;
		font-size: 16px;
		text-align: center;
		margin-bottom: 10px;
		background-color: #fff;
	}
	.div_status{
		max-width: 242px;
		min-height: 40px;
		margin: auto;
		margin-bottom: 10px;
		background-color: #ccc;
	}
	.administrirovanie_profil .button {
        max-width: 280px;
        padding: 12px 25px;
        border: none;
        border-radius: 18px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        margin-top: 5px; /* Adjust spacing between buttons */
        color: #fff;
    }
    .btn_viewInfo{ background-color: #555; }
    .btn_viewInfo:hover{ background-color: #444; }
    .btn_saveInfo{}
    #form_search_user{ margin-bottom: 30px; }

    .page_download_csv .button{ margin-top: 25px; }

    .administrirovanie_profil .button_action_group{
    	margin-top: 40px;
    }
    .wrap_errors{
    	padding: 15px;
    	text-align: center;
    	margin-bottom: 25px;
    	background-color: #fdddd6;
    	border: 1px solid #f87053;
    }



	.input-group {
        margin-bottom: 15px;
    }
    .input-group label {
        display: block;
        text-align: left;
        margin-bottom: 5px;
        font-weight: bold;
        color: #333;
    }
    .input-group input[type="text"],
    .input-group input[type="email"],
    .input-group select {
        width: calc(100% - 20px);
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 16px;
        box-sizing: border-box;
        text-align: center; /* Center align text in inputs */
    }
    .input-group input[type="text"][readonly] {
        background-color: #f9f9f9;
        cursor: default;
    }
    .input-group .date-input {
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 5px;
        overflow: hidden;
        width: calc(100% - 20px);
        margin: 0 auto; /* Center the date input */
    }
    .input-group .date-input input {
        flex-grow: 1;
        border: none;
        padding: 10px;
        font-size: 16px;
        text-align: center;
    }
    .input-group .date-input .calendar-icon {
        padding: 10px;
        background-color: #eee;
        border-left: 1px solid #ddd;
        cursor: pointer;
    }
    
    .button.view-info {
        background-color: #555;
        color: #fff;
    }
    .button.view-info:hover {
        background-color: #444;
    }
    .button.not-verified {
        background-color: #e0e0e0;
        color: #555;
    }
    .button.not-verified:hover {
        background-color: #d0d0d0;
    }
    .button.save {
        background-color: #ff6a4d;
        color: #fff;
        margin-top: 20px;
    }
    .button.save:hover {
        background-color: #e65c42;
    }
    .button.ban-user {
        background-color: #ff4d4d;
        color: #fff;
        margin-top: 30px;
    }
    .button.ban-user:hover {
        background-color: #e64444;
    }
    .button.verify-12-months {
        background-color: #8a2be2;
        color: #fff;
    }
    .button.verify-12-months:hover {
        background-color: #7a25cb;
    }
    /* Style for the text above DNI/email input */
    .dni-email-label {
        font-size: 18px; /* Larger font size */
        font-weight: bold;
        margin-bottom: 15px; /* Space between label and input */
        color: #333;
    }

    .wrap_btn_form_search_ID_kazemo{ margin-bottom: 20px; }


    /** Фото редактируемого юзверя ***/
    .avatar_profil {
	    width: 177px;
	    height: 177px;
	    margin: auto;
	    text-align: center;
	    font-size: 177px;
	    color: #666;
	    border: 2px solid #000;
	    border-radius: 50%;
	    overflow: hidden;
	}
	.galery_wrapper {
	    max-width: 525px;
	    position: relative;
	    overflow: hidden;
	    margin: auto;
	}
	@media (max-width: 460px) {
	    .galery_wrapper {
	        width: 100%;
	        max-width: 275px;
	        padding: 0;
	        margin: auto;
	        overflow-x: auto;
	    }
	}
	.galery_profil {
	    display: flex;
	    gap: 5px;
	    justify-content: center;
	    overflow-x: auto;
	    scroll-snap-type: x mandatory;
	    padding: 10px 0;
	    -webkit-overflow-scrolling: touch;
	    width: 100%;
	    max-width: 525px;
	    margin: auto;
	}
	@media (max-width: 460px) {
	    .galery_profil {
	        justify-content: center;
	        width: fit-content;
	    }
	}

	/**********/
	.card_content_in_search {
	    color: #6b6b6b;
	    font-size: 15px;
	    line-height: 17px;
	}
	.card_footer_tags {
	    display: flex;
	    width: 100%;
	    align-items: flex-end;
	}
	.UN_modal_card .card_footer_tags {
	    display: block;
	}
	.tags_in_search {
	    flex: 1;
	    display: flex;
	    flex-wrap: wrap;
	    gap: 7px;
	    margin: 10px 0 0 0;
	}
	.card_user_invitation{ margin-bottom: 10px; }
	.report_in_card{
		border: 2px solid #666;
	border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
	background-color: #ccc;
	color: #333;
	font-weight: normal;
	font-style: italic;
	}
	.card_content_report{ color: #333; }

	.form_Del_Kazemo{ text-align:center; }
	.btn_Del_Kazemo{
		padding: 12px 25px;
		border: none;
		border-radius: 18px;
		font-size: 16px;
		cursor: pointer;
		margin: auto;
		margin-top: 15px;
	}
/** END administrirovanie.php **/ 

/* Style for the disabled accept button */
.action-btn.accept_disabled {
    background-color: #e0e0e0 !important;
    cursor: not-allowed;
    opacity: 0.6;
}