@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  height: 100%;
}

button, a, img, input, textarea, select {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  text-decoration: none;
}

/*.white-btn{background-color: $white-color; color: $common-color; padding: 0.5rem 1.5rem; border: 1px solid $common-color; @include flex(); cursor: pointer; border-radius: 0.2rem; margin: 0 0.5rem;
    &:hover{background-color: $common-color; color: $color; }
}*/
.v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.white-btn {
  background: #74713a;
  font-weight: 400;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 15px;
  margin: 0px 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.white-btn i {
  margin-right: 5px;
}

.white-btn:hover, .white-btn:focus {
  -webkit-box-shadow: 0 0 0 2px #f0f0f0, 0 0 0 3px #b6b48d;
          box-shadow: 0 0 0 2px #f0f0f0, 0 0 0 3px #b6b48d;
}

.action-button {
  width: 100px;
  background: #74713a;
  font-weight: 400;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.action-button i {
  margin-right: 5px;
}

.action-button:hover, .action-button:focus {
  -webkit-box-shadow: 0 0 0 2px #f0f0f0, 0 0 0 3px #b6b48d;
          box-shadow: 0 0 0 2px #f0f0f0, 0 0 0 3px #b6b48d;
}

.action-button.small {
  padding: 5px 10px;
  width: auto;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

::-webkit-input-placeholder {
  color: #b6b48d;
}

:-ms-input-placeholder {
  color: #b6b48d;
}

::-ms-input-placeholder {
  color: #b6b48d;
}

::placeholder {
  color: #b6b48d;
}

.scrollbar-1 {
  scrollbar-width: thin;
  scrollbar-color: #ff7f00 #b0b7c4;
}

.scrollbar-1::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.scrollbar-1::-webkit-scrollbar-track {
  background-clip: content-box;
  border: 2px solid transparent;
  background-color: #b0b7c4;
}

.scrollbar-1::-webkit-scrollbar-thumb {
  background-color: #787649;
}

.scrollbar-1::-webkit-scrollbar-thumb:hover {
  background-color: #787649;
}

.scrollbar-1::-webkit-scrollbar-corner {
  background-color: #b0b7c4;
}

.scrollbar-2 {
  scrollbar-width: thin;
  scrollbar-color: #787649 #bbb;
}

.scrollbar-2::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.scrollbar-2::-webkit-scrollbar-track {
  background-color: #bbb;
  border-radius: 12px;
}

.scrollbar-2::-webkit-scrollbar-thumb {
  background-color: #787649;
  border-radius: 12px;
}

[class^=scrollbar] {
  height: 200px;
  overflow-y: scroll;
}

[class^=scrollbar] div {
  height: 400px;
  width: 200%;
  padding: 4rem;
  background-image: linear-gradient(130deg, #c8c8c8 0%, #fefefe 100%);
}

/* Loader css Start */
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Loader css End */
/* Custom Scroll Css Start */
/* Login Screen SCSS Start */
.login-part {
  background-color: #b6b48d;
  height: 100%;
}

.login-part .login-full-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.login-part .login-full-width .login-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34.063rem;
  background-color: #fff;
  padding: 2.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.login-part .login-full-width .login-bg .login-form, .login-part .login-full-width .login-bg .forgot-form, .login-part .login-full-width .login-bg .otp-form {
  padding: 1rem 0 0;
  width: 100%;
}

.login-part .login-full-width .login-bg .login-form .form-group, .login-part .login-full-width .login-bg .forgot-form .form-group, .login-part .login-full-width .login-bg .otp-form .form-group {
  width: 100%;
  padding: 0rem 0 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-part .login-full-width .login-bg .login-form .form-group .form-control, .login-part .login-full-width .login-bg .forgot-form .form-group .form-control, .login-part .login-full-width .login-bg .otp-form .form-group .form-control {
  position: relative;
  border: 2px solid #b6b48d;
  border-radius: 3px;
  padding: 1rem;
  width: 100%;
  margin-bottom: 3rem;
}

.login-part .login-full-width .login-bg .login-form .form-group .form-control label, .login-part .login-full-width .login-bg .forgot-form .form-group .form-control label, .login-part .login-full-width .login-bg .otp-form .form-group .form-control label {
  position: absolute;
  background-color: #fff;
  color: #b6b48d;
  text-transform: uppercase;
  top: -0.7rem;
  padding: 0 1.5rem;
  left: 1rem;
}

.login-part .login-full-width .login-bg .login-form .form-group .form-control .textfield, .login-part .login-full-width .login-bg .forgot-form .form-group .form-control .textfield, .login-part .login-full-width .login-bg .otp-form .form-group .form-control .textfield {
  background: transparent;
  color: #b6b48d;
  width: 100%;
}

.login-part .login-full-width .login-bg .login-form .form-group .form-control .error-field, .login-part .login-full-width .login-bg .forgot-form .form-group .form-control .error-field, .login-part .login-full-width .login-bg .otp-form .form-group .form-control .error-field {
  position: absolute;
  bottom: -1.5rem;
  color: #dc3545;
  left: 0;
  font-weight: bold;
  text-align: left;
}

.login-part .login-full-width .login-bg .login-form .form-group.forgot-text, .login-part .login-full-width .login-bg .forgot-form .form-group.forgot-text, .login-part .login-full-width .login-bg .otp-form .form-group.forgot-text {
  padding-top: 1rem;
}

.login-part .login-full-width .login-bg .login-form .form-group.forgot-text a, .login-part .login-full-width .login-bg .forgot-form .form-group.forgot-text a, .login-part .login-full-width .login-bg .otp-form .form-group.forgot-text a {
  color: #333;
  font-weight: 600;
}

.login-part .login-full-width .login-bg .login-form .form-group.forgot-text a:hover, .login-part .login-full-width .login-bg .forgot-form .form-group.forgot-text a:hover, .login-part .login-full-width .login-bg .otp-form .form-group.forgot-text a:hover {
  color: #b6b48d;
}

.login-part .login-full-width .login-bg .login-form .form-group .common-btn, .login-part .login-full-width .login-bg .forgot-form .form-group .common-btn, .login-part .login-full-width .login-bg .otp-form .form-group .common-btn {
  color: #333;
  background-color: #b6b48d;
  border: 1px solid #b6b48d;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  border-radius: 0.2rem;
  font-weight: 600;
  cursor: pointer;
}

.login-part .login-full-width .login-bg .login-form .form-group .common-btn:hover, .login-part .login-full-width .login-bg .forgot-form .form-group .common-btn:hover, .login-part .login-full-width .login-bg .otp-form .form-group .common-btn:hover {
  background-color: #fff;
  color: #b6b48d;
  border: 1px solid #b6b48d;
}

.login-part .login-full-width .login-bg .login-form .form-group:nth-child(2) .form-control, .login-part .login-full-width .login-bg .forgot-form .form-group:nth-child(2) .form-control, .login-part .login-full-width .login-bg .otp-form .form-group:nth-child(2) .form-control {
  margin-bottom: 1rem;
}

@media screen and (max-width: 600px) {
  .login-part .login-full-width .login-bg {
    width: calc(100% - 2rem);
    margin: auto;
    padding: 1rem;
    height: calc(100vh - 2rem);
    overflow: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* Login Screen SCSS End */
/* Main Section Css Start */
.main-section {
  background-color: #f0f0f0;
  height: 100%;
  width: 100%;
  padding: 0.813rem;
}

.main-section .mobile-view {
  display: none;
}

@media screen and (max-width: 480px) {
  .main-section .mobile-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0.5rem;
    top: 7.5rem;
  }
  .main-section .mobile-view a {
    color: #333;
    background-color: #b6b48d;
    padding: 1rem;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.5rem;
  }
}

.main-section .main-scroll {
  overflow: auto;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Side Bar Section Start */
  /* Side Bar Section End */
  /* Right Section Start */
  /* Right Section End */
}

.main-section .main-scroll .sidebar {
  width: 13.25rem;
  margin-right: 1rem;
  height: 100%;
}

.main-section .main-scroll .sidebar .sidemenu {
  width: 100%;
  background-color: #a2a076;
  /*height: 70vh;*/
  border-radius: 0.5rem;
  padding-bottom: 5px;
}

.main-section .main-scroll .sidebar .sidemenu .sidemenu-logo {
  background-color: #fff;
  height: 10rem;
  border-radius: 0.5rem 0.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .main-scroll .sidebar .sidemenu .sidemenu-logo img {
  width: 8rem;
}

.main-section .main-scroll .sidebar .sidemenu .sidemenu-list {
  /*height: calc(100% - 12rem); overflow: auto;*/
  margin: 1rem 0 0;
}

.main-section .main-scroll .sidebar .sidemenu .sidemenu-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-section .main-scroll .sidebar .sidemenu .sidemenu-list ul li {
  padding: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-section .main-scroll .sidebar .sidemenu .sidemenu-list ul li a {
  width: 100%;
  color: #000;
  padding: 0.5rem;
}

.main-section .main-scroll .sidebar .sidemenu .sidemenu-list ul li a:hover, .main-section .main-scroll .sidebar .sidemenu .sidemenu-list ul li a.active {
  background-color: #d1cfa1;
  color: #000;
}

.main-section .main-scroll .sidebar .sidemenu .sidemenu-list ul li a.submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-section .main-scroll .sidebar .sidemenu .sidemenu-list ul li a.submenu::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1rem;
  color: #000;
}

.main-section .main-scroll .sidebar .sidemenu .sidemenu-list ul li a.submenu:hover::after, .main-section .main-scroll .sidebar .sidemenu .sidemenu-list ul li a.submenu.active::after {
  background-color: #d1cfa1;
  color: #000;
}

.main-section .main-scroll .sidebar .sidemenu .sidemenu-list ul li ul {
  width: 100%;
}

.main-section .main-scroll .sidebar .sidemenu .sidemenu-list ul li ul.submenu-list {
  display: none;
  background-color: #d1cfa1;
}

.main-section .main-scroll .sidebar .sidemenu .sidemenu-list ul li ul.submenu-list li {
  width: 100%;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .main-scroll .sidebar .sidemenu .sidemenu-list ul li ul.submenu-list li a {
  color: #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.3rem 0;
  font-size: 0.8rem;
  width: 100%;
  text-align: left;
  padding: 0.5rem;
}

.main-section .main-scroll .sidebar .sidemenu .sidemenu-list ul li ul.submenu-list li a span {
  padding-top: 0.5rem;
  font-size: 1rem;
}

.main-section .main-scroll .sidebar .sidemenu .sidemenu-list ul li ul.submenu-list li a.active {
  background: #b6b48d;
  color: #000;
}

@media screen and (max-width: 660px) {
  .main-section .main-scroll .sidebar .sidemenu {
    height: 100%;
  }
}

.main-section .main-scroll .sidebar .mobile-view {
  display: no;
}

.main-section .main-scroll .sidebar .user-part {
  background-color: #9ab5c9;
  width: 100%;
  margin: 1.5rem 0 0;
  border-radius: 0.5rem;
  padding: 1.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.main-section .main-scroll .sidebar .user-part .user-bg {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0.2rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.main-section .main-scroll .sidebar .user-part .user-bg i {
  font-size: 2.875rem;
  color: #333;
}

.main-section .main-scroll .sidebar .user-part .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .main-scroll .sidebar .user-part .icons span {
  color: #333;
  font-size: 1rem;
  padding-bottom: 0.5rem;
}

.main-section .main-scroll .sidebar .user-part .icons a {
  margin: 0 0.5rem;
  color: #333;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .main-section .main-scroll .sidebar {
    margin-right: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .main-section .main-scroll .sidebar {
    margin-right: 1rem;
    display: none;
  }
  .main-section .main-scroll .sidebar.mobile-sidebar {
    margin-right: 1rem;
    display: block;
    position: absolute;
  }
  .main-section .main-scroll .sidebar.mobile-sidebar .sidemenu {
    width: 100%;
    background-color: #b6b48d;
    height: 65vh;
    border-radius: 0.5rem;
  }
}

.main-section .main-scroll .right-section {
  width: calc(100% - 14rem);
  background-color: #fff;
  padding: 0 0rem;
  height: 100%;
  /* Dashboard Css Start */
  /* Content Part Start */
  /* Content Part End */
  /* Dashboard Css End */
  /* Inner Content CSS Start */
  /* Inner Content CSS Start */
}

.main-section .main-scroll .right-section .header {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .main-scroll .right-section .header p span {
  font-weight: 800;
}

.main-section .main-scroll .right-section .top-form {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.main-section .main-scroll .right-section .top-form .form-group {
  width: 100%;
  padding: 0rem 0 0rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-section .main-scroll .right-section .top-form .form-group .form-control {
  position: relative;
  border: 2px solid #b6b48d;
  border-radius: 3px;
  width: 23%;
  margin-bottom: 2rem;
  padding: 0.8rem !important;
  height: auto !important;
  margin-left: 0.5rem;
}

.main-section .main-scroll .right-section .top-form .form-group .form-control label {
  position: absolute;
  background-color: #fff;
  color: #74713a;
  text-transform: uppercase;
  top: -0.7rem;
  padding: 0 .5rem;
  left: 1rem;
}

.main-section .main-scroll .right-section .top-form .form-group .form-control .textfield {
  background: transparent;
  color: #b6b48d;
  width: 100%;
  padding: 0rem !important;
}

@media screen and (max-width: 800px) {
  .main-section .main-scroll .right-section .top-form .form-group .form-control {
    width: 33.33%;
  }
}

@media screen and (max-width: 767px) {
  .main-section .main-scroll .right-section .top-form .form-group .form-control {
    width: 100%;
  }
}

.main-section .main-scroll .right-section .top-form .form-group .error-field {
  position: absolute;
  top: 50px;
  color: #dc3545;
  left: 0;
  font-weight: bold;
  text-align: left;
}

.main-section .main-scroll .right-section .top-form .form-group.forgot-text {
  padding-top: 1rem;
}

.main-section .main-scroll .right-section .top-form .form-group.forgot-text a {
  color: #333;
  font-weight: 600;
}

.main-section .main-scroll .right-section .top-form .form-group.forgot-text a:hover {
  color: #b6b48d;
}

.main-section .main-scroll .right-section .top-form .form-group .common-btn {
  color: #333;
  background-color: #b6b48d;
  border: 1px solid #b6b48d;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  border-radius: 0.2rem;
  font-weight: 600;
  cursor: pointer;
}

.main-section .main-scroll .right-section .top-form .form-group .common-btn:hover {
  background-color: #fff;
  color: #b6b48d;
  border: 1px solid #b6b48d;
}

.main-section .main-scroll .right-section .top-form .form-group:nth-child(2) .form-control {
  margin-bottom: 1rem;
}

.main-section .main-scroll .right-section .chart-section-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-section .main-scroll .right-section .chart-section-bg .width100 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .main-scroll .right-section .dashboard-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #989898;
  padding-bottom: 12px;
}

.main-section .main-scroll .right-section .dashboard-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.main-section .main-scroll .right-section .dashboard-content ul li {
  width: 25%;
  padding: 0.625rem;
}

.main-section .main-scroll .right-section .dashboard-content ul li .box {
  width: 100%;
  padding: 1.625rem 0.625rem;
  min-height: 6.375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .main-scroll .right-section .dashboard-content ul li .box .box-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .main-scroll .right-section .dashboard-content ul li .box .box-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 .5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-section .main-scroll .right-section .dashboard-content ul li .box .box-title .title {
  font-size: 1.2rem;
  color: #222;
  font-weight: 400;
}

.main-section .main-scroll .right-section .dashboard-content ul li .box .box-title .title br {
  display: none;
}

.main-section .main-scroll .right-section .dashboard-content ul li .box .box-title .amount {
  font-size: 1.5rem;
  color: #222;
  font-weight: 800;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-section .main-scroll .right-section .dashboard-content ul li .box.dash-1 {
  background-color: rgba(140, 181, 177, 0.5);
}

.main-section .main-scroll .right-section .dashboard-content ul li .box.dash-2 {
  background-color: rgba(191, 177, 187, 0.5);
}

.main-section .main-scroll .right-section .dashboard-content ul li .box.dash-3 {
  background-color: rgba(198, 193, 166, 0.5);
}

.main-section .main-scroll .right-section .dashboard-content ul li .box.dash-4 {
  background-color: rgba(177, 186, 187, 0.5);
}

.main-section .main-scroll .right-section .dashboard-content ul li .box.dash-5 {
  background-color: rgba(198, 177, 166, 0.5);
}

.main-section .main-scroll .right-section .dashboard-content ul li .box.dash-6 {
  background-color: rgba(175, 197, 147, 0.5);
}

.main-section .main-scroll .right-section .dashboard-content ul li .box.dash-7 {
  background-color: rgba(214, 204, 177, 0.5);
}

.main-section .main-scroll .right-section .dashboard-content ul li .box.dash-8 {
  background-color: rgba(179, 227, 216, 0.5);
}

.main-section .main-scroll .right-section .dashboard-content ul li .box.dash-9 {
  background-color: rgba(166, 202, 204, 0.5);
}

.main-section .main-scroll .right-section .dashboard-content ul li .box .map-content {
  width: 100%;
  background-color: #fff;
  padding: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
  display: none;
}

@media screen and (max-width: 1366px) {
  .main-section .main-scroll .right-section .dashboard-content ul li {
    width: 33.33%;
  }
  .main-section .main-scroll .right-section .dashboard-content ul li .map-content img {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .main-section .main-scroll .right-section .dashboard-content ul li {
    width: 100%;
  }
  .main-section .main-scroll .right-section .dashboard-content ul li .map-content img {
    width: 100%;
  }
}

.main-section .main-scroll .right-section .inner-content {
  padding: 1.25rem;
  /* Breadcrumb Css Start */
  /* Breadcrumb Css End */
  /* Search Form Part Start */
  /* Search Form Part End */
  /* Transaction Page Css Start */
  /* Common Table Header Fixed Css Start */
  /* Common Table Header Fixed Css Start */
  /* Transaction Page Css End */
}

.main-section .main-scroll .right-section .inner-content .breadcrumb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-section .main-scroll .right-section .inner-content .breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-section .main-scroll .right-section .inner-content .breadcrumb ul li {
  padding: 0;
  margin: 0;
  color: #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.main-section .main-scroll .right-section .inner-content .breadcrumb ul li a {
  color: #333;
  font-size: 12px;
  font-weight: 500;
}

.main-section .main-scroll .right-section .inner-content .breadcrumb .table-part {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .main-scroll .right-section .inner-content .breadcrumb .table-part .top-form-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  cursor: pointer;
  margin-left: 5px;
}

.main-section .main-scroll .right-section .inner-content .form-part {
  width: 100%;
  padding: 1.5rem 0 1rem;
  margin: 0;
}

.main-section .main-scroll .right-section .inner-content .form-part .group-btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-section .main-scroll .right-section .inner-content .form-part .inner-data-form {
  width: 100%;
  padding: 0;
  margin: 0;
  /* Tree View css Start */
}

.main-section .main-scroll .right-section .inner-content .form-part .inner-data-form .form-bg {
  width: 100%;
  padding: 0;
  margin: 0;
}

.main-section .main-scroll .right-section .inner-content .form-part .inner-data-form .form-bg ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.main-section .main-scroll .right-section .inner-content .form-part .inner-data-form .form-bg ul li {
  width: 25%;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-section .main-scroll .right-section .inner-content .form-part .inner-data-form .form-bg ul li .form-group {
  width: 100%;
  padding: 0rem 0 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-section .main-scroll .right-section .inner-content .form-part .inner-data-form .form-bg ul li .form-group .form-control {
  position: relative;
  border: 2px solid #b6b48d;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.8rem !important;
  height: auto !important;
}

.main-section .main-scroll .right-section .inner-content .form-part .inner-data-form .form-bg ul li .form-group .form-control label {
  position: absolute;
  background-color: #fff;
  color: #74713a;
  text-transform: uppercase;
  top: -0.7rem;
  padding: 0 .5rem;
  left: 1rem;
}

.main-section .main-scroll .right-section .inner-content .form-part .inner-data-form .form-bg ul li .form-group .form-control .textfield {
  background: transparent;
  color: #b6b48d;
  width: 100%;
  padding: 0rem !important;
}

.main-section .main-scroll .right-section .inner-content .form-part .inner-data-form .form-bg ul li .form-group .form-control select.textfield {
  color: #000;
}

.main-section .main-scroll .right-section .inner-content .form-part .inner-data-form .form-bg ul li .form-group .error-field {
  position: absolute;
  top: 50px;
  color: #dc3545;
  left: 0;
  font-weight: bold;
  text-align: left;
}

.main-section .main-scroll .right-section .inner-content .form-part .inner-data-form .form-bg ul li .form-group.forgot-text {
  padding-top: 1rem;
}

.main-section .main-scroll .right-section .inner-content .form-part .inner-data-form .form-bg ul li .form-group.forgot-text a {
  color: #333;
  font-weight: 600;
}

.main-section .main-scroll .right-section .inner-content .form-part .inner-data-form .form-bg ul li .form-group.forgot-text a:hover {
  color: #b6b48d;
}

.main-section .main-scroll .right-section .inner-content .form-part .inner-data-form .form-bg ul li .form-group .common-btn {
  color: #333;
  background-color: #b6b48d;
  border: 1px solid #b6b48d;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  border-radius: 0.2rem;
  font-weight: 600;
  cursor: pointer;
}

.main-section .main-scroll .right-section .inner-content .form-part .inner-data-form .form-bg ul li .form-group .common-btn:hover {
  background-color: #fff;
  color: #b6b48d;
  border: 1px solid #b6b48d;
}

.main-section .main-scroll .right-section .inner-content .form-part .inner-data-form .form-bg ul li .form-group:nth-child(2) .form-control {
  margin-bottom: 1rem;
}

.main-section .main-scroll .right-section .inner-content .form-part .inner-data-form .form-bg ul li .btn-grp {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-top: -5px;
}

.main-section .main-scroll .right-section .inner-content .form-part .inner-data-form .form-bg ul li .btn-grp button {
  margin-top: 3px;
}

@media screen and (max-width: 980px) {
  .main-section .main-scroll .right-section .inner-content .form-part .inner-data-form .form-bg ul li {
    width: 50%;
  }
  .main-section .main-scroll .right-section .inner-content .form-part .inner-data-form .form-bg ul li .form-group .form-control label {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .main-section .main-scroll .right-section .inner-content .form-part .inner-data-form .form-bg ul li {
    width: 100%;
  }
}

.main-section .main-scroll .right-section .inner-content .form-part .inner-data-form .btn-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.main-section .main-scroll .right-section .inner-content .form-part .inner-data-form .btn-grp button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section .main-scroll .right-section .inner-content .table-part {
  width: 100%;
}

.main-section .main-scroll .right-section .inner-content .table-part .table-bg {
  width: 100%;
  overflow: auto;
  border-radius: 5px;
  background: #fff;
  max-width: 100%;
  margin: 1rem 0;
  max-height: 43rem;
  height: 100%;
}

.main-section .main-scroll .right-section .inner-content .table-part .table-bg.full-height {
  max-height: 100%;
}

.main-section .main-scroll .right-section .inner-content .table-part .table-bg table {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
}

.main-section .main-scroll .right-section .inner-content .table-part .table-bg table.trans-edit {
  width: 100%;
}

.main-section .main-scroll .right-section .inner-content .table-part .table-bg table.trans-edit tbody {
  background: #fff;
  border-radius: 15px 15px 0 0;
}

.main-section .main-scroll .right-section .inner-content .table-part .table-bg table.trans-edit tbody tr td {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  vertical-align: middle;
  font-size: 0.8rem;
  line-height: 1.2rem;
  word-break: break-all;
  position: relative;
  font-size: 1rem;
  width: 50%;
}

.main-section .main-scroll .right-section .inner-content .table-part .table-bg table.trans-edit tbody tr td:first-child {
  font-weight: 600;
}

.main-section .main-scroll .right-section .inner-content .table-part .table-bg table thead {
  background: #eaeaea;
  border-radius: 5px 5px 0 0;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 1;
}

.main-section .main-scroll .right-section .inner-content .table-part .table-bg table thead tr th {
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  vertical-align: middle;
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-size: 1rem;
}

.main-section .main-scroll .right-section .inner-content .table-part .table-bg table tbody {
  background: #fff;
  border-radius: 15px 15px 0 0;
}

.main-section .main-scroll .right-section .inner-content .table-part .table-bg table tbody tr td {
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  vertical-align: middle;
  font-size: 0.8rem;
  line-height: 1.2rem;
  word-break: break-all;
  position: relative;
  font-size: 1rem;
  min-width: 130px;
}

.main-section .main-scroll .right-section .inner-content .table-part .table-bg table tbody tr td a {
  color: #000;
}

.main-section .main-scroll .right-section .inner-content .table-part .table-bg table tbody tr td a i {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.5rem;
  margin: 0 0.5rem;
}

.main-section .main-scroll .right-section .inner-content .table-part .box-body-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-section .main-scroll .right-section .inner-content .table-part .box-body-title .shortlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .main-scroll .right-section .inner-content .table-part .box-body-title .shortlist label {
  font-size: 1rem;
  color: #74713a;
}

.main-section .main-scroll .right-section .inner-content .table-part .box-body-title .shortlist select {
  background-color: transparent;
  color: #74713a;
  padding: 0.1rem 0.6rem 0.1rem;
  min-width: 67px;
  font-size: 1rem;
  margin: 0rem 0.5rem 0rem 1rem;
  border: 1px solid #74713a;
  outline: 0;
  border-radius: .2rem;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

@media screen and (max-width: 660px) {
  .main-section .main-scroll .right-section .inner-content .table-part .box-body-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-section .main-scroll .right-section .inner-content .table-part .box-body-title .shortlist {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.main-section .main-scroll .right-section .inner-content .table-part .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .main-scroll .right-section .inner-content .table-part .pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-section .main-scroll .right-section .inner-content .table-part .pagination ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.2rem;
}

.main-section .main-scroll .right-section .inner-content .table-part .pagination ul li a {
  background: #fff;
  padding: 0.2rem;
  color: #333;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section .main-scroll .right-section .inner-content .table-part .pagination ul li a:hover {
  background: #b6b48d;
  color: #333;
}

.main-section .main-scroll .right-section .inner-content .table-part .pagination ul li a.active {
  background: #b6b48d;
  color: #333;
}

.main-section .main-scroll .right-section .inner-content .table-part .pagination ul li a i {
  margin: 0 5px;
}

.main-section .main-scroll .right-section .inner-content .table-part .pagination ul li.pre-link {
  padding-right: .5rem;
}

.main-section .main-scroll .right-section .inner-content .table-part .pagination ul li.pre-link a {
  width: auto;
  padding-right: 0.6rem;
}

.main-section .main-scroll .right-section .inner-content .table-part .pagination ul li.next-link {
  padding-left: .5rem;
}

.main-section .main-scroll .right-section .inner-content .table-part .pagination ul li.next-link a {
  width: auto;
  padding-left: 0.6rem;
}

.main-section .main-scroll .right-section .child-check, .main-section .main-scroll .right-section .parent-check {
  padding: 3px 0 2px 5px;
}

.main-section .main-scroll .right-section .child-check input, .main-section .main-scroll .right-section .parent-check input {
  margin-top: 2px;
  float: left;
}

.main-section .main-scroll .right-section .child-check label, .main-section .main-scroll .right-section .parent-check label {
  padding-left: 5px;
}

.main-section .main-scroll .right-section .child-check {
  margin-left: 15px;
  display: none;
}

.main-section .main-scroll .right-section .child-check.active {
  display: block;
}

@media screen and (max-width: 767px) {
  .main-section .main-scroll .right-section .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-section .main-scroll .right-section .header p {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .main-section .main-scroll .right-section {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .main-section {
    padding: 1rem;
  }
}

#ui-datepicker-div {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
  z-index: 2 !important;
}

.hasDatepicker {
  background-color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #74713a;
}

.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}

.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #333;
  font-size: 0.875rem;
  text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
  background-color: #f0f0f0;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #b6b48d;
  color: #333;
}

.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
  background-color: #f0f0f0;
}

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}

.ui-datepicker-header a > span {
  display: none;
}

.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
  color: #78909C;
  font-weight: 400;
  font-size: 0.75rem;
}

/* Date Picker End */
/* Step By Step Form Css */
#msform {
  margin: auto;
  text-align: center;
  position: relative;
}

#msform fieldset {
  background: transparent;
  border: 0 none;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px 1px transparent;
          box-shadow: 0 0 15px 1px transparent;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 0%;
  position: relative;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform input, #msform textarea {
  padding: 0px;
  border: 1px solid transparent;
  border-radius: 3px;
  margin-bottom: 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
}

#msform .action-button {
  width: 100px;
  background: #74713a;
  font-weight: 400;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
  -webkit-box-shadow: 0 0 0 2px #f0f0f0, 0 0 0 3px #b6b48d;
          box-shadow: 0 0 0 2px #f0f0f0, 0 0 0 3px #b6b48d;
}

.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #b6b48d;
  margin-bottom: 10px;
  font-weight: 500;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #b6b48d;
  margin-bottom: 20px;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}

#progressbar li {
  list-style-type: none;
  color: #b6b48d;
  text-transform: capitalize;
  font-size: 16px;
  width: 25%;
  float: left;
  position: relative;
}

#progressbar li.active {
  color: #74713a;
}

#progressbar li:before {
  content: '';
  /*counter(step)*/
  counter-increment: step;
  width: 50px;
  line-height: 50px;
  display: block;
  font-size: 18px;
  color: #b6b48d;
  background: transparent;
  border-radius: 100%;
  margin: 0 auto 5px auto;
  border: 2px solid #b6b48d;
}

#progressbar li:nth-child(1):before {
  content: "\f129";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

#progressbar li:nth-child(2):before {
  content: "\f007";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

#progressbar li:nth-child(3):before {
  content: "\f19c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

#progressbar li:nth-child(4):before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

#progressbar li:after {
  content: '';
  width: 73%;
  height: 2px;
  background: #333;
  position: relative;
  left: -35%;
  top: 25px;
  z-index: -1;
}

#progressbar li:first-child:after {
  content: none;
}

#progressbar li.active:before {
  border: 2px solid #74713a;
  color: #74713a;
  /* content: "\f164";*/
}

#progressbar li.active:after {
  background: #74713a;
  color: #74713a;
}

.form_holder {
  text-align: center;
  margin: 30px 0 0;
}

/* Common Radio Button Css */
.radio-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.radio-bg label:first-child {
  background-color: rgba(215, 214, 193, 0.9);
  color: #74713a;
  text-transform: uppercase;
  top: -0.7rem;
  padding: 0 1.5rem;
  margin-bottom: 0.5rem;
}

.rdio {
  padding: 0 1rem 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.rdio input[type=radio] {
  width: auto !important;
  opacity: 0;
  margin: 0px;
}

.rdio input[type=radio]:disabled + label {
  color: #999;
}

.rdio input[type=radio]:disabled + label:before {
  background-color: #fbc52d;
}

.rdio input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  display: inline-block;
  font-size: 11px;
  width: 10px;
  height: 10px;
  background-color: #fbc52d;
  border-radius: 50px;
}

.rdio label {
  padding-left: 1rem;
  cursor: pointer;
  margin-bottom: 0px !important;
  margin-top: 3px;
}

.rdio label:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #74713a;
  background: #b6b48d;
}

.rdio-default input[type=radio]:checked + label:before {
  border-color: #74713a;
}

.rdio-primary input[type=radio]:checked + label:before {
  border-color: #74713a;
}

.rdio-primary input[type=radio]:checked + label::after {
  background-color: #74713a;
}

.file-upload-wrapper {
  /*height: 50px;*/
  width: 100%;
}

.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  padding: 0px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  font-size: 1rem;
  line-height: 50px;
  color: #b6b48d;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
  text-align: left;
}

.file-upload-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 60px;
  background: transparent;
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}

.file-upload-wrapper input {
  opacity: 1;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

/*Custom Tree view Css Start */
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.15s ease;
  transition: height 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

/*Custom Tree view Css End */
/* Main Section Css End */
.page-permission-list {
  margin: 0;
  padding: 30px 0 0 30px;
}

.page-permission-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-permission-list ul li {
  padding-bottom: 8px;
  position: relative;
}

.page-permission-list ul li label {
  padding: 0 0 0px;
  margin: 0;
}

.page-permission-list ul li ul {
  padding: 0px 0 0px 25px;
  margin-bottom: 0px;
}

.page-permission-list ul li ul li {
  padding: 8px 0 0 0px;
}

.page-permission-list ul li ul li ul {
  padding: 0px 0 0px 25px;
  margin-bottom: 0px;
}

.page-permission-list ul li ul li ul li {
  padding: 8px 0 0 0px;
}

.custom-checkbox > input[type="checkbox"],
.custom-checkbox {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox > input[type="checkbox"]:not(:checked),
.custom-checkbox > input[type="checkbox"]:checked {
  position: relative;
  left: -22px;
}

.custom-checkbox > input[type="checkbox"]:not(:checked),
.custom-checkbox > input[type="checkbox"]:checked {
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  margin-right: -12px;
}

.custom-checkbox > input[type="checkbox"]:not(:checked)::before,
.custom-checkbox > input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -9px;
  width: 17px;
  height: 17px;
  border: 1px solid #28abe3;
  background: #fff;
  border-radius: 2px;
}

.custom-checkbox > input[type="checkbox"]:not(:checked)::after,
.custom-checkbox > input[type="checkbox"]:checked::after {
  content: "\f00c";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 0px;
  color: #28abe3;
  width: 17px;
  height: 17px;
  border: 1px solid #28abe3;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom-checkbox > input[type="checkbox"]:not(:checked)::after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.custom-checkbox > input[type="checkbox"]:checked::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.custom-checkbox > input[type="checkbox"][data-indeterminate]::after {
  content: "\2212";
  left: 2px;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.custom-checkbox > input[type="checkbox"]:disabled:not(:checked)::before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #eee;
  border-color: #eee;
  cursor: not-allowed;
  opacity: 1;
  color: #dadada;
}

.custom-checkbox > input[type="checkbox"]:disabled:checked::before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #eee;
  border-color: #eee;
  cursor: not-allowed;
  opacity: 1;
  color: #28abe3;
}

/* Popup Css Start */
.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 900px;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.8);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

.modal-box .popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.modal-box .popup-header .textfield {
  background: #fff;
  border: 1px solid #717171;
  padding: 5px 10px;
  border-radius: 10px;
  margin-right: 15px;
}

.modal-box .popup-header .textfield::-webkit-input-placeholder {
  color: #333;
}

.modal-box .popup-header .textfield:-ms-input-placeholder {
  color: #333;
}

.modal-box .popup-header .textfield::-ms-input-placeholder {
  color: #333;
}

.modal-box .popup-header .textfield::placeholder {
  color: #333;
}

.modal-box .popup-header .form-part {
  width: 100%;
  padding: 0rem 0;
  margin: 0;
}

.modal-box .popup-header .form-part .inner-data-form {
  width: 100%;
  padding: 0;
  margin: 0;
}

.modal-box .popup-header .form-part .inner-data-form .form-bg {
  width: 100%;
  padding: 0;
  margin: 0;
}

.modal-box .popup-header .form-part .inner-data-form .form-bg ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.modal-box .popup-header .form-part .inner-data-form .form-bg ul li {
  width: 50%;
  padding: 0.625rem;
}

.modal-box .popup-header .form-part .inner-data-form .form-bg ul li .form-group {
  width: 100%;
  padding: 0rem 0 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-box .popup-header .form-part .inner-data-form .form-bg ul li .form-group .form-control {
  position: relative;
  border: 2px solid #b6b48d;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 1rem;
}

.modal-box .popup-header .form-part .inner-data-form .form-bg ul li .form-group .form-control label {
  position: absolute;
  background-color: #fff;
  color: #b6b48d;
  text-transform: uppercase;
  top: -0.7rem;
  padding: 0 0.8rem;
  left: 1rem;
}

.modal-box .popup-header .form-part .inner-data-form .form-bg ul li .form-group .form-control .textfield-popup {
  background: transparent;
  color: #b6b48d;
  width: 100%;
  padding: 1rem !important;
}

.modal-box .popup-header .form-part .inner-data-form .form-bg ul li .form-group .form-control .error-field {
  position: absolute;
  bottom: -1.5rem;
  color: #dc3545;
  left: 0;
  font-weight: bold;
}

.modal-box .popup-header .form-part .inner-data-form .form-bg ul li .form-group.forgot-text {
  padding-top: 1rem;
}

.modal-box .popup-header .form-part .inner-data-form .form-bg ul li .form-group.forgot-text a {
  color: #333;
  font-weight: 600;
}

.modal-box .popup-header .form-part .inner-data-form .form-bg ul li .form-group.forgot-text a:hover {
  color: #b6b48d;
}

.modal-box .popup-header .form-part .inner-data-form .form-bg ul li .form-group .common-btn {
  color: #333;
  background-color: #b6b48d;
  border: 1px solid #b6b48d;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  border-radius: 0.2rem;
  font-weight: 600;
  cursor: pointer;
}

.modal-box .popup-header .form-part .inner-data-form .form-bg ul li .form-group .common-btn:hover {
  background-color: #fff;
  color: #b6b48d;
  border: 1px solid #b6b48d;
}

.modal-box .popup-header .form-part .inner-data-form .form-bg ul li .form-group:nth-child(2) .form-control {
  margin-bottom: 1rem;
}

@media screen and (max-width: 980px) {
  .modal-box .popup-header .form-part .inner-data-form .form-bg ul li {
    width: 50%;
  }
  .modal-box .popup-header .form-part .inner-data-form .form-bg ul li .form-group .form-control label {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .modal-box .popup-header .form-part .inner-data-form .form-bg ul li {
    width: 100%;
  }
}

.modal-box .popup-header .form-part .inner-data-form .btn-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.modal-box .popup-header .form-part .inner-data-form .btn-grp button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 980px) {
  .modal-box {
    width: 90%;
  }
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
  margin: 0;
}

.modal-box .modal-body {
  padding: 2em 1.5em;
}

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: #000 !important;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
}

/* Popup Css End */
.map-content {
  width: 100%;
  background-color: #fff;
  padding: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
  display: block;
}

.map-content img {
  width: 100%;
}

@media screen and (max-width: 1366px) {
  .map-content img {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .map-content img {
    width: 100%;
  }
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 98.5%;
  max-width: 98.5%;
  margin: 1em;
}

@media screen and (max-width: 980px) {
  .highcharts-figure,
  .highcharts-data-table table {
    min-width: 100%;
    max-width: 100%;
  }
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

/* High Chart Css Start */
#page-wrap {
  margin: auto 0;
}

.treeview {
  margin: 10px 0 0 20px;
}

ul {
  list-style: none;
}

.treeview li {
  background: url(http://jquery.bassistance.de/treeview/images/treeview-default-line.gif) 0 0 no-repeat;
  padding: 2px 0 2px 16px;
}

.treeview > li:first-child > label {
  /* style for the root element - IE8 supports :first-child
          but not :last-child ..... */
}

.treeview li.last {
  background-position: 0 -1766px;
}

.treeview li > input {
  height: 16px;
  width: 16px;
  /* hide the inputs but keep them in the layout with events (use opacity) */
  opacity: 0;
  filter: alpha(opacity=0);
  /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  /*IE8*/
}

.treeview li > label {
  background: url(https://www.thecssninja.com/demo/css_custom-forms/gr_custom-inputs.png) 0 -1px no-repeat;
  /* move left to cover the original checkbox area */
  margin-left: -20px;
  /* pad the text to make room for image */
  padding-left: 20px;
}

/* Unchecked styles */
.treeview .custom-unchecked {
  background-position: 0 -1px;
}

.treeview .custom-unchecked:hover {
  background-position: 0 -21px;
}

/* Checked styles */
.treeview .custom-checked {
  background-position: 0 -81px;
}

.treeview .custom-checked:hover {
  background-position: 0 -101px;
}

/* Indeterminate styles */
.treeview .custom-indeterminate {
  background-position: 0 -141px;
}

.treeview .custom-indeterminate:hover {
  background-position: 0 -121px;
}

/* Chat Css Start */
.msger {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 867px;
  margin: 0px auto;
  height: calc(500px - 50px);
  border: 0px solid #ddd;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.2);
  overflow: auto;
  border-radius: 15px;
}

.msger.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.msger-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: none;
  color: #666;
}

.msger-header .msger-header-title {
  width: 100%;
}

.msger-header .msger-header-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #333;
}

.msger-header .msger-header-title a .avtar-bg {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}

.msger-header .msger-header-title a .avtar-bg .avtar {
  background-size: cover;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.msger-header .msger-header-title a .avtar-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 20px;
  width: calc(100% - 60px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.msger-header .msger-header-title a .avtar-name .name-bg {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}

.msger-header .msger-header-title a .avtar-name .active-status {
  font-weight: bold;
  font-size: 14px;
}

.msger-chat {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 10px;
}

.msger-chat::-webkit-scrollbar {
  width: 6px;
}

.msger-chat::-webkit-scrollbar-track {
  background: #ddd;
}

.msger-chat::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}

.msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
  text-align: left;
}

.msg:last-of-type {
  margin: 0;
}

.msg-img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}

.msg-bubble {
  max-width: 450px;
  padding: 15px;
  border-radius: 12px;
  background: #ececec;
}

.msg-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.msg-info-name {
  margin-right: 10px;
  font-weight: bold;
}

.msg-info-time {
  font-size: 0.85em;
}

.msg-info-time span {
  font-weight: 900;
  font-size: 11px;
}

.left-msg .msg-bubble {
  border-bottom-left-radius: 0;
}

.right-msg {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.right-msg .msg-bubble {
  background: #579ffb;
  color: #fff;
  border-bottom-right-radius: 0;
}

.right-msg .msg-img {
  margin: 0 0 0 10px;
}

.msger-inputarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-top: 1px solid #ddd;
  background: #fff;
}

.msger-inputarea * {
  padding: 5px 5px;
  border: none;
  border-radius: 3px;
  font-size: 1em;
}

.attached-file {
  background: transparent;
  position: relative;
  width: 30px;
  padding: 0;
  cursor: pointer;
}

.attached-file input {
  cursor: pointer;
}

.attached-file input.fileinput {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 30px;
  padding: 0;
  cursor: pointer;
  z-index: 1;
}

.attached-file .icon {
  content: '\f0c6';
  font-size: 18px;
  color: #000;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  cursor: pointer;
  position: relative;
  left: 0px;
}

.msger-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.msger-send-btn-bg {
  margin-left: 0px;
  background: transparent;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: #fff 0.23s;
  transition: #fff 0.23s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}

.msger-send-btn-bg .msger-send-btn {
  margin-left: 0px;
  background: transparent;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: #fff 0.23s;
  transition: #fff 0.23s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}

/*.msger-send-btn:hover {
  background: $red-common;
}*/
.msger-chat {
  background-color: #fcfcfe;
}

/* Chat Css End */
/* Popup Start */
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup {
  margin: auto;
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 100%;
  padding: 30px 0;
}

.popup-bg {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 600px;
  position: relative;
  height: 100%;
  margin: auto;
}

.popup-bg h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup-bg .close {
  position: absolute;
  top: 0px;
  right: 10px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup-bg .close:hover {
  color: #555;
}

.popup-bg .content {
  max-height: 98%;
  overflow: auto;
  padding: 20px 0;
}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }
  .popup-bg {
    width: 90%;
  }
}

/* Popup End */
/*# sourceMappingURL=style.css.map */