
.box-wrapper-gray {
    background: #F5F5F5;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 15px;
}

.box-txt {
    display: flex;
    font-size: 16px;
    color: #3c3c3c;
    padding-bottom: 10px;
    border-bottom: 0.5px solid #BDBDBD;
    margin-bottom: 15px;
    align-items: center;
}

.box-txt div:first-child {
    flex: 1;
}

.box-txt strong {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    text-align: left;
}

.i-13 {
    font-size: 13px;
}

.label-text-h {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 15px;
}

.label-text-h strong {
    font-weight: 500;
}

.box-list-text {
    height: 251px;
    overflow: auto;
    position: relative;
}

.box-list-text ul, .tab-link-editor ul, .tab-icon-editor ul {
    margin: 0px;
    padding: 0px;
}

.box-list-text li, .tab-link-editor li, .tab-icon-editor li {
    list-style: none;
}

.box-list-text li, .sub-header-title {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.box-motcle {
    height: 222px;
}

.txt-gray {
    color: #ccc;
}

.box-graph {
    margin: 15px 0px;
}

.box-wrapper-editor {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.05);
    border-radius: 12px
}

.tab-link-editor {
    padding: 0px 10px;
    border-bottom: 1px solid #BDBDBD;
}

.tab-link-editor li {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}

.tab-icon-editor {
    display: flex;
    font-size: 12px;
    padding: 0px 5px;
    align-items: center;
    height: 36px;
    border-bottom: 1px solid #BDBDBD;
}

.tab-icon-editor > .box-list-icon:last-child {
    border-right: 0px;
}

.box-list-icon {
    border-right: solid 1px #ddd;
    padding: 0px 5px;
}

.box-list-icon > .dropdown > .dropdown-custom, .box-list-icon > .bx-icon > .dropdown > .dropdown-custom {
    font-size: 13px;
    border: 0px !important;
    height: 34px !important;
    padding: 0px !important;
}

.box-list-icon > .dropdown > .dropdown-custom span, .box-list-icon > .bx-icon > .dropdown > .dropdown-custom span {
    right: 0px !important;
}

.box-list-icon > .bx-icon {
    display: inline-flex;
    font-size: 14px;
    padding: 0px 5px;
    height: 35px !important;
    align-items: center;
    justify-content: center;
}

.label-box {
    display: inline-flex;
    background-color: #C8CACE;
    padding: 5px 8px;
    border-radius: 3px;
    height: 28px;
    align-items: center;
}

.box-textarea {
    padding: 10px;
    position: relative;
    height: 430px;
}

.box-textarea textarea {
    resize: none;
    font-weight: 400;
    font-size: 16px;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    height: 400px;
}

.box-textarea > .form-control:focus {
    box-shadow: none !important;
    border: 0px !important;
    text-align: left;
}

.box-botom-flex{
    display: flex;
    margin-top: 15px;
    font-size: 16px;
}

.box-botom-flex div:first-child{
    flex: 1;
}

.box-list-dropdown{
    display: inline-flex;
    margin-top: 10px;
    align-items: center;
}

.box-detail-text{
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 15px;
}

.tox-tinymce{
    border: 0px !important;
    border-radius: 12px !important;
    font-family: 'Poppins', sans-serif !important;

}

.tox .tox-mbtn__select-label, .tox .tox-tbtn--bespoke .tox-tbtn__select-label, .tox .tox-tbtn, .tox .tox-tbtn svg{
    color: #3c3c3c !important;
}

.tox .tox-tbtn svg{
    fill: #3c3c3c !important;
}

.tox .tox-statusbar__resize-handle, .tox-statusbar{
    display: none !important;
}
