
/* Header Icon*/
.imgStyle{
height:40px;
width:110px;
}

.robot3-size{
    max-width: 450px;
}

.amplogo-size{
    height:40px;
    width:110px;
}

/*  Navbar */
.navbar-custom {
            background-color: #2e6da4;
        }

        .navbar-brand {
            font-weight: 600;
            font-size: 1.2rem;
            color: white !important;
        }

        .navbar-text-right {
            color: white;
            font-weight: 500;
            font-size: 1rem;
        }
/* Registration*/

        body {
            background-color: #f5f6f7;
            font-family: 'Segoe UI', sans-serif;
            padding-top:70px;
            }

            .errorAlert1.alert.alert-danger.d-flex.aling-items-center.gap-2 {
                width: 210px;
                margin-left: 180px;
            }
.hover-link:hover {
    color: black; /* Change to your desired hover color */
    text-decoration: underline;
    cursor: pointer;
}
        .container-box {
            max-width: 900px;
            margin: 50px auto;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            display: flex;
        }

        .left-panel {
            background: #2e6da4;
            color: white;
            padding: 20px 15px;
            flex: 0.6;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .right-panel {
            background: white;
            padding: 25px 40px;
            flex: 1.2;

        }

        .form-control {
            border-radius: 10px;
            margin-bottom: 10px;
            padding: 12px;
        }

        /* Registration form-group*/
        .right-panel .form-group{
         margin-bottom: 2px;
         display: flex;
         }

         .form-group .leftContent, .form-group .rightContent {
                 position: relative;
         }

        .right-panel .form-group .rightContent{
         margin-bottom: 5px;
         margin-left: 1px;
         width:70%;
         }

         .right-panel .form-group .leftContent{
                  padding-top: 11px;
                  margin-bottom: 5px;
                  margin-left: 1px;
                  width:30%;
                  }

        .btn-submit {
            border-radius: 25px;
            padding: 10px 30px;
            background-color: #2e6da4;
            color: white;
            border: none;
            margin-left:10px;
        }

        .btn-submit:hover {
            background-color: #239488;
        }

        .icon{
            color: #2e6da4;
             }

        .check-item {
         display: flex;
         align-items: center;
         margin-bottom: 6px;
         font-size: 13px;
         margin-left:159px;
}

/* Last check item */
.check-item-last {
         display: flex;
         align-items: center;
         margin-bottom: 15px;
         font-size: 13px;
         margin-left:159px;
}

.check-item-last1 {
         display: flex;
         align-items: center;
         margin-bottom: 15px;
         font-size: 13px;
         margin-left:159px;
}

 .regUsrID, .regPassword, .phnNumber {
   padding-left:40px;
 }

 .regUsrID input{
     width: 90%;
 }
 .impTag{
  color:red;
 }
.custom-check {
    width: 14px;
    height: 14px;
    border: 2px solid #ccc;
    border-radius: 3px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    background-color: white;
    transition: background 0.3s, border 0.3s;
}

.custom-check1 {
    width: 17px;
    height: 14px;
    border: 2px solid #ccc;
    border-radius: 3px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    background-color: white;
    transition: background 0.3s, border 0.3s;
}

.check-true .custom-check {
    background-color: #28a745; /* Green */
    border-color: #28a745;
}

.check-true .custom-check::after {
    content: '✔';
    color: white;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
}

/* Last checkbox*/
.check-true .custom-check1 {
    background-color: #28a745; /* Green */
    border-color: #28a745;
}

.check-true .custom-check1::after {
    content: '✔';
    color: white;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
}

.match-success {
	border: 1.4px solid green;
	 border-left: 8px solid #5858;
}

.match-fail {
	border: 1.4px solid red;
	 border-left: 8px solid #5858;
 }

 /* LOGIN */

#loginLoader{
  display:none;
}
 .login-container-box {
             max-width: 420px;
             margin: 80px auto;
             border-radius: 12px;
             overflow: hidden;
             box-shadow: 0 10px 30px rgba(46, 109, 164, 0.976);
             display: flex;
         }

 .login-panel{
     padding: 40px 60px;
     margin-left: 2%;
 }

 .mfa-panel{
   padding: 30px 95px;
   margin-left: auto;
  }
 .AnswerMfa-panel{
 padding: 30px 30px;
 }
 /* HR tag line */
 .tag-line {
     border-top: solid;
     border-bottom: ridge;
 }
 .wrap {
     padding : 10px 15px;
 }
 .form-group{
   margin-bottom: 15px;
 }
 .form-group .leftCont, .form-group .rightCont {
     width: 100%;
     position: relative;
 }
 /*.form-group .leftCont{
 margin-bottom: 5px;
 }*/

.btn-submit1 {
            border-radius: 25px;
            padding: 10px 30px;
            background-color: #2e6da4;
            color: white;
            border: none;
            margin-left:110px;
        }
 .loginForm input {
 padding-left:40px;
  width: 100%;
 }

 .mfaForm input {
           padding-left:40px;
           background-color: #eaeaea;
           }

 input
  {
     padding: 9px;
     box-sizing: border-box;
     outline: none;
     border: 1px solid #ccc;
     color: black;
     border-left: 8px solid #5858;
 }
/* UserID Icon*/
.userIcon:before {
     content: "\F007";
     font-family: FontAwesome;
     position: absolute;
     top: 1px;
     left: 8px;
     bottom: 1px;
     color: #2e6da4;
     opacity: 1px;
     font-size: 20px;
     line-height: 20px;
     background: #f2f2f2;
     padding: 10px 1px;
     width: 30px;
     text-align: center;
 }

 /* Password Icon*/
.passwordIcon:before{

        content: "\F023";
        font-family: FontAwesome;
        position: absolute;
        top: 1.4px;
        left: 8px;
        bottom: 25px;
        color: #2e6da4;
        opacity: 1;
        font-size: 20px;
        line-height: 20px;
        background: #f2f2f2;
        padding: 10px 1px;
        width: 30px;
        text-align: center;
}

.eyeSlashIcon:before{
            content: "\f06e";
            left: 205px;
            font-family: FontAwesome;
            position: absolute;
            top: 1.4px;
            bottom: 25px;
            color: #2e6da4;
            opacity: 1;
            line-height: 0px;
            background: #f2f2f2;
            padding: 20px 0px;
            width: 33px;
            text-align: center;
}

.loginEyeSlashIcon:before{
         content: "\f06e";
         margin-left: 209px;
         font-family: FontAwesome;
         position: absolute;
         top: 0.7px;
         bottom: 25px;
         color: #2e6da4;
         opacity: 1;
         line-height: 20px;
         background: #f2f2f2;
         padding: 10px 1px;
         width: 33px;
         text-align: center;
}

.changePwdEyeSlashIcon:before{
            content: "\f06e";
            margin-left: 257px;
            font-family: FontAwesome;
            position: absolute;
            top: 1.4px;
            bottom: 25px;
            color: #2e6da4;
            opacity: 1;
            line-height: 20px;
            background: #f2f2f2;
            padding: 10px 1px;
            width: 33px;
            text-align: center;
}
/* Email Icon */
.envelopIcon:before {
     content: "\f0e0";
     font-family: FontAwesome;
     position: absolute;
     top: 1px;
     left: 8px;
     bottom: 1px;
     color: #2e6da4;
     opacity: 1px;
     font-size: 20px;
     line-height: 20px;
     background: #e9ecef;
     padding: 10px 1px;
     width: 30px;
     text-align: center;
 }

 /*  */
 /* PHONE Icon*/
 .phoneIcon:before {
      content: "\f095";
      font-family: FontAwesome;
      position: absolute;
      top: 1px;
      left: 8px;
      bottom: 1px;
      color: #2e6da4;
      opacity: 1px;
      font-size: 20px;
      line-height: 20px;
      background: #f2f2f2;
      padding: 10px 1px;
      width: 30px;
      text-align: center;
  }
 *, ::after, ::before {
     box-sizing: border-box;
 }

/* LOCK */
.fa-2x {
    font-size: 1.7em;
}

/* Error Page  #ceddf4*/
.container{
margin-top:80px;
width:100%;
height:100%;
background-color: #d0def4;
}

/* MFA UI*/
.channel-option {
    display: flex;
    align-items: center;
}
.radio-option {
    margin-right: 5px; /* Adjust spacing as needed */
}

.mfa-btn-submit {
            border-radius: 25px;
            padding: 10px 30px;
            background-color: #2e6da4;
            color: white;
            border: none;
            margin-left:120px;
        }

        .mfa-btn-submit:hover {
            background-color: #239488;
        }

 /* Resend button*/
 .mfa-btn-resend {
      margin-left:134px;
         }

  .mfa-back-btn
   {
     margin-left:80px;
    }

/* Answer MFA UI */

.notification-box {
        background-color: #d4edda;
        width: 80%;
        color: #155724;
        padding: 10px 62px;
        border: 1px solid #c3e6cb;
        border-radius: 5px;
        margin-left: 11%;
}
.d-none {
    display: none;
}

.resend-text{
      text-align-last: center;
}

.otpText{
 font-size: 0.9rem;
}
.otp-box {
    width: 45px;
    height: 50px;
    font-size: 1rem;
    border-radius: 8px;
}

/* Optional override for Bootstrap feedback */
.otp-valid {

    border-color: #198754 !important;
}

.otp-invalid {
    border-color: #dc3545 !important;

}

/* Token Expiry*/
.tokenAlert{
z-index: 1100;
margin-top:83px;
font-size: smaller;
}

.errorAlert{
font-size: smaller;
}

/* Change pwd */
.changepwd-container-box {
    max-width: 480px;
    margin: 40px auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(46, 109, 164, 0.976);
    display: flex;
    }
    .changepwd-panel {
        padding: 40px 75px;
        margin-left: 2%;
    }