
:root {

    --bgblack: #111111;
    --black1: #111111;
    --grey1: #B9B9B9;
    --grey2: antiquewhite;
    --grey3: #d7d8d97c;
    --grey4: #5353537c;
    --almost-black: #222222;
    --almost-black-opacity: #2222225d;
    --black70: #0000005c;

    --white1: antiquewhite;
    --headerbg: #181818;

    --txt-select-color: white;
    --txt-select-bg: #888888;
    --default-transition: all 0.3s ease-in-out;


    --hover-bg-color-ico-text-parent: rgba(0, 0, 0, 0.363); /* Change later */
    --hover-border-color-ico-text-parent: #535353; /* Change later */


    --header-dbg-height: 32px;
    
  }


.header_rest {
background-image: url(../staticred/topbar_bg_1.png);

}

.header_holder{
background-color: #000000;
}

.switch{
        margin-top: 7px;
    position: relative;
    width: 44px;
    height: 24px;
    box-sizing: border-box;
    padding: 3px;
    background: rgb(87, 1, 5);
    border-radius: 99px;
    border: 1px solid #800101;
    box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 0 rgba(255, 255, 255, 0.1);

}

.first300{
    background-image: url(../staticred/sidebar.png);
}

.sidebar_big_main{
        background-image: url(../staticred/sidebar.png);

}

.sidebar_small_parent{
        background-image: url(../staticred/sidebar.png);

}

.sidebar_pfp{
    background-image: url(../staticred/defaultav.png);
}

.sidebar_pfp_parent{
    background-color: #fb00007c;
}

.main_about_parent{
    background-image: url(../staticred/bb.jpg);
    background-size: cover;
}

.input_holder{
    background-color: #730d0d;
}

.aka_name{
    color: antiquewhite
}

.bell_wrap i{
color: antiquewhite
}

.bell_wrap i:hover{

}

.header_rest i{
    color: antiquewhite
}

.switch input[type="checkbox"]:checked + label:before{
    box-shadow: 0 0 5px 2px rgb(255 0 0 / 90%), 0 0 3px 1px rgb(255 0 165 / 90%);
    background: #ff0000;
}