| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- .hf-top-img {
- text-align: center;
- }
- .hf-top-img img {
- text-align: center;
- max-width: 500px;
- margin-top: 20px;
- }
- .hf-travel-voca-content {
- margin-bottom: 350px !important;
- }
- .flash-center {
- text-align: center;
- }
- .flash-center-100-width {
- width: 100% !important;
- }
- .hf-testing-countdown {
- display: inline-block;
- width: 34px;
- height: 34px;
- text-align: center;
- margin: auto 0px auto auto;
- position: absolute;
- right: 20px;
- top: -20px;
- z-index: 40;
- }
- .hf-testing-body-cover {
- /* padding: 30px 0px; */
- margin: auto;
- width: 100%;
- /* min-height: calc(430px + 30px + 30px); */
- position: relative;
- height: 50px;
- width: 50px;
- }
- .hf-testing-body {
- display: flex;
- overflow-x: hidden;
- overflow-y: auto;
- /* height: calc(100vh - 80px); */
- /* max-height: calc(430px + 70px + 70px); */
- padding: 0px 15px;
- }
- .hf-testing-container {
- position: absolute;
- right: 0;
- }
- .hf-nutrition-row {
- height: 580px;
- }
- .hf-nutrition-box {
- height: 45px;
- text-align: initial;
- margin: auto;
- padding-top: 5px;
- }
- .hf-nutrition-box .box {
- width: 90%;
- background: lightgray;
- border: 0px;
- height: 30px;
- padding: 0 10px;
- }
- .hf-nutrition-container {
- width: 70%;
- margin: auto;
- border: 1px solid lightgray;
- border-radius: 10px
- }
- .hf-nutrition-title h4 {
- font-weight: 700;
- text-align: initial;
- }
- .hf-butrition-button {
- border: 2px solid var(--color-main-blue-light);
- background: var(--color-main-blue-light);
- color: white;
- font-size: 20px;
- margin-top: 25px;
- border-radius: 10px;
- padding: 5px 20px;
- }
- .hf-butrition-button:hover {
- background: lightgray;
- color: black;
- border: 2px solid lightgray;
- }
- .hf-row {
- padding: 20px;
- margin: 30px;
- }
- .height-number {
- height: 800px !important;
- }
- .red-box {
- border: 1px solid red !important;
- }
- @media (max-width: 767px) {
- .hf-travel-voca-content {
- margin-bottom: 50px !important;
- }
- .hf-top-img img {
- max-width: 320px;
- margin-top: 20px;
- margin-left: 0px;
- }
- .hf-testing-countdown {
- right: 0px;
- top: -28px;
- }
- .hf-nutrition-row {
- height: 850px;
- }
- .hf-nutrition-container {
- width: 100%;
- margin: auto;
- border: 1px solid lightgray;
- border-radius: 10px
- }
- .hf-nutrition-box .box {
- width: 100%;
- }
- .hf-row {
- padding: 20px;
- margin: 0px;
- }
- .hf-butrition-button {
- margin-top: 125px;
- }
- }
|