@charset "windows-1251";
/* CSS Document */

.reglogin_container {
	margin: auto;
	max-width: 700px;
	min-width: 100px;
	display: block;
	text-align: center;
	padding: 10px 0px;
	border: none;
	z-index: 0;
	border-radius: 15px;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
	
}

.card {
	margin: auto;
	width: 100%;
	min-width: 250px;
	display: block;
	text-align: center;
	padding: 10px;
	border: none;
	z-index: 0;
}

.profile_base_container {
    margin: auto;
	max-width: 80%;
	min-width: 250px;
	display: flex;
	text-align: center;
	padding: 10px 0px;
	border: none;
	z-index: 0;
	border-radius: 15px;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
    flex-wrap: wrap;
    gap: 20px; /* Опционально: для добавления пространства между таблицами */
}

.profile_container {
	margin: auto;
	max-width: 450px;
	min-width: 330px;
	min-height: 250px;
	text-align: center;
	padding: 10px 0px;
	border: none;
	z-index: -1;
	border-radius: 15px;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
	flex: auto;
}

.input_row, .input_area {
	display: flex;
	padding: 10px;
	border-radius: 5px;
	margin: 10px auto;
	width: 90%;
	border: 1px solid black;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
	font-family: inherit;
}

.input_row_err {
	display: flex;
	padding: 15px;
	border-radius: 5px;
	margin: 8px auto;
	width: 90%;
	border: 1px solid red;
	box-shadow: 0 5px 15px 0 rgba(255,0,0,.2);
}

.chkbox {
	height: 20px;
	width: 20px;
	background-color: #eee;
}

.submit_btn {
	display: inline-block;
	background-color: #6B4029;
	padding: 10px;
	margin: 10px;
	border: 0px;
	border-radius: 5px;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
	transition: 0.3s;
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
	font-family: inherit;
	width: 90%;
}

.submit_btn:hover {
	box-shadow: 0 5px 15px 5px rgba(200,100,0,.6);
}

.reg_btn {
	display: inline-block;
	background-color: #ECAD31;
	padding: 10px;
	margin: 10px;
	border: 0px;
	border-radius: 5px;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
	transition: 0.3s;
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
	font-family: inherit;
	width: 90%;
}

.reg_btn:hover {
	box-shadow: 0 5px 15px 5px rgba(150,50,0,.6);
}

.cancel_btn {
	display: inline-block;
	background-color: #FF7943;
	padding: 10px;
	margin: 10;
	border: 0px;
	border-radius: 5px;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
	transition: 0.3s;
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
	font-family: inherit;
	width: 90%;	
}

.cancel_btn:hover {
	box-shadow: 0 5px 15px 5px rgba(200,100,0,.6);
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -10;
	display: inline-block;
    vertical-align: middle;
}

.inputfile_label {
	background-color: #46A62C;
	padding: 10px;
	margin: 10px auto;
	border: 0px;
	border-radius: 5px;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
	transition: 0.3s;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	font-family: inherit;
	width: 90%;
	display: inline-block;
    vertical-align: middle;
}

.inputfile_label:hover {
	box-shadow: 0 5px 15px 5px rgba(50,200,0,.6);
}


.inputfile_label_selected {
	background-color: #99C001;
	padding: 10px;
	margin: 10px;
	border: 0px;
	border-radius: 5px;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
	transition: 0.3s;
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
	font-family: inherit;
	display: block;
}

.inputfile_label_selected:hover {
	box-shadow: 0 5px 15px 5px rgba(50,50,0,.6);
}

.div_input_group {
	width: 100%;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.div_inputfile_label {
	display: block;
}

.div_inputfile {
	display: block;
}

.div_submit_btn {
	display: block;
}

.div_back_btn {
	display: block;
}

.div_search_btn {
	display: block;
}


.delete_btn {
	padding: 0px;
	margin: 0;
	border: 0px;
	border-radius: 5px;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
	transition: 0.3s;
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
	font-family: inherit;
	display: inline;
	background-color: #C10003;
	width: 90%;	
}

.delete_btn:hover {
	box-shadow: 0 5px 15px 5px rgba(250,0,0,.6);
}

.delete_container {
	margin: auto;
	width: 20px;
}

.label {
	display: inline-block;
	margin: auto;
	padding: 20px;
}

.search_input {
    display: flex;
    padding: 10px;
    border-radius: 5px;
    margin: 10px auto;
    width: 100%;
    border: 1px solid black;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
    font-family: inherit;
}

.search_btn {
	display: inline-block;
	background-color: #6B4029;
	padding: 10px;
	margin: 10px;
	border: 0px;
	border-radius: 5px;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
	transition: 0.3s;
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
	font-family: inherit;
	width: 90%;
}

.search_btn:hover {
	box-shadow: 0 5px 15px 5px rgba(150,50,0,.6);
}

.errmsg {
	color: #E30000;
	font-weight: 600;
}

.sucmsg {
	color: green;
}

.avatar_img {
	max-width: 150px;
	min-width: 50px;
	max-height: 150px;
	min-height: 50px;
	border: none;
	border-radius: 40px 5px;
}

.profile_table {
    width: 100%;
	border-collapse: collapse;
}

.profile_table td {
    padding: 0px 0px 5px;
	margin: auto;
    border: none;
	vertical-align: middle;
}

.profile_info {
    width: 50%;
}

.edit_form {
    width: 50%;
}

.form_row {
    margin-bottom: 20px;
	width: 100%;
}

.text_link {
	color: brown;
	font-weight: 600;
}

.text_link:hover {
	color: coral;
	transition: all 0.3s;
}

.pagination {
    width: 80%;
    margin: 0 auto;
	text-align: center;		
}

.pagination-link {
    display: inline-block;
    padding: 5px 10px;
    color: brown;
    text-decoration: none;
    transition: color 0.3s;
}

.pagination-link:hover {
    color: coral;
}

.active {
    font-weight: bold;
}

.div_input_group .div_inputfile_label,
.div_input_group .div_submit_btn,
.div_input_group .div_back_btn, 
.div_input_group .div_search_btn {
    width: 30%;
}


.recaptcha-wrapper {
    display: flex;
    justify-content: center; /* Центрирование по горизонтали */
    padding: 10px; /* Отступы вокруг виджета */
    background-color: #F2D5AB; /* Фон контейнера */
    border-radius: 12px; /* Закругленные углы */
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2); /* Добавление тени */
    width: fit-content; /* Размер контейнера по контенту */
    margin: 0 auto; /* Центрирование */
}

.g-recaptcha {
    
}

@media (max-width: 1200px) {
    .div_input_group  {
	width: 100%;
	display: flex;
    text-align: center;
	flex-wrap: wrap;
	}
	.div_input_group .div_inputfile_label,
	.div_input_group .div_submit_btn,
	.div_input_group .div_back_btn, 
	.div_input_group .div_search_btn { 
    width: 100%;
	}
	
	.profile_base_container {
	max-width: 100%;
	}
	
	
	.profile_container {
	flex-direction: column;
	
            }
}