
.modal a.close-modal {
    background-image: url(../img/ic_close.svg);
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
}
.text-danger {
    color: red;
}

#menu {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-left: 240px;
    margin-bottom: 70px;
}

#logoutButton {
    padding: 10px 20px;
    background-color: #e74c3c;
    color: white;
    border: none;
    cursor: pointer;
}

#menu.show {
    display: block;
}

.hidden {
    display: none;
}

#toggleButton {
    cursor: pointer;
}

.user_name{
  max-width: 150px;
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
}

.list_ctn .list_bd .list_bd_bd > ul > li .blk_txt > p span.re_generate_content_completed {
    color: #4CAF50;
}

.tableSchedule .btn_dots {
    cursor: pointer;
    width: 36px;
    height: 36px;
    position: relative;
  }
  
  .tableSchedule .btn_dots span {
    -moz-border-radius: 8px;
         border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    width: 36px;
    height: 36px;
    background: url(../img/btn_dots.svg) center/100% 100% no-repeat;
    display: inline-block;
  }
  
  .tableSchedule .btn_dots ul {
    position: absolute;
    width: 120px;
    background: #fff;
    -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
         box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    right: 0;
    top: 100%;
    padding: 18px 12px;
    -moz-border-radius: 6px;
         border-radius: 6px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
  }
  
  .tableSchedule .btn_dots ul li {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #1a1a1a;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .tableSchedule .btn_dots ul li:hover {
    opacity: 0.5;
  }
  
  .tableSchedule .btn_dots ul li + li {
    margin-top: 8px;
  }
  
  .tableSchedule .btn_dots ul li.del {
    color: #c64b41;
  }
  
  .tableSchedule .btn_dots.openSel ul {
    opacity: 1;
    z-index: 2;
  }
  
  .schedule_list_action.disabled {
    pointer-events: none !important;
    color: rgb(212, 212, 212) !important;
    cursor: not-allowed !important;
  }


/* Yu Gothic */
@font-face {
  font-family: 'Yu Gothic';
  src: url('../fonts/yu-gothic-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Meiryo */
@font-face {
  font-family: 'Meiryo';
  src: url('../fonts/meiryo.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Noto Sans JP */
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Noto Serif JP */
@font-face {
  font-family: 'Noto Serif JP';
  src: url('../fonts/NotoSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Hiragino Sans */
@font-face {
  font-family: 'Hiragino Sans';
  src: url('../fonts/hiragino-sans-gb.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Hiragino Kaku Gothic Pro */
@font-face {
  font-family: 'Hiragino Kaku Gothic Pro';
  src: url('../fonts/hiragino-kaku-gothic-pro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Hiragino Mincho Pro */
@font-face {
  font-family: 'Hiragino Mincho Pro';
  src: url('../fonts/hiragino-mincho-pro-w6.otf') format('opentype');
  font-weight: 600; /* W6 (Medium Bold) */
  font-style: normal;
}

/* MS PGothic */
@font-face {
  font-family: 'MS PGothic';
  src: url('../fonts/ms-pgothic-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* MS Gothic */
@font-face {
  font-family: 'MS Gothic';
  src: url('../fonts/MS Gothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* MS Mincho */
@font-face {
  font-family: 'MS Mincho';
  src: url('../fonts/MS Mincho.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Cập nhật các font chữ trong Quill */
.ql-font-yu-gothic {
  font-family: 'Yu Gothic', sans-serif;
}
.ql-font-meiryo {
  font-family: 'Meiryo', sans-serif;
}
.ql-font-noto-sans-jp {
  font-family: 'Noto Sans JP', sans-serif;
}
.ql-font-noto-serif-jp {
  font-family: 'Noto Serif JP', serif;
}
.ql-font-hiragino-sans {
  font-family: 'Hiragino Sans', sans-serif;
}
.ql-font-hiragino-kaku-gothic-pro {
  font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
}
.ql-font-hiragino-mincho-pro {
  font-family: 'Hiragino Mincho Pro', serif;
}
.ql-font-ms-pgothic {
  font-family: 'MS PGothic', sans-serif;
}
.ql-font-ms-gothic {
  font-family: 'MS Gothic', sans-serif;
}
.ql-font-ms-mincho {
  font-family: 'MS Mincho', serif;
}

.ql-editor {
  font-family: 'Meiryo', sans-serif !important;
  line-height: 1.6 !important;
}
.aside_blog{
  margin-bottom: 80px;
}
.platform_list{
  overflow-y: auto;
  max-height: calc(100vh - 270px);
}

.enterprise_plan_custom{
  width: 100%;
  outline: none;
  border: 0;
  background: #EDEFF3;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1A1A1A;
  height: 42px;
  padding: 0 12px;
}
.custom_plan_li{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.notification-setting ul li .wrapSel{
  width: 100% !important;
}
.notification-setting .recipient_input{
  width: 100%;
  outline: none;
  border: 0;
  background: #EDEFF3;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1A1A1A;
  height: 42px;
  padding: 0 12px;
}

.notification-setting dl dd .option_heading {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

.notification-setting dl dd .wrapRadio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.notification-setting dl dd .wrapRadio label {
  width: 216px;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  cursor: pointer;
}

.notification-setting dl dd .wrapRadio label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.notification-setting dl dd .wrapRadio label input:checked + span {
  outline: 2px solid #173BE0;
}

.notification-setting dl dd .wrapRadio label span {
  width: 100%;
  height: 42px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: 1px solid #DBDBDB;
  font-size: 16px;
  line-height: 24px;
  -moz-border-radius: 8px;
       border-radius: 8px;
}

#preview_post_content_modal .md_art_ctn h2{
   margin-bottom: 0px !important;
}
