﻿/*#region Header Actions */

.header-action {
    border: none !important;
    color: white !important;
    font-size: 1.5em;
    padding: 0px;
    text-align: center;
}

    .header-action:hover {
        border: none !important;
        color: white;
        font-size: 1.6em;
    }

.header-actions {
    align-items: center;
    background-color: #ce1126;
    display: grid;
    grid-template-columns: 2fr repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(1, 1fr);
}

    .header-actions > div {
        text-align: center;
    }

.header-actions-nav {
    align-items: center;
    clip-path: polygon(0% 0, 100% 0, 100% 40%, 100% 400%, 0 400%, 0 100%, 7% 50%);
    display: grid;
    grid-template-columns: 20px repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
}

    .header-actions-nav > div {
        text-align: center;
    }



@media (width < 768px) {
    .header-actions {
        grid-template-columns: 0fr repeat(4, 1fr);
    }

    .header-actions-nav {
        clip-path: none;
        font-size: 1.25em;
        grid-template-columns: 0fr repeat(4, 1fr);
    }
}

@media (992px <= width < 1200px) {
    .header-action {
        font-size: 2em !important;
    }

        .header-action:hover {
            font-size: 2.1em !important;
        }

    .header-actions {
        grid-template-columns: 4fr repeat(4, 1fr);
    }

    .header-actions-nav {
        grid-template-columns: 20px repeat(4, 1fr);
    }
}

@media (1200px <= width < 1400px) {
    .header-action {
        font-size: 2em !important;
    }

        .header-action:hover {
            font-size: 2.1em !important;
        }

    .header-actions {
        grid-template-columns: 16fr repeat(4, 2fr);
        padding-right: 25px;
    }

    .header-actions-nav {
        grid-template-columns: 2fr repeat(4, 2fr);
        padding-right: 25px;
    }
}

@media (1400px <= width) {
    .header-action {
        font-size: 2.2em;
    }

        .header-action:hover {
            font-size: 2.3em;
        }

    .header-actions {
        grid-template-columns: 20fr repeat(4, 2fr);
        padding-right: 50px;
    }

    .header-actions-nav {
        grid-template-columns: 2fr repeat(4, 2fr);
        padding-right: 50px;
    }
}

/*#endregion Header Actions */

/*#region Header Image */

.header-image {
    cursor: pointer;
    margin-left: 10px;
    margin-top: 20px;
    width: 350px;
}


.header-image-nav {
    cursor: pointer;
    margin-left: 10px;
    margin-top: 27.5px;
    max-width: 250px;
}

.header-image-div {
    background-color: white;
    display: inline-block;
    height: 100px;
    vertical-align: top;
}

@media (width < 768px) {
    .header-image {
        cursor: pointer;
        margin-top: 30px;
        margin-left: 15px;
        width: 225px;
    }
}

@media (1200px <= width) {
    .header-image {
        cursor: pointer;
        margin-top: 15px;
        margin-left: 15px;
        width: 400px;
    }

    .header-image-nav {
        cursor: pointer;
        margin-left: 10px;
        margin-top: 17.5px;
        max-width: 350px;
    }
}

/*#endregion Header Image */

/*#region Header Nav */

.header-nav {
    align-items: center;
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(1, 1fr);
    height: 100px;
}

@media (width < 768px) {
    .header-nav {
        background-color: white;
        border-style: solid;
        border-width: 100px 50px 0 0;
        border-color: white #ce1126 transparent transparent;
    }
}

/*#endregion Header Nav */

/*#region Header Site */

.header-site {
    background: white;
    display: grid;
    grid-template-columns: 1fr 50px 4fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 0px;
    position: relative;
    width: 100%;
    z-index: 100;
}

.header-site-nav {
    background: white;
    display: grid;
    grid-template-columns: fit-content(200px) 7fr 3fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 0px;
    position: relative;
    width: 100%;
    z-index: 100;
}

.header-split {
    background-color: white;
    border-style: solid;
    border-width: 100px 50px 0 0;
    border-color: white #ce1126 transparent transparent;
}

@media (width < 768px) {
    .header-site {
        display: grid;
        grid-template-columns: 4fr 50px 5fr;
        grid-template-rows: repeat(1, 1fr);
        gap: 0px;
    }

    .header-site-nav {
        display: grid;
        grid-template-columns: 4fr 50px 5fr;
        grid-template-rows: repeat(1, 1fr);
        gap: 0px;
    }
}

@media (992px <= width < 1200px) {
    .header-site-nav {
        background: white;
        display: grid;
        grid-template-columns: fit-content(200px) 5fr 2fr;
        grid-template-rows: repeat(1, 1fr);
        gap: 0px;
    }
}

/*#endregion Header Site */

/* Login */

.site-theme {
    background-color: #ce1126;
}

.login-btn-header {
    display: none;
}

/*#endregion Login */

/*#region Site Nav */

.site-nav {
    background-color: #ce1126;
    color: white;
    display: block;
    height: 50px;
    position: relative;
}

    .site-nav::before, .site-nav::after {
        position: absolute;
        display: block;
        content: "";
        border: 25px solid transparent;
    }

    .site-nav::after {
        top: -10px;
    }

    .site-nav::before {
        top: 0px;
    }

/*#endregion Site Nav */

/* User Action */

.user-action {
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 5px;
}

.user-action-icon {
    font-size: 1.5em;
    font-weight: 600;
}

.user-action-text {
    display: inline;
    padding-bottom: 10px;
}

.user-info {
    background-color: lightgray;
    border-color: lightgray;
    border-style: solid;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
}

.user-menu {
    padding: 0px;
}

/*#endregion User Action */
