﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;400;700&display=swap');

* {
    /*    font-family: 'Noto Sans', sans-serif !important;*/
    font-family: 'Inter', sans-serif !important;
}
html {
    font-size: 16px;
}
img {
    max-width: 100% !important;
    height: auto;
}

a,
.page-link {
    color: #333;
    text-decoration: none;
}

    a:hover,
    .page-link:hover {
        color: #005792;
    }

h1,
h2,
h3 {
    font-weight: bold;
    color: #000;
}

.nmo {
    font-size: 3rem;
    font-weight: bold;
}

    .nmo .love {
        float: left;
    }

    .nmo svg {
        width: 100%;
        height: 100%;
    }

.r,
.love svg {
    color: #005792;
}

.content a {
    color: #7868E6;
}

.content p {
    font-size: 1.2rem;
    margin-bottom: 1.3rem;
}

.content li {
    font-size: 1.2rem;
    margin-bottom: 1.3rem;
}

.content span {
    color: #666 !important;
}

.nlist li {
    margin-bottom: 5px;
}

.nlist span {
    padding: 5px 10px;
    border-radius: 12px;
}

    .nlist span:hover {
        background: #e9e5ff;
    }

.nav-item.dropdown-item {
    letter-spacing: 1px;
    padding: 5px 10px;
}

.dropdown-item .nav-link {
    letter-spacing: 1px;
}

.nav-item.dropdown-item:hover {
    background: #e86ed0;
}

.boy,
.boy svg {
    color: #7868E6;
}

.girl,
.girl svg {
    color: #e86ed0;
}

.boy .page-item.active .page-link {
    background-color: #7868E6;
    border-color: #7868E6;
    color:#fff;
}

.girl .page-item.active .page-link {
    background-color: #e86ed0;
    border-color: #e86ed0;
    color:#fff;
}

.page-item.active {
    width: 40px;
    position: absolute;
}

.wp-block-table thead {
    border-bottom: 2px solid #ddd;
}

figure.wp-block-table a {
    padding: 0.5rem;
}

figure.wp-block-table td, .wp-block-table th {
    font-size: 1.3rem;
    padding: 5px;
}

.wp-block-table td, .wp-block-table th {
    border: 1px solid #ddd;
}

.r svg {
    transition: .1s ease-in-out;
}

.names {
    font-weight: bold;
}

    .names tr:hover .r svg {
        transform: translateX(5px);
        transition: .1s ease-in-out;
    }

    .names .list-group-item {
        display: flex;
        justify-content: space-between;
        border-bottom: #ddd solid 1px !important;
        border-color: #ddd;
        padding: 15px 5px;
    }

.a {
    padding: 3px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    
}
.pulse {
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}

.single .names {
    display: flex;
    justify-content: space-between;
}

.list-group-item:hover .r svg {
    transform: translateX(5px);
    transition: .1s ease-in-out
}

.love {
    cursor: pointer;
    width: 30px;
}

    .love svg {
        height: 30px;
    }

    .love:hover svg {
        transform: scale(1.3);
        transition: .5s ease-in-out;
    }

#autolist {
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
}

.more {
    text-align: right;
}

.s {
    margin-bottom: 30px;
}

.welcome {
    background: #fff;
    padding: 45px 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    text-align: center;
    margin-top: -16px;
}

    .welcome h2 {
        font-size: 2.8rem;
        font-weight: bold;
    }

    .welcome em {
        font-weight: 100;
        font-family: monospace !important;
    }

    .welcome .container {
        max-width: 960px;
    }

.box {
    background: #dbecff;
    padding: 10px 15px;
    border-radius: 15px;
    font-size: 1.3rem;
}

    .box .mea {
        color: #23ab2b;
        width: 20px;
        height: 20px;
    }

    .box h2 {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 10px 0px;
    }

tr .love svg {
    height: 20px;
    width: 20px;
}

.names tr:hover {
    background: #e9e5ff;
}

.search {
    box-shadow: none;
    border-radius: 15px;
    width: 70%;
    margin: 50px auto;
}

    .search .btn {
        background: #7868E6;
        color: #fff;
        border-radius: 0.5rem;
    }

        .search .btn:hover {
            opacity: 0.9;
            background: #7868E6;
        }

    .search input {
        height: 50px;
        border-radius: 15px 0px 0px 15px;
        padding: 0px 20px;
        text-transform: capitalize;
    }

    .search .input-group {
        border: solid 1px #7768e6;
        border-radius: 0.5rem;
    }

.btn-outline-secondary {
    border-color: #a9a9a9;
    border-left: none;
}

    .btn-outline-secondary:hover {
        background-color: #005792;
        border-color: #005792;
    }

h1 {
    font-size: 2.3rem;
    font-weight: bold;
    margin: 30px 0px;
}

h2 {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

h3 {
    font-size: 1.7rem;
    font-weight: bold;
}

#sideMenu {
    width: 300px;
}

.navbar-toggler {
    display: flex;
    width: 50px;
    border: none;
}

.sidebar .shadow-sm {
    background: #f1f0ff;
    border-radius: 6px;
}

.navbar-toggler svg {
    height: 100%;
    width: 30px;
}

.card {
    margin-bottom: 24px;
    height: calc(100% - 24px);
    border: none;
}

h3.card-title {
    font-size: 1.3rem;
    line-height: 1.3;
    word-spacing: 3px;
    letter-spacing: -1px;
    padding: 10px;
    text-align: center;
}

.card-text {
    color: #666;
}

.card img {
    width: 100%;
}

.dropdown-toggle {
    cursor: pointer;
}

.pagination {
    justify-content: space-between;
}

.btn-primary {
    color: #fff;
    background-color: #7868E6;
    border-color: #7768e6;
}

    .btn-primary:hover {
        opacity: 0.9;
    }

::placeholder {
    opacity: 0.5 !important;
}

:-ms-input-placeholder {
    opacity: 0.5 !important;
}

.navbar {
    min-height: 90px;
}

.navbar-nav {
    letter-spacing: 3px;
}

    .navbar-nav .nav-link {
        padding: 6px 15px !important;
    }

.table > :not(caption) > * > * {
    padding: 1.5rem 0.5rem;
}

.cat-title {
    margin-bottom: 30px;
}

.name_en {
    text-transform: capitalize;
    letter-spacing: 2px;
    padding-left: 10px;
    color: #7868E6;
}

td.name_en {
    padding: 0px;
}

td a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.5rem .5rem;
}

.r {
    text-align: right;
    width: 30px;
}

.input-validation-error {
    border: red dashed 1px;
}

.dropdown-menu.show {
    margin-top: 34px;
    border-radius: 0;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.v {
    background: #e9e5ff;
    border-radius: 10px;
    padding: 10px 20px !important;
}

.footer {
    line-height: 60px;
    background-color: #e4fbff;
}

.footer-logo {
    text-align: center;
}

    .footer-logo .logo {
        width: 30px;
    }

.medium {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.large {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
@media (max-width: 1200px) {
    .girl,
    .boy {
        overflow-y: scroll;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }

    ul.navbar-nav .nav-item {
        border-bottom: solid .5px #ddd;
    }

    .search {
        width: 100%;
    }

    .welcome {
        padding-left: 0px;
        padding-right: 0px;
    }

        .welcome h2 {
            font-size: 2rem
        }
}
