*{margin:0;padding:0;box-sizing:border-box;color:#ececec;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;overflow:hidden}.app{background-color:#212121;display:flex;height:100vh;width:100vw;overflow:hidden}.app-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#212121;gap:20px}.loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.1);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-loading p{font-size:16px;color:#ffffffb3}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.sidebar{background-color:#171717;color:#ececec;height:100vh;width:380px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid rgba(255,255,255,.1);overflow:hidden}.sidebar-header{padding:10px 12px}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.close-sidebar-btn,.new-chat-icon-btn{background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px;cursor:pointer;color:#ececec;display:flex;align-items:center;justify-content:center;transition:background .2s;height:36px;width:36px}.close-sidebar-btn:hover,.new-chat-icon-btn:hover{background-color:#ffffff1a}.new-chat-icon-btn i{font-size:16px}.search-container{padding:0 12px 12px}.search-wrapper{position:relative;width:100%}.search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#8e8e8e;font-size:12px}.search-input{width:100%;background-color:#212121;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:8px 10px 8px 30px;color:#ececec;font-size:13px;outline:none;transition:border-color .2s}.search-input:focus{border-color:#ffffff4d}.search-input::placeholder{color:#666}.history-label{padding:12px 16px 4px;font-size:11px;font-weight:600;color:#8e8e8e;text-transform:uppercase;letter-spacing:.5px}.history{margin:0;padding:8px;height:100%;overflow-y:auto;overflow-x:hidden}.history::-webkit-scrollbar{width:6px}.history::-webkit-scrollbar-track{background:transparent}.history::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.history::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.history li{list-style-type:none;cursor:pointer;padding:10px 12px;margin-bottom:4px;font-size:14px;border-radius:8px;position:relative;transition:all .2s ease;color:#ececec;display:flex;align-items:center;justify-content:space-between;gap:8px;overflow:hidden}.history li:hover{background-color:#ffffff14}.history li>*:first-child{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fa-trash{opacity:0;transition:opacity .15s ease,color .15s ease;font-size:14px;padding:4px;border-radius:4px;flex:0 0 auto;margin-left:8px;cursor:pointer}.history li:hover .fa-trash{opacity:1;color:#b4b4b4}.fa-trash:hover{color:#f87171!important;background-color:#f871711a}.highlighted{background-color:#ffffff1a}@media (max-width: 768px){.sidebar{width:260px}}.user-profile-container{position:relative;padding:12px;border-top:1px solid rgba(255,255,255,.1)}.login-button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.login-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.user-profile{display:flex;align-items:center;gap:12px;padding:10px;border-radius:10px;cursor:pointer;transition:background .2s ease}.user-profile:hover{background:#ffffff0d}.user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.2)}.user-info{flex:1;display:flex;flex-direction:column;gap:2px;overflow:hidden}.user-name{font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:12px;color:#fff9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-icon{transition:transform .3s ease;color:#fff9}.dropdown-icon.open{transform:rotate(180deg)}.menu-overlay{position:fixed;inset:0;z-index:998}.user-menu{position:absolute;bottom:100%;left:12px;right:12px;margin-bottom:8px;background:#2a2a2a;border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 8px 24px #0006;z-index:999;overflow:hidden;animation:slideUpMenu .2s ease-out}@keyframes slideUpMenu{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.menu-header{display:flex;align-items:center;gap:12px;padding:16px}.menu-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.2)}.menu-user-info{display:flex;flex-direction:column;gap:4px;overflow:hidden}.menu-user-name{font-size:15px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-user-email{font-size:13px;color:#fff9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-divider{height:1px;background:#ffffff1a;margin:0 12px}.menu-item{width:100%;display:flex;align-items:center;gap:12px;padding:12px 16px;background:none;border:none;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease;text-align:left;box-sizing:border-box}.menu-item:hover{background:#ffffff0d}.menu-item:first-of-type{border-radius:0}.logout-item{color:#fff}.logout-item:hover{background:#ff6b6b1a}@media (max-width: 768px){.user-profile-container{padding:10px}.user-avatar{width:36px;height:36px}.user-name{font-size:13px}.user-email{font-size:11px}}.chatWindow{background-color:#212121;height:100vh;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;position:relative}.navbar{width:100%;display:flex;justify-content:center;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1);background-color:#212121;position:sticky;top:0;z-index:100}.navbar span{font-size:16px;font-weight:600;color:#ececec;display:flex;align-items:center;gap:8px}.navbar span i{font-size:12px;color:#b4b4b4}.open-sidebar-btn{position:absolute;left:20px;background:transparent;border:none;cursor:pointer;padding:8px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .2s}.open-sidebar-btn:hover{background-color:#ffffff1a}.navbar-logo-text{margin-left:0}.chatInput{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;background:linear-gradient(to top,#212121 0%,#212121 80%,transparent 100%);position:relative}.inputBox{width:100%;position:relative;max-width:800px;display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.chatWindow input{width:100%;border:none;background-color:#2f2f2f;padding:16px 60px 16px 50px;font-size:15px;border-radius:24px;color:#ececec;transition:all .2s ease;border:1px solid rgba(255,255,255,.1)}.chatWindow input::placeholder{color:#8e8e8e}.chatWindow input:focus{outline:none;background-color:#3a3a3a;border-color:#fff3}.attach-button{background:transparent;border:none;color:#888;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center;position:absolute;left:12px;z-index:1}.attach-button:hover:not(:disabled){background:#3a3a3a;color:#fff}.attach-button.active{background:#3a3a3a;color:#667eea}.attach-button:disabled{opacity:.5;cursor:not-allowed}.mic-button{background:#2f2f2f;border:none;color:#ececec;cursor:pointer;height:36px;width:36px;border-radius:50%;margin-right:8px;display:flex;align-items:center;justify-content:center;transition:all .2s;position:absolute;right:50px}.mic-button:hover{background-color:#3a3a3a}.mic-button.listening{background-color:#ef4444;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #ef4444b3}70%{transform:scale(1.1);box-shadow:0 0 0 10px #ef444400}to{transform:scale(1);box-shadow:0 0 #ef444400}}#submit{color:#212121;background-color:#fff;border-radius:50%;cursor:pointer;height:36px;width:36px;font-size:16px;position:absolute;right:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border:none}#submit:hover{background-color:#e0e0e0;transform:scale(1.05)}#submit:active{transform:scale(.95)}#submit i{color:#212121}.info{font-size:12px;padding:8px;color:#8e8e8e;text-align:center;max-width:800px}.loading-container{display:flex;justify-content:center;align-items:center;padding:20px}.file-upload-modal{position:absolute;bottom:100%;left:50%;transform:translate(-50%);width:90%;max-width:600px;background:#1a1a1a;border:1px solid #333;border-radius:8px;padding:20px;margin-bottom:10px;box-shadow:0 -4px 20px #00000080;z-index:100}.inline-file-upload{width:100%;max-width:800px;margin-bottom:10px;background:#1a1a1a;border:1px solid #333;border-radius:8px;padding:15px;animation:slideIn .2s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.close-upload{width:100%;margin-top:10px;padding:10px;background:#333;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.close-upload:hover{background:#444}.uploaded-files-preview{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px;max-width:800px}.file-badge{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#667eea;color:#fff;border-radius:20px;font-size:13px}.file-badge i{font-size:12px}.file-badge button{background:transparent;border:none;color:#fff;cursor:pointer;padding:0;margin-left:4px;display:flex;align-items:center}.file-badge button:hover{opacity:.8}@media (max-width: 768px){.chatInput{padding:16px}.inputBox{max-width:100%}.chatWindow input{font-size:14px;padding:14px 56px 14px 46px}#submit{height:32px;width:32px;font-size:14px}}.chats{max-width:700px;width:100%;overflow-y:scroll;padding:8rem 20px 40px;flex:1;display:flex;flex-direction:column;gap:24px;-ms-overflow-style:none;scrollbar-width:none}.chats::-webkit-scrollbar{width:0;height:0;background:transparent}.chats::-webkit-scrollbar-track{background:transparent}.chats::-webkit-scrollbar-thumb{background:transparent;border-radius:4px}.chats::-webkit-scrollbar-thumb:hover{background:transparent}.chats h1{text-align:center;color:#ececec;font-size:32px;font-weight:600;margin:60px 0}.userDiv{display:flex;justify-content:flex-end;width:100%}.gptDiv{text-align:left;width:100%}.userMessage{background-color:#2f2f2f;padding:12px 18px;border-radius:18px;max-width:70%;width:fit-content;color:#ececec;font-size:15px;line-height:1.6;word-wrap:break-word}.gptDiv pre{background:transparent;padding:16px;border-radius:8px;overflow-x:auto;margin:12px 0}.gptDiv pre code{background:transparent;border-radius:4px;font-size:14px;line-height:1.5}.gptDiv p{margin:8px 0}.gptDiv ul,.gptDiv ol{margin:8px 0;padding-left:24px}.hljs{border-radius:8px!important;background-color:#1a1a1a!important}pre{white-space:pre-wrap;word-wrap:break-word}@media (max-width: 768px){.chats{padding:20px 16px;gap:20px}.chats h1{font-size:24px;margin:40px 0}.userMessage{max-width:85%;font-size:14px;padding:10px 14px}.gptDiv>div{max-width:95%;font-size:14px;padding:10px 14px}}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}.file-upload-wrapper{width:100%;margin-bottom:15px;display:flex;flex-direction:column;gap:12px}.file-input-group{display:flex;gap:10px;align-items:center}.hidden-input{display:none}.file-select-label{display:flex;align-items:center;gap:8px;padding:8px 16px;background:transparent;border:2px dashed #444;border-radius:8px;color:#ccc;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.file-select-label:hover{border-color:#667eea;background:#667eea1a;color:#fff}.file-select-label.disabled{opacity:.5;cursor:not-allowed;border-color:#333}.upload-submit-btn{padding:8px 16px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.upload-submit-btn:hover{background:#5a6fd1}.selected-file-preview{display:flex;align-items:center;gap:12px;padding:10px;background:#2a2a2a;border:1px solid #444;border-radius:8px}.file-icon-lucide{flex-shrink:0}.icon-red{color:#ef4444}.icon-blue{color:#3b82f6}.icon-blue-dark{color:#2563eb}.icon-gray{color:#9ca3af}.icon-green{color:#22c55e}.file-preview-info{flex:1;min-width:0}.file-name-text{font-size:14px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-size-text{font-size:12px;color:#888}.remove-btn-icon{background:transparent;border:none;color:#888;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center}.remove-btn-icon:hover{background:#333;color:#fff}.spinner-icon{animation:spin 1s linear infinite;color:#667eea}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.upload-progress-container{display:flex;flex-direction:column;gap:4px}.progress-bar-bg{width:100%;height:8px;background:#333;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background:#667eea;transition:width .3s ease-out}.progress-text{font-size:12px;color:#888;text-align:center}.upload-error-message{padding:10px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px}.upload-error-message p{font-size:13px;color:#ef4444;margin:0}.uploaded-list{display:flex;flex-direction:column;gap:8px}.uploaded-list-title{font-size:12px;color:#888;font-weight:500}.uploaded-file-item{display:flex;align-items:center;gap:8px;padding:8px;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:6px}.success-icon{color:#22c55e;flex-shrink:0}.uploaded-filename{font-size:13px;color:#fff;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.processed-badge{font-size:11px;color:#15803d;background:#dcfce7;padding:2px 6px;border-radius:4px}.login-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;background-color:#212121;font-family:Söhne,"ui-sans-serif","system-ui",-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Helvetica Neue,Arial,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";color:#fff;padding:20px}.login-logo-header{width:100%;padding:32px 32px 0;margin-bottom:80px;display:flex;justify-content:center}.logo-text{font-weight:700;font-size:24px;color:#fff}.login-content{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;flex:1}.login-title{font-size:32px;font-weight:700;margin-bottom:12px;color:#fff;text-align:center}.login-subtitle{font-size:16px;color:#fff;text-align:center;margin-bottom:32px;line-height:1.5}.social-buttons{width:100%;display:flex;flex-direction:column;gap:12px}.social-btn{width:100%;height:52px;border:1px solid #c2c8d0;border-radius:6px;background:transparent;display:flex;align-items:center;padding:0 24px;cursor:pointer;font-size:16px;color:#000;position:relative;transition:background-color .2s;font-weight:500}.social-btn:hover{background-color:#4f4f4f}.social-icon{width:20px;height:20px;position:absolute;left:20px}.social-btn span{flex:1;text-align:center}.divider{width:100%;display:flex;align-items:center;text-align:center;margin:24px 0;color:#6d7583;font-size:12px}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #e3e5e8}.divider:before{margin-right:12px}.divider:after{margin-left:12px}.email-login{width:100%;display:flex;flex-direction:column;gap:16px}.email-input{color:#212121;width:100%;height:52px;padding:0 16px;border:1px solid #ffffff;border-radius:6px;font-size:16px;outline:none;transition:border-color .2s}.email-input:focus{border-color:#10a37f}.continue-btn{width:100%;height:52px;background-color:#10a37f;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s}.continue-btn:hover{background-color:#0d8a6b}.login-footer{margin-top:auto;padding:24px;display:flex;gap:12px;color:#6d7583;font-size:12px}.login-footer a{color:#fff;text-decoration:none}.login-footer a:hover{text-decoration:underline}.error-message{color:#d93025;font-size:14px;margin-top:16px;text-align:center;background-color:#212121;padding:10px;border-radius:6px;width:30%}@media (max-width: 600px){.login-logo-header{margin-bottom:40px;padding:24px 24px 0}.login-container{padding:0}.login-content{padding:24px}}.back-nav{align-self:flex-start;margin-bottom:20px;cursor:pointer;color:#10a37f;font-size:14px;font-weight:500}.back-nav:hover{text-decoration:underline}.input-group{width:100%;margin-bottom:16px}.PhoneInput{display:flex;align-items:center;border:1px solid #c2c8d0;border-radius:6px;padding:0 12px;height:52px;transition:border-color .2s}.PhoneInput:focus-within{border-color:#10a37f}.PhoneInputInput{border:none;outline:none;font-size:16px;height:100%;background:transparent;color:inherit}.PhoneInputCountry{margin-right:12px}.otp-container{display:flex;gap:8px;justify-content:center;width:100%;margin-bottom:20px}.otp-field{width:45px;height:55px;border:1px solid #c2c8d0;border-radius:8px;font-size:24px;text-align:center;outline:none;transition:all .2s}.otp-field:focus{border-color:#10a37f;box-shadow:0 0 0 2px #10a37f33}.timer-text{font-size:14px;color:#666;margin-bottom:8px}.resend-container{margin-bottom:16px}.text-btn{background:none;border:none;color:#10a37f;cursor:pointer;font-size:14px;padding:0}.text-btn:disabled{color:#999;cursor:not-allowed}.continue-btn:disabled{opacity:.7;cursor:not-allowed}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
