/* 
========================================================================
######     ###    ##   ##  ##   ##  ######    #####    #####    ####     ######   ######  ##   ##    #####           ######    ##      
##   ##   ## ##   ###  ##  ##  ##   ##   ##  ##   ##  ##   ##  ##  ##      ##       ##    ###  ##   ##               ##   ##   ##      
##   ##  ##   ##  #### ##  ## ##    ##   ##  ##   ##  ##   ##  ##          ##       ##    #### ##  ##                ##   ##   ##      
##  ##   ##   ##  #######  ####     ######   ##   ##  ##   ##   #####      ##       ##    #######  ##  ###           ##   ##   ##      
#####    #######  ## ####  #####    ##   ##  ##   ##  ##   ##       ##     ##       ##    ## ####  ##   ##           ######    ##      
## ###   ##   ##  ##  ###  ## ###   ##   ##  ##   ##  ##   ##  ##   ##     ##       ##    ##  ###   ##  ##    ##     ##        ##      
##  ###  ##   ##  ##   ##  ##  ###  ######    #####    #####    #####      ##     ######  ##   ##    #####    ##     ##        ###### 

Copyright © Rankboosting.pl 
========================================================================
*/

/*
========================================================================
# 1 - Calculator styles
------------------------------------------------------------------------
*/	

.calculator-div {
	padding-top: 10px;
}

.select-rank {
	border: 1px solid #0aabe1;
	height: 40px;
	width: 290px;
	color: #0aabe1;
	background-color: rgba(2, 14, 20, 0);
	padding-left: 5px;
	border-top-right-radius: 1.2em;
    border-bottom-left-radius: 1.2em;
}

.select-rank:focus {
	outline: none;
}

.promo-code {
	border: 1px solid #0aabe1;
	padding-left: 10px;
	background-color: rgba(2, 14, 20, 0);
	height: 40px;
	width: 290px;
	border-top-right-radius: 1.2em;
    border-bottom-left-radius: 1.2em;
}

.promo-code:focus {
	outline: none;
}

.price-box {
	border-top-right-radius: 1.2em;
    border-bottom-left-radius: 1.2em;
    background-color: #021017;
    height: 55px;
    width: 190px;
	margin: auto;
	font-size: 33px;
	color: #00a7dd;
	font-family: Raleway,sans-serif;
    font-weight: 300;
	border: 1px solid #021017;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.price-box:hover {
	background-color: #021e2c;
	color: #00a7dd; 
	border: 1px solid #0aabe1;
}

.boosting-cost {
	color: #004c6d;
	margin-top: 20px;
    font-size: 18px;
    margin-bottom: 5px;
	font-weight: normal;
}

.g2a-pay {
	padding-top: 30px;
}

.pay-button {
	font-family: Raleway,sans-serif;
	color: #0aabe1;
    background: transparent;
    border: 1px solid #0aabe1;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 8px 30px;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.pay-button:hover {
	background: #021e2c;
	color: white;
	border: 1px solid #021e2c;
}

.pay-button:focus {
	outline: none;
}

/*
========================================================================
# 2 - Checkbox style
------------------------------------------------------------------------
*/	

.control {
   /* font-family: arial; */
   /* display: block; */
    position: relative;
    padding-left: 26px;
    margin-bottom: 4px;
    padding-top: 2px;
    cursor: pointer;
    font-size: 16px;
	text-transform: uppercase;
	color: #c18613;
	font-weight: normal;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #020E14;
    border: 1px solid #0aabe1;
}
.control-radio .control_indicator {
    border-radius: undefined%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #020E14;
}

.control input:checked ~ .control_indicator {
    background: #020E14;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #020E14;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #0AABE1;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

/*
========================================================================
# 3 - Boosting menu
------------------------------------------------------------------------
*/	

.boosting-menu {
	padding-top: 45px;
	margin-left: 15px;
	margin-right: 15px;
	
}

.boosting-textheading {
	font-weight: normal;
	
}

.boosting-separator {
	border-top: 1px solid #021e2c;;

}

.menu-button {
	font-family: Raleway,sans-serif;
	color: #0aabe1;
    background: transparent;
    border: 1px solid #0aabe1;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 8px 30px;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.menu-button:hover {
	background: #021e2c;
	color: white;
	border: 1px solid #021e2c;
}

.menu-button:focus {
	outline: none;
}

/*
========================================================================
# 4 - Przerwa techniczna
------------------------------------------------------------------------
*/	

.blur {
	pointer-events: none;
	filter: blur(5px);
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

.notice-modal {
	width: 60%;
	min-height: 20%;
	background-color: rgba(2, 13, 19, 0.9);
	z-index: 10;
	position: fixed;
	border: 1px solid rgba(0, 167, 221, 0.1);
	top: 20%;
	border-radius: 50px;
	text-align: center;
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.notice-position {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
  .notice-modal {
    width: 90%;
  }
  
@media screen and (max-width: 480px) {
  .notice-modal {
    top: 20%;
  }