.font-ubuntu{
    font-family: 'Ubuntu', sans-serif;
}
.font-inter{
    font-family: "Inter", sans-serif;
}

.color-dark-1{
    color: #282828;
}

.color-grey-1{
    color: #AFAFAF;
}

.color-grey-2{
    color: #969494;
}

.color-grey-3{
    color: #514F4F;
}

.color-green-1 {
    color: #096B3B !important;
}
.border-green-1{
    border: 1px solid #D9E9E1 !important;
}
.border-green-1:focus-visible{
    border: 1px solid #096B3B !important;
    outline: none;
}

.border-grey-1{
    border: 1px solid #D9DDE9 !important;
}

.border-grey-2{
    border: 1px solid #e7e7e7!important;
}

.color-blue-1{
    color: #A8C5DA;
}

.color-blue-2{
    color: #09306B;
}

a.color-grey-2:hover, button.color-grey-2:hover{
    color: #5a5a5a;
}

.bg-blue-1{
    background: #1E88E5 !important;
}
a.bg-blue-1:hover, button.bg-blue-1:hover{
    background: #1673c5 !important;
}

.bg-grey-1{
    background: #F0EEEE !important;
}

.bg-yellow-1{
    background: #FFEB3B !important;
}

a.bg-yellow-1:hover, button.bg-yellow-1:hover{
    background: #e7d635 !important;
}

.bg-orange-1{
    background: #FFB300 !important;
}

a.bg-orange-1:hover, button.bg-orange-1:hover{
    background: #db9a00 !important;
}

.bg-red-1{
    background: #E53935 !important;
}

a.bg-red-1:hover, button.bg-red-1:hover{
    background: #c52a28 !important;
}

.bg-green-1{
    background: #096B3B !important;
}

.disabled-green:disabled{
    background: #4c8d6d !important;
}

a.bg-green-1:hover, button.bg-green-1:hover{
    background: #044425 !important;
}

.bg-grey-2{
    background: #D9DDE9 !important;
}

a.bg-grey-2:hover, button.bg-grey-2:hover{
    background: #b1bbd8 !important;
}

.bg-green-2{
    background: #F6FBF7 !important;
}

.bg-green-3{
    background: #D9E9E1 !important;
}

.bg-green-4 {
    background: #8EDAB4;
}

.bg-green-5 {
    background: #3DA35D !important;
}

a.bg-green-5:hover, button.bg-green-5:hover{
    background: #23743c !important;
}

.bg-stat-1{
    background: #E3F5FF;
}
.bg-stat-2{
    background: #E5ECF6;
}
.bg-stat-3{
    background: #E3E4ff;
}

.my-shadow{
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
}

.my-shadow-1{
    box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.my-shadow-2{
    box-shadow: 0px 4px 4px 0px rgba(130, 134, 157, 0.08);
}

.ms-15-per{
    margin-left: 15%;
}

.w-10{
    width: 10%;
}
.w-5-important{
    width: 5% !important;
}

.w-15{
    width: 15%;
}
.w-30{
    width: 30%;
}

.w-40{
    width: 40%;
}

.w-95 {
    width: 95%;
}

.ls-1{
    letter-spacing: 3px;
}

.my-input{
    padding: 10px 20px;
    border-radius: 10px;
}

.my-input:focus-visible{
    outline: 1px solid #5a5a5a;
}

.my-input-1{
    padding: 3px 7px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #D7D7D7;
    outline: none;
}

.btn-clean{
    border: none;
    background: none;
}

.btn-border-green{
    border: 1px solid #096B3B;
    color: #096B3B;
}
.btn-border-green:hover{
    border: 1px solid #096B3B;
    color: white;
    background: #096B3B;
}

.hover-clean:hover{
    background: #eeeeee;
}

.show-password{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.h-100-vh{
    height: 100vh;
}

.sidebar-item{
    list-style: none;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 20px;
    padding: 10px 35px;
    color: #282828;
}
.sidebar-item.active, .sidebar-item:hover{
    background: #096B3B;
    color: white;
}

.has-notif{
    position: absolute;
    height: 10px;
    width: 10px;
    background: #096B3B;
    border-radius: 50%;
    top: 10px;
    right: 1px;
}

.welcome-text{
    width: fit-content;
}

.welcome-text>img{
    width: 30px;
    position: absolute;
    top: -5px;
    right: -35px;
}

.dashboard-filter-select{
    border: 1px solid white;
    padding: 5px 10px;
}
.dashboard-filter-select:focus-visible{
    border: 1px solid #5a5a5a;
    outline: none;
}
.dashboard-filter-select>option:hover,.dashboard-filter-select>option:checked{
    background-color: #096B3B;
}

.number-stat {
    display: flex;
    gap: 25px;
    align-items: center;
}

.chart-container{
    margin: 35px 0px;
    padding: 50px;
    border-radius: 20px;
    background: #F7F9FB;
}

.chart-size{
    width: 100%;
    height: 340px;
}

.canvasjs-chart-credit{
    display: none;
}

.legend-1::before{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: black;
}

.my-table {
    width: 100%;
}
.my-table thead{
    background: #F6FBF7;
    border: unset;
}
.my-table thead tr th{
    min-width: 200px;
    border-bottom: none !important;
    text-align: center !important;
}
.my-table thead tr th:first-child{
    min-width: 50px;
    border-bottom: none !important;
    text-align: center !important;
}

.my-table tbody tr td{
    border-bottom: 1px solid #F0EEEE !important;
}

.my-table tbody tr td:last-child{
    min-width: 250px;
}

.my-table tbody tr:last-child td{
    border-bottom: none !important;
}

.check-input {
    width: 20px;
    height: 20px;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #282828;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;

    font: normal normal normal 24px/1 "Material Design Icons";
    font-weight: 900;
    color: white;
    position: relative;
    border-radius: 10%;
}

.check-input:checked {
    background-color: #096B3B !important;
    border-color: #096B3B !important;
}

.check-input::before {
    content: "\F0E1E";
    font-size: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-input-text:focus-visible{
    outline: unset;
    border: 2px solid #999999;
}

.form-input-text{
    width: 100%;
    border: 2px solid #D7D7D7;
    border-radius: 12px;
    padding: 10px 15px;
}

.form-input-text:read-only{
    background: #f5f5f5;
}

.check-input-1 {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #282828;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;

    position: relative;
    border-radius: 50%;
}

.check-input-1:checked {
    background-color: #096B3B !important;
    border-color: #096B3B !important;
}

.check-input-1::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border:2px solid white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.project-form thead tr td {
    background: #F6FBF7;
    padding: 10px 5px;
    font-weight: bold;
}
.project-form tbody tr td {
    padding: 15px 5px;
}
.project-form tbody tr {
    border-bottom: 2px solid #F0EEEE;
}

.sortable-list{
    padding: 0px;
}
.sortable-list li{
    display: flex;
    align-items: center;
}
.sortable-list li::before {
    font: normal normal normal 24px/1 "Material Design Icons";
    content: "\F035C";
    padding-right: 15px;
}
.image-list{
    padding: 0px;
}
.image-list li{
    display: flex;
    align-items: center;
}

.gallery-input{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px dashed #D7D7D7;
    border-radius: 15px;
    padding: 50px 10px;
}
.image-input{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form-check-input:checked{
    background-color: #096B3B !important;
    border-color: #096B3B !important;
}

.form-check-input:focus{
    border-color: rgba(0,0,0,.25) !important;
    box-shadow: unset !important;
}

.action-column{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

.font-12 {
    font-size: 12px;
}

.border-2-grey{
    border: 2px solid #d7d7d7 !important;
}

.ellipsis-1-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}