/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */


/* Global */

body.wp-admin {
    background: #f1f1f1 !important;
}

#wpcontent {
    background: #f1f1f1 !important;
}

* {
    margin: 0;
    padding: 0;
}

li {
    margin: 0px;
    padding: 0px;
}

.container {
    padding: 0px 0px;
}

#wpcontent {
    padding-left: 20px;
    padding-right: 20px;
}

a.hrm-back-to-list {
    background: #1E73BE;
    padding: 5px;
    color: #fff;
    border-radius: 3px;
}

a {
    text-decoration: none;
}

a.lms-add-new-btn,
.lms-insert-btn:focus {
    box-shadow: none;
    outline: none;
}
li.nav-item.mr-auto.frontend-btn {
    background: #5A1390 !important;
}
li.nav-item.mr-auto.frontend-btn a {
    color: #fff;
}

.lms-add-new-btn .dashicons,
.lms-add-new-btn .dashicons-before:before {
    height: 0px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
}
.dashicons.dashicons-megaphone{
    width: 25px;
    height: 25px;
    font-size: 20px;
    vertical-align: middle;
    color: #17a2b8;
}
.lms-add-new-btn span.dashicons.dashicons-plus-alt2, .dashicons.dashicons-undo {
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
}

a.lms-add-new-btn {
    padding: 8px 15px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 10px;
}

a.lms-add-new-btn:hover {
    background: #049cdb;
    color: #fff;
    text-decoration: none !important;
}

.lms-insert-btn,
.lms-updata-btn {
    border: none;
    border-radius: 0px;
    padding: 5px 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    box-shadow: 0px 4px 6px 0px #8080805e;
    cursor: pointer;
    font-size: 13px;
}

.admin_page_innovs_employee table tbody tr td.column-emp_name {
    position: absolute !important;
    left: 81px !important;
}
/* .admin_page_innovs_employee .column-img{
    width: 5em;
}
.admin_page_innovs_employee .column-first_name{
    width: 6em;
}
.admin_page_innovs_employee .column-last_name{
    width: 6em;
} */


.lms-modal {
    top: 10px;
    border-radius: 0px;
    font-family: 'roboto', sans-serif;
    font-size: 14px;
}

.lms-postbox .wp-admin select {
    padding: 1px 5px;
    line-height: 28px;
    height: 30px;
    vertical-align: middle;
    border-radius: 2px;
    min-width: 100px;
}

select:focus {
    outline: none !important;
    box-shadow: none !important;
}

select.form-control {
    height: 30px;
}

.wp-picker-container {
    display: inline-block;
    position: absolute;
    z-index: 1;
    margin-top: -4px;
}

.wp-picker-container.wp-picker-active {
    z-index: 9 !important;
}

.lms-form input[type=text],
.lms-form input[type=color],
.lms-form input[type=date],
.lms-form input[type=datetime-local],
.lms-form input[type=datetime],
.lms-form input[type=email],
.lms-form input[type=month],
.lms-form input[type=number],
.lms-form input[type=password],
.lms-form input[type=radio],
.lms-form input[type=search],
.lms-form input[type=tel],
.lms-form input[type=text],
.lms-form input[type=time],
.lms-form input[type=url],
.lms-form input[type=week],
.lms-form select {
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    transition: 50ms border-color ease-in-out;
    height: 32px !important;
    border-radius: 2px;
    padding: 0px 8px;
    width: 100%;
    margin: 5px 0px 15px 0px !important;
}

 ::placeholder {
    color: #ddd !important;
}

.lms-form input[type=color]:focus,
.lms-form input[type=date]:focus,
.lms-form input[type=datetime-local]:focus,
.lms-form input[type=datetime]:focus,
.lms-form input[type=email]:focus,
.lms-form input[type=month]:focus,
.lms-form input[type=number]:focus,
.lms-form input[type=password]:focus,
.lms-form input[type=radio]:focus,
.lms-form input[type=search]:focus,
.lms-form input[type=tel]:focus,
.lms-form input[type=text]:focus,
.lms-form input[type=time]:focus,
.lms-form input[type=url]:focus,
.lms-form input[type=week]:focus,
.lms-form select:focus,
textarea:focus {
    box-shadow: none;
    outline: 0;
}

.lms-modal-header {
    padding: 5px 10px !important;
    border-bottom: 1px solid #e9ecef !important;
    border-radius: 0px;
}

.lms-modal-footer {
    padding: 5px 54px !important;
}

.employee-modal-footer {
    padding: 5px 10px !important;
}

.star {
    color: red;
}

.card {
    max-width: 100% !important;
    padding: 0px;
}

.card-header,
.card-footer {
    padding: 4px 19px;
    color: #47525d;
    background: #eee;
}

.innovs-hrm-postbox {
    margin: 20px 0px 10px;
    background: #f8f9fa;
}

.title.lms-table-title {
    padding: 15px;
}

.lms-table-title span {
    font-size: 20px;
    font-weight: 600;
    color: gray;
}

.update-top-btn {
    position: absolute;
    top: 4px;
    right: 19px;
    border: none;
    border-radius: 3px;
    padding: 5px 12px;
    background: #0073aa;
    font-family: "Poppins", sans-serif;
    font-size: small;
}

.update-buttom-btn:hover,
.update-top-btn:hover {
    background: #187ead;
}

.update-buttom-btn {
    float: right;
    border: none;
    font-size: small;
    border-radius: 3px;
    padding: 6px 18px;
    background: #0073aa;
    font-family: "Poppins", sans-serif;
}

.btn-info:focus,
.btn-success:focus,
.btn-primary:focus,
.btn-danger:focus,
textarea.form-control:focus,
select.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

button.close:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

button.close span {
    font-size: 26px;
}

.avatar-image {
    height: 150px;
    width: 140px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
}

.avatar-image #mediaImg {
    height: 148px;
    width: 138px;
    border-radius: 3px;
}

img.lms-preview-img {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.column-img img {
    width: 40px;
    height: 40px;
}

span#successMessage {
    position: absolute;
    right: 28%;
    color: #28a745;
    font-size: 18px;
}

.form-control {
    font-size: 14px;
}

.hasDatepicker {
    height: 29px;
    border-radius: 3px;
}

.error {
    color: red;
}

.ui-widget {
    z-index: 9999 !important;
    padding: 0px;
    font-size: 14px;
    font-family: "poppins", sans-serif;
}

i.fas.fa-question-circle.hrm-question {
    font-size: 15px;
    padding: 0px 0px 0px 2px;
    color: #000;
    cursor: pointer;
}

.hrm-question[title]:hover:after {
    content: attr(title);
    background: #000;
    color: #fff;
    position: absolute;
    left: 5%;
    top: 15%;
    padding: 5px;
}

.alert.alert-success.innovs-alert {
    border-color: none;
}

#adminmenu .wp-menu-image img {
    padding: 0; 
    opacity: 1;
    filter: alpha(opacity=60);
    width: 28px;
    height: 31px;
}
/*end  Global */


/* Start menu style */

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 0px 10px;
    border-bottom: 1px solid #ddd;
}

a.navbar-brand img {
    width: 160px;
    height: 70px;
}

a.navbar-brand {
    padding: 0px !important;
}

.navbar.nav-fixed {
    position: fixed;
    left: 161px;
    right: 0px;
    top: 32px;
    transition: .5s ease;
    z-index: 999;
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    padding: 10px 20px !important;
}

.bg-light {
    background-color: rgb(248, 249, 250)!important;
}

li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}


/* .nav-item:hover {
                background: #366ed8 !important;
            } */

.nav-item a:hover {
    color: #fff !important;
}

li.nav-item {
    margin: 0px 5px;
    border-radius: 3px;
}

.nav-link {
    padding: 5px 12px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #23282d;
    font-size: 15px;
}

.dropdown-menu a {
    color: #000 !important;
}

a.drop-menu-active {
    color: #fff !important;
    background: #18c5e0 !important;
}

.dropdown-item:hover {
    background: #05a9c2 !important;
    color: #fff;
}

.dropdown-menu.show:hover a#navbarDropdown {
    color: #ffffff !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    z-index: 100000 !important;
}

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


/* End menu style */


/* ====Start page style===== */


/* Dashboard */

.lms-dashboard {
    margin-top: 0px;
}

.lms-item {
    border: 1px solid;
    border-color: #e5e5e5;
    text-align: center;
    margin-bottom: 5px;
}

.lms-item:hover {
    box-shadow: 0px 2px 6px 0px rgb(175, 170, 170);
}

.lms-link {
    border-bottom: 1px solid;
    border-color: #e5e5e5;
    text-align: center;
    height: 30px;
    padding: 2px;
}

.lms-link a {
    color: #fff;
    font-family: sans-serif;
    font-size: 15px;
}

.lms-item h3 {
    margin-top: 10px;
}

.fa,
.fas {
    font-weight: 900;
    font-size: 20px;
    padding: 0px 3px 0px 10px;
    color: #17a2b8;
}

.fc-scroller.fc-day-grid-container {
    height: 480px !important;
}

span.fc-title {
    color: #fff;
    font-size: 14px;
}

.fc-event,
.fc-event-dot {
    background-color: #5b9dd9;
}

.fc-event {
    border: none;
}

.badge-wrap.innovs-attend-wrap {
    margin: 35px 0px 0px;
}

.innovs-time-frame {
    width: 57%;
    margin: 43px auto 20px;
    padding: 10px;
    border-radius: 3px;
    color: #100f0f;
    background: #ddd;
}

.innovs-time-frame div#time-part {
    font-size: 28px;
}

.innovs-button-group button {
    min-width: 100px;
    max-width: 100px;
    padding: 0px;
    margin: 0px 5px;
    color: #fff;
}

form.mb-2.innovs-attend-form .btn {
    min-width: 100px;
    margin: 0px 25px 25px;
}

.show-checking-time-count {
    position: relative;
    display: flex;
    width: 45%;
    margin: 0 auto;
}

p.checkInTime,
p.timeCountDispalyArea,
p.checkouttimeshow {
    margin-bottom: 4px;
    min-height: 20px;
}


/* End Dashboard */


/* Employee page */

.border-all {
    border: 1px solid gainsboro;
    padding: 10px;
    position: relative;
    right: 10px;
}

button#uploadImg,
#edituploadImg {
    background: #ccc;
    font-size: 15px;
    padding: 5px 10px;
    max-width: 140px;
    min-width: 140px;
    color: #000;
    border: none;
    border-radius: 2px;
}

.hrm-emp-image{
    width: 40px !important;
    height: 40px !important;
}
button#uploadImg:focus {
    box-shadow: none;
    outline: none;
}

button#uploadImg:hover{
    background: #0073aa;
    color: #e6e6e6;
}

.fa-cloud-upload-alt {
    font-size: 17px;
    padding: 0px 5px 0px 0px;
    color: #17a2b8;
}

button#uploadImg:hover .fa-cloud-upload-alt {
    color: #e6e6e6;
}

.ui-widget-header {
    border: none !important;
}

.single-emp-info .ui-tabs-nav {
    z-index: 0 !important;
    background: #ffffff !important;
    padding: 10px 3px;
}




/* End employee page */


/* Emp user profile page edit */

.emp-profile {
    position: relative;
    top: 25px;
    padding: 0px 0px 50px;
    font-family: 'poppins', sans-serif;
}

.emp-profile h3 {
    font-weight: 400;
    font-size: 24px;
    color: gray;
    padding: 0px 0px 10px;
}

.emp-img {
    background: #ccc !important;
    min-height: 184px;
    position: relative;
}

.user-status .status {
    height: 12px;
    width: 12px;
    /* background: #28a745; */
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.emp-img img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    position: relative;
    left: 66px;
    margin: 16px 0px;
    border: 2px solid #f8f9fa;
}

span.title {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
}

.emp-user-info li {
    font-size: 12px;
    padding: 5px 0px;
    font-weight: 600;
    font-family: 'poppins', sans-serif;
}

.single-emp-info .ui-tabs-nav {
    z-index: 0 !important;
    background: #17a2b8;
    padding: 10px 3px;
}

span.edit-work-info,
.edit-personal-details,
.edit-basic-info {
    float: right;
    color: #212529;
    cursor: pointer;
}

.basic-info-up-btn,
.work-btn,
.personal-details-btn {
    border-radius: 2px;
    padding: 1px 10px;
}

.work-update-part,
.basic-info-update-part,
.personal-details-update-part {
    background: #dee2e6;
}

i.fas.fa-print {
    color: #fff;
}

i.fa.fa-spinner.fa-spin {
    color: #fff;
    font-size: 12px;
    padding: 1px;
}

i.fas.fa-camera {
    color: #212529;
    position: absolute;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
}

.user-img-up-btn {
    padding: 1px 10px !important;
    border: none;
    border-radius: 2px !important;
    position: absolute;
    left: 5px;
    bottom: 5px;
    color: #fff;
    font-family: 'poppins', sans-serif;
    display: none;
    font-size: 12px !important;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 20px 0px 0px;
    background: none;
}

h5.lms-postbox-header {
    padding: 5px 0px 5px 11px;
    font-size: 16px;
    font-weight: 600;
    font-family: sans-serif;
}

.lms-postbox .lms-inside {
    padding: 0 12px 0px;
}

.single-emp-info {
    z-index: 0 !important;
}

ul.lms-list {
    width: 100%;
}

ul.lms-list.col-two li {
    width: calc(50% - 10px);
    display: inline-block;
    color: #666;
    font-family: 'poppins', sans-serif;
    padding: 10px 0px 0px;
}

ul.lms-list.col-two li span:first-child {
    min-width: 30%;
    display: inline-block;
}

ul.lms-list li span:nth-child(2) {
    margin-right: 15px !important;
    font-weight: bold;
}

.user-edit-btn,
.user-print-btn {
    min-width: 77px;
    border-radius: 3px;
    margin: 5px;
}


.nav-tab:nth-child(1) {
    margin-left: 0em;
}


/* End emp user profile page edit */


/* Start emp attend page edit */

input.attend-radio {
    height: 16px !important;
}

table.dataTable tbody td {
    padding: 8px 20px;
}

.card-header.innovs-header {
    padding: 10px 20px 5px;
    background: #f8f9fa;
    color: #6c757d;
}

.innovs-attend-insert-btn {
    border: none;
    border-radius: 2px;
    padding: 6px 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    box-shadow: 0px 4px 6px 0px #8080805e;
    cursor: pointer;
}

a.innovs-attend-insert-btn:hover {
    color: #fff;
    text-decoration: none;
}

a.employee-attend-btn.innovs-attend-insert-btn:hover {
    text-decoration: none;
}

.attend-submit-part {
    position: relative;
}

.attend-overlay {
    position: absolute;
    background: #21252969;
    width: 100%;
    height: 100%;
    color: #fff;
    /* font-size: 16px; */
}

.attend-custom-radio::before {
    background-color: #fff;
}

.table.innovs-data-table td,
.table.innovs-data-table th {
    padding: 8px 10px;
}

.innovs-attend-update-cancel-btn {
    position: absolute;
    left: 107px;
    bottom: 19px;
    background: #666 !important;
}

.innovs-month-filter {
    position: absolute;
    right: 20px;
    top: 1px;
}

button.innovs-filter-apply-btn {
    position: relative;
    top: 0px;
    padding: 5px 9px;
    border: none;
    background: #5b9dd9;
    color: #fff;
    border-radius: 3px;
}

.card-body.innovs-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px !important;
}

.ui-accordion .innovs-month-view.ui-accordion-content {
    padding: 1px 0px 0px;
    margin-bottom: 10px;
}

.innovs-attend-satatus {
    text-transform: capitalize;
    color: #fff;
}

.innovs-attend-manual {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 2px;
    border: 1px solid #ccc;
}
.innovs-data-table.innovs-attend-month-table.table-hover {
    font-size: 14px;
}

/* End emp attend page edit */


/* Start Setting page */

.settings-page {
    margin: 0px 0px 0px;
}

.hrm-general-setting table tr td {
    border: none !important;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    min-width: 170px;
    max-width: 170px;
}
.settings-page h3 {
    background: #F8F9FA;
    color: #47525d;
    padding: 10px;
    border-radius: 3px;
    margin: 0px 0px 0px;
}

span.innvs-group-icon {
    color: #fff;
    width: 30px !important;
}
.disabled {
    cursor: not-allowed !important;
}
.hrm-logo-image {
    height: 80px;
    width: 190px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: -14px;
}

.hrm-logo-image #mediaImg {
    height: 100%;
    width: 100%;
}


/* End Setting page */


/* Add new attendance page */

span.innvs-group-icon i.far.fa-clock {
    padding: 6px;
}
.popover.clockpicker-popover.bottom.clockpicker-align-left {
    z-index: 10000000 !important;
}

span.innvs-group-icon i.far.fa-calendar-alt {
    padding: 6px;
}

.add_new_radio_button {
    /* width: 43%; */
    margin: auto 0px;
}

/* .table tbody td {
    text-transform: capitalize;
} */

.see-month-performance {
    text-align: center;
}

.see-month-performance .col-md-2 {
    border: 1px solid #23dae0;
}

.see-month-performance p {
    font-size: 16px;
    font-weight: 500;
}

span.attend-print-btn {
    float: right;
}

.print-logo {
    display: none;
}

tr.month-active {
    background: #1e73beb0;
    color: #fff;
}


/* end Add new attendance page */

/* Addons Page design */
.meta-box.innovs-hr-pro-box {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #eee;
    margin: 15px 0px;
}

.meta-box.innovs-hr-pro-box:hover{
    box-shadow: 2px 0px 3px 0px #eee;
}

.innovs-hr-pro-box p.title {
    font-size: 22px;
}

.innovs-hr-pro-box p.desc{
    min-height: 45px !important;
}
  


.hrm-view-icon, .hrm-delete-icon, .hrm-edit-icon {
    font-size: 15px;
    width: 23px;
    height: 23px;
    padding: 4px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 1px #80808045;
    margin: 0px 5px 0px 5px;
}
.hrm-view-icon{
    background:#fff;
}
.hrm-delete-icon{
    background:red;
    color: #fff;
}
 .hrm-edit-icon{
    background: royalblue;
    color: seashell;
 }

 .hrm-view-icon:focus, .hrm-delete-icon:focus, .hrm-edit-icon:focus{
    outline: none !important;
    box-shadow: none !important;
    border: 0px;
}

button.checkin_confirm:hover,button.checkout_confirm:hover{
    color: #fff;
}
img.birth-img {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    border: 1px solid #f1f1f1;
}
/* ======End page style======= */


/* Wordpress css */

.tablenav .actions select {
    min-width: 105px;
}

#wpcontent {
    background: #fff;
}

/* fold table */
table.fold-table > tbody > tr.view td,
table.fold-table > tbody > tr.view th {
  cursor: pointer;
}
table.fold-table > tbody > tr.view td:first-child,
table.fold-table > tbody > tr.view th:first-child {
  position: relative;
  padding-left: 20px;
}
table.fold-table > tbody > tr.view td:first-child:before,
table.fold-table > tbody > tr.view th:first-child:before {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 9px;
  height: 16px;
  margin-top: -8px;
  content: "▼";
  transition: all 0.3s ease;
}
table.fold-table > tbody > tr.view:nth-child(4n-1) {
  background: #eee;
}
table.fold-table > tbody > tr.view:hover {
  background: #fff;
}
table.fold-table > tbody > tr.view.open {
  background: tomato;
  color: white !important;
}
table.fold-table > tbody > tr.view.open td:first-child:before,
table.fold-table > tbody > tr.view.open th:first-child:before {
  transform: rotate(-180deg);
  color: #333;
}
table.fold-table > tbody > tr.fold {
  display: none;
}
table.fold-table > tbody > tr.fold.open {
  display: table-row;
}

.fold-content {
  padding: 0.5em;
}
.fold-content h3 {
  margin-top: 0;
}
.fold-content > table {
  border: 2px solid #ccc;
}
.fold-content > table > tbody tr:nth-child(even) {
  background: #eee;
}

a:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.select2-container {
    min-width: 100% !important;
    max-width: 100% !important;
}
span.shift-emp-list {
    background: #28a745;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
}

.hrm-delete-x-icon {
    position: relative;
    top: -15px;
    left: -9px;
    background: red;
    color: #fff;
    font-size: 16px;
    padding: 2px;
    border-radius: 50%;
    cursor: pointer;
}

a.innovs-hrm-pro-addon-buy-btn {
    background: orange !important;
    color: #fff !important;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 3px;
    font-size: 13px;
    border-color: orange !important;
}
a.innovs-hrm-pro-addon-buy-btn:hover{
    background: transparent !important;
    color: orange !important;
}

a.lms-import-emp {
    padding: 8px 15px;
    text-decoration: none;
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 157px;
    background: #795548 !important;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
a.lms-import-emp:hover{
    color: #fff;
}

/* Employee import csv design */
.import-emp-modal .modal-body{
    justify-content: center;
    align-content: center;
    display: grid !important;
}
.import-emp-modal input{
    padding: 6px 10px!important;
    width: 243px;
    height: 38px;
    margin: auto !important;
}
.import-emp-modal input:focus{
    outline: none !important;
    box-shadow: none;
}
.import-emp-modal i {
    font-size: 83px;
    color: #3f51b5;
}

/* ======Responsive design ======= */

@media(max-width: 960px) {
    .navbar.nav-fixed {
        left: 36px;
    }
}

@media(max-width: 767px) {
    .navbar.nav-fixed {
        left: 0px;
        top: 46px;
    }

    .show-checking-time-count {
        width: 64%;
    }

    .admin_page_innovs_employee table tbody tr td.column-emp_name {
        position: relative !important;
        left: -110px !important;
    }
    .row-actions span {
        padding: 0px 0px !important;
    }
    .lms-modal {
        top: 48px !important;
        padding: 0px 20px !important;
        z-index: 99999999999999999999999;
    }
    .modal-backdrop {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        z-index: 0 !important;
        width: 0 !important;
        height: 0 !important;
        background-color: #000;
    }
    .lms-modal .modal-content {
        padding: 20px;
    }
    .lms-modal .border-all {
        border: 0px !important;
    }
    .wp-picker-container {
        margin: 0px 0px;
    }
    .lms-modal .col-md-6 {
        margin-top: 25px !important;
    }

    .input-group {
        min-width: 150px;
    }
    select.form-control {
        min-width: 150px;
    }
}

@media(max-width: 600px) {
    .navbar.nav-fixed {
        left: 0px;
        top: 0px;
    }
    #donutchart {
        position: relative;
        left: 0px !important;
        margin: 11px 0px 0px -123px;
    }
}

@media(max-width: 400px) {
    
    form.mb-2.innovs-attend-form .btn {
        margin: 0px 5px 25px;
    }
    #donutchart {
        position: relative;
        margin: 11px 0px 0px -83px;
    }
    .badge-wrap.innovs-attend-wrap {
        margin: -73px 0px 0px;
    }
}
@media(max-width: 360px) {
    .innovs-button-group button {
        min-width: 80px;
        max-width: 100px; 
    }
    .show-checking-time-count {
        width: 78%;
    }
    form.mb-2.innovs-attend-form .btn {
        margin: 0px 5px 25px;
    }
    .innovs-time-frame {
        width: 90%;
        
    }
}