* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: uberMove;
  src: url(../Font/UberMoveTextBold.otf);
  src: url(../Font/UberMoveTextLight.otf);
  src: url(../Font/UberMoveTextMedium.otf);
  src: url(../Font/UberMoveTextRegular.otf);
}

body {
  background-color: #e5e5e5;
  font-family: uberMove;
}

.user-entry {
  background-color: #fff;
}

.user-entry .entry-form h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 50px;
}

.user-entry .entry-form img {
  margin-bottom: 5px;
}

.display-flex {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.input-field {
  max-width: 470px;
  margin: 0 auto;
}

.custom-input {
  height: 50px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 5px;
}

.custom-input:focus {
  box-shadow: none;
  border: 1px solid #e0e0e0;
}

.user-entry-banner {
  height: 100vh;
  background-image: url(../images/myllogin.jpg);
  background-position: center;
  background-size: cover;
}

.btn-login {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  background: #000000;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 13px 30px;
  margin-top: 40px;
}

.btn-login:hover {
  color: #ffffff;
}

.btn-entry {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  left: 513px;
  top: 726px;
  background: #000000;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #000;
}

.btn-entry:hover {
  color: #fff;
}

.dashboard-logo {
  /*padding-top: 30px;*/
  /*padding-bottom: 90px;*/
    padding-top: 0px;
    padding-bottom: 30px;
}

.menu {
  display: flex;
  align-items: center;
}

.menu.active {
  background: rgba(255, 255, 255, 0.3) !important;
  border-radius: 5px;
  color: #fff;
}

.menu:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  border-radius: 5px;
  transition: linear 0.4s;
}

.collapse-menu {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
}

.collapse-menu:hover {
  color: #828282;
  transition: linear 0.4s;
}

.collapse-menu.active {
  color: #828282;
}

.top-box {
  padding: 15px 0;
  background-color: #000;
}

.top-box h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 0;
}

.top-box .dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
}

.issue-box {
  background: #ffffff;
  border-radius: 10px;
}

.issue-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.issue-header h5 {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin: 0;
  text-transform: uppercase;
}

.add-new-issue {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.add-new-issue .search-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 244px;
  height: 40px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0px 10px;
  margin-right: 20px;
}
.add-new-issue .search-box .search-field {
  border: none;
  background-color: transparent;
}

.filter-box {
  width: 244px;
  height: 40px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: transparent;
}

.filter-box:focus {
  box-shadow: none;
  border: 1px solid #e0e0e0;
}

.add-new-issue .search-box .search-field:focus {
  box-shadow: none;
}

.btn-addIssue {
  width: 244px;
  height: 40px;
  background: #000000;
  border-radius: 5px;
  color: #fff;
  border: none;
}

.issue-type {
  padding: 20px;
}

.issue-type-box {
  width: 250px;
  height: 50px;
  background: transparent;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
}

.issue-type-box:hover {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  transition: linear 0.4s;
}

.issue-submit-btn {
  width: 350px;
  height: 50px;
  background: #000000;
  border-radius: 5px;
  color: #fff;
  border: none;
}

header {
  background: #000000;
  padding: 15px 0;
}

.display-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.display-header h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin: 0;
}

.token-box {
  background: #fff;
  margin: 20px 10px;
  padding: 20px 10px;
  border-radius: 10px;
}

.waiting-token-box {
  background: #000000;
  border-radius: 5px;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 10px;
}

.waiting-token-box p {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  margin: 0;
}

.waiting-token {
  background: #000000;
  border-radius: 5px;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
}

.serving-token {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 295px;
  background: #222222;
  border-radius: 5px;
  margin: 10px 0;
}

.serving-token h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
}

.serving-token h3 {
  font-weight: bold;
  font-size: 42px;
  line-height: 60px;
  color: #fff;
}

.details-box {
  background: #ffffff;
  border-radius: 10px;
  margin: 20px;
  padding-bottom: 20px;
}

.details-box .details-heading {
  padding: 15px 20px;
}

.details-box .details-heading h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin: 0;
}

.info-table {
  max-width: 800px;
  margin: 20px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 5px;
}

.info-table th {
  width: 240px;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  margin: 0;
}

.info-table td {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  margin: 0;
}

.btn-edit {
  padding: 11px 30px;
  width: 163px;
  background: #333333;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  margin-left: 20px;
}

.edit-form {
  max-width: 750px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
}

.edit-field {
  margin-bottom: 20px;
  height: 45px;
  /* background: #ffffff; */
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 5px;
}

.edit-field option {
  /* background: red !important; */
}

.edit-field option {
  /* background: yellow !important; */
}

.radio-btn:checked {
  background-color: #6d6d6d;
  border-color: #6d6d6d;
}

.radio-btn:focus {
  box-shadow: none;
  border-color: #6d6d6d;
}

.edit-field:focus {
  box-shadow: none;
  border: 1px solid #333333;
}

.btn-reset {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 107px;
  height: 40px;
  background: #e0e0e0;
  color: #333333;
  border-radius: 5px;
  border: none;
  margin-right: 20px;
}

.btn-reset:hover {
  background-color: #333333;
  color: #fff;
  transition: linear 0.4s;
}

.btn-reset.active {
  background-color: #333333;
  color: #fff;
}

.token-table {
  text-align: center;
}

.token-table thead {
  background: rgba(224, 224, 224, 0.5);
}

.token-table th,
td {
  font-weight: 500;
  font-size: 14px;
}

.token-table img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.action-box {
  background: #333333;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 60px;
  margin: 0 auto;
  padding: 2px 7px;
}

.action-box a {
  text-decoration: none;
  color: #fff;
}

.table-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-pagination,
.table-bottom p {
  border: 0;
  font-size: 14px;
  color: #828282;
  margin: 0;
}

.custom-pagination:hover {
  color: #333;
  font-weight: 500;
  background-color: transparent;
}

.custom-pagination:focus {
  box-shadow: none;
}

/* Admin Dashboard Design  */

.admin-form {
  max-width: 320px;
  margin: 0 auto;
}

label {
  color: #2b2b2b;
}

.user {
  display: flex;
  align-items: center;
  border-bottom: 1px solid;
}

.user-input {
  border: none;
  background: transparent;
}

.user-input:focus {
  box-shadow: none;
  background: transparent;
}

.overview {
  padding: 20px;
  margin: 0;
}

.service-box {
  background: #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 18px;
}

.retailer-details {
  background: #333333;
  padding: 34px 0;
  border-radius: 5px;
  margin-bottom: 18px;
  text-align: center;;
}

.retailer-details p{
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.service-box h5 {
  font-weight: 500;
  font-size: 24px;
  color: #000;
  margin: 0;
}

.service-box h6 {
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}

.service-box p {
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  color: #4f4f4f;
  margin: 0;
}

.service-point-box {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  text-align: center;
  padding: 20px 0;
}

.service-point-box h5 {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px;
}

.service-point-box p {
  font-weight: 500;
  font-size: 16px;
  color: #828282;
  margin: 10px 0;
}

.service-point-box .service-point-status {
  padding: 0 20px;
}

.service-point-box .service-point-status button {
  padding: 10px 30px;
  border: none;
  background: #333333;
  border-radius: 5px;
  color: #fff;
  width: 100%;
  margin-top: 30px;
}

.btn-claim {
  width: 90px;
  padding: 5px 0px;
  margin: 0 5px;
  background: #000000;
  border-radius: 5px;
  color: #fff;
  border: none;
}


.profile-img img{
  max-width: 120px;
  max-height:120px ;
  border-radius: 100%;
}

/* extra css*/
#name{
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#name:hover,#addUser:hover{
    color: navy !important;
}
.select2-container .select2-selection--multiple {
 min-height: 42px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
 margin-top: 6px !important;
 padding: 1px 6px 0px 0px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px !important;
    margin-left: 7px !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
    right: 7px !important;
}
.custom-input2{
    height: 40px !important;
}
.fa-edit, .fa-eye, .fa-window-close{
    cursor: pointer;
}

/*//extra css*/


