.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}
.logo-dark span{
    font-family: 'Oswald';
    font-weight: 900;
    color: #bf7b00;
    font-size: 20px;
}
.form-error-messages{
    list-style: none;
}
.form-error-messages li i{
    font-size: 16px;
}
.form-error-messages.error li i{
    color: red;
}
.form-error-messages.success li i{
    color: #00d300;
}
#form-errors, .form-error-messages{
    display: none;
}
.form-error-messages li{
    display: flex;
    align-items: center;
    gap: 5px;
}
.badge.label-table{
    color: #000;
}
.multiselect-block .ms-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 100%;
    grid-gap: 40px;
}
.multiselect-block .ms-container>*{
    width: 100% !IMPORTANT;
}
.user-role .badge{
    box-shadow: none;
    font-size: 14px;
}
.user-role .form-check{
    display: flex;
    align-items: center;
    gap: 5px;
}
.card-product__title{
    gap: 25px;
}
.card-product__title > i{
    font-size: 35px;
    color: #1abc9c;
}
.product-active-toggle > *{
    cursor: pointer;
}
.product-active-toggle[data-active="1"] .badge.is-active,
.product-active-toggle[data-active="0"] .badge.not-active{
    display: block;
}
.product-active-toggle[data-active="0"] .badge.is-active,
.product-active-toggle[data-active="1"] .badge.not-active{
    display: none;
}
.application-radio-field{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.create-application__card-product .card-body{
    border: 1px solid rgba(0,0,0,0.02);
    box-shadow: 0 0 10px rgba(0,0,0,0.02);
}
.create-application__card-product input{
    display: none;
}
.create-application__card-product label{
    cursor: pointer;
    transition: .2s ease;
}
.create-application__card-product label .product-choice>.is-active{
    display: none;
}
.create-application__card-product input:checked + label{
    background-color: #ababab17;
    box-shadow: 0 0 10px rgba(0,0,0,0.02) inset;
}
.create-application__card-product input:checked + label .product-choice>.is-active{
    display: inline-block;
}
.create-application__card-product input:checked + label .product-choice>.not-active{
    display: none;
}
.create-application__show-chart i{
    font-size: 25px;
    color: #1abc9c;
}
.create-application__products-fields_tab{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.create-application__products-fields_tab .btn{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    background-color: #fff;
    border: none;
    color: #1abc9c;
}
.create-application__products-fields_tab .btn span.btn-label{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.create-application__products-fields_tab .btn span.btn-label i:before{
    display: block;
}
.create-application__products-fields_tab .btn.btn-danger{
    color: red;
}
.create-application__products-fields_tab .btn-success,
.create-application__products-fields_tab.fields-filled .btn-danger{
    display: none;
}
.create-application__products-fields_tab.fields-filled .btn-success,
.create-application__products-fields_tab .btn-danger{
    display: flex;
}
.create-application__products-fields_tab{
    color: #000;
    background-color: #f7b84b;
}
.create-application__products-fields_tab.active{
    color: #000 !important;
    background-color: #f7b84b !important;
}
.create-application__products-fields_tab:not(.active){
    border: 1px solid rgba(0,0,0,0.07) !important;
}
.auth-fluid .auth-fluid-right {
    display: flex;
    align-items: center;
    justify-content: center;
}
.topbar-user-info{
    color: #a5a5a5;
}
.track-order-list ul li.completed:last-child {
    border-color: var(--ct-gray-300);
}