tr:first-child > td > .fc-day-grid-event {
    margin-top: 30px;
    font-size: larger;
    text-align: center;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    font-weight: bold;
}

.fc-unthemed td.fc-today {
    background:#fbf2c4;
}

.fc tbody > tr:hover td{
    background-color: unset !important;
    color: unset !important;
}

.inp{
    border:none;
    border-bottom: 1px solid #1890ff;
    width: 75px;
    padding: 5px 5px;
    outline: none;
 }

.menu_icon_container{
    display:flex;
    flex-direction:column;
    padding:12px 11px;
}

.menu_link{
    padding: 20px;
    display: inline-block;
    margin: auto;
    text-align: center;
    border-radius: 16px;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

.menu_link i{
    font-size: 32px;
    min-width: 32px;
    color: #fafbfc;
    display: inline-block;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    text-shadow: -1px 1px 5px rgba(0, 0, 0, 0.15);
}
.menu_link_title{
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
}
.navbar{
    background-color: white!important;
}

.nav-admin-panel{
    font-weight: 600;
    display: block;
    background-color: white;
}

.table-responsive table.dataTable {
    border-collapse: collapse!important;
}

.table-responsive table.dataTable thead tr th{
    background-color:#f5f5f6;
    position: sticky;
    top: 0;
    z-index: 999;  
}

table.dataTable.no-footer {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.form-horizontal .form-group{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-control-static, .col-form-label{
    font-weight:bold!important;
}

#login_screen{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    
}

.login_main{
    background: white;
    padding: 70px 40px;
    border-radius: 10px;
    filter: drop-shadow(2px 4px 12px rgba(0,0,0,0.3));
}

#login_screen footer{
    margin-top:20px;
    filter: drop-shadow(2px 4px 12px rgba(0,0,0,0.3));
}

.login_main hr {
    /* visibility: hidden; */ 
    margin: 0 auto;
    margin-top: 40px;
    width: 20%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

#login_screen .submit_btn{
    filter: drop-shadow(0px 6px 8px rgba(0,0,0,0.3));
}

.company_logo_bg{
    height: 235px;
    width: 196px;
    background:white;
    position:relative;
    border:4px solid black;
}
.company_logo_bg > span{
    position:absolute;
    top:50%;
    left:54%;
    transform: translate(-50%,-50%);
    text-align: start;
}

.attachment_bg{
    height: 182px;
    width: 164px;
    background:white;
    position:relative;
    border:1px solid #ddd;
}
.attachment_bg > span{
    position:absolute;
    top:50%;
    left:54%;
    transform: translate(-50%,-50%);
    text-align: start;
}


.file_input_logo{
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor:pointer;
}

#company_logo_preview{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -o-object-fit:contain;
       object-fit:contain;
    cursor:pointer;
}


.member-avatar-tools{
    bottom: 0px;
    left: 0;
    position: absolute;
    padding: 10px 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(0,0,0,0.09);
}
.member-avatar-tools > a{
    width:50%;
    cursor:pointer;
}


.company_logo_tools_file_field > .file-input-avatar{
    position: absolute;
}

.company_logo_tools_file_field{
    position:relative;
    text-align:left;
}

label{
    color: black;
}

.form-group label{
    margin-top: 5px;
    margin-bottom: 0px;
   
}

.form-group input{
    margin-top: 1px;
    color: black;
}

.form-control, .single-line {
    border: 1px solid #000000;
    /* height: 2.4em; */
    width: 90%;
    color: #000000;
}

.input-group-prepend {
    margin-right: -1px;
    /* background-color: #ffffff;
    border: 1px solid #ffffff;
    align-items: center; */
    align-items: stretch;
}

.input-block .input-group {
    width: 90%;
}

.input-block .input-group .form-control,
.input-block .input-group .form-select {
    flex: 1 1 auto;
    width: auto !important;
    margin-right: 0px !important;
}

.input-group-append .btn{
    margin: 0px !important;
}

body {
    color: #123030;
}

.nav > li > a,.nav-admin-panel{
    font-weight: 100;
}

.form-control-static {
    font-weight: 100;
}

tr:hover .btn-default {
    color: #000000 !important;
}

.btn-default {
    border: 1px solid #000000;
}

.ibox-tools a {
    color: #000000 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff!important;
    border: 1px solid #000!important;
    border-radius: 0px!important;
    height: 34px!important;
    display: flex!important;
    padding-left: 3px!important;
    align-items: center!important;
    font-size: 15px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px!important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle!important;
}


/* Error Field */
.field_with_errors-x .help-block,
.field_with_errors-x .control-label,
.field_with_errors-x .radio,
.field_with_errors-x .checkbox,
.field_with_errors-x .radio-inline,
.field_with_errors-x .checkbox-inline,
.field_with_errors-x.radio label,
.field_with_errors-x.checkbox label,
.field_with_errors-x.radio-inline label,
.field_with_errors-x.checkbox-inline label {
  color: #e31a1a;
}

.help-block {
    color: #e31a1a; 
    margin-bottom: 0px;
    /*display: block;*/
}

.field_with_errors-x .form-control {
  border-color: #e74c3c;
}

.field_with_errors-x .form-control:focus {
  border-color: #e74c3c;
}

.field_with_errors-x .input-group-addon {
  color: #e31a1a;
  border-color: #e74c3c;
  background-color: #e31a1a;
}

.field_with_errors-x .form-control-feedback {
  color: #e31a1a;
}


.field_with_errors-x .selection > .select2-selection {
    border-color: #e74c3c !important;
}

.has-error, .has-error .form-control-static{
    color: #a94442;
}

.has-error .form-control, .has-error .chosen-container-single .chosen-single, .has-error .selection > .select2-selection{
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}


.navbar-top-links {
    text-align: left!important;
}

form[method=post].form-input-full-width .chosen-container, form[method=post].form-input-full-width .select2-container {
    width: 100%!important;
}

form[method=post].form-input-full-width .form-control:not(textarea), form[method=post].form-input-full-width .single-line{
    width: 100%!important;
}

form[method=post] .form-control:not(textarea), .single-line {
    /* display: table; */
    /* height: 2em; */
    height: 2.4em;
    /* width: 90%; */
    display: inline-block;
    margin-right: 10px;
}

 form[method=post] table .form-control:not(textarea), .single-line {
    display: block;
}
 
form[method=post] label.col-md-3, form[method=post] label.col-sm-3{
    padding-right: 5px;
    padding-left: 5px;
}

/* form[method=post] .chosen-container, form[method=post] .select2-container  {
    width: 90%!important;
} */

.input-group-addon.primary {
    background-color: #1ab394;
    border: 1px solid #1ab394;
    color: #fff;
    border-radius: 0px;
}

.datepicker.form-control:-moz-read-only {
    background-color: transparent;
}

.datepicker.form-control:read-only {
    background-color: transparent;
}

.bootgrid-header .trigger-filter-box {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
    align-content: flex-start;
}

.bootgrid-header .col-sm-4, .bootgrid-header .col-sm-6, .bootgrid-header .col-sm-8 {
    padding: 0px;
}

.bootgrid-footer .col-sm-6{
    padding: 0px;
}

.hidden{
    display: none !important;
}

.price-footer label{
    width: 100px;
    font-weight: bolder;
    margin: 0px !important;
}

.price-footer p{
    margin-bottom: 5px !important;
}

.select2-bootstrap4-prepend >
.select2-container > .selection > .select2-selection--single {
    border-radius: .25rem 0 0 .25rem !important;
}
.select2-bootstrap4-append >
.select2-container > .selection > .select2-selection--single {
    border-radius: 0 .25rem .25rem 0 !important;
}

.select2-container--bootstrap4 .select2-dropdown {
    z-index: 9999;
}

.ibox:not(:last-child){
    margin-bottom: 0px !important;
}

.input-group-text{
    font-size:0.9rem;
    height: calc(1.5em + 0.75rem + 2px);
}

.product-box {
    padding: 0;
    border: 1px solid #e7eaec;
}

.product-box {
    padding: 0;
    border: 1px solid #e7eaec;
}

.product-imitation {
    text-align: center;
    background-color: #f8f8f9;
    color: #bebec3;
    font-weight: 600;
}

.product-imitation > img {
	width: 100%;
	max-height: 379.61px;
}

.product-desc {
    padding: 20px;
    position: relative;
}

.product-price {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1ab394;
    padding: 6px 12px;
    position: absolute;
    top: -32px;
    right: 0;
}

.product-name {
    font-size: 16px;
    font-weight: 600;
    color: #676a6c;
    display: block;
    margin: 2px 0 5px 0;
}

.image-imitation > img {
	width: 100%;
    padding: 0;
}


/* Cart Quantity Form */
.shopping-cart .input-text{
    color: #666666;
    background: #f8f8f8;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 7px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
}

.count-input {
    position: relative;
    width: 100px;
    margin: 10px 10px;
}

.count-input .incr-btn:first-child {
    right: auto;
    left: 0;
}

.count-input .incr-btn {
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    font-size: 18px;
    color: #606060;
    font-weight: 300;
    text-align: center;
    line-height: 33px;
    text-decoration: none;
    top: 0;
    right: 0;
}

.count-input input {
    width: 100%;
    height: 36px;
    border: 2px solid #ededed;
    border-radius: 4px;
    background: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

p.quantity.count-input {
    position: relative;
    width: 90px;
    margin: 10px 10px;
}

p.quantity.count-input a {
	cursor: pointer;
}

p.quantity.count-input input {
    width: 100%;
    height: 33px;
    padding-left: 10px;
    border: 2px solid #ededed;
    border-radius: 4px;
    background: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

p.quantity.count-input .incr-btn {
    display: block;
    position: absolute;
    width: 33px;
    height: 30px;
    font-size: 18px;
    color: #606060;
    font-weight: 300;
    text-align: center;
    line-height: 33px;
    text-decoration: none;
    top: 0;
    right: 0;
}

p.quantity.count-input .incr-btn.plus {
    display: block;
    position: absolute;
    width: 33px;
    height: 33px;
    font-size: 18px;
    color: #606060;
    font-weight: 300;
    text-align: center;
    line-height: 34px;
    text-decoration: none;
    top: 0;
    right: 0;
}

#main_screen_body{
    /* background: #314755; */
    /* background: -webkit-linear-gradient(to right, #26a0da, rgb(50, 91, 117));  
    background: linear-gradient(to right, #26a0da, rgb(50, 91, 117)); */
    background-color: #f2f2f2;

}

#main_screen{
    margin-top:20px;
}

.main_screen_title{
    font-size:36px;
    font-weight:100;
    color:black;
    filter: drop-shadow(2px 3px 1px rgba(0,0,0,0.3));
}

 .main_screen_btn{
    color: white;
    width: 100%;
    height: 120px;
    background-color: rgba(0,0,0,0.3);
    filter: drop-shadow(2px 4px 12px rgba(0,0,0,0.3));
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* justify-content: center; */
    justify-content: start;
    font-weight: 100;
    margin:10px 0px;
    position: relative;
    transition: all 0.3s ease-in;
}

.main_screen_btn > .main_screen_content > .short-form{
    font-size: 34px;
    width: 100%;
    margin: 0;
    text-align: left;
    font-weight: bold;
}

.main_screen_btn > .main_screen_content > span{
    font-size: 14px;
    width: 100%;
    text-align: left;
}

.main_screen_btn:hover{
    color:white;
    filter: drop-shadow(2px 4px 12px rgba(0,0,0,0.5));
}

.main_screen_btn > .main_screen_icon{
    display: flex;
    background: white;
    padding: 5px 6px;
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 100px;
    right: 20px;
    align-items: center;
    /* filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.5)); */
}

.main_screen_btn > .main_screen_icon > img{
    width: 100%;
    height: 100%
}

.main_screen_btn > .main_screen_content{
    /* padding-bottom: 10px; */
    padding: 20px 20px;
    width: 75%;
}

.nav > li.nav-admin-panel > a, .nav-admin-panel {
    color:black;
    font-weight: bold;
}

.nav > li.nav-admin-panel:hover{
    cursor: pointer;
    background-color: #293846;
}

/* image */
.imagewrap {
    position: relative;
    width: 100%;
}

.imagewrap input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-delete-image {
    position: absolute;
    bottom: 10%;
    right: 10%;
}

.bottom-radius-0{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-thumbnail{
    position: relative;
    -o-object-fit: contain;
       object-fit: contain;
    background: black;
    width: 200px;
    height: 200px;
}
/* image */

td.single-line-td{
    white-space: nowrap !important;
    overflow: hidden !important;
}

.finish-part-color {
    background-color: #00b19d !important;
    color: #252932 !important;
}
.part-color {
    background-color: #6ce9ff !important;
    color: #252932 !important;
}
.sub-part-color {
    background-color: #fff !important;
    color: #252932 !important;
}
.label.sub-part-color {
    border: 1px #252932 solid;
}
.process-color {
    background-color: #d3d3d3 !important;
    color: #252932 !important;
}
.input-group-append select{
    /* height: 36px !important; */
}

td input.form-control {
    min-width: 60px !important;
}

td input[type="number"] {
    min-width: 80px !important;
}

td textarea {
    min-width: 80px !important;
}

td .chosen-container {
    min-width: 80px !important;
}

td .chosen-container input {
    min-width: 80px !important;
}

td select {
    min-width: 80px !important;
}

.nav-second-level li a {
    padding: 3px 10px 3px 60px;
    /* padding-left: 52px; */
    font-size: 14px;
    display: block;
    position: relative;
    color: #fff;
    line-height: 1.25;
}

.nav-item-link {
    padding: 8px 20px 8px 25px!important;
}

/* .select2-container--bootstrap4 .select2-selection--single {
    height: 2.4em!important;
} */

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: inherit!important;
    color: #757575;
    font-size: 12px;
    line-height: 2.25rem;
    /* font-style: italic; */
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    line-height: 1.5rem;
}

.select2-container--bootstrap4 .select2-selection {
    /* border-radius: 0; */
    border-color:black;
    display: flex;
    align-items: center;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    width: 100%;
    height: unset;
    padding-left: 8px;
    padding-right: 20px;
    padding-top: 2px;
    /* padding:2px; */
}

.input-group-addon {
    line-height: unset;
    padding: 0px 10px;
}

.icon.input-group-addon{
    padding: 3px 10px 0px 10px;
}


.btn{
    padding: 1px 6px;
    font-size: 1rem;
}

.chosen-container-single .chosen-single{
    padding: 0 5px;
    /* padding: 2px; */
}

.chosen-container-single .chosen-single span {
    margin-top: 2px;
    margin-top: 2px;
    color: #757575;
    font-size: 12px;
    /* font-style: italic; */
}

.chosen-container-single .chosen-single {
    border: 1px solid #000000;
    border-radius:0px;
}

.form-control::-moz-placeholder{
    font-size: 12px;
    /* font-style: italic; */
    padding:3px;
}

.form-control:-ms-input-placeholder{
    font-size: 12px;
    /* font-style: italic; */
    padding:3px;
}

.form-control::placeholder, .form-control{
    font-size: 12px;
    /* font-style: italic; */
    padding:3px;
}

.nav-third-level > li{
    padding-left: 20px;
}

select.form-control:not([size]):not([multiple]) {
    height: 2em;
    padding: 0 10px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px;
    font-size: 12px;
    vertical-align: middle;
}

.toggle-switch .ts-helper {
    height: 12px;
    margin-bottom:0;
}

.toggle-switch .ts-helper:before {
    width: 20px;
    height: 20px;

}

.ibox-content h1, .ibox-content h2, .ibox-content h3, .ibox-content h4, .ibox-content h5, .ibox-title h1, .ibox-title h2, .ibox-title h3, .ibox-title h4, .ibox-title h5 {
    margin: 0;
}

.ibox-title {
    padding: 8px 90px 8px 15px;
    min-height: inherit;
}

.ibox-tools {
    top: 8px;
}


.canvas-menu.mini-navbar .nav-second-level li a, .fixed-sidebar.mini-navbar .nav-second-level li a {
    padding: 4px 10px 4px 52px;
}

.btn-group .dropdown-menu .dropdown-item{
    color: #000 !important;
}

.form-group {
    margin-bottom: 1px;
}

label.form-control-static, label.col-form-label{
    /* text-align: end; */
    color: rgb(0, 0, 0);
}

.col-form-label{
    padding: 7px 15px;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 17px;
    font-weight: 600;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-heading {
    padding: 0px 10px 10px 10px;
}

.nav > li > .topbar-link {
    padding: 14px 20px 14px 25px;
}

body.fixed-nav #wrapper .navbar-static-side, body.fixed-nav #wrapper #page-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .form-control-static, .col-form-label{
        text-align: left!important;
    }
}

@media only screen and (max-width: 1200px){
    .main_screen_btn > .main_screen_content > .short-form {
        font-size: 25px;
    }
}

label.form-control{
    padding: 3px 1px;
    margin:0;
}

.uploader-widget{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.uploader-image{
    height: 140px;
    width: 110px;
    background: white;
    position: relative;
    border: 2px solid black;
    margin-right: 20px;
}

.uploader-image > img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.uploader-file-input{
    position: absolute;
    top:0;
    left:0;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor:pointer;
}


.production-table .large{
    font-size: 20px;
    font-weight: bold;
}

.production-table .middle{
    font-size: 16px;
    font-weight: bold;
}

.production-table td{
    padding: 2px !important;
    margin: 2px !important;
}

.production-table p{
    padding: 1px !important;
    margin: 1px !important;
}

.production-table tr:hover{
    background-color: rgb(228, 228, 228) !important;
}

div.form-horizontal .col-form-label {
    padding-bottom: 0;
}
div.form-horizontal .form-group{
    margin-bottom: 6px;
}

div.form-horizontal .form-group + .form-group{
    border-top: 1px solid #ececec;
    padding-top: 4px;
}

.select2-container--bootstrap4 .select2-selection--multiple {
    min-height: auto!important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    padding: 5px 3px;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    margin-top: 0; 
    margin-right: 0;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px; 
    padding: 0px 3px;
}

.chosen-container-multi .chosen-choices {
    border: 1px solid #000000;
    border-radius: 0px;
}

p, label{
    margin-bottom:5px;
}

.lightBoxGallery{
    text-align: left;
}

.lightBoxGallery img {
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
}

#model_list-header .form-group{
    display: inline-block;
}

.actionBar > .form-group{
    display: inline-block;
}

.dropdown-toggle::after{
    display: none;
}

/* input[type=number], input.onlyNumber, input.onlyDecimal{
    max-width: 100px !important;
} */

input.onlyDate{
    max-width: 100px !important;
}

.input-group input[type=number], .input-group input.onlyNumber, .input-group input.onlyDecimal{
    max-width: 100% !important;
}

li.active.tab{
    border-top: 2px solid #2f4050;
}

li.active.tab a{
    font-weight: 900;
}

/* .nav-tabs{
    background-color: #2f4050;
} */

.nav-tabs > li > a {
    color: #ffffff;
    font-weight: 600!important;
}

.chosen-container .chosen-drop{
    /* border-color: black; */
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    background: aliceblue;
}

.select2-results{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    background: aliceblue;
}

.chosen-container-single .chosen-search input[type="text"]{
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}



.dataTables_wrapper{
    padding-bottom: 0px;
}

.btn-disable{
    background-color: #bebebe!important;
    border-color: #bebebe;
    color: white!important;
}

div.btn-disable{
    background-color: transparent!important;
}

div.btn-disable:hover{
    background-color: transparent!important;
}

div.btn-disable.toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper{
    background-color: #bebebe!important;
    cursor: not-allowed!important;
}

div.btn-disable.toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper:before{
    background-color: #bebebe!important;
}


.btn-disable:hover, .btn-disable:active, .btn-disable:focus{
    background-color: #bebebe!important;
    border-color: #bebebe!important;
    cursor: not-allowed!important;
}

.user_profile_button{
    text-align: center;
    height: 35px;
    width: 35px;
    /*background-color: #2f4050;
    color: white;*/
    display: block;
    /* border-radius: 100px; */
    vertical-align: middle;
    position: relative;
    padding: 0!important; 
    min-height: unset!important;
    
}

.user_profile_button > span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 17px;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 18px solid #2f4050;
    position: absolute;
    top: -11px;
    right: 1px;
}

.user_action_content {
    background-color: #2f4050;
    top: 37px;
    right: 4px;
    padding: 15px 20px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    z-index: 2999;
    width: 316px;
}

.avatar-container{
    width: 100%;
    height: 100%;
    background-color: #999999;
    position: relative;
}

.avatar-container > i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: white;
    font-size: 40px;
}

.user_action_content a{
    color: white;
    font-size: 14px!important;
    font-weight: 100;

}

/* .chosen-container-single .chosen-search input[type="text"]:focus{
    border: 1px solid;
} */

label.text-success{
    color: #149414 !important;
}

label.form-control{
    background-color: #f3f3f4;
}

.preloading{
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/assets/Spinner-1.4s-217px.svg');
}

.preloading.active{
    width: unset;
    height: unset;
    background: none;
}

.nav-tabs .nav-link{
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.help-block.processing{
    background-image: url('/assets/Spinner-1.4s-217px.svg');
    background-size: contain;
    width: 20px;
    height: 20px;
    display:inline-block;
}

.help-block > object{
    width: 23px;
    height: 23px;
    display:inline-block;
}

/* .help-block > object > img{
    width: 100%;
    height: 100%;
} */
.row-border-bottom
{
    border-bottom: #000 2px solid;
}

.row-border-top
{
    border-top: #000 2px solid;
}

tbody > tr:hover td {
    background-color: rgb(184, 184, 184) !important;
    color: white !important;
}

tbody > tr:hover > td > div.icheckbox_square-green{
    background-color: white!important;
}

tbody > tr:hover > label{
    color: white!important;
}

tbody > tr:hover > td > select{
    color: black !important;
}

tbody > tr:hover input{
    color: black !important;
}

tbody > tr:hover textarea{
    color: black !important;
}

tbody > tr:hover > td > a:not(.btn){
    color: blue !important;
}

tbody > tr:hover > td > a:not(.btn):hover{
    color: blue !important;
}

.border-primary{
    border:  2px solid #1ab394 !important;
}

.border-success{
    border:  2px solid #1c84c6 !important;
}

tbody > tr:hover > td > a.link-danger:not(.btn){
    color: #ffc1c7 !important;
}

.link-danger{
    color: red;
}

tbody > tr:hover > td > a.link-success:not(.btn){
    color: #29ffd4 !important;
}

.link-success{
    color: green;
}

.pagination li.active span{
    background-color: #007bff !important;
    color: white;
}

.bootgrid-footer .pagination li.active a{
    background-color: #007bff !important;
    color: white;
}


td input.datetimepicker{
    min-width: 130px !important;
}

#qr-canvas {
    margin: auto;
    width: calc(100% - 20px);
    max-width: 400px;
}

.dashboard-widget2{
    width: 100%;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));
    margin: 15px 0px;
    padding: 30px 20px;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));
}

.dashboard-widget2-content{
    font-size: 48px;
    font-weight: bold;
}

.dashboard-widget{
    height: 100px;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
}

.production-dashboard-widget{
    height: 110px;
    width: 100%;
    padding: 10px;
}

.dashboard-title-container{
    padding: 10px;
    margin: 0px 10px;
    max-width: 300px;
    width: 300px;
    background: white;
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.2));
}
    
.dashboard-title-container > .dashboard-title{
    font-size: 24px;
    margin: 0;
}

.dashboard-title-border-black{border-left: 4px solid black;}
.dashboard-title-border-blue{border-left: 4px solid #4472C4;}
.dashboard-title-border-green{border-left: 4px solid #70AD47;}
.dashboard-title-border-orange{border-left: 4px solid #ED7D31;}
.dashboard-title-border-yellow{border-left: 4px solid #FFC000;}
.dashboard-title-border-red{border-left: 4px solid #fd634f;}
.dashboard-title-border-indigo{border-left: 4px solid#4b0082;}
.dashboard-title-border-purple{border-left: 4px solid#6a0dad;}
.dashboard-title-border-pink{border-left: 4px solid#d22f47;}
.dashboard-title-border-gray{border-left: 4px solid rgb(179, 179, 179);}

.dashboard-title-bg-blue{background-color: #4472C4; color: white;}
.dashboard-title-bg-green{background-color: #70AD47; color: white;}
.dashboard-title-bg-orange{background-color: #ED7D31; color: white;}
.dashboard-title-bg-yellow{background-color: #FFC000; color: black;}
.dashboard-title-bg-red{background-color: #fd634f; color: white;}
.dashboard-title-bg-indigo{background-color: #4b0082; color: white;}
.dashboard-title-bg-purple{background-color: #6a0dad; color: white;}
.dashboard-title-bg-pink{background-color: #d22f47; color: white;}
.dashboard-title-bg-gray{background-color: rgb(179, 179, 179); color: white;}

.datetimepicker-label{
    text-decoration: underline !important;
    color: #4472C4 !important;
}

td input.datetimepicker-input{
    min-width: 130px !important;
}

tr:hover .datetimepicker-label{
    color: white !important;
    text-decoration: underline !important;
}

.bootgrid tr:hover select{
    color: black;
}

.form-disable{
    pointer-events: none;
}

.m-l-1{
    margin-left: 1px;
}

.swal2-container{
    z-index: 9999;
}

.sticky-table {
    overflow-y: scroll;
    max-height: 600px;
}

.sticky-table > table > thead > tr > th {
    white-space: nowrap;
    position: sticky;
    top: 0;
    z-index: 999;
}

.table-sticky th{
    position: sticky;
    top: 0;
    z-index: 999;
    
}


.bootgrid-table th{
    position: sticky;
    top: 0;
    z-index: 999;
}

.bootgrid-header .select-box {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: auto;
    text-align: left;
}

.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
    background-color: rgb(173, 173, 173);
}

table th {
    position: sticky;
    top: 0; /* Don't forget this, required for the stickiness */
    z-index: 1;
    
  }

table td {
    word-break: break-all;
    overflow-x:auto;
}

.breadcrumb-bar{
    padding: 4px 5px 2px 10px;
    background-color: white;
    border-bottom: 1px solid #686b6d;
}


#content_header{
    background-color: white;
    border-bottom: 1px solid #686b6d;
}

.datepicker { 
    z-index: 2040;
} 

.modal .datepicker { 
    z-index: 2000 !important;
} 

.modal { 
    z-index: 9000 !important;
} 

#body_content{
    position: absolute;
    top: 60px;
    bottom: 70px;
    left: 0px;
    right: 0px;
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
    padding-left:10px;
}

#content_header{
    padding-bottom:10px;
    background-color: #FFF;
}

#right-panel {
   position:absolute;
   top:0; 
   bottom:80px;
   right:0px;
   width:50%;
   overflow-y: hidden;
   overflow-x: hidden;
   border:5px solid #757575;
   background-color: #fff;
   z-index: 2040;
}

#right-panel-content{
   position:inherit;
   top:30px;
   bottom:0;
   right:0;
   left:0;
   width:100%;
   overflow-y: auto;
   overflow-x: hidden;
   padding: 5px 10px 10px 10px;
}

#right-panel-header{
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 3px 10px;
}

#right-panel-title{
    padding-left:10px;
    font-size: 15px;
    font-weight:2px;
}

#body_content_popup{
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
}

body{
    overflow-y: hidden; 
    overflow-x: hidden;
}

#wrapper{
    overflow-y: hidden; 
    overflow-x: hidden;
}

.table-responsive-x{
    width:100%;
}

.table-responsive-x thead tr th{
   background-color: #e7eaec;
}

.table-responsive-x thead tr th a{
    
}


.table-item-list tfoot {
    position: sticky;
    bottom: 0;
    border-top: 2px solid #ccc;
    background-color: #ddd;
}


.fa-refresh:before {
    content: "\f021";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
  
.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.copy-right {
    padding:5px 25px; 
    overflow-y:hidden; 
    overflow-x:hidden;
}

.copy-right>*{
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}

.me-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.user-name {
    color: #ffffff;
    font-size: 15px;
    padding-right: 5px;
}

.user-menu {
    /* float: right;
    text-align: right;
    margin-left: auto;
    display: flex;
    position: relative; */
    margin: 0;
    z-index: 99;
    position: absolute;
    right: 20px;
    top: 0;
}

.user-menu.nav>li>a {
    /* color: #333; */
    color: #fff;
    font-size: 15px;
    line-height: 60px;
    height: 60px;
    padding: 0 10px;
}

.user-img {
    display: inline-block;
    position: relative;
}

.user-img img {
    width: 35px;
    border-radius: 50%;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.user-menu.nav>li.flag-nav a img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.user-img .status {
    border: 2px solid #ffffff;
    height: 10px;
    width: 10px;
    background-color: #55ce63;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 12px;
    border-radius: 50%;
    display: inline-block;
}

.user-menu.nav>li>a .badge {
    color: #fff;
    font-weight: 700;
    background-color: #7460ee;
    position: absolute;
    top: 6px;
    right: 3px;
}

.badge:empty {
    display: none;
}

.rounded-pill {
    --bs-border-radius-pill: 50rem;
    border-radius: var(--bs-border-radius-pill) !important;
}

.badge {
    --bs-border-radius: .375rem;
    --bs-badge-padding-x: .65em;
    --bs-badge-padding-y: .35em;
    --bs-badge-font-size: .75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}

.user-menu.nav>li>a i {
    font-size: 20px;
    line-height: 60px;
}

.user-menu.nav>li.flag-nav a {
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.account-title{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: left;
    color: #fff;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent
}

::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 2px
}

.logo {
    margin-top: 30px;
    text-align: center;
}

.card{
    border: 1px solid #ededed;
    opacity: 1;
    margin-bottom: 30px;
    box-shadow: 0 1px 1px #0003;
    border-radius: 10px !important;
}

.card-body {
    padding: 30px 25px 0;
}

/* id="apexcharts-css" */
@-webkit-keyframes opaque {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}
@keyframes opaque {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@-webkit-keyframes resizeanim {
  0%,to {
      opacity: 0
  }
}

@keyframes resizeanim {
  0%,to {
      opacity: 0
  }
}

.apexcharts-canvas {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none
}

.apexcharts-canvas ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px
}

.apexcharts-canvas ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(255,255,255,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5)
}

.apexcharts-inner {
  position: relative
}

.apexcharts-text tspan {
  font-family: inherit
}

.legend-mouseover-inactive {
  transition: .15s ease all;
  opacity: .2
}

.apexcharts-legend-text {
  padding-left: 15px;
  margin-left: -15px;
}

.apexcharts-series-collapsed {
  opacity: 0
}

.apexcharts-tooltip {
  border-radius: 5px;
  box-shadow: 2px 2px 6px -4px #999;
  cursor: default;
  font-size: 14px;
  left: 62px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  z-index: 12;
  transition: .15s ease all
}

.apexcharts-tooltip.apexcharts-active {
  opacity: 1;
  transition: .15s ease all
}

.apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid #e3e3e3;
  background: rgba(255,255,255,.96)
}

.apexcharts-tooltip.apexcharts-theme-dark {
  color: #fff;
  background: rgba(30,30,30,.8)
}

.apexcharts-tooltip * {
  font-family: inherit
}

.apexcharts-tooltip-title {
  padding: 6px;
  font-size: 15px;
  margin-bottom: 4px
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #eceff1;
  border-bottom: 1px solid #ddd
}

.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
  background: rgba(0,0,0,.7);
  border-bottom: 1px solid #333
}

.apexcharts-tooltip-text-goals-value,.apexcharts-tooltip-text-y-value,.apexcharts-tooltip-text-z-value {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600
}

.apexcharts-tooltip-text-goals-label:empty,.apexcharts-tooltip-text-goals-value:empty,.apexcharts-tooltip-text-y-label:empty,.apexcharts-tooltip-text-y-value:empty,.apexcharts-tooltip-text-z-value:empty,.apexcharts-tooltip-title:empty {
  display: none
}

.apexcharts-tooltip-text-goals-label,.apexcharts-tooltip-text-goals-value {
  padding: 6px 0 5px
}

.apexcharts-tooltip-goals-group,.apexcharts-tooltip-text-goals-label,.apexcharts-tooltip-text-goals-value {
  display: flex
}

.apexcharts-tooltip-text-goals-label:not(:empty),.apexcharts-tooltip-text-goals-value:not(:empty) {
  margin-top: -6px
}

.apexcharts-tooltip-marker {
  width: 12px;
  height: 12px;
  position: relative;
  top: 0;
  margin-right: 10px;
  border-radius: 50%
}

.apexcharts-tooltip-series-group {
  padding: 0 10px;
  display: none;
  text-align: left;
  justify-content: left;
  align-items: center
}

.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
  opacity: 1
}

.apexcharts-tooltip-series-group.apexcharts-active,.apexcharts-tooltip-series-group:last-child {
  padding-bottom: 4px
}

.apexcharts-tooltip-series-group-hidden {
  opacity: 0;
  height: 0;
  line-height: 0;
  padding: 0!important
}

.apexcharts-tooltip-y-group {
  padding: 6px 0 5px
}

.apexcharts-custom-tooltip,.apexcharts-tooltip-box {
  padding: 4px 8px
}

.apexcharts-tooltip-boxPlot {
  display: flex;
  flex-direction: column-reverse
}

.apexcharts-tooltip-box>div {
  margin: 4px 0
}

.apexcharts-tooltip-box span.value {
  font-weight: 700
}

.apexcharts-tooltip-rangebar {
  padding: 5px 8px
}

.apexcharts-tooltip-rangebar .category {
  font-weight: 600;
  color: #777
}

.apexcharts-tooltip-rangebar .series-name {
  font-weight: 700;
  display: block;
  margin-bottom: 5px
}

.apexcharts-xaxistooltip,.apexcharts-yaxistooltip {
  opacity: 0;
  pointer-events: none;
  color: #373d3f;
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  background: #eceff1;
  border: 1px solid #90a4ae
}

.apexcharts-xaxistooltip {
  padding: 9px 10px;
  transition: .15s ease all
}

.apexcharts-xaxistooltip.apexcharts-theme-dark {
  background: rgba(0,0,0,.7);
  border: 1px solid rgba(0,0,0,.5);
  color: #fff
}

.apexcharts-xaxistooltip:after,.apexcharts-xaxistooltip:before {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.apexcharts-xaxistooltip:after {
  border-color: transparent;
  border-width: 6px;
  margin-left: -6px
}

.apexcharts-xaxistooltip:before {
  border-color: transparent;
  border-width: 7px;
  margin-left: -7px
}

.apexcharts-xaxistooltip-bottom:after,.apexcharts-xaxistooltip-bottom:before {
  bottom: 100%
}

.apexcharts-xaxistooltip-top:after,.apexcharts-xaxistooltip-top:before {
  top: 100%
}

.apexcharts-xaxistooltip-bottom:after {
  border-bottom-color: #eceff1
}

.apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: #90a4ae
}

.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after,.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before {
  border-bottom-color: rgba(0,0,0,.5)
}

.apexcharts-xaxistooltip-top:after {
  border-top-color: #eceff1
}

.apexcharts-xaxistooltip-top:before {
  border-top-color: #90a4ae
}

.apexcharts-xaxistooltip-top.apexcharts-theme-dark:after,.apexcharts-xaxistooltip-top.apexcharts-theme-dark:before {
  border-top-color: rgba(0,0,0,.5)
}

.apexcharts-xaxistooltip.apexcharts-active {
  opacity: 1;
  transition: .15s ease all
}

.apexcharts-yaxistooltip {
  padding: 4px 10px
}

.apexcharts-yaxistooltip.apexcharts-theme-dark {
  background: rgba(0,0,0,.7);
  border: 1px solid rgba(0,0,0,.5);
  color: #fff
}

.apexcharts-yaxistooltip:after,.apexcharts-yaxistooltip:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.apexcharts-yaxistooltip:after {
  border-color: transparent;
  border-width: 6px;
  margin-top: -6px
}

.apexcharts-yaxistooltip:before {
  border-color: transparent;
  border-width: 7px;
  margin-top: -7px
}

.apexcharts-yaxistooltip-left:after,.apexcharts-yaxistooltip-left:before {
  left: 100%
}

.apexcharts-yaxistooltip-right:after,.apexcharts-yaxistooltip-right:before {
  right: 100%
}

.apexcharts-yaxistooltip-left:after {
  border-left-color: #eceff1
}

.apexcharts-yaxistooltip-left:before {
  border-left-color: #90a4ae
}

.apexcharts-yaxistooltip-left.apexcharts-theme-dark:after,.apexcharts-yaxistooltip-left.apexcharts-theme-dark:before {
  border-left-color: rgba(0,0,0,.5)
}

.apexcharts-yaxistooltip-right:after {
  border-right-color: #eceff1
}

.apexcharts-yaxistooltip-right:before {
  border-right-color: #90a4ae
}

.apexcharts-yaxistooltip-right.apexcharts-theme-dark:after,.apexcharts-yaxistooltip-right.apexcharts-theme-dark:before {
  border-right-color: rgba(0,0,0,.5)
}

.apexcharts-yaxistooltip.apexcharts-active {
  opacity: 1
}

.apexcharts-yaxistooltip-hidden {
  display: none
}

.apexcharts-xcrosshairs,.apexcharts-ycrosshairs {
  pointer-events: none;
  opacity: 0;
  transition: .15s ease all
}

.apexcharts-xcrosshairs.apexcharts-active,.apexcharts-ycrosshairs.apexcharts-active {
  opacity: 1;
  transition: .15s ease all
}

.apexcharts-ycrosshairs-hidden {
  opacity: 0
}

.apexcharts-selection-rect {
  cursor: move
}

.svg_select_boundingRect,.svg_select_points_rot {
  pointer-events: none;
  opacity: 0;
  visibility: hidden
}

.apexcharts-selection-rect+g .svg_select_boundingRect,.apexcharts-selection-rect+g .svg_select_points_rot {
  opacity: 0;
  visibility: hidden
}

.apexcharts-selection-rect+g .svg_select_points_l,.apexcharts-selection-rect+g .svg_select_points_r {
  cursor: ew-resize;
  opacity: 1;
  visibility: visible
}

.svg_select_points {
  fill: #efefef;
  stroke: #333;
  rx: 2
}

.apexcharts-svg.apexcharts-zoomable.hovering-zoom {
  cursor: crosshair
}

.apexcharts-svg.apexcharts-zoomable.hovering-pan {
  cursor: move
}

.apexcharts-menu-icon,.apexcharts-pan-icon,.apexcharts-reset-icon,.apexcharts-selection-icon,.apexcharts-toolbar-custom-icon,.apexcharts-zoom-icon,.apexcharts-zoomin-icon,.apexcharts-zoomout-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  color: #6e8192;
  text-align: center
}

.apexcharts-menu-icon svg,.apexcharts-reset-icon svg,.apexcharts-zoom-icon svg,.apexcharts-zoomin-icon svg,.apexcharts-zoomout-icon svg {
  fill: #6e8192
}

.apexcharts-selection-icon svg {
  fill: #444;
  transform: scale(.76)
}

.apexcharts-theme-dark .apexcharts-menu-icon svg,.apexcharts-theme-dark .apexcharts-pan-icon svg,.apexcharts-theme-dark .apexcharts-reset-icon svg,.apexcharts-theme-dark .apexcharts-selection-icon svg,.apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg,.apexcharts-theme-dark .apexcharts-zoom-icon svg,.apexcharts-theme-dark .apexcharts-zoomin-icon svg,.apexcharts-theme-dark .apexcharts-zoomout-icon svg {
  fill: #f3f4f5
}

.apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg,.apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg,.apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg {
  fill: #008ffb
}

.apexcharts-theme-light .apexcharts-menu-icon:hover svg,.apexcharts-theme-light .apexcharts-reset-icon:hover svg,.apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,.apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,.apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,.apexcharts-theme-light .apexcharts-zoomout-icon:hover svg {
  fill: #333
}

.apexcharts-menu-icon,.apexcharts-selection-icon {
  position: relative
}

.apexcharts-reset-icon {
  margin-left: 5px
}

.apexcharts-menu-icon,.apexcharts-reset-icon,.apexcharts-zoom-icon {
  transform: scale(.85)
}

.apexcharts-zoomin-icon,.apexcharts-zoomout-icon {
  transform: scale(.7)
}

.apexcharts-zoomout-icon {
  margin-right: 3px
}

.apexcharts-pan-icon {
  transform: scale(.62);
}

.nav-label {
    color: #ffffff;
}

.form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding-top: 100%/15;
    border: none;
    border-bottom: 1px solid #123030;
    border-radius: 0;
    color: #123030 !important;
    background: #fff;
    /* font-size: 100%/15; */
    font-size: 1rem;
    transition: .3s ease;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: transparent;
    color: inherit;
    padding: 4px;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
    margin-left: 3px;
}

.search {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

.topnav-dropdown-header {
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
}

.notifications .noti-content {
    height: 290px;
    width: 350px;
    overflow-y: auto;
    position: relative;
}

.topnav-dropdown-header .notification-title {
    color: #333;
    display: block;
    float: left;
    font-size: 14px;
}

.topnav-dropdown-footer {
    border-top: 1px solid #eeeeee;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
}

a {
    text-decoration: none;
    outline: none;
    color: #2bb9b7;
    cursor: pointer;
    transition: all .2s ease;
}

.topnav-dropdown-footer a {
    display: block;
    text-align: center;
    color: #333;
}

.dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: inherit;
    font-size: 14px;
    border-radius: 3px;
    transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs.nav-tabs-bottom li {
    margin-bottom: -1px;
}

.nav-justified>.nav-link, .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.nav-justified .nav-item, .nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.nav-tabs.nav-tabs-bottom li a.active {
    border-bottom-color: #eae1c4;
    background: transparent;
    border-radius: 0;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: 100%;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #000;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs.nav-tabs-bottom li a {
    border-width: 0 0 2px 0;
}

.nav-tabs li a.active {
    border-color: transparent;
    border-bottom-color: #eae1c4;
    background-color: transparent;
    transition: all .2s ease;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * 1px);
    border: 1px solid transparent;
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
}

.nav-tabs li a {
    color: #888;
    border-bottom-width: 2px;
}

.checkbox-input:checked + .checkbox-tile {
    background-color: #eae1c4;
    border-color: #eae1c4;
    box-shadow: 0 5px 10px #0000001a;
    color: #eae1c4;
}

.checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 7rem;
    border-radius: .5rem;
    border: 2px solid #c4bca1;
    background-color: #fff;
    box-shadow: 0 5px 10px #0000001a;
    transition: .15s ease;
    cursor: pointer;
    position: relative;
}

.checkbox-icon {
    transition: .375s ease;
    color: #494949;
    font-size: 20px;
    font-weight: 800;
}

.checkbox-label {
    color: #707070;
    transition: .375s ease;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}

.checkbox-wrapper {
    display: inline-block;
    width: 7rem;
    min-height: 7rem;
    position: relative;
}

.checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.checkbox-input:checked + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #9c9c9c;
    border-color: #eae1c4;
}

.checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #c4bca1;
    background-color: #fff;
    border-radius: 50%;
    top: .25rem;
    left: .25rem;
    opacity: 0;
    transform: scale(0);
    transition: .25s ease;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.custom-cols {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 100%;
    margin: 0;
    overflow-x: auto;
    min-width: 0;
}

.custom-col-item {
    flex: 0 0 auto;
    width: 7rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
}

.form-select {
    position: relative;
    width: 100%;
    font-size: inherit;
    font-family: inherit;
    background-color: #fff;
    border: 0px solid #adadad;
    border-radius: 10px;
}

.card-fill {
    border: 1px solid #ededed;
    border-radius: 10px !important;
    opacity: 1;
    margin-bottom: 30px;
    background-color: #123030;
    box-shadow: 0 1px 1px #0003;
}

.card-fill .card-body {
    flex: 1 1 auto;
}

.dashboard-form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding-top: 100%/15;
    padding-left: 10px;
    border: none;
    border-bottom: 1px solid #123030;
    border-radius: 10px;
    color: #123030 !important;
    background: #fff;
    font-size: 100%/15;
    transition: .3s ease;
}

.filter-btn {
    background-color: #eae1c4;
    border: 1px solid #eae1c4;
    color: #212529;
    font-weight: 500;
    width: 100%;
    min-height: 38px;
    font-size: 13px;
    border-radius: 10px;
}

.drop-container:hover, .drop-container.drag-active {
    background: #eee;
    border-color: #111;
}

.drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 20px;
    border-radius: 10px;
    border: 2px dashed #555;
    color: #444;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}

.input-block {
    /* margin-bottom: 1rem; */
}

input[type=file] {
    text-indent: -95px;
}

.drop-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 20px;
    border: 2px dashed #dbdade;
    border-radius: 10px;
    background-color: #f8f9fa;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
    overflow: hidden;
}

.drop-container:hover {
    background-color: #f1f1f1;
    border-color: #5a8dee;
}

.hidden-file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-content i {
    font-size: 40px;
    color: #5a8dee;
    margin-bottom: 10px;
}

.selection-card {
    cursor: pointer;
    border: 2px solid #e9ecef;
    transition: all 0.3s;
}

.selection-card:hover { border-color: #17a2b8; }
.selection-card.active {
    border-color: #17a2b8;
    background-color: #f8fdff;
    /* color: #17a2b8; */
    color: #fdf8f0;
}

@media only screen and (min-width: 900px) {
    .divider {
        border-right: 1px solid #000;
        height: 90%;
        top: 25%;
    }

    .divider-edge-left {
        border-radius: 10px 0px 0px 10px;
    }

    .divider-edge-right {
        border-radius: 0px 10px 10px 0px;
    }
}

.card {
    border: 1px solid #ededed;
    opacity: 1;
    margin-bottom: 30px;
    box-shadow: 0 1px 1px #0003;
}

.card {
    border-radius: 10px !important;
}

.navbar-carbon .nav-second-level li a {
    transition: all 0.2s ease-in-out;
    border-left: 3px solid transparent;
}

.navbar-carbon .metismenu li.submenu a:hover,
.navbar-carbon .metismenu li.submenu a:focus {
    color: #eae1c4 !important;
    filter: brightness(1.2);
    transition: filter 0.2s ease;
}

.navbar-carbon .nav-second-level li a:hover,
.navbar-carbon .nav-second-level li a:focus {
    color: #eae1c4 !important;
    text-decoration: none;
    outline: none;
    border-left: 3px solid #1ab394;
    padding-left: 42px;
}

.navbar-carbon .nav.nav-second-level li.active{
    background-color: #0e2626 !important;
}

.page-title-box {
    float: left;
    height: 60px;
    margin-bottom: 0;
    padding: 17px 20px;
    border-radius: 0;
}

.input-group.flex-nowrap .input-group-text,
.input-group.flex-nowrap .form-control {
    height: 38px;
    line-height: 1;
    padding-top: 6px;
    padding-bottom: 6px;
    box-sizing: border-box;
}

.kpi {
    padding: 10px 10px 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
}

.kpi .title {
    font-size: 12px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.86);
}

.kpi .value {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
}

.kpi .unit {
    font-size: 12px;
    opacity: .9;
    font-weight: 900;
    color: #ffffff;
}

.kpi .foot {
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.70);
    font-weight: 800;
}

.pill {
    padding: 1px 6px;
    border-radius: 999px;
    font-size: 8px;
    font-weight: 900;
}

.pill.up {
    background: rgba(255, 90, 95, 0.25);
    color: #ffd2d4;
    border: 1px solid rgba(255, 90, 95, 0.35);
}

.pill.down {
    background: rgba(38, 194, 129, 0.22);
    color: #bff6dd;
    border: 1px solid rgba(38, 194, 129, 0.35);
}

.bars-mini {
    margin-top: 8px;
    /* display: grid; */
    gap: 8px;
}

.mini {
    /* display: grid; */
    grid-template-columns: 1fr 90px;
    gap: 8px;
    align-items: center;
}

.mini-bar {
    height: 18px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.mini-bar > div {
    height: 100%;
    background: rgba(255, 255, 255, 0.45);
}

.mini-label {
    height: 18px;
    /* border-radius: 3px; */
    /* background: rgba(0, 0, 0, 0.20); */
    /* border: 1px solid rgba(255, 255, 255, 0.18); */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    font-weight: 900;
    font-size: 12px;
    color: #ffffff;
}

.mini-container {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.mini-bar-wrapper {
    position: relative;
    height: 22px;
    background-color: #ebebeb;
    border-radius: 4px;
    overflow: visible;
}

.mini-progress-fill {
    height: 100%;
    background-color: #2e7d32;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: width 0.8s ease;
    border-radius: 4px;
}

.progress-text-inner {
    color: white;
    font-size: 11px;
    padding-right: 8px;
    font-weight: bold;
    white-space: nowrap;
}

.progress-text-outer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
}

.filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.filters {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.filter {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(18, 48, 48, 0.12);
    background: linear-gradient(180deg, rgba(18, 48, 48, 0.04), rgba(18, 48, 48, 0.00));
}

.kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 16px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    gap: 18px;
}

.chart-card {
    border: 1px solid rgba(18, 48, 48, 0.10);
    border-radius: 14px;
    padding: 14px;
    background: #fff;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.chart-card h3 {
    font-size: 14px;
    font-weight: 950;
    color: #123030;
}

.chart-sub {
    font-size: 12px;
    color: rgba(18, 48, 48, 0.60);
    margin-top: -6px;
    margin-bottom: 2px;
}

.chart-wrap {
    flex: 1;
    border-top: 1px solid rgba(18, 48, 48, 0.10);
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    overflow: hidden;
    /* background: radial-gradient(1200px 380px at 30% 10%, rgba(92, 225, 230, 0.18), rgba(0, 0, 0, 0) 60%), radial-gradient(800px 320px at 90% 0%, rgba(246, 228, 150, 0.14), rgba(0, 0, 0, 0) 55%), linear-gradient(180deg, #0f2a2a, #123030); */
    background: radial-gradient(900px 260px at 20% 0%, rgba(92,225,230,0.16), rgba(255,255,255,0) 60%), linear-gradient(180deg, rgba(18,48,48,0.03), rgba(18,48,48,0.00)); border: 1px solid rgba(18, 48, 48, 0.10); border-radius: 14px; padding: 14px;
    box-shadow: inset 0 0 0 1px rgba(253, 248, 240, 0.10);
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
    background: rgba(92, 225, 230, 0.20);
    color: #123030;
    border: 1px solid rgba(92, 225, 230, 0.35);
}

.badge.down {
    background: rgba(246, 228, 150, 0.30);
    color: #123030;
    border: 1px solid rgba(246, 228, 150, 0.55);
}

.btn-switch{
    background-color: #eae1c4;
    border: 1px solid #eae1c4;
    color: #212529;
    font-weight: 500;
    min-width: auto;
    min-height: auto;
    font-size: 13px;
    border-radius: 10px;
    padding: 5px 10px;
}

.datepicker.dropdown-menu, 
.ui-datepicker {
    z-index: 9999 !important;
}

.chart-card .select2-container--bootstrap4 .select2-selection--single {
    height: 16px !important; 
    line-height: 16px !important;
    min-height: 16px !important;
    
    margin-top: -6px !important;
    margin-bottom: 2px !important;
    
    border: none !important; 
    background: transparent !important;
    display: flex !important;
    align-items: center !important;

    min-width: 180px !important;
}

.chart-card .select2-selection__rendered {
    line-height: 16px !important;
    font-size: 11px !important;
    padding-left: 4px !important;
    padding-right: 20px !important;
    color: inherit !important;
}

.chart-card .select2-selection__arrow {
    height: 16px !important;
    top: 0 !important;
}

.progress-bar {
    height: 100%;
    display: flex;
    align-items: self-start;
    justify-content: flex-end;
    padding-right: 5px;
    color: white;
    font-size: 11px;
    white-space: nowrap;
    transition: width 0.6s ease;
}
