/*
Theme Name:     Vodafone
Description:    VOdaphone Project
Author:         toolbox

*/
@font-face {
	font-family: 'Rg';
        src: url('./fonts/VodafoneRg-Bold.ttf') 
            format('truetype');  
}

html{
    font-size: 16px;    
}

body{ 
    font-family: 'Rg', sans-serif;
    background-color: #aa1015;    
    color: #ffffff;
}

.main{
    width: 1280px;
    height: 800px;
    background-image: url('https://vodafone.q12.gr/wp/wp-content/uploads/2022/12/vodafone-main-1.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

.grid{
    float: left;
    margin-top: 306px;
    margin-left: 63px;
}

.grid::after{
    clear: both;
}

.line{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.cell{
    width: 157px;
    height: 61px;
    margin: 0 5px 5px 0;
}

button{
    background-color: #aa1015;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
    padding: 10px;
    display: block;
}

.resize{
    position: absolute;
    width: 120px;
    bottom: 0;
    right: 0;
}

.nav-overlay{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(0,0,0,0.5);
	z-index:1;
	opacity:0;
	visibility:hidden;
        height: 100%;
}

.nav-overlay.active{
	opacity:1;
	visibility:visible;
}

.popup.active{
    display: block;
}

.popup{
    width: 400px;
    height: 280px;
    position: absolute;
    z-index: 20;
    background-image: radial-gradient(#aa1015 8%, #e01c23 50%, #aa1015);
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);    
    display: none;
}

.message-area{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin: 60px 50px 30px 50px;    
}

.popup p{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.action-button{
    margin: 0 auto;
}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 1;
}

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 3px;
  background-color: #ffffff;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.copy-all-text{  
  -webkit-user-select: all;  /* Chrome all / Safari all */
  -moz-user-select: all;     /* Firefox all */
  -ms-user-select: all;      /* IE 10+ */
  user-select: all;          /* Likely future */   
}

#login{
    margin-top: 150px;
}

#login .container #login-row #login-column #login-box {
  margin-top: 120px;
  max-width: 600px;
  height: 320px;
}
#login .container #login-row #login-column #login-box #login-form {
  padding: 20px;
}
#login .container #login-row #login-column #login-box #login-form #register-link {
  margin-top: -85px;
}

#login .btn{
    width: 100%;
    margin-top: 3%;
    background-color: #ffffff;
    border-color: #aa1015;
    color: #aa1015;
}
