.edit-in {
  width: 100%;
  height: 100%;
  text-align: center;
}

.edit-in form {
  width: 100%;
  height: 100%;
}

.edit-in_txt {
  width: 100%;
  height: 40px;
  background: #efefef;
  border: none;
  margin-bottom: 10px;
  font-size: 13px;
  color: #737373;
  padding: 0px 15px;
  border-radius: 50px !important;
}

.edit-in_txtarea {
  width: 100%;
  height: 130px;
  background: #efefef;
  border: none;
  margin-bottom: 10px;
  font-size: 13px;
  color: #737373;
  padding: 10px 15px;
  border-radius: 10px !important;
}

/*edit-popup*/

/*Date-Picker*/

.ui-datepicker {
  width: auto;
  background: #fff;
  padding: 10px;
  display: none;
  box-shadow: 0px 0px 5px -2px #000;
}

.ui-datepicker-calendar td {
  border: 1px solid #eee;
  text-align: center;
  color: #000;
  font-size: 14px;
}

.ui-datepicker-calendar td a {
  color: #000;
  display: block;
  padding: 5px;
  font-weight: 500;
}

.ui-datepicker-calendar td a:hover {
  color: #fff !important;
  background: linear-gradient(
    -90deg,
    rgba(172, 117, 47, 1) 0%,
    rgba(253, 210, 155, 1) 200%
  );
}

.ui-datepicker-today a {
  color: #fff !important;
  background: linear-gradient(
    -90deg,
    rgba(172, 117, 47, 1) 0%,
    rgba(253, 210, 155, 1) 200%
  );
}

.ui-datepicker-calendar th {
  border: 1px solid #eee;
  padding: 5px;
  text-align: center;
  color: #000;
  font-size: 14px;
}

.ui-datepicker-prev {
  float: left;
  font-size: 13px;
  text-transform: uppercase;
  background: #000;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 500;
  color: #fff !important;
  cursor: pointer;
  margin-bottom: 10px;
}

.ui-datepicker-next {
  float: right;
  font-size: 13px;
  text-transform: uppercase;
  background: #000;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 500;
  color: #fff !important;
  cursor: pointer;
}

.ui-datepicker-title {
  margin-bottom: 10px;
  clear: left;
}

/*Date-Picker*/

/*Menu*/
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "/f0c9";
  background: 50%/100% 100% no-repeat;
}

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 230px;
}

#sidebar-wrapper {
  z-index: auto;
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  margin-right: 0;
  overflow-y: auto;
  background: linear-gradient(
    -90deg,
    rgba(172, 117, 47, 1) 0%,
    rgba(253, 210, 155, 1) 150%
  );
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 229px;
  background: linear-gradient(
    -90deg,
    rgba(172, 117, 47, 1) 0%,
    rgba(253, 210, 155, 1) 150%
  );
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 0px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: 0px;
}

/* Sidebar Styles */
.sidebar-nav {
  position: absolute;
  top: 50px;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  list-style: none;
  margin-bottom: 10px;
}

.sidebar-nav li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  text-align: right;
  display: flex;
  padding: 10px;
  border-radius: 20px 0px 0px 20px;
  align-items: center;
}

.sidebar-nav li a i {
  margin-right: 10px;
  color: #fff;
  font-size: 20px;
}

.sidebar-nav li a:hover {
  color: #000;
  background: #fff;
}

.sidebar-nav li a:hover i {
  color: #000;
}

.sidebar-nav li.active a {
  color: #000;
  background: #fff;
}

.sidebar-nav li.active a i {
  color: #000;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 75px;
  font-size: 18px;
  line-height: 75px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a i {
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #000;
  background: none;
}

@media (min-width: 768px) {
  #wrapper {
    padding-left: 0;
  }

  #wrapper.toggled {
    padding-left: 230px;
    position: relative;
    height: 100%;
  }

  #sidebar-wrapper {
    width: 229px;
    transform: translateX(-229px);
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 229px;
    height: 100%;
    transform: translateX(0px);
  }

  #page-content-wrapper {
    padding: 0px;
    position: relative;
  }

  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

/*Logout-Popup*/
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.modal-box {
  font-family: "Roboto", sans-serif;
}

.modal-box .show-modal {
  color: #fff;
  background: #6317ae;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 10px 15px;
  margin: 80px auto 0;
  border: none;
  outline: none;
  border-radius: 20px/40px;
  display: block;
  transition: all 0.3s ease 0s;
}

.modal-box .show-modal:hover,
.modal-box .show-modal:focus {
  color: #fff;
  border: none;
  outline: none;
}

.modal-backdrop.in {
  opacity: 0;
}

.modal-box .modal-dialog {
  width: 500px;
  margin: 70px auto 0;
}

.modal-box .modal-dialog .modal-content {
  background: #1a1832;
  text-align: center;
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.modal-box .modal-dialog .modal-content .close {
  color: #999;
  font-size: 30px;
  font-weight: 300;
  text-shadow: none;
  line-height: 20px;
  height: 20px;
  width: 20px;
  padding: 0 0 0 3px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  left: auto;
  right: 15px;
  top: 15px;
  z-index: 2;
  transition: all 0.3s ease 0s;
}

.modal-box .modal-dialog .modal-content .close span {
  margin: -2px 0 0;
  display: block;
}

.modal-box .modal-dialog .modal-content .close:hover {
  color: #6b6895;
}

.modal-box .modal-dialog .modal-content .close:focus {
  outline: none;
}

.modal-box .modal-dialog .modal-content .modal-body {
  padding: 45px 45px !important;
}

.modal-box .modal-dialog .modal-content .modal-body .title {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.5px;
  margin: 0 0 40px;
}

.modal-box .modal-dialog .modal-content .modal-body .box-content {
  background: #282547;
  padding: 25px 15px 15px;
  margin: 0 0 30px;
}

.modal-box .modal-dialog .modal-content .modal-body .description {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto 20px;
}

.modal-box .modal-dialog .modal-content .modal-body .ratings {
  color: #eec45f;
  font-size: 30px;
  line-height: 35px;
  padding: 0;
  margin: 0 0 15px;
  list-style: none;
}

.modal-box .modal-dialog .modal-content .modal-body .ratings li {
  margin: 0 5px;
}

.modal-box .modal-dialog .modal-content .modal-body .ratings li.far {
  color: #eec45f;
}

.modal-box .modal-dialog .modal-content .modal-body span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-transform: capitalize;
  width: 48%;
  display: inline-block;
}

.modal-box .modal-dialog .modal-content .modal-body .btn {
  color: rgba(255, 255, 255, 0.7);
  background: linear-gradient(-45deg, #672cb9 49%, #6317ae 50%);
  font-size: 17px;
  font-weight: 300;
  text-transform: capitalize;
  width: 200px;
  padding: 15px 30px;
  margin: 0 auto 15px;
  border: none;
  display: block;
  transition: all 0.3s ease 0s;
}

.modal-box .modal-dialog .modal-content .modal-body .btn:hover,
.modal-box .modal-dialog .modal-content .modal-body .btn:focus {
  color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}

.modal-box .modal-dialog .modal-content .modal-body .btn.cancel {
  background: transparent;
  width: auto;
  padding: 0;
  margin: 0 auto;
}

.modal-box .modal-dialog .modal-content .modal-body .btn.cancel:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  box-shadow: none;
}

@media only screen and (max-width: 576px) {
  .modal-dialog {
    width: 95% !important;
  }

  .modal-box .modal-dialog .modal-content .modal-body {
    padding: 45px 20px !important;
  }
}

.logout-in {
  width: 100%;
  height: 100%;
  text-align: center;
}

.logout-in i {
  font-size: 60px;
  color: #bb0000;
}

.logout-in p {
  margin: 10px 0 30px 0;
  font-weight: 400;
  font-size: 18px;
  color: #333333 !important;
}

.logout-in-btn {
  background: #1dd3bb;
  border: none;
  padding: 8px 30px;
  border-radius: 7px;
  color: #fff !important;
  font-size: 14px;
  margin: 0 15px;
}

.logout-in-btn-red {
  background: transparent;
  color: #000 !important;
  border: 1px solid #1dd3bb;
}

.modal-dialog {
  max-width: 420px;
  margin: 12.75rem auto;
}

.modal-dialog-edit {
  max-width: 420px !important;
  margin: 5.75rem auto !important;
}

.close-btn {
  position: absolute;
  top: -30px;
  right: -30px;
  border: 1px solid #fff !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
  font-weight: 200;
  opacity: 1;
  line-height: 30px;
}

.close-btn:hover {
  border: 1px solid #fff !important;
  color: #fff;
  opacity: 1 !important;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 10px;
  outline: 0;
}

/*Logout-Popup*/

/*sidebar-nav*/

/* SIDEBAR */
#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 290px;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(1, 104, 191, 1) 0%,
    rgba(1, 104, 191, 1) 32%,
    rgba(27, 169, 230, 1) 100%
  );
  z-index: 999;
  transition: 0.3s ease;
  overflow-x: hidden;
}

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

#sidebar.hide {
  width: 0px;
}

#sidebar .brand {
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 25px;
  color: #b07d3c;
  font-weight: 500;
  position: sticky;
  top: 0;
  left: 0;
  padding-left: 30px;
  background: linear-gradient(
    180deg,
    rgba(1, 104, 191, 1) 0%,
    rgba(27, 169, 230, 1) 100%
  );
  /* background: blanchedalmondlinear-gradient(
    180deg,
    rgb(12 132 208) 0%,
    rgb(10 126 204 / 0%) 100%
  ); */
  z-index: 999999;
  box-sizing: content-box;
  transition: 0.5s;
}

#sidebar.hide .brand {
  padding-left: 12px;
  transition: 0.5s;
}

#sidebar .brand img {
  width: 40px;
  display: flex;
  justify-content: center;
  margin-right: 10px;
}

#sidebar .brand .bx {
  min-width: 60px;
  display: flex;
  justify-content: center;
}

#sidebar .side-menu {
  width: 100%;
  margin-top: 48px;
}

#sidebar .side-menu li {
  height: 50px;
  background: transparent;
  margin-left: 14px;
  border-radius: 48px 0 0 48px;
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  transition: 0.5s;
}

#sidebar .side-menu li p {
  position: fixed;
  margin: 0;
  background: #000;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  display: none;
  transition: 0.5s;
  left: 80px;
}

#sidebar .side-menu li p:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  transition: 0.5s;
  left: -5px;
  top: 15px;
  border-radius: 0px;
  transform: rotate(45deg);
}

#sidebar.hide .side-menu li:hover p {
  display: block;
  transition: 0.5s;
}

/*#sidebar .side-menu li.active {
position: relative;
}*/

/*#sidebar .side-menu li.active::before {
content: '';
position: absolute;
width: 40px;
height: 40px;
border-radius: 50%;
top: -40px;
right: 0;
box-shadow: 20px 20px 0 var(--grey);
z-index: -1;
}*/

/*#sidebar .side-menu li.active::after {
content: '';
position: absolute;
width: 40px;
height: 40px;
border-radius: 50%;
bottom: -40px;
right: 0;
box-shadow: 20px -20px 0 var(--grey);
z-index: -1;
}*/

#sidebar .side-menu li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 48px 0 0 48px;
  font-size: 13px;
  padding: 10px 0;
  padding-left: 12px;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 9999;
  white-space: nowrap;
  overflow-x: hidden;
}

#sidebar .side-menu li a img {
  width: 25px;
  height: 25px;
  filter: brightness(0) invert(1);
  margin-right: 12px;
  object-fit: contain;
}

#sidebar .side-menu li a:hover img {
  filter: brightness(1) invert(0);
}

#sidebar .side-menu li.active a img {
  filter: brightness(1) invert(0);
}

#sidebar .side-menu li a i {
  margin-right: 16px;
  font-size: 18px;
}

#sidebar .side-menu li.active a {
  color: #fff;
  background: #1dd3bb;
}

#sidebar .side-menu li:hover a {
  color: #fff;
  background: #1dd3bb;
}

.iconleft {
  margin-right: 5px;
}

.iconleft2 {
  width: 20px;
  margin-right: 5px;
}

#sidebar.hide .side-menu li a {
  width: calc(62px - (4px * 2));
  transition: width 0.3s ease;
}

#sidebar .side-menu li a.logout {
  color: var(--red);
}

#sidebar .side-menu.top li a:hover {
  color: var(--blue);
}

#sidebar .side-menu li a .bx {
  min-width: calc(60px - ((4px + 6px) * 2));
  display: flex;
  justify-content: center;
}

/* SIDEBAR */

/* CONTENT */
#content {
  position: relative;
  width: calc(100% - 290px);
  left: 290px;
  transition: 0.3s ease;
}

#sidebar.hide ~ #content {
  width: calc(100% - 0px);
  left: 0px;
}

/* NAVBAR */
#content nav {
  height: 60px;
  background: linear-gradient(
    to bottom,
    #0168bf 0%,
    #1ba9e6 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 0 24px;
  display: flex;
  align-items: center;
  grid-gap: 24px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
}

/*#content nav::before {
content: '';
position: absolute;
width: 40px;
height: 40px;
bottom: -40px;
left: 0;
border-radius: 50%;
box-shadow: -20px -20px 0 var(--light);
}*/
#content nav a {
  color: var(--dark);
}

#content nav .bx.bx-menu {
  cursor: pointer;
  color: #fff;
  font-size: 30px;
}

#content nav .nav-link {
  font-size: 16px;
  transition: 0.3s ease;
}

#content nav .nav-link:hover {
  color: var(--blue);
}

#content nav form {
  max-width: 400px;
  width: 100%;
  margin-right: auto;
}

#content nav form .form-input {
  display: flex;
  align-items: center;
  height: 36px;
}

#content nav form .form-input input {
  flex-grow: 1;
  padding: 0 16px;
  height: 100%;
  border: none;
  background: var(--grey);
  border-radius: 36px 0 0 36px;
  outline: none;
  width: 100%;
  color: var(--dark);
}

#content nav form .form-input button {
  width: 36px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--blue);
  color: var(--light);
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 0 36px 36px 0;
  cursor: pointer;
}

#content nav .notification {
  font-size: 20px;
  position: relative;
}

#content nav .notification .num {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--light);
  background: var(--red);
  color: var(--light);
  font-weight: 700;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content nav .profile img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50%;
}

#content nav .switch-mode {
  display: block;
  min-width: 50px;
  height: 25px;
  border-radius: 25px;
  background: var(--grey);
  cursor: pointer;
  position: relative;
}

#content nav .switch-mode::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  width: calc(25px - 4px);
  background: var(--blue);
  border-radius: 50%;
  transition: all 0.3s ease;
}

#content nav #switch-mode:checked + .switch-mode::before {
  left: calc(100% - (25px - 4px) - 2px);
}

/* NAVBAR */

/* MAIN */
#content main {
  width: 100%;
  padding: 25px;
  font-family: var(--poppins); /*max-height: calc(100vh - 56px);*/
  max-height: 100%; /*overflow-y: auto;*/
}

#content main .head-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 16px;
  flex-wrap: wrap;
}

#content main .head-title .left h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--dark);
}

#content main .head-title .left .breadcrumb {
  display: flex;
  align-items: center;
  grid-gap: 16px;
}

#content main .head-title .left .breadcrumb li {
  color: var(--dark);
}

#content main .head-title .left .breadcrumb li a {
  color: var(--dark-grey);
  pointer-events: none;
}

#content main .head-title .left .breadcrumb li a.active {
  color: var(--blue);
  pointer-events: unset;
}

#content main .head-title .btn-download {
  height: 36px;
  padding: 0 16px;
  border-radius: 36px;
  background: var(--blue);
  color: var(--light);
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
  font-weight: 500;
}

#content main .box-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 24px;
  margin-top: 36px;
}

#content main .box-info li {
  padding: 24px;
  background: var(--light);
  border-radius: 20px;
  display: flex;
  align-items: center;
  grid-gap: 24px;
}

#content main .box-info li .bx {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content main .box-info li:nth-child(1) .bx {
  background: var(--light-blue);
  color: var(--blue);
}

#content main .box-info li:nth-child(2) .bx {
  background: var(--light-yellow);
  color: var(--yellow);
}

#content main .box-info li:nth-child(3) .bx {
  background: var(--light-orange);
  color: var(--orange);
}

#content main .box-info li .text h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--dark);
}

#content main .box-info li .text p {
  color: var(--dark);
}

#content main .table-data {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 24px;
  margin-top: 24px;
  width: 100%;
  color: var(--dark);
}

#content main .table-data > div {
  border-radius: 20px;
  background: var(--light);
  padding: 24px;
  overflow-x: auto;
}

#content main .table-data .head {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  margin-bottom: 24px;
}

#content main .table-data .head h3 {
  margin-right: auto;
  font-size: 24px;
  font-weight: 600;
}

#content main .table-data .head .bx {
  cursor: pointer;
}

#content main .table-data .order {
  flex-grow: 1;
  flex-basis: 500px;
}

#content main .table-data .order table {
  width: 100%;
  border-collapse: collapse;
}

#content main .table-data .order table th {
  padding-bottom: 12px;
  font-size: 13px;
  text-align: left;
  border-bottom: 1px solid var(--grey);
}

#content main .table-data .order table td {
  padding: 16px 0;
}

#content main .table-data .order table tr td:first-child {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  padding-left: 6px;
}

#content main .table-data .order table td img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

#content main .table-data .order table tbody tr:hover {
  background: var(--grey);
}

#content main .table-data .order table tr td .status {
  font-size: 10px;
  padding: 6px 16px;
  color: var(--light);
  border-radius: 20px;
  font-weight: 700;
}

#content main .table-data .order table tr td .status.completed {
  background: var(--blue);
}

#content main .table-data .order table tr td .status.process {
  background: var(--yellow);
}

#content main .table-data .order table tr td .status.pending {
  background: var(--orange);
}

#content main .table-data .todo {
  flex-grow: 1;
  flex-basis: 300px;
}

#content main .table-data .todo .todo-list {
  width: 100%;
}

#content main .table-data .todo .todo-list li {
  width: 100%;
  margin-bottom: 16px;
  background: var(--grey);
  border-radius: 10px;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#content main .table-data .todo .todo-list li .bx {
  cursor: pointer;
}

#content main .table-data .todo .todo-list li.completed {
  border-left: 10px solid var(--blue);
}

#content main .table-data .todo .todo-list li.not-completed {
  border-left: 10px solid var(--orange);
}

#content main .table-data .todo .todo-list li:last-child {
  margin-bottom: 0;
}

/* MAIN */

/* CONTENT */
@media screen and (max-width: 768px) {
  #sidebar {
    width: 200px;
  }

  #content {
    width: calc(100% - 60px);
    left: 200px;
  }

  #content nav .nav-link {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  #content nav form .form-input input {
    display: none;
  }

  #content nav form .form-input button {
    width: auto;
    height: auto;
    background: transparent;
    border-radius: none;
    color: var(--dark);
  }

  #content nav form.show .form-input input {
    display: block;
    width: 100%;
  }

  #content nav form.show .form-input button {
    width: 36px;
    height: 100%;
    border-radius: 0 36px 36px 0;
    color: var(--light);
    background: var(--red);
  }

  #content nav form.show ~ .notification,
  #content nav form.show ~ .profile {
    display: none;
  }

  #content main .box-info {
    grid-template-columns: 1fr;
  }

  #content main .table-data .head {
    min-width: 420px;
  }

  #content main .table-data .order table {
    min-width: 420px;
  }

  #content main .table-data .todo .todo-list {
    min-width: 420px;
  }
}

/*sidebar-nav*/
main.top-strip {
  background: #1dd3bb;
  border-radius: 5px;
  padding: 10px !important;
}

main.top-strip h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  text-align: left;
  float: left;
}

.topright {
  float: right;
  font-size: 14px;
  background: #fff;
  border: none;
  border-radius: 5px;
  color: #333;
  font-weight: normal;
  text-transform: none;
}

.clear {
  clear: both;
}

/*Category-Management-Page*/
.cat-wrap {
  width: 100%;
  height: auto;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 15%);
  padding: 40px 20px 20px 20px;
}

.cat-inner {
  width: 100%;
  height: auto;
  border: 1px solid rgba(79, 79, 79, 0.25);
  padding: 20px;
  padding-top: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}

.cat-inner:last-child {
  margin-bottom: 0;
}

.cat-wrap form {
  width: 100%;
  height: auto;
}

.cat-wrap form a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cat-wrap form a {
  width: 35px;
  height: 35px;
  position: absolute;
  right: -10px;
  display: flex;
  padding: 8px;
  border-radius: 50%;
  top: -15px;
  text-align: center;
  border: 1px solid rgba(79, 79, 79, 0.25);
  background: #fff;
  align-items: center;
  justify-content: center;
}

.cat-wrap form p {
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 10px 20px;
  color: #4f4f4f;
  background: #fff;
}

.cat-wrap form h1 {
  font-weight: 600;
  font-size: 16px;
  color: #4f4f4f;
  margin: 25px 0 10px 0;
}

.cat-lbl {
  width: max-content;
  height: auto;
  outline: none;
  border: 1px solid rgba(79, 79, 79, 0.25);
  border-radius: 8px !important;
  font-size: 15px;
  cursor: auto;
  display: flex;
  padding: 8px 10px;
  align-items: center;
  margin-bottom: 0;
}

.cat-input {
  width: 100%;
  height: auto;
  outline: none;
  border: none;
  border-radius: 8px !important;
  padding: 0;
  font-size: 15px;
  font-family: "Aleo", serif;
  cursor: auto;
}

.cat-lbl button {
  width: 20px;
  background: none;
  border: none;
  outline: none;
  margin-left: 20px;
}

.cat-lbl button img {
  width: 100%;
  height: 100%;
}

.subcat-wrapp {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}

.sub-cat {
  width: max-content;
  height: auto;
  display: inline-flex;
  gap: 10px;
}

.sub_category_1 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sub-cat label {
  width: auto;
  height: auto;
  border: 1px solid #ced4da;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 5px 10px 5px 10px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 5px;
  color: #4f4f4f;
}

.cat-btn {
  width: 12px;
  border: none;
  outline: none;
  margin-left: 20px;
  background: none;
  pointer-events: all;
}

.cat-btn img {
  width: 100%;
}

.add-subcat {
  border: none !important;
  padding: 10px 20px !important;
  background: #171748 !important;
  cursor: pointer !important;
  pointer-events: all !important;
}

.add-subcat input {
  background: #171748;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  border: none;
  outline: none;
}

.add-subcat i {
  font-size: 16px;
  color: #ffffff;
  margin-right: 15px;
}

/*Category-Management-Page*/

/*DROPDOWN*/

.quotes {
  width: auto;
  position: relative;
  background: transparent;
  border-radius: 50px;
  margin-left: auto;
  margin-right: 10px;
}

.dropdown-btn {
  height: 100%;
  padding: 9px 25px;
  position: relative;
  font-size: 14px;
  border: 1px solid #fff;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  text-align: left;
  gap: 10px;
  border-radius: 50px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
}

.dropdown-btn i {
  color: #fff;
  font-size: 15px;
}

.dropdown {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 5px;
  position: absolute !important;
  right: 0 !important;
  text-align: left !important;
  border: 1px solid #e8e8e8;
  width: 160px;
  display: none;
}

.quotes-list {
  width: 100%;
}

.influ-btns-label {
  position: relative;
  margin: 0;
  z-index: 1;
  gap: 10px;
  margin-left: 0px;
  width: 100%;
  cursor: pointer;
  padding: 0px 0 8px 0;
  font-size: 15px; /* border-bottom: 1px solid #D9D9D980; */
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #4f4f4f;
}

.quotes-list .search-value:first-child .influ-btns-label {
  padding-top: 0;
}

.influ-btns form label input[type="checkbox"] {
  accent-color: #1e69a5;
  width: 15px;
  height: 15px;
}

.logout-in form {
  justify-content: center;
  flex-direction: inherit !important;
}
