.badge {
  position: absolute;
  margin-left: -20px;
  padding: 5px 6px;
  border-radius: 50%;
  background-color: red;
  color: white;

}

/* for notification display none every html */
.disnone{
  display: none;
}

li.disnone{
  display: none;
}

#notification-button{
  color: white;
}
.notice-text{
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;

  }
  .scroll-notice{
    max-height: 250px;
    overflow-y: scroll;
    padding: 25px 5px;
    text-align: start;
  }
.text_btn{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 87px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.cancel{
  color: #e13737;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -25px;
}
.cancel:hover{
  text-decoration: none;
  cursor: pointer;
  color: blue;
}
.msg-title{
  /* margin-top: 2rem; */
}
.text_btn{
  display: none;

}
@media screen and (min-width: 769px) {
  /* .text_btn {
    width: 100%;
    left: -127px;
  } */
}
@media screen and (max-width: 768px) {
  /* .text_btn {
    width: 480px;
    top: 80px;
    right: -52px;
    margin-top: 30px;
    margin-right: 53px;
  } */
  /* .notice-text {
    margin: 22px;
    text-align: justify;
} */
.badge {
  margin-left: -12px!important;
  padding: 3px 5px!important;
}
}
@media screen and (max-width: 540px) {
  /* .text_btn {
    width: 316px;
  } */
}
@media screen and (max-width: 393px) {
  /* .cancel {
    margin-right: 67px;
  } */
}
@media screen and (max-width: 500px)
{
  .dropdown {
      width: 70px!important;
  }
  .sns {
      right: 47px!important;
  }
  .dropdown-toggle::after {
  margin-left: -0.2em;
}
}
@media screen and (max-width: 375px) {
  /* .text_btn {
    width: 250px!important;
    right: -39px!important;
    margin-right: 56px!important;
} */
}
