﻿/*#region Pre-created-css*/
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.bdates {
    font-weight: 600;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
/*#endregion*/
/*#region Own css pre*/
.random-name {
    max-width: 200px;
}

#user-index {
    width: 50px;
}

#user-fName {
    max-width: 200px
}

#user-lName {
    max-width: 200px;
}

#user-mail {
    max-width: 213px;
}

#user-number {
    min-width: 85px
}

#user-is-admin {
    min-width: 70px;
}

#user-is-created {
    min-width: 80px;
}

#user-del {
    min-width: 52px;
}

#user-edit {
    min-width: 50px;
}

#user-index, #user-fName, #user-lName, #user-mail, #user-number, #user-is-admin, #user-is-created, #user-del, #user-edit {
    word-break: break-word;
}


#creation-body {
    padding: 40px 0px !important;
}

.select2-container {
    max-width: 300px !important;
    min-width: 200px;
}






.text-center {
    text-align: center;
}

.Title {
    text-align: center;
    margin: 50px;
}


/*#region Modules*/
.Modules {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 499px) {

    .Modules .Module-item {
        display: flex;
        flex-direction: column;
        padding: 20px;
        width: 100%;
    }
}

@media (min-width: 500px) {

    .Modules .Module-item {
        display: flex;
        flex-direction: column;
        padding: 20px;
        width: 50%;
    }
}

@media (min-width: 767px) {

    .Modules .Module-item {
        display: flex;
        flex-direction: column;
        padding: 20px;
        width: 33.333333333333333333%;
    }
}

.Modules .Module-item img {
    display: block;
    height: 64px;
    width: 64px;
    margin: 10px auto;
}

.Modules .Module-item .module-btn {
    margin: 10px auto;
    border: 1px solid black;
    border-radius: 25px;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    width: 175px;
}

    .Modules .Module-item .module-btn:hover {
        text-decoration: underline;
        color: #2f2f2f;
    }
/*#endregion*/

.hidden {
    display: none;
}

.img-logo {
    height: 75px;
}

/*#region Control panel*/
.Title h1 {
    color: red;
    font-weight: 900;
}

.Title .FullName {
    color: black !important;
    font-size: 0.75em;
    font-weight: 600;
}

.feature-d .module-btn {
    background-color: lawngreen;
}

.feature-nw .module-btn {
    background-color: yellow;
}

.feature-nb .module-btn {
    background-color: red;
}



/*#endregion*/
/*#region modules*/
.r-flex {
    display: flex;
    flex-direction: row;
}

#GPHours {
    text-align: center;
}

.c-flex {
    display: flex;
    flex-direction: column;
}

.c-flex-item {
    margin-bottom: 10px;
    max-width: 250px;
}

.register-hours .c-flex-item {
    margin: 10px auto;
}

.register-hours .input-btn {
    display: block;
    margin: 20px auto 0px auto;
}

.register-hours .select2-container--open .select2-dropdown--below {
    border: black 3px solid !important;
}

.oprettelse-width {
    width: 250px;
}

.c-form .input-field {
    border-radius: 7.5px;
}

.input-btn {
    min-width: 150px;
    width: 150px;
    margin-top: 10px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #fff !important;
}

    .input-btn:hover {
        text-decoration: underline;
    }

.c-form {
    margin: auto;
    overflow: auto;
    width: 300px;
    background-color: #eaeaea;
    border: 2px solid #a9a9a9;
    border-radius: 15px;
}

    .c-form legend {
        color: black;
        background-color: #f2f2f2;
        border-radius: 20px;
        padding: 2.5px 20px;
    }

.title, .text-block {
    text-align: center;
}

.title {
    margin: 20px auto;
}

.text-block {
    margin-bottom: 40px;
}

.list-of-reqiured {
    display: block;
    text-align: start;
    margin: 0px auto;
    width: 300px;
}

    .list-of-reqiured ol {
        list-style: disc;
    }

.require-format {
    list-style: none;
    font-weight: bold;
    font-size: 18px;
}

fieldset {
    padding: 20px;
    border-radius: 10px;
}

.login-field {
    border: 2px solid #808080;
}

.login {
    margin-top: 20px;
    margin-bottom: 0px;
}

legend {
    width: auto;
    overflow: auto;
    padding: 0px 10px;
}

.forgotPWD {
    margin-top: 20px;
    margin-bottom: 0px;
}

.input-chekbox {
    margin: auto 0px;
}

.checkbox-label {
    margin: auto 10px;
}

.custom-bg {
    background-color: #e2e2e2;
    padding: 5px;
    border-radius: 5px;
}

.custom-success {
    color: #63cb00;
}

.custom-warning {
    color: #ffa400;
}

.custom-error {
    color: #ff0000;
}
/*#endregion*/
/*#region Ekstra*/
.backButton {
    display: flex;
    justify-content: center;
    margin: 50px 0px;
}

    .backButton a {
        background-color: white;
    }

        .backButton a:hover {
            text-decoration: underline;
            cursor: pointer;
        }

    .backButton a {
        color: black;
        text-decoration: none;
        border: 2px solid black;
        padding: 5px 10px;
        display: inline-block;
        border-radius: 10px;
    }

.backButton-table {
    margin-top: 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.inactive-pi {
    color: black;
}

    .inactive-pi:hover {
        text-decoration: underline;
        color: black;
    }

.active-pi {
    text-decoration: underline;
    color: white;
}

    .active-pi:hover {
        text-decoration: underline;
        color: white;
    }

.pwd-message {
    color: #7a7a7a;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0px;
}

.conf-field-input {
    margin: auto;
}


@media(max-width: 767px) {
    .sorting-container {
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    .sorting {
        margin: 20px !important;
    }
}

@media(min-width: 768px) {
    .sorting-container {
        display: flex;
        flex-direction: row;
        margin: auto;
        width: 100%;
    }
}

@media(max-width: 991px) {
    .check-all-hours .sorting-container {
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    .check-all-hours .sorting {
        margin: 20px 0px;
    }

    .custom-flex-row {
        flex-direction: column !important;
    }

    .check-all-hours .select2-container {
        width: 200px !important;
    }
}

@media(min-width: 992px) {
    .sorting-container {
        display: flex;
        flex-direction: row;
        margin: auto;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }
}



.display-users {
    margin: auto;
    max-width: 100%;
}

    .display-users table {
        display: block;
        overflow-x: auto;
    }

        .display-users table tbody {
            display: table;
            width: 100%;
        }
/*#endregion*/
/*#region DisplayAll*/
#item-id {
    word-wrap: break-word;
}

#name {
    max-width: 150px;
    word-wrap: break-word;
}

#mail {
    max-width: 150px;
    word-wrap: break-word;
}

#workgroup {
    max-width: 200px;
    word-wrap: break-word;
}

#assignment {
    max-width: 200px;
    word-wrap: break-word;
}

#hours {
    max-width: 65px;
    word-wrap: break-word;
}

#date {
    max-width: 105px;
    word-wrap: break-word;
}

#delete {
    max-width: 60px;
    word-wrap: break-word;
}
/*#endregion*/

.sort-users {
    display: flex;
    flex-direction: column;
}

.download-btn {
    margin-top: 20px;
}

/*#region Tables*/
.sorting {
    margin: 10px;
    min-width: 40%;
    background-color: #f3f3f3;
}

    .sorting legend {
        background-color: #ebebeb;
        border-radius: 15px;
    }

.checkbox-btn {
    position: absolute;
    left: 5px;
    top: 5px;
}

.check-and-text {
    position: relative;
}

.sorting-link {
    padding-left: 25px;
    position: relative;
}


.conf-field-btn {
    background-color: #dedede;
    padding: 2.5px 5px;
    display: block;
    margin: auto 0px auto 20px;
    border-radius: 25px;
}

.workgroup-field-btn {
    background-color: #dedede;
    padding: 2.5px 5px;
    display: block;
    width: 100px;
    margin: 10px auto;
    border-radius: 25px;
}

.custom-flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 80%;
}

.gphours-p {
    font-weight: 700;
    font-size: 18px;
}

.sort-users .sort-items {
    height: 100%;
}

.cfr-item {
    margin: 0px 10px 0px 10px;
}

.date-input {
    display: block;
    margin: auto;
}


@media(max-width: 767px) {
    .WorkGroups {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .delete-hours {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media(min-width: 768px) {
    .WorkGroups {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .delete-hours {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}
/*.select2-container--open .select2-dropdown--below*/
/*.select2-container - MaxWidth*/

.WorkGroups .change-block-form .change-block .sort-items form .select2-container {
    width: 100% !important;
    max-width: 200px;
}


.select-RH-Page .select2-container {
    width: 100% !important;
}

.config-page legend {
    margin: auto;
    border: #d7d7d7 2px solid;
    border-radius: 50px !important;
}

.conf-field-input {
    display: block;
    margin: auto 0px;
}

.conf-form {
    display: flex;
    flex-direction: row;
}

.log-btn {
    margin-left: auto;
    border: 1px solid #e9e9e9;
    background-color: #e9e9e9;
    padding: 5px 10px;
    border-radius: 15px;
    text-decoration: none;
    color: black;
}

    .log-btn:hover {
        text-decoration: underline;
        color: black;
    }


.body-background {
    background-image: url("/pictures/PossibleBG2.jpg");
    background-size: cover;
}

.container {
    border: none;
}

footer, header {
    background-color: rgba(255,255,255,0.5);
}

.footer-items {
    color: black;
}

.body-container {
    background-color: rgb(225, 225, 225, 0.5) !important;
    border: 2px solid #a9a9a9;
    border-radius: 20px;
}

.module-btn {
    background-color: #fff;
}

.change-block-form {
    display: flex;
    flex-direction: column;
    /*margin: 25px;*/
    width: 300px;
    margin: 25px auto;
}

.add-workgroup {
    display: flex;
    flex-direction: column;
}


.change-block {
    background-color: #f3f3f3;
    border-radius: 15px;
    margin: auto;
}

.body-background .container .register-hours .change-block-form .main .change-block {
    width: 300px;
}

.change-block legend {
    background-color: #ebebeb;
    border-radius: 15px;
}

.title-color {
    color: black;
    font-weight: bolder;
    margin-top: 40px;
}

.name-color {
    color: white;
    font-weight: 400;
    margin-bottom: 60px;
}



table {
    background: #f5f5f5;
    border-collapse: separate;
    box-shadow: inset 0 1px 0 #fff;
    font-size: 12px;
    line-height: 24px;
    margin: 30px auto;
    text-align: left;
    border-radius: 25px;
    overflow-x: auto;
}

th {
    background: linear-gradient(#e1e1e1, #eeeeee);
    color: black;
    font-weight: bold;
    padding: 10px 15px;
    position: relative;
    text-align: center;
}

    th:after {
        content: '';
        display: block;
        height: 25%;
        left: 0;
        margin: 1px 0 0 0;
        position: absolute;
        top: 25%;
        width: 100%;
    }

td {
    border-right: 1px solid #fff;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 7.5px 15px;
    position: relative;
    transition: all 300ms;
}

    td:first-child {
        box-shadow: inset 1px 0 0 #fff;
    }

    td:last-child {
        border-right: 1px solid #e8e8e8;
        box-shadow: inset -1px 0 0 #fff;
    }


tr:last-of-type td {
    box-shadow: inset 0 -1px 0 #fff;
}

    tr:last-of-type td:first-child {
        box-shadow: inset 1px -1px 0 #fff;
    }

    tr:last-of-type td:last-child {
        box-shadow: inset -1px -1px 0 #fff;
    }

/*tbody:hover td {
    color: transparent;
    text-shadow: 0 0 3px #aaa;
}*/

tbody:hover tr:hover td {
    background-color: #ebebeb;
}

.page-nav {
    display: inline-block;
    margin: auto;
    margin-bottom: 30px;
    background-color: white;
    border-radius: 25px;
    padding: 5px 20px;
}


.pi-prev {
    margin-right: 20px;
}

.pi-next {
    margin-left: 20px;
}

.pi-next, .pi-prev, .pi-number {
    color: black !important;
    text-decoration: none;
}

    .pi-next:hover, .pi-prev:hover, .pi-number:hover {
        color: black;
        text-decoration: underline;
    }

.page-nav .active-pi {
    color: red;
    text-decoration: underline;
}

.select2-results__option--selectable {
    overflow-wrap: break-word;
    padding: 7.5px !important;
}
/*#endregion*/

/*#region Tasks*/
.slsac-input-field {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin: 20px 0px;
}

#slsai-task-description,
#slsai-placement,
#slsai-solution,
#slsai-material-usage {
    height: 102px;
    resize: none;
}

.slsac-form-inputs {
    display: flex;
    flex-direction: column;
    height: 550px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}

.slsac-new-tasks form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#slsai-submit-btn {
    width: fit-content;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/*#endregion*/

/*#endregion*/
/*#region Own css post*/
/*#region task all*/
.slsac-task-title {
    text-align: center;
    padding: 10px;
}

.slsac-task-img {
    max-width: 100%;
    height: 200px;
    object-fit: contain;
}

.slsac-task-parent {
    text-align: center;
    font-weight: 600;
}

.slsac-task-btn {
    text-align: center;
    color: black;
    margin: 10px auto;
    padding: 5px 10px;
    background-color: #ddd;
    border: black 1px solid;
    border-radius: 15px;
    width: fit-content;
}

    .slsac-task-btn:hover {
        color: black;
    }

.slsac-task-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.slsa-task {
    max-width: 30%;
    min-width: 20%;
    display: flex;
    flex-direction: column;
    background-color: rgba(75, 75, 75, 0.25);
    padding: 5px;
    border-radius: 10px;
    margin: 20px;
    position: relative;
}

.slsa-task-del {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 15px;
    background-color: rgba(150,150,150,0.4);
    border: 1px solid black;
    content: url(/pictures/in-active-trash-svg.svg);
    transition: transform 0.1s ease-out;
    box-shadow: 2.5px 2.5px 0 rgba(100,100,100,1);
}

    .slsa-task-del:active {
        box-shadow: 0 0 0 rgba(100,100,100);
        transform: translateY(2.5px) translateX(2.5px);
    }

    .slsa-task-del:hover {
        content: url(/pictures/active-trash-svg.svg);
    }
/*#endregion*/
/*#region Task single*/
@media(min-width: 1200px) {
    .slsa-task-single {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        background-color: rgba(0,0,0,0.1);
        box-shadow: rgba(0,0,0,0.4) 5px 5px 10px;
        border-radius: 50px;
        padding: 10px;
        position: relative;
    }

    .slsac-task-title-single {
        text-align: center;
        min-width: 90%;
        display: block;
        margin: 20px auto;
        font-size: 26px;
        font-weight: 500;
        color: #222226;
        padding: 0px 150px;
    }

    .slsac-task-img-single {
        width: 50%;
        margin: auto;
        display: block;
        object-fit: contain;
    }

    .slsac-task-desc-single {
        width: 80%;
        display: block;
        background-color: rgba(255,255,255,0.2);
        border: rgba(0,0,0,0.2) solid 1px;
        padding: 10px;
        border-radius: 25px;
        margin: 10px auto;
        font-size: 18px;
    }

        .slsac-task-desc-single h4 {
            text-align: center;
        }

    .slsac-task-parent-single {
        width: 100%;
        text-align: center;
    }

    .slsa-task-priority-single, .slsa-task-hours-single, .slsa-task-type-single, .slsa-task-location-single, .slsa-task-solution-single, .slsa-task-usage-single {
        width: 47.5%;
    }

    .slsa-task-priority-single, .slsa-task-hours-single, .slsa-task-type-single, .slsa-task-location-single, .slsa-task-solution-single, .slsa-task-usage-single, .slsac-task-parent-single {
        background-color: rgba(255,255,255,0.2);
        border: rgba(0,0,0,0.2) solid 1px;
        padding: 10px;
        border-radius: 25px;
        margin: 5px 0px;
        font-size: 18px;
    }


    .slsac-task-single-right {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 45%;
        flex-wrap: wrap;
    }

    .slsac-task-single-left {
        width: 50%;
    }
}

@media(max-width:1199px) {
    .slsa-task-single {
        background-color: rgba(0,0,0,0.1);
        box-shadow: rgba(0,0,0,0.4) 5px 5px 10px;
        border-radius: 50px;
        padding: 10px;
        position: relative;
    }

    .slsac-task-title-single {
        text-align: center;
        min-width: 100%;
        display: block;
        margin: 20px auto;
        font-size: 26px;
        font-weight: 500;
        color: #222226;
        padding: 0px 150px;
    }

    .slsac-task-img-single {
        width: 50%;
        margin: auto;
        display: block;
        object-fit: contain;
    }

    .slsac-task-desc-single {
        width: 80%;
        display: block;
        background-color: rgba(255,255,255,0.2);
        border: rgba(0,0,0,0.2) solid 1px;
        padding: 10px;
        border-radius: 25px;
        margin: 10px auto;
        font-size: 18px;
    }

        .slsac-task-desc-single h4 {
            text-align: center;
        }

    .slsac-task-parent-single, .slsa-task-priority-single, .slsa-task-hours-single, .slsa-task-type-single, .slsa-task-location-single, .slsa-task-solution-single, .slsa-task-usage-single {
        width: 80%;
        display: block;
        margin: 10px auto;
        text-align: center;
        background-color: rgba(255,255,255,0.2);
        border: rgba(0,0,0,0.2) solid 1px;
        padding: 10px;
        border-radius: 25px;
        font-size: 18px;
    }
}

/*#region action btns*/
.slsa-task-edit {
    position: absolute;
    top: 30px;
    right: 80px;
    width: 40px;
    height: 40px;
    border: 1px solid black;
    border-radius: 15px;
    background-color: rgba(150,150,150,0.4);
    content: url(/pictures/in-active-edit-svg.svg);
    transition: transform 0.1s ease-out;
    box-shadow: 2.5px 2.5px 0 rgba(100,100,100,1);
}

    .slsa-task-edit:active {
        box-shadow: 0 0 0 rgba(100,100,100);
        transform: translateY(2.5px) translateX(2.5px);
    }

    .slsa-task-edit:hover {
        content: url(/pictures/active-edit-svg.svg);
    }

.slsa-task-del-single {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 15px;
    background-color: rgba(150,150,150,0.4);
    border: 1px solid black;
    content: url(/pictures/in-active-trash-svg.svg);
    transition: transform 0.1s ease-out;
    box-shadow: 2.5px 2.5px 0 rgba(100,100,100,1);
}

    .slsa-task-del-single:active {
        box-shadow: 0 0 0 rgba(100,100,100);
        transform: translateY(2.5px) translateX(2.5px);
    }

    .slsa-task-del-single:hover {
        content: url(/pictures/active-trash-svg.svg);
    }
/*#endregion*/
/*#endregion*/
/*#endregion*/

.slsa-design {
    margin-left: auto;
}

.footer-items {
    display: flex;
    justify-content: space-between;
}

.slsa-task-new {
    text-align: center;
    width: 100%;
    display: block;
}

.slsac-alert {
    padding: 20px;
    color: white;
    position: fixed;
    top: 20px;
    right: 20px;
}

.slsac-alert-success {
    background-color: #28b400;
}

.slsac-alert-error {
    background-color: #f44336;
}

.slsac-alert {
    -webkit-animation: fadeInLeft 5s both;
    -moz-animation: fadeInLeft 5s both;
    -o-animation: fadeInLeft 5s both;
    animation: fadeInLeft 5s both;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px);
    }

    10% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    90% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    99% {
        opacity: 0;
        -webkit-transform: translateX(200);
        z-index: 100;
    }
    100%{
        z-index:-1;
        opacity:0;
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(200px);
    }

    10% {
        opacity: 1;
        -moz-transform: translateX(0);
    }

    90% {
        opacity: 1;
        -moz-transform: translateX(0);
    }

    99% {
        opacity: 0;
        -moz-transform: translateX(200);
        z-index: 100;
    }
    100%{
        z-index:-1;
        opacity:0;
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(200px);
    }

    10% {
        opacity: 1;
        -o-transform: translateX(0);
    }

    90% {
        opacity: 1;
        -o-transform: translateX(0);
    }

    99% {
        opacity: 0;
        z-index:100;
        -o-transform: translateX(200);
    }
    100% {
        z-index: -1;
        opacity: 0;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }

    10% {
        opacity: 1;
        transform: translateX(0);
    }

    90% {
        opacity: 1;
        transform: translateX(0);
    }

    99% {
        opacity: 0;
        transform: translateX(200);
        z-index:100;
    }
    100%{
        z-index:-1;
        opacity:0;
    }
}

.slsac-closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
}

    .slsac-closebtn:hover {
        color: black;
    }

.slsac-hide {
    display: none;
}
