:root {
color: 
    #ffffff,
    #000000,
    #452A68,
    #FBF416,
    #E93B2D,
    #C8B9C6,
    #B09C44,
    #B85992
}
.main {
    color: #452A68;
}

.secondary {
    color: #FBF416;
}

.info {
    color: #B85992;
}

#reply {
    font-size: 23px;
    margin-top: 35px;
    text-align: center;
    color: #ffb900;
    display: none;
}

.error {
    color: #E93B2D;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    font-family: 'poppins';
    scroll-behavior:smooth;
    background-color: #ffffff;
}


/* SCROLL TO TOP */
#topIcon {
    /* background-color: #5333ED; */
    position: fixed;
    bottom: 3.5rem;
    right: 1.5rem;
    height: 38px;
    width: 38px;
    justify-content: center;
    align-items: center;
    z-index: 93;
    display: none;
    cursor: pointer;
    border-radius: 50%;
}

#topIcon::after {
    content: " ";
    display: table;
    z-index: 90;
    bottom: 3.1rem;
    right: 1.1rem;
    width: 44px;
    height: 44px;
    position: fixed;
    border-radius: 50%;
    /* border: 4px solid #5333ED; */
    background-color: transparent;
}

#topIcon:hover {
    color: #ffffff;
    background-color: #000000;
}

#topIcon:hover i {
    color: #ffffff;
}

/* SCROLL TO TOP BUTTON */
#top-container {
    height: 60px;
    width: 60px;
    display: none;
    bottom: 2rem;
    right: 3rem;
    position: fixed;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 99;
    border-radius: 50%;
    /* background-color: #FFFEFE;
    border: 1px solid #080808; */
}


/* TOOLTIPS */
.tooltip-container {
    /* top: -45px;
    right: 55px; */
    position: relative;
    display: inline-block;
    /* animation: top 1s ease-in-out; */
}

.tooltip-text {
    position: absolute;
    visibility: hidden;
    color: #FFFEFE;
    width: 125px;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 5;
    /* background-color: #000; */
}

.tooltip-text:after {
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    margin-left: -15px;
    border-width: 8px;
    border-style: solid;
    transform: rotate(90deg);
    border-color: #000 transparent transparent transparent;
}

/* ONLINE TOOLTIP */
#online-tooltip {
    bottom: 12%;
    right: 21%;
}

#online-tooltip:after {
    top: 30%;
    left: 0%;
}


/* RECOMMENDED TOOLTIP */
#recommend-tooltip {
    top: -65%;
    left: -220%;
    width: 220px;
}

#recommend-tooltip:after {
    bottom: -30px;
    right: 95%;
}


@keyframes top {
    from {
        top: -55px;
        opacity: 0;
    } to {
        top: -45px;
        opacity: 1;
    }
}


@-webkit-keyframes top {
    from {
        top: -55px;
        opacity: 0;
    } to {
        top: -45px;
        opacity: 1;
    }
}

#top-container:hover #top-text {
    visibility: visible;
    opacity: 1; 
}



/* BUTTONS */
button {
    all: unset;
    color: #ffffff;
    font-size: 16px;
    border-radius: 3px;
    padding: 12px 20px;
    font-weight: 400;
}

.button1 {
    color: #ffffff;
    background-color: #B85992;
}

.button1:hover {
    transition: all 0.3s ease-in-out;
}

.button2 {
    font-weight: 600;
    padding: 12px 15px;
    color: #fff;
    background-color: #000;
}

.button2:hover {
    /* outline: 3px solid #0aa74e; */
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.4);
}

.button3 {
    padding: 12px 15px;
    color: #fff;
    background-color: #452A68;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.button3:hover {
    transform: scale(1.03);
    transition: all 0.3s ease-in-out;
}

.button4 {
    font-weight: 600;
    color: #FBF416;
    font-weight: 500;
    border: 2px solid #fff;
    background-color: transparent;
}

.button4:hover {
    color: #FBF416;
    background-color: #452A68;
    transition: all 0.3s ease-in-out;
    border: 2px solid #452A68;
}


/* NAVBAR */
#logo {
    height: 65px;
    margin-right: 20px;
    width: auto;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background-color: #452A68;
}

nav {
    width: 100%;
    z-index: 9;
}

nav ul {
    padding: 20px 0;
}

nav ul a li {
    font-family: 'poppins';
    font-weight: 600;
    padding: 7px 0;
    color: #fff;
    padding-right: 25px;
    list-style-type: none;
}

nav ul a:last-child li {
    margin-right: -45px;
}

nav ul a {
    text-decoration: none;
    font-weight: 600;
}

nav ul a li:hover {
    transform: scale(1.03);
    color: #FBF416;
}   

nav button {
    background-color: #B85992;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

nav button:hover {
    transform: scale(1.03);
    transition: all 0.3s ease-in-out;
}


#menu {
    all: unset;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    display: none;
    cursor: pointer;
    transition: all 2s ease; 
    background-color: #B85992;
    box-shadow: 10px #333333;
}

#menu i {
    color: #fff;
    transition: all 0.2s ease; 
}

@keyframes zoom-out {
    0%{height: 65px;width: 65px;opacity: 0}
    50%{height: 50px;width: 50px;opacity: 0.3}
    75%{height: 55px;width: 55px;opacity: 0.6}
    50%{height: 60px;width: 60px;opacity: 1}
}

@-webkit-keyframes zoom-out {
    0%{height: 65px;width: 65px;opacity: 0}
    50%{height: 50px;width: 50px;opacity: 0.3}
    75%{height: 55px;width: 55px;opacity: 0.6}
    50%{height: 60px;width: 60px;opacity: 1}
}




/* JOBS CONTAINER */
#jobs-container #filter-header {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    padding: 8px 15px;
    background-color: #B85992;
}



#jobs-container #jobs-header {
    background-color: #333;
    padding: 0;
}

#jobs-container #header {
    padding: 15px;
    color: #fff;
    border-top: 5px solid #fff;
    background-color: #452A68;
}

#jobs-container #jobs-header .jobs {
    padding: 15px 25px;
    background-color: #fff;
    margin-top: 5px;
}

#attendance-container {
    margin-top: -5px;
}





/* FIND FREELANCERS */
#freelancers-search-container #freelance-search {
    font-size: 16px;
    width: 100%;
    padding: 8.5px 15px;
    border-radius: 3px;
    margin-bottom: 10px;
    border-right: none;
    border: 2px solid #333;
}

#freelancers-search-container button {
    all: unset;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-top: -10px;
    margin-left: -5px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #0aa74e;
}

#freelancers-search-container button:hover {
    background-color: #000;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

#freelancers-search-container i {
    color: #fff;
}

.freelance-input,
#fulltime-job #filter .freelance-input {
    font-size: 16px;
    width: 100%;
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 2px solid #333;
}

#filter .section {
    position: relative;
    margin: 0;
    margin-top: 15px;
}

.freelace-search-details,
#fulltime-job #filter .freelace-search-details {
    width: 100%;
    border: 2px solid #333;
    display: none;
    margin-top: -13px;
    left: 0;
    z-index: 5;
    position: absolute;
    height: fit-content;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
}

.freelace-search-details li,
#fulltime-job #filter li {
    width: 100%;
    font-size: 16px;
    padding: 5px 8px;
    font-weight: 500;
    list-style-type: none;
    border-bottom: 1px solid #333;
}

.freelace-search-details li:hover,
#fulltime-job #filter li:hover {
    cursor: pointer;
    background-color: #f1f1f1;
}

#jobs-header .search-item {
    all: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    color: #000;
    padding: 5px 8px;
    font-weight: 500;
    font-size: 14px; 
    margin-right: 10px;
    background-color: #fff;
}

#jobs-header .search-item:last-child {
    margin-right: 0;
}

#jobs-header .search-item > span {
    color: #000;
    font-weight: 900;
    cursor: pointer;
    padding-left: 5px;
    margin-left: 5px;
}

.fa-star {
    color: #008037;
}

.reviews:hover {
    text-decoration: underline;
}

#jobs-header #job-category button {
    padding: 5px 8px;
}



/* POST PAGE */
.attendee {
    color: #080808;
    width: 100%;
    margin: 5px 0;
    padding: 15px;
    background-color: #ffffff;
}

.reply {
    color: #C6302C;
    font-weight: 700;
    cursor: pointer;
    width: fit-content;
}

.reply:hover {
    color: #9C2D2A;
    transform: scaleY(1.02);
}

.user-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}


#profile.user-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

p.user-image ,
p.user-image-big,
img.user-image-big {
    font-size: 35px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    font-weight: 900;
    border-radius: 50%;
    background-color: #FF1616;
}

#first-letter-value {
    font-size: 60px;
}

#comment-input {
    all: unset;
    color: #000;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    width: calc(100% - 40px);
    margin: auto;
    border: 1px solid #878787;
}

#comment-input:hover {
    transition: all 0.2s ease;
    outline: 3px solid #000000;
}

#attendance select {
    height: 45px;
    width: 100%;
    color: #222;
    margin: 0;
    padding: 0 25px;
    font-size: 19px;
    border-radius: 5px;
    border: 3px solid #333;
}




/* SIGNUP  */
#signup {
    color: #fff;
    background-color: #B85992;
}

#signup  p.xmd {
    color: #FBF416;
}


/* REGISTER PAGE */
#text {
    color: #fff;
    width: auto;
    max-width: 90%;
    margin: auto;
}

#register {
    z-index: 5;
    position: relative;
    background-color: #080808;
}

.input-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: auto;
}

.input-field {
    width: 80%;
    height: 100%;
    border-radius: 5px;
    padding-right: 0;
    border: 2px solid #452A68;
}

.input-field span {
    padding: 18px 25px;
    height: 100%;
}

input {
    height: 100%;
    font-size: 19px;
    outline: none;
    border: 0;
    width: 75%;
    color: #080808;
    font-family: 'poppins';
    padding: 15px;
    padding-right: 0;
    border-left: 2px solid #452A68;
}

#select {
    border: 0;
    height: 58px;
    width: 90%;
    font-size: 19px;
    padding-left: 15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 2px solid #452A68;
}

.input-field i {
    color: #B85992;
    z-index: 2;
}

.login-button {
    all: unset;
    color: #fff;
    font-size: 19px;
    border: 0;
    width: 85%;
    padding: 15px 0;
    text-align: center;
    border-radius: 5px;
    background-color: #452A68;
}

.login-button:hover {
    color: #FBF416;
    transform: scale(1.01);
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}


/* PASSWORD VISIBILITY */
.input-field {
    position: relative;
}

#password-visibility i {
    font-size: 19px;
}

#toogle-eye {
    cursor: pointer;
    transition: all 1s ease-out;
}

#password-visibility {
    width: 40px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 2%;
    background-color: #FFFEFE;
    position: absolute;
}




/* PROFILE */
#profile p.user-image-big {
    font-size: 85px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    border-radius: 50%;
}

img.user-image-big {
    width: 200px;
    width: 200px;
}

#profile input {
    width: 100%;
    font-size: 16px;
    border: 2px solid #333;
    padding: 10px 15px;
    border-radius: 3px;
    margin-right: 20px;
}



/* MARK ATTENDANCE PAGE */
#mark-attendance img,
#mark-attendance p.user-image {
    width: 220px;
    height: 220px;
    margin-top: -30px;
    border-radius: 50%;
}

#scanner {
    color: #452A68;
    position: relative;
}

#scanner::after {
    content: "";
    position: absolute;
    top: 0;
    left: -45%;
    width: 220px;
    height: 10px;
    border-radius: 15px;
    animation: scan 2.5s infinite ease-in-out;
    background-color: #B85992;
}

@keyframes scan {
    0% {top: 10px;}
    50% {top: 90px;}
    100% {top: 10px;}
}

@-webkit-keyframes scan {
    0% {top: 10px;}
    50% {top: 90px;}
    100% {top: 10px;}
}

#register-alert-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    background-color: rgba(0,0,0,0.5);
}


#register-alert-container {
    padding-block: 60px;
    height: 100vh;
    overflow-y: scroll;
}

#register-alert {
    transform: scale(1);
    transition: all 0.1s;
    margin: auto;
    margin-block:60px;
    border-radius: 5px;
    animation: zoom-in 0.3s ease-in-out;
    background-color: #ffffff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

@keyframes zoom-in {
    from {
        transform: scale(0);
    } to {
        transform: scale(1.1);
    }
}


@-webkit-keyframes zoom-in {
    from {
        transform: scale(0);
    } to {
        transform: scale(1.1);
    }
}


@keyframes zoom-out {
    from {
        transform: scale(1.12);
    } to {
        transform: scale(0);
    }
}


@-webkit-keyframes zoom-out {
    from {
        transform: scale(1.12);
    } to {
        transform: scale(0);
    }
}

#cancel {
    top: -17px;
    right: -19px;
    height: 50px;
    width: 50px;
    color: #FFFEFE;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    background-color: #FF1616;
    position: absolute;
}

#cancel:hover i {
    color: #ecebeb;
}

#register-alert img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin: auto;
}

#register-button {
    all: unset;
    font-weight: 500;
    color: #fff;
    font-size: 19px;
    padding: 15px 25px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.1s;
    background-color: #452A68;
}

#register-button:hover {
    color: #FBF416;
    transform: scale(1.05);
    background-color: #B85992;
}

#attend-return-message {
    margin-bottom: 25px;
}


#change-details section select {
    border: 2px solid #222;
    border-radius: 3px;
    height: 50px;
    padding-left: 15px;
}



/* FOOTER */
footer {
    color: #fff;
    background-color: #111;
}

.footer-logo {
    width: auto;
    height: 150px;
}

footer ul a {
    text-decoration: none;
}

footer ul a li {
    color: #fff;
    margin: 15px 0;
    font-weight: 700;
    padding: 8px 15px;
    background-color: #B85992;
}

footer ul a li:hover {
    color: #FBF416;
}