body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background-color: #000000a8;

}


.BasicSetting {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 25px;
    padding: 25px;
    width: 75%;
    min-width: 325px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    margin-top: 5%;
    margin-bottom: 5%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.QestionSetting img {
    width: 90%;
    max-width: 500px;
}

.QestionSetting {
    text-align: center;
    color: white;
}

.LinkSetting {
    display: flex;
    text-align: center;
    justify-content: center;
}

#donate {
    font-size: 12px;
    color: rgba(161, 54, 255, 0.664);
    margin-right: 5px;
  }
  
#Contact {
    font-size: 12px;
    color: rgba(161, 54, 255, 0.664);
    margin-left: 5px;
  }

#First-message,
#Second-message,
#Third-message,
#Fourth-message,
#Fifth-message,
#Sixth-message,
#Seventh-message,
#chatsetting {
    font-size: 15px;
}

.chatsetting {
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
}

.chat-container {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.chat-box {
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    overflow-y: scroll;
    height: auto;
    min-height: 50px;
    max-height: 400px;
    display: flex;
    flex-direction: column;    
}

.chat-box::-webkit-scrollbar {
    width: 10px;
  }
.chat-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #2f3542;
    background-clip: padding-box;
    border: 2px solid transparent;
  }
.chat-box::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.8);
  }


.btnS1,
.btnS2,
.btnS3,
.btnS4,
.btnS5,
.btnS6,
.btnS7 {
    background: rgb(96, 9, 240);
    background: linear-gradient(0deg, rgba(96, 9, 240, 1) 0%, rgba(129, 5, 240, 1) 100%);
    width: 100px;
    height: 30px;
    border-radius: 5px;
    color: #fff;
    border: none;
}

.btnS1:hover {
    background: rgb(96, 9, 240);
    background: linear-gradient(0deg, rgba(129, 5, 240, 1) 0%, rgba(96, 9, 240, 1) 100%);
}


.btnS2:hover {
    background: rgb(96, 9, 240);
    background: linear-gradient(0deg, rgba(129, 5, 240, 1) 0%, rgba(96, 9, 240, 1) 100%);
}

#date {
    padding: 5px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    width: 100px;
    height: 18px;
    color: black;
}


.btnS3:hover {
    background: rgb(96, 9, 240);
    background: linear-gradient(0deg, rgba(129, 5, 240, 1) 0%, rgba(96, 9, 240, 1) 100%);
}

/* <select> styles */
#MBTI {
    /* Reset */
    appearance: none;
    border: 0;
    outline: 0;
    font: inherit;
    /* Personalize */
    width: 130px;
    height: 35px;
    padding: 0 32px 0 8px;
    background: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg) no-repeat right 5px center / 25px,
        linear-gradient(to left, rgba(255, 255, 255, 0.3) 5px, rgba(255, 255, 255, 0.2) 48px);
    color: white;
    border-radius: 4px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    cursor: pointer;
}

/* <option> colors */
#MBTI option {
    color: inherit;
    background-color: #030303ab;
    text-align: center;
}

/* Remove focus outline */
&:focus {
    outline: none;
}

/* Remove IE arrow */
&::-ms-expand {
    display: none;
}


.btnS4:hover {
    background: rgb(96, 9, 240);
    background: linear-gradient(0deg, rgba(129, 5, 240, 1) 0%, rgba(96, 9, 240, 1) 100%);
}

#bloodType {
    /* Reset */
    appearance: none;
    border: 0;
    outline: 0;
    font: inherit;
    /* Personalize */
    width: 130px;
    height: 35px;
    padding: 0 32px 0 8px;
    background: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg) no-repeat right 5px center / 25px,
        linear-gradient(to left, rgba(255, 255, 255, 0.3) 5px, rgba(255, 255, 255, 0.2) 48px);
    color: white;
    border-radius: 4px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    cursor: pointer;
}

/* <option> colors */
#bloodType option {
    color: inherit;
    background-color: #030303ab;
    text-align: center;
}

/* Remove focus outline */
&:focus {
    outline: none;
}

/* Remove IE arrow */
&::-ms-expand {
    display: none;
}

.btnS5:hover {
    background: rgb(96, 9, 240);
    background: linear-gradient(0deg, rgba(129, 5, 240, 1) 0%, rgba(96, 9, 240, 1) 100%);
}

#gender {
    /* Reset */
    appearance: none;
    border: 0;
    outline: 0;
    font: inherit;
    /* Personalize */
    width: 130px;
    height: 35px;
    padding: 0 32px 0 8px;
    background: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg) no-repeat right 5px center / 25px,
        linear-gradient(to left, rgba(255, 255, 255, 0.3) 5px, rgba(255, 255, 255, 0.2) 48px);
    color: white;
    border-radius: 4px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    cursor: pointer;
}

/* <option> colors */
#gender option {
    color: inherit;
    background-color: #030303ab;
    text-align: center;
}

/* Remove focus outline */
&:focus {
    outline: none;
}

/* Remove IE arrow */
&::-ms-expand {
    display: none;
}

.btnS6:hover {
    background: rgb(96, 9, 240);
    background: linear-gradient(0deg, rgba(129, 5, 240, 1) 0%, rgba(96, 9, 240, 1) 100%);
}

#textJ {
    padding: 5px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    width: 120px;
    height: 22px;
    font-size: 12px;
    color: white;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.3) 5px, rgba(255, 255, 255, 0.2));

}

.btnS7:hover {
    background: rgb(96, 9, 240);
    background: linear-gradient(0deg, rgba(129, 5, 240, 1) 0%, rgba(96, 9, 240, 1) 100%);
}

#textR {
    padding: 5px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    width: 120px;
    height: 22px;
    font-size: 12px;
    color: white;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.3) 5px, rgba(255, 255, 255, 0.2));

}


.assistant-message {
    background: linear-gradient(120deg, #257287, #248A52);
    color: #fff;
    border-radius: 15px 15px 15px 0;
    text-align: left;
    padding: 6px 10px 7px;
    max-width: 75%;
    margin-bottom: 10px;
    margin-top: 10px;
    align-self: flex-start;
    z-index: 1;

}

.user-message {
    float: right;
    color: #fff;
    background: linear-gradient(120deg, #248A52, #257287);
    border-radius: 15px 15px 0px 15px;
    padding: 1% 5%;
    max-width: 75%;
    margin-bottom: 10px;
    flex: 1;
    align-self: flex-end;
    text-align: left;
}


.chat-message p {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.chat-input {
    margin-top: 20px;
    display: flex;
}

.chat-input input {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 15px;
    margin-right: 10px;
    
}

.chat-input button {
    background: rgb(96, 9, 240);
    background: linear-gradient(0deg, rgba(96, 9, 240, 1) 0%, rgba(129, 5, 240, 1) 100%);
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 15px;
    cursor: pointer;

}

.chat-input button:hover {
    background: rgb(96, 9, 240);
    background: linear-gradient(0deg, rgba(129, 5, 240, 1) 0%, rgba(96, 9, 240, 1) 100%);
}


#loader {
    font-size: 25px;
    text-align: left;
}