.reg-containner{
    position: relative;
    width: 100%;
    max-width: 850px;
    min-height: 580px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	margin: 70px auto;
    /*margin-top: 70px;*/
	/*margin-right: 20px;*/	
	/*margin-left: 20px;*/	
    overflow: hidden;
	justify-self: center;	
}
.container{
    position: relative;
    width: 850px;
    height: 580px;
	display: flex;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	margin: 30px auto;
    /*margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 20px;
	margin-left: 20px;*/
    overflow: hidden;
	justify-content: space-between;
	justify-self: center;	
}
.form-box{
    position: absolute;	
    right: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    color: #333;
    text-align: center;
    /*padding: 15px;
	padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;*/
    z-index: 1;
    transition: .6s ease-in-out 1.2s, visibility 0s 1s;
	justify-self: right;
}
.form-boox{
    position: absolute;	
    right: 0;
    width: 50%;
    height: 90%;
    background: #fff;
    display: flex;
    align-items: center;
    color: #333;
    text-align: center;
    z-index: 1;
    transition: .6s ease-in-out 1.2s, visibility 0s 1s;
	justify-self: right;
}
.form-booox{
    position: absolute;	
    right: 0;
    width: 50%;
    height: 80%;
    background: #fff;
    display: flex;
    align-items: center;
    color: #333;
    text-align: center;
    z-index: 1;
    transition: .6s ease-in-out 1.2s, visibility 0s 1s;
	justify-self: right;
}
.userbg-img {
    background-repeat: no-repeat;
    background-size: cover;    
}
.user-img {
    position: relative;
	/*width: 420px;*/
	width: 50%;
    height: 100%;
    /*height: 560px;*/
	justify-self: left;	
	display: flex;	
}
.container.active .form-box{
    right: 50%;
}
.container.active .form-box.register{
    visibility: visible;
}
.form-box.register{
    visibility: visible;
}
form{
    width: 100%;
}
.profile-header {
    background: linear-gradient(135deg, #124674 0%, #1a5a8a 100%);
    color: white;
    text-align: center;
    padding: 15px 15px;
}


.profile-avatar {
    margin-bottom: 5px;
}

.profile-avatar i {
    font-size: 80px;
    color: #ffffff;
}

.profile-avatar .icon ion-icon{
    font-size: 60px;
    color: #ffffff;
}
.container h1{
    font-size: 36px;
    margin: -10px 0;
}
.input-box i.fa-eye-slash {
	position: absolute;	
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #888;
	z-index: 10;
}
.toggle-password {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #888;
	font-size: 18px;
	z-index: 10;
	transition: color 0.3s ease;
}
.toggle-password:hover {
	color: #4da5d4;
}
.select-style {
	width: 100%;
	padding: 13px 20px;
	background: #eee;
	border-radius: 8px;
	border: none;
	outline: none;
	font-size: 16px;
	color: #333;
	font-weight: 500;
}
.input-box{
	height: 48px;
    position: relative;
    margin: 15px 0;
	padding-left: 15px;
	padding-right: 15px;
}
.input-box input{
    width: 100%;
    padding: 13px 50px 13px 20px;
    background: #eee;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.input-box input::placeholder{
    color: #888;
    font-weight: 400;
}
.input-box input:focus{
    outline: 2px solid #7494ec;
    box-shadow: 0 0 5px rgba(116, 148, 236, 0.5);
    transition: .1s;
}
.input-box i{
    color: #888;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}
.input-box ion-icon{
    color: #888;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}
.form-group {
	height: 43px;
	display: flex;	
	border-radius: 5px;
	justify-content: space-between;
	margin: 18px 0;
	padding-left: 15px;
	padding-right: 15px;
}
.form-group .select-style{
	width: 100%;
    padding: 10px 20px 10px 20px;
    background: #eee;
    border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.form-group .select-style:focus{
    outline: 2px solid #7494ec;
    box-shadow: 0 0 5px rgba(116, 148, 236, 0.5);
    transition: .1s;
}
.upload-filee label{
	height: 130px;	
	width: 360px;
	background: #eee;
	display: flex;
	cursor: pointer;	
	align-items: center;
	flex-direction: column;
	border: 2px dashed #625BFE;
	border-radius: 5px;
	justify-content: center;
}
.upload-file label{
	height: 100px;
	width: 178px;
	background: #eee;
	display: flex;
	cursor: pointer;	
	align-items: center;
	flex-direction: column;
	border: 2px dashed #625BFE;
	border-radius: 5px;
	justify-content: center;
}
.upload-filee .icon ion-icon{
	font-size: 50px;
	color: #287bff;
}
.upload-filee p{
	margin-top: 15px;
	font-size: 16px;
	text-align: center;
	color: #625BFE;
}
/*.upload-file i{
	font-size: 50px;
	color: #287bff;
}*/
.upload-file .icon ion-icon{
	font-size: 50px;
	color: #287bff;
}
.upload-file p{
	margin-top: 15px;
	font-size: 16px;
	text-align: center;
	color: #625BFE;
}
.forgot-link{
    margin: -15px 0 15px;
}
.forgot-link a{
    font-size: 14.5px;
    color: #333;
    text-decoration: none;
}
.input-box{    
	display: flex;
    gap: 10px; /* Adds space between the input boxes */
    align-items: center; /* Aligns items vertically in the middle */
}
.btn{
    width: 100%;
    height: 48px;
	padding-left: 15px;
	padding-right: 15px;
    /*background: purple;#124674*/
	background: #124674;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.btn-big{
    width: 50%;
    height: 48px;
    /*background: purple;#124674*/
	background: #287bff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.container p{
    font-size: 14.5px;
    margin: 15px 0;
}
.social-icons{
    display: flex;
    justify-content: center;
}
.social-icons a.google:hover{
    transform: scale(1.2);
    background: #db4437 ;
    color: #fff;
    border-color: #db4437;
}
.social-icons a.faceboock:hover{
    transform: scale(1.2);
    background: #1877f2;
    color: #fff;
    border-color: #1877f2;
}
.social-icons a.github:hover{
    transform: scale(1.2);
    background: #333 ;
    color: #fff;
    border-color: #333;
}
.social-icons a.linkedin:hover{
    transform: scale(1.2);
    background: #0a66c2 ;
    color: #fff;
    border-color: #0a66c2;
}

.social-icons a{
    display: inline-flex;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 8px;
    font-size: 24px;
    color: #333;
    text-decoration: none;
    margin: 0 8px;
    transition: all 0.3s ease;
}
.toggle-box{
    position: absolute;
    width: 100%;
    height: 100%;
}
.toggle-box::before{
    content: '';
    left: -250%;
    border-radius: 150px;
    position: absolute;
    width: 300%;
    height: 100%;
    /*background: purple;*/
	background: #124674;
    z-index: 2;
    transition: 1.8s ease-in-out;
}
.container.active .toggle-box::before{
    left: 50%;
}
.toggle-panel{
    position: absolute;
    width: 50%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: .6s ease-in-out;
}
.toggle-panel.toggle-left{
    left: 0;
    transition-delay: 1.2s;
}
.container.active .toggle-panel.toggle-left{
    left: -50%;
    transition-delay: .6s;
}
.toggle-panel.toggle-right{
    right: -50%;
    transition-delay: .6s;
}
.container.active .toggle-panel.toggle-right{
    right: 0;
    transition-delay: 1.2s;
}
.toggle-panel p{
    margin-bottom: 20px;
}
.toggle-panel .btn{
    width: 160px;
    height: 46px;
    background: transparent;
    border: 2px solid #fff;
    box-shadow: none;
}
.checkbox-left {
    display: block;
    text-align: left;
    margin: 15px 0;
    color: #333;
    font-size: 14.5px;
	padding-left: 15px;
	padding-right: 15px;
}
.button-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;    
}
.button-center button {
    min-width: 120px;
    padding: 12px 20px;
}

/* Simple button container */
.button-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
    width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.button-container .btn {
    width: 140px;
    padding: 12px 0;
}
.button-containner {    
    justify-content: center;    
    margin-top: 25px;
    width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.btn-secondary {
    background: #6c757d !important;
}
.btn-secondary:hover {
    background: #5a6268 !important;
}

/* Additional styles for multiple file uploads */
.file-upload-section {
	position: relative;
	display: block;
	width: 100%;
	
	display: flex;
	gap: 10px; 
	align-items: center;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #f9f9f9;
}
.file-upload-section h3 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #333;
	font-size: 16px;
}

.upload-filee {
	margin-bottom: -15px;
}

.upload-file {
	margin-bottom: -15px;
}

.file-info {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}

.file-name-display {
	margin-top: 5px;
	font-size: 13px;
	color: #4da5d4;
}

.duration-info {
	background-color: #e8f4fd;
	border-left: 4px solid #4da5d4;
	padding: 10px;
	margin: 10px 0;
	font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .container, .reg-containner {
        width: 95%;
        margin: 20px auto;
        min-height: 500px;
    }
    
    .form-box {
        width: 100%;
        height: 70%;
        bottom: 0;
        top: auto;
    }
    
    .user-img {
        width: 100%;
        height: 30%;
        top: 0;
    }
    
    .container.active .form-box {
        right: 0;
        bottom: 30%;
    }
    
    .toggle-box::before {
        left: 0;
        top: -270%;
        width: 100%;
        height: 300%;
        border-radius: 20vw;
    }
    
    .container.active .toggle-box::before {
        left: 0;
        top: 70%;
    }
    
    .toggle-panel {
        width: 100%;
        height: 30%;
    }
    
    .toggle-panel.toggle-left {
        top: 0;
    }
    
    .container.active .toggle-panel.toggle-left {
        left: 0;
        top: -30%;
    }
    
    .toggle-panel.toggle-right {
        right: 0;
        bottom: -30%;
    }
    
    .container.active .toggle-panel.toggle-right {
        bottom: 0;
    }
    
    .input-box {
        flex-direction: column;
    }
    
    .upload-file label,
    .upload-filee label {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .button-center {
        flex-direction: column;
        gap: 10px;
    }
    
    .button-center button {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .container{
        height: calc(100vh - 40px);
    }
    .form-box{
        bottom: 0;
        width: 100%;
        height: 70%;
    }    
    .container.active .form-box {
        right: 0;
        bottom: 30%;
    }
    .toggle-box::before{
        left: 0;
        top: -270%;
        width: 100%;
        height: 300%;
        border-radius: 20vw;
    }
    .container.active .toggle-box::before{
        left: 0;
        top: 70%;
    }
    .toggle-panel{
        width: 100%;
        height: 30%;
    }
    .toggle-panel.toggle-left{
        top: 0;
    }
    .container.active .toggle-panel.toggle-left{
        left: 0;
        top: -30%;
    }
    .toggle-panel.toggle-right{
        right: 0;
        bottom: -30%;
    }
    .container.active .toggle-panel.toggle-right{
        bottom: 0;
    }
}
@media screen and (max-width: 650px) {
    .form-box{
        padding: 20px;
    }
    .toggle-panel h1{
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .form-box {
        padding: 15px;
    }
    
    .form-box h1 {
        font-size: 28px;
    }
    
    .input-box input {
        padding: 10px 40px 10px 15px;
        font-size: 14px;
    }
    
    .social-icons a {
        padding: 8px;
        font-size: 20px;
    }
    
    .toggle-panel h1 {
        font-size: 24px;
    }
    
    .toggle-panel p {
        font-size: 14px;
    }
    
    .toggle-panel .btn {
        width: 130px;
        height: 40px;
        font-size: 14px;
    }
    
    .btn {
        height: 44px;
        font-size: 14px;
    }
}