@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Public Sans", sans-serif;
}

a, a:hover {
  text-decoration: none;
}

ul, li, ol {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-bottom: 0;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 100%;
}

.bg1 {
  background: rgba(17, 28, 67, 0.1) !important;
}

.bg2 {
  background: #e7e8ec !important;
}

.alert {
  padding: 6px 35px 6px 8px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 20px;
}

.alert .btn-close {
  top: 50%;
  transform: translate(0, -50%);
  padding: 12px;
}

/* ========================================== Login Css Start =================================== */
section.loginSection {
  position: relative;
  height: 100vh;
}

.loginBlock {
  background: #fff;
  padding: 30px 20px 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.02);
}

img.adminLogo {
  width: 240px;
}

h1.loginHead {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 200;
  color: #000;
}

.loginForm label.form-label {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
  display: inline-block;
}

.groupIcon {
  position: relative;
}

.groupIcon svg {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  width: 20px;
  fill: #121212;
}

.loginForm input, .loginForm select {
  border-radius: 0;
  border: 0;
  background-color: #e7ebf5;
  padding: 6px 12px 6px 40px;
  height: 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}

.loginForm select option {
  font-weight: 600;
  color: #000;
}

.loginForm .form-control:focus, .loginForm .form-control:active, .loginForm .form-select:focus, .loginForm .form-select:active {
  color: #000;
  background-color: #e7ebf5;
  border: 0;
  box-shadow: none;
}

/* ========================================== Login Css End =================================== */
/* ========================================== Main Sidebar Css Start =================================== */
.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: #111c43;
  padding: 0 0 80px;
  z-index: 99;
  transition: all 0.5s ease;
  overflow-x: hidden;
}

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

.sidebar {
  overflow-y: hidden;
}

.sidebar::-webkit-scrollbar {
  width: 4px;
  border-radius: 6px;
}

.sidebar::-webkit-scrollbar-track {
  border-radius: 20px;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #3d56b0;
  border-radius: 20px;
}

.sidebar.open {
  width: 220px;
}

.sidebar .logo-details {
  height: 50px;
  position: fixed;
  padding: 8px 12px 0;
  top: 0;
  left: 0;
  z-index: 99;
  background: #111c43;
  width: 50px;
  transition: all 0.5s ease;
}

.sidebar .logo-details .logo-Text {
  display: flex;
  align-items: center;
}

.sidebar.open .logo-details {
  width: 220px;
}

.sidebar .logo-details .icon {
  opacity: 0;
  transition: all 0.5s ease;
}

.sidebar.open .avtarName {
  text-align: center;
  background: #162355;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  padding: 4px 0;
  margin-top: 12px;
  border-radius: 4px;
  font-weight: 300;
  opacity: 1;
  transform: scale(1);
  transition: 1s ease-in-out;
}

.sidebar .avtarName {
  opacity: 0;
  transform: scale(0);
}

.sidebar .liveDateTime {
  width: 0;
  opacity: 0;
  transform: translateY(500px);
}

.sidebar.open .liveDateTime {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 220px;
  text-align: center;
  background: #162355;
  padding: 10px 0 6px;
  transform: translateY(0px);
  opacity: 1;
  transition: 1s ease-in-out;
}

.liveDateTime .display-date {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-style: italic;
}

.liveDateTime .display-time {
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  background: #111c43;
  padding: 2px 8px;
  border-radius: 4px;
  margin-top: 4px;
}

.sidebar .logo-details .logo_name {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  opacity: 0;
  position: relative;
  top: -4px;
  transition: all 0.5s ease;
}

.sidebar .logo-details .logo_name img {
  width: 175px;
}

.sidebar.open .logo-details .logo_name {
  opacity: 1;
}

.sidebar.open .logo-details .icon {
  opacity: 0;
}

.sidebar .logo-details .icon {
  opacity: 1;
  transition: 0.1s ease-in-out;
}

.sidebar .logo-details .icon img {
  width: 36px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.sidebar .logo-details #sidebarBtn {
  position: absolute;
  top: 48%;
  right: -28px;
  transform: translateY(-50%);
  font-size: 23px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  color: #121212;
}

.sidebar.open .logo-details #sidebarBtn {
  text-align: right;
}

/*.sidebar i{
  color: #fff;
  height: 60px;
  min-width: 50px;
  font-size: 28px;
  text-align: center;
  line-height: 60px;
}*/
.sidebar .nav-list {
  height: 100%;
  position: relative;
  padding: 115px 12px 0;
}

.sidebar li {
  position: relative;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0196078431);
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.sidebar li .tooltip {
  position: absolute;
  top: -4px;
  left: calc(100% + 40px);
  z-index: 3;
  background: #111c43;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  padding: 4px 8px 5px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: 0s;
}

.sidebar li:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
  top: 42%;
  transform: translateY(-50%);
}

.sidebar.open li .tooltip {
  display: none;
}

.sidebar input {
  font-size: 15px;
  color: #FFF;
  font-weight: 400;
  outline: none;
  height: 50px;
  width: 100%;
  width: 50px;
  border: none;
  border-radius: 12px;
  transition: all 0.5s ease;
  background: #1d1b31;
}

.sidebar.open input {
  padding: 0 20px 0 50px;
  width: 100%;
}

/*.sidebar .bx-search{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 22px;
  background: #1d1b31;
  color: #FFF;
}
.sidebar.open .bx-search:hover{
  background: #1d1b31;
  color: #FFF;
}
.sidebar .bx-search:hover{
  background: #FFF;
  color: #11101d;
}*/
.sidebar li a {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s ease;
}

.sidebar li a .links_name {
  color: #fff;
  font-size: 13.5px;
  line-height: 20px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.1s ease-in-out;
  margin-left: 10px;
  text-transform: uppercase;
}

.sidebar li a svg {
  fill: rgba(255, 255, 255, 0.8784313725);
  min-width: 24px;
  text-align: center;
  transition: 0.1s ease-in-out;
  height: 20px;
  line-height: 20px;
}

.sidebar li a:hover svg {
  fill: #fff;
}

.sidebar.open li a svg {
  width: 20px;
  transition: 0.5s ease-in-out;
  height: 20px;
  line-height: 20px;
}

.sidebar.open li a .links_name {
  opacity: 1;
  pointer-events: auto;
}

.sidebar li a:hover .links_name, .sidebar li a:hover i {
  transition: all 0.5s ease;
  color: #fff;
}

.sidebar li.profile {
  position: fixed;
  height: 50px;
  width: 78px;
  left: 0;
  bottom: -8px;
  bottom: -8px;
  bottom: -8px;
  padding: 10px 14px;
  background: #121212;
  transition: all 0.5s ease;
  overflow: hidden;
}

.sidebar.open li.profile {
  width: 220px;
}

.sidebar li .profile-details {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.sidebar li img {
  height: 45px;
  width: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  margin-right: 10px;
}

.sidebar li.profile .name,
.sidebar li.profile .job {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}

.sidebar li.profile .job {
  font-size: 12px;
}

.sidebar .profile #log_out {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #121212;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 0px;
  transition: all 0.5s ease;
}

.sidebar.open .profile #log_out {
  width: 50px;
  background: none;
}

.home-section {
  position: relative;
  background: #fff;
  min-height: 100vh;
  top: 0;
  left: 50px;
  width: calc(100% - 50px);
  transition: all 0.5s ease;
  z-index: 2;
}

.sidebar.open ~ .home-section, .sidebar.open ~ .home-section header, .sidebar.open ~ .home-section footer.copyrights, .sidebar.open ~ .boxLayout .dt-container {
  left: 220px;
  width: calc(100% - 220px);
}

@media (max-width: 420px) {
  .sidebar li .tooltip {
    display: none;
  }
}
.sidebar .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.sidebar .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  filter: invert(1);
  transition: 0.4s ease-in-out;
  transition-delay: 1s;
}

.sidebar.open .accordion-button::after, .sidebar.open .accordion-collapse {
  opacity: 1;
  visibility: visible;
}

.sidebar .accordion-button::after, .sidebar .accordion-collapse {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}

.sidebar.open .accordion-collapse {
  height: auto;
}

.sidebar .accordion-collapse {
  height: 0;
}

.sidebar .accordion-body {
  padding: 12px 0 0 35px;
}

.sidebar .accordion-body ul li {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  list-style: square;
}

.sidebar .accordion-body ul li::marker {
  margin-left: 3px;
}

.sidebar .accordion-body ul li a {
  font-size: 13.5px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7294117647);
  font-weight: 300;
  padding: 5px 0;
  display: block;
  height: auto;
  width: auto;
  transition: 0.4s ease-in-out;
}

.sidebar .accordion-body ul li a:hover {
  color: #fff;
}

.sidebar .accordion-body ul li::marker {
  color: rgba(255, 255, 255, 0.7294117647);
  transition: 0.4s ease-in-out;
}

.sidebar .accordion-body ul li::marker:hover {
  color: #fff;
}

/* ========================================== Main Sidebar Css End =================================== */
/*================================== Header CSS Start ================================*/
header {
  position: fixed;
  top: 0;
  left: 50px;
  width: calc(100% - 50px);
  z-index: 9;
  transition: all 0.5s ease;
}

header nav.navbar {
  background: #fff;
  padding: 0 0 0 25px;
  transition: 0.4s ease-in-out;
}

header nav.navbar ul.navbar-nav li.nav-item a.nav-link {
  color: #121212;
  font-size: 13.5px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 7px 12px;
  transition: 0.4s ease-in-out;
  border: 1px solid #d0d0d0;
  border-radius: 50px;
  background: #f4f4f4;
}

header nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #2647bb;
  background: rgba(38, 71, 187, 0.1294117647);
  border-color: rgba(38, 71, 187, 0.1294117647);
}

header .container {
  max-width: 100%;
}

header nav.navbar ul.navbar-nav li.nav-item a.nav-link img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 50px;
}

header nav.navbar ul.navbar-nav li.nav-item a.nav-link span {
  color: #222;
  text-align: start;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin-left: 8px;
  align-self: center;
}

header nav.navbar ul.navbar-nav li.nav-item a.nav-link span small {
  font-size: 85%;
  line-height: 16px;
  color: #888;
  font-weight: 500;
}

header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu {
  border: 0;
  border-radius: 4px;
  padding: 12px 0;
}

header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item {
  font-size: 14px;
  line-height: 18px;
  padding: 9px 12px;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
  color: #333335;
  transition: 0.4s ease-in-out;
}

header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu li:last-child a.dropdown-item {
  border-bottom: 0;
}

header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item:hover, header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item:focus {
  color: rgb(132, 90, 223) !important;
  background: rgba(17, 28, 67, 0.0588235294);
}

header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item span {
  display: block;
  margin-left: 6px;
  align-self: center;
}

header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item:hover, header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item:active, header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item:focus {
  color: #222;
  background-color: #fff;
}

header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item svg {
  width: 15px;
  fill: #333335;
  transition: 0.4s ease-in-out;
}

header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item:hover svg {
  fill: rgb(132, 90, 223);
}

.headerTitle {
  position: relative;
  padding: 10px 0;
}

.headerTitle h1 {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #121212;
  font-weight: 700;
  letter-spacing: -0.3px;
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }
  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}
/*================================== Header CSS End ================================*/
.mainBody {
  position: relative;
  padding: 55px 0 30px;
}

.boxLayout {
  position: relative;
  background: #fff;
  border-radius: 8px;
  height: 100%;
  *min-height: 400px;
  padding: 12px;
  overflow: hidden;
}

.boxLayoutSticky {
  position: sticky;
  top: 64px;
}

.fullBoxLayout {
  min-height: calc(100vh - 190px);
}

.table-responsive::-webkit-scrollbar {
  height: 4px;
  border-radius: 6px;
}

.table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 20px;
}

h2.mainHead {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #000;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}

button#ggg-graphify-button-combo, button#ggg-graphify-button-linear, button#ggg-graphify-button-area, button#ggg-graphify-button-bar, button#ggg-graphify-button-table {
  display: none;
}

.wrapperHeader, .wrapperHeader .wrapperTitle {
  position: relative;
}

.wrapperHeader .wrapperTitle {
  align-self: center;
}

.wrapperHeader .wrapperTitle h2 {
  font-size: 24px;
  line-height: 28px;
  color: #000;
  font-weight: 300;
}

.wrapperHeader .wrapperTitle h2 b {
  font-weight: 600;
}

.wrapperHeader .wrapperTitle h2 small {
  font-size: 80%;
  font-weight: 300;
  color: #f87000;
}

.wrapperTitleBtns a {
  padding: 7px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid rgb(132, 90, 223);
  display: inline-block;
}

a.btn1 {
  background: rgb(132, 90, 223);
  color: #fff;
}

a.btn3 {
  background: rgb(230, 83, 60);
  border-color: rgb(230, 83, 60);
  color: #fff;
}

a.btn4 {
  background: rgb(73, 183, 245);
  border-color: rgb(73, 183, 245);
  color: #fff;
}

a.btn5 {
  background: #117345;
  border-color: #117345;
  color: #fff;
}

a.btn6 {
  background: #222;
  border-color: #222;
  color: #fff;
}

a.btn2 {
  background: transparent;
  color: rgb(132, 90, 223);
}

.wrapperTitleBtns a svg {
  position: relative;
  top: -2px;
  width: 17px;
}

a.btn1 svg, a.btn3 svg, a.btn4 svg, a.btn5 svg, a.btn6 svg {
  fill: #fff;
}

a.btn2 svg {
  fill: rgb(132, 90, 223);
}

/*================================== Dashboard CSS Start ================================*/
.dashboardBanner {
  background: #111c43;
  padding: 40px 16px 16px;
  border-radius: 6px;
}

.dashboardBanner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/welcome-pattern.png);
  background-size: 8px;
  filter: grayscale(1) opacity(0.03);
}

.dashboardBanner svg {
  width: 50px;
  fill: #fff;
  margin-bottom: 12px;
}

ul.dashboardBlock {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

ul.dashboardBlock li {
  flex: 0 0 auto;
  width: 16.66%;
  padding: 4px;
}

ul.dashboardBlock li .dashBox {
  position: relative;
  height: 100%;
  border-radius: 6px;
  padding: 16px 6px;
  background: #fff;
  transition: 0.4s ease-in-out;
  text-align: center;
}

ul.dashboardBlock li .dashBox:hover {
  background: #fff;
}

ul.dashboardBlock li .dashBox img {
  width: 60px;
  margin-bottom: 10px;
  filter: contrast(0.5);
}

ul.dashboardBlock li .dashBox .dashIcon {
  position: absolute;
  right: 8px;
  top: 8px;
}

ul.dashboardBlock li .dashBox:hover .dashIcon svg {
  fill: rgba(0, 0, 0, 0.231372549);
  transform: scale(0.8);
}

ul.dashboardBlock li .dashBox .dashIcon svg {
  width: 52px;
  fill: rgba(0, 0, 0, 0.1);
  transition: 0.6s ease-in-out;
}

ul.dashboardBlock li .dashBox h3 {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #2647bb;
}

.dashList {
  position: relative;
  margin-top: 12px;
}

.dashList a {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0588235294);
  font-size: 15.5px;
  line-height: 20px;
  padding: 9px 0;
  color: #222;
  font-weight: 400;
  justify-content: space-between;
  width: 100%;
  letter-spacing: -0.3px;
  transition: 0.4s ease-in-out;
}

.dashList a:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.dashList a:hover {
  color: rgb(132, 90, 223);
}

.dashList a svg {
  width: 13px;
  fill: #121212;
  transform: rotate(-30deg);
  transition: 0.4s ease-in-out;
}

.dashList a:hover svg {
  fill: rgb(132, 90, 223);
  transform: rotate(0deg);
}

/*================================== Dashboard CSS Start ================================*/
/*================================== Upload Multiple Image CSS Start ================================*/
.wrapperInnerBlock {
  position: relative;
  background: #e7e8ec;
  padding: 8px;
  border-radius: 6px;
}

ul.galleryPreview {
  display: flex;
  flex-wrap: wrap;
}

ul.galleryPreview li {
  flex: 0 0 auto;
  width: 20%;
}

.uploadImageBlock {
  position: relative;
  border: 2px solid #fff;
  border-radius: 4px;
  margin: 2px;
}

.uploadImageBlock img.uploadImg {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.uploadImageBlock a.uploadCross {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}

.uploadImageBlock a.uploadCross svg {
  width: 24px;
  transform: rotate(45deg);
  fill: #b72b2b;
  position: relative;
  top: -1px;
}

h3.subH3 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 300;
  align-self: center;
}

h3.subH3 b {
  font-weight: 600;
}

/*================================== Upload Multiple Image CSS End ================================*/
/*================================== Main Form CSS Start ================================*/
.mainForm label.form-label {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
  display: inline-block;
}

.mainForm input, .mainForm select, .mainForm textarea {
  border-radius: 0;
  border: 0;
  background-color: #e7ebf5;
  padding: 6px 12px;
  height: 38px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}

.mainForm select option {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}

.mainForm textarea {
  height: 100px;
}

.mainForm .form-control:focus, .mainForm .form-control:active, .mainForm .form-select:focus, .mainForm .form-select:active {
  color: #000;
  background-color: #e7ebf5;
  border: 0;
  box-shadow: none;
}

a.mainBtn, button.mainBtn {
  display: inline-block;
  background: #111c43;
  color: #fff;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #111c43;
}

a.mainBtn svg, button.mainBtn svg {
  width: 16px;
  fill: #fff;
  position: relative;
  top: -2px;
}

.tox .tox-edit-area__iframe {
  background-color: #e7ebf5 !important;
  border: 3px solid #fff !important;
}

.tox .tox-edit-area::before {
  border: 0 !important;
}

.avatar-upload {
  position: relative;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  border: 2px dotted rgba(17, 28, 67, 0.3);
  padding: 55px 24px;
  height: auto;
  width: 100%;
  background-color: #e7ebf5;
  text-align: center;
  color: rgba(17, 28, 67, 0.3);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  cursor: pointer;
}

.avatar-upload .avatar-edit input + label svg {
  fill: rgba(17, 28, 67, 0.3);
  width: 55px;
}

.avatar-upload .avatar-preview {
  width: 160px;
  height: 200px;
  position: relative;
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.avatar-upload .avatar-preview a.removeImg {
  position: absolute;
  right: -22px;
  top: 0;
}

.avatar-upload .avatar-preview a.removeImg svg {
  fill: #b72b2b;
  width: 16px;
}

/*--------------------- File Upload CSS Start ------------------------*/
.file-upload {
  position: relative;
  cursor: pointer;
}

.file-upload .file-select {
  display: block;
  color: #000000;
  cursor: pointer;
  height: 50px;
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

.file-upload .file-select .file-select-button {
  background: #e7ebf5;
  display: inline-block;
  padding: 10px 16px 10px 8px;
  cursor: pointer;
}

.file-upload .file-select .file-select-name {
  display: inline-block;
  padding: 8px 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}

/*--------------------- File Upload CSS End ------------------------*/
.viewIdBtn a.viewBtn {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #845adf;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.viewIdBtn a.viewCrossBtn svg {
  width: 22px;
  fill: #555;
  position: relative;
  top: -2px;
}

.viewIdBtn img.viewImg {
  width: 80px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*================================== Main Form CSS End ================================*/
/*================================== Bill Header CSS Start ================================*/
.billHeader {
  position: relative;
  background: rgb(210, 220, 255);
  padding: 12px;
  border-radius: 6px;
}

.billHeader .billHeaderText {
  text-align: center;
  border-bottom: 1px solid rgba(132, 90, 223, 0.1882352941);
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #121212;
  text-transform: uppercase;
}

.billHeader .billHeaderText big {
  font-size: 130%;
  line-height: 32px;
  font-weight: 700;
}

.billHeader .billHeaderText span, .billHeader ul.billHeaderUl li span {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.368627451);
}

.billHeader ul.billHeaderUl li {
  font-size: 15px;
  line-height: 20px;
  margin-top: 2px;
  font-weight: 700;
  color: #121212;
}

.billHeaderCard {
  position: relative;
  background: rgb(35, 73, 207);
  padding: 8px 12px;
  border-radius: 6px;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
}

.billHeaderCard a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

/*==================================Bill Header CSS End ================================*/
/*================================== Main Table CSS Start ================================*/
table.mainTable thead th, table.mainTable tbody td {
  border-bottom: 0 !important;
  vertical-align: middle;
}

table.mainTable thead th {
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  font-weight: 300 !important;
  padding: 8px 8px !important;
  text-transform: uppercase;
  background-color: #333 !important;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.0901960784);
}

table.mainTable th.tbodyTh {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: none;
  font-size: 13px;
  line-height: 16px;
  color: #000;
  font-weight: 400;
  padding: 12px 8px;
  font-style: italic;
  vertical-align: middle;
  border-bottom: 0;
}

table.mainTable tbody td, table.mainTable tfoot td {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  padding: 5px 8px;
  font-weight: 400;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.0901960784);
}

table.mainTable tbody td small, table.mainTable tfoot td small {
  font-size: 90%;
  line-height: 18px;
}

table.mainTable tbody td b, table.mainTable tfoot td b {
  font-weight: 600;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: #e7ebf5;
}

span.typeTag {
  color: #0d6efd;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  padding: 4px 6px;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid rgba(13, 110, 253, 0.2509803922);
}

span.typeTag svg {
  width: 13px;
  fill: #0d6efd;
}

img.profile_img {
  width: 70px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.actionBtns a {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #000;
  display: block;
  margin: 0 8px;
  transition: 0.4s ease-in-out;
}

.actionBtns a svg {
  width: 24px;
  fill: #000;
  padding: 3px;
  border: 1px solid #000;
  border-radius: 50px;
  transition: 0.4s ease-in-out;
}

.actionBtns a.delBtn svg {
  fill: rgb(230, 83, 60);
  border-color: rgba(230, 83, 60, 0.1);
  background: rgba(230, 83, 60, 0.1);
}

.actionBtns a.delBtn:hover svg {
  fill: #fff;
  border-color: rgb(230, 83, 60);
  background: rgb(230, 83, 60);
}

.actionBtns a.editBtn svg {
  fill: rgb(73, 183, 245);
  border-color: rgba(73, 183, 245, 0.1);
  background: rgba(73, 183, 245, 0.1);
}

.actionBtns a.editBtn:hover svg {
  fill: #fff;
  border-color: rgb(73, 183, 245);
  background: rgb(73, 183, 245);
}

.actionBtns a.previewBtn svg {
  fill: rgb(132, 90, 223);
  border-color: rgba(132, 90, 223, 0.1);
  background: rgba(132, 90, 223, 0.1);
}

.actionBtns a.previewBtn:hover svg {
  fill: #fff;
  border-color: rgb(132, 90, 223);
  background: rgb(132, 90, 223);
}

.actionBtns a.sendBtn svg {
  fill: rgb(17, 115, 69);
  border-color: rgba(17, 115, 69, 0.1);
  background: rgba(17, 115, 69, 0.1);
}

.actionBtns a.sendBtn:hover svg {
  fill: #fff;
  border-color: rgb(17, 115, 69);
  background: rgb(17, 115, 69);
}

span.badgeTag {
  padding: 5px 8px;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  border-radius: 4px;
}

.requestedBtn {
  color: rgb(132, 90, 223);
  background: rgba(132, 90, 223, 0.1);
}

.pendingBtn {
  color: rgb(185, 75, 9);
  background: rgba(185, 75, 9, 0.1);
}

.rejectBtn {
  color: rgb(230, 83, 60);
  background: rgba(230, 83, 60, 0.1);
}

.progress.workProgress {
  height: 6px;
}

.progress.workProgress .progress-bar {
  background-color: rgb(132, 90, 223);
}

.wrapperToggle {
  position: relative;
  transform: rotate(180deg);
}

.wrapperToggle input {
  display: none;
}

.wrapperToggle input:checked + .button {
  filter: none;
}

.wrapperToggle input:checked + .button .dot {
  top: calc(100% - 18px - 0px);
  background-color: #117345;
}

.wrapperToggle .button {
  position: relative;
  width: 10px;
  height: 32px;
  border-radius: 1rem;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), inset -2px -2px 5px rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.wrapperToggle .button .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: -3px;
  border-radius: 50%;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3), -3px -3px 6px rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
  background-color: rgb(207, 152, 152);
  will-change: left, background-color;
}

@keyframes deco-move {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.infoBtns a {
  background: rgba(18, 18, 18, 0.1);
  color: #121212;
  font-size: 13.5px;
  line-height: 17px;
  padding: 5px 6px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 500;
  border: 1px solid rgba(18, 18, 18, 0.1);
  transition: 0.4s ease-in-out;
}

.infoBtns a svg {
  width: 16px;
  fill: #121212;
  position: relative;
  top: -1px;
  transition: 0.4s ease-in-out;
}

.infoBtns a.Btn1 {
  background: rgba(132, 90, 223, 0.1);
  border-color: rgba(132, 90, 223, 0.1);
  color: rgb(132, 90, 223);
}

.infoBtns a.Btn1:hover {
  background: rgb(132, 90, 223);
  border-color: rgb(132, 90, 223);
  color: #fff;
}

.infoBtns a.Btn1 svg {
  fill: rgb(132, 90, 223);
}

.infoBtns a.Btn1:hover svg {
  fill: #fff;
}

.infoBtns a.Btn2 {
  background: rgba(73, 183, 245, 0.1);
  border-color: rgba(73, 183, 245, 0.1);
  color: rgb(73, 183, 245);
}

.infoBtns a.Btn2:hover {
  background: rgb(73, 183, 245);
  border-color: rgb(73, 183, 245);
  color: #fff;
}

.infoBtns a.Btn2 svg {
  fill: rgb(73, 183, 245);
}

.infoBtns a.Btn2:hover svg {
  fill: #fff;
}

.seqBlock select.form-select {
  border: 1px solid rgba(231, 235, 245, 0.3764705882);
  background-color: #e7ebf5;
  padding: 5px 8px;
  height: 32px;
  border-radius: 4px;
  width: 55px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #121212;
}

.wrapperInputGroup input, .wrapperInputGroup input:focus, .wrapperInputGroup input:active, .wrapperInputGroup select, .wrapperInputGroup select:focus, .wrapperInputGroup select:active {
  border: 1px solid #ddd !important;
  background: #ddd !important;
  text-align: center;
  padding: 5px 8px;
  height: 30px;
}

.wrapperInputGroup button {
  background: #49b7f5;
  padding: 5px 8px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #49b7f5;
  display: inline-block;
  color: #fff;
}

.wrapperInputGroup button svg {
  position: relative;
  top: -2px;
  width: 17px;
  fill: #fff;
}

/*================================== Main Table CSS End ================================*/
/*================================== Report List CSS Start ================================*/
ul.reportList li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  color: #222;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  padding: 9px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: 0.4s ease-in-out;
}

ul.reportList li:last-child a {
  border-bottom: 0;
}

ul.reportList li a:hover {
  color: rgb(132, 90, 223);
  background: rgba(132, 90, 223, 0.1);
}

ul.reportList li a svg {
  width: 16px;
  fill: #121212;
  transform: rotate(-30deg);
  transition: 0.4s ease-in-out;
}

ul.reportList li a:hover svg {
  fill: rgb(132, 90, 223);
  transform: rotate(0deg);
}

/*================================== Report List CSS End ================================*/
/*================================== Modal CSS Start ================================*/
.modal.previewModal {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.modal.previewModal.fade .modal-dialog {
  transform: scale(1);
  transition: 0.4s ease-in-out;
}

.modal.previewModal .modal-dialog {
  transform: scale(0);
}

.previewModal .modal-content {
  border: 0;
  border-radius: 0;
}

.previewModal .modal-body::-webkit-scrollbar {
  width: 4px;
  border-radius: 6px;
}

.previewModal .modal-body::-webkit-scrollbar-track {
  border-radius: 20px;
}

.previewModal .modal-body::-webkit-scrollbar-thumb {
  background-color: rgb(132, 90, 223);
  border-radius: 20px;
}

.previewModal .modal-header {
  padding: 12px 16px;
  border: 0;
  border-radius: 0;
  background: #111c43;
}

.previewModal .modal-header img.profile_img {
  width: 90px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
  border: 1px solid #fff;
}

.previewModal .modal-header h5.modal-title {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  align-self: center;
}

.previewModal .modal-header button.btn-close {
  opacity: 1;
  font-size: 16px;
  filter: invert(1);
  margin-left: 8px;
  position: relative;
  top: 3px;
}

.previewModal .modal-header a {
  background: rgb(73, 183, 245);
  padding: 6px 12px;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  border-radius: 4px;
  font-weight: 500;
}

.previewModal .modal-header a svg {
  width: 15px;
  fill: #fff;
  position: relative;
  top: -1px;
}

.previewModal .modal-body {
  padding: 20px 16px;
}

.previewSeparator {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
  margin-bottom: 16px;
}

img.profile_fullsize_img {
  width: 280px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.previewSeparator:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

span.typeTagModal {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  padding: 3px 6px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
}

span.typeTagModal svg {
  width: 13px;
  fill: #fff;
}

.previewModal .previewDetails label {
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 800;
  color: #121212;
  display: block;
}

.previewModal .previewDetails p {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: 300;
  margin-bottom: 12px;
}

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

.previewModal .modal-footer button {
  background: rgb(132, 90, 223);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 16px;
  font-weight: 400;
  width: 100%;
}

/*================================== Modal CSS End ================================*/
/*================================== Dashboard Multiple Image Start ==================================*/
.multiple-uploader {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 6px;
  border: 2px dashed #afafaf;
  cursor: pointer;
  padding: 20px 16px;
}

.mup-msg {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mup-msg .mup-main-msg {
  color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.mup-msg .mup-main-msg small {
  font-weight: 500;
  font-size: 85%;
}

.mup-msg .mup-main-msg svg {
  width: 85px;
  fill: rgba(0, 0, 0, 0.4);
  display: block;
  margin: 0 auto 5px;
}

.image-container {
  margin: 1rem;
  width: 120px;
  height: 120px;
  position: relative;
  cursor: auto;
  pointer-events: unset;
}

.image-container:before {
  z-index: 3;
  content: "✖";
  align-content: center;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  color: white;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e50000;
  pointer-events: all;
  cursor: pointer;
}

.image-preview {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 12px;
}

.image-size {
  position: absolute;
  z-index: 1;
  height: 120px;
  width: 120px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  font-weight: bolder;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  opacity: 0;
  pointer-events: unset;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}

.image-size:hover {
  opacity: 1;
}

.exceeded-size {
  position: absolute;
  z-index: 2;
  height: 120px;
  width: 120px;
  display: flex;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: white;
  background: rgba(255, 0, 0, 0.6);
  pointer-events: unset;
}

.product-image-block {
  border: 2px dashed rgba(0, 0, 0, 0.2705882353);
  padding: 20px 12px;
  height: calc(100vh - 225px);
  width: 100%;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

ul.full-img-block {
  position: relative;
  border: 2px dashed rgba(0, 0, 0, 0.2705882353);
  border-radius: 6px;
  padding: 20px 12px;
}

ul.full-img-block li img {
  width: 100%;
  height: calc(100vh - 270px);
  -o-object-fit: contain;
     object-fit: contain;
}

ul.full-img-block li a.removeImg {
  position: absolute;
  right: 10px;
  top: 0;
}

ul.full-img-block li a.removeImg svg {
  width: 18px;
  fill: #b72b2b;
}

.image-crop-modal button.btn, .image-crop-modal a.btn {
  background: rgb(132, 90, 223);
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  padding: 7px 14px 8px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 12px;
  height: auto;
  transition: 0.5s ease-in-out;
  opacity: 0.9;
}

.product-image-feature .progress .progress-bar {
  background-color: #117345;
}

.product-image-feature {
  position: absolute;
  left: 30px;
  top: 16px;
  width: calc(100% - 60px);
}

.btn-check:focus + .btn, .btn:focus {
  box-shadow: none;
}

/*================================== Dashboard Multiple Image Start ==================================*/
/*================================== Billing Table CSS Start ==================================*/
table.table.billingTable h3 {
  background: rgb(210, 220, 255);
  margin-bottom: 0;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #121212;
}

table.table.billingTable td {
  border: 0;
}

table.table.billingTable td {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  padding: 6px 8px !important;
  font-weight: 400;
  vertical-align: middle;
}

table.table.billingTable td b {
  font-weight: 700;
}

table.table.billingTable td h4 {
  margin-bottom: 3px;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1294117647);
  font-size: 20px;
  line-height: 24px;
  color: #121212;
  font-weight: 400;
}

/*================================== billing Table CSS End ==================================*/
/*================================== Dashboard Multiple Image Start ==================================*/
.successBlock {
  position: relative;
  text-align: center;
  padding: 25px 20px;
  background: #fff;
  border-radius: 6px;
}

.successBlock .successSvg svg {
  width: 60px;
  fill: green;
  margin-bottom: 16px;
}

.successBlock h2 {
  font-size: 24px;
  line-height: 30px;
  color: #121212;
  font-weight: 700;
  margin-bottom: 8px;
}

.successBlock p {
  font-size: 18px;
  line-height: 24px;
  color: #121212;
  font-weight: 400;
  margin-bottom: 0;
}

/*================================== Dashboard Multiple Image Start ==================================*/
/*================================== Footer CSS Start ================================*/
footer.copyrights {
  position: fixed;
  bottom: 0;
  left: 60px;
  width: calc(100% - 60px);
  background: #fff;
  padding: 4px 0;
  transition: all 0.5s ease;
}

footer.copyrights p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  color: #333;
  font-weight: 300;
}

footer.copyrights p a {
  color: #333;
}

footer.copyrights p svg {
  fill: #333;
  width: 12px;
}

/*================================== Footer CSS End ================================*/
.reportInfo {
  position: relative;
  background: rgb(210, 220, 255);
  padding: 12px;
  border-radius: 6px;
  margin: 4px 0;
}

.reportInfo h2 {
  font-size: 18px;
  line-height: 22px;
  color: #121212;
  margin-bottom: 0;
  text-transform: uppercase;
}

.reportInfo h2 small {
  color: #000;
  font-size: 80%;
  line-height: 20px;
  font-weight: 300;
  text-transform: capitalize;
}

form.tableForm input, form.tableForm input:hover, form.tableForm input:focus, form.tableForm input:active {
  height: 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.0509803922) !important;
  background-color: #fff !important;
  font-size: 14px !important;
}

.tableFormBtn button.btn {
  background: #005500;
  border-radius: 0;
  padding: 2px 6px;
}

.tableFormBtn button.btn svg {
  width: 13px;
  fill: #fff;
}

div.dt-container div.dt-layout-cell {
  padding: 0 !important;
}

div.dt-buttons > .dt-button:focus:not(.disabled), div.dt-buttons > div.dt-button-split .dt-button:focus:not(.disabled) {
  outline: 0 !important;
}

div.dt-buttons > .dt-button, div.dt-buttons > div.dt-button-split .dt-button {
  padding: 4px 12px !important;
  font-weight: 600 !important;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}

div.dt-container .dt-search input {
  height: 30px !important;
}

.table.compact thead tr th, .table.compact tbody tr td {
  font-size: 10pt !important;
  line-height: 14pt !important;
  color: #000;
  border: 1px solid #eee;
  font-family: Arial, sans-serif;
  text-align: center;
}

.table.compact thead tr th {
  font-weight: 700 !important;
  background: #eee !important;
  padding: 6px 8px;
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.08) !important;
}

.table.compact tbody tr td {
  font-weight: 300 !important;
}

button.dt-button.buttons-print {
  background: #49b7f5 !important;
  color: #fff !important;
  border-color: #49b7f5 !important;
}

button.dt-button.buttons-excel {
  background: #117345 !important;
  color: #fff !important;
  border-color: #117345 !important;
}

button.dt-button.buttons-pdf {
  background: #845adf !important;
  color: #fff !important;
  border-color: #845adf !important;
}/*# sourceMappingURL=main.css.map */