﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    box-sizing: border-box;
}

html {
    background: #f3f3f9;
}

body {
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
    background: #f3f3f9;
}

p {
    padding-bottom: 0;
}

.btn-primary {
    background: #255196;
    border: 0;
}

.login-bg {
    background-image: url(../img/gig-login-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back {
    position: absolute;
    top: 40px;
    right: 64px;
    font-size: 30px;
    /* color: #fff; */
}

    .back a {
        color: #fff;
    }

. /*login-bg::before {
position: absolute;
content: "";
right: 0;
left: 0;
top: 0;
bottom: 0;
background: #212529b3;
}*/
.login-sec {
    /* padding-top: 20px; */
    position: relative;
}

.login-sec h1 {
    /* font-weight: 600; */
    text-align: center;
    font-size: 20px;
    color: #000;
}

.login-form {
    padding: 62px 35px 35px;
    border-radius: 4px;
    background: #fff;
    /* box-shadow: 0px -3px 10px #645c5c; */
    /* box-shadow: 0 10px 20px rgb(0 0 0 / 14%), 0 6px 6px rgb(0 0 0 / 8%); */
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

    .login-form label {
        /* display: block; */
        /* margin-bottom: 15px; */
        font-size: 16px;
        /* padding-bottom: 57px; */
    }

.form-control:focus {
    background: transparent !important;
    box-shadow: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #000 !important;
    font-size: 10px;
}

.login-form input.form-control::placeholder {
    color: #000;
    font-size: 12px;
}

.login-form .input-group-text {
    color: #e63665;
    background-color: #d9d8da;
}

.login-form button:hover {
    background: #0651bf;
    color: #fff;
}

.login-form button img {
    width: 25px;
    margin-left: 5px;
    transition: margin-left .5s ease;
}

.login-form button:hover img {
    margin-left: 10px;
}

.rember label {
    font-weight: 500;
    padding-left: 10px;
    font-size: 12px;
    color: #255196;
}

.rember input {
    height: 16px;
    width: 16px;
    float: left;
    margin-top: 2px;
}

.login-sec .logo {
    text-align: center;
    margin-bottom: 32px;
    position: relative;
}

    .login-sec .logo img {
        width: 236px;
        margin: auto;
    }
/* Popup box */
/* Popup overlay background */
/*form css*/
.box-cont {
    padding: 7px 40px 20px;
    box-shadow: 2px 1px 11px #00000047;
    background: #fff;
}

form label {
    margin-bottom: 15px;
    font-size: 13px;
    color: #605d5d;
    font-weight: 500;
}

.form-cont {
    padding-top: 10px;
    padding-bottom: 40px
}

.box-cont .form-control {
    font-size: 12px;
    padding: 8px 12px;
    border: 1px solid #e5e0e0;
    appearance: auto;
}

.box-cont select.form-control {
    background-image: url(../img/chevron-down.png);
    background-size: 12px;
    width: 100%;
    background-repeat: no-repeat;
    appearance: none;
    background-position: 97% 44%;
}

select.form-control {
    background-image: url(../img/chevron-down.png);
    background-size: 12px;
    width: 100%;
    background-repeat: no-repeat;
    appearance: none;
    background-position: 97% 44%;
}

form .form-group {
    margin-bottom: 25px;
}

h2.form-head {
    text-align: center;
    padding-bottom: 30px;
    /* padding-top: 15px; */
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 700;
}

.btn.submit {
    background: #dc3545;
    border: 0;
    padding: 8px 41px;
    width: auto;
}

.addedcont {
    display: flex;
    gap: 10px;
    width: 100%;
}

.qualcont {
    width: 80%;
    flex: 0 0 auto;
}

.add-new {
    width: 20%;
    flex: 0 0 auto;
}

    .add-new button {
        width: 100%;
        background: #255196;
        color: #fff;
        padding: 6px 0;
        border: 0;
    }

.common-table {
    width: 100%;
    /* height: 480px; */
    overflow: auto;
    max-height: 460px;
    border-radius: 6px;
    /* overflow-y: auto; */
}

    .common-table table {
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

.content h2 {
    font-size: 16px;
    margin-bottom: 14px;
    font-weight: 600;
}

.common-table table th {
    font-size: 13px;
    padding: 10px !important;
    background-color: #bb7f2a;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
}

.common-table table td {
    padding: 12px;
    font-size: 14px;
    white-space: nowrap;
}

    .common-table table td a {
        color: #d3621e;
        font-size: 15px;
        text-decoration: none;
    }

.edit .btn {
    display: inline-flex;
    width: 25px;
    height: 25px;
    padding: 1px;
    justify-content: center;
    align-items: center;
    /* font-size: 4px; */
    border: 1px solid #265298;
    background: transparent !important;
}
td.edit {
    display: flex;
    gap: 6px;
}
.edit .btn i {
        font-size: 11px;
        color: #265298;
}

.nav-tabs .nav-link {
    color: #2b59ab;
}

    .nav-tabs .nav-link:hover {
        border: 0;
    }

.content .nav-tabs {
    border-bottom: 0;
    gap: 16px;
    margin-bottom: 22px;
}

    .content .nav-tabs .nav-item.show .nav-link,
    .content .nav-tabs .nav-link.active {
        color: #E63665;
        border: 0;
        border: 1px solid #e3d8d8;
        border-color: #e3d8d8;
        padding-left: 22px;
        padding-bottom: 13px;
        background: transparent;
        border-radius: 34px;
    }
/*dashboard css*/
.top-navbar {
    height: 44px;
    background: linear-gradient(188deg, #78babd, #297fdf);
    color: white;
    display: flex;
    align-items: center;
    padding: 0 15px;
    justify-content: space-between;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); */
    position: fixed;
    width: 100%;
    right: 0;
    z-index: 2;
    /* background: #57b8e5;*/
    justify-content: space-between;
    border-bottom: 1px solid #e9ebec;
}

.nav-icons img {
    width: 30px;
    border-radius: 50%;
}

.top-navbar .nav-icons a {
    color: white;
    font-size: 18px;
    text-decoration: none;
    padding: 8px;
    margin-left: 8px;
    border-radius: 6px;
    transition: background 0.3s;
}

    .top-navbar .nav-icons a:hover {
        background-color: rgba(255, 255, 255, 0.15);
    }

.pinbar {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    /* padding: 6px 10px; */
    border-radius: 6px;
    color: white;
    font-size: 18px;
    transition: background 0.3s;
    background: #E63665;
    display: flex;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    position: relative;
    transition: left 0.3s ease;
    left: 5em;
    /* z-index: -2; */
}

    .pinbar i {
        font-size: 15px;
    }

    .pinbar:hover {
        background: #E63665;
    }

    .pinbar.shifted {
        left: 14em;
    }

.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-left: 70px;
    margin-top: var(--ct-topbar-height) 85px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    padding: 0 .75rem;
}

    .content.shifted {
        margin-left: 245px;
    }

.pinbar.moved {
    left: 12em;
    position: relative;
    /* or absolute, depending on your layout */
    transition: left 0.3s ease;
}

.sidebar {
    width: 54px;
    height: 100%;
    background: linear-gradient(184deg, #092266, #8076e3);
    color: white;
    transition: width 0.3s ease, display 0.3s ease;
    overflow-x: hidden;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    transition: all .3s ease-in;
    position: fixed;
    top: 0;
    z-index: 1000;
    /*background: #1278a7;*/
}

    .sidebar.expanded {
        width: 240px;
    }

    .sidebar a {
        color: white;
        padding: 12px 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-decoration: none;
        font-size: 15px;
        transition: background 0.5s, padding 0.5s;
    }

        .sidebar a i {
            color: #fff;
            font-size: 16px;
        }

        .sidebar a .fa-chevron-down {
            display: none;
        }

    .sidebar.expanded .fa-chevron-down {
        display: block;
    }

    .sidebar a:hover {
        background-color: #2650935c;
        color: #fff;
    }

    .sidebar a:focus {
        background: #ffffff4f;
        color: #fffefa;
    }

    .sidebar .submenu a:focus {
        background: #00eeff33;
    }

.submenu {
    /*   padding-left: 10px;*/
    background-color: rgba(0, 0, 0, 0.1);
}

    .submenu a {
        font-size: 14px;
        padding-left: 35px;
        justify-content: left;
    }

.sidebar:not(.expanded) a span {
    display: none;
}

.sidebar:not(.expanded) .submenu {
    display: none !important;
}

.nav-icons i {
    color: #fff;
    font-size: 16px;
}

.main-container {
    flex: 1;
    display: flex;
    /* height: calc(100vh - 60px); */
}

.content {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    padding-top: 4em;
    background: #f3f3f9;
}

.s-sidebar__trigger {
    z-index: 2;
    position: fixed;
    top: 17px;
    left: 73px;
    height: 4em;
    display: none;
}

    .s-sidebar__trigger i {
        color: #fff;
    }
/*candidate report*/
.report-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.report-header {
    background: linear-gradient(90deg, #666b74, #3467bb);
    color: white;
    padding: 6px 17px;
    font-size: 18px;
    font-weight: bold;
}

.sl-section {
    border-bottom: 1px solid #ddd;
    padding: 10px 15px 32px;
    margin-top: 10px;
    margin-bottom: 6px;
}

.report-container .sl-section:last-child {
    border: 0;
}

.sl-title {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin-bottom: 18px;
}

.candidate-table {
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
}

    .candidate-table th,
    .candidate-table td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .candidate-table th {
        background-color: #007bff;
        color: white;
        position: sticky;
        top: 0;
    }

    .candidate-table tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .candidate-table tbody tr:hover {
        background-color: #e3f2fd;
    }

.section-title {
    /* background-color: #0d6efd; */
    color: #255196;
    padding: 14px 0 30px;
    border-radius: 8px;
    margin-bottom: 18px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.form-section {
    border: 1px solid #e0e0e0;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    padding-bottom: 32px;
}

.dis-text {
    font-size: 14px;
}

input#FormDate {
    font-size: 14px;
}

label {
    font-weight: 500;
}

.scrollable-table {
    max-height: 300px;
    overflow-y: auto;
    display: block;
}

.modal-header {
    border-bottom: none;
    padding: 8px 22px;
    /* font-size: 10px; */
    background: #1278a7;
    color: #fff;
}

.modal-footer button {
    background: #255196;
    border: 0;
}

.job-card {
    background: linear-gradient(145deg, #ffffff, #f3f5f9);
    border-radius: 15px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 20px;
    text-align: left;
    height: 100%;
}

    .job-card:hover {
        transform: scale(1.03);
        box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.2);
    }

    .job-card h5 {
        color: #4a148c;
        font-weight: bold;
        margin-bottom: 10px;
    }

.btn-view {
    background: linear-gradient(135deg, #ff6f00, #ff8f00);
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    transition: background 0.3s ease;
}

    .btn-view:hover {
        background: linear-gradient(135deg, #e65100, #ff6f00);
    }

.modal-content {
    border-radius: 15px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.2);
}

    .modal-content p {
        font-size: 14px;
    }

    .modal-content strong {
        padding-right: 10px;
    }

.modal-body {
    padding: 20px;
    background: #fafafa;
}

.badge-skill {
    background: #e1bee7;
    color: #4a148c;
    border-radius: 12px;
    padding: 4px 10px;
    margin: 2px;
    font-size: 12px;
    display: inline-block;
}

.modal .btn-close {
    filter: var(--bs-btn-close-white-filter);
}
/*login-signup*/
/* Wrapper takes full screen */
.wrapper-bg {
    /* background: #255196; */
    background-image: url(../img/gig-login-bg.jpg);
    background-size: cover;
    /*background-position: center;*/
}

.wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: transparent;
    /*background-repeat: no-repeat;*/
    /* border: 2px solid #0ef; */
    overflow: hidden;
    /* box-shadow: 0 0 25px #0ef; */
}
    /* Container holds the main form content */

    /* Form box base */
    .wrapper .form-box {
        position: absolute;
        top: 8%;
        width: 33%;
        display: flex;
        flex-direction: column;
        border-radius: 4px;
        background: #fff;
        /* box-shadow: 0px -3px 10px #645c5c; */
        /* box-shadow: 0 10px 20px rgb(0 0 0 / 14%), 0 6px 6px rgb(0 0 0 / 8%); */
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    }
        /* Login form styles */
        .wrapper .form-box.login {
            left: 65px;
            padding: 35px 40px;
            top: 14%;
            /* right: 0; */
            /* margin: auto; */
        }

            .wrapper .form-box.login .animation {
                transform: translateX(0);
                opacity: 1;
                filter: blur(0);
                transition: .5s ease;
                transition-delay: calc(.1s * var(--j));
            }

        .wrapper .form-box.register .animation {
            transform: translateX(0);
            opacity: 1;
            filter: blur(0);
            transition: .5s ease;
            transition-delay: calc(.1s * var(--j));
        }

.form-box.login.animation {
    transform: translateX(0);
    opacity: 1;
    filter: blur(0);
    transition: .5s ease;
    transition-delay: calc(.1s * var(--j));
}

.wrapper.active .form-box.login.animation {
    transform: translateX(0);
    opacity: 0;
    filter: blur(10px);
    transition-delay: calc(.1s * var(--i));
}

.rember {
    display: flex;
    justify-content: center;
}

.wrapper.active .form-box.login .animation {
    transform: translateX(-120%);
    opacity: 0;
    filter: blur(0);
    transition-delay: calc(.1s * var(--i));
}

.wrapper.active .login-form {
    display: none;
}
/* Register form styles */
.form-box.register .form-control {
    border: 0;
    border-bottom: 1px solid #c3bebe;
    border-radius: 2px;
    padding: 18px 0px;
    font-size: 12px;
}

.form-box .form-group {
    margin-bottom: 12px;
}

.wrapper .form-box.register {
    right: 0;
    padding: 28px 40px 20px;
    width: 65%;
    left: 0;
    margin: auto;
    pointer-events: none;
}

.wrapper.active .form-box.register {
    pointer-events: auto;
}

.wrapper .form-box.register .animation {
    transform: translateX(120%);
    opacity: 0;
    filter: blur(10px);
    /* transition: .5s ease; */
}

.wrapper .form-box.register.animation {
    transform: translateX(120%);
    opacity: 0;
    filter: blur(10px);
    transition: .5s ease;
}

.wrapper.active .form-box.register.animation {
    transform: translateX(0);
    opacity: 1;
    filter: blur(0);
    transition-delay: calc(.1s * var(--i));
}

.wrapper.active .form-box.register .animation {
    transform: translateX(0);
    opacity: 1;
    filter: blur(0);
    transition-delay: calc(.1s * var(--i));
}
/* Text fields and labels */
.form-box h2 {
    font-size: 22px;
    color: #000;
    text-align: center;
}

.form-box .input-box {
    position: relative;
    width: 100%;
    height: 37px;
    margin: 36px 0;
}

.input-box input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #c3bebe;
    padding-left: 0;
    font-size: 10px;
    color: #fff;
    font-weight: 500;
    transition: .5s;
    border-radius: 0;
    /* padding: 0; */
    /* padding-bottom: 1px; */
}

.input-box label {
    position: absolute;
    top: -27%;
    left: 0;
    transform: translateY(-50%);
    font-size: 14px;
    color: #41464b;
    pointer-events: none;
    transition: .5s;
}

.input-box input:focus ~ label,
.input-box input:valid ~ label {
    top: -5px;
    color: #0ef;
}

.input-box input:focus {
    font-size: 10px;
}

.input-box i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
    transition: .5s;
}

.input-box input:focus ~ i,
.input-box input:valid ~ i {
    color: #0ef;
}
/* Submit button */
.form-box button {
    width: 100%;
    background: #E63665;
    border: 2px solid #005be2;
    color: #fff;
    padding: 12px;
    border-radius: 4px;
    border: 0;
    transition: all .5s ease;
}
/* Link to switch forms */
.form-box .logreg-link {
    font-size: 14.5px;
    color: #fff;
    text-align: center;
    margin: 10px 0px 0px;
}

.logreg-link p {
    color: #41464b;
    font-size: 13px
}

    .logreg-link p a {
        color: #e63665;
        text-decoration: none;
        font-weight: 600;
    }

        .logreg-link p a:hover {
            text-decoration: underline;
        }
/* Info text animations */
.wrapper .info-text {
    position: absolute;
    top: 0;
    width: 65%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .wrapper .info-text.login {
        right: 0;
        padding: 0px 40px 60px 150px;
    }

        .wrapper .info-text.login .animation {
            transform: translateX(0);
            opacity: 1;
            filter: blur(0);
            transition: .7s ease;
            transition-delay: calc(.1s * var(--j));
        }

.wrapper.active .info-text.login .animation {
    transform: translateX(120%);
    opacity: 0;
    filter: blur(10px);
    transition-delay: calc(.1s * var(--i));
}

.wrapper .info-text.register {
    left: 0;
    text-align: left;
    padding: 0px 150px 60px 40px;
    pointer-events: none;
}

.wrapper.active .info-text.register {
    pointer-events: auto;
}



.info-text h2 {
    font-size: 36px;
    color: #fff;
    line-height: 1.3;
    text-transform: uppercase;
}

.info-text p {
    font-size: 16px;
    color: #fff;
}
/* Background Animations */
.wrapper .bg-animate {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    /*background: linear-gradient(45deg, #ff5d89, #a32043);*/
    background-image: url(../img/gig-login-bg.jpg);
    background-size: cover;
    background-position: center;
    transform-origin: bottom right;
    transition: 1.5s ease;
    transition-delay: 1s;
}

.wrapper.active .bg-animate {
    transform: rotate(0) skewY(0);
    transition-delay: .5s;
    background-image: url(../img/gig-register-bg.jpg);
    background-size: cover;
    background-position: center;
}

.wrapper .bg-animate2 {
    position: absolute;
    top: 100%;
    /* left: 300px; */
    width: 100%;
    height: 900px;
    background: #081b29;
    /* border-top: 3px solid #0ef; */
    /* transform: rotate(0) skewY(0); */
    transform-origin: bottom left;
    transition: 1.5s ease;
    transition-delay: .5s;
}

.wrapper.active .login {
    opacity: 0;
}

.wrapper .register {
    opacity: 0;
}

.wrapper.active .register {
    opacity: 1;
}

.wrapper.active .bg-animate2 {
    /* transform: rotate(-11deg) skewY(-41deg); */
    transition-delay: 1.2s;
}
/* Responsive Layout */
@media (max-width: 768px) {
    .container {
        width: 90%;
        height: auto;
        flex-direction: column;
    }

    .wrapper .form-box,
    .wrapper .info-text {
        width: 100%;
        padding: 20px;
        position: static;
        transform: none !important;
        opacity: 1 !important;
        filter: none !important;
    }

    .wrapper .bg-animate,
    .wrapper .bg-animate2 {
        display: none;
    }
}

@media only screen and (min-width:1200px) {
}

@media only screen and (max-width:1024px) {
    .login-bg {
        padding: 20px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .login-bg {
        padding: 20px;
        height: 100vh;
    }
}

@media only screen and (max-width:991px) {
    .login-bg {
        display: flex;
        align-items: center;
        padding-top: 0;
        height: 100vh;
    }

    .login-sec h1 {
        font-size: 28px;
    }

    .s-sidebar__trigger {
        display: block;
    }

    .sidebar {
        opacity: 0;
        width: 0;
        overflow: hidden;
        transition: opacity 0.4s ease, width 0.4s ease;
    }

    .s-sidebar__trigger:hover + .sidebar,
    .s-sidebar__trigger:focus + .sidebar {
        opacity: 1;
        width: 70px;
    }

    .sidebar.expanded {
        opacity: 1;
    }

    .content {
        margin-left: 0;
    }

    .s-sidebar__trigger {
        left: 42px;
    }

    .pinbar {
        left: 4em;
        /* z-index: -2; */
    }

    .wrapper .form-box.login, .wrapper .form-box.register {
        width: 80%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .wrapper .info-text {
        top: 141px;
        width: 100%;
        flex-direction: column;
        justify-content: start;
    }

    .wrapper .form-box.login {
        padding: 35px 58px;
        width: 70%;
    }
}
