body{
  font-size: 14px !important;
}
.cui__utils__content {
  padding: 16px 20px 14px 20px ;
  margin-bottom: 20px;
  /* height: 100%; */
  height: calc(100% - 126px);
  position: relative;
}

.cui__breadcrumbs {
  padding-top: 16px;
}

.cui__utils__content.general {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(137.73% 141.42% at 0% 0%, #19AFFA 0%, #0066FC 100%);
}

.cui__layout__content.w-mb {
  background: #F8F8F8;
  min-height: auto;
}


.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 6px !important;
  padding-left: 6px !important;
}
.form-row{
  margin-right: -6px !important;
    margin-left: -6px !important;
}

.row {
  margin-right: -6px !important;
  margin-left: -6px !important;
}


.cui__layout.cui__layout--hasSider.w-bg {
  background: radial-gradient(137.73% 141.42% at 0% 0%, #19AFFA 0%, #0066FC 100%);
}

.bg-custom-light {
  background: #F8F8F8;
}

.cui__layout__footer {
  /* position: absolute;
  bottom: 0;
  z-index: 10; */
  background: #fff;
  /* right: 0;
  left: 256px; */

}

.cui__layout--cardsShadow .card {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
  border: 8px !important;

}

.cui__breadcrumbs {
  padding-bottom: 0;
}

.shadow {
  box-shadow: 5px 4px 20px 3px rgb(0 0 0 / 20%) !important;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.kit__utils__control__indicator.custom-checkbox{
  height: 26px;
  width: 26px;
  margin-top: 12px !important;
}

.kit__utils__control__checkbox .kit__utils__control__indicator.custom-checkbox:after{
  top: 6px;
  left: 10px;
}
/* input[type=checkbox]{
  -moz-appearance:none !important;
  -webkit-appearance:none !important;
  -o-appearance:none !important;
} */
fieldset{
  background-color:#f2f4f8a3 !important;
  border-radius: 6px !important;
  color: #010B24;
  border: 1px solid #CECECE !important;
}
fieldset>p{
font-size: 16px;
}
.form-control{
  height: 2.6rem;
  border: 1px solid #CECECE !important;
}
.form-control.rounded-0{
  border-radius: 0px !important;
}
.form-control.form-control-sm{
    height: 2.4rem !important;
}
.form-control.nocolor:disabled, .form-control.nocolor[readonly]{
  background-color: unset !important;
}
.form-control.nocolor button.btn.dropdown-toggle.btn-light{
    background-color: unset !important;
    border-color: unset !important;
    border: none !important;
}

.form-control:disabled, .form-control[readonly]{
  height: 2.6rem;
  border: 1px solid #e4e9f0 !important;
}
.select2-container--default .select2-selection--single{
  border-radius: 6px;
  border: 1px solid #CECECE !important;
}
.select2 .select2-selection--multiple{
  border-color: #CECECE;
  border-radius: 6px;
  padding-left: .375rem !important;
  padding-right: .375rem !important;
}
.note-editor.note-frame .note-editing-area .note-editable{
  padding: 16px;
  margin-top: 0 !important;
  border-radius: 6px;
}
.note-editor.note-frame{
  border: 1px solid #CECECE !important;
  border-radius: 6px;
}
.note-editor div.panel-heading{
  border-bottom: 1px solid #CECECE !important;
  border-radius: 6px 6px 0 0;
}
.note-editor .note-resizebar{
  border-radius: 0 0 6px 6px;
}
.cui__menuLeft__submenu {
  margin-bottom: 4px;
}

nav.menu-project {
  border-bottom: 1px solid #CECECE;
  margin-bottom: 1rem !important;
}

nav ol,
nav ul {
  list-style: none;
  padding-left: 0 !important;
  margin-bottom: 0;
}

nav li {
  display: inline-block;
  vertical-align: middle;
}

nav li a.nav-tab, nav li a.sub-nav-tab, nav li a.sub-nav-tab-dua {
  text-decoration: none;
  transition: color 0.1s, background-color 0.1s;
  position: relative;
  display: block;
  padding: 6px 0;
  margin-right: 20px;
  font-size: 14px;
  line-height: 16px;
  transition: #0066FC 0.1s, background-color 0.1s, padding 0.2s ease-in;
  color: #454A55;
  padding-bottom: 9px;
}

nav li a.nav-tab.active, nav li a.sub-nav-tab.active, nav li a.sub-nav-tab-dua.active {
  padding-bottom: 6px;
  border-bottom: 3px solid #0066FC;
  line-height: 17px;
  color: #0066FC;
}

nav li a.nav-tab.active:hover, nav li a.sub-nav-tab:hover, nav li a.sub-nav-tab-dua:hover {

  transition: none !important;
}

nav li a.nav-tab.active:hover::before,
nav li a.nav-tab.active:focus::before,
nav li a.sub-nav-tab.active:hover::before,
nav li a.sub-nav-tab.active:focus::before
nav li a.sub-nav-tab-dua.active:hover::before,
nav li a.sub-nav-tab-dua.active:focus::before {
  transform: none;
  content: none;
}

nav li a.nav-tab::before, nav li a.sub-nav-tab::before, nav li a.sub-nav-tab-dua::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #0066FC;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: color 0.1s, transform 0.2s ease-out;
}

nav li a.nav-tab:active::before, nav li a.sub-nav-tab::before, nav li a.sub-nav-tab-dua::before {
  background-color: #0066FC;
}

nav li a.nav-tab:hover::before,
nav li a.nav-tab:focus::before,
nav li a.sub-nav-tab:hover::before,
nav li a.sub-nav-tab:focus::before 
nav li a.sub-nav-tab-dua:hover::before,
nav li a.sub-nav-tab-dua:focus::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.pagination{
  justify-content: flex-end;
}

.cui__menuLeft__scroll {
  height: calc(100% - 64px - 20px) !important;
}

.badge {
  border-radius: 100px;
  padding: 8px 12px;
  font-weight: bold;
  text-transform: unset;
  line-height: 14px;
  min-width: 70px;
  font-size: 0.8em;
  letter-spacing: 0;
}

.badge.rad-small{
  border-radius: 4px;
  padding: 4px 8px;
}

.badge.badge-textdark {
  color: #454A55;
  background: #EAEAEA;
}
.badge.badge-grey {
  color: #454A55;
  background: #E5E5E5;
}
.badge.badge-start{
  color: #454A55;
  background:#FFB8BC;
}

.badge.badge-success {
  background: #00D086;
}

.badge.badge-warning {
  background: #FFD76F;
  color: #454A55;
}

.badge.label-project {
  border-radius: 4px;
  background: #D3D3D3;
  color: #454A55;
  font-weight: normal;
  margin-right: 8px;
  margin-bottom: 8px;
}

.badge.label-project:last-child {
  margin-right: 0;
}

.btn-gradient {
  background: radial-gradient(138.01% 141.42% at 0% 0%, #19AFFA 0%, #0066FC 100%) !important;
  border: none; 
  color: #fff !important;
}
.btn-gradient-red{
  background: radial-gradient(138.01% 141.42% at 0% 0%, #ff8990 0%, #f5222e 100%) !important;
  border: none; 
  color: #fff !important;
}
/* a.btn-gradient:active, a.btn-gradient:hover, a.btn-gradient:focus{
  color: #fff !important;
} */
.ml-btn{
  margin-left: 12px;
}
.ml-btn-xl{
  margin-left: 0;
}
.btn-action{
    width: 32px;
    height: 32px;
    padding: 8px;
    display: flex;
    align-items: center;
}
.btn-action i{
  font-size: 12px;
}
.btn.btn-light, .show>.btn.btn-light{
      background-color: #F0F2F4 !important;
    border-color: #F0F2F4 !important;
}
.btn.btn-section, .show>.btn.btn-section{
    background: var(--Blue-Linear, radial-gradient(138.46% 141.3% at -0.61% -0.14%, #19AFFA 0%, #0066FC 100%), #F2F2F2) !important;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    opacity: 1;
}
.p-filter{
  padding: 8px 14px;
}

.pagination .page-link {
  margin-bottom: 0 !important;
}

.w-shadow {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10) !important;
  border-radius: 10px;
}

.profile.comment{
  width:34px !important;
  height:34px !important;
  font-size: 14px !important; 
  flex: 0 0 34px !important;
  margin-bottom: 6px ;
}

.profile.primary {
  background: #0066FC;
  width: 28px;
  height: 28px;
  font-size: 10px;
}

.text-secondary {
  color: #9A9A9A;
}
.text-edit{
  color: #00D086;
}

.kit__utils__control__indicator {
  background: rgba(0, 102, 252, 0.2) !important;
}

.kit__utils__control:hover input:not([disabled]):checked~.kit__utils__control__indicator,
.kit__utils__control .kit__utils__control input:checked:focus~.kit__utils__control__indicator {
  background: rgba(0, 102, 252, 0.2) !important;
  opacity: 1 !important;
}

.kit__utils__control__checkbox .kit__utils__control__indicator:after {
  border-color: #0066FC !important;
}

.kanban-container {
  padding-bottom: 0.25rem;
  white-space: nowrap;
  margin-right: -1rem !important;
  /* height: 52vh; */
  overflow-x: scroll !important;
}

.kanban-container::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 4px;
}

.kanban-container::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background-color: rgba(148, 146, 146, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
  padding: 0 !important;
}

.scrollbar {
  overflow: auto;
}

.kanban-column {
  display: inline-block !important;
  width: 22rem;
  white-space: normal;
  vertical-align: top;
  margin-right: 1rem;
  background-color: #F0F0F0;
  border-radius: 16px;
  /* height: 100vh; */
}

.kanban-column-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #F0F0F0;
  padding:1rem 1.25rem 0.5rem 1.25rem;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.kanban-items-container{
  outline: 0;
  /* min-height: 140px; */
  height: 70vh;
  padding: .5rem 1.25rem;
  max-height: calc(100vh - 14.9375rem);
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #F0F0F0;
  padding-bottom: 0;
}


.ipad .kanban-items-container, .mobile.chrome .kanban-items-container, .mobile.safari .kanban-items-container{
  max-height: calc(100vh - 18.4375rem);
}

.kanban-item {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  margin-bottom: 1rem;
}

.kanban-items-container .kanban-collapse:first-child, .kanban-items-container .kanban-item:first-child{
  margin-top: 0 !important;
}
.kanban-item-card{
  margin-bottom: 0;
  border: 0;
  color: #344050;
  font-size: .83333rem;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}
.card-body:last-child{
  border-bottom-left-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

.kanban-column-footer {
  background-color: #F0F0F0;
  border-bottom-left-radius: 16px;;
  border-bottom-right-radius: 16px;;
  padding: 1rem 1.25rem;
}
.new-board{
  position: absolute;
  right: 0;
  bottom: 6px;
}

.text-truncate-2{
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.form-card{
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
  border: 8px !important;
  padding: 16px;
  border-radius: 10px;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}
.pointer{
  cursor: pointer;
}

.kanban-column:not(.form-added) .add-card-form {
  display: none;
}

.cui__breadcrumbs{
  font-size: 14px;
}
.cui__breadcrumbs .prev {
  color: #19AFFA !important;
  font-weight: normal !important;
}
.table{
  color: #454A55 !important;
}
th.sticky-action{
  position: sticky;
  right: 0;
  background: #F5F8F9;
}
td.sticky-action{
  position: sticky;
  right: 0;
  background: #fff;
}
.table.attendance{
  height: 420px;
}
.table tr td p{
  margin-bottom: 0 !important;
}
thead{
  background: #F5F8F9;  
}
.table-hover tbody tr:hover{
    color: #010B24 !important;
    background: #f9f9f9 !important;
}
.table td, .table th{
  border-top:1px solid #CECECE !important;
  vertical-align: middle;
  padding: 8px;
}
 .table th{
  color: #010B24 !important;
  border-bottom:1px solid #CECECE !important;
}

.text-readonly{
  border-radius: 6px ;
  background-color: #f2f4f8;
  border: 1px solid #e4e9f0;
  color: #454A55;
  font-size: 14px ;
  width: 100%;
  padding: .375rem .75rem;
  display: block;
}
.text-readonly p{
        line-height: 1.6rem;
  margin-bottom: 0 !important;
}
#previews-card{
  margin: 0 -8px;
}
.image-upload{
    position: relative;
    flex: 0 0 auto;
    width: 200px;
    margin-bottom: 10px;
    padding: 0 8px;
}
.image-upload:last-child{
  margin-right: 0;
}
.image-upload img{
  border: 1px solid #e4e9f0;
  border-radius: 6px;
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: contain;
}
.image-upload .img-delete{
  position: absolute;
  right: 20px;
  top: 6px;
}
.circle{
  background: #0066FC;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.circle.today{
  background: #76aeff;
}
.circle.selected{
  background: #e5e5e5 !important;
}
.circle.birthday{
  background: #ffade7;
}
.circle.wfh{
  background: #f3ca3b !important;
}
.fc .fc-daygrid-day.fc-day-today{
  background-color: #76aeff !important;
}
.table tbody tr:first-child td{
  border-top: none !important;
}
.modal{
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.modal-title{
  font-weight: bold;
}
.cui__breadcrumbs__arrow:after{
  color: #454A55;
}

.tooltip .tooltip-inner{
  font-size: 10px;
    padding: 4px 12px !important; 
}
legend{
  font-size: 1.25rem !important;
  margin-bottom: 8px;
}
.card.w-border{
  border: 1px solid #CECECE !important;
  margin-bottom: 1rem !important;
}
.card.w-border:last-child{
  margin-bottom: 0 !important;
}
.card.w-border .card-header{
  background: #F5F8F9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #010B24 !important;
  padding: 8px 16px;
  border-bottom: 1px solid #CECECE !important;
}
.timesheet-item{
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #CECECE;
}
.timesheet-item:last-child{
  border-bottom: none;
}

select.form-control.w-dropdown{
      padding-right: 26px;
    background-repeat: no-repeat;
    background-position: center right 8px;
  background-image:url('../../assets/components/kit/core/img/chevron-down.png') !important;
    background-size: 18px auto;
}
.swal2-title{
    text-align: center;
    display: block !important; 
    padding-top: 0 !important;
    padding-bottom: 16px;
    margin-bottom: 0;
    font-size: 1.5em;
  color: #010B24;
}
.swal2-input{
    display: flex;
    margin: 0 20px !important;
    border-radius: 6px !important;
}
.swal2-actions{
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}
.swal2-html-container{
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.swal2-popup {
      padding: 20px 0 !important;
}
.swal2-icon{
    margin: 0 auto !important;
    margin-bottom: 16px !important;
}
.swal2-confirm{
    border-radius: 6px !important;
    background: radial-gradient(138.01% 141.42% at 0% 0%, #19AFFA 0%, #0066FC 100%) !important;
    color: #fff !important;
    padding: 7px 16px !important;
    width: 160px !important;
    font-weight: 700 !important;    
}
.swal2-deny, .swal2-cancel{
    border-radius: 6px !important;
    background: #F0F2F4 !important;
    color: #454A55 !important;
    padding: 7px 16px !important;
    width: 160px !important;  
    font-weight: 700 !important;
}
table.dataTable > tbody > tr.child span.dtr-title{
      display: block !important;
}

.container-clock{
  width:80px;
}
textarea.form-control{
  resize: unset;
  overflow: auto !important;
}
textarea::-webkit-scrollbar{
  width: 4px;  
}

textarea::-webkit-scrollbar-thumb{    
  width: 4px;
  background-color: rgba(209, 213, 219);
  border-radius: 6px;
}
.btn-modal{
  width: 140px
}

.btn-upload{
  width:124px;
  height: 2.6rem;
}
.btn-action-type2{
  height: 2.6rem;
  width: 40px;
  margin-left: 12px;
}

.border-time {
  border: 1px solid #CECECE;
  border-radius: 6px;
  line-height: 2.6;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

table.dash.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{
  top: auto !important;
}
.cui__footer__logo{
  text-transform: none;
  letter-spacing: 0 !important;
  font-weight: bold !important;
}
.cui__footer__logo span{
  /* font-size: 12px !important;
  letter-spacing: 0;
  margin-left: 6px !important;
  font-weight: normal !important;
  width: 8px;
  height: 8px; */
  display: none;
}
.dropdown .dropdown-menu .dropdown-item.active, .btn-group .dropdown-menu .dropdown-item.active{
  background: radial-gradient(138.01% 141.42% at 0% 0%, #19AFFA 0%, #0066FC 100%) !important;
  color: #fff;
}
.dropdown-menu{
  border-radius: 8px !important;
}
.dropdown-menu.add-employee{
  padding: 0!important;
  font-size: 0.9em !important;
  color: #454A55 !important;
  text-align: center !important;
  border: none !important;
  background: #fff !important;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10) !important;
}
.dropdown-menu.add-employee .dropdown-item{
  padding: 8px 16px !important;
  border-radius: 8px !important;
}
.dropdown .dropdown-menu .dropdown-item, .btn-group .dropdown-menu .dropdown-item{
  padding: 0.5rem 1rem !important;
}
.bs-searchbox{
  padding: 4px 1rem !important;
  padding-bottom: 12px !important;
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-render .dropify-font-file::before{
  margin-bottom: 0 !important;
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner{
  padding: 20px;
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p{
  text-align: center !important;
}
.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"]{
  background-color: #f2f4f8;
  border: none !important;
  border-radius: 0 !important;
}
.form-control.custom-textarea .note-editor.note-frame{
  border: 1px solid #e4e9f0 !important
}
.fc .fc-toolbar-title{
  font-size: 1.25rem !important;
  font-weight: bold !important;
}
.fc .fc-toolbar.fc-header-toolbar{
  margin-bottom: 1rem !important;
}
.event-holiday{
  background-color: #ff5353 !important;
  color: #fff !important;
}
.event-leave{
  background-color: #8DECB4 !important;
}
.event-birthday{
  background-color: #8DECB4 !important;
}
.cui__menuLeft__item__link.header-top{
  line-height: 34px !important;
}

.event-wfh{
  background: #ffade7 !important;
}

.fc .fc-highlight{
  background:#e5e5e5 !important;
}
.fc .fc-bg-event{
  opacity: 1 !important;
  background: #007bff !important;
}

#leave-table{
  max-height: 100px;
  overflow-y: auto;
}
.fc-toolbar-chunk button{
 text-transform: capitalize !important;
}
.cui__topbar__actionsDropdown{
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cui__topbar .dropdown-toggle.notif {
  border-radius: 100%;
  background: #E5E7EB;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0 !important;
  width: 40px;
  height: 40px;
}
.cui__topbar .dropdown-toggle-icon.icon-notif{
  font-size: 20px;
  bottom: unset !important;
  position: relative;
  color: #454A55;
  margin-right: 0;
  padding: 0;
}
.dropdown-toggle.notif span{
  min-width: unset;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 8px;
  line-height: unset;
  width: 22px;
  height: 22px;
}
.dropdown-toggle-avatar{
  border-radius: 100%;
}
.dropdown-toggle.notif::after{
  border: none;
}
.text-lightgrey{
  color: #B1BABD;
}
.list-unstyled.notif li a{
  color: unset !important;

}
.dropdown-notif{
  width: 390px;
}
/* .list-unstyled.notif li:hover{
  background: rgb(213, 213, 213,0.2);
} */
.kit__l2__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-60 {
  width: 60% !important;   
}
.custom-input{
  border: 1px solid #CECECE !important;
  padding: .375rem .75rem;
  border-radius:6px;
  height: 2.9rem;
}
marquee{
  border-radius: 16px;
  border: 1px solid #E5E7EB;
  background: #FFF;
  padding: 6px 0;
  margin-right: 18px;
  cursor: pointer;
  width:60%;
}

.input-right-nonradius{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.input-left-nonradius{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.btn.btn-light.w-border{
  border: 1px solid #e4e9f0 !important;
  border-left: none !important;
  display: flex;
  align-items: center;
}
.text-check{
  color: #4B7FCA ;
}
.btn-check{
  border: 1px solid #A6CAFF;
  background: #E3EEFF;
  display: flex;
  align-items: center;
}

.column-link-to{
  text-decoration: underline;
  color: #007bff;
  cursor: pointer;
}

.bullet-notification{
  display: inline-block; 
  width: 8px; 
  height: 8px; 
  border-radius: 50%; 
  background-color: red; 
  margin-left: 10px;
}

.status-report-attendance{
  font-size: 11px; 
  padding: 5px 7px;  
  border-radius: 5px;
}

/* Biar daftar preset (Today, Yesterday, This Year, dst) bisa di-scroll */
.daterangepicker .ranges ul{
  max-height: 220px;  
  overflow-y: auto;
  margin: 0;  
  padding-right: 6px;   /* ruang untuk scrollbar supaya teks ga ketutup */
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
  .menu-bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    z-index: 9;
    height:64px;
    padding:0 8px;
      overflow: scroll;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      overflow: auto;
      white-space: nowrap;
      
  }
  .menu-item{
    width:60px;
    display: inline-flex;
    justify-content: center;
    margin-right: 4px;
    text-align: center;
  }
  .menu-item:last-child{
    margin-right: 0;
  }
  .menu-bottom a{
    padding: 4px;
    height: 54px;
  }
  .menu-bottom a small{
    font-size: 0.7em !important;
  }

  .menu-bottom a.active{
    width:100%;
    color:#fff; 
    border-radius:6px; 
    background: radial-gradient(138.01% 141.42% at 0% 0%, #19AFFA 0%, #0066FC 100%) !important;
  }
  .menu-bottom a.active small, .menu-bottom a.active i{
    font-weight: 600;
  }
  .menu-bottom a.active i{
    color:#fff !important; 
  }
}
@media (min-width: 1200px){
  .w-xl-60{
    width: 60% !important;      
  }
  .ml-btn-xl{
    margin-left: 12px;
  }
  .w-xl-100{
    width:100% !important;
  }
}
@media (min-width: 575px) {
  .w-md-75 {
    width: 75% !important;
  }
}
@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }
    .mr-lg-auto{
      margin-right: auto !important;
    }
    .w-lg-50{
      width: 50% !important;
    }
}

@media (max-width: 991px) {
  marquee{
    margin-left: 40px;
    margin-right: 12px;
  }
  
  .new-board{
    position: relative;
    bottom: unset;
  }
  .container-clock{
    width:100%;
  }

  .table.attendance{
    height: 370px;
  }  
  .ml-btn{
    margin-left: 0;
  }
  .p-filter{
    padding: 6px 14px;
  }
  hr{
        margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_filter label{
    width: 100%;
    display: flex;
    align-items: center;
  }
  div.dataTables_wrapper div.dataTables_length label{
    margin-bottom: 1rem !important;
  }
  div.dataTables_wrapper div.dataTables_filter label{
    margin-bottom: 1rem !important;
  }
  div.dataTables_wrapper div.dataTables_filter input{
    width:100%;
  }
}

@media (max-width: 575px) {
  .dropdown-notif{
    width: 300px;
  }
  .timesheet-item{
    padding: 14px;
  }
  .card.w-border .btn{
    padding: 8px 4px;
  }
  .modal .modal-header .close{
    margin-top: -12px !important;
  }
  .modal-footer{
    padding: 16px 1rem;
  }
  .cui__layout__footer {
    left: 0;
  }
  #previews-card{
    margin: 0 -4px;
  }
  .image-upload{
    width: calc(100% / 3.5);
    padding: 0 4px;
    margin-bottom: 8px;
  }
  .image-upload .img-delete{
    right: 8px;
  }
    .image-upload .preview img{
      width: 100%;
    }
        .cui__utils__content {
        padding: 2rem 1.06rem !important;
        padding-top: 16px !important;
    }
    .cui__breadcrumbs{
              padding: 2rem 1.06rem !important;
                      padding: 12px 1.06rem !important;
        padding-bottom: 0 !important;
    
    }



    /* Hide scrollbar for Chrome, Safari and Opera */
    .ps-hide::-webkit-scrollbar {
        display: none;
    }
    /* Hide scrollbar for IE, Edge and Firefox */
    .ps-hide {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
}