:root{
--main-red: #5d1717;
--main-orange: #633515;
--main-green: #20581c;
--main-blue: #19475d;
--main-light-blue: #0066cc;
--main-light: #dcdcdc;
--main-grey: #8b8b8b;
--main-dark: #383838;
--main-color: var(--main-blue);
}
@font-face {
  font-family: "ACMODASI";
  src: url("/js/fonts/Acmodasi.otf");
  font-display: swap;
}
.form-control {
	background-color: #f7fbfe;
}
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: #f7f7f7;
	line-height: 1.5;
}

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;
}
a{
/*	color: #e57c31;*/
	color: #0077cc;
	font-weight: bold;
	/*text-shadow: 0px 0px 0px var(--main-orange);*/
}
.btn:hover, .badge-main:hover{
	color: #e57c31;
}
.green_button{
	font-weight: bold;
    color: #fff;
    background-color: var(--main-color);
    text-shadow: 1px 1px 2px #123;
}
.orange_button{
	font-weight: bold;
    color: #fff;
    background-color: #e57c31;
    text-shadow: 1px 1px 2px #123;
}
.orange_button:hover{
	color: var(--main-color);
    text-shadow: 1px 1px 1px var(--main-orange);
}
.badge-main {
    color: #fff;
    background-color: var(--main-color);
}
.main_border{
	border: 1px solid var(--main-color);
}
.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;
}
.casting_selected {
	background-color: #ffe7cf;
}
.casting_card{
	border-radius: 0.5rem 0.5rem 0 0;
	border-top: 1px solid var(--main-color);
	border-left: 1px solid var(--main-color);
	border-right: 1px solid var(--main-color);
}
.casting_card_title{
	border-radius: 0.5rem 0.5rem 0 0;
	overflow: hidden;
	font-size: 1rem;
	height: 80px;
}
.casting_card_cat{
	height: 10rem; overflow: hidden;
}
.casting_image_cover{
	height: 200px;
	padding-left: 0px; 
	padding-right: 0px;
	border-radius: 0.5rem 0.5rem 0 0;
}
.casting_image_cover img{
	border-radius: 0.5rem 0.5rem 0 0;
	object-fit: cover; width: 100%;
	height: 200px;
}
.casting_card_footer{
	border-radius: 0 0 0.5rem 0.5rem ;
	border-left: 1px solid var(--main-color); 
	border-right: 1px solid var(--main-color); 
	border-bottom: 1px solid var(--main-color); 
	line-height: 2;
}

.dropdown-menu {
	background-color: var(--main-color);
	color: white!important;
}
.dropdown-item {
	background-color: var(--main-color);
	color: white;
	text-decoration: none;
	text-shadow: none;
	padding: 0.50rem 1.5rem;
}
.dropdown-item:hover,.dropdown-item:focus,.dropdown-item:active {
	background-color: var(--main-color);
	color: #e57c31;
	text-decoration: none;
	text-shadow: none;
}
.svg-icon{
	width: 24px; 
	height: 24px;
	vertical-align: middle;
	fill: white;
	overflow: hidden;
}
a.dropdown-item svg, a.dropdown-item img{
	margin-right: 10px;
}

/** 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;
   word-wrap: break-word;
}
.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%;
}



.list-group-item{
	padding: 0.2rem 0.2rem;
	margin: 0.2rem 0;
}
.list-group-item.active{
	color: #ffffff;
	background-color: var(--main-color);
}
.upload_input_field{
	display: none;
}
.file_upload_icon{
	width: 24px;
	height: 24px;
	font-size: 2rem;
	color: var(--main-color);
	cursor: pointer;
}
.ovnerrecieve, .ovnersend{
	border-radius: 1rem;
	padding: 0.5rem;
	max-width: 95%;
}
.ovnerrecieve{
	margin-right: 20%;
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.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;
	padding-right: 0px;
}
.msgs_list {
	padding-right: 0px;
	height: 68vh;
	max-height: 68vh;
	overflow: scroll;
	overflow-x: hidden;
	scrollbar-width: none;
}
.user_title{
	height: 50px;
}

.user_tava{
	width: 50px;
	max-width: 50px;
	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;
}
.text-small {
	font-size: 70%;
}
.kino_top_menu_link:hover{
	color: white;
	border:1px solid white;
	background-color: var(--main-grey);
	font-weight: bold;
}
.kino_top_menu_link{
	color: white;
	border:1px solid white;
	background-color: var(--main-color);
	height: 50px;
}
.video_menu_link{
	color: white;
	background-color: var(--main-color);
	height: 50px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
.video_menu_link:hover,.video_menu_link_active{
	color: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background-color: var(--main-grey);
	height: 50px;font-weight: bold;
}
.bg-black{
	background-color: #000;
}
.top_menu_search_form{
	color: white; border:1px; border-color: white; background-color: var(--main-color); height: 50px;
}
.top_menu_input::placeholder {
	font-weight: bold;
	opacity: 1;

}