@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');
}

@font-face {
    font-family: 'Assistant SemiBold';
    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: xx-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;
}

.redmatch .social.social-linked-in{
    margin-left: 0;
  }

  .social-icons {
    margin-top: 10px;
    float: left;
    padding-left: 0px;
}

.social-icons-mobile {
    display: none;
 }

label{
    display: inline;
    font-weight: 400;
}

@media(min-width: 992px)
{
    .redmatch .social{
        float: left;
    }
}


@media (max-width: 767px) {
    
    .social-icons-mobile {
        display: inline-block;
        padding-top: 35px;
    }

    .social-icons {
        display: none;
    }
}

.display-none {
    display: none;
}
