.register {
    background: -webkit-linear-gradient(left, #17ceb8, #17ceb8);
    margin-top: 3%;
    padding: 3%;
}

.register-left {
    text-align: center;
    color: #102168;
    /* color: #801a00; */
    margin-top: 4%;
}

.register-left input {
    border: none;
    /* border-radius: 1.5rem; */
    border-radius: 20px;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}

.register-right {
    background: #f8f9fa;
    border-radius: 20px;
    /* border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%; */
}

.register-left img {
    margin-top: 33%;
    margin-bottom: 8%;
    width: 60%;
    
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}


.container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
}


@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.register-left p {
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
    
}

.register .register-form {
    padding: 10%;
    margin-top: 10%;
}

.btnRegister {
    float: right;
    margin-top: 32%;
    border: none;
    border-radius: 1.5rem;
    padding: 3%;
    background: #17ceb8 ;/* #17ceb8;*/
    color: #fff;
    font-weight: 600;
    width: 150px;
    cursor: pointer;
}

.add_variable {
    float: left;
    margin-top: 3%;
    border: none;
    border-radius: 1.5rem;
    padding: 0%;
    background: #102168;
    color: #fff;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
}

.close_new_variable {
    float: left;
    margin-top: 3%;
    border: none;
    border-radius: 1.5rem;
    padding: 0%;
    background: #102168;
    color: #fff;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
}


.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}

.register .nav-tabs .nav-link {
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.register .nav-tabs .nav-link:hover {
    border: none;
}

.register .nav-tabs .nav-link.active {
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.register-heading {
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: black;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
    z-index: 999; /* Make sure the overlay is below the popup */
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    border-radius: 8px;
}

.popup ul {
    list-style-type: none;
    padding: 0;
}

.popup li {
    margin-bottom: 10px;
}

.popup button {
    background-color:#17ceb8;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
}

.popup button:hover {
    background-color: #102168; /*  rgb(132, 43, 43); */
}

/* Add styles for the "Go Back" button */
.goback-button {
    float: left;
    margin-top: 32%;
    border: none;
    border-radius: 1.5rem;
    padding: 3%;
    background:#17ceb8;
    color: #fff;
    font-weight: 600;
    /* width: 150px; */
    cursor: pointer;
    background-color: #102168 ;   
}

.goback-button:hover {
    background-color: #27ae60;
}
