body,
html {
    height: 100%;
}

a,
.uk-link,
.blue-text {
    color: #7aa5d2;
}

.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked,
nav {
    background-color: #7aa5d2;
}

.br-all {
    border-radius: 5px;
}

h1 {
    margin: 12px;
    color: #fff;
    font-size: 1.5em;
}

.uk-search {
    width: 100%;
}

.uk-card-default,
.uk-modal-dialog {
    border-radius: 15px;
}

.uk-modal-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.uk-modal-footer {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.random-bg {
    height: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7aa5d2;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
}

.card-shadow {
    box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

.card-shadow:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.mockup {
    width: 160px;
    height: 300px;
    position: absolute;
    background-image: url(images/mockup.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.mockup-land {
    width: 310px;
    height: 180px;
    position: absolute;
    top: 95px;
    background-image: url(images/mockup_land.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-app-preview {
    border-radius: 5px;
    width: 148px;
    height: 250px;
}

.bg-app-preview-land {
    width: 260px;
    height: 155px;
    border-radius: 5px;
}

.uk-card-badge {
    background-color: #fff;
    color: #7aa5d2;
}

.copyright {
    position: fixed;
    bottom: 5px;
    right: 15px;
    font-size: 12px;
    opacity: 0.5;
}

canvas {
    position: fixed;
    top: 0;
}

.mob-li {
    display: none;
}

.uk-navbar-dropdown {
    width: 100%;
    top: 60px !important;
    left: 0;
}

/* === Upload Page Styles ===*/
textarea {
    padding-left: 40px !important;
}

.uk-button-default {
    background-color: #7aa5d2;
    color: #fff;
}

.random-bg-prev {
    height: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
}

/* === Admin Page Styles ===*/

.uk-lightbox {
    background: rgba(0, 0, 0, 0.8);
}

.uk-lightbox > ul > li > img {
    border-radius: 15px;
}

.uk-table-hover tbody tr:hover,
.uk-table-hover > tr:hover {
    background-color: #7aa5d2;
    color: #fff;
}

.uk-preserve-width {
    width: 45px;
    height: 45px;
}

/* === Media All === */
@media only screen and (max-width: 600px) {
    .pc-li {
        display: none;
    }

    .mob-li {
        display: block;
    }
}
