html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

.btn {
  height: 52px;
  border-radius: 10px;
  background-color: #292929;
  border-color: #292929;
  font-weight: 300;
  transition: all 0.3s ease-in;
  padding: 0 1em;
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
}
.btn:hover {
  opacity: 0.5;
  background-color: #292929;
  border-color: #292929;
}
.btn.btn-outline-primary {
  background-color: transparent;
  color: #000000;
}
.btn.btn-outline-primary:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  opacity: 1;
}
.btn.btn-outline-primary.blueColor {
  border-color: #0548a5;
  color: #0548a5;
}
.btn.btn-outline-primary.blueColor:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  opacity: 1;
}
.btn.btn-success {
  background-color: #6fba9a;
  border-color: #6fba9a;
  color: #ffffff;
}
.btn.btn-success:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  opacity: 1;
}
.btn.btn-outline-secondary {
  background-color: transparent;
  color: #000000;
  border-color: #000000;
}
.btn.btn-outline-secondary:hover {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #ffffff;
}
.btn.showColor {
  background-color: #d8e8ff;
  border-color: #d8e8ff;
  color: #0548a5;
  font-weight: 600;
}
.btn.showColor:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  opacity: 1;
}

a.btn {
  padding: 0;
  line-height: 50px;
  height: 52px;
  border-radius: 10px;
  background-color: #292929;
  border-color: #292929;
  font-weight: 300;
  transition: all 0.3s ease-in;
  padding: 0 1em;
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  flex-shrink: 0;
}
a.btn:hover {
  opacity: 0.5;
  background-color: #292929;
  border-color: #292929;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  font-size: 16px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  overflow-x: hidden;
}

a {
  transition: all ease 0.3s;
}

.swal2-popup .swal2-title,
.swal2-popup .swal2-content,
.swal2-popup .swal2-styled {
  font-family: "Urbanist", sans-serif !important;
}

.swal2-confirm {
  background-color: #6fba9a !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}

/* Input Form */
.form-group {
  position: relative;
}
.form-group .form-label {
  font-size: 1em;
  margin-bottom: 0.7em;
  font-weight: 500;
  color: #000000;
}
.form-group .form-control {
  border-radius: 6px;
  border-color: #9f9f9f;
  font-size: 1.1em;
  padding: 0 1.2em;
  color: #000000;
  height: 62px;
}
.form-group .form-control:focus {
  box-shadow: none;
  border-color: #292929 !important;
}
.form-group .form-control::-moz-placeholder {
  color: #000000;
  opacity: 0.3;
}
.form-group .form-control::placeholder {
  color: #000000;
  opacity: 0.3;
}
.form-group .form-control.form-controlIcon {
  background: #ffffff;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 21px;
  height: 62px;
  border: 1px solid #9f9f9f;
}
.form-group input[type=text],
.form-group input[type=password],
.form-group input[type=email] {
  height: 62px;
}
.form-group .labelPos {
  color: #333333;
  font-weight: 600;
  letter-spacing: -0.3px;
  font-size: 0.875em;
  margin-bottom: 0.3em;
}
.form-group.formGroup {
  margin-bottom: 1.7em;
}
.form-group.formGroup .form-control {
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #7c7c7c;
}
.form-group.formGroup .form-control:focus {
  border-color: #000000;
}
.form-group.formGroup .form-control.ps4 {
  padding-left: 2.5em;
}
.form-group.formGroup .form-control::-moz-placeholder {
  color: #000000;
  opacity: 0.5;
}
.form-group.formGroup .form-control::placeholder {
  color: #000000;
  opacity: 0.5;
}

/* CheckBox */
.form-check-label {
  position: relative;
  top: 2px;
  color: #292929;
}

.form-check-input {
  border-radius: 100px !important;
  width: 1.1em;
  height: 1.1em;
}
.form-check-input:checked {
  background-color: #666666;
  border-color: #666666;
  box-shadow: none;
}

.form-check.form-check1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Navbar */
.headTitle {
  font-size: 1.438em;
  font-weight: 600;
  padding-left: 1em;
}

@media (min-width: 1180px) {
  .container-fluid {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.navbar {
  position: fixed;
  width: calc(100% - 17em);
  top: 0;
  transition: margin 0.25s ease-out;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  z-index: 3;
  box-shadow: 0px 20px 70px rgba(86, 89, 146, 0.1);
}
.navbar.sticky {
  background-color: #ffffff;
  box-shadow: 0px 20px 70px rgba(86, 89, 146, 0.1);
}
@media (max-width: 767px) {
  .navbar {
    width: 100%;
    position: relative;
    padding-right: initial;
  }
  .navbar .navbar-collapse {
    padding-top: 1.5em;
  }
  .navbar .navbar-collapse .searchBox {
    margin: 0 auto 1em;
    max-width: 100%;
  }
  .navbar .navbar-collapse .navbar-nav .cartBox {
    margin: 0;
  }
  .navbar .navbar-collapse .navbar-nav.align-items-center {
    align-items: flex-start !important;
  }
}
.navbar .searchBox {
  width: 100%;
  max-width: 300px;
  position: relative;
  margin-right: 1em;
}
.navbar .searchBox .form-control {
  border-radius: 10px;
  background: #ffffff;
  height: 3em;
  border-color: transparent;
  font-size: 0.875em;
  padding-right: 2.5em;
}
.navbar .searchBox .form-control:focus {
  box-shadow: none;
  border-color: #292929;
}
.navbar .searchBox iconify-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 0.9em;
}
.navbar .cartBox {
  display: flex;
  gap: 1.4em;
  margin: 0 1em;
}
.navbar .cartBox iconify-icon {
  color: #000000;
  font-size: 1.3em;
  position: relative;
  top: 2px;
  transition: all ease 0.3s;
}
.navbar .cartBox iconify-icon:hover {
  color: #f6f6f6;
}
.navbar .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 0.9em;
  color: #000000;
}
.navbar .dropdown .dropdown-toggle span {
  font-size: 1em;
  font-weight: 600;
}
.navbar .dropdown .dropdown-menu .dropdown-item {
  font-size: 0.875em;
}

.dropdown-menu .dropdown-item:active {
  background-color: #f6f6f6 !important;
}

/* Sidebar */
#wrapper {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -18rem;
  transition: margin 0.25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#page-content-wrapper {
  margin-left: 17em;
  padding: 7.5em 0 1em;
  transition: margin 0.25s ease-out;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  #page-content-wrapper {
    padding: initial;
  }
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
  margin-left: 0;
  z-index: 4;
}
@media (max-width: 767px) {
  body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    width: 70%;
  }
}

.list-group-item {
  border-color: transparent !important;
}

.cross {
  text-decoration: none;
  position: absolute;
  top: -1px;
  right: 4px;
  font-size: 2em;
  color: #000000;
}

.sidebar {
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.sidebar .sidebar-logo {
  position: relative;
  text-align: center;
  padding: 2em 0;
}
.sidebar .sidebar-logo img {
  width: 200px;
}
@media (min-width: 768px) {
  .sidebar .sidebar-logo .cross {
    text-decoration: none;
    position: absolute;
    top: -1px;
    right: 4px;
    font-size: 2em;
    color: #000000;
    display: none;
  }
}
.sidebar .list-group-item iconify-icon {
  font-size: 1.25em;
  width: 20px;
}
.sidebar .list-group {
  padding: 0 1em 0 0;
  height: calc(100vh - 12rem);
  overflow-x: hidden;
  overflow-y: auto;
}
.sidebar .list-group::-webkit-scrollbar-track {
  background-color: transparent;
}
.sidebar .list-group::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0);
  visibility: hidden;
  -webkit-appearance: none;
  width: 6px;
  height: 6px;
}
.sidebar .list-group::-webkit-scrollbar-thumb {
  visibility: hidden;
  border-radius: 3px;
  background-color: #f6f6f6;
}
.sidebar .list-group:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}
.sidebar .list-group.list-group-flush .list-group-item {
  color: #000000;
  background-color: transparent;
  font-weight: 300;
  font-size: 1em;
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 1em 1.2em;
  margin-bottom: 0.2em;
  letter-spacing: 0.15px;
  border: 0;
  transition: all ease-in 0.3s;
  border-radius: 0 100px 100px 0;
}
.sidebar .list-group.list-group-flush .list-group-item svg {
  width: 1.25em;
}
.sidebar .list-group.list-group-flush .list-group-item.active {
  border: 0;
  background: #000000;
  color: #ffffff;
}
.sidebar .list-group.list-group-flush .list-group-item:hover {
  border: 0;
  background: #000000;
  color: #ffffff;
}
@media (max-width: 767px) {
  .sidebar {
    z-index: 2;
  }
}

.sb-sidenav-toggled #page-content-wrapper {
  margin-left: 0;
}
.sb-sidenav-toggled .navbar {
  margin-left: 0em;
  width: 100%;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
    width: 272px;
  }
  body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: -18rem;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 768px) {
  #page-content-wrapper {
    margin-left: 0;
  }
}
#sidebarToggle {
  height: 40px !important;
  border-radius: 5px;
  padding: 0 1em !important;
  display: none;
}
@media (max-width: 991px) {
  #sidebarToggle {
    display: block;
  }
}

/* Table */
.table {
  border-collapse: collapse;
}
.table td,
.table th {
  padding: 1.4em;
  vertical-align: middle;
}
.table thead tr th {
  color: #000000;
  background-color: #f6f6f6;
  font-size: 0.875em;
  font-weight: 600;
}
.table thead tr th:first-child {
  border-top-left-radius: 15px;
}
.table thead tr th:last-child {
  border-top-right-radius: 15px;
}
.table.tableBorder tbody tr td:first-child {
  border-left: 1px solid #ebe8ff;
}
.table.tableBorder tbody tr td:last-child {
  border-right: 1px solid #ebe8ff;
}
.table tbody tr td {
  color: #000000;
  border-top: 1px solid #ebe8ff;
  border-bottom: 1px solid #ebe8ff;
  font-size: 0.813em;
  font-weight: 500;
}
.table tbody tr td:first-child {
  border-left: 1px solid #ffffff;
}
.table tbody tr td:last-child {
  border-right: 1px solid #ffffff;
}
.table tbody tr td.orderID a {
  color: #000000;
}
.table tbody tr td .tb_action {
  display: flex;
  gap: 0.6em;
  justify-content: flex-start;
}
.table tbody tr td .tb_action a {
  background-color: #f6f6f6;
  width: 42px;
  height: 42px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  border: 1px solid #000000;
}
.table tbody tr td .tb_action a iconify-icon {
  font-size: 1.3em;
}
.table tbody tr td .tb_action a:hover {
  background-color: #000000;
  color: #fff
}
.table tbody tr td .tb_action a.view {
  background-color: #856404;
}
.table tbody tr td .tb_action a.view:hover {
  background-color: #000000;
  color: #ffffff;
}
.table tbody tr td .tb_action a.edit {
  background-color: #ffffff;
}
.table tbody tr td .tb_action a.edit:hover {
  background-color: #000000;
  color: #ffffff;
}
.table tbody tr td .tb_action a.block {
  background-color: #004085;
}
.table tbody tr td .tb_action a.block:hover {
  background-color: #000000;
  color: #ffffff;
}
.table tbody tr td .tb_action a.del {
  background-color: #ffffff;
}
.table tbody tr td .tb_action a.del:hover {
  background-color: #dc3545;
  color: #ffffff;
  border-color: #dc3545;
}
.table.tableCard {
  border-collapse: initial;
  border-spacing: 0;
  border-radius: 5px;
}
.table.tableCard thead tr th {
  padding: 0.8em 1.2em;
}
.table.tableCard thead tr th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 0;
}
.table.tableCard thead tr th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
}
.table.tableCard tbody tr td {
  border-radius: unset;
  border-right: 1px solid #e1e1e1;
}
.table.tableCard tbody tr td:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.table.tableCard tbody tr td:not(:nth-child(2)) {
  text-align: center;
}
.table.tableCard tbody tr td .nameuser {
  color: #6f6b7d;
  font-weight: 500;
  transition: all ease 0.3s;
}
.table.tableCard tbody tr td .nameuser:hover {
  color: #f6f6f6;
}
.table.tableCard .table_filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table.tableCard .table_filter h1 {
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 0.15px;
  flex-grow: 3;
}
.table.tableCard .table_filter .worker_form {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 1em;
}
.table.tableCard .table_filter .worker_form .form-control {
  max-width: 100%;
  color: #b4b2b7;
  height: 42px;
  font-size: 1em;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border-radius: 10px;
}
.table.tableCard .table_filter .worker_form .form-control:focus {
  box-shadow: none;
}
.table.tableCard .dropdown {
  border-radius: 10px;
}
.table.tableCard .dropdown.actionDrop .dropdown-toggle {
  color: #4e4e4e;
}
.table.tableCard .dropdown .dropdown-menu {
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-spacer: 0;
  background: #ffffff;
  box-shadow: 0px 4px 16.1px 0px rgba(0, 0, 0, 0.19);
  border-radius: 10px;
}
.table.tableCard .dropdown .dropdown-menu .dropdown-item {
  font-size: 0.875em;
  color: #4f4c54;
  font-weight: 500;
  padding: 0.6em 1.2em;
}
.table.tableCard .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #fff8f8;
  color: #000000;
}
.table.tableCard .timetd {
  font-size: 0.9em;
}
.table.tableCard .timetd.onleave {
  color: #ff4e58;
}
.table.tableCard.tableCard1 tr td {
  padding: 1em;
}
.table.tableCard.tableCard1 tr td:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.table.tableCard.tableCard1 tr td:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.table.tableCard.tableCard1 tr td:not(:nth-child(2)) {
  text-align: left;
  border-radius: 0;
}
.table.tableCard.tableCard2 tr,
.table.tableCard.tableCard2 td {
  font-size: 0.875em;
  padding: 1em 0.4em;
}
.table.tableCard.tableCard2 tr td:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.table.tableCard.tableCard2 tr td:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.table.tableCard.tableCard2 tr td:not(:nth-child(2)) {
  text-align: center;
  border-radius: 0;
}
.table.tableCard.tableCardPadding tr,
.table.tableCard.tableCardPadding td {
  font-size: 0.875em;
  padding: 1em 0.6em;
}
.table.tableCard.tableCardPadding tr td:nth-child(3) {
  text-align: left;
  border-radius: 0;
}
.table.tableCard.tableWhite {
  background-color: #ffffff;
}
.table.tableCard.tableCardPadding1 tr,
.table.tableCard.tableCardPadding1 td {
  font-size: 0.875em;
  padding: 1em 0;
}
.table.tableCard.tableCardPadding1 tr.textRight,
.table.tableCard.tableCardPadding1 td.textRight {
  text-align: right !important;
}
.table.tableCard.tableCardPadding1 thead tr td {
  color: #000000;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8em;
}
.table.tableCard.tableCardPadding1 tr td {
  border-left: 0;
  border-right: 0;
  text-align: left !important;
}
.table.tableCard.tableCardPadding1 tr td:nth-child(3) {
  text-align: left;
  border-radius: 0;
}
.table.tableCard.tableCardPadding1 tfoot tr td {
  border-top: 3px solid rgba(227, 6, 19, 0.46);
  border-bottom: 3px solid rgba(227, 6, 19, 0.46);
  font-size: 1.6em;
  padding: 0.5em 0;
}

.badge {
  padding: 0.7em 0.9em;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 1.1px;
  border-radius: 10px;
}
.badge.badge-light-primary {
  border: 1px solid #6fba9a;
  color: #6fba9a;
}
.badge.bg-outline-default {
  border: 1px solid #969696;
  color: #969696;
}
.badge.bg-outline-success {
  border: 1px solid #6fba9a;
  color: #6fba9a;
}
.badge.badge-light-info {
  border: 1px solid #0548a5;
  color: #0548a5;
}
.badge.badge-light-warning {
  border: 1px solid #ff9c2c;
  color: #ff9c2c;
}

.disableOpacity {
  opacity: 0.4;
}

.colorinfo {
  color: #00aaff;
}

/* Pagination */
.paginationNew {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1em;
  font-size: 0.8em;
}
.paginationNew a {
  font-size: 1.8em;
  text-decoration: none;
  color: #000000;
  line-height: 0;
}
.paginationNew a.prev {
  color: rgba(58, 53, 65, 0.54);
}

.bg-primary {
  background-color: #fff8f8 !important;
}

/* Modal */
.modal .modal-header {
  border-bottom: 0;
}
.modal .modal-header .modal-title {
  color: #292929;
  font-weight: 600;
}
.modal .modal-header .closeModal {
  font-size: 1.7em;
  cursor: pointer;
}
.modal .modal-header .closeModal:hover {
  /*color: #ff;*/
}
.modal .modal-body .btn {
  border-radius: 100px;
  text-transform: uppercase;
}

/* Calander */
.calendar__box {
  padding: 2em;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 1.6em;
}
.calendar__box h2 {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 0.4em;
}
.calendar__box .ui-datepicker-header {
  background-color: transparent;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  position: relative;
}
.calendar__box .ui-datepicker-prev span,
.calendar__box .ui-datepicker-next span {
  display: none;
}
.calendar__box .ui-datepicker-prev:after {
  content: "<";
  font-size: 2rem;
  float: left;
  margin-left: 10px;
  cursor: pointer;
  color: #000000;
}
.calendar__box .ui-datepicker-next:after {
  content: ">";
  float: right;
  font-size: 2rem;
  margin-right: 10px;
  cursor: pointer;
  color: #000000;
}
.calendar__box .ui-datepicker-calendar th {
  padding: 15px 0px;
  color: #000000;
}
.calendar__box .ui-datepicker-prev.ui-corner-all {
  position: absolute;
  right: 0;
}
.calendar__box .ui-datepicker-prev.ui-corner-all.ui-datepicker-prev {
  right: 60px;
}
.calendar__box .ui-datepicker-calendar {
  text-align: center;
  width: 100%;
}
.calendar__box .ui-datepicker-title {
  padding: 10px 0;
  color: #000000;
  display: flex;
  font-size: 1.5em;
  font-weight: 500;
}
.calendar__box .ui-datepicker-calendar td {
  padding: 15px 0px;
  border: 1px solid #d5d4df;
  cursor: pointer;
}
.calendar__box .ui-datepicker-calendar .ui-state-default {
  text-decoration: none;
  color: #000000;
}
.calendar__box .ui-datepicker-calendar .ui-state-active {
  color: #ffffff;
}
.calendar__box .ui-datepicker-current-day {
  background-color: #f6f6f6;
}
.calendar__box .ui-datepicker-unselectable.ui-state-disabled {
  background-color: #f2f3f7;
}
.calendar__box .ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
  color: #a8a8a8;
}

.deleteIcon iconify-icon {
  transition: all ease 0.3s;
  font-size: 1.3em;
  color: #e30613;
}
.deleteIcon:hover iconify-icon {
  opacity: 0.7;
}

.shiftBox {
  display: flex;
  align-items: center;
  gap: 0.4em;
  margin-bottom: 1.5em;
}
.shiftBox span {
  font-size: 0.875em;
  min-width: 90px;
  text-align: center;
}
.shiftBox .form-control {
  font-size: 0.8em;
  border-radius: 100px;
  height: 42px;
  background-color: #f0f0f0;
  border-color: #c4c4c4;
  border-style: dashed;
}
.shiftBox .form-control:focus {
  box-shadow: none;
}

/* Header Box */
.header_box {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 1.3em;
}
.header_box h1 {
  margin: 0;
  font-size: 1.125em;
  letter-spacing: 0.15px;
  font-weight: 700;
  color: #000000;
}
.header_box a {
  line-height: 0;
  color: #000000;
  font-size: 1.3em;
}
.header_box a:hover {
  color: #f6f6f6;
}
.header_box.mb5 {
  margin-bottom: 2em;
}
.header_box.header_box1 h1 {
  color: #000000;
}

textarea.form-control {
  height: initial !important;
  padding-top: 1em !important;
}

.bgprimary {
  background-color: #f3f3f3;
}

/* Badge */
.bg-danger {
  background: rgba(227, 6, 19, 0.1) !important;
  color: #f6f6f6;
}

.bg-success {
  background: #6fba9a !important;
  color: #ffffff;
}

.bg-info {
  background: #00aaff !important;
  color: #ffffff;
}

.textCenter {
  text-align: center !important;
}

.redLink {
  color: #f6f6f6;
}

.header .dropdown-toggle::after {
  display: none !important;
}
.header .nav-link iconify-icon {
  font-size: 1.5em;
  position: relative;
  top: 3px;
  color: #000000;
}

.dashboardTitle {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.15px;
  color: #3a3541;
  opacity: 0.87;
  margin-bottom: 1.2em;
}

/* Stats */
.statsBox {
  margin-bottom: 0.5em;
}
.statsBox ul {
  display: flex;
  flex-direction: row;
  gap: 3em;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 1em;
}
@media (max-width: 767px) {
  .statsBox ul {
    justify-content: flex-start;
    gap: 1em;
  }
}
.statsBox ul li {
  border-radius: 12px;
  background-color: #f0f6ff;
  padding: 0.7em 1.5em;
  text-align: center;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .statsBox ul li {
    padding: 0.7em 0.7em;
  }
}
.statsBox ul li span {
  font-weight: 200;
  margin-right: 0.4em;
}
.statsBox ul li strong {
  color: #0548a5;
}
.statsBox ul li.stats_color1 {
  background-color: #eefff2;
}
.statsBox ul li.stats_color1 strong {
  color: #6fba9a;
}
.statsBox ul li.stats_color2 {
  background-color: #fffcee;
}
.statsBox ul li.stats_color2 strong {
  color: #ff9c2c;
}
.statsBox ul li.stats_color3 {
  background-color: #fceeff;
}
.statsBox ul li.stats_color3 strong {
  color: #a50595;
}
.statsBox ul li.stats_color4 {
  background-color: #f4f0ff;
}
.statsBox ul li.stats_color4 strong {
  color: #5205a5;
}
.statsBox.statsBoxNew ul {
  justify-content: flex-start;
  gap: 1em;
}

.termsbox h1 {
  font-size: 3em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .termsbox h1 {
    font-size: 2em;
  }
}

.boldHeading {
  font-weight: 500 !important;
  color: #000000 !important;
}

.paidColor {
  color: #6fba9a;
  font-weight: 600;
}

.headerSection {
  background-color: #f6f6f6;
  padding: 1em;
  text-align: center;
}

.toggle-password {
  position: absolute;
  top: 32px;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1.125em;
  color: #5e5959;
}

.loginbox {
  padding: 4em 0;
}
.loginbox .loginImg {
  height: 650px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .loginbox .loginImg {
    height: 350px;
  }
}
.loginbox .forgotPassword {
  text-decoration: none;
  color: #292929;
  font-weight: 200;
  margin: 1em 0 1.5em;
  display: block;
}
.loginbox .loginContent {
  padding-left: 2em;
}
.loginbox .loginContent h2 {
  font-size: 3.375em;
  text-transform: uppercase;
  letter-spacing: 2.32px;
}
.loginbox .loginContent h2 strong {
  font-size: 0.5em;
  color: #0548a5;
}
.loginbox .loginContent p {
  font-weight: 200;
  margin-bottom: 1.3em;
}
@media (max-width: 991px) {
  .loginbox .loginContent {
    padding-left: 0;
    padding-top: 1.3em;
  }
}
.loginbox .loginContent .loginFooter {
  text-align: center;
  padding-top: 1.5em;
  font-weight: 200;
}
.loginbox .loginContent .loginFooter a {
  text-decoration: none;
  font-weight: 400;
  color: #000000;
}
.loginbox .loginContent .loginFooter a:hover {
  opacity: 0.5;
}

.footerSection {
  margin-top: auto;
  background-color: #000000;
  padding: 1.6em;
}
.footerSection .footerFlex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
}
@media (max-width: 991px) {
  .footerSection .footerFlex {
    flex-direction: column;
    row-gap: 1em;
  }
  .footerSection .footerFlex p {
    text-align: center;
  }
}
.footerSection .footerFlex .socialLink {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.5em;
}
.footerSection .footerFlex .socialLink a {
  opacity: 0.6;
  text-decoration: none;
  font-size: 1.2em;
  color: #ffffff;
}
.footerSection .footerFlex .socialLink a:hover {
  opacity: 1;
}
.footerSection .footerFlex p {
  opacity: 0.6;
}
.footerSection .footerFlex ul {
  display: flex;
  flex-direction: row;
  gap: 0.4em;
}
.footerSection .footerFlex ul li a {
  opacity: 0.6;
  text-decoration: none;
  color: #ffffff;
}
.footerSection .footerFlex ul li a:hover {
  opacity: 1;
}

.titleH2 {
  font-size: 1.438em;
  font-weight: 600;
  margin-bottom: 0.1em;
}

.stats {
  margin-bottom: 2em;
}
.stats .card {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  padding: 1em;
}
.stats .card .card-body iconify-icon {
  font-size: 3.5em;
  margin-bottom: 0.2em;
  color: #f6f6f6;
}
.stats .card .card-body h2 {
  font-size: 1.5em;
  margin: 0;
}

.uimg {
  border-radius: 100px;
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* User Box */
.userBox {
  width: 104px;
  height: 104px;
  position: relative;
  margin-bottom: 1em;
}
.userBox img {
  border: 4px solid #f6f6f6;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.userBox .userUpload {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #414042;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.userBox .userUpload:hover {
  background-color: #f6f6f6;
}

.userImage {
  width: 42px;
  height: 42px;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Card Shadow */
.card_shadow {
  background: #ffffff;
  margin-bottom: 1.5em;
}
.card_shadow.card_shadownone {
  box-shadow: none;
}
.card_shadow__body {
  padding: 1.3em;
}
.card_shadow__body__ubox {
  text-align: center;
}
.card_shadow__body__ubox h2 {
  color: #3a3541;
  opacity: 0.8;
  font-size: 1.375em;
}
.card_shadow__body p {
  color: #3a3541;
  margin-bottom: 0.4em;
  letter-spacing: 0.15px;
}
.card_shadow__body p strong {
  opacity: 0.87;
}
.card_shadow__body p span {
  opacity: 0.67;
}
.card_shadow__body .project_images {
  display: flex;
  gap: 1em;
}
.card_shadow__body .project_images img {
  width: 100%;
  height: 232px;
}
.card_shadow .header_box1 {
  padding: 1.3em;
}
.card_shadow .header_box1 h1 {
  color: #f6f6f6;
}
.card_shadow ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card_shadow ul li h4 {
  letter-spacing: 0.15px;
  color: #f6f6f6;
  opacity: 0.87;
  font-size: 1em;
  margin-bottom: 0.4em;
}
.card_shadow ul li p {
  letter-spacing: 0.14px;
  color: #f6f6f6;
  opacity: 0.87;
  font-size: 0.875em;
}
.card_shadow ul li span {
  font-size: 0.875em;
  color: #20b15a;
}
.card_shadow ul li:nth-child(odd) {
  background-color: #f8f8f8;
}
.card_shadow ul.timelinecard {
  margin-top: 1.3em;
}
.card_shadow ul.timelinecard li {
  position: relative;
  padding: 0;
  padding-left: 1.9em;
  background-color: transparent;
  margin-bottom: 2.2em;
}
.card_shadow ul.timelinecard li::after {
  content: "";
  position: absolute;
  background-color: #f6f6f6;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  left: 0;
  top: 2px;
  border: 3px solid #fce1e3;
}
.card_shadow ul.timelinecard li::before {
  content: "";
  position: absolute;
  top: 2em;
  left: 8px;
  background-color: rgba(58, 53, 65, 0.12);
  width: 2px;
  height: 90%;
}
.card_shadow ul.timelinecard li div {
  width: 100%;
}
.card_shadow ul.timelinecard li div h5 {
  font-size: 1em;
  letter-spacing: 0.15px;
  color: #3a3541;
  opacity: 0.87;
  display: flex;
  align-items: center;
  margin-bottom: 0.7em;
}
.card_shadow ul.timelinecard li div h5 small {
  margin-left: auto;
  font-weight: 300;
}
.card_shadow ul.timelinecard li div p {
  width: 100%;
  max-width: 380px;
  margin-bottom: 1em;
}
.card_shadow ul.timelinecard li div .timeline_images {
  display: flex;
  gap: 1.2em;
}
.card_shadow ul.timelinecard li div .timeline_images img {
  border-radius: 10px;
}
.card_shadow ul.ulListDetails h4 {
  padding: 0;
}
.card_shadow ul.ulListDetailsUsers li {
  background-color: #ffffff !important;
  margin-bottom: 1.2em;
}
.card_shadow ul.ulListDetailsUsers li .uBox {
  display: flex;
  align-items: center;
  gap: 1em;
}
.card_shadow ul.ulListDetailsUsers li .uBox iconify-icon {
  font-size: 3em;
  color: #878787;
}
.card_shadow ul.ulListDetailsUsers li .uBox h5 {
  font-size: 1em;
  color: #424242;
  font-weight: 300;
  margin-bottom: 0.3em;
}
.card_shadow ul.ulListDetailsUsers li .uBox p {
  color: #757575;
  font-weight: 400;
}
.card_shadow ul.ulListDetailsUsers li .uBox p.payPedning a {
  opacity: 1;
  text-decoration: none;
  color: #0548a5;
}
.card_shadow ul.ulListDetailsUsers li .uBox a {
  color: #1e1e1e;
  font-weight: 600;
  opacity: 0.7;
}
.card_shadow ul.ulListDetailsUsers li span {
  color: #757575;
  font-size: 0.875em;
  font-weight: 300;
}
.card_shadow ul.ulListDetailsUsers li:last-child {
  margin-bottom: 0;
}
.card_shadow .detailscard ul li {
  height: 100%;
  padding: 0.2em 0;
  justify-content: inherit;
  background-color: #ffffff;
  gap: 1.8em;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}
.card_shadow .detailscard ul li:nth-child(odd) {
  background-color: #ffffff;
}
.card_shadow .detailscard ul li::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f7f7f7;
  min-width: 250px;
  max-width: 250px;
  width: 100%;
}
.card_shadow .detailscard ul li h3 {
  position: relative;
  color: #000000;
  font-size: 1em;
  padding: 0.7em 0.8em;
  width: 100%;
  min-width: 250px;
  max-width: 250px;
}
.card_shadow .detailscard ul li span {
  flex-grow: 2;
  color: #5f6c72;
  font-size: 0.875em;
}
.card_shadow .detailscard ul li.alignStart {
  padding-bottom: 1em;
  align-items: flex-start;
}
.card_shadow h4 {
  padding: 1.3em 0.8em 1.3em;
  font-size: 1em;
  background-color: #6d60f8;
  color: #fff;
}

/* Uploading Image */
.uploadimg {
  margin-bottom: 1.3em;
}
.uploadimg label {
  border: 2px dashed #e6e7eb;
  border-radius: 15px;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
}
.uploadimg label img {
  max-width: 55px;
}
.uploadimg label p {
  color: #3a3541;
  opacity: 0.38;
  font-size: 1em;
  font-weight: 500;
  margin: 10px 0px 0px;
}

.uploadImagesList {
  display: flex;
  gap: 2em;
}
.uploadImagesList img {
  width: 105px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.uploadImagesList iconify-icon {
  position: absolute;
  cursor: pointer;
  top: -6px;
  right: -5px;
}
.uploadImagesList div {
  border: 1px solid #dededd;
}

.view_profile .user_info {
  border: 1px solid #dee2e6;
  border-radius: 12px;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
}
.view_profile .profilepic {
  border: 1px solid #f5f5f5;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 140px;
}

.basicTitle {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

/* mENU tITLE */
.menuList {
  position: relative;
  color: #000000;
  padding-left: 0.6em;
  opacity: 0.3;
  margin-bottom: 1.2em;
}
.menuList span {
  display: inline-block;
  background-color: #ffffff;
  padding: 0 0.6em;
  z-index: 2;
  position: relative;
  font-size: 0.9em;
  letter-spacing: 0.4px;
}
.menuList::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: #000000;
  height: 1px;
  width: 100%;
  top: 11px;
  opacity: 0.2;
}

/* Card Shadow */
.cardShadow {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 1.7em;
}
.cardShadow h2 {
  font-size: 1.5em;
  font-weight: 500;
}
.cardShadow p.desc {
  opacity: 0.5;
}
.cardShadow p.desc a {
  font-weight: 600;
  color: #0548a5;
  opacity: 1;
}
.cardShadow p.desc1 span {
  opacity: 0.5;
}
.cardShadow p.desc1 a {
  font-weight: 600;
  color: #0548a5;
}
.cardShadow p.desc1 a:hover {
  color: #000000;
}
.cardShadow .cardFlex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 1em;
}
.cardShadow .cardFlex .resultBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
  font-size: 0.875em;
}
@media (max-width: 767px) {
  .cardShadow .cardFlex .resultBox {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
}

.resultBox .resultBox_1 {
  border-radius: 12px;
  background-color: #f0f6ff;
  padding: 0.7em 1.5em;
  text-align: center;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .resultBox .resultBox_1 {
    width: 100%;
  }
}
.resultBox .resultBox_1.resColor strong {
  color: #0548a5;
}
.resultBox .resultBox_1.resColor1 strong {
  color: #6fba9a;
}

.searchFlex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5em;
}
.searchFlex .form-control {
  height: 52px;
  border-color: #9f9f9f;
  padding-left: 2.5em;
  border-radius: 10px;
}
.searchFlex .form-group iconify-icon {
  position: absolute;
  top: 21px;
  left: 15px;
  font-size: 22px;
  color: #afafaf;
}
.searchFlex.searchIcon .form-control {
  padding-left: 1em;
  padding-right: 2em;
}
.searchFlex.searchIcon iconify-icon {
  right: 15px;
  left: auto;
}
@media (max-width: 767px) {
  .searchFlex {
    flex-direction: column;
    row-gap: 1em;
  }
}

.paginaion {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.paginaion h4 {
  font-size: 1.1em;
  font-weight: 200;
}
.paginaion .pagination {
  gap: 0.4em;
}
.paginaion .pagination .page-item .page-link {
  padding: 0.3em 0.8em;
  border-radius: 7px;
  border-color: #000000;
  color: #000000;
}
.paginaion .pagination .page-item.active .page-link {
  background-color: #000000;
  color: #ffffff;
}

.filterBox {
  margin-bottom: 1.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.ordersdetails {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5em;
  color: #000000;
}
.ordersdetails h5 {
  font-size: 1em;
  font-weight: 200;
}
.ordersdetails strong
{
   color: #0548a5
}
.ordersdetails .line {
  opacity: 0.5;
}
.ordersdetails.ordersdetails1 {
  font-size: 0.875em;
  gap: 0.5em;
}
.ordersdetails.ordersdetails1 .emailText {
  color: #0548a5;
  font-size: 0.9em;
}
@media (max-width: 1280px) {
  .ordersdetails {
    flex-wrap: wrap;
  }
}

.card {
  border-radius: 0;
}
.card .card-header {
  background-color: #0548a5;
  border-radius: 0;
  color: #ffffff;
}
.card .card-body ul {
  margin-bottom: 0;
}
.card .card-body ul.lastCHild li:last-child {
  /*margin-bottom: 0;*/
}
.card .card-body ul li {
  margin-bottom: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}
.card .card-body ul li h3 {
  color: #000000;
  font-size: 0.8em;
  width: 9em;
  font-weight: 600;
}
.card .card-body ul li p {
  color: #000000;
  font-size: 0.8em;
  font-weight: 500;
}

.totalBox {
  padding-top: 1.3em;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.totalBox div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
  color: #6c6a72;
  margin-bottom: 1em;
}
.totalBox div h3 {
  font-size: 1em;
  font-weight: 200;
  width: 200px;
}
.totalBox div span {
  font-size: 1em;
  font-weight: 500;
}
.totalBox div:last-child {
  margin-bottom: 0;
}
.totalBox div.borderNEW {
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 1em;
}

.labelText {
  font-size: 1em;
  margin-bottom: 0.7em;
  font-weight: 200;
  color: #000000;
}

.radioFlex {
  display: flex;
  flex-direction: row;
  gap: 4em;
}

.headingTop {
  margin-bottom: 0.9em;
  color: #3a3541;
  opacity: 0.87;
  font-size: 1.25em;
  font-weight: 300;
}

.borderRemove {
  border-right: 0;
  border-left: 0;
}

.addmore {
  color: #0548a5;
  text-decoration: none;
  font-weight: 600;
}
.addmore:hover {
  color: #000000;
}

.payHeading {
  color: #000000;
  font-size: 1em;
  margin-bottom: 1em;
}

.notebox {
  background-color: #e2e2e2;
  color: #000000;
  padding: 1em;
  border-radius: 5px;
}

.payMents {
  display: flex;
  flex-direction: row;
  gap: 0.8em;
  margin-left: auto;
}

.profileShadow {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.profileShadow h2 {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 0.2em;
}
.profileShadow p {
  margin-bottom: 0;
  font-size: 1em;
  opacity: 0.4;
}

.nav-tabs {
  border: 0;
}
.nav-tabs .nav-item {
  margin-right: 1em;
}

.nav-tabs .nav-item a {
  text-decoration: none
}


.nav-tabs .nav-item .nav-link {
  background-color: #ebebeb;
  border-color: #000000;
  border-radius: 10px;
  padding: 0.6em 1.7em;
  color: #000000;
}
.nav-tabs .nav-item .nav-link.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;

}

@media screen and (max-width: 991px) {
  .payMents .btn {
    font-size: 0.8em;
  }
  .profileShadow {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .cardShadow .cardFlex div {
    width: 100%;
  }
  .cardShadow p.desc1 span {
    font-size: 0.8em;
    margin-right: 0.2em;
  }
  .filterBox {
    padding-top: 1.2em;
  }
  .paginaion {
    justify-content: center;
  }
  .paginaion h4 {
    display: none;
  }
  .filterBox {
    row-gap: 1em;
  }
  .filterBox.filterBox1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .cardShadow {
    padding: 1em;
  }
  .headingTop {
    padding-top: 1.2em;
  }
  .payMents {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .payMents .btn {
    width: 100%;
  }
  .nav-tabs {
    flex-direction: row;
    justify-content: space-between;
    gap: 0.5em;
  }
  .nav-tabs .nav-item {
    margin-right: 0;
    flex-grow: 1;
  }
  .nav-tabs .nav-item .nav-link {
    padding: 0.6em 0.6em;
    width: 100%;
  }
  .profileShadow {
    margin-bottom: 1em;
  }
  .pt20 {
    padding-top: 1.2em;
  }
  .ulListDetailsUsers li {
    flex-direction: column;
  }
  .ulListDetailsUsers li span {
    width: 100%;
    display: block;
    text-align: right;
    padding-top: 0.5em;
  }
}
.bluecolors {
  color: #0548a5;
}

.userName {
  font-size: 1.1em;
  color: #000000;
}/*# sourceMappingURL=style.css.map */

.error,.validation-error-message{
  color: red;
}

.sa-button-container
{
  margin-top: 1.3em
}

button.cancel.btn.btn-lg.btn-default {
    background-color: #d95350;
    border-color: #d95350;
    color: #ffffff;
}

a.paginate_button {
width: 40px;
    height: 40px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    margin: 0px 5px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #000000;
    color: #000000
}

a.paginate_button.current {
    background: #000000;
    color: #fff;
}

a.paginate_button.disabled {
    pointer-events: none;
    opacity: 0.2;
    color: #000000
}

.dataTables_filter
{
  display: none !important
}

.dataTables_paginate {
      margin-top: 15px;
    text-align: end;
}

.chosen-container
{
  width: 100% !important
}


.chosen-container-single .chosen-single {
    height: 52px !important;
    align-items: center;
    display: flex !important;
    background: #fff !important;
    font-size: 15px !important;
    padding: 0 18px !important;
    box-shadow: none !important;
    font-size:16px !important;
}


.chosen-container-single .chosen-single div {

    top: 13px !important;
    right: 6px !important;
  
}

.crossCard
{
  color:#fff;font-size: 29px;position: relative;top: 4px
}

.crossCard:hover{
  color: #000000
}

.badgeStyle
{
     padding: 0.7em 1em;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 1.1px;
    border-radius: 6px;
    position: absolute;
    right: 13px;

}


.btn:focus{
  box-shadow: none !important;
}

.StripeElement {
    border: 1px solid #9f9f9f;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 1em
}

.dropdownBox .collBody
{
      padding: 0px 22px 0 53px;
    background-color: #f8f8f8;
    border-radius: 20px;
}

.dropdownBox .collBody ul li a {
    color: #000;
    padding: 0.4em 0;
    display: block;
    text-decoration: none;
    font-weight: 300;
}

.dropdownBox .collBody ul li a.active{

  font-weight: 700
}

.arrowRight
{
      margin-left: auto;
    position: relative;
    top: 3px;
    right: -15px;

}

.arrowRight iconify-icon
{
  font-size: 1em
}

ul.lastCHild.lastFlex {
    display: flex;

    flex-direction: row;
    flex-wrap: wrap;
    column-gap:1em;
}

ul.lastCHild.lastFlex li
{
  width: 32%;
  justify-content: flex-start;
}

ul.lastCHild.lastFlex li h3
{
  width: auto;
}

ul.lastCHild.lastFlex li p
{
  color: #0548a5;
  font-size: 13px
}

.form-select
{
  height: 62px;
      border-color: #9f9f9f;
    border-radius: 10px;
}

.form-select:focus
{
  border-color: #000000;
  box-shadow:none;
}
.dataTables_info{
  padding-top: 15px;
}

.sortingDiv
{
  display: flex;
  flex-direction: row;
  align-items: center;
  div{
    min-width: 79px;
  }
  select{
    padding: 4px 10px 4px 6px;
            appearance: auto;
  }
}






