/
home
/
efamember
/
domains
/
efa-member.com
/
public_html
/
main
/
jobs
/
assets
/
css
/
up file
home
html, body { height: 100%; margin: 0; font-family: "Prompt", sans-serif; font-weight: 200; font-style: normal; } .sweet-alert h2, .sweet-alert p, .sweet-alert button { font-family: "Prompt", sans-serif; font-weight: 100; font-style: normal; } .main-header { margin: 0 auto; margin-left: 1rem; margin-right: 1rem; } .main-body { width: 80%; margin: 0 auto; margin-top: 2rem; } .nav-con { display: flex; justify-content: space-between; align-items: center; padding: 0rem 5rem 0rem 5rem; } .nav-con2 { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 0.5rem 0.5rem 0.5rem } .menu { display: flex; } .menu li { margin-top: 1rem; list-style: none; display: flex; align-items: center; } .menu li a { margin-left: 1rem; padding: 5px 5px; color: black; } .menu li a:hover { color: white; background-color: goldenrod; border-radius: 5px; } .text-icon { padding: 5px 5px; color: white; background-color: goldenrod; border-radius: 5px; } .menu-left { margin-top: 1rem; list-style: none; } .menu-left li a:hover { color: white; background-color: goldenrod; border-radius: 5px; } .line { width: 100%; border-bottom: 2px solid goldenrod; position: absolute; } .line-menu { padding: 0px 0px 0px 0px; border-left: 1px solid goldenrod; height: 3rem; margin-top: 1rem; margin-bottom: 0 auto; margin-left: 0.5rem; } .logo a img { width: 3.5rem; } a { text-decoration: none; } ul li { justify-content: space-between; } .btn-gold { background-color: rgb(226, 162, 0); color: white; } .btn-gold:hover { background-color: rgb(183, 132, 3); color: white; } .comp-div { padding: 10px; } .comp-div:hover { color: white; background-color: rgb(192, 192, 192); border-radius: 5px; padding: 10px; } .comp-img { border: 1px solid goldenrod; border-radius: 5px; width: 150%; } .job-img { border: 1px solid goldenrod; border-radius: 5px; width: 100%; } #sidebar { width: 80%; background-color: #fff; height: 100vh; /* background-color: #333; */ position: fixed; top: 0; left: -500px; transition: left 0.3s ease; } #sidebar ul li { list-style: none; color: #fff; font-size: 20px; padding: 26px 24px; } #sidebar .toggle-btn { position: absolute; top: 30px; left: 102%; } .toggle-btn span { width: 45px; height: 4px; background: #000; display: block; margin-top: 4px; } #sidebar.active { left: 0; } /* side bar 2 */ #sidebar2 { width: 80%; height: 100vh; background-color: #fff; position: fixed; top: 0; right: -500px; transition: right 0.3s ease; } #sidebar2 ul li { list-style: none; color: #fff; font-size: 20px; padding: 26px 24px; } #sidebar2 .toggle-btn { position: absolute; top: 30px; right: 102%; } .toggle-btn span { width: 45px; height: 4px; background: #000; display: block; margin-top: 4px; } #sidebar2.active { right: 0; } .noscroll { overflow: hidden; } .remove_div { display: none; } .top-footer { width: 100%; background-color: #ccc; padding: 20px 0; color: #828181; display: flex; justify-content: space-around; align-items: center; } .mid-footer { width: 100%; background-color: #b4b3b3; padding: 20px 0; color: #828181; display: flex; justify-content: space-around; align-items: center; } .bot-footer { height: 5%; width: 100%; background-color: #828181; padding: 20px 0; color: #fff; display: flex; justify-content: space-around; align-items: center; } .no-border { border: 0; box-shadow: none; } .social { text-align: center; } .social a img { margin-right: 1rem; width: 10%; } .social-footer a img { margin: 0.5rem; width: 10%; } strong { font-weight: bold; } /* ppassword eye icon */ .input-icons { width: 100%; } .input-icons i { position: absolute; } .icon { left: 75%; padding: 10px; min-width: 40px; margin-top: 0.5rem; } /* ppassword eye icon */ .sk-spinner-cube-grid .sk-cube { background-color: goldenrod; } /* iphone */ @media only screen and (max-width: 767px) { #sidebar, #sidebar2 { visibility: visible; z-index: 3; } .main-header { visibility: hidden; } .sidebar-form-div { visibility: hidden; } .remove_div, .main-header { display: none; } ul { list-style-type: none; margin: 0; padding: 0; } li a { display: block; color: #000; text-decoration: none; } li a:hover { color: white; background-color: goldenrod; border-radius: 5px; } /* ppassword eye icon */ .icon { left: 70%; padding: 10px; min-width: 40px; margin-top: 0.5rem; } /* ppassword eye icon */ } /* ipad */ @media only screen and (min-width: 768px) and (max-width: 1023px) { #sidebar, #sidebar2, .nav-con2 { visibility: hidden; } .nav-con2 { display: none; } .remove_div { display: block; } ul { list-style-type: none; margin: 0; padding: 0; } li a { display: block; text-decoration: none; } /* Change the link color on hover */ li a:hover { background-color: #555; color: white; } } /* PC */ @media only screen and (min-width: 1024px) { #sidebar, #sidebar2 { visibility: hidden; } .nav-con2 { display: none; } .remove_div { display: block; } }