/* base.css */

/* Light theme variables */
html[data-theme="light"], :root {
    --bg-color: #ffffff;
    --text-color: #111111;
    --nav-bg: #f1f1f1;
    --border-color: #ccc;

}
html{
    height: 100%;
    width: 100%;
}
#password2{
  background: black;
}
body {
    background: var(--bg-color);
    color: var(--text-color);
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    transition: background 0.3s, color 0.3s;
    height: 100%;
    width: 100%;
    font-family: "Work Sans", sans-serif;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Work Sans", sans-serif;
}
p{
  font-size: 10px;
}
a{
  font-size: 10px;
}
nav {
    background: var(--nav-bg);
    border: 1px solid var(--border-color);
    padding: 1rem;
    margin-bottom: 1rem;
}

body.preload {
    opacity: 0;
    transition: opacity 0.3s;
    background: var(--bg-color);
    color: var(--text-color);
}

select {
    padding: 0.5rem;
    font-size: 1rem;
}


.main_wrapper{
    background:#39FF14 ;
    height: 100%;
}

.navbar{
    background: white;
    border: none;
    border-radius: 10px;
}

#hp_into{
font-family: "Montserrat", sans-serif;
    font-size: 70px;
}
h2{
    font-family: "Montserrat", sans-serif;
}
#hp_into_span{
font-weight: 900;
font-family: "Montserrat", sans-serif;
}

p{
    padding: 0;
    margin: 0;
    color: #666;
}

#hp_into_signup_button{
    background: black;
    color: #D6FF20;
    text-decoration: none;
    padding: 20px 30px;
    border-radius: 5px;
    margin-left: 20px;

}

    #left_side_panel{
    height: 100%;
    width: 100%;
    background: #eee;
  }
  #height_100{
    height: 100%;
  }

    .dashboard{
    height: 100%;
  }

    #dashboard_wrapper{
    height: 100%;

  }
  .dashboard_wrapper_header{
    height: 60px;
    background: #1c2541;
  }
  .dashboard_wrapper_left_panel{
    width: 13%;
    height: 100%;
    background: #f5f7f7;
     float: left;
     border-top-left-radius: 30px;
  }
  .dashboard_wrapper_body{
        width: 87%;
  

    float: right;
  }

  #me_ta{
    background: black;
    height: 100px;
    color:#ff00e6 ;
    font-size: 20px;
    padding: 10px;
    width: 100%;
  }
  #me_ta:hover{
    outline: none;
  }
   #me_ta:focus{
    outline: none;
  }
   #me_ta:active{
    outline: none;
  }
  #dashboard_user_menu{
    background: none;
     color: #fe019a;
     width: 100%;
     text-align: left;
  }
  #dashboard_user_menu_dropdown_panel{
        background: white;
     color: #fe019a;
     width: 100%;
     margin-top: -3px;
  }

  #accordion-button-custom-dark-grey{
    background: #222;
    color: white;
  }


  #accordion-button-custom-black{
    background: black;
    color: white;
  }

  #accordion-button-custom-pink{
    background: #f403fc;
    color: white;
  }


  #accordion-button-custom-blue{
    background: #3772ff;
    color: white;
  }





    #accordion-button-custom:hover{
outline: none;
box-shadow: none;
  }
    #accordion-button-custom:focus{
  outline: none;
  box-shadow: none;
  }
    #accordion-button-custom:active{
outline: none;
box-shadow: none;
  }

  .accordion-button::after{
    color: white;
  }
  .

  .bio_section{
    padding-top:100px;
  }


  #follower_label_bubble{
    background: #5D89BA;
    color: white;
    padding: 3px 7px;
    border-radius: 4px;
    font-size:9px;
    font-weight: 800;
  }

  #profile_username_heading{
    font-size: 80px;
  }
    #profile_username_heading_span{
    font-size: 80px;
    color: #eee;
  }
ul li{
  font-size: 12px;
}

  hr{
   border-top: 1px solid #999;
  }
.dotted_light_hr{

  border-top: 1px dotted #777;
  padding: 0;
  margin: 0;
}
  .no_border{
    border: none;
  }
  .follow_me_card{
border-radius: 0;
  }.follow_me_card:hover{
    background: #f1f1f1;
  }

  #alert_message_bubble{
    background: green;
    color: white;
    width: 100%;
height: 45px;
    padding-top: 10px;

 padding-left: 15px;

  }
  #alert_message_bubble_box{

height: 45px;


  }
.card{
  background: none;
  border:none;
}
 #edit_profile_section_modal_button{
    width: 100%;
  }

  .element-fields input {
    border: 1px solid #ccc;
    border-radius: 0.375rem;
    padding: 0.5rem;
}

.form-control{
  border-radius: 4px;
padding: 7px;
    height: 30px;
  font-size: 10px;
}
.form-control:hover{
  border-radius: 4px;


  outline: none;
  box-shadow: none;
  border:1px solid #333;
}
.authentication_login_register_heading{
  padding: 0;
  margin:0;
  font-size: 20px;
}
.form-control:focus{
  border-radius: 4px;


    outline: none;
  box-shadow: none;
    border:1px solid #333;
}
.form-control:active{
  border-radius: 4px;


    outline: none;
  box-shadow: none;
    border:1px solid #333;
}

.login_form_table tr td {
  border: none;
  background: none;
  padding: 0;

}
.register_form_table tr td {
  border: none;
   background: none;
   padding: 0;
}
.authentication_login_register_btn{
  background: #003262;

  color: white;
  font-size: 12px;
  padding: 7px;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  border: none;
}

.form_btn{
  background: #003262;

  color: white;
  font-size: 12px;
  padding: 7px;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  border: none;
}

.login_form_wrapper{
  margin-top: 50%;
  background: #F0F8FF;
  border-radius: 5px;
}
.register_form_wrapper{
    margin-top: 25%;
  background: #F0F8FF;
  border-radius: 5px;
}
.login_form_wrapper{
    margin-top: 25%;
  background: #F0F8FF;
  border-radius: 5px;
}
  .socialaccount_login_button{
      background: #003262;
    width: 100%;
    border-radius: 4px;
    height: 30px;
    border: 1px solid #000;
    text-align: center;
margin-top: 5px;
 padding-top: 5px;
  font-size: 12px;
}
.signup_page{
background:#003262 ;
height: 100%;
}
.login_page{
background:#003262 ;
height: 100%;
}

.account_details{
  margin: 20px 0;
  padding: 0;
  margin:0;
  list-style: none;
}
.account_details li{
  border-bottom: 1px dotted #888;
  padding: 10px 0;
}

b{
  font-weight: 500;
}
.ps_buttons{
padding: 0;
margin-top: 20px;
}
.ps_buttons li{
  display: inline;
}
.ps_disable{
 background: #990000;
 color: white;
 padding: 6px 20px;
 width: 80px;
 text-align: center;
text-decoration: none;
border-radius: 4px;
}
.ps_enable{
 background: #2E8B57;
  color: white;
 padding: 6px 20px;
    width: 70px;
 text-align: center;

 text-decoration: none;
 border-radius: 4px;
}