.fullwidth {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cl-left {
    width: 250px;
    overflow: hidden;
    padding: 16px 8px 0;
    background: #2b244f;
    border-radius: 4px;
    margin-top: 0;
    min-height: 300px;
    height: 600px;
}

.box_cl_left {
    width: 100%;
    overflow-y: auto;
    overflow-y: scroll;
    gap: 20px;
    height: 560px;
    scroll-behavior: smooth;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
    padding-right: 10px;
}
/* Scrollbar cho WebKit browsers */
.box_cl_left::-webkit-scrollbar {
    width: 2px;
}

.box_cl_left::-webkit-scrollbar-track {
    background: #151136; /* màu nền track */
    border-radius: 4px;
}

.box_cl_left::-webkit-scrollbar-thumb {
    background: #151136; /* màu thanh cuộn */
    border-radius: 4px;
}

.box_cl_left::-webkit-scrollbar-thumb:hover {
    background: #555; /* màu khi hover */
}

/* Firefox */
.box_cl_left {
    scrollbar-width: thin;
    scrollbar-color: #151136 #67627a;
}

.item_tuongdtcl > a {
    display: flex;
    flex-direction: column;
    width: 40px;
}

.item_tuongdtcl > a img {
    border-radius: 4px;
    border: 2px solid grey;
}

.item_tuongdtcl > a span {
    font-size: .75rem;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    color: #67627a;
    text-decoration: inherit;
}
.row_t3 {
  padding: 0 20px 20px 20px;
  width: 100%;
}
.row_t3 h1 {
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}

.row_t4 {
  padding: 0 20px 20px 20px;
  width: 100%;
}
.box_content {
  background-color: #1c1630;
  padding: 20px;
}
.title_ky_nang_h2 {
  font-size: 20px;
  width: max-content;
  font-weight: 700;
  line-height: 1.3em;
  position: relative;
  margin-bottom: 40px;
}
.title_ky_nang_h2:after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 46px;
  width: 46px;
  height: 4px;
  background-color: gold;
  left: 0;
  bottom: -14px;
}

.line1 {
  width: 100%;
  display: flex;
}
.line1 img {
  border: 1px solid #a392c7;
  border-radius: 2px;
  width: 64px;
  height: 64px;
}
.item_box {
  flex: 1;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
}
.title_ky_nang {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
}
.mana {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  margin-top: 10px;
}
.content_ky_nang {
  margin-top: 15px;
}

.guild_do ul.list-items-inline {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.guild_do li.tooltip-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
    cursor: pointer;
	margin: 10px 5px;
}

.guild_do .boximage_guild img {
    width: 48px;
    height: 48px;
    border-radius: 6px;
}

.guild_do .item-title {
    font-size: 12px;
    text-align: center;
    margin-top: 4px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.guild_do .tooltip-box {
    position: absolute;
    top: 60px;
    z-index: 999;
    background: #2a2a4a;
    color: white;
    padding: 10px;
    border-radius: 6px;
    display: none;
    width: 200px;
}

.guild_do li.tooltip-container:hover .tooltip-box {
    display: block;
}


.row_t5 {
  padding: 0 20px 20px 20px;
  width: 100%;
}
.guild_do {
  background-color: #1c1630;
  padding: 20px;
}

.row_t6,.row_t7 {
  padding: 0 20px 20px 20px;
  width: 100%;
  float: left;
}
.box_row{
  background-color: #1c1630;
  padding: 20px;
}
.title_lendo,.title_meochoi {
  font-size: 20px;
  width: max-content;
  font-weight: 700;
  line-height: 1.3em;
  position: relative;
  margin-bottom: 40px;
}

.title_lendo::after, .title_meochoi::after {
  position: absolute;

  z-index: 1;

  content: "";

  width: 46px;

  width: 46px;

  height: 4px;

  background-color: gold;

  left: 0;

  bottom: -14px;

}
.content_lendo, .content_meochoi{
  font-size: 14px;
  line-height: 1.3em;
}