.custom-popup {background: rgba(0, 0, 0, 0.3); width: 100%; height: 100%; backdrop-filter: blur(2px); position: fixed; top: 0; left: 0; display: flex; align-items: center; flex-wrap: wrap; justify-content: center;}
.custom-popup .customPopupWrapper {background: #fff; border-radius: 11px; box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.4); padding: 20px; width: 100%; max-width: 310px; position: relative;}
.custom-popup .customPopupWrapper button.closeBtn {position: absolute; top: -28px; right: -24px; width: 34px; height: 34px; color: #fff; background: none; border: none; cursor: pointer;}
.custom-popup .customPopupWrapper button.closeBtn:hover {color: #ff0000;}
.custom-popup .customPopupWrapper .otp-logo {display: flex; align-items: center; flex-wrap: wrap; justify-content: center; padding-bottom: 20px;}
.custom-popup .customPopupWrapper .otp-logo img {max-width: 150px;}
.custom-popup .customPopupWrapper .otp-title {font-size: 21px; font-weight: 600; color: #393939; text-align: center; padding: 0 0 15px 0;}
.custom-popup .customPopupWrapper .otp-description {font-size: 14px; font-weight: 400; color: #393939; text-align: center; padding: 0 0 15px 0;}
.custom-popup .customPopupWrapper .otp-box {width: 100%; display: flex; align-items: center; flex-wrap: nowrap; justify-content: center; padding: 0 0 30px 0;}
.custom-popup .customPopupWrapper .otp-box input[type="text"] {display: inline-flex; align-items: center; flex-wrap: nowrap; justify-content: center; margin: 0 2px; width: 30px; height: 30px; border: 1px solid rgba(0, 0, 0, 0.3); border-radius: 4px; text-align: center;}
.custom-popup .customPopupWrapper .actionBtnsWrapper {display: flex; align-items: center; flex-wrap: wrap; justify-content: center; width: 100%; height: 30px;}
.custom-popup .customPopupWrapper .actionBtnsWrapper button {display: inline-flex; align-items: center; flex-wrap: wrap; justify-content: center; margin: 0 5px; height: 36px; color: #fff; font-size: 14px; font-weight: 500; border: none; border-radius: 4px; padding: 0px 20px;}
.custom-popup .customPopupWrapper .actionBtnsWrapper button.btn-resend {background: #393939;}
.custom-popup .customPopupWrapper .actionBtnsWrapper button.btn-confirm {background: #77ab04;}
