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

@font-face {
  font-family: montserrat;
  src: url(../../assets/fonts/Montserrat-Regular.ttf);
}

:root {
  --db-common-blue: #62cfbf;
  --custom-k-grid-header: #f3f6f9;
  --custom-k-grid-header-txt: #212529;

  --btn-theme-danger: #dc3545;

  --btn-theme-default: #989898;

  --btn-icon-common: #92929d;
}

/* --gold: #c2a165; */
:root .theme-blue {
  /* primary colors */
  --gold: #405189;
  --blue1: #404e67;
  --blue: #287bff;

  /* common colors */
  --background-color: #f5f5f5;
  --black: #000000;
  --black1: #222;
  --black2: #999;
  --white: #ffffff;
  --green: #28a745;
  --form-red: #fd3003;
  --scroll-thumb: #c6eaff;
  --thumb-hover: #7eb9db;

  /* Side menu button */
  --grandP-list-color: #0c1e35;
  --parent-list-color: #ffffff3b;
  --child-list-color: #ffffff3b;
  --sidebar-text-color: #ffffffd6;

  /**theme backgrounds**/
  --theme-bg-linear: linear-gradient(60deg, #26c6da, #00acc1);
}

:root .theme-gold {
  /* primary colors */
  /* primary colors */
  /* --gold: #C2A165;
  --blue1: #8F774A;
  --blue: #D9BC66; */

  --gold: #bf9f62;
  --blue1: #8f774a;
  --blue: #d9bc66;

  /* common colors */
  --background-color: #f5f5f5;
  --black: #000000;
  --black1: #222;
  --black2: #999;
  --white: #ffffff;
  --green: #28a745;
  --form-red: #fd3003;
  --scroll-thumb: #c6eaff;
  --thumb-hover: #7eb9db;

  /* Side menu button */
  --grandP-list-color: #bf9f62;
  --parent-list-color: #ffffff3b;
  --child-list-color: #ffffff3b;
  --sidebar-text-color: #ffffffd6;
}

:root .theme-brown {
  /* primary colors */
  --gold: #d9833b;
  --blue1: #a6632d;
  --blue: #dfaa7f;

  /* common colors */
  --background-color: #f5f5f5;
  --black: #000000;
  --black1: #222;
  --black2: #999;
  --white: #ffffff;
  --green: #28a745;
  --form-red: #fd3003;
  --scroll-thumb: #c6eaff;
  --thumb-hover: #7eb9db;

  /* Side menu button */
  --grandP-list-color: #a6632d;
  --parent-list-color: #ffffff3b;
  --child-list-color: #ffffff3b;
  --sidebar-text-color: #ffffffd6;
}

:root .theme-green {
  /* primary colors */
  --gold: #55ab68;
  --blue1: #3c7849;
  --blue: #57c28c;

  /* common colors */
  --background-color: #f5f5f5;
  --black: #000000;
  --black1: #222;
  --black2: #999;
  --white: #ffffff;
  --green: #28a745;
  --form-red: #fd3003;
  --scroll-thumb: #c6eaff;
  --thumb-hover: #7eb9db;

  /* Side menu button */
  --grandP-list-color: #3c7849;
  --parent-list-color: #ffffff3b;
  --child-list-color: #ffffff3b;
  --sidebar-text-color: #ffffffd6;
}

:root .theme-orange {
  /* primary colors */
  --gold: #ff9800;
  --blue1: #3c7849;
  --blue: #57c28c;

  /* common colors */
  --background-color: #f5f5f5;
  --black: #000000;
  --black1: #222;
  --black2: #999;
  --white: #ffffff;
  --green: #28a745;
  --form-red: #fd3003;
  --scroll-thumb: #c6eaff;
  --thumb-hover: #7eb9db;

  /* Side menu button */
  --grandP-list-color: #ff9800;
  --parent-list-color: #ffffff3b;
  --child-list-color: #ffffff3b;
  --sidebar-text-color: #ffffffd6;
}

:root .theme-red {
  /* primary colors */
  --gold: #e91e63;
  --blue1: #3c7849;
  --blue: #57c28c;

  /* common colors */
  --background-color: #f5f5f5;
  --black: #000000;
  --black1: #222;
  --black2: #999;
  --white: #ffffff;
  --green: #28a745;
  --form-red: #fd3003;
  --scroll-thumb: #c6eaff;
  --thumb-hover: #7eb9db;
}

:root .theme-purple {
  /* primary colors */
  --gold: #7e2353;
  --blue1: #3c7849;
  --blue: #57c28c;

  /* common colors */
  --background-color: #f5f5f5;
  --black: #000000;
  --black1: #222;
  --black2: #999;
  --white: #ffffff;
  --green: #28a745;
  --form-red: #fd3003;
  --scroll-thumb: #c6eaff;
  --thumb-hover: #7eb9db;

  /* Side menu button */
  --grandP-list-color: #7e2353;
  --parent-list-color: #ffffff3b;
  --child-list-color: #ffffff3b;
  --sidebar-text-color: #ffffffd6;
}

html,
body {
  /* font-family: montserrat !important; */
  font-family: 'Poppins', sans-serif !important;
  background-color: var(--background-color);
}

.signin-div {
  display: flex;
  height: 100vh;
  width: 100%;
  /* border: 1px solid #000; */
  margin: auto;
  /* margin-top: 50px; */
}

/* login form */
.form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0px 103px;
  width: 50%;
  align-items: center;
  background-color: var(--gold);
}

.form label {
  width: 100%;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.08px;
}

.form h2 {
  font-size: 32px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 25px;
  text-align: center;
}

a:hover {
  text-decoration: unset;
}

.form h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 26px;
  /* margin: 40px; */
}

.form .rmbr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.form .rmbr a {
  text-decoration: none;
  color: var(--form-red);
}

.form .rmbr-div {
  /* width: 100%; */
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form .rmbr-div .fpass {
  float: right;
  color: var(--form-red);
  text-decoration: none;
}

.box {
  padding: 15px;
  width: 100%;
  margin: 14px;
  border: none;
  outline: none;
  border-radius: 10px;
  color: #666666;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

#submit {
  padding: 15px 56px;
  /* width: 40%; */
  margin-top: 40px;
  background-color: var(--white);
  color: var(--black);
  font-weight: 400;
  border: none;
  outline: none;
  border-radius: 10px;
  line-height: 20.08px;
  transition: 0.2s;
}

#submit:hover {
  cursor: pointer;
  box-shadow: -1px 0px 10px 5px rgba(0, 0, 0, 0.02);
  background-color: var(--white);
}

.side {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
}

.side .logo {
  margin-bottom: 50px;
}

/******************************************/
input[type="checkbox"] {
  appearance: none;
  font-weight: 100;
  height: 15px;
  width: 19px;
  background-color: var(--white);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border-radius: 4px;
  margin-right: 12px;
  border: 1px solid var(--gold);
}

input[type="checkbox"]:after {
  font-family: "Font Awesome 5 free";
  content: "\f00c";
  font-weight: 900;
  font-size: 12px;
  display: none;
}

input[type="checkbox"]:hover {
  background-color: var(--white);
}

input[type="checkbox"]:checked {
  background-color: var(--white);
}

input[type="checkbox"]:checked:after {
  display: block;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
}

.container {
  width: 100%;
  position: relative;
}

.navigation {
  position: fixed;
  width: 310px;
  top: 0px;
  height: calc(100% - 1px);
  background: var(--white);
  transition: width 0.5s;
  /* overflow: hidden; */
  box-shadow: 2px 2px 2px var(--black);
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.02);
  z-index: 2;
  /* overflow-y: auto; */
}

.navigation {
  background: var(--grandP-list-color);
  z-index: 9;
}

.navigation>.logo {
  margin: auto;
  text-align: center;
  padding: 15px;
  margin: 0 15px;
  border-bottom: 1px solid rgb(181 181 181 / 71%);
}

.navigation.active .logo {
  padding: 15px 0 !important;
}

.navigation.active .logo img {
  width: 75px;
}

/* main */
.main {
  position: absolute;
  width: calc(100% - 230px);
  left: 230px;
  /* min-height: 100vh; */
  min-height: calc(100vh - 250px);
  transition: 0.5s;
  top: 0px;
  background-color: var(--background-color);
}

.main-panel-content {
  padding: 10px;
  overflow-y: hidden;
  overflow-x: hidden;
  height: calc(100% - 62px);
}

.main .e-sub {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  padding: 0px 20px;
}

.main.active {
  width: calc(100% - 70px);
  left: 70px;
}

.main .db-div {
  padding: 0px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 41px;
}

.main .db-div .db-div-left {
  display: flex;
}

.main .db-div .db-div-left .db-div-icon i {
  color: #be9e62;
  font-size: 25px;
  background-color: #efe8d9;
  padding: 13px;
  border-radius: 15px;
  text-align: center;
}

.main .db-div .db-div-left .db-div-cont {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  /* align-items: center; */
  justify-content: center;
  margin-top: 7px;
}

.main .db-div .db-div-left .db-div-cont h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

.main .db-div .db-div-left .db-div-cont p {
  font-size: 12px;
}

.main .db-div .db-div-right i {
  color: #be9e62;
  font-size: 25px;
  background-color: var(--white);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 0px 10px 2px var(--background-color);
  line-height: 55px;
}

.topbar {
  width: 100%;
  height: 70px;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  padding: 0 0px;
  background: var(--white) !important;
  position: sticky;
  box-shadow: 1px 1px 4px #9aa0b9;
  z-index: 9999999;
  /* border-bottom: 1px solid #000000; */
  z-index: 3;
  top: 0;
}

.topbar h1 {
  font-size: 18px;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 0px;
}

.toggle {
  position: relative;
  width: 41px;
  min-width: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  cursor: pointer;
  /* left: -23px; */
  background: #fff;
  border-radius: 100%;
  z-index: 99;
  box-shadow: 0px 0px 10px #ccc;
  margin-right: 25px;
  margin-left: 10px;
}

.topbar .toggle i {
  font-size: 21px;
  color: #c0c0c0;
}

.topbar .logo img {
  width: 105px;
}

.topbar .topbar-rightcons {
  margin-left: auto;
  margin-right: 22px;
}

.topbar .topbar-rightcons .notif-count {
  font-size: 11px;
  font-weight: 600;
  color: var(--white);
  background-color: var(--gold);
  width: 13px;
  height: 13px;
  position: absolute;
  border-radius: 50%;
  line-height: 13px;
  text-align: center;
  right: 0;
  top: 0;
}

.topbar .topbar-rightcons ul {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}

.topbar .topbar-rightcons ul li {
  margin-left: 40px;
  padding: 0;
}

.cardBox {
  position: relative;
  width: 100%;
  padding: 14px 20px 20px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.cardBox .card {
  position: relative;
  background: var(--white);
  padding: 30px;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  justify-content: space-between;
  cursor: pointer;
  display: flex;
}

.cardBox .card .numbers {
  position: relative;
  font-weight: 600;
  font-size: 28px;
  color: #222222;
}

/************* CARD 1,2,3,4 *****************/
.cardBox .card1 {
  border-left: 9px solid #f78e94;
}

.cardBox .card1 .cardName {
  color: #f78e94;
  font-weight: 600;
  font-size: 22px;
  margin-top: 5px;
}

.cardBox .card1 .numbers {
  position: relative;
  font-weight: 600;
  font-size: 28px;
  color: #222222;
}

.cardBox .card2 {
  border-left: 9px solid #14c8c8;
}

.cardBox .card2 .cardName {
  color: #14c8c8;
  font-weight: 600;
  font-size: 22px;
  margin-top: 5px;
}

.cardBox .card2 .numbers {
  position: relative;
  font-weight: 600;
  font-size: 28px;
  color: #222222;
}

.cardBox .card3 {
  border-left: 9px solid #fed890;
}

.cardBox .card3 .cardName {
  color: #fed890;
  font-weight: 600;
  font-size: 22px;
  margin-top: 5px;
}

.cardBox .card3 .numbers {
  position: relative;
  font-weight: 600;
  font-size: 28px;
  color: #222222;
}

.cardBox .card4 {
  border-left: 9px solid #598ea9;
}

.cardBox .card4 .cardName {
  color: #598ea9;
  font-weight: 600;
  font-size: 22px;
  margin-top: 5px;
}

.cardBox .card4 .numbers {
  position: relative;
  font-weight: 600;
  font-size: 28px;
  color: #222222;
}

/*********** details ******************/

.details,
.raf-details {
  position: relative;
  width: 100%;
  padding: 27px 15px;
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-gap: 30px;
  /* margin-top: 10px; */
}

.raf-details {
  display: block;
}

.details .recentOrders {
  position: relative;
  display: block;
  height: 315px;
  /* min-height: 500px; */
  background: var(--white);
  padding: 20px;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.details .recentOrders table,
.details .recentCustomers table {
  width: 100%;
  margin-top: 16px;
  border: 1px solid #e2e2e2;
}

.cardHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cardHeader h2 {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
}

.details .table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.details .table thead td {
  font-weight: 600;
}

.details .recentOrders table tr:last-child {
  border-bottom: none;
}

.details .recentOrders table tr td,
.details .recentCustomers table tr td {
  padding: 10px;
}

.details .recentOrders table tbody tr td,
.details .recentCustomers table tbody tr td {
  color: #9c9c9c;
}

.details .recentOrders table thead,
.details .recentCustomers table thead {
  background-color: #efe8d9;
}

.details .recentOrders table thead tr td,
.details .recentCustomers table thead tr td {
  font-size: 18px;
  font-weight: 600;
}

.details .recentOrders table tr td:last-child {
  text-align: start;
}

.details .recentOrders table tr td:nth-child(2) {
  text-align: start;
}

.details .recentOrders table tr td:last-child(3) {
  text-align: center;
}

.details .recentOrders .cardHeader .tticons .btn,
.details .recentCustomers .cardHeader .tticons .btn {
  margin-left: 16px;
}

.details .recentOrders .cardHeader .tticons .btn1,
.details .recentCustomers .cardHeader .tticons .btn1 {
  color: #fca908;
  background-color: #fff4df;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  padding: 0px;
  line-height: 32px;
}

.details .recentOrders .cardHeader .tticons .btn2,
.details .recentCustomers .cardHeader .tticons .btn2 {
  color: #00d7a3;
  background-color: #e8f5f4;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  padding: 0px;
  line-height: 32px;
}

.details .recentOrders .cardHeader .tticons .btn3,
.details .recentCustomers .cardHeader .tticons .btn3 {
  color: #ed0412;
  background-color: #ffe8e8;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  padding: 0px;
  line-height: 32px;
}

.status.delivered {
  padding: 2px 4px;
  background: #8de02c;
  color: var(--white);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}

.recentCustomers {
  position: relative;
  display: block;
  /* min-height: 500px; */
  background: var(--white);
  padding: 20px;
  box-shadow: 0 7px 25px rgb(0 0 0 / 8%);
  border-radius: 20px;
}

.recentCustomers .imgBox {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.recentCustomers .imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recentCustomers table tr td {
  padding: 12px 10px;
}

.recentCustomers table tr td h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.recentCustomers table tr td h4 span {
  font-size: 14px;
  color: var(--black2);
}

/****************/
.search {
  position: relative;
  height: 42px;
  width: 42px;
  box-sizing: border-box;
  margin: 0;
  /* padding: 7px 9px 0px 9px; */
  /*    border: 3px solid black;*/
  border-radius: 25px;
  transition: all 200ms ease;
  cursor: text;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 11px;
  box-shadow: 0px 0px 10px 2px var(--background-color);
  background-color: var(--white);
}

.search i {
  cursor: pointer;
  color: #c0c0c0;
  font-size: 20px;
}

.search:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 20px;
  right: -5px;
  top: 21px;
  background: red;
  border-radius: 3px;
  transform: rotate(-45deg);
  transition: all 200ms ease;
}

.search.active {
  width: 373px;
  margin-right: 23px;
  border: 1px solid var(--gold);
}

.search:after {
  height: 0px;
}

.search.active i,
.search:hover i {
  position: absolute;
  right: 11px;
  color: #be9e62;
}

.search input {
  width: 100%;
  border: none;
  box-sizing: border-box;
  /*		font-family: Helvetica;*/
  font-size: 15px;
  color: inherit;
  background: transparent;
  outline-width: 0px;
  padding: 0px 25px 0px 10px
}

.collapsing {
  display: none;
}

.fc-1 {
  color: #fcc254;
}

.fc-2 {
  color: #66c6f5;
}

.fc-3 {
  color: #ed777e;
}

footer {
  position: fixed;
  background-color: var(--white);
  text-align: right;
  font-size: 12px;
  padding: 7px 15px;
  color: var(--gold);
  bottom: 0;
  width: 100%;
  box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.071);
  z-index: -1;
  left: 0;
}

@media (min-width: 991px) {}

@media (max-width: 991px) {
  .navigation {
    left: -300px;
  }

  .navigation.active {
    left: 0;
    width: 310px;
  }

  .main {
    width: 100%;
    left: 0;
  }

  .main.active {
    left: 300px;
  }

  .cardBox {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .topbar h1 {
    font-size: 16px;
  }

  .topbar .topbar-rightcons ul li {
    padding-left: 13px;
  }

  .details {
    grid-template-columns: repeat(1, 1fr);
  }

  .recentOrders {
    overflow-x: auto;
  }
}

@media (max-width: 767px) {
  .topbar h1 {
    display: none;
  }
}

@media (max-width: 480px) {
  .toggle {
    z-index: 1001;
  }

  .topbar h1 {
    display: none;
  }

  .search {
    position: absolute;
    top: 75px;
    left: 0;
  }

  .navigation ul {
    margin-top: 124px;
  }

  .cardBox {
    grid-template-columns: repeat(1, 1fr);
  }

  .user {
    min-width: 40px;
  }

  .cardBox {
    grid-template-columns: repeat(1, 1fr);
  }

  .cardHeader h2 {
    font-size: 16px;
  }

  .user {
    min-width: 40px;
  }

  .main .db-div {
    margin-top: 50px;
  }

  .details .recentOrders .cardHeader .tticons .btn1,
  .details .recentCustomers .cardHeader .tticons .btn1 {
    width: 27px;
    height: 27px;
    line-height: 27px;
  }

  .details .recentOrders .cardHeader .tticons .btn2,
  .details .recentCustomers .cardHeader .tticons .btn2 {
    width: 27px;
    height: 27px;
    line-height: 27px;
  }

  .details .recentOrders .cardHeader .tticons .btn3,
  .details .recentCustomers .cardHeader .tticons .btn3 {
    width: 27px;
    height: 27px;
    line-height: 27px;
  }

  .details .recentOrders .cardHeader .tticons .btn,
  .details .recentCustomers .cardHeader .tticons .btn {
    margin-left: 0px;
  }

  .details .recentOrders .cardHeader .tticons .btn i,
  .details .recentCustomers .cardHeader .tticons .btn i {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .topbar h1 {
    display: none;
  }

  .search.active,
  .search:hover {
    width: 338px;
  }
}

.breadcrumb {
  padding: 0rem 0rem !important;
  margin-bottom: 0rem !important;
  list-style: none;
  background-color: transparent !important;
}

.breadcrumb a {
  color: var(--blue1) !important;
  opacity: 0.5;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.breadcrumb a i {
  padding-right: 5px;
}

.breadcrumb-item.active {
  color: var(--blue1);
  opacity: 0.8;
  font-size: 14px;
  padding-top: 2px;
  font-family: "Open Sans", sans-serif;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: var(--blue1) !important;
  opacity: 0.5;
  content: "\f105" !important;
  font: var(--fa-font-solid);
  font-size: 14px;
}

.breadcrumb-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.breadcrumb-heading p {
  color: var(--blue1);
  opacity: 0.8;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

/* breadcrumbs end*/

/* search-bars */
.search-bars {
  /* background-color: var(--white); */
  padding: 2px 5px;
  padding-bottom: 10px;
  /* padding: 15px 10px; */
  margin: 2px 0px;
  /* border-radius: 10px; */
}

.search-bars .form-control:focus {
  color: #495057;
  background-color: var(--white);
  border-color: var(--gold);
  outline: 0;
  box-shadow: none;
}

.search-bars .form-control {
  display: block;
  width: 100%;
  padding: 0 10px !important;
  height: 40px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  color: #c3c3c3;
  background-color: var(--white);
  background-clip: padding-box;
  border: 1px solid var(--gold);
  border-radius: 30px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search-bars input::placeholder {
  color: #c3c3c3 !important;
  font-family: "Open Sans", sans-serif;
}

.search-bars .theme-button-success,
.entry-buttons .save {
  background-color: var(--gold);
  color: var(--white);
  padding: 5px 20px;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid var(--gold);
  transition: all 0.3s ease-in-out;
  font-family: "Open Sans", sans-serif;
}

.search-bars .theme-button-danger,
.entry-buttons .cancel {
  background-color: #dc3545;
  color: var(--white);
  padding: 5px 25px;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid #dc3545;
  transition: all 0.3s ease-in-out;
  font-family: "Open Sans", sans-serif;
}

.search-bars .theme-button-primary,
.entry-buttons .cancel {
  background-color: var(--green);
  color: var(--white);
  padding: 5px 20px;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid var(--green);
  transition: all 0.3s ease-in-out;
  font-family: "Open Sans", sans-serif;
}

.entry-buttons .save,
.entry-buttons .cancel {
  border-radius: 0px;
}

/* .search-bars .search1:hover,
  .entry-buttons .save:hover {
    background-color: transparent;
    color: var(--gold);
    transition: all 0.3s ease-in-out;
  } */
/* .search-bars .clear:hover,
  .entry-buttons .cancel:hover {
    background-color: transparent;
    color: var(--blue1);
    transition: all 0.3s ease-in-out;
  } */
/* search-bars ends*/

/* table */
.listing-table {
  background-color: var(--white);
  margin: 20px 0px;
  border-radius: 10px;
  padding: 2px;
}

.listing-table thead {
  background-color: #e8dbc4;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 1);
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #f7f6f9;
}

.listing-table .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.listing-table .col-sm-12 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.listing-table .table td,
.listing-table .table th {
  border-top: none;
  color: #9c9c9c;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.listing-table .dataTables_filter input::placeholder {
  font-size: 14px;
  color: #c3c3c3 !important;
  font-family: "Open Sans", sans-serif;
}

.listing-table .page-item.active .page-link {
  z-index: 1;
  color: var(--white);
  background-color: var(--gold);
  border-color: var(--gold);
  font-family: "Open Sans", sans-serif;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--blue1);
  background-color: var(--white);
  border: 1px solid #dee2e6;
}

.listing-table .table td:nth-child(1) {
  position: relative;
  padding-left: 60px;
}

.listing-table .table td:nth-child(1)::after {
  content: "";
  background-image: url("../images/profile.png");
  position: absolute;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  top: 10px;
  left: 25px;
}

.listing-table .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}

.listing-table .page-link:hover {
  color: var(--gold);
  text-decoration: none;
}

.listing-table div.dataTables_wrapper div.dataTables_info,
.listing-table div.dataTables_wrapper div.dataTables_length label {
  color: #858796;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.listing-table .user1 {
  background-color: var(--gold);
  color: var(--white);
  padding: 5px 25px;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid var(--gold);
  transition: all 0.3s ease-in-out;
  font-family: "Open Sans", sans-serif;
}

.listing-table .user1:hover {
  cursor: pointer;
  box-shadow: -1px 0px 6px 3px #e8dbc4;
}

.list-heading h6 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.list-heading {
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding-bottom: 15px;
}

.listing-table div#sortTable_length,
.listing-table div#sortTable_info {
  padding-left: 15px;
}

.listing-table div.dataTables_filter,
.listing-table div#sortTable_paginate {
  padding-right: 15px;
}

.listing-table div#sortTable_paginate li a {
  font-family: "Open Sans", sans-serif;
}

.listing-table .table th {
  padding: 0.75rem 1.5em;
}

.listing-table .table td {
  padding: 0.75rem 1.7em;
}

/* .listing-table td i:hover {
    background-color: transparent;
    color: var(--gold);
    transition: all 0.3s ease-in-out;
  } */
.listing-table td .btn {
  padding: 0;
  margin-right: 10px;
}

.listing-table .dataTables_filter .form-control {
  padding: 0 10px !important;
  height: 30px;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  background-color: var(--white);
  background-clip: padding-box;
  border: 1px solid var(--gold);
  border-radius: 30px;
  position: relative;
}

.listing-table .dataTables_filter .form-control:focus,
.listing-table .edit:focus,
.heading-button .user1:focus,
.search-buttons .search1:focus,
.search-buttons .clear:focus,
.save-buttons .save:focus,
.save-buttons .cancel:focus {
  box-shadow: none;
}

.listing-table .dataTables_filter .form-control::before {
  color: var(--blue1) !important;
  opacity: 1;
  content: "\f002" !important;
  position: absolute;
  font: var(--fa-font-solid);
  font-size: 14px;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  z-index: 3;
  display: inline-block;
}

/* table end */

/* Entry form */
.entry-form {
  background-color: var(--white);
  width: 100%;
  height: 90vh;
  margin-top: 1%;
  border-radius: 10px;
  padding: 20px;
}

.entry-heading h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: var(--black);
  font-family: "Open Sans", sans-serif;
}

.entry-form .form-control:focus {
  color: #495057;
  background-color: var(--white);
  border-color: var(--gold);
  outline: 0;
  box-shadow: none;
}

.entry-form .form-group label {
  font-family: "Open Sans", sans-serif;
}

.entry-form .form-control {
  display: block;
  width: 95%;
  padding: 0 10px !important;
  height: 40px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  color: #c3c3c3;
  background-color: var(--white);
  background-clip: padding-box;
  border: 1px solid var(--gold);
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.entry-form input::placeholder {
  color: #c3c3c3 !important;
}

.entry-form .form-group {
  margin-bottom: 2.5rem;
}

.entry-form .col-lg-6 {
  padding: 0;
}

.entry-buttons {
  float: right;
}

/* Entry form */

/* responsive */
@media (min-width: 1200px) and (max-width: 1399px) {
  .search-bars .search1 {
    padding: 5px 17px;
  }

  .search-bars .clear {
    padding: 5px 17px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .search-bars .search1 {
    padding: 5px 12px;
    font-size: 14px;
  }

  .search-bars .clear {
    padding: 5px 12px;
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .search-bars .form-control {
    margin-bottom: 10px;
  }

  .search-bars .search-buttons {
    float: right;
  }

  .entry-form {
    height: 148vh;
  }
}

@media only screen and (max-width: 767px) {

  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .listing-table thead tr,
  .listing-table tfoot tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .listing-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
  }

  .listing-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .listing-table .table td:nth-child(1) {
    background: #e8dbc4;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    color: #333333;
  }

  /*
        Label the data
        */
  .listing-table td:nth-of-type(1):before {
    content: "Username";
    padding-top: 5px;
  }

  .listing-table td:nth-of-type(2):before {
    content: "Email";
    padding-top: 5px;
  }

  .listing-table td:nth-of-type(3):before {
    content: "Department";
    padding-top: 5px;
  }

  .listing-table td:nth-of-type(4):before {
    content: "Login Status";
    padding-top: 5px;
  }

  .listing-table td:nth-of-type(5):before {
    content: "Action";
    padding-top: 5px;
  }

  .listing-table .dataTables_length {
    display: none;
  }

  .search-bars .form-control {
    margin-bottom: 10px;
  }

  .listing-table .table td:nth-child(1)::after {
    display: none;
  }

  .listing-table div#sortTable_length,
  .listing-table div#sortTable_info {
    padding-left: 0px;
    padding-bottom: 10px;
  }

  .entry-form {
    height: 148vh;
  }
}

@media only screen and (max-width: 575px) {

  .listing-table .table td,
  .listing-table .table th {
    border-top: none;
    color: #9c9c9c;
    font-size: 14px;
  }

  div.dataTables_wrapper div.dataTables_filter {
    text-align: center;
    padding-left: 10px;
  }

  .listing-table .dataTables_filter .form-control {
    width: 70%;
  }

  .listing-table div#sortTable_length,
  .listing-table div#sortTable_info {
    padding-left: 0px;
    padding-bottom: 10px;
  }

  .listing-table .user1 {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .breadcrumb-top {
    padding-top: 60px;
  }

  .search-bars .search1,
  .entry-buttons .save {
    padding: 5px 17px;
  }
}

/* listing and entry page end */

/* top barside bar responsive */
@media (max-width: 1199px) {
  .topbar h1 {
    font-size: 20px;
  }

  .search.active,
  .search:hover {
    width: 250px;
    margin-right: 23px;
    border: 1px solid #be9e62;
  }

  .dropdown-toggle::after {
    /* left: 10px; */
  }
}

@media (max-width: 992px) {
  .navigation {
    left: -310px;
  }

  .main {
    width: 100%;
    left: 0;
  }

  .main.active {
    /* left: 63px; */
    left: 0;
    width: 100%;
  }

  .topbar h1 {
    font-size: 16px;
  }

  .search.active,
  .search:hover {
    width: 200px;
    margin-right: 23px;
    border: 1px solid #be9e62;
  }

  .topbar .topbar-rightcons ul li {
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .topbar h1 {
    font-size: 16px;
  }

  .topbar .topbar-rightcons ul li {
    padding-left: 13px;
  }
}

@media (max-width: 767px) {
  .topbar h1 {
    display: none;
  }
}

@media (max-width: 480px) {
  .toggle {
    z-index: 1001;
  }

  .topbar h1 {
    display: none;
  }

  .search {
    position: absolute;
    top: 75px;
    left: 0;
  }

  .navigation ul {
    margin-top: 124px;
  }

  .user {
    min-width: 40px;
  }
}

@media (max-width: 640px) {
  .topbar h1 {
    display: none;
  }

  .search.active,
  .search:hover {
    width: 250px;
  }

  .topbar-rightcons ul {
    padding-inline-start: 0;
  }
}

.grey {
  padding: 0px 0px 10px 0px;
}

.breadcrumb a {
  opacity: 0.8;
}

.listing-table {
  background-color: var(--white);
  margin: 5px 0px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .main {
    width: 100%;
    left: 0;
  }
}

.k-grid th {
  padding: 8px 12px;
  border-width: 0 0 1px 1px;
  white-space: nowrap;
  font-weight: 700;
}

.listing-table thead {
  background-color: #2f99d5;
}

.btn:focus {
  box-shadow: none;
  outline: none;
}

tr.k-filter-row {
  background-color: var(--white);
}

.k-pager-numbers .k-link.k-selected {
  color: var(--white);
  background-color: var(--gold) !important;
}

.k-input-solid {
  border-color: var(--gold) !important;
  color: #424242;
  background-color: var(--white);
}

.search-buttons {
  /* display: flex; */
  align-items: end;
  /* height: 80%; */
}

@media (max-width: 991px) {
  .search-buttons {
    padding-top: 10px;
  }
}

.k-column-title {
  color: var(--white);
  font-weight: bold;
}

.error-field .k-input-solid:focus-within {
  border-color: rgb(244 100 114 / 40%) !important;
  box-shadow: 0 0 0 2px rgb(244 100 114 / 40%);
}

.error-field .k-input-solid:focus,
.error-field .k-input-solid.k-focus {
  border-color: rgb(244 100 114 / 40%) !important;
  box-shadow: 0 0 0 2px rgb(244 100 114 / 40%);
}

.k-grid-header .k-cell-inner>.k-link>.k-icon {
  color: var(--white);
  font-weight: bold;
}

.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-i-sort-desc-sm,
.k-grid-header .k-i-sort-asc-small,
.k-grid-header .k-i-sort-desc-small,
.k-grid-header .k-sort-order {
  color: var(--white) !important;
  font-weight: bold;
}

sup {
  top: 0em;
  font-size: 17px;
  color: #f46472;
}

.k-notification-group {
  z-index: 999;
}

.content-panel {
  box-shadow: 0px 0px 5px 0px #a0a0a0;
}

.k-dialog-titlebar,.k-window-titlebar {
  background-color: var(--gold) !important;
  color: var(--white) !important;
}

.k-button-solid-primary {
  border-color: var(--gold) !important;
  color: white;
  background-color: var(--gold) !important;
}

.content-panel-border {
  border: 1px solid #d2d6de;
  margin-top: 10px;
  padding: 10px;
}

.customGrid .k-table-tbody tr {
  line-height: 15px;
}

.customGrid .k-table-tbody tr td .k-switch-sm {
  width: 52px;
  height: 10px;
  font-size: 8px;
}

.k-grid td,
.k-grid .k-table-td {
  border-block-end-width: 0px;
  white-space: unset;
  vertical-align: middle;
}

input[type="checkbox"]:checked {
  background-color: var(--gold);
  color: var(--white);
}

.k-dialog-actions {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  padding: 8px 8px !important;
  border-width: 1px 0 0 !important;
  border-style: solid !important;
  border-color: inherit !important;
  flex: 0 0 auto !important;
  display: flex !important;
  flex-flow: row wrap !important;
  align-items: center !important;
  gap: 8px !important;
  overflow: hidden !important;
}

.k-window-actions {
  margin: 0em 0 !important;
}

.customGrid .k-switch-sm {
  width: 54px !important;
  height: 15px !important;
  font-size: 10px !important;
}

.customGrid .k-switch-sm .k-switch-track {
  width: 35px !important;
  height: 22px !important;
}

.customGrid .k-switch-sm .k-switch-thumb {
  width: 20px !important;
  height: 20px !important;
}

.customGrid .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
  left: calc(100% - 10px) !important;
}

.k-switch-on .k-switch-track {
  border-color: var(--gold) !important;
  background-color: var(--gold) !important;
}

.full-width::-webkit-scrollbar {
  width: 10px;
}

.full-width::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.full-width::-webkit-scrollbar-thumb {
  background: var(--scroll-thumb);
}

.full-width::-webkit-scrollbar-thumb:hover {
  background: var(--thumb-hover);
}

ul.scroll-submenu {
  max-height: unset;
  overflow-x: hidden;
  overflow-y: auto;
}

ul.scroll-submenu {
  scrollbar-color: var(--scroll-thumb) #f1f1f1;
  scrollbar-width: thin;
}

.card-header {
  padding: 0.05rem;
  font-size: 25px;
}

.card-header>h5 a[aria-expanded="true"]::after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 25px;
}

.card-header>h5 a[aria-expanded="false"]::after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 25px;
}

.card-header>h5 a::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 20px;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}

/* .navigation ul li a.title {
  color: var(--gold);
} */

.btn-link:hover {
  text-decoration: none;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
}

svg {
  width: 90px;
}

.show-screen {
  display: block;
}

.hide-screen {
  display: none;
}

.user-profile-icon img {
  width: 28px;
  height: 28px;
}

.user-profile-icon {
  display: flex;
  height: 100%;
  align-items: center;
}

.user-profile-icon i {
  color: var(--gold);
  font-size: 24px;
}

.user-profile-icon h6 {
  color: var(--gold);
  opacity: 1;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  padding-left: 10px;
}

.user-profile-icon p {
  color: var(--gold);
  opacity: 1;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  padding-left: 10px;
}

a.user-profile-icon,
a.user-profile-icon:hover {
  text-decoration: none;
}

input[type="checkbox"]:after {
  font-family: "Font Awesome 5 free";
  content: "\f00c";
  font-weight: 900;
  font-size: 12px;
  display: none;
}

.select-button {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

.select-table .k-grid-content tr {
  background-color: white;
}

.select-table .k-grid-content .k-alt {
  background-color: white;
}

.select-table-function-btn {
  margin: 40px 0;
}

.k-grid tr.dragging {
  background-color: #f45c42;
}

.dropdown-menu {
  /* position: static !important;
  float: none;
  transform: translate3d(0px, 10px, 0px) !important; */
  border: none !important;
}

.tree-list-table th {
  color: white;
  font-weight: bold !important;
}

.tree-list-table thead>tr:first-child {
  display: none !important;
}

.kendo-custom-dialog .k-dialog-actions {
  padding-bottom: 0px !important;
  padding-top: 16px !important;
  border-top: 1px solid #e5e5e5 !important;
}

/* 
.navigation.active .dropdown-toggle::after {
  display: none;
} */

.navigation .icon,
.navigation .title {
  padding-left: 0px;
}

@media (max-width: 991px) {}

/* .menu {
  z-index: 1;
  background-color: #fff;
  border-radius: 0px;
  min-height: 100vh;
  box-shadow: 0px 0px 5px 0px #a0a0a0;
  margin-top: 2px
} */

.menu .card {
  border: 0px;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0px;
  margin: 2px 4px;
}

.content .card {
  /* border: 0px; */
  border: 1px solid var(--gold);
  /* border-radius: 0px; */
}

.content .card-header {
  padding: 1px 15px 1px 10px;
}

.menu .card-header,
.content .card-header,
.content-body .card-header,
.split-screen-sec .card-header {
  background-color: var(--custom-k-grid-header) !important;
  /* border-radius: 0px; */
}

.menu .card-header a,
.menu .card-header a:hover,
.content .card-header a,
.content .card-header a:hover {
  color: #fff;
  font-weight: 100;
}

.menu .card-header a.active {
  font-weight: bolder;
}

.listing-table td .group-icon {
  background-color: transparent !important;
  font-size: 20px !important;
  transition: all 0.3s ease-in-out !important;
  border: none !important;
}

.listing-table td .group-icon-small {
  background-color: transparent !important;
  font-size: 10px !important;
  transition: all 0.3s ease-in-out !important;
  border: none !important;
  padding-top: 1px;
}

.menu span.k-treeview-filter {
  position: sticky !important;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: #fff;
}

.file-reference-list .k-dropdown-button button {
  margin-right: 5px !important;
}

.file-reference-list .k-dropdown-button button span {
  margin-bottom: -4px;
  padding: 0px 0px 0px 4px;
}

.file-reference-entry .k-step-list-horizontal .k-step-link {
  max-width: 20em;
}

.inner-grid .k-link:hover,
.inner-grid .k-link,
.inner-grid .k-header {
  background-color: var(--custom-k-grid-header) !important;
}

.customdropdownbutton .k-button-solid-success {
  border-color: #28a745 !important;
  background-color: #28a745 !important;
}

.customdropdownbuttontemplate span {
  color: var(--gold);
}

.custom-left-menu {
  box-shadow: 0px 0px 5px 0px #a0a0a0;
  background-color: var(--white);
}

.custom-left-menu .k-drawer-item {
  font-size: 13px !important;
}

.custom-left-menu .k-drawer-item.k-selected {
  background-color: #fff;
  color: rgb(18, 116, 172);
  font-weight: bold;
}

.custom-left-menu .k-drawer-item:hover,
.custom-left-menu .k-drawer-item.k-selected:hover {
  background-color: #fff;
  color: rgb(18, 116, 172);
  font-weight: bold;
}

.main .trans-body-panel-left {
  position: inherit;
  width: 240px;
  height: 98vh;
  background: var(--white);
  transition: 0.5s;
  box-shadow: 2px 2px 2px var(--black);
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.02);
  z-index: 2;
  margin-top: -22px;
  margin-left: -18px;
  border-right: 1px solid;
  /* max-height: calc(100% - 106px); */
}

/* .main.active .trans-body-panel-left {  
  left: 65px;
} */

.main .trans-body-panel-right-top {
  width: calc(100% - 498px);
  left: 498px;
  position: fixed;
  height: 40px;
  display: flex;
  align-items: center;
  /* background: var(--white) !important; */
  border-bottom: 1px solid;
  /* box-shadow: 0px 1px 10px 4px rgb(184 183 183 / 10%); */
  z-index: 999;
  z-index: 3;
  top: 73px;
}

.main.active .trans-body-panel-right-top {
  width: calc(100% - 305px);
  left: 305px;
}

.main .trans-body-panel-right-top .custom-toolbar {
  width: 100%;
  /* background-color: #fff; */
  line-height: 20px;

  padding: 3px 8px;
  color: #656565;
  display: block;
  padding: 5px;
}

.main .trans-body-panel-right-top .custom-toolbar .text-left-header {
  font-weight: bold;
  font-size: 17px;
  text-align: start;
}

.main .trans-body-panel-right-top .custom-toolbar .text-right-header {
  font-weight: bold;
  font-size: 17px;
  text-align: end;
}

.main .trans-body-panel-right-bottom {
  width: calc(100% - 498px);
  left: 498px;
  position: fixed;
  top: 113px;
  max-height: 98vh;
  bottom: 2px;
  overflow-y: auto;
  overflow-x: hidden;
}

.main.active .trans-body-panel-right-bottom {
  width: calc(100% - 305px);
  left: 305px;
}

.main .trans-body-panel-right-bottom .content {
  padding: 10px 10px 10px 5px;
}

.main.active .trans-body-panel-right-bottom .content {
  padding-left: 5px;
}

/* .content-body-left {
  height: calc(100vh - 13rem);
  background-color: white;
  padding-bottom: 30px;
  width: 22%;
  float: left;
  border-right: 1px solid #e5e6f0;
  box-shadow: none !important;
  flex-shrink: 0;
  box-shadow: 0 4px 24px #22292f1a;
}

.content-body-right {
  margin-left: auto;
  margin-right: auto;
  max-height: calc(100vh - 13rem);
  padding-bottom: 30px;
}

.filter-action-layout .filter-action-layout .content-body-left .card {
  border: none;
}

.filter-action-layout .content-body-left .card .justify-content {
  max-width: 100%;
  white-space: pre-wrap;
}

.filter-action-layout .content-body-left .card .card-header {
  box-shadow: none !important;
  border: 1px solid #e5e6f0 !important;
  height: 45px !important;
  background-color: var(--white);
}

.filter-action-layout .content-body-right .card {
  border: none;
  background: none;
}

.filter-action-layout .content-body-right .card-body {
  padding: 0px !important;
}

.filter-action-layout .content-body-right .card .card-header {
  box-shadow: none !important;
  border: 1px solid #e5e6f0 !important;
  height: 45px;
  background-color: var(--white);
} */

.content-body {
  /* max-height: calc(100vh - 11rem); */
  max-height: calc(100vh - 234px);
  margin: 2px 0px;
  padding: 5px 10px 50px 10px;
}

.space-10 {
  margin-top: 25px;
}

.border-bottom-1 {
  border-bottom: 1px solid;
}

.radio-group input:nth-child(1) {
  margin-left: 0px;
}

.radio-group label,
kendo-label {
  margin-left: 5px;
}

.radio-group input {
  margin-left: 10px;
  border-color: var(--blue);
}

.k-upload .k-dropzone {
  border: 1px solid red;
  height: 50px;
}

.k-upload .k-dropzone .k-upload-button {
  display: none;
}

.white-backgroud {
  background-color: var(--white);
}

.height-inherit {
  height: inherit !important;
}

.radio-group-custom {
  font-family: Arial;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.radio-group-custom label {
  position: relative;
  margin: 4px 15px 4px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: inherit;
}

.radio-group-custom input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.radio-group-custom label span {
  display: block;
  text-align: center;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  color: #bababa;
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 20px;
  min-width: 70px;
  transition: 350ms;
}

.radio-group-custom label:hover span,
.radio-group-custom label:hover span:before {
  border: 1px solid #777;
  color: #777;
}

.radio-group-custom label span:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 50%;
  margin-top: -7px;
  left: 10px;
  border: 1px solid #ccc;
  transition: 500ms;
}

.radio-group-custom input:checked~span {
  color: blue;
  border: 1px solid blue;
}

.radio-group-custom label input:checked~span:before {
  background: blue;
  border: 1px solid blue;
}

.treeview-split {
  width: 100%;
}

.treeview-split .column {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}

/* Clear floats after the columns */
.treeview-split:after {
  content: "";
  display: table;
  clear: both;
}

.k-treeview-leaf {
  width: 100% !important;
}

.k-treeview-leaf-text {
  width: inherit !important;
}

.k-treeview-leaf.k-selected {
  background-color: #2f99d5 !important;
}

.k-treeview-selected {
  background-color: #2f99d5 !important;
}

/* .fa-edit {
  color: blue;
  cursor: pointer;
}

.fa-delete {
  color: red;
  cursor: pointer;
} */

.white-bg {
  background-color: var(--white);
}

.last-action-element {
  margin-right: 0px !important;
}

.item-border {
  padding: 10px !important;
  border-bottom: 1px solid lightgrey !important;
}

.overflow-y {
  overflow-y: scroll;
}

.overflow-x {
  overflow-x: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-auto {
  overflow-y: auto;
  overflow-x: auto;
}

.btn-space-left {
  margin-left: 5px !important;
}

.btn-space-right {
  margin-right: 5px;
}

.information-icon {
  cursor: pointer;
  font-size: 20px;
  color: #ffc107;
  display: inline-flex;
  vertical-align: top;
}

.k-panelbar-header>.k-link {
  border-bottom: 1px solid var(--blue) !important;
}

/*************Side menu Slide HOVER***********/

@media (min-width: 991px) {}

@media (max-width: 991px) {
  .navigation.active {
    left: 0;
    width: 310px;
  }
}

.only-card .card-header>h5 a::after {
  content: "";
}

/**************DASHBOARD****************/
.dash-top-infos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.common-card {
  border-radius: 25px;
  border: 1px solid #d5d5d5;
  box-shadow: 0px 0px 5px #c2c2c2;
  overflow: hidden;
  padding: 20px;
  background: #fff;
}

.common-card-header {
  color: #171a1e;
  font-size: 16px;
  text-transform: capitalize;
}

.dash-top-infos .top-info-c .top-info-cards {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.dash-top-infos .top-info-c .top-info-cards .data-count {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.data-count h1 {
  font-weight: 800;
  color: #00bfff;
}

.top-info-cards.green-highlighted .data-count h1 {
  color: #28a745;
}

.top-info-cards.red-highlighted .data-count h1 {
  color: rgb(252, 20, 20);
}

.chart-main-row img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.chart-main-row .card {
  width: 100%;
  margin: 0 auto;
}

.chart-inner-row .card {
  height: 350px;
}

.chart-main-col2 .card {
  height: 230px;
}

.canvas-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-self: center;
}

.dash-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  /* column-gap: 10px; */
  gap: 10px;
}

.dash-top .top-info-c {
  height: 220px;
}

.dash-top .top-info-c .card {
  height: 100%;
}

.dash-top .top-info-c .data-count {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.data-count h1 {
  font-weight: 800;
  color: #00bfff;
}

.dash-top .top-info-c .green-highlighted .data-count h1 {
  color: #28a745;
}

.dash-top .top-info-c .red-highlighted .data-count h1 {
  color: rgb(252, 20, 20);
}

.dash-charts img {
  width: 100%;
}

.dash-charts .card {
  height: 100%;
}

.dash-charts {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 10px;
}

.charts-left-inner {
  display: grid;
  grid-template-columns: 2.41fr 3fr;
  gap: 10px;
}

@media (min-width: 1200px) {
  .main.active .dash-top {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .main .dash-top {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 1200px) {
  .main .dash-top {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .main:not(.active) .charts-left-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .charts-left-inner {
    grid-template-columns: 1fr;
  }

  .dash-charts {
    grid-template-columns: 1.5fr 1fr;
  }
}

@media (max-width: 575px) {
  .main .dash-top {
    grid-template-columns: 1fr 1fr;
  }
}

/*********Site Setting Menu*********/
.fixed-plugin {
  /* position: fixed;
    top: 225px;
    right: -3px;
    width: 50px;
    background-color: var(--grandP-list-color);
 
    z-index: 99;
    border-radius: 8px 0 0 8px; */
  text-align: center;
}

.color-choice {
  text-align: center;
  display: block;
  padding-bottom: 10px;
}

.fixed-plugin>.dropdown.show-dropdown {
  height: 40px;
  width: 50px;
}

.fixed-plugin .fa-cog {
  color: #fff;
  padding: 10px;
  border-radius: 0 0 6px 6px;
  width: auto;
  font-size: 1.2em;
}

.fixed-plugin .dropdown .dropdown-menu {
  top: -17px !important;
  opacity: 0;
  display: block;
  left: -303px !important;
  border-radius: 10px;
  width: 290px;
  right: 80px;
  position: absolute !important;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  transform: scale(0) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  display: block !important;
}

.fixed-plugin .dropdown .dropdown-menu.show {
  transform: scale(1) !important;
  opacity: 1;
  transition: all 0.5s ease;
}

.fixed-plugin .dropdown-menu:after,
.fixed-plugin .dropdown-menu::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40px;
  width: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  margin-left: auto;
  left: auto;
}

.fixed-plugin .dropdown-menu:after {
  border-bottom: 16px solid transparent;
  border-left: 16px solid #fff;
  border-top: 16px solid transparent;
  right: -15px;
}

.fixed-plugin .dropdown-menu::before {
  border-bottom: 16px solid transparent;
  border-left: 16px solid rgba(0, 0, 0, 0.2);
  border-top: 16px solid transparent;
  right: -16px;
}

.fixed-plugin .badge {
  border: 3px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 23px;
  margin: 0 3px 0 3px;
  position: relative;
  width: 23px;
  padding: 8px;
}

.fixed-plugin .badge-danger {
  background-color: #f44336;
}

.fixed-plugin .badge-orange {
  background-color: #f96332;
}

.fixed-plugin .badge-green {
  background-color: #55ab68;
}

.fixed-plugin .badge-blue {
  background-color: #1274ac;
}

.fixed-plugin .badge-brown {
  background-color: #d9833b;
}

.fixed-plugin .badge-purple {
  background-color: #7e2353;
}

.fixed-plugin .badge-gold {
  background-color: #bf9f62;
}

.fixed-plugin p.head-txt {
  height: 30px;
  line-height: 25px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.fixed-plugin .badge.active,
.fixed-plugin .badge:hover {
  border-color: #0bf;
}

.info-modal_dialog .k-dialog {
  position: absolute !important;
  right: 0;
  top: 0;
  height: 100vh !important;
  font-family: 'Poppins', sans-serif;
}

.topbar-rightcons .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  margin: 0;
}

.topbar-rightcons li {
  position: relative;
  height: 100%;
}

.topbar-rightcons>ul>li {}

/* .topbar-rightcons li.notification_li .dropdown-menu{
  left: -167% !important;
  top: 38% !important;
}
.topbar-rightcons li.user_profile .dropdown-menu{
  top: 38% !important;
} */
.topbar-rightcons .dropdown-toggle::after {
  display: none !important;
}

.topbar .topbar-rightcons,
.topbar .topbar-rightcons ul {
  height: 100%;
}

.topbar .topbar-rightcons>ul>li {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.topbar-rightcons li.user_profile>.dropdown {
  height: 100%;
}

.main {
  height: calc(100vh - 32px);
}

.content-panel {
  height: calc(100% - 40px) !important;
}

.content-panel.global-admin .content-body {
  height: calc(100% - 45px) !important;
}

.content-body {
  padding: 5px 10px 10px 10px !important;
  height: calc(100% - 0px) !important;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: unset !important;
}

.h-100 {
  height: 100%;
}

.std-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: transparent;
  border-radius: 10px;
}

.std-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}

.std-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
}

.navigation>.logo img {
  width: 100px;
}

.layout {
  z-index: 1;
}

.layout.fixed-sidebar {
  height: 100%;
}

.layout.has-sidebar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout .header {
  box-shadow: 1px 1px 4px #9aa0b9;
  display: flex;
  align-items: center;
  padding: 20px;
}

.layout .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.layout .footer {
  /* text-align: center;
  margin-top: auto; */
  /* margin-bottom: 20px;
  padding: 20px; */
}

.layout.rtl .header {
  box-shadow: -1px 1px 4px #9aa0b9;
}

.sidebar {
  color: #b3b8d4;
  overflow-x: hidden !important;
  position: relative;
  /* background-color: #0c1e35; */
  background-color: var(--gold);
  z-index: 9999;
}

.sidebar .image-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  z-index: 1;
  display: none;
}

.sidebar .image-wrapper>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sidebar.has-bg-image .image-wrapper {
  display: block;
}

.sidebar .sidebar-layout {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.sidebar .sidebar-layout .sidebar-header {
  height: 64px;
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid rgba(83, 93, 125, 0.3);
}

.sidebar .sidebar-layout .sidebar-header>span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sidebar .sidebar-layout .sidebar-content {
  flex-grow: 1;
  padding: 10px 0;
}

.sidebar .sidebar-layout .sidebar-footer {
  height: 64px;
  min-height: 64px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(83, 93, 125, 0.3);
  padding: 0 20px;
}

.sidebar .sidebar-layout .sidebar-footer>span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@keyframes swing {

  0%,
  30%,
  50%,
  70%,
  100% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(10deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }
}

.layout .sidebar .menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.layout .sidebar .menu .menu-item a {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  color: var(--sidebar-text-color);
  text-decoration: none;
}

.layout .sidebar.collapsed .menu ul .menu-item>a.active,
.layout .sidebar.collapsed .menu ul .menu-item>a:hover {
  color: #fff !important;
}

/* .layout .sidebar.collapsed .menu > li > .sub-menu-list{
  top: 25px !important;
} */
.layout .sidebar .menu .menu-item a .menu-icon {
  font-size: 1.2rem;
  width: 35px;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  margin-left: -5px;
  border-radius: 2px;
  transition: color 0.3s;
}

.layout .sidebar .menu .menu-item a .menu-icon i {
  display: inline-block;
}

.layout .sidebar .menu .menu-item a .menu-title {
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
  transition: color 0.3s;
}

.layout .sidebar .menu .menu-item a .menu-prefix,
.layout .sidebar .menu .menu-item a .menu-suffix {
  display: inline-block;
  padding: 5px;
  opacity: 1;
  transition: opacity 0.3s;
}

.layout .sidebar .menu .menu-item a:hover .menu-title,
.layout .sidebar .menu .menu-item a.active .menu-title {
  color: #fff;
}

.layout .sidebar .menu .menu-item a:hover .menu-icon {
  color: #fff;
}

.layout .sidebar .menu .menu-item a:hover .menu-icon i {
  animation: swing ease-in-out 0.5s 1 alternate;
}

.layout .sidebar .menu .menu-item a:hover::after {
  border-color: #fff !important;
}

.layout .sidebar .menu .menu-item.sub-menu {
  position: relative;
}

.layout .sidebar .menu>ul>li.menu-item.sub-menu>a::after,
.layout .sidebar .menu .menu-item.sub-menu>a::after {
  content: "";
  transition: transform 0.3s;
  border-right: 2px solid currentcolor;
  border-bottom: 2px solid currentcolor;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
  right: 46px;
  position: absolute;
  transition: right 0.5s ease;
  opacity: 0;
}

.layout .sidebar .menu>ul>li a:hover::after,
.layout .sidebar .menu>ul>li a.open::after,
.layout .sidebar .menu .menu-item.sub-menu>a:hover::after,
.layout .sidebar .menu .menu-item.sub-menu.open>a::after {
  opacity: 1 !important;
  right: 15px !important;
  color: #fff !important;
}

.layout .sidebar .menu .menu-item.sub-menu>.sub-menu-list {
  padding-left: 20px;
  display: none;
  overflow: hidden;
  z-index: 999;
}

.layout .sidebar .menu>ul>li.menu-item.sub-menu>.sub-menu-list {
  padding-left: 0px;
}

.layout .sidebar .menu .menu-item.sub-menu.open>a::after {
  transform: rotate(45deg);
}

.layout .sidebar .menu .menu-item.active>a .menu-title {
  color: #fff;
}

.layout .sidebar .menu .menu-item.active>a::after {
  border-color: #fff;
}

.layout .sidebar .menu .menu-item.active>a .menu-icon {
  color: #fff;
}

.layout .sidebar .menu>ul>.sub-menu>.sub-menu-list {
  background-color: var(--gold);
}

.layout .sidebar .menu.icon-shape-circle .menu-item a .menu-icon,
.layout .sidebar .menu.icon-shape-rounded .menu-item a .menu-icon,
.layout .sidebar .menu.icon-shape-square .menu-item a .menu-icon {
  background-color: #0b1a2c;
}

.layout .sidebar .menu.icon-shape-circle .menu-item a .menu-icon {
  border-radius: 50%;
}

.layout .sidebar .menu.icon-shape-rounded .menu-item a .menu-icon {
  border-radius: 4px;
}

.layout .sidebar .menu.icon-shape-square .menu-item a .menu-icon {
  border-radius: 0;
}

/* .layout .sidebar:not(.collapsed) .menu>ul>.menu-item.sub-menu>.sub-menu-list {
  visibility: visible !important;
  position: static !important;
  transform: translate(0, 0) !important;
} */

.layout .sidebar .menu>ul>.menu-item>a .menu-prefix,
.layout .sidebar .menu>ul>.menu-item>a .menu-suffix {
  opacity: 0;
}

/* .layout .sidebar .menu>ul>.menu-item.sub-menu>a::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: currentcolor;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
  display: none;
} */

/* .layout .sidebar .menu>ul>.menu-item.sub-menu>a:hover::after {
  background-color: #dee2ec;
} */

.layout .sidebar .menu>ul>.menu-item.sub-menu>.sub-menu-list {
  transition: none !important;
  width: auto;
  max-width: 300px;
  margin-left: 3px !important;
  border-radius: 4px;
  display: block !important;
}

.layout .sidebar .menu>ul>.menu-item.active>a::after {
  background-color: #dee2ec;
}

.layout .sidebar.has-bg-image .menu.icon-shape-circle .menu-item a .menu-icon,
.layout .sidebar.has-bg-image .menu.icon-shape-rounded .menu-item a .menu-icon,
.layout .sidebar.has-bg-image .menu.icon-shape-square .menu-item a .menu-icon {
  background-color: rgba(11, 26, 44, 0.6);
}

.layout .sidebar.has-bg-image:not(.collapsed) .menu>ul>.sub-menu>.sub-menu-list {
  /* background-color: #ffffff1f; */
  background-color: var(--gold);
}

.layout.rtl .sidebar .menu .menu-item a .menu-icon {
  margin-left: 10px;
  margin-right: 0;
}

.layout.rtl .sidebar .menu .menu-item.sub-menu>a::after {
  transform: rotate(135deg);
}

.layout.rtl .sidebar .menu .menu-item.sub-menu>.sub-menu-list {
  padding-left: 0;
  padding-right: 20px;
}

.layout.rtl .sidebar .menu .menu-item.sub-menu.open>a::after {
  transform: rotate(45deg);
}

.layout.rtl .sidebar.collapsed .menu>ul>.menu-item.sub-menu a::after {
  right: auto;
  left: 10px;
}

.layout.rtl .sidebar.collapsed .menu>ul>.menu-item.sub-menu>.sub-menu-list {
  margin-left: -3px !important;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  height: 100vh;
  color: #212529;
}

a {
  text-decoration: none;
}

/* @media (max-width: 992px) {
  #btn-collapse {
    display: none;
  }
} */

.layout {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.layout.has-sidebar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout .header {
  -webkit-transition: width, 0.3s;
  transition: width, 0.3s;
  height: 64px;
  min-height: 64px;
  position: relative;
}

.layout .sidebar {
  width: 230px;
  min-width: 230px;
  -webkit-transition: width, left, right, 0.5s;
  transition: width, left, right, 0.5s;
}

.layout .sidebar.collapsed {
  width: 70px;
  min-width: 70px;
}

@media (max-width: 480px) {
  .layout .sidebar.break-point-xs {
    position: fixed;
    left: -280px;
    height: 100%;
    top: 0;
    z-index: 100;
  }

  .layout .sidebar.break-point-xs.collapsed {
    left: -80px;
  }

  .layout .sidebar.break-point-xs.toggled {
    left: 0;
  }

  .layout .sidebar.break-point-xs.toggled~.overlay {
    display: block;
  }

  .layout .sidebar.break-point-xs~.layout .header {
    width: 100% !important;
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 576px) {
  .layout .sidebar.break-point-sm {
    position: fixed;
    left: -280px;
    height: 100%;
    top: 0;
    z-index: 100;
  }

  .layout .sidebar.break-point-sm.collapsed {
    left: -80px;
  }

  .layout .sidebar.break-point-sm.toggled {
    left: 0;
  }

  .layout .sidebar.break-point-sm.toggled~.overlay {
    display: block;
  }

  .layout .sidebar.break-point-sm~.layout .header {
    width: 100% !important;
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 768px) {
  .layout .sidebar.break-point-md {
    position: fixed;
    left: -280px;
    height: 100%;
    top: 0;
    z-index: 100;
  }

  .layout .sidebar.break-point-md.collapsed {
    left: -80px;
  }

  .layout .sidebar.break-point-md.toggled {
    left: 0;
  }

  .layout .sidebar.break-point-md.toggled~.overlay {
    display: block;
  }

  .layout .sidebar.break-point-md~.layout .header {
    width: 100% !important;
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 992px) {
  .layout .sidebar.break-point-lg {
    position: fixed;
    left: -310px;
    height: 100%;
    top: 0;
    z-index: 100;
  }

  .layout .sidebar.break-point-lg.collapsed {
    left: -80px;
  }

  .layout .sidebar.break-point-lg.toggled {
    left: 0;
  }

  .layout .sidebar.break-point-lg.toggled~.overlay {
    display: block;
  }

  .layout .sidebar.break-point-lg~.layout .header {
    width: 100% !important;
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 1200px) {
  .layout .sidebar.break-point-xl {
    position: fixed;
    left: -280px;
    height: 100%;
    top: 0;
    z-index: 100;
  }

  .layout .sidebar.break-point-xl.collapsed {
    left: -80px;
  }

  .layout .sidebar.break-point-xl.toggled {
    left: 0;
  }

  .layout .sidebar.break-point-xl.toggled~.overlay {
    display: block;
  }

  .layout .sidebar.break-point-xl~.layout .header {
    width: 100% !important;
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 1600px) {
  .layout .sidebar.break-point-xxl {
    position: fixed;
    left: -280px;
    height: 100%;
    top: 0;
    z-index: 100;
  }

  .layout .sidebar.break-point-xxl.collapsed {
    left: -80px;
  }

  .layout .sidebar.break-point-xxl.toggled {
    left: 0;
  }

  .layout .sidebar.break-point-xxl.toggled~.overlay {
    display: block;
  }

  .layout .sidebar.break-point-xxl~.layout .header {
    width: 100% !important;
    -webkit-transition: none;
    transition: none;
  }
}

.layout .content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.layout .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  display: none;
}

.layout .sidebar-toggler {
  display: none;
}

@media (max-width: 480px) {
  .layout .sidebar-toggler.break-point-xs {
    display: initial;
  }
}

@media (max-width: 576px) {
  .layout .sidebar-toggler.break-point-sm {
    display: initial;
  }
}

@media (max-width: 768px) {
  .layout .sidebar-toggler.break-point-md {
    display: initial;
  }
}

@media (max-width: 992px) {
  .layout .sidebar-toggler.break-point-lg {
    display: initial;
  }
}

@media (max-width: 1200px) {
  .layout .sidebar-toggler.break-point-xl {
    display: initial;
  }
}

@media (max-width: 1600px) {
  .layout .sidebar-toggler.break-point-xxl {
    display: initial;
  }
}

.layout.fixed-sidebar {
  height: 100%;
}

.layout.fixed-sidebar .sidebar {
  height: 100%;
  overflow: auto;
}

.layout.fixed-sidebar .sidebar~.layout {
  height: 100%;
  overflow: auto;
}

.layout.fixed-header .header {
  position: fixed;
  width: 100%;
  z-index: 2;
}

.layout.fixed-header .header~.layout,
.layout.fixed-header .header~.content {
  margin-top: 64px;
}

.layout.fixed-header.fixed-sidebar .header {
  width: calc(100% - 280px);
}

.layout.fixed-header.fixed-sidebar .sidebar.collapsed~.layout .header {
  width: calc(100% - 80px);
}

.layout.rtl {
  direction: rtl;
}

@media (max-width: 480px) {
  .layout.rtl .sidebar.break-point-xs {
    left: auto;
    right: -280px;
  }

  .layout.rtl .sidebar.break-point-xs.collapsed {
    left: auto;
    right: -80px;
  }

  .layout.rtl .sidebar.break-point-xs.toggled {
    left: auto;
    right: 0;
  }
}

@media (max-width: 576px) {
  .layout.rtl .sidebar.break-point-sm {
    left: auto;
    right: -280px;
  }

  .layout.rtl .sidebar.break-point-sm.collapsed {
    left: auto;
    right: -80px;
  }

  .layout.rtl .sidebar.break-point-sm.toggled {
    left: auto;
    right: 0;
  }
}

@media (max-width: 768px) {
  .layout.rtl .sidebar.break-point-md {
    left: auto;
    right: -280px;
  }

  .layout.rtl .sidebar.break-point-md.collapsed {
    left: auto;
    right: -80px;
  }

  .layout.rtl .sidebar.break-point-md.toggled {
    left: auto;
    right: 0;
  }
}

@media (max-width: 992px) {
  .layout.rtl .sidebar.break-point-lg {
    left: auto;
    right: -280px;
  }

  .layout.rtl .sidebar.break-point-lg.collapsed {
    left: auto;
    right: -80px;
  }

  .layout.rtl .sidebar.break-point-lg.toggled {
    left: auto;
    right: 0;
  }
}

@media (max-width: 1200px) {
  .layout.rtl .sidebar.break-point-xl {
    left: auto;
    right: -280px;
  }

  .layout.rtl .sidebar.break-point-xl.collapsed {
    left: auto;
    right: -80px;
  }

  .layout.rtl .sidebar.break-point-xl.toggled {
    left: auto;
    right: 0;
  }
}

@media (max-width: 1600px) {
  .layout.rtl .sidebar.break-point-xxl {
    left: auto;
    right: -280px;
  }

  .layout.rtl .sidebar.break-point-xxl.collapsed {
    left: auto;
    right: -80px;
  }

  .layout.rtl .sidebar.break-point-xxl.toggled {
    left: auto;
    right: 0;
  }
}

.sidebar-layout>.logo {
  margin: 0;
  display: block;
  position: relative;
  z-index: 4;
  height: 70px;
  min-height: 70px;
  line-height: 64px;
  padding: 0 20px;
  border-bottom: 1px solid #ffffff4a;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sidebar-layout>.logo a.mini-logo {
  opacity: 1;
  text-align: center;
  margin-right: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sidebar-layout>.logo a.mini-logo {
  flex-direction: column;
  position: relative;
}

.sidebar-layout>.logo a.mini-logo>span {
  line-height: 7px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: -12px;
  margin-left: 2px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  left: -76px;
  transition: left 0.3s ease;
}

.sidebar.collapsed .sidebar-layout>.logo a.mini-logo>span {
  left: 0px;
}

.sidebar-layout>.logo a.mini-logo img {
  width: 55px;
  max-height: 42px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.sidebar.collapsed .sidebar-layout>.logo a.mini-logo img {
  width: 51px;
}

.sidebar-layout>.logo .logo-text {
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0;
  display: inline-block;
  font-size: 18px;
  white-space: nowrap;
  font-weight: 400;
  line-height: 30px;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: bold;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sidebar-layout>.logo .logo-text .logo__title {
  margin-bottom: -10px;
  display: block;
}

.hg__txt {
  font-size: 22px;
}

.sidebar.collapsed .sidebar-layout>.logo .logo-text {
  opacity: 0;
  -webkit-transform: translate3d(-25px, 0, 0);
  transform: translate3d(-25px, 0, 0);
}

.sidebar.collapsed .sidebar-layout>.logo {
  padding-left: 10px;
}

/**********Custom Kendo Gid Header************/

/* .k-grid-header, */
.listing-table thead {
  background-color: var(--custom-k-grid-header) !important;
}

.k-column-title {
  color: var(--custom-k-grid-header-txt) !important;
}

.k-table-th.k-sorted {
  background-color: unset !important;
}

.user_profile .dropdown-menu {
  right: -100px !important;
  width: 200px;
  top: 100%;
  left: unset !important;
  position: fixed !important;
}

.notification_li .dropdown-menu {
  right: -50px !important;
  width: 200px;
  left: unset !important;
}

/********Common BUtton***********/
.btn-common {
  font-weight: 600;
  padding: 7px 15px 7px 35px !important;
  position: relative;
  font-size: 12px;
  margin: 5px 10px;
}

.btn-common i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

.btn-theme-primary,
.btn-theme-success {
  color: var(--gold);
  background-color: #fff;
  border-color: 1px solid var(--gold);
}

.btn-theme-primary:hover,
.btn-theme-success:hover {
  color: var(--white);
  background-color: var(--gold);
  border-color: 1px solid var(--gold);
}

.btn-theme-default {
  color: var(--btn-theme-default);
  background-color: #fff;
  border-color: 1px solid var(--btn-theme-default);
}

.btn-theme-default:hover {
  color: var(--white);
  background-color: var(--btn-theme-default);
  border-color: 1px solid var(--btn-theme-default);
}

.btn-theme-danger {
  color: var(--btn-theme-danger);
  background-color: #fff;
  border-color: 1px solid var(--btn-theme-danger);
}

.btn-theme-danger:hover {
  color: var(--white);
  background-color: var(--btn-theme-danger);
  border-color: var(--btn-theme-danger);
}

.btn-icon-common {
  font-size: 15px;
  border-radius: 4px;
  padding: 3px 7px !important;
  color: var(--btn-icon-common);
  /* border: 1px solid #E2E2ED; */
  transition: all 0.5s ease;
  background: transparent;
}

.btn-icon-common:hover {
  background-color: var(--gold);
  color: var(--white);
  box-shadow: 0px 0px 7px #ccc;
}

.btn-icon-common.btn-icon-delete:hover {
  background-color: var(--btn-theme-danger);
  color: var(--white);
  box-shadow: 0px 0px 7px #ccc;
}

.footer-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/**********Split screen section*******/
.split-screen-sec {
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 0px;
}

.split-screen-sec>.row {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
}

.split-screen-sec>.row>div {
  padding: 0;
}

.split-screen-sec .split-screen-left {
  /* background-color: var(--custom-k-grid-header); */
  background-color: #fff;
}

.split-screen-sec .split-screen-right {
  /* background-color: #fff; */
}

@media (min-width: 767px) {
  .split-screen-sec .split-screen-left {
    padding: 0;
    top: 0px;
    height: calc(100vh - 165px);
    position: sticky;
  }
}

.listing-table.no-row-focus>.k-grid .k-table-tbody>.k-table-row:not(.k-detail-row):hover {
  background-color: unset !important;
}

.listing-table .hidden-text .k-column-title {
  display: none;
}

.listing-table .action-button,
.listing-table .action-button:focus,
.listing-table .action-button.k-focus {
  background-color: var(--white) !important;
  border-color: var(--white) !important;
  box-shadow: unset;
}

.listing-table .action-button-popup .k-focus {
  box-shadow: unset !important;
}

.listing-table.no-row-border .k-grid td {
  border-width: 0 !important;
}

.listing-table .k-grid .k-filter-row {
  background-color: var(--custom-k-grid-header) !important;
}

/**********Custom dropdown*************/
.custom-dropdown {
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  position: absolute;
  right: 0;
}

.custom-dropdown.show {
  display: block;
}

.signin-div .form {
  overflow-y: scroll;
  overflow-x: hidden;
}

.action-border-bottom {
  padding-bottom: 0px !important;
  padding-top: 16px !important;
  border-top: 1px solid #e5e5e5 !important;
}

.listing-table .k-grid .format-title .k-column-title {
  white-space: pre-wrap !important;
}

.content-panel.no-shadow {
  box-shadow: unset;
}

.content-panel .accordion-wrap {
  margin: -5px -10px -10px -10px;
}

.split-screen-sec .accordion-wrap {
  margin: unset;
  width: 100%;
  margin-left: 0px !important;
}

.content-panel .accordion-wrap .accordian .card {
  border-radius: 0px;
}

.content-panel .accordion-wrap .card-header>h5 a[aria-expanded="true"]::after {
  display: none;
}

.content-panel .accordian .card-header {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
}

.content-panel .accordion-wrap .accordian>.card {
  background-color: transparent;
  border-bottom: unset;
  border: unset;
}

.content-panel .accordion-wrap .accordian>.card .card-body {
  margin: 10px;
  background: #fff;
  border-radius: 7px;
}

.topbar-rightcons .speed-mat-icon {
  font-size: 33px;
}

.topbar-rightcons .notification-mat-icon {
  font-size: 30px;
}

.topbar-rightcons .gallery-mat-icon {
  font-size: 28px;
}

.topbar-rightcons .material-icons {
  color: #c0c0c0;
}

.topbar-rightcons ul li:hover .material-icons {
  color: var(--gold);
}

.topbar-rightcons .img-wrap {
  display: flex;
  align-items: center;
  position: relative;
}

.topbar-rightcons .img-wrap {}

.search-wrap {
  position: relative;
  z-index: 2;
  /* background: transparent; */
  height: 40px;
  box-shadow: 1px 1px 7px #ccc;
  border-radius: 100%;
}

.search-wrap>input {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  border-radius: 50px;
  width: 40px;
  opacity: 0;
  transition: width 0.5s ease, opacity 0.5s ease;
  border: 1px solid var(--gold);
}

.search-wrap.active>input {
  opacity: 1;
  width: 400px;
  transition: width 0.5s ease, opacity 0.5s ease;
  padding: 0px 10px 0px 46px;
}

@media(max-width:1200px) {
  .search-wrap.active>input {
    width: 275px;
  }
}

@media(max-width:992px) {
  .search-wrap.active>input {
    width: 400px;
  }
}

@media(max-width:767px) {
  .search-wrap.active>input {
    width: 200px;
  }
}

@media(max-width:600px) {
  .search-wrap>input {
    position: absolute;
    left: 0;
  }
}

.search-wrap.active>input:focus-visible {
  outline: unset;
}

.search-wrap .search-icon {
  height: 40px;
  width: 40px;
  background: var(--gold);
  border-radius: 100%;
  text-align: center;
  margin: 0 !important;
  cursor: pointer;
  transition: background 0.5s ease;
  position: relative;
}

.search-wrap .search-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.search-wrap .search-icon img.search_img {
  width: 30px;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.5s ease;
}

.search-wrap.active .search-icon img {
  transform: translate(-50%, -50%) scale(0);
}

.search-wrap .search-icon img.close_img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  width: 16px;
  transform: translate(-50%, -50%) scale(0);
}

.search-wrap.active .search-icon img.close_img {
  transform: translate(-50%, -50%) scale(1);
}

@media (min-width: 992px) {
  li.btn.dropdown-toggle.notification_li {
    margin-left: 33px;
  }
}

/**************Custom Loader************/
.circonf {
  margin: 1em;
  display: inline-block;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border: 4px solid silver;
  animation: circ-anim 0.7s linear infinite;
}

.circonf-3 {
  border-color: var(--gold);
  border-bottom-color: transparent;
  border-left-color: transparent;
}

@keyframes circ-anim {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}


/*******action button group********/
.btn-icon-group-common {
  background-color: transparent !important;
  padding: 0.375rem 0.75rem;
  color: var(--gold);
  border: 1px solid var(--gold);
}

.btn-icon-group-common.btn-icon-primary:hover {
  background-color: var(--gold) !important;
  color: #fff;
}

.btn-icon-group-common.btn-icon-danger:hover {
  background-color: var(--btn-theme-danger) !important;
  color: #fff;
}



.dashboard-cards {
  display: grid;
  gap: 20px;
  justify-content: space-between;
}

.main:not(.active) .dashboard-cards {
  /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.main.active .dashboard-cards {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media(min-width:1350px) and (max-width:1440px) {
  .main:not(.active) .dashboard-cards {
    grid-template-columns: repeat(auto-fit, minmax(183px, 1fr));
  }

  .main.active .dashboard-cards {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

@media (min-width:1005px) and (max-width:1350px) {
  .main:not(.active) .dashboard-cards {
    grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
  }
}

@media (min-width:1180px) and (max-width:1350px) {
  .main.active .dashboard-cards {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media (min-width:992px) and (max-width:1180px) {
  .main.active .dashboard-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width:992px) and (max-width:1005px) {
  .main:not(.active) .dashboard-cards {
    grid-template-columns: repeat(auto-fit, minmax(319px, 1fr));
  }
}

@media(max-width:992px) {
  .main:not(.active) .dashboard-cards {
    grid-template-columns: 1fr 1fr !important;
  }

  .main .dashboard-cards {
    grid-template-columns: 1fr 1fr !important;
  }
}

.info-modal_dialog .k-dialog-content>.row {
  margin: 0 !important;
  font-family: 'Poppins', sans-serif;
  line-height: 20px;
}

.animated-notify {
  background-color: var(--gold);
}

.search-history-box {
  max-height: 0;
  border: 1px solid lightgray;
  transition: all 0.5s ease;
}

.search-history-box.active {
  max-height: 14rem;
}

.search-history-box ul {
  padding: 10px 20px;
}

.search-history-box ul li {
  margin: 10px 0;
}

.search-history-box ul li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}


.mp_covered {
  display: flex;
  position: relative;
}

.mp_covered .mp_mini_toggle {
  width: 250px;
  height: calc(100vh - 165px);
  background-color: #fff;
  border-right: 1px solid #e2e8f0;
  transition: width 0.5s ease;
  position: fixed;;
  z-index: 2;
}

.mp_covered.collapsed-mini-tab .mp_mini_toggle {
  width: 00px;
  overflow: hidden;
}
.mp_covered #headingOne h5{
  transition: all 0.5s ease;
}
.mp_covered.collapsed-mini-tab #headingOne h5{  
  padding-left: 20px;
}

.mp_covered .mp_main_body {
  width: calc(100% - 250px);
  padding: 10px;
  transition: width 0.5s ease;
  position: absolute;
  right: 0;
}

.mp_covered.collapsed-mini-tab .mp_main_body {
  width: calc(100% - 2px);
}

.mp_covered .mp_mini_wrap {
  padding: 10px;
}

.mp_mini_body_wrap {
  margin-right: -10px;
  padding-right: 10px;
  overflow-y: scroll;
  overflow-x: visible;
  height: calc(100vh - 207px);
}
.mp_mini-header {
  display: flex;
  justify-content: space-between;
  text-wrap: nowrap; 
}

.mp_mini-header h5 {
  font-family: "Roboto", sans-serif;
}

.mp_mini_t_icon {
  border: 1px solid #E2E8F0;
  border-radius: 25px;
  height: 30px;
  padding: 5px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #606f85 !important;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.5s ease;
}

.mp_mini_t_icon:focus {
  outline: unset !important;
}
.mini_tab_expand {
  position: absolute;
  background-color: #f4f5f7;
  border: 1px solid #E2E8F0;
  border-radius: 0 40px 40px 0;
  padding: 6px 12px 6px 3px !important;
  top: 5px;
  left: -70px;
  transition: .3s;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: left 0.5s ease;
  z-index: 1;
}


.mini_tab_expand:hover {
  left: 0;
}

/******Multi action tab uL******/


.mp_mini_body_wrap ul.normal-tabset-ul li {
  border-radius: 4px;
  padding: 10px;
  height: 42px;
}

.mp_mini_body_wrap ul.normal-tabset-ul {
  list-style-type: none;
  padding-bottom: 10px;
}

.mp_mini_body_wrap ul.normal-tabset-ul:not(:last-child) {
  border-bottom: 1px solid #E2E8F0;
}

.mp_mini_body_wrap ul li{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mp_mini_body_wrap ul.normal-tabset-ul li a {
  color: #2d3748;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .4px;
  line-height: 20px;
  text-align: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mp_mini_body_wrap ul.normal-tabset-ul li:hover {
  background: #f3f7fa;
}

.mp_mini_body_wrap ul.normal-tabset-ul li.active {
  background: #e5efff;

  font-weight: 500 !;
}

.mp_mini_body_wrap ul.normal-tabset-ul li.active>a {
  color: var(--gold);
}

.mp_mini_body_wrap ul.multi-action-tabset-ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* position: relative; */
  height: 42px;
}

.mp_mini_body_wrap ul.multi-action-tabset-ul li .fa-star {
  visibility: hidden;
  position: absolute;
  left: 15px;
  color: #9e9ea1;
}

.mp_mini_body_wrap ul.multi-action-tabset-ul li:hover .fa-star {
  visibility: visible;
  cursor: pointer;
}

.mp_mini_body_wrap ul.multi-action-tabset-ul li .fa-star:hover,
.mp_mini_body_wrap ul.multi-action-tabset-ul li .fa-star.selected {
  color: gold;
}

.mp_mini_body_wrap ul.multi-action-tabset-ul li a {
  padding-left: 25px;
  flex-basis: 100%;
  line-height: unset;
}

.mp_mini_body_wrap ul.multi-action-tabset-ul li .li_drops {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  /* border: 1px solid #E2E8F0; */
  padding: 5px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #606f85 !important;
  cursor: pointer;
}

.mp_mini_body_wrap ul.multi-action-tabset-ul li .li_drops i {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mp_mini_body_wrap ul.multi-action-tabset-ul li .li_drops .dropdown-menu {
  box-shadow: 0px 0px 5px #8a8a8a;
  left:26px !important;
  top: -7px !important;
  transform: unset !important;
}

.mp_mini_body_wrap ul.multi-action-tabset-ul li:hover .li_drops {
  display: flex;
  position: absolute;
  right: 21px;
  background-color: #d1d1d1;
}

.mp_mini_body_wrap ul.multi-action-tabset-ul li .li_drops:hover {
  background-color: #d1d1d1;
}

.mp_mini_body_wrap ul.counts-tabset-ul.non-icon li a,
.mp_mini_body_wrap ul.multi-action-tabset-ul.non-icon li > a{
  padding-left: 0px !important;
  flex-basis: 100%;
}
.mp_mini_body_wrap ul.counts-tabset-ul.non-icon li>i,
.mp_mini_body_wrap ul.multi-action-tabset-ul.non-icon li> i{
 display: none;
}


/******End Multi action tab ul****/



#the-canvas {
  border: 1px solid black;
  direction: ltr;
}

.pages_prev_nxt .btn {
  height: 40px !important;
  width: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.pages_prev_nxt .btn i {
  font-size: 24px;
  color: var(--gold);
  transition: all 0.5s ease;
}

.pdf_movable_btns .btn_tiles {
  position: relative;
  z-index: 3;
  max-width: 230px;
  margin: 0 auto 10px;
  height: 50px;
}

.pdf_movable_btns .btn_tiles i {
  height: 100%;
  width: 50px;
  background: var(--gold);
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.pdf_movable_btns .btn {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: transparent;
  border: 2px solid var(--gold);
  text-align: left;
  position: relative;
  z-index: 9;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cloned_btns {
  /* display: none; */
  /* left: 42%;
  top: 60%; */
}

.cloned_btns_wrap {
  height: 100px;
  width: 200px;
  border: 1px solid var(--gold);
}

.pdf_canvas_parent {
  overflow: hidden;
}

.popup {
  z-index: 9;
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  /* text-align: center; */
  min-height: 70px;
  min-width: 180px;
  max-height: 90px;
  max-width: 250px;
}

/*Drgable */

.popup {
  position: absolute;
  /*resize: both; !*enable this to css resize*! */
  overflow: auto;
}

.popup-header {
  padding: 10px;
  cursor: move;
  z-index: 10;
  background-color: var(--gold);
  color: #fff;
  position: relative;
  font-size: 12px;
  text-align: left;
}

.popup-header i {
  height: 100%;
  width: 50px;
  background: var(--gold);
  color: #fff;
  position: absolute;
  top: 0;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 22px;
}

i.close_new {
  right: 0;
  width: 33px;
  cursor: pointer;
}

/*Resizeable*/

.popup .resizer-right {
  width: 5px;
  height: 100%;
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: e-resize;
}

.popup .resizer-bottom {
  width: 100%;
  height: 5px;
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: n-resize;
}

.popup .resizer-both {
  width: 5px;
  height: 5px;
  background: transparent;
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: nw-resize;
}

/*NOSELECT*/

.popup * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.kendo-custom-dialog .modal-medium {
  min-width: 650px;
  max-width: 650px;
  height: 500px;
  overflow-y: auto;
}

hr.hr-custom {
  margin-top: 5px;
  margin-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  font-weight: bolder;
}

.mt-26 {
  margin-top: 26px;
}

.template_details_tb .re-order-icon{
  width: 17px;
  cursor: all-scroll;
}
.template_details_tb tr td{
  vertical-align: middle;
  padding: 10px 10px !important;
}

.template_details_tb tr .l_r_nested_items {
  padding: 0 !important;
}
.l_r_nested_items > div{
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l_r_nested_items > div:not(:last-child){
  border-bottom: 1px solid #dee2e6;
}
.template_details_tb i.fa-xmark{
  color:var(--btn-theme-danger);
  cursor: pointer;
}

.template-detail-wrap{
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 18px 10px 10px;
  position: relative;
  border-radius: 10px;
  margin-top: 15px;
}
.template-detail-header-row{
  position: absolute;
  top: -9px;
}
.template-detail-header-row span{
  background: white;
  padding: 5px 15px;
}
.template-detail-body-left{
  border-right: 1px solid rgba(0, 0, 0, .1);
}
.create_document_modal .k-window-content{

}
.create_document_modal .k-window-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: transparent;
  border-radius: 10px;
}

.create_document_modal .k-window-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}

.create_document_modal .k-window-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
}

.not-movable{
  cursor: default !important;
  color: transparent !important;
}
