body {
	margin: 0;
	/* display: table; */
	min-height: 100vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
	background-color:  #F7F7FF;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 18px;
 
  }
  
main {
	/* display: table-row; */
	height: 100%;
	text-align: center;
	justify-content: center;
}
footer{
	border-top: 2px solid black;
	background-color: white;
	width:100%;
	padding: 0 2em 0 2em;
	color:black;
	text-decoration: none;
	position: sticky;
	bottom: 0;
	margin-top:50px;
}

a {
	color:inherit;
}
.content {
	flex:1;
}

.lang_icon{

	border-radius: 50%;
	width: 30px;
	height: 30px;
}

.footer_link {
	color:black;
	text-decoration: none;
}

.text-bold {

	font-family: 'Russo One', sans-serif;
	font-weight: 400; 
   
}



 
 header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	color: #000000;
	padding-top: 10px ;
	text-align: center;
	z-index: 1000;
   
 }
 .title {
	border-bottom: 5px solid black;
 }
 
 .title_text {
	font-family: 'Russo One', sans-serif;
	font-weight: 400; 
	font-size: 32px; 
	line-height: 1;
	
 }
 .title_text_small {
	font-size: 24px;
 
 }
 .nav {
	padding-top: 10px;
	width:100%;
 
 }

/* select styles */

  #id_request_defendant_user-1-defendant_username,#id_request_defendant_user-0-defendant_username,#id_request_mediator_user-0-mediator_username  {
	background-color: rgb(185, 194, 214) ; /* Light blue background */
    border-color: #ffffff; /* Blue border */
  }
 
 .btn {
	
	width: 160px;
	background-color: #6376A4;
	color: white;
	border-radius: 10px;
	margin-bottom: 1em;
	padding: 5px 10px;
	box-shadow: 4px 5px 15px 1px rgba(0, 0, 0, 0.144);
	font-family: 'Russo One', sans-serif;
	font-weight: 400; 
	font-size: 14px; 
 
 
 }

 .btn-active{

	background-color:#212C48 ;

 }

 .btn-fixed {
	position: fixed;
	bottom: 40px; 
	right: 20px; 
 }
 h3{
	background-color: white;
	width:fit-content;
	justify-content: center;
	padding: 0 5px;
 }


 .xflow-wrapper {
	overflow-x: auto;
	
 }
 
 .xflow-table {
	display: flex;
	white-space: wrap;
	
 }
 th {
    word-break: break-word; /* Перенос длинных слов */
    overflow-wrap: break-word; /* Перенос длинных слов */
    padding: 5px; 

}
  td {
    word-break: break-word; /* Перенос длинных слов */
    overflow-wrap: break-word; /* Перенос длинных слов */
    padding: 5px; 

}


.modal-body{
	background-color:  #F7F7FF;
}
 
 .content{
	padding-top: 150px;
 }
 

 .table-head{
	font-size: 18px;
	background-color: #B5BDD6;
}
.table-bg {
	background-color: white;
	

}
.table-logout{
	font-size: 18px;
}
.form-control{
	border-radius: 0;
}
input  {
    background-color: rgb(185, 194, 214) !important;
	
}
.form-bg{
	background-color: white;
	padding: 10px 0;
}
.no-borders tbody,
.no-borders td,
.no-borders tfoot,
.no-borders th,
.no-borders thead,
.no-borders tr {
    border-style: none !important;
}

 @media screen and (max-width: 992px) {
    body {
        font-size: 14px;
    }
    .lang_icon {
        width: 20px;
        height: 20px;
    }
    .content {
        padding-top: 180px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .title_text {
        font-size: 24px;
    }
    footer {
        font-size: 14px;
    }
    .title_text_small {
        font-size: 16px;
    }
    .btn {
        font-size: 12px;
        width: 90%;
    }
    .btn-fixed {
        position: fixed;
        bottom: 40px; 
        right: 20px;
        width: 30%;
		margin-bottom: 40px;
    }
	.table th {
        font-size: 12px;
        padding: 5px !important;
    }
	.table td {
        font-size: 12px;
        padding: 5px !important;
    }

	.hide-on-small {
		display: none;
	}
}

  @media screen and (max-width: 450px) {
	
	footer{
		padding: 0px 10px;
	}
	.content{
	   padding-top:200px;
	}
	.logo > img{
	   width: 48px;
	   height: 30px;
	}
  }
  

  @media (max-width: 992px) {
	.footer-link-1 { order: 3; }
	.footer-link-2 { order: 1; }
	.footer-link-3 { order: 4; }
	.footer-link-4 { order: 2; }
	.footer-link-5 { order: 5; }
  }

  
  