.btn.st2,
a.btn.st2 {
    background: #FFEB35 !important;
    color: #000 !important;
    border: 1px solid #FFEB35 !important;
}

.btn.st2:hover,
a.btn.st2:hover {
    background: #fcf18c !important;
}


.list_ctn .list_head .list_head_r .btn_create_art {
    background: #FFEB35 !important;
    color: #000000 !important;
}

.list_ctn .list_head .list_head_r .btn_create_art:hover {
    background: #fcf18c !important;
}

.btn_add {
    color: #000 !important;
    background-color: #FFEB35 !important;
}

.btn_add:hover {
    background-color: #fcf18c !important;
}

.list_ctn .list_bd .list_bd--plan em {
    color: #0B41A0 !important;
}

.list_ctn .list_bd .list_bd--search--by label input:checked + span {
    border: 1px solid #0B41A0 !important;
    color: #0B41A0 !important;
}

.aside__button a.intergration {
    background-color: #FFEB35 !important;
    color: #000 !important;
}

.aside__button a.intergration:hover {
    background-color: #fcf18c !important;
    color: #fff !important;
}

.aside__button a.usage {
    background-color: #FFEB35 !important;
    color: #000 !important;
}

.aside__button a.usage:hover {
    background-color: #fcf18c !important;
}

.list_checkbox label input:checked ~ span:before {
    background-color: #000 !important;
}

.post_ctn .post_top ul li.active {
    color: #000 !important;
}

.post_ctn .post_top ul li.active::before {
    background-color: #FFEB35;
    color: #000;
}

.post_ctn .post_bot--setting--form dl dt span {
    color: #0B41A0 !important;
}

.post_ctn .post_top--plan em {
    color: #0B41A0 !important;
}

.personal_setting option[value="create_new"],
.signature_setting option[value="create_new"] {
    color: #0B41A0 !important;
}

.personal_setting option[value="create_new"]:hover,
.signature_setting option[value="create_new"]:hover {
    color: #0B41A0 !important;
}

.post_ctn .post_bot--setting--form dl dd .wrapRadio label input:checked + span {
    outline: 2px solid #0B41A0 !important;
}

.post_ctn .post_bot--setting--form dl dd .wrapRadio label input:checked + span:before {
    background-color: #0B41A0 !important;
}

.post_ctn .post_bot--setting--form dl dd .wrapSel ul li.special {
    color: #0B41A0 !important;
}

.post_ctn .post_bot--setting button {
    background-color: #FFEB35 !important;
    color: #000 !important;
}

.post_ctn .post_bot--setting button:hover {
    background-color: #fcf18c !important;
}

/* OEM Theme Overrides - Links */
a[href],
a:link,
a:visited {
    color: #0B41A0 !important;
}

a:hover,
a:focus {
    color: #0B41A0 !important;
}

/* OEM Theme Overrides - Buttons with #0B41A0 background */
.btn,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    background-color: #FFEB35 !important;
    color: #000 !important;
    border-color: #FFEB35 !important;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
    background-color: #fcf18c !important;
    color: #000 !important;
}

/* Specific button overrides */
.btn-primary,
.btn-primary:focus,
.btn-primary:active {
    background-color: #FFEB35 !important;
    color: #000 !important;
    border-color: #FFEB35 !important;
}

.btn-primary:hover {
    background-color: #fcf18c !important;
    color: #000 !important;
}

/* Form elements */
.form-control:focus,
.form-select:focus {
    border-color: #0B41A0 !important;
    box-shadow: 0 0 0 0.2rem rgba(11, 65, 160, 0.25) !important;
}

/* Navigation and menu items */
.nav-link,
.navbar-nav .nav-link {
    color: #0B41A0 !important;
}

.nav-link:hover,
.navbar-nav .nav-link:hover {
    color: #0B41A0 !important;
}

.nav-link.active,
.navbar-nav .nav-link.active {
    color: #0B41A0 !important;
    font-weight: bold !important;
}

/* Table links */
.table a,
.table td a {
    color: #0B41A0 !important;
}

.table a:hover,
.table td a:hover {
    color: #0B41A0 !important;
}

/* Pagination */
.pagination .page-link {
    color: #0B41A0 !important;
}

.pagination .page-item.active .page-link {
    background-color: #FFEB35 !important;
    color: #000 !important;
    border-color: #FFEB35 !important;
}

.pagination .page-link:hover {
    color: #0B41A0 !important;
    background-color: #f0f0f0 !important;
}

/* Modal buttons */
.modal .btn,
.modal-footer .btn {
    background-color: #FFEB35 !important;
    color: #000 !important;
    border-color: #FFEB35 !important;
}

.modal .btn:hover,
.modal-footer .btn:hover {
    background-color: #fcf18c !important;
    color: #000 !important;
}

/* Alert links */
.alert a {
    color: #0B41A0 !important;
}

.alert a:hover {
    color: #0B41A0 !important;
}

/* Card links */
.card a,
.card-body a {
    color: #0B41A0 !important;
}

.card a:hover,
.card-body a:hover {
    color: #0B41A0 !important;
}

/* Dropdown items */
.dropdown-item {
    color: #0B41A0 !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #f8f9fa !important;
    color: #0B41A0 !important;
}

/* Breadcrumb links */
.breadcrumb a {
    color: #0B41A0 !important;
}

.breadcrumb a:hover {
    color: #0B41A0 !important;
    text-decoration: underline !important;
}

/* List group links */
.list-group-item a {
    color: #0B41A0 !important;
}

.list-group-item a:hover {
    color: #0B41A0 !important;
}

/* Badge links */
.badge a {
    color: #0B41A0 !important;
}

/* Progress bar */
.progress-bar {
    background-color: #FFEB35 !important;
}

/* Custom checkbox and radio */
.form-check-input:checked {
    background-color: #0B41A0 !important;
    border-color: #0B41A0 !important;
}

.form-check-input:focus {
    border-color: #0B41A0 !important;
    box-shadow: 0 0 0 0.2rem rgba(11, 65, 160, 0.25) !important;
}

/* Switch toggle */
.form-switch .form-check-input:checked {
    background-color: #0B41A0 !important;
    border-color: #0B41A0 !important;
}

/* Range slider */
input[type="range"]::-webkit-slider-thumb {
    background: #FFEB35 !important;
}

input[type="range"]::-moz-range-thumb {
    background: #FFEB35 !important;
}

input[type="range"]::-ms-thumb {
    background: #FFEB35 !important;
}

/* Tooltip */
.tooltip .tooltip-inner {
    background-color: #0B41A0 !important;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #0B41A0 !important;
}

/* Popover */
.popover-header {
    background-color: #FFEB35 !important;
    color: #000 !important;
}

/* Accordion */
.accordion-button:not(.collapsed) {
    background-color: #FFEB35 !important;
    color: #000 !important;
}

.accordion-button:focus {
    border-color: #0B41A0 !important;
    box-shadow: 0 0 0 0.2rem rgba(11, 65, 160, 0.25) !important;
}

/* Tabs */
.nav-tabs .nav-link.active {
    color: #0B41A0 !important;
    border-color: #0B41A0 #0B41A0 #fff !important;
}

.nav-tabs .nav-link:hover {
    color: #0B41A0 !important;
    border-color: #e9ecef #e9ecef #0B41A0 !important;
}

/* Sidebar links */
.sidebar a,
.sidebar-nav a {
    color: #0B41A0 !important;
}

.sidebar a:hover,
.sidebar-nav a:hover {
    color: #0B41A0 !important;
}

/* Footer links */
footer a {
    color: #0B41A0 !important;
}

footer a:hover {
    color: #0B41A0 !important;
}

#btn_action {
    background-color: transparent !important;
}

.list_ctn .list_head .list_head_r .btn_st {
    background-color: #8F94A7 !important;
}
.list_ctn .list_head .list_head_r .btn_book {
    background-color: #47B5E6 !important;
}
.list_ctn .list_bd .list_bd--search .keyword button {
    background-color: #5A5F6F !important;
}

.post_ctn .post_bot--setting--form dl dd .wrapTitle label input:checked + span {
    outline: 2px solid #0B41A0 !important;
}

.post_ctn .post_bot--setting--form dl dd .listSeo ul li {
    color: #0B41A0 !important;
    border: 1px solid #0B41A0 !important;
}
.post_ctn .post_bot--setting--form dl dd .listSeo ul li.active {
    color: #fff !important;
    background-color: #0B41A0 !important;
    border: 1px solid #0B41A0 !important;
}
.post_ctn .post_bot--setting--form dl dd .btnManual a {
    background: #FFEB35 !important;
    color: #000 !important;
}

.post_ctn .post_bot--setting--form dl dd .btnManual a:hover {
    background: #f5b835 !important;
}

.modal .m_btn {
    background-color: #FFEB35 !important;
    color: #000 !important;
}

.modal .m_btn:hover {
    background-color: #f5b835 !important;
}

#toolbar-container button {
    background-color: #fff !important;
    color: #000 !important;
}

.btn_add_check {
    background-color: #fff !important;
    color: #0B41A0 !important;
}

.btn_add_check:hover {
    background-color: #fff !important;
    color: #4f89ee !important;
}

a.update_schedule_post {
    background-color: #FFEB35 !important;
    color: #000 !important;
}

a.update_schedule_post:hover {
    background-color: #f5b835 !important;
}

.active.post-setting-title::before {
    background-color: #FFEB35 !important;
}

.active.post-setting-title::before {
    background-color: #FFEB35 !important;
    color: #000 !important;
}
.post_ctn .post_top--home .back::before{
    background: none !important;
    margin-right: 0 !important;
    width: 0 !important;
}

a.toggle_schedule_status {
    color: #fff !important;
}
#submit_form_btn {
    background-color: #FFEB35 !important;
    color: #000 !important;
}

#submit_form_btn:hover {
    background-color: #f5b835 !important;
}

.radio-option.active {
    border-color: #000 !important;
    border-left: 3px solid #000 !important;
}

.radio-option.active label {
    color: #000 !important;
}

.radio-option:hover {
    border-color: #000 !important;
    border-left: 3px solid #000 !important;
}

.notification-setting dl dd .wrapRadio label input:checked + span {
    outline: 2px solid #0B41A0 !important;
}

.setting__plan--radio ul li label input:checked + span::before {
    background: -webkit-radial-gradient(circle, #0B41A0 0%, #0B41A0 40%, #edeff3 40%, #edeff3 100%);
    background: -moz- oldradial-gradient(circle, #0B41A0 0%, #0B41A0 40%, #edeff3 40%, #edeff3 100%);
    background: radial-gradient(circle, #0B41A0 0%, #0B41A0 40%, #edeff3 40%, #edeff3 100%);
}

.setting.prompt .prompt__nav ul li a.active {
    font-weight: 700;
    color: #0B41A0;
}

.setting.prompt .prompt__nav ul li a.active::before {
    background-color: #0B41A0 !important;
}


.setting__head .btnSave {
    background-color: #FFEB35 !important;
    color: #000 !important;
}

.setting__head .btnSave:hover {
    background-color: #f5b835 !important;
    color: #000 !important;
}

.setting__list dl dd .action.cancel {
    color: #E0175D !important;
}

.setting__list dl dd .action.cancel:hover {
    color: #E0175D !important;
}

.pagination .active a {
    background-color: #0B41A0 !important;
    color: #fff !important;
    border-color: #0B41A0 !important;
    pointer-events: none !important;
}
.pagination a{
    color: #0B41A0 !important;
}

.pagination a:hover {
    color: #fff !important;
    background-color: #0B41A0 !important;
}

.post_ctn .post_bot--setting--form dl dd .box > label input:checked + span::before {
    background-image: url("/img/icTick_black.svg") !important;
}

.setting__schedule--list dl dd ul li.choose span {
    background-image: url("/img/icTickSchedule_black.svg") !important;
}

a.delete_wordpress_post, a.edit_wordpress_post, a.save_wordpress_post{
    color: white !important;
}

.btn-csv-download{
    color: #fff !important;
}