.edit-in {
  width: 100%;
  height: 100%;
  text-align: center;
}

.edit-in form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
  justify-content: space-between;
}

.edit-in_txt {
  width: 48%;
  height: 40px;
  background: #EFEFEF;
  border: none;
  margin-bottom: 20px;
  font-size: 13px;
  position: relative;
  font-weight: 500;
  color: #737373;
  padding: 0px 10px;
  border-radius: 4px !important;
  display: flex;
  align-items: center;
}

.edit-in_txt i {
  margin-right: 10px;
  font-size: 16px;
  margin-top: -3px;
}

.edit-in_txt input {
  outline: none;
  border: none;
  background: none;
  height: 100%;
  padding: 0;
  width: 100%;
  caret-color: transparent;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  font-weight: 500;
}

.edit-in_txt::placeholder {
  line-height: 10px;
}

.edit-in_btn {
  border-radius: 5px !important;
  width: auto !important;
  padding: 0 40px;
  margin: auto;
  font-weight: 500 !important;
  margin-bottom: 10px;
}

.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-in a {
  font-size: 14px;
  display: flex;
  width: 100%;
  justify-content: center;
  font-weight: 600;
  text-decoration: underline !important;
  color: #333333;
}

.edit-in-2 {
  width: 100%;
  height: 100%;
  text-align: center;
}

.edit-in-2 form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 13px;
  justify-content: space-between;
}

.edit-in-2 form label {
  width: 100%;
  position: relative;
  height: 40px;
  overflow: hidden;
}

.add-more-plan {
  height: auto !important;
  overflow: inherit !important;
  background: #EFEFEF;
  border: none;
  font-size: 13px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #000;
  padding: 10px;
  text-align: left;
  border-radius: 4px !important;
  cursor: pointer;
}

.add-more-plan img {
  top: 0;
  width: 12px;
  height: auto;
}

.edit-in-2 form label img {
  position: absolute;
  width: 20px;
  height: 100%;
  right: 10px;
  z-index: 99;
  object-fit: contain;
}

.edit-in_txt-2 {
  width: 100%;
  height: 40px !important;
  background: #EFEFEF;
  border: none;
  font-size: 13px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
  color: #737373;
  padding: 0px 10px;
  border-radius: 4px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.edit-in-4 form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 13px;
  justify-content: space-between;
}

.edit-in-4 label {
  width: 48%;
  height: 100%;
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
  font-size: 13px;
  align-items: flex-start;
  color: #4F4F4F;
  position: relative;
}

.edit-in-4 label img {
  width: 30px;
  height: auto;
  right: 10px;
  top: 50%;
  position: absolute;
  z-index: 1;
}

.edit-in-4 label input {
  width: 100% !important;
  margin: 0;
  margin-top: 5px;
}

.edit-in_txt-4 {
  width: 100%;
  height: 120px;
  background: #EFEFEF;
  border: none;
  font-size: 13px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
  color: transparent;
  padding: 0px 10px;
  border-radius: 4px !important;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.edit-in_txt-4::-webkit-file-upload-button {
  display: none;
  cursor: pointer;
}

.edit-in_txt-4::file-selector-button {
  display: none;
  cursor: pointer;
}

.edit-in-4 form a {
  font-size: 14px;
  display: flex;
  width: 100%;
  justify-content: center;
  font-weight: 600;
  text-decoration: underline !important;
  color: #333333;
}

.edit-in-2 form a {
  font-size: 14px;
  display: flex;
  width: 100%;
  justify-content: center;
  font-weight: 600;
  color: #333333;
  text-decoration: underline !important;
  margin-bottom: 10px;
}

.edit-in_txt-5 {
  width: 100%;
  height: 140px;
  background: #EFEFEF;
  border: none;
  font-size: 13px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
  color: #737373;
  padding: 10px;
  border-radius: 4px !important;
  display: flex;
  align-items: center;
}

/*all-filters*/
.edit-in-3 {
  width: 100%;
  height: auto;
}

.filter-left {
  display: flex;
  flex-direction: column;
  width: 30%;
  height: 100%;
}

.filter-left a {
  padding: 20px 0px 20px 20px;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  border-bottom: 1px solid #E0E0E0;
}

.filter-left a.active {
  color: #171748;
}

/*.filter-left a:last-child {
  border-bottom: 0;
}*/
.edit-in-3 form {
  width: 100%;
  height: 100%;
  display: flex;
}

.tab-sections {
  width: 70%;
  height: 300px;
  border-left: 1px solid #E0E0E0;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.tab-sections::-webkit-scrollbar {
  width: 5px;
  /* width of the entire scrollbar */
  height: 8px;
}

.tab-sections::-webkit-scrollbar-track {
  background: #D9D9D980;
  /* color of the tracking area */
}

.tab-sections::-webkit-scrollbar-thumb {
  background-color: #070441;
  border: 1px solid #D9D9D980;
  /* color of the scroll thumb */
  border-radius: 10px;
  /* roundness of the scroll thumb */
}

.edit-in-3 form label {
  width: 100%;
  position: relative;
  height: 40px;
  overflow: hidden;
}

.edit-in-3 form section {
  width: 100%;
  height: auto;
  position: relative;
  padding: 20px 15px 20px 15px;
  text-align: center;
}

.edit-in-3 form label img {
  position: absolute;
  width: 20px;
  height: 100%;
  right: 10px;
  z-index: 99;
  object-fit: contain;
}

.edit-in_txt-3 {
  width: 100%;
  height: 40px;
  background: #EFEFEF;
  border: none;
  font-size: 13px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
  color: #737373;
  padding: 0px 10px;
  border-radius: 4px !important;
  display: flex;
  align-items: center;
}

/*.edit-in-3 form a {
  font-size: 14px;
  display: flex;
  width: 100%;
  justify-content: center;
  font-weight: 600;
  
  color: #333333;
  text-decoration: underline !important;
  margin-bottom: 10px;
}*/
.mybtns {
  width: 100%;
  padding: 10px 15px 10px 15px;
  gap: 15px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: sticky;
  bottom: 0;
  z-index: 0;
  background: #fff;
}

.mybtns .edit-in_btn-3 {
  border-radius: 5px !important;
  width: 50% !important;
  padding: 8px 0px;
  height: auto !important;
  font-weight: 500 !important;
  margin-bottom: 0px;
}

.mybtns .edit-in_btn-3:first-child {
  background: #EFEFEF !important;
  color: #171748 !important;
  font-weight: 600 !important;
}

.emp-stat-in {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e5e5e5;
  text-align: left;
}

.emp-stat-in p {
  width: 100%;
  display: inline-block;
  text-align: left;
  margin-bottom: 18px;
}

.emp-stat-in label {
  margin-bottom: 0;
  height: auto !important;
  width: auto !important;
  display: inline-flex;
  gap: 0px 12px;
  cursor: pointer;
  margin: 0 30px 0 0px;
  font-size: 14px;
  align-items: center;
  accent-color: #171748;
}

.emp-stat-in label input[type=checkbox] {
  accent-color: #171748;
  border: 1px solid #000;
}

#right-date {
  width: 100%;
  display: flex;
  padding: 20px 15px;
  align-items: flex-start;
  justify-content: space-around;
  text-align: left;
}

#right-date label {
  width: 150px;
  outline: none;
  height: auto;
  margin: 0;
  display: flex;
  margin-right: 30px;
  align-items: center;
}

#right-date label:last-child {
  width: 160px;
}

#right-date label input {
  border: none;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  caret-color: transparent;
  cursor: pointer;
  margin-right: 10px;
}

#right-date label img {}

/*edit-popup*/

/*Date-Picker*/

.ui-datepicker {
  width: auto;
  background: #fff;
  padding: 10px;
  display: none;
  border-radius: 5px;
  box-shadow: 0px 2.10396px 10.5198px rgba(170, 170, 170, 0.5);
}

.ui-datepicker-calendar th {
  border: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ui-datepicker-calendar td {
  border: 0;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ui-datepicker-calendar td a {
  color: #000;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: 500;
  border-radius: 50%;
}

.ui-datepicker-calendar td a:hover {
  color: #fff !important;
  background: #171748;
}

.ui-datepicker-today a {
  color: #fff !important;
  background: #171748;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin-bottom: 10px;
}

.ui-datepicker-prev {
  float: none;
  font-size: 13px;
  /* text-transform: uppercase; */

  /* background: #000; */
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 500;
  color: #333333 !important;
  cursor: pointer;
}

.ui-datepicker-next {
  float: none;
  font-size: 13px;
  /* text-transform: uppercase; */

  /* background: #000; */
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 500;
  color: #333333 !important;
  cursor: pointer;
}

.ui-datepicker-title {
  margin-bottom: 0px;
  clear: left;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  z-index: -1;
}

/*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;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#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;
  }

}



/*SIDEBAR-NAV*/

/* SIDEBAR */
#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 270px;
  height: 100%;
  z-index: 999;
  transition: .3s ease;
  overflow-x: hidden;
  background: #0077B5;
  scrollbar-width: none;
}

#sidebar::-webkit-scrollbar {
  display: none;
}

#sidebar.hide {
  width: 0px;
}

#sidebar.hide .brand img {
  width: 50px;
  display: flex;
  justify-content: center;
  margin-right: 10px;
}

#sidebar .brand {
  height: 68px;
  display: flex;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 99999;
}

#sidebar .brand img {
  width: 100%;
  height: 100%;
}

#sidebar .brand .bx {
  min-width: 60px;
  display: flex;
  justify-content: center;
}

#sidebar .side-menu {
  width: 100%;
  padding: 0px 0px 0px 10px;
  margin: 0;
  margin-top: 30px;
}

#sidebar .side-menu li {
  height: auto;
  background: transparent;
  border-radius: 0;
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  transition: .5s;
  display: flex;
  align-items: center;
}

#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: .5s;
  left: 80px;
}

#sidebar .side-menu li p:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #000;
  transition: .5s;
  left: -5px;
  top: 15px;
  border-radius: 0px;
  transform: rotate(45deg);
}

#sidebar.hide .side-menu li:hover p {
  display: block;
  transition: .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: 30px 0px 0px 30px;
  font-size: 13px;
  padding: 12px 0px 12px 20px;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 9999;
  white-space: nowrap;
  overflow-x: hidden;
}

#sidebar .side-menu li a img {
  width: 22px;
  height: 22px;
  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.active a {
  background: #015682;
}

#sidebar .side-menu li:hover a {
  background: #015682;
}

#sidebar.hide .side-menu li a {
  width: calc(100% - (0px * 2));
  transition: width .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 .side-menu li a span {
  display: flex;
  align-items: center;
}

#sidebar .side-menu li a span img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  margin-right: 0;
  margin-left: 10px;
}

/* SIDEBAR */

/* CONTENT */
#content {
  position: relative;
  width: calc(100% - 270px);
  left: 270px;
  transition: .3s ease;
}

#sidebar.hide~#content {
  width: calc(100% - 0px);
  left: 0px;
}

/* NAVBAR */
#content nav {
  height: 68px;
  padding: 0 24px;
  background: #0077b5;
  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: 25px;
}

.bx-menu:before {
  content: "\edc2";
  display: none;
}

#content nav .nav-link {
  font-size: 16px;
  transition: .3s ease;
}

#content nav .nav-link:hover {
  color: var(--blue);
}

#content nav form {
  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 .3s ease;
}

#content nav #switch-mode:checked+.switch-mode::before {
  left: calc(100% - (25px - 4px) - 2px);
}

/* NAVBAR */

/* MAIN */
#content main {
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #f5f5f5;
  /*max-height: calc(100vh - 56px);*/
  max-height: 100%;
  /*overflow-y: auto;*/
}

.dashboard-inner {
  width: 100%;
  height: auto;
  padding: 10px;
  background: #fff;
}

#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*/





/*DATERANGE*/

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #0077B5 !important;
}

.daterangepicker .drp-buttons .btn .btn-primary {
  background-color: #0077B5 !important;
}

.influ-dropdown {
  position: relative;
}

.influ-drop-list {
  position: absolute;
  right: 0;
  padding: 6px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: 5px;
  display: none;
}

.influ-drop-list label {
  min-width: 250px;
  border-radius: 5px;
  background: rgba(0, 150, 255, 0.20);
  display: flex;
  align-items: center;
}

.influ-drop-list label input[type="text"] {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 6px 10px;
  color: var(--inputclr, #444);
  font-size: 13px;
  font-weight: 400;
}

.influ-drop-list label button {
  background: transparent;
  border: none;
  outline: none;
  margin-right: 5px;
}

.influ-drop-list label button img {
  width: 20px;
  height: auto;
}

button.applyBtn.btn.btn-sm.btn-primary {
  background: #0077B5 !important;
}

/*DATERANGE*/




.forgot-password button.btn-close {
  right: 5px;
  position: absolute;
  top: 5px;
  background: url(../images/close.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999;
  padding: 0;
  border-radius: 50%;
  outline: none;
  opacity: 1;
  box-shadow: none;
}

.forgot-password .modal-body {
  padding: 2.5rem;
}

.forgot-password .modal-dialog {
  padding: 2rem 1rem 1rem 1rem;
  margin-top: 4rem;
}

.forgot-password-in {
  width: 100%;
  height: auto;
}

.forgot-password-in img {
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  margin-bottom: 20px;
}

.forgot-password-in h1 {
  color: #0078AE;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.forgot-password-in form {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.forgot-password-input {
  width: 100%;
  height: auto;
}

.forgot-password-input input[type="text"] {
  width: 100%;
  height: auto;
  padding: 8px 15px;
  border-radius: 6px;
  border: 1px solid #DDD;
  background: #FFF;
  color: #BDBDBD;
  font-size: 16px;
  font-weight: 400;
}

.forgot-password-in form input[type="button"] {
  width: 100%;
  padding: 8px 0;
  border-radius: 6px;
  background: var(--CSM-Button, linear-gradient(90deg, #004366 0%, #0078AE 52.31%, #005E8A 97.52%));
  border: none;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.otp-verification-input {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.otp-verification-input .inputs {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #DDD;
  background: #FFF;
  color: #737373;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.otp-verification-input .inputs::-webkit-outer-spin-button,
.otp-verification-input .inputs::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.forgot-password-in p {
  color: #58585A;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
}

.forgot-password-in a {
  color: #0078AE;
}


.forgot-password-in p span {
  color: #0078AE;
}

.sign-in-inner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.password-inner {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.sign-in-inner form label input.password {
  width: 100%;
  height: auto;
  padding: 12px 5px 12px 15px;
  border-radius: 6px;
  border: 1px solid #DDD;
  background: #FFF;
}

.logout.forgot-password .modal-dialog {
  padding: 2rem 1rem 1rem 1rem;
  margin-top: 4rem;
  max-width: 450px;
}

.logout.forgot-password .modal-body {
  padding: 2rem 2rem;
}

.logout .forgot-password-in form {
  display: flex;
  flex-direction: row;
  width: 85%;
  margin: auto;
}

.logout .forgot-password-in form input {
  border-radius: 30px;
  font-size: 16px;
  width: 100%;
  padding: 8px 0;
  background: var(--CSM-Button, linear-gradient(90deg, #004366 0%, #0078AE 52.31%, #005E8A 97.52%));
  border: none;
  color: #FFF;
  text-align: center;
  font-weight: 400;
}


.logout .forgot-password-in form input:last-child {
  background: #3A3A3A;
}

.logout .forgot-password-in p {
  font-size: 18px;
  position: relative;
}

#edit .forgot-password-in form {
  margin-top: 25px;
}

#edit .forgot-password-in form input[type="text"] {
  width: 100%;
  height: auto;
  padding: 10px 10px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  color: #828282;
  font-size: 16px;
  font-weight: 400;
}

#edit .forgot-password-in form input[type="text"]::placeholder {
  color: #000;
}

#edit .forgot-password-in form input[type="submit"] {
  width: fit-content;
  height: auto;
  padding: 10px 50px;
  border: 1px solid #DDDDDD;
  border-radius: 24px;
  background: linear-gradient(90deg, #004366 0%, #0078AE 52.31%, #005E8A 97.52%);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: auto;
}




.delete.forgot-password .modal-dialog {
  padding: 2rem 1rem 1rem 1rem;
  margin-top: 4rem;
}

.delete.forgot-password .modal-body {
  padding: 2rem 2rem;
}

.delete .forgot-password-in form {
  display: flex;
  width: 100%;
  margin: auto;
}

.delete .forgot-password-in form label {
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: red;
  font-weight: 500;
}

.delete .forgot-password-in form label input[type="text"] {
  padding: 10px;
  background: none;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  text-align: left;
  margin-bottom: 8px;
  color: #000;
}

.delete-popup-btn {
  width: 80%;
  display: flex;
  gap: 20px;
  margin: auto;
  margin-top: 5px;
}



.delete .forgot-password-in form input {
  border-radius: 30px;
  font-size: 16px;
  width: 100%;
  padding: 8px 0;
  background: var(--CSM-Button, linear-gradient(90deg, #004366 0%, #0078AE 52.31%, #005E8A 97.52%));
  border: none;
  color: #FFF;
  text-align: center;
  font-weight: 400;
}


.delete .forgot-password-in form input:last-child {
  background: #3A3A3A;
}

.delete .forgot-password-in p {
  font-size: 18px;
}


.share-survey.forgot-password .modal-dialog {
  max-width: 700px;
}

.share-survey.forgot-password button.btn-close {
  background-size: 25px;
  width: 25px;
  height: 25px;
}

#edit.share-survey.forgot-password .forgot-password-in form input[type="text"]::placeholder {
  color: #828282;
}

#edit-1 .forgot-password-in form {
  margin-top: 25px;
}

#edit-1 .forgot-password-in form input[type="text"] {
  width: 100%;
  height: auto;
  padding: 10px 10px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  color: #828282;
  font-size: 16px;
  font-weight: 400;
}

#edit-1 .forgot-password-in form input[type="submit"] {
  width: fit-content;
  height: auto;
  padding: 10px 50px;
  border: 1px solid #DDDDDD;
  border-radius: 24px;
  background: linear-gradient(90deg, #004366 0%, #0078AE 52.31%, #005E8A 97.52%);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: auto;
}

#edit.share-survey .forgot-password-in form input[type="button"] {
  width: fit-content;
  height: auto;
  padding: 10px 50px;
  border: 1px solid #DDDDDD;
  border-radius: 24px;
  background: linear-gradient(90deg, #004366 0%, #0078AE 52.31%, #005E8A 97.52%);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: auto;
}

#edit-1.share-survey .forgot-password-in form input[type="button"] {
  width: fit-content;
  height: auto;
  padding: 10px 50px;
  border: 1px solid #DDDDDD;
  border-radius: 24px;
  background: linear-gradient(90deg, #004366 0%, #0078AE 52.31%, #005E8A 97.52%);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: auto;
}

.sent-succ .forgot-password-in form input {
  width: fit-content;
  padding: 10px 50px;
  margin: auto;
}

.sent-succ .forgot-password-in form input:last-child {
  background: linear-gradient(90deg, #004366 0%, #0078AE 52.31%, #005E8A 97.52%);
}

.sent-succ .forgot-password-in img {
  width: 100px;
  margin-bottom: 15px;
}

.create-new-pass label {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.create-new-pass label img {
  width: 20px;
  height: auto;
  margin: 0;
  position: absolute;
  right: -28px;
}

.logout .forgot-password-in p button {
  display: flex;
  justify-content: center;
  background: #0078AE;
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  border: none;
  padding: 5px 12px;
  outline: none;
  align-items: center;
  border-radius: 6px;
  gap: 8px;
  position: absolute;
  right: 0;
  top: 50%;
}

.logout .forgot-password-in p button img {
  width: 15px;
  height: auto;
  margin: 0;
  filter: brightness(1) invert(1);
}

.logout .forgot-password-in form .csv-file {
  background: #fff;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 10px;
  color: #BDBDBD;
  font-size: 14px;
  font-weight: 400;
}

.logout .forgot-password-in form .csv-file input[type="file"] {
  width: 100%;
  height: auto;
  padding: 0;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}

.logout .forgot-password-in form .csv-file {
  background: #fff;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 10px;
  color: #BDBDBD;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
}

.logout .forgot-password-in form .csv-file img {
  width: 19px;
  height: auto;
  filter: brightness(0) invert(0);
  margin: 0;
  margin-left: auto;
}