@import "../fonts/stylesheet.css";
@import "../scss/all.min.css";
body {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
body::-webkit-scrollbar {
    display: none;
}
.container {
    max-width: 1320px;
}
.container.zero {
    padding: 0;
}
.container.small {
    max-width: 500px;
}
.zoom {
    zoom: 0.8;
}
h1 {
    color: #1c1c1e;
    font-family: 'Outfit', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 28px;
        line-height: 28px;
    }
}
h2, .h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 30px;
    color: #1c1c1e;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
}
@media screen and (max-width: 767px) {
    h2, .h2 {
        font-size: 22px;
        line-height: 28px;
    }
}
h2 span, .h2 span {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #3c3c3c;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    h2 span, .h2 span {
        font-size: 28px;
        line-height: 38px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    h2 span, .h2 span {
        font-size: 25px;
        line-height: 35px;
    }
}
@media screen and (max-width: 767px) {
    h2 span, .h2 span {
        font-size: 22px;
        line-height: 32px;
    }
}
h2.small, .h2.small {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
@media screen and (max-width: 1199px) {
    h2.small, .h2.small {
        font-size: 20px;
    }
}
h2.big, .h2.big {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 120% */
}
@media screen and (max-width: 1199px) {
    h2.big, .h2.big {
        font-size: 30px;
    }
}
.h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}
h3, .h3 {
    font-family: 'Outfit', sans-serif;
    color: #1c1c1e;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
h3.small, .h3.small {
    font-size: 20px;
    line-height: 30px;
}
h3.semi-bold, .h3.semi-bold {
    font-weight: 600;
}
h3.regular, .h3.regular {
    font-weight: 400;
}
h3.yellow, .h3.yellow {
    color: #f9c304;
}
h3.orange, .h3.orange {
    color: #d00308;
}
.h3 {
    font-size: 20px;
    line-height: 24px;
}
h4, .h4 {
    color: #101214;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
h4.gray, .h4.gray {
    color: #73808d;
    font-size: 7px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 257.143% */
    letter-spacing: 2px;
    text-transform: uppercase;
}
.h4 {
    color: #101214;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
p, .p {
    font-family: 'Outfit', sans-serif;
    color: #1c1c1e;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}
p.orange, .p.orange {
    color: #d00308 !important;
}
p.gray, .p.gray {
    color: #1c1c1e;
}
p.blue, .p.blue {
    color: #d00308;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.32px;
    text-transform: none;
    margin-top: 10px !important;
}
p.light-orange, .p.light-orange {
    color: #d00308;
}
p.light, .p.light {
    font-weight: 300;
}
.p {
    color: #1c1c1e;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
@media screen and (max-width: 767px) {
    .p {
        font-size: 15px;
        line-height: 25px;
    }
}
span {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    color: #1c1c1e;
    display: inline-block;
}
a, .a {
    font-weight: 400;
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    color: #1c1c1e;
}
a:hover, .a:hover {
    color: #3c3c3c;
    text-decoration: none;
}
a.small, .a.small {
    font-size: 12px;
    line-height: 22px;
}
a.large, .a.large {
    font-size: 20px;
    line-height: 26px;
}
a.medium, .a.medium {
    font-weight: 500;
}
a.orange, .a.orange {
    color: #d00308;
}
a.blue, .a.blue {
    color: #d00308;
}
a.green, .a.green {
    color: #14db34 !important;
}
a.red, .a.red {
    color: #db1414 !important;
}
a.bold, .a.bold {
    font-weight: 600;
}
strong {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Outfit', sans-serif;
    color: #1c1c1e;
}
ul {
    padding-left: 0;
    margin-bottom: 0;
}
ul li {

    font-weight: 400;
    font-size: 20px;
    color: #000;
}
.btn-style {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: auto;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    background: #d00308;
    color: white;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.10);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease-in-out;
    z-index: 2;
    width: 260px;
    border-radius: 8px;
    padding: 10px 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.36px;
    text-transform: capitalize;
}
@media screen and (max-width: 991px) {
    .btn-style {
        height: 50px;
        padding: 6px 15px 6px;
        font-size: 20px;
        line-height: 24px;
    }
}
.btn-style span {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
}
.btn-style:hover {
    transition: all 0.2s ease-in-out;
    background: transparent;
    color: #d00308;
    border: 1px solid #d00308;
    /* img{
         filter: brightness(0) saturate(100%) invert(16%) sepia(29%) saturate(5139%) hue-rotate(196deg) brightness(93%) contrast(104%);
    }
    */
}
.btn-style img {
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
    .btn-style img {
        max-width: 15px;
    }
}
.btn-style.small {
    padding: 10px 15px 11px;
    height: 38px;
    font-size: 13px;
    line-height: 24px;
}
.btn-style.transparent {
    border-radius: 8px;
    border: 1px solid rgba(28, 28, 30, 0.48);
    background: rgba(255, 255, 255, 0.00);
    color: rgba(28, 28, 30, 0.72);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
}
.btn-style.transparent:hover {
    background: rgba(255, 255, 255, 0.00);
    color: rgba(28, 28, 30, 0.72);
}
.btn-style.orange {
    border-color: #fcab2d;
    color: rgba(28, 28, 30, 0.72);
}
.btn-style.orange span {
    background: #999;
    color: #fff;
    border-color: #999;
}
.btn-style.orange:hover {
    border-color: #fcab2d;
}
.btn-style.orange:hover span {
    background: #999;
    color: #fff;
    border-color: #999;
}
.btn-style.orange:hover img {
    filter: brightness(0) invert(1);
}
.btn-style.orange img {
    filter: brightness(0) invert(1);
}
.btn-style.orange.transparent {
    background: transparent;
    color: #999;
}
.btn-style.orange.transparent span {
    background: transparent;
    color: #999;
}
.btn-style.orange.transparent img {
    filter: brightness(0) saturate(100%) invert(61%) sepia(8%) saturate(5%) hue-rotate(318deg) brightness(99%) contrast(92%);
}
.btn-style.blue {
    border-color: #d00308;
    color: #d00308;
    background: transparent;
}
.btn-style.blue span {
    background: #999;
    color: #fff;
    border-color: #999;
}
.btn-style.blue:hover {
    border-color: #d00308;
    background: #d00308;
    color: #fff !important;
}
.btn-style.blue:hover span {
    background: #999;
    color: #fff;
    border-color: #999;
}
.btn-style.blue:hover img {
    filter: brightness(0) invert(1);
}
.btn-style.blue.transparent {
    background: transparent;
    color: #999;
}
.btn-style.blue.transparent span {
    background: transparent;
    color: #999;
}
.btn-style.blue.transparent img {
    filter: brightness(0) saturate(100%) invert(61%) sepia(8%) saturate(5%) hue-rotate(318deg) brightness(99%) contrast(92%);
}
.btn-style.pink {
    border-color: #f4f5ff;
    color: rgba(28, 28, 30, 0.72);
    background: transparent;
}
.btn-style.pink:hover {
    border-color: #f4f5ff;
    background: #f4f5ff;
    color: #d00308 !important;
}
.btn-style.colored-border {
    color: #ebf5ff;
    text-transform: capitalize;
    border-radius: 60px;
    background: 0 0;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #000, #000) border-box;
    border: 2px solid transparent;
}
.btn-style.white {
    background: white;
    color: #d00308;
    border-color: #fff;
}
.btn-style.white span {
    background: #999;
    color: #fff;
    border-color: #999;
}
.btn-style.white:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.btn-style.white:hover span {
    background: #999;
    color: #fff;
    border-color: #999;
}
.btn-style.white:hover img {
    filter: brightness(0) invert(1);
}
.btn-style.white img {
    filter: brightness(0) invert(1);
}
.btn-style.white.transparent {
    background: transparent;
    color: #999;
}
.btn-style.white.transparent span {
    background: transparent;
    color: #999;
}
.btn-style.white.transparent img {
    filter: brightness(0) saturate(100%) invert(61%) sepia(8%) saturate(5%) hue-rotate(318deg) brightness(99%) contrast(92%);
}
.btn-style.text {
    min-width: 90px;
    height: 32px;
    padding: 7px 5px;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #ebf5ff;
}
.btn-style.round {
    border-radius: 50px;
}
.btn-style.shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.btn-style.icon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
@media screen and (max-width: 767px) {
    .btn-style.icon {
        gap: 8px;
    }
}
.btn-style.gradient {
    background: #db0a0a;
    background: linear-gradient(0deg, rgba(219, 10, 10, 1) 0%, rgba(253, 219, 45, 1) 100%);
    border: none;
    color: white;
}
.btn-style.icon-circle {
    border-radius: 50%;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}
.btn-style.icon-circle i {
    font-size: 22px;
}
.btn-style.gray {
    background: #999;
    color: #fff;
    border-color: #999;
}
.btn-style.gray span {
    background: #999;
    color: #fff;
    border-color: #999;
}
.btn-style.gray:hover {
    background: #999;
    color: #fff;
    border-color: #999;
}
.btn-style.gray:hover span {
    background: #999;
    color: #fff;
    border-color: #999;
}
.btn-style.gray:hover img {
    filter: brightness(0) invert(1);
}
.btn-style.gray img {
    filter: brightness(0) invert(1);
}
.btn-style.gray.transparent {
    background: transparent;
    color: #999;
}
.btn-style.gray.transparent span {
    background: transparent;
    color: #999;
}
.btn-style.gray.transparent img {
    filter: brightness(0) saturate(100%) invert(61%) sepia(8%) saturate(5%) hue-rotate(318deg) brightness(99%) contrast(92%);
}
.btn-style.lightgray {
    background: rgba(28, 28, 30, 0.12);
    color: rgba(28, 28, 30, 0.72);
    border-color: rgba(28, 28, 30, 0.12);
}
.btn-style.lightgray span {
    background: #999;
    color: #fff;
    border-color: #999;
}
.btn-style.lightgray:hover {
    background: #d00308;
    color: #fff;
    border-color: #d00308;
}
.btn-style.lightgray:hover span {
    background: #999;
    color: #fff;
    border-color: #999;
}
.btn-style.lightgray:hover img {
    filter: brightness(0) invert(1);
}
.btn-style.lightgray img {
    filter: brightness(0) invert(1);
}
.btn-style.lightgray.transparent {
    background: transparent;
    color: #999;
}
.btn-style.lightgray.transparent span {
    background: transparent;
    color: #999;
}
.btn-style.lightgray.transparent img {
    filter: brightness(0) saturate(100%) invert(61%) sepia(8%) saturate(5%) hue-rotate(318deg) brightness(99%) contrast(92%);
}
.btn-style.full {
    min-width: 100%;
}
.btn-style.date-picker-btn {
    position: relative;
}
.form .form-group {
    margin-bottom: 24px;
}
.form label {
    color: #1c1c1e;
    display: inline-block;
    margin-bottom: 16px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    float: left;
}
@media screen and (max-width: 767px) {
    .form label {
        margin-bottom: 5px;
    }
}
.form .form-control {
    line-height: 22px;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    height: 60px;
    padding: 13px 20px 13px 10px;
    color: #000000 !important;
    position: relative;
    outline: none;
    appearance: none;
    border-radius: 8px;
    border: 1px solid rgba(28, 28, 30, 0.48);
    background: rgba(255, 255, 255, 0.00);
}
.form .form-control.transparent {
    background: transparent;
}
.form .form-control::placeholder {
    color: rgba(28, 28, 30, 0.72);
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
.form .form-control:focus {
    box-shadow: none;
}
.form input[type="checkbox"] {
    border: 1px solid rgba(28, 28, 30, 0.12);
    border-radius: 4px;
}
header {
    position: fixed;
    top: 0;
    right: 0;
    padding: 24px 36px;
    z-index: 5;
    width: calc(100% - 240px);
    background: white;
    border-bottom: 1px solid rgba(28, 28, 30, 0.12);
    box-shadow: 0 4px 8px 0 rgba(96, 97, 112, 0.16), 0 0 2px 0 rgba(40, 41, 61, 0.04);
}
@media screen and (max-width: 991px) {
    header {
        width: calc(100% - 1px);
    }
}
@media screen and (max-width: 767px) {
    header {
        background: #ebf5ff;
        padding: 16px 8px;
    }
}
header .form {
    display: inline-block;
}
@media screen and (max-width: 767px) {
    header .form {
        margin-left: 38px;
    }
}
@media screen and (max-width: 405px) {
    header .form {
        width: 55%;
    }
}
header .form .form-group {
    margin: 0;
    position: relative;
}
header .form .form-group .form-control {
    padding: 13px 8px 13px 52px;
    height: 48px;
    width: 520px;
}
@media screen and (max-width: 1199px) {
    header .form .form-group .form-control {
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    header .form .form-group .form-control {
        width: 100%;
    }
}
header .form .form-group img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
header .btn-wrapper {
    display: inline;
    position: relative;
    z-index: 2;
}
header .btn-wrapper .notification-bell {
    display: inline-block;
    text-align: right;
    float: right;
    margin-right: 16px;
}
header .btn-wrapper .owner-info {
    display: flex;
    align-items: center;
    gap: 12px;
    float: right;
    transform: translateY(1px);
    position: relative;
    padding: 4px 7px 4px 4px;
    border-radius: 40px;
    border: 1px solid #d00308;
    background: #fff;
}
@media screen and (max-width: 767px) {
    header .btn-wrapper .owner-info .img-wrapper img:first-of-type {
        border: 3px solid #fff;
        border-radius: 50%;
    }
}
header .btn-wrapper .owner-info .img-wrapper img:last-of-type {
    display: none;
}
@media screen and (max-width: 767px) {
    header .btn-wrapper .owner-info .img-wrapper img:last-of-type {
        display: inline-block;
        margin-left: 10px;
    }
}
@media screen and (max-width: 767px) {
    header .btn-wrapper .owner-info .btn-wrapper {
        display: none;
    }
}
header .btn-wrapper .owner-info .btn-wrapper a {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
header .btn-wrapper .owner-info .btn-wrapper a img {
    margin-left: 12px;
}
header .btn-wrapper .owner-info ul.drop-down {
    position: absolute;
    border-radius: 12px;
    box-shadow: 0px 16px 24px 0.24px rgba(19, 19, 22, 0.16);
    background: #fff;
    display: none;
    right: -5px;
    top: 45px;
    z-index: 15;
    padding: 8px;
    width: auto;
    min-width: 272px;
}
@media screen and (max-width: 767px) {
    header .btn-wrapper .owner-info ul.drop-down {
        right: -3px;
        top: 50px;
    }
}
header .btn-wrapper .owner-info ul.drop-down li {
    display: block;
}
header .btn-wrapper .owner-info ul.drop-down li a {
    color: rgba(28, 28, 30, 0.72);
    font-size: 20px;
    padding: 16px 20px;
    border-radius: 8px;
    width: auto;
    display: block;
    font-weight: 600;
}
header .btn-wrapper .owner-info ul.drop-down li a img {
    margin-right: 16px;
}
header .btn-wrapper .owner-info ul.drop-down li a:hover {
    background: #f4f5ff;
    color: #d00308;
}
header .btn-wrapper .owner-info ul.drop-down li a:hover img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(83%) saturate(5196%) hue-rotate(222deg) brightness(94%) contrast(85%);
}
header .btn-wrapper .owner-info:hover ul.drop-down {
    display: block;
}
header .btn-wrapper .owner-info:hover header {
    background: red;
}
header .btn-wrapper:hover .notification-bell {
    animation: bellshake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    backface-visibility: hidden;
    transform-origin: top right;
}
@keyframes bellshake {
    0% {
        transform: rotate(0);
    }
    15% {
        transform: rotate(5deg);
    }
    30% {
        transform: rotate(-5deg);
    }
    45% {
        transform: rotate(4deg);
    }
    60% {
        transform: rotate(-4deg);
    }
    75% {
        transform: rotate(2deg);
    }
    85% {
        transform: rotate(-2deg);
    }
    92% {
        transform: rotate(1deg);
    }
    100% {
        transform: rotate(0);
    }
}
header .nav-filter {
    margin-top: 24px;
}
@media screen and (max-width: 1199px) {
    header .nav-filter {
        overflow: auto;
        text-wrap: nowrap;
    }
    header .nav-filter:hover {
        overflow: unset;
    }
    header .nav-filter::-webkit-scrollbar {
        display: none;
    }
}
header .nav-filter li {
    margin-right: 8px;
    position: relative;
}
@media screen and (max-width: 1199px) {
    header .nav-filter li {
        margin-left: 5px;
    }
}
header .nav-filter li a {
    padding: 10px 20px;
    border-radius: 8px;
    display: block;
    border: 1px solid rgba(28, 28, 30, 0.12);
    background: rgba(255, 255, 255, 0.00);
}
@media screen and (max-width: 1199px) {
    header .nav-filter li a {
        padding: 10px 8px;
    }
}
header .nav-filter li a img {
    margin-left: 8px;
}
@media screen and (max-width: 1199px) {
    header .nav-filter li a img {
        margin: 0;
        height: 20px;
    }
}
header .nav-filter li:last-of-type {
    position: absolute;
    right: 46px;
    z-index: -1;
}
@media screen and (max-width: 1199px) {
    header .nav-filter li:last-of-type {
        position: unset;
    }
}
header .nav-filter li ul.drop-down-2 {
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    background: #fff;
    display: none;
    z-index: 15;
    padding: 8px;
    width: auto;
    min-width: 272px;
}
header .nav-filter li ul.drop-down-2 li {
    display: block;
}
header .nav-filter li ul.drop-down-2 li a {
    color: rgba(28, 28, 30, 0.72);
    font-size: 20px;
    border: unset;
    padding: 16px 20px;
    border-radius: 8px;
    width: auto;
    display: block;
    font-weight: 600;
}
header .nav-filter li ul.drop-down-2 li a img {
    margin-right: 16px;
}
header .nav-filter li ul.drop-down-2 li a:hover {
    background: #f4f5ff;
    color: #d00308;
}
header .nav-filter li ul.drop-down-2 li a:hover img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(83%) saturate(5196%) hue-rotate(222deg) brightness(94%) contrast(85%);
}
header .nav-filter li:hover ul.drop-down-2 {
    display: block;
}
.login-header {
    background: #ebf5ff;
}
.login-page {
    background: #ebf5ff;
    height: 125vh;
}
@media screen and (max-width: 767px) {
    .login-page {
        height: unset;
        padding: 24px 0;
    }
}
@media screen and (max-width: 1199px) {
    .login-page .img-wrapper img {
        width: 100%;
    }
}
.login-page .login-form {
    padding: 40px 72px;
    border-radius: 24px;
    background: var(--light-background-paper, #fff);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1199px) {
    .login-page .login-form {
        padding: 30px 24px;
    }
}
.login-page .login-form h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    margin-bottom: 15px;
}
.login-page .login-form form.email-login .form-group {
    position: relative;
}
.login-page .login-form form.email-login .form-group .form-control {
    height: 60px;
    margin-bottom: 16px;
    padding: 0 0 0 55px;
    border-radius: 8px;
    border: 1px solid rgba(28, 28, 30, 0.48);
    background: rgba(255, 255, 255, 0.00);
    font-size: 20px;
    line-height: 24px;
    color: rgba(28, 28, 30, 0.72);
}
.login-page .login-form form.email-login .form-group img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
}
.login-page .login-form form.remember-me {
    display: inline-block;
    transform: translateY(4px);
    margin-left: 10px;
}
.login-page .login-form form.remember-me input {
    margin-right: 9px;
}
.login-page .login-form form.remember-me label {
    color: #1c1c1e;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
.login-page .login-form .forgot-password {
    display: inline-block;
    float: right;
    margin-right: 10px;
}
.login-page .login-form .forgot-password a {
    color: #d00308;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.36px;
    text-transform: capitalize;
}
.login-page .login-form .login-btn a {
    margin-top: 24px;
}
.login-page .login-form .login-btn p {
    text-align: center;
    margin: 12px 0 15px;
}
.login-page .login-form .socials-login li {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.login-page .login-form .socials-login li a {
    padding: 8px 16px 8px 87px;
    justify-content: start;
}
.login-page .login-form .socials-login li a img {
    margin-right: 16px;
}
@media screen and (max-width: 1199px) {
    .login-page .login-form .socials-login li a {
        padding: 8px 16px;
    }
}
.login-page .login-form .sign-up {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.login-page .login-form .sign-up p {
    margin: 0;
}
.login-page .login-form .sign-up a {
    color: #fcab2d;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
}
.signup-page {
    background: #ebf5ff;
    min-height: 125vh;
    padding: 87px 0;
}
.signup-page .job-seeker {
    width: 528px;
    padding: 40px 72px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1199px) {
    .signup-page .job-seeker {
        width: auto;
        margin-bottom: 20px;
    }
}
.signup-page .job-seeker .img-wrapper {
    text-align: center;
}
.signup-page .job-seeker h1 {
    margin: 32px 0;
}
.signup-page .job-seeker p {
    margin-bottom: 24px;
}
.signup-page .job-seeker .btn-style {
    margin-bottom: 36px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .signup-page .job-seeker .btn-style {
        min-width: 320px;
    }
}
.signup-page .job-seeker .login {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.signup-page .job-seeker .login p {
    margin: 0;
}
.signup-page .job-seeker .login a {
    color: #fcab2d;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    font-weight: 600;
}
.registration-page {
    background: #ebf5ff;
    min-height: 100vh;
    padding: 72px 0;
}
.registration-page .registration-form {
    border-radius: 24px;
    background: #fff;
    padding: 40px 72px;
    margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
    .registration-page .registration-form {
        padding: 40px 12px;
    }
}
.registration-page .registration-form h1 {
    margin-bottom: 32px;
}
.registration-page .registration-form h2 {
    margin-bottom: 32px;
}
.registration-page .registration-form p {
    margin-bottom: 62px;
}
.registration-page .registration-form .form .form-group {
    position: relative;
}
.registration-page .registration-form .form .form-group p {
    margin-bottom: 12px;
    text-align: left;
}
.registration-page .registration-form .form .form-group .date-picker-wrapper {
    width: 100%;
    height: 60px;
    padding: 13px 20px 13px 10px;
    position: relative;
    border-radius: 8px;
    border: 1px solid rgba(28, 28, 30, 0.48);
    background: rgba(255, 255, 255, 0);
    z-index: 5;
}
.registration-page .registration-form .form .form-group .date-picker-wrapper span {
    text-align: left;
    display: block;
    margin: 7px;
}
.registration-page .registration-form .form .form-group .date-picker-wrapper img {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    cursor: pointer;
}
.registration-page .registration-form .form .form-group .date-picker-wrapper .date-picker {
    display: none;
    position: absolute;
    z-index: 5;
    right: 0;
}
.registration-page .registration-form .form .form-group .date-picker-wrapper .date-picker.active {
    display: block;
}
.registration-page .registration-form .form .col-lg-6:first-of-type .form-group:nth-of-type(2) {
    position: relative;
}
.registration-page .registration-form .form .col-lg-6:first-of-type .form-group:nth-of-type(2) input {
    padding-left: 52px;
}
.registration-page .registration-form .form .col-lg-6:first-of-type .form-group:nth-of-type(2) img {
    position: absolute;
    top: 46px;
    left: 14px;
}
@media screen and (max-width: 767px) {
    .registration-page .registration-form .form .col-lg-6:first-of-type .form-group:nth-of-type(2) img {
        top: 36px;
    }
}
.registration-page .registration-form .form .col-lg-6:first-of-type .form-group:last-of-type {
    position: relative;
}
.registration-page .registration-form .form .col-lg-6:first-of-type .form-group:last-of-type img {
    position: absolute;
    top: 46px;
    right: 14px;
}
@media screen and (max-width: 767px) {
    .registration-page .registration-form .form .col-lg-6:first-of-type .form-group:last-of-type img {
        top: 36px;
    }
}
.registration-page .registration-form .form .col-lg-6:last-of-type .form-group:nth-of-type(2) {
    position: relative;
}
.registration-page .registration-form .form .col-lg-6:last-of-type .form-group:nth-of-type(2) input {
    padding-left: 52px;
}
.registration-page .registration-form .form .col-lg-6:last-of-type .form-group:nth-of-type(2) img {
    position: absolute;
    top: 46px;
    left: 14px;
}
@media screen and (max-width: 767px) {
    .registration-page .registration-form .form .col-lg-6:last-of-type .form-group:nth-of-type(2) img {
        top: 36px;
    }
}
.registration-page .registration-form .form .col-lg-6:last-of-type .form-group:nth-of-type(3) {
    position: relative;
}
.registration-page .registration-form .form .col-lg-6:last-of-type .form-group:nth-of-type(3) img {
    position: absolute;
    top: 46px;
    right: 14px;
}
@media screen and (max-width: 767px) {
    .registration-page .registration-form .form .col-lg-6:last-of-type .form-group:nth-of-type(3) img {
        top: 36px;
    }
}
.registration-page .registration-form .login {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 20px;
    gap: 12px;
}
.registration-page .registration-form .login p {
    margin: 0;
}
.registration-page .registration-form .login a {
    color: #fcab2d;
    font-weight: 600;
}
.registration-page .registration-form .btn-wrapper {
    margin-top: 40px;
}
.registration-page .registration-form .btn-wrapper .btn-style {
    width: 260px;
}
.registration-page .work-form .form .form-group {
    position: relative;
}
.registration-page .work-form .form .col-lg-6:first-of-type .form-group:first-of-type {
    position: relative;
}
.registration-page .work-form .form .col-lg-6:first-of-type .form-group:first-of-type img {
    position: absolute;
    top: 46px;
    right: 14px;
}
@media screen and (max-width: 767px) {
    .registration-page .work-form .form .col-lg-6:first-of-type .form-group:first-of-type img {
        top: 36px;
    }
}
.registration-page .work-form .form .col-lg-6:first-of-type .form-group:last-of-type {
    position: relative;
}
.registration-page .work-form .form .col-lg-6:first-of-type .form-group:last-of-type img {
    position: absolute;
    top: 46px;
    right: 14px;
    left: unset;
}
@media screen and (max-width: 767px) {
    .registration-page .work-form .form .col-lg-6:first-of-type .form-group:last-of-type img {
        top: 36px;
    }
}
.registration-page .work-form .form .col-lg-6:last-of-type .form-group:first-of-type {
    position: relative;
}
.registration-page .work-form .form .col-lg-6:last-of-type .form-group:first-of-type img {
    position: absolute;
    top: 46px;
    right: 14px;
}
@media screen and (max-width: 767px) {
    .registration-page .work-form .form .col-lg-6:last-of-type .form-group:first-of-type img {
        top: 36px;
    }
}
.registration-page .work-form .form .col-lg-6:last-of-type .form-group:last-of-type {
    position: relative;
}
.registration-page .work-form .form .col-lg-6:last-of-type .form-group:last-of-type img {
    position: absolute;
    top: 46px;
    right: 14px;
    left: unset;
}
@media screen and (max-width: 767px) {
    .registration-page .work-form .form .col-lg-6:last-of-type .form-group:last-of-type img {
        top: 36px;
    }
}
.registration-page .work-form .upload-cv {
    margin-top: 20px;
    text-align: left;
}
.registration-page .work-form .upload-cv .upload-button label {
    width: 160px;
    border: 2px solid #fcab2d;
    font-weight: 400;
    color: rgba(28, 28, 30, 0.72);
    margin-bottom: 40px;
}
.registration-page .work-form .upload-cv .upload-button input {
    display: none;
}
.registration-page .work-form .upload-cv p {
    margin-bottom: 16px;
}
.registration-page .work-form .upload-cv p a {
    color: #d00308;
    text-decoration: underline;
}
.registration-page .work-form .upload-cv .btn-style {
    width: 160px;
    border: 2px solid #fcab2d;
    font-weight: 400;
    color: rgba(28, 28, 30, 0.72);
    margin-bottom: 40px;
}
.registration-page .work-form .upload-cv .form .form-group {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.registration-page .work-form .upload-cv .form .form-group input {
    transform: translatey(-2px);
    width: 25px;
    height: 25px;
}
@media screen and (max-width: 767px) {
    .registration-page .work-form .upload-cv .form .form-group input {
        transform: translatey(-6px);
    }
}
.registration-page .work-form .upload-cv .form .form-group p {
    margin: 0;
}
.all-jobs {
    background: white;
    margin-top: 30px;
}
@media screen and (max-width: 1199px) {
    .all-jobs {
        margin-top: 60px;
    }
}
.all-jobs .hamburger {
    display: none;
}
@media screen and (max-width: 767px) {
    .all-jobs .hamburger {
        display: block;
        position: absolute;
        right: 20px;
        top: 96px;
    }
}
.all-jobs .all-jobs-sidebar {
    padding: 16px 8px 210px 8px;
    overflow: auto;
    height: 100vh;
    border-right: 1px solid var(--light-others-divider, rgba(28, 28, 30, 0.12));
    background: #fff;
}
.all-jobs .all-jobs-sidebar.active {
    display: block;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
    .all-jobs .all-jobs-sidebar {
        padding: 6px 6px 210px 6px;
    }
}
@media screen and (max-width: 767px) {
    .all-jobs .all-jobs-sidebar {
        padding: 16px 8px;
        border: unset;
        display: none;
        width: 100%;
        top: 0;
        right: 0;
        z-index: 15;
        background: white;
    }
}
.all-jobs .all-jobs-sidebar .close {
    display: none;
    position: absolute;
    left: 20px;
    top: 96px;
}
@media screen and (max-width: 767px) {
    .all-jobs .all-jobs-sidebar .close {
        display: block;
    }
}
.all-jobs .all-jobs-sidebar::-webkit-scrollbar {
    display: none;
}
.all-jobs .all-jobs-sidebar .all-jobs-component {
    margin: 0 !important;
    padding: 0 !important;
}
.all-jobs .all-jobs-sidebar .all-jobs-component .jobs-header .content-wrapper h2 {
    line-height: normal;
    font-size: 20px !important;
}
.all-jobs .all-jobs-sidebar .all-jobs-component .jobs-header .content-wrapper p {
    color: rgba(28, 28, 30, 0.72) !important;
}
.all-jobs .all-jobs-sidebar .all-jobs-component .jobs-header .btn-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}
.all-jobs .all-jobs-sidebar .all-jobs-component .jobs-header .btn-wrapper p {
    color: rgba(28, 28, 30, 0.72) !important;
}
.all-jobs .all-jobs-sidebar .all-jobs-component .switch {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 16px;
    min-width: 28px;
}
.all-jobs .all-jobs-sidebar .all-jobs-component .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.all-jobs .all-jobs-sidebar .all-jobs-component .switch .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.all-jobs .all-jobs-sidebar .all-jobs-component .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.all-jobs .all-jobs-sidebar .all-jobs-component .switch input:checked + .slider {
    background-color: #d00308;
}
.all-jobs .all-jobs-sidebar .all-jobs-component .switch input:checked + .slider:before {
    -ms-transform: translateX(26px);
    transform: translateX(10px);
}
.all-jobs .all-jobs-sidebar .all-jobs-component .switch input:focus + .slider {
    box-shadow: 0 0 1px #d00308;
}
.all-jobs .all-jobs-sidebar .all-jobs-component .switch .slider.round {
    border-radius: 34px;
}
.all-jobs .all-jobs-sidebar .all-jobs-component .switch .slider.round:before {
    border-radius: 50%;
}
.all-jobs .all-jobs-sidebar .all-jobs-component p span {
    font-weight: 400;
    font-size: 12px;
    margin-right: 8px;
}
.all-jobs .all-jobs-sidebar .all-jobs-component .job-card {
    padding: 8px !important;
    border-bottom: unset !important;
    position: relative;
}
.all-jobs .all-jobs-sidebar .all-jobs-component .job-card .bookmark {
    position: absolute;
    right: 8px;
}
.all-jobs .all-jobs-sidebar .all-jobs-component .job-card a {
    color: #d00308;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
}
.all-jobs .all-jobs-sidebar .all-jobs-component .job-card:hover {
    border-radius: 8px;
    background: var(--secondary-5-workd-light, #f4f5ff);
}
.all-jobs .all-jobs-main-wrapper {
    min-height: 100vh;
    background: white;
    padding: 30px 48px 20px 48px;
    overflow: auto;
    width: auto;
    height: 100vh;
}
@media screen and (max-width: 1199px) {
    .all-jobs .all-jobs-main-wrapper {
        padding: 16px 12px 130px 12px;
    }
}
@media screen and (max-width: 767px) {
    .all-jobs .all-jobs-main-wrapper {
        padding: 16px;
        height: unset;
    }
}
.all-jobs .all-jobs-main-wrapper::-webkit-scrollbar {
    display: none;
}
.all-jobs .all-jobs-main-wrapper .jobs-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.all-jobs .all-jobs-main-wrapper .jobs-header h2 {
    font-size: 32px;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
    .all-jobs .all-jobs-main-wrapper .jobs-header h2 {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .all-jobs .all-jobs-main-wrapper .jobs-header h2 {
        font-size: 20px;
    }
}
.all-jobs .all-jobs-main-wrapper p {
    margin-bottom: 10px;
    color: black;
}
.all-jobs .all-jobs-main-wrapper p img {
    margin-right: 8px;
}
.all-jobs .all-jobs-main-wrapper ul li {
    margin-right: 12px;
}
.all-jobs .all-jobs-main-wrapper ul li img {
    margin-right: 4px;
}
.all-jobs .all-jobs-main-wrapper ul li p {
    display: inline-block;
}
.all-jobs .all-jobs-main-wrapper .dates {
    display: flex;
    align-items: center;
    gap: 40px;
}
.all-jobs .all-jobs-main-wrapper .dates p {
    color: rgba(28, 28, 30, 0.72);
}
.all-jobs .all-jobs-main-wrapper .btn-wrapper {
    margin-top: 24px;
}
.all-jobs .all-jobs-main-wrapper .btn-wrapper .btn-style {
    width: unset;
    margin-right: 8px;
}
.all-jobs .all-jobs-main-wrapper .job-details {
    margin-top: 32px;
}

.all-jobs .all-jobs-main-wrapper .job-details ul li {
    display: revert;
    list-style: disc;
    margin-bottom: 10px;
}
.all-jobs .all-jobs-main-wrapper .job-details:last-of-type ul li {
    list-style: num;
}
.all-jobs .all-jobs-main-wrapper .active-card {
    border-radius: 8px;
    border: 1px solid var(--light-others-divider, rgba(28, 28, 30, 0.12));
    margin-top: 32px;
    padding: 16px;
    position: relative;
}
.all-jobs .all-jobs-main-wrapper .active-card .active-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}
.all-jobs .all-jobs-main-wrapper .active-card .active-card-header .content-wrapper p {
    display: inline-block;
    margin: 0 8px 0 0;
    font-weight: 600;
}
.all-jobs .all-jobs-main-wrapper .active-card .active-card-header .content-wrapper p:last-of-type {
    color: #13d427;
}
.all-jobs .all-jobs-main-wrapper .active-card .active-card-header .btn-wrapper {
    position: absolute;
    right: 16px;
    margin: 0;
    top: 23px;
}
.all-jobs .all-jobs-main-wrapper .active-card .active-card-header .btn-wrapper a {
    color: #d00308;
    font-weight: 600;
}
.jobs-for-me .all-jobs-sidebar .jobs-for-you .jobs-header .btn-wrapper .btn-style {
    background: transparent;
    border: 1px solid rgba(28, 28, 30, 0.12);
    color: #1c1c1e;
    width: unset;
    font-size: 20px;
    line-height: 24px;
    /* 150% */
}
.jobs-for-me .all-jobs-sidebar .jobs-for-you .jobs-header .btn-wrapper .btn-style:hover {
    background: #f4f5ff;
    color: #d00308;
}
.jobs-for-me .all-jobs-sidebar .jobs-for-you .job-card .content-wrapper .applied {
    display: flex;
    align-items: center;
    justify-content: center;
}
.jobs-for-me .all-jobs-sidebar .jobs-for-you .job-card .content-wrapper .applied img {
    margin-right: 8px;
}
.jobs-for-me .all-jobs-sidebar .jobs-for-you .job-card .content-wrapper .applied p {
    margin: 0 !important;
}
.jobs-for-me .all-jobs-main-wrapper .applied {
    display: flex;
    align-items: center;
    margin-top: 24px;
}
.jobs-for-me .all-jobs-main-wrapper .applied p {
    margin: 0 0 0 8px;
}
.job-posted .posted-banner {
    padding: 24px;
    background: #fafafa;
}
.job-posted .posted-banner p {
    margin-bottom: 8px;
}
.job-posted .posted-banner ul li {
    margin-right: 15px;
}
.job-posted .posted-banner ul li img {
    margin-right: 4px;
}
.job-posted .posted-banner ul li p {
    display: inline-block;
}
.job-posted .posted-banner .dates {
    display: flex;
    align-items: center;
    gap: 40px;
}
.job-posted .posted-banner .btn-wrapper {
    padding: 24px 0;
}
.job-posted .posted-banner .btn-wrapper .btn-style {
    width: unset;
    margin-right: 8px;
}
.job-posted .posted-banner .btn-wrapper p {
    display: inline-block;
    margin-left: 20px;
    font-weight: 600;
}
.job-posted .posted-banner .nav-bar {
    border: 1px solid rgba(28, 28, 30, 0.12);
    border-radius: 9px;
    padding: 4px;
    width: fit-content;
}
.job-posted .posted-banner .nav-bar li {
    margin: unset;
}
.job-posted .posted-banner .nav-bar li a {
    border: unset;
    box-shadow: unset;
    width: unset;
    font-size: 20px;
}
.job-posted .btn-wrapper p {
    display: inline-block;
}
.profile-wrapper .cv-wrapper .banner .btn-wrapper a:last-of-type {
    display: none;
}
.profile-wrapper .profile-banner {
    padding: 32px 24px;
}
.profile-wrapper .profile-banner .bio {
    display: flex;
    align-items: center;
}
.profile-wrapper .profile-banner .bio .content-wrapper h2 {
    font-size: 24px;
    line-height: normal;
    margin-top: 40px;
}
.profile-wrapper .profile-banner .bio .content-wrapper p {
    margin: 0;
}
.profile-wrapper .profile-banner .socials {
    text-align: right;
}
@media screen and (max-width: 767px) {
    .profile-wrapper .profile-banner .socials {
        text-align: start;
    }
}
.profile-wrapper .profile-banner .socials a {
    margin-left: 20px;
}
@media screen and (max-width: 1199px) {
    .profile-wrapper .profile-banner .socials a {
        margin-left: 8px;
    }
}
.profile-wrapper .profile-banner .socials a:first-of-type img {
    transform: translateY(-2px);
}
.profile-wrapper .basic-info ul.basic-info-sidebar {
    border-radius: 8px;
    background: #fff;
    padding: 8px 17px;
}
@media screen and (max-width: 1199px) {
    .profile-wrapper .basic-info ul.basic-info-sidebar {
        padding: 6px;
    }
}
.profile-wrapper .basic-info ul.basic-info-sidebar li {
    display: block;
}
.profile-wrapper .basic-info ul.basic-info-sidebar li a {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    color: rgba(28, 28, 30, 0.72);
}
@media screen and (max-width: 1199px) {
    .profile-wrapper .basic-info ul.basic-info-sidebar li a {
        padding: 16px 8px;
        font-size: 20px;
        gap: 8px;
    }
}
.profile-wrapper .basic-info ul.basic-info-sidebar li a:hover {
    border-radius: 8px;
    background: #f4f5ff;
    color: #d00308;
}
.profile-wrapper .basic-info ul.basic-info-sidebar li a:hover img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(83%) saturate(5196%) hue-rotate(222deg) brightness(94%) contrast(85%);
}
.profile-wrapper .basic-info .basic-info-main {
    border-radius: 8px;
    background: #fff;
    padding: 24px;
    margin-bottom: 16px;
}
@media screen and (max-width: 1199px) {
    .profile-wrapper .basic-info .basic-info-main {
        padding: 16px;
    }
}
@media screen and (max-width: 767px) {
    .profile-wrapper .basic-info .basic-info-main {
        padding: 12px;
    }
}
.profile-wrapper .basic-info .basic-info-main .info-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile-wrapper .basic-info .basic-info-main .info-header .bio {
    display: flex;
    align-items: center;
    gap: 24px;
}
@media screen and (max-width: 1199px) {
    .profile-wrapper .basic-info .basic-info-main .info-header .bio {
        gap: 16px;
    }
}
@media screen and (max-width: 767px) {
    .profile-wrapper .basic-info .basic-info-main .info-header .bio {
        gap: 8px;
    }
}
.profile-wrapper .basic-info .basic-info-main .info-header .bio .img-wrapper {
    margin: 0;
}
.profile-wrapper .basic-info .basic-info-main .info-header .bio h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}
@media screen and (max-width: 1199px) {
    .profile-wrapper .basic-info .basic-info-main .info-header .bio h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .profile-wrapper .basic-info .basic-info-main .info-header .bio h2 {
        font-size: 20px;
        line-height: normal;
    }
}
.profile-wrapper .basic-info .basic-info-main .info-header .bio p {
    margin: 0;
    color: rgba(28, 28, 30, 0.72);
    font-size: 20px;
    line-height: normal;
}
.profile-wrapper .basic-info .basic-info-main .info-header .btn-wrapper .btn-style {
    width: unset;
    line-height: normal;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .profile-wrapper .basic-info .basic-info-main .info-header .btn-wrapper .btn-style {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .profile-wrapper .basic-info .basic-info-main .info-header .btn-wrapper .btn-style {
        width: 155px;
        margin-left: 8px;
    }
}
.profile-wrapper .basic-info .basic-info-main table {
    width: 100%;
    margin-top: 24px;
}
.profile-wrapper .basic-info .basic-info-main table tr:nth-of-type(2) td p {
    margin-bottom: 16px;
}
.profile-wrapper .basic-info .basic-info-main table tr:nth-of-type(4) td p {
    margin-bottom: 16px;
}
.profile-wrapper .basic-info .basic-info-main table tr td p {
    margin-bottom: 4px;
    color: rgba(28, 28, 30, 0.72);
}
.profile-wrapper .basic-info .video-wrapper .img-wrapper {
    margin: 24px 0 16px;
    text-align: center;
}
.profile-wrapper .basic-info .video-wrapper .img-wrapper .upload-button .form-group input {
    display: none;
}
@media screen and (max-width: 767px) {
    .profile-wrapper .basic-info .video-wrapper img {
        width: 100%;
    }
}
.profile-wrapper .basic-info .video-wrapper .cnt-wrapper {
    text-align: center;
}
.profile-wrapper .basic-info .video-wrapper .cnt-wrapper h2 {
    margin-bottom: 16px;
}
.profile-wrapper .basic-info .video-wrapper .cnt-wrapper .upload-button .form-group input {
    display: none;
}
.profile-wrapper .basic-info .video-wrapper .cnt-wrapper .btn-style {
    width: unset;
}
.profile-wrapper .basic-info .experience .experience-card {
    margin-top: 40px;
    border-bottom: 1px solid rgba(28, 28, 30, 0.12);
}
.profile-wrapper .basic-info .experience .experience-card .experience-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile-wrapper .basic-info .experience .experience-card .experience-header .bio h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
    font-weight: 600;
}
.profile-wrapper .basic-info .experience .experience-card .experience-header .bio h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
}
.profile-wrapper .basic-info .experience .experience-card .experience-header .bio p {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 16px;
}
.profile-wrapper .basic-info .experience .experience-card .experience-header .btn-wrapper {
    margin: 0 16px 24px 0;
}
.profile-wrapper .basic-info .experience .experience-card .experience-header .btn-wrapper a {
    color: rgba(28, 28, 30, 0.72);
    font-weight: 600;
    font-size: 20px;
    margin-left: 20px;
}
.profile-wrapper .basic-info .experience .experience-card .experience-header .btn-wrapper a:hover {
    color: #d00308;
}
.profile-wrapper .basic-info .experience .experience-card .content-wrapper p {
    color: rgba(28, 28, 30, 0.72);
}
.profile-wrapper .basic-info .experience .btn-wrapper a {
    color: #d00308;
    padding: 8px 16px;
    font-weight: 600;
}
.profile-wrapper .basic-info .skills .info-header {
    margin-bottom: 24px;
}
.profile-wrapper .basic-info .skills .skills-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid #f2f2f7;
    padding: 16px;
    margin-bottom: 8px;
}
.profile-wrapper .basic-info .skills .skills-card .content-wrapper h3 {
    margin: 0;
    font-size: 20px;
}
@media screen and (max-width: 1199px) {
    .profile-wrapper .basic-info .skills .skills-card .content-wrapper h3 {
        font-size: 20px;
    }
}
.profile-wrapper .basic-info .attachments .info-header {
    margin-bottom: 48px;
}
.profile-wrapper .basic-info .attachments .attachment-card {
    border-bottom: 1px solid rgba(28, 28, 30, 0.12);
    padding: 0 0 24px;
}
.profile-wrapper .basic-info .attachments .attachment-card .bio h2 {
    font-size: 20px;
}
@media screen and (max-width: 767px) {
    .profile-wrapper .basic-info .attachments .attachment-card .bio h2 {
        font-size: 20px;
    }
}
.profile-wrapper .basic-info .attachments .attachment-card .content-wrapper p {
    display: inline-block;
    margin-right: 12px;
}
.employer-wrapper .employer-main-wrapper {
    background: #fff;
    border-radius: 8px;
}
.employer-wrapper .all-jobs {
    margin: 0;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
    .employer-wrapper .all-jobs .all-jobs-sidebar .jobs-for-you .jobs-header {
        flex-direction: column;
    }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
    .employer-wrapper .all-jobs .all-jobs-sidebar .jobs-for-you .jobs-header .btn-wrapper {
        margin: 8px 30px 0 0;
    }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
    .employer-wrapper .all-jobs .all-jobs-sidebar .jobs-for-you .job-card {
        flex-direction: column;
    }
}
.employer-wrapper .profile-banner .application-status {
    position: relative;
}
.employer-wrapper .profile-banner .application-status .form .form-group {
    margin: 0;
}
.employer-wrapper .profile-banner .application-status img {
    position: absolute;
    right: 10px;
    top: 47px;
    float: right;
}
@media screen and (max-width: 767px) {
    .employer-wrapper .profile-banner .application-status img {
        top: 38px;
    }
}
.employer-wrapper .profile-banner .application-status .btn-wrapper {
    text-align: right;
    margin-top: 8px;
}
.employer-wrapper .profile-banner .application-status .btn-wrapper a {
    width: unset;
}
.employer-wrapper .attachments .attachment-card .btn-wrapper a {
    margin-left: 20px;
}
.employer-wrapper .video-wrapper .btn-wrapper {
    text-align: center;
}
.add-jobs .details .form {
    margin-top: 25px;
}
.add-jobs .details .form .check-box .form-group {
    display: inline-block;
    margin-right: 30px;
}
.add-jobs .details .form .check-box .form-group input {
    margin-right: 12px;
}
.add-jobs .details .form .check-box .form-group p {
    display: inline-block;
    margin: 0;
    font-weight: 500;
}
.add-jobs .description .form {
    margin-top: 24px;
}
.add-jobs .description .form .form-group label {
    font-weight: 500;
    color: #1c1c1e;
}
.add-jobs .description .form .form-group .form-control {
    height: 250px;
}
.add-jobs .description .form .form-group .form-control::placeholder {
    position: absolute;
    top: 14px;
    font-size: 20px;
}
.add-jobs .description .btn-wrapper a {
    width: 170px;
}
.add-jobs .salary .info-header {
    margin-bottom: 24px !important;
}
.add-jobs .salary .form p {
    font-weight: 500;
}
.add-jobs .salary .form .check-box .form-group {
    display: inline-block;
    margin-right: 30px;
}
.add-jobs .salary .form .check-box .form-group input {
    margin-right: 10px;
}
.add-jobs .salary .form .check-box .form-group p {
    display: inline-block;
    font-weight: 500;
}
.first-cv {
    padding: 48px 0;
}
.first-cv .header {
    margin-bottom: 32px;
}
.first-cv .header h1 {
    color: #101214;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
}
.first-cv .header h2 {
    color: #101214;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.first-cv .experience .content-wrapper {
    margin-bottom: 24px;
}
.first-cv .experience .content-wrapper h4 {
    margin-bottom: 2px;
}
.first-cv .bio .img-wrapper {
    margin-bottom: 24px;
}
.first-cv .bio .content-wrapper {
    margin-bottom: 24px;
}
.first-cv .bio .content-wrapper p {
    color: black;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
}
.first-cv .bio .content-wrapper .p {
    color: black;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 163.636% */
}
.first-cv .bio .content-wrapper pre {
    color: #73808d;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 163.636% */
}
.second-cv .header {
    padding: 45px 0 18px;
}
.second-cv .header p {
    color: #000;
    font-size: 8px;
    text-transform: capitalize;
    margin: 0;
    line-height: normal;
}
.second-cv .banner {
    margin-bottom: 40px;
}
.second-cv .content-wrapper {
    margin-bottom: 24px;
}
.second-cv .content-wrapper h1 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    text-transform: capitalize;
}
.second-cv .content-wrapper .p {
    color: rgba(0, 0, 0, 0.50);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.second-cv .content-wrapper .cv-card {
    margin-bottom: 20px;
}
.second-cv .content-wrapper .cv-card h2 {
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.second-cv .content-wrapper .cv-card p {
    color: rgba(0, 0, 0, 0.70);
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    margin: 0;
}
.second-cv .content-wrapper .cv-card p strong {
    color: #000;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.second-cv .content-wrapper .cv-card .p {
    color: rgba(0, 0, 0, 0.50);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.second-cv .content-wrapper .cv-card ul {
    margin: 8px 0 0 14px;
}
.second-cv .content-wrapper .cv-card ul li {
    color: rgba(0, 0, 0, 0.70);
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    margin: 0;
    display: revert;
    list-style: disc;
}
.applicant-list .table-responsive .table-header {
    padding: 35px 20px 35px 40px;
}
@media screen and (max-width: 767px) {
    .applicant-list .table-responsive .table-header {
        padding: 35px 0 35px 0;
    }
}
.applicant-list .table-responsive .table-header a {
    width: unset;
    margin-right: 28px;
}
.applicant-list .table-responsive .table-header a:last-of-type {
    text-align: right;
    float: right;
    margin: 0;
}
.applicant-list .table-responsive .table-header a:first-of-type img {
    margin-left: 10px;
}
.applicant-list .table-responsive table.invoices-wrapper {
    width: 100%;
}
.applicant-list .table-responsive table.invoices-wrapper thead {
    background: #c4c4c4;
}
.applicant-list .table-responsive table.invoices-wrapper thead tr td {
    padding: 20px;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .applicant-list .table-responsive table.invoices-wrapper thead tr td {
        min-width: auto;
    }
}
.applicant-list .table-responsive table.invoices-wrapper thead tr td p {
    color: #1c1c1e;
    margin: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.applicant-list .table-responsive table.invoices-wrapper thead tr td:first-of-type {
    border-radius: 12px 0 0 12px;
}
.applicant-list .table-responsive table.invoices-wrapper thead tr td:last-of-type {
    border-radius: 0 12px 12px 0;
}
.applicant-list .table-responsive table.invoices-wrapper tbody {
    padding: 16px;
}
.applicant-list .table-responsive table.invoices-wrapper tbody tr:hover {
    background: #f4f5ff;
    border-radius: 28px;
}
.applicant-list .table-responsive table.invoices-wrapper tbody tr input#myCheckbox {
    width: 20px;
    height: 20px;
    transform: translateY(5px);
}
.applicant-list .table-responsive table.invoices-wrapper tbody tr .check-box {
    text-align: left;
    padding: 12px;
}
.applicant-list .table-responsive table.invoices-wrapper tbody tr .check-box img {
    margin-left: 16px;
}
@media screen and (max-width: 767px) {
    .applicant-list .table-responsive table.invoices-wrapper tbody tr .check-box img {
        margin-left: 8px;
    }
}
.applicant-list .table-responsive table.invoices-wrapper tbody tr td {
    padding: 8px 30px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .applicant-list .table-responsive table.invoices-wrapper tbody tr td {
        padding: 0 8px;
    }
}
.applicant-list .table-responsive table.invoices-wrapper tbody tr td:first-of-type {
    border-radius: 12px 0 0 12px;
    min-width: 125px;
}
.applicant-list .table-responsive table.invoices-wrapper tbody tr td:last-of-type {
    border-radius: 0 12px 12px 0;
    min-width: 125px;
}
.applicant-list .table-responsive table.invoices-wrapper tbody tr td p {
    margin: 0;
    color: #1c1c1e;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}
.applicant-list .table-responsive table.invoices-wrapper tbody tr td a {
    color: #d00308;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
}
.applicant-list .table-responsive table.invoices-wrapper tbody tr td a img {
    margin-right: 4px;
    transform: translateY(-2px);
}
.applicant-list .table-responsive .pagination {
    margin-top: 24px;
    justify-content: center;
}
.applicant-list .table-responsive .pagination li {
    margin-right: 8px;
}
.applicant-list .table-responsive .pagination li a {
    padding: 8px 15px;
    border-radius: 8px;
    border: 1px solid white;
    font-size: 20px;
    font-weight: 600;
}
.applicant-list .table-responsive .pagination li a:hover {
    border: 1px solid #d00308;
    color: #d00308;
}
.applicant-list .table-responsive .pagination li:nth-of-type(5) a {
    border: none;
}
.dashboard-page {
    zoom: 0.8;
}
.dashboard-page .page-content-wrapper {
    padding: 40px 36px 80px;
    margin: 85px 0 15px 240px;
    transition: 0.5s;
    position: relative;
    border-radius: 3px;
    background: #fafafa;
    min-height: 100vh;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .dashboard-page .page-content-wrapper {
        padding: 30px 0 80px;
    }
}
@media screen and (max-width: 991px) {
    .dashboard-page .page-content-wrapper {
        margin: 85px 0 0 0;
        width: 100%;
        padding: 30px 10px 30px 10px;
    }
}
@media screen and (max-width: 767px) {
    .dashboard-page .page-content-wrapper {
        padding: 30px 0;
        position: relative;
    }
}
@media screen and (max-width: 767px) {
    .dashboard-page .page-content-wrapper .main-wrapper {
        margin-bottom: 16px;
    }
}
.dashboard-page .page-content-wrapper .main-wrapper .banner {
    background: url("../images/banner-bg.png") no-repeat;
    height: 258px;
    background-size: cover;
    padding: 24px;
    border-radius: 8px;
}
@media screen and (max-width: 1199px) {
    .dashboard-page .page-content-wrapper .main-wrapper .banner {
        height: auto;
    }
}
.dashboard-page .page-content-wrapper .main-wrapper .banner h2 {
    color: #fff;
    font-weight: 400;
    line-height: normal;
}
.dashboard-page .page-content-wrapper .main-wrapper .banner h2 span {
    font-weight: 700;
    color: #fff;
}
.dashboard-page .page-content-wrapper .main-wrapper .banner p {
    color: #fff;
    margin-bottom: 16px;
}
.dashboard-page .page-content-wrapper .main-wrapper .banner h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}
.dashboard-page .page-content-wrapper .main-wrapper .banner .btn-wrapper {
    text-align: right;
}
.dashboard-page .page-content-wrapper .main-wrapper .banner .btn-wrapper .btn-style {
    width: unset;
    margin-left: 8px;
}
.dashboard-page .page-content-wrapper .main-wrapper .jobs-for-you {
    padding: 20px 16px;
    background: #fff;
    border-radius: 8px;
    margin-top: 16px;
}
.dashboard-page .page-content-wrapper .main-wrapper .jobs-for-you .jobs-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    margin-bottom: 48px;
}
.dashboard-page .page-content-wrapper .main-wrapper .jobs-for-you .jobs-header h2 {
    font-size: 24px;
    margin: 0;
}
@media screen and (max-width: 1199px) {
    .dashboard-page .page-content-wrapper .main-wrapper .jobs-for-you .jobs-header h2 {
        font-size: 20px;
        line-height: normal;
    }
}
.dashboard-page .page-content-wrapper .main-wrapper .jobs-for-you .jobs-header p {
    color: #6836dd;
    font-weight: 600;
    margin: 0;
}
.dashboard-page .page-content-wrapper .main-wrapper .jobs-for-you .job-card {
    display: flex;
    gap: 8px;
    border-bottom: 1px solid rgba(28, 28, 30, 0.12);
    padding: 16px 0 0;
}
.dashboard-page .page-content-wrapper .main-wrapper .jobs-for-you .job-card .content-wrapper p {
    margin: 0;
}
.dashboard-page .page-content-wrapper .main-wrapper .jobs-for-you .job-card .content-wrapper .blue {
    margin-bottom: 16px;
}
.dashboard-page .page-content-wrapper .main-wrapper .jobs-for-you .job-card .content-wrapper ul li {
    margin-right: 12px;
}
.dashboard-page .page-content-wrapper .main-wrapper .jobs-for-you .job-card .content-wrapper ul li img {
    margin-right: 4px;
}
.dashboard-page .page-content-wrapper .main-wrapper .jobs-for-you .job-card .content-wrapper ul li p {
    display: inline-block;
}
.dashboard-page .page-content-wrapper .side-bar-wrapper .stats {
    padding: 16px;
    background: #fff;
    border-radius: 8px;
}
.dashboard-page .page-content-wrapper .side-bar-wrapper .stats .stats-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}
.dashboard-page .page-content-wrapper .side-bar-wrapper .stats .cnt-wrapper {
    padding: 0 24px;
}
@media screen and (max-width: 1199px) {
    .dashboard-page .page-content-wrapper .side-bar-wrapper .stats .cnt-wrapper {
        padding: 0;
    }
}
@media screen and (max-width: 1199px) {
    .dashboard-page .page-content-wrapper .side-bar-wrapper .stats .cnt-wrapper h2 {
        font-size: 20px;
    }
}
.dashboard-page .page-content-wrapper .side-bar-wrapper .stats .cnt-wrapper .growth {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border-radius: 20px;
    background: #fbe7e7;
    padding: 8px 17px;
    max-width: 85px;
}
.dashboard-page .page-content-wrapper .side-bar-wrapper .stats .cnt-wrapper .growth h2 {
    font-size: 20px;
    margin: 0;
    line-height: 20px;
}
.dashboard-page .page-content-wrapper .side-bar-wrapper .stats .stats-card {
    display: flex;
    justify-content: space-between;
    padding: 29px 24px 0 24px;
}
@media screen and (max-width: 1199px) {
    .dashboard-page .page-content-wrapper .side-bar-wrapper .stats .stats-card {
        padding: 15px 0;
    }
}
.dashboard-page .page-content-wrapper .side-bar-wrapper .applied-jobs {
    padding: 20px 16px;
    background: #fff;
    border-radius: 8px;
    margin-top: 16px;
}
.dashboard-page .page-content-wrapper .side-bar-wrapper .applied-jobs .jobs-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    margin-bottom: 48px;
}
.dashboard-page .page-content-wrapper .side-bar-wrapper .applied-jobs .jobs-header h2 {
    font-size: 24px;
    line-height: normal;
    margin: 0;
}
@media screen and (max-width: 1199px) {
    .dashboard-page .page-content-wrapper .side-bar-wrapper .applied-jobs .jobs-header h2 {
        font-size: 20px;
    }
}
.dashboard-page .page-content-wrapper .side-bar-wrapper .applied-jobs .jobs-header p {
    color: #6836dd;
    font-weight: 600;
    margin: 0;
}
@media screen and (max-width: 1199px) {
    .dashboard-page .page-content-wrapper .side-bar-wrapper .applied-jobs .jobs-header p {
        font-size: 20px;
    }
}
.dashboard-page .page-content-wrapper .side-bar-wrapper .applied-jobs .job-card {
    display: flex;
    gap: 16px;
    padding: 16px 0 0;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
    .dashboard-page .page-content-wrapper .side-bar-wrapper .applied-jobs .job-card {
        flex-direction: column;
    }
    .dashboard-page .page-content-wrapper .side-bar-wrapper .applied-jobs .job-card .img-wrapper {
        text-align: center;
    }
}
@media screen and (max-width: 1199px) {
    .dashboard-page .page-content-wrapper .side-bar-wrapper .applied-jobs .job-card {
        padding: 10px 0 0;
    }
}
.dashboard-page .page-content-wrapper .side-bar-wrapper .applied-jobs .job-card .content-wrapper p {
    margin-bottom: 10px;
}
.dashboard-page .page-content-wrapper .side-bar-wrapper .applied-jobs .job-card .content-wrapper p img {
    transform: translateY(-2px);
    margin-right: 8px;
}
.dashboard-page .page-content-wrapper .side-bar-wrapper .applied-jobs .job-card .content-wrapper ul li {
    margin-right: 12px;
}
.dashboard-page .page-content-wrapper .side-bar-wrapper .applied-jobs .job-card .content-wrapper ul li p {
    display: inline-block;
}
.dashboard-page .jobs-content-wrapper {
    position: fixed;
}
@media screen and (max-width: 767px) {
    .dashboard-page .jobs-content-wrapper {
        position: relative;
    }
}
.side-bar-main-wrapper .hamburger {
    display: none;
    position: absolute;
    top: 31px;
    left: 30px;
    z-index: 9;
}
.side-bar-main-wrapper .hamburger i {
    font-size: 20px;
    color: black;
}
@media screen and (max-width: 991px) {
    .side-bar-main-wrapper .hamburger {
        display: block;
        position: fixed;
    }
}
.side-bar-main-wrapper .side-bar-wrapper {
    background: #fff;
    width: 240px;
    padding: 25px 24px 50px;
    border-radius: 0 8px 8px 0;
    border-right: 1px solid rgba(28, 28, 30, 0.12);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    height: calc(125vh - 1px);
    overflow-y: scroll;
    /* Track */
    /* Handle */
    /* Handle on hover */
}
.side-bar-main-wrapper .side-bar-wrapper .close {
    display: none;
    position: absolute;
    top: 36px;
    right: 24px;
}
.side-bar-main-wrapper .side-bar-wrapper .close img {
    height: 21px;
}
@media screen and (max-width: 991px) {
    .side-bar-main-wrapper .side-bar-wrapper .close {
        display: block;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .side-bar-main-wrapper .side-bar-wrapper {
        padding: 40px 16px 50px;
    }
}
@media screen and (max-width: 991px) {
    .side-bar-main-wrapper .side-bar-wrapper {
        display: none;
        width: 100%;
        z-index: 9;
        background: white;
        left: 0;
        top: 0;
    }
    .side-bar-main-wrapper .side-bar-wrapper.active {
        display: block;
    }
}
.side-bar-main-wrapper .side-bar-wrapper::-webkit-scrollbar {
    width: 0;
}
.side-bar-main-wrapper .side-bar-wrapper::-webkit-scrollbar-track {
    background: #13171a;
}
.side-bar-main-wrapper .side-bar-wrapper::-webkit-scrollbar-thumb {
    background: #13171a;
}
.side-bar-main-wrapper .side-bar-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.side-bar-main-wrapper .side-bar-wrapper .main-logo {
    margin-bottom: 30px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .side-bar-main-wrapper .side-bar-wrapper .main-logo {
        text-align: center;
    }
}
.side-bar-main-wrapper .side-bar-wrapper .img-wrapper {
    text-align: center;
}
.side-bar-main-wrapper .side-bar-wrapper .img-wrapper img {
    margin-bottom: 8px;
}
.side-bar-main-wrapper .side-bar-wrapper .sidebar-menu {
    margin-top: 48px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .side-bar-main-wrapper .side-bar-wrapper .sidebar-menu {
        width: 368px;
    }
}
.side-bar-main-wrapper .side-bar-wrapper .sidebar-menu ul.menu li {
    padding: 8px 0;
    display: block;
    position: relative;
    text-wrap: nowrap;
    margin-bottom: 6px;
}
.side-bar-main-wrapper .side-bar-wrapper .sidebar-menu ul.menu li a {
    white-space: nowrap;
    color: rgba(28, 28, 30, 0.72);
    font-size: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
}
.side-bar-main-wrapper .side-bar-wrapper .sidebar-menu ul.menu li a p {
    display: inline-block;
    margin: 0;
    font-weight: 600;
    color: #000000;
    transform: translateY(1px);
}
.side-bar-main-wrapper .side-bar-wrapper .sidebar-menu ul.menu li a i {
    position: absolute;
    color: #000000;
    right: 0;
    font-size: 20px;
}
.side-bar-main-wrapper .side-bar-wrapper .sidebar-menu ul.menu li:hover a {
    color: #d00308;
}
.side-bar-main-wrapper .side-bar-wrapper .sidebar-menu ul.menu li:hover img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(83%) saturate(5196%) hue-rotate(222deg) brightness(94%) contrast(85%);
}
.side-bar-main-wrapper .side-bar-wrapper .sidebar-menu ul.menu li:hover p {
    color: #d00308;
}
.side-bar-main-wrapper .side-bar-wrapper .sidebar-menu ul.menu li:hover i {
    color: #d00308;
}
.side-bar-main-wrapper .side-bar-wrapper .sidebar-menu ul.menu li ul.submenu {
    position: relative;
    width: 118%;
    margin: 16px 0 0 -16px;
}
.side-bar-main-wrapper .side-bar-wrapper .sidebar-menu ul.menu li ul.submenu li {
    transition: all 0.3s ease;
}
.side-bar-main-wrapper .side-bar-wrapper .sidebar-menu ul.menu li ul.submenu li a {
    transition: all 0.3s ease;
    color: rgba(28, 28, 30, 0.72);
    margin-left: 59px;
    font-weight: 600;
}
.side-bar-main-wrapper .side-bar-wrapper .sidebar-menu ul.menu li ul.submenu li:hover {
    background: #f4f5ff;
    border-radius: 8px;
}
.side-bar-main-wrapper .side-bar-wrapper .sidebar-menu ul.menu li ul.submenu li:hover a {
    color: #d00308;
}
.add-experience-modal {
    position: relative;
}
.add-experience-modal .modal-header {
    text-align: left;
    padding: 24px 24px 32px;
    border: unset;
}
.add-experience-modal .modal-header h3 {
    font-style: unset;
}
.add-experience-modal .modal-body {
    padding: 0 28px 48px;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
    .add-experience-modal .modal-body {
        padding: 0 16px 24px;
    }
}
@media screen and (max-width: 767px) {
    .add-experience-modal .modal-body {
        padding: 16px 0;
    }
}
.add-experience-modal .modal-body p {
    line-height: 22px;
}
.add-experience-modal .modal-body .form-wrapper {
    border-radius: 6px;
    padding: 10px 0;
    height: 500px;
}
@media screen and (max-width: 1199px) {
    .add-experience-modal .modal-body .form-wrapper {
        height: auto;
    }
}
.add-experience-modal .modal-body .form-wrapper h2 {
    font-style: unset;
    font-size: 22px;
    font-weight: 600;
}
.add-experience-modal .modal-body .form-wrapper .form {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .add-experience-modal .modal-body .form-wrapper .form .form-group {
        margin-bottom: 8px;
    }
}
.add-experience-modal .modal-body .form-wrapper .form .form-group label {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
}
.add-experience-modal .modal-body .form-wrapper .form .form-group .form-control {
    margin-bottom: 16px;
    width: 100%;
    border: 1px solid rgba(28, 28, 30, 0.48);
    border-radius: 6px;
}
@media screen and (max-width: 767px) {
    .add-experience-modal .modal-body .form-wrapper .form .form-group .form-control {
        height: 40px;
    }
}
.add-experience-modal .modal-body .form-wrapper .form .form-group .text-area {
    height: 113px;
}
@media screen and (max-width: 767px) {
    .add-experience-modal .modal-body .form-wrapper .form .form-group .text-area {
        height: 80px;
    }
}
.add-experience-modal .modal-body .btn-wrapper {
    margin-top: 16px;
}
.add-experience-modal .modal-body .btn-wrapper .btn-style {
    width: unset;
}
.add-experience-modal .modal-content {
    border-radius: 16px;
}
.add-experience-modal .modal-dialog.modal-dialog-centered.modal-md {
    max-width: 100%;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
    .add-experience-modal .modal-dialog.modal-dialog-centered.modal-md {
        max-width: 80%;
    }
}
@media screen and (max-width: 767px) {
    .add-experience-modal .modal-dialog.modal-dialog-centered.modal-md {
        max-width: 100%;
    }
}
.job-posted-main {
    position: unset !important;
}
.offcanvas {
    --bs-offcanvas-width: 950px;
}
.vc-time-picker.vc-attached:last-of-type {
    display: none;
}

/*Custom Styles*/
.job-meta{
    padding: 3px 0px;
}
.font-16{
    font-size: 16px;
}
.company-list-job{
    padding-top: 10px;
    text-transform: uppercase;
}
.rounded-circle {
    border: 1px solid #000000;
}
.v-select.vs--single.vs--searchable.form-control {
    padding: 0px !important;
}
.vs--searchable .vs__dropdown-toggle {
    height: 100% !important;
}
span.vs__selected {
    font-weight: 500;
    color: black;
}
button.vs__clear {
    display: none;
}

.showing-page{
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}

.side-bar-main-wrapper .side-bar-wrapper {
    height: 120% !important;
}
.bio> .img-wrapper > .rounded-circle {
    margin-right: 10px;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    border: 1px solid rgba(28,28,30,.12);
    border-radius: 9px;
    padding: 4px;
    width: -moz-fit-content;
    width: fit-content;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {

    font-weight: 500;
    background-color: #d00308;
    border-color:none !important;
    border-radius: 10px;
}
.nav-tabs .nav-link.active{
    color: white !important;
}
a.nav-link {
    padding: 10px 20px;
}

.nav-tabs .nav-link:hover {
    border: unset;
    box-shadow: unset;
    width: unset;
    background: #d00308;
    color: white;
    border-radius: 10px;
}
.width-100{
    width: 100% !important;
}
select.form-control.form-control-lg {
    width: 150px !important;
    text-align: center;
}
thead.table-dark {
    --bs-table-bg: #c4c4c4 !important;
    color: black;
    border: none;
    border-radius: 20px;
}
.all-jobs-main-wrapper >ul>li {
    display: inline-block;
    margin-right: 15px;
}
.all-jobs-main-wrapper >ul>li>p {
    display: inline-block;
}
img, svg {
    vertical-align: middle;
}
.all-jobs-main-wrapper >ul>li>img{
    margin-right: 4px;
}
.all-jobs-main-wrapper>p{
    margin-bottom: 8px;
}
@media (min-width: 1024px) {
.all-jobs-main-wrapper>.dates {
    display: flex;
    align-items: center;
    gap: 20px;
}
}
.font-weight-500{
    font-weight: 500;
}
.tab-pane {
    padding: 20px 0px;
}

.jobseek-meta>span {
    margin-right: 10px;
}
input.form-control {
    font-size: 20px;
}

.all-jobs-main-wrapper> .active-card {
    border-radius: 8px;
    border: 1px solid var(--light-others-divider,rgba(28,28,30,.12));
    margin-top: 32px;
    padding: 16px;
    position: relative;
}
.font-14{
    font-size: 14px;
}
.all-jobs .all-jobs-main-wrapper .active-card .active-card-header .btn-wrapper a {
    color: #d00308;
    font-weight: 600;
    font-size: 16px;
}
.light-blue-background{
    background: #ebf5ff !important;
    height: 100% !important;
}
.btn-style img{
    max-width: 100% !important;
}
.login-page .login-form .socials-login li a {
    padding: 10px 30px !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.v-select.vs--single.vs--searchable {
    height: 42px;
}

select.form-control {
    min-height: 43px;
}
ol, ul {
    padding-left: 2rem;
}
.submenu,.job-meta>li,.menu{
    list-style: none;
    display: inline-block;
    padding-left: 0px;
}
.card-job-meta>li{
    list-style: none;
    display: inline-block;
    padding-left: 0px;
}
.card-job-meta{
    padding-left: 0px !important;
}
.active-card>a>.p >p {
    font-size: 15px !important;
    line-height: 18px;
}
.active-card-header> .content-wrapper >h3 {
    font-size: 18px;
    margin: 0px !important;
}
.all-jobs-main-wrapper > ul {
    padding-left: 0px !important;
}
.apply-date-single{
    display: flex;
    margin-bottom: 20px;
}
.socials-login{
    padding-left:0px !important;
}
input[type="checkbox"] {
    transform: scale(2);
    margin-right: 10px;
}
.bulk-action-text{

}
.form-group.position-relative {
    position: relative;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

@media (min-width: 992px) {
    .custom-navbar-collapse {
        flex-basis: auto;
        flex-grow: 0;
        justify-content: flex-end;
    }
}

.publicheader{
    background-color: white !important;
    z-index: 5;
    background: white;
    border-bottom: 1px solid rgba(28, 28, 30, 0.12);
    box-shadow: 0 4px 8px 0 rgba(96, 97, 112, 0.16), 0 0 2px 0 rgba(40, 41, 61, 0.04);
    padding-right: 30px;
    padding-left: 30px;
}
a.nav-link {
    font-size: 20px;
    font-weight: 400;
    color: black !important;
}
.postajob{
    background-color: #1a56d9!important;
    color: white !important;
    padding: 10px !important;
    border-radius: 4px!important;
}
.loginpublic {
    padding: 9px !important;
    border-radius: 4px!important;
    border: 1px solid #000;
}
li.nav-item {
    margin-right: 20px;
    /* margin-bottom: 10px; */
}
@media (max-width: 992px) {
    li.nav-item {
        margin-bottom: 10px;
    }
}
a.dropdown-item {
    font-size: 17px !important;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.color-green {
    color: green;
}

.bg-color-light-green {
    background: #90EE90 !important;
}
.job-meta> li>p {
    display: inline-block;
    margin-left: 5px;
}
/* External CSS file */

.flex-center {
    display: flex; /* use flexbox */
    justify-content: center; /* center horizontally */
    align-items: center; /* center vertically */
    flex-wrap: nowrap; /* prevent wrapping to a new line */
  }

  .powered-by-text {
    font-size: 10px;
    margin-bottom: 0 !important; /* override any existing styles */
    flex: 0 0 auto; /* do not grow or shrink */
    margin-right: 10px;
  }

  .logo-image {
    height: 50px; /* set the height of the image */
    flex: 0 0 auto; /* do not grow or shrink */
  }
  .all-jobs-sidebar.active {
    overflow-y: scroll;
}
.all-jobs .all-jobs-sidebar .all-jobs-component .job-card {
    border-bottom: 1px solid black !important;
    border-radius: 8px;
    padding-bottom: 5px;
    margin-top: 10px;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  }
.overflow-scroll{
    overflow: scroll !important;
}
.height150vh{
    height: 100vh;
}
.padding-right-0{
    padding-right: 0px !important;
}
.overflow-visible{
    overflow: visible important;
}

.small-cute-button{
    border: 1px solid #d00308;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 10px !important;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease-in-out;
    color: #d00308;

}

.small-cute-button:hover{
    background-color: #d00308 !important;
    color: white !important
}
