.input-checkbox input + img{
    display: none;
}

.input-checkbox input:checked + img{
    display: inline-flex;
}

.hm-bg-light{
    background-color: #D9D9D93D !important;
    color: #49454F !important;
}

.hm-bg-white{
    background-color: #FFF !important;
    color: #49454F !important;
}

.hm-input{
    background-color: #fff !important;
    outline: 1px solid #E6E1E5 !important;
    border: none !important;
}

.hm-input:focus{
    outline: 2px solid #cfe2ff !important;
    border: none !important;
    box-shadow: none !important;
}

.hm-dropdown{
    position: relative;
}

.hm-dropdown .hm-dropdown-menu{
    display: none;
    overflow: hidden;
}

.hm-dropdown .hm-dropdown-menu ul,li{
    margin: 0 !important;
    padding: 0 !important;
}

.hm-dropdown.hm-hover .hm-dropdown-menu ul li:hover{
    background-color: #D9D9D93D;
    color: #49454F;
    cursor: pointer;
}

.hm-dropdown.hm-show .hm-dropdown-menu{
    display: block;
    position: absolute;
    z-index: 5;
    margin: 6px 0;
}

.hm-btn{
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hm-btn.hm-arrow::after{
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    transform: translateY(-50%) rotate(45deg);
    border: solid #666;
    border-width: 0 1px 1px 0;
    padding: 3px;
}

.hm-btn.hm-arrow.hm-open::after{
    content: "";
    position: relative;
    top: 4px;
    display: inline-block;
    transform: translateY(-50%) rotate(225deg);
    border: solid #666;
    border-width: 0 1px 1px 0;
    padding: 3px;
}

.hm-shadow{
    box-shadow: 0px 0px 7.4px 0px rgba(1, 92, 75, 0.27) !important;
}

.hm-shadow-sm{
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.hm-font-size-10{
    font-size: 10px !important;
}

.hm-font-size-12{
    font-size: 12px !important;
}

.hm-font-size-14{
    font-size: 14px !important;
}

.hm-font-size-16{
    font-size: 16px !important;
}

.hm-font-size-18{
    font-size: 18px !important;
}

.hm-font-weight-400{
    font-weight: 400 !important;
}

.hm-font-weight-500{
    font-weight: 500 !important;
}

.hm-font-weight-700{
    font-weight: 700 !important;
}

.hm-font-weight-900{
    font-weight: 900 !important;
}

.hm-text-dark{
    color: #343434 !important;
}

.hm-text-white{
    color: #fff !important;
}

.hm-text-muted{
    color: #949494 !important;
}

.hm-text-primary{
    color: #015C4B !important;
}

.hm-bg-primary{
    background-color: #015c4b !important;
}

.hm-bg-blue{
    background-color: #0d6efd !important;
}

.hm-bg-dark{
    background-color: #212529 !important;
}

.hm-bg-secondary{
    background-color: #6c757d !important;
}

.hm-bg-danger{
    background-color: #dc3545 !important;
}

.hm-bg-light-primary{
    background-color: #F7FAFA !important;
}

.hm-bg-gold{
    background-color: #D7AB58 !important;
}

.hm-bg-grey-white{
    background-color: #F3F3F3 !important;
}

.hm-bg-light-grey{
    background-color: #F9F9FA !important;
}

.hm-bg-grey{
    background-color: #9CA3AF !important;
}

.hm-round-x-small{
    border-radius: 5px !important;
}

.hm-round-small{
    border-radius: 10px !important;
}

.hm-round-normal{
    border-radius: 15px !important;
}

.hm-round{
    border-radius: 20px !important;
}

.hm-round-circle{
    border-radius: 60px !important;
}

.hm-border-secondary{
    border: 0.5px solid rgba(156, 163, 175, 1) !important;
}
