/* words in certain position*/ small { font-size: 100% !important; } .wordsInCertainPos { display: flex; flex-direction: column; justify-content: center; align-items: center; /* position: sticky; */ width: -webkit-fill-available; /* top: 58px; */ background-color: #fff; /* z-index: 99; */ } .errMessage { display: none; } .forms_data { border: 1px solid rgba(0, 0, 0, 0.1); padding: 0px 15px; padding-top: 15px; text-align: center; } .forms_data .letter_field { border-radius: 5px; margin: 0 5px 0 0 !important; font-size: 30px; text-transform: uppercase; text-align: center; width: 55px; height: 48px; line-height: 55px; font-weight: bold; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; padding: 0 !important; outline: none !important; } .forms_data .letter_field:focus { box-shadow: unset !important; border-color: #ced4da !important; } .wordsInCertainPos_btn { padding: 8px 18px; font-size: 15px; background-color: #000; border-color: #000; color: #fff; border-radius: 5px; /* width: 100px; */ font-weight: 900; position: relative; } .wordsInCertainPos_btn:focus { outline: none; box-shadow: unset !important; } .wordsInCertainPos_btn:hover { color: #fff; } .wordList { padding: 15px; display: inline-flex; width: 100%; flex-wrap: wrap; } .wordList .anchor__style { color: #000 !important; font-size: 15px; text-decoration: none !important; font-weight: 600; list-style: none; padding: 8px; background: #f8f9fa; border-radius: 5px; margin: 6px 6px; width: auto; /* min-width: 100px; */ text-align: center; border: solid 1px var(--black-color); box-shadow: 2px 2px 1px 0px var(--black-color); } .wordListHeading>.lead { font-size: 18px; } #certain_pos_count { font-size: 16px; /* width: 75%; */ margin: 10px auto; } #certain_pos_error_msg { margin: 10px auto; width: 75%; } .certainWordsList>ul { display: inline-flex; width: 100%; flex-wrap: wrap; } .certainWordsList>ul li { border: solid 2px rgba(226, 248, 198, 0.47); padding: 8px; background: #f8f9fa; border-radius: 5px; margin: 6px 6px; width: auto; min-width: 100px; text-align: center; } .tab_link_wrapper { position: sticky !important; top: 66px; z-index: 9; display: flex; width: 100%; /* overflow: auto; */ justify-content: center; background: #f8f9fa; border-radius: 40px; padding: 8px; border: 2px solid var(--black-color); /* white-space: wrap; */ } .flex-row { -ms-flex-direction: row !important; flex-direction: row !important; display: flex; overflow: hidden; margin: 0 35px; } .tab_link { font-size: 15px; font-weight: 900; margin: 0 5px; padding-top: 5px; border: none; outline: none; background-color: inherit; } .active-tab { border-bottom: solid 2px black; } #next { background: url('/assets/images/next.webp'); background-size: cover; width: 21px; object-fit: cover; padding: 3px; border: none; position: absolute; top: 15px !important; right: 43px; } #prev { background: url('/assets/images/prev.webp'); background-size: cover; width: 21px; object-fit: cover; padding: 3px; border: none; position: absolute; top: 15px !important; left: 43px; } @media (max-width: 768px) { .letterswords>.wordListHeading { padding: 10px 15px 5px 15px; } #certain_pos_count, .wordListHeading>.lead { font-size: 13px; } .tab_link_wrapper .tab_link{ font-size: 14px !important; } .allfiveletterswords, #certain_pos_count, .letterswords { width: 85%; } }