.otp .loading__spinner{display:flex;align-self:center}
.otp-overlayIndex{z-index:100000}
.otp-second-input-label{font-family:'VodafoneRegular';font-style:normal;font-weight:400;font-size:20px;line-height:28px;color:#0d0d0d;text-align:left}
.otp-input{padding:8px;height:44px;border:1px solid #bebebe;border-radius:6px}
.otp-input:focus{outline:0}
.otp-input-container{display:flex;flex-direction:column;color:#0d0d0d;gap:8px}
.otp-input-code{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:12px}
.otp-input-code-container{display:flex;justify-content:center;align-items:center;margin:10px 0}
.otp-input-code-container-align{display:flex;flex-direction:column;gap:8px}
.otp-input-code .input-code__number{margin:0;border-radius:6px;box-shadow:none;color:#0d0d0d}
.otp-input-code .input-code__number.input-code__number--invalid{border:2px solid #bd0000}
.otp-input-code .input-code__number:focus{outline:2px solid #0096ad !important}
.otp-input-label{font-family:'VodafoneRegular';font-style:normal;font-weight:400;font-size:20px;line-height:28px;color:#0d0d0d;text-align:left}
.otp-input-error-container{flex:1;display:flex;flex-direction:row;gap:5px}
.otp-input-error-text{font-family:'VodafoneRegular';font-style:normal;font-weight:400;font-size:14px;line-height:18px;color:#bd0000;text-align:left}
.otp-input-error-color{border:2px solid #bd0000}
.otp-btn{padding:9px 32px;font-size:18px;line-height:26px}
.otp-btn-contained{min-width:193px;margin:0;display:flex;justify-content:center;align-items:center;color:white;background-color:#e60000;border:0}
.otp-btn-contained:hover{cursor:pointer;background-color:#900}
.otp-btn-contained:disabled{background-color:#eca09f;cursor:not-allowed}
.otp-btn-outlined{min-width:152px;margin:0;border:2px solid #0d0d0d;background-color:white;color:#0d0d0d}
.otp-btn-outlined:disabled{cursor:not-allowed}
.otp-btn-outlined:disabled:hover{background-color:white;color:#0d0d0d;border:2px solid #0d0d0d}
.otp-btn-outlined:hover{cursor:pointer;background-color:#f4f4f4}
.otp-alert-container-row{flex:1;display:flex;flex-direction:row;border-radius:6px;border:2px solid #bd0000;overflow:hidden}
.otp-alert-container-column{flex:1;display:flex;flex-direction:column;border-radius:6px;border:2px solid #bd0000;overflow:hidden}
.otp-alert-header-row{display:flex;justify-content:center;align-items:center;width:36px;background-color:#bd0000}
.otp-alert-header-column{display:flex;justify-content:center;align-items:center;height:36px;background-color:#bd0000}
.otp-alert-content{display:flex;flex-direction:column;padding:16px}
.otp-alert-title{font-family:'VodafoneRegular';font-style:normal;font-weight:700;font-size:20px;line-height:28px;color:#0d0d0d}
.otp-alert-description{font-family:'VodafoneRegular';font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#0d0d0d}
.otp-container{width:569px;padding:0;border-radius:10px;background-color:white;overflow:hidden;margin:0 16px}
.otp-loading-container{display:flex;flex-direction:column;justify-content:center}
.otp-loading-header{flex:1;display:flex;flex-direction:column;padding:16px 20px 0}
.otp-timer-container{display:flex;flex-direction:row;gap:30px;padding:36px 0 10px;border-top:1px solid #f2f2f2}
.otp-timer-container-timer{font-family:VodafoneRegular;font-style:normal;font-weight:400;font-size:28px;line-height:32px;color:#0d0d0d}
.otp-timer-container-message{font-family:VodafoneRegular;font-style:normal;font-weight:400;font-size:18px;line-height:26px;color:#0d0d0d}
.otp-actions-container{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px}
.otp-overlay-header-container{padding:16px;border-bottom:1px solid #f2f2f2}
.otp-overlay-header-icon{width:17px;height:17px}
.otp-form-header{flex:1;display:flex;flex-direction:column;gap:20px}
.otp-form-container{display:flex;flex-direction:column}
.otp-section-title{font-family:'VodafoneLight';font-style:normal;font-weight:400;font-size:40px;line-height:48px;color:#333}
.otp-section-title-bold{font-family:'VodafoneRegular';font-style:normal;font-weight:700;font-size:28px;line-height:32px;color:#0d0d0d;text-align:left}
.otp-section-description{font-family:'VodafoneRegular';font-style:normal;font-weight:700;font-size:20px;line-height:28px;color:#4a4d4e;text-align:left}
@media only screen and (max-width:639px){.otp-form-header{padding:0;gap:10px}
.otp-container{width:auto;min-width:200px;max-width:569px}
.otp-section-description{font-size:18px;line-height:26px;color:#333}
.otp-section-title{font-size:32px;line-height:40px}
.otp-section-title-bold{font-size:20px;line-height:28px}
.otp-actions-container{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;gap:15px}
.otp-overlay-header-icon{width:13px;height:13px}
.otp-overlay-header-container{padding:12px}
.otp-input-label{font-size:18px;line-height:26px}
.otp-input-code{gap:8px}
.otp-input-code .input-code__number{width:40px}
.otp-timer-container{align-items:center}
.otp-timer-container-message{display:flex;font-size:16px;line-height:20px}
.otp-btn{font-size:16px;line-height:20px}
}