.fade
{
	    background: rgba(0, 0, 0, 0.35);
}
.black-text
{
	color:black;
}


.expireHeaderAdjust
{
	padding:10px;
}

.bigFont
{
	font-size: 39px;
}


.outline
{
	border:solid 1px black;
}



.codeBox
{
	    background: #c9fa07;
    width: 40%;
    font-size: 23px;
    text-align: center;
    border: dashed 2px black;
	font-weight:600;
    color:black;	
}


.code
{
       margin-left: 113px;
	

}
.get-code
{
	
    margin-top: -48px;
    margin-left: 10px;	
}
.code-back
{
	z-index:-1;
	
}
.code-hover
{

    -webkit-transition: all .2s linear;
    transition: all .2s linear;

position:relative;	
}
.code-hover:hover
{	
margin-left:-100px;	
}

.intro-paragraph
{
	background-color: white;
    padding: 16px;
	margin-top: 24px;
	
}

.views
{
	font-size:24px;
	text-align:center-left;
	
}
.eye
{
	margin-top: -10px;
	height: 25px;
}
.percent_label
{
	
font-size: large;	
}

.blog
{
	background-color: whitesmoke;
	background-repeat:no-repeat;
	}

.image-adjust
{
	    margin-left: 17%;
}

.search_response
{
	

    background-color: white;
    position: absolute;
    max-width: auto;
    margin-top: 2px;
    width: 100%;
    padding: 4px;
    box-shadow: 3px 10px 24px -17px black;
    margin-left: 0px;
	z-index: 10000;

}
.list-adjust
{
	    margin-top: 18px;

	
}
.offer-description
{
	margin-top: 24px;
    margin-left: auto;
    font-size: 17px;
}
	
.coupon-image
{

	width:200px;
}

.coupon-image-button
{
	margin-left: 38%;
	
}
.loader {
	border: 7px solid #f3f3f3;
    border-top: 7px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
 .point {
    color: #5a5a5a;
    text-align: justify;
	line-height: 2em;
}

.intro {
    font-size: 4em;
    float: left;
    margin-top: -5px;
    color: black;
	margin-left:-2px;
}

/*--------------------------------------- [ Custom-Cookies ] ----------------------------------------*/

.cookie-alert {
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 320px;
  margin: 10px;
  z-index: 999;
  opacity: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  border:2px solid #eee;
  background:white;
  padding:1.5rem;
  border-radius:1rem;
  
}
.cookie-alert > .card-body > .btn-toolbar{
    float:right;
}   

.cookie-alert.show_cookie {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}
                            
 /*-------------------Custum Subs POPUP --------------------*/

#CustomModalSubs  .modal-content , .CustomModalSubsbg{
    background-color: #ffa32d;
}

#CustomModalSubs  .modal-content{
    padding: 20px !important;
    border:none!important;
    border-radius:2rem;
}

#CustomModalSubs  .modal-content .p-1{
    padding: .5rem;
    border-radius: 50rem;
    width: fit-content;
    margin: 1.5rem auto;
    font-size:16px;
    display:flex;
    background-color: #fff;
}

#CustomModalSubs  .modal-content .p-1 > input{
    border-radius: 50rem;
    padding-left:.5rem;
    border:0;
    outline:none;
    color:#000;
    width: 100%;
}

#CustomModalSubs  .modal-content > .CustomModalSubs-header{
    height: 32px;
}
#CustomModalSubs  .modal-content > .CustomModalSubs-header > .close{
    margin: .25rem;
    margin-right:.5rem;
    outline: none;
}

#CustomModalSubs  .modal-content .p-1 > .CustomModalSubsbg{
    border-radius: 50rem;
    padding:.7rem;
    font-weight:700;
    cursor:pointer;
} 

#CustomModalSubs > .modal-dialog-centered{
    top:27%;
}  

/*-------------------Impressum --------------------*/

.impressum{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.impressum > .row{
    display:flex;
    flex-wrap:wrap;
}

.impressum > .py-4 > .my-auto{
    margin:auto;
}

.impressum .d-flex{
    display: flex;
    gap: 10px;
}

.impressum  input, textarea{
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: .3rem;
}

.impressum > .row >.col-md-8{
    padding-bottom: 1.5rem ;
}

.impressum > .row >.col-md-3 {
    margin:auto;
}

.impressum > .row >.col-md-3> .flex-column{
    display:flex;
    flex-direction: column;
}
            
.impressum_sub_btn{
    width: 100%;
    margin:0 auto;
    padding: 10px !important;
    font-size: 1.5rem !important;
    border-radius: 8px !important;
}
