@import "https://fonts.googleapis.com/css2?family=Tajawal&family=Inter&family=Rubik&display=swap";
@import "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css";


body[lang="fr"]{
    font-family: 'Inter',sans-serif !important;
}
body{
    margin: 0;
}
.logoContainer{
    display: flex;
    justify-content: flex-end;
}
.pageContainer{
    display: flex;
    width: 100%;
    gap: 20px;
	background-image: url(assets/bg-banner.jpg);
}
.pageContentContainer{
    width: 70%;
	display:flex;
	flex-direction: column;
    justify-content: space-between;
	padding: 10px 6px;
    min-height: 100vh;

}
.pageContentMarginFr{
    margin-left:18% ;
	background-color: white;
}
.pageSideBar{
    width: 30%;
    background-color: #2FA077;
    position: fixed;
    height: 100svh;
    display: flex;
    align-items: center;

}

.pageTitle{
    color:  #374151;
    font-size: 20px;
    font-weight: 800;
    line-height: 150%;
	width: fit-content;
}
.pageTitleDescription{
    color: #6B7280;
    font-size: 16px;
    line-height: 150%;
	width: fit-content;
	max-width: 96%;
}
.singIn{
    color:  #374151;
    font-size: 15px;
    font-weight: 400;
	display:  flex;
	justify-content: center;
	gap:20px;

}
.signLink{
    color:  #2FA077 !important;
    font-size: 14px;
    font-weight: 600;
    cursor:pointer;
}
.link{
    cursor: pointer;
}

.legalFooter{
    color:  #ADABC3;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
	width: 100%;
	display:  flex;
	align-items: center;
	gap:5px;
    flex-direction: column;
	padding-top: 5px;
}
.legalFooterLogo{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px;
}
.sliderStyle{
    flex: 0 0 100% ;
    position: relative ;
    transition-property: transform;
    display: block;
    transition: transform 0.5s;
    padding: 10px 0;
}
.carouselText{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}
.carouselDescription{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
	text-align: center;
}
.carouselContainer{
    display: flex;
    align-items: center;

}
.carouselPadding{
    padding: 100px 0;
}
.redMessage{
    color:  #F87171;
    font-size: 13px;
    font-weight: 400;
    height: 15px;
}
.redMessage:hover{
    color:  #F87171;
}

.stayConnectLabel{
    color:  #6B7280;
    font-size: 12px;
    font-weight: 400;
}
.loginButton{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 15px 60px;
    border-radius: 4px;
    border: 1px solid  #0284C7;
    background: #2FA077;
}
.loginButton:hover{
    cursor: pointer;
    background: #66dcb1;
    transform: scale(1.02);
    transition: all 400ms ease;

}
.loginButtonContainer{
 display: flex;
 justify-content: center;
}
.inputLabel{
    color: #6B7280 ;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 20px 0;
}
.inputItem{
    outline: none;
    background: #FFF;
    padding: 5px 10px;
    border: none;
    width: 100%;
    color: #404D61;
    font-size: 15px;
}
.inputItemContainer{
    border: 1px solid #9CA3AF;
    display: flex;
    box-shadow: 0 4px 4px 0 rgba(240, 240, 240, 0.50);
    border-radius: 5px;
    padding: 12px 15px;
    width: 100%;
    transition: all 400ms ease;
}
.inputItemContainer > i{
    cursor: pointer;
}
.inputItemContainer:has(input:focus) {
    border: 1px solid #2FA077 !important;
}
.inputFormContainer{
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-template-columns: 60%;
    justify-content: center;
    gap: 20px;
}

.inputFormContainerOtpMail{
    display: grid;
    /*grid-template-rows: repeat(2, minmax(0, 1fr));*/
    grid-template-columns: 60%;
    justify-content: center;
    gap: 20px;
}
.inputContainer{
    width: 100%;
}
.alertContainer{
    height: 60px;
    display: flex;
    justify-content: center;
}
.alertContentContainer{
    background-color: #FFF2F0;
    display: flex;
    gap :20px;
    align-items: center;
    border-radius: 8px;
    padding: 0 20px;
}
@media screen and (max-width: 1200px) {
    .pageSideBar{
        display: none;!important;
    }
    .pageContentMarginFr{
        margin-left:0 !important; ;
    }
    .pageContentContainer{
        width: 100% !important;
    }
    .inputFormContainer{
        grid-template-columns: 90% !important;
    }
}

.forget-passwd P {
    font-size: 12PX;
    color: #2C3E50;
    line-height: -16px;
    top: -34px;
    position: relative;
}

 .otp-container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            margin: 4px 0 0 0;
			/*margin-right: 20%;*/
			   
        }
		.otp-container-qrcode {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            margin: 4px 0 0 0;
			/*margin-right: 27%;*/
			   
        }
		 .otp-container_recovry {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            margin: 12px 0 -10px 0;
			/*margin-right: 20%;*/
			   
        }
        
        .otp-input {
            width: 64px;
            height: 64px;
            text-align: center;
            font-size: 24px;
            border: 1px solid #9CA3AF;
            border-radius: 6px;
            background: #FFFFFF;
			outline: none;
        }
        
        .otp-input:focus {
		    border: 1px solid #2FA077 !important;
            border-color: #FFFFFF;
            box-shadow: 0 4px 4px 0 rgba(240, 240, 240, 0.50);
        }.otp-input:focus-visible {
		    border: 1px solid #2FA077 !important;
            border-color: #FFFFFF;
            box-shadow: 0 4px 4px 0 rgba(240, 240, 240, 0.50);
        }
        .otp-input:has(input:focus) {
    border: 1px solid #2FA077 !important;
}
        .otp-separator {
            font-size: 24px;
            color: #6B7280;
        }
        .otp-input:not(:placeholder-shown) {
            background-color: #FFFFFF;
        }
.loader-container {
            display: none;
            width: 400px;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    padding: 12px 22px;
    border-radius: 8px;
    margin: 20px 0;
    /*margin-left: 124px;*/
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	font-size: 12px;
    line-height: 150%;
        }

        .loader-content {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .loader-icon {
            font-size: 20px;
            color: #4a90e2;
            animation: spin 1.5s linear infinite;
        }

        .loader-text {
            font-size: 16px;
            color: #495057;
            font-weight: 500;
        }
.loader-textRest {
            font-size: 14px;
            color: #495057;
            font-weight: 500;
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        /* Messages de statut */
       .status-message {
           display: flex;
            width: 482px;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    padding: 12px 22px;
    border-radius: 8px;
    margin: 20px 0;
    /*margin-left: 77px;*/
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	font-size: 12px;
    line-height: 150%;
        }
 .status-message-restkey {
           display: flex;
            width: 482px;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    padding: 12px 22px;
    border-radius: 8px;
    margin: 00px 0;
    /*margin-left: 77px;*/
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	font-size: 12px;
    line-height: 150%;
        }
        .successmsg {
			font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 24px;
            color: #28a745;
            /*border: 1px solid #c3e6cb;*/
        }
.recouvryKeynotice{
    padding: 4px 9px 9px 11px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 404;
    font-size: 17px;
    color: #4B5563;
    background: #FEF3C7;
    border-radius: 8px;
    text-align: left;
        }

        .error {
            background-color: #fdecea;
            color: #dc3545;
            border: 1px solid #f5c6cb;
        }

        .message-icon {
            font-size: 18px;
        }
.imgqrcode{
	width: 220px;
    height: 220px;
    /*margin-right: 21%;*/
}
.ipc1{
	/*margin-left:40px;*/
	margin-top: 33px;
}
.ipl1{
	/*margin-left:98px;*/
}

.key-container {
              display: flex;
    max-width: 457px;
    margin: 6px auto;
    /*margin-right: 31%;*/

        }
        
        .key-field {
            flex-grow: 1;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 5px 0 0 5px;
            background-color: #f5f5f5;
            font-family: monospace;
            font-size: 16px;
            color: #333;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        .copy-btn, .download-btn {
            padding: 12px 15px;
            color: white;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .copy-btn {
            background-color: #28a745;
        }
        
        .download-btn {
            background-color: #28a745;
            border-radius: 0 5px 5px 0;
        }
        
        .copy-btn:hover {
            background-color: #66dcb1;
        }
        
        .download-btn:hover {
            background-color: #66dcb1;
        }
        
        .action-icon {
            font-size: 16px;
        }
        
        .copied-message {
            display: none;
            margin: 5px auto 0;
            max-width: 500px;
            color: #28a745;
            font-size: 14px;
            text-align: center;
        }
.legalFooter a{
	color: #ADABC3 !important;
}
.totppage .legalFooter{
	padding-top: 62px !important;
}

.inputFormContainerRest {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-template-columns: 56%;
    justify-content: center;
    gap: 20px;
}

@media only screen and (max-width: 767px) {
 .otp-input {
    width: 44px !important;
    height: 44px !important;
    
}
}