
:root {
    --red: #f44336;
    --pink: #e91e62;
    --purple: #9c27b0;
    --voilet: #673ab6;
    --dark_blue: #3f50b5;
    --light_blue: #2096f3;
    --dim_light_blue: #00a8f4;
    --blue_green: #00bcd4;
    --green: #009688;
    --light_green: #4caf4f;
    --soft_green: #8ac049;
    --yelowish_green: #cddc39;
    --yellow: #ffeb3a;
    --orange: #ffc007;
    --red_pink: #ff2e55;

}


/*! *********************[User Profile]********************* */


.header .right_width .Right .box4{
    position: relative;
}
/* .header .right_width .Right .box4:hover .small_box4{
  display: block;
} */
.header .right_width .Right .box4 .small_box4{
    position: absolute;
    top: 65px;
    right: 0;
    /* background-color: antiquewhite; */
    background-color: #191919;
    /* color: #e5e5e5; */
    display: none;
    
}
.header .right_width .Right .box4 .small_box4 .up i{
    position: absolute;
    right: 30px;
    top: -18px;
    font-size: 22px;
    color: #fff;
}
.header .right_width .Right .box4 ul{
    /* position: absolute; */
    /* top: 60px; */
    /* right: 0; */
    /* background-color: aqua; */
    background-color: #191919;
    width: 150px;
    padding: 10px;
    line-height: 3.5;
}
.header .right_width .Right .box4 ul li{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    /* justify-content: space-between; */
   
}
.header .right_width .Right .box4 ul li i{
    font-size: 20px;
    margin: 0 9px;
}
.header .right_width .Right .box4 ul li:nth-child(6) i{
    margin: 0 3px 0 9px;
}
.header .right_width .Right .box4 ul li:nth-child(7) i{
    margin: 0 12px 0 9px;
}
.header .right_width .Right .box4 ul li:nth-child(8) i{
    margin: 0 14px 0 11px;
}
.header .right_width .Right .box4 ul li a{
    /* color: #000; */
    color: #e5e5e5;
}
.header .right_width .Right .box4 .small_box4 .bottom{
    width: 100%;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    border-top: 1px solid #e5e5e5;
    color: #e5e5e5;
}

.header .right_width .Right .box4 .fa-solid{
    transition: all 1s;
}

.header .right_width .Right .box4 .fa-caret-up{
    transform: rotate(180deg);
}

/*! *********************[Browser Nav]********************* */

.header .Left .Nav .browser{
    /* position: relative; */
    cursor: pointer;
}
.header .Left .Nav .browser .fa-solid{
    transition: all 1s;
}
.header .Left .Nav .browser .fa-caret-up{
    transform: rotate(180deg);
}
.header .Left .Nav .browser .browsernav{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 500px;
    background-color:#191919 ;
    overflow-y: scroll;
    line-height: 2;
    /* padding: 10px 0; */
    display: none;
    
}
.header .Left .Nav .browser .browsernav::-webkit-scrollbar{
    display: none;
}
.header .Left .Nav .browser .browsernav ul{
    display: block;
}
.header .Left .Nav .browser .browsernav ul li{
    text-align: center;
    margin: 10px 0;
}
.header .Left .Nav .browser .browsernav ul li a{
    font-size: 16px;
    color: #e5e5e5;
}



/*! *********************[Search Bar]********************* */
