.ms-options {
    max-width: 100% !important;
}

@media only screen and (min-width: 1232px) and (max-width: 1439px), only screen and (min-width: 1440px) {
    .main-content {
        margin: 1.5rem 3rem;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1231px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
    .main-content {
        margin: 1.5rem;
    }
}


#Header {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    box-shadow: 0 0 1rem 0 #A0A0A0;
}

@media only screen and (min-width: 1232px) and (max-width: 1439px), only screen and (min-width: 1440px) {
    #Header {
        padding: 0.25rem 3rem 0.25rem;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1231px) {
    #Header {
        padding: 0.25rem 1.5rem 0.25rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
    #Header {
        padding: 0.25rem 1.5rem 0.125rem;
    }
}

#Header > * {
    width: 100%;
}

/* #Header > *:not(:last-of-type) {
    margin-bottom: 0.75rem;
} */

@media only screen and (min-width: 1024px) {
    #Header > .header {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
}

#Header > .header > * {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
    #Header > .header > * {
        width: 100%;
    }
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
    #Header > .header > .center,
    #Header > .header > .left {
        margin-bottom: 0.75rem;
    }
}

#Header > .header > .left a {
    height: 2rem;
}

#Header > .header > .center .dropdown > .dropdown-toggle,
#Header > .header > .right .dropdown > .dropdown-toggle {
    color: #808080;
}

#Header > .header > .center .dropdown.dropdown-active > .dropdown-toggle,
#Header > .header > .right .dropdown.dropdown-active > .dropdown-toggle {
    color: var(--primary-background-color) !important;
}

#Header > .header > .center .dropdown .dropdown-content > *,
#Header > .header > .right .dropdown .dropdown-content > * {
    display: block;
}

#Header > .header > .center .dropdown .dropdown-content > *:not(.dropdown),
#Header > .header > .right .dropdown .dropdown-content > *:not(.dropdown) {
    padding: 0.5rem;
}

#Header > .header > .center .dropdown .dropdown-content > *.dropdown > .dropdown-toggle,
#Header > .header > .right .dropdown .dropdown-content > *.dropdown > .dropdown-toggle {
    padding: 0.5rem;
    width: 100%;
    text-align: left;
}

#Header > .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#Header > .footer > .left #Breadcrumb {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

#Header > .footer > .left #Breadcrumb > li {
    list-style: none;
    /*list-style-image: url("data:image/gif");*/
    list-style-type: none;
    list-style-position: outside;
    color: #808080;
}

#Header > .footer > .left #Breadcrumb > li:not(:last-of-type):not(:first-of-type)::after {
    content: "/\00a0";
}

#Header > .footer > .left #Breadcrumb > li:first-of-type::after {
    content: "\00a0\00a0\00a0";
}

@media only screen and (max-width: 425px) {
    #Header > .footer {
        flex-flow: column;
    }
}

.sigBtn {
    user-select: none;
    border-radius: 0.125rem;
    cursor: pointer;
    margin: 0.25rem;
    padding: 0.25rem 0.5rem;
    background-color: #EFEFEF !important;
    color: #000000;
}

.sigBtnSum {
    user-select: none;
    border-radius: 0.125rem;
    cursor: pointer;
    margin: 0.25rem;
    padding: 0.25rem 0.5rem;
    background-color: var(--primary-background-color) !important;
    color: white;
}

.sigBtnSum > img {
    filter: invert(98%) sepia(100%) saturate(7%) hue-rotate(117deg) brightness(101%) contrast(102%);
}

.sugestfile-label:hover {
    background-color: var(--primary-background-color);
    border-radius: 10px;
    color: white;
}

.sugestfile-label-active {

    background-color: var(--primary-background-color);
    border-radius: 10px;
    color: white;
}

#auth_changeLog {
    padding: 0 0.3rem;
    padding-top: 0.1rem;
}

#auth_changeLog > span {
    color: rgba(27, 74, 74, 0.75);
}

#ChangelogToggle:hover {
    color: rgba(36, 98, 98, 0.9);
}

.wrapper {
    border-radius: 0 0 5px 13px;
    overflow-y: scroll;
    max-height: 20vh;
    background: #ccc;
    width: unset !important;
}

#auth_changeLog > ul > li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-right: 2px;
    color: #454545;
}

#auth_CLD {
    border-radius: 13px 5px 5px 13px;
    margin: 0.3rem;
    width: unset !important;
    border: 1px solid black;
}

.auth_modal_altBRadius {
    border-radius: 13px 13px 5px 13px !important;
}

.auth_modal_altBRadius > .header {
    border-radius: 13px 13px 0 0 !important;
}

#auth_CLH {
    border-radius: 13px 5px 0 0;
    margin: 0;
    background: #ccc;
}

.plantOffline-switch {
    background: #4d4d4d;
    border-radius: 13px;
    color: #9d9d9d;
    cursor: pointer;
    transition: all 0.2s ease-in;
    position: absolute;
    padding: 0;
    box-shadow: 0px 0px 8px -1px rgb(0, 0, 0);
    right: 7rem;
    top: 0.5rem;

}

.plantOffline-switch .text {
    padding: 0.5rem;
}

.plantOffline-switch:hover .plants-list {
    color: white;
    font-weight: bold;
    max-height: 15vh;
    max-width: unset;
    margin: 5px;
    white-space: nowrap;
}

.plants-list {
    margin: 0;
    transition: all 0.2s ease-in;

    overflow: auto;
    overflow-x: hidden;
    max-height: 0;
    max-width: 0;
}

.plantOffline-switch:hover {
    color: white;
    box-shadow: 0px 0px 10px 2px rgba(255, 192, 0, 1);
    /*  font-weight: bold;*/
}

.debug-switch {
    padding: 0.5rem;
    background: var(--debug-button-color);
    border-radius: 13px;
    color: #73cadc;
    cursor: pointer;
    transition: all 0.2s linear;
    text-align: center;
    margin: 0.25rem 0 ;
    /*position: absolute;
    top: 2rem;*/
    box-shadow: 0px 0px 8px -1px rgb(0, 0, 0);
    /*right: 0rem;*/
}

.debug-switch:hover {
    background-color: var(--debug-button-color-hover);
    color: #73cadc;
    box-shadow: 0px 0px 10px 2px rgb(130, 228, 249);
    font-weight: bold;
}

.debug-switch.active {
    background-color: var(--debug-button-color-hover);
    color: #73cadc;
    box-shadow: 0px 0px 10px 2px rgb(130, 228, 249);
    font-weight: bold;
}

.locale-switch {
    padding: 0.5rem;
    background: var(--debug-button-color);
    border-radius: 13px;
    color: #73cadc;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s linear;
    margin: 0.25rem 0 ;
    box-shadow: 0px 0px 8px -1px rgb(0, 0, 0);
}

.locale-switch:hover {
    background-color: var(--debug-button-color-hover);
    color: #73cadc;
    box-shadow: 0px 0px 10px 2px rgb(130, 228, 249);
    font-weight: bold;
}

.locale-switch.active {
    background-color: var(--debug-button-color-hover);
    color: #73cadc;
    box-shadow: 0px 0px 10px 2px rgb(130, 228, 249);
    font-weight: bold;
}


.notification-switch {
    background: #4d4d4d;
    border-radius: 13px;
    color: #9d9d9d;
    transition: all 0.2s ease-in;
    padding: 0 !important;
    text-align: center;

}

.notification-switch .text {
    padding: 0.5rem;
    color: white;
}

.notification-switch .notification-list a {
    font-weight: bold;
    color: white;
    white-space: nowrap;
}

.notification-switch:hover .notification-list {
    color: white;
    font-weight: bold;
    max-height: 15vh;
    max-width: unset;
    margin: 5px;
    white-space: nowrap;
}

.notification-switch .notification-list li:hover {
    background-color: grey;
}

.notification-switch .notification-list li {
    padding: 0.4rem;
    border-radius: 10px;
}

.notification-switch .notification-list {
    margin: 0;
    transition: all 0.2s ease-in;
    overflow: auto;
    overflow-x: auto;
    overflow-x: hidden;
    max-height: 0;
    max-width: 0;
}

.notification-switch:hover {
    color: white;
    box-shadow: 0px 0px 10px 2px rgba(255, 192, 0, 1);
    /*  font-weight: bold;*/
}


.collapsible2 {
    background-color: transparent;
    color: gray;
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    font-weight: bold;
    transition: padding 0.2s ease-in-out;
    padding: 1rem 0.5rem;
    border-radius: 13px;
}
.collapsible2:after {
    content: "\f107";
    color: gray;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
}
.contentNew {
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    border-radius: 13px;
    text-align: center;
    align-content: center;

}
.activated2:after {
    content: "\f106";
}.collapsible2:hover    {
     background-color: #005c7a21;

 }
.collapsible2:hover  , .collapsible2:hover:after {
    color: black;
}
.contentNew .item:hover {
    background-color: #6a6a6a26;
    padding-left:25px;
    font-weight: bold;
}
.contentNew .item {
    background-color: #005c7a4f;
    color: #000;
    display: inline-block;
    padding: 8px;
    flex: 1 1 0;
    transition: padding 0.2s ease-in-out;
    border-radius: 10px;
    margin: 3px;
}