.menu-position-top.menu-w.menu-with-image ul.main-menu {
    margin-top: 5px;
}

.slick-dots button {
    cursor: default !important;
}

.slick-dots li button:hover {
    opacity: 0.2 !important;
}

.mandatory-field {
    color: red;
}

.mobile-number-display {
    font-weight: bold;
}

.modal-container .modal-content {
    padding: 30px;
}

.modal-container .modal-header {
    font-size: large;
    border-bottom: 1px solid #fbfbfb;
}

.modal-open .modal {
    padding-left: 15px;
    padding-right: 15px;
}

.content-w {
    width: 100%;
}

.layout-w {
    height: 100%;
}

#img-preview {
    width: 224px;
    height: 175px;
    display: none;
}

.webcam-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    flex-direction: column;
}

.retake-pic {
    display: none;
}

.show-preview #img-preview {
    display: block;
}

.show-preview #my_camera {
    display: none;
}

.show-preview .capture-pic {
    display: none;
}

.show-preview .retake-pic {
    display: block;
}

.danger {
    color: #9d1818;
}

.all-wrapper table.dataTable {
    border-collapse: separate !important;
    margin-top: 0 !important;
}

/* .table.table-padded tbody td {
    background-color: #f2f4f8;
} */

.table.table-padded tbody td {
    padding: 0.5rem 1.1rem;
}

.table.table-padded thead tr th {
    border: none;
    font-size: 0.81rem;
    color: rgba(90, 99, 126, 0.49);
    letter-spacing: 1px;
    padding: 0.5rem 1.1rem;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 12px;
}

.dataTables_wrapper .row:last-child {
    border-top: none;
    padding-top: 0;
}

.support-index .st-body .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: contain;
}

.support-index .support-ticket-content-w .support-ticket-info .customer .avatar img {
    border-radius: 50px;
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.main-menu a {
    text-decoration: none !important;
}

.effect2 {
    position: relative;
}

.effect2:before,
.effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}


.required {
    color: red;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input[type=select-one] {
    -moz-appearance: textfield;
}

.content-i {
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
}


.element-search {
    display: none !important;
}

.remained {
    margin-top: -8px;
    padding-right: 12px;
    margin-bottom: 8px;
}

.sub-val {
    font-size: 0.72rem;
    color: rgba(90, 99, 126, 0.49)
}

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

.dashboard {
    background-color: #047bf8;
    padding: 4px 10px;
    border-radius: 6px;
    color: #fff;
    font-size: 0.72rem;
    text-transform: uppercase;
    display: none;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 4;
    cursor: pointer;
  }
  
  .dashboard:hover {
    background-color: #1a88fb;
  }
  
  .dashboard i {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
  }
  
  .dashboard span {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
  }

 
  
  
      .dashboard {
          display: none;
      }
 
