@font-face {
    font-family: 'loves';
    src: url('css/fonts/loves-webfont.eot');
    src: url('css/fonts/loves-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/loves-webfont.woff2') format('woff2'), url('css/fonts/loves-webfont.woff') format('woff'), url('css/fonts/loves-webfont.ttf') format('truetype'), url('css/fonts/loves-webfont.svg#lovesreg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lato';
    src: url('css/fonts/lato-regular-webfont.eot');
    src: url('css/fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/lato-regular-webfont.woff2') format('woff2'), url('css/fonts/lato-regular-webfont.woff') format('woff'), url('css/fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body,
html {
    height: 100%;
    width: 100%;
}
body {
    background: #f3f3f3;
    font-family: 'lato';
    overflow-x: hidden;
}

/*CSS Reset*/

p,
h1,
h2,
h3,
h4,
h5,
h6,
label {
    margin: 0;
    padding: 0;
}
a {
    font-size: 16px;
    color: #000;
}
.form-group {
    margin-bottom: 1.2rem;
}
.custom-margin {
    margin: 1rem 0;
}
.mobileView {
    display: none;
}
.main-heading {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 5px;
    display: inline-block;
    letter-spacing: .5px;
}
.nav-item {
    margin: 0 10px;
}
.justify-end {
    justify-content: flex-end
}
.p-absolute {
    position: absolute;
}
.error {
    position: absolute;
    font-size: 11px;
    color: #dc3545;
}
.f-12 {
    font-size: 12px;
}
.cm {
    margin-top: -6px !important;
}
.fixedHeight {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*CSS Reset*/


/*CSS for Login Page*/

.login-section {
    background: url(/images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    font-family: 'loves';
}
.login-wrapper {
    width: 50%;
    height: 465px;
    background: #fff;
    text-align: center;
    border: 1px solid #000;
}
.header {
    margin-top: 48px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}
.header h1 {
    font-size: 36px;
    color: #010101;
    margin: 0;
    font-weight: bold;
}
.login-wrapper h6 {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}
.login-wrapper form {
    width: 70%;
    margin: 40px auto 0;
}
.login-wrapper .form-group {
    position: relative;
}
.btn-login {
    width: 100%;
    display: block;
    background: #f8ecd9;
    border-radius: 0;
    font-size: 30px;
    color: #000;
    padding: 0;
    border: 1px solid #000;
    letter-spacing: 1px;
}
.hyperlink-text {
    font-size: 16px;
    color: #000;
}
a.hyperlink-text {
    text-decoration: underline;
}
.justify-content {
    justify-content: space-between;
}
.form-check label {
    position: relative;
    cursor: pointer;
    color: #666;
    font-size: 18px;
}
.form-check input[type="checkbox"] {
    position: absolute;
    right: 9000px;
}
.login-wrapper .input-group span img {
    width: 16px;
    height: auto;
}
.login-wrapper .input-group-text {
    background: #f8ecd9;
}
.input-group {
    font-family: 'lato';
}
.align-center {
    align-items: center;
}

/*Check box*/

.form-check input[type="checkbox"] + .label-text:before {
    content: "\f0C8";
    font-family: "Font Awesome 5 Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}
.form-check input[type="checkbox"]:checked + .label-text:before {
    content: "\f14a";
    color: #2980b9;
    animation: effect 250ms ease-in;
}
.form-check input[type="checkbox"]:disabled + .label-text {
    color: #aaa;
}
.form-check input[type="checkbox"]:disabled + .label-text:before {
    content: "\f0c8";
    color: #ccc;
}
@keyframes effect {
    0% {
        transform: scale(0);
    }
    25% {
        transform: scale(1.3);
    }
    75% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}

/*Check box*/

form.sign-up-form {
    width: 90%;
}

/*CSS for Login Page*/


/*CSS for Dashboard Page*/

.navbar-custom {
    position: relative;
    background: #bb9c79;
    color: #000;
    font-weight: 500;
    box-shadow: 5px 1px 7px rgb(129, 149, 162);
}
.navbar-custom .navbar-nav .nav-item {
    margin-right: 1rem;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: bold;
}
.card-round {
    border-radius: 5px;
}
.card {
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
    -moz-box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
    box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
    border: 0px;
}
.card-stats .card-body {
    padding: 15px !important;
}
.card-stats .icon-big {
    width: 100%;
    height: 100%;
    font-size: 2.2em;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-stats .col-stats {
    align-items: center;
    display: flex;
    padding-left: 15px;
}
.card-stats .card-category {
    margin-top: 0px;
}
.card-category {
    margin-top: 8px;
    font-size: 14px;
    color: #8d9498;
    margin-bottom: 0px;
    word-break: normal;
}
.card-stats .card-title {
    margin-bottom: 0px !important;
}
.card-title {
    margin: 0;
    color: #2A2F5B;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}
.custom-card .card-header {
    background: #fff;
}
.custom-card thead tr th {
    color: #6c757d;
    font-size: 14px;
}
.custom-card tbody tr td {
    color: #6c757d;
    font-size: 13px;
    font-weight: lighter;
}
.card-head-row {
    display: flex;
    justify-content: space-between;
}
.custom-card {
    color: #6c757d;
}
.custom-card .card-title {
    font-size: 18px;
    color: #2a2f5b;
    padding: 5px 0 0;
    font-weight: bold;
}
.custom-card .card-body {
    padding: 0 15px 0 15px;
}
.custom-card .card-body tr,
.dt-responsive.nowrap {
    border-bottom: 1px solid #f5f3f3;
    height: 40px;
    text-align: left;
}
.dt-responsive.nowrap td,
.dt-responsive.nowrap th {
    border-bottom: 1px solid #f5f3f3;
}
.more {
    height: 50px;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}
.more a {
    color: #fff;
    font-size: 14px;
}
.nav-pills.nav-pills-no-bd li {
    margin: 0 5px;
}
.download-btn {
    background: #8bc34a;
    color: #fff;
    font-size: 12px;
    padding: 5px 8px;
    text-align: center;
    border-radius: 8px;
}
.status-shipped {
    background: #8bc34a;
    color: #fff;
    font-size: 12px;
    padding: 5px 27px;
    text-align: center;
    border-radius: 8px;
}
.status-pending {
    background: #ffb300;
    color: #fff;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 8px;
}
.status-delivered {
    background: #0000ff;
    color: #fff;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 8px;
}
.status-notready {
    background: #b7b7b7;
    color: #fff;
    font-size: 12px;
    padding: 5px 16px;
    border-radius: 8px;
}
.num {
    position: absolute;
    top: 0;
    right: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffad46;
    color: #fff;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}
.nav-pills.nav-pills-no-bd li .nav-link {
    border: 0px !important;
    font-size: 12px;
    padding: 4px 15px;
    border-radius: 10px !important;
    background: rgba(222, 222, 222, 0.4);
}
.nav-pills.nav-secondary .nav-link.active {
    background: #8bc34a;
    border: 1px solid #8bc34a;
}
.nav-item .dropdown-menu {
    right: 0 !important;
    left: auto !important;
}
.dropdown-menu-list > li a .time {
    float: right;
    font-size: 11px;
    font-weight: 400;
    max-width: 75px;
    opacity: 0.7;
    padding: 1px 5px;
    text-align: right;
    background: #f1f1f1 none repeat scroll 0 0;
}
.dropdown-menu-list > li a .details {
    font-size: 13px;
}
.top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details .label-icon {
    border-radius: 50%;
    margin-right: 10px;
}
.dropdown-menu-list {
    list-style: outside none none;
    padding-left: 0;
    padding-right: 0 !important;
    width: 255px;
}
.label-success {
    color: #5cb85c;
}
.dropdown-menu-list > li > a {
    clear: both;
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    padding: 16px 15px 18px;
    text-shadow: none;
    white-space: normal;
    border-bottom: 1px solid #eff2f6 !important;
}
.dropdown-menu-list > li a .time {
    float: right;
    font-size: 11px;
    font-weight: 400;
    max-width: 75px;
    opacity: 0.7;
    padding: 1px 5px;
    text-align: right;
    background: #f1f1f1 none repeat scroll 0 0;
}
.dropdown-toggle::after {
    display: none;
}

/*CSS for Avtar section*/

.avtar {
    padding: 0;
}
.avtar > div {
    width: 36px;
    height: 36px;
/*    margin-right: 40px;*/
    margin-left: 100px;
    overflow: hidden;
    display: block;
    border-radius: 50%;
    background-clip: padding-box;
}
.avtar > div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.avtar .avtar-name {
    position: absolute;
    left: 0px;
    top: 7px;
}
.avtar .avtar-name p {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.avtar .avtar-name label {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    padding: 0;
    color: #ffe8ce;
}
.avtar .fa {
    position: absolute;
    top: 10px;
    right: -20px;
}
.dropdown-menu .dropdown-item {
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    padding: 9px 15px 9px;
    text-shadow: none;
    white-space: normal;
    border-bottom: 1px solid #eff2f6;
}
.dropdown-menu .dropdown-item img {
    width: 18px;
    margin-right: 10px;
}

/*CSS for toggle button*/

#nav-icon {
    width: 24px;
    height: 22px;
    position: relative;
    margin: 0px auto;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 40px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2) {
    top: 8px;
}
#nav-icon span:nth-child(3) {
    top: 16px;
}
#nav-icon.open span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg);
}
#nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#nav-icon.open span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
}

/*        CSS for Menu Search Section*/

.card.custom-card .btn-group .btn {
    padding: 2px 7px;
}

/*CSS for new job page*/

.button-groups {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}
.button-groups .input-group {
    justify-content: flex-end;
}
.button-groups .btn {
    width: 120px;
    margin-right: 10px;
    font-weight: 500;
}
.button-groups .btn:last-child {
    margin-right: 0px;
}
.image-container {
    width: 150px;
    height: 150px;
    margin-right: 20px;
    position: relative;
}
.image-container img {
    padding: 15px;
}

/*
.gallery {
    min-height: 95px;
}
*/

.gallery .card-body {
    overflow: hidden;
    height: 95px;
}
.gallery .card-body img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.image-container .box-content {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: center top 0;
    transition: all .5s ease 0s
}
.image-container .box-content > div {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.box-content > div label {
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}
.image-container:hover .box-content {
    opacity: 1;
    transform: perspective(400px) rotateX(0)
}
#lightgallery .img-responsive {
    width: 100%;
}
.demo-gallery {
    height: 400px;
    overflow-y: auto;
}
.demo-gallery > ul {
    margin-bottom: 0;
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
}
.demo-gallery > ul > li {
    margin-bottom: 15px;
    width: 180px;
    height: 120px;
    display: inline-block;
    margin-right: 15px;
    list-style: outside none none;
}
.demo-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}
.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
#lg-download {
    display: none;
}
.gallery-link {
    font-size: 13px;
    color: #6c757d;
    text-decoration: underline;
}

/*CSS for profile page*/

.emp-profile {
    padding: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
}
.profile-img {
    text-align: center;
}
.profile-img img {
    width: 70%;
    height: 100%;
}
.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}
.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}
.profile-head h5 {
    color: #333;
}
.profile-head h6 {
    color: #0062cc;
}
.profile-edit-btn {
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}
.proile-rating {
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}
.proile-rating span {
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}
.profile-head .nav-tabs {
    margin-bottom: 5%;
}
.profile-head .nav-tabs .nav-link {
    font-weight: 600;
    border: none;
}
.profile-head .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #0062cc;
}
.profile-work {
    padding: 14%;
    margin-top: -15%;
}
.profile-work p {
    font-size: 12px;
    color: #818182;
    font-weight: 600;
    margin-top: 10%;
}
.profile-work a {
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
}
.profile-work ul {
    list-style: none;
}
.profile-tab label {
    font-weight: 600;
}
.profile-tab p {
    font-weight: 600;
    color: #0062cc;
}

.emp-profile label,
.emp-profile p{
    margin-bottom: 1rem;
}

.padPlusC {
    padding: 0.600rem 0.75rem;
}

.toggle_radio {
    position: relative;
    background: white;
    margin: 4px auto;
    overflow: hidden;
    padding: 0 !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    height: 26px;
    width: 318px;
}

    .toggle_radio > * {
        float: left;
    }

    .toggle_radio input[type=radio] {
        display: none;
        /*position: fixed;*/
    }

    .toggle_radio label {
        font: 90%/1.618 "Source Sans Pro";
        color: black;
        z-index: 0;
        display: block;
        width: 100px;
        height: 20px;
        margin: 3px 3px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        cursor: pointer;
        z-index: 1;
        /*background: rgba(0,0,0,.1);*/
        text-align: center;
        /*margin: 0 2px;*/
        /*background: blue;*/ /*make it blue*/
    }

.toggle_option_slider {
    /*display: none;*/
    /*background: red;*/
    width: 100px;
    height: 20px;
    position: absolute;
    top: 3px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.cls1 {
    background: #ffc107cf;
    left: 3px;
}

.cls2 {
    background: rgb(32 177 50 / 75%);
    left: 109px;
}

.cls3 {
    background: rgb(247 10 10 / 55%);
    left: 215px;
}

tbody tr:hover {
    cursor: pointer;
    background-color: aliceblue;
}
.error1 {
    bottom: -15px;
}

.error {
    position: absolute;
    font-size: 11px;
    color: #dc3545;
}
    .error.p-relative {
        position: relative;
    }

table.dataTable tbody td {
    max-width: 200px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

/*31-august*/

.DescripHide {
    max-width: 200px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

/*.tooltip .tooltiptext {
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip
}*/

.tooltipDes {
    position: initial;
    display: table-cell;
    border-bottom: 0px dotted black;
    max-width: 125px !important;
}


.DescripHide:hover {
    white-space: normal !important;
}

.tooltipDes:hover .tooltiptextDes {
    visibility: visible;
}

.DescripHide:hover {
    white-space: normal;
}
/*for action-btn*/
td.action-table-btn{
    text-align:center !important;
}
/*for footer area*/
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    background: #f7f3f3;
    padding: 0.5rem;
    z-index:999;
}
@media screen and (min-width:480px) and (max-width:991px) {
    .navbar-brand img {
        max-width: 100px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0rem; 
         padding-left: 0rem; 
    }
   
}
