:root {
    --sec: #9aa1a9;
    --background: #141b2d;
    --mod:#1f2941;
    --brightText:#fff;
    --text:#9ba6b7;
    --themeColor:#6771fa;
    --border:#1f2941;
    --btnColor:#484faf;
    --btnTextColor:#fff;
    --input:#1f2941;
    --logo: url('/img/mv-logo-light.png');
    --inputBorder:#1f2941;
    --shadow:none;
    --reverseIco: #fff;
    --ico:#222;
    --borderRadius:4px;
    --sidebar:#141b2d;
    --head:#141b2d;
    --reverseText:#fff;
    --mainBar:#34397d;
    --subBar:#A0A0A0;
    --hoverBackground:#192134;
    --greenShadow:rgba(0, 240, 0, 0.2);
    --themeShadow:rgba(127, 17, 224, 0.2);
    --green:#22cd85;
    --warnColor:#f74245;
  }
    
html, body{
    background:var(--background);
    height:100%;
    width:100%;
    font-weight:bold;
    font-family: "Inter Tight", sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}

.input{
    background: var(--input);
    border: none;
    border-radius: 4px;
    outline: none;
    color: var(--text) !important;
    padding: 10px 20px;
    width: 100%;
    font-weight: 400 !important;
    border:1px solid var(--mod);
    letter-spacing: 1px;
}


.main-mobile{
    width: 400px;
    border: 1px solid #444;
    position: absolute;
    background: #fff;
    height: auto;
    right: 0;
    top: 10vh;
    bottom: 8vh;
    overflow: hidden;
    border-radius: 17px;
    left: 0;
    margin: auto;
    max-height: 750px;
}

.header{
    width: 100%;
    height: 80px;
    box-shadow: 1px 1px 8px #f1f1f1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background:#fff;
}

.lp-content{
    width: 350px;
    position: absolute;
    top: 44vh;
    margin: auto;
    left: 0;
    right: 0;
}

.lp-logo{
    width: 250px;
}

.lp-text{
    color: var(--text);
    margin-left: 50px;
}

.dealer-logo{
    height: 50px;
    position: absolute;
    top: 15px;
    left: 20px;
}

.dealer-name{
    position: absolute;
    left: 80px;
    font-weight: bold;
    color: #222;
    top: 27px;
    font-size: 18px;
}

.left-pane{
    position: fixed;
    left: 0;
    top: 0;
    width: 50vw;
    border-right: 1px solid var(--text);
    height: 100vh;
}

.right-pane{
    position: fixed;
    right: 0;
    top: 0;
    width: 50vw;
    height: 100vh;
}

.prompt-section{
    width: 90%;
    position: relative;
    left: 5%;
    margin-top: 120px;
}

.prompt-title{
    font-size: 22px;
    font-weight: bold;
    color: #222;
    margin-bottom: 30px;
}

.prompt-text{
    font-weight: 400;
    font-size: 16px;
    color: #222;
    line-height: 1.4;
}

.prompt-text span{
    font-weight: bold;
    margin-bottom:20px;
}

.recall-sec {
    margin-top: 20px;
    font-size: 15px;
    opacity: .8;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 15px;
}

.recall-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.get-started-btn{
    background: #eb0a1e;
    width: 100%;
    height: 60px;
    margin-top: 40px;
    color: #fff;
    font-weight: bold;
    border: none;
    transition:.5s;
}

.get-started-btn:hover{
    opacity:0.9;
    color:#fff;
}

.no-recall-ico{
    color: #22cd85;
    font-size: 23px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.lang-select{
    background: #f1f1f1;
    border: none;
    width: 100%;
    height: 50px;
    text-indent: 20px;
    margin-top: 40px;
    border-radius: 4px;
}

.select-down-ico{
    position: absolute;
    right: 18px;
    margin-top: 53px;
    font-size: 23px;
}

select {
    -webkit-appearance: none; /* Remove default arrow */
    -moz-appearance: none;    /* Remove Firefox default arrow */
    appearance: none;         /* Standard property */
    background: none;         /* Remove default background */
    background-color: transparent; /* Ensure it's transparent */
}

.cust-details{
    margin-bottom: 20px;
}

.cust-name{
    font-weight: bold;
    font-size: 20px;
}

.cust-veh{
    margin-top: 0;
    margin-bottom: 5px;
}

.cust-appt{
    font-weight: bold;
}

.frft-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--mod);
}

.chat-sec{
    height:100%;
}

.frft-btn{
    width: 100%;
    height: 55px;
    border: none;
    background: #e5e5e5;
    border-radius: 4px;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 15px;
    color: var(--mod);
}

.chat-form {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    left: 0;
    background: #fff;
}

.form-input {
    outline: none;
    font-size: 15px;
    font-weight: bold;
    color: #36454F;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.chat-input {
    text-indent: 25px;
    border-radius: 100px;
    background: #f1f1f1;
    color: #444;
    font-weight: 600;
    padding-right: 65px;
    margin-top: 10px;
    height: 60px;
    position: absolute;
    bottom: 31px;
    width: 100%;
    left: 0;
    font-size: 15px;
}

.send-chat-btn {
    position: absolute !important;
    right: 10px;
    font-size: 20px;
    top: 18px;
    cursor: pointer;
    opacity: .8;
    transition: .5s;
    color: #fff;
    background: #e00c1d;
    padding: 12px;
    border-radius: 100px;
    display: none !important;
}

.chat-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 20px;
    bottom: 200px;
    right: 0;
    width: 100%;
    left: 0;
    height: 100%;
    padding-bottom: 175px;
    overflow: auto;
}

.ai-resp {
    align-self: flex-start;
    background-color: #f1f1f1;
    border-radius: 10px 0px 10px 10px;
    padding: 15px 20px;
    max-width: 80%;
    color: #222;
    font-weight: 600;
    font-size: 15px;
    opacity: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}

.user-resp {
    align-self: flex-end;
    background-color: rgba(0, 0, 0, .1);
    color: #222;
    border-radius: 10px 10px 0px 10px;
    padding: 15px 20px;
    max-width: 80%;
    font-size: 15px;
    font-weight: 600;
}

.end-chat-btn, .upload-btn {
    width: 141px;
    border-radius: 100px;
    border: none;
    background: #f1f1f1;
    font-weight: bold;
    color: #555;
    transition: .5s;
    font-size: 14px;
    height: 50px;
    margin-top: 10px;
    margin-right: 10px;
}

.main-chat{
    position: absolute;
    right: 0;
    top: 0;
    width: 90%;
    left: 5%;
    height: 100%;
    bottom: 200px;
}

.complete-section{
    margin-top: 0;
    width: 90%;
    position: relative;
    left: 5%;
    height: 100%;
}

.back-btn{
    background: #f1f1f1;
    color: #222;
    opacity: .9;
    border: none;
    font-size: 14px;
    padding: 20px 35px;
    border-radius: 4px;
    font-weight: bold;
    position: absolute;
    top: 100px;
}

.complete-title{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    top: 250px;
    position: absolute;
    left: 0;
    right: 0;
}

.acc-btn{
    height: 60px;
    background: #e00c1d;
    bottom: 80px;
    width: 90%;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    position: absolute;
    border-radius: 4px;
    opacity: .9;
    left: 0;
    right: 0;
    margin: auto;
}

.close-note{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 13px;
    bottom: 20px;
}






/* Chat Loader CSS */

.loader {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin:15px auto;
    position: absolute;
    color: #ccc;
    box-sizing: border-box;
    animation: animloader 2s linear infinite;
    bottom:110px;
    left:0;
    right:0;
    margin:auto;
  }
  
  @keyframes animloader {
    0% {
      box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
    }
    25% {
      box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 2px;
    }
    50% {
      box-shadow: 14px 0 0 -2px,  38px 0 0 -2px,  -14px 0 0 2px,  -38px 0 0 -2px;
    }
    75% {
      box-shadow: 14px 0 0 2px,  38px 0 0 -2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
    }
    100% {
      box-shadow: 14px 0 0 -2px,  38px 0 0 2px,  -14px 0 0 -2px,  -38px 0 0 -2px;
    }
  }

  .file-loader {
    color: #aaa;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: 19px 0 0 7px, 38px 0 0 3px, 57px 0 0 0;
    transform: translateX(-38px);
    animation: l21 .5s infinite alternate linear;
    float: left;
    margin-left: 200px;
    position: absolute;
    margin-top: -25px;
  }
  
  @keyframes l21 {
    50%  {box-shadow: 19px 0 0 3px, 38px 0 0 7px, 57px 0 0 3px}
    100% {box-shadow: 19px 0 0 0  , 38px 0 0 3px, 57px 0 0 7px}
  }




  /* Mobile CSS */
  @media (max-width: 767px) {
    .left-pane, .lp-content {
        display: none;
    }

    .right-pane {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .main-mobile {
        width: 100%;
        border: 1px solid #444;
        position: absolute;
        background: #fff;
        height: 100%;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: hidden;
        border-radius: 0;
        left: 0;
        margin: auto;
        max-height: 750px;
    }

  }

