@font-face {
    font-family: 'Assistant';
    font-style: normal;
    font-weight: 400;
    src: url(../assets/fonts/Assistant-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Assistant';
    font-style: bold;
    font-weight: 700;
    src: url(../assets/fonts/Assistant-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Assistant';
    font-style: normal;
    font-weight: 600;
    src: url(../assets/fonts/Assistant-SemiBold.ttf) format('truetype');
}

html, body {
    font-family: 'Assistant' !important;
    font-size: 16px;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.redmatch {
    /* background-color: white;
    padding: 5px; */
    direction: rtl;
}

.redmatch .social{
    font-size: x-large;
    padding: 0px;
    border-color:white;
}

.redmatch .social:hover{
    border-color:white;
    background-color:white;
}

.redmatch .social-facebook,.social-facebook:hover{
color: #3b5998;
}

.redmatch .social-linked-in,.social-linked-in:hover{
color: #0077b5;
}

label{
    display: inline;
    font-weight: 400;
}

@media(min-width: 992px)
{
    .redmatch .social{
        float: left;
    }
}


.display-none {
    display: none;
}