.chat__btn{position:fixed;bottom:10px;right:30px;z-index:10;cursor:pointer}.chat__img{position:fixed;bottom:60px;right:0;z-index:10;cursor:pointer}.chat__box{width:270px;position:fixed;bottom:10px;right:30px;background-color:#fff;border-radius:12px;z-index:112;box-shadow:-20px 20px 40px -4px rgba(145,158,171,.24);box-shadow:0 0 2px 0 rgba(145,158,171,.24);padding-bottom:1rem;display:none}.chat__box-header{display:flex;align-items:center;width:100%;padding:.5rem;border-radius:12px 12px 0 0;background-color:#be8a3e;justify-content:space-between}.chat__title-box{display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:IRANSansXMedium;font-weight:500;color:#fff}.chat__title-logo{background-color:#fff;width:30px;height:30px;align-content:center;display:flex;align-items:center;justify-content:center;border-radius:6px}.chat__send{display:flex;align-items:center;justify-content:baseline;padding:.8rem;border:1px solid #e5e7eb;max-width:238px;margin:auto;border-radius:6px}.chat__send-input{width:100%;border:none;outline:none}.chat__send-input::placeholder{font-family:IRANSansXRegular;font-weight:400;color:#9ca3af}.chat__send-btn{background:none;border:none;cursor:pointer}.chat__container{display:flex;flex-direction:column;width:100%;max-width:250px;margin:0 auto;max-height:300px;overflow-y:scroll}.chat-message{display:inline-block;margin:10px 0;padding:10px;max-width:90%;font-size:14px}.chat-message.ai{background-color:#f3f4f6;margin-right:auto;border-radius:10px 10px 10px 0;animation:slideInFromLeft .5s ease-out forwards}.chat__link{display:none}.chat-message.user{background-color:#be8a3e;color:#fff;margin-left:auto;border-radius:10px 10px 0 10px}.chat-message p{margin:0;font-family:IRANSansXRegular;font-weight:400}.open__chat{display:inline-block !important}.close__icon{cursor:pointer}.degree-option{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.degree-option-btn{background-color:#fff;color:#be8a3e;font-family:IRANSansXRegular;font-weight:400;border:1px solid #e5e7eb;border-radius:6px;padding:.8rem;cursor:pointer}.yes-no-option{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.yes-no-btn{background-color:#fff;color:#be8a3e;font-family:IRANSansXRegular;font-weight:400;border:1px solid #e5e7eb;border-radius:6px;padding:.8rem;cursor:pointer}.language-option{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.language-option-btn{background-color:#fff;color:#be8a3e;font-family:IRANSansXRegular;font-weight:400;border:1px solid #e5e7eb;border-radius:6px;padding:.8rem;cursor:pointer}.show__link{display:block !important;font-family:IRANSansXRegular;font-weight:400;background-color:#003c90 !important;cursor:pointer;animation:pulse 1.5s infinite !important;margin-left:1rem;border-radius:10px !important}.show__link a{color:#fff !important}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}100%{transform:scale(1);opacity:1}}.chat__select{display:none}.question__select{display:none}.show{display:block !important}.register-button{background-color:#fff;border:1px solid #003c90;width:100%;padding:.5rem;border-radius:1rem;font-family:IRANSansXRegular;font-weight:400;cursor:pointer}.chat__input-container{width:100%;display:none;flex-direction:column;gap:.2rem;padding:.5rem}@keyframes slideInFromLeft{0%{transform:translateX(-100%);opacity:0}100%{transform:translateX(0);opacity:1}}.input__chat-user{border:1px solid #e5e7eb;border-radius:6px;width:100%;height:34px}.btn__chat-user{background-color:#003c90;color:#fff;border:none;padding:.5rem;border-radius:6px;font-family:IRANSansXRegular;font-weight:400;cursor:pointer}.label__chat-user{font-family:IRANSansXRegular;font-weight:400}input[type=number]{-moz-appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.custom-select{position:relative;width:100%}.selected-option{border:1px solid #fff;background:none;color:#fff;font-family:IRANSansXMedium;font-weight:500;padding:.6rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;border-radius:12px}.selected-option img{width:20px;height:20px;margin-left:40px}.options{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ccc;list-style:none;margin:0;padding:0;display:none;z-index:10;color:#111827}.options li{padding:10px;display:flex;align-items:center;cursor:pointer}.options li:hover{background:#f0f0f0}.options li img{width:20px;height:20px;margin-left:10px}.option-icon[src=""]{display:none}@media(max-width:1023px){.chat__btn{right:60px;bottom:60px}.chat__box{bottom:60px;right:60px}}