a {
    color: #42454e;
}

a:hover {
    color: #42454e;
    text-decoration: none;
}

.logo-log img {
    width: 150px;
    margin-left: 125px;
    margin-right: auto;
    margin-bottom: 50px;
}

.logo-log {}

.error-msg {
    font-size: 12px;
    color: red;
}

.column-min-w-px {
    min-width: 150px !important
}

.bg-auth {
    position: absolute;
    width: 100%;
    height: 100%;
}


/*
 * The following styles are auto-applied to elements with
 * modal.
 */

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    /* width: 300px; */
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
    margin-top: 0;
    color: #43454e;
}

.modal-body {
    margin: 20px 0;
    max-height: 400px;
    /*     overflow: auto; */
    overflow-y: scroll;
}

.modal-default-button {
    float: right;
}


/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* last sync date time */

.last_sync {
    margin-bottom: 15px
}


/*datepicker*/

.table .vdp-datepicker__calendar {
    position: inherit !important;
}

.apexcharts-toolbar {
    display: none !important;
}

.card {
    border: none;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44)!important;
    box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44)!important;
/*    margin-bottom: 30px;*/
}

.color-green {
    color: #02c58d;
}

.color-blue {
    color: #566ce2;
}

.store-overview {
    margin-bottom: 25px;
    color: #393b44;
}

.uline-green {
    background-color: #02c58d;
    height: 4px;
    width: 100%;
    float: left;
}

.chart-holder-dash h3 {
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
}

.chart-holder-dash h3 a{
	
	 color: #383779;
}
.color-highlight-note {
    color: #f70202;
}

/*-------*/
.text-type2{
	
	margin-bottom: 20px;
	margin-top: 20px;
}
.text-type2 span{
	display: block;
    font-size: 20px;
    font-weight: bold;
    color: #4d4cac; 
	
}
.box-lab label{
	color: #4d4cac;
}
.table thead th{
	
	vertical-align: top;
}
.box-lab{
	background-color:#f5f5fb;
	color: #fff;
	border-radius: 5px;
	padding: 10px;
}

.change-password-ul li{
	
	line-height: 50px;
}

@media (max-width: 992px) {
	
.text-type2{
	
	margin-bottom: 10px;
	margin-top: 10px;
}

}

.disabled {
    opacity: .5;
    pointer-events: none;
}