.ml-10{
    margin-left: 10px;
}
.mb-10{
    margin-bottom: 10px;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.sec-left{
    float: left;
    width: 49%;
}
.sec-right{
    float: right;
    width: 49%;
}
.error {
    color: red;
    font-weight: normal;
}
.img-view{
    width: 90px;
}
#preview-crop-image img {
    width: 100px;
    margin-bottom: 25px;
}
.hidden{
    display:none;
}
/*new-css20.07*/
.admn-select-tb { margin:0; padding:0; width:100%;  }
.admn-select-tb .btn-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 7px 8px;
    background: #ccc;
    font-size: 15px;
    color: #000;
    line-height: 21px;
    cursor: pointer;
}
.admn-select-tb .open-block {
    margin: 0;
    padding: 10px 0;
    background: #f2f2f2;
    height: 200px;
    overflow-x: auto;
    display: none;
}
.admn-select-tb ul li {
    margin: 0 16px;
    padding: 4px 10px;
    color: #000;
    line-height: 21px;
    background: #fff0;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    list-style: none;
}
.admn-select-tb ul li ul {
    margin: 0;
    padding: 0 0 0 10px;
}
.admn-select-tb ul li ul li {
    margin: 0;
    padding: 4px 10px;
    color: #000;
    line-height: 21px;
    background: #fff0;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    list-style: none;
}
.admn-select-tb ul li ul li a {
    margin: 0;
    padding: 4px;
    color: #000 !important;
    line-height: 21px;
    display: inline-block;
    background: #fff0;
    cursor: pointer;
    border-bottom: 0;
    font-weight: 500;
}
.admn-select-tb ul li a {  color:#000 !important;  }
.admn-select-tb ul li ul li:last-child { border-bottom:0; }
.admn-select-tb ul li ul li ul {
    margin: 0;
    padding: 0 0 0 14px;
}
.admn-select-tb ul li ul li ul li {
    margin: 0;
    padding: 0 13px;
    border: 0;
}
.admn-select-tb ul li ul li ul li a:hover { color:#3c8dbc; font-weight:500; transition: all 0.3s; }
.admn-select-tb ul li a:hover { color:#3c8dbc; font-weight:500; transition: all 0.3s; }
.admn-select-tb ul li ul li span.active {
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
    background: #222d32;
    padding: 2px 7px;
}
.admn-select-tb ul li span.active {
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
    background: #222d32;
    padding: 2px 7px;
}
.admn-select-tb ul li a.active {
    color: #3c8dbc !important;
}
.admn-select-tb ul li {  position: relative; }
.admn-select-tb ul li:after {
    content: "";
    width:5px;
    height: 5px;
    background: #000;
    position: absolute;
    top: 12px;
    left: 2px;
    border-radius: 50px;
}
/*scroll*/
#style-4::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
#style-4::-webkit-scrollbar
{
    width:6px;
    background-color: #F5F5F5;
}
#style-4::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border: 2px solid #555555;
}
/*new-css20.07*/
.rt-btn{
    float: right;
}
/* .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    background: #0d5e5a !important;
}
a {
    color: #fff !important;
} */

/* discussion */
.blck {
  background: #fff;
  width: 504px;
  padding: 1rem;
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 2px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: block;
}
.blck .block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.blck .block-header .title {
  display: flex;
  align-items: flex-start;
}
.blck .block-header .title .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  background: #f7f7f7;
  color: #1c1c1c;
  text-align: center;
  padding: 0 4px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 96px;
}

.writing {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 12px;
}
.writing .textarea {
  width: 100%;
  font-family: "Inter";
  color: #585757;
  height: 50px;
  overflow-y: auto;
  appearance: none;
  border: 0;
  outline: 0;
  resize: none;
  font-size: 16px;
  line-height: 24px;
}
.writing:focus-within {
  border: 1px solid #0085ff;
  box-shadow: 0px 0px 2px 2px rgba(0, 133, 255, 0.15);
}
.writing .footer {
  margin-top: 12px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e8e8e8;
}
.writing .footer .text-format {
  display: flex;
  align-items: center;
  gap: 12px;
}

.commentd {
  display: grid;
  gap: 14px;
}
.commentd .user-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.commentd .user-banner .users {
  gap: 8px;
  align-items: center;
  display: flex;
}
.commentd .user-banner .users .avatar {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  position: relative;
  border-radius: 100px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}
.commentd .user-banner .users .avatar img {
  max-width: 100%;
  border-radius: 50%;
}
.commentd .user-banner .users .avatar .stat {
  display: flex;
  position: absolute;
  right: -2px;
  bottom: -2px;
  display: block;
  width: 12px;
  height: 12px;
  z-index: 9;
  border: 2px solid #ffffff;
  border-radius: 100px;
}
.commentd .user-banner .users .avatar .stat.green {
  background: #00ba34;
}
.commentd .user-banner .users .avatar .stat.grey {
  background: #969696;
}
.commentd .footer {
  gap: 12px;
  display: flex;
  align-items: center;
}
.commentd .footer .reactions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.commentd .footer .divider {
  height: 12px;
  width: 1px;
  background: #e8e8e8;
}
.commentd:not(.comment:first-child) {
  padding-bottom: 12px;
  margin-bottom: 12px;
  /* border-bottom: 1px solid #e8e8e8; */
}
.commentd + .commentd {
  padding-top: 12px;
}
.commentd.reply .user-banner,
.commentd.reply .contents,
.commentd.reply .footer {
  margin-left: 32px;
}

.group-radio {
  position: relative;
  display: flex;
  user-select: none;
  align-items: stretch;
}
.group-radio .button-radio {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
}
.group-radio .button-radio label {
  cursor: pointer;
  padding: 4px 8px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  height: 28px;
  align-items: center;
  line-height: 28px;
  transition: 0.2s ease;
}
.group-radio .button-radio:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.group-radio .button-radio:last-child {
  border-top-right-radius: 8px;
  border-right: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-bottom-right-radius: 8px;
}
.group-radio .button-radio input[type=radio] {
  display: none;
}
.group-radio .button-radio input[type=radio]:checked + label {
  background: #f7f7f7;
}
.group-radio .divider {
  width: 1px;
  background: #e8e8e8;
}

.blck h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  letter-spacing: 0em;
  text-align: left;
}

.blck .btn {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  font: inherit;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1c1c1c;
  transition: 0.2s ease;
  outline: none;
}
.blck .btn i {
  color: #969696;
  font-size: 18px;
  transition: 0.15s ease-in-out;
}
.blck .btn.primary {
  min-width: 64px;
  padding: 8px 12px;
  height: 40px;
  color: #fff;
  display: inline-flex;
  background: #0085ff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 2px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.blck .btn.primary:hover {
  background: #339dff;
}
.blck .btn:hover i {
  opacity: 0.7;
}
.blck .btn img {
  max-width: 18px;
  height: auto;
}
.blck .btn.react {
  padding: 4px 8px 4px 4px;
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  gap: 4px;
}
.blck .btn.react:hover {
  background-color: #eee;
}
.blck .btn.dropdown {
  display: flex;
  cursor: pointer;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 26px;
  height: 26px;
}
.blck .btn.dropdown:hover {
  background-color: #eee;
}

.blck p {
  line-height: 24px;
}
.blck p a.tagged-user {
  display: inline-flex;
  padding: 2px 8px;
  background: #e5f3ff;
  border-radius: 256px;
  color: #0085ff;
}

.blck .is-mute {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #969696;
}

.blck a {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #94ad57;
  text-decoration: none;
  transition: opacity 0.15s ease-in-out;
}
.blck a:hover {
  opacity: 0.7;
}




.group-button {
  display: flex;
  gap: 16px;
}
div#toggle_123 {
    margin: 35px 0 0 0;
}
.reply.commentd.last_sec {
    margin: 20px 0 0 90px;
}
.reply.commentd.last_sec_one {
    margin: 20px 0 0 40px;
}
/* discussion */