/*
Basic Calculator
Yandiya Technologies Ltd

File name: Desktop.css
File Location: C:\wamp64\www\vhost\basic-calc\public_html

Last Edited: 30/05/22
Editors: Callum Todd, Ben Clayton
*/

@media only screen and (min-width: 768px) { /* ONLY RUNS WHEN WINDOW SIZE IS ABOVE 768px (ipad size) */

  /**========================================================================
    *                           GLOBAL
    *========================================================================**/

  
  @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

  .DESK_Hide{
    display: none !important;
  }
  
  html{
      height: auto;
  }

  *:focus {
    outline: 0 !important;
  }

  Button.blue{
    background-color: blue;
    outline: none;
  }

  .Version{
    position: fixed;
    font-size: 10px;
    font-size-adjust: none;
    color: rgba(255, 255, 255, 0.351);
    right: 9px;
    bottom: 0px;
  }

  p{
    font-size: clamp(0.1rem, 1.4vw, 1.3rem);
    font-family: 'Manrope', sans-serif;
    justify-self: center;
    align-content: center;
    text-align: center;
    width: auto;
    margin-bottom: 0px !important;
  }

  h1{
    font-family: 'Manrope', sans-serif;
    font-weight: 500 !important;
    font-size: 27px !important;
    text-align: center;
    color: black;
  }

  h2{
    margin-bottom: 0px !important;
    font-family: "Manrope", sans-serif !important;
  }

  h3{
    font-family: "Manrope", sans-serif !important;
    text-align: center;
    color: black;
    font-weight: 500 !important;
    font-size: 1.25rem !important;
  }

  h4{
    margin-bottom: 0px !important;
    color: black;
    font-family: "Manrope", sans-serif;
  }
  
  strong {
    display:inline !important;
  }

  body {
    padding: 20px;
    background-size: cover;      
    background-attachment: fixed;
    font-family: Arial;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  button {
    margin-top: 20px;
    line-height: 60px;
    background-color: #d3d3d3;
    border: #db222a;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
  }

  .white{
    background-color: white;
  }

  .red{
    background-color: #db222a;
  }

  .Main_Div{
    border-radius: 4px 0px 0px 0px;
    min-height: 800px;
    max-height: 800px;
    min-width: 300px;
    max-width: 1200px;
    width: 85%;
    background-color: rgb(248,247,247);
    left: 14.5%;
    padding-top: 40px;
    outline: solid 3px;
    border-color: black;
  }

  .Nav_Bar{
    margin: auto;
    position: relative;
    width: 90%;
    height: 105px;
    display: flex;
    justify-content: space-between;
    flex-flow: nowrap;
    align-items: center;
    overflow-x: visible;
  }

  .progress-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: rgb(198,198,198);
    margin-right: 10px;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }.progress-icon.completed{
    background-color: rgb(53,156,48) !important;
    z-index: 0;
  }.progress-icon.active{
    background-color: rgb(251,188,43) !important;
    z-index: 0;
  }
  
  .progress-line {
    position: absolute;
    height: 10px;
    background-color: rgb(53,156,48);
    width: 0%;
    transition: all 0.3s ease-in-out;
    margin-left: 5px;
    z-index: 0;
  }.progress-line-back {
    position: absolute;
    height: 10px;
    background-color: rgb(53,156,48);
    width: 0px;
    transition: all 0.3s ease-in-out;
    margin-left: 5px;
    z-index: 0;
    background-color: rgb(198,198,198) !important;
    width: 100%;
  }.line-container{
    position: absolute;
    width: calc(100% - 60px);
    margin-bottom: 10px;
  }

  .progress-icon-image{
    width: 85%;
    background-color: transparent;
    padding: 5px;
  }

  .Building_Information_Nav_Section{
    min-width: 33%;
    height: 100%;
    background-color: #b7b7b7;
    border-inline: 1px solid #b7b7b7;
  }

  .Back_Cont_Div{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
  }

  .Continue_Results_MOB{
    display: none;
  }

  .Mob_Tab{
    display: none;
  }

  .Footer{
    background-color: #161616;
    height: 50px;
    min-width: 300px;
    max-width: 1200px;
    width: 85%;
    border-radius: 0px 0px 4px 4px;
    padding-inline: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .Footer-Left{
    display: flex;
    align-items: center;
    width: 252px;
  }

  .Footer-Text{
    color: white;
    background-color: transparent;
    border: 0px;
    padding: 0px;
    font-size: clamp(0.1rem, 1.4vw, 0.9rem);
  }

  .Footer-Button{
    width: 100px;
  }

  .Header{
    min-width: 300px;
    max-width: 1200px;
    width: 85%;
    display: flex;
    justify-content: flex-end;
  }

  .Logo{
    width: 130px;
  }

  .Logo_Container{
    background-color: transparent;
    border-radius: 10px 10px 0px 0px;
    width: 224px;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    padding-right: 30px;
  }

  .Logo_Container p{
    font-size: 9px;
    color: white;
  }

    /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #e0e0e0; 
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  .Close_Button{
    display: flex;
    width: auto;
    background-color: transparent;
    padding: 0px;
    
  }

  .MOB_House_Info{
    display: none !important;
  }

  .Continue_Button{
    height: 55px;
    width: 400px;
    background-color: #39a8a8;
    color: white;
    margin-top: 59px;
    border-radius: 50px;
    font-size: clamp(0.2em, 1vw, 17px);
    font-family: 'Manrope', sans-serif;
  }

  .Start_Page{
    flex-direction: column;
    align-items: center;
  }

  .Start_Continue{
    height: 55px;
    width: 400px;
    background-color: #39a8a8;
    color: white;
    margin-top: 59px;
    border-radius: 50px;
    font-size: clamp(0.2em, 1vw, 17px);
    font-family: 'Manrope', sans-serif;
  }

  .PDF_Preview{
    width: 90%;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 3px 0px #161616;
  }


  .start-page-title{
    font-weight: 700 !important;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 10px !important;
    font-size: 1.5rem !important;
  }

  .carousel{
    width: 90% !important;
    box-shadow: 0px 0px 2px 0px #0e0e0e;
  }.active{
    background-color: #e42c22 !important;
  }

  /**========================================================================
    *                           HOUSE PAGE
    *========================================================================**/

  .Main_Title{
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 700 !important;
  }

  .House_Type_Container{
    max-width: 160px;
    margin-inline: 3px;
  }

  .House_Page{
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
    animation: transition 0.2s;
  }

  .Text-Container{
    height: auto;
    background-color: transparent;
    width: 90%;
    border-radius: 4px;
  }

  .Start_Text{
    background-color: #f5f5f5;
    padding: 12px;
    width: 90%;
  }

  .House_Type {
    height: auto;
    width: 80%;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
  }

  .House_Type_Button {
    height: 290px;
    padding-inline: 0px;
    width: auto;
    flex-direction: column;
    display: flex;
    background-color: #f7f7f7;
    background-size: 500px 100%;
    filter: saturate(0%) opacity(100%);
    justify-content: flex-end;
    padding-bottom: 0px;
    padding-top: 0px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 1px #b3b3b3;
  }

  .House_Type_Button_Clicked{
    filter: saturate(100%) !important;
  }

  .House_Info{
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
  }

  .House_Types_Container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    width: 90%;
    margin-top: 50px;
  }

  .House_Title{
    font-size: 30px;
    text-align: center;
    margin-top: 14px;
  }

  .House_Type_Text{
    font-size: clamp(0.1rem, 1.4vw, 1.0rem);
    color: white;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    margin-bottom: 7px !important;
  }

  .House_Type_Info{
    font-size: clamp(0.1rem, 1vw, 0.8rem);
    color: white;
    text-align: center;
    font-weight: lighter;
    font-family: 'Manrope', sans-serif;
    line-height: 14px;
    padding-inline: 7px;
  }

  .Building_Type_Info{
    background-color: #EA1C1C !important;
    height: 50%;
    padding: 5px;
    border-radius: 0px 0px 20px 20px;
  }

  .L-T-Container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: -4px;
    flex-wrap: wrap;
    align-items: center;
  }

  .Input_Box_Tariff{
    height: 100px;
    max-width: 140px;
    font-size: clamp(0.1rem, 1.0vw, 0.8rem);
    font-family: 'Manrope', sans-serif;
    width: 60%;
    background-color: transparent;
    border: none;
    text-align: center;
  }

  .Input_Boxes:focus,.Drop_Btn_Curr:focus,.Drop_Btn:focus{
    background-color: #cac9c9 !important;
  }

  .Location-Content{
    background-color: #f1f1f1;
    height: 150px;
    width: 216px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    Overflow-y: scroll;
    font-size: 15px;
    position: absolute;
    margin-top: 246px;
    margin-left: 155px;
  }
  
  .Currency-Content{
    height: 120px;
    overflow-y: scroll;
    display: flex;
    flex-flow: column wrap;
    width: 110px;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    outline: none;
    position: absolute;
    margin-top: -4px;
    margin-left: 4px;
  }

  .Location-Tariff-Container{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 80%;
    margin-top: 14px;
  }

  .Location-Container{
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .Tariff-Container{
    width: 330px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .Country-Flag{
    border: solid white 5px;
  }

  .Drop_Btn_Loc{
    height: 100px;
    width: 216px;
    font-size: clamp(0.2em, 1vw, 17px);
    color: white;
    background-color: #EA1C1C !important;
    border-radius: 20px;
  }

  .Home_Page_Continue{
    height: 55px;
    width: 400px;
    background-color: #39a8a8;
    color: white;
    margin-top: 59px;
    border-radius: 50px;
    font-size: clamp(0.2em, 1vw, 17px);
    font-family: 'Manrope', sans-serif;
  }

  .Tariff_MOB_Container{
    display: flex;
    width: 65%;
    justify-content: space-around;
    align-items: center;
  }

  .Location_MOB_Container{
    display: flex;
    width: 52%;
    align-items: center;
  }

  .Location_Tariff_Container{
    display: flex;
    height: auto;
    width: 600px;
    align-items: center;
    flex-direction: column;
    
  }

  .Location-Tariff-Master{
    display: flex;
    flex-direction: row;
    width: 95%;
    justify-content: space-between;
    transform: translate(4vw);
    flex-wrap: wrap;
  }

  .Price_MOB_Container{
    display: flex;
    align-items: center;
    min-width: 35%;
    max-width: 35%;
    background-color: #d1d1d1;
    justify-content: center;
    height: 70px !important;
    border-radius: 20px;
  }

  .kWh_Box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 100px;
    background: transparent;
    font-size: clamp(0.1rem, 1.0vw, 0.8rem);
    font-family: 'Manrope', sans-serif;
  }

  .Currency_Box{
    background-color: transparent;
    height: 100px;
    display: flex;
    align-items: center;
    width: 10%;
    justify-content: center;
    font-size: clamp(0.1rem, 1.0vw, 0.8rem);
    font-family: 'Manrope', sans-serif;
  }

  .Header-Left{
    display: none;
  }

  .MOB_Nav_Bar_Button{
    display: none;     
  }

  .Home{
    background-color: transparent;
    height: auto;
    width: auto;
    display: flex;
    flex-direction: row;
  }

  .Terms-Of-Service{
    background-color: transparent;
    height: auto;
    width: auto;
    display: flex;
    flex-direction: row;
  }
    /**========================================================================
    *                           HOUSE TYPE OTHER
    *========================================================================**/

  .Other_House_Type{
    margin-top: -63px;
    min-width: 300px;
    max-width: 731px;
    width: 50%;
    height: 500px;
    display:none;
    flex-direction: column;
    align-content: center;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    box-shadow:0 0 0 10000px rgba(0,0,0,0.65);
    animation: transition 0.2s;
    overflow: hidden;
    z-index: 50;
  }

  .Other_H_Banner{
    width: 100%;
    background-color: rgb(0, 0, 0);
    height: 55px;
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-inline: 10px;
  }

  .Other_H_Select_Container{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .Other_H_User{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .Other_H_Text_Container{
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .Other_H_Types{
    width: 100%;
    background-color: #f3f3f3 !important;
    text-align: start;
    margin-top: 5px;
    font-family: 'Manrope', sans-serif;
    display: flex;
    align-items: center;
    height: 35px;
    padding: 10px;
    font-weight: 600;
  }

  .Exit_Other{
    width: 30px;
    height: 30px;
    background-color: red;
    border-radius: 5px;
  }
  
  .Close_Other_Button{
    width: 100%;
    height:100%;
    background-color: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .Other_H_Input{
    width: 90%;
    font-family: 'Manrope', sans-serif;
  }

  .Other_H_SubHeading{
    font-family: 'Manrope', sans-serif;
    color: black;
    font-size: 0.9rem !important;
    text-align: start;
    margin-top: 10px;
  }

  .Other_Property_Submit{
    width: 90%;
    background-color: #39a8a8;
    color: white;
    font-family: 'Manrope', sans-serif;
    margin-top: 20px;
    font-size: 15px;
    height: 40px;
  }

  .Other_Input_Text{
    font-size: 20px !important;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 500 !important;
  }

  /**========================================================================
    *                           HOUSE AGE PAGE
    *========================================================================**/

  .House_Age_Container{
    width: 90%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 24px;
    margin-top: 50px;
  }  

  .House_Age_Page_Continue{
    height: 55px;
    width: 400px;
    background-color: #39a8a8;
    color: white;
    margin-top: 59px;
    border-radius: 50px;
    font-size: clamp(0.2em, 1vw, 17px);
    font-family: 'Manrope', sans-serif;
  }

  .House_Age_Clicked{
    background-color: #EA1C1C !important;
  }

  .House_Age_Btn{
    background-color: #f5f5f5;
    width: 160px;
    height: 280px;
    font-size: 17px;
    font-family: 'Manrope', sans-serif;
    box-shadow: 0px 0px 5px 1px #b3b3b3;
    outline: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-inline: 3px;
    border-radius: 20px;
  }

  .House_Age_Description{
    background-color: #383838;
    width: 100%;
    height: 140px;
    padding-inline: 5px;
    padding-top: 25px;
    border-radius: 0px 0px 20px 20px;
  }

  .Age_Text{
    margin-top: auto;
    margin-bottom: auto !important;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
  }

  .Heat_Type_Clicked{
    background-color: #EA1C1C !important;
  }

  .House_Age_Page{
    flex-direction: column;
    align-items: center;
    animation: transition 0.2s;
  }

  .House_Heating_Type{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 33%;
    justify-content: center;
  }

  .Heat_Type_Btn{
    height: 280px;
    width: 90%;
    max-width: 160px;
    background-color: #5a5a5a;
    box-shadow: 0px 0px 5px 1px #b3b3b3;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 20px;
  }

  .Current_Heating_Description p{
    min-height: 100%;
    width: 100%;
    color: white;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: clamp(0.1rem, 1.5vw, 1rem);
  }

  .Current_Heating_Description{
    min-height: 35%;
    background-color: #383838;
    border-radius: 0px 0px 20px 20px;
  }

  .MOB_Current_Heat{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .MOB_Location_Image{
    width: 150px;
    margin-right: 5px;
    border-radius: 20px;
  }

  .Current_Heating_Container{
    width: 65%;
    display: flex;
    min-height: 310px;
  }

  .Current_Heating_Image{
    margin: auto;
  }

  /**========================================================================
    *                           ROOMS PAGE
    *========================================================================**/

  .Input_Box_Container{
    width: 100%;
    font-size: 14px;
    border: none;
    background-color: #e0e0e0;
    font-family: "Manrope", sans-serif;
    display: flex;
    flex-direction: row;
    height: 73px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px #161616;
  }
    
  .Input_Boxes{
    min-height: 51px;
    width: 100%;
    font-size: 14px;
    border: none;
    background-color: #e0e0e0;
    padding: 10px;
    font-family: "Manrope", sans-serif;
  }

  .Input_Boxes_Rooms{
    min-height: 51px;
    width: 80%;
    font-size: 14px;
    border: none;
    background-color: #e0e0e0;
    padding: 10px;
    font-family: "Manrope", sans-serif;
    border-radius: 5px;
  }

  .Symbol_Box{
    min-height: 51px;
    width: 20%;
    font-size: 14px;
    border: none;
    background-color: #e0e0e0;
    font-family: "Manrope", sans-serif;
    display: flex;
    align-items: center;
    border-radius: 5px;
  }

  .Symbol_Box_Temp{
    min-height: 51px;
    width: 20%;
    font-size: 14px;
    border: none;
    background-color: #e0e0e0;
    font-family: "Manrope", sans-serif;
    display: flex;
    align-items: center;
    border-radius: 5px;
  }

  .Invalid_Input{
    border: solid red 2px;
  }
  
  .Rooms_Tab_Info{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  #Rooms_Page{
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    animation: transition 0.2s;
  }

  .Rooms_Title{
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 700 !important;
  }

  .Room_Preview_Mob{
    background-color: white;
    height: 170px;
    width: 100%;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    outline: #e9e9e9 1px solid;
  }

  .Room_Preview_Mob_Title_Cont{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 80%;
      height: 35px;
      background-color: #f5f5f5;
  }

  .Room_Preview_Mob_Title_Cont h1{
      font-size: clamp(1em,1em,2em) !important;
      font-weight: 700;
      margin: 0px !important;
  }

  .Room_Preview_Mob_Main_Cont{
      width: 150%;
      height: 100%;
      background-color: white;
      display: flex;
      justify-content: space-evenly;
      outline: 1px #e9e9e9 solid;
  }

  .Room_Preview_Image{
    aspect-ratio: 1/1;
    height: 100%;
  }

  .Room_Preview_Info{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 50%;
  }

  .Room_Preview_Results_Right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-weight: 700;
    width: 100%;
    justify-content: center;
  }

  .Room_Preview_Results_Right p{
    display: flex;
    flex-direction: row;
    font-size: clamp(0.1rem, 1.4vw, 1.3rem);
  }

  .Room_Preview_Results_Left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    justify-content: center;
  }

  .Room_Preview_Mob_Footer_Cont{
    height: 30px;
    display: flex;
    width: 80%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .Room_Preview_Mob_Footer_Cont h1{
    width: 100%;
    font-size: clamp(0.1rem, 2vw, 1.7rem) !important;
  }

  .Room_Preview_Mobile_Icon{
    display: flex;
    height: 70%;
    aspect-ratio: 1/1;
    margin-inline: 0.6em;
  }

  .Room_Preview_Mob_Title_Cont{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 35px;
    background-color: #f5f5f5;
  }

  .Room_Preview_Mob_Title_Cont h1{
      font-size: clamp(1em,1em,2em) !important;
      font-weight: 700;
      margin: 0px !important;
  }

  .Room_Preview_Mobile_Icon_Cont{
      height: 100%;
      width: auto;
      background-color: transparent;
  }

  .Rooms_Content{
    max-height: auto;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 88%;
  }

  .Room_Input_Container{
    width: 615px;
    height: auto + 60px;
    display: flex;
    padding-bottom: 0px;
    padding-top: 0px;
    flex-direction: column;
    align-items: center;
  }

  .Rooms_Table{
    display: flex;
    justify-content: center;
    padding: 5px;
    height: auto;
    min-width: 100%;
    min-height: 0px;
    max-height: 280px;
    overflow-y: auto;
    margin-bottom: 26px;
    border: 0px !important;
  }

  #List_Table{
    min-width: 100%;
  }

  .Table_Headers{
    border: solid 2px #161616;
    display: flex;
    height: 60px;
    width: 110px;
    justify-content: center;
    align-items: center;
    margin: 4px;
    background-color: #d3d3d3;
    border-radius: 3px;
    font-size: 12px;
  }

  .Table_Row_Container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .Table_Cell_Room_Type{
    display: flex;
    font-size: 13px;
    max-width: 200px;
    min-width: 100px;
    width: 100%;
    height: 60px;
    flex-direction: column;
    font-weight: bold;
    margin: 4px;
    color: #6e6e6e;
    font-size: 10px;
    padding: 0px;
  }

  .Table_Cell{
    display: flex;
    font-size: 13px;
    max-width: 16%;
    min-width: 16%;
    height: 60px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin: 3px;
    font-size: 10px;
    flex-direction: column;
    border-radius: 5px;
  }

  .Delete_Button{
    max-width: 40px; 
    background-color: white;
    max-height: 40px;
    outline: none;
    border-radius: 5px;
  }
  
  .Delete_Button:hover{
    background-color: #DDDDDD;
  }

  .Delete_Row_Icon{
    width: 20px;
    height: 20px;
  }

  .Delete_Row_Icon:hover{
    transform: scale(1.3);
  }

  .Table_Delete_Column{
    border: none;
    max-width: 30px;
    height: 40px;
    display: flex;
    align-items: center;
  } 

  .Room_Table_Input{
    height: 100%;
    width: 100%;
    border: none;
  }

  .Dropdown_Button{
    height:40px;
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    font-size: 12px;
    outline: none;
    padding-inline: 15px;
    font-family: 'Manrope', sans-serif;
  }

  .Submit_Button{
    height: 40px;
    border-radius: 8px;
    max-width: 60px;
    font-size: 18px;
    background-color: red;
    color: white;
    margin-inline: 3px;
    outline: none;
  }

  .Rooms_Inputs{
    min-width: 460px;
    max-height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  /* Dropdown Button */
  .Drop_Btn {
    background-color: #e0e0e0;
    color: #161616;
    cursor: pointer;
    min-height: 73%;
    font-size: 14px;
    max-width: 200px;
    min-width: 100px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    outline: none;
    text-align: start;
    font-family: "Manrope", sans-serif;
    box-shadow: 0px 0px 2px 0px #161616;
  }

  .Drop_Btn_Curr{
    background-color: #d1d1d1;
    color: black;
    padding: 0px;
    border: solid black 1px;
    cursor: pointer;
    height: 40px;
    font-size: 17px;
    width:90px;
    border-radius: 0px;
    margin: 4px;
    outline: none;
    border: none;
  }


  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
    
  }

  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #e0e0e0;
    height: 150px;
    max-width: 200px;
    width: 200px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    Overflow-y: scroll;
    font-size: 15px;
    margin-right: 432px;
    margin-top: 62px;
    border-radius: 0px 10px 0px 10px;
  }

  .Dropdown_Button:hover{
    background-color: red;
    color: white;
  }

  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    flex-flow: column wrap;
    display: block;
  }

  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd}

  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block !important;}

  .Measurement_Switch_Block{
    height: 37px;
    min-width: 37px;
    background-color: white;
    border-radius: 26px;
    margin-inline: 6px;
  }

  .Measurement_Change{
    height: 45px;
    width: 120px;
    background-color: #d90000;
    border-radius: 251px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0px;
  }

  .Measurement_Change_Squared_Off{
    height: 45px;
    width: 120px;
    background-color: #a8a6a6;
    border-radius: 251px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0px;
    align-items: center;
  }

  .Measurement_Squared{
    margin-left: 71px;
    display: none;
  }
  
  .Measurement_Feet{
    display: none;
  }

  .Measurement_Outer_Container{
    width: 100%;
    height: 100px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    flex-direction: row;
  }

  .Measurement_Change_Container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    min-height: 40px;
    width: 35%;
    align-items: center;
  }
  
  .Measurement_Text{
    font-size: clamp(0.1rem, 1.4vw, 1.3rem);
    font-family: 'Manrope', sans-serif;
    font-weight: 600 !important;
    color: white;
  }

  .Measurement_Switch_Info{
    font-size: 11px;
    padding: 0px;
    margin: 0px;
  }

  .Measurement_Switch_Info_Container{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 60px;
  }

  .Rooms_Page_Continue{
    height: 55px;
    width: 400px;
    background-color: #d1d1d1;
    color: white;
    margin-top: 20px;
    border-radius: 50px;
    font-size: clamp(0.2em, 1vw, 17px);
    font-family: 'Manrope', sans-serif;
  }

  .Rooms_Edit_Container{
    display: flex;
    flex-direction: row;
    height: 150px;
    justify-content: flex-end;
    max-width: 250px;
    min-width: 150px;
  }
  
  .Rooms_Add_Button{
    width: 100%;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    color: white;
    overflow: hidden;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3EAB33;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #161616;
  }

  .Rooms_Delete_Button{
    width: 100%;
    font-family: 'Manrope', 'sans-serif';
    font-weight: 500;
    color: white;
    overflow: hidden;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ea0000;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #161616;
  }

  .Rooms_Input_Label{
    height: 21px;
    max-height: 21px;
    width: 100%;
    display: flex;
    background-color: #161616;
    justify-content: center;
    align-items: center;
  }

  .Rooms_Input_Label_Green{
    height: 21px;
    max-height: 21px;
    width: 100%;
    display: flex;
    background-color: #00aa11;
    justify-content: center;
    align-items: center;
  }

  .Rooms_Input_Label_Red{
    height: 21px;
    max-height: 21px;
    width: 100%;
    display: flex;
    background-color: #a00000;
    justify-content: center;
    align-items: center;
  }

  .Rooms_Input_Label p{
    font-size: clamp(0px, 0.8vw, 13px);
    color: white;
  }

  .Rooms_Input_Label_Green p{
    font-size: clamp(0px, 0.8vw, 13px);
    color: white;
  }

  .Rooms_Input_Label_Red p{
    font-size: clamp(0px, 0.8vw, 13px);
    color: white;
  }

  .Fill_Detail_Warning{
    margin-top: 10px;
    font-size: 14px;
    color: red;
    display: none;
  }

  .Edit_Room{
    width: 20px;
    background: transparent;
  }

  .View_Room{
    width: 45%;
    aspect-ratio: 1 / 1;
    background-color: purple;
    left: 4px;
  }

  .Room_Alter{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    max-width: 10% !important;
    min-width: 10% !important;
  }

  .Rooms_Page_Footer{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
  }

    /**========================================================================
    *                           ROOMS DIMENSIONS
    *========================================================================**/

  .Room_Display_Main{
    background-color: white;
    height: 770px;
    max-width: 78%;
    position: absolute;
    box-shadow: 0px 0px 0px 10000px rgb(0 0 0 / 30%);
    flex-direction: column;
    border-radius: 10px;
    padding-top: 15px;
    margin-bottom: 500px;
    animation: popup 0.2s;
  }

  .Room_Display_Header{
    display: flex;
    height: auto;
    min-width: 100%;
    margin-top: 15px;
  }

  .Room_Title{
    height: 65px;
    width: 100%;
    background-color: #d1d1d1;
    border-radius: 100px 100px 100px 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .Room_Title_Text{
    font-size: clamp(0px, 2.8vw, 32px) !important;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 600 !important;
    margin: 0px;
  }

  .Room_Display_Close{
    min-width: 50px;
    max-width: 50px;
  }
  
  .Room_Display_Content{
    height: 65%;
    min-width: 600px;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    overflow-y: scroll;
  }

  .Room_Display_Image{
    height: 450px;
    width: 450px;
  }

  .House_Preview{
    width: 90%;
    height: 80%;
    font-weight: 800;
  }

  .Room_Preview_Title{
    background-color: black;
    min-height: 65px;
    width: 40%;
    color: white;
    padding-left: 20px;
    display: flex;
    align-items: center;
    border-collapse: collapse;
  }

  .Room_Preview_Cell{
    height: auto;
    max-height: 50%;
    width: 40%;
    display: flex;
    align-items: center;
    font-size: clamp(0px, 1.9vw, 25px) !important;
    background-color: #f7f7f7;
    border-collapse: collapse;
    border-bottom: 1px #a8a6a6 solid;
  }

  .Room_Preview_Cell_AEC{
    justify-content: center !important;
    border-left: 1px #a8a6a6 solid;
    border-right: 1px #a8a6a6 solid;
  }

  .Room_Preview_Dim{
    font-size: clamp(0px, 1.9vw, 25px) !important
  }

  .Room_Name_Cell{
    width: 20%;
    padding: 20px;
  }

  .Room_Preview_Row{
    max-height: 400px;
    display: flex;
    flex-direction: row;
    min-width: inherit;
  }

  .Room_Preview_Image{
    aspect-ratio: 1/1;
    height: 100%;
  }

  .Room_Display_Watts{
    height: 60px;
    width: 100%;
    background-color:#00c412;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .Room_Display_Footer{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
  }

  /**========================================================================
    *                           TEMPLATE QUESTION
    *========================================================================**/

  .GenerateTemplate{
    width: 200px;
    height: 59px;
    margin-top: 59px;
    background-color: #00c412;
    color: white;
    border-radius: 6px;
    display: none !important;
  }


  .Template_Choice_Container{
    max-width: 621px;
    width: 520px;
    min-width: 200px;
    height: 300px;
    background-color: #e0e0e0;
    position: absolute;
    border: solid black 4px;
    flex-direction: column;
    box-shadow:0 0 0 10000px rgba(0,0,0,0.65);
    animation: popup 0.2s;
    align-items: center;
    padding: 10px;
  }

  .Template_Choice_Header{
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
  }

  .Template_Options{
    display: flex;
    justify-content: space-around;
    width: 70%;
    margin-top: 25px;
  }
  
  .Template_Option{
    background-color: red;
    color: white;
    width: 33%;
    height: 44px;
    border-radius: 10px;
  }

  .Template_Choice_Desc p{
    font-size: 17px;
  }

  .Template_Choice_Desc{
    width: 93%;
  }

  /**========================================================================
    *                           RESULTS PAGE
    *========================================================================**/

  .Results{
    display: none;
  }

  .Results_Correct{
    display: flex;
    align-items: center;
    flex-direction: column;
    max-height: 450px;
    overflow-y: scroll;
    width: 80%;
    margin-left: 25px;
  }

  .Results_Correct::-webkit-scrollbar {
    width: 25px !important;
    border: none;
  }
  .Results_Correct::-webkit-scrollbar-track{
    border: 1px solid #dddddd;
  }


  .Results_Bottom_Container{
    width: 100%;
    height: 23em;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 32px;
  }

  .Results_Bottom_Left{
    width: 47%;
    height: 100%;
  }
  .Results_Bottom_Right{
    position: relative;
    width: 37%;
    height: 23em;
    display: flex;
    align-items: center;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: #00000096 0px 0px 6px 0px;
    margin-top: 1em;
  }

  .Results_Buttons{ /* Is on Rooms Page: Takes you to the results */
    display: flex;
    font-size: 20px;
    gap: 6px 10px;
    min-width: 90%;
    justify-content: space-around;
    margin-top: 1.5em;
  }

  .Result_Info{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .Yandiya_Heat_Text{
    background-color: #2F8226;
    width: 100%;
    min-height: 39px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
  }

  .Current_Heat_Text{
    background-color: rgb(104,104,104);
    min-height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .Current_Heat_Text p{
    font-size: clamp(0.7em, 1em, 1.2em);
  }

  .Yandiya_Heat_Text p{
    font-size: clamp(0.7em, 1em, 1.2em);
  }
  
  .Results_Title{
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
  }
  
  .Results_Button{
    min-height: 47px;
    min-width: 100%;
    max-height: 4vh;
    max-width: 175px;
    font-size: 20px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    background-color: #67C45B;
    color: white;
    cursor: default !important;
  }

  .Results_Button_Current{
    background-color: rgb(179,179,179) !important;
  }

  .Result_Button_p{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-left: 35px;
}

.Results_Page_Continue{
  height: 55px;
  width: 400px;
  background-color: #39a8a8;
  color: white;
  margin-top: 10px;
  border-radius: 50px;
  font-size: clamp(0.2em, 1vw, 17px);
  font-family: 'Manrope', sans-serif;
}

.Results_Page{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Results_Correct{
  animation: transition 0.2s;
}

.Green_Info{
  width: 160px;
}

.Green_Back_Button{
  background-color: #313131 !important;
}

.Results_Mid_Container{
  display: flex;
  flex-direction: row-reverse;
  width: 98%;
  align-items: center;
  margin-top: 1vh;
  gap: 17px;
}

.MOB_Results_Top_Container{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 179px;
  justify-content: space-around;
}

.Systems_Box{
  display: flex;
  width: 98%;
  justify-content: space-between;
  min-height: 70px;
}

.Current_System{
  background-color: rgb(104,104,104);
  width: 49%;
  height: 63px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Manrope', sans-serif;
  font-size: 23px;
}

.Yandiya_System{
  background-color: #3EAB33;
  width: 49%;
  height: 63px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Manrope', sans-serif;
  font-size: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ATH_Result_Container{
  width: 98%;
}

.ATH_Title{
  width: 100%;
  background-color: #000000;
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: white;
  display: flex;
  height: 39px;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
}

.ATH_Result{
  width: 100%;
  background-color: #FFBB57;
  height: 47px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-family: 'Manrope', sans-serif;
  color: white;
}

.Bottom_Text{
  background-color: black;
  color: white;
  display: flex;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
}

.Percentage_Saved_Container{
  background-color: rgb(62,171,51);
  height: 85%;
  width: 100%;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: #00000096 0px 0px 9px 0px;
}

.Results_Container_Image{
  height: 100%;
  width: 100%;
}.Image_Gradient{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}.Image_Header{
  color: rgb(245,173,17);
  font-size: clamp(1em, 1.5em, 2.5em);
  text-align: left;
  font-weight: 600;
  font-family: 'Manrope', sans-serif !important;
}.Image_Text{
  color: white;
  font-size: clamp(0.3em, 0.9em, 1em);
  text-align: left;
  font-family: 'Manrope', sans-serif;
  margin-bottom: 15px !important;
  margin-top: 12px !important;
}

.Percentage_Text{
  color: white;
  font-size: clamp(2em,5em,7em) !important;
  font-family: 'Manrope', sans-serif;
  font-weight: 600 !important;
}

    /**========================================================================
    *                         GREEN SUMMARY PAGE
    *========================================================================**/

  .Green_Summary_Button{
    height: 72px;
    width: 295px;
    background-color: #39a8a8;
    color: white;
    margin-top: 37px;
    border-radius: 43px;
  }

  .Green_Summary{
    height: auto;
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
    animation: transition 0.2s;
  }

  .Green_Results_Buttons{
    display: flex; 
    justify-content: space-around; 
    Width: 90%;
    outline: none;
  }

  .Green_Button{
    height: 150px;
    width: 150px;
  }

  .Green_Title{
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    font-family: 'Manrope', sans-serif;
  }

  .Green_Sub_Title{
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: bolder;
    margin-top: 10px;
    font-family: 'Manrope', sans-serif;
    color: #00ad08;
  }


  /**========================================================================
    *                           CONTACTS PAGE
    *========================================================================**/

  .Contacts_Page{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-inline: 24px;
    animation: transition 0.2s;
  }  

  .PDF_Option{
    animation-name: PDF_Option_Ani;
    animation-duration: 1s;
    position: absolute;
    display: none;
    height: 595px;
    width: 77%;
    min-width: 300px;
    max-width: 940px;
    background-color: #fcfcfc;
    border-radius: 15px;
    align-items: center;
    flex-direction: column;
    border: 1px solid black;
    box-shadow: 5px 10px 18px #888888;
  }

  .PDF_Option_Title{
    margin-top: 20px;
    padding: 20px;
    height: 14%;
    width: 90%;
    margin-bottom: 50px;
  }

  .PDF_Option_Title h1{
    font-weight: bold !important;
  }

  .PDF_Option_Images{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    height: 400px;
    width: 90%;
    flex-direction: column;
  }

  .PDF_Option_Image{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    height: 400px;
    width: 90%;
    flex-direction: column;
  }

  .PDF_Option_Download_Text{
    margin-top: 25px;
    color: red;
    font-size: 30px;
    font-family: 'Manrope', sans-serif;
  }

  .PDF_Option_Close{
    position: absolute;
    background-color: transparent;
    flex-direction: row-reverse;
    margin-top:5px;
    margin-left:750px;
    width: 33px;
  }

  .PDF_Option_NO{
    background-color: transparent;
    margin-top: 20px;
  }


  .Contact_Details{
    display: flex;
    flex-direction: column;
    width: 90%;
  }

  .User_Details_Contacts{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .Input_Boxes_Contact{
    width: 85%;
    height: 50px;
    border: none;
    margin: 0.4em;
    border-radius: 0.4em;
    padding-left: 13px;
    background-color: transparent;
  }

  .Input_Details_Container{
    width: 49%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #D1D1D1;
    border-radius: 20px;
  }

  .Contact_Input_Icons{
    width: 30px;
    height: 30px;
    margin-left: 0.5em;
  }

  .textArea_Contact_Info{
    height: 140px;
    min-height: 140px !important;
    width: 100%;
    margin-top: -7px;
    padding: 13px;
    border: none;
    background-color: transparent;
    font-family: 'Manrope', sans-serif;
    font-weight: 100;
    resize: none;
    font-size: 17px;
  }

  .Text_Area{
    display: flex;
    padding: 8px;
    background-color: #D1D1D1;
    margin-top: 19px;
    border-radius: 20px;
  }

  .Submit_Box{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
  }

  .Submit_Form_Button {
    border: 0px;
    height: 55px;
    width: 400px;
    background-color: #39a8a8;
    color: white;
    border-radius: 50px;
    font-size: clamp(0.2em, 1vw, 17px);
    font-family: 'Manrope', sans-serif;
}

  .PDF-Image{
    width: 328px;
  }

  .File_Submit_Button{
    width: 250px;
    min-width: 230px;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(0.2em, 1vw, 15px);
    height: 40px;
    border-radius: 5px;
  }

  .File_Uploaded_Text{
    font-family: 'Manrope', sans-serif;
    display: flex;
    align-items: center;
    margin-bottom: 0px !important;
    margin-left: 10px;
    color: #8B8B8B;
  }

  .Text_Container{
    padding: 15px;
    border-radius: 20px;
    box-shadow: #00000096 0px 0px 3px 0px;
    background-color: rgb(255,255,255);
  }


  /**========================================================================
    *                       TERMS AND CONDITIONS
    *========================================================================**/

  .Terms-Of-Service-Container{
    margin-top: 47px;
    min-width: 300px;
    max-width: 731px;
    width: 70%;
    height: 836px;
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    box-shadow:0 0 0 10000px rgba(0,0,0,0.65);
    animation: popup 0.2s;
    overflow: hidden;
    z-index: 100;
  }

  .Terms-Header{
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: space-between;
    border-radius: 6px 6px 0px 0px;
  }

  .Terms-Header-Title{
    font-family: 'Manrope', sans-serif; 
    font-weight: 100; 
    color: white;
    padding: 22px;
  }

  .Terms-Header-Close{
    width: 90px;
    background-color: #C90000;
    border-radius: 0px 6px 0px 0px;
  }

  .Terms-Header-Button{
    width: 100%;
    height: 100%;
    background-color: transparent;
  }

  .Terms-Header-Close-Image{
    height: 30px;
    width: 30px;
  }

  .Terms-Info{
    padding: 40px;
    overflow: scroll;
    height: 93%;
  }

  /**========================================================================
    *                       THANK YOU PAGE
    *========================================================================**/

    .Thank-You-Container{
      margin-top: 47px;
      min-width: 300px;
      max-width: 731px;
      width: 70%;
      height: 220px;
      display: flex;
      flex-direction: column;
      background-color: white;
      border-radius: 10px 10px 10px 10px;
      position: absolute;
      box-shadow:0 0 0 10000px rgba(0,0,0,0.65);
      animation: popup 0.2s;
      overflow: hidden;
    }
  
    .Thanks-Header{
      width: 100%;
      background-color: black;
      display: flex;
      justify-content: space-between;
      border-radius: 6px 6px 0px 0px;
    }
  
    .Thanks-Header-Title{
      font-family: 'Manrope', sans-serif; 
      font-weight: 100; 
      color: white;
      padding: 22px;
    }
  
    .Thanks-Header-Close{
      width: 50px;
      background-color: #C90000;
      border-radius: 0px 6px 0px 0px;
    }
  
    .Thanks-Header-Button{
      width: 100%;
      height: 100%;
      background-color: transparent;
    }
  
    .Thanks-Header-Close-Image{
      height: 20px;
      width: 20px;
    }
  
    .Thanks-Info{
      padding: 40px;
      height: 93%;
    }
  
  

  /**========================================================================
    *                           ANIMATIONS
    *========================================================================**/

  .shimmer {
      animation : Shimmer infinite;
      background: linear-gradient(to right, #6ba815 4%, #9cc562 25%, #6ba815 36%);
      background-size: 500px 100%;
  
      
      animation-duration: 4s;
      animation-fill-mode: forwards; 
      animation-iteration-count: infinite;
      animation-name: Shimmer;
      animation-timing-function: linear;
  }

  @keyframes Shimmer{
    0% { background-position: -500px 0;}
    100% { background-position: 500px 0;}
  }

  @keyframes Red_Swipe{
    0% {background-position: -500px 0;}
    100% {background-position: 500px 0;}
  }

  @keyframes PDF_Option_Ani{
    0% {opacity: 0%;}
    100% {opacity: 100%;}
  }

  @keyframes transition{
    0% {opacity: 0%;}
    100% {opacity: 100%;}
  }

  @keyframes popup{
    0% {scale: 0;}
    80% {scale: 1.1}
    100% {scale: 1}
  }
}