.applications-container { width: 65% !important; max-width: 1500px !important; margin: auto; } .application-title { font-family: Ubuntu; text-transform: uppercase; margin: 25px auto; display: flex; justify-content: center; } .application-title h1 { font-weight: bold; } /*.application-title span {*/ /* font-weight: bold;*/ /* */ /*}*/ .application-card { font-family: Poppins; border: 1px solid lightgray; border-radius: 8px; background-color: white; transition: all 0.3s ease; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); transform: translate(0, 0); height: auto; padding: 20px 20px; display: flex; justify-content: center; margin: 15px 0; } .application-card .left-box { width: 55%; display: inline-block; } .application-card .left-box .jobAd-title { font-weight: 600; /*text-transform: uppercase;*/ font-family: 'Segoe UI', sans-serif; font-size: 22px; } .application-card .left-box .contact-info { display: inline-flex; gap: 10px; } .application-card .left-box .contact-info .contact-item { display: inline-flex; align-items: center; gap: 5px; } .application-card .right-box { width: 45%; display: inline-flex; justify-content: end; align-items: center; gap: 10px; } .application-card .right-box .select { width: 35%; display: inline-block; } .application-button { border: 0; border-radius: 8px; width: auto; background-color: rgba(207, 235, 255, 1); color: black; font-weight: bold; padding: 5px 10px; transition: 0.2s; } .application-button:hover { background-color: rgb(187, 215, 235); } /*.application-card:hover {*/ /* transform: translate(0, 8px);*/ /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);*/ /*}*/ .multi-button button{ /*font-size: 5vmin;*/ padding: .5em 1em; background: #fff; color: #4A5568; border: 0px solid #A0AEC0; //margin: .1em; transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease; box-shadow: 0 0 0 #BEE3F8; transform: translateY(0); } .multi-button button:first-of-type{ border-radius: .5em 0 0 .5em; } .multi-button button:last-of-type{ border-radius: 0 .5em .5em 0; } .multi-button button i{ color: #A0AEC0; margin-right: .3em; transition: all .2s ease-out; } .multi-button:hover button{ color: #A0AEC0; } .multi-button:hover button:hover{ background: #D53F8C; color: #fff; box-shadow: 0 0 0.8em 0 rgba(213, 63, 140, .8); transform: translateY(-.2em); } .multi-button:hover button i{ color: #CBD5E0; } .multi-button:hover button:hover i{ color: #FED7E2; transform: rotate(-10deg); }