/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.auth-logo {
    width: 40% !important;
    margin-bottom: 4rem !important;
}

.menu-icon {
    float: left;
    width: 25px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}

.card-height {
    height: calc(100% - 2rem);
}

.dot {
    display: inline-block;
    border-radius: 50%;
    width: 0.7rem;
    height: 0.7rem;
}

.dot-success {
    background: #38c172;
}

.card-header-title {
    width: calc(100% - 46px);
}

.card-header-icon {
    width: 46px;
    height: 100%;
    vertical-align: top;
}

.dataTables_length,
.dataTables_info {
    padding-left: 15px;
}

.dataTables_filter,
.dataTables_paginate {
    padding-right: 15px;
}

fieldset {
    border: 1px solid #d9d9d9;
    padding: 1rem;
}

fieldset > legend {
    margin: 0;
    padding-right: 0.2rem;
    width: fit-content;
    font-size: 1.3rem;
}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;

    -moz-user-select: none;
    -webkit-user-select: none;
}
.rating-stars ul > li.star {
    display: inline-block;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
    font-size: 2.5em; /* Change the size of the stars */
    color: #ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
    color: #ffcc36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
    color: #ff912c;
}

.text-orange {
    color: #ff912c;
}

.fill-orange {
    fill: #ff912c;
}

.order-level {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
}

.order-level-critical {
    background: #f00;
}

.order-level-caution {
    background: #ff0;
}

.order-level-minimum {
    background-color: #0f0;
}
