@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;800;900&display=swap"); h1, h2, h3, h4, h5, h6 {
font-family: "Roboto", sans-serif;
}
body {
font-family: "Roboto", sans-serif;
}
.page-banner {
background: #0D0040;
color: white;
height: 280px;
display: flex;
align-items: center;
margin-bottom: 50px;
}
.page-banner h1 {
font-family: "Roboto";
font-weight: 500;
font-style: Medium;
font-size: 50px;
}
.title-css {
display: flex !important;
align-items: center;
flex-direction: row;
justify-content: space-between;
}
.title-css .date-publier {
color: #F70000 !important;
}
.global-css input, .global-css select {
height: 40px !important;
}
.global-css label{
font-family: 'Roboto' !important;
font-weight: 500 !important;
font-size: 16px !important;
}
.global-css input::placeholder{
color: #C9C9C9 !important;
font-family: 'Roboto' !important;
font-weight: 500 !important;
font-style: Regular;
font-size: 16px !important;
}
.global-css select::placeholder{
color: #C9C9C9 !important;
font-family: 'Roboto' !important;
font-weight: 400 !important;
font-style: Regular;
font-size: 16px !important;
}