@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,300,600,700);@import "spinners.css"; @import url('https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700;800&display=swap'); body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Karla', sans-serif;
}
body {
    font-family: 'Karla', sans-serif;
    color:#55616c !important;
	font-size: 14px;
    
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Karla', sans-serif;
}

.bg-title h4 {
    font-family: 'Karla', sans-serif;
}

.i-font17 {
    font-size: 17px !important;
}

.i-lable {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 28px;
}

#newText {
    width: 100% !important;
}

.newInputContainer {
    padding: 10px 0px;
    width: 100%;
}

#container {
    min-width: 310px;
    max-width: 800px;
    height: 400px;
    margin: 0 auto
}

.btn {
    height: 2.7em !important;
	font-size:1em;
}

.dropdown-menu {
    padding-bottom: 0px;
}

a.dt-button, button.dt-button, div.dt-button {
    background: #e51614 !important;
    color: #fff !important;
    border-color: #e40f02 !important;
    height: 2em;
	padding: .2em .5em;
    border-radius: 5px;
    font-weight: 400;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #e51614 !important;
    background-color: #e51614 !important;
    font-weight: 400 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    font-weight: 400;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    font-weight: 400;
}

table.dataTable tbody th, table.dataTable tbody td {
    text-align: left;
    font-weight: 400;
    font-size: 1em;
    color: #051d39;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #f1f2f7 !important;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #f1f2f7;
    border-top: none;
}

.table>thead>tr>th {
    vertical-align: bottom;
    padding: 12px 8px;
    border-bottom: none;
    border-top: solid 1px #f1f2f7;
    white-space: nowrap;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom: none;
    border-top: solid 1px #f1f2f7;
}

.top-dash {
    background: #0aa699;
}

.top-dash .text-muted {
    color: #fff !important;
}

.color-white {
    color: #fff !important;
}

.clickable {
    padding: 10px;
    text-align: center !important;
    color: #fff;
    display: block;
    width: 100%;
    background: rgba(51, 51, 51, 0.09);
}

.clickable a {
    color: #fff;
}

.col-in.row.p-b-0 {
    min-height: 130px;
}

p.b-pro {
    background: #6164c1;
    color: #fff;
    padding: 0px 9px;
    float: left;
    border-radius: 7px;
    font-weight: 400;
    font-size: 12px;
}

.dash-table td {
    font-size: 1em;
    font-weight: 400;
    vertical-align: middle;
}

.dash-table p {
    margin-bottom: 0;
}

.dash-table thead {
    background: #00c292;
    color: #fff;
}

.dash-table thead th {
    color: #292b2c;
    padding: .5em .5em !important;
    font-size: 1.1em;
}

.b-blk {
    font-weight: 400;
    color: #333;
}

.wid-130px {
    width: 130px;
}

.b-blk {
    font-weight: 400;
    color: #333;
}

.v-btn {
    padding: 2px 11px;
    display: inline-flex;
    font-size: 16px;
    margin-right: 10px;
}

/* changes */
textarea.form-control {
    height: 2.7em;
    line-height: 1.6em;
}

.select2-search-choice-close {
    top: 6px !important;
}

.select2-container {
    border: 1px solid #e4e7ea;
    padding: 4px 3px!important;
    max-width: 100% !important;
}

.select2-container-multi .select2-choices {
    border: transparent !important;
    padding: 0 5px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: none !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    font-weight: 400;
}

.select2-container-multi .select2-choices .select2-search-field input {
    font-weight: 400;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 6px 7px 4px 18px;
    margin: 3px 5px 3px 5px;
    color: #555;
    background: #f5f5f5;
    border-color: rgba(120,130,140,.13);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 0px;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 2.2em;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #999;
    opacity: 1;
    line-height: 2.3em;
    font-size: 1.1em;
	font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 1.8em;
    position: absolute;
    top: .1em;
    right: 1px;
    width: 1.5em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: .4em .3em 0 .3em;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: 0;
    position: absolute;
    top: 55%;
    width: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 .3em .4em .3em;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 1em;
	font-weight: 400;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: .5em;
    padding-right: 1.2em;
}
.slimScrollBar {
    width: .3em !important;
}
.modal-header {
    padding: 1em;
}
.modal-body{
    padding: 1em;
}
.file-box img {
    width: 1em;
}
.daterangepicker .input-mini {
    height: 2em;
    line-height: 2em;
    display: block;
    vertical-align: middle;
    margin: 0 0 .4em 0;
    padding: 0 .6em 0 1.8em;
    width: 100%;
}
.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: .6em;
    top: .6em;
}
.select2-container .select2-selection--multiple {
    min-height: 2.7em;
    max-height: 2.7em;
}
select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    border: 1px solid #e4e7ea !important;
    line-height: 2.5em !important;
    height: 2.7em !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: .5em .6em;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: 2.7em;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    line-height: 2em !important;
    height: 2.7em !important;
}
.modal-dialog {
    max-width: 31.25em;
    margin: 30px auto;
}
.r-icon-stats i {
    width: 4.2em;
    height: 4.2em;
    padding: 1.4em;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    display: inline-block;
    border-radius: 100%;
    vertical-align: top;
    box-shadow: 2px 4px 5px #ccc;
}

.r-icon-stats {
    text-align: center;
}
p.qq i {
    margin-right: 5px;
    font-size: 1em !important;
}
.r-icon-stats .bodystate {
    padding-left: 0px;
    display: block;
    vertical-align: middle;
}

.bg1 {
    background: linear-gradient(to right, #FFC371, #FF5F6D);
}

.bg2 {
    background: linear-gradient(to right, #2F80ED, #56CCF2);
}

.bg3 {
    background: linear-gradient(to right, #0f3443, #34e89e);
}

.bg4 {
    background: linear-gradient(to right, #2c3e50, #bdc3c7);
}

.rd-10 {
    border-radius: 10px !important;
    box-shadow: 2px 3px 9px #cccccc61 !important;
}

.d-txt {
    color: #0d558a!important;
    font-weight: 500;
}

.r-icon-stats .bodystate h4 {
    margin-bottom: 0;
    font-size: 40px;
    clear: both;
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    line-height: inherit;
    color: #484848 !important;
}

.checkbox label::before {
    border: 1px solid rgb(81 91 101 / 75%);
}

td.footable-visible.footable-first-column div {
    display: inline;
}

.white-box {
    font-family: 'Karla', sans-serif;
    background: #fff;
    padding: 1.55em .95em;
    margin-bottom: 5em;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px #bdbdbd;
}

.top-left-part img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    margin: 0 !important;
}

#side-menu ul > li > a.active {
    color: #fff !important;
    font-weight: 500;
    border-left: 3px solid #e40303;
}

#side-menu li a {
    color: #757575 !important;
    border-left: 0px solid #fff;
    font-family: 'Karla', sans-serif !important;
    font-size: 12px;
    font-weight: 500;
}

#side-menu > li > a.active {
    border-left: 3px solid #a0aec4;
    color: #fff !important;
    font-weight: 500;
    
}

#myTable h4 {
    line-height: 6px;
    font-size: 15px;
    font-weight: 500;
}

.sidebar {
    height: calc(100% - 5em) !important;
}

#side-menu > li > a.active i {
    color: #fff !important;
}

.sidebar .nav-second-level li a {
    padding-left: 1.55em !important;
}

.sidebar .nav-second-level li ul li {
    padding-left: 20px;
}

.form-control:focus {
    border-color: #6e97b5 !important;
}

.fileinput.fileinput-new.input-group .btn {
    height: 32px !important;
}

.p-l-0 {
    padding-left: 0;
}

.form-control ::placeholder {
    color: #292b2c;
    opacity: .7;
    font-size: .9em !important;
}
::placeholder {
    color: #292b2c;
    opacity: .7;
    font-size: .9em !important;
}

/*changes ends */
/*Zamp-hr*/
.zamp-hr .navbar-header {
    background: #292b2c !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th.dtr-control:before {
    background-color: #292b2c;
    font-weight: 700;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th.dtr-control:before {
    background-color: #292b2c;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    font-weight: 700;
    background-color: #e40404 !important;
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 801px) and (max-width:1024px) {
    .zamp-hr .right-1 {
        width: calc(100% - 60px) !important;
    }

    .zamp-hr li.dropdown b {
        display: none;
    }

    .zamp-hr a.dropdown-toggle.profile-pic {
        width: 60px !important;
    }
	.form-control{
		font-size:1em;
	}
}

@media only screen and (max-width: 800px) {
    .bt-icon-box {
        display: none;
    }
	.form-control{
		font-size:1em !important;
	}
}

@media only screen and (min-width: 800px) {
    .zamp-hr .navbar-header {
        background: #292b2c !important;
    }

    .zamp-hr .right-1 li {
        margin-left: auto;
    }

    .zamp-hr .right-1 {
        float: left !important;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: calc(100% - 220px);
    }

    .zamp-hr a.dropdown-toggle.profile-pic {
        min-width: 200px;
    }

    .bt-icon-box {
        line-height: 19px;
        position: relative;
        padding-left: 30px;
        margin-top: 15px;
    }

    .bt-icon-box .icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        font-size: 20px;
        float: left;
        color: #6097d0;
    }

    .bt-icon-box .text {
        color: #fff;
        font-size: 12px;
        display: flex;
        letter-spacing: 1.6px;
        margin-top: -8px;
        font-weight: 500;
        font-family: 'Open Sans', sans-serif !important;
    }

    .zamp-hr .request {
        color: #fff;
        background: #fff;
        padding: 2px 5px;
        text-align: center;
        border-radius: 3px;
        background: #f46b23;
        margin-top: 2px;
        margin-bottom: 0px;
        font-size: 12px;
        font-weight: 500;
    }

    .zamp-hr .navbar-top-links > li > a {
        color: #fff;
    }
}

/* added css */
.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    /* padding-top: 11px; */
}
#wrapper{overflow-x:hidden;}	
.bg-title{margin-bottom:15px;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: transparent;
    color: red;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover .i-font17{
    color: red;
}

.i-lable {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    background: transparent;
}
.table-responsive .dropdown-menu>li>a {
    padding: 5px 10px;
}
a.dropdown-toggle {
    cursor: pointer;
}
.action-dropdown{
    text-align:center;
    margin:0 auto;
}
.action-dropdown .dropdown-toggle::after{
    display:none;
}
.action-dropdown .dropdown-menu{
    min-width: 120px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
    border-radius: 5px;
}

i.ti-more-alt {
    color: #031e37;
}
.i-font17 {
    font-size: 17px !important;
    color: #333;
}
.login-box img {
    width: 15em;
    margin-bottom: 1em;
}
.daterangepicker .calendar {
    display: none;
    max-width: 25em;
    margin: 4px;
}
.daterangepicker.ltr {
    direction: ltr;
    text-align: left;
    font-size: .7em;
}
.ranges {
    font-size: .9em !important;
    float: none;
    margin: 4px;
    text-align: left;
}
.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 2em !important;
    line-height: 2em !important;
    display: block;
    vertical-align: middle;
    margin: 0 0 .25em 0 !important;
    padding: 0 .4em 0 1.8em !important;
    width: 100%;
}
.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: .6em !important;
    top: .6em !important;
}
.bootstrap-datetimepicker-widget{
	width:100% !important;
}
.bootstrap-datetimepicker-widget table td.day {
    height: 1.4em;
    line-height: 1.4em;
    width: 1.4em;
}
.bootstrap-datetimepicker-widget table th {
    height: 1.4em;
    line-height: 1.4em;
    width: 20px;
}
.pie-charts div {
    min-width: 20em !important;
    max-width: 40em;
    height: 20em !important;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    z-index: 9999 !important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 15em;
    overflow-y: auto;
}
.select2-results {
    max-height: 15em;
}
.floating .btn {
    min-width: 6em;
    padding: .7em .7em !important;
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn i{
	padding-right: .3em;
}
body.stop-scrolling {
    height: auto !important;
}
.sweet-alert h2{
	margin:0 !Important;
}
@media (min-width: 1024) {
	body{
        font-size: 14px; !important;
		
    }
}

@media (min-width: 1920px) {
    body{
        font-size: large !important;
		
    }
	
	.modal-header.py-3 {
    padding: 1em !important;
}
#schModal button.close {
    top: 0.5em !important;
    right: 1em;
    font-size: 1.5em !important;
}
	.login-box {
    font-size: large !important;
    }
    .goog-te-gadget-simple .goog-te-menu-value span {
        text-decoration: none;
        font-size: large;
    }
	span.text {
    font-size: large !important;
}
	span.numcount{
		font-size: large;
	}
	.multiselect-item .multiselect-all label {
    font-weight: 500;
    margin-bottom: .4em;
    font-size: 1.5em !important;
}
.mce-btn button{
	font-size: large;
}
.m-t-10 {
    margin-top: .6em!important;
}
.datepicker td, .datepicker th{
	font-size: large;
}
.daterangepicker .calendar th, .daterangepicker .calendar td{
	font-size: large;
}
.bootstrap-datetimepicker-widget table {
    font-size: large;
}
.goog-te-combo, .goog-te-banner *, .goog-te-ftab *, .goog-te-menu *, .goog-te-menu2 *, .goog-te-balloon * {
    font-family: arial;
    font-size: large important;
}
.goog-te-balloon{
	font-size: 1.1em important;
}
.mce-ico {
    font-size: 1em;
}
.sweet-alert{
	width:30em;
}
.sweet-alert h2 {
    color: #575757;
    font-size: 1.8em;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 2em;
    display: block;
}
.sweet-alert p {
    color: #797979;
    font-size: .9em;
}
.sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: .9em;
    font-weight: 500;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: .65em 2em;
    margin: 1.5em .3em 0 .3em;
    cursor: pointer;
}
.cd-accordion__label--icon-folder::after {
    background-position: -1em 0;
}
.cd-accordion__label::after, .cd-accordion__label--icon-folder::before {
    content: '';
    display: block;
    width: .8em;
    height: 1em;
    background-size: 3em;
}
span#sassPgModal-1 {
    width: 31.5% !important;
}
.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset{
	font-size: 1em !important;
}
.mce-flow-layout-item {
    margin: .2em 0 .2em .2em !important;
}
.mce-ico {
    font-family: 'tinymce',Arial;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: .9em !Important;
    line-height: 1em;
}
.mce-btn button {
    padding: .35em 0.6em !important;
}
.mce-edit-area iframe{
	height: 20em !important;
	width: 99% !important;
}
ul.list-inline.icheck-list.p-0.a_rt {
    float: left !important;
    margin-left: 6.4em;
}
.row.mob_res_align {
    padding: .8em !important;
}
.mce-window-head {
    padding: .6em 1em;
    border-bottom: 1px solid #c5c5c5;
    position: relative;
}
.mce-foot{
	padding: .6em 1em;
}
body#tinymce {
	zoom:2 !important;
}
.cd-accordion__label--icon-img::after {
    background-position: -2.23em 0;
}
span.span2.sassPgModal {
    margin-left: -.95em;
}
iframe body{
	zoom:4 !important;
}
svg.highcharts-root {
    font-size: .9em !important;
    padding: .5em !important;
}

.badge-img img{
	width:3em;
}
.mce-window-head .mce-close {
    position: absolute;
    right: 1em !important;
    top: 0 !important;
    height: 2.5em !important;
    width: 2.5em !important;
}
.mce-window-head {
    padding: .6em 1em !important;
    border-bottom: 1px solid #c5c5c5;
    position: relative;
}
.mce-window.mce-in {
    transform: scale(1.2) !important;
    opacity: 1;
}
.mce-combobox input {
    border: 1px solid #c5c5c5;
    border-right-color: #c5c5c5;
    height: 1.45em !important;
}
.mce-tab {
    border: 1px solid #c5c5c5;
    border-width: 0 1px 0 0;
    background: #ffffff;
    padding: .6em !important;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    height: .9em !important;
    cursor: pointer;
}
.mce-menu-item {
    display: block;
    padding: .5em .5em !important;
}
.mce-menu-has-icons i {
    display: inline-block;
    line-height: 1em;
    padding-right: .5em;
}
.mce-container-body.mce-abs-layout {
    overflow: visible !important;
}
.mce-grid img{
	width:1em !important;
	height:1em !important;
}
i.mce-i-backcolor {
    text-shadow: none;
    background: #BBB;
    width: 100% !important;
}
body#tinymce {
    font-size: 3em !important;
}
.month-name {
    padding: 1em !important;
}
.cd-accordion__input:checked+.cd-accordion__label::after {
    background-position: -1em 0;
}
.week-list{
	margin:.7em !important;
}
.sidebar-na .nav > li > a {
    position: relative;
    display: block;
    padding: .6em 1em;
}
.form-group {
    margin-bottom: .3em;
}
.ranges .btn{
	font-size:1.1em;
	margin-bottom: .7em;
}
.month-name {
    width: 2.5em;
    height: 2.5em;
}
.bg-title .breadcrumb {
    font-size: 1.2em;
}
h4 {
    line-height: 1.3em;
    font-size: 1.2em !important;
}
.m-t-30 {
    margin-top: 2.6em!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 0 .3em !important;
}
.help-block {
    display: block;
    margin-top: .35em;
    margin-bottom: .7em;
    color: #737373;
}
table.dataTable thead th, table.dataTable thead td {
    padding: .8em .6em;
}
table.dataTable {
    margin-bottom: 2em;
}
a.new_icon_box ion-icon {
    color: #fff;
    font-size: 1em !important;
}
.manager_style_label {
    padding: .3em !important;
    border-radius: 50% !important;
}
.supervisor_style_label {
    padding: .3em !important;
    border-radius: 50% !important;
}
.employee_style_label{
	padding: .3em !important;
    border-radius: 50% !important;
}
a#assignSupervisor ion-icon {
    font-size: 1em;
}
a#unassignSupervisor ion-icon {
    font-size: 1em;
}
a#assignManager ion-icon {
    font-size: 1em;
}
a#unassignManager ion-icon {
    font-size: 1em;
}
.employee_list_page .list-inline-item:not(:last-child) {
    margin-right: .3em !important;
}
.select2-container {
    font-size: .8em !important;
    padding: 2px !important;
}
}
@media (min-width: 2560px) {
    body{
        font-size: 310% !important;
    }
	.login-box {
    font-size: xx-large !important;
    }
    .goog-te-gadget-simple .goog-te-menu-value span {
        text-decoration: none;
        font-size: x-large;
    }
	span.text {
    font-size: x-large !important;
}
	span.numcount{
		font-size: x-large;
	}
	.mce-btn button{
	font-size: x-large;
}
.datepicker td, .datepicker th{
	font-size: x-large;
}
.daterangepicker .calendar th, .daterangepicker .calendar td{
	font-size: x-large;
}
.bootstrap-datetimepicker-widget table {
    font-size: x-large;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 1.8em;
    position: absolute;
    top: -.3em;
    right: .4em;
    width: 1.5em;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(8em);
    max-height: 2.7em !important;
    padding: .6em .5em !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    background-image: url("../img/down-arrow.png");
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .6em auto, 100%;
}
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
  background-position: left .7em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em;
}
.add_new_btn {
    padding-top: .4em !important;
}
}
@media (min-width: 3840px) {
    body{
        font-size: 420% !important;
    }
	.mt-5 {
    margin-top: 4rem!important;
}
.mb-3 {
    margin-bottom: 4rem!important;
}
.help-block {
    display: block;
    margin-top: 0.35em;
    margin-bottom: 0;
    color: #737373;
}
textarea.form-control {
    height: 2.7em !important;
    line-height: 1.6em;
}
	.login-box {
    font-size: xxx-large !important;
    }
    .goog-te-gadget-simple .goog-te-menu-value span {
        text-decoration: none;
        font-size: xx-large !important;
    }
	span.text {
    font-size: xx-large !important;
}
	span.numcount{
		font-size: xx-large;
	}
	.mce-btn button{
	font-size: xx-large;
}
.datepicker td, .datepicker th {
    font-size: xxx-large !important;
}
.datepicker td, .datepicker th {
    text-align: center;
    width: 2.3em;
    height: 2.3em;
}
.select2-selection__rendered {
    line-height: 2.5em !important;
}
.select2-container .select2-selection--single {
    height: 2.5em !important;
}
.select2-selection__arrow {
    height: 2.5em !important;
}
.daterangepicker .calendar th, .daterangepicker .calendar td{
	font-size: xx-large;
}
.bootstrap-datetimepicker-widget table {
    font-size: xx-large;
}
.daterangepicker .calendar {
    display: none;
    max-width: 30em !important;
    margin: 4px;
}
body#tinymce {
    zoom: 3 !important;
}
.cd-accordion__label--icon-img::after {
    background-position: -91px 0;
}
.month-name {
    padding: 1.5em !important;
}
radio.radio-success {
    margin-right: 10px;
    margin-top: 0;
}
audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
                font-size:2em;
}
audio::-webkit-media-controls-panel, audio::-webkit-media-controls-mute-button, audio::-webkit-media-controls-play-button{
	width:5em;
}
audio {
    width: 7em !important;
    height: 1em !important;
    transform: scale(2);
}
audio::-webkit-media-controls,
video::-webkit-media-controls {
    width: xxx-large !important;
    height: xxx-large !important;
    position: relative;
    direction: ltr;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
ul.list-inline.icheck-list.p-0.a_rt {
    float: left !important;
    margin-left: 6em;
}
g.highcharts-axis-labels.highcharts-xaxis-labels {
    transform: translate(12px, 0);
}
.sweet-alert input{
	height:5em;
}
.daterangepicker.ltr {
    direction: ltr;
    text-align: left;
    font-size: 1em;
}

.ranges .btn {
    font-size: 1.1em;
    margin-bottom: .5em;
	    display: inline-flex;
}
.cd-accordion__label::after, .cd-accordion__label--icon-folder::before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    background-size: 3em;
}

}

/* end */



.select2-container--default .select2-selection--multiple {
    border: none !important;
}

.multipleSelect .select2-container {
    padding-top: 2px !important;
    padding-bottom: 0px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: 2.5em;
    overflow: auto;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar{
    display: none;
}

.br-5{
    border-radius: 7px !important;
}

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

.modal-header .modal-title {
    margin-top: 0;
    font-size: 1.3em;
    font-weight: 500;
}

.modal-header button.close {
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 2em;
    font-weight: 400;
    opacity: 1;
}

label.form-control{
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    padding-right: 10px;
    -ms-overflow-style: none;
}

label.form-control::-webkit-scrollbar{
    display: none;
}

.modal{
    z-index: 999999;
}

body > .select2-container {
    width: max-content !important;
    z-index: 999999;
}

.addedSelect .select2-container{
    border: 0 !important;
    min-width: 50%;
    text-align: left;
    padding-bottom: 6px !important;
    width: 50%;
}

.addedSelect .form-control, .addedSelect .input-group-addon{
    width: 50%;
    max-width: 50%;
}

.sinIngreCont {
    padding: 10px;
    position: relative;
    border: 1px solid #e4e7ea;
    margin-bottom: 12px;
}

.sinIngrClose{
    position: absolute;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4e7ea;
    font-size: 10px;
    line-height: 12px;
    border-radius: 3px;
    right: 0;
    top: 0;
    transition: all ease .2s;
    cursor: pointer;
    background: transparent !important;
}

.plusRemBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 40px;
    min-width: 40px;
    background-color: transparent;
    border: 0 !important;
}

.sinIngrClose:hover{
    background: #e40303a0!important;
    color: #fff;
}

.dropzone{
    border:1px solid #e4e7ea !important;
    text-align: center;
}

.dropzone h1{
    font-size: 50px;
    font-weight: 400;
    margin: 10px 0 0;
    color: #ccc;
}

.dropzone .dz-message{
    margin-top: 10px !important;
}

#f-sink{
    display: none;
    float: right;
    font-size: 17px;
    font-weight: 700;
    padding: 8px 15px;
    font-size: 1em;
    /* background: #e40303;
    border: 1px solid #e40303;
    color: #fff; */
    border-radius: 3px;
    width: 100%;
    /* margin: 12px 0 !important; */
    float: none !important;
}

#f-sink i{
    margin-right: 7px;
}

.filter-close {
    display: none;
}

.filter-by h2 {
    font-size: 1em;
    font-weight: 500;
    margin-top: 0;
}

#page-wrapper{
    padding-bottom: 90px;
}

th input[type="checkbox"]{
    height: 1em;
    width: 1em;
}

td input[type="checkbox"]{
    height: 1.1em;
    width: 1.1em;
    margin-left: 0.1em !important;
}

.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length select {
    height: 2.5em;
    outline: none !important;
    padding: 0 10px;
    border: 0.06em solid rgba(120,130,140,.13);
}

th.headInputTh {
    background: transparent !important;
    max-width: 50px !important;
    width: 40px !important;
}

.add_new_btn .btn {
    height: 2.3em !important;
}

.add_new_btn {
    position: absolute;
    right: 1.2em;
    top: 0.1em;
    padding-top: 6px;
}

.dataTable.collapsed .headInputTh{
    padding-left: 0.6em !important;
}


.catLabel{
    margin-right: 0.2em;
    border-radius: 0.25em;
    width: max-content !important;
    padding: 0.3em 0.6em;
    background: #e1e4e8;
    font-size: .9em !important;
}


.lineClamp2{
    text-overflow: ellipsis;
    overflow: hidden;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    margin: 0;
    -webkit-box-orient: vertical;
}

.revLabel{
    margin: 0;
    padding: 5px 10px;
    font-size: 12.5px !important;
    border-radius: 5px;
    background: #03e45938;
    white-space: nowrap;
    font-weight: 500;
}

.revLabel.rejected{
    background: #e4030314;
}

.revLabel.waiting{
    background: #e4d90338;
}

.revLabel.ordered{
    background: #e4950338;
}

table.table>thead>tr>th{
    padding-right: 0.5em !important;
    padding-left: 1.5em !important;
}
table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc, table.dataTable thead .sorting{
    background-position: center left !important;
}
table.table > tbody > tr > td:not(:nth-child(2)) {
    padding-left: 1.5em !important;
}
table.table>thead>tr>th.headInputTh {
    padding-right: .5em !important;
    padding-left: .5em !important;
}

.starTd{
    display: flex;
}

.starTd i{
    font-size: 17px;
    margin-right: 5px;
    opacity: .2;
}

.starTd i.active{
    opacity: 1;
}
.editBadge {
    padding: 0;
    bottom: -3px;
    right: 13px;
    box-shadow: 2.5px 2.5px 2px rgb(98 89 193 / 37%);
    min-width: 35px;
    min-height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    font-size: 18px !important;
}
.pos-relative{
    position: relative;
}
.closeBadge {
    position: absolute;
    font-size:26px;
    background: rgba(0,0,0,.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 0;
    cursor: pointer;
    opacity: 0;
    transition: all linear .3s;
    color: white;
    border-radius: 50%;
    height: 175px;
    line-height: 4rem;
    width: 175px;
}
.closeBadge:hover{
    opacity: 1;
}

.viewOrderCont{
    position: fixed;
    top: 0;
    max-width: 400px;
    width: 100%;
    background: #fff;
    z-index: 999999;
    height: 100vh;
    right: -110%;
    overflow: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 9%);
    scrollbar-width: none;
    transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) .3s;
    -ms-overflow-style: none;
}

.viewOrderCont.show{
    right: 0;
}

.viewOrderContBackdrop.show{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}


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

.viewOrderHeader{
    display: flex;
    align-items: center;
    position: sticky;
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
    top: 0;
    background: #fff;
    z-index: 99;
}

.voClose{
    outline: none !important;
    border: 0 !important;
    height: 25px;
    width: 25px;
    display: flex;
    margin: 0 15px 0 0;
    border-radius: 50%;
    align-items: center;
    background: #292b2c;
    color: #fff;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
}

.voHead{
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.viewOrderBody {
    padding: 18px 16px;
}

.itemHead{
    font-weight: 600;
    font-size: 16px;
    margin-top: 30px;
}
.voTr {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.voTd:not(.voTotalCont) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    border: 1px solid #c0c0c03b;
    box-shadow: 0px 3px 8px -1px #00000012;
    border-radius: 10px;
}

.voImg {
    width: 30px;
    height: 30px;
    max-width: 30px;
    overflow: hidden;
    border-radius: 4px;
    flex: 3;
}

.voImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.voName{
    flex: 3;
    padding: 0 10px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #000;
}

.voGram{
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    flex: 3;
    padding: 0 10px;
    text-align: left;
    color: rgb(147, 147, 147);
}

.voRate{
    line-height: 20px;
    margin: 0;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 700;
    flex: 3;
    text-align: right;
    color: #000;
}

.voTotal{
    text-transform: uppercase;
}

.voTotalCont{
    margin-top: 0px;
    display: flex;
    align-items: center;
    padding: 10px 0px;
}
.voTotalCont .voImg{
    display: none;
}
.voTotalCont .voName{
    display: none;
}

.vOorderCont{
    display: flex;
    align-items: flex-start;
    padding-bottom: 30px;
    position: relative;
}

.voIconCont{
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: hsl(0deg 0% 87%);
    margin-right: 20px;
    margin-top: 3px;
}

.voIconCont img{
    width: 25px;
}

.voIcon{
    padding-left: 30px;
}

.vOorderCont::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: hsl(0deg 0% 87%);
    left: 0;
    position: absolute;
    z-index: 3;
    top: 21px;
}

.vOorderCont::after{
    content: "";
    width: 2px;
    height: 100%;
    background: hsl(0deg 0% 87%);
    display: inline-block;
    position: absolute;
    top: 23px;
    left: 5px;
    z-index: 2;
}

.vOorderCont.completed .voIconCont,.vOorderCont.completed::before, .vOorderCont.completed::after{
    background-color: hsl(22deg 91% 56%);   
}

.vOorderCont.active .voIconCont,.vOorderCont.active::before{
    background-color: hsl(90deg 46% 49%);   
}

.vOorderCont.active .orderName, .vOorderCont.active .orderPara{
    color: hsl(90deg 46% 49%);
}

.vOorderCont.completed .orderName{
    color: #333;
}

.vOorderCont.completed .orderPara{
    color: rgb(108, 108, 108); 
}

.orderName {
    font-size: 16px;
    font-weight: 700;
    margin: 3px 0 2px 0;
    color: hsl(0deg 0% 87%);
}

.orderPara {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: hsl(0deg 0% 87%);
    line-height: 20px;
}

.vOorderCont:last-child::after{
    content: unset;
}

.voDateCre{
    min-width: 50%;
}

.voDateCre > span{
    display: block;
    font-size: 13px;
    margin-top: 0px;
    font-weight: 400;
    color: #b0b0b0;
}

.modal > .select2-container {
    width: initial !important;
}

.profImageAd img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.profImageAd{
    width: 175px;
    height: 175px;
    display: inline-block;
}

.btn.btn-10 {
    height: 2.5em !important;
    font-size: 13px !important;
}

.headerDdown{
    min-width: 17em;
}

@media (max-width:1600px) {
    .swal2-popup{
        font-size: 14px !important;
    }
}


@media (min-width:767px) {
    .absFilterCat{
        position: absolute;
        width: 50%;
        left: 238px;
        padding-top: 0;
        z-index: 999;
        margin-top: 46px !important;
    }    
    .dataTables_filter input[type=search]{
        min-width: 300px;
    }
}

@media (min-width: 992px){
    .modal-lg {
        max-width: 50.25em;
    }  
    .absFilterUhis{
        margin-top: 0 !important;
        padding: 10px 0 0;  
        position: absolute;
        width: 40%;
        left: 238px;
        z-index: 999;
    }
}

@media (min-width: 1200px) {
    .absFilter{
        position: absolute;
        width: 38%;
        z-index: 999;
        right: unset;
        left: 238px;
        margin: auto;
        padding: 10px 0 0;
    }  
}
@media (min-width: 1920px) {
    .absFilter{
        left: 18em;
    }  
    .select2-container .select2-selection--single {
    height: 2.9em !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.8em !important;
    height: 2.8em !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.5em;
    position: absolute;
    top: 0.1em;
    right: 0.1em;
    width: 1.5em;
}
.absFilterUhis {
    left: 18em;
}
.white-box h3.box-title {
     padding: 0.8em 0 !important;
}
}

@media (max-width: 767px) {
    #page-wrapper{
        min-height: calc(100vh - 59px) !important;
    }
    .footer {
        position: absolute !important;
    }
    #filter-sec {
        display: none;
    }
    .filter-row {
        display: block;
        padding: 0 15px;
        border-bottom: solid 1px #f1f2f7;
        justify-content: space-between;
    }
    .all-filter {
        padding: 15px;
        max-height: 300px;
        overflow: auto;
    }
    #f-sink {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bg-title{
        background: transparent;
    }
    h3.mobile-box-title{
        display: flex !important;
    }
    #filter-sec.f-show {
        position: fixed;
        z-index: 999;
        bottom: 0;
        background: #fff;
        right: 0;
        left: 0;
        display: block;
        border-radius: 10px 10px 0 0;
    }
    #page-wrapper.filter-show::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #52505047;
        display: inline-block;
        top: 0;
        /* z-index: 99; */
    }
    span.close-f {
        color: #e40303;
        text-align: right;
        float: right;
        margin-top: 16px;
        font-size: 14px;
        font-weight: 600;
    }
    .filter-close {
        display: block;
    }
    .btn.btn-10{
        font-size: 10px !important;
    }
}
/* Bug fixing */
.form-group  label span{
    color: #e40303;
}