/*MY CSS*/
.sidebar-nav>ul>li.selected {
    padding: 0; 
}
.sidebar-nav ul .sidebar-item .first-level .sidebar-item a.sidebar-link:before {
    content: "\e65a";
    font-size: 10px;
    line-height: 10px;
    padding: 3px 6px 0px 0px;
    vertical-align: middle;
    font-family: themify;
}

.img-responsive {
    width: 100%;
}

a.pro-pic {
    margin-right: 5px;
}

a.text-inverse.dele {
    font-size: 16px;
    line-height: 0px;
}

.form-check {
    display: block;
    padding: 0;
}
.dropleft .dropdown-toggle::before
{
display:none;
}

.btn-group, .dropleft {
margin-left:20px;
cursor:pointer;
}
.btn-group, .dropleft i .ti-more-alt{
font-size:20px;}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #e9ecef;
}
.dropleft, .dropdown-menu.show {
padding: 0;
border-bottom:none; 
}
.dropdown-item {
    border-bottom: 1px solid #e9ecef;
}

.modal-header
{
    background: #f1f3f6;
}
.table tbody th {
    font-weight: 500;
    color: #212529;
    letter-spacing: 0;
}
div#datatable1_paginate a {
    padding: 0px 0px 0px 15px;
}
.dataTables_length select {
    border: 1px solid hsla(0,0%,62.7%,.25);
    margin-right: 10px;
    padding: .25rem .5rem;
    color: inherit;
    width: 80px!important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before {
    line-height: 14px !important;
    left: 5px !important;
    top: 12px !important;
    height: 12px !important;
    width: 12px !important;
    font-size: 14px;
}
.dataTables_filter input {
    border: 1px solid hsla(0,0%,62.7%,.25);
    margin-left: 10px;
    padding: .25rem .5rem;
    color: inherit;
}
@media (max-width: 767.98px){
input[type=email], input[type=password], input[type=search], input[type=text] {
    -webkit-appearance: none;
}
}

h4.card-header {
    padding: 12px 10px;
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: 1px solid #eee;
    color: #000;
    background-color: rgb(247 247 247);
    text-transform: uppercase;
    font-weight: 400;
}

.form-group.row label {
    text-align: right;
}



/*IMAGE UPLOADING CSS*/
input[type="file"] {
  display: block;
}
.imageThumb {
    max-height: 55px;
    position: relative;
}
.pip {
    display: inline-block;
    padding:5px;
    border-top: none;
    position: relative;
}
.remove {
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    position: absolute;
    background: #fff;
    padding: 1px 5px 1px 0px;
    border-bottom-right-radius: 15px;
}
input.my-control {
    display: block;
    width: 100%;
    height: auto;
    padding: .375rem .75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e5e7;
    border-radius: 2px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: small;
}

.btn-file {
    position: relative;
    overflow: hidden;
    line-height:24px;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer !important;
    outline: none;
    display: block;
}

#img-upload{
    width: 100%;
    padding:10px;
}

/*LANDING PAGE AREA CSS*/
.landing-wrapper .landing-page{
background: #fff;
padding: 20px;
}
.landing-wrapper .landing-page .logo {
   margin-bottom: 5px;
margin-top: 1px;
}
.selection-title {
  margin-bottom: 14px;
}
.landing-wrapper .landing-page label{
font-size:12px;
}
.dashboard-wrapper label {
    font-size: 10px;
}

/* block-$ */
.block-effect {
    font-size: calc(5px + 4vw);
    margin-bottom: 0;
    line-height: 30px;
    position: fixed;
    bottom: 10px;
    width: 100%;
}

.block-reveal {
    --t: calc(var(--td) + var(--d));
    color: transparent;
    padding: 4px 12px;
    position: relative;
    overflow: hidden;
    animation: revealBlock 0s var(--t) forwards;
}
.block-reveal::after {
    content: '';
    width: 0%;
    height: 100%;
    padding-bottom: 4px;
    position: absolute;
    top: 0;
    left: 1px;
    background: var(--bc);
    animation: revealingIn var(--td) var(--d) forwards, revealingOut var(--td) var(--t) forwards;
}

label.footer-issue {
    font-size: 10px;
    letter-spacing: 0;
    margin-bottom: 0;
    width:100%;
}

.footer .small, small{
letter-spacing:0px;
}


.main-user-name.text-right {
    position: absolute;
    right: 55px;
    top: 20px;
}

h5.header-user-date {
    margin-left: -40px;
    font-size: 14px;
    text-align: left !important;
    position: absolute;
    left: 85px;
    top: 20px;
}
.main-user-name h6 {
    line-height: 0;
    font-size: 12px;
    margin-bottom: -10px;
    font-weight: 400;
    letter-spacing: 1px;
}
.main-user-name small{
    font-size: 10px;
    text-align: center !important;
    opacity: 0.8;
    letter-spacing: 1px;
}

.complaint-reciept .table tbody th{
font-size:10px;
padding:5px;
}

.complaint-reciept .table td{
font-size:10px;
padding:5px;
}

.complaint-reciept .form-control{
padding:0;
border:unset;
}


small.mike-recorder {
    position: absolute;
    left: 11px;
    background: #233d63;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 20px;
}
small.mike-recorder i {
    color: #fff;
    font-size: 10px;
    padding: 5px 10px 10px;
}


.camera-img i {
    border-radius: 100%;
    color: #000 !important;
    font-size: 18px;
}

.camera-img {
    background-color: #e9ecef!important;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 65px;
    color: #fff !important;
}

.btn.add-user.btn-success.btn-sm {
    text-transform:capitalize;
    position: relative;
}

/* animations */
@keyframes revealBlock {
  100% {
    color: #0f0f0f;
  }
}

@keyframes revealingIn {

  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes revealingOut {

  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }

}

.card.id-card h6 {
    font-weight: 500;
    color: #343a40;
    margin-bottom:5px;
    font-size: 13px;
}

/*UPLOAD NEW MACHINE IMAGE CSS CODE*/
.preview-images-zone1 {
    margin-top: 10px;
    border-right: none;
    border-left: none;
}

.preview-images-zone1 > .preview-image1  {
    height: 80px;
    width: 80px;
    position: relative;
    float: left;
    margin: 2px 2px 2px 2px;
    border: 1px solid #e9f9f7;
    border-radius: 3px;
}

.preview-images-zone1 > .preview-image1 > .image-zone1 {
    width: 100%;
    height: 100%;
}
.preview-images-zone1 > .preview-image1 > .image-zone1 > img {
    width: 100%;
    height: 100%;
}


.preview-images-zone1 > .preview-image1 > .image-cancel1 {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: -7px;
}

.preview-images-zone1 > .preview-image1 > .image-cancel1 i {
    font-size: 10px;
    color: #ef6e6e !important;
}



/*UPLOAD OLD MACHINE IMAGE CSS CODE*/
.preview-images-zone2 {
    margin-top: 10px;
    border-right: none;
    border-left: none;
}
.preview-images-zone2 > .preview-image2 {
    height: 80px;
    width: 80px;
    position: relative;
    float: left;
    margin: 2px 2px 2px 2px;
    border: 1px solid #e9f9f7;
    border-radius: 3px;
}

.preview-images-zone2 > .preview-image2 > .image-zone2 {
    width: 100%;
    height: 100%;
}
.preview-images-zone2 > .preview-image2 > .image-zone2 > img {
    width: 100%;
    height: 100%;
}


.preview-images-zone2 > .preview-image2 > .image-cancel2 {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: -7px;
}

.preview-images-zone2 > .preview-image2 > .image-cancel2 i {
    font-size: 10px;
    color: #ef6e6e !important;
}


/*UPLOAD BEFORE MACHINE IMAGE CSS CODE*/
.preview-images-zone3 {
    margin-top: 10px;
    border-right: none;
    border-left: none;
}
.preview-images-zone3 > .preview-image3 {
    height: 80px;
    width: 80px;
    position: relative;
    float: left;
    margin: 2px 2px 2px 2px;
    border: 1px solid #e9f9f7;
    border-radius: 3px;
}

.preview-images-zone3 > .preview-image3 > .image-zone3 {
    width: 100%;
    height: 100%;
}
.preview-images-zone3 > .preview-image3 > .image-zone3 > img {
    width: 100%;
    height: 100%;
}


.preview-images-zone3 > .preview-image3 > .image-cancel3 {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: -7px;
}

.preview-images-zone3 > .preview-image3 > .image-cancel3 i {
    font-size: 10px;
    color: #ef6e6e !important;
}


/*UPLOAD BEFORE MACHINE IMAGE CSS CODE*/
.preview-images-zone4 {
    margin-top: 10px;
    border-right: none;
    border-left: none;
}
.preview-images-zone4 > .preview-image4 {
    height: 80px;
    width: 80px;
    position: relative;
    float: left;
    margin: 2px 2px 2px 2px;
    border: 1px solid #e9f9f7;
    border-radius: 3px;
}

.preview-images-zone4 > .preview-image4 > .image-zone4 {
    width: 100%;
    height: 100%;
}
.preview-images-zone4 > .preview-image4 > .image-zone4 > img {
    width: 100%;
    height: 100%;
}


.preview-images-zone4 > .preview-image4 > .image-cancel4 {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: -7px;
}

.preview-images-zone4 > .preview-image4 > .image-cancel4 i {
    font-size: 10px;
    color: #ef6e6e !important;
}

.Compaint-Message p {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin-bottom: 5px;
}

.Compaint-Message h5 {
    font-size: 15px;
}


.notifications {
    position: absolute;
    top: 0;
    right: 30px;
    background: #d760ff;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 50px;
}


@media only screen and (max-width: 600px) {
    .form-group.row label {
    text-align: left !important;   
}
.form-group {
    margin-bottom: 15px;
}

li lebel {
    margin: 0px 10px 0px 0px;
}
.card-body .section-desc{
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #343a40;
}
}

@media only screen and (min-width: 320px) {
.btn-xs{
font-size:8px;
}
.preview-images-zone1 > .preview-image1, 
.preview-images-zone2 > .preview-image2,
.preview-images-zone3 > .preview-image3,
.preview-images-zone4 > .preview-image4 {
    height: 70px;
    width: 70px;
}

}   
