﻿:root {
    --grenade: #2e3191;
    --green: #38c274;
    --blue-bg: #015ec216;
}

main {
    background-color: #F5F7F8;
}

.login-btn {
    padding: 8px 16px;
    color: white !important;
    font-size: 14px;
    text-decoration: none;
    border-radius: 0;
    border: 2px solid #2e3191;
    background-color: #2e3191;
}

.centered-login-sk{
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.login-btn:visited, .login-btn:hover {
    color: white !important;
    text-decoration: none;
}

.login-btn:hover {
    color: #2e3191 !important;
    background-color: white;
}

.menu-icon-sk {
    width: 20px;
    height: 20px;
}

.instruction-block .container {
    padding: 0px;
}

.column-image {
    min-height: 120px;
}

img.instruction-img {
    border-radius: .25em .25em 0px 0px;
    height: 120px;
    object-fit: cover;
}

.column-description {
    padding: 20px 10px;
}

.description-heading-box {
    min-height: 80px;
}

.block {
    padding: 0px;
}

.col-md {
    padding: 0px;
}

.instruction-description-container {
    display: flex;
    padding: 10px 0 20px 0;
    align-items: center;
    justify-content: space-between;
}

.column-description {
    display: flex;
    flex-direction: column;
    min-height: 340px;
    justify-content: space-between;
}

.instruction-short-description {
    min-height: 160px;
    max-height: 160px;
    /*overflow: hidden; */ 
    margin-bottom: 20px;
}

img.author-img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 100%;
}

.date-info p, .author-info p, .description-heading-box p {
    padding: 0px;
    margin: 0px;
    color: #888;
    font-size: 14px;
}

h3.instruction-name {
    font-size: 24px;
    font-weight: 500;
    margin: 0px;
}

.all-instructions-container {
    width: 100%;
    margin: 0 auto;
    max-width: 1140px;
}

.instruction-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px 20px;
    padding: 30px 0;
}

@media only screen and (max-width: 1000px) {
    .instructions-box {
        row-gap: 20px;
        padding: 30px 20px;
    }

    .instructions-group-box {
        padding: 30px 20px;
    }

    .instruction-block {
        margin: 0 10px;
    }

    .instructions-group-box h2 {
        text-align: left;
    }
}

@media only screen and (min-width: 1000px) {
    .instructions-box {
        gap: 20px 20px;
        padding: 30px 0;
    }

    .instructions-group-box {
        padding: 30px 0;
    }
}

.instructions-group-box {
    padding: 30px 0;
}

.author-info, .date-info {
    display: flex;
    gap: 0 10px;
    align-items: center;
}

.info-description-container {
    min-height: 40px;
    font-size: 14px;
}

    .info-description-container p {
        margin: 0px;
    }

.img-container {
    width: 20px;
    height: 20px;
}

.bottom-container {
    display: flex;
    flex-direction: column;
}

    .bottom-container a.btn {
        margin-top: 20px;
    }

.group-name-p {
    font-size: 18px;
    margin-bottom: -5px;
    font-weight: 400 !important;
    align-self: flex-start;
    color: #666;
}

.instructions-group-box h2 {
    margin-bottom: 20px;
    text-align: center;
}

.instruction-block {
    width: 30%;
    min-width: 300px;
    background-color: #fff;
    border-radius: 0.25rem;
}

    .instruction-block .column {
        display: flex;
        flex-direction: column;
    }

    .instruction-block .row .col-md {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.col-md-description {
    min-height: 350px;
    padding: 20px 10px;
    margin-top: 20px;
}

.instruction-block .row .col-md ul {
    min-height: 130px;
}

.instruction-block hr {
    display: none;
}
