.h-100vh{
    height: 100vh;
}
.object-fit{
    object-fit: cover;
    -o-object-fit: cover;
}
.main-header {
    -webkit-box-shadow: 0px 1px 0px 0px rgba(223, 223, 223, 0.004);
    box-shadow: 0px 1px 0px 0px rgba(223, 223, 223, 0.004);
}
.main-header .navbar-nav{
    flex-direction: row;
    align-items: center;
}
.main-header .navbar-nav .nav-item .nav-link{
    padding: 0 	0.625rem;
}
.avtar{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}
.avtar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-body-warpper{
    padding-top: 68px;
}
.slidbar {
    width:300px;
    float: left;
    position: fixed;
    top: 68px;
    left: 0;
    z-index: 99;
    height: calc(100% - 80px);
    background-color: #f5f5f5;
    -webkit-box-shadow: 0.998px -0.07px 0px 0px rgba(223, 223, 223, 0.004);
    box-shadow: 0.998px -0.07px 0px 0px rgba(223, 223, 223, 0.004);
    overflow-y: auto;
}
.slidbar ul li a{
    position: relative;
}
.slidbar ul li a .crt{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: inline-block;
    border-top: solid 6px #b0b0b0;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    transition: transform ease-in-out 0.5;
}
.slidbar ul li a .crt.active{
    transform: translateY(-50%) rotateX(180deg);
    -webkit-transform: translateY(-50%) rotateX(180deg);
}
.slidbar ul li a:hover{
    background-color: #e7e7e7;
}
.menu-dropdwon{
    background-color: #eeeeee;
}
.main-content{
    width: calc(100% - 300px);
    margin-left: 300px;
}
.main-content .pages-all{
    padding: 15px;
    min-height: calc(100vh - 98px);
    border-radius: 3px;
    overflow: auto;
}
.table-custom thead tr th{
    border-top: 0;
}
.table-custom thead tr th,.table-custom tbody tr td{
    font-size: 	0.875rem;
}
.table-details tr td:first-child{
    border-right: 1px solid #dee2e6;
    width: 30%;
}
.table-custom tr:last-child td{
    border-bottom: 1px solid #dee2e6;
}
.table-custom tbody tr:nth-child(odd){
    background-color: #f5f5f5;
}
.table-custom tbody tr:hover{
    background-color: #f0f0f0;
}
.menu-dropdwon{
    display:none;
}
.menu-dropdwon a{
    padding-left: 2.1875rem !important;
}
.avtar-detail{
    width: 30px;
    height: 30px;
    border-radius: 3px;
    overflow: hidden;
    cursor: zoom-in;
    background-color: transparent;

}
.avtar-detail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0, 1) 0s;
}
/****avtar-detail active***/
.avtar-detail.active{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: zoom-out;
    z-index: 9999;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    display: flex;
    -ms-display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color ease-in-out 0.5s;
}
.avtar-detail.active img{
    width: 80%;
    height: 80%;
    transform: translate3d(0, 0, 0px) scale(1.1);
    object-fit: contain;
}
/****avtar-detail active close***/
.avtar-file{
    width: 130px;
    height: 130px;
    border-radius: 3px;
    overflow: hidden;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.avtar-file + .file-uploard{
    width: 130px;
}
.avtar-file + .file-uploard .btn{
    width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    cursor: pointer !important;
}
.file-uploard label span{
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.assets-img{
    width: 30px;
    height: 30px;
    overflow: hidden;
}
.assets-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.bootstrap-select .dropdown-toggle:after{
    margin-left: 0;
    vertical-align: middle;
}
.past-holiday > *{
    color: #999999;
}
.salary-checkbox{
    width: 1%;
}
.custom-salary-slip tr{
    background: none !important;
}
.custom-salary-slip tr:first-child, .custom-salary-slip tr:last-child{
    background-color: #f5f5f5 !important;
}
.custom-salary-slip tr td{
    padding: 10px 15px
}
@media (max-width:1199px){
    .main-body-warpper{
        padding-top: 70px;
    }
    .slidbar{
        width: 250px;
        -webkit-transform: translate3d(-130%,0,0);
        transform: translate3d(-130%,0,0);
        -webkit-transition: -webkit-transform .5s ease-in-out;
        transition: -webkit-transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
    }
    .slidbar.active{
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    .main-content {
        width: 100%;
        margin-left: 0;
    }
}
.profile-menu{
    display: flex;
    align-items: center;
    color: #666666 !important;
}
.profile-menu .avtar{
    margin-right: 10px;
}
.profile-menu-dropdown{
    margin-top: 20px;
    border-radius: 0;
    border: 0;
    box-shadow: 0 17px 33px rgba(0,0,0,0.12);
}
.profile-menu-dropdown ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.profile-menu-dropdown ul li a{
    display: block;
    color: #666666;
    padding: 5px 15px;
    font-size: 0.95rem;
}
.profile-menu-dropdown ul li a:hover{
    color: #007bff;
    background-color: #e7e7e7;
}
.multiselect__tags{
    padding: 5px 40px 0 8px !important;
    min-height: 37px !important;
    border: 1px solid #bdc0c7 !important;
    border-radius: 0.25rem !important;
}
.multiselect__placeholder{
    margin-bottom: 6px !important;
    padding-top: 3px !important;
}
.multiselect__select{
    height: 35px !important;
}
.multiselect__input, .multiselect__single{
    font-size: 0.875rem !important;
    padding-top: 3px !important;
}
.multiselect__option{
    font-size: 0.875rem !important;
}
.vdp-datepicker{
    width: 100%;
}
.table thead th{
    border-bottom: 1px solid #dee2e6;
}
select.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://cdn.shopify.com/s/files/1/2549/1108/t/42/assets/select.svg);
    background-repeat: no-repeat;
    background-position:center right 10px;
    background-size: .75rem;
}
.badge{
    text-transform: capitalize;
}
.salary-table{
    overflow-x: auto;
}
.salary-table table{
    white-space: nowrap;
}
.create-new{
    width: 45px;
    height: 45px;
    display: block;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    display: inline-block;
    background-color: #4285f4;
    position: relative;
    border-radius: 50%;
    border:0;
    cursor:pointer;
    outline: none !important;
}
.create-new:before{
    content: '';
    background: #fff;
    height: 2px;
    width: 15px;
    top: 50%;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform:translate(-50%, -50%);
}
.create-new:after{
    content: '';
    background: #fff;
    height: 15px;
    width: 2px;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
}
.create-new:hover{
    transform: rotate(90deg);
}
.create-new.small{
    width:25px;
    height:25px;
}
.create-new.small:before{
    width: 10px;
}
.create-new.small:after{
    height: 10px;
}
.create-danger{
    background-color: #dc3545;
}
.create-danger:after,
.create-danger:before{
    transform: translate(-50%, -50%) rotate(45deg);
}
.items-tab{
    position: relative;
    z-index: 4;
    display: inline-flex;
}
.items-icon{
    position: relative;
    z-index: 1;
    margin-top: -43px;
}
.items-accordion{
    border-bottom: 1px solid #dee2e6 !important;
}
.items-accordion .btn-link{
    color: #212529;
    font-weight: 600;
    font-size: 17px;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
}
.items-accordion .btn-link .mdi{
    font-size: 24px;
}
.items-accordion .btn-link .mdi-plus{
    display:none;
}
.items-accordion .btn-link.collapsed .mdi-minus{
    display:none;
}
.items-accordion .btn-link.collapsed .mdi-plus{
    display:block;
}
.work-option{
    background-color: #f5f5f5;
    padding: 20px 15px;
    margin-bottom: 1.25rem;
    position: relative;
}
.work-option .create-danger.create-danger{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 18px;
    height: 18px;
    padding: 0;
    background-color: transparent;
}
.work-option .create-danger.create-danger:before{
    width: 10px;
    background-color: #dc3545;
}
.work-option .create-danger.create-danger:after{
    height: 10px;
    background-color: #dc3545;
}
.form-control.date{
    /*background-image: url(https://path.pm/themes/Dejaview/images/celender.svg);*/
    background-image: url(/images/celender.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 10px center;
    padding-right: 30px !important;
}

/* .select2-container{
    width: 100% !important;
} */
.select2-selection__rendered {
    line-height: 37px !important;
}
.select2-container .select2-selection--single {
    height: 39px !important;
}
.select2-selection__arrow {
    height: 39px !important;
}
.dataTables_wrapper{
    padding-top: 1rem;
}
.table-bordered th, .table-bordered td{
    border: 0;
    border-bottom: 1px solid #dee2e6;
}
table.dataTable thead th, table.dataTable thead td{
    border-bottom: 1px solid #dee2e6 !important;
}
table.dataTable.no-footer{
    border: 0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    position: relative;
    display: inline-block !important;
    padding: 0.3125rem 0.5rem !important;
    margin-left: -1px !important;
    line-height: 1.25 !important;
    color: #474747 !important;
    background: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.25rem !important;
    margin: 0 3px !important;
}
div.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover:hover{
    z-index: 1 !important;
    color: #fff !important;
    background: #007bff !important;
    border-color: #007bff !important;
}
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_info{
    padding-top: 1.25rem !important;
}
.dataTables_length{
    margin-bottom: 1rem;
}
.dataTables_length label{
    margin-bottom:0;
}
.dataTables_length label select{
    padding: 0.3rem 0.6rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #333333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdc0c7;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://cdn.shopify.com/s/files/1/2549/1108/t/42/assets/select.svg);
    background-repeat: no-repeat;
    background-position: center right 6px;
    background-size: .65rem;
    padding-right: 1rem;
}
.dataTables_filter{
    margin-bottom: 1rem;
}
.dataTables_filter label{
    margin-bottom:0;
}
.dataTables_filter label input{
    padding: 0.3rem 0.6rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #333333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdc0c7;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
ul.timeline li a.date{
    color: #b2b2b4;
}
ul.timeline li a.timeline-heading{
    color: #212529;
    font-weight: 600;
}
.custom-file-input{
    visibility: hidden;
}
.active_menu{
    color:#4285f4 !important;
}
.active_menu span{
    color:#4285f4 !important;
}

/*Dashboard Design*/
.card-design-1 {
    border: none;
    box-shadow: 0 3px 9px rgba(0,0,0,0.2);
    border-radius: 0;
    height: 100%;
}
.card-design-1 .card-header {
    background-color: rgba(238, 238, 238, 0.46);
}
.table-padding-1 .dataTables_wrapper {
    padding: 0;
}
.table-padding-1 .datepicker-wrap {
    margin-bottom: 15px;
}
.table-padding-1 .dataTables_wrapper input {
    margin-left: 0 !important;
}
.table-padding-1 .dataTables_wrapper .dataTables_length {
    margin: 0;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #fff !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}
table.dataTable thead th,
table.dataTable thead td {
    padding: 8px 10px !important;
}
.holiday-table td {
	position: relative;
	padding-left: 40px;
}
.holiday-table td:before {
	content: "";
	height: 10px;
	width: 10px;
	background-color: #28a745;
	position: absolute;
	left: 15px;
	border-radius: 100%;
	top: 50%;
	transform: translateY(-50%);
}

/* Responsive CSS */
@media (min-width:991px){
    .col > .select2-container {
        width: 100% !important;
    }
}
@media (max-width:767px){
    .table-padding-1 .dataTables_wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
    }
    .table-padding-1 .dataTables_wrapper .dataTables_filter {
        width: 25%;
        text-align: left;
    }
}
@media (max-width:638px){
    .col > .select2-container {
        width: 260px !important;
    }
    /* .table-padding-1 .dataTables_wrapper {
        flex-direction: row-reverse;
    }

    .table-padding-1 .dataTables_wrapper .dataTables_filter {
        width: 100%;
    }

    .table-padding-1 .dataTables_wrapper .dataTables_length {
        width: 100%;
        text-align: left;
    } */
}
