


html,
body,
input,
button,
textarea {
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}

li {
    list-style: none;
}

body {
    background: #fff;
}

.left {
    float: left;
}

.right {
    float: right;
}

textarea {
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.custom-control-label {
    position: initial;
    line-height: 2;
}

.admin-panel-msg-box {
    width: 100%;
    background: #fefffe;
    height: 50px;
    border: 1px solid #d4d4d4;
}
.admin-panel-msg-box .msgbox-row {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.admin-panel-msg-box .msgbox-row span#admin_panel_msg_success {
    color: green;
    font-weight: 700;
}
.admin-panel-msg-box .msgbox-row span#admin_panel_msg_failed {
    color: red;
    font-weight: 700;
}
.product-history-container {
    width: 100%;
}
.updated-notice-in-update-section {
    color: red;
    font-weight: bold;
}
table {
}
table thead {
    background: #272626 !important;
    color: white !important;
    font-weight: bold;
    border-radius: 5px;;
}
table thead tr th:first-child {
    border-top-left-radius: 8px;
}
table thead tr th:last-child {
    border-top-right-radius: 8px;
}
table tbody tr {
    background: #ffffff;
}

.form-control {
    background: #fcfbfb !important;
}
.CodeMirror { text-align: left !important; }
#checkAll:hover {
    cursor: pointer;
}
input[type=checkbox]:hover {
    cursor: pointer;
}

.custom-control-label:hover {
    cursor: pointer;
}
.delete_tag:hover {
    cursor: pointer;
}

.custom-control-label {
    position: initial !important;
    user-select: none;
}

@media screen and (max-width: 600px) {
    .mobile-hidden {
        display: none;
        visibility: hidden;
    }
}
