
#profile-menu{
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0 0px;
}
#navdrop .profile-drop-btn p{
  color: #484848;;
  font-weight: 500;
  padding: 0 12px 0 0;
  font-size: 14px;
}
#navdrop{
    position: relative;
    width: fit-content;
}
#navdrop .profile-drop-btn{
  width: 100%;
  /*background: #242526;*/
  border-radius: 5px;
  line-height: 55px;
  font-size: 20px;
  font-weight: 500;
  color: #b0b3b8;
  /*padding: 0 20px;*/
}
#navdrop .profile-drop-btn span{
  float: right;
  line-height: 50px;
  font-size: 28px;
  cursor: pointer;
}
#navdrop .tooltip{
  position: absolute;
  right: 28px;
  bottom: -22px;
  height: 15px;
  width: 15px;
  display: none;
  background: #242526;;
  -webkit-transform:rotate(45deg);
          transform:rotate(45deg);
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
          box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}
#navdrop .tooltip.show{
  display: block;
}
#navdrop .profile-wrapper{
  position: absolute;
  top: 68px;
  right: 0;
    z-index: 9090;
  width: 300px;
  overflow: hidden;
  border-radius: 5px;
  display: none;
  background: #242526;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
          box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}
#navdrop .profile-wrapper.show{
  display: block;
  display: flex;
}
.profile-wrapper ul{
  width: 350px;
  list-style: none;
  padding: 10px 0;
  transition: all 250ms cubic-bezier(0.25, 0.1, 0.08, 0.93);
}
.profile-wrapper ul li{
  margin: 0 10px;
  border-radius: 10px;
  line-height: 48px;
  padding-left: 6px !important;
  float: inherit;
  -webkit-transition: cubic-bezier(0.25, 0.1, 0.08, 0.93) 0.15s !important;
  -moz-transition: cubic-bezier(0.25, 0.1, 0.08, 0.93) 0.15s !important;
  -ms-transition: cubic-bezier(0.25, 0.1, 0.08, 0.93) 0.15s !important;
  -o-transition: cubic-bezier(0.25, 0.1, 0.08, 0.93) 0.15s !important;
  transition: cubic-bezier(0.25, 0.1, 0.08, 0.93) 0.15s !important;
}

.profile-menu-bar hr,
.setting-drop hr,
.school-drop hr,
.theme-drop hr{
  height: 1px;
  margin: 8px 20px;
}
.profile-wrapper ul li a{
  width: 100%;
  position: relative;
  color: #e4e6eb;
  font-size: 13.5px;
  font-weight:300;
  padding: 0 3px;
  margin-left: 0 !important;
  display: flex;
  border-radius: 8px;
  align-items: center;
  text-decoration: none;
  -webkit-cursor: pointer;
          cursor: pointer;
}
.profile-wrapper ul li a span{
  color: #e4e6eb;
  text-align: left;
}
.profile-wrapper ul li a i{
  position: absolute;
  right: 10px;
  color: #e4e6eb;
  font-size: 30px;
}
.profile-wrapper ul li:hover{
  background: #3A3B3C !important;
}
ul li a .icon{
  height: 35px;
  width: 35px;
  margin-right: 13px;
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
}
ul li a .icon span{
  line-height: 35px;
  font-size: 23px;
  color: #e4e6eb;
}
ul li a .icon img{
  margin-top: 7.6px !important;
}

.profile-wrapper ul.setting-drop,
.profile-wrapper ul.school-drop,
.profile-wrapper ul.theme-drop{
  display: none;
}
.profile-wrapper .arrow{
  display: inline-flex;
  align-items: center;
  padding-left: 14px;
  font-size: 18px;
  font-weight:400;
  color: #e4e6eb;
  width: 100%;
}
.profile-wrapper .arrow i{
  color: #e4e6eb;
  font-size: 22px;
  cursor: pointer !important;
  line-height: 37px;
  margin: 13px 7px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  align-items: center;
  text-align: center;
  -webkit-transition: cubic-bezier(0.25, 0.1, 0.08, 0.93) 0.15s !important;
     -moz-transition: cubic-bezier(0.25, 0.1, 0.08, 0.93) 0.15s !important;
      -ms-transition: cubic-bezier(0.25, 0.1, 0.08, 0.93) 0.15s !important;
       -o-transition: cubic-bezier(0.25, 0.1, 0.08, 0.93) 0.15s !important;
          transition: cubic-bezier(0.25, 0.1, 0.08, 0.93) 0.15s !important;
}
.profile-wrapper .arrow i:hover {
    background: #3a3b3c;
    font-size: 22px;
    cursor: pointer;
    border-radius: 50%;
    align-items: center;
    text-align: center;
}
.profile-wrapper .arrow span{
  margin-right: 15px;
  font-weight: 600;
  font-size: 22px;
  color: #e4e6eb;
}

.profile-dsf3SD_02-1SAd9 {
    padding: 4px;
    align-items: center;
    cursor: pointer;
}

.profile-dsf3SD_02-1SAd9 a img {
    height: 48px !important;
    width: 48px !important;
    margin: auto 0 !important;
    border-radius: 50%;
    object-fit: cover;
}
#settings{
    background: transparent;
    box-shadow: none;
    outline: none;
    margin-right: -15px;
    margin-top: 2px;
    margin-left: 3px;
}
#feed-subject {
    color: #b0b3b8;
    font-size: 10px;
}
#feed-title {
    color: #e4e6eb;
    font-weight: 500;
    font-size: 13px;
}
#ch_head_name {
    color: #e4e6eb;
    font-weight: 500;
    margin-left: 10px;
    font-size: 15px;
    height: 18px;
}
#head_manage_acc {
    color: #b0b3b8;
    font-size: 12px;
    margin-left: 12px;
    line-height: 1;
}
.feed-dsf3SD_02-1SAd9 {
    padding: 8px;
    align-items: center;
    cursor: pointer;
}
.feed-dsf3SD_02-1SAd9 div {
    line-height: .7;
    display: inline-grid;
    align-items: center;
    vertical-align: middle;
}
.profile-dsf3SD_02-1SAd9 div {
    line-height: 1;
    display: inline-grid;
    align-items: center;
    vertical-align: middle;
}

.material-icons-color {
    color: #184ba3;
}



#navdrop.profile-btn-light .profile-drop-btn{
    color: #b0b3b8;
}
#navdrop.profile-btn-light .profile-drop-btn #menu{
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgb(255 255 255 / 19%), 0 3px 1px -2px rgb(255 255 255 / 18%), 0 1px 5px 0 rgb(255 255 255 / 23%);
    box-shadow: 0 2px 2px 0 rgb(255 255 255 / 19%), 0 3px 1px -2px rgb(255 255 255 / 18%), 0 1px 5px 0 rgb(255 255 255 / 23%);
}
#navdrop.profile-btn-light .profile-drop-btn #menu p{
    color: #222;
}
#navdrop.profile-btn-light .profile-wrapper{
    background: #fff;
    box-shadow: 0 2px 2px 0 rgb(255 255 255 / 19%), 0 3px 1px -2px rgb(255 255 255 / 18%), 0 1px 5px 0 rgb(255 255 255 / 23%);
    border: 1px solid #eee;
}
#navdrop.profile-btn-light .profile-wrapper span,
#navdrop.profile-btn-light .profile-wrapper ul li a{
  color: #232323;
  font-weight: 500;
}

#navdrop.profile-btn-light .profile-wrapper .icon-color li:hover .icon .material-icons {
  color: #255FA8;;
}




#navdrop.profile-btn-light li a span,
#navdrop.profile-btn-light .profile-wrapper ul li a i,
#navdrop.profile-btn-light .profile-wrapper .arrow i{
  color: #000;
}
#navdrop.profile-btn-light ul li a .icon{
  background: #f0f0f0;
}
#navdrop.profile-btn-light .profile-wrapper ul li:hover{
    background: #f0f0f0 !important;
}
#navdrop.profile-btn-light .profile-wrapper .arrow i:hover{
    background: #f0f0f0;
}
#navdrop.profile-btn-light .tooltip{
  background: #f9f9f9 !important;
}


.top-text{
  position: absolute;
  top: 5rem;
  margin: auto;
  left: 0;
  right: 0;
}
.bottom-text{
  position: absolute;
  bottom: 5rem;
  margin: auto;
  left: 0;
  right: 0;
  z-index: -2;
}


.buttons{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin:300px;
  transform: translate(0, 30%);
}

.setting-drop .theme-btn {
  font-size: 14px;
  height: 34px;
  line-height: 31px;
  padding: 0px 20px;
  border-radius: 5px;
  background: #255FA8;
  font-weight: 500;
}

.setting-drop .theme-btn:hover {
  font-size: 14px;
  font-weight: 500;
}

.profile-menu-input-text {
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #f9f9f9;
}