:root {
  --primary: #0066CC !important;
}

body {
  font-family: "Titillium Web", sans-serif !important;
  background-color: #f4f4f4 !important;
}

.dropdown-lang {
    position: relative;
    display: inline-block;
    font-weight: bold;
    color: #0066CC;
    cursor: pointer;
    margin-right: 40px;
}

.dropdown-lang select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: none;
    font-size: inherit;
    font-weight: inherit;
    color: #0066CC;
    cursor: pointer;
    padding-right: 25px;
}

.dropdown-lang select:focus {
    outline: none;
}

.dropdown-lang select option {
    background: #f8f9fa;
    color: #0066CC;
    padding: 10px;
    border: none;
}

.dropdown-lang select option:hover {
    background: #dceeff;
}

.dropdown-lang:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 40%;
    width: 10px;
    height: 10px;
    border: solid #0066CC;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg) translateY(-50%);
    pointer-events: none;
    color: #0066CC;
}

.mdc-elevation--z4 {
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0,0,0,.12);
}

.mdc-top-app-bar__row {
	display: flex;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 64px;
}

.mdc-drawer-app-content.mdc-top-app-bar--fixed-adjust.d-flex.justify-content-center {
  background-color: #F6F8FB;
}

.mdc-top-app-bar--fixed-adjust {
  padding-top: 64px;
}

.formcard {
  box-shadow: 0px 2px 12px -1px rgba(0, 0, 0, 0.2), 0px 5px 10px 0px rgba(0, 0, 0, 0.14), 0px 10px 20px 3px rgba(0, 0, 0, .12);
  border-radius: 0.5rem;
  margin-bottom: 15px;
  padding: 0px !important;
  background-color: #fff;
  width: 876px;
}

.btn-radius {
    border-radius: 0.5rem !important;
}

.form-group input{
    height: 50px;
}

footer {
    background-color: #042356
}

.btn-primary {
    background-color: #0066CC !important;
}

.btn-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0rem 0.5rem 0.5rem 0rem
}

.input-group-btn {
    z-index: 99
}

.footer-img-footer {
  max-height: 51px;
  width: auto;
}

.k-datepicker {
  display: flex;
  align-items: center;
  height: 50px;
}

.wrapper .content-wrapper {
	min-height: calc(100vh - calc(4rem) - calc(10rem + 3px)) !important;
}

.checkmark_ok {
    margin: 5% auto !important;
}
