@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap");

html, body {
	width:100%;
	height:100%;
}
body {
    margin: 0;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
    background-size: 200% 200%;
	  animation: gradient 15s ease infinite;
    /*
    background-image: linear-gradient(to right top, #1db9ff, #a2a0ff, #fb7ad4, #ff677a, #f48603);
    background-image: linear-gradient(to right top, #0f2a42, #3b0b17);
    */
    
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow: hidden;
    
    -webkit-transition: background 5.5s ease-in-out;
    -moz-transition: background 5.5s ease-in-out;
    -o-transition: background 5.5s ease-in-out;
    -khtml-transition: background 5.5s ease-in-out;
    transition: background 5.5s ease-in-out;

    cursor: url('../sources/img/cursor.svg'), auto;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.main_grid {
    display: grid;
    grid-template-columns: 13fr 74fr 13fr;
    max-width: 100%;
    margin: 1em;
    /*border: 1px solid pink;*/
}

.middle_grid {
    display: grid;
    grid-template-rows: 20fr 80fr;
    max-height: 100%;
    text-align: center;
    /*border: 1px solid yellow;*/
}

.left_grid {
    display: grid;
    grid-template-rows: 40fr 60fr;
    row-gap: 5em;
    /*border: 1px solid green;*/
    text-align: center;
}

.right_grid {
    display: grid;
    grid-template-rows: 50fr 50fr;
    row-gap: 5em;
    /*border: 1px solid blue;*/
}


.button
{
    background: rgba(255,255,255, 0.06);
    padding: 3em;
    height: 140px;
    width: 140px;
    border-radius: 20px;
    border-left: 1px solid rgba(255,255,255, 0.3);
    border-top: 1px solid rgba(255,255,255, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 20px 20px 40px -6px rgba(0,0,0, 0.2);
    text-align: center;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.button p
{
    font-weight: 500;
    color: #fff;
    opacity: 0.7;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 60px;
    text-shadow: 2px 2px 4px rgba(0,0,0, 0.2);
}
.button:hover
{
    background: rgba(255,255,255, 0.15);
    transform: scale(1.02);
}


.grid-container
{
    display: grid;
    grid-template-columns: auto auto auto;
    margin: auto;
    margin-top: 3em;
}
.grid-item
{
    padding: 2em;
}

.header p
{
    font-weight: 500;
    color: #fff;
    opacity: 0.7;
    font-size: 2rem;
    text-shadow: 2px 2px 4px rgba(0,0,0, 0.2);
    font-weight: 900;
}


/* Wetter-UI */
.weather_card{
    height: 330px;
    width: 200px;
    background-color: rgba(255,255,255,0.06);
    padding: 35px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.1);
    /*box-shadow: 20px 20px 22px rgba(0,0,0,0.2);*/
    border-radius: 6px;
    color: #fcfcfc;
}
h4{
    letter-spacing: 3px;
    font-weight: 420;
    font-size:18px;
    text-align: center;
    margin-top: 0;
}
h6{
    text-align: center;
    color: #dddddd;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 280;
    margin-top: 0;
}
.weather_card img{
    transform: scale(0.5);
    margin-left: 50%;
    margin-top: 20px;
    margin-bottom: -30px;
    transform: translate(-50%,-30%);
    width: 60%;
}
h1{
    letter-spacing: 2px;
    text-align: center;
    font-size: 42px;
    font-weight: 210;
    margin: 0px 0 10px 0;
}
.container{
    margin-left: 50%;
    transform: translate(-50%);
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 30px;
}
.details{
    text-align: center;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 420;
    margin-bottom: 0;
}
.details span{
    color: #dddddd;
    font-size: 14px;
}
.details:first-child{
    border-right:1px solid #fcfcfc;
}

.clock_card{
    background-color: rgba(255,255,255,0.06);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.1);
    /*box-shadow: 20px 20px 22px rgba(0,0,0,0.2);*/
    border-radius: 6px;
    color: #fcfcfc;
    padding: 10px;
}

.clock{
    margin: auto;
    height: 230px;
    width: 230px;
    background-color: rgba(255,255,255,0.06);
    backdrop-filter: blur(20px);
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.1);
    /*box-shadow: 10px 10px 35px rgba(0,0,0,0.25);*/
}
.clock img{
    width: 230px;
    opacity: 0.6;
}
.hand{
    background-color: rgba(255,255,255,0.2);
    backdrop-filter: blur(20px);
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    border-radius: 5px;
    transform-origin: bottom;
}
.hour{
    height: 42px;
    width: 7px;
    top: 6.35em;
}
.minute{
    height: 56px;
    width: 4px;
    top: 5.5em;
}
.seconds{
    height: 64px;
    width: 3px;
    top: 5em;
}

.digital_card{
    width: 260px;
    background-color: rgba(255,255,255,0.06);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.1);
    /*box-shadow: 20px 20px 22px rgba(0,0,0,0.2);*/
    border-radius: 6px;
    color: #fcfcfc;
    margin: auto;
    margin-top: 20px;
    padding-top: 5px;
}

#day{
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    color: #c5c5c5;
    text-align: center;
}
.digital_wrapper{
    text-align: center;
}
#time{
    font-size: 30px;
    display: inline-block;
    letter-spacing: 10px;
}

/* The switch - the box around the slider */
.switch {
    display: block;
    --width-of-switch: 3.5em;
    --height-of-switch: 2em;
    /* size of sliding icon -- sun and moon */
    --size-of-icon: 1.4em;
    /* it is like a inline-padding of switch */
    --slider-offset: 0.3em;
    position: absolute;
    bottom: 1em;
    right: 1em;
    margin-top: 10px;
    width: var(--width-of-switch);
    height: var(--height-of-switch);
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.06);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: .4s;
    border-radius: 30px;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: var(--size-of-icon,1.4em);
    width: var(--size-of-icon,1.4em);
    border-radius: 20px;
    left: var(--slider-offset,0.3em);
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(40deg,#ff0080,#ff8c00 70%);
    ;
   transition: .4s;
  }
  
  input:checked + .slider:before {
    left: calc(100% - (var(--size-of-icon,1.4em) + var(--slider-offset,0.3em)));
    background: #ffffff00;
    /* change the value of second inset in box-shadow to change the angle and direction of the moon  */
    box-shadow: inset -3px -2px 5px -2px #8983f7, inset -10px -4px 0 0 #a3dafb;
  }


.button_icons {
    width: 70%;
}

.profile_card{
    background-color: rgba(255,255,255,0.06);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.1);
    /*box-shadow: 20px 20px 22px rgba(0,0,0,0.2);*/
    border-radius: 6px;
    color: #fcfcfc;
    padding: 10px;
    height: 310px;
    width: 220px;
}

.profile_picture_backdrop{
    background-color: rgba(255, 255, 255, 0.137);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 20px 20px 22px rgba(0,0,0,0.2);
    border-radius: 50%;
    color: #fcfcfc;
    padding: 7px;
    width: 7em;
    height: 7em;
    margin: auto;
}

.profile_picture {
    max-width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.profile_description {
    color: #c0c0c0;
    margin-top: -10px;
}

.profile_card_button_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    margin-top: 1em;
}

.save_button {
  text-align: center;
  font-weight: 500;
  background-color: rgba(255,255,255,0.06);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 5px;
  color: #fcfcfc;
  padding: 5px;
  height: 1.2em;
  width: 5em;
  position: fixed;
  bottom: 0.5em;
  left: calc(50% - 2.5em);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.save_p {
  color: #c0c0c0;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.save_button:hover
{
  background: rgba(255,255,255, 0.15);
  transform: scale(1.05);
  
}

.profile_card_button {
    background-color: rgba(255,255,255,0.06);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 5px;
    color: #fcfcfc;
    padding: 5px;
    height: 1.2em;
    width: 5em;
    margin: auto;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.profile_card_button:hover
{
    background: rgba(255,255,255, 0.15);
    transform: scale(1.05);
    
}



.button_p{
    color: #c0c0c0;
    margin: 0;
    font-size: 13px;
}

.button_inside_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 5em;
}

.profile_button_icon {
    height: 18px;
    width: auto;
}

.information_grid {
    display: grid;
    grid-template-rows: 1fr;
    row-gap: 0.2em;
    max-width: 100%;
    margin: auto;
    margin-top: 1em;
    /*border: 1px solid pink;*/
}

.information_grid_item {
    display: grid;
    grid-template-columns: 2em 4em 5em;
    column-gap: 0.2em;
    max-width: 100%;
}

.information_grid_icon {
    height: 30px;
}


.information_grid_title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 550;
}

.information_grid_info {
    color: #e4e4e4;
    font-size: 14px;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    backdrop-filter: blur(5px);
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: rgba(255,255,255,0.06);
    padding: 35px;
    backdrop-filter: blur(30px);
    border: 1px solid rgba(255,255,255,0.1);
    /*box-shadow: 20px 20px 22px rgba(0,0,0,0.2);*/
    border-radius: 6px;
    color: #fcfcfc;
    margin: auto;
    margin-top: 300px;
    width: 30%;
    height: 30%;
  }

  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
  }

  .closeSettings {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    transform: translate(-100%, 30%);
  }
  
  .closeSettings:hover,
  .closeSettings:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
  }




/* Baby Yoda Easter Egg*/
.baby-yoda-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: scale(0.5);
}
.baby-yoda-container .ship {
    position: relative;
    background-color: #111711;
    width: 300px;
    height: 193px;
    border-top: 10px solid #3d4937;
    border-left: 10px solid #3d4937;
    border-right: 10px solid #3d4937;
    border-radius: 150px 150px 0 0;
    animation: 4s the-force ease-in-out infinite;
}
.baby-yoda-container .ship:before,
.baby-yoda-container .ship:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 55px;
    background-color: #b29d4a;
}
.baby-yoda-container .ship:before {
    bottom: -20px;
    left: -10px;
}
.baby-yoda-container .ship:after {
    top: 148px;
    right: -10px;
}
.baby-yoda-container .baby-yoda {
    position: relative;
    top: 50px;
}
.baby-yoda-container .head {
    background-color: #78ac39;
    width: 120px;
    height: 75px;
    margin: 0px auto;
    border-top-left-radius: 40px 30px;
    border-top-right-radius: 40px 30px;
}
.baby-yoda-container .face {
    position: relative;
}
.baby-yoda-container .eyes {
    position: relative;
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
}
.baby-yoda-container .eyes:after {
    content: '';
    position: absolute;
    top: 16px;
    background-color: #78ac39;
    width: 100%;
    height: 1px;
    transform-origin: top;
    animation: 2s eyes-close linear infinite alternate;
}
.baby-yoda-container .eye {
    position: relative;
    background-color: #111812;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    margin: 10px;
    margin-bottom: 0;
}
.baby-yoda-container .eye:after {
    content: '';
    position: absolute;
    right: 8px;
    top: 10px;
    background-color: #c6ac63;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.baby-yoda-container .nose {
    position: relative;
    top: -5px;
    width: 10px;
    height: 10px;
    background-color: #62872c;
    margin: 0 auto;
    transform: rotate(45deg);
}
.baby-yoda-container .nose:before {
    display: block;
    content: '';
    position: relative;
    width: 10px;
    height: 10px;
    background-color: #62872c;
    border-radius: 5px;
    top: 5px;
    box-shadow: 5px -5px #62872c;
}
.baby-yoda-container .ears {
    position: absolute;
    width: 100%;
}
.baby-yoda-container .ear {
    margin-top: 15px;
    padding-top: 15px;
    position: absolute;
    background-color: #78ac39;
    width: 120px;
    height: 60px;
    overflow: hidden;
}
.baby-yoda-container .ear:after {
    position: relative;
    display: block;
    content: '';
    background-color: #698a20;
    width: 100px;
    height: 80px;
}
.baby-yoda-container .ear.left {
    left: -110px;
    border-bottom-left-radius: 120px 60px;
}
.baby-yoda-container .ear.left:after {
    border-top-right-radius: 20px;
}
.baby-yoda-container .ear.right {
    right: -110px;
    border-bottom-right-radius: 120px 60px;
}
.baby-yoda-container .ear.right:after {
    right: -20px;
    border-top-left-radius: 20px;
}
.baby-yoda-container .scarf {
    position: relative;
    margin: -2px auto 0;
    width: 160px;
    height: 70px;
    background-color: #f19700;
}
.baby-yoda-container .scarf:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 35px;
    background-color: #f0b81a;
}
.baby-yoda-container .front-ship {
    overflow: hidden;
    position: relative;
    height: 200px;
    margin-top: 38px;
    border-radius: 0 0 120px 120px;
    background-color: #111711;
}
.baby-yoda-container .front-ship .top {
    position: relative;
    height: 50px;
    width: 100%;
    background-color: #445f52;
}
.baby-yoda-container .front-ship .top:before {
    content: '';
    position: absolute;
    width: 40%;
    height: 30px;
    background-color: #698577;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.baby-yoda-container .front-ship .top:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: 26px;
    left: 50%;
    background-color: #bdcaa6;
    transform: translateX(-50%);
    box-shadow: -35px 0 #bdcaa6, 35px 0 #bdcaa6;
}
.baby-yoda-container .bottom {
    position: relative;
    padding-top: 30px;
    background-color: #39473e;
    height: 100%;
}
.baby-yoda-container .bottom:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    right: 0px;
    bottom: -10px;
    background-color: #3e5555;
}
.baby-yoda-container .bottom .title {
    letter-spacing: 1px;
    font-size: 2rem;
    margin-top: 0px;
    text-align: center;
    font-family: Mandalore, sans-serif;
}
.baby-yoda-container .bottom .title span {
    position: relative;
    display: block;
    font-size: 0.7rem;
}
.baby-yoda-container .bottom .title span:before {
    content: '';
    position: absolute;
    width: 64px;
    height: 3px;
    background-color: #000;
    top: 7px;
    left: 54%;
    box-shadow: -88px 0 0;
}
.baby-yoda-container .ship-shadow {
    position: relative;
    z-index: -1;
    transform: translateY(150%);
    width: 280px;
    height: 100px;
    background-color: #333;
    border-radius: 50%;
    opacity: 0.5;
    animation: 4s shadow-move ease-in-out infinite;
    filter: blur(1px);
}
@-moz-keyframes shadow-move {
50% {
    background-color: #666;
    transform: scale(1.1) translateY(150%);
    filter: blur(3px);
    opacity: 0.45;
}
}
@-webkit-keyframes shadow-move {
50% {
    background-color: #666;
    transform: scale(1.1) translateY(150%);
    filter: blur(3px);
    opacity: 0.45;
}
}
@-o-keyframes shadow-move {
50% {
    background-color: #666;
    transform: scale(1.1) translateY(150%);
    filter: blur(3px);
    opacity: 0.45;
}
}
@keyframes shadow-move {
50% {
    background-color: #666;
    transform: scale(1.1) translateY(150%);
    filter: blur(3px);
    opacity: 0.45;
}
}
@-moz-keyframes the-force {
50% {
    transform: translateY(-20%);
}
}
@-webkit-keyframes the-force {
50% {
    transform: translateY(-20%);
}
}
@-o-keyframes the-force {
50% {
    transform: translateY(-20%);
}
}
@keyframes the-force {
50% {
    transform: translateY(-20%);
}
}
@-moz-keyframes eyes-close {
10% {
    transform: scaleY(0);
}
12%, 14% {
    transform: scaleY(45);
}
14% {
    transform: scaleY(0);
}
}
@-webkit-keyframes eyes-close {
10% {
    transform: scaleY(0);
}
12%, 14% {
    transform: scaleY(45);
}
14% {
    transform: scaleY(0);
}
}
@-o-keyframes eyes-close {
10% {
    transform: scaleY(0);
}
12%, 14% {
    transform: scaleY(45);
}
14% {
    transform: scaleY(0);
}
}
@keyframes eyes-close {
10% {
    transform: scaleY(0);
}
12%, 14% {
    transform: scaleY(45);
}
14% {
    transform: scaleY(0);
}
}

/*SETTINGS*/
.menu {
    width: 90%;
    max-width: 600px;
    max-height: 600px;
    margin: auto;
    margin-top: 250px;
    /*background-color: rgba(255, 255, 255, 0.034);*/
    background-color: rgba(255,255,255,0.06);
      backdrop-filter: blur(30px);
      border: 1px solid rgba(255,255,255,0.1);
      /*box-shadow: 20px 20px 22px rgba(0,0,0,0.2);*/
      border-radius: 15px;
      color: #fcfcfc;
  }
  
  /* header */
  .menu-header {
    padding: 1rem;
  }
  
  .menu-header-title {
    font-size: 1.2rem;
    color: #d3d5db;
    font-weight: 700;
    margin-top: auto;
    margin-left: 15px;
  }
  
  /* theme switcher */
  .theme-switcher input {
    display: none;
  }
  
  .theme-switcher {
    position: relative;
    padding: 0 3px;
  }
  
  .theme-switcher label {
    position: relative;
    z-index: 2;
    width: calc(100% / 3);
    color: #d3d5db;
  }
  
  .theme-switcher label span {
    padding: 8px 0;
    display: flex;
    font-weight: 600;
    opacity: 0.8;
    margin-left: 5px;
  }
  
  .theme-switcher label span:hover {
    opacity: 1;
    cursor: pointer;
  }
  
  .theme-switcher .settings_slider {
    position: absolute;
    z-index: 1;
    width: calc(100% - 6px);
    height: calc((100% - 6px) / 3);
    top: 3px;
    transform: translatex(-110%);
    bottom: 3px;
    border-radius: 8px;
    transition: .30s ease, transform 0.25s ease-out;
    background-color: #9e9e9e2d;
  }
  
  .theme-switcher input:nth-of-type(1):checked ~ .settings_slider {
    transform: translateY(0);
  }
  .theme-switcher input:nth-of-type(2):checked ~ .settings_slider {
    transform: translateY(100%);
  }
  .theme-switcher input:nth-of-type(3):checked ~ .settings_slider {
    transform: translateY(200%);
  }
  
  ion-icon {
    margin-right: 5px;
    font-size: 20px;
    margin-top: 2px;
  }
  
  
  /* theme switcher */
  .apperance-switcher input {
    display: none;
  }
  
  .apperance-switcher {
    position: relative;
    background-color: rgba(114, 114, 114, 0.205);
    border-radius: 10px;
    display: flex;
    padding: 0 3px;
    width: 340px;
    margin-left: 0.5em;
  }
  
  .apperance-switcher label {
    position: relative;
    z-index: 2;
    width: calc(100% / 3);
    color: #d3d5db;
  }
  
  .apperance-switcher label span {
    padding: 8px 0;
    display: flex;
    justify-content: center;
    font-weight: 600;
    opacity: 0.8;
  }
  
  .theapperanceme-switcher label span:hover {
    opacity: 1;
    cursor: pointer;
  }
  
  .apperance-switcher .settings_slider {
    position: absolute;
    z-index: 1;
    width: calc((100% - 6px) / 3);
    top: 3px;
    transform: translatex(-110%);
    bottom: 3px;
    border-radius: 8px;
    transition: .30s ease, transform 0.25s ease-out;
    background-color: #9e9e9e2d;
  }
  
  .apperance-switcher input:nth-of-type(1):checked ~ .settings_slider {
    transform: translateX(0);
  }
  .apperance-switcher input:nth-of-type(2):checked ~ .settings_slider {
    transform: translateX(100%);
  }
  .apperance-switcher input:nth-of-type(3):checked ~ .settings_slider {
    transform: translateX(200%);
  }
  
  
  
  
  .settings_grid {
    display: grid;
    grid-template-columns: 2fr 5fr;
    column-gap: 1em;
  }
  
  .settings_content {
    background-color: rgba(255,255,255,0.06);
      backdrop-filter: blur(20px);
      border: 1px solid rgba(255,255,255,0.1);
      /*box-shadow: 20px 20px 22px rgba(0,0,0,0.2);*/
      border-radius: 10px;
      color: #fcfcfc;
  }
  
  .sidebar_card {
    background-color: rgba(255,255,255,0.06);
      backdrop-filter: blur(20px);
      border: 1px solid rgba(255,255,255,0.1);
      /*box-shadow: 20px 20px 22px rgba(0,0,0,0.2);*/
      border-radius: 10px;
      color: #fcfcfc;
      height: 505px;
  }
  
  .general_settings_div {
    display: none; /* Hidden by default */
    margin-left: 1em;
  }
  
  .user_settings_div {
    display: none; /* Hidden by default */
    margin-left: 1em;
  }
  
  .cloud_settings_div {
    display: none; /* Hidden by default */
    margin-left: 1em;
    text-align: center;
  }
  
  .menu-content-header-title {
    font-size: 1.1rem;
    color: #d3d5db;
    font-weight: 50;
  }
  
  
  
  
  .settings_profile_card{
    background-color: rgba(255,255,255,0.06);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.1);
    /*box-shadow: 20px 20px 22px rgba(0,0,0,0.2);*/
    border-radius: 6px;
    color: #fcfcfc;
    padding: 10px;
    width: 240px;
    height: 240px;
    text-align: center;
    margin: auto;
  }
  
  .settings_profile_card h3 {
    margin: auto;
  }
  
  .settings_profile_picture_backdrop{
    background-color: rgba(255, 255, 255, 0.137);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50%;
    color: #fcfcfc;
    padding: 7px;
    width: 7em;
    height: 7em;
    margin: auto;
  }
  
  .settings_profile_picture {
    max-width: 100%;
    border-radius: 50%;
    object-fit: cover;
    transition: ease 0.2s;
  }
  
  .settings_profile_picture_edit {
    opacity: 0;
    max-width: 50%;
    object-fit: cover;
    transform: translateY(-160%);
    transition: ease 0.2s;
  }
  
  .settings_profile_description {
    color: #c0c0c0;
    /*border: solid 1px white;*/
    margin: auto;
    border-radius: 5px;
  }
  
  .settings_profile_card_button {
    background-color: rgba(255,255,255,0.06);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 5px;
    color: #fcfcfc;
    padding: 5px;
    height: 1.2em;
    width: 18em;
    margin: auto;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  
  .settings_profile_card_button:hover
  {
    background: rgba(255,255,255, 0.15);
    transform: scale(1.05);
  }
  
  
  .settings_button_p{
    color: #c0c0c0;
    margin: 0;
    font-size: 13px;
    margin-right: 30px;
  }
  
  .settings_button_inside_grid {
    display: grid;
    grid-template-columns: 1fr 4fr;
    text-align: center;
  }
  
  .profile_button_grid_icon{
    height: 18px;
    width: auto;
    margin-left: 2em;
  }
  
  .settings_profile_button_icon {
    height: 18px;
    width: auto;
  }
  
  .change_display_name_field {
    text-align: center;
    background: none;
    border: 1px solid rgba(206, 206, 206, 0.822);
    border-radius: 5px;
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    font-family: 'Montserrat', sans-serif;
    margin-top: 1.5em;
  }
  
  .change_display_name_field:focus {
    outline: none;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    font-family: 'Montserrat', sans-serif;
  }
  
  .change_description_field {
    text-align: center;
    background: none;
    border: 1px solid rgba(206, 206, 206, 0.822);
    border-radius: 5px;
    width: 100%;
    color: #c0c0c0;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 1em;
  }
  
  .change_description_field:focus {
    outline: none;
    color: #c0c0c0;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
  }
  
  .version {
    color: rgba(194, 194, 194, 0.438);
    font-size: 10px;
    text-align: center;
  }
  
  .change_display_name_button {
    height: 28px;
    width: 100%;
    background-color: rgba(206, 206, 206, 0.137);
    border-radius: 7px;
    padding-top: 8px;
    overflow: hidden;
    transform: translateY(-208%);
    backdrop-filter: blur(10px);
    display: none;
    transition: ease 0.2s;
  }
  
  .profile_settings_icon {
    width: 20px;
  }
  
  .settings_display_name_wrapper {
    height: 28px;
    width: 100%;
    margin-top: 25px;
  }
  
  .construction {
    width: 200px;
    margin-top: 3em;
  }
  
  .settings_profile_description_wrapper {
    margin-top: 15px;
    height: 28px;
    width: 100%;
  }
  
  .change_description_button {
    height: 28px;
    width: 100%;
    background-color: rgba(206, 206, 206, 0.137);
    border-radius: 7px;
    padding-top: 8px;
    overflow: hidden;
    transform: translateY(-95%);
    backdrop-filter: blur(10px);
    display: none;
    transition: ease 0.2s;
  }
  
  .change_login_credentials_grid {
    display: grid;
    row-gap: 1em;
    margin-top: 1.5em;
  }
  
.forchestry_logo {
  margin-top: 2em;
}

.check_button {
  background-color: rgba(255,255,255,0.06);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 5px;
  color: #fcfcfc;
  padding: 5px;
  height: 1.2em;
  width: 1.2em;
  margin: auto;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  display: none;
}

.check_icon {
  height: 18px;
  width: auto;
}