@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&family=Nunito:wght@200;300;400;500;600;700;800;900;1000&family=Roboto:wght@100;300;400;500;700;900&family=Vollkorn:wght@400;500;600;700;800;900&display=swap');

/* Base CSS */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #07171D;
    font-family: 'Nunito', sans-serif;
}

body {
    color: #07171D;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none
}

a,
button,
input,
textarea {
    outline: none !important;
}

.section-padding {
    padding: 80px 0;
}











.vault__left__inner__blk {
    max-width: 366px;
}

/* ----------------------------------- VAULT AREA START --------------------- */

.vault__logo p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 42px;
    letter-spacing: -0.32px;
    color: #03045E;
    font-family: 'Nunito', sans-serif;
    margin: 0;
    margin-top: 20px;
}

.single__input__blk label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.32px;
    color: #6C757D;
}

.single__input__blk input {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
    color: #212529;
}

.single__input__blk.signin__email input {
    border-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.single__input__blk button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    right: 20px;
}

.welcome__text h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.32px;
    color: #03045E;
    font-family: 'Vollkorn', serif;
    margin-top: 85px;
}

.signin__form h4 {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.32px;
    color: #03045E;
    margin-top: 35px;
}

.form-check-input:checked {
    background-color: #6877FC;
    border-color: #6877FC;
}

.form-check-input:focus {
    box-shadow: unset;
}

.signin__check__box .form-check label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.32px;
    color: #212529;
    line-height: 26px;
}

.signin__button button {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 42px;
    letter-spacing: -0.32px;
    color: #FFFFFF;
    height: 48px;
    background: #03045E;
    border-radius: 4px;
    border: 1px solid #03045E;
    min-width: 100%;
    transition: .3s all;
}

.signin__button button:hover {
    background: #fff;
    color: #03045E;
}

.trouble__signin__btn a {
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 42px;
    letter-spacing: -0.32px;
    color: #6877FC;
    transition: .3s all;
}

.trouble__signin__btn a:hover {
    color: #03045E;
}

.form-control:focus {
    box-shadow: unset;
}

.data__protaction__box__wrapper {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    padding-top: 60px;
    padding-bottom: 45px;
    max-width: 518px;
    margin-left: auto;
    position: relative;
    z-index: 1;
    box-shadow: -5px 5px 9px -4px rgba(181, 181, 181, 0.4);
    -webkit-box-shadow: -5px 5px 9px -4px rgba(181, 181, 181, 0.4);
    -moz-box-shadow: -5px 5px 9px -4px rgba(181, 181, 181, 0.4);
}

.data__protaction__content__blk h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -0.32px;
    color: #03045E;
    margin-bottom: 30px;
}

.data__protaction__box__wrapper p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    display: flex;
    align-items: center;
    letter-spacing: -0.32px;
    color: #03045E;
}

.lear__more__btn a {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 42px;
    letter-spacing: -0.32px;
    text-decoration-line: underline;
    color: #03045E;
    transition: .3s all;
}

.lear__more__btn a:hover {
    color: #6877FC;
}

.lear__more__btn {
    text-align: center;
}

.data__protaction__shape_1 {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    min-height: 380px;
}

.data__protaction__shape_1 img {
    height: 100%;
}

.data__protaction__shape_2 {
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
}

.view__terms__content a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -0.32px;
    color: #03045E;
    transition: .3s all;
}

.view__terms__content a:hover {
    color: #6877FC;
}

.view__terms__content {
    margin-top: 30px;
}

.back__btn {
    position: absolute;
    top: 24px;
    left: 38px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    padding-right: calc(2.5em + 1.75rem);
    background-position: 337px -8px;
    background-size: calc(0.75em + 0.375rem) calc(2.75em + 4.2px);
}

.right__space {
    margin-right: 19px;
}

.error__text p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.154px;
    color: #F5023A;
    margin-top: 7px;
}

.click__to__hide {
    background: #6877FC;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #F8FAFA;
    font-family: 'Roboto', sans-serif;
    padding: 8px 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -210px;
    transition: .3s all;
    opacity: 0;
    visibility: hidden;
}

.click__to__hide::after {
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    position: absolute;
    left: -6px;
    content: '';
    height: 17px;
    width: 12px;
    background: #6877FC;
    bottom: 6px;
}

.single__input__blk button:hover~.click__to__hide {
    visibility: visible;
    opacity: 1;
    right: -180px;
}

.continue__brn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.continue__brn button {
    max-width: 300px;
    padding: 10px 30px;
    line-height: 1;
    min-width: 155px;
}

.check__main__blk>p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -0.32px;
    color: #03045E;
    max-width: 711px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 65px;
}

.check__blk {
    max-width: 322px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.verify__code input {
    width: 81.99px;
    height: 91px;
    border: 2px solid #636363;
    border-radius: 20px;
    margin: 0 8px;
    padding: 10px;
    text-align: center;
    font-size: 30px;
    color: #03045E;
}

.verify__code form {
    display: flex;
    justify-content: center;
}

.verify__code {
    margin-top: 80px;
}

.check__main__blk h6 {
    max-width: 580px;
    margin: 0 auto;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -0.32px;
    color: #03045E;
}

html,
body,
.verify__wrapper {
    height: 100%;
}

.verify__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.verify__page__blk .view__terms__content a {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -0.32px;
}

.cros__bottom__content p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -0.32px;
    color: #03045E;
}

.cros__bottom__content {
    margin-top: 80px;
}

.check__main__blk h6 span {
    font-size: 18px;
    line-height: 42px;
    display: inline-block;
}

.add__new__pass__wrap h4 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 42px;
    letter-spacing: -0.32px;
    color: #000000;
    margin: 0;
    margin-right: 14px;
    flex: 0 175px;
    text-align: right;
}

.add__new__pass__wrap {
    display: flex;
    align-items: flex-end;
}

.single__input__blk input {
    width: 366px;
}

.add__new__pass {
    max-width: 580px;
    margin: 0 auto;
    margin-top: 35px;
}

.add__new__pass__bottom__list {
    max-width: 299px;
    margin: 0 auto;
    margin-top: 20px;
}

.add__new__pass__bottom__list ul li {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.32px;
    color: #03045E;
    margin-bottom: 9px;
    position: relative;
    padding-left: 16px;
}

.add__new__pass__bottom__list ul li:before {
    position: absolute;
    left: 0;
    top: 4px;
    width: 8px;
    height: 8px;
    content: '';
    background: #F5A503;
    border-radius: 50%;
}

.error__content p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -0.32px;
    color: #F5023A;
    text-align: center;
}

.error__content p img {
    margin-left: 10px;
    margin-top: -20px;
}

.error__list ul li:before {
    background: #FC95B0;
}

.error__list ul li {
    color: #F5023A;
}

.click__to__hide {
    display: block;
}

/* ----------------------------------- VAULT AREA END --------------------- */


/* ----------------------------------- Admin AREA START --------------------- */
.header {
    background: #FFFFFF;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
    padding: 20px 18px;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 7;
}

.header-logo p {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    letter-spacing: -0.32px;
    margin-bottom: 0;
    color: #03045E;
    margin-left: 15px;
}

.header-logo a img {
    max-width: 145px;
}

.header-links {
    padding-right: 25px;
}

.header-links a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    letter-spacing: -0.32px;
    color: #03045E;
    padding: 12px 16px;
    border-radius: 5px;
    margin-left: 8px;
    transition: .3s;
}

.header-links a.active {
    background-color: #F5A503;
    color: #fff !important;
}

.header-links a:hover {
    color: #F5A503;
}

.sidebar {
    width: 315px;
    padding: 17px;
    flex: 0 0 auto;
    border-right: 1px solid #BBB;
    padding-right: 10px;
    overflow-y: scroll;
    max-height: 100vh;
    min-height: calc(100vh - 84px);
}

.sidebar .btn-dark {
    color: #fff;
    background-color: #03045E;
    border-color: #03045E;
}

.sidebar-title h5 {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.32px;
    color: #212529;
    margin-bottom: 0px;
}

.sidebar-title p {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.1;
    color: #212529;
    padding-top: 6px;
}

.main {
    display: flex;
    min-height: calc(100% - 84px);
}

.main-content {
    width: 100%;
    padding: 30px;
}

.back-link a {

    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;

    /* or 128% */
    text-align: center;
    letter-spacing: -0.32px;

    /* VaultTek Primary Blue */
    color: #03045E;


}

.back-link a i {
    color: #F5A503;
    margin-right: 8px;
}

.sidebar-title-data {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    color: #212529;
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}

.g-star span {
    font-weight: 600;
    font-size: 8px;
    line-height: 12px;
    text-align: center;
    color: #03045E;
    display: block;
}

.g-star {
    width: 35px;
    height: 35px;
    background: #FFFFFF;
    border: 1.5px solid #03045E;
    border-radius: 5px;
    flex: 0 0 auto;
    margin-left: 8px;
    padding: 1px 4px;
}

.g-star-icon {
    max-width: 17px;
    margin: 0 auto;
}

.sidebar-data-box-icon {
    max-width: 45px;
    flex: 0 0 auto;
    margin-right: 10px;
}

.sidebar-data-box.two {
    background: rgba(252, 221, 180, 0.3);
    border: 1.5px solid #F5A503;
}

.sidebar-data-box {
    background: #FBFBFB;
    border: 1.5px solid rgba(207, 212, 217, 0.5);
    border-radius: 8px;
    padding: 14px 10px;
    margin-bottom: 20px;
    display: flex;
    cursor: pointer;
}

.sidebar-data-box.two {
    background: rgba(252, 221, 180, 0.3);
    border: 1.5px solid #F5A503;
}

.sidebar-data-box.three {
    background: rgba(104, 119, 252, 0.15);

    /* Vivid Blue */
    border: 1.5px solid #6877FC;
}

.sidebar-data-box.four {
    background: rgba(252, 149, 176, 0.3);

    /* Pink */
    border: 1.5px solid #FC68F6;
}

.sidebar-data-box-content h6 {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.1;
    color: #212529;
    margin-bottom: 4px;
}

.sidebar-data-box-content h5 {
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #6877FC;
    margin-bottom: 0px;
}

.sidebar-data-box-content p {
    font-weight: 600;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: -0.32px;
    color: #03045E;
    margin: 0;
    padding-top: 4px;
}

.sidebar-data-box-content p span {
    color: #4CAF50;
}

.sidebar-data-box-content p i {
    margin-right: 3px;
}

.sidebar-title, .sidebar-data-boxes {
    padding-right: 12px;
}

.sidebar-data-boxes {
    overflow-y: scroll;
    max-height: 500px;
}

.job-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.job-item-icon {
    flex: 0 0 auto;
    margin-right: 20px;
}

.job-item-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.job-item-content h5 {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #212529;
    margin-bottom: 10px;
}

.job-item-content li {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #212529;
    margin-bottom: 4px;
}

.job-item-content li b {
    font-weight: 700;
}

.job-btn a {
    background: #FFFFFF;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    padding: 11px 20px;
    background: #03045E;
    border-radius: 4px;
    padding-left: 12px;
    transition: .3s;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
    color: #FFFFFF;
}

.job-btn a span {
    position: relative;
    top: -1px;
    margin-right: 7px;
}

.job-btn a:hover {
    background: #F5A503;
}

.job-btn {
    flex: 0 0 auto;
    margin-left: 10px;
}

.job-wrapper {
    max-width: 933px;
    margin: 0 auto;
    padding-top: 30px;
}

.back-button a {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #03045E;
    display: inline-flex;
    align-items: center;
}

.back-button a span {
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.sidebar-nav ul li a {
    background: #FBFBFB;
    box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.05);
    border-radius: 11px;
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 12px 20px;
    padding-right: 50px;
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.32px;
    color: #03045E;
    transition: .3s;
    border: 1.5px solid #FBFBFB;
}

.sidebar-nav ul li a span {
    min-width: 21px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.sidebar-nav ul li a:hover,
.sidebar-nav ul li a.active {
    background: #FCDDB4;
    border: 1.5px solid #03045E;
}

.sidebar {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.sidebar::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.font-volko {
    font-family: 'Vollkorn' !important;
}

.job-details-wrapper {
    background: #FFFFFF;
    border: 1.5px solid #CFD4D9;
    border-radius: 4px;
    padding: 18px;
}

.job-details-title-right h4 {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: #212529;
    margin-bottom: 5px;
}

.job-details-title-right p {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.23;
    letter-spacing: -0.32px;
    color: #212529;
    margin-bottom: 6px;
}

b {
    font-weight: 700;
}

.host-name li {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: #212529;
}

.host-name li span {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: #212529;
}

.job-details-title-icon {
    max-width: 65px;
}

.application-status p {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-align: right;
    letter-spacing: 1px;
    color: #03045E;
    margin-bottom: 9px;
}

.application-status .form-select {
    border: 1px solid #CFD4D9;
    box-shadow: 0px 0px 0px #CBDAFC;
    border-radius: 4px;
    max-width: 215px;
    margin-left: auto;
}

.job-report-wrapper {
    padding-top: 26px;
}

.h4 {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: #212529;
}

.report-item h5 span {
    color: #6877FC;
}

.report-item h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.32px;
    color: #212529;
    margin-bottom: 3px;
}

.report-item p {
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;

    /* identical to box height */
    letter-spacing: -0.32px;

    /* VaultTek Primary Blue */
    color: #03045E;
}

.drive-progress {
    display: flex;
    justify-content: space-between;
}

.drive-progress h6 {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: -0.32px;
    line-height: 1.1;
    min-width: 70px;
    margin-right: 5px;
}

.drive-progress-right p {
    font-weight: 500;
    font-size: 8px;
    line-height: 12px;
    text-align: right;
    color: #212529;
    margin: 0;
}

.drive-progress-right {
    width: 100%;
}

.report-item {
    margin-bottom: 24px;
}

.dirve-name {
    padding-top: 5px;
    margin-bottom: 23px;
}

.h4 span {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: #6877FC;
}

.p {

    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;

    /* Text Black */
    color: #212529;


}

.connect-btn button {
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.32px;
    color: #FFFFFF;
    background: #6877FC;
    border-radius: 4px;
    padding: 12px 14px;
    border: 0;
    transition: .3s;
}

.connect-btn button:hover {
    background-color: #07171D;
    color: #fff;
}

.job-report-wrapper>* {
    margin-bottom: 20px;
}

.sidebar-close,
.offcanvas-close {
    font-size: 23px;
    position: absolute;
    top: 10px;
    right: 12px;
    line-height: 1;
    cursor: pointer;
    transition: .3s;
    display: none;
    z-index: 2;
}

.sidebar-close:hover,
.offcanvas-close:hover {
    color: #F5A503;
}

.menu-open {
    font-size: 23px;
    line-height: 1;
    transition: .3s;
    cursor: pointer;
    margin-left: 22px;
}

.menu-open:hover {
    color: #F5A503;
}

.menu-open {
    display: none;
}

.offcanvas-area {
    display: none;
}.sidebar-open {
	display: none;
}
/* ----------------------------------- Admin AREA END --------------------- */