@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: americanTypewriter;
    src: url('/fonts/American Typewriter Regular.ttf');
}

a {
    color: #17a2b8;
}

a:hover {
    color: #2D76B8;
}

h1 {
    font-family: americanTypewriter, 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 18px;
    }
}

.container {
    margin: 30px auto 30px auto;
}

.main-card,  .secondary-card {
    border: 0px;
    box-shadow: 0px 0px 10px #aaa;
}

.main-card .card-header {
    color: white;
    background-color: #C2A6E1;
}

.main-card .card-header h4 {
    font-family: americanTypewriter, 'Poppins', Helvetica, Arial, Lucida, sans-serif;
}

.secondary-card .card-header {
    font-family: americanTypewriter, 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    background-color: #d9d6db;
}

.form-info {
    font-size: 14px;
    white-space: nowrap;
    background-color: #8959A8;
    padding: 3px 10px;
    border-radius: 50px;
    color: white;
    top: -30px;
    position: relative;
}

.form-group > label {
    font-weight: 700;
}

.form-group > .col-form-label {
    font-weight: 700;
}

.optionsMenuBar {
    position: relative;float: right; padding: 0;
}

.page-content {
    background-color: white;
    box-shadow: 0px 0px 8px 4px #888888;
}

.content-section {
    width: 100%;
    border: 1px;
    border-radius: 0px;
}


#navbar-logo {
    width: 106px;
    overflow: visible;
}

.navbar-custom {
    background-color: #f5f5f5;
}

.custom-toggler.navbar-toggler {
    border-color: #c55eb1;
}
/* Setting the stroke to green using rgb values (0, 128, 0) */

.custom-toggler .navbar-toggler-icon {
    background-image: url(
    "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(199, 121, 205, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-custom .nav-link
{
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: #C2A6E1;
    font-size: 18px;
    transition: all .4s ease-in-out;
}

.navbar-custom .nav-item {
    padding: 0px 15px;
    text-align: center;
    transition: all .4s ease-in-out;
    border-bottom: 4px solid transparent;
}

.navbar-custom .nav-item:hover
{
    border-bottom: 4px solid #c55eb1;
}

.navbar-custom .dropdown-menu {
    text-align: center;
    border-radius: 0px;
    border-top: 4px solid #c55eb1;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    min-width: fit-content;
}


.footer {
    padding: 50px;
    background-color: #f5f5f5;
}

.footer-social {
    padding-bottom: 30px;
}

.social-icon {
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    transition: all .4s ease-in-out;
}

.social-icon:hover {
    filter:contrast(130%);
}

.social-icon img {
    width: 130px;
}

#eu-flag{
    width: 120px;
    margin-bottom: 20px;
}
#heal-logo{
    width: 160px;
    margin-bottom: 20px;
}

.register-link {
    border: 3px solid #17a2b8;
    box-shadow: 5px 10px 18px #888888;
    color: #17a2b8;
    font-family: americanTypewriter, 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    margin:20px 0px;
    padding: 40px 0px;
    transition: all .4s ease-in-out;
    width: 18rem;

}

.register-link:hover {
    text-decoration: none;
    background-color: #17a2b8;
    color: white;
}

.register-link h5{
    font-size: 24px;
}

.custom-button {
    width: fit-content;
    background-color: #17a2b8;
    color: white;
    display: block;
    margin: 0px auto 0px auto;
    font-size: 20px;
    border: 3px solid white;
    transition: all .4s ease-in-out;
    padding: 10px 40px;
    border-radius: 20px;
}

.custom-button:hover {
    background-color: white;
    color: #17a2b8;
    border: 3px solid #17a2b8;
    text-decoration: none;
}

.job-offer-card {
    margin: 10px 0px;
}

.matchInfo {
    background-color: #8959A8;
    border: 1px solid lightgrey;
    border-radius: 20px;
    padding: 10px;
    color: white;
    float: right;
    margin-bottom: 10px;
}

.matchInfo a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
    transition: all .4s ease-in-out;
}


@media screen and (min-width: 768px) {
    .matchInfo {
        position: absolute;
        top: -25px;
        right: -25px;
    }
}

.form-info {
    font-size: 14px;
    white-space: nowrap;
    background-color: #8959A8;
    padding: 3px 10px;
    border-radius: 50px;
    color: white;
    top: -30px;
    position: relative;
}

.message {
    margin: 5px 15px;
    border: 2px solid lightgrey;
    width: 100%;
    border-radius: 20px;
    padding: 10px;
}

.messageTime {
    display: block;
    font-size: 12px;
    color: grey;
}

.element {
    padding: 30px;
    border: 2px solid #ccc;
    border-radius: 20px;
    margin: 10px 20px;
    box-shadow: 0px 0px 10px #ddd;
    background-color: white;
}