/* ============================================
   RESET & CẤU HÌNH CƠ BẢN
   ============================================ */

#cool-symbol-editor-container {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, "Trebuchet MS",
        "Heiti TC", "微軟正黑體", "Droid Fallback Sans", sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #111;
    background-color: #fff;

    min-height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}


/* ============================================
   LAYOUT
   ============================================ */

#cool-symbol-editor-container .flex-row::before,
#cool-symbol-editor-container .flex-row::after {
    content: " ";
    display: table;
}

#cool-symbol-editor-container .flex-row::after {
    clear: both;
}

#cool-symbol-editor-container .flex-col {
    width: 100%;
}

/* ============================================
   SYMBOLS & UTILITIES
   ============================================ */

#cool-symbol-editor-container .symbol-btn,
#cool-symbol-editor-container .symbol-btn-clan {
    display: inline-block;
    padding: 6px 12px;
    line-height: 1.42857143;
    cursor: pointer;
    background-image: none;
    user-select: none;
    white-space: nowrap;

    color: #333;
    background-color: #fff;

    font-size: 13px !important;
    min-width: 38px;
    margin: 0 8px 8px 0;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #f9f9f9;
}

#cool-symbol-editor-container .symbol-btn:hover,
#cool-symbol-editor-container .symbol-btn-clan:hover {
    text-decoration: none;
    background-color: #e6e6e6;
}

#cool-symbol-editor-container .symbol-btn:active,
#cool-symbol-editor-container .symbol-btn-clan:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


#cool-symbol-editor-container .item-loading {
    opacity: 0.4 !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

/* ============================================
   SYMBOL BLOCK
   ============================================ */

#cool-symbol-editor-container .symbol-block {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f9f9f9;
}

#cool-symbol-editor-container .symbol-block h2 {
    margin: 0 0 15px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #5f6367;
    display: flex;
    align-items: center;
}


/* ============================================
   CARD
   ============================================ */

#cool-symbol-editor-container .card {
    background: #fff;
    margin-bottom: 15px;
    width: 100%;
}

#cool-symbol-editor-container .card-body {
    padding: 0px;
}
