/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 14, 2021, 3:21:16 PM
    Author     : abdetaha
*/

@import
url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic)
;

@font-face {
    font-family: "NeoTech";
    src: url(../fonts/NeoTech.eot);
    src: url('../fonts/NeoTech.eot?#iefix') format('embedded-opentype'),
        url(../fonts/NeoTech.TTF) format('truetype');
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat.eot);
    src: url('../fonts/Montserrat.eot?#iefix') format('embedded-opentype'),
        url(../fonts/Montserrat.TTF) format('truetype');
}

.body {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -4px;
    bottom: -4px;
    width: 100%;
    height: 100%;
    /* background: url(../img/KPI-device.png); */
    background-size: cover;
    font-family: 'NeoTech', 'Montserrat', sans-serif;
}

body {
    background: url(../img/bug-bg-5@4x.png);
    background-size: cover;
    font-family: 'NeoTech', 'Montserrat', sans-serif;
}

.img-objective {
}

.headerimg {
    position: absolute;
}

.title {
    font-weight: bold;
    font-size: 50px;
    margin-left: 25px;
    padding-top: 10px;
    width: 75%;
    animation-duration: 2s;
    animation-name: slidein;
}

.header-container {
    margin-left: 40%;
    margin-top: 50px;

}



/* 
@-webkit-keyframes expand{
    0%{height:0px}
    100%{height:75px;}
} */

.content-obj {
    margin-top: 30px;
}

.obj-container {
    font-size: 20px;
    width: 900px;
    margin-left: 180px;
}

.qBox {
    height: 85px;

    border-radius: 10px;
    border: 0px solid;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .27);
    margin-left: 100px;
    margin-top: 50px;
    animation-name: expand;
}


.qaTitle {
    /* width:620px;*/
    margin-top: 20px; 
    font-size: 17px;
    font-weight:bold;
}

.faqContent {


    margin-top: 20px;
    margin-left: 100px;

    font-size: 17px;	
}





.upImg{

    margin-top: 275px;
    margin-left: 50px;

}



.content{
    width:90%;
    padding-bottom:30px;

}


.colour{
    color:green
}



.nav {
    color: white;
}

.top {
    margin-top: 3%;
}

a {
    color: white
}


a:hover { color: white; }

.registration
{
    margin-top: 70px;
}


html {
    height: 100%;
    display: flex;
}

main {
    display: flex;
    flex-direction: row;
    transform: rotatex(10deg);
    animation: rotateAngle 6s linear infinite;
    float:left;
    margin: 40px;
}

.rgstBtn{
    display: block;
    position: relative;
    margin: 0.5em 0;
    padding: .8em 2.2em;
    cursor: pointer;
    width: 290px;
    height: 200px;
    background: #dfe87e;
    border: none;
    background-image: linear-gradient(
        -180deg, #d6e273 0%, #1f3417 100%);
    border-radius: .4em;
    border: 1px solid #012880;
    background-image: linear-gradient(
        -180deg, #d6e273 0%, #6c993d 100%);
    text-transform: uppercase;
    font-size: 1.8em;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    mix-blend-mode: color-dodge;
    perspective: 500px;
    transform-style: preserve-3d;


    
}

#rgst_home {  
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 1s ease-out 0s 1 slideInFromLeft;
  padding: 30px;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

#researcher_form
{
    display:none;
}
#organization_form
{
    display:none;
}





h1 {
    margin: 15px 0;
    font-weight: 400;
}
h4 {
    margin-bottom: 4px;
}
.testbox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    padding: 3px;
}
form {
    width: 100%;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 5px #ccc; 
}
input, select, textarea {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input {
    width: calc(100% - 10px);
    padding: 5px;
}
input:hover, textarea:hover, select:hover {
    outline: none;
    border: 1px solid #095484;
}
select {
    padding: 7px 0;
    background: transparent;
}
textarea {
    margin-bottom: 3px;
}
.item {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}
input[type="date"]::-webkit-inner-spin-button {
    display: none;
}
.item i, input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    font-size: 20px;
    color: #a9a9a9;
}
.item i {
    left: 94%;
    top: 30px;
    z-index: 1;
}
[type="date"]::-webkit-calendar-picker-indicator {
    left: 93%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.street, .desired-outcome-item, .complaint-details-item {
    display: flex;
    flex-wrap: wrap;
}
.street input {
    margin-bottom: 10px;
}
small {
    display: block;
    line-height: 16px;
    opacity: 0.7;
}
.btn-block {
    margin-top: 20px;
    text-align: center;
}
button {
    width: 150px;
    padding: 10px;
    border: none;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    background-color: #095484;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
button:hover {
    background-color: #0666a3;
}

@media (min-width: 568px) {
    input {
        width: calc(35% - 20px);
    }
    select {
        width: calc(50% - 8px);
    }
    .item {
        flex-direction: row;
        align-items: center;
    }
    .item p {
        width: 30%;
    }
    .item i {
        left: 61%;
        top: 25%;
    }
    [type="date"]::-webkit-calendar-picker-indicator {
        left: 60%;
    }
    .street, .desired-outcome-item, .complaint-details-item {
        width: 70%;
    }
    .street input {
        width: calc(50% - 20px);
    }
    .street .street-item {
        width: 100%;
    }
    .address p, .desired-outcome p, .complaint-details p {
        align-self: flex-start;
        margin-top: 6px;
    }
    .desired-outcome-item, .complaint-details-item {
        margin-left: 12px;
    }
    textarea {
        width: calc(100% - 6px);
    }
    
    small{
    margin-left:20px;
    }
}