:root {
    --primary: #1D2D44;
    --primary-dark: #192535;
    --secondary: #3E5C76;
}

body {
    font-family: "Inter", sans-serif;
}

a {
    color: rgb(43 84 143);
    text-decoration: none;
}

/*INTRO BOX*/
.intro-box {
    background-color: var(--primary);
    color: rgba(255, 255, 255, 0.8);
}
.intro-box .container {
    padding-top: 5rem;
    padding-bottom: 4rem;
}
.intro-box h1 {
    font-weight: 500;
}
.intro-box:after {
    display: block;
    content: "";
     background: linear-gradient(to bottom right, var(--primary) 49%,#fff 50%); 
    height: 65px;
    clip-path: polygon(0 101%, 100% 101%, 100% 0);
    background-color: #ffffff;
}
@media only screen and (max-width: 992px) {
    .intro-box:after {
        background: var(--primary);
        height: 10px;
    }
}
#scan-url .input-group input {
    background: #203149;
    color: #fff;
    border: none;
    border-bottom: 2px solid #ffffff1f;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
}
#scan-url .input-group .btn {
    background: none;
    color: #ffffff1f;
    border: none;
    border-bottom: 2px solid #ffffff1f;
    margin-left: 1px;
    border-radius: 0;
}
#scan-url .input-group input::placeholder {
    color: #ffffff75;
}
#scan-url-button {
    min-width: 60px;
}
#scan-url-button i {
    color: #ffffff80;
}
/*END INTRO BOX*/

#screenshot {
    width: 100%;
    max-width: 1500px;
    background-color: #fff;
    aspect-ratio: 16 / 9;
}

.table-results-general {
    margin-bottom: 0;
}
.table-results-general tr:first-child td {
    border-top: 0;
}
.table-results-general td {
    vertical-align: middle; 
}

/*TITLE BAR*/
#title-bar {
    background-color: var(--primary);
    padding: 40px 0 0 0;
}
#title-bar:after {
    display: block;
    content: "";
    background: linear-gradient(to bottom right, var(--primary) 49%, #fff 50%);
    height: 65px;
}
@media only screen and (max-width: 992px) {
    #title-bar:after {
        background: var(--primary);
        height: 40px;
    }
}
#title-bar h1 {
    color: #fff;
    margin: 0;
    max-width: 900px;
}
.title-bar-upper {
    color: #ffffffb5;
    display: inline-block;
    text-decoration: none;
}
.title-bar-upper:hover {
    color: #fff;
}
/*END TITLE BAR*/
#theme-container {
    background-color: var(--primary);
    color: rgba(255, 255, 255, 0.8);
    padding: 3rem 0;
}
#theme-container a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}
#theme-container a:hover {
    color: rgba(255, 255, 255);
}
#theme-divider-top {
    background: linear-gradient(to top right, var(--primary) 49%,#fff 50%);
    height: 65px;
}
#theme-divider-bottom {
    background: linear-gradient(to bottom left, var(--primary) 49%,#fff 50%);
    height: 65px;
}
#theme-container .card {
    background-color: rgba(255, 255, 255, 0.08);
}
/*#plugins-container .card {
    background-color: #fbfbfb;
}*/

/*FOOTER*/
#footer {
    background-color: var(--primary-dark);
}
#footer a {
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}
#footer-boxes {
    background-color: var(--primary);
    color: #ffffffb8;
}
#footer-boxes:before {
    display: block;
    content: "";
    background: linear-gradient(to top left, var(--primary) 49%, #fff 50%);
    height: 65px;
}
@media only screen and (max-width: 992px) {
    #footer-boxes:before {
        background: var(--primary);
        height: 20px;
    }
}
#footer-boxes ul {
    list-style-type: none;
    padding-left: 0;
}
#footer-boxes a {
    color: #ffffffb8;
    text-decoration: underline;
    text-decoration-color: #ffffff36;
    text-decoration-thickness: 0.75px;
    text-underline-offset: 3px;
}

/*END FOOTER*/

.bg-wps-dark {
    background-color: var(--primary-dark);
}

.navbar-brand img {
    max-height: 45px;
}

.bg-grey-angle {
    background-color: var(--secondary);
    color: rgba(255, 255, 255, 0.9);
}
.bg-grey-angle:before {
    display: block;
    content: "";
    background: linear-gradient(to top left, var(--secondary) 49%, #fff 50%);
    height: 65px;
}
.bg-grey-angle:after {
    display: block;
    content: "";
    background: linear-gradient(to bottom right, var(--secondary) 49%,#fff 50%);
    height: 65px;
}
@media only screen and (max-width: 992px) {
    .bg-grey-angle:before, .bg-grey-angle:after {
        background: var(--secondary);
        height: 1px;
    }
}

.post-list-grid-item {
    margin-top: 20px;
}
.post-list-grid-item a {
    display: block;
    height: 100%;
    text-decoration: none !important;
    background-color: #f8f8f8;
}
.post-list-grid-item h4 {
    color: #212529;
    font-weight: 600;
    padding: 20px 20px 10px 20px;
}
.post-list-grid-item p {
    color: #212529;
    padding: 0 20px 10px 20px;
}
.post-list-grid-item img {
    width: 100%;
}

/*.card-body {
    background-color: #fbf9f9;
    border-radius: 6px;
}*/

.post-body h2, .post-body h3, .post-body h4, .post-body h5 {
    margin-bottom: 15px;
    margin-top: 30px;
}
.post-body .spacer {
    margin-bottom: 10px;
}

.bg-grey-angle .card {
    border: 0;
}

.post-meta-overlay {
    width: 100%;
    background-color: #0b111c7d;
    color: #fff;
    backdrop-filter: blur(3px);
    margin-top: -80px;
    height: 80px;
    display: flex;
    align-items: center;
}
.post-meta-overlay .post-meta {
    padding-left: 30px;
}

.card {
    border-radius: 10px;
}
.card-img-top {
    border-radius: 10px 10px 0 0;
}
.card-body a h5, .card-body h5 a {
    color: #212529;
}

.pagination .page-link {
    color: #1d2d44;
}
.pagination .active .page-link {
    background-color: #1d2d44;
    border-color: #1d2d44;
    color: #fff;
}
