/* Import Fonts & CSS Files */
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@400;600&amp;display=swap");
@import url(bootstrap.min.css);
@import url(https://cdn.jsdelivr.net/npm/summernote@0.8.18/dist/summernote-bs4.css);
@import url(themify-icons.css);

/*  Basee CSS */
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f4f6f9;
    color: #718096;
    font-weight: 400;
    font-family: "Overpass", sans-serif;
    font-size: 14px;
    scrollbar-width: none;
    -ms-overflow-style: none;

    ::-webkit-scrollbar {
        display: none;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.6;
    color: #2d3748;
    font-weight: 600;
    font-family: "Overpass", sans-serif;
    margin: 0;
    padding: 0;
}

p {
    color: #718096;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: 0 solid transparent;
    font-family: "Overpass", sans-serif;
}

ul {
    margin: 0;
}

ul li {
    list-style: none;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.bg-primary {
    background-color: #0a6ee3 !important;
}

.bg-danger {
    background-color: #fa5c7c !important;
}

.bg-success {
    background-color: #00d97e !important;
}

.bg-success {
    background-color: #1dc9b7 !important;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.dropdown-item {
    font-size: 13px;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: transparent;
}

.dropdown-item:active {
    background-color: transparent;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.dropdown-menu {
    z-index: 55;
}

.dropdown {
    position: relative;
}

/* Prevent scrollbars to appear when waves go out of bound */

/* The circle */

/* the 'wave', same shape and size as its parent */

/*
  Animate!
  NOTE: add browser prefixes where needed.
*/

/*  Bootstraping CSS */
.page-body-wrapper {
    min-height: calc(100vh - 60px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
}

.link-icon {
    width: 18px;
    margin-right: 8px;
    height: 18px;
}

.main-panel {
    transition: width 0.25s ease, margin 0.25s ease;
    width: calc(100% - 255px);
    min-height: calc(100vh - 60px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1199px) {
    .main-panel {
        margin-left: 0;
        width: 100%;
    }
}

.content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

@media (max-width: 767px) {
    .content-wrapper {
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }
}

.notification-thumbnail .preview-icon {
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    margin-right: 15px;
    font-size: 14px;
}

.dropdown-item {
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: #eef5f9;
}

.profile-top a i {
    color: #273668;
    font-size: 16px;
}

.notification-item-content h6 {
    margin-bottom: 2px;
    font-size: 14px;
}

.notification-item-content p {
    font-size: 13px;
}

.top-navbar-area.navbar-nav.navbar-nav-right {
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

.navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
    align-self: stretch !important;
}

.navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
    align-items: stretch !important;
}

/* Sidebar */
.nav-link i {
    font-size: 20px;
    margin-right: 6px;
    margin-top: -3px;
}

.sidebar {
    min-height: calc(100vh - 60px);
    background: #f8f8f8;
    font-weight: 300;
    padding: 0;
    width: 255px;
    z-index: 11;
}

.sidebar .nav {
    overflow: hidden;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 60px;
}

.sidebar .nav .nav {
    margin-bottom: 0;
}

.sidebar .nav .nav .nav-item {
    margin-bottom: 0;
}

.sidebar .nav .nav-item {
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    transition-property: background;
    -webkit-transition-property: background;
    font-size: 0.875rem;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.sidebar .nav .nav-item::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: 2;
    height: 30px;
    width: 3px;
    transition-duration: 500ms;
    background-color: #0a6ee3;
    opacity: 0;
}

.sidebar .nav .nav-item:hover::after {
    opacity: 1;
}

.sidebar .nav.sub-menu .nav-item::after {
    display: none;
}

.sidebar .nav .nav-item .collapse {
    z-index: 999;
}

.sidebar .nav .nav-item .nav-link {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    padding: 8px 30px;
    -webkit-transition-duration: 0.45s;
    -moz-transition-duration: 0.45s;
    -o-transition-duration: 0.45s;
    transition-duration: 0.45s;
    transition-property: color;
    -webkit-transition-property: color;
    font-weight: 400;
}

.sidebar .nav .nav-item .nav-link i {
    color: inherit;
}

.sidebar .nav .nav-item .nav-link i.ti-angle-right {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: auto;
    margin-right: 0;
    color: #293a6d;
}

.sidebar .nav .nav-item .nav-link i.ti-angle-right:before {
    content: "\e649";
    font-family: "themify";
    font-style: normal;
    display: block;
    font-size: 11px;
    line-height: 10px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.sidebar .nav .nav-item .nav-link .menu-title {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    font-weight: 700;
}

.sidebar .nav .nav-item:hover {
    opacity: 1;
}

.sidebar .nav:not(.sub-menu) {
    margin-top: .5rem;
}

.sidebar .nav:not(.sub-menu)>.nav-item {
    margin-top: 0;
}

.sidebar .nav:not(.sub-menu)>.nav-item>.nav-link {
    margin: 0;
}

.sidebar .nav:not(.sub-menu)>.nav-item:hover>.nav-link {
    background: transparent;
}

.sidebar .nav.sub-menu {
    margin-bottom: 0;
    margin-top: 0;
    list-style: none;
    padding: 10px 60px;
}

.sidebar .nav.sub-menu .nav-item {
    padding: 0;
    margin-bottom: 0;
}

.sidebar .nav.sub-menu .nav-item::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    margin-top: 1rem;
    border-radius: 50%;
    background: #8e95aa;
}

.sidebar .nav.sub-menu .nav-item .nav-link {
    color: #656565;
    padding: 0.625rem 1rem;
    position: relative;
    font-size: 15px;
    line-height: 1;
    height: auto;
    border-top: 0;
}

.sidebar .nav:not(.sub-menu) {
    margin-top: 1.45rem;
    margin-left: 0;
    margin-right: 0.375rem;
}

.sidebar .nav.sub-menu .nav-item .nav-link:hover {
    color: #000;
}

.sidebar .nav.sub-menu .nav-item:hover {
    background: transparent;
}

.sidebar {
    background: #fff;
}

.sidebar .nav .nav-item .nav-link {
    color: #293a6d;
}

.sidebar .nav .nav-item .nav-link i {
    color: inherit;
}

.sidebar .nav .nav-item .nav-link .menu-title {
    color: inherit;
}

.sidebar .nav:not(.sub-menu)>.nav-item:hover>.nav-link {
    color: #0a6ee3;
}

.sidebar .nav.sub-menu .nav-item .nav-link {
    color: #293a6d;
}

.sidebar .nav.sub-menu .nav-item .nav-link:before {
    color: #a4afbc;
}

.sidebar .nav.sub-menu .nav-item .nav-link:hover {
    color: #0a6ee3;
}

.sidebar .nav.sub-menu .nav-item:hover {
    background: transparent;
}

/* style for off-canvas menu*/
@media screen and (max-width: 1199px) {
    .sidebar-offcanvas {
        position: fixed;
        max-height: calc(100vh - 60px);
        top: 60px;
        bottom: 0;
        overflow: auto;
        left: -255px;
        -webkit-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .sidebar-offcanvas.active {
        left: 0;
    }
}

/* Navbar */
.navbar {
    font-weight: 400;
    transition: background 0.25s ease;
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -ms-transition: background 0.25s ease;
    /* Navbar color variations */
}

.navbar .navbar-brand-wrapper {
    background: #fff;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    width: 255px;
    height: 60px;
    padding: 0 2.1875rem;
    /* border-bottom: 1px solid #f2f2f2; */
    /* border-right: 1px solid #f2f2f2; */
}

.navbar .navbar-brand-wrapper .navbar-brand {
    color: #27367f;
    font-size: 1.5rem;
    margin-right: 0;
    padding: .25rem 0;
}

.navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini {
    display: none;
}

.navbar .navbar-brand-wrapper .navbar-brand:active,
.navbar .navbar-brand-wrapper .navbar-brand:focus,
.navbar .navbar-brand-wrapper .navbar-brand:hover {
    color: #1b2658;
}

.navbar .navbar-brand-wrapper .navbar-brand img {
    max-width: 100%;
    height: 20px;
    margin: auto;
    vertical-align: middle;
}

.navbar .navbar-brand-wrapper .brand-logo-mini {
    padding-left: 0;
    text-align: center;
}

.navbar .navbar-brand-wrapper .brand-logo-mini img {
    width: 30px;
    margin: auto;
}

.navbar .navbar-menu-wrapper {
    background: #fff;
    /* box-shadow: 1px 0 7px rgba(0, 0, 0, 0.05); */
    transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -ms-transition: width 0.25s ease;
    color: #ffffff;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    width: calc(100% - 255px);
    height: 60px;
}

@media (max-width: 1199px) {
    .navbar .navbar-menu-wrapper {
        width: calc(100% - 70px);
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 480px) {
    .navbar .navbar-menu-wrapper {
        width: calc(100% - 55px);
        padding-left: 15px;
        padding-right: 15px;
    }

    .copywrite-text p {
        text-align: center;
    }
}

.navbar .navbar-menu-wrapper .navbar-toggler {
    border: 0;
    color: #0a6ee3;
    font-size: 18px;
    padding: 0;
}

@media (max-width: 1199px) {
    .navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
        color: #464dee;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 5px;
    }
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

@media (max-width: 480px) {
    .navbar .navbar-menu-wrapper .navbar-nav .nav-item {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
    color: #001737;
    font-size: 0.875rem;
    position: relative;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33px;
    flex: 0 0 33px;
    max-width: 33px;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    -webkit-box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, 0);
    box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, 0);
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu {
    border: none;
    -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
    position: absolute;
    font-size: 0.9rem;
    margin-top: 0;
    right: 0;
    left: auto;
    top: 60px;
    padding: 0;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item {
    margin-bottom: 0;
    padding: .65rem 1.5rem;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item i {
    font-size: 17px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown i {
    margin-right: .5rem;
    vertical-align: middle;
    font-size: 16px;
}

@media (max-width: 991px) {
    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown {
        position: static;
    }

    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
        left: 20px;
        right: 20px;
        top: 60px;
        width: calc(100% - 40px);
    }
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator {
    position: relative;
    padding: 0;
    text-align: center;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator i {
    font-size: 1.25rem;
    margin-right: 0;
    vertical-align: middle;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator .count {
    position: absolute;
    right: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #fd397a;
    top: -4px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator:after {
    display: none;
}

.navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.dropdown .dropdown-toggle:after {
    display: none;
}

@media (min-width: 992px) {
    .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
        margin-left: auto;
    }
}

@media (max-width: 1199px) {
    .navbar {
        flex-direction: row;
    }

    .navbar .navbar-brand-wrapper {
        width: 70px;
        padding: 0 0;
    }

    .navbar .navbar-brand-wrapper .navbar-brand.brand-logo {
        display: none;
    }

    .navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .navbar .navbar-brand-wrapper {
        width: 55px;
        padding: 0 0;
    }

    .navbar .navbar-brand-wrapper .brand-logo-mini {
        padding-top: 0px;
    }
}

.sidebar .nav .nav-item.active::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: 2;
    height: 30px;
    width: 3px;
    transition-duration: 500ms;
    background-color: #0d72e7;
    opacity: 1;
}

.sidebar .nav .nav-item.active>.nav-link .menu-title,
.sidebar .nav .nav-item.active>.nav-link i {
    color: #0d72e7;
}

.sidebar .nav.sub-menu .nav-item .nav-link.active {
    color: #0d72e7;
    background: transparent;
}

/* Layouts */

.copywrite-text {
    text-align: center !important;
    margin: 0 auto;
    margin-top: 30px;
}

/* .top-nav-search {
    margin: 0 auto;
    width: 100%;
} */

.top-nav-search input {
    position: relative;
    /*! width: 100%; */
    height: 40px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    font-size: 16px;
    color: #848484;
    padding: 10px 50px 10px 20px;
}

.widget-card {
    display: flex;
    justify-content: space-between;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.1); */
    /* box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.1); */
    border: 1px solid #dee2e6;
    border-radius: 3px;
    align-items: center;
    padding: 1.25rem;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: .4s;
}

.widget-card-no-flex {
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    padding: 1.25rem;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: .4s;
}

.widget-card:hover {
    transition: .4s;
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.1);
}

.widget-card-no-flex:hover {
    transition: .4s;
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.1);
}

.widget-title h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
    color: #2d3748;
}

.widget-count h4 {
    color: #2d3748 !important;
    font-size: 20px;
}

.notification-list {
    position: relative;
}

.notification-list li {
    position: relative;
    padding: 5px 0;
    padding-left: 47px;
    font-size: 15px;
    line-height: 25px;
    color: #696969;
    font-weight: 400;
    min-height: 35px;
    margin-bottom: 25px;
}

.notification-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 35px;
    width: 35px;
    background: rgba(25, 103, 210, 0.15);
    color: #0C71E5;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 16px;
}

.notification-list li strong {
    font-weight: 500;
    color: #202124;
}

.notification-list li .colored {
    color: #0C71E5;
}

/* Recent Job List  */
.single-page-job-wrap {
    position: relative;
    margin-bottom: 30px;
}

.single-page-job-wrap .single-page-jw-job-description-inner-item {
    position: relative;
    padding: 32px 20px 22px 30px;
    background: #FFFFFF;
    border: 1px solid #ECEDF2;
    box-sizing: border-box;
    border-radius: 10px;
    transition: all 300ms ease;
}

.single-page-job-wrap .single-page-jw-job-description-inner-item:hover {
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.1);
}

.single-page-job-wrap .content {
    position: relative;
    padding-left: 68px;
    min-height: 51px;
}

.single-page-job-wrap .company-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    transition: all 300ms ease;
    height: 50px;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
}

.single-page-job-wrap h4 a {
    color: #202124;
    transition: all 300ms ease;
    font-size: 17px;
    font-weight: bold;
}

.single-page-job-wrap .job-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.single-page-job-wrap .job-info li {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #696969;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 5px;
    margin-right: 20px;
}

.single-page-job-wrap .job-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 22px;
    color: #696969;
}

.single-page-job-wrap .job-info li .icon {
    font-size: 18px;
    line-height: 19px;
    color: #696969;
}

.single-page-job-wrap .job-other-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.job-other-info li {
    position: relative;
    font-size: 13px;
    line-height: 15px;
    margin-right: 15px;
    padding: 5px 20px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.job-other-info li.time {
    background: rgba(25, 103, 210, 0.15);
    color: var(--mn-primary);
}

.job-other-info li.green,
.job-other-info li.privacy {
    background: rgba(52, 168, 83, 0.15);
    color: #34A853;
}

.job-other-info li.required {
    background: rgba(249, 171, 0, 0.15);
    color: #F9AB00;
}

.single-page-job-wrap .bookmark-btn {
    position: absolute;
    right: 0;
    top: -15px;
    height: 30px;
    width: 30px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    cursor: pointer;
    background: #ffffff;
    transition: all 300ms ease;
    border: 0;
    font-size: 22px;
}

.single-page-job-wrap .bookmark-btn {
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    font-size: 22px;
    color: #696969;
}

/* Dashboard end  */

/* Applied Jobs Start */

.inner-widget-box {
    position: relative;
}

.widget-content {
    position: relative;
    padding: 0px 30px 10px;
}

.table-outer {
    overflow-y: hidden;
    overflow-x: auto;
}

.default-table {
    position: relative;
    background: #ffffff;
    border: 0;
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
    min-width: 550px;
    top: 5px;
}

.default-table thead {
    background: #F5F7FC;
    border-radius: 8px;
    color: #ffffff;
}

.default-table thead th {
    position: relative;
    padding: 20px 30px;
    font-size: 16px;
    color: #253361;
    font-weight: 500;
    line-height: 30px;
    white-space: nowrap;
}

.default-table tbody tr {
    position: relative;
    border-bottom: 1px solid #ECEDF2;
}

.default-table tr td {
    position: relative;
    padding: 21px 30px;
    font-size: 14px;
    color: #696969;
    font-weight: 400;
}

.manage-job-table tbody td {
    font-size: 15px;
    line-height: 20px;
    color: #696969;
}

.manage-job-table .job-block {
    margin-bottom: 0;
}

.job-block {
    position: relative;
    margin-bottom: 30px;
}

.manage-job-table .job-block .inner-box {
    padding: 0;
    border: 0;
}

.job-block .inner-box {
    position: relative;
    padding: 32px 20px 22px 30px;
    background: #FFFFFF;
    border: 1px solid #ECEDF2;
    box-sizing: border-box;
    border-radius: 10px;
    transition: all 300ms ease;
}

.job-block .content {
    position: relative;
    padding-left: 68px;
    min-height: 51px;
}

.job-block .company-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    transition: all 300ms ease;
    height: 50px;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
}

.job-block h4 {
    font-size: 18px;
    color: #202124;
    font-weight: 500;
    line-height: 26px;
    top: -3px;
    margin-bottom: 3px;
}

.job-block h4 a {
    color: #202124;
    transition: all 300ms ease;
}

.manage-job-table .job-block .job-info {
    margin-bottom: 0;
}

.job-block .job-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.job-block .job-info li {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #696969;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 5px;
    margin-right: 20px;
}

.job-block .job-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 22px;
    color: #696969;
}

.default-table tr td {
    position: relative;
    padding: 21px 30px;
    font-size: 14px;
    color: #696969;
    font-weight: 400;
}

.manage-job-table tbody td {
    font-size: 15px;
    line-height: 20px;
    color: #696969;
}

.manage-job-table .status {
    color: #34A853;
}

.default-table tr td {
    position: relative;
    padding: 21px 30px;
    font-size: 14px;
    color: #696969;
    font-weight: 400;
}

.manage-job-table tbody td {
    font-size: 15px;
    line-height: 20px;
    color: #696969;
}

.default-table tr td {
    position: relative;
    padding: 21px 30px;
    font-size: 14px;
    color: #696969;
    font-weight: 400;
}

.option-list {
    position: relative;
    display: flex;
    align-items: center;
}

.option-list li {
    position: relative;
    margin-left: 10px;
}

.option-list li button::after,
.option-list li a::after {
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #202124;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
}

.option-list li button::before,
.option-list li a::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    margin-bottom: 10px;
    background: #202124;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    content: attr(data-text);
    white-space: nowrap;
    padding: 5px 15px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
}

.option-list li button,
.option-list li a {
    position: relative;
    display: block;
    background: rgba(25, 103, 210, 0.07);
    border-radius: 8px;
    height: 30px;
    width: 30px;
    font-size: 16px;
    color: #253361;
    line-height: 30px;
    text-align: center;
    transition: all 300ms ease;
    border: 0;
}

/* Applied Jobs End */

/* Message Page Start */

.message-widget-wrap .widget-content {
    padding: 0;
}

.message-widget-wrap .card-header {
    padding: 40px 40px 0;
    background: none;
    border-radius: 0;
    border: 0;
}

.message-widget-wrap .search-box-one .form-group input[type="text"],
.message-widget-wrap .search-box-one .form-group input[type="search"] {
    width: 100%;
}

.chat {
    margin-top: auto;
    margin-bottom: auto;
}

.card {
    height: 770px;
    background: #FFFFFF;
    border: 1px solid #ECEDF2;
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    border-radius: 8px;
}

.card ::-webkit-scrollbar {
    width: 4px;
}

.card ::-webkit-scrollbar-track {
    background: transparent;
}

.card ::-webkit-scrollbar-thumb {
    background-color: #E6EBEB;
    border-radius: 10px;
}

.contacts-body {
    padding: 15px 0px;
    overflow-y: auto;
    white-space: nowrap;
}

.msg-card-body {
    position: relative;
    overflow-y: auto;
    padding: 40px 40px 10px;
    flex-wrap: wrap;
}

.msg-card-body .d-flex {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

.msg-card-body .justify-content-end {
    align-items: flex-end;
}

.chat_history {
    position: absolute;
    left: 0;
    top: 0px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #5c6770;
    background: #fff;
    padding: 30px 0;
}

.msg-card-body .mb-3 {
    margin-bottom: 30px !important;
}

.card-footer {
    padding: 30px 40px 40px;
    border-radius: 0 !important;
    background: none;
    border-top: 1px solid #ECEDF2;
}

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

.card-footer .form-group button {
    position: absolute;
    right: 10px;
    top: 10px;
}

.type_msg {
    background-color: transparent !important;
    border: 0 !important;
    color: white !important;
    height: 50px !important;
    overflow-y: auto;
    font-size: 14px;
    color: #696969 !important;
    line-height: 20px;
    padding: 15px 30px;
}

.type_msg:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.attach_btn {
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}

.send_btn {
    border-radius: 0 15px 15px 0 !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}

.contacts {
    list-style: none;
    padding: 0;
}

.contacts li {
    width: 100% !important;
}

.contacts li:last-child {
    margin-bottom: 0;
}

.contacts li a {
    position: relative;
    display: block;
    padding: 16px 40px;
    transition: all 300ms ease;
}

.contacts li.active a,
.contacts li:hover a {
    background: #f9fafc;
}

.user_img {
    height: 50px;
    width: 50px;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
}

.user-img-msg {
    height: 50px;
    width: 50px;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
}

.img-cont {
    position: relative;
    height: 50px;
    width: 50px;
    flex: 0 0 50px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.img-cont-msg {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.img-cont-msg img {
    height: 50px;
    width: 50px;
}

.img-cont-msg .name {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #202124;
    margin-left: 10px;
}

.img-cont-msg .msg-time {
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    color: #696969;
    margin-left: 10px;
}

.reply .img-cont-msg {
    flex-direction: row-reverse;
}

.reply .img-cont-msg .msg-time,
.reply .img-cont-msg .name {
    flex-direction: row-reverse;
    margin-right: 10px;
}

.online_icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 13px;
    width: 13px;
    background-color: #00d664;
    border-radius: 50%;
    border: 2px solid #fafafa;
}

.offline {
    background-color: #ff0000 !important;
}

.user-info {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px;
}

.user-info span {
    font-size: 16px;
    line-height: 22px;
    color: #202124;
    font-weight: 500;
    margin-bottom: 3px;
}

.user-info p {
    font-size: 14px !important;
    color: #5c6770 !important;
    line-height: 1.4em !important;
    margin-bottom: 0 !important;
}

.video_cam {
    margin-left: 50px;
    margin-top: 5px;
}

.video_cam span {
    color: white;
    font-size: 20px;
    cursor: pointer;
    margin-right: 20px;
}

.bd-highlight .info {
    position: absolute;
    right: 40px;
    top: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #696969;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.bd-highlight .info .count {
    position: relative;
    display: block;
    width: 16.02px;
    height: 16px;
    background: #0166e2;
    border-radius: 50%;
    color: #ffffff;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    margin-top: 2px;
}

.msg-cotainer {
    position: relative;
    display: block;
    width: auto;
    background: #E6EBEB;
    border-radius: 8px;
    padding: 23px 30px 20px;
    font-size: 14px;
    line-height: 24px;
    color: #696969;
    max-width: 60%;
    margin-bottom: 5px;
}

.reply .msg-cotainer {
    text-align: right;
}

.msg-cotainer_send {
    margin-top: 24px;
    border-radius: 5px;
    background-color: #bdc1c9;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 18px;
    position: relative;
}

.msg-time_send {
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 14px;
    line-height: 1em;
    color: #5c6770;
}

.message-widget-wrap .msg-head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ECEDF2;
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    padding: 20px 40px;
}

.message-widget-wrap .msg-head .btn-box {
    position: relative;
    display: flex;
    align-items: center;
}

.message-widget-wrap .dlt-chat {
    font-size: 14px;
    line-height: 19px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: none;
    color: #D93025;
    background: none;
    border: 0;
    font-size: 22px;
}

#action_menu_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    cursor: pointer;
    font-size: 20px;
}

.action_menu {
    z-index: 1;
    position: absolute;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 15px;
    top: 30px;
    right: 15px;
    display: none;
}

.action_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.action_menu ul li {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 5px;
}

.action_menu ul li i {
    padding-right: 10px;
}

.action_menu ul li:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
}

.toggle-contact {
    font-size: 20px;
    margin-left: 20px;
    display: none;
}

.active-chat-contacts .toggle-contact .fa-bars:before {
    content: "\f00d";
}

.ls-widget {
    position: relative;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    margin-bottom: 30px;
}

.ls-widget .widget-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: transparent;
    padding: 20px 30px 30px;
    min-height: 60px;
}

.ls-widget .widget-title h4 {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #1b2032;
    font-weight: 500;
    margin-right: 30px;
    padding: 7px 0;
}

.ls-widget .widget-title h4 .icon {
    position: absolute;
    left: 0;
    top: 0px;
    line-height: 30px;
    color: #9fa9b8;
}

.ls-widget .widget-title .chosen-outer {
    position: relative;
    display: flex;
    align-items: center;
}

.widget-title .chosen-single {
    position: relative;
    height: 45px;
    padding: 10px 20px;
    font-size: 14px;
    color: #696969;
    line-height: 25px;
    background: #E6EBEB;
}

.widget-title .chosen-container {
    margin-left: 20px;
}

.widget-title .chosen-container-single .chosen-single div:after {
    color: #696969;
    content: "\f17c";
    font-family: 'Flaticon';
    font-size: 10px;
}

.search-box-one {
    position: relative;
}

.search-box-one .form-group {
    position: relative;
    margin-bottom: 0;
}

.search-box-one .form-group input[type="text"],
.search-box-one .form-group input[type="search"] {
    position: relative;
    display: block;
    max-width: 100%;
    width: 330px;
    height: 45px;
    line-height: 25px;
    padding: 5px 20px;
    padding-left: 54px;
    font-size: 15px;
    color: #696969;
    background: #E6EBEB;
    border-radius: 8px;
    transition: all 500ms ease;
    border: 0;
}

.search-box-one .form-group input[type="text"]:focus,
.search-box-one .form-group input[type="search"]:focus {
    border-color: #0166e2;
}

.search-box-one .form-group .icon {
    position: absolute;
    left: 0;
    top: -2px;
    color: #696969;
    height: 45px;
    width: 54px;
    z-index: 1;
    text-align: center;
    line-height: 45px;
    transition: all 500ms ease;
    font-size: 18px;
}

.ls-widget .widget-content {
    position: relative;
    padding: 0px 30px 10px;
}

.ls-widget .widget-content p {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    color: #5c6770;
    font-weight: 400;
    margin-bottom: 26px;
}

.theme-btn.btn-style-one.submit-btn {
    background: #0a70e6;
    color: #fff;
    border: 0;
    height: 40px;
    width: 150px;
    border-radius: 5px;
}

textarea {
    resize: none;
}

/* Message Page End */

/* Profile Start */

.default-form {
    position: relative;
}

.widget-content .default-form .form-group {
    margin-bottom: 30px;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.default-form .form-group>label {
    font-size: 15px;
    line-height: 20px;
    color: #202124;
    font-weight: 600;
    margin-bottom: 10px;
}

label {
    display: inline-block;
}

.social-save-btn {
    background: #0369e4;
    border: 0;
    padding: 15px 65px;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="number"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="date"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="search"],
.default-form .form-group textarea,
.default-form .form-group select {
    position: relative;
    width: 100%;
    display: block;
    height: 60px;
    line-height: 30px;
    padding: 15px 20px;
    font-size: 15px;
    color: #696969;
    /* background: #E6EBEB; */
    border: 1px solid #E6EBEB;
    box-sizing: border-box;
    border-radius: 8px;
    transition: all 300ms ease;
}




/* Select 2 Custome CSS*/
.createnew-category {
    padding: 0px 30px;
}

.select2.select2-container {
    width: 100% !important;
}

.select2.select2-container .select2-selection {
    outline: none !important;
    position: relative;
    min-width: 180px;
    min-height: 60px !important;
    border: 1px solid #e6ebeb;
    border-radius: 10px;
    font-size: 16px;
    transition: all .5s ease;
    /*! line-height: 60px !important; */
    padding-top: 14px;
    text-transform: capitalize;
    width: 100%;
    padding-left: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 35%;
    margin-left: -4px;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #848484;
    line-height: 32px;
    padding-right: 60px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    margin-bottom: 15px;
    outline: none !important;
    /* width: 100%; */
    height: 55px;
    border-radius: 10px;
    font-size: 16px;
    color: #848484;
    padding: 0px 0px 0px 0px;
    transition: all .5s ease;
    border: 0;
    position: absolute;
    /* right: -90px; */
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
    height: auto;
    /*! min-height: 60px !important; */
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
}

.select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -11px;
    color: #696969;
    text-transform: capitalize;
}

.select2-container .select2-dropdown .select2-search {
    padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border: 1px solid #e6ebeb !important;
    border-bottom: none !important;
    padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
    padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #e6ebeb;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #0369e4
}

/* Select 2 Custome CSS End  */

/* Profile End */

/* Uplaod CV Start */
.uploading-resume {
    position: relative;
    display: flex;
    align-items: center;
}

.uploading-resume .uploadButton {
    position: relative;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.uploading-resume .uploadButton-input {
    opacity: 0;
    position: absolute;
    overflow: hidden;
    z-index: -1;
    pointer-events: none;
    height: 0;
    width: 0;
    display: none;
}

.uploading-resume .cv-uploadButton {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    text-align: center;
    height: 300px;
    width: 100%;
    border-radius: 5px;
    transition: 0.3s;
    margin: 0;
    color: #1b2032;
    font-size: 16px;
    border: 2px dashed #ced4e1;
    padding: 30px 20px;
}

.uploading-resume .cv-uploadButton .title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #0166e2;
    margin-bottom: 12px;
}

.uploading-resume .cv-uploadButton .text {
    font-size: 14px;
    line-height: 19px;
    color: #696969;
    margin-bottom: 28px;
}

.uploading-resume .cv-uploadButton .theme-btn {
    position: relative;
    display: inline-block;
    background: #0166e2;
    padding: 15px 35px;
    border-radius: 5px;
    color: #fff;
}

.uploading-resume .cv-uploadButton:hover {
    border-color: #021f4a;
}

.uploading-resume .uploadButton-file-name {
    align-items: center;
    padding: 0 10px;
    padding-left: 18px;
    min-height: 36px;
    top: 1px;
    position: relative;
    color: #1b2032;
    background-color: transparent;
    overflow: hidden;
    line-height: 22px;
}

.cv-manager-widget .files-outer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.file-edit-box {
    position: relative;
    height: 167px;
    width: 190px;
    background: #F5F7FC;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
    margin-right: 20px;
}

.file-edit-box .title {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #696969;
}

.file-edit-box .edit-btns {
    position: relative;
    display: flex;
    margin-left: 20px;
}

.file-edit-box .edit-btns button {
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 8px;
    margin-right: 10px;
    min-width: auto;
    color: #0166e2;
    border: 0
}

/* Upload CV End  */

/* Portfolios Page Start  */

.inner-widget-search input {
    height: 60px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    font-size: 16px;
    color: #848484;
    padding: 10px 50px 10px 20px;
    width: 100%;
}

.create-new-category {
    height: 59px;
    border: 0;
    background: #0d73e7;
    border-radius: 5px;
    width: 190px;
    color: #fff;
    font-size: 16px;
}

.createnew-category input {
    height: 60px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    font-size: 16px;
    color: #848484;
    padding: 10px 50px 10px 20px;
    width: 100%;
}

/* Portfolios Page End*/
/* Pagination  */
.pagination-wrap {
    position: relative;
    margin-top: 30px;
}

.pagination-wrap ul {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
}

.pagination-wrap ul li {
    list-style: none;
}

.pagination-wrap li {
    position: relative;
    margin: 0 5px;
    font-size: 14px;
    color: #263667;
    line-height: 45px;
    min-width: 45px;
    font-weight: 400;
    text-align: center;
}

.pagination-wrap li.next a,
.pagination-wrap li.prev a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0 12px;
}

.pagination-wrap li a {
    position: relative;
    display: block;
    color: #263667;
    border-radius: 50%;
    transition: all 300ms ease;
}

.pagination-wrap li a:hover,
.pagination-wrap li a.current-page {
    background: #0369e5;
    color: #ffffff;
}

/* Pagination End */

/* Services Page Start */

textarea.form-control:focus {
    box-shadow: none;
}

/* Services Page End */

/* Preference Start */

.flex-wrap {
    padding: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form-groups {
    display: block;
    margin-bottom: 15px;
}

.form-groups input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-groups label {
    position: relative;
    cursor: pointer;
}

.form-groups label:before {
    content: '';
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-groups input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Preference End */


/* Preloader start  */

.loader-wrap {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.cube-preloader {
    position: relative;
    width: 80px;
    height: 80px;
    perspective: 500px;
    margin: 0 auto;
    top: 50%;
    z-index: 9999;
}

.cube {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 15px;
    left: 15px;
    transform-style: preserve-3d;
    animation: rotate 2s linear infinite;
    border-radius: 5px;
}

.cube:before,
.cube:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
}

.cube:before {
    background-color: #0468e4;
    /* Set your desired cube color */
    transform: rotateX(90deg);
    opacity: 0.7;
}

.cube:after {
    background-color: #243261;
    /* Set your desired cube color */
    transform: rotateY(90deg);
    opacity: 0.7;
}

@keyframes rotate {

    0%,
    100% {
        transform: rotateX(0deg) rotateY(0deg);
    }

    25% {
        transform: rotateX(180deg) rotateY(0deg);
    }

    50% {
        transform: rotateX(180deg) rotateY(180deg);
    }

    75% {
        transform: rotateX(0deg) rotateY(180deg);
    }
}

/* Preloader End  */
.table-dropdown button {
    background: #f5f5f5;
    color: #696969;
    border: 0;
}



/* calendar CSS Start  */
.btn {
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    font-size: 13px;
    border-radius: .15rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: .60rem 1.75rem;
}

@media only screen and (max-width: 767px) {
    .btn {
        font-size: 13px;
    }
}

.btn:focus,
.btn:hover {
    font-weight: 600;
    box-shadow: none !important;
    font-size: 13px;
}

@media only screen and (max-width: 767px) {

    .btn:focus,
    .btn:hover {
        font-size: 13px;
    }
}

.btn-1b:not(:disabled):not(.disabled):active {
    color: #00b1f4 !important;
}

.btn-1c:not(:disabled):not(.disabled):active {
    color: #1dc9b7 !important;
}

.btn-1d:not(:disabled):not(.disabled):active {
    color: #ffb822 !important;
}

.btn-1e:not(:disabled):not(.disabled):active {
    color: #ee3d49 !important;
}

.btn-1f:not(:disabled):not(.disabled):active {
    color: #7d56ce !important;
}

.btn.btn-sm.btn-neutral {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* :: Calendar CSS */

.btn-group-colors>.btn {
    cursor: pointer;
}

.btn-group-colors>.btn::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 28px;
    color: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    content: "\4e";
    font-family: ElegantIcons;
    font-size: 12px;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
}

.btn-group-colors>.btn.active::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.calendar-title {
    line-height: 1;
}

.fullcalendar-btn-prev.btn.btn-sm.btn-neutral,
.fullcalendar-btn-next.btn.btn-sm.btn-neutral {
    background-color: #0469e4;
    color: #ffffff;
    font-size: 17px;
    line-height: 0.9;
    border-radius: 2px;
    margin-right: 3px;
}

.btn.btn-sm.btn-neutral {
    background-color: #0469e4;
    color: #ffffff;
    line-height: 1.3;
    border-radius: 2px;
}

.btn-group-colors>.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 30px;
    height: 30px;
    padding: 0;
    margin-right: .5rem;
    margin-bottom: .25rem;
    position: relative;
}

.calendar--area .btn-sm {
    padding: .8rem 1.25rem;
}

@media only screen and (max-width: 767px) {

    .calendar--area .fullcalendar-btn-prev.btn.btn-sm.btn-neutral,
    .calendar--area .fullcalendar-btn-next.btn.btn-sm.btn-neutral {
        margin-bottom: 10px;
    }
}

.calendar--area .btn.btn-sm.btn-neutral {
    margin-bottom: 10px;
}

.form-group label {
    font-size: 0.874rem;
}

.form-control {
    border-color: #dbdbdb;
}

.form-control:focus {
    border-color: #0469e4;
    box-shadow: none;
}

.form-control {
    border: 1px solid #e1eaea;
    font-weight: 400;
}

.form-group label {
    color: #2d3748;
}

.vertical-dark .btn-primary:not(:disabled):not(.disabled).active,
.vertical-dark .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.05);
}

/* calendar CSS End  */

/* Select theme Start */
.theme-check-input {
    position: absolute;
    top: 10px;
    left: 20px;
}

.theme-check-figure::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 30px;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #243261 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
    color: #fff;
    z-index: 1;
    border-radius: 3px;
    opacity: 0;
    transition: .3s opacity;
}

.select-theme-wrap button {
    background: #0568e1;
    border: 0;
    width: 150px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
}

.theme-check-input {
    opacity: 0;
}

.theme-check-input:checked~.theme-check-figure::before {
    opacity: 1;
}

/* Select theme End */


/* Settings Plugin Widget Start  */
.custome-active-switch input {
    opacity: 0
}

.custome-active-switch {
    background: #f5f5f5;
    height: 40px;
    min-width: 100%;
    line-height: 40px;
    text-align: center;
    color: #696969;
    cursor: pointer;
}

.active-radio {
    background-color: #007bff;
    color: #fff;

}

.inner-widget-boz h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.inner-widget-boz button {
    background-color: #0166e4;
    color: #fff;
    border: 0;
    padding: 10px 50px;
    border-radius: 3px;
}

/* Settings Plugin Widget End */


/* Datatable overright CSS Start */

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #0369e5;
    border: 0;
    border-radius: 100px;
    color: #fff !important;
    width: 50px;
    height: 50px;
    line-height: 40px;
}

.paginate_button.previous {
    width: 80px;
}

.paginate_button.next:hover {
    background-color: #fff;
    color: #2b3d71 !important;
    cursor: pointer;
}

.paginate_button.previous:hover {
    background-color: #fff;
    color: #2b3d71 !important;
    cursor: pointer;
}

.paginate_button {
    /* background: #0369e5; */
    border: 0;
    border-radius: 100px;
    color: #2b3d71 !important;
    min-width: 50px;
    height: 50px;
    line-height: 40px;
    margin-left: 5px !important;
    display: inline-block;
    padding-top: 6px;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #0369e5;
    border: 0;
    border-radius: 100px;
    color: #fff !important;
    min-width: 50px;
    height: 50px;
    line-height: 40px;
}

.dataTables_paginate {
    float: right;
    margin-top: -35px;
    display: flex;
    text-align: center;
}

.dataTables_empty {
    text-align: center;
}

.dataTables_wrapper .dataTables_length {
    float: left;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
    padding: 4px;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
    margin-left: 3px;
}

/* Datatable overright CSS End */

/* Quiz Page Start */

.rounded-2 {
    border-radius: 4px;
}

#mydiv {
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
    top: 0;
    /* background-color: red; */
}

#mydivheader {
    cursor: move;
    z-index: 10;
}

.quiz-question-bank.p-2.border.rounded-2 {
    min-height: 450px;
}

.widget-header button {
    background: #086de3;
    border: 0;
    font-size: 20px;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
}

.question-list-wrap {
    margin-top: 20px;
    background: #fff;
}

.question-list-action {
    opacity: 0;
}

.question-list-wrap:hover .question-list-action {
    opacity: 1;
}

.question-list-action button {
    border: 0;
    background: #086de3;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    margin-right: 10px;
}

.addNew-question-form input {
    height: 50px;
}

.answers-container i {
    font-size: 22px;
}

/* Quiz Page End */


/* Appionments Page  */

.custom-radio .btn {
    background-color: #f5f5f5;
    color: #696969;
    cursor: pointer;
    border: 0;
    box-shadow: none;
}

.custom-radio .btn.active {
    background-color: #007bff !important;
    color: #fff;
    box-shadow: none;
}

.custom-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    box-shadow: none;
}

.custom-radio .btn.active::before {
    background-color: #007bff !important;
    box-shadow: none;
}

.btn-group.custom-radio input {
    box-shadow: none;
}

.btn-group.custom-radio label {
    /* min-width: 170px; */
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
}



.addNewBtn {
    background: #0166e4;
    border: 0;
    color: #fff;
    width: 150px;
    height: 50px;
    border-radius: 5px;
    font-size: 15px;
}

.yesNoSelect {
    width: 80px;
}

.yesNoSelect:focus {
    box-shadow: none;
}



/* Custom CSS */
.custom-toggle-btn {
    width: 60px;
    height: 30px;
    position: relative;
}

.custom-toggle-btn .custom-control-input {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.custom-switch .custom-control-label:focus {
    box-shadow: none;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 5px;
    width: 50px;
    height: 30px;
    cursor: pointer;
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 5px);
    left: calc(-2.25rem + 4px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    height: 20px;
    width: 20px;
}


/* Appionments Form Build Start */

.fild-option-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.fild-option-wrap div {
    margin-right: 30px;
    margin-top: 10px;
    display: flex;
    flex-direction: row-reverse;
}

.fild-option-wrap label {
    margin-left: 10px !important;
    margin: 0;
    padding: 0;
    margin-top: 4px;
}

.submit-btn {
    background: #007bff;
    color: #fff;
    border: 0;
    width: 150px;
    height: 40px;
    border-radius: 5px;
}

.widget-body.p-3.position-relative input {
    height: 50px;
}

/* Appionments Form Build End */

/* Qr COde Start */
.qr-code-image {
    text-align: center;
    margin: 25px 0;
}

.save-btn.btn-success {
    background: #186f18;
    width: 50px;
    border-radius: 5px;
    font-size: 18px;
    margin-right: 10px;
}

.clear-btn.btn-danger {
    background: #d31a1a;
    width: 50px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 18px;
}

.qr-code-show-btn {
    background: #24325f;
    color: #fff;
    border: 0;
    width: 80px;
    height: 40px;
    border-radius: 3px;
}

.qr-modal-wrap {
    text-align: center;
    margin: 20px 0;
}

.modal-footer.text-center {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

/* Qr COde End  */



/* Dashboard card Style  */

/* .widget-card img {
    width: 60px;
} */

/* File Upload  */
.image-preview {
    margin-top: 20px;
    display: none;
}

.preview-image {
    max-width: 300px;
    max-height: 200px;
    margin: 10px;
}

.delete-button {
    background: red;
    color: #fff;
    border: 0;
    width: 150px;
    height: 50px;
    border-radius: 5px;
    display: block;
    margin-top: 30px;
}


/* Job Board Design Start */
.job-board-menu-item {
    border-top: 1px solid #ECEDF2;
    transition: all 300ms ease;
    padding: 10px 0;
    border-bottom: 1px solid #ECEDF2;
    margin-bottom: 15px;
    padding-left: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.job-board-menu-item:hover {
    background: #ECEDF242;
}

.job-board-menu-item.active {
    background: #ECEDF242;
}

.job-board-job-info {
    display: flex;
    align-items: center;
}

.job-board-job-photo {
    height: 50px;
    width: 50px;
    background-size: cover;
    border-radius: 5px;
    margin-right: 15px;
}

.jobs-options {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.jobs-options li {
    margin-bottom: 5px;
}

.job-option-item {
    padding: 4px 15px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    font-size: 75%;
}

.bg-light-warning {
    background-color: rgba(246, 149, 32, 0.1) !important;
}

.text-warning {
    color: #f69520 !important;
}

.bg-light-success {
    background-color: rgba(0, 152, 104, 0.1) !important;
}

.text-success {
    color: #009868 !important;
}

.bg-light-purple {
    background-color: rgba(99, 99, 245, 0.1) !important;
}

.text-purple {
    color: #6363f5 !important;
}

.board-user-dp {
    height: 160px;
    width: 150px;
    background-size: cover;
    border-radius: 5px;
    margin-right: 20px;
}

.board-user-info-wrap {
    display: flex;
    width: 330px;
    margin-bottom: 10px;
}

.board-user-contact span {
    display: block;
}

.job-board-resume-item-wrap {
    display: flex;
    flex-wrap: wrap;
}

.job-board-resume-item {
    margin-right: 10px;
    width: 40px;
    height: 30px;
    background: #faf1e5;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    color: #f6a644;
    display: flex;
    align-items: center;
    font-size: 17px;
    justify-content: space-evenly;
    margin-top: 5px;
}

.user-applied-jobs-wrap {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-left: -20px;
}

.board-inner-card {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 200px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ECEDF2;
    height: 160px;
    overflow: scroll;
}

.board-inner-card-title {
    background: #f5f7fc;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.board-inner-card-item {
    border: 1px solid #ECEDF2;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 6px;
}

.contents {
    display: none;
}

.form-check.check-for-job-board input {
    position: absolute;
    left: 25px;
}

.dropdown-menu.dm-for-job-board.show {
    margin-left: -140px;
    margin-top: 10px;
}

/* Job Board Design ENd */
.theme-card-wrap {
    border-radius: 5px;
    margin-bottom: 25px;
}

.theme-card-wrap img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}

.theme-card-btn {
    margin: 15px;
}

.theme-card-btn a {
    display: inline-block;
    border-radius: 5px;
    background: #243260;
    height: 40px;
    width: 150px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.theme-card-btn {
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.theme-card-image {
    position: relative;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.theme-card-image:hover .image {
    opacity: 0.3;
}

.theme-card-image:hover .middle {
    opacity: 1;
}

.text {
    background-color: rgb(0, 0, 0, 80%);
    color: #fff !important;
    font-size: 16px;
    padding: 16px 32px;
    border-radius: 5px;
}

.text a {
    color: #fff !important;
}

.theme-details-wrap {
    min-height: 280px;
    max-height: 280px;
    overflow-x: hidden;
}

.theme-details-wrap img {
    border-radius: 20px;
    background: #000;
    padding: 15px;
}