﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@0,400;0,700;1,700&display=swap");
@supports (-moz-appearance: none) {
  /* special attributes for mozilla only */
  ::-webkit-scrollbar {
    width: 6px !important;
  }

  ::-webkit-scrollbar-thumb {
    background: #ccc;
  }
}
::-webkit-scrollbar {
  width: 6px !important;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
}

body {
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  padding-top: 70px;
}

body, div, ul, li, a, p, b, strong, h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
}

body, p, ul, li, div, button, input, textarea, select, strong, a {
  font-size: 13px;
  color: #47404f;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.list-initial li {
  list-style: initial;
}

.bg-none {
  background: none !important;
}

.bg-main {
  background: #ee9e08 !important;
}

.text-main {
  color: #ee9e08 !important;
}

.bg-alt {
  background: #ee9e08 !important;
}

.text-alt {
  color: #ee9e08 !important;
}

.bg-black {
  background: #0c0c0c !important;
}

.text-black {
  color: #000 !important;
}

.bg-yellow {
  background: #ffe37d !important;
}

.text-yellow {
  color: #fdc800 !important;
}

.bg-white {
  background: #fff !important;
}

.text-white {
  color: #fff !important;
}

.bg-red {
  background: #ee9e08 !important;
}

.text-red {
  color: #e63344 !important;
}

.bg-gray {
  background: #f5f5f5 !important;
}

.text-gray {
  color: #5f5f5f !important;
}

.letter-spacing-2 {
  letter-spacing: 6px;
}

.clear-both {
  clear: both !important;
}

.object-cover {
  width: 100%;
  object-fit: cover;
  display: table;
}

.font-700 {
  font-weight: 700 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.border-t-light {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-r-light {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-b-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-l-light {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-light {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.min-h-100 {
  min-height: 100px !important;
}

.min-h-150 {
  min-height: 150px !important;
}

.min-h-200 {
  min-height: 200px !important;
}

.min-h-204 {
  min-height: 204px !important;
}

.min-h-250 {
  min-height: 250px !important;
}

.min-h-300 {
  min-height: 300px !important;
}

.max-h-100 {
  max-height: 100px !important;
}

.max-h-150 {
  max-height: 150px !important;
}

.max-h-200 {
  max-height: 200px !important;
}

.max-h-250 {
  max-height: 250px !important;
}

.max-h-300 {
  max-height: 300px !important;
}

.max-h-350 {
  max-height: 350px;
}

.max-h-400 {
  max-height: 400px;
}

.max-h-450 {
  max-height: 450px;
}

.max-h-500 {
  max-height: 500px;
}

.max-h-550 {
  max-height: 550px;
}

.max-h-600 {
  max-height: 600px;
}

.height-100-vh {
  height: 100vh;
}

.w350px {
  min-width: 500px;
  max-width: 500px;
  width: 500px;
}
.w500px {
  min-width: 350px;
  max-width: 350px;
  width: 350px;
}
.w300px {
  min-width: 300px;
  max-width: 300px;
  width: 300px;
}
.w250px {
  min-width: 250px;
  max-width: 250px;
  width: 250px;
}

.w200px {
  min-width: 200px;
  max-width: 200px;
  width: 200px;
}

.w150px {
  min-width: 150px;
  max-width: 150px;
  width: 150px;
}

.w100px {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
}

.w50px {
  min-width: 50px;
  max-width: 50px;
  width: 50px;
}

.w-30px {
  min-width: 30px;
  max-width: 30px;
  width: 30px;
}

.rounded-btn {
  border-radius: 40px;
}

.top {
  top: 0;
}

.bottom {
  bottom: 0;
}

.right {
  right: 0;
}

.left {
  left: 0;
}

.font-xs {
  font-size: 12px !important;
}

.font-sm {
  font-size: 14px !important;
}

.font-md {
  font-size: 16px !important;
}

.font-lg {
  font-size: 18px !important;
}

.font-xl {
  font-size: 25px !important;
}

.font-2x {
  font-size: 40px !important;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
}

.align-center {
  align-items: center !important;
}

.d-center {
  display: grid !important;
  display: -webkit-grid !important;
  align-items: center !important;
}

.d-inline-block {
  display: inline-block !important;
}

.outline-none, .outline-none:focus {
  outline: none !important;
  box-shadow: none;
}

.pointer {
  cursor: pointer !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }
}
/* input checkbox and radio */
.checkboxLabel {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkboxLabel input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkboxLabel input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkboxLabel .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.checkboxLabel.radioLabel .checkmark {
  border-radius: 50%;
}

.checkboxLabel:hover input ~ .checkmark {
  background-color: #fff;
}

.checkboxLabel .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkboxLabel input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}

.checkboxLabel input[type=radio]:checked ~ .checkmark:after {
  display: block;
}

.checkboxLabel .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkboxLabel.radioLabel .checkmark:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}

.checkboxLabel input:checked ~ .checkmark {
  background-color: #4169e1;
}

.checkboxLabel input:checked ~ .checkmark.success {
  background-color: #28a745;
}

.checkboxLabel input:checked ~ .checkmark.danger {
  background-color: #dc3545;
}

.checkboxLabel input:checked ~ .checkmark.warning {
  background-color: #ffc107;
}

.checkboxLabel input:checked ~ .checkmark.info {
  background-color: #17a2b8;
}

.changeColor {
  background: red;
  height: 100px;
  width: 100px;
}

input:checked ~ .changeColor {
  background: yellow !important;
}

/* input checkbox and radio end */
/* DEFAULT ATTRIBUTE END */
/* design structure and component */
.headerNew {
  height: 70px;
  background: #fff;
  width: 100%;
  padding: 6px 15px;
  position: fixed;
  z-index: 999;
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.HeaderleftUl {
  float: left;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.menubarIcon {
  width: 40px;
  height: 26px;
  background-position: -240px -4px !important;
  cursor: pointer;
}

.HeaderleftUl .logo-liNew {
  font-weight: 600;
  margin: 0;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  font-size: 16px;
  align-items: center;
  display: flex;
  height: 55px;
}

.HeaderleftUl li {
  float: left;
}

.HeaderleftUl li a {
  display: block;
}

.HeaderRightUl {
  font-family: "Playfair Display", serif;
  margin: 0;
  float: right;
  text-align: right;
  width: auto;
  padding-top: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.HeaderRightUl li {
  float: left;
  margin-left: 15px;
}

.HeaderRightUl .orderLi {
  padding: 5px 10px;
  background: #ee9e08;
  color: #ececec;
  font-size: 12px;
}

.HeaderRightUl .orderLiDrop {
  padding: 5px 10px;
  font-size: 12px;
  outline: none;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.HeaderRightUl .orderLiDrop .titleDrop {
  max-width: 150px;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.HeaderRightUl .alert {
  font-size: 18px;
}
.HeaderRightUl .alert .valueCount {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 5px;
  font-size: 10px;
  background: #f16d14;
  color: #ececec;
  font-weight: 300;
  border-radius: 20px;
}

.logOutIcon {
  width: 35px;
  height: 35px;
  background-position: -285px -6px !important;
  cursor: pointer;
}

.profile-liNew {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}

.profile-liNew img {
  object-fit: cover;
}

.menusOpen {
  display: none;
}

.asideNew {
  background: #fff;
  transition: 0.5s ease-in-out;
  height: calc(100vh - 70px);
  position: fixed;
  left: 0;
  top: 70px;
  z-index: 9999;
  box-shadow: -1px 15px 14px rgba(0, 0, 0, 0.2);
}

.asideNewDisable {
  margin-left: -90px;
}

.asideNew::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 30px;
}

/* .asideNew {overflow: auto;} */
.asideNew ul {
  margin: 0;
  padding: 0;
}

.asideNew .mainul {
  width: 90px;
  height: calc(100vh - 70px);
}

.asideNew .mainul:hover {
  overflow: auto;
}

.asideNew .mainul > li {
  cursor: pointer;
  position: relative;
  padding: 15px;
  text-align: center;
  height: 90px;
  border-bottom: 1px solid #eceff1;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .asideNew .mainul > li {
    padding: 15px 10px;
    text-align: center;
    height: 65px;
  }

  .asideNew .mainul {
    width: 65px;
    height: calc(100vh - 70px);
  }

  .asideNew .mainul > li p {
    font-size: 11px;
  }
}
/* new change sidemenu */
.asideNew > ul li:hover svg {
  color: #ee9e08;
}

.asideNew > ul li:hover p {
  color: #ee9e08;
}

.asideNew > ul li:hover ul p, .asideNew > ul li:hover ul svg {
  color: inherit;
}

.submenuDiv ul li svg {
  font-size: 15px !important;
  margin-right: 10px;
}

/* new change sidemenu end */
.asideNew .mainul > li svg {
  font-size: 20px;
  margin-bottom: 5px;
}

.asideNew .mainul > li p {
  margin: 0;
  font-family: "Playfair Display", serif;
}

.spirit {
  background: url(../images/spirit.png) no-repeat;
  background-size: 500px 1000px;
}

.parentLi {
  position: relative;
  z-index: 1;
}

.parentLi:hover::before {
  content: "";
  content: "";
  background: #ee9e08;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.parentLi .spirit {
  opacity: 0.7;
}

.menu1 {
  background-position: -5px -5px;
}

.menu2 {
  background-position: -7px -54px;
}

.menu3 {
  background-position: -7px -104px;
}

.menu4 {
  background-position: -7px -157px;
}

.menu5 {
  background-position: -7px -207px;
}

.submenuDiv .spirit {
  width: 25px;
  height: 25px;
}

.submenu1 {
  background-position: -52px -7px;
}

.submenu2 {
  background-position: -84px -7px;
}

.submenu3 {
  background-position: -118px -7px;
}

.submenu4 {
  background-position: -150px -7px;
}

.submenu5 {
  background-position: -181px -7px;
}

.submenu6 {
  background-position: -210px -7px;
}

@media (min-width: 992px) {
  .submenuDiv {
    border-radius: 10px;
    overflow: auto;
    width: 200px;
    background-image: linear-gradient(to bottom, white, #fdfdfd);
    border: 1px solid rgba(0, 0, 0, 0.07);
    position: fixed;
    box-shadow: 0px 0px 10px -8px #000;
    left: 94px;
    display: none;
  }
}
@media (max-width: 991px) {
  .submenuDiv {
    border-radius: 0;
    height: calc(100vh - 70px);
    overflow: auto;
    width: 200px;
    background-image: linear-gradient(to bottom, white, #fdfdfd);
    position: fixed;
    top: 70px;
    box-shadow: 4px 8px 10px -8px #000;
    left: 65px;
    display: none;
  }

  .contentWrapprMain {
    padding-left: 65px;
  }
}
.enableSubmenuDiv {
  display: block;
}

.submenuDiv:hover {
  overflow: auto;
}

.submenuDiv ul li {
  text-align: left;
}

.submenuDiv ul li a {
  padding: 12px 15px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.submenuDiv ul li a .spirit {
  margin-right: 5px;
}

.submenuDiv ul li a:hover {
  background-image: linear-gradient(to bottom, white, #f0f0f0);
}

.submenuDiv ul li ul {
  display: none;
  background: rgba(170, 150, 177, 0.09);
}

.submenuDiv ul li a span {
  position: absolute;
  right: 15px;
  opacity: 0.4;
}

.ContainerNew {
  min-height: calc(100vh - 101px);
}

.footerDiv {
  background: #f1f1f1;
  padding: 5px;
  text-align: center;
  color: #fff;
  border-top: 1px solid #dbdee0;
}

.counterNew {
  box-shadow: 0px 0px 10px -8px #000;
  border-radius: 10px;
  padding: 25px 10px 25px 25px;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  margin-bottom: 1.5rem;
  background: #fff;
}

.counterNew .heading {
  font-weight: 400;
  margin: 0;
  font-family: "Playfair Display", serif;
}

.counterNew .value {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  color: #ee9e08;
}

.counterNew svg {
  font-size: 40px;
  max-width: 40px;
  color: #ee9e08;
}

.counterNew .content {
  margin-left: 35px;
}

.graphContainerNew {
  box-shadow: 0px 0px 10px -8px #000;
  border-radius: 10px;
  padding: 20px 10px 20px 25px;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  margin-bottom: 1.5rem;
  background: #fff;
}

.headerrowNew {
  border-bottom: 1px solid #eceff1;
  margin-bottom: 1.5rem;
  margin-left: 0;
  margin-right: 0;
}

.headerrowNew .heading {
  font-size: 16px;
  font-weight: 600;
}

.printingIconNew {
  margin: 0;
  padding: 0;
  text-align: right;
}

.printingIconNew li {
  display: inline-block;
}

.printingIconNew li a {
float: left;
    margin-left: 15px;
    /* width: 35px; */
    height: 35px;
    border-radius: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
}

.printingIconNew li:nth-of-type(1) a {
  box-shadow: inset 0px 0px 0px 2px #F44336;
  color: #F44336;
}

.printingIconNew li:nth-of-type(2) a {
  box-shadow: inset 0px 0px 0px 2px #ff9800;
  color: #ff9800;
}

.printingIconNew li:nth-of-type(3) a {
  box-shadow: inset 0px 0px 0px 2px #7a65ce;
  color: #7a65ce;
}

.whiteBox {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px -8px #000;
  padding: 15px;
  margin-bottom: 1.5rem;
}

.borderBox {
  background: #fff;
  border: 1px solid #eceff1;
  padding: 15px;
  margin-bottom: 1.5rem;
}

.btn-main {
  color: #fff;
  background-color: #ee9e08;
  border-color: #ee9e08;
}

.btn-main:hover {
  color: #fff;
  background-color: #ee9e08;
}

.btn-outline-main {
  color: #ee9e08;
  background-color: transparent;
  background-image: none;
  border-color: #ee9e08;
}

.btn-outline-main:hover {
  color: #ee9e08;
  border-color: #ee9e08;
}

.btn-main.focus, .btn-main:focus, .btn-outline-main.focus, .btn-outline-main:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 48, 97, 0.5);
}

.btn-alt {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}

.btn-alt:hover {
  color: #fff;
  background-color: #313131;
}

.btn-outline-alt {
  color: #212121;
  background-color: transparent;
  background-image: none;
  border-color: #212121;
}

.btn-outline-alt:hover {
  color: #313131;
  border-color: #313131;
}

.btn-alt.focus, .btn-alt:focus, .btn-outline-alt.focus, .btn-outline-alt:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, 0.5);
}

/* form */
.inputfieldNew {
  margin-bottom: 15px;
}

.inputfieldNew p {
  margin-bottom: 3px;
  font-size: 12px;
  float: left;
  width: 40%;
  font-weight: 600;
    padding-top: 5px;
}
.inputfieldNew .error-input {
    float: right;
}
.inputfieldNew input, .inputfieldNew select, .inputfieldNew textarea {
  border: 1px solid #eceff1;
  padding: 5px 10px;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #f5f5f5, #fff);
  outline: none;
  width: 60%;
  height: 35px;
}

 .inputfieldNew a {
     border: 1px solid #eceff1;
  padding: 5px 10px;
  border-radius: 5px;
  outline: none;
  width: 60%;
  height: 35px;
    display: block;
    text-align: center;
}

.inputfieldNew.textarea {
  display: block;
}

.inputfieldNew.textarea p {
  width: 100%;
  float: none;
}

.inputfieldNew.textarea textarea {
  min-height: auto;
  max-height: auto;
  height: auto;
  width: 100%;
  float: none;
}

.inputfieldNew input[type=submit], .inputfieldNew button, .inputfieldNew a {
  width: auto;
}

.inputfieldNew input:focus, .inputfieldNew select:focus, .inputfieldNew textarea:focus, .inputfieldNew .select2:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.5);
}

.inputfieldNew.fullWidth p {
    float: none;
    width: 100%;
}
.inputfieldNew.fullWidth input, .inputfieldNew.fullWidth select, .inputfieldNew.fullWidth textarea {
    float: none;
    width: 100%;
}

/* select2 modify*/
.select2-container .select2-selection--single {
  height: 35px !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #eceff1 !important;
  background-image: linear-gradient(to bottom, #f5f5f5, #fff) !important;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #eceff1 !important;
  background-image: linear-gradient(to bottom, #f5f5f5, #fff) !important;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin-top: -6px !important;
}

/* dataTable */
.dt-button {
  border: 1px solid #eceff1 !important;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #eceff1;
  border-radius: 4px;
  background: #f5f5f5;
}

.dataTables_wrapper .dataTables_scroll {
  border: 1px solid #ccc;
}

.tableSearching th td {
  border: 0 !important;
}

.tableSearching th {
  padding: 0 !important;
}

.tableSearching input {
  border: 1px solid #eceff1 !important;
  padding: 3px 5px !important;
  border-radius: 4px;
}

/* design structure and component end */
#tour_tour {
  z-index: 99999999;
}

/* tabs dashboard */
.tab-dashboard {
  padding: 15px 15px;
  border: 1px solid #eceff1;
  background: #eceff1;
}

.tab-dashboardUl {
  background: #ee9e08;
  border-radius: 30px 30px 0 0;
}

.tab-dashboardUl .nav-item {
  width: 33.33%;
  text-align: center;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.tab-dashboardUl .nav-link {
  padding: 1rem 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.tab-dashboardUl .nav-link:hover {
  border: 0;
}

.tab-dashboardUl .nav-link.active {
  background: none;
  border: 0;
  color: #fff;
  position: relative;
  z-index: 1;
}

.tab-dashboardUl .nav-link.active::before {
  content: "✔";
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  left: 50px;
  top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4CAF50;
}

.tab-dashboardUl .nav-link.active::after {
  content: "";
  background: #ee9e08;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -5px;
  z-index: -1;
  transform: rotate(45deg);
}

/* tabs dashboard end */
@media (max-width: 991px) {
  .HeaderRightUl {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .headerrowNew .heading {
    font-size: 16px;
    margin: 0;
  }

  .mobile-none {
    display: none;
  }
}
.submenuDiv.dropdown-menu ul {
  margin: 0;
  padding: 0;
}
.submenuDiv.dropdown-menu ul li {
  list-style: none;
}
.submenuDiv.dropdown-menu ul li {
  float: none;
  margin-left: 0;
  width: 100%;
}

.tabDashboard {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.tabDashboard .nav-link {
  border-radius: 0;
  background: #e0e0e0;
  font-weight: 600;
}
.tabDashboard .nav-link.active {
  background: #fff;
  color: #f16d14;
  border-top: 2px solid #f16d14;
}

.profileDetails {
  margin-bottom: 10px;
}
.profileDetails .subheading {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}
.profileDetails .heading {
  margin: 0;
  font-size: 14px;
}
.profileDetails .heading .editDetails {
  background: none;
  border: 0;
  outline: none;
  color: #4169e1;
  padding: 0 5px;
  font-size: 12px;
}

@media (min-width: 992px) {
  .profileDetails {
    padding-left: 100px;
  }
}
/* login page */
.login-body {
  background: url(../images/login-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-align: left;
  height: 100vh;
}

.login-body .leftpart {
  background: #e8f0ff;
  color: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.login-body .rightPart {
  padding: 30px;
}

.login-body .Username {
  font-size: 12px;
  font-weight: 700;
}

.login-wrapper {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
  border-radius: 20px;
  overflow: hidden;
}

.login-wrapper .col-md-5 {
  background: #0a0617;
  color: #fff;
  padding-top: 10px;
}

.login-wrapper img {
  margin: 0 auto;
  height: 150px;
  max-width: 150px;
  object-fit: contain;
}

.login-wrapper .col-md-7 h3 {
  font-weight: 600;
  font-size: 18px;
  color: #0a0617;
}

.input-login {
  width: 100%;
}

.input-login input {
  border: 0;
  border-bottom: 2px solid #0a0617;
  outline: 0;
  padding: 5px 0px 5px 0px;
  width: 100%;
  font-weight: normal;
}

.input-login button {
  background: #f16d14;
  color: #ececec;
  padding: 8px 15px;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  margin-right: 15px;
  outline: none;
}

/* login page end */
.boxes {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.boxes .item1 {
  position: absolute;
  left: 0;
  width: 70px;
  height: 100%;
  background: #cecece;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.boxes .item1 p {
  transform: rotate(-90deg);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  opacity: 0.5;
}
.boxes .item2 {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 70px;
}
.boxes .item2 .heading {
  font-size: 14px;
  margin: 0;
  color: #868686;
}
.boxes .item2 .value {
  font-size: 24px;
  font-weight: 700;
  margin: 30px 0;
}
.boxes .item2 .link {
  margin: 0;
  color: #33b8ea;
  font-weight: 600;
}

.boxes.big .item2 {
  height: 270px;
}
.boxes.big .item2 .bigI {
  font-size: 55px;
}
.boxes.big .item2 .headingNew {
  font-size: 14px;
  color: #868686;
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
}
.boxes.big .item2 .headingNew strong {
  color: #0c0c0c;
}

.boxes.rightbox {
  width: 100%;
}
.boxes.rightbox .innercontent {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
}
.boxes.rightbox .innercontent .heading {
  font-size: 14px;
  color: #868686;
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  display: block;
}
.boxes.rightbox .innercontent .heading strong {
  color: #0c0c0c;
}
.boxes.rightbox .innercontent .value {
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0;
  padding: 0;
  line-height: 0;
}
.boxes.rightbox .link {
  margin: 0;
}
.boxes.rightbox .link a {
  width: 100%;
  padding: 5px;
  text-align: center;
  background: #3a366f;
  color: #fff;
  display: block;
}

.tableArea {
  border: 1px solid rgba(0, 0, 0, 0.07);
  max-height: 400px;
  overflow: auto;
}
.tableArea table {
  margin: 0;
}

.tableArea table thead {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
}

.tableSearch {
  border: 1px solid #eceff1;
  padding: 5px 10px;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #f5f5f5, #fff);
  outline: none;
  max-width: 250px;
  height: 35px;
  margin-bottom: 15px;
  float: right;
}

.alertOverlay {
    position: fixed;
    right: 15px;
    top: 15px;
    width: auto;
    z-index: 99999999;
}
.error-input, .field-validation-error {
    font-size: 11px;
    color: #ff0000;
}
.checkstyle {
    width: 15px !important;
}




.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}



.inputfieldNew.leftHeading p {
    float: left;
    width: 40%;
}
.inputfieldNew.leftHeading input, .inputfieldNew.leftHeading select, .inputfieldNew.leftHeading textarea {
  float: left;
  width: 60%;
}
.inputfieldNew.leftHeading .error, .inputfieldNew.leftHeading .field-error-validation {
  float: right;
  font-size: 11px;
  color: red;
}
.inputfieldNew textarea {
  height: auto;
}

/* <!-- DROP AND DRAG INPUT --> */
.dropzone {
    border: 2px dashed #000 !important;
    border-radius: 15px;
    text-align: center;
}

/* <!-- DROP AND DRAG INPUT END --> */

.deleteButton {
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F44336;
    color: #fff;
}

.input-field-checkbox {padding-top: 18px;}
  .input-field-checkbox p {    float: left;
	margin-right: 15px;
	padding-top: 7px;}
.input-field-checkbox input {width: 20px;}

.grid-view-report {
        overflow: auto;
    display: flex;
    flex-wrap: nowrap;
        margin: 30px 0;
}
.grid-view-report .header-column{
    background: #444;
    color: #fff;
    position: sticky;
    left: 0;
    z-index: 99;
}


.grid-view-report .header-column div {
    color: #fff;
    padding: 10px 4px;
}

.grid-view-report .result-list {
    background: #f5f5f5;
    border-right: 1px solid rgb(0 0 0 / 8%);
}

.grid-view-report .result-list:last-child {
    border-right: 0;
}

.grid-view-report .result-list div{
    padding: 10px 4px;
    color: #000;
}