html {
    font-family: helvetica, serif;
    color: white;
}

html,
body {
    margin: 0;
    width: 100%;
    background-color: rgb(46, 45, 45);
}

.wrapper {

    top: 20px;
    right: 20px;
    height: 100%;
    text-align: center;
    position: absolute;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 0;
    }
}

#navigation {
    z-index: 2;
    top: 6px;
    right: 10px;
    position: absolute;

}

.nav div {

    height: 4px;
    background-color: white;
    margin: 5px 0;
    border-radius: 25px;
    transition: 0.3s;
}

.nav {
    right: 10px;
    width: 30px;
    display: block;
    margin: 10px 0 0 10px;

}

.nav_button {
    right: 5px;
    width: 30px;
    position: absolute;
    opacity: 0;
    height: 23px;
}

.one {
    width: 30px;
}

.two {
    width: 20px;
}

.three {
    width: 25px;
}

.nav:hover div {
    width: 30px;
}

/* nav bar starts here */

#settings_navbar {
    display: block;
    background-color: #000;
    border: none;
    border-radius: 10px;
    width: 0;
    top: 50px;
    height: 100%;
    background-color: #000;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    right: 0;
    transition: 0.5s;
}

#man_nav {
    width: 0;
    top: 50px;
    height: 100%;
    background-color: #000;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    right: 0;
    transition: 0.5s;
}

/* .main-nav {
    top: 50px;
    right: 10px;
    position: absolute;
    background-color: #000000;
    padding: 1rem;
    border-right: 1px solid #080808; /* Add a right border to separate options from content */
/* border-radius: 1rem;
} */

nav ul {

    list-style: none;
    margin: 0;
    padding: 0;
}


nav ul li {

    margin-bottom: 20px;
    padding: 15px;
    text-align: center
}

nav ul li a {
    text-decoration: none;
    color: #fcfcfc;
    display: block;
    /* Display links as block elements */
    padding: 8px 16px;
    border-radius: 4px;
}

nav ul li:active {

    background-color: #444242;
}

#STstart {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 48%;
    display: inline-block;
}

#STstop {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    width: 48%;
    display: inline-block;
}

#WDT {
    position: relative;
    top: 0;
    bottom: 0;
    width: 48%;
    display: inline-block;
}

#Attempts {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    width: 48%;
    display: inline-block;
}

#Interval {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

#drop_down {
    display: none;
    top: 0;
    margin-bottom: 0;
}

#SCtime {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    gap: 0.5rem;
}

#SCrequired {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.schedule-field-title {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    color: #ece9e9;
    margin: 0.25rem 0 0.35rem;
}

#SCtime .wrap-login_input,
#SCrequired .wrap-login_input {
    padding-top: 0;
    margin-bottom: 1rem !important;
}

#SCtime .tag_login_input::after,
#SCrequired .tag_login_input::after {
    content: "";
}



.settings-section {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10rem;
    margin-left: 1rem;
    width: fit-content;
    background-color: #1a1a1a;
    box-shadow: 1px 1px 20px 0 rgba(143, 123, 123, 0.5);
    text-decoration: none;
    color: #fcfcfc;
    display: block;
    /* Display links as block elements */
    padding: 18px 30px;
    padding-left: 4rem;
    padding-right: 4rem;
    /* border: 1px solid #ccc; /* Add a border around each option */
    border-radius: 4px;
    transition: 0.3s;
    border-radius: 1rem;
}

#inform_close {
    left: 2rem;

}

.information_section {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10rem;
    /* margin-left: 1rem; */
    margin-right: 1rem;
    width: fit-content;
    background-color: #1a1a1a;
    box-shadow: 1px 1px 20px 0 rgba(143, 123, 123, 0.5);
    text-decoration: none;
    color: #fcfcfc;
    display: block;
    /* Display links as block elements */
    padding: 18px 30px;
    padding-left: 4rem;
    padding-right: 4rem;
    /* border: 1px solid #ccc; /* Add a border around each option */
    border-radius: 4px;
    transition: 0.3s;
    border-radius: 1rem;
}

.information_box {
    width: 390px;
    height: 34rem;
    background: #161616;
    border-radius: 10px;
    overflow: hidden;
    /* padding: 37px 55px 33px; */
    padding: 18px 30px;
    padding-left: 2rem;
    padding-right: 2rem;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

nav ul li a:hover {
    background-color: #444242;
}

/* section styling */
.heading3 {
    position: absolute;
    left: 3rem;
    top: 1rem;
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    color: azure;

}

.heading {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    color: azure;

}

.headings {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: azure;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.headings3 {
    margin-bottom: 1rem;
    position: relative;
    right: 10px;
    color: azure;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 106%;
    /* background-size: 10rem 100em;
    background-position: center top; */
    border-radius: 1rem;
    background-color: black;
    background-size: cover;
    /* text-decoration: underline; */
    /* text-underline-offset: 5px; */
}

#netAcc {
    margin-bottom: 1rem;
    position: relative;
    right: 10px;
    color: azure;
    /* height: 2rem; */
    /* display: none; */
    align-items: center;
    justify-content: center;
    text-align: left;
    width: 106%;
    /* background-size: 10rem 100em;
    background-position: center top; */
    border-radius: 1rem;
    background-color: black;
    background-size: cover;
    /* text-decoration: underline; */
    /* text-underline-offset: 5px; */

}

#threAcc {
    margin-bottom: 1rem;
    position: relative;
    right: 10px;
    color: azure;
    /* height: 2rem; */
    display: none;
    align-items: center;
    justify-content: center;
    width: 106%;
    /* background-size: 10rem 100em;
    background-position: center top; */
    border-radius: 1rem;
    background-color: black;
    background-size: cover;
    /* text-decoration: underline; */
    /* text-underline-offset: 5px; */

}

#peakAcc {
    margin-bottom: 1rem;
    position: relative;
    right: 10px;
    color: azure;
    /* height: 2rem; */
    display: none;
    align-items: center;
    justify-content: center;
    width: 106%;
    /* background-size: 10rem 100em;
    background-position: center top; */
    border-radius: 1rem;
    background-color: black;
    background-size: cover;
    /* text-decoration: underline; */
    /* text-underline-offset: 5px; */

}
#OHAcc{
    width: 106%;
}
#UGAcc{
    width: 106%;
}
#SchTAcc {
    margin-bottom: 1rem;
    position: relative;
    right: 10px;
    color: azure;
    /* height: 2rem; */
    display: none;
    align-items: center;
    justify-content: center;
    width: 106%;
    /* background-size: 10rem 100em;
    background-position: center top; */
    border-radius: 1rem;
    background-color: #1ab4d6;
    background-size: cover;
    /* text-decoration: underline; */
    /* text-underline-offset: 5px; */

}

#SchRAcc {
    margin-bottom: 1rem;
    position: relative;
    right: 10px;
    color: azure;
    /* height: 2rem; */
    display: none;
    align-items: center;
    justify-content: center;
    width: 106%;
    /* background-size: 10rem 100em;
        background-position: center top; */
    border-radius: 1rem;
    background-color: #1ab4d6;
    background-size: cover;
    /* text-decoration: underline; */
    /* text-underline-offset: 5px; */

}

#paramAcc {
    margin-bottom: 1rem;
    position: relative;
    right: 10px;
    color: azure;
    /* height: 2rem; */
    display: none;
    align-items: center;
    justify-content: center;
    width: 106%;
    /* background-size: 10rem 100em;
    background-position: center top; */
    border-radius: 1rem;
    background-color: black;
    background-size: cover;
    /* text-decoration: underline; */
    /* text-underline-offset: 5px; */
}

#scheduleAcc {
    margin-bottom: 1rem;
    position: relative;
    right: 10px;
    color: azure;
    /* height: 2rem; */
    display: none;
    align-items: center;
    justify-content: center;
    width: 106%;
    /* background-size: 10rem 100em;
    background-position: center top; */
    border-radius: 1rem;
    background-color: black;
    background-size: cover;
    /* text-decoration: underline; */
    /* text-underline-offset: 5px; */

}



.content {
    color: azure;
    margin-bottom: 10px;
}

#param_card {
    display: none;
}

#schedule_card {
    display: none;
}

/* .close { */
    /* position: relative;
    top: -100px;
    left: 17.5rem;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 1px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 15px;
    color: #000;
    background-color: azure;
    width: 1rem; */
    /* position: relative; */
    /* bottom: 3rem; */
    /* left: 2rem; */
    /* display: block; */
    /* float: right; */
    /* Added this line */
    /* padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 1px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 15px;
    color: #000;
    background-color: azure;
    width: 1.5rem; */
/* } */

/* #param_close {
    position: relative;
    bottom: 3rem;
    right: 2rem;
    display: block;
    align-items: right;
    text-align: right;
    justify-content: right;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 1px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 15px;
    color: #000;
    background-color: azure;
    width: 1.5rem;
} */
#param_close {
    position: relative;
    bottom: 1rem;
    left: 1rem;
    display: block;
    float: right;
    /* Added this line */
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 1px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 15px;
    color: #000;
    background-color: azure;
    width: 1.5rem;
}

#param_close:hover {
    color: #f0e2e2;
    background-color: rgb(102, 107, 107);
    transition: 0.1s ease;
}

#threshold_close {
    position: relative;
    bottom: 1rem;
    left: 1rem;
    display: block;
    float: right;
    /* Added this line */
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 1px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 15px;
    color: #000;
    background-color: azure;
    width: 1.5rem;
}

#threshold_close:hover {
    color: #f0e2e2;
    background-color: rgb(102, 107, 107);
    transition: 0.1s ease;
}

#information_close {


    position: relative;
    display: grid;
    bottom: 0.5rem;
    left: 98%;

    /* float: right; */
    right: 2rem;
    /* Added this line */
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 1px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 15px;
    color: #000;
    background-color: azure;
    width: 1.5rem;
}
.mult-select-tag ul {
    list-style-type: none;
    padding: 0.5rem;
    margin: 0;
    /* overflow: scroll; */
    height: 10rem;
}
.mult-select-tag .input {
    display: none;
    flex: 1;
    background: transparent;
    border-radius: 0.25rem;
    padding: 0.45rem;
    margin: 10px;
    color: #fdfdfd;
    outline: 0;
    border: 1px solid var(--border-color);
}

#information_close:hover {
    color: #f0e2e2;
    background-color: rgb(102, 107, 107);

    transition: 0.1s ease;
}

#peak_close {
    position: relative;
    bottom: 1rem;
    left: 1rem;
    display: block;
    float: right;
    /* Added this line */
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 1px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 15px;
    color: #000;
    background-color: azure;
    width: 1.5rem;
}


#peak_close:hover {
    color: #f0e2e2;
    background-color: rgb(102, 107, 107);
    transition: 0.1s ease;
}

#schedule_close {
    position: relative;
    /* bottom: 1rem; */
    left: 1rem;
    display: block;
    float: right;
    /* Added this line */
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 1px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 15px;
    color: #000;
    background-color: azure;
    width: 1.5rem;
}



#schedule_close:hover {
    color: #f0e2e2;
    background-color: rgb(102, 107, 107);
    transition: 0.1s ease;
}
#adv_close {
    position: relative;
    left: 1rem;
    display: block;
    float: right;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 1px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 15px;
    color: #000;
    background-color: azure;
    width: 1.5rem;
}

#adv_close:hover {
    color: #f0e2e2;
    background-color: rgb(102, 107, 107);
    transition: 0.1s ease;
}

/* 
#information_close {
    width: 3%;
} */

/* .close:hover {
    color: #f0e2e2;
    background-color: rgb(102, 107, 107);
    transition: 0.1s ease;
} */

#information {
    display: none;
    width: 55rem;
    overflow: hidden;
}

.decor {
    position: relative;
    top: 3.3rem;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid black;
    /* Adds a border around the box */
    padding: 20px;
    /* Creates space around the content */
    background-color: rgb(66 92 99 / 67%);
    /* Changes the background color */
    /* Creates space outside the border */
    width: 22.1rem;
    height: fit-content;
    border-radius: 2rem;
}

.decor1 {
    position: relative;
    top: 3.3rem;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 26px;
    border: 1px solid black;
    /* Adds a border around the box */
    padding: 20px;
    /* Creates space around the content */
    background-color: rgb(66 92 99 / 67%);
    /* Changes the background color */
    /* Creates space outside the border */
    width: 22.1rem;
    height: fit-content;
    border-radius: 2rem;
}


.seperator {
    position: relative;
    display: block;
    float: right;
    bottom: 31.4rem;
}

#icons {
    position: relative;
    top: 11rem;
}

#parameters {
    display: none;
}

#thresholds {
    display: none;
}

#peak_time {
    display: none;
}

#User {
    display: none;
}

.show_Password {
    display: none;
}

.Password {
    cursor: pointer;
    position: absolute;
    right: 5px;
    bottom: 10px;
}

.Password:hover {
    color: #87d1e7;
    transition: 0.5s, ease-out;
}
/* 
#AutoEnableLabel {
    margin-top: 1rem;
    position: relative;
    display: inline-block;
}

#enableAutoButton {
    display: inline-block;
    position: relative;
    margin-top: 3.2rem;
    margin-bottom: 1rem;
}

.Switch {
    bottom: 3rem;
}

#enable_sc_auto {
    display: none;
}

#version {
    position: absolute;
    bottom: 5px;
    left: 15px;
    color: #b3b3b3;
}


#schedule_time {
    display: none;
    width: 37rem;
}

#ScheduleEnableLabel {
    position: relative;
    bottom: 3.2rem;

}

#enableScheduleButton {
    position: relative;
}

#enableSchedule {
    display: none;
} */

#AutoEnableLabel,
#ScheduleEnableLabel,
#InlineEnableLabel {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: .25rem;
    bottom: 0;
    left: 0;
}

#enableAutoButton,
#enableScheduleButton,
#enableInlineButton {
    display: block;
    position: relative;
    margin-top: .35rem;
    margin-bottom: 1rem;
    left: 0;
    bottom: 0;
}

.Switch {
    position: relative;
    display: inline-block;
    bottom: 0;
    left: 0;
}

#enable_sc_auto {
    display: none;
}

#version {
    position: absolute;
    bottom: 5px;
    left: 15px;
    color: #b3b3b3;
}

#schedule_time {
    display: none;
    width: 37rem;
}

#enableSchedule {
    display: none;
}

#peakEnableLabel {
    margin-top: 1rem;
    position: relative;
    display: inline-block;
}

#enableFormButton {
    /* display: none; */

    display: block;
    position: relative;
    margin-top: 3.2rem;
}

#PT_start {
    display: none;
}

#PT_stop {
    display: none;
}

/* #parameter-settings-form {
    display: grid;
    grid-template-columns: repeat(1, minmax(250px, 1fr));
    grid-gap: 5px;
    align-items: center;
    width: 100%;
} */

/* #thresholds-settings-form {
    display: grid;
    grid-template-columns: repeat(1, minmax(250px, 1fr));
    grid-gap: 5px;
    align-items: center;
    width: 100%;
} */

#parameter_submit {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    width: 100%;
}

/* dialog box styling */

.custom-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 2rem;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.custom-dialog-content {
    background-color: #333;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 1.5rem;
    max-width: 400px;
    text-align: center;
}

.custom-dialog-title {
    font-size: 24px;
    color: azure;
    margin-top: 0;
}

.custom-dialog-message {
    color: azure;
    font-size: 18px;
}

.custom-dialog-close {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #ff0000;
    color: #fff;
    border: none;
    border-radius: 1rem;
    cursor: pointer;
}

.custom-dialog-close:hover {
    background-color: #b30000;
}

/* styles.css */
/* styles.css */

.Lbutton {
    background-color: rgb(240, 240, 111);
    border-radius: 5px;
    padding: 0.8em 1.6em;
    color: black;
    cursor: pointer;
    transition: 0.2s;
    width: 10rem;
}

.Lbutton:hover {
    background-color: rgb(111, 228, 111);
}

.disable-styling {
    /* Reset or remove the styling you want to disable */
    /* For example, setting text-decoration to none and color to inherit */
    text-decoration: none;
    color: inherit;
}

.Switch {
    position: relative;
    display: grid;
    width: 60px;
    height: 34px;
}



.Switch input {
    display: none;

}

.form_body {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10rem;
    /* margin-left: 1rem; */
    width: 100%;
    min-height: 95%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: none;
    overflow: hidden;
}

.information_body {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10rem;
    /* margin-left: 1rem; */
    overflow: hidden;
    width: 100%;
    height: 45rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: none;
}

.schedule_body {
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
    margin-top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: none;
}

.schedule_box {
    width: 500px;
    height: auto !important;
    background: #161616;
    border-radius: 10px;
    overflow-y: hidden;
    padding: 18px 30px;
    padding-left: 2rem;
    padding-right: 2rem;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}
/* Advanced Settings popup alignment */
#advanced_settings .login_box {
    position: relative;
    width: 32rem;
    min-height: 18rem;
    padding: 32px 48px 30px;
}

#advanced_title {
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    font-size: 34px;
    padding-top: 0.5rem;
    padding-bottom: 2rem;
    margin: 0 auto;
}

#advanced_settings-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

#advanced_settings-form p {
    text-align: center;
    margin: 0 auto 2rem auto;
    line-height: 1.35;
}

#adv_close {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.7rem;
    height: 1.7rem;
    cursor: pointer;
    font-size: 20px;
    border-radius: 50%;
    color: #000;
    background-color: azure;
    z-index: 20;
}

#adv_close:hover {
    color: #f0e2e2;
    background-color: rgb(102, 107, 107);
    transition: 0.1s ease;
}

#sch_box {
    height: auto !important;
    max-height: none;
    overflow-y: hidden;
}

#schedule_wrap {
    top: 0 !important;
    position: relative !important;
    margin-top: 1rem;
}

#sbSave {
    margin-top: 0;
}

.settings-box1 {
    width: 100%;
}

#SCtime .wrap-login_input,
#SCrequired .wrap-login_input {
    margin-bottom: 0 !important;
}

#SCtime,
#SCrequired {
    /* gap: 0 !important; */
    margin-bottom: 0 !important;
}

#SchTAcc, #SchRAcc {
    display: none !important;
}