.new_regF .logo {
    margin: 0 !important;
}

.new_regF .logo img {
    width: 25%;
    height: auto;
}

.commlogreg a {
    color: #ffffff;
}

.login_Page .signbtnn {
    /* background: linear-gradient(to left top, rgba(2, 112, 215, 0.7), rgba(40, 56, 71, 0.7)); */
    background: linear-gradient(to left top, rgb(51 56 68 / 35%), rgb(40 56 71));
    /* padding: 10px; */
    text-decoration: none;
    /* Remove underline */
    text-align: center;
}

.leftlogo img {
    width: 75%;
    height: auto;
}

.bg_login {
    background: url(../png/hive.png) no-repeat center;
    /* background: url(/static/images/wave.png) no-repeat center; */
    background-size: cover;
}

.bg-auth-circle-shape-2.bg_circle_sh2 {
    left: -45px !important;
    bottom: 10px !important;
}

.bg-auth-circle-shape.bg_circle_sh1 {
    right: -2.75rem !important;
    top: -0.425rem !important;
}



.hdWrp {
    flex: auto;
    /* text-align: center; */
    margin-top: 20px;
    margin-bottom: 30px;
}

.hdWrp h5 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 0;
    /* text-transform: capitalize; */
    position: relative;
    display: inline-block;
}

/* .hdWrp h5::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #344050;
    border-radius: 5px;
} */

.new_regF .frm_ctrl {
    height: 45px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.2;
    padding: 8px 15px;
    border-color: #d2d2d2;
    color: #676D7D;
    box-shadow: none;
    appearance: auto;
    background-color: #ffffff;
}

.new_regF .frm_ctrl.logo_com {
    padding-left: 50px;
}

.new_regF .frm_ctrl:focus {
    border-color: #1a73e8;
}

.new_regF .socBtnW a,
.new_regF button.btn {
    border-radius: 8px;
}

.new_regF button.btn {
    padding: 9px;
    /* background: linear-gradient(to left top, #0270D7, rgb(40 56 71)); */
    background: linear-gradient(to left top, rgba(2, 112, 215, 0.7), rgba(40, 56, 71, 0.7));
}

.new_regF .socBtnW a {
    padding: 6px 0;
}

.crt_accW {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
}

.new_regF {
    /* border-radius: 16px;
    box-shadow: 0px 10px 50px #0000004D; */
    /* background: rgba(255, 255, 255, 0.15); */
    /* background: #6e798f99; */
    /* background: #6e798f47; */
    /* background: #6e798f61; */
    /* background: #c1c1c129; */
    background: #0000004f;
    /* Semi-transparent white */
    /* backdrop-filter: blur(0.5px); */
    /* Blur effect */
    /* -webkit-backdrop-filter: blur(0.5px); */
    /* Safari support */
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* Subtle border */
    border-radius: 15px;
    /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Soft shadow */
}

.new_regF .card-body {
    padding: 40px !important;
}



.not_list {
    display: block;
    font-size: 12px;
    color: #13135a !important;
    margin-top: 3px;
    text-align: right;
}

.outer_card {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* height: 100vh; */
    min-height: 100vh
}

.left_card {
    display: flex;
    max-width: 618px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 60px;
}

.left_card h2 {
    /* font-size: 40px; */
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
    /* color: #121e2d; */
    color: #ffffff;
}

.left_card p {
    /* font-size: 18px; */
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: justify;
    /* color: #232e3c; */
    color: #ffffff;
}

.outer_card .card {
    max-width: 620px;
    width: 100%;
}

.pr {
    position: relative;
    margin-top: 20px;
}

.search_Submit {
    width: 3.5rem;
    height: 61%;
    /* height: 100%; */
    background-color: transparent !important;
    border: 0px solid transparent !important;
    outline: none;
    position: absolute;
    top: 27px;
    right: 0;
    border-radius: 0px 8px 8px 0px;
    box-shadow: none !important;
    transition: all 0.5s ease;
}

.search_Submit:hover svg {
    color: #fff;
}

.search_Submit #loader {
    stroke: #2c7be5;
}

.search_Submit:hover #loader {
    stroke: #fff !important;
}


.search_Submit:hover {
    background-color: #1a73e8 !important;
    cursor: pointer;
    border-radius: 0px 8px 8px 0px
}

.qqqq {
    position: absolute !important;
    top: 100% !important;
    left: -50%;
}

.search_Submit {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_regf span {
    /* color: #e75c3c; */
    color: red;
    
    margin-top: 5px;
}

.sign_upPage {
    padding: 0 !important;
}

.sign_upPage .outer_card {
    align-items: flex-start;
    /* padding: 0; */
    /* background: #2C3444; */
    background: #1c1e26;

}

.sign_upPage .left_card {
    height: 100vh;
    padding-right: 0;
    /* max-width: 50%; */
    width: 50%;
    justify-content: center;
}

.sign_upPage .bg-holder {
    position: relative;
    height: 100%;
    z-index: 99999999;
    width: 100%;
}

.sign_upPage .right_card {
    width: 50%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#login_button_loader {
    /* position: absolute; */
    /* top: 64%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    z-index: 9999;
}

span#mail_pass_error {
    color: red;
    font-size: 13px;
    position: absolute;
    margin-top: -15px;
}

/* .toggle-password.toggpass {
    margin-top: -40px;
} */

/************* popup ***************/

.reg_popup .modal-title {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 16px;
}

/***********************Register form page 2**********************/

.company_name {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    /* color: #344050; */
}

.cname_clogo {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 10px;
}

.cname_clogo p {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #344050;
}

.company_logo {
    /* width: 28px; */
    width: auto;
    height: 28px;
    position: relative;

}

.company_logo img {
    /* width: 100%; */
    width: auto;
    height: 100%;
}

.toggle-password {
    cursor: pointer;
    font-size: 24px;
    /* margin-right: 10px; */
    /* margin-top: -45px; */
    /* float: right;
    position: absolute;
    top: 60%;
    right: 38px;
    transform: translateY(-50%); */
}

.passInp {
    position: relative;
}

.passInp .tpass {
    position: absolute;
    right: 15px;
    /* top: 40%; */
    top: 32%;
    transform: translateY(-50%);
    margin: 0;
    float: none;
    vertical-align: middle;
    padding: 0;
}

.passInp .logpass {
    top: 45%;
}

.pass {
    padding: 0;
    margin: 0;
}

#company_name2 {
    display: none;
}

.was-validated .form-control.no_bgimg {
    background-image: none;
}

.was-validated .form-control:invalid {
    border-color: #d2d2d2;
}


/* Style for the message container */
/* #message_container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #2D2D2D;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: 350px;
    padding: 20px;
} */

/* Style for the close button */
/* #close_button {

    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;

}

.popup-buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.ok-button {
    background-color: #007bff;
    color: #fff;
} */




.popup-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
}

.popup-header span {
    font-size: 18px;
    font-weight: bold;
}

#close_button,
#close_button_underwriter,
#err_close_button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}


#message_text,
#message_text_err {
    color: #232e3c;
    text-align: center;
    width: 100%;
    display: block;
}

.popup-content {
    margin: 0;
    color: #232e3c;
    font-size: 18px;
    line-height: 24px;
}

.popup-header,
#close_button,
#close_button_underwriter,
#err_close_button {
    height: 30px;
    margin: 0;
    color: #232e3c;
    font-size: 34px;
}

.popup-buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    width: 100%;
    display: block;
    text-align: center;
}

#ok_button {
    min-width: 120px;
}

#ok_button,
#err_ok_button {
    padding: 10px 25px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

#ok_button,
#ok_button_underwritter #err_ok_button {
    background-color: #007bff;
    color: #fff;
}

#ok_button_underwritter {
    min-width: 120px;
}

#ok_button_underwritter,
#err_ok_button {
    padding: 10px 25px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

#ok_button_underwritter,
#err_ok_button {
    background-color: #007bff;
    color: #fff;
}

.userCountContainer {
    display: none;
}

.Monitoring {
    display: block !important;
}

.msg_block {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: #fff; */
    background: rgba(255, 255, 255, 0.8);
    /* Semi-transparent background */
    width: 100%;
    height: 100vh;
    transform: none;
    display: none;
    position: fixed;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 20px;
    z-index: 99999999;
    opacity: 1;
    /* Ensure the block itself is fully visible */
}

.usercpop.msgContInner {
    width: 50%;
}

.msgContInner {
    width: 500px;
    /* width: 50%; */
    padding: 30px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    border-radius: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    /* Ensure the inner content has a solid background */
    opacity: 1;
    /* Ensure the inner content is fully visible */
    visibility: visible;
    /* Ensure the inner content is visible */
}

.company_err {
    position: absolute;
}

.vemail {
    color: #73AF55 !important;
}

.popup-img {
    margin-bottom: 10px;
}

.popup-img svg {
    width: 50px;
    ;
    display: block;
    margin: 10px auto 0;
}

.popup-img .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;

    &.circle {
        -webkit-animation: dash .9s ease-in-out;
        animation: dash .9s ease-in-out;
    }

    &.line {
        stroke-dashoffset: 1000;
        -webkit-animation: dash .9s .35s ease-in-out forwards;
        animation: dash .9s .35s ease-in-out forwards;
    }

    &.check {
        stroke-dashoffset: -100;
        -webkit-animation: dash-check .9s .35s ease-in-out forwards;
        animation: dash-check .9s .35s ease-in-out forwards;
    }
}

.popup-img p {
    text-align: center;
    margin: 20px 0 60px;
    font-size: 1.25em;

    &.success {
        color: #73AF55;
        border: 1px solid red;
    }

    &.error {
        color: #D06079;
    }
}


@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}


/* for plans select popup */
/* .pselect .search_Submit {
    height: 100%;
} */

.pselect #close_button,
#err_close_button {
    position: absolute;
    top: 0;
    right: 0;
}

.pselect #close_button_underwriter,
#err_close_button {
    position: absolute;
    top: 0;
    right: 0;
}

.pselect .msgContInner {
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3); */
    /* box-shadow: inset 30px 30px 60px #d3e2f5, inset -30px -30px 60px #ffffff; */
    /* box-shadow: inset 30px 30px 60px #02387d7d, inset -30px -30px 60px #ffffff; */
    border: 1px solid #8080807d;
    /* height: 320px; */
}

.pselect .pvalid {
    font-size: 19px;
    line-height: 24px;
    font-weight: 500;
    text-transform: initial;
}

.pselect .popup-header {
    justify-content: flex-start;
}

.pselect .errorr {
    font-size: 15px;
    line-height: 1.2;
    color: #e75c3c;
    margin-top: 5px;
    position: absolute;
}

.iti.iti--allow-dropdown {
    display: block !important;
}

.sign_upPage.login_Page {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    /* overflow: hidden; */
}

.commlogreg input::placeholder {
    color: #2f2e2e;
    /* Change this to your desired color */
    opacity: 1;
    /* Ensure the placeholder is fully opaque */
  }

  /* For better browser compatibility, include these vendor prefixes */
  .commlogreg input::-webkit-input-placeholder {
    color: #2f2e2e;
  }

  .commlogreg input:-ms-input-placeholder {
    color: #2f2e2e;
  }

  .commlogreg input::-ms-input-placeholder {
    color: #2f2e2e;
  }

  .commlogreg .regispage {
    color: #2f2e2e; /* Text color for the selected option in .regispage */
}

.commlogreg .regispage option[value=""]:not(:checked) {
    color: #2f2e2e; /* Placeholder color for .regispage */
}

.commlogreg .jobregpage {
    color: #2f2e2e; /* Text color for the selected option in .jobregpage */
}

.commlogreg .jobregpage option[value=""]:not(:checked) {
    color: #2f2e2e; /* Placeholder color for .jobregpage */
}
.new_regF .frm_ctrl{
    color: #2f2e2e;
}

  .resetpasspage .passInp .tpass {
    top: 45%;
  }
@media screen and (max-width: 1440px) {
    .new_regF .card-body {
        padding: 20px !important;
    }

    /* .new_regF .logo img {
        width: 20%;
    } */

    .new_regF .frm_ctrl {
        height: 35px;
        border-radius: 8px;
        font-size: 15px;
        line-height: 1.2;
        padding: 5px 10px;
        /* background: rgba(255, 255, 255, 0.2); */
        /* Slight transparency for inputs */
        border: 1px solid rgba(255, 255, 255, 0.3);
        /* Subtle border for inputs */
        /* color: #fff; */
        /* White text for better contrast */
    }

    .clogoo {
        width: 28px !important;
        height: 28px !important;
        margin-top: 4px !important;
    }

    /* .toggle-password {
        margin-top: -40px;
    } */

    .right_card {
        padding: 10px;
    }

    .search_Submit {
        height: 56%;
    }

    /* .pselect .search_Submit {
        height: 57%;
    } */
    /* .toggle-password {
        top: 59%;
        right: 20px;
    }

    .tpass {
        top: 52.5%;
    } */
}



@media screen and (max-width: 1024px) {
    .bg-auth-circle-shape-2.bg_circle_sh2 {
        left: -23px !important;
        bottom: 10px !important;
    }

    .bg-auth-circle-shape.bg_circle_sh1 {
        right: -1.85rem !important;
        top: 0.575rem !important;
    }

    .tpass {
        top: 51.5%;
    }
    .left_card h2 {
        font-size: 35px;
    }
    .left_card p {
        font-size: 18px;
    }
    .leftlogo img {
        width: 60%;
    }
}

@media screen and (max-width: 992px) {
    /* .outer_card {
        flex-direction: row;
    } */

    .left_card {
        padding-right: 0;
    }

    .left_card h2 {
        font-size: 34px;
    }
    .outer_card {
        flex-direction: column;
    }
    .sign_upPage .left_card {
        /* display: none; */
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .sign_upPage .right_card {
        width: 100%;
        height: auto;
    }
    /* .logregpassftr{
        position: relative;
    } */
    .leftlogo {
        text-align: center;
        margin: 10px auto !important;
    }

    /* .toggle-password {
        top: 58%;
        right: 20px;
    }
    .tpass {
        top: 47.5%;
    } */



}

@media screen and (max-width: 768px) {
    .new_regF .card-body {
        padding: 20px 15px !important;
    }

    .new_regF .frm_ctrl {
        height: 38px;
        font-size: 14px;
        padding: 6px 15px;
    }

    .new_regF button.btn {
        padding: 6px;
        font-size: 15px;
    }

    .crt_accW {
        margin-top: 10px;
    }

    .socBtnW>div {
        margin-top: 15px !important;
    }

    .left_card h2 {
        font-size: 24px;
    }

    .left_card p {
        font-size: 14px;
    }

    .not_list {
        font-size: 10px;
    }

    .company_name {
        font-size: 18px;
    }

    #companylogoicon {
        width: 26px !important;
        height: 26px !important;
        margin-top: 6px !important;
        margin-left: 5px !important;
    }

    .sign_upPage .left_card {
        display: none;
    }

    .sign_upPage .right_card {
        width: 100%;
    } */

    .errorr {
        font-size: 13px;
        color: #e75c3c;
    }

    .company_err {
        bottom: -13px;
    }

    .msgContInner {
        width: 360px;
    }

    .search_Submit {
        height: 58%;
    }

    /* .pselect .search_Submit {
        height: 59%;
    } */

    .usercpop.msgContInner {
        width: 360px;
    }

    .pselect .usercpop .pvalid {
        font-size: 13.5px;
    }

    .pselect .usercpop .errorr {
        font-size: 11px;
    }

    .logregpassftr{
        font-size: 14px;
    }

}


@media screen and (max-width: 374px) {
    .usercpop.msgContInner {
        width: 304px;
    }
}