* {
    box-sizing: border-box;
}

html {
    background-color: #2e3238;
    color: #e3e3e3;
    font-size: 1em;
    font-family: Arial;
    user-select: none;
}

body {
    width: 100%;
    margin: 0;
    font-size: 1em;
}

.container {
    width: 100%;
    margin: auto;
}

.content {
    padding: 12px;
    width: 60%;
    margin: auto;
}

@media only screen and (max-width: 1300px) {
    .content {
        padding: 12px;
        width: 80%;
        margin: auto;
    }
}

@media only screen and (max-width: 900px) {
    .content {
        padding: 12px;
        width: 100%;
        margin: auto;
    }
}

.message-box {
    padding: 12px;
    background-color: #484b54;
    border-radius: 4px;
}

.logo {
    height: 14px;
    vertical-align: center;
    margin: 0px;
    padding: 0px;
}

.topnav {
    overflow: hidden;
    background-color: #484b54;
}

.topnav a {
    float: left;
    display: block;
    color: #e3e3e3;
    text-align: center;
    padding: 15px 15px;
    text-decoration: none;
}

.topnav a:hover {
    background-color: #373a42;
    text-decoration: none;
    color: #f5f2f2;
}

@media only screen and (max-width: 1120px) {
    .topnav {
        display: none;
    }
}

.mobile-topnav {
    display: none;
    overflow: hidden;
    background-color: #484b54;
}

.mobile-topnav a:first-child {
    float: left;
    display: block;
    color: #e3e3e3;
    text-align: center;
    padding: 15px 15px;
    text-decoration: none;
}

.mobile-topnav a {
    float: right;
    display: block;
    color: #e3e3e3;
    text-align: center;
    padding: 15px 15px;
    text-decoration: none;
}

.mobile-topnav a:hover {
    background-color: #373a42;
    text-decoration: none;
    color: #f5f2f2;
}

@media only screen and (max-width: 1120px) {
    .mobile-topnav {
        display: block;
    }
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    color: #e3e3e3;
    text-align: center;
    padding: 15px 15px;
    text-decoration: none;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #373a42;
    width: auto;
    z-index: 11;
    top: 48px;
}

.dropdown-content a {
    color: #e3e3e3;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    width: 100%;
}

.dropdown-content a:hover {
    background-color: #484b54;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #373a42;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #2e3238;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #e3e3e3;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #ffffff;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 2em;
    margin-left: 50px;
}

.icon {
    font-size: 1em !important;
    vertical-align: center;
    margin-top: -5px;
}

a {
    color: #e3e3e3;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #e3e3e3;
    text-decoration: underline;
    transition: 0.3s;
}

input {
    padding: 7px;
    background-color: #484b54;
    border-radius: 2px;
    border: none;
    border: 1px solid #1e1e1e;
    color: #ffffff;
    outline: none;
    text-decoration: none;
    transition: 0.3s;
}

input:hover {
    padding: 7px;
    background-color: #55575f;
    border-radius: 2px;
    border: none;
    border: 1px solid #131313;
    color: #ffffff;
    outline: none;
    text-decoration: none;
    transition: 0.3s;
}

input:active {
    padding: 7px;
    background-color: #47494f;
    border-radius: 2px;
    border: none;
    border: 1px solid #131313;
    color: #ffffff;
    outline: none;
    text-decoration: none;
    transition: 0.3s;
}

textarea {
    width: 320px;
    max-width: 320px;
    min-width: 320px;
    height: 550px;
    max-height: 900px;
    min-height: 450px;
    padding: 7px;
    background-color: #484b54;
    border-radius: 2px;
    border: none;
    border: 1px solid #1e1e1e;
    color: #ffffff;
    outline: none;
    text-decoration: none;
    transition: 0.3s;
}

textarea:hover {
    width: 320px;
    max-width: 320px;
    min-width: 320px;
    height: 550px;
    max-height: 900px;
    min-height: 450px;
    padding: 7px;
    background-color: #55575f;
    border-radius: 2px;
    border: none;
    border: 1px solid #131313;
    color: #ffffff;
    outline: none;
    text-decoration: none;
    transition: 0.3s;
}

textarea:focus {
    width: 320px;
    max-width: 320px;
    min-width: 320px;
    height: 550px;
    max-height: 900px;
    min-height: 450px;
    padding: 7px;
    background-color: #47494f;
    border-radius: 2px;
    border: none;
    border: 1px solid #131313;
    color: #ffffff;
    outline: none;
    text-decoration: none;
    transition: 0.3s;
}

select {
    padding: 7px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #484b54;
    border-radius: 2px;
    border: none;
    border: 1px solid #1e1e1e;
    color: #ffffff;
    outline: none;
    text-decoration: none;
    transition: 0.3s;
}

select:hover {
    padding: 7px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #55575f;
    border-radius: 2px;
    border: none;
    border: 1px solid #131313;
    color: #ffffff;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}

select:focus {
    padding: 7px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #44464a;
    border-radius: 2px;
    border: none;
    border: 1px solid #131313;
    color: #ffffff;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}

select option {
    padding: 7px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #484b54;
    border-radius: 2px;
    border: none;
    border: 1px solid #1e1e1e;
    color: #ffffff;
    outline: none;
    text-decoration: none;
    transition: 0.3s;
}

.small-button {
    appearance: auto;
    user-select: none;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: #484b54;
    color: #ffffff;
    padding: 6px 12px;
    border-style: none;
    border: none;
    border: 1px solid #1e1e1e;
    text-decoration: none;
    font-size: 0.7em;
    transition: 0.3s;
}

.small-button:hover {
    appearance: auto;
    user-select: none;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: #55575f;
    color: #ffffff;
    padding: 6px 12px;
    border-style: none;
    border: none;
    border: 1px solid #131313;
    text-decoration: none;
    font-size: 0.7em;
    transition: 0.3s;
    cursor: pointer;
}

.small-button:active {
    appearance: auto;
    user-select: none;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: #44464a;
    color: #ffffff;
    padding: 6px 12px;
    border-style: none;
    border: none;
    border: 1px solid #131313;
    text-decoration: none;
    font-size: 0.7em;
    transition: 0.3s;
    cursor: pointer;
}

.small-button-green {
    appearance: auto;
    user-select: none;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: #0CB01D;
    color: #ffffff;
    padding: 6px 12px;
    border-style: none;
    border: none;
    border: 1px solid #1e1e1e;
    text-decoration: none;
    font-size: 0.7em;
    transition: 0.3s;
}

.small-button-green:hover {
    appearance: auto;
    user-select: none;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: #14C526;
    color: #ffffff;
    padding: 6px 12px;
    border-style: none;
    border: none;
    border: 1px solid #131313;
    text-decoration: none;
    font-size: 0.7em;
    transition: 0.3s;
    cursor: pointer;
}

.small-button-green:active {
    appearance: auto;
    user-select: none;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: #0C941A;
    color: #ffffff;
    padding: 6px 12px;
    border-style: none;
    border: none;
    border: 1px solid #131313;
    text-decoration: none;
    font-size: 0.7em;
    transition: 0.3s;
    cursor: pointer;
}

.small-button-red {
    appearance: auto;
    user-select: none;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: #B30C0C;
    color: #ffffff;
    padding: 6px 12px;
    border-style: none;
    border: none;
    border: 1px solid #1e1e1e;
    text-decoration: none;
    font-size: 0.7em;
    transition: 0.3s;
}

.small-button-red:hover {
    appearance: auto;
    user-select: none;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: #C81414;
    color: #ffffff;
    padding: 6px 12px;
    border-style: none;
    border: none;
    border: 1px solid #131313;
    text-decoration: none;
    font-size: 0.7em;
    transition: 0.3s;
    cursor: pointer;
}

.small-button-red:active {
    appearance: auto;
    user-select: none;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: #970C0C;
    color: #ffffff;
    padding: 6px 12px;
    border-style: none;
    border: none;
    border: 1px solid #131313;
    text-decoration: none;
    font-size: 0.7em;
    transition: 0.3s;
    cursor: pointer;
}

.button {
    padding: 7px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #484b54;
    border-radius: 2px;
    border: none;
    border: 1px solid #1e1e1e;
    color: #ffffff;
    outline: none;
    text-decoration: none;
    transition: 0.3s;
}

.button:hover {
    padding: 7px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #55575f;
    border-radius: 2px;
    border: none;
    border: 1px solid #131313;
    color: #ffffff;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}

.button:active {
    padding: 7px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #44464a;
    border-radius: 2px;
    border: none;
    border: 1px solid #131313;
    color: #ffffff;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}

.option-button {
    text-align: center;
    width: 100%;
    padding: 7px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #484b54;
    border-radius: 2px;
    border: none;
    border: 1px solid #1e1e1e;
    color: #ffffff;
    outline: none;
    text-decoration: none;
    transition: 0.3s;
}

.option-button:hover {
    text-align: center;
    width: 100%;
    padding: 7px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #55575f;
    border-radius: 2px;
    border: none;
    border: 1px solid #131313;
    color: #ffffff;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}

.option-button:active {
    text-align: center;
    width: 100%;
    padding: 7px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #44464a;
    border-radius: 2px;
    border: none;
    border: 1px solid #131313;
    color: #ffffff;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}

.option-button a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

.flex-container {
    display: flex;
    flex-direction: column;
}

.flex-container > div {
    margin: 8px;
    padding: 8px;
    margin-top: 25px;
}

.psc-flex-container {
    display: flex;
    flex-direction: flex;
}

.psc-flex-container > div {
    margin: 8px;
    padding: 8px;
}

.refresh-icon {
    transition: transform .5s ease-in-out;
}
.refresh-icon:hover {
    transform: rotate(360deg);
}

table {
    border-collapse: collapse;
    width: 100%;
    font-family: Arial;
    font-size: 1em;
}

td, th {
    border: 1px solid #000000;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #000000;
}

footer {
    padding-top: 50px;
    color: #5b6375;
    text-align: center;
}

footer a {
    color: #5b6375;
    text-decoration: none;
}

footer a:hover {
    color: #687287;
    text-decoration: underline;
}

.accordion {
    color: #000000;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    user-select: none;
}

.panel {
    padding: 4px;
    display: none;
    overflow: hidden;
    user-select: none;
}

.first_item {
    background-color: #d4d4d4;
    color: #000000;
    padding: 8px;
    border-radius: 8px;
}

.second_item {
    background-color: #c7c7c7;
    color: #000000;
    padding: 8px;
    border-radius: 8px;
}

.accordion {
    width: 100%;
}

.accordion-section {
    margin-bottom: 0px;
}

.accordion button {
    cursor: pointer;
    padding: 8px;
    background-color: #ffffff;
    border-radius: 12px;
    text-align: left;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.3s;
}

.accordion button:hover {
    cursor: pointer;
    padding: 8px;
    background-color: #f3f2f7;
    border-radius: 12px;
    text-align: left;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.3s;
}

.accordion button:active {
    cursor: pointer;
    padding: 8px;
    background-color: #e9e8eb;
    border-radius: 12px;
    text-align: left;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.3s;
}

.accordion-content {
    display: none;
    padding: 4px;
}

.active {
    display: block;
}

table {
    padding: 0px;
}

td {
    background-color: #2e3238;
    border: 0px solid #2e3238;
    padding: 0px;
}

tr {
    background-color: #2e3238;
    padding: 0px;
}

.underlayer {
    position: relative;
    z-index: 0;
}

.float-window {
    text-align: center;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    z-index: 11;
    background-color: #c53838c0;
    backdrop-filter: blur(6px);
    padding: 0px;
    padding-top: 20vh;
    width: 100%;
    min-height: 400px;
    height: 400px;
}

.error-msg {
    padding: 12px;
    background-color: #c53838;
    color: #ffffff;
}

.success-msg {
    padding: 12px;
    background-color: #98e8a4;
    color: #ffffff;
}

.errormessage {
    background-color: #c53838;
    padding: 12px;
}

.successmessage {
    background-color: #2f992f;
    padding: 12px;
}

.favstar {
    color: yellow !important;
    font-size: 1.5em !important;
    float: right !important;
}

/* Initial state: no rotation */
.icon {
    transition: transform 0.3s ease; /* Smooth transition for the rotation */
}

/* Rotate the icon when hovering over the dropbtn or dropdown */
.dropdown:hover .icon {
    transform: rotate(180deg);
}

/* Prevent the icon from rotating when hovering over the dropdown items */
.dropdown-content a:hover {
    transform: none;  /* No transformation when hovering over the dropdown items */
}

.loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.42s ease-in-out; /* Adjust the duration as needed */
}

.button {
    position: relative;
    z-index: 0;
}

.rotater {
    transform: rotate(0deg);
    transition: 0.5s;
}

.rotater:hover {
    transform: rotate(290deg);
    transition: 0.5s;
}

/* The cbcontainer */
.cbcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.32s;
}

/* Hide the browser's default checkbox */
.cbcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    transition: 0.32s;
}

/* On mouse-over, add a grey background color */
.cbcontainer:hover input ~ .checkmark {
    background-color: #ccc;
    transition: 0.32s;
}

/* When the checkbox is checked, add a gxo background */
.cbcontainer input:checked ~ .checkmark {
    background-color: #ff3a00;
    transition: 0.32s;
}

/* Show the checkmark when checked */
.cbcontainer input:checked ~ .checkmark:after {
    display: block;
    transition: 0.32s;
}

/* Style the checkmark/indicator */
.cbcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.32s;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    transition: 0.32s;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    transition: 0.32s;
}