@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
input{
    outline:none;
}
.pink-bg{
    position: absolute;
    top:0;
    left: 0;
    background-color:#AA3B76;
    height: 100%;
    width: 100%;
}
.logo-section{
    margin-top: 124px;
}
.login-form-section{
    background-color: white;
    box-shadow: 0px 4px 6px #888888;
    border-radius: 6px;
    width: 600px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-form-section form{
    width:92%;
}

.login-form-section div{
    width: 100%;
}

.login-form-section .check-tbox{
    display: flex;
    justify-content: space-between;
}
.login-form-section .forgot-pass{
    white-space: nowrap;
}
.forgot-pass{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    text-align: left;
    color:#292929;
}
.forgot-pass:hover{
    text-decoration: none;
    color:#292929;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:70%;
}
.login-text{
    /*font-family: Montserrat;*/
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.06em;
    color: #680038;
}

.sign-up-input-email,.sign-up-input-password,.sign-up-input-password-conf, .sign-up-input-name, .sign-up-input-password-error,.sign-up-input-password-conf-error{
    width:70%;
    height:50px;
    margin: 0 auto;
    padding: 24px;
}

.login-input-password, .login-input-password-error,.login-input-email , .login-input-email-error,.reset-link-email-success, .sign-up-input-password-error, .sign-up-input-password-conf-error{
    width:100%;
    height:50px;
    margin: 0 auto;
    padding: 24px;
}

.login-input-email-error, .login-input-password-error,.sign-up-input-email-error, .sign-up-input-password-error, .sign-up-input-password-conf-error{
    color:#FF0000;
    border:1px solid #FF0000;
}

.reset-link-email-success{
    color:#00FF0000;
    border:1px solid #00FF00;
}

#login_email_error,#reset_pass_error, #login_password_error{
    width:100%;
    margin:0 auto;
    color:#FF0000;
    display:none;
}

.p_error{
    width:100%;
    margin:0 auto;
    color:#FF0000;
    display:none;
}

.p_success{
    width:100%;
    margin:0 auto;
    color:#00FF00;
    display:none;
}
.input_error{
    color:#FF0000 !important;
    border:1px solid !important;
}
#reset_email_success,#reset_pass_success{
    width:100%;
    margin:0 auto;
    color:#00FF00;
    display:none;
}


#email_error, #password_error, #confpassword_error{
    width:70%;
    margin:0 auto;
    color:#FF0000;
    display:none;
}


.remember-me{
    line-height: 1;
}
.remember-me-checkbox{
    background: #000000;
}
.center-row{
    width: 70%;
    margin: 0 auto;
}
.log-in-btn{
    background: #000000;
    border-radius: 6px;
    width: 230px;
    height: 55px;
    color: white;
    letter-spacing: 2.5px;
}

.reset-link-btn{
    background: #000000;
    border-radius: 6px;
    width: 60%;
    height: 55px;
    color: white;
    letter-spacing: 2.5px;
}
.dont-have-an-account{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -0.33px;
    color: #032D23;
}
.dont-have-an-account{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -0.33px;
    color: #032D23;
}
.dont-have-an-account p{
    display: inline-block;
}
.sign-in,.sign-up{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -0.33px;
    color: #680038;
    margin-left: 10px;
}

.sign-in:hover,.sign-up:hover, .log-in-text:hover{
    text-decoration:none;
    color:#680038;
}


.terms-conditions{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #696F79;
    width: 66%;
    margin-top: 7px;
}
.pink-circle{
    height:15px;
    width:15px;
    background: #A51F67;
    border-radius: 10px;
    margin-right: 10px;
}
.sign-up-btn{
    background: #000000;
    border-radius: 6px;
    width: 70%;
    height: 55px;
    color: white;
    letter-spacing: 2.5px;
}
.have-an-account{
    width:35%!important;
}
.have-an-account p{
    display: inline-block;
}
.log-in-text{
    color: #680038;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -0.33px;
}
.log-in-text{
    margin-left: 10px;
}
.createbom{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.075em;
    color: #A51F67;
}
.advenced{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    color: #680038;
    display: flex;
    align-items: center;
    column-gap:11px;
}
.advenced ion-icon {
    color:#680038;
    cursor: pointer;
}
.cancel-text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 2.5px;
    color: #A51F67;

}
.createbom-btn{
    background: #000000;
    border-radius: 6px;
    width: 50%;
    height: 55px;
    color: white;
    letter-spacing: 2.5px;
}
.createbom-inputs{
  padding: 25px!important;
}
.createbom-sel{
    height: 50px!important;
}
.header{
    position: sticky;
    top: 0;
    z-index: 10;
    background: white;
}
.header-logo-section{
    margin: 40px 0 20px 0;
}
.upgrade-to-premium{
    background: #F8F8F8;
    border: 1px solid #A51F67;
    box-sizing: border-box;
    border-radius: 10px;
    /*width: 300px;*/
    margin-top:30px;
    text-align: center;
    padding: 8px;
    font-family: Montserrat;
    font-style: normal;
    color: #A51F67;
    font-weight: 700;
    display: inline-block;
}
.help-text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.075em;
    color: #292929;
    margin-left: 15px;
}
.header-image{
    display: inline-block;
    margin-left:30px;
}
.username{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.075em;
    color: #292929;
    margin-left: 20px;
    margin-right: 10px;
}
.pink-header{
    margin-top: 5px;
    background-color: #A51F67;
    height:103px;
    width: 100%;
    color: white;
}
.menu-icons{
    width: 100%;
}
.menu-icons{
    height: 10px;
}
.menu-section{
     padding: 25px;
}
.createbom-text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 40px;
    letter-spacing: 0.075em;
    color: #FFFFFF;
    background-color: transparent;
    border: none;
    margin:0;
}

.createbom-text:hover,.createbom-text:focus,.createbom-text:active,
.createbom-text:active:focus:not(:disabled):not(.disabled){
    box-shadow: none!important;
    outline: 0;
}
.createbom-section{
    background-color:#ffffff8f;
    padding: 5px 40px;
    border-radius: 22px;
}
.knowledge-base{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height:50px;
    letter-spacing: 0.075em;
    color: #FFFFFF;
}
.chose-rg{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height:30px;
    letter-spacing: 0.075em;
    color: #FFFFFF;
    margin-left: 15px;
}
.region-text-section{
    margin-right: 100px;
    margin-top: 30px;
}
.chose-region-select{
    background-color: #a51f67;
    border: 0;
    color: white;
}
.discover-our-enginnering{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.075em;
    color: #A51F67;
}
.discover-our-enginnering{
    width: 100%;
}
.tools-library{
    width:100%;
    height: 339px;
    box-shadow: 4px 4px 4px #E5E5E5;
    border-radius: 14px;
}
.engineering-tools-section{
    width: 90%;
    margin: 0 auto!important;
    background: #FFFFFF;
}
.engineering-item{
    min-width: 300px;
}
.uploaad-image-section{
    border: 1px dashed #000000;
    box-sizing: border-box;
    width: 310px;
    height: 132px;
    margin: 10px auto 0 auto;
}
.camera-icon-section{
    width: 50px;
    margin:50px auto;
}
.engineering-tools-titles{
    margin-top: 10px;
}
.cost-price{
    color: #A51F67;
    font-weight: 800;
}
.crown-section{
    width: 40px;
    margin: 10px auto;
}
.bottom-border{
    width:90%;
    height:1px;
    border:0.5px solid #80808026;
    margin: 50px auto 0 auto;
}
.createbom-container{
    width: 60%;
}
.footer{
    margin-top: 30px;
    padding: 40px;
    background-color: #680038;
    color: white;
}
.bottom-border-mg{
    margin-top: 35px;
}
.footer h3{
    font-weight: 100;
}
.menu-section{
    cursor: pointer;
}
.main-container-active{
    padding-left: 400px;
}
.sidebar{
    min-width: 525px;
    max-width: 525px;
    height: calc(100vh - 204px);
    /*transition: .33s;*/
    /*display: inline-block;*/
    background-color: #F4F4F4;
    display: none;
}
.sidebarActive{
    margin-left: 0px;
}
.sidebar .row .col{
    border-bottom: 1px solid pink;
}
.sidebar.active {
    display: block!important;
}
#sideBar-texts{
    width:80%;
    margin: 0 auto;
    border-bottom: 2px solid #a51f67;
}
#sideBar-texts h6{
    padding: 10px 18px 0 18px;
}
.boms{
    background-color: #a51f67;
}
.my-boms{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.075em;
    color: #680038;
    font-weight: 800;
}

.my-boms:hover{
    text-decoration: none;
    color: #680038;

}

.engineering-tools-section .col-md-3{
    width: 405px; max-width: 100%;
}
.right-content .card {
    width: 405px;
    height: 333px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.boms-page-table{
    width: 1200px;
    margin:80px auto 120px auto;
}
.tb-titles{
    color:#A51F67;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}
.tb-titles th{
    padding:10px 22px;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
}
.tb-titles td{
    text-align: center;
    padding:30px;
    border: 1px solid #BFBFBF;
}
.tb-titles th:last-child{
    border-right: none;
}
.blog-title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.16em;
    color: #A51F67;
}
.blog-text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 197.5%;
    letter-spacing: 0.16em;
    color: #3D3D3D;
    width: 80%;
    word-wrap: break-word;
}
.read-now-section{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 146.9%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #A51F67;
}
.read-now-4-sections img {
    width: 100%;
    margin-bottom: 25px;
}
.read-now-4-sections{
    margin-top:20px;
    background: #FEFEFE;
    box-shadow: 0px 4px 4px #E5E5E5;
    border-radius: 6px;
}

/*.read-now-4-sections-m img {*/
/*    width: 100%;*/
/*    !*height: 100%;*!*/
/*    object-fit: cover;*/
/*    background-position: center;*/
/*    margin-bottom: 25px;*/
/*}*/
.read-now-4-sections-m{
    background: #FEFEFE;
    box-shadow: 0px 4px 4px #E5E5E5;
    border-radius: 6px;
}
.read-now-title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #680038;
    margin-left:20px;
}
.read-now-date{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    color: #575757;
    margin-left: 20px;
    margin-top: 15px;
}
.read-now-text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size:18px;
    line-height: 20px;
    color: #680038;
    margin: 20px auto 0 auto;
    width: 92%;
}
.read-more{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #680038 !important;
    width: 100%;
    text-align: right;
    font-size: 20px;
    margin:20px 30px 30px 0;
    text-decoration: none !important;
}
.material-sel-label{
    color: #680038;
}
.toper-input{
    width: 100px;
}
.add-btn{
    background-color: #A51F67;
    color: white;
    border-radius: 4px;
    width: 263px;
    height: 50px;
}
.vtotal-text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #680038;
    margin-top: 22px;
    margin-left:10px;
}
.pink-right-border{
    border-right:1px solid #680038;
    height: 690px;
}
.name-of-the-project{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.075em;
    color: #A51F67;
    margin-top:80px;
}
.energy-costs{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.075em;
    color: #A51F67;
    margin-top: 28px;
}
.energy-costs{
    height: auto;
    /*pink-right-border;*/
}
.energy-costs-section{
    border:1px solid #680038;
    border-radius: 5px;
}
.energy-costs-inputs{
    background: #FFFFFF;
    border: 1px solid #949494;
    box-sizing: border-box;
    border-radius: 4px;
    height: 55px;
    width: 120px;
    padding: 20px;
}
.energy-costs-text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 17px;
    color: #000000;
}
.calculate-btn{
    background: #A51F67;
    border: 1px solid #A51F67;
    box-sizing: border-box;
    border-radius: 4px;
    color: white;
    padding: 6px 30px;
}
.euro-cost{
    border:1px solid #A51F67;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #1A1A1A;
    padding: 10px;
}
.euro-text{
    color:#A51F67;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #680038;
}
.calculate-clear{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #680038;
}
.calculate{
    border: 1px solid #A51F67;
    border-radius: 5px;
    padding: 8px 27px;
}
.clear{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #680038;
    margin-left: 10px;
}
.total-sum{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 17px;
    color: #680038;
    border: 1px solid #a51f67;
    padding: 8px 27px;
}
.name-of-project-titles{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.075em;
    color: #680038;
}
.pink-border{
    border-right: 1px solid #680038;
}
.pink-border:last-child{
    border-right: none;
}
.name-of-project-title-section{
    border:1px solid #680038;
    margin: 0;
}
.name-of-project-title-container{
    height: 610px;
    border:1px solid #680038;
    border-radius: 5px;
}
.pdf{
    text-align: right;
    width: 100%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-decoration-line: underline;
    color: #680038;
}
#material-sel-select{
    height: 55px;
}
#material-select{
    width: 88%;
    height: 55px;
}
.delete-btn{
    background-color:#ffff;
    border:1px solid #002060;
    color: #002060;
    padding: 5px 40px;
    border-radius: 4px;
}
.add-component{
    background-color:#002060;
    color: white;
    padding: 5px 40px;
    border: none;
    border-radius: 4px;
}
.total-sum-input{
    width: 80px;
    border: 1px solid #680038;
    margin-left: 5px;
}
.total-sum-text{
    padding: 8px 10px;
}
.calculate-clear{
    border: 1px solid #a51f67;
    padding: 8px 16px;
}
.red{
    border: 1px solid red;
}

button[disabled]{
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    cursor: no-drop;
}


.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}


.activatedSidebar{
    display:block;
}

.slick-track{
    max-height: 511px;
    overflow: hidden;
}





/********************************/
.d-flex{
    position: relative !important;

}
.sidebar{
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;

}

.headers > .col-md-1{
    align-items: flex-start !important;
}
