﻿@import url('./fonts.css');

.full-height{
  height: 100%;
}

.full-width-view{
  height: 100vh;
}
.to-show{
 display:none;
}

.bg-gray {
    background-color: #6f6f6f;
}

.navbar-full-height {
    height: 60px;
}

.text-purple {
    color: #780096;
}

.text-pink {
    color: #ff0082;
}

.text-gray {
    color: #6f6f6f;
}

.input-line {
    background-color: transparent;
    color: #6f6f6f;
    outline: none;
    outline-style: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #b5b5b6 1px;
    padding: 3px 10px;
    width: 100%;
}

.btn-pink {
    border: none;
    outline: none;
    padding: 8px;
    color: #fff;
    background-color: #ff0082;
    border-radius: 8px;
    min-width: 150px;
}

.btn-purple {
    border: none;
    outline: none;
    padding: 8px;
    color: #fff;
    background-color: #780096;
    border-radius: 8px;
    min-width: 150px;
}

.btn-red {
    border: none;
    outline: none;
    padding: 8px;
    color: #fff;
    background-color: #f44455;
    border-radius: 8px;
    min-width: 150px;
}

.btn-gray {
    border: none;
    outline: none;
    padding: 8px;
    color: #fff;
    background-color: #6f6f6f;
    border-radius: 8px;
    min-width: 150px;
}

button:hover {
    opacity: 0.8;
}

.font-light {
    font-family: 'NotoSansLight';
}

.font-regular {
    font-family: 'NotoSansRegular';
}

.font-medium {
    font-family: NotoSansMedium;
}

.font-bold {
    font-family: 'NotoSansBold';
}

.font-noto-sans-medium {
    font-family: NotoSansMedium;
}

.profile-container {
    display: flex;
    align-items: center;
    margin-top: 1px;
    color: #fff;
    cursor: pointer;
}

.profile-image-container {
    border-radius: 50%;
    object-fit: cover;
    width: 42px;
    height: 42px;
    margin-top: 7px;
}

span.field-validation-error.text-danger {
    float: left;
}

.btnFacebook{
    display:none !important;
}

.btnGoogle {
    display: none !important;
}
