@import"https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&family=Lora:wght@400;700&family=Open+Sans:wght@400;700&display=swap";body{color:var(--primary-cl);font-size:15px;line-height:1.6}body.dark-theme{background-color:var(--dark-theme-bg)}.dark-theme .search-input{background-color:var(--dark-light);color:var(--white-cl)}.dark-theme .search-input::placeholder{color:var(--white-cl);opacity:.25}.dark-theme .output-word,.dark-theme .noun-title,.dark-theme .verb-title,.dark-theme .meaning-item,.dark-theme .verb-item,.dark-theme .source-link,.dark-theme .header-select{color:var(--white-cl)}.dark-theme .title:after{background-color:var(--dark-grey-cl)}.dark-theme .footer-container{border-color:var(--dark-grey-cl)}.dark-theme .header-select-option{background:var(--dark-light)}.dark-theme .no-data-title{color:var(--white-cl)}h1,h2,h3,h4,h5,h6,p{margin:0}p:last-child{margin-bottom:0}ul{margin:0;padding:0;list-style:none}a{color:currentColor;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%;height:auto}.container{max-width:357px;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto}@media screen and (min-width: 768px){.container{max-width:720px}}@media screen and (min-width: 1200px){.container{max-width:767px}}.header-container{display:flex;align-items:center;padding-top:24px;padding-bottom:24px}.header-logo-icon{display:block;fill:var(--secondary-cl)}@media screen and (min-width: 767.98px){.header-container{padding-top:58px;padding-bottom:52px}.header-logo-icon{width:32px;height:37px}}.header-group{display:flex;align-items:center;gap:16px;margin-left:auto}.header-select{width:70px;position:relative;border:none;background-color:transparent;outline:none;font-size:18px;font-weight:700;color:currentColor}.header-theme-toggle{display:flex;align-items:center;gap:20px}.header-checkbox{display:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.header-switch{position:relative;width:40px;height:20px;background-color:var(--secondary-cl);border-radius:16px;transition:.3s;cursor:pointer}.header-switch:before{content:"";width:14px;height:14px;position:absolute;border-radius:50%;top:3px;left:3px;display:flex;justify-content:center;align-items:center;background-color:var(--white-cl);transition:.3s}.header-checkbox:checked+.header-switch{background-color:var(--dark-purple-cl)}.header-checkbox:checked+.header-switch:before{content:"";left:23px;background-color:var(--white-cl)}.header-theme-icon{stroke:var(--secondary-cl);fill:transparent}.header-checkbox:checked~.header-theme-icon{stroke:var(--dark-purple-cl)}.search-section{padding-bottom:34px}@media screen and (min-width: 767.98px){.search-section{padding-bottom:42px}}.search-form{position:relative;display:flex;align-items:center;text-align:center;padding-bottom:28px}@media screen and (min-width: 767.98px){.search-form{padding-bottom:50px}}.search-input{width:100%;padding:16px 64px 15px 24px;background-color:var(--cloud-white-cl);border:none;outline:none;font-size:16px;font-weight:700;border-radius:16px;color:currentColor}@media screen and (min-width: 767.98px){.search-input{padding:19px 64px 19px 24px}}@media screen and (min-width: 1199.98px){.search-input{padding:20px 64px 20px 24px}}.search-input::placeholder{font-size:16px;font-weight:700;color:var(--primary-cl);opacity:.25}@media screen and (min-width: 767.98px){.search-input::placeholder{font-size:20px}}.search-input:focus{outline:2px solid var(--dark-purple-cl)}.search-btn{position:absolute;right:24px;display:block;border:none;background-color:transparent}.search-btn-icon{display:block;fill:var(--dark-purple-cl)}.search-output{display:flex;align-items:center;justify-content:space-between}.output-word{font-size:32px;margin-bottom:9px}@media screen and (min-width: 767.98px){.output-word{font-size:64px;margin-bottom:9px}}.output-transcription{font-size:18px;color:var(--dark-purple-cl);line-height:calc(24 / 18)}@media screen and (min-width: 767.98px){.output-transcription{font-size:24px}}.audio-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:var(--light-purple-cl);border-radius:48px;border:none;transition:background-color .3s ease-in-out}@media screen and (min-width: 767.98px){.audio-btn{width:75px;height:75px}}.audio-btn:hover:not(:disabled),.audio-btn:focus:not(:disabled){background-color:var(--dark-purple-cl)}.audio-btn:hover:not(:disabled) .audio-btn-icon,.audio-btn:focus:not(:disabled) .audio-btn-icon{fill:var(--white-cl)}.audio-btn-icon{fill:var(--dark-purple-cl);transition:fill .3s ease-in-out}@media screen and (min-width: 767.98px){.audio-btn-icon{width:21px;height:21px}}.audio-btn.disabled{cursor:not-allowed;opacity:.8}.search-input.error{outline:1px solid var(--error-cl)}.noun-section{padding-bottom:35px}@media screen and (min-width: 767.98px){.noun-section{padding-bottom:45px}}.noun-title{display:flex;align-items:center;gap:25px;margin-bottom:31px;font-size:18px}@media screen and (min-width: 767.98px){.noun-title{font-size:24px;margin-bottom:44px}}.title:after{content:"";height:1px;width:100%;background-color:var(--grey-cl)}.subtitle{margin-bottom:17px;font-size:16px;color:var(--secondary-cl)}@media screen and (min-width: 767.98px){.subtitle{margin-bottom:25px;font-size:20px}}.meaning-list{padding-left:20px;margin-bottom:24px}@media screen and (min-width: 767.98px){.meaning-list{margin-bottom:40px}}.meaning-item{position:relative}.meaning-item:not(:last-child){margin-bottom:13px}.meaning-item:before{position:absolute;top:10px;left:-20px;display:inline-block;content:"";width:5px;height:5px;background-color:var(--dark-purple-cl);border-radius:50%}@media screen and (min-width: 767.98px){.meaning-item{font-size:18px;line-height:calc(24 / 18)}}@media screen and (min-width: 767.98px){.synonyms-wrapper{display:flex;gap:40px;align-items:baseline}}.synonyms-list{display:flex;flex-wrap:wrap;gap:10px}.synonyms-item{font-size:16px;font-weight:700;color:var(--dark-purple-cl)}@media screen and (min-width: 767.98px){.synonyms-item{font-size:20px}}.verb-title{display:flex;align-items:center;gap:25px;margin-bottom:31px;font-size:18px}@media screen and (min-width: 767.98px){.verb-title{font-size:24px;margin-bottom:44px}}.verb-list{padding-left:20px}.verb-item{position:relative;display:flex;gap:13px;flex-direction:column}.verb-item:not(:last-child){margin-bottom:13px}.verb-item:before{position:absolute;top:10px;left:-20px;display:inline-block;content:"";width:5px;height:5px;background-color:var(--dark-purple-cl);border-radius:50%}.verb-example{color:var(--secondary-cl)}@media screen and (min-width: 767.98px){.verb-item,.verb-example{font-size:18px}}.footer-container{border-top:1px solid var(--grey-cl);padding-top:24px;padding-bottom:64px}@media screen and (min-width: 767.98px){.footer-container{display:flex;align-items:center;gap:25px;padding-top:40px;padding-bottom:118px}}@media screen and (min-width: 1199.98px){.footer-container{padding-top:20px;padding-bottom:124px}}.source{margin-bottom:10px;font-size:14px;font-weight:400;color:var(--secondary-cl);text-decoration:underline}.source-link{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:14px}.source-icon{fill:var(--secondary-cl)}@media screen and (min-width: 767.98px){.source{margin-bottom:0;text-decoration:none}}.no-data-container{display:flex;flex-direction:column;align-items:center}.smile-icon{font-size:40px;margin-bottom:24px}.no-data-title{font-size:18px;margin-bottom:24px}.no-data-subtitle{font-size:15px;text-align:center;color:var(--secondary-cl)}@media screen and (min-width: 767.98px){.smile-icon{font-size:64px;margin-bottom:24px}.no-data-title{font-size:20px;margin-bottom:24px}.no-data-subtitle{font-size:18px;line-height:calc(24 / 18)}}.loader-wrapper{display:none}.loader{font-size:10px;width:1em;height:1em;border-radius:50%;position:relative;text-indent:-9999em;animation:mulShdSpin 1.1s infinite ease;transform:translateZ(0)}@keyframes mulShdSpin{0%,to{box-shadow:0 -2.6em #a445ed,1.8em -1.8em #a445ed33,2.5em 0 #a445ed33,1.75em 1.75em #a445ed33,0 2.5em #a445ed33,-1.8em 1.8em #a445ed33,-2.6em 0 #a445ed80,-1.8em -1.8em #a445edb3}12.5%{box-shadow:0 -2.6em #a445edb3,1.8em -1.8em #a445ed,2.5em 0 #a445ed33,1.75em 1.75em #a445ed33,0 2.5em #a445ed33,-1.8em 1.8em #a445ed33,-2.6em 0 #a445ed33,-1.8em -1.8em #a445ed80}25%{box-shadow:0 -2.6em #a445ed80,1.8em -1.8em #a445edb3,2.5em 0 #a445ed,1.75em 1.75em #a445ed33,0 2.5em #a445ed33,-1.8em 1.8em #a445ed33,-2.6em 0 #a445ed33,-1.8em -1.8em #a445ed33}37.5%{box-shadow:0 -2.6em #a445ed33,1.8em -1.8em #a445ed80,2.5em 0 #a445edb3,1.75em 1.75em #a445ed,0 2.5em #a445ed33,-1.8em 1.8em #a445ed33,-2.6em 0 #a445ed33,-1.8em -1.8em #a445ed33}50%{box-shadow:0 -2.6em #a445ed33,1.8em -1.8em #a445ed33,2.5em 0 #a445ed80,1.75em 1.75em #a445edb3,0 2.5em #a445ed,-1.8em 1.8em #a445ed33,-2.6em 0 #a445ed33,-1.8em -1.8em #a445ed33}62.5%{box-shadow:0 -2.6em #a445ed33,1.8em -1.8em #a445ed33,2.5em 0 #a445ed33,1.75em 1.75em #a445ed80,0 2.5em #a445edb3,-1.8em 1.8em #a445ed,-2.6em 0 #a445ed33,-1.8em -1.8em #a445ed33}75%{box-shadow:0 -2.6em #a445ed33,1.8em -1.8em #a445ed33,2.5em 0 #a445ed33,1.75em 1.75em #a445ed33,0 2.5em #a445ed80,-1.8em 1.8em #a445edb3,-2.6em 0 #a445ed,-1.8em -1.8em #a445ed33}87.5%{box-shadow:0 -2.6em #a445ed33,1.8em -1.8em #a445ed33,2.5em 0 #a445ed33,1.75em 1.75em #a445ed33,0 2.5em #a445ed33,-1.8em 1.8em #a445ed80,-2.6em 0 #a445edb3,-1.8em -1.8em #a445ed}}.loader-active{display:flex;align-items:center;justify-content:center;margin-top:75px}:root{--primary-cl: #2d2d2d;--secondary-cl: #757575;--white-cl: #ffffff;--cloud-white-cl: #f4f4f4;--dark-purple-cl: #a445ed;--light-purple-cl: rgba(164, 69, 237, .25);--grey-cl: #e9e9e9;--error-cl: #ff5252;--font-sans: "Open Sans", sans-serif;--font-serif: "Lora", serif;--font-mono: "Inconsolata", monospace;--dark-theme-bg: #050505;--dark-light: #1f1f1f;--dark-grey-cl: #3a3a3a}
