   /*body {
       font-family: "Roboto", sans-serif;
   }

   input[type=date]:focus,
   input[type=email]:focus,
   input[type=number]:focus,
   input[type=password]:focus,
   input[type=search]:focus,
   input[type=tel]:focus,
   input[type=text]:focus,
   input[type=url]:focus,
   select:focus,
   textarea:focus {
       border: 2px solid #25984e !important;
   }

   input[type=date],
   input[type=email],
   input[type=number],
   input[type=password],
   input[type=search],
   input[type=tel],
   input[type=text],
   input[type=url],
   select,
   textarea {
       border: 1px solid #ccc;
   }

   .form-control::placeholder {
       opacity: 1;
       color: #9ca3af;
   }

   input:focus {
       border: 2px solid #25984e;
       transition: none;
   }

   .form-control:focus {
       border: 2px solid #25984e;
       transition: none;
   }

   .container-fluid {
       max-width: 1440px;
   }

   .login-section .container-fluid {
       max-width: 100%;
       margin: 0px 20px;
   }

   .page-title {
       color: #000;
       margin-bottom: 28px;*/
       /* margin-top: 28px; */
       /*font-size: 26px;
       font-weight: 700;
   }
.login-box a img{
    margin-bottom: 28px;
}
   .green,
   .red,
   .verify-ac {
       margin-bottom: 10px;
   }

   .red {
       color: #ff0000;
       width: 100%;
   }

   .green {
       color: green;
       width: 100%;
   }

   .form-group {
       position: relative;
   }

   .form-group i,
   .form-group svg {
       position: absolute;
       right: 15px;
       top: 16px;
       color: #b1b1b1;
       font-size: 15px;
   }

   .form-control:focus {
       outline: 0;
       box-shadow: none;
   }

   .password_validate span {
       display: none;
       font-size: 14px;
       margin-bottom: 5px;
   }

   .fa-check {
       right: -20px !important;
       color: #25984e;
   }

   .login-box .btn_2 {
       width: 100%;
       margin: auto;
       position: relative;
   }

   .charlength_validate {
       margin-top: 20px;
   }
   .retype_validate {
       margin-top: 10px;
   }


   .verify-ac {
       font-size: 18px;
       font-weight: 700;
       color: #000;
   }

   .password_match span {
       margin-top: 15px;
   }

.login-box, .verify {
    max-width: 600px;
    margin: auto;
    padding: 2.5rem 44px;
    min-height: 460px;
    padding-right:55px;
}
   .form-control {
       border: 1px solid #ccc;
       border-radius: 5px !important;
       padding: 10px;
       width: 100%;
       height: 50px;
       font-size: 16px;
   }

   .create-msg {
       font-family: Roboto, sans-serif;
       font-size: 18px !important;
       color: #000 !important;
       font-weight: 700;
       letter-spacing: normal;
       margin-bottom: 20px;
       line-height: 28px;
   }

   .login-box .form-group {
       margin-bottom: 30px;
       position: relative;
   }

   .login-sso p {
       color: #5F6368;
       font-size: 18px;
   }

   .create-msg a,
   .create-msg a:hover,
   .login-sso a,
   .verify h1 {
       color: #25984E;
   }

   .login-sso {
       margin: auto;
       display: flex;
       justify-content: center;
       align-items: flex-end;
   }

   .login-box .form-control {
       padding: 15px 10px 15px 45px;
   }

   .verify {
       color: #58595a;
   }

   .verify-section::before {
       content: "";
       position: absolute;
       top: 0;
       bottom: 0;
       right: 0;
       left: 0;
       opacity: 0.5;
   }

   .verify h1 {
       margin-top: 20px;
       font-size: 30px;
       font-weight: 600;
       margin-bottom: 25px;
       font-family: "Roboto", sans-serif;
   }

   .verify p {
       color: #58595a;
       font-size: 18px;
       font-weight: 500;
       margin-bottom: 25px;
   }

   i.toggle-password.fa.fa-eye-slash {
       right: 11px;
   }

.email-parent img, .password_validate img {
    position: absolute;
    top: 13px;
    left: 8px;
    width: 25px;
}

.password_validate img {
    position: absolute;
    top: 13px;
    left: 8px;
    width: 25px;*/
    /* height: 20px; */
/*}
   .create-msg a {
       margin-left: auto;
       color: #5F6368;
       font-weight: 400;
       font-size: 18px;
   }

   .login-box a {
       text-decoration: none;
   }

   .custom-btn-1 {
       background-color: #fff;
       border: none;
       padding: 0px !important;
       font-family: "Roboto", sans-serif;
   }

   .custom-btn-1 p {
       margin-bottom: 0;
       font-weight: 500;
   }

    .custom-btn-1:hover {
        background-color: #28A500;
        opacity: 0.8;
    }
    .custom-btn-1:focus {
        border: 2px solid #28A500 !important;
    }
    .custom-btn-1 {
        background-color: #28A500;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        padding: 8px 10px;
        border-radius: 5px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: anchor-center;
        cursor: pointer;
    }

   button.custom-btn-1 i {
       font-size: 18px;
   }

   button.custom-btn-1:hover i {
       transform: rotateZ(0deg);
   }

   .login-section {
       min-height: 100vh;
       display: flex;
       align-items: center;
       position: relative;
   }

   .forgot-link {
       display: flex;
       justify-content: end;
       margin: 20px 0px;
       color: #5F6368;
   }

   .forgot-link a {
       color: #5F6368;
       font-size: 18px;
       text-decoration: underline;
   }



   .privacy-sec {
       color: #5f6368;
       font-size: 18px;
       margin-top: 20px;
       text-align: center;
       margin-bottom: 0px;
   }

   .credit-text {
       color: #5f6368;
       font-size: 18px;
   }

.privacy-sec a {
    color: #28A500;
    text-decoration: underline;
}

   .login-section .login-copyright {
       position: absolute;
       left: calc(77% - 125px);
       bottom: 6%;
       font-size: 16px;
       color: #b1b1b1;
       margin-bottom: 0;
   }

   .login-capcha-image-refresh .form-control {
       padding: 15px 10px 15px 15px;
   }

   .login-box.reset-box .page-title {
       margin-bottom: 12px;
   }

   .login-box.reset-box h3 {
       color: #25984E;
       font-size: 16px;
       font-weight: 700;
       margin-bottom: 20px;
       line-height: 24px;
   }

   .login-box.reset-box .password_validate img {
       top: 50px;
   }

   .login-box.reset-box .form-group svg {
       top: 55px;
   }
 .login-box.reset-box label {
    margin: 15px 0 10px;
    display: block;
    font-weight: 700;
    font-size: 18px;
}
 .password_validate span {
       align-items: center;
       font-size: 14px;
       margin-bottom: 10px;
       color: #727272;
   }

   .password_validate span svg {
       margin-right: 6px;
       color: #727272;
   }

   .password_validate .green {
       color: #25984E;
   }

   .password_validate .green i {
       color: #25984E;
   }

   .capital_validate::before,
   .smallcase_validate::before,
   .numeric_validate::before,
   .special_validate::before,
   .retype_validate::before  {
       content: url('../image/cross-icon.png');*/
       /* fa-xmark */
       /*font-family: "Font Awesome 6 Free";
       font-weight: 900;
       margin-right: 10px;
       top: 4px;
       position: relative;
   }

   .password_validate .green.capital_validate::before,
   .password_validate .green.smallcase_validate::before,
   .password_validate .green.numeric_validate::before,
   .password_validate .green.special_validate::before,
   .password_validate .green.retype_validate::before {
       content: url('../image/check-icon.png');
       top: 4px;
       position: relative;
   }

   .char-count-display {
       display: flex;
       height: 21px;
       width: 21px;
       align-items: center;
       justify-content: center;
       border-radius: 50%;
       margin-right: 10px;
       padding-top: 1px;
       background-color: #e5e5e5;
       font-size: 12px;
   }

   #freetrialsubmit {
       position: relative;
   }

   #freetrialsubmit svg {
       width: 40px;
       position: absolute;
       top: 50%;
       right: 10px;
       transform: translateY(-50%);
   }

   .email-parent {
       position: relative;
       margin-bottom: 30px;
   }
.login-section.create-section {
      height: 100vh;
      overflow: hidden;
    }

    .login-section.create-section .row {
      height: 100%;
      margin: 0;
    }

    .left-fixed {
      position: sticky;
      top: 0;
      height: 100vh;
      padding: 0;
      overflow: hidden;
      display: flex;
      align-items: center;
    }

    .right-scrollable {
      height: 100vh;
      overflow-y: auto;
      padding: 30px 20px;
    }*/

    /* Optional: Hide right side scroll bar if needed */
    /*.right-scrollable::-webkit-scrollbar {
      display: none;
    }

    .right-scrollable::-webkit-scrollbar-thumb {
      background-color: #ccc;
      border-radius: 3px;
    }

    .create-copy-right {
      font-size: 16px;
      color: #b1b1b1;
    }
    .privacy-parent{
        margin: 20px 0px;
        display: flex;
    }
    .privacy-parent label{
        color: #5F6368;
    font-size: 18px;
    margin-bottom: 0;
    cursor: pointer;
    }
      .privacy-parent label a{
        color: #25984e;
        
    }
 .custom-checkbox {
    padding-left: initial;
        position: relative;
    display: block;
    cursor: pointer;
}
.custom-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.custom-checkbox-label {
    position: relative;
}
 .custom-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #cccccc;
    box-shadow: none;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
}
.custom-checkbox input:checked + label:before {
    background: #25984e;
    border-color: #25984e;
}
 .custom-checkbox input:checked + label:after {
    top: 45%;
    transform: translate(-50%, -50%) rotate(45deg);*/
    /* transform: rotate(45deg); */
    /*left: 32%;
}
  .custom-checkbox  input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate( 45deg );
}
.login-box.forgot-box{
    min-height: 100% ;
}
.recover-btn{
    margin-bottom: 30px;
}
   @media screen and (min-width: 992px) and (max-width: 1200px) {
       .login-box {
           margin-left: 20px;
       }
   }

   @media only screen and (max-width: 767px) {
       .login-box {
           width: 80%;
       }

       .password-title {
           font-size: 24px;
       }
   }

   @media only screen and (max-width: 991px) {

       .bg-img {
           display: none;
       }

       .login-box {
           width: 100%;
           padding: 2.5rem 20px;
           box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
            0 1px 2px -1px rgba(0, 0, 0, 0.1);*/
           /* border: 1px solid #ccc; */
           /*border-radius: 4px;
           box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
            rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
       }

       .password-title {
           font-size: 26px;
       }

       .verify-ac {
           text-align: center;
       }

       .login-section video {
           display: none !important;
       }

       .login-section .login-copyright {
           left: 50%;
           bottom: 6%;
           transform: translateX(-50%);
       }

       .login-capcha-image {
           width: 100px;
       }

       .refresh-btn {
           width: 50px;
       }

       .login-box {
           margin-top: 0;
       }
       .left-fixed {
    position: absolute !important;
}
.page-title {
    font-size: 20px;
    line-height: 28px;
}
   }

   .copy-right {
       margin-top: -50px;
       color: #B1B1B1;
       text-align: center !important;
       padding-left: 26px !important;
   }

   @media (max-width: 768px) {
       .verify h1 {
           font-size: 20px;
           margin-bottom: 20px;
       }

       .verify p {
           font-size: 16px;
           margin-bottom: 15px;
       }

       .verify {
           max-width: 350px;
       }

       .copy-right {
           margin-top: 30px !important;
           color: #B1B1B1;
           padding-top: 26px !important;
       }
   }
  @media only screen and (min-width: 2160px) {
      .right-scrollable {
        display: flex;
        align-items: center;
      }
    }

    .create-copy-right {
      display: none;
    }

    @media only screen and (max-width: 2160px) {
    

      .create-copy-right {
        display: block;
      }
     .login-section.create-section .login-copyright{
        display: none;
      }
    }*/
/*body {
       font-family: "Roboto", sans-serif;
   }

   input[type=date]:focus,
   input[type=email]:focus,
   input[type=number]:focus,
   input[type=password]:focus,
   input[type=search]:focus,
   input[type=tel]:focus,
   input[type=text]:focus,
   input[type=url]:focus,
   select:focus,
   textarea:focus {
       border: 2px solid #25984e !important;
   }

   input[type=date],
   input[type=email],
   input[type=number],
   input[type=password],
   input[type=search],
   input[type=tel],
   input[type=text],
   input[type=url],
   select,
   textarea {
       border: 1px solid #ccc;
   }

   .form-control::placeholder {
       opacity: 1;
       color: #9ca3af;
   }

   input:focus {
       border: 2px solid #25984e;
       transition: none;
   }

   .form-control:focus {
       border: 2px solid #25984e;
       transition: none;
   }

   .container-fluid {
       max-width: 1440px;
   }

   .login-section .container-fluid {
       max-width: 100%;
       margin: 0px 20px;
   }

   .page-title {
       color: #000;
       margin-bottom: 28px;
       margin-top: 28px;
       font-size: 26px;
       font-weight: 700;
   }

   .green,
   .red,
   .verify-ac {
       margin-bottom: 10px;
   }

   .red {
       color: #ff0000;
       width: 100%;
   }

   .green {
       color: green;
       width: 100%;
   }

   .form-group {
       position: relative;
   }

   .form-group i,
   .form-group svg {
       position: absolute;
       right: 12px;
       top: 17px;
       color: #b1b1b1;
   }

   .form-control:focus {
       outline: 0;
       box-shadow: none;
   }

   .password_validate span {
       display: none;
       font-size: 14px;
       margin-bottom: 5px;
   }

   .fa-check {
       right: -20px !important;
       color: #25984e;
   }

   .login-box .btn_2 {
       width: 100%;
       margin: auto;
       position: relative;
   }

   .charlength_validate {
       margin-top: 20px;
   }
   .retype_validate {
       margin-top: 10px;
   }


   .verify-ac {
       font-size: 18px;
       font-weight: 700;
       color: #000;
   }

   .password_match span {
       margin-top: 15px;
   }

.login-box, .verify {
    max-width: 600px;
    margin: auto;
    padding: 2.5rem 44px;
    min-height: 460px;
    padding-right: 55px;
}

   .form-control {
       border: 1px solid #ccc;
       border-radius: 5px !important;
       padding: 10px;
       width: 100%;
       height: 50px;
       font-size: 16px;
   }

   .create-msg {
       font-family: Roboto, sans-serif;
       font-size: 18px !important;
       color: #5F6368 !important;
       font-weight: 700;
       letter-spacing: normal;
   }

   .login-box .form-group {
       margin-bottom: 30px;
       position: relative;
   }

   .login-sso p {
       color: #5F6368;
       font-size: 18px;
   }

   .create-msg a,
   .create-msg a:hover,
   .login-sso a,
   .verify h1 {
       color: #25984E;
   }

   .login-sso {
       margin: auto;
       display: flex;
       justify-content: center;
       align-items: flex-end;
   }

   .login-box .form-control {
       padding: 15px 10px 15px 45px;
   }

   .verify {
       color: #58595a;
   }

   .verify-section::before {
       content: "";
       position: absolute;
       top: 0;
       bottom: 0;
       right: 0;
       left: 0;
       opacity: 0.5;
   }

   .verify h1 {
       margin-top: 20px;
       font-size: 30px;
       font-weight: 600;
       margin-bottom: 25px;
       font-family: "Roboto", sans-serif;
   }

   .verify p {
       color: #58595a;
       font-size: 18px;
       font-weight: 500;
       margin-bottom: 25px;
   }

   i.toggle-password.fa.fa-eye-slash {
       right: 11px;
   }

   .email-parent img,
   .password_validate img {
       position: absolute;
       top: 19px;
       left: 15px;
   }

   .password_validate img {
       position: absolute;
       top: 13px;
       left: 15px;
   }

   .create-msg a {
       margin-left: auto;
       color: #5F6368;
       font-weight: 400;
       font-size: 18px;
   }

   .login-box a {
       text-decoration: none;
   }

   .custom-btn-1 {
       background-color: #fff;
       border: none;
       padding: 0px !important;
       font-family: "Roboto", sans-serif;
   }

   .custom-btn-1 p {
       margin-bottom: 0;
       font-weight: 500;
   }

   .custom-btn-1:hover {
       background-color: #25984e;
       opacity: 0.8;
   }

   .custom-btn-1 {
       background-color: #25984e;
       color: #fff;
       font-size: 16px;
       font-weight: 400;
       padding: 8px 10px;
       border-radius: 5px;
       height: 50px;
       display: flex;
       justify-content: center;
       align-items: anchor-center;
       cursor: pointer;
   }

   button.custom-btn-1 i {
       font-size: 18px;
   }

   button.custom-btn-1:hover i {
       transform: rotateZ(0deg);
   }

.login-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

   .forgot-link {
       display: flex;
       justify-content: end;
       margin: 20px 0px;
       color: #5F6368;
   }

   .forgot-link a {
       color: #5F6368;
       font-size: 18px;
       text-decoration: underline;
   }

   .login-capcha-image-refresh {
       display: flex;
       border: 1px solid #ccc;
       padding: 20px;
       align-items: center;
       border-radius: 5px;
       margin-bottom: 30px;
   }

   .login-capcha-image {
       width: 150px;
       margin-right: 20px;
   }

   .refresh-btn {
       border: none;
       background-color: transparent;
   }

   .privacy-sec {
       color: #5f6368;
       font-size: 18px;
       margin-top: 20px;
       text-align: center;
   }

   .credit-text {
       color: #5f6368;
       font-size: 18px;
   }

   .privacy-sec a {
       color: #25984e;
       text-decoration: underline;
   }

.login-section .login-copyright {
    position: absolute;
    left: calc(77% - 125px);
    bottom: 6%;
    font-size: 16px;
    color: #b1b1b1;
}

   .login-capcha-image-refresh .form-control {
       padding: 15px 10px 15px 15px;
   }

   .login-box.reset-box .page-title {
       margin-bottom: 12px;
   }

   .login-box.reset-box h3 {
       color: #25984E;
       font-size: 16px;
       font-weight: 700;
       margin-bottom: 20px;
   }

   .login-box.reset-box .password_validate img {
       top: 50px;
   }

   .login-box.reset-box .form-group svg {
       top: 55px;
   }
 .login-box.reset-box label {
    margin: 15px 0 10px;
    display: block;
    font-weight: 700;
    font-size: 18px;
}
 .password_validate span {
       align-items: center;
       font-size: 14px;
       margin-bottom: 10px;
       color: #727272;
   }

   .password_validate span svg {
       margin-right: 6px;
       color: #727272;
   }

   .password_validate .green {
       color: #25984E;
   }

   .password_validate .green i {
       color: #25984E;
   }

   .capital_validate::before,
   .smallcase_validate::before,
   .numeric_validate::before,
   .special_validate::before,
   .retype_validate::before  {
       content: url('/Content/Images/loginimages/cross-icon.png');*/
/* fa-xmark */
/*font-family: "Font Awesome 6 Free";
       font-weight: 900;
       margin-right: 10px;
       top: 1px;
       position: relative;
   }

.password_validate .green.capital_validate::before,
.password_validate .green.smallcase_validate::before,
.password_validate .green.numeric_validate::before,
.password_validate .green.special_validate::before,
.password_validate .green.retype_validate::before {
    content: url('/Content/Images/loginimages/check-icon.png');
    top: 1px;
    position: relative;
}

   .char-count-display {
       display: flex;
       height: 21px;
       width: 21px;
       align-items: center;
       justify-content: center;
       border-radius: 50%;
       margin-right: 10px;
       padding-top: 1px;
       background-color: #e5e5e5;
       font-size: 12px;
   }
.form-control{
    background-color:#fff !important;
}
.swal2-styled.swal2-confirm {
    position: relative;
    display: flex;
    height: unset;
    min-width: 120px;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border-color: none;
    --tw-bg-opacity: 1;
    background-color: rgb(36 152 78/var(--tw-bg-opacity));
    background-size: 200% auto;
    padding: .625rem 35px;
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: capitalize;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    transition-property: .5s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .25s;
}

   #freetrialsubmit {
       position: relative;
   }

   #freetrialsubmit svg {
       width: 40px;
       position: absolute;
       top: 50%;
       right: 10px;
       transform: translateY(-50%);
   }

   .email-parent {
       position: relative;
       margin-bottom: 30px;
   }
.login-section.create-section {
      height: 100vh;
      overflow: hidden;
    }

    .login-section.create-section .row {
      height: 100%;
      margin: 0;
    }

    .left-fixed {
      position: sticky;
      top: 0;
      height: 100vh;
      padding: 0;
      overflow: hidden;
      display: flex;
      align-items: center;
    }

    .right-scrollable {
      height: 100vh;
      overflow-y: auto;
      padding: 30px 20px;
    }*/

/* Optional: Hide right side scroll bar if needed */
/*.right-scrollable::-webkit-scrollbar {
      display: none;
    }

    .right-scrollable::-webkit-scrollbar-thumb {
      background-color: #ccc;
      border-radius: 3px;
    }

    .create-copy-right {
      font-size: 16px;
      color: #b1b1b1;
    }
    .privacy-parent{
        margin: 20px 0px;
        display: flex;
    }
    .privacy-parent label{
        color: #5F6368;
    font-size: 18px;
    margin-bottom: 0;
    cursor: pointer;
    }
      .privacy-parent label a{
        color: #25984e;
        
    }
 .custom-checkbox {
    padding-left: initial;
        position: relative;
    display: block;
    cursor: pointer;
}
.custom-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.custom-checkbox-label {
    position: relative;
}
 .custom-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #cccccc;
    box-shadow: none;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
}
.custom-checkbox input:checked + label:before {
    background: #25984e;
    border-color: #25984e;
}
 .custom-checkbox input:checked + label:after {
    top: 45%;
    transform: translate(-50%, -50%) rotate(45deg);*/
/* transform: rotate(45deg); */
/*left: 32%;
}
  .custom-checkbox  input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate( 45deg );
}
   @media screen and (min-width: 992px) and (max-width: 1200px) {
       .login-box {
           margin-left: 20px;
       }
   }

   @media only screen and (max-width: 767px) {
       .login-box {
           width: 80%;
       }

       .password-title {
           font-size: 24px;
       }
   }

   @media only screen and (max-width: 991px) {

       .bg-img {
           display: none;
       }

       .login-box {
           width: 100%;
           padding: 20px 20px;
           border: 1px solid #ccc;
           border-radius: 10px;
       }

       .password-title {
           font-size: 26px;
       }

       .verify-ac {
           text-align: center;
       }

       .login-section video {
           display: none !important;
       }

       .login-section .login-copyright {
           left: 50%;
           bottom: 0%;
           transform: translateX(-50%);
       }

       .login-capcha-image {
           width: 100px;
       }

       .refresh-btn {
           width: 50px;
       }

       .login-box {
           margin-top: 0;
       }
       .left-fixed {
    position: absolute !important;
}
   }

   .copy-right {
       margin-top: -50px;
       color: #B1B1B1;
       text-align: center !important;
       padding-left: 26px !important;
   }

   @media (max-width: 768px) {
       .verify h1 {
           font-size: 20px;
           margin-bottom: 20px;
       }

       .verify p {
           font-size: 16px;
           margin-bottom: 15px;
       }

       .verify {
           max-width: 350px;
       }

       .copy-right {
           margin-top: 30px !important;
           color: #B1B1B1;
           padding-top: 26px !important;
       }
   }
  @media only screen and (min-width: 2160px) {
      .right-scrollable {
        display: flex;
        align-items: center;
      }
    }

    .create-copy-right {
      display: none;
    }

    @media only screen and (max-width: 2160px) {
    

      .create-copy-right {
        display: block;
      }
     .login-section.create-section .login-copyright{
        display: none;
      }
    }*/

body {
    font-family: "Roboto", sans-serif;
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    border: 2px solid #25984e !important;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    border: 1px solid #ccc;
}

.form-control::placeholder {
    opacity: 1;
    color: #9ca3af;
}

input:focus {
    border: 2px solid #25984e;
    transition: none;
}

.form-control:focus {
    border: 2px solid #25984e !important;
    transition: none;
}

.container-fluid {
    max-width: 1440px;
}

.login-section .container-fluid {
    max-width: 100%;
    margin: 0px 20px;
}

.page-title {
    font-family: "Roboto", sans-serif !important;
    color: #000;
    margin-bottom: 28px;
    font-size: 24px;
    font-weight: 700;
}

.login-box a img {
    margin-bottom: 28px;
}

.green,
.red,
.verify-ac {
    margin-bottom: 10px;
}

.red {
    color: #ff0000;
    width: 100%;
}

.green {
    color: green;
    width: 100%;
}

.form-group {
    position: relative;
}

    .form-group i,
    .form-group svg {
        position: absolute;
        right: 15px;
        top: 16px;
        color: #b1b1b1;
        font-size: 15px;
        height: 20px;
        width: 20px;
    }

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.password_validate span {
    display: none;
    font-size: 14px;
    margin-bottom: 5px;
}

.fa-check {
    right: -20px !important;
    color: #25984e;
}

.login-box .btn_2 {
    width: 100%;
    margin: auto;
    position: relative;
}

.charlength_validate {
    margin-top: 16px;
}

.retype_validate {
    margin-top: 10px;
}


.verify-ac {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.password_match span {
    margin-top: 15px;
}

.login-box, .verify {
    max-width: 600px;
    margin: auto;
    padding: 2.5rem 44px;
    min-height: 460px;
    padding-right: 56px;
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 5px !important;
    padding: 10px;
    width: 100%;
    height: 50px;
    font-size: 16px;
}

.create-msg {
    font-family: Roboto, sans-serif;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 20px;
    line-height: 28px;
}

.login-box .form-group {
    margin-bottom: 30px;
    position: relative;
}

.login-sso p {
    color: #5F6368;
    font-size: 18px;
}

.create-msg a,
.create-msg a:hover,
.login-sso a,
.verify h1 {
    color: #25984E;
}

.login-sso {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.login-box .form-control {
    padding: 15px 10px 15px 45px;
    padding-inline-start: 2.75rem !important;
}

.verify {
    color: #58595a;
}

.verify-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.5;
}

.verify h1 {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: "Roboto", sans-serif;
}

.verify p {
    color: #58595a;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

i.toggle-password.fa.fa-eye-slash {
    right: 11px;
}

.email-parent img, .password_validate img {
    position: absolute;
    top: 25px;
    transform: translateY(-50%);
    left: 8px;
    width: 25px;
}

/*.password_validate img {
    position: absolute;
    top: 13px;
    left: 8px;
    width: 25px;*/
/* height: 20px; */
/*}*/

.create-msg a {
    margin-left: auto;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.login-box a {
    text-decoration: none;
}

.custom-btn-1 {
    background-color: #fff;
    border: none;
    padding: 0px !important;
    font-family: "Roboto", sans-serif;
}

    .custom-btn-1 p {
        margin-bottom: 0;
        font-weight: 500;
    }
    .custom-btn-1:focus {
        border: 2px solid #28A500 !important;
    }
    .custom-btn-1:hover {
        background-color: #28A500;
        opacity: 0.8;
    }

.custom-btn-1 {
    background-color: #28A500;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 10px;
    border-radius: 5px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

button.custom-btn-1 i {
    font-size: 18px;
}

button.custom-btn-1:hover i {
    transform: rotateZ(0deg);
}

.login-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.forgot-link {
    display: flex;
    justify-content: end;
    margin: 20px 0px;
    color: #5F6368;
}

    .forgot-link a {
        color: #000;
        font-size: 16px;
        text-decoration: underline;
    }



.privacy-sec {
    color: #000;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 0px;
}

.credit-text {
    color: #5f6368;
    font-size: 18px;
}

.privacy-sec a {
    color: #28A500;
    text-decoration: underline;
}

.login-section .login-copyright {
    position: absolute;
    left: calc(76% - 133px);
    bottom: 6%;
    font-size: 16px;
    color: #b1b1b1;
    margin-bottom: 0;
}

.login-capcha-image-refresh .form-control {
    padding: 15px 10px 15px 15px;
}

.login-box.reset-box .page-title {
    margin-bottom: 12px;
}

.login-box.reset-box h3 {
    color: #25984E;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 24px;
}

.login-box.reset-box .password_validate img {
    top: 50px;
}

.login-box.reset-box .form-group svg {
    top: 52px;
    right: 20px;
    height: 20px;
    width: 20px;
}

.login-box.reset-box label {
    margin: 15px 0 10px;
    display: block;
    font-weight: 700;
    font-size: 18px;
}

.password_validate span {
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
    color: #727272;
}

    .password_validate span svg {
        margin-right: 6px;
        color: #727272;
    }

.password_validate .green {
    color: #25984E;
}

    .password_validate .green i {
        color: #25984E;
    }

.capital_validate::before,
.smallcase_validate::before,
.numeric_validate::before,
.special_validate::before,
.retype_validate::before {
    content: url('/Content/images/login-images/cross-icon.png');
    /* fa-xmark */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 12px;
    top: 0px;
    position: relative;
}

.password_validate .green.capital_validate::before,
.password_validate .green.smallcase_validate::before,
.password_validate .green.numeric_validate::before,
.password_validate .green.special_validate::before,
.password_validate .green.retype_validate::before {
    content: url('/Content/images/login-images/check-icon.png');
    top: 0px;
    position: relative;
}

.char-count-display {
    display: flex;
    height: 21px;
    width: 21px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    padding-top: 1px;
    background-color: #e5e5e5;
    font-size: 12px;
}

#freetrialsubmit {
    position: relative;
}

    #freetrialsubmit svg {
        width: 40px;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }

.email-parent {
    position: relative;
    margin-bottom: 30px;
}

.login-section.create-section {
    height: 100vh;
    overflow: hidden;
}

    .login-section.create-section .row {
        height: 100%;
        margin: 0;
    }

.left-fixed {
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.right-scrollable {
    height: 100vh;
    overflow-y: auto;
    padding: 30px 20px;
}

    /* Optional: Hide right side scroll bar if needed */
    .right-scrollable::-webkit-scrollbar {
        display: none;
    }

    .right-scrollable::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 3px;
    }

.create-copy-right {
    font-size: 16px;
    color: #b1b1b1;
}

.privacy-parent {
    margin: 20px 0px;
    display: flex;
}

    .privacy-parent label {
        color: #5F6368;
        font-size: 18px;
        margin-bottom: 0;
        cursor: pointer;
    }

        .privacy-parent label a {
            color: #25984e;
        }

.custom-checkbox {
    padding-left: initial;
    position: relative;
    display: block;
    cursor: pointer;
}

    .custom-checkbox input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

.custom-checkbox-label {
    position: relative;
}

.custom-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #cccccc;
    box-shadow: none;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
}

.custom-checkbox input:checked + label:before {
    background: #25984e;
    border-color: #25984e;
}

.custom-checkbox input:checked + label:after {
    top: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
    /* transform: rotate(45deg); */
    left: 32%;
}

.custom-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate( 45deg );
}

.login-box.forgot-box {
    min-height: 100%;
}

.recover-btn {
    margin-bottom: 30px;
    margin-top: -2px;
}

.create-msg.d-flex {
    font-size: 16px !important;
    line-height: 24px;
}

.login-box .form-group.password_validate {
    margin-bottom: 24px;
}

.reset-box .custom-btn-1 {
    margin-bottom: 16px;
}

.reset-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-popups-success {
    min-height: 450px;
    width: 600px;
    padding: 50px 10px 50px;
    border-radius: 15px;
}

.login-popups-error {
    min-height: 400px;
    width: 600px;
    padding: 50px 10px 50px;
    border-radius: 15px;
}

.swal2-title {
    color: #000;
}

.login-popups-success .swal2-icon.swal2-success,
.login-popups-error .swal2-icon.swal2-error {
    margin-top: 0;
}

.login-popups-success button.swal2-confirm.swal2-styled, .login-popups-error button.swal2-confirm.swal2-styled {
    border-radius: 5px;
    background-color: #25984e;
}

.swal2-styled.swal2-confirm {
    position: relative !important;
    display: flex !important;
    height: unset !important;
    min-width: 120px !important;
    align-content: center !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 5px !important;
    border-color: none !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(36 152 78/var(--tw-bg-opacity)) !important;
    background-size: 200% auto !important;
    padding: .625rem 35px !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    text-transform: capitalize !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important;
    transition-property: .5s !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
    transition-duration: .25s !important;
}

.swal2-html-container p {
    margin-bottom: 0px !important;
}

.login-popups-success .swal2-icon {
    margin-top: 40px !important;
}

.swal2-title {
    line-height: inherit !important;
}

.login-box.reset-box .password_validate .manupulation {
    top: 62px !important;
}

.create-msg1.d-flex {
    font-size: 18px !important;
    line-height: 1.75rem !important;
    margin-bottom: 20px !important;
    font-weight: 500;
}

.invalid-feedback {
    font-size: 16px !important;
    margin-top: 0px !important;
    color: #ff0000 !important;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .login-box {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .login-box {
        width: 80%;
    }

    .password-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {

    .bg-img {
        display: none;
    }

    .login-box {
        width: 100%;
        padding: 2.5rem 20px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
        /* border: 1px solid #ccc; */
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    }

    .password-title {
        font-size: 26px;
    }

    .verify-ac {
        text-align: center;
    }

    .login-section video {
        display: none !important;
    }

    .login-section .login-copyright {
        left: 50%;
        bottom: 6%;
        transform: translateX(-50%);
    }

    .login-capcha-image {
        width: 100px;
    }

    .refresh-btn {
        width: 50px;
    }

    .login-box {
        margin-top: 0;
    }

    .left-fixed {
        position: absolute !important;
    }

    .page-title {
        font-size: 20px;
        line-height: 28px;
    }

    .login-section .container-fluid {
        margin: 0px 32px !important;
    }

    .login-popups-success {
        min-height: auto;
    }

    .login-popups-error {
        min-height: auto;
    }
}

.copy-right {
    margin-top: -50px;
    color: #B1B1B1;
    text-align: center !important;
    padding-left: 26px !important;
}

@media (max-width: 768px) {
    .verify h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .verify p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .verify {
        max-width: 350px;
    }

    .copy-right {
        margin-top: 30px !important;
        color: #B1B1B1;
        padding-top: 26px !important;
    }
}

@media only screen and (min-width: 2160px) {
    .right-scrollable {
        display: flex;
        align-items: center;
    }
}

.create-copy-right {
    display: none;
}

@media only screen and (max-width: 2160px) {


    .create-copy-right {
        display: block;
    }

    .login-section.create-section .login-copyright {
        display: none;
    }
}
.swal2-popup {
    min-height: 450px !important;
    width: 600px !important;
    padding: 50px 10px 50px !important;
    border-radius: 15px !important;
}

.swal2-content {
    padding: 0 !important;
}

.swal2-title {
    margin: 0px !important;
    color: #000000 !important;
}

button.swal2-confirm.swal2-styled, .login-popups-error button.swal2-confirm.swal2-styled {
    border-radius: 5px !important;
    background-color: #25984e !important;
}

.swal2-icon-success .swal2-styled.swal2-confirm {
    text-transform: capitalize !important;
}
.error-msg {
    font-size: 16px !important;
    margin-top: 0px !important;
    color: #ff0000 !important;
    padding-top: 5px !important;
}

.invalid-feedback {
    padding-top: 5px !important;
}
