.login_01{
    background: linear-gradient(135deg, #E8F0F2, #C9D6DF) !important;
}
.btn.btn-primary{
    border-radius:0 !important;
    background-color: #f93251 !important;
    border-color: #f93251 !important;;
}


.btn-round{
    border-radius:30px !important;
}
.body_overlay_block {
    overflow: hidden;
    font-weight: 600;
    background-color: rgba(243, 243, 243, 0.76);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    padding-top: 20%;
    text-align: center;
}

@media (max-width: 767px) {
    .body_overlay_block {
        padding-top: 50%;
    }
}


.detail_modal table.table, .detail_modal td, .detail_modal th {
    border: 1px solid #ccc !important;
    padding: 1px 1px 2px 14px !important;
    color: #515457;
}

.detail_modal table.table.table_inline {
    float: left;
    width: 50% !important;
    padding: 0;
    margin: 0 0% 15px;
}

.detail_modal h3 {
    background-color: #f6f6f6;
    padding: 6px 20px;
    font-size: 20px;
}

.detail_modal .modal-content {
    min-width: 600px;
}


.color_patch_preview {
    position: absolute;
    width: 60px;
    right: 22px;
    top: 16px;
}

.upload_color_patch_div {
    background: white;
    width: 125px;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    text-align: center;
    border-radius: 4px;
    padding-top: 4px;
    line-height: 10px;
    cursor: pointer;
    position: relative;
    height: 20px;
}

.upload_color_patch_div input {
    opacity: 0;
    cursor: pointer !important;
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

/*
.color_patch_preview_cross {
    position: absolute;
    top: 16px;
    right: 18px;
    z-index: 99;
    background-color: #085279;
    color: #fff;
    width: 18px;
    height: 18px;
    font-size: 9px;
    text-align: center;
    line-height: 18px;
    font-weight: 100;
    border-radius: 20px;
}*/
select[name="season"] option:nth-child(1) {
    font-weight: normal !important;
}

.disabledItem {
    pointer-events: none !important;
    background-color: #e1dddd !important;
    color: #000000 !important;
    border: #cccccc !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.modal-xxl {
    max-width: 97% !important;
}

.panel_load_sheets {
    border: 1px solid #0852794a;
}

.category_selector {
    border-bottom: 3px solid #085279a3;
}

.no_pointer_events {
    pointer-events: none !important;
    background-color: #cccccc;
    color: #ededed;
}

.hidden {
    display: none !important;
}


.listing_tab .table .thead-light th {
    color: white;
    background-color: #10277ccc;
    font-weight: bold !important;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20px;
}

.toggle.ios .toggle-handle {
    border-radius: 20px;
}

.toggle.android {
    border-radius: 0px;
}

.toggle.android .toggle-handle {
    border-radius: 0px;
}



/*
.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}*/
body.modal-open .show {
    display: flex !important;
    height: 100%;
}

body.modal-open .modal .modal-dialog {
    margin: auto;
}


.modal-dialog.modal-md{
    width: 100%;
}


.card-total{
    background: #10277c !important;
    color: white;
}

.card-success{
    background: #26ae60 !important;
    color: white;
}

.card-failure{
    background: #FF362E !important;
    color: white;
}

.card-pending{
    background: #F3B63A !important;
    color: white;
}

.other_leads_only_parent {
    padding: 7px 0px 0 0px;
    margin-bottom: 7px;
}

/*.other_leads_only_parent label{
    color: white !important;
}*/

.text-themecolor {
    color: #10277c;
}

.main_contant .panel{
    height: auto !important;
}

.history tbody tr td {
    border-bottom: 1px solid #cccccc;
}

/*
.bootstrap-select.btn-group > .dropdown-toggle {
    border-color: #cccccc !important;
    border-radius: 3px !important;
    padding: 7px 20px 7px 20px !important;
}

.btn-group.bootstrap-select.form-control.form-inline {
    max-width: 150px;
}*/


.bootstrap-select.dropdown-toggle{
    height: 42px !important;
    border-radius: 6px;
    border-color: #e3e3e3;
    max-width: 1015px;
    color: #000000;
    font-size: 12px;
}


.modal-dialog.modal-xl{
    width: 100% !important;
}



/*
 * Reference - https://codepen.io/supah/pen/WwrJpw
 */

/* basic */
*,
*:before,
*:after {
    box-sizing: border-box;
}
/*html,
body {
    height: 100%;
}
body {
    font: 16px/1.2 "Roboto", sans-serif;
    color: #333;
}
a {
    display: inline-block;
    color: #333;
    text-decoration: none;
}*/
.blog {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

/* container */
/*.container {
    width: 300px;
    height: auto;
    border-radius: 10px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    overflow: hidden;
}*/

/* leaderboard */
.leaderboard {
    background: linear-gradient(to bottom, #6892eb, #cccdcf);
}

/* head */
.leaderboard .head {
    padding-top: 10px;
    color: snow;
    font-size: 20px;
    text-align: center;
}
.leaderboard .head h1 {
    display: inline-block;
    margin-left: 4px;
}

/* body */
.leaderboard .body {
    color: snow;
    font-size: 16px;
}
.leaderboard ol {
    counter-reset: number; /* 定義和初始化計數器 */
}
.leaderboard li {
    padding: 6px 10px 6px 10px;
    display: flex;

}
.leaderboard li mark {
    flex-grow: 1;
    color: snow;
    background-color: transparent;
}
.leaderboard li:before {
    counter-increment: number; /* 遞增計數器 */
    content: counter(number) "."; /* 顯示計數器 */
    margin-right: 4px;
}
.leaderboard li:nth-child(1) {
    background: #fa6855;
}
.leaderboard li:nth-child(2) {
    background: #e0574f;
}
.leaderboard li:nth-child(3) {
    background: #d7514d;
}
.leaderboard li:nth-child(4) {
    background: #cd4b4b;
}
.leaderboard li:nth-child(5) {
    background: #c24448;
}

.side_menu .menu--sub-link{
    font-weight: 300;
    color:#000000;
}

button.btn.dropdown-toggle.bs-placeholder{
    border-radius: 6px;
    border-color: #e3e3e3 !important;
}



.dropdown-menu a {
    font-size: 13px;
    font-weight: 500;
    color:#10277c;
}

table, th, td {
    border: 1px solid #dee2e6;
}

.card-header{
    font-weight: bold;
}


.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.cat_select_lbl,.role_select_lbl {
    padding: 45px !important;
    font-size: 20px !important;;
    font-weight: bold !important;;
    width: 100%;
    margin-bottom: 20px;
}


/*Colors Reset -- To Delete*/
.vertical-menu {
    background: #9acb46 !important;
}

#sidebar-menu ul li a{
    /*color: #607735 !important;*/
    color: #5a1f0a !important;
}

#sidebar-menu ul li a:hover {
    color: #c0b290 !important;
}


.report-table th{
    min-width: 120px;
}
