.dtr-details{
	width: 100% !important;
}
.dtr-details li .dtr-data, .dtr-details li .dtr-title {
	border-bottom: 0px solid #000 !important;
}
.dtr-control {
	min-width: 70px;
	align-items: center !important;
	height: 100% !important;
}
.mobile-view {
    display: none;
}
@media (min-width: 768px) {
    .desktop-view {
        display: block !important;
    }
    .mobile-view {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .desktop-view {
        display: none !important;
    }
    .mobile-view {
        display: block !important;
    }
    .cb-filter-btn .filter-text {
        display: none;
    }
    .cb-filter-btn i {
        margin-right:0px !important;
    }
    .dtr-control:before {
        border: 0 !important;
        height: 1.35rem;
        width: 1.35rem;
        line-height: 1.5;
        text-indent: -999px !important;
        margin-bottom: -0.3375rem;
        margin-right: 0.675rem;
        display: inline-block;
        position: relative;
        font-size: 1.05rem;
        border: 0;
        box-shadow: none;
        mask-size: 85%;
        -webkit-mask-size: 85%;
        content: " ";
    }
    :root .dtr-control:before,
    [data-bs-theme="light"] .dtr-control:before {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: #1b84ff;
        -webkit-mask-image: url("images/down.svg");
        mask-image: url("images/down.svg");
    }
    [data-bs-theme="dark"] .dtr-control:before {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: #1b84ff;
        -webkit-mask-image: url("images/down.svg");
        mask-image: url("images/down.svg");
    }
    .dt-hasChild.dtr-expanded .dtr-control:before {
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: #1b84ff;
        -webkit-mask-image: url("images/up.svg");
        mask-image: url("images/up.svg");
    }

    .card .card-body {
        padding: 1rem 1.2rem;
    }
    
    .card > .card-header {
            padding: 0 1rem;
    }
}

table.dataTable > tbody > tr.child span.dtr-title,
table.dataTable > tbody > tr.child span.dtr-data,
.table td, .table th {
    font-weight: 500 !important;
    color:rgb(120,130,157) !important;
    font-size: 14px !important;
}

.btn>i {
    padding: 0px !important;
}

label.error {
    color: #F8285A;
}

.card .card-header {
    min-height: 50px;
}

#datatable_search {
    font-weight: 500;
    background-color: var(--bs-gray-100);
    border-color: var(--bs-gray-100);
    color: var(--bs-gray-700);
    transition: color .2s ease;
}
.modal-text{
    margin-bottom: 0px;
}

.modal-form .modal-header   {
    padding: 0.75rem 1.75rem !important;
}

.cb-date-picker-btn{
    padding: 0px 10px;
}
.ui-footer {
  border-width: 0 !important;
  background: transparent !important; 
}

.ui-grid-d  {
  overflow: visible !important;
  background: transparent !important;
}
.ui-grid-d > .ui-block-a,
.ui-grid-d > .ui-block-b,
.ui-grid-d > .ui-block-c,
.ui-grid-d > .ui-block-d,
.ui-grid-d > .ui-block-e {
  text-align: center !important;
  background: transparent !important;
  padding-top: .3em;
  padding-bottom: .9em;
}

.ui-icon-big {
  height: 40px !important;
  width: 40px !important;
  margin-top: -18px !important;
  border-radius: 20px !important;
}
.ui-icon-big:after {
  width: 32px !important;
  height: 32px !important;
  background-size: 22px !important;
  background-color: #F4123D !important;
  background-color: rgba(244, 18, 61, 0.8) !important;
  margin-top: -16px !important;
  margin-left: -16px !important;
}
.zoom {
  position: fixed;
  bottom: 45px;
  right: 24px;
  height: 70px;
}

.zoom-fab {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #1b84ff;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  transition: 0.2s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #FFF;
}

.zoom-fab:hover {
  background-color: #1b84ff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.zoom-btn-large {
  width: 60px;
  height: 60px;
  line-height: 60px;
}


.zoom-menu {
  position: absolute;
  right: 70px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 500px;
  list-style: none;
  text-align: right;
}

.zoom-menu li {
  display: inline-block;
  margin-right: 10px;
}

.zoom-card {
  position: absolute;
  right: 150px;
  bottom: 70px;
  transition: box-shadow 0.25s;
  padding: 24px;
  border-radius: 2px;
  background-color: #009688;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  color: #FFF;
}

.zoom-card ul {
  -webkit-padding-start: 0;
  list-style: none;
  text-align: left;
}

.scale-transition { transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; }

.scale-transition.scale-out {
  transform: scale(0);
  transition: transform 0.2s !important;
}

.scale-transition.scale-in { transform: scale(1); }
#zoomBtn i {
    font-size:2rem;
    margin-top:19px;
}
.dtr-control.arrow-right::before, 
.dtr-control.arrow-right:before {
    float: right;
}
.opacity-0-3 {
    opacity: 0.3 !important;
}
.opacity-1 {
    opacity: 1 !important;
}
.ki-arrow-up-down .opacity-2:before,
.ki-arrow-up-down .opacity-1:before{
  opacity: 1 !important;  
}
.cursor{
    cursor: pointer;
}
.float-right {
    float: right;
}
.cke_notifications_area{
    display: none;
}
.form-control-solid {
    border: 1px solid var(--bs-gray-300) !important;
    background-color: var(--bs-gray-200) !important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.image-input-placeholder {
    background-image: url('svg/avatars/blank.svg');
}
[data-bs-theme="dark"] .image-input-placeholder {
    background-image: url('svg/avatars/blank-dark.svg');
}
thead th,
thead td,
tbody th,
tbody td {
    text-align: center;
}
.form-control-sm {
    min-height: calc(1.5em + 1.1rem + 2px);
    padding: 0.55rem 0.75rem;
    font-size: 0.95rem;
    border-radius: 0.425rem;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
thead tr td,
thead tr th {
    align-content: center;
}
table.table.dataTable > :not(caption) > * > * {
    align-content: center;
}
.dt-container.dt-bootstrap5.dt-empty-footer .row{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--bs-border-color);    
}
.font-weight-bold{
    font-weight: bold;
}
.align-content-center{
    align-content:center;
}
.table-card-header{
    padding: 0px 6px !important;
}
.dt-container .table-responsive{
    min-height:350px;
}
.w-10 {
    width: 10% !important;
}
.w-5 {
    width: 5% !important;
}
.w-15 {
    width: 15% !important;
}#kt_app_content_container .card-body{
    padding-top:15px !important;
}