@media (min-width: 1120px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1080px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 82.8%;
    }
}

select{
    font-family: 'Font Awesome 5 Free', 'sans-serif';
}
.bg_main {
     background-color: #02c4cc !important;
     color: #ffffff !important;
}
.bg_main a {
    color: #ffffff !important;
}
.btn.bg-orange{
    color:#ffffff !important;
}
.btn.bg-orange:hover{
    background-color: #e16600 !important;
}
.navbar {
    padding: 0.5rem 0.5rem 0.4rem;
}
.logo_img {
    display: inline-block;
    height: 23px;
    margin-right: 8px;
}
.logo_img img {
    padding-bottom: 8px;
}
.logout {
    width: 140px;
}
.ul_menu_link{
    width:100%;
}
.li_nav_item_border_right{
    border-right:0.05em dotted #b1b1b1;
}
.li_nav_item_border_left{
    border-left:0.05em dotted #b1b1b1;
}

.li_nav_item:hover {
    border-bottom: solid 2px #007bff;
}
.li_nav_item{
    height:50px;
}
.li_nav_item > .nav-link{
    padding-top:0.8rem !important;
}
.div_menu_container{
    margin-left: unset;
    margin-right: unset;
    max-width:unset !important;
}
.nav_menu_link {
    padding-top:unset;
    padding-bottom:unset;
    margin-bottom:20px;
}
.dropdown-item{
    font-size: 15px;
}
.li_nav_item:hover>.dropdown-menu{
    display:block;
}
.dropdown-item{
    opacity: 65%;
}
.dropdown-item:hover {
    opacity: 100%;
}
.dropdown-item > i{
    margin-right:20px;
}
.dashboard_card .card-header{
    font-size:22px;
    display:flex;
}
.dashboard_card .card-header i {
    margin-right:15px;
    margin-top:5px;
}
.dashboard_card .card-header span {
    font-size:16px;
}
.dashboard_card .card-header span.sub_text {
    margin-top:5px;
}
.dashboard_card .card-header button {
    width:160px;
}
.dashboard_card .card-body{
    padding:unset;
}
.dashboard_card .table_custom{
    margin-bottom:unset;
}
/* .dashboard_card .table_custom thead th
,.box_result .table_custom thead th
,.box_regist_customer .table_custom thead th */
.table_custom thead th
{
    background-color: #d9d9d9 !important;
    border:1px solid #ffffff !important;
    color:#666666 !important;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    text-align: center;
}
.dashboard_card .table_custom tbody td{
    color:#7e7e7e !important;
    font-size: 12px;
}
.width_20per{
    width:20%;
}
.width_80px{
    width: 80px !important;
}
.width_100px{
    width: 100px !important;
}
.width_115px{
    width: 115px !important;
}
.width_120px{
    width: 120px !important;
}
.width_150px{
    width: 150px !important;
}
.width_200px{
    width: 200px !important;
}
.width_220px{
    width: 220px !important;
}
.width_300px{
    width: 300px !important;
}

.modal_form form label:not(.form-check-label)
,.box_regist_customer form label:not(.form-check-label)
,.box_input_form form label:not(.form-check-label)
{
    background-color: #f3f3f3;
}
.bg_gray{
    background-color: #f3f3f3;
}
.modal_body_title{
    padding: 10px;
}
.breadcrumb{
    background-color: unset;
    font-size: 12px;
    margin-bottom: 0.2rem !important;
    padding-bottom: 0.2rem !important;
    margin-top: -20px;
}
.container_page_header{
    margin-top: 20px;
}
.container_page_header h5{
    margin-bottom: 0 !important;
}
.container_page_header hr{
    margin-top: 0.3rem !important;
    border-top: 3px solid #02c4cc;
}
.custom_tabs a.active{
    background-color: #02c4cc !important;
    color: #ffffff !important;
}
.custom_tabs a:not(.active){
    background-color: #f8f9fa !important;
    color: rgba(0,0,0,.8) !important;
}
.custom_tabs a:not(.active):hover{
    background-color: #02c4cc !important;
    color: #ffffff !important;
}
.modal_form .modal-body form {
    margin: 10px;
}
.tab_form{
    padding: 20px;
}
.form-inline label{
    margin-right:8px;
    margin-left: 5px;
    font-weight: unset !important;
}
.form-inline .sub_text{
    margin-right:8px;
    margin-left: 5px;
    font-weight: unset !important;
}
.box_submit_button{
    margin-top:50px;
}
.result_count{
    font-size: 23px;
    font-weight: unset !important;
}
.result_count span{
    font-size: 34px;
}
.box_paginate{
    display: inline-flex;
}
.input_date{
    width: 100px !important;
}
.table_custom tbody tr td {
    vertical-align: middle !important;
}
.user_image{
    width: 100%;
}
.form_input_name input[type='text']{
    width:47%
}
.form_input_name input[type='text']:first-child{
    margin-right: 10px;
}
.bg_uset{
    background-color: unset !important;
}
.form_input_birthday input[type='text']:first-child {
    width: 45%;
    margin-right: 10px;
}
.form_input_birthday input[type='text']:nth-of-type(2) {
    width: 20%;
    margin-left: 3px;
}
.form_input_zip input[type='text']:first-child {
    width: 60px;
    margin: 0px 10px;
}
.form_input_zip input[type='text']:nth-of-type(2) {
    width: 70px;
    margin-left: 10px;
}
.form_input_zip button {
    margin-left: 10px;
}
.form_input_tel input[type='text'] {
    width: 25%;
}
.form_input_tel input[type='text']:first-child {
    margin-right: 10px;
}
.form_input_tel input[type='text']:nth-of-type(2) {
    margin: 0px 10px;
}
.form_input_tel input[type='text']:nth-of-type(3) {
    margin-left: 10px;
}
.tabs_regist_customer a, .tabs_textareas a {
    height: 100%;
    justify-content: center;
    border-bottom: unset !important;
}
.tabs_regist_customer li, .tabs_textareas li {
    border-bottom: 3px solid #02c4cc;
}
td.no_data{
    border: unset !important;
}
.display_none{
    display: none;
}
.box_current_process{
    color: #d3d3d3;
    padding: 0px 60px;
    margin-bottom: 30px;
}
.box_current_process::before {
    border-radius: .25rem;
    background-color: #dddddd;
    bottom: 0;
    content: "";
    left: 75px;
    margin: 0;
    position: absolute;
    top: 24px;
    width: 70%;
    z-index: -10;
    height: 3px;
}
.process_no{
    width: 50px;
    text-align: center;
    border-radius: 50%;
    height: 50px;
    font-size: 30px;
    border: 2px solid #d3d3d3;
    background-color: #ffffff;
}
.box_current_process .active .process_no{
    color: #ffffff;
    background-color: #02c4cc;
    border: 2px solid #02c4cc;
}
.process_text{
    font-size: 13px;
    color: #d3d3d3;
}
.box_current_process .active .process_text{
    color: #02c4cc;
}

/* #calendar .events.my_event div
{
    color: #dc3545 !important;
} */

/* #calender .finish_task
{
    color: #7e7e7e !important;
}

#calender .not_finish_task{
    color: #dc3545 !important;
} */

#modal_alert .modal_body_custom_01 div {
    font-size: 20px;
    margin: 30px 0px;
    text-align: center;
}
.validation{
    border-color: #dc3545 !important;
}
.alert-header{
    border-bottom: none !important;
}

.is_invalid{
    background-color: rgb(255, 227, 232);
    color: red;
    border-radius: 10px 0 0 10px;
    /* margin: 10px; */
    padding: 10px 20px;
    /* width: 250px; */
    position: fixed;
    bottom: 20px;
    right: -500px;
    opacity: 0.3;
    z-index: 9999;
}

label.validation {
    background-color: unset !important;
    font-weight: unset !important;
    color: #dc3545;
}

.dummy_invalid{
    border-color: #dc3545 !important;
}