/*
* Please do not remove this
* 07/05/2024
* Template by CusMeDroid
* IyoRTML
* Suryo DwiJayanto
*/

::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}
::-webkit-scrollbar-thumb {
    background: #fdfdfd;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #fdfdfd;
}
.animate-fading {
    animation:fading 10s infinite;
}
@keyframes fading {
    0%{opacity:0;}
    50%{opacity:1;}
    100%{opacity:0;}
}
.animate-opacity {
    animation:opac 0.8s;
}
@keyframes opac {
    from{opacity:0;}
    to{opacity:1;}
}
.animate-top {
    position:relative;animation:animatetop 0.4s;
}
@keyframes animatetop {
    from{top:-300px;opacity:0;}
    to{top:0;opacity:1;}
}
.animate-left {
    position:relative;
    animation:animateleft 0.4s;
}
@keyframes animateleft {
    from{left:-300px;opacity:0;}
    to{left:0;opacity:1;}
}
.animate-right {
    position:relative;animation:animateright 0.4s;
}
@keyframes animateright {
    from{right:-300px;opacity:0;}
    to{right:0;opacity:1;}
}
.animate-bottom {
    position:relative;animation:animatebottom 0.4s;
}
@keyframes animatebottom {
    from{bottom:-300px;opacity:0;}
    to{bottom:0;opacity:1;}
}
.animate-zoom {
    animation:animatezoom 0.6s;
}
@keyframes animatezoom{
    from{transform:scale(0);}
    to{transform:scale(1);}
}

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    background: #222;
    font-family: Arial, Helvetica, sans-serif;
}

* {
    box-sizing: border-box;
}

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

button {
    background: transparent;
    cursor: pointer;
    border: none;
    transition: 0.4s;
}

a {
    text-decoration: none;
    transition: 0.4s;
    cursor: pointer;
}

a:hover {
    color: #2EBF65;
}

pre {
    overflow: auto;
}

main {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 auto;
    overflow: hidden;
}

nav {
    width: 80px;
    height: 100%;
    background: #222;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding: 20px;
}

/* Backgrond Color */
.bgred {
    background: red;
}

.bggreen {
    background: green;
}

.bgyellow {
    background: yellow;
}

.bgpurple {
    background: purple;
}

.bgblue {
    background: blue;
}

.bggray {
    background: gray;
}

.cwhite {
    color: #fff;
}

.a_active {
    color: #2EBF65 !important;
}

#vtag {
    padding: 8px 0px;
}

.mtag {
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 4px;
}

#n_home {
    font-size: 22px;
    color: #fff;
    padding: 10px;
    margin-bottom: 25px;
}
#n_about {
    font-size: 22px;
    color: #fff;
    padding: 10px;
    margin-bottom: 25px;
}
#n_search {
    font-size: 22px;
    color: #fff;
    padding: 10px;
    margin-bottom: 25px;
}
#n_privacy {
    font-size: 22px;
    color: #fff;
    padding: 10px;
    margin-bottom: 25px;
}

#n_logout {
    font-size: 22px;
    color: #fff;
    padding: 10px;
    margin-bottom: 25px;
}

.article {
    width: 100%;
    height: 100%;
    background: #111;
    border: 1px solid #666;
    overflow: auto;
    scroll-behavior: smooth;
}

.section {
    display: flex;
    border-bottom: 1px solid #666;
    align-items: center;
    padding: 10px;
}

.pos_img {
    width: 100px;
    height: 100px;
    padding: 10px;
}

.pos_inf {
    width: 100%;
    padding: 10px;
    color: #fff;
    overflow: hidden;
}

.pos_title {
    color: #fff;
}

.pos_date {
    font-size: 12px;
    color: #ccc;
}

#home {
    color: #fff;
}

#about {
    display: none;
    color: #fff;
}

#search {
    display: none;
    color: #fff;
}

.spbt {
    margin-top: 10px;
}

.padusa {
    padding: 20px 20px 0px 20px;
}

.pad20 {
    padding: 20px;
}

.pad10 {
    padding: 10px;
}

.padbo6{
    padding-bottom: 6px;
}

#vall {
    display: none;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    transition-duration: 0.5s;
}

#vall:hover {
    color: #2EBF65;
}

.poslx {
    text-align: justify;
    white-space: pre-wrap;
    background: #000;
}

.uehsl {
    margin: 0 auto;
}

.uehsl a {
    color: #2EBF65;
}

#privacy #mdesc_priv {
    text-align: justify;
    white-space: pre-wrap;
}

#privacy a {
    color: #fff;
}

#privacy a:hover {
    color: #2EBF65;
}

.acsxd {
    border: 2px solid #ECECEC;
    border-radius: 30px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    padding: 10px;
    width: 100%;
    background: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.autocomplete {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-right: 4px;
}

.sww-input-text {
    width: 100%;
    padding: 6px 10px;
    border: none;
    font-size: 16px;
}

.acsss {
    border-radius: 20px;
    padding: 6px 14px;
    border: 1px solid transparent;
    cursor: pointer;
    transition-duration: 0.5s;
}

.acsss:hover {
    border: 1px solid #111;
    background: #111;
    color: #fff;
}

#privacy {
    display: none;
    color: #fff;
}

.aside {
    width: 360px;
    height: 100%;
    background: #222;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px;
    text-align: center;
    overflow: auto;
}

.logo {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-top: 60px;
    margin-bottom: 20px;
}

.p_title {
    color: #fff;
}

.p_sum {
    color: #ccc;
    padding: 8px 20px;
    text-align: center;
    margin-bottom: 8px;
}

.p_juns {
    margin-bottom: 10px;
}

.p_alink {
    font-size: 22px;
    color: #fff;
    padding: 10px;
}

.p_link {
    color: #fff;
    padding: 4px;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bnowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bnowrap .iddevlop_music_content {
    display: none;
}

.bnowrap ul li {
    display: none;
}

.bnowrap a img {
    display: none;
}

.bnowrap iframe {
    display: none;
}

.bnowrap video {
    display: none;
}

.bnowrap pre {
    display: none;
}

.bnowrap textarea {
    display: none;
}

.bnowrap input {
    display: none;
}

.bnowrap button {
    display: none;
}

.bottom-nav {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #222222;
    z-index: 2;
    padding: 8px;
    font-size: 24px;
    display: none;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column3 {
    float: left;
    width: 33.33%;
}

.column3w {
    float: left;
    width: 33.33%;
}

.column-bottom-nav {
    float: left;
    width: 25%;
    padding: 8px;
}

.wcard {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.wcard h3 {
    padding: 10px;
    color: #fff;
    background: #222;
}

.bbtn {
    width: 40px;
    height: 40px;
    padding: 8px;
    color: gray;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.4s;
}

#btm_home {
    width: 40px;
    height: 40px;
    padding: 8px;
    color: gray;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.4s;
}
#btm_about {
    width: 40px;
    height: 40px;
    padding: 8px;
    color: gray;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.4s;
}
#btm_search {
    width: 40px;
    height: 40px;
    padding: 8px;
    color: gray;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.4s;
}
#btm_priv {
    width: 40px;
    height: 40px;
    padding: 8px;
    color: gray;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.4s;
}
#btm_logout {
    width: 40px;
    height: 40px;
    padding: 8px;
    color: gray;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.4s;
}

#btnxprofile {
    display: none;
}

#btnxxprofile {
    display: none;
}

.ppev {
    display: none;
}

.login_art {
    width: 100%;
    display: flex;
}

.mr8 {
    margin-right: 8px;
}

.header {
    padding: 20px;
    color: #fff;
    background: #222;
    position: -webkit-sticky;
    position: sticky;
}

.panas {
    padding: 20px 20px 0px 20px;
    color: #fff;
}

.btn_edit {
    background: #2EBF65;
    color: #fff;
    margin-right: 8px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 8px;
    border-radius: 5px;
}

.btn_delete {
    background: #FF0000;
    color: #fff;
    margin-right: 8px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 8px;
    border-radius: 5px;
}

.lgnimg {
    object-fit: cover;
    width: 100%;
}

.login_asd {
    width: 100%;
    padding: 20px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oojs {
    color: #fff;
    display: block;
}

input[type=text], input[type=file], input[type=number], input[type=email], input[type=password], textarea, select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#main_edit {
    width: 100%;
    display: flex;
    align-items: center;
    background: #000;
    color: #fff;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top: 50px;
    padding-bottom: 80px;
}

#main_dash {
    width: 100%;
    display: flex;
    align-items: center;
    background: #000;
    color: #fff;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top: 50px;
    padding-bottom: 80px;
}

#main_about {
    width: 100%;
    display: none;
    align-items: center;
    background: #000;
    color: #fff;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top: 50px;
    padding-bottom: 80px;
}

#main_priv {
    width: 100%;
    display: none;
    align-items: center;
    background: #000;
    color: #fff;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top: 50px;
    padding-bottom: 80px;
}

#aswift_1_host {
    width: 100% !important;
}

#aswift_1 {
    width: 100% !important;
}

#vdesc {
    text-align: justify;
    white-space: pre-wrap;
}

#vdesc a {
    color: #2EBF65;
}

#vdesc img {
    width: 100%;
}

.mform {
    width: 80%;
}

.btnxl {
    width: 100%;
    background-color: #259750;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.4s;
}

.btnxl:hober {
    background-color: #2EBF65;
}

#btn-share {
    background: whitesmoke;
    padding: 8px 16px;
    margin: 0px 0px;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  color: #000;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.pfooter {
    margin: 0px;
    padding: 30px;
    text-align: center;
    background: #222;
}

/* AI */
.main_ai {
    padding: 20px;
}

#chat-output {
    border: 1px solid #ccc;
    padding: 10px;
    height: 300px;
    overflow-y: auto;
}
.user-message {
    background-color: #eee;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
}
.ai-message {
    background-color: #f0f0f0;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
}

#hads {
    display: none;
}

.cads {
    display: flex;
    padding: 20px;
    background: #222;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

#adsaktif {
    background: #2EBF65;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
}

#adsmati {
    background: #FF0000;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
}

footer {
    padding: 10px;
    color: #ccc;
    margin-bottom: 60px;
}

/* Mobile */
@media screen and (max-width: 600px) {
    .logo {
        width: 72px;
        height: 72px;
    }
    .ppev {
        display: contents;
    }
    nav {
        display: none;
    }
    .aside {
        display: none;
        width: 100%;
    }
    .article {
        width: 100%;
        border: 0px;
    }
    .bottom-nav {
        display: block;
    }
    .msipanse {
        width: 100%;
        height: 60px;
    }
    .login_art {
        display: none;
    }
    .column3w {
        width: 100%;
    }
}
