@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;800&display=swap');


html {
    height: 100%;
}
body {
    min-height: 100% !important;
}

.xrm-attribute-value {
    position: relative;
}

.container {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}

.homeContainer {
    display: flex;
    height: 937px;
    width: 100%;
    background: #F6F6F9;
}

#welcome {
    background: url(../istock_000027006630_xxxlarge-1.png);
    background-repeat: no-repeat;
    padding-left: 4%;
    padding-top: 200px;
    /* flex-grow: 1.53; */
    /* background-size: auto 100%; */
    flex: 2;

}

#customer {
    /* flex-grow: 5.5; */
    padding: 10%;
    /* width: 70.5%; */
    flex: 3;
    /* display: flex; */
}

#customer .customerContainer,#customer #exist_create{
    height: 582px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-top: 177px; */
    /* width: 958px; */
    /* padding-left: 19%;
    padding-right: 19%; */
    font-family: "ATT Aleck Sans" !important;
}

#welcome p {
    padding-top: 13.5px;
    height: 150px;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
}

#welcome #attlogo {
    /* height: 120px; */
    margin-left: -32px;
}

#welcome #attwelcome,
#welcome #attwelcome span {
    /* font-weight: 500; */
    font-size: 40px;
    line-height: 45px;
    color: #343A40;
}

#welcome #attwelcome span {
    font-weight: 600;
}

#welcome h1,
#welcome h2 {
    font-weight: 400;
}


#welcome h1,
#welcome h2,
#welcome p {
    color: #343A40;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    font-family: 'Mulish', sans-serif !important;
}

#existCustomer ,#quote_next{
    margin: 17.31px 0 16px;
    border-color: #8E8EA9;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    gap: 18px;
    width: 294px;
    height: 36px;
    background: #8E8EA9;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    flex: none;
    flex-grow: 0;
}

#quote_next,#orQuote,#createQuote{
    margin: 17.31px 10px 16px !important;
}

#exist_quote #choose,#exist_quote #search{
    text-align: center;
}

#customer #orCustomer ,#customer #orQuote{
    width: 294px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    line-height: 0.1em;
    margin: 10px 0 19px;
}

#customer #orCustomer span,#customer #orQuote span{
    background: #FFFFFF;
    padding: 0 10px;
    width: 13px;
    height: 11px;
    font-weight: 400;
    font-size: 12px;
    line-height: 90%;
    text-align: center;
    letter-spacing: 0.5px;
    color: #8E8EA9;
    flex: none;
    flex-grow: 0;
    line-height: 0;
}

#createCustomer,#createQuote {
    margin-top: 5.5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    gap: 18px;
    width: 294px;
    height: 36px;
    background: linear-gradient(102.97deg, #56AAFF 0%, #154E7B 100%);
    border-radius: 4px;
    flex: none;
    flex-grow: 0;
    z-index: 1;
    border: none !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

#customer #choose {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.5px;
    color: #505D6F;
    flex: none;
    order: 0;
    flex-grow: 0;
}

#customer #search {
    padding-bottom: 19.5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #154E7B;
    flex: none;
    flex-grow: 0;
}

#customer #create {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.5px;
    color: #505D6F;
    flex: none;
    flex-grow: 0;
    z-index: 0;
}

#customer .input-wrapper{
    position: relative;
}

#customer #exist_quote{
    display: none;
}

#customer #customerInput , #quoteInput {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    position: relative;
    margin: 10px;
    line-height: 6ex;
    width: 292.87px;
    height: 41.19px;
    padding: 7px 0 10px 16px;
    /* font-family: 'SF Pro Display'; */
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0.5px;
    color: #505D6F;
}

#customer #quoteInput {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    position: relative;
    margin-top: 10px;
    line-height: 6ex;
    width: 292.87px;
    height: 41.19px;
    padding: 7px 0 10px 16px;
    /* font-family: 'SF Pro Display'; */
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0.5px;
    color: #505D6F;
}

#customer #customerInput:focus ,#quoteInput:focus{
    border: 1px solid #2B4C9C;
}

/* #customer #customerInput label:focus-within {
    color: #2196F3 ;
} */

.input-wrapper:focus-within label {
    color: #2B4C9C;
}


/* #customer datalist {
    position: absolute;
    background-color: white;
    border: 1px solid blue;
    border-radius: 0 0 5px 5px;
    border-top: none;
    font-family: sans-serif;
    width: 350px;
    padding: 5px;
    max-height: 10rem;
    overflow-y: auto
}

#customer option {
    background-color: white;
    padding: 4px;
    color: blue;
    margin-bottom: 1px;
     font-size: 18px;
    cursor: pointer;
  } */


#customer label {
    position: absolute;
    top: 0.2ex;
    z-index: 1;
    left: 2em;
    background-color: white;
    padding: 0 5px;
    /* font-family: 'SF Pro Display'; */
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #505D6F;
}


/* #customer input[type="text"]{
    width: 100%;
    padding: 15px 10px;
    border: none;
    border-bottom: 1px solid;
    outline: none;
    border-radius: 5px 5px 0 0;
    background-color: #ffffff;
    font-size: 16px;
} */

#customer ul {
    list-style: none;
}

#customer .list_customer, #customer .list_quote{
    /* width: 100%; */
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    max-height: 120px;
    overflow-y: auto;
    position: absolute;
    z-index: 1;
}

 .autocomplete-container {
    position: relative;
  }


#customer .list-customer-items , #customer .list-quote-items{
    width: 292.87px;
    margin-left: -27px;
}

#customer .list-customer-items:hover , #customer .list-quote-items:hover{
    background-color: rgba(0, 0, 0, 0.12);
}

/* header */

#navbar>nav>ul>li:nth-child(1),
.nav #search,
#navbar>nav>ul>li:nth-child(3) {
    display: none;
}


#backToCustomer{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #505D6F;
    cursor: pointer;    
   /* display:none;*/
    position: absolute;
    margin-top: -6%;
    margin-left: -12%;
}

.bi-arrow-left{
  color: #505D6F;
}
/*
#navbar > nav > ul > li:nth-child(4){
    float: right !important;
    margin-right: -248%;
}

body > div.navbar.navbar-inverse.navbar-static-top > div.container > div.navbar-header{
    margin-left: -30%;
} */