.certificate-body {
    /*To overwrite the inline style writen when settings the url*/
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
}

.btn-primary {
  background-color: #949494;
  border-color: #949494;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.flags{
  height: 15px;
  width: 22px;
}

.icon{
  height: 40px;
}

.mini_icon{
  height: 20px;
}

.logo{
  height: 50px;
}

.dt-body-center{
  text-align: center;
}

.dt-body-right{
  text-align: right;
}

.map{
  width: 100%;
  height: 400px;
}

.cursor_pointer{
  cursor : pointer;
}

.logosMenu{
  height: 75px;
}

.hide {
  display: none !important;
}

.frmNoData {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.frmNoData__subtext {
  font-weight: 400;
}

.error {
  border-color: red;
}

.certificateError {
  font-size: 1rem;
}