/*font-family: 'Ubuntu', sans-serif;*/ /*font-family: 'Cairo', sans-serif;*/ /*font-family: 'Poppins', sans-serif;*/ * { //font-family: Poppins, sans-serif; } .details-wrap { width: 100%; //height: auto; height: 80vh; overflow-y: auto; background-color: #fff; border-radius: 12px; padding: 15px 20px; margin-bottom: 20px; margin-top: 30px; } .details-wrap .details-head-info { font-size: 18px; } .job-type, .expired { font-size: 16px; padding: 3px 8px; border-radius: 5px; font-family: Poppins; position: relative; bottom: 5px; margin-left: 13px; } .expired { background-color: transparent; border: 1px solid indianred; color: indianred; font-weight: 600; } .job-type { background-color: indianred; color: white; } .title { //display: inline-flex; //justify-items: start; display: block; } .title h2, .title span { display: inline-block; } .apply:not(.expired) { width: 20% !important; background-size: 200% auto; } .apply:not(.expired):hover { width: 20% !important; background-position: right center; }