@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
/* font-family: 'Roboto', sans-serif; */
@supports (-moz-appearance: none) {
  /* special attributes for mozilla only */
}
::-webkit-scrollbar {
  width: 6px !important;
}

::-webkit-scrollbar-thumb {
  background: #444 !important;
}

body {
  background: #f4f4fa;
}

body,
div,
ul,
li,
a,
p,
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}

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-primary {
  background: #f35a04 !important;
}

.text-primary {
  color: #f35a04 !important;
}

.bg-secondary {
  background: #f9c109 !important;
}

.text-secondary {
  color: #f9c109 !important;
}

.bg-black {
  background: #0c0c0c !important;
}

.text-black {
  color: #000 !important;
}

.bg-yellow {
  background: #ee9e08 !important;
}

.text-yellow {
  color: #ee9e08 !important;
}

.bg-white {
  background: #fff !important;
}

.text-white {
  color: #fff !important;
}

.bg-red {
  background: #ff707d !important;
}

.text-red {
  color: #e63344 !important;
}

.bg-gray {
  background: #f4f4fa !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: 500 !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;
}

.w-350px {
  min-width: 350px;
  max-width: 350px;
  width: 350px;
}

.w-300px {
  min-width: 300px;
  max-width: 300px;
  width: 300px;
}

.w-200px {
  min-width: 200px;
  max-width: 200px;
  width: 200px;
}

.w-150px {
  min-width: 150px;
  max-width: 150px;
  width: 150px;
}

.w-100px {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
}

.w-50px {
  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;
  }
}
.buttonPrimary {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 6px 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  background: #f35a04;
  color: #fff;
  outline: none !important;
  display: block;
}
.buttonPrimary:hover {
  color: #f3f3f3;
}
.buttonPrimary:focus {
  box-shadow: 0 0 1px 2px rgba(121, 123, 224, 0.55);
}

.buttonSecondary {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 6px 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  background: #f9c109;
  color: #fff;
  outline: none !important;
  display: block;
}
.buttonSecondary:hover {
  color: #f3f3f3;
}
.buttonSecondary:focus {
  box-shadow: 0 0 1px 2px rgba(253, 0, 114, 0.55);
}

@media (min-width: 992px) {
  .desktop-none {
    display: none;
  }
}
@media (max-width: 991px) {
  .mobile-none {
    display: none;
  }
}
/* 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 */
/* toggle button */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.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: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.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%;
}

/* toggle button end */
/* DEFAULT ATTRIBUTE END */
@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;
  }
}
@media (min-width: 992px) {
  .content-area {
    min-height: calc(100vh - 113px);
  }

  /* body {
        padding-top: 58px;
    } */
}
@media (max-width: 991px) {
  .content-area {
    min-height: calc(100vh - 172px);
  }

  /* body {
        padding-top: 58px;
    } */
}
footer {
  background: #fff;
  padding: 8px 5px;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* login page */
.login-body {
  background: url(../images/login-bg.jpg) no-repeat;
  background-size: cover;
  font-size: 14px;
  display: flex;
  align-items: center;
  background-position: center;
  height: 100vh;
  padding-top: 0;
}

/* @media (min-width:992px) {
      .login-body {background: #29252d; font-size: 14px; display: flex;align-items: center;padding-top: 0; height: 100vh;}
  } */
.logo-login {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
}

.right-login {
  padding: 20px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
}

.left-login {
  background: #29252d;
  height: 100vh;
  display: flex;
  align-items: center;
}

.left-login img {
  width: 180px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: table;
}

.logo-here {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 auto;
  display: table;
}

.left-login p {
  color: #fff;
  text-align: center;
}

.input-login {
  width: 100%;
  border: 0;
  color: #444;
  outline: none;
  background: rgba(255, 255, 255, 0.71);
  font-size: 14px;
}

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

.login-buton-pos {
  background: #29252d;
  border: 0;
  padding: 11px;
  width: 100%;
  color: #fff;
  outline: none;
  font-size: 14px;
}

.icon-input {
  position: absolute;
  right: 12px;
  top: 13px;
  font-size: 15px !important;
  color: #221c29;
}

.middle-border-login hr {
  height: 100%;
  width: 3px;
  background: #29252d;
}

.rounded-middle {
  color: #29252d;
  background: #fff;
  padding: 8px 10px;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .rounded-middle {
    position: relative;
  }
}
.login-row {
  border-radius: 10px;
  overflow: hidden;
}

.login-row img {
  width: 200px;
}

.display-center {
  display: flex;
  align-items: center;
}

.login-heading {
  color: #29252d;
}

.login-row label {
  color: #29252d;
}

.font-sign-light {
  font-weight: 300;
  color: #c7c7c7;
}

.forgotDiv {
  display: none;
}

/* login page end*/
/* form page */
.input-field {
  position: relative;
  margin-bottom: 15px;
}

.input-field p {
  font-weight: 500;
  font-size: 13px;
  margin: 0;
}

.input-field input,
.input-field select,
.input-field textarea {
  border: 1px solid #eceff1;
  padding: 5px 10px;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #f5f5f5, #fff);
  outline: none;
  width: 100%;
  height: 35px;
}

.input-field input[type=submit],
.input-field button {
  border: 1px solid #eceff1;
  padding: 5px 10px;
  border-radius: 5px;
  outline: none;
  width: 100%;
  height: 35px;
}

.input-field input[type=submit]:hover,
.input-field button:hover {
  cursor: pointer;
}

.input-field .select2-selection {
  border: 1px solid #eceff1 !important;
  border-radius: 5px !important;
  background-image: linear-gradient(to bottom, #f5f5f5, #fff) !important;
  outline: none !important;
  width: 100% !important;
  height: 35px !important;
  overflow: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit !important;
}

.grid-view-data {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
}

.grid-heading svg {
  float: left;
  width: 35px;
}

.grid-heading h4 {
  padding: 22px 15px;
  margin: 0;
}

.grid-content {
  padding: 0 15px 15px 15px;
}
.grid-content img {
  max-height: 300px;
  min-height: 300px;
}

.error-input {
  color: #29252d;
  font-size: 12px;
}

/* data tables */
.w-30px {
  min-width: 30px;
  max-width: 30px;
}

.w-50px {
  min-width: 50px;
  max-width: 50px;
}

.w-80px {
  min-width: 80px;
  max-width: 80px;
}

.w-100px {
  min-width: 100px;
  max-width: 100px;
}

.w-150px {
  min-width: 150px;
  max-width: 150px;
}

.w-200px {
  min-width: 200px;
  max-width: 200px;
}

.w-250px {
  min-width: 250px;
  max-width: 250px;
}

.w-300px {
  min-width: 300px;
  max-width: 300px;
}

.w-350px {
  min-width: 350px;
  max-width: 350px;
}

.w-400px {
  min-width: 400px;
  max-width: 400px;
}

.w-450px {
  min-width: 450px;
  max-width: 450px;
}

.w-500px {
  min-width: 500px;
  max-width: 500px;
}

/* data table end */
/* dashboard page */
.counter-div {
  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: 10px;
  overflow: hidden;
}

.counterDetails {
  background: #fff;
  padding: 15px;
}

.counterDetails svg {
  font-size: 24px;
  float: right;
  color: #f35a04;
}

.counter-div .icon-div {
  font-size: 30px;
  padding: 3px;
  text-align: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -10px;
  box-shadow: 1px 2px 9px -4px #000;
  color: #f35a04;
  font-weight: 500;
}

.counter-div .title {
  font-size: 12px;
  font-weight: 300;
  padding: 5px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

.counter-div .value {
  font-size: 26px;
  font-weight: 500;
  padding: 5px 0;
  line-height: 25px;
  text-align: center;
}

.counter-div .second-value {
  margin: 0 auto;
  display: table;
  font-size: 50px;
}

.counter-div .second-value svg {
  color: #221c29;
  background: #f5f5f5;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  padding: 16px;
  margin-top: 14px;
}

/* .bg1 {background: #29252d;} */
.bg1 .counterDetails {
  background: #221c29;
}

.bg1 .second-value svg {
  color: #221c29;
}

.bg2 .counterDetails {
  background: #9c27b0;
}

.bg2 .second-value svg {
  color: #9c27b0;
}

.bg3 .counterDetails {
  background: #1aa99b;
}

.bg3 .second-value svg {
  color: #1aa99b;
}

.bg4 .counterDetails {
  background: #3f51b5;
}

.bg4 .second-value svg {
  color: #3f51b5;
}

.bg5 .counterDetails {
  background: #939e22;
}

.bg5 .second-value svg {
  color: #939e22;
}

.bg6 .counterDetails {
  background: #2f2f2f;
}

.bg6 .second-value svg {
  color: #2f2f2f;
}

.logo-li a {
  background: #fff;
}

.logo-li a {
  padding: 7px 15px 8px 15px !important;
}

@media (max-width: 991px) {
  .mobile-hidden {
    display: none !important;
  }

  .desktop-visible {
    display: block !important;
  }
}
.menu-mobile img {
  background: #fff;
  width: 70px;
  margin-left: 15px;
  padding: 2px;
  border-radius: 2px;
}

.heading-dashboard {
  background: #fff;
  padding: 15px;
}

.icons-ul {
  margin: 0;
  padding: 0;
}

.icons-ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
}

.icons-ul li:last-child a {
  margin-right: 0;
}

.icons-ul li a {
  margin-right: 20px;
}

.icons-ul li:nth-of-type(1) a svg {
  background: #009688;
  color: #fff;
}

.icons-ul li:nth-of-type(2) a svg {
  background: #e6bd21;
  color: #444;
}

.icons-ul li:nth-of-type(3) a svg {
  background: #9c27b0;
  color: #fff;
}

.icons-ul li:nth-of-type(4) a svg {
  background: #3f51b5;
  color: #fff;
}

.icons-ul li a svg {
  width: 30px !important;
  height: 30px;
  border-radius: 100%;
  padding: 5px;
}

.icons-ul li a p {
  margin: 0;
}

.counter-4 {
  overflow: hidden;
}

.bg-dark-gray {
  background: #2f2f2f;
}

.counter-4 ul li {
  width: 33.33%;
  float: left;
  background: #fff;
}

@media (max-width: 991px) {
  .counter-4 ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.counter-4 ul li a {
  height: 40vh;
  display: block;
}

/* .counter-4 ul li:nth-of-type(odd) a {border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;}
  .counter-4 ul li:nth-of-type(even) a {border-bottom: 1px solid #ddd;} */
.counter-4 .counterDetails {
  height: 100%;
}

.counter-4 .counterDetails .title {
  font-size: 20px;
}

.counter-4 .counterDetails .value {
  font-size: 35px;
  font-weight: 500;
}

.counter-4 .counterDetails .icon {
  color: #fff;
  position: relative;
  opacity: 1;
  margin: 0 auto;
  display: table;
  background: #fff;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  padding: 20px;
}

.counter-4 ul li:nth-of-type(1) .counterDetails {
  background: #9c27b0;
}

.counter-4 ul li:nth-of-type(1) .counterDetails svg {
  color: #9c27b0;
}

.counter-4 ul li:nth-of-type(2) .counterDetails {
  background: #1aa99b;
}

.counter-4 ul li:nth-of-type(2) .counterDetails svg {
  color: #1aa99b;
}

.counter-4 ul li:nth-of-type(3) .counterDetails {
  background: #3f51b5;
}

.counter-4 ul li:nth-of-type(3) .counterDetails svg {
  color: #3f51b5;
}

.counter-4 ul li:nth-of-type(4) .counterDetails {
  background: #939e22;
}

.counter-4 ul li:nth-of-type(4) .counterDetails svg {
  color: #939e22;
}

.counter-4 ul li:nth-of-type(5) .counterDetails {
  background: #221c29;
}

.counter-4 ul li:nth-of-type(5) .counterDetails svg {
  color: #221c29;
}

.counter-4 ul li:nth-of-type(6) .counterDetails {
  background: #9c27b0;
}

.counter-4 ul li:nth-of-type(6) .counterDetails svg {
  color: #9c27b0;
}

/* dashboard page end*/
/* new codes */
/* grid box enable disable */
@media (min-width: 992px) {
  .menusCloseicon {
    display: none;
  }
}
@media (max-width: 991px) {
  .menusCloseicon {
    width: 55px;
    height: 55px;
    background: #fff;
    position: fixed;
    transition: 2s ease-in-out;
    left: 250px;
    color: #444;
    box-shadow: 6px 5px 12px -8px #000;
  }

  .menusCloseicon .iconMenu {
    font-size: 57px;
    padding: 14px;
    width: 54px;
  }

  .menusCloseicon:hover {
    cursor: pointer;
  }

  .leftPart {
    display: none;
  }
}
.wrapperbody {
  display: block;
}

.leftPart {
  float: left;
  width: 17%;
  background: #fff;
  height: 100vh !important;
  min-height: 100vh !important;
  max-height: 100vh;
  overflow: auto;
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
  z-index: 9;
  position: relative;
}

.rightPart {
  height: 100vh;
  position: relative;
  width: 100%;
  overflow: auto;
  width: auto;
}
.rightPart .menu-container {
  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;
}

@media (max-width: 991px) {
  .leftPart {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    z-index: 9999;
  }

  .rightPart {
    float: none;
    width: 100%;
  }
}
/* grid box enable disable end */
.logo-strip {
  background: #fff;
  width: 100%;
  float: left;
  padding: 2px 15px;
}

.stripHeading {
  padding: 10px 15px;
}
.stripHeading h3 {
  font-weight: 300;
}

.profileCol {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 99;
}

.weatherDiv {
  text-align: left;
}
.weatherDiv svg {
  height: 77px;
  float: left;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .weatherDiv svg {
    height: 50px;
  }
}
.weatherDiv .dateWrapper {
  padding-top: 14px;
}
.weatherDiv .dateWrapper .month {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .weatherDiv .dateWrapper .date {
    font-size: 12px;
  }
  .weatherDiv .dateWrapper .month {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.menusIcon:hover,
.menusUnderIcon:hover {
  cursor: pointer;
}

.menusUnderIcon {
  width: 55px;
  height: 55px;
  overflow: hidden;
  float: left;
  text-align: center;
  padding: 9px;
}

.iconMenu {
  font-size: 37px;
  padding: 6px;
}

.menuHeader {
  padding: 0;
}

.notification-div ul {
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .notification-div {
    position: absolute;
    right: 5px;
    top: -55px;
  }
}
.notification-div ul li {
  float: left;
  margin-right: 25px;
  position: relative;
  perspective: 1000px;
  list-style: none;
}

.notification-div ul li.counterIcon > a {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4fa;
}

.notification-div ul ul > li {
  background: #fff;
  width: 100%;
  height: 100%;
}

.notification-div ul li a {
  position: relative;
}

.notification-div ul li a .counterValue {
  position: absolute;
  right: -15px;
  top: -13px;
  padding: 0px 5px;
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
  background: #f35a04;
  font-weight: 500;
}

.counterIcon ul {
  display: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: -107px;
  width: 250px;
  height: 240px;
  background: #f5f5f5;
  box-shadow: 0px 0px 14px -8px #000;
  -wekit-box-shadow: 0px 0px 14px -8px #000;
}
@media (max-width: 991px) {
  .counterIcon ul {
    left: inherit;
    right: 0;
  }
  .counterIcon ul::before {
    left: inherit !important;
    right: 0 !important;
  }
}

.counterIcon ul::before {
  content: "";
  border: solid 10px transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: -20px;
  z-index: 999;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (min-width: 992px) {
  .counterIcon > a > svg {
    font-size: 18px;
  }
}
.visibleUl {
  display: block !important;
  animation: flip 1s;
  transform-style: preserve-3d;
}

.visibleUl li {
  background: #fff;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.ulheader {
  padding: 13px 15px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.36);
  text-align: center;
}

.visibleUl li p,
.ulheader p {
  margin: 0;
}

.ulcontent {
  max-height: 176px;
  overflow: auto;
}

.ulcontent a:hover {
  background: #f5f5f5;
}

.ulcontent a {
  color: #000 !important;
  display: flex;
  padding: 10px 10px 10px 0;
  align-items: center;
}

.ulcontent a div p {
  margin: 0;
}

.ulcontent a svg {
  width: 50px !important;
  color: #221c29;
}

@keyframes flip {
  from {
    transform: rotateY(180deg);
  }
  to {
    transform: rotateY(0deg);
  }
}
@media (min-width: 992px) {
  .counterIcon ul {
    top: 45px;
  }
}
@media (max-width: 991px) {
  .profileCol {
    display: inline-block;
    padding: 5px 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }

  .notification-div a svg {
    color: #221c29;
  }

  .counterIcon ul {
    top: 40px;
  }

  .menuelist {
    max-height: 300px;
    overflow: auto;
  }

  .menu > ul > li > ul {
    background: #f5f5f5 !important;
  }

  .device-none {
    display: none !important;
  }
}
.bg-dark-gray {
  background: #f4f4fa;
}

.myButton {
  border: 1px solid rgba(0, 0, 0, 0.16);
  padding: 7px 15px;
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
  margin-right: 10px;
  width: auto;
}

.myButton:last-child {
  margin-right: 0;
}

.myButton:hover {
  cursor: pointer;
}

.button-green {
  background: #50b150;
  color: #fff;
}

.button-red {
  background: #e8594e;
  color: #fff;
}

.button-yellow {
  background: #fdc82d;
  color: #444;
}

.button-theme {
  background: #221c29;
  color: #fff;
}

.button-rounded {
  border-radius: 30px;
}

.button-green-outline {
  background: #fff;
  color: #50b150;
  border: 2px solid #50b150;
}

.button-red-outline {
  background: #fff;
  color: #e8594e;
  border: 2px solid #e8594e;
}

.button-yellow-outline {
  background: #fff;
  color: #444;
  border: 2px solid #fdc82d;
}

.button-theme-outline {
  background: #fff;
  color: #221c29;
  border: 2px solid #221c29;
}

.profile-user ul {
  margin: 0;
  padding: 0;
  float: right;
  display: flex;
  align-items: center;
}

.profile-user ul li {
  display: inline-block;
  margin-right: 10px;
}

.profile-user ul li a:hover {
  color: inherit;
}

.profile-user ul li .log-out:hover {
  color: #000;
}

.profile-user ul li img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  object-fit: cover;
  max-height: 30px;
}

.profile-user ul li.title {
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.logoImgDevice img {
  height: 18px;
  float: left;
  margin-top: 6px;
}

@media (max-width: 991px) {
  .deviceMenuBar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    bottom: 0;
  }
}
.wrapper-div {
  background: #fff;
  padding: 15px;
  -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: 10px;
  margin-bottom: 15px;
}
.wrapper-div:last-child {
  margin-bottom: 0;
}

/* data table */
.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 th table {
  width: 100%;
  margin: 0;
  padding: 0;
}

.tableSearching input {
  border: 1px solid #cccccc !important;
  padding: 3px 5px !important;
  border-radius: 3px;
  width: 100%;
}

/* data table end */
/* login */
.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;
  width: 100%;
  position: relative;
}
.login-body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, rgb(0 170 87 / 31%), rgb(62 64 149 / 56%));
  backdrop-filter: blur(3px);
}

.login-body .loginleftpart {
  background: #f4f4fa;
  color: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.login-body .loginrightPart {
  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 img {
  margin: 0 auto;
  max-width: 210px;
  object-fit: contain;
}

.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,
.input-login a {
  background: #f35a04;
  color: #fff;
  padding: 8px 15px;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  margin-right: 15px;
  outline: none;
}

/* login end */

.alertOverlay {
    position: fixed;
    right: 15px;
    top: 15px;
    width: auto;
    z-index: 99999999;
}
.error-input, .field-validation-error {
    font-size: 11px;
    color: #ff0000;
}

.modal {
    z-index: 99999999 !important;
}

.selectize-input {
        border: 1px solid #eceff1;
    padding: 5px 10px;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #f5f5f5, #fff);
    outline: none;
    width: 100%;
    height: 35px;
}