@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
body, body * {min-height:initial; font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }

/*header*/

/*form*/
.form-control:focus {box-shadow:none !important;}

/*profile*/
.profile .main-profile .right-content .upload-box {display:block; background-position:center !important; width:100px; height:100px; border-radius:100%;}
.media img.rounded, .media.status img {border-radius:100% !important;}

#pages-container .swiper-slide {display:block;}

/*feed*/
.dz-comments-list li .list-content img {object-fit:cover;}

/*color
.page-wraper.header-fixed .header {background-color:rgba(255,255,255,0.8); border:0;}
.bell-icon {background:transparent;}
.post-card .post-meta-btn .action-btn.bg-primary, .post-card .post-meta-btn .action-btn.bg-secondary {background:transparent !important; padding:0 !important;}
*/

.header .close-popup {
    display: flex;
    line-height: 1;
    font-size: 20px;
    width: 35px;
    height: 35px;
    min-width: 35px;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #2f2f2f;
}

#main-navigation ul .nav-link a {color:#333;}
#main-navigation ul .nav-link.active a {color:var(--primary);}
.swiper-scrollbar {display:none;}
.dz-user-list {padding:15px;}

.post-card .post-meta-btn .handle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 15px;
    border-radius: 50px;
    font-size: 1rem;
}

.post-card .post-meta-btn .handle-btn {background-color:var(--rgba-primary-2) !important;}
.post-card .post-meta-btn .handle-btn .fill-icon {color:var(--primary);}
.post-card .post-meta-btn .handle-btn .fill-icon-2 {display:none;}
.post-card .post-meta-btn .handle-btn.active .fill-icon {display:none;}
.post-card .post-meta-btn .handle-btn.active .fill-icon-2 {display:block;}

.like_text {display:flex; margin-top:10px; color:#747e8b;}
.like_text .like_nick {display:flex; margin-left:5px;}

.edit-list-btn {display:flex; flex-direction:row; justify-content:center; align-items:center; width:30px; height:30px; gap:5px; cursor:pointer;}
.edit-list-btn .dot {width:5px; height:5px; background-color:#b9c2c9; border-radius:50%;}

.post-content-area .form-control {font-size:1.25rem; height:350px;}

.action-btn {cursor:pointer;}


