@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
    font-family:  "Exo", sans-serif;
}
.logo a {
    display: inline-block;
    max-width: 200px; 
}

.horizontal-menu ul li a {
    display: block;
    font-size: 13px;
    padding: 10px 5px;
    color: #000000;
    text-transform: capitalize;
}

.mobile_menu li {
    display: block;
    padding: 10px;
}

.mmenu li {
    display: inline-block;
}
.mmenu li a {
    padding: 5px;
    font-size: 12px;
}

.mmenu {
    margin-top: 10px;
    text-align: center;

}

@media (max-width: 767px) {
    .logo {
        text-align: center;
    }
}

.btn-xs {
    padding: 3px 7px;
    font-size: 12px;
}

.btn {
    border-radius: 0px;
    font-family:  "Exo", sans-serif;
}

.table td, .table th {
    padding: 3px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 12px;
}

.modal-title {
    font-size: 15px;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: left;
    padding: 4px 5px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0px;
    text-align: left;
    font-size: 13px;
    min-width: 110px;
}

.form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 21px;
    border-radius: 0px;
    margin-bottom: 3px;
}

.form-row>.col, .form-row>[class*=col-] {
    padding-right: 4px;
    padding-left: 4px;
    margin-bottom: 4px;
}

.select2-container {
    flex: 1 1 auto;
    border-radius: 0px;
    height: 31px;
    font-size: 13px !important;
}

.select2-container--default .select2-selection--single {
       background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0px !important;
    height: 31px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 31px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 10px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

input {
    overflow: visible;
    padding-left: 10px !important;
}

.dnone {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 18px;
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    height: 31px !important;
    clip-path: inset(50%) !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 100% !important;
    white-space: nowrap !important;
}


.tablesorter-filter {
    width: 100%;
    padding: 2px;
    margin: 0px;
    border: none;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
}

.tablesorter-filter.disabled {
    display: none;
}

/* extra css needed because there are 5 child rows */
/* no zebra striping */
.tablesorter-blue tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
.tablesorter-blue tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
.tablesorter-blue tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow + tr.tablesorter-childRow + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
/* with zebra striping */
.tablesorter-blue tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow + tr.tablesorter-childRow + tr.tablesorter-childRow > td
.tablesorter-blue tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow + tr.tablesorter-childRow + tr.tablesorter-childRow + tr.tablesorter-childRow > td
.tablesorter-blue tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
.tablesorter-blue tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow + tr.tablesorter-childRow + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
  background: #d9d9d9;
}
.tablesorter-blue tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
.tablesorter-blue tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
.tablesorter-blue tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow + tr.tablesorter-childRow + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
  background: #bfbfbf;
}

/* Grouping widget css;
 * contained in widget.grouping.css (added v2.28.4)
 */
tr.group-header td {
  background: #D5D5D5;
  text-align: left;
}
.group-name {
  text-transform: uppercase;
  font-weight: bold;
}
.group-count {
  color: #999;
}
.group-hidden {
  display: none !important;
}
.group-header, .group-header td {
  user-select: none;
  -moz-user-select: none;
}
/* collapsed arrow */
tr.group-header td i {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid #888;
  border-right: 4px solid #888;
  border-left: 4px solid transparent;
  margin-right: 7px;
  user-select: none;
  -moz-user-select: none;
}
tr.group-header.collapsed td i {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #888;
  border-right: 0;
  margin-right: 10px;
}



.dropzone .dz-message .dz-button {
    background: none;
    color: #ababab;
    border: none;
    padding: 0;
    font: inherit;
    font-size: 24px;
    cursor: pointer;
    outline: inherit;
}

.dropzone {
    min-height: 100px;
    border: 2px solid rgba(0, 0, 0, .3);
    background: #e9ecef;
    padding: 10px 10px;
    border-radius: 5px;
}

.login-form-head h4 {
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 7px;
    color: #fff;
}

.logout {
    color: #49fd50 !important;
    padding: 0px 6px !important;
    font-size: 19px !important;
    border-radius: 10px !important;
    background-color: #000 !important;
    display: inline-block !important;
    width: 29px !important;
    text-align: center !important;
}