@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;
}


.input-group {
    width: 325px;
    max-width: 325px;
    border: 2px solid #516395;
    background-color: #516395;
    border-radius: 5px;
    margin: 0 auto;
    transition: 0.5s;
}

.input-group input[type=text] {
    border-color: transparent !important;
}

.input-group input[type=text],
.input-group .btn-outline-secondary {
    color: black;
    border: 1px solid transparent;
    box-sizing: border-box;
    box-shadow: none;
    background-image: none;
    outline: none;
    transition: 0.5s;
}

.input-group input[type=text]:focus {
    border-color: #3b486c;
    padding: 0px 15px 0px 15px;
    letter-spacing: 0.1px;
    transition: 0.5s;
}

.input-group .btn-outline-secondary {
    background-color: #516395;
    color: #fff;
    border-radius: 1px !important;
}

.input-group .icon {
    transform: scale(1);
    transition: 0.5s;
}

.input-group .btn-outline-secondary:hover:enabled {
    background-color: #3b486c !important;
    border-radius: 5px !important;

    .icon {
        color: #ccc;
        transform: scale(0.9);
        transition: 0.5s;
    }
}

.vl-btn {
    width: 2px;
    height: 75%;
    background-color: white;
    padding: 5px 0px 5px 0px;
    border-radius: 3px;
    margin: auto 2px auto 2px;
}


.main #btn_copy {
    width: 200px;
    height: 35px;
    border-radius: 10px;
    background-color: #516395;
    color: white;
    box-sizing: border-box;
    border: 2px solid #516395;
    float: left;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main #btn_copy:hover {
    border: 2px solid #3b486c;
    background-color: #3b486c;
    color: rgb(239, 239, 239);
    transform: scale(1.03);
    -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;
}

.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;
}

@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%;
    }
}
