:root {
    --bs-body-bg: #f5f7fd;
    --bs-form-bg: #fff;
    --bs-border-color: #ced7e7;
    --bs-border-color-focus: #051945;
    --bs-border-radius: 2px;
    --bs-primary: #051945;
    --bs-light-rgb: 255, 255, 255;
}
h1 {
    font-size: 1.5em;
    color: #111;
    font-weight: 400;
    line-height: 1.29;
    border-bottom: rgb(206, 215, 231) 1px solid;
    padding-bottom: 9px;
    margin: 40px 0 20px;
}
h4 {
    font-size: 17px;
    font-weight: 400;
}
.num {
    display: inline-block;
    color: #c4c9d3;
    font-weight: 500;
    border: 1px solid #c4c9d3;
    border-radius: 50%;
    margin-right: 12px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
}
label {
    font-size: 14px;
}

.datepicker {
    padding: 10px;
}

.dropdown-menu {
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: #ced7e7;
    --bs-dropdown-border-radius: 4px;
    --bs-dropdown-font-size: 14px;
}
.form-control,
.form-select,
.btn {
    box-shadow: none !important;
}
.btn-primary {
    --bs-btn-bg: #051945;
    --bs-border-color: #051945;
    border-color: #051945;
}
.btn-primary:hover {
    background-color: #00226b;
}
.form-select:focus,
.form-control:focus {
    border-color: #051945;
    box-shadow: none;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #051945;
    box-shadow: none;
}
.navbar-toggler .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
}
.navbar-toggler.show .navbar-toggler-icon {
    width: .7em;
    height: .7em;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
dt {
    font-size: .9em;
    line-height: 1.2em;
    margin-bottom: .5rem;
}


.was-validated .form-control:valid, .form-control.is-valid{
    border-color:#ced7e7;
    background-image: none;
}
