﻿.theme_popup {
    /*background: #0f3d63 !important;*/
    background: #C792c1 !important;
    /*border: 4px #9d4d9e solid !important;*/
    border: 4px #D6d7d8 solid !important;
}

.theme_input {
    background-color: #fff !important;
    color: #000000 !important;
    background: #fff !important;
    border: 1px #9d4d9e solid !important;
}

    .theme_input::placeholder {
        color: #000;
    }

.theme_button {
    background-color: #9d4d9e !important;
    color: #fff !important;
    border: 1px #9d4d9e solid !important;
}

.theme_button_lang {
    border: 1px #FFF solid !important;
    color: #FFF !important;
}

    .theme_button_lang i {
        color: #FFF !important;
    }

.theme_text {
    color: #fff !important;
}

    .theme_text:hover, .theme_text:active {
        color: #c6cdd3 !important;
    }

.active.theme_menu {
    color: #c6cdd3 !important;
    background-color: #0f3d63 !important;
}

.theme_icon {
    color: #9d4d9e !important;
}

.theme_menu {
    color: #fff !important;
    background-color: #2b76b7 !important;
}

    .theme_menu:hover, .theme_menu:active {
        color: #c6cdd3 !important;
        background-color: #0f3d63 !important;
    }

.active.theme_menu_left {
    color: #c6cdd3 !important;
    background-color: #C792c1 !important;
}

.theme_menu_left {
    color: #fff !important;
    /*background-color: #004068 !important;*/
    background-color: #9d4d9e !important;
}

    .theme_menu_left:hover, .theme_menu_left:active {
        color: #c6cdd3 !important;
        /*background-color: #C792c1 !important;*/
        background-color: #c792c1 !important;
    }

.theme_header {
    color: #fff !important;
    background-color: #9d4d9e !important;
    border: 1px #D6d7d8 solid !important;
}

/*màu nhạt*/
.theme_background_colorThin {
    background-color: #9d4d9e !important;
}

/*màu đậm*/
.theme_background_colorBold {
    background-color: #0f3d63 !important;
}
