/* Header */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Regular.ttf')
}
*{
    font-family: 'Roboto';
}

ul{
    padding-left: 0px ;
}
a, a:hover{
    text-decoration: none;
    color: inherit;
}
header{
    background: #583f80;
    height: 50px;
    color: #ffffff;
}
.header-flex{
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
}
.printAlerts{
    padding-left: 60px;
}
.printAlerts p{
    margin-bottom: 0;
}

.page{
    color: #583f80
}
input:focus, input:active {
    outline: none;
}
.lock{
    width: 35px;
    height: 35px;
}
.b-r-15{
    border-radius: 15px;
    overflow: hidden;
}
h1{
    text-transform: capitalize;
}
.lock:active, .lock:focus{
    outline: none;
    border:none;
}
#loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9) ;
    display: none;
}
#loading-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Main */
.main-title{
    color: #583f80
}
.wish-list{
    color:#fff;
}
.wish-item{
    background: #583f80;
    padding: 5px;

    align-items: center;
    display: flex;
    text-align: left;
}
.wish-text{
    text-transform: capitalize  ;
    font-weight: bold;
    font-size: 21px;
    display:block ;
    width: 100%;
}

.download-page{
    color: #583f80;
}
.shadow-box{
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.125);
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 350px;
}
.requirement-list{
    list-style: none;
    padding-left: 0px;
}
.requirement-item{
    font-weight: 600;
}

.download-page-buttons{
    padding: 20px;
    display: block;
    text-align: center;
    color: #fff;
}
.download-page-buttons:hover{
    color: #fff!important;
}
.no-accept{
    background: #b7b7b7;
}
.yes-accept{
    background: #583f80;
}


/* Steps */
.steps{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}
.step-item{
    position: relative;
    flex-grow: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
}
.step-item.title{
    color: #583f80;
    font-size: 18px;
    text-transform: unset;
}
.step-circle{
    width: 40px;
    height: 40px;
    border: 3px solid #cccccc;
    border-radius: 100%;
    z-index: 1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 3;
    transition: all .25s .25s ease;
}
.step-circle i{
    font-style: normal;
    display: none;
}
.step-line{
    position: absolute;
    width: 100%;
    left: 0;
    top:calc(50% - 1.5px);
    border: 1.5px solid #ccc;
    z-index: 0;
}
.done-line{
    transition: all .5s ease;
    position: absolute;
    width: 0%;
    left: 0;
    top:calc(50% - 1.5px);
    border: 1.5px solid #583f80;
    z-index: 1;
    visibility: hidden;
}
.step-button{
    border: 3px solid #583f80;
    font-size: 20px;
    cursor: pointer;
    color: #583f80
}
.step-part{
    transition: all .5s ease;
    width: calc(50% - 20px);
    visibility: visible;
}
.social-list{
    list-style: none;
}
.social-items{
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-icon{
    width: 40px;
    display: block;
    border-left:2px #cccccc solid;
    content: "\f099";
    float: right;
    padding: 0px 20px 0px 10px;
}
.social-items.fb{
    background: #3b5998;
}
.social-items.tw{
    background: #0084FF;
}
.social-items.go{
    background: #EA4335;
}
.social-items.go{
    background: #EA4335;
}
.social-items.is{
    background: #4c68d7;
}
.social-items.yb{
    background: #ff0000;
}
.social-items.in{
    background: #0073b1;
}

.step-item.done .done-line{
    visibility: visible;
    width: 100%;
}
.step-item.done .step-circle i{
    display: inline-block;
}
.step-item.done .step-circle{
    background:#583f80 ;
    border-color: #583f80;
}
.condition{
    border: 3px solid #583f80;
    border-radius: 10px;
    height: 250px;
    padding: 10px;
}

/* Base inputs */
.base-input-group{
    border: 3px solid #583f80;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.base-input-group.with-icon input{
    flex-grow: 9;
}
.base-input-group.with-icon .icon{
    display: block;
    flex-grow: 3;
    text-align: right;
    font-size: 22px;
}
input.base-input{
    border: none;
    border-bottom: 2px solid #583f80;
    padding: 5px 10px;
    outline: none;
    color: #000;
}
input.base-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}
input.base-input::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}
input.base-input:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}
input.base-input:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

textarea.base-input{
    border: none;
    border-bottom: 2px solid #583f80;
    padding: 5px 10px;
    outline: none;
    color: #000;
}
textarea.base-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}
textarea.base-input::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}
textarea.base-input:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}
textarea.base-input:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

/* Admin Page Login */
.loing-label{
    font-weight: 600;
    font-size: 18px
}

/* Admin page */
.modal-current-version{
    text-decoration: underline;
    font-weight: bold;
}




/*  RESPONSIVE  */
@media (max-width: 1200px) {
    .wish-text{
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .wish-text{
        font-size: 14px;
    }
    h1{
        font-size: 28px;
    }
    h4{
        font-size: 20px;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 576px) {
    .header-flex{
        font-size: 14px
    }
    .header-item{
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
}

@media (max-width: 250px) {

}




.pulse-loader:not(:required) {
    display: inline-block;
    width: 100px;
    height: 100px;
    -moz-animation: pulse-loader 0.7s linear infinite alternate;
    -webkit-animation: pulse-loader 0.7s linear infinite alternate;
    animation: pulse-loader 0.7s linear infinite alternate;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 50px;
}

@-moz-keyframes pulse-loader {
    0% {
        -moz-box-shadow: #583f80 0 0 0px 40px;
        box-shadow: #583f80 0 0 0px 40px;
    }
    40% {
        -moz-box-shadow: none;
        box-shadow: none;
    }
    100% {
        -moz-box-shadow: #583f80 0 0 0px 50px inset;
        box-shadow: #583f80 0 0 0px 50px inset;
    }
}
@-webkit-keyframes pulse-loader {
    0% {
        -webkit-box-shadow: #583f80 0 0 0px 40px;
        box-shadow: #583f80 0 0 0px 40px;
    }
    40% {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    100% {
        -webkit-box-shadow: #583f80 0 0 0px 50px inset;
        box-shadow: #583f80 0 0 0px 50px inset;
    }
}
@keyframes pulse-loader {
    0% {
        -moz-box-shadow: #583f80 0 0 0px 40px;
        -webkit-box-shadow: #583f80 0 0 0px 40px;
        box-shadow: #583f80 0 0 0px 40px;
    }
    40% {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    100% {
        -moz-box-shadow: #583f80 0 0 0px 50px inset;
        -webkit-box-shadow: #583f80 0 0 0px 50px inset;
        box-shadow: #583f80 0 0 0px 50px inset;
    }
}
.condition{
    overflow-y: scroll;
}














