@font-face {
    font-family: 'Poppins';
    src: url('/assets/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PoppinsBold';
    src: url('/assets/fonts/Poppins-Bold.ttf') format('truetype');
	font-weight: bold;
    font-style: normal;
}
body {
    font-family: 'Poppins'!important;
}
h2 {
    font-family: 'PoppinsBold';
    font-size: 24px!important;
    color: #323232;
	margin-bottom: -10px!important;
}
label {
    font-size: 16px;
    line-height: 24px;
    color: #323232;
	display: block;
	margin-bottom: 3px;
}
div.input-form > input {
    height: 40px;
    width: 400px;
    background-color: #ffffff;
    border: 2px solid #25B07F;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
}
label.form-check-label {
    line-height: 29px;
}
div.form-check input {
    border: 2px solid #25B07F!important;
    width: 18px!important;
    height: 18px!important;
}
.select-label {
    width: 400px!important;
    height: 40px!important;
    background-color: #ffffff;
    border: 2px solid #25B07F!important;
    border-radius: 5px!important;
    -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%)!important;
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1)!important;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%)!important;
}
.select-dropdown {
    width: 400px!important;
}
li.dropdown-option {
    line-height: 29px!important;
    font-size: 16px!important;
    color: #323232!important;
}
li.dropdown-option.selected:nth-child(1) {
    display: none;
}
li.dropdown-option.selected {
    background-color: #dedede!important;
}
input.btn.btn-primary {
    background-color: #25B07F!important;
    width: 190px;
    height: 40px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins';
	margin-right: 20px;
}

.litepicker .container__days .day-item.is-start-date, .litepicker .container__days .day-item.is-start-date:hover, .litepicker .container__days .day-item.is-end-date, .litepicker .container__days .day-item.is-end-date:hover {
    background-color: #25B07F!important;
}
.litepicker .container__footer .button-apply {
    background-color: #25B07F!important;
}
.btn-outline-primary {
    border-color: #25B07F!important;
    border-width: 2px;
    color: #25B07F!important;
    font-weight: 800;
}