:root {
    --bg-color: #282A35;
    --text-color: #dddddd;
    --top-menu-hover: #0b3a3a;
    --left-menu-bg: #15202b;
    --left-menu-color: #dddddd; 
    --left-menu-hover: #ff3a22; 
}


.light-mode {
    --bg-color: #dddddd;
    --text-color: black;
    --top-menu-hover: #0b3a3a;
    --left-menu-bg: #dddddd;
    --left-menu-color: black; 
    --left-menu-hover: #ff3a22;
}


/* General Reset */
body, html {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--bg-color);
    color: var(--text-color);
    box-sizing: border-box;
    font-family: "Reddit Sans", sans-serif;
}





/* Menu Bar Styles  =================== */
.menu-bar {
    display: flex;
    align-items: center;
    background-color:  #ff3a22;
    color: #f1f1f1;
    padding: 0px 10px;
}

.menu-bar .logo {
    font-size: 20px;
    font-family:  consalas, monaco, monospace;
    font-weight: normal;
    margin-right: 30px;
}

.pro-button-off {
    font-size: 15px;
    font-weight: bold;
    font-family:  consalas, monaco, monospace;
    color: yellow;
    background-color: #444444;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    margin-top: -5px;

}

.pro-button-on {
    font-size: 15px;
    font-weight: bold;
    font-family:  consalas, monaco, monospace;
    color: red;
    background-color: yellow;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    margin-top: -5px;
}



.login-area {
  width: 30px;
}


.signin-button {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 15px;  
    font-weight: bold;
    font-family:  consalas, monaco, monospace;
    color: yellow;
    background-color: #444444;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    margin-top: -5px;
    white-space: nowrap;
}


.signin-button2 {
    display: inline;
    margin: 5px;
    font-size: 15px;  
    font-weight: bold;
    font-family:  consalas, monaco, monospace;
    color: yellow;
    cursor: pointer;
    background-color: #777777;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
}


.feedback-goto-button {
    display: inline;
    margin: 5px;
    font-size: 16px;  
    font-weight: bold;
    font-family:  consalas, monaco, monospace;
    color: yellow;
    cursor: pointer;
    background-color: #777777;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
}


.avatar-button {
    position: absolute;
    margin: 0;
    padding: 0;  
    font-size: 15px;
    font-weight: bold;
    font-family:  consalas, monaco, monospace;
    color: red;
    background-color: yellow;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    margin-top: -5px;
    white-space: nowrap;
}




.menu-bar nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.menu-bar nav ul :hover {
  background-color: var(--top-menu-hover);
}

.menu-bar nav ul li {

    padding: 10px 15px 10px 15px !important;
}


.menu-bar nav ul li a {
    color: white;
    text-decoration: none;
}


.menu-bar li.li-no-hover:hover {
    background-color: transparent;
}


.hamburger-button {
  visibility: hidden;
}



/* Container Layout  ===================  */
.container {
    display: flex;
    flex-wrap: nowrap;
    padding: 0px;
}

/* Left Menu Styles  =================== */
.left-menu {
    display: block;
    width: 220px;
    min-width: 220px;
    /*height: 100vh;*/
    overflow-y: auto;
    font-family: Arial, sans-serif;
    background-color:  var(--left-menu-bg);
    color:  var(--left-menu-color);
}

.left-menu ul {
    list-style: none;
    padding: 2px 1px 1px 10px;
}

.left-menu ul :hover {
  background-color: var(--left-menu-hover);
}

.left-menu ul li {
    padding: 5px;
    padding-left: 10px;
}

.left-menu li.li-no-hover:hover {
    background-color: transparent;
}


.left-menu ul li a {
    text-decoration: none;
    color: var(--left-menu-color);
}

/* Main Content Styles =================== */
.main-content {
    /*width: 100%;
    max-width: 750px;
    min-width: 400px;*/
    max-width: 750px;
    flex-grow: 1;
    line-height: 1.3;
    padding: 5px 20px 20px 20px;
    background-color: var(--bg-color);
    /*border: 1px solid #ddd;*/
}


/* iframe(s) & iframe container Styles =================== */


.tutorial-iframe-container {
  /*background-color: green; */
  top: 5px;
  position: relative;
  height: 480px;  /* Set height to 100% of the viewport height */   
  width: 680px;  /* Set width to 100% of the viewport width */ 

}

.tutorial-iframe {   
    position: absolute;
    height: 462px;  /* Set 452 height to 100% of the viewport height */   
    width: 700px;  /* Set 670 width to 100% of the viewport width */    
    border: 1px solid #777777; /* Thin border default border */ 
    background: black; /* Just for styling */
    overflow: hidden;
    visibility: visible;
}


.multi-lang-button {
  padding: 8px;
  border: 0px;
  margin: 0px;
  color: white;
  background-color: #777777;
  font-size: 12px;
  font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

}
.multi-lang-button:hover {
  cursor: pointer;
}




/* Next Prev Tutorial Buttons ----------------- */
.tutorial-controls {
    display: flex;
    flex-direction: row;
    max-width: 650px;
    margin-top: 40px;

}

.tutorial-controls a {
    width: 100%;
    padding: 10px 5px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    background-color:  #ff3a22;
    color: white;
}

.tutorial-controls .prev-tut {
    margin-left: 0px;
    margin-right: 150px; /* Changed this */
}

.tutorial-controls .next-tut {

}



/* Generic Buttons ----------------- */
.generic-button-primary {
    width: 100%;
    max-width: 150px;
    padding: 10px 5px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    background-color:  #ff3a22;
    color: white;
}


.generic-button-secondary {
    width: 100%;
    max-width: 150px;
    padding: 10px 5px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    background-color:  #ffffff;
    color: #444444;
}



/* Dev setup and link box at bottom of tutorials ----------------- */

.bordered-box {
  border: 1px solid grey; /* Thin white border */
  padding: 15px; /* Adds space between the border and the list */
  background-color: transparent;
  max-width: 650px; /* Example width for the box */
  margin-top: 20px;
}

.bordered-box ul {
  list-style-type: none; /* Removes default bullet points */
  padding: 0; /* Removes default padding from the list */
  margin: 0; /* Removes default margin from the list */
}

.bordered-box li {
  color: white ; /* Sets text color to white for readability */
  margin-bottom: 5px; /* Adds space between list items */
  cursor: pointer;
}

.bordered-box li:hover {
  color: #ff3a22; /* Sets text color to white for readability */
}






/* Review Page Form  Styles =================== */
.contact-form-container {
    background-color: #444444;
    padding: 20px;
    margin-left: 60px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    width: 90%;
}


.form-group {
    margin-bottom: 10px;
}

label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 15px;
    font-family: "Reddit Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 10px;
}

input, textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
}

textarea {
    resize: vertical;
}

.error-message {
    color: white;
    font-size: 15px;
    display: block; /* Hidden by default */
}

.submit-button {
    background-color: #333333;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: #000000;
}




/* Right Section Styles =================== */
.right-section {
    flex-grow: 2;
    background-color: var(--bg-color);
    color: var(--text-color);
    padding: 10px;
}





/* ======================================================= */
/* ================= Responsive Design =================== */
/* ======================================================= */

/* Responsive Design 1 =================== */
@media (max-width: 1240px) {

    .menu-bar {
      width: 1000px;
    }

    .left-menu {
        display: none;
    }

    .hamburger-button {
        visibility: visible;
    }

}

/* Responsive Design 2 =================== */
@media (max-width: 930px) {

    .menu-bar {
      width: 1000px;
    }


    .right-section {
        display: none;
    }
}
