@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");
:root{
--main-red: #5d1717;
--main-orange: #633515;
--main-green: #20581c;
--main-blue: #19475d;
--main-light: #dcdcdc;
--main-grey: #8b8b8b;
--main-dark: #383838;
--main-color: var(--main-grey);
}
@font-face {
  font-family: "ACMODASI";
  src: url("/js/fonts/Acmodasi.otf");
  font-display: swap;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: none;
}

.list-group-item{
padding: 0.2rem 0.2rem;
}
.upload_input_field{
   display: none;
}
.file_upload_icon{
 font-size:2rem;
 color: #007bff;
 cursor: pointer;
}
.ovnerrecieve, .ovnersend{
border-radius: 1rem;
padding: 0.5rem;
max-width: 95%;
}
.ovnerrecieve{
margin-right: 20%;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.ovnersend{
background: #f3f3f3;
margin-left: 20%;
margin-right: 2%;
border: 1px solid #ccc;
}
.corresponders_side{
	height: 80vh; 
	max-height: 80vh; 
	overflow:scroll;
	overflow-x: hidden;
	scrollbar-width: none;  
}
.msgs_list {
	height: 70vh; 
	max-height: 70vh; 
	overflow:scroll;
	overflow-x: hidden;
	scrollbar-width: none;  
}
.user_tava{
	width: 60px; 
	max-width: 60px;
	border-radius: 50%;
}
.user_tava_lg{
	width: 100px; 
	max-width: 100px;
	border-radius: 50%;
}
.form-control {
background-color: #e9ecef;
border-color: #F3F6F9;
color: #3F4254;
border-width: 1px;
border-style: solid;
border-color: #ccc;
}
.form-control:focus {
background-color: #fff;
border-color: #F3F6F9;
color: #3F4254;
border-width: 1px;
border-style: solid;
border-color: #000;
}

.nav-link{
	font-size: 1.2em;
}

.menu_link{
	
}

.bi-lg{
	font-size: 1.3em;
}

.required{
	font-weight: bold;
	color: red;
}
body{
	font-family: ACMODASI,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	line-height: 1.5;
}
.card-header{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

h1, h2, h3, h4{
	color: #555;
	font-weight: 700;
}
h1{
	font-size:24px;
}
h2{
	font-size:20px;
}
h3{
	font-size:18px;
}
h4{
	font-size:16px;
}
h5{
	font-size:15px;
}
.skill_item{
	margin: .25rem;
	padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid var(--main-color);
}

.profile_link, .profile_link:hover, .profile_link:visited, .profile_link:active {
	color: white;
	font-weight: bold;
	font-size: 16px;
}
.text_shadow {
	text-shadow: 1px 1px 2px #123;
}
.text-gradient{
	background-image: linear-gradient(50deg,#7928ca,#ff0080);
}
.btn-primary-gradient {
	background-image: linear-gradient(
	50deg,#7928ca,#ff0080);
	background-color: #510089;
	border-color: #510089;
}
.card{
	border-color: #510089;
}
.card-header{
/*background-image: linear-gradient(50deg,#510089,#99009f);
color: white;*/
}
@keyframes move_background{
	  100% {
	  	background-position: 0 -3000px;
	  }
}
.bg-animate{
	overflow: hidden; 
	height: 10px;
	background-size: 100%;  
	filter: blur(6px); 
	animation: move_background 150s ease infinite; 
}

/** Table design */
.table_header{
	font-size: 120%;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	text-align: center;
	border: 1px solid var(--main-color);
	font-weight: bold;
}
.table_label{
	background-color: var(--main-color);
	color: #fff;
	text-align: right;
	border-bottom: 1px solid #fff;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.table_label_last{
	background-color: var(--main-color);
	color: #fff;
	text-align: right;
	border-bottom: 1px solid var(--main-color);
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.table_value{
	background-color: white;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	border-top: 1px solid var(--main-color);
	border-right: 1px solid var(--main-color);
}
.table_value_last{
	background-color: white;
	vertical-align: middle;
	border-top: 1px solid var(--main-color);
	border-bottom: 1px solid var(--main-color);
	border-right: 1px solid var(--main-color);
}

/** Messenger */
.frommsg, .tomsg, .newmsg{
	border: 1px solid;
    padding: 5px;
    margin-top: 15px;
   -webkit-box-shadow: 1px 1px 1px #aaa;
   -moz-box-shadow:    1px 1px 1px #aaa;
   box-shadow:         1px 1px 1px #aaa;
   background-color: white;
}
.frommsg{
	margin-right: 5%;
	margin-left:1%;
    border-color: var(--main-blue);
}
.tomsg{
	margin-left: 5%;
	margin-right: 1%;
    border-color: var(--main-green);
}

/** Page listing buttons */

.page_listing{
	text-align: center;
	width: 100%;
}
.page_listing_active {
	color: white;
	font-weight: bold;
	background-color: var(--main-color);
}
.page_listing_pasive {
	font-weight: bold;
	background-color: #fff;
	border: 2px solid var(--main-color);
}

/** User profile menu */
.media_menu .nav-link.active{
	color: white;
	background-color: var(--main-color);
}
.media_menu .nav-link{
	color: #343a40;
	background-color: #fff;
}

.user_menu .nav-link.active{
	color: white;
	background-color: var(--main-color);
}
.user_menu .nav-link{
	color: #343a40;
	background-color: #fff;
}


/** User card design */
.user_card{
	border: 1px solid var(--main-color);
	display: inline-block;
	position: relative;
    margin: 0 auto;
    font-weight: bold;
    width: 242px;
    height: 332px;
}
.user_card_pro_icon{
    position: absolute;
    top: 7px;
    right: 15px;
    width: 20px;
    height: 20px;
}
.user_card_edu_icon{
    position: absolute;
    top: 7px;
    left: 15px;
    width: 20px;
    height: 20px;
}
.user_card_edu_icon img {
	width: 24px;
	border: 0;
	opacity: 0.8;
	margin-top: 8px;
}
.user_card_pro_icon img {
	width: 24px;
	border: 0;
	opacity: 0.8;
	margin-top: 8px;
}
.user_card_image_box{
	height: 250px;
}
.user_card_image {
	width: 240px; 
	height: 300px;
}
.user_card_footer_box{
	color: white;
	height: 51px;
    background-color: var(--main-color);
    white-space: nowrap;
}
.user_card_name{
	overflow: hidden;
    height: 20px;
}
.user_card_stats{
	color: grey;
	height: 30px;
}
.user_card_scenic_age{
	font-weight: normal;
	font-size: 80%;
}

select option:disabled {
    color: #000;
    font-weight: bold;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

