
img, svg {
    max-width: 100%;
}


body {
	font-weight: 600;
	background-color:white;
}

a:hover{
	color: #58a9ff;
}

.progress_bar
{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
	margin: 0 auto;
	margin-top: 32px;
	min-width: 300px;
	padding-left: 0px;
}
.progress_bar:after
{
	width: 85%;
	height: 0;
	border-bottom: 2px dashed #ced4da;
	content: '';
	position: absolute;
	top: 25px;
	left: 5%;
}
.progress_bar li
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	z-index: 999;
}
.progress_bar li a
{
	color: #fff;
	font-size: 24px;
	display: flex;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background: gray;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.progress_bar li.active a
{
	background: #4673E1;
	position: relative;
}
.progress_bar li.active p
{
	color: #4673E1;
}
.progress_bar li.done a{ background: green; }
.progress_bar li.done p{ color: green; }
.progress_bar p
{
	display: block;
    width: 100%;
    text-align: center;
}


.logo-text
{
	color: gray;
}
.signup-box
{
	border: 1px solid #ced4da;
}
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}
.btn-twitter {
    color: #fff;
    background-color: #2ba9e1;
    border-color: rgba(0,0,0,0.2);
}
.btn.btn-social {
    border: 0;
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px;
    border-radius: 0;
}
.btn.btn-social :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    display: flex;
    font-size: 1.2em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
    justify-content: center;
    align-items: center;
}
.input-group-text
{
	background: none;
	border-right: none;
	height: 100%;
}
.form-control
{
	/*border-left: none;*/
}
.modal
{
	z-index: 9999999;
}
.login-box
{
	background: #0081c6;
	display: inline-block;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 40px 20px 20px 20px;
	width: 100%;
	border-radius: 10px;
}

.signup-box {
    margin-top: 20px;
}



@media screen and (max-width: 767px){
	.progress_bar li
	{
		width: 50px;
		height: 50px;
		white-space: nowrap;
	}
	.mt-sm-4
	{
		/*margin-top: 70px !important;*/
	}
	.progress_bar p
	{
		font-size: 12px;
	}


}
@media screen and (min-width: 768px) and (max-width: 1200px){
	.progress_bar,.mt-sm-4
	{
		/*width: 70% !important;*/
	}

}
@media screen and (min-width: 768px) and (max-width: 991px){

}
/*mregisterproject start*/
#mregister-form .btn
{
	margin: 0;
}
.next_link
{
	font-size: 17px;
	color: #000;
}
.next_link i
{
	font-size: 44px;
	color: #dc3545;
	margin-left: 17px;
}
.ml-1
{
	margin-left: 28px !important;
}
/*mparticipation start*/
.ads-btn
{
	display: none;
}
.vid
{
	position: relative;
	width: 100%;
	background: url(../images/Pictures/project-detail-img.jpg);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 250px;
	margin-bottom: 20px;
	font-size: 45px;
	background-size: cover;
}
#headerPopup{
  width:75%;
  margin:0 auto;
}

#headerPopup iframe{
  width:100%;
  margin:0 auto;
}
/*mpreview start*/
.prev_page_vid
{
	height: 154px;
}
.first_img img
{
	height: 296px;
	object-fit: cover;
}
.arrow_top i
{
	font-size: 44px;
	position: fixed;
	right: 10px;
	bottom: 50px;
	color: #dc3545;
    z-index: 9999;
}
/*done start*/
/*--thank you pop starts here--*/
.thank-you-pop{
	width:100%;
 	padding:20px;
	text-align:center;
}
.thank-you-pop i{
	width:76px;
	height:auto;
	margin:0 auto;
	display:block;
	margin-bottom:25px;
}

.thank-you-pop h1{
	font-size: 42px;
    margin-bottom: 25px;
	color:#5C5C5C;
}
.thank-you-pop p{
	font-size: 20px;
    margin-bottom: 27px;
 	color:#5C5C5C;
}
@media screen and (max-width: 426px){
	.thank-you-pop h1
	{
		font-size: 30px;
	}
}
.forgot_pass_text, .verify_page_text, .login_text
{
	display: none;
}
/*project space start*/
.stars li
{
	list-style-type: none;
}
.stars i
{
	color: #ffcd3c;
}
.progress {
    height: 19px;
}
.card-body .row {
    align-items: center;
}

.card-body {
	color: black;
	font-size: 1rem;
	border-radius: 0.7rem;
	

}

.project-space-card .card-body {

	background-size: cover;
}

.card-body .room {
	background:  linear-gradient(105.43deg, #FFFFFF 31.32%, rgba(255, 255, 255, 0.563401) 62.42%, rgba(255, 255, 255, 0) 101.66%);
}


.card-title {
	font-size: 1.2rem;
	font-weight: bold;
	color: black;
}

.card-text {
	font-size: 0.9rem;
	font-weight: normal;
	color: #777;
	width: 70%;
}

.room-card
{
	background: url(../images/picture_button04.jpg);
	color: #fff;
	flex: none;
	padding: 0;
	min-height: 198px;
}

.room {
	border-radius: 0.5rem;
	border: 1px solid #ddd;
}

.card {
	border-radius: 0.7rem;
}

.btn-card-link {
	color: black;
}

.project-space-card {
	box-shadow:  0px 0px 15px rgb(0 0 0 / 15%);
}

.Supporters-card
{
	background: url(../images/picture_button01.jpg);
	color: #fff;
	flex: none;
	padding: 0;
	min-height: 198px;
}

.Applicants-card
{
	background: url(../images/picture_button06.jpg);
	color: #fff;
	flex: none;
	padding: 0;
	min-height: 198px;
}
.Settings-card
{
	background: url(../images/picture_button03.jpg);
	color: #fff;
	flex: none;
	padding: 0;
	min-height: 198px;
}
.Share-card
{
	background: url(../images/picture_button05.jpg);
	color: #fff;
	flex: none;
	padding: 0;
	min-height: 198px;
}
.room
{
	background: rgba(0, 0, 0, 0.5);
	flex: 1 1 auto;
	padding: 1.5rem 1.5rem;
	min-height: 198px;
}
.card
{
	min-height: 198px;
}
.card-text {
    min-height: 53px;
}
.left_bar
{
	background: #f1f1f1;
    padding: 11px 24px;
}
@media screen and (max-width: 767px){
	.right_bar
	{
		padding: 0;	
	}	
	.Supporters_tb_btn a
	{
		width: 100%;
	}
	.left_bar
	{
		display: none;
	}
}

.left_bar p, .left_bar h3
{
	margin: 0;
	padding: 0;
}
.post_types
{
	padding: 0;
}
.post_types li
{
	list-style-type: none;
	margin-bottom: 5px;
}
.write_btn
{
	margin-left: 0;
}
.fa-file-word
{
	color: #2b579a;
}
.fa-file-excel
{
	color: #217346;
}
.attachment-box
{
	width: 100%;
    display: inline-block;
    background-color: #f1f1f1;
    padding: 12px 20px;
}
.attachment-box .files
{
	display: flex;
	align-items: center;
	width: auto;
}
.attachment-box .files a
{
	color: #000;
	margin-right: 15px;
}
.attachment-box .files a i
{
	font-size: 20px;
}
.multi-select-container {
  display: inline-block;
  position: relative;
}

.multi-select-menu {
  position: absolute;
  left: 0;
  top: 24px;
  float: left;
  min-width: 100%;
  background: #fff;
  margin: 1em 0;
  padding: 0.4em 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 999;
  text-align: left;
  padding-left: 9px;
}

.multi-select-menu input {
  margin-right: 0.3em;
  vertical-align: 0.1em;
}

.multi-select-button {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  width: 100%;
  text-align: left;
}

.multi-select-button:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: #999 transparent transparent transparent;
  margin-left: 0.4em;
  vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu { display: block; }

.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #999 transparent;
}
.multi-select-menuitems
{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.write_box
{
	display: none;
}
.Supporters_table
{
	/*min-width: 750px;*/
}
.applicant
{
	border: 1px solid #000;
	width: 100%;
	padding: 14px;
	display: inline-block;
	margin-top: 50px;
}
.applicant .head
{
	margin-top: -38px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.head_left
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.head_left h4
{
	background: #fff;
	padding: 0 10px;
}

.more-text
{
	display: none;
}

.div-one-social-button .one-social-image {

	width: 3em;
	margin-bottom: 10px;
	cursor: pointer;
}

.div-one-social-button {
	display: flex;
    flex-direction: column;
    align-content: center;
    padding: 10px;
    width: 100px;
    margin: 10px 30px 20px 10px;
    align-items: center;
}

#div-media-list {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 992px){
	.head
	{
		margin-top: 0 !important;
		flex-direction: space-between;
		align-items: flex-start !important;
	}
	.head_left
	{
		/*flex-direction: column;
		align-items: flex-start !important;*/
	}
	.head_left h4
	{
		padding: 0;
	}
	.head_left button
	{
		margin: 0 !important;
		margin-bottom: 10px !important;
	}
	.sign-up-btn
	{
		margin-left: 0;
	}
}
.tab-content>.tab-pane
{
	padding-top: 27px !important;
}
.tab-pane .progress
{
	height: 37px;
}
.page-url
{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 1px solid;
	font-size: 29px;
}
.fit_height
{
	height: fit-content;
}
@media screen and (max-width: 1200px){
	.page-url
	{
		font-size: 18px;
	}
}
.social
{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px;
}
.social li
{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
    margin-right: 31px;
}
.social li a
{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.social li i
{
	color: #fff;
}
.facebook
{
	background: #3b5998;
}
.twitter
{
	background: #00acee;
}
.google
{
	background: #db4a39;
}
.pinterest
{
	background: #c8232c;
}
.stumbleupon
{
	background: #eb4924;
}
.linkedin
{
	background: #0e76a8;
}
.whatsapp
{
	background: #075E54;
}
.messenger
{
	background: #006AFF;
}
.snapchat
{
	background: #FFFC00;
}
.spotify
{
	background: #81b71a;
}
.instagram
{
	background: #fb3958;
}
.skype
{
	background: #00aff0;
}
.ui-autocomplete .ui-menu-item {
    background-color: #fff !important;
    font-weight: lighter !important;
}
.ui-menu-item-wrapper
{
	font-size: 12px !important;
}
.room_sidebar
{
	cursor: pointer;
}
.green
{
	background: lightgreen;
	font-weight: bold;
	color: #fff;
}
.blue
{
	background: lightblue;
	font-weight: bold;
	color: #fff;
}
#cke_editor1
{
	width: 74.8%;
}


@media screen and (max-width: 767px){
	#cke_editor1
	{
		width: 100%;
	}
}


/*-----------------------------*/
.main_signup {
	max-width: 600px !important;
	margin: auto;
}

#btn-signup {
	border-radius: 5px;
	margin-top: 40px;
}

#btn-login {
	border-radius: 5px;
	background-color: #1a4381;
	margin-top: 80px !important;
	border: 0px;

}

.signup-box {
	border-radius: 10px;
}

.verify-email {
	max-width: 600px;
	margin: auto;
}

.verify-box
{
	background: white;
	display: inline-block;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 40px 20px 20px 20px;
	width: 100%;
	border-radius: 10px;
	border:  1px solid #ccc;
}

#validation-code {
	border: 1px solid #ccc;
	width: 295px;
    height: 70px;
    margin-right: 10px;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 0.4em;
    text-align: center;
}

.main_login {
	max-width: 600px !important;
	margin: auto;
}

.step-label {
	margin-top: 0.7rem;
	line-height: 1.2em;
}

.forgot_pass {
	max-width: 600px;
	margin: auto;
}

#btn-reset-password {
	background-color:  #97510e;
	border: 0px;
	border-radius: 10px;
	margin-top: 80px !important;
}

.forgot-box
{
	background: #ffb207;
	display: inline-block;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 40px 20px 20px 20px;
	width: 100%;
	border-radius: 10px;
}


.error-message {
	flex-basis: 100%;
    text-align: left;
    color: red;
    padding-left: 10px;
    font-weight: 500;
    display: none;
    padding-top: 5px;
}

.text-start {
	text-align: left !important;
	padding-top:  9px;
	line-height: 1em;
	margin-bottom: 5px;
}

.date-from-label, .date-to-label {
	/*position: absolute;
	left: 10px;
	top: 5px;*/
	font-size: 0.8em;

}

.date-input {
	/*margin-left: 50px;
    width: calc(100% - 50px);*/
}

.text-start.text-date-label {
	padding-top: 26px;
}

.text-start.select-result-label {
	padding-top: 10px;
}

.select-result-div {
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px 10px;
	width: 100%;
	margin-top: 5px;
}

.select-btn-div {
	padding-left: 0px;
}

.btn-multi-select {

	border-radius: 4px;
}

.input-group {
	margin-bottom: 10px;
}

.select-result-blank {
	color: #777;
}

#missional-field-content {
	overflow-y: auto;
	padding-left: 0px;
}

#region-content {
	overflow-y: auto;
	padding-left: 0px;
}

.one-missional-field, .one-region, .one-skill {
	font-size: 1.2em;
	padding: 5px 10px;
	/*margin-bottom: 5px;*/
}

.one-toggle-arrow, .one-toggle-arrow-region, .one-toggle-arrow-skill {
	display: inline-block;
	/*background-color: #65a3ff;*/
	/*color: white;*/
	border-radius: 5px;
	padding: 0px 10px;
	margin-left: 5px;
	font-size: 0.8em;
}

.one-region-leaf {
	display: inline-block;
	flex: 0 0 calc(27% - 10px);
}

.sub-level-region {
	display: flex;
	flex-wrap: wrap;
}


#skill-content {
	overflow-y: auto;
	padding-left: 0px;
}


.one-skill-leaf {
	display: inline-block;
	flex: 0 0 calc(27% - 10px);
}

.sub-level-skill {
	display: flex;
	flex-wrap: wrap;
}




.btn-delete-added-file {
	padding: 0em 0.4em;
	border-radius: 0.5em;
	font-size: 0.8em;
}




.register-error-message {
	
    text-align: left;
    color: red;
    padding-left: 10px;
    font-weight: bold;
    display: none;
	margin-left: auto !important;
	margin-right: 0px;
	padding-top: 5px;
}

#div-image-thumbnail {
	margin-left: auto !important;
	margin-right: 0px;
	display: flex;
	flex-wrap: wrap;

}

.div-one-thumbnail {

	width: 100px;
	height: 100px;
	background-repeat: no-repeat !important;
	margin-bottom: 45px;
	margin-right: 10px;
	position: relative;

}

.div-delete-image {
	position: absolute;
	bottom: -30px;
}


.ck-editor {
	width: 100% !important;

}

.ck-content {
	min-height: 200px;
}

.ck-content ul li {
	padding: initial;
	list-style-type: disc;
}


.div-application-form {
	border:  1px solid #ced4da;
	border-radius: 5px;
	padding: 20px;
}

.application-form-label {
	text-align: left;
}

.mparticipation-modal-content {

	min-height: 80vh;
	height: initial; 
}

#div-preview-wrapper {

	max-width: 390px;
	height: 680px;
	margin: auto;

}

#div-preview {

	background-color: black;
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 20px;

}

.div-preview-header {
	display: flex;
	justify-content: space-between;
	height: 4rem;
}

.div-preview-title {

	color: white;
    text-align: left;
    /* font-size: 2vw; */
    margin-top: 16.4rem;
    padding FONT-VARIANT: JIS04;
    /* padding: 0; */
    font-size: 1.3rem;
    padding: 0em 2rem 0em 2rem;
    font-weight: 800;
    text-shadow: 0px 0px 4px #00000055;
    line-height: 1em;
}

.div-preview-summary {
	color: white;
    padding: 1rem 2rem;
    font-size: 1em;
    /*text-shadow: 2px 2px 4px #000000;*/
    font-weight: normal;
    line-height: 1.2;
    opacity: 0.7;

}

#div-preview-overlay {

	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	background:url('../images/preview-overlay-39.png');
	background-size: contain;
	background-size: 100% 100%;
	opacity: 1;
	/*background: radial-gradient(circle, transparent 0%, black 190%);*/
}

.div-preview-action-button {
	display: flex;
	margin-top: 0.5em;
}

.btn-preview-action {

	border-radius: 50px;
	background-color: #aaa;
	border: 0px;
	text-align: center;
	padding: 0.5em 2em;
	margin: auto;
}

.div-preview-content-div {

	position: absolute;
	top: 0px;
	left:  0px;
	bottom:  0px;
	right: 0px;
}

.div-preview-menu {

	padding:  7px 15px;
}

.div-preview-logo {
	padding: 15px;
}

.div-preview-logo img {
	filter: drop-shadow(0px 0px 3px #00000033);
	width: 72%;
}

.div-preview-menu-hamburger {
	color: white;
	font-size: 1.7em;
}

.btn-preview-action {
	width: 85%;
	color: black;
	font-weight: bold;
}


.advertisement-sub-title {
  font-weight: bold;
  font-size: 1em;
  margin-top: 20px;
}

.advertisement-box {
  border: 1px solid #999;
  border-radius: 10px;
  font-size: 1em;
  font-weight: bold;
  padding: 10px 60px 10px 20px;
  position: relative;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

.copy-button {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.social-media-sub-title {
  font-size: 0.7em;
}

.one-social-button {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

.one-social-image {
  width: 100%;
}

.embed-code-span {
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	width: 90%;
	height: 100px;
}

.page-url-span {

}

.preview-advertisement-title {
	font-size: 1.5rem;
	font-weight: bold;
}

.id-card-item {

	color:white;
	font-size:14px;
	position:absolute;
}

.top-date-nav {
	display:flex;
	justify-content: space-between;
	align-items:center;
}

.div-arrow {
	font-size: 3em;
	padding: 0px 20px;
	cursor:pointer;
}

.arrow-caption {
	font-size:0.27em;
}


.div-text-date-wrapper {
	display:flex;
	flex-direction: column;
	justify-content: center;

}

.div-test-date {
	font-size: 2em;
	margin-top:-10px;
}

.blood-field {
	flex:none !important;
	width:200px !important;
}

.unit-select {
	height: calc(100% + 5px);
    border: 1px solid #ccc;
    padding: 0px 10px;
    border-radius: 0px;
    margin-top: -5px;
}

.div-unit {
	margin-left:10px !important;
	padding-top: 5px;
}

.password-eye {
	position: absolute;
    right: 10px;
    top: 3px;
    z-index: 10;
    font-size: 1.3em;
}



/*phone landscape*/
@media (min-width: 576px){
	.login-box {
		padding: 40px 40px 20px 40px;	
	}
	
	.select-btn-div {
		padding-left: 10px;
	}
}
/*tablet*/
@media (min-width: 768px){
	.text-start {
		text-align: right !important;
		padding-right: 20px;
		padding-top:  10px;
	}

	.ck-editor {
		width: 75% !important;
	}

	.progress_bar li:first-child {
		margin-right: 20px;
	}

	.application-form-label {
		text-align: right;
	}
}

/*lg : pc*/
@media (min-width: 992px){


}

/*xl : large pc*/
@media (min-width: 1200px){
}

/*xxl*/
@media (min-width: 1400px){

}