@charset "utf-8";
/* Goliath Development Additions
	Date Created:		2/2/22
	Created by:		Angel Gonzalez
	Purpose: 			supplemental style additions
*/
.GDV-login-page {
	background: none;
	display:flex; 
	flex-direction:column; 
	justify-content:center;
	min-height:100vh;
}

.bg-cabernet {
  background-color: #552448 !important;
}

a.bg-cabernet:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #844273 !important;
}

.initialHide {
   display: none;
}

.min-inner {
   min-height: 113px !important;
}
.inactiveStar {
  color: #FFF3CF !important;
}
.rating {
  width: auto;
  float:left;
}

.rating__star {
   cursor: pointer;
   color: #dabd18b2;
}
.favIcon {
   color: grey;

}
.favIcon:hover {
   color:  rgb(243, 156, 18);	
}

.favIconActive {
   color:  rgb(243, 156, 18);
	
}
.point {
	cursor:  pointer;
}
#forgotPasswordDiv {
	display: none;
}
#createAccountDiv {
	display: none;
}
img.btn_close{
    float:right;
    margin:-35px -35px 0 0
}
.popup_block {
    display:none;
    background:#fff;
    padding: 20px;
    border: 10px solid #315ead;
    float:left;
    font-size:1.2em;
    position:relative;
    left: 100px;
    z-index:99999;
    -webkit-box-shadow:0 0 20px #000;
    -moz-box-shadow:0 0 20px #000;
    box-shadow:0 0 20px #000;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    overflow: scroll;
    max-height: 600px;
}

#fade{
    display:none;
    background:#000;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:.6;
    z-index:9999
}