@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&subset=greek-ext');
@import url('https://fonts.googleapis.com/css?family=Sofadi+One');

*::selection {
    color: white;
    background-color: #6c85c9;
}

body {
    width: 100%;
    height: 100%;
    font-family: "Noto Sans";
}

a {
    color: #516395;
    text-decoration: none;
}

.container {
    padding: 20px;
}

.main {
    position: relative;
    margin-top: 50px;
    text-align: center;

    animation-name: fade-in-konten;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.main h5 {
    padding-bottom: 10px;
}


.main .main-btn {
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 5px;
    width: auto;
    height: auto;
    border-radius: 20px;
    background-color: #516395;
    color: white;
    box-sizing: border-box;
    border: 2px solid #516395;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main .main-btn:hover {
    border: 2px solid #3b486c;
    background-color: #3b486c;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main #_bg-success {
    background-color: rgb(48, 182, 48);
    border: 2px solid rgb(48, 182, 48);
    width: 200px;
    height: 35px;
    border-radius: 10px;
    color: white;
    box-sizing: border-box;
    float: left;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main #_bg-success:hover {
    background-color: rgb(39, 164, 39);
    border: 2px solid rgb(39, 164, 39);
    color: rgb(239, 239, 239);
    transform: scale(1.03);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#searchf {
    padding-left: 30px;
}

.ckptw {
    background-image: linear-gradient(to left, #614385, #516395);
    width: 100%;
    height: 300px;
    color: white;
    padding: 10px;
}

.ckptw h1 {
    padding-top: 60px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 30px;
}

.ckptw .icon {
    width: 100px;
    right: 0;
    flex: auto;
}

.glow {
    /* box-shadow: 0px 0px 15px 5px #455c9e; */
    box-shadow: 0px 0px 15px 5px red;
}

.infogs {
    animation-name: title-konten;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.pinfogs .img {
    width: 300px;
    min-height: auto;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    margin: auto;
    background-color: #ededed;
    background: linear-gradient(100deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, .5) 50%,
            rgba(255, 255, 255, 0) 60%) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s loading ease-in-out infinite;
    border-radius: 10px;
}

.pinfogs img:hover {
    transform: scale(1.02);
    border-color: #516395;
}

.pinfogs img {
    border-radius: 10px;
    border: 3px solid #ccc;
    width: 300px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.binfogs {
    margin-top: 20px;
}

#phr {
    border-radius: 10px;
    border-width: 2px;
    padding: 10px;
    color: black;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

#phr:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #516395;
    box-shadow: 0px 0px 5px #51639596;
    outline: 0 none;
}

#btn_submit {
    margin-top: 10px;
}

.mytext {
    border: 0;
    padding: 10px;
    background: whitesmoke;
}

.text {
    width: 75%;
    display: flex;
    flex-direction: column;
}

.text>p:first-of-type {
    width: 100%;
    margin-top: 0;
    margin-bottom: auto;
    line-height: 13px;
    font-size: 12px;
}

.text>p:last-of-type {
    width: 100%;
    text-align: right;
    color: silver;
    margin-bottom: -7px;
    margin-top: auto;
}

.text-l {
    float: left;
    padding-right: 10px;
}

.text-r {
    float: right;
    padding-left: 10px;
}

.avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    float: left;
    padding-right: 10px;
}

.macro {
    margin-top: 5px;
    width: 85%;
    border-radius: 5px;
    padding: 5px;
    display: flex;
}

.msj-rta {
    float: right;
    background: whitesmoke;
}

.msj {
    float: left;
    background: #516395;
    color: white;
    /* background-image: linear-gradient(to left, #614385, #516395); */
    background-color: #516395;
}

.frame {
    background: #e0e0de;
    height: 600px;
    overflow: hidden;
    padding: 0;
    margin: auto;
    border-radius: 50px;
    border: 10px solid transparent;
}

.frame ul li {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    margin-top: 5px;
}

.frame ul li:nth-child(1) {
    margin-top: 60px;
}

.frame>div:last-of-type {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
}

.msj-rta>div>div:nth-child(2)>span {
    background: whitesmoke;
    padding: 10px;
    font-size: 21px;
    border-radius: 50%;
}

div.msj-rta.macroa {
    margin: auto;
    margin-left: 1%;
}

.main ul {
    width: 100%;
    list-style-type: none;
    padding: 18px;
    position: absolute;
    bottom: 47px;
    display: flex;
    flex-direction: column;
    top: 0;
    overflow-y: scroll;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.main ul::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.main ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(128, 128, 128, 0.5);
}

.main ul::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 10px;
}

.main ul::-webkit-scrollbar-thumb:hover {
    background: rgb(110, 110, 110);
}

.msj:before {
    width: 0;
    height: 0;
    content: "";
    top: -5px;
    left: -14px;
    position: relative;
    border-style: solid;
    border-width: 0 13px 13px 0;
    border-color: transparent #516395 transparent transparent;
}

.msj-rta:after {
    width: 0;
    height: 0;
    content: "";
    top: -5px;
    left: 14px;
    position: relative;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: whitesmoke transparent transparent transparent;
}

.main input:focus {
    outline: none;
}

.inf {
    margin-top: 10px;
}

.inf i {
    font-size: 15px;
    margin-top: 1px;
    margin-left: 10px;
    transform: translateY(2px);
    background-color: #516395;
    color: #fff;
    padding: 8px;
    border-radius: 10px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.inf i:hover {
    background-color: #3b486c;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.dot:nth-child(2) {
    animation-delay: 250ms
}

.dot:nth-child(3) {
    animation-delay: 500ms
}

.loader {
    margin-top: 10px;
    background-color: whitesmoke;
    border-radius: 15px;
    float: right;
    color: grey;
}

@media (min-width: 576px) {

    .pinfogs .img,
    .pinfogs img {
        width: 250px;
        height: 175px;

    }

    .ckptw .gc {
        left: 600px;
        top: 100px;
    }
}

@media (min-width: 768px) {
    .ckptw .gc {
        left: 600px;
        top: 100px;
    }

    .ckptw h1 {
        font-size: 40px;
    }

    .ds-biodata {
        padding-top: 0px;
    }

    .pinfogs .img,
    .pinfogs img {
        width: 250px;
        height: 175px;
    }
}

@media (min-width: 992px) {
    .ckptw .gc {
        display: none;
    }

    .pinfogs .img,
    .pinfogs img {
        width: 450px;
        height: 325px;
    }

    .binfogs {
        margin-top: 0px;
    }
}

@keyframes loading {
    to {
        background-position-x: -20%;
    }
}

@keyframes blink {
    50% {
        fill: transparent
    }
}

.dot {
    animation: 1s blink infinite;
    fill: grey;
}