.required:after {
  content: " *";
  color: red;
}

.select2-container .select2-selection--single {
  height: 38px !important;
}

.alert-block.message {
  z-index: 99999;
}

.none {
  display: none !important;
}

input.disabled,
select.disabled {
  pointer-events: none !important;
  background: #fdf9f9 !important;
}

.select2-container {
  width: 100% !important;
}

select.form-control[multiple] {
  height: calc(1.5em + 0.75rem + 2px);
}

.flex-container {
  display: flex;
  align-items: center;
}

.justify-content-between{
  justify-content: space-between;
}

.add-fav-container {
  margin-bottom: 40px;
}

#common-modal .modal-dialog{
  max-width: 700px;
}

#common-modal .modal-header, #common-modal .modal-body {
  padding: 1rem 2rem;
}

#common-modal .modal-body {
  padding: 2rem 2rem;
}
.modal-content{
  border-radius: 1rem;
}

.btn-close{
  background: none;
}

.menu-flags ul{
  min-width: 85px;
}

.menu-flags span{
  font-weight: bold;
}

.select2-selection{
  text-align: left;
}

.logo svg{
  height: 70px;
  width: 100%;
}