@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.form-control:focus {
    box-shadow: none;
    border-color: #fff;
}

body {
    font-family: "Montserrat", serif;
}

a {
    display: inline-block;
}

.img-responsive {
    width: 100%;
}

.divider35 {
    padding-bottom: 35px;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin-bottom: 0px;
    color: #231F20;
}

hr {
    color: #58595B;
}

.table tr th {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #59595B;
}

.table tr td {
    border-top: 1px solid #E6E7E8;
    border-bottom: 1px solid #E6E7E8;
    color: #A9ABAD;
    font-weight: 500;
}


/*---- Login page css start ----*/

.toggle_info {
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 99
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 4px;
    background-color: #F89521;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 6px;
}

.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}


.side_menu {
    position: fixed;
    background-color: #fff;
    opacity: 96%;
    left: -300px;
    right: 0;
    width: 300px;
    top: 0;
    border-right: 1px solid #ccc;
    bottom: 0;
    z-index: 9;
    padding: 40px;
    z-index: 9;
    padding-top: 150px;
    padding-left: 80px;
    transition: 0.4s all ease-in-out;
}

.sideToggle {
    left: 0px;
    transition: 0.4s all ease-in-out;
}

.side_menu ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.side_menu .Navlink {
    display: block;
    color: #231F20;
    width: 100%;
    text-decoration: none;
    border-bottom: 1px solid #272361;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

.side_menu .Navlink:hover {
    color: #f89622;
    transition: 0.4s all ease-in-out;
    border-bottom: 1px solid #f89622;
}

.toggle_fixed {
    position: fixed;
    top: 56px;
    left: 80px;
}



.logo_wrapper img {
    width: 80px;
}

.LoginPage_wrapper {
    background-image: url(../images/Background-img.png);
}

.OtpPage_wrapper {
    background-image: url(../images/Otp_background.png);
}

.LoginPage_wrapper,
.OtpPage_wrapper {

    background-size: cover;
    /* height: 100%;*/
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: center, center;
    height: 100vh;
}

.logo_wrapper {
    margin: 0 0 0 auto;
    max-width: max-content;
}

.LoginCard_wrapper {
    background-color: #F89622;
    padding: 40px;
    max-width: 560px;
    margin: 0 auto;
    border-radius: 16px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.otp_card {
    max-width: 480px;
}

.LoginCard_wrapper h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 32px;
    text-align: center;
}

.form_wrapper input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    margin-bottom: 5px;
    color: #fff;
    padding: 6px;
}

.form_wrapper input:focus {
    background-color: transparent;
    color: #fff;
}

.form_wrapper label {
    color: #ffff;
    text-transform: capitalize;
    font-weight: 600;
}

.form-group {
    margin-bottom: 15px;
}

.MainBtn {
    background-color: #fff;
    border: none;
    padding: 8px 46px;
    font-size: 18px;
    font-weight: 500;
    color: #F89622;
    border-radius: 8px;
}

.MainBtn_01 {
    background-color: #000;
    border: none;
    padding: 8px 46px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 8px;
}

.MainBtn:hover {
    background-color: #000;
    color: #fff;
    transition: 0.4s all ease-in-out;
}

.MainBtn:hover span svg path {
    fill: #fff;
}

.main_wrapper {
    padding-top: 40px;
    /*padding-bottom: 40px;*/
}

.form-check-input {
    background-color: transparent;
    border: 1px solid #fff;
}

.Partner_Signup_wrapper .form-check-input:checked {
    background-color: transparent;
    border-color: #fff;
}

.Partner_Signup_wrapper .form-check .form-check-input {
    float: none;
    margin-left: 0px;
}

.Partner_Signup_wrapper .form-check {
    padding-left: 0px;
    padding-bottom: 10px;
    text-align: center;
    max-width: 140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.Partner_Signup_wrapper {
    border-bottom: 1px solid #fff;
    max-width: 380px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.Partner_Signup_wrapper .form-check label {
    color: #fff;
}

.form-check-input:focus {
    border-color: #fff;
    box-shadow: none;
}




.Vegrid_installerTitle {

    background-color: #F89622;
    margin: 0 auto;
    text-align: center;
    max-width: 440px;
    margin-top: 40px;
    padding: 4px 16px;
}

.Vegrid_installerTitle h3 {
    color: #Fff;
    font-size: 18px;
    margin-bottom: 0px;
}

.LoginCard_wrapper h4 {
    font-size: 18px;
}

.Installer_signup {
    background-image: url(../images/Background_Signup.png);
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: center, center;
}

.Personal_Details,
.Contact_Details,
.Other_Details {
    min-height: 640px;
    background-color: #F89622;
    border-radius: 16px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.Personal_Details .LoginCard_wrapper,
.Contact_Details .LoginCard_wrapper,
.Other_Details .LoginCard_wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
}

.Other_Details .LoginCard_wrapper .MainBtn {
    padding: 8px 24px;
}

.dropdown_select .form-select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    font-weight: 500;
    color: white;
    text-align: center;
}

.form-select:focus {
    box-shadow: none;
}

.form-select {
    --bs-form-select-bg-img: url('../images/form-select-bg.svg');
}

.confirm_info_wrapper {
    border: 1px solid #000;
    padding: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.dropdown_Menu .dropdown_select {
    max-width: max-content;
    margin: 0 auto;
    background: #F89622;
}

.site_info {
    display: flex;
    justify-content: space-between;
}

.site_info p {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 14px;
    color: #59595B;
}

.site_card_wrapper {
    margin-bottom: 40px;
    margin-bottom: 40px;
    border: 1px solid #f5f5f5;
    border-radius: 16px;
    padding: 16px;
}

.site_card_wrapper img {
    width: 90px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.site_card_wrapper h4 {
    font-size: 20px;
    margin-bottom: 0px;
}

.site_card_wrapper p {
    color: #A9ABAD;
    font-weight: 500;
}

.footer_bg {
    background-image: url(../images/Footer_bg.png);
    background-size: cover;
    padding: 50px 0px;
    background-position: center center;
}

.FooterMenu_wrapper {
    display: block;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none;
    max-width: max-content;
    padding: 5px 40px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    transition: 0.4s all ease-in-out;
}

.FooterMenu_wrapper:hover {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    transition: 0.4s all ease-in-out;
}

.mobile_menu {
    display: none;
}

.actio_info img:first-child {
    margin-right: 10px;
}

.actio_info {
    text-align: right;
    width: 100px;
}

.table td,
.table th {
    white-space: nowrap;
    vertical-align: middle;
}

.application_datasection_wrapper {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.application_data {
    color: #A8AAAD;
    padding: 5px;
}

.application_data span {
    color: #58595B;
    font-weight: 600;
}

.Application_site_data {
    display: flex;
    justify-content: space-between;
}

.Application_site_info h5 {
    font-size: 18px;
}

.Application_site_info p {
    font-size: 18px;
    color: #A8AAAD;
}

.border_style {
    color: #D1D3D4;
}

.Application_content_data {
    border: 1px solid #1C0D0D;
    padding: 36px;
}

.application_note h4 {
    font-size: 18px;
}

.application_note_data {
    border: 1px solid #1C0D0D;
    padding: 50px;
    margin-top: 5px;
}

.otp_CardHeading {
    text-align: center;
    max-width: 380px;
    margin: 0 auto;
}

.otp_CardHeading p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.otp_filled {
    display: flex;
    justify-content: center;
    gap: 2px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.otp_filled input {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.otp_filled input:focus {
    background-color: transparent;
}

.LoginCard_wrapper p {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

.Page_title_section {
    background-color: #F89622;
    margin: 0 auto;
    text-align: center;
    max-width: max-content;
    margin-top: 40px;
    padding: 4px 16px;
}

.Page_title_section h4 {
    color: #fff;
}

.search_wrapper {
    position: relative;
}

.search_wrapper input {
    max-width: 320px;
    margin: 0 0 0 auto;
    border: 1px solid #000;
    border-radius: 0px;
    padding-right: 25px;
}

.search_wrapper input:focus {
    border: 1px solid #000;
}

.search_wrapper svg {
    position: absolute;
    right: 4px;
    top: 5px;
    z-index: 9;
}

.updateBtn {
    display: block;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none;
    max-width: max-content;
    padding: 4px 16px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    transition: 0.4s all ease-in-out;
}

.Rfqrespose_infosection {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.Rfqrespose_infosection .dropdown_select {
    border: 1px solid #000;
}

.Rfqrespose_infosection label {
    margin-right: 15px;
}

.table_hover tr:hover td {
    background-color: #FBCE99;
    color: #000;
}

.action_details {
    text-align: right;
}

.action_details img {
    width: 32px;
}

.pannel_field_wrapper .form-control {
    border: 2px solid #555;
    border-radius: 0px;
    font-weight: 500;
    color: #000;
}

.pannel_field_wrapper .form-control::placeholder {
    color: #A9ABAD;
}

.Add_paner_details {
    margin-top: 75px;
    margin-bottom: 75px;
}

.pannel_field_wrapper .form-select {
    --bs-form-select-bg-img: url(../images/dbtn.svg);
}

.action_details button {
    background-color: #f89622;
    border: none;
    padding: 4px 16px;
    border-radius: 6px;
    color: #555;
    font-weight: 600;
    margin-right: 10px;
}


.form-select[disabled] {
    appearance: none; /* For most browsers */
    -webkit-appearance: none; /* For Safari/Chrome */
    -moz-appearance: none; /* For Firefox */
    pointer-events: none; /* Prevent interaction */
    background-image: none; /* Remove default arrow */
    text-align: -webkit-right;
    margin-right: 28px;
}