@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css";
.one-reply {

    width:100%;
    position:relative;
}

.div-reply {
/*    position:absolute;*/

}

.div-visible {

}

.div-invisible {
    display:none;
}

.div-visiblea {

}

.div-invisiblea {
    display:none;
}

.reply-text {
    width:100%;
}


/*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;

}


.page-item.active .page-link {
    background-color: #f48840;
    border-color: #f48840;

}


.page-link:hover {
    color: #f48840;
}


.page-link {
    color: black;
}


.pagination {
    justify-content: center;
}


.article-list-thumb {
    height:50px;
}

.list-table {
    width:100%;
    margin-top:20px;
}

.list-table td {
    border:1px solid #aaa;
    padding:10px;
}

.list-table tr.table-head td {
    background-color: #eee;
    font-weight: bold;
}

.article-category-title {
    font-size:0.8em;
    color: #f48840;
}

.id-card-item {

    color:white;
    font-size:14px;
    position:absolute;
}

.dropdown-item {
    padding: 0.5rem 1.5rem !important;

}

.dropdown-item:hover {
    background-color:#f85f90;
    color:white;
}

.down-content h2 {
    font-size:1.4rem;
    margin-bottom:10px !important;
    margin-top:10px !important;
}

.down-content h3 {
    font-size:1.2rem;
    line-height:1.6rem;
}

.container {
    padding-right:0px !important;
    padding-left:0px !important;
}

.content-div {
    padding-right:0px !important;
    padding-left:0px !important;
}

.down-content img {
    width:100% !important;
    height:auto !important;
}

.main-content-text img {
    width:100% !important;
    height:auto !important;
}

.my-input-field {
    border: 1px solid #ccc;
    padding: 0.375rem 0.75rem;
    height: calc(2.25rem + 2px);
}

#div-individual-notify-bubble {
    background-color:red;
    color:white;
    width:18px;
    height:18px;
    border-radius: 20px;
    border:0px;
    font-size: 0.75em;
    position: absolute;
    top: -10px;
    right: 5px;
    display:none;

}

#div-admin-notify-bubble {
    background-color:red;
    color:white;
    width:18px;
    height:18px;
    border-radius: 20px;
    border:0px;
    font-size: 0.75em;
    position: absolute;
    top: -10px;
    right: 5px;
    display:none;

}

.ratio-16x9 {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.ratio-16x9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*xs : smartphone portrait*/
@media (max-width:576px) { 

    .navbar-brand {
        margin-left:0px;
    }
    .content-div {
        padding-right:0px !important;
        padding-left:0px !important;
    }
    .container {
        max-width: 570px;
        padding-right:0px !important;
        padding-left:0px !important;
    }

}

/*sm and md: smartphone landscape and tablet*/
@media (min-width:577px) and (max-width: 992px) { 

    .navbar-brand {
        margin-left:30px;
    }
    .content-div {
        padding-right:0px !important;
        padding-left:0px !important;
    }
    .container {
        max-width: 980px;
        padding-right:0px !important;
        padding-left:0px !important;
    }

}

/*lg : pc*/
@media (min-width:993px) {

    .navbar-brand {
        margin-left:30px;
    }
    .container {
        max-width: 980px;
        padding-right:0px !important;
        padding-left:0px !important;
    }

}