/* Website Body style  */

/*
    Button Primary color: #F72E52 
    Button Primary hover color : #F72E52 

*/

html, body {
    height: 100%;
    margin: 0; 
    padding: 0; 
}
#mainPage {
    background-image: url('../img/bg_cyberdatingclub.min.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#about h1{
    font-family: 'Pacifico', cursive;
}

.error-template {
    padding: 40px 15px;text-align: center;
}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }

.termsArticle, .privacyArticle, .termsBox h1, .privacyBox h1 {
    color: black;
}
#termsPage, #privacyPage {
    border-top: 1px solid #757575;
    border-bottom: 1px solid #757575;
}
.termsBox, .privacyBox{
    margin-top: 80px;
    margin-bottom: 80px;
}
.termsBox h1, .privacyBox h1 {
    margin-bottom: 50px;
}
.privacyArticle section{
    margin-bottom: 50px;
}
.privacyArticle h5, .termsArticle h5{
    margin-bottom: 20px;
}
.termsArticle h5 {
    margin-top: 20px;
}

.btn-primary {
    background: #F72E52;
    border-color: #F72E52;
}
.btn-primary:hover {
    background-color: #FF6183 !important;
    border-color: #FF6183;
}
.btn-primary:active {
    background-color: #FF6183 !important;
    border-color: #FF6183 !important;
}
.btn-primary:focus {
    background-color: #F72E52;
    border-color: #F72E52 ;
}
.btn-primary:visited {
    background-color: #F72E52;
    border-color: #F72E52;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(238 46 80 / 50%) !important;
}

.container {
    color: white;
}

img.logo {
    width: 300px;
}

.fill-height{
    position: relative;
    min-height: 100%;
    height:80vh;
}
h1 >span {
    color: #F72E52;
}

#about{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Georgia';
    color: rgb(255, 255, 255); 
    font-weight: bold
}
.centered-type {
    text-align: center;
    max-width: 650px;
    margin: 0 auto; 
}
.registerTodayBtn {
    margin-top: 550px;
}

/* Website Header style  */

header .navbar-brand{
    color: white;
}
  

/* Website Footer style  */

footer {
    
    background-color: white;
    
    position: relative;
    margin-top: 5%;
    height: 300px;
    clear:both;
    padding-top:20px;
}
footer p, #step-3 p, #contactMsg p{
    margin-bottom: 0px;
}

#successRegisterMsg{
    margin: 40px 20px 40px 20px;
}

.logoFooter{
    background-color: white;
    text-align: center;
}

footer >.container{
    margin-top: 4%;
}

#modalTitle{
    margin-top: 20px;
    font-family: 'Pacifico', cursive;
}

.modal{
    color:black;
}

.btn-xl {
    padding: 6px 60px;
    font-size: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
button.close {
    margin-right: 12px;
    font-size: 2.5rem;
}

.content {
    width: 341px;
    margin: auto;
    
}
.form-control {
    border: 0;
    
}

.hide {
    display: none;
}

.complete-bar {
    background-color: #F72E52;
}
.incomplete-bar {
    background-color: #c3c3c3;
}
.progress-bar {
    height: 2px;
    width: 1rem;
    border-radius: 50px;
    margin: 0 0.1rem;
}

.progress-bar-container {
    display: flex;
    justify-content: center;
}

.marge-top-xxs {
    margin-top: 5px;
}


.header-container .main-title {
    font-size: 20px;
    font-weight: bold;
}

.text-center {
    text-align: center !important;
}

.sign-up-field.gender {
    color: #757575;
}

.sign-up-field {
    padding: 3px;
}
.radio-container .radio-outer {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #c3c3c3;
    display: inline-block;
    position: relative;
    cursor: pointer;
    float: left;
    margin: 10px 10px 0;
}
.radio-container {
    line-height: 40px;
}
.radio-container .radio-selected  {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 4px;
}

.radio-selected {
   background-color: #F72E52;
   height: 10px;
   width: 10px;
   border-radius: 50%;
   display: inline-block;
   position: absolute;
   top: 4px;
   left: 4px;

}
.radio-inline-wrapper {
    line-height: 40px;
}

#register_gender {

    margin-left: 9px;
}

label.form-check-label {
    margin-left: 14px;
}
.form-check-input{
    margin-left: -0.50rem;
}

.fas.fa-chevron-left {
    color: #F72E52;
    margin-left: 8px;
    margin-top: 5px;
    font-size: 1.5rem;
}
.fas.fa-chevron-left:hover {
    cursor: pointer; 
}
form {
    margin-top: 30px;
}

input.form-control, select.form-control, #floatingTextarea2{
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
select.form-control {
    color: #757575;
}

/* Login Spinner Loader */

#loader {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1200;
}
  
.loading {
    border: 2px solid #ccc;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-top-color: #F72E52;
    border-left-color: #F72E52;
    animation: spin 1s infinite ease-in;
    z-index: 1200;

}
  
@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
}

#loadingFilter {
    position: fixed; 
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 1100;
}
.navbar-dark .navbar-text {
    color: white;
}

#floatingTextarea2 {
    height: 100px;
}

#loginMsg h5 {
    color: rgb(241, 128, 128);
}
  
#contactMsg h5, #step-3 h5 {
    color: #68D83F;
}

.footer-link {
    color: #757575;
    text-decoration: underline;
}
.navbar-dark .navbar-text a {
    color: white;
}
.footer-item{
    color: #757575;
    text-align: center;
}

.footer-link:hover, .navbar-dark .navbar-text a:hover  {
    color: #b3abab;
    text-decoration: underline;
}

.footer .flex-column {
    list-style: none;
}

.invalid-feedback {
    margin-left: 9px;
}
#errorMsg {
    color: black;
    text-align: center !important;
    margin-top: 20%;
}
.loginError {
    margin-top: 20px;
    margin-left: 90px;
    color: red;
}

#successContactMsg {
    margin-top: 40px;
    margin-bottom: 40px;
}