/*------------------------------------------------------------------
 [Master Stylesheet]

  Project:	Star Admin Free 
  Version:	3.5
-------------------------------------------------------------------*/

.font-weight-semibold {
    font-weight: 600;
}

.text-primary {
    color: #f6b620!important;
    font-size: 15px;
}

.card-title {
    font-size: 18px;
    margin-bottom: 0rem;
}

.card-title2 {
    font-size: 15px;
    margin-bottom: 0rem;
}

.wrapper2 {
    overflow: hidden;
    height: 100px;
    width: 108px;
    margin-top: -1.5rem !important;
}

.text-transparent {
    opacity: 0.6;
}

.text-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.img-sm {
    width: 43px;
    min-width: 43px;
    height: 43px;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}


/* === Core Styles === */


/* Utilities */

.grid-margin {
    margin-bottom: 25px;
}

.stretch-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}

.stretch-card>.card {
    width: 100%;
    min-width: 100%;
}


/*-------------------------------------------------------------------*/


/* === Plugin overrides === */

#chartjs-tooltip {
    background: white;
    border-radius: 4px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

#chartjs-tooltip table tr th {
    color: #6c757d;
}

#chartjs-tooltip table tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#chartjs-tooltip table tr td:first-letter {
    text-transform: uppercase;
}

#chartjs-tooltip table tr td span {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 100px;
    margin-right: 7px;
    color: #212529;
}

.chartjs-legend ul {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.chartjs-legend ul li {
    margin-right: 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    color: #6c757d;
}

.chartjs-legend ul li span {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-right: 10px;
    display: inline-block;
    font-size: 0.875rem;
}

.rtl .chartjs-legend ul {
    padding-right: 0;
}

.rtl .chartjs-legend ul li {
    margin-right: 0;
    margin-left: 8%;
}

.rtl .chartjs-legend ul li span {
    margin-right: 0;
    margin-left: 1rem;
}


/*-------------------------------------------------------------------*/