@import url('//fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');
@import url('//fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('//fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

@import url("../../../ajax/libs/font-awesome/5.15.2/css/all.min.css");
@import url('//fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&display=swap');
@import url('//fonts.googleapis.com/css2?family=Encode+Sans:wght@100;200;300;400;500;600&display=swap');
body{
    font-family: 'Encode Sans', sans-serif;
    background-color: #f9f9f9;
}

ul, ol {
    padding:0!important;
    margin:0!important;
}
li {
    list-style: none;
}

a {
    text-decoration: none;
}

p, h1,h2,h3,h4,h5 {
    margin:0;
    padding:0;
}


#upnet {
    min-height: calc(100vh - 150px);
}

.breadcrumb {

    margin-bottom:10px!important;

}

.breadcrumb a {
    color:#79888f;
}

.breadcrumb li.active{
    color:#000;
}

.cover-image{
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.cover-image img{
    max-width: 100%;
    height: 350px;
    object-fit: cover;
}

.cover-image > .title {
    position: absolute;
    bottom:0;
    left:0;
    background: #fff;
    min-width: 60%;
    padding:10px;
    padding-left:20px;
}



.cover-image > .title h1{
    font-family: Oswald !important;
    font-size: 32px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 10px;
}

.cover-image > .title > .user-line {
    position: relative;
    z-index:3;
}

.cover-image > .title > .user-line > .user-detail{
    font-size:13px;
    position: relative;
    z-index:3;

}

.cover-image > .title> .user-line > .user-detail > .username> a {
    color:#6610f2;
}

.cover-image > .title> .user-line > .user-detail > span {
    color:#79888f;
    font-size:12px;
}

.cover-image > .title> .user-line > .user-detail > span a {
    color:#79888f;
}

.cover-image > .title > .user-line > .user-image img{
    width: 35px;
    height: 35px;
    border-radius: 35px;
}

.cover-image > .title > .user-line {
    display: flex;
    gap:10px;
    background: #fff;
    font-size:13px;
    flex-direction: row;
}



.header-container {
    position: relative;

    margin-bottom:10px;
}

.header-section {

    position: absolute;
    top:0;
    -moz-box-shadow:    inset 0 0 70px #000000;
    -webkit-box-shadow: inset 0 0 70px #000000;
    box-shadow:         inset 0 0 70px #000000;
    background-color: #cccccc;
    height: 700px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    -webkit-filter: drop-shadow(0px 2px 0px rgba(244, 247, 249, 1));
    filter: drop-shadow(0px 2px 0px rgba(244, 247, 249, 1));
}

.header-section > .black-more {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: #000;
    opacity: 0.4;
}

.header-box {
    position: relative;
    z-index:5;
    height: 300px;
    margin-top:calc( 600px - 350px);
    color:#fff;
    display: flex;
    gap:30px;
    flex-direction: column;
}

.header-box .btn-full {
    width: 250px;
}

.search-result {
    display: none;
    position: absolute;
    top:50px;
    left:70px;
    background: #fff;
    width: calc(100% - 155px);
    transition: 0.2s ease;
}

.search-result ul{
    width: 100%;
    display: flex;
    flex-direction: column;

}
.search-result ul li {
    width: 100%;

    border-bottom:1px solid #ced4da;
}
.search-result ul li a{
    display: block;
    padding:10px 20px;
    background: #fff;
    width: 100%;
    height: 100%;
    color:#6610f2;
}

.search-result ul li a:hover{
    background: #f9f9f9;
    color:#000;
}

.search-box {
    position: relative;
    bottom:0;
    margin-top:60px;

}
.search-box > small {
    padding:5px;
    display: flex;
    gap:5px;
    color:#79888f;
}
.search-box > small a {
    color:#6610f2;
    padding:2.5px 10px;
    background: #868af5;
    color:#fff;
    border-radius: 5px;
    font-size:12px;
}
.search-box > .input-group {
    margin-bottom: 5px;
}

.search-box > .input-group > input {
    height: 50px;

}

.search-box > .input-group > .input-group-text{
    background: #868af5;
    color:#fff;
    border-color:transparent;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-box > .input-group > .input-group > input{
    background: #868af5;
    color:#fff;
    border-color:transparent;

}

.search-box > .input-group > input::placeholder{
    color:#79888f;
}
.search-box > .input-group > input:focus {
    box-shadow: none;
}


.header-box span {
    color:#fff;
    font-weight: 600;
    font-size:19px;
}

.header-box > h3 a {
    color:#fff;

}

.logo {
    position: absolute;
    top:22px;
    left:20px;
    z-index:3;
    color:#fff;
}



.navbar-custom {
    z-index:2;
}
.navbar-custom .nav-item > .nav-link.active {
    border-top:3px solid #6a6ff2;
    color:#fff;

}

.navbar-custom  {
    padding-top:0;
}

.navbar-custom .nav-item > .nav-link {
    color:#79888f;
    padding: 20px 20px;
    margin-top:2px;
    border-top:3px solid transparent;

}

.navbar-custom .nav-item:hover > .nav-link {
    color:#fff;
    /*border-color:#6a6ff2;*/
}

.navbar-custom  > .container > .collapse {
    height: 50px;
}

.navbar-custom > .container > .collapse > .right-side{
    display: flex;
    height: 100%;
    align-items: center;
    gap:10px;
}




.navbar-custom  > .container > .collapse > .right-side > ul.user {
    padding:0;
    margin:0;
    display: flex;
    gap:15px;
    align-items: center;
}

.questions a.title-link h3 {
    font-size:16px;
    box-sizing:border-box;
    width: 100%;
    height: auto;
    overflow: hidden; /* taşanları gizle */
    white-space: nowrap; /* alt satıra hiç inme */
    text-overflow: ellipsis; /* eğer uzunsa üç nokta koy */
}

.uptopico-vertical a.title-link:hover h3{
    color:#6610f2;
}

ul.user li {
    margin-top:17px;
    list-style: none;
}

.btn-full{
    font-size:14px;
    padding-left: 30px;
    padding-right: 30px;
    background: #6a6ff2;
    color:#fff;
    border-color:#868af5;
}

.btn-full:hover{
    background: #868af5;
    color:#fff;
    border-color:#6a6ff2;
}

.btn-empty {
    font-size:14px;
    padding-left: 20px;
    padding-right: 20px;
    background: #868af5;
    color:#fff;
    border-color:#a1a4f7;
}

.btn-empty:hover{
    background: #a1a4f7;
    color:#fff;
    border-color:#868af5;
}

.tree-dot {
    position: relative;
    z-index: 5;
    margin-bottom:50px;
}

.tree-dot ul {
    padding:0;
    margin:0;
    display: flex;
    gap:10px;

}

.tree-dot ul li {
    width: 10px;
    height: 10px;
    background:#79888f;
    border-radius: 10px;
    cursor: pointer;
}

.tree-dot ul li.active{
    background:#a1a4f7;
}

.title-head {
    margin-top:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:30px;
}

.title-head h1 {
    color:#666;
}

.title-head h4  {
    width: 100%;
    font-size:19px;
    margin:0;
    color:#666;
}
.errors, .success {
    padding: 4px;
    font-size: 13px;
    margin-bottom: 10px;
    border: 1px solid;
    border-radius: 5px;
}

.errors {
    color: red;
}

.success{
    color:green;
}

.title-head > .form-select{
    background: #a1a4f7;
    color:#fff;
    border-color:#868af5;
    width: 200px;
}


.uptopico-vertical {
    display: flex;
    width: 100%;
    flex-direction: column;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    margin-bottom:20px;
}

.uptopico-vertical > a {
    border-bottom:1px solid #cde3eb;
    background: #fff;
}

.uptopico-vertical > a > img{
    width: 100%;
    height:250px;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.uptopico-vertical > a > h3 {
    background: #fff;
    padding:10px 20px;
    color:#79888f;
    margin:0;
    font-size:17px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.navbar-toggler-icon {
    background: #6a6ff2;
}


.uptopico-vertical > .user-line {
    display: flex;
    gap:10px;
    padding:10px 20px;
    background: #fff;
    font-size:13px;
}

.uptopico-vertical > .user-line > .user-image img{
    width: 35px;
    height: 35px;
    border-radius: 35px;
}
.uptopico-vertical > .user-line > .user-detail{
    font-size:13px;
}

.uptopico-vertical > .user-line > .user-detail > .username> a {
    color:#6610f2;
}

.uptopico-vertical > .user-line > .user-detail > span {
    color:#79888f;
    font-size:12px;
}


.uptopico-horizontal {
    display: flex;
    margin-bottom:20px;

}
.uptopico-horizontal > .image img {
    width: 300px;
    object-fit: cover;
    height: 200px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.uptopico-horizontal > .content {
    background: #fff;
    display: flex;
    flex-direction: column;
    width:100%;
    color:#79888f;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.uptopico-horizontal > .content .meta a{
    color:#79888f;
    transition: 0.2s ease;
}

.uptopico-horizontal > .content .meta a h3{
    font-size:22px;
}

.uptopico-horizontal > .content .meta{
    padding:10px 20px;
}
.uptopico-horizontal > .content .meta a:hover h3{
    color:#6610f2;
}


.uptopico-horizontal > .content > .post-line{
    display: flex;
    gap:10px;
    border-top:1px solid #dedede;
    padding:10px 20px;
    font-size:15px;
}

.uptopico-horizontal > .content > .user-line{
    display: flex;
    gap:10px;
    border-top:1px solid #dedede;
    padding:10px 20px;
    font-size:13px;
}

.uptopico-horizontal > .content > .user-line img {
    width: 35px;
    height: 35px;
    border-radius: 35px;
}

.uptopico-horizontal > .content > .user-line span {
    font-size:12px;
}

.uptopico-horizontal > .content > .user-line a {
    color:#6610f2;
}

.uptopico-vertical > .user-line > .user-detail span a {
    color:#6610f2;
}

.uptopico-horizontal > .same-category {
    flex-shrink: 0;
    margin-left:30px;

}

.uptopico-horizontal > .same-category .title {
    margin-bottom:20px;
    font-weight: bold;
    color:#5c5c5c;
}
.uptopico-horizontal > .same-category .title a {
    color:#6610f2;
}


.uptopico-horizontal > .same-category ul li {
    display: flex;
    justify-content: space-between;
    gap:20px;
    align-items: center;
    color:#5c5c5c;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #cde3eb;
}

.uptopico-horizontal > .same-category ul li:last-child {
    border-bottom:transparent;
}

.uptopico-horizontal > .same-category ul li a{
    color:#5c5c5c;
    transition: 0.2s ease;
    width: 200px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.uptopico-horizontal > .same-category ul li:hover{
    color:#6610f2;
}

.footer-container {
    width: 100%;
    background: #20213d;
    color:#fff;
    display: flex;
    align-items: center;
    margin-top:50px;
    padding:50px;
}

.footer-box p, .footer-box li, .footer-box li a{
    color:#a6a7b3;
    font-size:14px;
}

.navbar-home {
    padding:0!important;
    background: #20213d;
    color:#fff;
}

.navbar-home .navbar-brand {
    color:#fff;
}

.navbar-custom .navbar-brand {
    color:#fff;
    margin-top:10px;
}


.navbar-home .nav-item > .nav-link {
    color:#79888f;
    padding: 20px 20px;

    border-top:3px solid transparent;

}

.navbar-home .nav-item:hover > .nav-link {
    color:#fff;
    /*border-color:#6a6ff2;*/
}

.navbar-home > .container > .collapse {

}

.navbar-home> .container > .collapse > .right-side{
    display: flex;
    height: 100%;
    align-items: center;
    gap:10px;
}

.navbar-home  > .container > .collapse > .right-side > ul.user {
    padding:0;
    margin:0;
    display: flex;
    gap: 15px;
    align-items: center;
}

.notification {
    font-size:18px;
    color:#fff;
    position: relative;
}

.notification:hover{
    color:#868af5;
}

.navbar-home  > .container > .collapse > .right-side > ul.user li {
    margin-top:0!important;
    list-style: none;
}


.login {
    height: calc(100vh - 300px);
    display: flex;
    align-items: center;
    justify-content: center;
}



.account-form .input-group input.form-control {

    font-size: 17px;
    color: #333;
    border-bottom: 1px solid #ddd!important;
    border-radius: 0!important;
    transition: all 0.2s;
    height: 60px;
    margin: 0;
    border-left:0;
}

.account-form .input-group .input-group-text {
    background: #fff;
    border-right: 0;
    border-radius: 0;
}

.account-form .input-group i {
    width: 40px;
    color:#979797;
}



.terms {
    display: flex;
    margin-top:20px;
    gap:10px;
    font-size:13px;
    align-items: flex-start;
    margin-bottom: 10px;
}

small a{
    color:#6610f2;
}

.terms a{
    color:#666;
}

.terms input {
    margin-top:5px;
}

.read-side {
    position: sticky;
    top:20px;
}

.read-side .uptopico-horizontal > .same-category {
    width: 100%;
}

.read-side .uptopico-horizontal > .same-category {
    margin-top:20px;
    margin-bottom:20px;
    margin-left:0;
}


.read-box {
    z-index:5;
    width: 100%;
    padding:30px;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    background: #fff;
    transition: 0.2s ease;
    margin-top:20px;
    margin-bottom:20px;
}

.read-box * {
    line-height: 1.6;
}



.read-box h2,h3,h4,h5,h6,p,ul {
    margin-bottom:10px!important;
    margin-top:10px!important;
}

.read-box li {
    list-style: square;
}

.read-box a {
    color:#6a6ff2;
}

.read-box a:hover{
    color:#6610f2;
}


.social-share {
    position: sticky;
    margin-top:10px;
    top:10px;
    width: 100%;
}

.social-share ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap:10px;
}

.social-share ul li a{
    display: flex;
    width: 100%;
    padding:10px;
    color:#fff;
    justify-content: space-between;
}

.twitter {
    background:#1DA1F2;
}

.facebook {
    background:#4267B2;
}

nav.section-nav {
    position: relative;

    align-self: start;
}

/* 3. ScrollSpy active styles (see JS tab for activation) */
.section-nav li.active > a {
    color: #333;
    font-weight: 500;
}


.section-nav ol li ul li {
    margin-left:10px;
}

/* Sidebar Navigation */
.section-nav {
    padding: 20px;
    font-size: 15px;
    border-left: 1px solid #efefef;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    margin-top:20px;
}

.section-nav ol h2 {
    font-size:18px;
}

.section-nav a {
    text-decoration: none;
    display: block;
    padding: .125rem 0;
    color: #ccc;
    transition: all 50ms ease-in-out; /* 💡 This small transition makes setting of the active state smooth */
}

.section-nav a:hover,
.section-nav a:focus {
    color: #666;
}



#list-readmore .uptopico-vertical > a > img{
    height:150px!important;
}

.category > .title{
    bottom: 0;
    left: 0;
    background: #fff;
    min-width: 60%;
    padding: 10px;
    padding-left: 20px;
}
.category > .title h1 {
    font-family: Oswald !important;
    font-size: 32px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.category > .title p {
    margin:0;
    padding:0;
}

.profile-box {
    z-index: 5;
    width: 100%;
    padding: 30px;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px;
    background: #fff;
    transition: 0.2s ease;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    gap:20px;
}

.profile-box > .image img {
    width: 100px;
    height: 100px;
    border-radius: 100px;

}
.profile-box > .user-detail {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.profile-box > .user-detail > .user-detail-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.profile-box > .user-detail > .user-detail-header h2{
    font-family: Oswald !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin:0;
    padding:0;
}
.profile-box > .user-detail > .user-statistic ul{
    display: flex;
    width: 100%;
    gap:10px;
    margin-top:10px!important;
    margin-bottom:10px!important;


}

.profile-box > .user-detail > .user-statistic ul li span:first-child{
    font-family: Oswald !important;
}

.profile-box > .user-detail > .user-statistic ul li span:last-child{
    color:#a4aab3;
}

.profile-box > .user-detail > .user-desc {
    margin-bottom: 10px;
}


.profile-box > .user-detail > .user-uptopico-category ul{
    display: flex;
    width: 100%;
    gap:10px;
    margin-top:10px!important;
    margin-bottom:10px!important;
}





.profile-box > .user-detail > .user-uptopico-category ul li a{
    padding:5px 10px;
    background: #f8f9fa;
    color:#000;
}


.user li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:10px;
}



.custom-dropdown {
    background: #20213d;
}

.custom-dropdown li {
    margin-top:0!important;
}

.custom-dropdown li a {
    justify-content: flex-start;
}





.editor {
    background: #fff;
}


.editor-headline {
    border-bottom:1px solid #eaeaea;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px;
}

.editor-headline >.title-editor {
    width: 100%;
}

.editor-headline >.title-editor input{
    width: 100%;
    border:1px solid transparent;
    transition: 0.2s ease;
}

.editor-headline >.title-editor input:focus{
    border:1px solid #eaeaea;
    box-shadow: none;
}

.editor-headline > .action-editor {
    flex-shrink: 0;
    margin-left:20px;
}

.editor-headline > .action-editor ul {
    display: flex;
    gap:10px;
    color:#000;
    font-size:12px;
}

.editor-headline > .action-editor ul li {
    display: flex;
    font-size:12px!important;
    justify-content: space-between;
    align-items: center;
    gap:5px;
}

.btn-grey-empty {
    padding:5px 10px;
    border:1px solid #eaeaea;
    cursor:pointer;
    transition: 0.2s ease;
    border-radius: 5px;
}

.btn-grey-empty:hover{

    background: #6a6ff2;
    color:#fff;
}

.editor-inside {
    border-right:1px solid #eaeaea;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px;
    flex-direction: column;
}

.tox-tinymce{
    width: 100%;
    height:550px!important;
}

.editor-settings {
    padding:10px;
}


.comment-box {
    width: 100%;
    background: #fff;
    padding:10px;
    margin-bottom: 20px;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px;
}

.comment-box > .comment-header {
    display: flex;
    margin-bottom: 5px;
    align-items: flex-start;
}

.comment-box > .comment-header > .img {
    margin-right: 10px;
}

.comment-box > .comment-header > .img img {
    width: 50px;
    height: 50px;
    border-radius: 35px;
}

.comment-box > .comment-header > .user {
    display: flex;
    flex-direction: column;
    font-size:14px;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}

.comment-box > .comment-header > .user .reaction {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.reaction > .user-reaction {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;

}

.reaction > .user-reaction > .list-reaction {
    cursor:pointer;
    font-size:18px;
    position: relative;
}



.reaction > .user-reaction > .list-reaction ul {
    position: absolute;
    right: 0;
    width: 150px;
    font-size: 14px;
    top: 0;
    display: none;
    flex-direction: column;
    background: #fff;

    border-radius: 5px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 23%);
    padding: 12px 0;
    transform: scale3d(.8,.8,1);
    transform-origin: right top;

    border: 0;

}
	.read-box img {
        width: 100%!important;
		object-fit:contain;
	}
.reaction > .user-reaction > .list-reaction ul li a{
    color: #525252;
    font-size: 14px;
    font-weight: 600;
    padding: 6.8px 22px !important;
}
.reaction > .user-reaction > .list-reaction ul li a:hover{
    color: #fff;
    background: #6a6ff2;
}


.comment-box > .comment-header > .user .reaction button {
    padding:.1rem .6rem;
    font-size:14px;
    background: #868af5;
}

.comment-box > .comment-header > .user a {
    color:#6610f2;
}

.comment-box > .comment-header > .user span {
    color: #79888f;
    font-size: 14px;
}

.comment-box > .comment-text p{
    margin:0;
    font-size:15px;
    line-height: 1.7;
}

img[data-lazy-src] {
    /* we set the opacity to 0 */
    opacity: 0;

}
/* Image without 'data' attribute is (or becomes) visible */
img.lazy {
    /* prepare the future animation */
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    /* we set the opacity to 1 to do the magic */
    opacity: 1;
}


#sub-navbar {
    padding: 6px 12px;
    background: rgba(0,0,0,0.02);
    border-bottom: 1px solid rgba(0,0,0,0.08);
    margin-top:-10px;
    font-size:14px;
}

#sub-navbar ul{
    white-space: nowrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

#sub-navbar ul li {
    display: inline;
    white-space: nowrap;
    margin-left: 12px;
    color: rgba(0,0,0,0.54);
}

#sub-navbar ul li a {
    color:#6610f2;
}
#cover {
    height: 280px;
    text-align: center;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

#cover .contents .middle {
    width: 100%;
    margin: auto 24px;
    z-index: 1000;
}

#cover .contents header {
    margin-bottom: 32px;
    -moz-text-shadow: 0 10px 18px rgba(0,0,0,0.2);
    -webkit-text-shadow: 0 10px 18px rgba(0,0,0,0.2);
    text-shadow: 0 10px 18px rgb(0 0 0 / 20%);
}

#cover .contents header h1 {
    font-size: 48px;
    font-weight: lighter;
    color: rgba(0,0,0,0.87);
    margin-bottom: 12px;
}

#cover .contents header h2 {
    color: rgba(0,0,0,0.54);
    font-size: 22px;
}

#cover .contents #search-bar {
    background: #fff;
    position: relative;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

#cover .contents form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}

#cover .contents form .form-element:first-child {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}

.form-element .input {
    position: relative;
    width: 100%;
}

#cover .contents form .form-element input[type="text"] {
    border: 0;
    line-height: 54px;
    font-size: 22px;
    padding: 0 16px;
    width: 100%;
}

#cover .contents form .form-element input[type="text"]:focus-visible{
    outline: none;
}

#cover .contents form .form-element {
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    margin-top: 0;
}

#cover .contents form .form-element .input-custom {
    line-height: 54px;
    margin-right: 16px;
}

#cover .contents form .form-element .input-custom i {
    font-size: 20px;
    color: rgba(0,0,0,0.54);
}

#up-kripto .box-kripto {
    background: #ffffff;
    padding:10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    margin-bottom:10px;
}

#up-kripto .box-kripto:first-child {
    margin-left: 0;
}

#up-kripto .box-kripto a {
    color: rgba(0,0,0,0.87);
}

#up-kripto .box-kripto h4 {
    font-size: 22px;
    font-weight: lighter;
    padding-bottom: 6px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.25);
    -webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 25%);
    box-shadow: 0 1px 0 rgb(255 255 255 / 25%);
}

#up-kripto .box-kripto h4 img {
    padding: 0;
    margin-right: 8px;
    width: 24px;
    height: 24px;
}

#up-kripto .box-kripto p {
    margin: 0;
    font-size: 18px;
    font-weight: lighter;
}

#up-kripto .box-kripto p:last-child {
    font-size: 14px;
}

#up-kripto .box-kripto p i {
    font-size: 14px;
}

.color-green {
    color: #4caf50;
}

.color-red {
    color: #f44336;
}



@media only screen and (max-width: 768px) {
    .search-box>small {
        overflow: auto;
        height: 35px;
    }
    #cover .contents header h1 {
        font-size: 28px;
        line-height: 1.2;
    }
    .uptopico-horizontal {
        flex-direction: column;
    }

    #cover .contents .middle {
        margin:0!important;
    }

    #search-bar{
        display: none!important;
    }
    .uptopico-horizontal > .image img {
        object-fit: cover;
        height: 150px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        width: 100%;
        border-bottom-left-radius: 0;
    }
    .uptopico-vertical > a > img {
        height:150px;
    }
	.read-box img {
        width: 100%!important;
		object-fit:contain;
	}
	
	.read-box iframe {
		  width: 100%!important;
	}
	
    .editor-headline > .action-editor{
        margin-left:0;
    }
    .editor-headline{
        flex-direction: column;
    }
    .m-none {
        display: none;
    }
    .search-box > .input-group > .input-group-text {
        width: 40px;
    }

    .search-result {
        left: 40px;
        width: calc(100% - 125px);
    }

    .profile-box{
        flex-direction: column;
    }
    .profile-box > .image{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .profile-box > .user-detail > .user-detail-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .profile-box > .user-detail > .user-statistic ul {
        justify-content: center;

    }

}

@media only screen and (max-width: 975px) {
    .m-none {
        display: none;
    }
    .search-box > .input-group > .input-group-text {
        width: 40px;
    }

}

@media only screen and (max-width: 1350px) {


}