
/*header.php*/
.project-list-title {
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	margin: 0px 10px 10px 10px;
	font-weight: bold;
}

.myproject-gap {
	height:10px;
}


.div-space-project-title {
	width: 100%;
}

#space-project-title {
	font-size: 1.2rem;
    text-align: center;
}

#space-title {
	font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}


.ui-autocomplete .ui-menu-item {
    background-color: white !important;
    font-weight: bold;

}

li.one-search-item-li {
    padding: 0px;

}

.one-search-item-suggestion {
    align-items: center;
}

.one-search-item-li {
    background-color: white;
}

/*for one item li */
.one-search-item-li .ui-menu-item-wrapper.ui-state-active {
    background-color: #457bcb !important;
    border: 1px solid #457bcb;

}

.search-label-div {
    padding: 5px 5px 5px 5px;
}

#dic-edit-div {

    display:none;
    position:absolute;
    min-height:30px;
    z-index:800; 
    border-radius: 10px;
    background-color:white; 
    /*width:400px; */
    filter: drop-shadow(0px 0px 6px #00000033);
    padding:10px;

}

#dic-edit-table {
    margin: 10px;
    width: 550px;
}
#dic-edit-table td {
    padding: 10px;
    border:  1px solid #aaa;
}

.dic-edit-header {
    background-color: #eee;

}

.machine-translated-span {
    line-height: 3em;
    margin-top:0.5em;
    width:1.5em;
    background-color:#e7e7e7;
    border-radius:100px;
    padding:0em 1em 0.3em 0.6em;

}

.mt-label-span {
    font-size: 0.7em;
    margin-left:0.3em;
    color:#565656;

}

.top-breadcrumb {
    width: calc(100% - 40px);
    margin:auto;
}

.admin-nav {
    padding: 1rem !important;
}

.community-header-logo {
    height:40px !important;
    cursor:pointer;
}

.community-x-mark {
    height:20px !important;
}

.community-home-link {
    cursor: pointer;
}

.community-home-breadcrumb {
    width: fit-content;
    font-size: 1.1em;
    color: #008bd5;
    /* margin-left: 15px; */
    font-weight: bold;
    font-family: 'Fira Sans extra Condensed', 'Noto Sans KR';
}

.profile-container {
    border: 1px solid #0e0e0ea1;
}

.iti__dropdown-content {
    background-color: white;
    z-index: 3 !important;
}

.iti__search-input {
    /*padding: 20px 10px 0px 10px !important;*/
    
}

.iti__search-input:focus {
    border:0px !important;
}

.iti {
    margin-bottom:5px !important;
    border:0px !important;
}

.iti__tel-input {
    font-weight: bold;
    border:0px !important;
}

.iti__tel-input:focus {
    border:0px !important;
}

.iti__selected-country {
    /*margin-top:-7px !important;*/
}

.iti input::placeholder {
  opacity: 1 !important;
  color: rgba(0,0,0,.2) !important;
}

.register-logo-img {
    width: 10em;
}

/*xs : smartphone portrait*/
@media (max-width:576px) { 

    .register-logo-img {
        width: 10em;
    }
    

}

/*sm and md: smartphone landscape and tablet*/
@media (min-width:577px) and (max-width: 992px) { 

    .register-logo-img {
    width: 10em;
}

}

/*lg : pc*/
@media (min-width:993px) {

    .top-breadcrumb {
        width: calc(100% - 40px);
        margin:auto;
    }
}