/*----------------------------------------------

[Master Stylesheet]

Project:    Bajaj Allianz
Version:    1.0
Last change:    24.10.2020
Primary use:    FA Softwares & Albega Solutions
Author:   Praveen Maddy

-----------------------------------------------*/
/*----------------------------------------------

[Table of contents]

1. Body
2. Header
3. Main
4. Footer

-----------------------------------------------*/
/*----------------------------------------------

[Fonts]

Base Fonts(Headings & Content) 1 : Roboto , sans-serif;
Icon Fonts                       : Flaticons

------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none !important;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -ms-margin-block-start: 0;
  -moz-margin-block-start: 0;
  -o-margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -ms-margin-block-end: 0;
  -moz-margin-block-end: 0;
  -o-margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -ms-padding-inline-start: 0;
  -moz-padding-inline-start: 0;
  -o-padding-inline-start: 0;
}

li {
  text-decoration: none !important;
  list-style-type: none;
}

a,
a:link,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

::-ms-expand {
  display: none;
}

::-ms-clear {
  display: none;
}

:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

.container-fluid {
  padding: 0 25px;
}

.modal-header {
  padding: 0;
}

.modal-body {
  padding: 0;
}

.btn.focus,
btn.focus,
.btn:focus,
btn:focus,
button:focus {
  border-color: unset !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -ms-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  outline: none !important;
}

input:-internal-autofill-selected {
  background-color: transparent;
}

.bg-0 {
  background-color: transparent;
}

btn,
.btn {
  padding: 0;
  margin: 0;
}

.hvr-bounce-to-right {
  display: unset;
  vertical-align: unset;
}

:focus {
  outline: none !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  height: 5px;
}

.form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -ms-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  border: initial;
}

.form-control:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -ms-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
}

.pr-lg {
  padding-right: 10px;
  padding-left: 0px;
}

.disabled {
  cursor: none;
  color: #c7c7c7 !important;
}

textarea {
  resize: none;
  overflow: auto;
}

label {
  margin-bottom: 0;
}

.Color-Orange {
  color: #f97f51 !important;
}

.Color-Dark-Green-Black {
  color: #343B4E !important;
}

.Color-Black {
  color: #000000 !important;
}

.Color-Sky-Blue {
  color: #1b9cfc !important;
}

.Color-Blue-Sky {
  color: #31a6ff !important;
}

.Color-Purple-Fade {
  color: #8c8cae !important;
}

.Color-Dark-Mode {
  color: #33394f !important;
}

.Color-Purple {
  color: #82589f !important;
}

.Color-Red-Orange {
  color: #ea7368 !important;
}

.Color-Green-Light {
  color: #4abc4f !important;
}

.Color-Dark-Blue {
  color: #3074cc !important;
}

.Color-Red-Brown {
  color: #a8184a !important;
}

.status-active {
  color: #20bb25 !important;
}

.Color-Bright-Green {
  color: #20bb25 !important;
}

.Color-Red {
  color: #ff5353 !important;
}

.Color-Golden {
  color: #FFC107 !important;
}

.status-in-active {
  color: #ff5353 !important;
}

.button-green {
  background-color: #09b172 !important;
}

.bg-btn-primary {
  background-color: #4339f2;
}

.bg-btn-success {
  background-color: #09b172 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.bg-bdr-0 {
  background-color: transparent !important;
  color: #000000 !important;
  border: 2px solid #d8d9de !important;
}

.Color-Whitish {
  background-color: #fafaff !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fs-medium {
  font-size: 18px !important;
}

::-moz-scrollbar-thumb {
  background: #4339f2;
  border-radius: 50px;
}

::-ms-scrollbar-thumb {
  background: #4339f2;
  border-radius: 50px;
}

::-o-scrollbar-thumb {
  background: #4339f2;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb {
  background: #4339f2;
  border-radius: 50px;
}

.status-active {
  position: relative;
}

.status-active::before {
  position: absolute;
  content: "";
  top: 40%;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #34b439;
}

.status-in-active {
  position: relative;
}

.status-in-active::before {
  position: absolute;
  content: "";
  top: 40%;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #ff5353;
}

.icon-purple {
  color: #4339f2;
}

body {
  background-color: #ffffff;
  background-image: none !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  color: #000000 !important;
  padding: 0;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.5px;
  overflow-x: hidden !important;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  position: relative;
}

table {
  white-space: nowrap !important;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-100 {
  padding-bottom: 100px;
}

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

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

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

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

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

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mtb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mtb-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mtb-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mtb-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.pr-col-5 {
  padding-right: 5px;
}

.pl-col-5 {
  padding-left: 5px;
}

/*------------------------------------------------Body-CSS------------------------------------------------*/
/*--------------------------------------------------Login--------------------------------------------------*/
.login .login-bg {
  position: relative;
  background: url(../images/login-bg.png) center bottom no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.login .login-bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4339f2;
  opacity: 0.6;
}

.login .login-bg a {
  margin: 0 auto;
  border-radius: 50px;
  width: 97px;
  height: 97px;
  font-size: 97px;
  text-align: center;
  display: inline-block;
  line-height: 97px;
  color: #ffffff;
  -webkit-box-shadow: 0 0 0 0 #ffffff;
          box-shadow: 0 0 0 0 #ffffff;
  -ms-box-shadow: 0 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 0 #ffffff;
  -o-box-shadow: 0 0 0 0 #ffffff;
  -webkit-animation: pulse-white 3s infinite;
          animation: pulse-white 3s infinite;
  -ms-animation: pulse-white 3s infinite;
  -moz-animation: pulse-white 3s infinite;
  -o-animation: pulse-white 3s infinite;
}

.login .login-content {
  padding: 50px 80px;
}

.login .login-content img {
  width: 256px;
  padding-bottom: 66px;
  margin-left: auto;
}

.login .login-content h3 {
  font-size: 40px;
  font-weight: 700;
  color: #4339f2;
  opacity: 0.9;
  padding-bottom: 8px;
  line-height: 48px;
}

.login .login-content p {
  font-size: 20px;
  font-weight: 300;
  color: #818181;
  opacity: 0.9;
  line-height: 24px;
  padding-bottom: 50px;
}

.login .login-content .login-form .form-group {
  position: relative;
  display: block;
  padding: 3px;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.11);
  -o-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.11);
  padding: 5px 20px;
}

.login .login-content .login-form .form-group input[type="email"],
.login .login-content .login-form .form-group input[type="password"] {
  color: #222227;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.login .login-content .login-form .form-group label {
  display: block;
  font-weight: 500;
  color: #a2a2a2;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.login .login-content .login-form .form-group .form-control {
  outline: none;
  border: none;
  height: calc(1.5em + 0.4rem + 2px);
  display: block;
  line-height: 1.2em;
  font-size: 14pt;
  padding: 0;
}

.login .login-content .login-form .form-group:before {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  position: absolute;
  content: "";
  width: 5px;
  height: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  background: #4339f2;
}

.login .login-content .login-form .form-group:hover:before {
  opacity: 1;
  height: 100%;
}

.login .login-content .login-form .submit-button {
  margin-bottom: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login .login-content .login-form .submit-button button {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  color: #1a1919;
  line-height: 32px;
}

.login .login-content .login-form .submit-button button img {
  width: 14px;
  padding-bottom: 0;
}

.login .login-content .login-form .submit-button .submit-button-inn {
  float: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.login .login-content .login-form ul li {
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #818181;
  opacity: 0.9;
}

.login .login-content .login-form ul li a {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #818181;
  opacity: 0.9;
}

.login .login-content .login-form ul :last-child {
  float: right;
}

/*------------------------------------------------Forgot-Password------------------------------------------*/
.forgot-password {
  padding: 50px 0px 0px 0px;
  background-color: #554cf3;
  height: 100vh;
}

.forgot-password .forgot-password-logo {
  margin-left: auto;
  margin-right: 10px;
  display: block;
  width: 250px;
  padding-bottom: 100px;
}

.forgot-password .card {
  padding: 30px 40px;
  background-color: #ffffff;
  border-radius: 15px;
  margin: 0 auto;
  width: 515px;
}

.forgot-password .card a {
  text-align: right;
  color: #dbdbdb;
  font-size: 22px;
  padding-bottom: 30px;
}

.forgot-password .card h3 {
  color: #554cf3;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  line-height: 42px;
  padding-bottom: 20px;
}

.forgot-password .card .img-mail {
  padding: 25px 0px 45px 0px;
  margin: 0 auto;
  display: block;
}

.forgot-password .card h4 {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-align: center;
  padding-bottom: 25px;
}

.forgot-password .card h4 a {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

.forgot-password .card .resend-link {
  color: #343b4e;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto;
  background-color: transparent;
  border: 1px solid #d6d6d6;
  padding: 12px 50px;
  border-radius: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.forgot-password .card .resend-link:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #d6d6d6;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.forgot-password .card p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 0px 30px 20px 30px;
}

.forgot-password .card form {
  padding-bottom: 70px;
}

.forgot-password .card form .form-group {
  margin-bottom: 25px;
}

.forgot-password .card form .form-group .form-control {
  height: 50px;
  border-radius: 11px;
  border: 1px solid #dbdbdb;
  padding: 5px 20px;
  font-size: 16px;
}

.forgot-password .card form .form-group input[type="text"] {
  color: #000000;
}

.forgot-password .card form .send-button {
  display: block;
  margin: 0 auto;
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  padding: 10px 40px;
  border-radius: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.forgot-password .card form .send-button:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
          box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -moz-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -ms-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -o-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  opacity: 0.9;
}

.forgot-password .card form .send-button:focus {
  border: 2px solid #000000 !important;
}

/*--------------------------------------------------Dashboard-Sidebar--------------------------------------------------*/
.dashboard-sidebar .wrapper {
  width: 100%;
  background: #1e1e2d;
}

.dashboard-sidebar #sidebar {
  min-width: 290px;
  max-width: 290px;
  background: #1e1e2d;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: fixed;
  z-index: 9999999;
  height: 100vh;
  min-height: 100%;
  /*--Active--*/
}

.dashboard-sidebar #sidebar.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
}

.dashboard-sidebar #sidebar.active ul.components li {
  padding: 15px 0 15px 0;
  display: block;
  overflow: hidden;
}

.dashboard-sidebar #sidebar.active ul.components li a {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.dashboard-sidebar #sidebar.active ul.components li a:hover {
  background: #4339f2;
}

.dashboard-sidebar #sidebar.active ul.components li a span {
  display: none;
}

.dashboard-sidebar #sidebar.active ul.components li a i {
  padding-right: 0px;
}

.dashboard-sidebar #sidebar.active .logo {
  padding: 10px 0;
}

.dashboard-sidebar #sidebar.active button i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  margin-left: 0px;
}

.dashboard-sidebar #sidebar.active button img {
  display: none;
}

.dashboard-sidebar #sidebar .logo {
  display: block;
  color: #ffffff;
  font-weight: 900;
  padding: 10px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.dashboard-sidebar #sidebar ul.components {
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.dashboard-sidebar #sidebar ul.components li {
  padding: 15px 30px;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
}

.dashboard-sidebar #sidebar ul li a {
  padding: 7px 10px;
  border-radius: 5px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.dashboard-sidebar #sidebar ul li a span {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 19px;
  display: inline-block;
  margin-right: 15px;
}

.dashboard-sidebar #sidebar ul li a i {
  font-size: 18px;
  padding-right: 15px;
}

.dashboard-sidebar #sidebar button img {
  width: 174px;
}

.dashboard-sidebar #sidebar button i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  font-size: 20px;
  margin-left: 40px;
}

.dashboard-sidebar #sidebar .btn.btn-primary {
  background: transparent;
  border: 0;
  padding: 25px 30px;
  margin-bottom: 70px;
}

.dashboard-sidebar #sidebar .btn-primary:not(:disabled):not(.disabled).active,
.dashboard-sidebar #sidebar .btn-primary:not(:disabled):not(.disabled):active,
.dashboard-sidebar #sidebar .show > .btn-primary.dropdown-toggle {
  background: transparent;
  border: 0;
}

.dashboard-sidebar #sidebar .btn-primary:not(:disabled):not(.disabled).active:focus,
.dashboard-sidebar #sidebar .btn-primary:not(:disabled):not(.disabled):active:focus,
.dashboard-sidebar #sidebar .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

.dashboard-sidebar #sidebar ul li.active > a {
  background: #4339f2;
  color: #ffffff;
  border-radius: 10px;
}

.dashboard-sidebar #sidebar ul li a:hover {
  color: #ffffff;
}

.dashboard-sidebar a[data-toggle="collapse"] {
  position: relative;
}

.dashboard-sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.dashboard-sidebar .dropdown-toggle::after {
  display: none;
}

.dashboard-sidebar #content {
  padding: 0;
  min-height: 100vh;
  background: #eef0f8;
  margin-left: 80px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  /*--Navbar--*/
  /*--Breadcrumb--*/
  /*--Breadcrumb-Shadow--*/
  /*--Breadcrumb-buttons--*/
  /*--Dashboard-Cards--*/
  /*--Create-Task--*/
  /*--Dashboard-Workbench--*/
  /*--Vendor-Empanelment-Form--*/
  /*--Medical-Audit-Form--*/
  /*--Link-Report--*/
  /*--Alternate-Breadcrumb--*/
  /*--Cases-Cards--*/
  /*--Cases-Form-Table--*/
  /*--Case-History--*/
  /*--Case-Brief-History--*/
  /*--Case-Details-Cards--*/
  /*--mh-report-Cards--*/
  /*--mh-report-form--*/
  /*--Policy-Detail-List--*/
  /*--Legal-Search-Page--*/
  /*--Government-business--*/
  /*--MH-upload--*/
  /*--Fixed-bottom-buttons--*/
  /*--Vendor-Fixed-Buttons--*/
  /*--Medical-Audit-Fixed-Buttons--*/
  /*--Investigator-Form--*/
  /*--Report-Submit--*/
  /*--Report-submit-Form--*/
  /*--Reports--*/
  /*--Repoet-Fillter-Table--*/
  /*--Profile-Jumbotron--*/
  /*--profile-content--*/
  /*--Administrator--*/
  /*--Manage-User-Table--*/
  /*--Invoice-Creation--*/
  /*--generate-invoice--*/
  /*--generate-invoice-table--*/
  /*--generate-invoice-commission-table--*/
  /*--generate-invoice-final-remarks--*/
  /*--invoice-generate--*/
  /*--Invoice-Details--*/
  /*--Request-Payment--*/
  /*--Triggers--*/
  /*--Notification-Card--*/
  /*--Triggers-Section--*/
  /*--Investigator-Upload-Document--*/
}

.dashboard-sidebar #content .navbar {
  padding: 10px 0px;
  background: #ffffff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.07);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.07);
}

.dashboard-sidebar #content .navbar img {
  width: 160px;
}

.dashboard-sidebar #content .navbar .navbar-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  outline: none !important;
  border: none;
}

.dashboard-sidebar #content .navbar .btn {
  border: 0;
}

.dashboard-sidebar #content .navbar .btn i {
  font-size: 30px;
}

.dashboard-sidebar #content .navbar .navbar-collapse .search-popup {
  position: absolute;
  min-width: 450px;
  height: 50px;
  right: 285px;
  top: 12px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0;
}

.dashboard-sidebar #content .navbar .navbar-collapse .search-popup input {
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  height: 40px;
  line-height: 26px;
  padding: 0px 20px 0px 45px;
}

.dashboard-sidebar #content .navbar .navbar-collapse .search-popup input::-webkit-input-placeholder {
  color: #e2e2e2;
}

.dashboard-sidebar #content .navbar .navbar-collapse .search-popup input:-ms-input-placeholder {
  color: #e2e2e2;
}

.dashboard-sidebar #content .navbar .navbar-collapse .search-popup input::-ms-input-placeholder {
  color: #e2e2e2;
}

.dashboard-sidebar #content .navbar .navbar-collapse .search-popup input::placeholder {
  color: #e2e2e2;
}

.dashboard-sidebar #content .navbar .navbar-collapse .search-popup button {
  position: absolute;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  border: 0px;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  background: transparent;
  color: #e2e2e2;
}

.dashboard-sidebar #content .navbar .navbar-collapse .search-popup.active {
  opacity: 1;
  z-index: 9999;
}

.dashboard-sidebar #content .navbar .navbar-collapse .search-popup__overlay.closes {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #ffffff;
  line-height: 40px;
  text-align: center;
  color: #000000;
  top: -6px;
  left: -9px;
  opacity: 0;
  z-index: -1;
  font-size: 24px;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  -webkit-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
}

.dashboard-sidebar #content .navbar .navbar-collapse .search-popup__overlay.closes.active {
  opacity: 1;
  z-index: 99;
}

.dashboard-sidebar #content .navbar .navbar-collapse .search-popup__form input {
  width: 100%;
}

.dashboard-sidebar #content .navbar .navbar-collapse .nav-item.search {
  position: relative !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}

.dashboard-sidebar #content .navbar .navbar-collapse .search-popup__form {
  position: relative;
  margin-right: 85px;
}

.dashboard-sidebar #content .navbar .nav-item {
  position: relative;
  padding-right: 20px;
  /*--Notification-Dropdown--*/
  /*--Profile-Dropdown--*/
}

.dashboard-sidebar #content .navbar .nav-item .nav-link {
  padding: 0;
}

.dashboard-sidebar #content .navbar .nav-item .nav-link .flaticon-search {
  font-size: 20px;
  color: #000000;
}

.dashboard-sidebar #content .navbar .nav-item .nav-link .flaticon-notification {
  font-size: 22px;
  color: #000000;
  position: relative;
}

.dashboard-sidebar #content .navbar .nav-item .nav-link .flaticon-notification .notification-count {
  position: absolute;
  border-radius: 50%;
  background-color: #ff0000;
  width: 16px;
  height: 16px;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  line-height: 16px;
  color: #ffffff;
  font-weight: 300;
  right: -6px;
  top: 2px;
}

.dashboard-sidebar #content .navbar .nav-item .notification-dropdown {
  position: absolute;
  right: 0;
  left: auto;
  width: 300px;
  border: 0;
  -webkit-box-shadow: 0px 3px 25px #00000029;
          box-shadow: 0px 3px 25px #00000029;
  -ms-box-shadow: 0px 3px 25px #00000029;
  -moz-box-shadow: 0px 3px 25px #00000029;
  -o-box-shadow: 0px 3px 25px #00000029;
  border-radius: 10px;
  padding: 28px 20px;
  margin-top: 30px;
  z-index: 99999;
}

.dashboard-sidebar #content .navbar .nav-item .notification-dropdown .notification-dropdown-inn {
  padding-bottom: 15px;
}

.dashboard-sidebar #content .navbar .nav-item .notification-dropdown .notification-dropdown-inn h3 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #000000;
}

.dashboard-sidebar #content .navbar .nav-item .notification-dropdown .notification-dropdown-inn h3 span {
  background: red;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  padding: 3px;
  border-radius: 50px;
  text-align: center;
  color: #ffffff;
}

.dashboard-sidebar #content .navbar .nav-item .notification-dropdown .notification-dropdown-inn h3 i {
  color: #dbdbdb;
  font-size: 13px;
}

.dashboard-sidebar #content .navbar .nav-item .notification-dropdown .notification-dropdown-inn h3 i:hover {
  cursor: pointer;
}

.dashboard-sidebar #content .navbar .nav-item .notification-dropdown .notification-button a {
  text-align: right;
  border: 0.5px solid #d2ceff;
  font-weight: 400;
  font-size: 12px;
  color: #4339f2;
  display: block;
  float: right;
  padding: 5px 10px;
  margin-bottom: 5px;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.dashboard-sidebar #content .navbar .nav-item .notification-dropdown .notification-button a:hover {
  color: #ffffff;
  background-color: #4339f2;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.dashboard-sidebar #content .navbar .nav-item .notification-dropdown .notification-button a:focus {
  border: 0.5px solid #d2ceff !important;
}

.dashboard-sidebar #content .navbar .nav-item .notification-dropdown .dropdown-link-inn {
  padding-bottom: 7px;
}

.dashboard-sidebar #content .navbar .nav-item .notification-dropdown .dropdown-link-inn .bb-0 {
  border-bottom: 0 !important;
}

.dashboard-sidebar #content .navbar .nav-item .notification-dropdown .dropdown-link-inn .dropdown-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 10px 0px;
  border-bottom: 1px solid #d6d6d6;
}

.dashboard-sidebar #content .navbar .nav-item .notification-dropdown .dropdown-link-inn .dropdown-item i {
  float: left;
  font-size: 22px;
  padding-right: 24px;
  color: #000000;
}

.dashboard-sidebar #content .navbar .nav-item .notification-dropdown .dropdown-link-inn .dropdown-item .dropdown-item-inn .allocation {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  display: block;
}

.dashboard-sidebar #content .navbar .nav-item .notification-dropdown .dropdown-link-inn .dropdown-item .dropdown-item-inn .days {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  opacity: 0.24;
  display: block;
}

.dashboard-sidebar #content .navbar .nav-item .notification-dropdown .notification-view-button a {
  display: table;
  font-size: 12px;
  color: #ffffff;
  background-color: #4339f2;
  margin: 0 auto;
  padding: 5px 15px;
  border-radius: 5px;
}

.dashboard-sidebar #content .navbar .nav-item .flaticon-profile-user {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#5558FF), to(#00C0FF));
  background-image: linear-gradient(to bottom right, #5558FF, #00C0FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 38px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  margin-right: 10px;
}

.dashboard-sidebar #content .navbar .nav-item .authour_name span {
  display: block;
}

.dashboard-sidebar #content .navbar .nav-item .authour_name span:first-child {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
  padding-bottom: 2px;
}

.dashboard-sidebar #content .navbar .nav-item .authour_name span:last-child {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  opacity: 0.4;
  line-height: 18px;
}

.dashboard-sidebar #content .navbar .nav-item .profile-dropdown {
  position: absolute;
  right: 120px;
  left: auto;
  width: 260px;
  border: 0;
  -webkit-box-shadow: 0px 3px 25px #00000029;
          box-shadow: 0px 3px 25px #00000029;
  -ms-box-shadow: 0px 3px 25px #00000029;
  -moz-box-shadow: 0px 3px 25px #00000029;
  -o-box-shadow: 0px 3px 25px #00000029;
  border-radius: 10px;
  padding: 0px 20px;
  z-index: 99999;
  margin-top: 30px;
}

.dashboard-sidebar #content .navbar .nav-item .profile-dropdown .profile-dropdown-inn {
  text-align: center;
  padding-bottom: 23px;
  position: relative;
  padding-top: 25px;
}

.dashboard-sidebar #content .navbar .nav-item .profile-dropdown .profile-dropdown-inn h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.dashboard-sidebar #content .navbar .nav-item .profile-dropdown .profile-dropdown-inn p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  opacity: 0.26;
}

.dashboard-sidebar #content .navbar .nav-item .profile-dropdown .profile-dropdown-inn .flaticon-close-4 {
  color: #dbdbdb;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 10px;
}

.dashboard-sidebar #content .navbar .nav-item .profile-dropdown .profile-dropdown-inn .flaticon-close-4:hover {
  cursor: pointer;
}

.dashboard-sidebar #content .navbar .nav-item .profile-dropdown .profile-dropdown-inn .flaticon-profile-user {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#5558FF), to(#00C0FF));
  background-image: linear-gradient(to bottom right, #5558FF, #00C0FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 38px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  margin-right: 0px;
}

.dashboard-sidebar #content .navbar .nav-item .profile-dropdown .dropdown-inn {
  margin-bottom: 50px;
}

.dashboard-sidebar #content .navbar .nav-item .profile-dropdown .dropdown-inn .dropdown-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  padding: 10px 15px;
  border: 0.5px solid #dadada;
  border-radius: 5px;
  margin-bottom: 7px;
}

.dashboard-sidebar #content .navbar .nav-item .profile-dropdown .dropdown-inn .dropdown-item i {
  float: right;
  color: #d2ceff;
  font-size: 14px;
  text-align: right;
}

.dashboard-sidebar #content .navbar .nav-item .profile-dropdown .dropdown-logout {
  padding-bottom: 28px;
  text-align: center;
}

.dashboard-sidebar #content .navbar .nav-item .profile-dropdown .dropdown-logout a {
  background-color: #ecebfe;
  border-radius: 4px;
  font-weight: 700;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  padding: 7px 35px;
  text-align: center;
}

.dashboard-sidebar #content .navbar .nav-item .profile-dropdown .dropdown-logout a img {
  width: 15px;
}

.dashboard-sidebar #content .navbar .nav-item .dropdown-menu:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 38px solid #ffffff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  top: -33px;
  right: 20px;
}

.dashboard-sidebar #content .navbar .nav-item .dropdown-item.active,
.dashboard-sidebar #content .navbar .nav-item .dropdown-item:active {
  background: transparent;
}

.dashboard-sidebar #content .navbar .nav-item .dropdown-item:focus,
.dashboard-sidebar #content .navbar .nav-item .dropdown-item:hover {
  background: transparent;
}

.dashboard-sidebar #content .dashboard-breadcrumb {
  background: #ffffff;
  padding: 15px 0;
  /*--Breadcrumb--*/
}

.dashboard-sidebar #content .dashboard-breadcrumb h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
  padding-bottom: 3px;
}

.dashboard-sidebar #content .dashboard-breadcrumb .breadcrumb {
  background: #ffffff;
  padding: 0;
  margin: 0;
}

.dashboard-sidebar #content .dashboard-breadcrumb .breadcrumb li {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.dashboard-sidebar #content .dashboard-breadcrumb .breadcrumb li a {
  color: #a7a7a7;
}

.dashboard-sidebar #content .dashboard-breadcrumb .breadcrumb li.active a {
  color: #a7a7a7;
}

.dashboard-sidebar #content .dashboard-breadcrumb .breadcrumb .breadcrumb-item.active {
  color: #a7a7a7;
}

.dashboard-sidebar #content .dashboard-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 3px;
}

.dashboard-sidebar #content .dashboard-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: Flaticon;
  content: "\f10c";
  font-size: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding-right: 3px;
}

.dashboard-sidebar #content .breadcrumb-shadow {
  -webkit-box-shadow: 0px 6px 7px #e0e0e0;
          box-shadow: 0px 6px 7px #e0e0e0;
  -ms-box-shadow: 0px 6px 7px #e0e0e0;
  -moz-box-shadow: 0px 6px 7px #e0e0e0;
  -o-box-shadow: 0px 6px 7px #e0e0e0;
  position: relative;
  border-top: 1px #f5f4f4 solid;
}

.dashboard-sidebar #content .breadcrumb-buttons {
  background: #ffffff;
  padding: 15px 0;
}

.dashboard-sidebar #content .breadcrumb-buttons .button-primary {
  background-color: #4339f2;
  border: 1px solid #4339f2;
  color: #ffffff;
  font-weight: 500;
}

.dashboard-sidebar #content .breadcrumb-buttons .button-primary:focus {
  border: 1px solid #4339f2 !important;
}

.dashboard-sidebar #content .breadcrumb-buttons button {
  padding: 5px 10px;
  font-size: 14px;
  background-color: #f8f6ff;
  font-weight: 400;
  border: 1px solid #f8f6ff;
  color: #000000;
}

.dashboard-sidebar #content .breadcrumb-buttons button:focus {
  border: 1px solid #f8f6ff !important;
}

.dashboard-sidebar #content .dashboard-cards {
  padding: 25px 0 20px 0;
}

.dashboard-sidebar #content .dashboard-cards a {
  display: block;
  width: 100%;
}

.dashboard-sidebar #content .dashboard-cards .card {
  border-radius: 10px;
  padding: 15px 15px 18px 15px;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.dashboard-sidebar #content .dashboard-cards .card .dashboard-card-content {
  padding: 0;
  position: relative;
  /*--Vendor-Icons--*/
}

.dashboard-sidebar #content .dashboard-cards .card .dashboard-card-content .card-title {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 2px;
}

.dashboard-sidebar #content .dashboard-cards .card .dashboard-card-content .card-text {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  line-height: 30px;
}

.dashboard-sidebar #content .dashboard-cards .card .dashboard-card-content .card-icon {
  position: absolute;
  right: 0;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 0 auto;
  line-height: 35px;
  bottom: -6px;
}

.dashboard-sidebar #content .dashboard-cards .card .dashboard-card-content .card-icon i {
  padding: 3px 8px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
}

.dashboard-sidebar #content .dashboard-cards .card .dashboard-card-content .vendor-lob-dropdown .vendor-lob-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 15px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}

.dashboard-sidebar #content .dashboard-cards .card .dashboard-card-content .vendor-lob-dropdown .dropdown-menu {
  min-width: 100%;
  -webkit-transform: unset !important;
          transform: unset !important;
  -ms-transform: unset !important;
  -moz-transform: unset !important;
  -o-transform: unset !important;
  top: 100px !important;
  padding: 15px 0;
  border-radius: 10px;
  border: 0;
}

.dashboard-sidebar #content .dashboard-cards .card .dashboard-card-content .vendor-lob-dropdown .dropdown-menu ul li .dropdown-item {
  display: block;
  font-size: 16px;
  color: #000000;
}

.dashboard-sidebar #content .dashboard-cards .card .dashboard-card-content .vendor-lob-dropdown .dropdown-menu ul li .dropdown-item:hover {
  background-color: transparent;
}

.dashboard-sidebar #content .dashboard-cards .card .dashboard-card-content .no-cases-icon {
  background-color: #25ccf7;
}

.dashboard-sidebar #content .dashboard-cards .card .dashboard-card-content .closed-cases-icon {
  background-color: #fc427b;
}

.dashboard-sidebar #content .dashboard-cards .card .dashboard-card-content .progress-cases-icon {
  background-color: #55e6c1;
}

.dashboard-sidebar #content .dashboard-cards .card .dashboard-card-content .pending-cases-icon {
  background-color: #f97f51;
}

.dashboard-sidebar #content .dashboard-cards .card .dashboard-card-content .query-cases-icon {
  background-color: #d6a2e8;
}

.dashboard-sidebar #content .dashboard-cards .card .dashboard-card-content .vendor-pending-case-icon {
  background-color: #f97f51;
}

.dashboard-sidebar #content .dashboard-cards .card .dashboard-card-content .vendor-closed-cases {
  background-color: #d6a2e8;
}

.dashboard-sidebar #content .dashboard-cards .vendor-dropdown-card {
  padding: 0;
}

.dashboard-sidebar #content .dashboard-cards .card:hover {
  -webkit-box-shadow: 0px 10px 30px #dedede;
          box-shadow: 0px 10px 30px #dedede;
  -ms-box-shadow: 0px 10px 30px #dedede;
  -moz-box-shadow: 0px 10px 30px #dedede;
  -o-box-shadow: 0px 10px 30px #dedede;
}

.dashboard-sidebar #content .create-task {
  padding-bottom: 20px;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 25px;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-heading h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 26px;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-heading .task-form {
  position: relative;
  width: calc(100% - 60%);
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-heading .task-form input {
  border: 0;
  background-color: #f3f3f3;
  padding: 15px 10px 15px 50px;
  color: #000000;
  height: 45px;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-heading .task-form input::-webkit-input-placeholder {
  color: #d4d4d4;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-heading .task-form input:-ms-input-placeholder {
  color: #d4d4d4;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-heading .task-form input::-ms-input-placeholder {
  color: #d4d4d4;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-heading .task-form input::placeholder {
  color: #d4d4d4;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-heading .task-form i {
  position: absolute;
  line-height: 45px;
  left: 15px;
  top: 0;
  font-size: 24px;
  color: #09b172;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form input {
  margin-right: 15px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #7a7a7a;
  border-radius: 5px;
  text-align: center;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form input:-ms-input-placeholder {
  color: #bdbdbd;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form input::-ms-input-placeholder {
  color: #bdbdbd;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form input::placeholder {
  color: #bdbdbd;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form input:disabled {
  border: 0;
  text-align: center;
  background-color: #c4f1e0;
  color: #000000;
  font-weight: 500;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form input:disabled::-webkit-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form input:disabled:-ms-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form input:disabled::-ms-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form input:disabled::placeholder {
  color: #000000;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form select {
  margin-right: 15px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  color: #000000;
  font-weight: 500;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form button {
  border: 1px solid #4339f2;
  border-radius: 5px;
  background-color: #4339f2;
  color: #ffffff;
  padding: 5px 20px;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form button:focus {
  border-color: #4339f2 !important;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form button:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
          box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -moz-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -ms-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -o-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  opacity: 0.9;
}

.dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form .form-control {
  height: 37px;
}

.dashboard-sidebar #content .create-task .agreements {
  padding: 30px 30px 11px 30px;
  background-color: #ffffff;
  border-radius: 10px;
}

.dashboard-sidebar #content .create-task .agreements h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
}

.dashboard-sidebar #content .create-task .agreements .agreements-table table td {
  border: 0;
  text-align: center;
}

.dashboard-sidebar #content .dashboard-workbench {
  padding-bottom: 20px;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content {
  padding: 30px 0px;
  background-color: #ffffff;
  border-radius: 10px;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-heading {
  padding: 0 40px 30px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-heading h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-heading a i {
  background-color: #f4f3ff;
  font-size: 22px;
  line-height: 22px;
  padding: 10px 12px;
  border-radius: 50px;
  color: #9797b6;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table {
  padding-bottom: 10px;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table {
  padding-bottom: 10px;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table thead {
  background-color: #f4f3ff;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table thead tr th {
  border: 0;
  font-weight: 700;
  color: #8c8cae;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  vertical-align: middle;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table thead tr th:first-child {
  padding-left: 40px;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table thead tr th:last-child {
  padding-right: 40px;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table thead tr th:nth-child(8) {
  text-align: center;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table tbody tr td {
  padding: 25px 10px;
  vertical-align: middle;
  font-weight: 500;
  color: #000000;
  border-top: 0;
  border-bottom: 1px solid #f4f3ff;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table tbody tr td:first-child {
  padding-left: 40px;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table tbody tr td {
  border-top: 0;
  border-bottom: 1px solid #f4f3ff;
  padding: 25px 10px;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 17px;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table tbody tr td:nth-child(7) {
  text-align: center;
  font-weight: 500;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table tbody tr td:nth-child(8) {
  font-weight: 700;
  text-align: center;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table tbody tr td:nth-child(8) a {
  border-radius: 50px;
  border: 1px solid #4339f2;
  color: #4339f2;
  padding: 5px 20px;
  font-weight: 500;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table tbody tr td:nth-child(2) {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table tbody tr td:nth-child(2) a {
  color: #000000;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table tbody tr td:last-child {
  padding-right: 40px;
  text-align: center;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table tbody tr .pending-case {
  color: #f97f51;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table tbody tr .assigning {
  color: #1b9cfc;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table tbody tr .pending-qc2 {
  color: #82589f;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-tat-band {
  padding: 30px 0px 0px;
  background-color: #ffffff;
  border-radius: 10px;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-tat-band .tat-band-heading {
  padding: 0 40px 25px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-tat-band .tat-band-heading h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-tat-band .tat-band-heading .button-section button {
  font-size: 14px;
  font-weight: 500;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-tat-band .tat-band-heading .button-section .theme-button {
  background-color: #4339f2;
  color: #ffffff;
  border: 1px solid #4339f2;
  padding: 3px 10px;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-tat-band .tat-band-heading .button-section .theme-button:focus {
  border: 1px solid #4339f2 !important;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-tat-band .tat-band-heading .button-section .brown-button {
  background-color: #ecebeb;
  color: #000000;
  border: 1px solid #ecebeb;
  padding: 3px 10px;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-tat-band .tat-band-heading .button-section .brown-button:focus {
  border: 1px solid #ecebeb !important;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-tat-band .tat-band-list {
  padding: 0 50px 18px 50px;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-tat-band .tat-band-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0px 15px;
  border-bottom: 1.5px solid #e2e2e2;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-tat-band .tat-band-list ul li:first-child {
  padding-top: 0;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-tat-band .tat-band-total {
  padding: 0 30px 30px 30px;
}

.dashboard-sidebar #content .dashboard-workbench .workbench-tat-band .tat-band-total ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f3f1ff;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.dashboard-sidebar #content .dashboard-workbench .vendor-performance-graph {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
}

.dashboard-sidebar #content .dashboard-workbench .vendor-performance-graph .vendor-performance-graph-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}

.dashboard-sidebar #content .dashboard-workbench .vendor-performance-graph .vendor-performance-graph-heading h3 {
  font-size: 20px;
  font-weight: 700;
}

.dashboard-sidebar #content .dashboard-workbench .vendor-performance-graph .vendor-performance-graph-heading .dropdown button {
  border-radius: 15px;
  padding: 5px 20px;
  background-color: #eef0f8;
  font-weight: 500;
  font-size: 14px;
  color: #070707;
  border: 1px solid #eef0f8;
}

.dashboard-sidebar #content .dashboard-workbench .vendor-performance-graph .vendor-performance-graph-heading .dropdown button:focus {
  border: 1px solid #eef0f8 !important;
}

.dashboard-sidebar #content .vendor-empanelment-form {
  padding: 30px 0 100px 0px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn {
  padding: 30px 50px;
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 35px #0000000f;
          box-shadow: 0px 3px 35px #0000000f;
  -ms-box-shadow: 0px 3px 35px #0000000f;
  -moz-box-shadow: 0px 3px 35px #0000000f;
  -o-box-shadow: 0px 3px 35px #0000000f;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn h3 {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn h4 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 30px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn h5 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 30px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn h6 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 30px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn p {
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .information {
  position: relative;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .information abbr[title] {
  text-decoration: none;
  position: absolute;
  left: 3px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .information abbr[title] i {
  font-size: 22px;
  line-height: 44px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .col-separate {
  width: 48.6%;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn {
  margin-bottom: 30px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn input[type="text"]::-webkit-input-placeholder {
  color: #000000;
  font-weight: 500;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn input[type="text"]:-ms-input-placeholder {
  color: #000000;
  font-weight: 500;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn input[type="text"]::-ms-input-placeholder {
  color: #000000;
  font-weight: 500;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn input[type="text"]::placeholder {
  color: #000000;
  font-weight: 500;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .upload-file-input {
  position: relative;
  z-index: 0 !important;
  width: 100%;
  margin: 0;
  opacity: 1;
  border-radius: 8px;
  border: 1px solid #707070;
  padding: 5px 0px;
  height: 45px;
  font-size: 16px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .upload-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .upload-file-input::before {
  position: absolute;
  content: "Upload Resume / View";
  display: inline-block;
  background: #ffffff;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 17px;
  width: 100%;
  color: #000000;
  font-weight: 500;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .upload-file-input::after {
  position: absolute;
  content: "\f150";
  font-family: Flaticon;
  top: 8px;
  right: 12px;
  font-weight: 700;
  font-size: 18px;
  color: #4339f2;
  z-index: 0;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .upload-photo-input {
  position: relative;
  z-index: 0 !important;
  width: 100%;
  margin: 0;
  opacity: 1;
  border-radius: 8px;
  border: 1px solid #707070;
  padding: 5px 0px;
  height: 45px;
  font-size: 16px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .upload-photo-input::-webkit-file-upload-button {
  visibility: hidden;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .upload-photo-input::before {
  position: absolute;
  content: "Upload Photo";
  display: inline-block;
  background: #ffffff;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 17px;
  width: 100%;
  color: #000000;
  font-weight: 500;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .upload-photo-input::after {
  position: absolute;
  content: "\f150";
  font-family: Flaticon;
  top: 8px;
  right: 12px;
  font-weight: 700;
  font-size: 18px;
  color: #4339f2;
  z-index: 0;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .browse-file-input {
  position: relative;
  z-index: 0 !important;
  width: 100%;
  margin: 0;
  opacity: 1;
  border-radius: 8px;
  border: 1px solid #707070;
  padding: 5px 0px;
  height: 45px;
  font-size: 16px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .browse-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .browse-file-input::before {
  position: absolute;
  content: "Browse/Upload";
  display: inline-block;
  background: #ffffff;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 17px;
  width: 100%;
  color: #000000;
  font-weight: 500;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .browse-file-input::after {
  position: absolute;
  content: "\f150";
  font-family: Flaticon;
  top: 8px;
  right: 12px;
  font-weight: 700;
  font-size: 18px;
  color: #4339f2;
  z-index: 0;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .gst-file-input {
  position: relative;
  z-index: 0 !important;
  width: 100%;
  margin: 0;
  opacity: 1;
  border-radius: 8px;
  border: 1px solid #707070;
  padding: 5px 0px;
  height: 45px;
  font-size: 16px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .gst-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .gst-file-input::before {
  position: absolute;
  content: "Enter GST";
  display: inline-block;
  background: #ffffff;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 17px;
  width: 100%;
  color: #bbbbbb;
  font-weight: 500;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .gst-file-input::after {
  position: absolute;
  content: "\f150";
  font-family: Flaticon;
  top: 8px;
  right: 12px;
  font-weight: 700;
  font-size: 18px;
  color: #4339f2;
  z-index: 0;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/sort-down.png) no-repeat right;
  background-position-x: 98%;
  width: 100%;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .form-control {
  border: 1px solid #707070;
  height: 45px;
  border-radius: 8px;
  color: #000000;
  font-weight: 500;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn label {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #888888;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .label-dark {
  color: #000000;
  font-weight: 500;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn input[type="date"] {
  position: relative;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn input[type="date"]:before {
  background: #ffffff;
  display: block;
  font-family: Flaticon;
  content: "\f13c";
  width: 18px;
  height: 20px;
  font-size: 18px;
  position: absolute;
  top: 9px;
  right: 15px;
  color: #4339f2;
  z-index: 9999;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn input[type="date"]:after {
  position: absolute;
  content: "Select Date";
  top: 5px;
  left: 0;
  background-color: #ffffff;
  color: #bbbbbb;
  width: 100%;
  padding: 5px 10px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .service-type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .service-type-list li {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .service-type-list li:first-child {
  padding-right: 30px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .service-type-list li .service-type-list-level {
  color: #000000;
  padding-bottom: 5px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .service-type-list li input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  margin-right: 3px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .service-type-list li input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border: 2px solid #a7a7a7;
  border-radius: 3px;
  background-color: #ffffff;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .service-type-list li input[type="checkbox"]:checked:after {
  content: "\f156";
  font-family: Flaticon;
  position: absolute;
  top: 2px;
  left: 3px;
  color: #4339f2;
  font-size: 10px;
  font-weight: bold;
  z-index: 999;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .services-provided .services-provided-inn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
  padding-bottom: 10px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .services-provided .services-provided-inn input[type="checkbox"] {
  position: relative;
  border: 2px solid #a7a7a7;
  border-radius: 2px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .services-provided .services-provided-inn input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: 2px solid #a7a7a7;
  border-radius: 2px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .services-provided .services-provided-inn input[type="checkbox"]:checked:after {
  content: "\f156";
  font-family: Flaticon;
  position: absolute;
  top: 2px;
  left: 3px;
  color: #4339f2;
  font-size: 10px;
  font-weight: bold;
  z-index: 999;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .services-provided .services-provided-inn label {
  padding-bottom: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .entity-radio .entity-radio-inn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
  position: relative;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .entity-radio .entity-radio-inn input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .entity-radio .entity-radio-inn input[type="radio"] + .entity-radio-label {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-weight: 500;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .entity-radio .entity-radio-inn input[type="radio"] + .entity-radio-label:before {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #a7a7a7;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .entity-radio .entity-radio-inn input[type="radio"]:checked + .entity-radio-label:before {
  background-color: #4339f2;
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
          box-shadow: inset 0 0 0 1px #ffffff;
  -ms-box-shadow: inset 0 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 0 1px #ffffff;
  -o-box-shadow: inset 0 0 0 1px #ffffff;
  border: 1px solid #a7a7a7;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .entity-radio .entity-radio-inn input[type="radio"]:focus + .entity-radio-label:before {
  outline: none;
  border-color: #a7a7a7;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .entity-radio .entity-radio-inn input[type="radio"]:disabled + .entity-radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 4px #ffffff;
  -ms-box-shadow: inset 0 0 0 4px #ffffff;
  -moz-box-shadow: inset 0 0 0 4px #ffffff;
  -o-box-shadow: inset 0 0 0 4px #ffffff;
  border-color: black;
  background: black;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .entity-radio .entity-radio-inn input[type="radio"] + .entity-radio-label:empty:before {
  margin-right: 0;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .certification-radio .certification-radio-inn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
  position: relative;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .certification-radio .certification-radio-inn input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .certification-radio .certification-radio-inn input[type="radio"] + .certification-radio-label {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-weight: 500;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .certification-radio .certification-radio-inn input[type="radio"] + .certification-radio-label:before {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #a7a7a7;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .certification-radio .certification-radio-inn input[type="radio"]:checked + .certification-radio-label:before {
  background-color: #4339f2;
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
          box-shadow: inset 0 0 0 1px #ffffff;
  -ms-box-shadow: inset 0 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 0 1px #ffffff;
  -o-box-shadow: inset 0 0 0 1px #ffffff;
  border: 1px solid #a7a7a7;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .certification-radio .certification-radio-inn input[type="radio"]:focus + .certification-radio-label:before {
  outline: none;
  border-color: #a7a7a7;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .certification-radio .certification-radio-inn input[type="radio"]:disabled + .certification-radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 4px #ffffff;
  -ms-box-shadow: inset 0 0 0 4px #ffffff;
  -moz-box-shadow: inset 0 0 0 4px #ffffff;
  -o-box-shadow: inset 0 0 0 4px #ffffff;
  border-color: black;
  background: black;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .certification-radio .certification-radio-inn input[type="radio"] + .certification-radio-label:empty:before {
  margin-right: 0;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .upload-download-button {
  text-align: right;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .upload-download-button button {
  border: 1px solid #e1f6ee;
  background-color: #e1f6ee;
  color: #09b172;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .upload-download-button button:focus {
  border: 1px solid #e1f6ee !important;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .paragraph-input {
  font-weight: 500;
  font-size: 16px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .paragraph-input input {
  border: 0;
  border-bottom: 1px solid #000000;
  width: 500px;
  background-color: transparent;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn-text-icon {
  margin-bottom: 30px;
  position: relative;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn-text-icon input[type="text"] {
  width: 100%;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 10px 30px 10px;
  color: #000000;
  font-weight: 400;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn-text-icon input[type="text"]::-webkit-input-placeholder {
  color: #000000;
  font-weight: 500;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn-text-icon input[type="text"]:-ms-input-placeholder {
  color: #000000;
  font-weight: 500;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn-text-icon input[type="text"]::-ms-input-placeholder {
  color: #000000;
  font-weight: 500;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn-text-icon input[type="text"]::placeholder {
  color: #000000;
  font-weight: 500;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn-text-icon i {
  position: absolute;
  top: 12px;
  left: 10px;
  color: #4339f2;
  font-weight: bold;
  font-size: 14px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn-text-icon .form-control {
  border: 1px solid #707070;
  height: 45px;
  border-radius: 8px;
  color: #000000;
  font-weight: 500;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-text-shadow input[type="text"]::-webkit-input-placeholder {
  color: #bbbbbb !important;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-text-shadow input[type="text"]:-ms-input-placeholder {
  color: #bbbbbb !important;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-text-shadow input[type="text"]::-ms-input-placeholder {
  color: #bbbbbb !important;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-text-shadow input[type="text"]::placeholder {
  color: #bbbbbb !important;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-table {
  background-color: #fafafa;
  padding: 30px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-table .table thead th {
  border: 0;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-table .table tbody tr td {
  color: #000000;
  font-weight: 500;
  border: 0;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-table .table tbody tr td input {
  font-weight: 500;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-table .table tbody tr td .first-input {
  border: 1px solid #707070;
  height: 45px;
  padding: 5px;
  border-radius: 5px;
  background-color: transparent;
  text-align: center;
  width: 135px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-table .table tbody tr td .second-input {
  border: 1px solid #707070;
  height: 45px;
  padding: 5px;
  border-radius: 5px;
  background-color: transparent;
  width: 100%;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-table .table tbody tr td .table-total {
  background-color: #09b172;
  border: 1px solid #09b172;
  color: #ffffff;
  border-radius: 10px;
  width: 135px;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-table .table tbody tr td .table-total:focus {
  border: 1px solid #09b172 !important;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-table .table tbody tr td .table-documentation {
  width: 113px;
  background-color: #ededed;
  border: 1px solid #ededed;
  color: #000000;
  border-radius: 10px;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-table .table tbody tr td .table-documentation:focus {
  border: 1px solid #ededed !important;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-table .table tbody tr td .table-documentation i {
  font-size: 20px;
  padding-right: 5px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-collapse .card {
  position: relative;
  border: 0;
  width: 60%;
  float: right;
  -webkit-box-shadow: 0px 3px 35px #0000000f;
          box-shadow: 0px 3px 35px #0000000f;
  -ms-box-shadow: 0px 3px 35px #0000000f;
  -moz-box-shadow: 0px 3px 35px #0000000f;
  -o-box-shadow: 0px 3px 35px #0000000f;
  position: relative;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-collapse .card:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 38px solid #ffffff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  top: -30px;
  left: 25px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-collapse .card .collapse-color {
  padding-bottom: 15px;
  position: relative;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-collapse .card .collapse-color .collapse-color-content {
  margin-left: 30px;
  position: relative;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-collapse .card .collapse-color .collapse-color-content h3 {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  padding-bottom: 0;
  border: 0;
  margin-bottom: 0;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-collapse .card .collapse-color .collapse-color-content p {
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  padding-bottom: 0;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-collapse .card .collapse-color .color-red-bg:before {
  position: absolute;
  content: "";
  top: 10px;
  left: -30px;
  background-color: #ff5353;
  width: 16px;
  height: 16px;
  border-radius: 50px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-collapse .card .collapse-color .color-yellow-bg:before {
  position: absolute;
  content: "";
  top: 10px;
  left: -30px;
  background-color: #fcb206;
  width: 16px;
  height: 16px;
  border-radius: 50px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-collapse .card .collapse-color .color-green-bg:before {
  position: absolute;
  content: "";
  top: 10px;
  left: -30px;
  background-color: #09b172;
  width: 16px;
  height: 16px;
  border-radius: 50px;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-collapse .card .collapse-color span {
  position: absolute;
  right: 0px;
  border-radius: 5px;
  text-align: center;
  padding: 8px 12px;
  top: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-collapse .card .collapse-color .remarks-bg-red {
  background-color: #ff5353;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-collapse .card .collapse-color .remarks-bg-yellow {
  background-color: #fcb206;
}

.dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-collapse .card .collapse-color .remarks-bg-green {
  background-color: #09b172;
}

.dashboard-sidebar #content .medical-audit-form {
  padding: 30px 0 100px 0px;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn {
  padding: 30px 50px;
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 35px #0000000f;
          box-shadow: 0px 3px 35px #0000000f;
  -ms-box-shadow: 0px 3px 35px #0000000f;
  -moz-box-shadow: 0px 3px 35px #0000000f;
  -o-box-shadow: 0px 3px 35px #0000000f;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn h3 {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
  text-align: center;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 15px;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .form-group {
  margin-bottom: 30px;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .form-group label {
  color: #888888;
  margin-bottom: 10px;
  font-size: 16px;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .form-group input[type="text"]::-webkit-input-placeholder {
  color: #e9e9e9;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .form-group input[type="text"]:-ms-input-placeholder {
  color: #e9e9e9;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .form-group input[type="text"]::-ms-input-placeholder {
  color: #e9e9e9;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .form-group input[type="text"]::placeholder {
  color: #e9e9e9;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .form-group .form-control {
  border: 1px solid #707070;
  border-radius: 8px;
  padding: 5px 20px;
  height: 50px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form label {
  font-size: 18px;
  color: #888888;
  font-weight: 400;
  width: 30%;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form .radio-button-yes-no {
  width: 12%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form .radio-button-yes-no label {
  color: #000000;
  font-weight: 500;
  width: 100%;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form .radio-button-yes-no .radio-button-yes-no-inn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  position: relative;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form .radio-button-yes-no .radio-button-yes-no-inn input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form .radio-button-yes-no .radio-button-yes-no-inn input[type="radio"] + .radio-button-label {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form .radio-button-yes-no .radio-button-yes-no-inn input[type="radio"] + .radio-button-label:before {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #a7a7a7;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form .radio-button-yes-no .radio-button-yes-no-inn input[type="radio"]:checked + .radio-button-label:before {
  background-color: #4339f2;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
          box-shadow: inset 0 0 0 2px #ffffff;
  -ms-box-shadow: inset 0 0 0 2px #ffffff;
  -moz-box-shadow: inset 0 0 0 2px #ffffff;
  -o-box-shadow: inset 0 0 0 2px #ffffff;
  border: 1px solid #a7a7a7;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form .radio-button-yes-no .radio-button-yes-no-inn input[type="radio"]:focus + .radio-button-label:before {
  outline: none;
  border-color: #a7a7a7;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form .radio-button-yes-no .radio-button-yes-no-inn input[type="radio"]:disabled + .radio-button-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 4px #ffffff;
  -ms-box-shadow: inset 0 0 0 4px #ffffff;
  -moz-box-shadow: inset 0 0 0 4px #ffffff;
  -o-box-shadow: inset 0 0 0 4px #ffffff;
  border-color: black;
  background: black;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form .radio-button-yes-no .radio-button-yes-no-inn input[type="radio"] + .radio-button-label:empty:before {
  margin-right: 0;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form textarea {
  width: 50%;
  height: 58px;
  line-height: 48px;
  padding: 5px 10px;
  font-size: 16px;
  color: #000000;
  text-align: center;
  border-radius: 7px;
  border: 1px solid #ecebeb;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form textarea:-ms-input-placeholder {
  color: #bbbbbb;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form textarea::-ms-input-placeholder {
  color: #bbbbbb;
}

.dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form textarea::placeholder {
  color: #bbbbbb;
}

.dashboard-sidebar #content .dashboard-link-report {
  /*--Vendor--*/
}

.dashboard-sidebar #content .dashboard-link-report .quick-links {
  padding: 30px 30px 30px 30px;
  background-color: #ffffff;
  border-radius: 10px;
}

.dashboard-sidebar #content .dashboard-link-report .quick-links .quick-links-heading {
  padding-bottom: 40px;
}

.dashboard-sidebar #content .dashboard-link-report .quick-links .quick-links-heading h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
  text-align: center;
}

.dashboard-sidebar #content .dashboard-link-report .quick-links .quick-links-details ul li {
  padding-bottom: 25px;
}

.dashboard-sidebar #content .dashboard-link-report .quick-links .quick-links-details ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d2ceff;
  border-radius: 5px;
  padding: 10px 10px;
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

.dashboard-sidebar #content .dashboard-link-report .quick-links .quick-links-details ul li a i {
  padding-left: 15px;
  padding-right: 15px;
  color: #4339f2;
  font-size: 24px;
}

.dashboard-sidebar #content .dashboard-link-report .case-report {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
}

.dashboard-sidebar #content .dashboard-link-report .case-report .case-report-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
}

.dashboard-sidebar #content .dashboard-link-report .case-report .case-report-heading h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
}

.dashboard-sidebar #content .dashboard-link-report .case-report .case-report-heading .dropdown button {
  border-radius: 15px;
  padding: 5px 20px;
  background-color: #eef0f8;
  font-weight: 500;
  font-size: 14px;
  color: #070707;
}

.dashboard-sidebar #content .dashboard-link-report .case-report .case-report-heading .dropdown button:focus {
  border: 1px solid #eef0f8 !important;
}

.dashboard-sidebar #content .dashboard-link-report .case-report .case-report-heading .dropdown .dropdown-item:active {
  background-color: transparent;
  color: #212529;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-report {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-report .dashboard-report-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-report .dashboard-report-heading h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-report .dashboard-report-heading .dropdown button {
  border-radius: 15px;
  padding: 5px 20px;
  background-color: #eef0f8;
  font-weight: 500;
  font-size: 14px;
  color: #070707;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-report .dashboard-report-heading .dropdown button:focus {
  border: 1px solid #eef0f8;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-report .dashboard-report-heading .dropdown .dropdown-item:active {
  background-color: transparent;
  color: #212529;
}

.dashboard-sidebar #content .dashboard-link-report .mass-health {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
}

.dashboard-sidebar #content .dashboard-link-report .mass-health .mass-health-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
}

.dashboard-sidebar #content .dashboard-link-report .mass-health .mass-health-heading h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
}

.dashboard-sidebar #content .dashboard-link-report .mass-health .mass-health-content {
  padding-bottom: 30px;
}

.dashboard-sidebar #content .dashboard-link-report .mass-health .mass-health-content i {
  font-size: 36px;
  text-align: center;
  display: block;
  padding-bottom: 10px;
}

.dashboard-sidebar #content .dashboard-link-report .mass-health .mass-health-content .flaticon-upload-1 {
  color: #4339f2;
}

.dashboard-sidebar #content .dashboard-link-report .mass-health .mass-health-content .flaticon-hand-shake {
  color: #1b9cfc;
}

.dashboard-sidebar #content .dashboard-link-report .mass-health .mass-health-content h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 30px;
}

.dashboard-sidebar #content .dashboard-link-report .mass-health .mass-health-content .mass-health-card ul {
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin-bottom: 8px;
  background-color: #f4f3fe;
  border-radius: 9px;
}

.dashboard-sidebar #content .dashboard-link-report .mass-health .mass-health-content .mass-health-card ul:last-child {
  margin: 0;
}

.dashboard-sidebar #content .dashboard-link-report .mass-health .mass-health-content .mass-health-card ul li {
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.dashboard-sidebar #content .dashboard-link-report .mass-health .mass-health-content .mass-health-card ul li:last-child {
  float: right;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 20px;
}

.dashboard-sidebar #content .dashboard-link-report .mass-health .mass-health-content .mass-health-card-2 ul {
  margin-bottom: 7px;
  padding: 12px 15px;
  background-color: #e5f4ff;
  border-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dashboard-sidebar #content .dashboard-link-report .mass-health .mass-health-content .mass-health-card-2 ul:last-child {
  margin: 0;
}

.dashboard-sidebar #content .dashboard-link-report .mass-health .mass-health-content .mass-health-card-2 ul li {
  font-weight: 500;
}

.dashboard-sidebar #content .dashboard-link-report .mass-health .mass-health-content .mass-health-card-2 ul li:last-child {
  font-weight: 700;
  font-size: 20px;
}

.dashboard-sidebar #content .dashboard-link-report .mass-health button {
  border: 1px solid #4339f2;
  border-radius: 5px;
  background-color: #4339f2;
  color: #ffffff;
  padding: 5px 30px 5px 20px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.dashboard-sidebar #content .dashboard-link-report .mass-health button:focus {
  border: 1px solid #4339f2 !important;
}

.dashboard-sidebar #content .dashboard-link-report .mass-health button::before {
  position: absolute;
  content: "\f146";
  right: 8px;
  color: #ffffff;
  font-family: Flaticon;
  font-size: 16px;
  font-weight: 400;
  top: 3px;
}

.dashboard-sidebar #content .dashboard-link-report .mass-health button:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
          box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -moz-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -ms-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -o-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  opacity: 0.9;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
  text-align: left;
  padding-left: 30px;
  padding-bottom: 20px;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn {
  background-color: #f4f3ff;
  padding: 30px 15px;
  border-radius: 15px;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn .dashboard-mass-health-inn-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 15px;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn .dashboard-mass-health-inn-heading i {
  text-align: center;
  font-size: 30px;
  color: #4339f2;
  font-weight: medium;
  padding-right: 10px;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn .dashboard-mass-health-inn-heading h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 24px;
  text-align: center;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn .dashboard-mass-health-card {
  padding-bottom: 25px;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn .dashboard-mass-health-card ul {
  display: inline-block;
  width: 100%;
  padding: 15px;
  margin-bottom: 8px;
  background-color: #ffffff;
  border-radius: 9px;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn .dashboard-mass-health-card ul:last-child {
  margin: 0;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn .dashboard-mass-health-card ul li {
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn .dashboard-mass-health-card ul li:last-child {
  float: right;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 20px;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn button {
  border-radius: 20px;
  background-color: #09b172;
  padding: 5px 30px 5px 20px;
  border: 1px solid #09b172;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn button:focus {
  border: 1px solid #09b172 !important;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn button::before {
  position: absolute;
  content: "\f146";
  right: 10px;
  color: #ffffff;
  font-family: Flaticon;
  font-size: 16px;
  font-weight: 500;
  top: 4px;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn button:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
          box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  -moz-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  -ms-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  -o-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  opacity: 0.9;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn-2 {
  background-color: #ffffff;
  padding: 30px 15px;
  border-radius: 15px;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn-2 .dashboard-mass-health-inn-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 15px;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn-2 .dashboard-mass-health-inn-heading i {
  text-align: center;
  font-size: 40px;
  color: #4339f2;
  font-weight: medium;
  padding-right: 10px;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn-2 .dashboard-mass-health-inn-heading h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 24px;
  text-align: center;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn-2 .dashboard-mass-health-card-2 ul {
  margin-bottom: 7px;
  padding: 12px 15px;
  background-color: #f4f3fe;
  border-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn-2 .dashboard-mass-health-card-2 ul:last-child {
  margin: 0;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn-2 .dashboard-mass-health-card-2 ul li {
  font-weight: 500;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn-2 .dashboard-mass-health-card-2 ul li:last-child {
  font-weight: 700;
  font-size: 20px;
}

.dashboard-sidebar #content .dashboard-link-report .vendor-dashboard-table-card {
  padding: 30px 0 0;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.dashboard-sidebar #content .dashboard-link-report .vendor-dashboard-table-card table {
  margin-bottom: 0;
}

.dashboard-sidebar #content .dashboard-link-report .vendor-quick-links {
  padding: 30px 30px 30px 30px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.dashboard-sidebar #content .dashboard-link-report .vendor-quick-links .vendor-quick-links-heading {
  padding-bottom: 20px;
}

.dashboard-sidebar #content .dashboard-link-report .vendor-quick-links .vendor-quick-links-heading h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
  text-align: left;
}

.dashboard-sidebar #content .dashboard-link-report .vendor-quick-links .vendor-quick-links-details ul li {
  padding-bottom: 12px;
}

.dashboard-sidebar #content .dashboard-link-report .vendor-quick-links .vendor-quick-links-details ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d2ceff;
  border-radius: 5px;
  padding: 6px 10px;
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.dashboard-sidebar #content .dashboard-link-report .vendor-quick-links .vendor-quick-links-details ul li a i {
  padding-left: 15px;
  padding-right: 15px;
  color: #4339f2;
  font-size: 24px;
}

.dashboard-sidebar #content .dashboard-link-report .vendor-my-report {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.dashboard-sidebar #content .dashboard-link-report .vendor-my-report .vendor-my-report-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dashboard-sidebar #content .dashboard-link-report .vendor-my-report .vendor-my-report-heading h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
  text-align: left;
}

.dashboard-sidebar #content .dashboard-link-report .vendor-my-report .vendor-my-report-heading .dropdown button {
  border-radius: 15px;
  padding: 8px 20px;
  background-color: #eef0f8;
  font-weight: 500;
  font-size: 14px;
  color: #070707;
  border: none;
}

.dashboard-sidebar #content .dashboard-link-report .vendor-my-report .vendor-my-report-heading .dropdown button:focus {
  border: none;
}

.dashboard-sidebar #content .dashboard-link-report .vendor-my-report .vendor-my-report-heading .dropdown .dropdown-menu {
  min-width: 100%;
  padding: 0;
}

.dashboard-sidebar #content .dashboard-link-report .vendor-my-report .vendor-my-report-heading .dropdown .dropdown-menu li a {
  color: #000000;
  padding: 5px 20px;
  font-size: 14px;
}

.dashboard-sidebar #content .dashboard-link-report .vendor-my-report .vendor-my-report-heading .dropdown .dropdown-menu li a:hover {
  background-color: #ffffff;
  color: #000000;
}

.dashboard-sidebar #content .dashboard-link-report .vendor-my-report .vendor-my-report-heading .dropdown .dropdown-menu li a:focus {
  color: #000000;
}

.dashboard-sidebar #content .dashboard-link-report .vendor-my-report .vendor-report-documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25vh;
}

.dashboard-sidebar #content .dashboard-link-report .vendor-my-report .vendor-report-documents .report-img-sec {
  border-radius: 20px;
  padding: 30px;
}

.dashboard-sidebar #content .dashboard-link-report .vendor-my-report .vendor-report-documents .report-img-sec img {
  width: 45px;
  height: 60px;
}

.dashboard-sidebar #content .dashboard-link-report .vendor-my-report .vendor-report-documents .report-pdf {
  position: relative;
  background-color: #ffe6e2;
  margin-right: 10px;
}

.dashboard-sidebar #content .dashboard-link-report .vendor-my-report .vendor-report-documents .report-word {
  position: relative;
  background-color: #b2d6ff;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-empanelment {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-empanelment .dashboard-empanelment-heading {
  padding-bottom: 50px;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-empanelment .dashboard-empanelment-heading h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-empanelment .dashboard-empanelment-sub {
  position: relative;
  margin-bottom: 35px;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-empanelment .dashboard-empanelment-sub::before {
  position: absolute;
  content: "";
  top: 0%;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #e2e2e2;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-empanelment .dashboard-empanelment-sub::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0%;
  height: 1px;
  width: 100%;
  background-color: #e2e2e2;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-empanelment .dashboard-empanelment-sub .dashboard-empanelment-inn {
  padding: 20px 20px 30px 20px;
  text-align: center;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-empanelment .dashboard-empanelment-sub .dashboard-empanelment-inn i {
  padding-bottom: 6px;
  color: #4339f2;
  font-size: 30px;
  display: block;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-empanelment .dashboard-empanelment-button span a {
  background-color: #5858ff;
  width: 100%;
  display: block;
  padding: 12px 20px;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.dashboard-sidebar #content .dashboard-link-report .dashboard-empanelment .dashboard-empanelment-button span a i {
  float: right;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}

.dashboard-sidebar #content .dashboard-link-report .success-ratio {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
}

.dashboard-sidebar #content .dashboard-link-report .success-ratio .success-ratio-heading {
  padding-bottom: 30px;
}

.dashboard-sidebar #content .dashboard-link-report .success-ratio .success-ratio-heading h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.dashboard-sidebar #content .dashboard-link-report .success-ratio .form-group {
  margin-bottom: 30px;
}

.dashboard-sidebar #content .dashboard-link-report .success-ratio .form-group .form-group-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 10px;
}

.dashboard-sidebar #content .dashboard-link-report .success-ratio .form-group .form-group-inn label {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.dashboard-sidebar #content .dashboard-link-report .success-ratio .form-group .form-group-inn span {
  font-weight: 500;
  color: #ffffff;
  background-color: #09b172;
  padding: 10px 10px;
}

.dashboard-sidebar #content .dashboard-link-report .success-ratio .form-group .form-group-inn-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dashboard-sidebar #content .dashboard-link-report .success-ratio .form-group .form-group-inn-2 select {
  width: 80%;
  font-weight: 500;
  color: #000000;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  padding: 5px 15px;
  height: 45px;
  font-size: 16px;
  -webkit-appearance: none;
          appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: url(../images/sort-down-black.png) no-repeat right;
  background-position-x: 98%;
}

.dashboard-sidebar #content .dashboard-link-report .success-ratio .form-group .form-group-inn-2 input {
  border: 0;
  text-align: center;
  width: 20%;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
}

.dashboard-sidebar #content .dashboard-link-report .success-ratio .form-group-2 {
  float: right;
}

.dashboard-sidebar #content .dashboard-link-report .success-ratio .form-group-2 .form-group-inn {
  display: inline-block;
}

.dashboard-sidebar #content .dashboard-link-report .success-ratio .form-group-2 .form-group-inn label {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-right: 10px;
}

.dashboard-sidebar #content .dashboard-link-report .success-ratio .form-group-2 .form-group-inn span {
  font-weight: 500;
  color: #ffffff;
  background-color: #09b172;
  padding: 10px 35px;
}

.dashboard-sidebar #content .alternate-breadcrumb .alternate-breadcrumb-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dashboard-sidebar #content .alternate-breadcrumb .alternate-breadcrumb-inn .dropdown button {
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #fbfbfb;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}

.dashboard-sidebar #content .alternate-breadcrumb .alternate-breadcrumb-inn .dropdown button:focus {
  border: 1px solid #fbfbfb;
}

.dashboard-sidebar #content .alternate-breadcrumb .alternate-breadcrumb-inn .dropdown button .flaticon-sort-down {
  font-size: 8px;
  padding-left: 70px;
}

.dashboard-sidebar #content .alternate-breadcrumb .alternate-breadcrumb-inn .dropdown .dropdown-item {
  padding: 5px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.dashboard-sidebar #content .alternate-breadcrumb .alternate-breadcrumb-inn .dropdown .dropdown-item i {
  font-size: 14px;
}

.dashboard-sidebar #content .alternate-breadcrumb .alternate-breadcrumb-inn .dropdown .dropdown-item:active {
  background-color: transparent;
  color: #212529;
}

.dashboard-sidebar #content .alternate-breadcrumb .alternate-breadcrumb-inn .dropdown .dropdown-menu {
  width: auto;
  background-color: #ffffff;
  color: #000000;
  border: 0;
}

.dashboard-sidebar #content .cases-cards {
  padding: 25px 0 20px 0;
}

.dashboard-sidebar #content .cases-cards .card {
  border-radius: 10px;
  padding: 15px 15px 18px 15px;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  width: 100%;
}

.dashboard-sidebar #content .cases-cards .card .card-content {
  padding: 0;
  position: relative;
}

.dashboard-sidebar #content .cases-cards .card .card-content .card-title {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.dashboard-sidebar #content .cases-cards .card .card-content .card-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}

.dashboard-sidebar #content .cases-cards .card .card-content .card-text-large {
  padding-top: 0;
}

.dashboard-sidebar #content .cases-cards .card .card-content .card-icon {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 0 auto;
  line-height: 35px;
}

.dashboard-sidebar #content .cases-cards .card .card-content .card-icon i {
  padding: 8px 8px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
}

.dashboard-sidebar #content .cases-cards .card .card-content .pending-allocation-icon {
  background-color: #37aeba;
}

.dashboard-sidebar #content .cases-cards .card .card-content .assigned-investigation-icon {
  background-color: #c442e0;
}

.dashboard-sidebar #content .cases-cards .card .card-content .qc1-icon {
  background-color: #5947d8;
}

.dashboard-sidebar #content .cases-cards .card .card-content .decision-pending-icon {
  background-color: #2a2652;
}

.dashboard-sidebar #content .cases-cards .card .card-content .assigned-external-icon {
  background-color: #9fb6c6;
}

.dashboard-sidebar #content .cases-cards .card .card-content .investigation-control-icon {
  background-color: #b02e5b;
}

.dashboard-sidebar #content .cases-cards .card:hover {
  -webkit-box-shadow: 0px 10px 30px #dedede;
          box-shadow: 0px 10px 30px #dedede;
  -ms-box-shadow: 0px 10px 30px #dedede;
  -moz-box-shadow: 0px 10px 30px #dedede;
  -o-box-shadow: 0px 10px 30px #dedede;
}

.dashboard-sidebar #content .cases-form-table .cases-content {
  padding: 30px 0px 10px;
  background-color: #ffffff;
  border-radius: 10px;
}

.dashboard-sidebar #content .cases-form-table .cases-content .cases-table {
  padding-bottom: 10px;
}

.dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table thead {
  background-color: #f4f3ff;
}

.dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table thead tr th {
  border: 0;
  font-weight: 700;
  color: #8c8cae;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  vertical-align: middle;
}

.dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table thead tr th:first-child {
  padding-left: 40px;
}

.dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table thead tr th:last-child {
  padding-right: 40px;
}

.dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table thead tr th:nth-child(8) {
  text-align: center;
}

.dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table thead tr th i {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table tbody tr td {
  padding: 10px 10px;
  vertical-align: middle;
  font-weight: 500;
  color: #000000;
  border-top: 0;
  border-bottom: 1px solid #e9e9e9;
}

.dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table tbody tr td:first-child {
  padding-left: 40px;
}

.dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table tbody tr td {
  border-top: 0;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 10px;
  vertical-align: middle;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  line-height: 17px;
}

.dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table tbody tr td:nth-child(7) {
  text-align: center;
  font-weight: 500;
}

.dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table tbody tr td:nth-child(11) {
  font-weight: 700;
  text-align: center;
}

.dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table tbody tr td:nth-child(11) a {
  border-radius: 50px;
  border: 1px solid #4339f2;
  color: #4339f2;
  padding: 5px 20px;
  font-weight: 500;
}

.dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table tbody tr td:nth-child(2) {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table tbody tr td:nth-child(2) a {
  color: #343b4e;
}

.dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table tbody tr td:last-child {
  padding-right: 40px;
  text-align: center;
}

.dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table tbody tr .pending-case {
  color: #f97f51;
}

.dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table tbody tr .assigning {
  color: #37b53c;
}

.dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table tbody tr .pending-qc2 {
  color: #82589f;
}

.dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table tbody tr .report-submitted {
  color: #a8184a;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog {
  max-width: 576px;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content {
  border-radius: 10px;
  background-color: #ffffff;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-header h5 {
  font-size: 24px;
  color: #4339f2;
  font-weight: 700;
  line-height: 30px;
  width: 100%;
  border-bottom: 1px solid #d2ceff;
  padding-bottom: 15px;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-header button {
  font-size: 20px;
  color: #dbdbdb;
  padding-top: 5px !important;
  position: relative;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-header button i {
  position: absolute;
  top: 5px;
  right: 0;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline {
  padding-left: 30px;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-content h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-content p {
  color: #d5d5d5;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-circle {
  position: relative;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-circle button {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  border: 0;
  z-index: 9999;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-circle button::after {
  position: absolute;
  content: "";
  top: 13px;
  left: 6px;
  width: 3px;
  height: 56px;
  background-color: #707070;
  z-index: -1;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-circle button.active {
  color: green;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-circle button.active::before {
  position: absolute;
  content: "";
  top: -3px;
  left: -3px;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  z-index: 999;
  border-radius: 50px;
  background: transparent;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-circle .btn-red {
  background-color: #ff5353;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-circle .btn-yellow {
  background-color: #ffbd3a;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-circle .btn-purple {
  background-color: #5d2376;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-circle .btn-green {
  background-color: #20bb25;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-circle .btn-black {
  background-color: #33394f;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-circle .btn-pink {
  background-color: #f239ae;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-circle .btn-blue {
  background-color: #3970f2;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-circle .btn-sky-blue {
  background-color: #39f2e5;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .circle-fade button::after {
  position: absolute;
  content: "";
  top: 14px;
  left: 7px;
  width: 1px;
  height: 56px !important;
  background-color: #dbdbdb;
  z-index: -1;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-content-2 {
  margin-left: 40px;
  position: relative;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-content-2 h3 {
  color: #000000;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-content-2 p {
  color: #33394f;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-content-2 small {
  color: #dbdbdb;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-fade {
  height: 59px;
}

.dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-fade h3 {
  color: #a7a7a7;
}

.dashboard-sidebar #content .case-brief-history {
  padding-top: 40px;
}

.dashboard-sidebar #content .case-brief-history .case-history {
  position: relative;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d2ceff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-heading h5 {
  font-size: 24px;
  color: #4339f2;
  font-weight: 700;
  line-height: 30px;
  width: unset;
  margin: 0;
  position: relative;
  padding-top: 0;
  padding-bottom: 0px;
  text-align: left;
  border-bottom: 0;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-heading h5::after {
  position: absolute;
  content: "";
  display: none;
  top: 0;
  left: 35px;
  width: 90%;
  height: 100%;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-heading .dropdown .primary-btn {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  border: 2px solid #4339f2;
  border-radius: 10px;
  padding: 10px 20px;
  line-height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #4339f2;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-heading .dropdown .primary-btn i {
  float: right;
  padding-left: 15px;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-heading .dropdown .dropdown-menu {
  min-width: 100%;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-heading .dropdown .dropdown-menu ul {
  display: block;
  float: unset;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-heading .dropdown .dropdown-menu ul li {
  margin-right: 0;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-heading .dropdown .dropdown-menu ul li .dropdown-item {
  border: 0;
  width: 100%;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-heading .dropdown .dropdown-menu ul li .dropdown-item:last-child {
  background-color: transparent;
  color: #000000;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-heading .dropdown.show .primary-btn i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  padding-left: 0;
  padding-right: 15px;
  margin-top: -3px;
}

.dashboard-sidebar #content .case-brief-history .case-history button {
  font-size: 20px;
  color: #dbdbdb;
  padding-top: 5px !important;
  position: relative;
  margin: 0;
  padding: 0;
}

.dashboard-sidebar #content .case-brief-history .case-history button i {
  position: absolute;
  top: -35px;
  right: 15px;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline {
  padding-top: 20px;
  padding-left: 0;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-content {
  text-align: right;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-content h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-content p {
  color: #d5d5d5;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .complete-case-history {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .complete-case-history a {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  text-transform: uppercase;
  background-color: #4339f2;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 300;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-circle-none button::after {
  display: none !important;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-circle {
  position: relative;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-circle button {
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  border: 0;
  z-index: 9999;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-circle button::after {
  position: absolute;
  content: "";
  top: 13px;
  left: 6px;
  width: 3px;
  height: 146px;
  background-color: #707070;
  z-index: -1;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-circle button.active {
  color: green;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-circle button.active::before {
  position: absolute;
  content: "";
  top: -3px;
  left: -3px;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  z-index: 999;
  border-radius: 50px;
  background: transparent;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-circle .btn-red {
  background-color: #ff5353;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-circle .btn-yellow {
  background-color: #ffbd3a;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-circle .btn-purple {
  background-color: #5d2376;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-circle .btn-green {
  background-color: #20bb25;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-circle .btn-black {
  background-color: #33394f;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-circle .btn-pink {
  background-color: #f239ae;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-circle .btn-blue {
  background-color: #3970f2;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-circle .btn-sky-blue {
  background-color: #39f2e5;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .circle-fade button::after {
  position: absolute;
  content: "";
  top: 14px;
  left: 7px;
  width: 1px;
  height: 56px !important;
  background-color: #dbdbdb;
  z-index: -1;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-content-2 {
  margin-left: 40px;
  position: relative;
  text-align: left;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-content-2 h3 {
  color: #000000;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-content-2 p {
  color: #33394f;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-content-2 small {
  color: #dbdbdb;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: block;
  padding-bottom: 10px;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-content-2 span {
  background-color: #f9f9f9;
  padding: 10px 15px;
  display: block;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-fade {
  height: 59px;
}

.dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-fade h3 {
  color: #a7a7a7;
}

.dashboard-sidebar #content .case-brief-history .cases-title {
  font-size: 24px;
  color: #4339f2;
  font-weight: 700;
  line-height: 30px;
  width: 100%;
  border-bottom: 1px solid #d2ceff;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  margin: 0 auto;
}

.dashboard-sidebar #content .case-brief-history .modal-header {
  border: 0;
}

.dashboard-sidebar #content .case-brief-history .cases-modal-btn {
  font-size: 20px;
  color: #dbdbdb;
  padding-top: 5px !important;
  position: relative;
  margin: 0;
  padding: 0;
}

.dashboard-sidebar #content .case-brief-history .cases-modal-btn i {
  position: absolute;
  top: 10px;
  right: 15px;
}

.dashboard-sidebar #content .case-details {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dashboard-sidebar #content .case-details .case-details-cards {
  padding: 20px 30px;
  background-color: #ffffff;
  border-radius: 10px;
}

.dashboard-sidebar #content .case-details .case-details-cards .case-details-cards-inn {
  position: relative;
}

.dashboard-sidebar #content .case-details .case-details-cards .case-details-cards-inn::after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  background-color: #ecebeb;
  height: 45px;
  width: 1px;
}

.dashboard-sidebar #content .case-details .case-details-cards .case-details-cards-inn p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}

.dashboard-sidebar #content .case-details .case-details-cards .case-details-cards-inn h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  word-wrap: break-word;
  width: 75%;
}

.dashboard-sidebar #content .case-details .case-details-cards .case-details-cards-inn .case-details-icon {
  position: absolute;
  top: 0;
  right: 35px;
}

.dashboard-sidebar #content .case-details .case-details-cards .case-details-cards-inn .case-details-icon i {
  padding: 6px 8px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
}

.dashboard-sidebar #content .case-details .case-details-cards .case-details-cards-inn .case-id-icon {
  background-color: #40407a;
}

.dashboard-sidebar #content .case-details .case-details-cards .case-details-cards-inn .case-progress-icon {
  background-color: #706fd3;
}

.dashboard-sidebar #content .case-details .case-details-cards .case-details-cards-inn .case-reimbursement-icon {
  background-color: #aaa69d;
}

.dashboard-sidebar #content .case-details .case-details-cards .case-details-cards-inn .case-assigned-icon {
  background-color: #34b439;
}

.dashboard-sidebar #content .case-details .case-details-cards .case-details-cards-inn .case-tat-icon {
  background-color: #227093;
}

.dashboard-sidebar #content .case-details .case-details-cards .case-details-cards-inn .case-allocated-icon {
  background-color: #218c74;
}

.dashboard-sidebar #content .mh-report {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dashboard-sidebar #content .mh-report .mh-report-cards {
  padding: 20px 30px;
  background-color: #ffffff;
  border-radius: 10px;
}

.dashboard-sidebar #content .mh-report .mh-report-cards .mh-report-cards-inn {
  position: relative;
}

.dashboard-sidebar #content .mh-report .mh-report-cards .mh-report-cards-inn::after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  background-color: #ecebeb;
  height: 45px;
  width: 1px;
}

.dashboard-sidebar #content .mh-report .mh-report-cards .mh-report-cards-inn p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}

.dashboard-sidebar #content .mh-report .mh-report-cards .mh-report-cards-inn h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  word-wrap: break-word;
  width: 75%;
}

.dashboard-sidebar #content .mh-report .mh-report-cards .mh-report-cards-inn .progress {
  width: 95%;
}

.dashboard-sidebar #content .mh-report .mh-report-cards .mh-report-cards-inn .mh-report-icon {
  position: absolute;
  top: 9px;
  right: 20px;
}

.dashboard-sidebar #content .mh-report .mh-report-cards .mh-report-cards-inn .mh-report-icon i {
  padding: 6px 8px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
}

.dashboard-sidebar #content .mh-report .mh-report-cards .mh-report-cards-inn .mh-report-id-icon {
  background-color: #40407a;
}

.dashboard-sidebar #content .mh-report .mh-report-cards .mh-report-cards-inn .mh-report-progress-icon {
  background-color: #706fd3;
}

.dashboard-sidebar #content .mh-report .mh-report-cards .mh-report-cards-inn .mh-report-reimbursement-icon {
  background-color: #aaa69d;
}

.dashboard-sidebar #content .mh-report .mh-report-cards .mh-report-cards-inn .mh-report-assigned-icon {
  background-color: #34b439;
}

.dashboard-sidebar #content .mh-report .mh-report-cards .mh-report-cards-inn .mh-report-tat-icon {
  background-color: #227093;
}

.dashboard-sidebar #content .mh-report .mh-report-cards .mh-report-cards-inn .mh-report-allocated-icon {
  background-color: #218c74;
}

.dashboard-sidebar #content .mh-report-form {
  padding: 30px 0 110px 0px;
}

.dashboard-sidebar #content .mh-report-form .mh-report-form-inn {
  padding: 30px 50px;
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 35px #0000000f;
          box-shadow: 0px 3px 35px #0000000f;
  -ms-box-shadow: 0px 3px 35px #0000000f;
  -moz-box-shadow: 0px 3px 35px #0000000f;
  -o-box-shadow: 0px 3px 35px #0000000f;
}

.dashboard-sidebar #content .mh-report-form .mh-report-form-inn h3 {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
  text-align: left;
}

.dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group {
  margin-bottom: 30px;
}

.dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group label {
  color: #888888;
  margin-bottom: 10px;
  font-size: 16px;
}

.dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group input[type="text"]::-webkit-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group input[type="text"]:-ms-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group input[type="text"]::-ms-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group input[type="text"]::placeholder {
  color: #000000;
}

.dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group .form-control {
  border: 1px solid #a7a7a7;
  border-radius: 8px;
  padding: 5px 20px;
  height: 50px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
}

.dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group select {
  -webkit-appearance: none;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: url(../images/sort-down.png) no-repeat right;
  background-position-x: 96%;
  background-size: 3%;
  width: 100%;
}

.dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group .radio-button-fraud-not-fraud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group .radio-button-fraud-not-fraud label {
  color: #000000;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}

.dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group .radio-button-fraud-not-fraud .radio-button-fraud-not-fraud-inn {
  padding-right: 30px;
  position: relative;
}

.dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group .radio-button-fraud-not-fraud .radio-button-fraud-not-fraud-inn input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group .radio-button-fraud-not-fraud .radio-button-fraud-not-fraud-inn input[type="radio"] + .radio-button-label {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group .radio-button-fraud-not-fraud .radio-button-fraud-not-fraud-inn input[type="radio"] + .radio-button-label:before {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #a7a7a7;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
}

.dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group .radio-button-fraud-not-fraud .radio-button-fraud-not-fraud-inn input[type="radio"]:checked + .radio-button-label:before {
  background-color: #4339f2;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
          box-shadow: inset 0 0 0 2px #ffffff;
  -ms-box-shadow: inset 0 0 0 2px #ffffff;
  -moz-box-shadow: inset 0 0 0 2px #ffffff;
  -o-box-shadow: inset 0 0 0 2px #ffffff;
  border: 1px solid #a7a7a7;
}

.dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group .radio-button-fraud-not-fraud .radio-button-fraud-not-fraud-inn input[type="radio"]:focus + .radio-button-label:before {
  outline: none;
  border-color: #a7a7a7;
}

.dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group .radio-button-fraud-not-fraud .radio-button-fraud-not-fraud-inn input[type="radio"]:disabled + .radio-button-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 4px #ffffff;
  -ms-box-shadow: inset 0 0 0 4px #ffffff;
  -moz-box-shadow: inset 0 0 0 4px #ffffff;
  -o-box-shadow: inset 0 0 0 4px #ffffff;
  border-color: black;
  background: black;
}

.dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group .radio-button-fraud-not-fraud .radio-button-fraud-not-fraud-inn input[type="radio"] + .radio-button-label:empty:before {
  margin-right: 0;
}

.dashboard-sidebar #content .policy-detail-list {
  padding-bottom: 130px;
}

.dashboard-sidebar #content .policy-detail-list .policy-list ul li {
  margin-bottom: 7px;
}

.dashboard-sidebar #content .policy-detail-list .policy-list ul li.active {
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#ffbd3a)) 0% 0% no-repeat padding-box;
  background: linear-gradient(270deg, #ffffff 0%, #ffbd3a 100%) 0% 0% no-repeat padding-box;
  background: 0-linear-gradient 270deg, #ffffff 0%, #ffbd3a 100% 0% 0% no-repeat padding-box;
}

.dashboard-sidebar #content .policy-detail-list .policy-list ul li.active a {
  color: #000000;
}

.dashboard-sidebar #content .policy-detail-list .policy-list ul li a {
  color: #7a7a7a;
  padding: 12px 30px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  -webkit-transition-delay: 0.6s ease-in-out;
          transition-delay: 0.6s ease-in-out;
  -ms-transition-delay: 0.6s ease-in-out;
  -moz-transition-delay: 0.6s ease-in-out;
  -o-transition-delay: 0.6s ease-in-out;
}

.dashboard-sidebar #content .policy-detail-list .policy-list ul li a:hover {
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#ffbd3a)) 0% 0% no-repeat padding-box;
  background: linear-gradient(270deg, #ffffff 0%, #ffbd3a 100%) 0% 0% no-repeat padding-box;
  background: 0-linear-gradient 270deg, #ffffff 0%, #ffbd3a 100% 0% 0% no-repeat padding-box;
  color: #000000;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.dashboard-sidebar #content .policy-detail-list .policy-details {
  padding: 35px 45px;
  background-color: #ffffff;
  border-radius: 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 3px 23px #00000014;
          box-shadow: 0px 3px 23px #00000014;
  -ms-box-shadow: 0px 3px 23px #00000014;
  -moz-box-shadow: 0px 3px 23px #00000014;
  -o-box-shadow: 0px 3px 23px #00000014;
  position: relative;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f1ff;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-details-heading h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .quick-link-dropdown .dropdown-menu {
  margin-top: 32px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  -ms-box-shadow: 0px 3px 6px #00000029;
  -moz-box-shadow: 0px 3px 6px #00000029;
  -o-box-shadow: 0px 3px 6px #00000029;
  padding: 0;
  border: 0;
  border-radius: 10px;
  min-width: 100%;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .quick-link-dropdown .dropdown-menu .quick-links {
  padding: 30px 30px 30px 30px;
  background-color: #ffffff;
  border-radius: 10px;
  width: 383px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .quick-link-dropdown .dropdown-menu .quick-links .quick-links-heading {
  padding-bottom: 40px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .quick-link-dropdown .dropdown-menu .quick-links .quick-links-heading h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
  text-align: center;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .quick-link-dropdown .dropdown-menu .quick-links .quick-links-details ul li {
  padding-bottom: 25px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .quick-link-dropdown .dropdown-menu .quick-links .quick-links-details ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d2ceff;
  border-radius: 5px;
  padding: 10px 10px;
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  margin-right: 0 !important;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .quick-link-dropdown .dropdown-menu .quick-links .quick-links-details ul li a i {
  padding-left: 15px;
  padding-right: 15px;
  color: #4339f2;
  font-size: 24px;
  margin-bottom: 0;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button a {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button br {
  display: none;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button button {
  border: 1px solid #d8d9de;
  color: #33394f;
  padding: 12px 20px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  background-color: transparent;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button button i {
  color: #4339f2;
  font-size: 18px;
  padding-right: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button button:focus {
  border: 1px solid #d8d9de !important;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .policy-btn-dropdown .more-history {
  color: #4339f2;
  border: 1px solid #f7f6ff;
  border-radius: 5px;
  padding: 15px 20px;
  font-weight: 500;
  background-color: #f7f6ff;
  font-size: 14px;
  line-height: 18px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .policy-btn-dropdown .more-history i {
  padding-left: 60px;
  font-weight: 700;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .policy-btn-dropdown .dropdown-menu.show {
  top: 5px !important;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .policy-btn-dropdown .dropdown-menu {
  border: 0;
  min-width: 9.6rem;
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.2);
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .policy-btn-dropdown .dropdown-menu .dropdown-item {
  font-weight: 500;
  padding: 4px 8px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .policy-btn-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .policy-btn-dropdown .dropdown-menu .dropdown-item i {
  font-weight: 700;
  padding-right: 5px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields {
  padding-top: 20px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn ul {
  padding-bottom: 25px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn ul li {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn ul li:first-child {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #bfbfbf;
  padding-bottom: 2px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn .legal-search-section .form-group label {
  font-size: 14px;
  color: #BFBFBF;
  font-weight: 400;
  margin: 0;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn .legal-search-section .form-group .form-control {
  border: 0;
  background-color: #ffffff;
  padding: 0;
  font-weight: 500;
  color: #000000;
  font-size: 15px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn .legal-search-section .legal-search-content {
  padding-top: 50px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn .legal-search-section .legal-search-content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  border-bottom: 1px solid #f3f1ff;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn .legal-search-section .legal-search-content .legal-search-content-inn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn .legal-search-section .legal-search-content .legal-search-content-inn:last-child {
  padding-right: 0;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn .legal-search-section .legal-search-content .legal-search-content-inn label {
  padding-bottom: 0;
  color: #000000;
  font-weight: 500;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn .legal-search-section .legal-search-content .legal-search-content-inn .form-control {
  height: 18px;
  width: 18px;
  margin-right: 8px;
  border: 2px solid #a7a7a7;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn .legal-search-section .legal-search-content .legal-search-content-inn input[type="checkbox"] {
  position: relative;
  border: 2px solid #a7a7a7;
  border-radius: 2px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn .legal-search-section .legal-search-content .legal-search-content-inn input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: 2px solid #a7a7a7;
  border-radius: 2px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn .legal-search-section .legal-search-content .legal-search-content-inn input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  background-color: #ffffff;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn .legal-search-section .legal-search-content .legal-search-content-inn input[type="checkbox"]:checked:after {
  content: "\f156";
  font-family: Flaticon;
  position: absolute;
  top: 3px;
  left: 4px;
  color: #4339f2;
  font-size: 10px;
  font-weight: bold;
  z-index: 999;
  line-height: 15px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn .legal-search-section .legal-search-content button {
  margin-top: 30px;
  background-color: #09b172;
  border-radius: 5px;
  display: block;
  padding: 8px 50px;
  border: 1px solid #09b172;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn .legal-search-section .legal-search-content button:focus {
  border: 1px solid #09b172 !important;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form .form-group {
  margin-bottom: 30px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form .form-group label {
  color: #a7a7a7;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form .form-control {
  border: 1px solid #a7a7a7;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  height: 45px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form select {
  color: #000000;
  padding: 5px 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/sort-down.png) no-repeat right;
  background-position-x: 98%;
  width: 100%;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form input[type="text"]::-webkit-input-placeholder {
  color: #a7a7a7;
  font-size: 15px;
  line-height: 20px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form input[type="text"]:-ms-input-placeholder {
  color: #a7a7a7;
  font-size: 15px;
  line-height: 20px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form input[type="text"]::-ms-input-placeholder {
  color: #a7a7a7;
  font-size: 15px;
  line-height: 20px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form input[type="text"]::placeholder {
  color: #a7a7a7;
  font-size: 15px;
  line-height: 20px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form textarea::-webkit-input-placeholder {
  color: #dbdbdb;
  font-size: 15px;
  line-height: 20px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form textarea:-ms-input-placeholder {
  color: #dbdbdb;
  font-size: 15px;
  line-height: 20px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form textarea::-ms-input-placeholder {
  color: #dbdbdb;
  font-size: 15px;
  line-height: 20px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form textarea::placeholder {
  color: #dbdbdb;
  font-size: 15px;
  line-height: 20px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form .deterrence-radio .deterrence-radio-inn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
  position: relative;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form .deterrence-radio .deterrence-radio-inn input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form .deterrence-radio .deterrence-radio-inn input[type="radio"] + .deterrence-radio-label {
  padding-bottom: 0;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form .deterrence-radio .deterrence-radio-inn input[type="radio"] + .deterrence-radio-label:before {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #a7a7a7;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form .deterrence-radio .deterrence-radio-inn input[type="radio"]:checked + .deterrence-radio-label:before {
  background-color: #4339f2;
  -webkit-box-shadow: inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 4px #ffffff;
  -ms-box-shadow: inset 0 0 0 4px #ffffff;
  -moz-box-shadow: inset 0 0 0 4px #ffffff;
  -o-box-shadow: inset 0 0 0 4px #ffffff;
  border: 1px solid #a7a7a7;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form .deterrence-radio .deterrence-radio-inn input[type="radio"]:focus + .deterrence-radio-label:before {
  outline: none;
  border-color: #a7a7a7;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form .deterrence-radio .deterrence-radio-inn input[type="radio"]:disabled + .deterrence-radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 4px #ffffff;
  -ms-box-shadow: inset 0 0 0 4px #ffffff;
  -moz-box-shadow: inset 0 0 0 4px #ffffff;
  -o-box-shadow: inset 0 0 0 4px #ffffff;
  border-color: black;
  background: black;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form .deterrence-radio .deterrence-radio-inn input[type="radio"] + .deterrence-radio-label:empty:before {
  margin-right: 0;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form {
  padding-top: 30px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group {
  margin-bottom: 30px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group label {
  margin-bottom: 5px;
  color: #a7a7a7;
  font-size: 16px;
  font-weight: 400;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group .form-control {
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  padding: 5px 20px;
  height: 45px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group input[type="text"] {
  color: #000000;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group input[type="text"]::-webkit-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group input[type="text"]:-ms-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group input[type="text"]::-ms-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group input[type="text"]::placeholder {
  color: #000000;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group input[type="number"] {
  color: #000000;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group input[type="number"]::-webkit-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group input[type="number"]:-ms-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group input[type="number"]::-ms-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group input[type="number"]::placeholder {
  color: #000000;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group select {
  -webkit-appearance: none;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: url(../images/sort-down.png) no-repeat right;
  background-position-x: 96%;
  background-size: 3%;
  width: 100%;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group textarea {
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  padding: 5px 20px;
  height: 70px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  display: block;
  width: 100%;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group textarea::-webkit-input-placeholder {
  color: #a7a7a7;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group textarea:-ms-input-placeholder {
  color: #a7a7a7;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group textarea::-ms-input-placeholder {
  color: #a7a7a7;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group textarea::placeholder {
  color: #a7a7a7;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .placeholder-active .form-control {
  background-color: #f3f1ff;
  border: 1px solid #f3f1ff;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .select-option .multiselect {
  width: 100%;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .select-option .selectBox {
  position: relative;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .select-option .selectBox select {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  padding: 5px 20px;
  height: 45px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  -webkit-appearance: none;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: url(../images/sort-down.png) no-repeat right;
  background-position-x: 96%;
  background-size: 3%;
  width: 100%;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .select-option .overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .select-option #checkboxes {
  display: none;
  border: 0;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  -moz-box-shadow: 0px 3px 6px #00000029;
  -ms-box-shadow: 0px 3px 6px #00000029;
  -o-box-shadow: 0px 3px 6px #00000029;
  border-radius: 11px;
  padding: 20px 20px 20px 40px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .select-option #checkboxes label {
  display: block;
  padding: 0 0 15px 0;
  margin: 0;
  color: #000000;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .select-option #checkboxes label input[type="checkbox"] {
  position: relative;
  border: 1px solid #707070;
  border-radius: 2px;
  margin-right: 15px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .select-option #checkboxes label input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #707070;
  border-radius: 2px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .select-option #checkboxes label input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  background-color: #ffffff;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .select-option #checkboxes label input[type="checkbox"]:checked:after {
  content: "\f156";
  font-family: Flaticon;
  position: absolute;
  top: 2px;
  left: 3px;
  color: #4339f2;
  font-size: 10px;
  font-weight: bold;
  z-index: 999;
  line-height: 15px;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .select-option #checkboxes button {
  border: 1px solid #4339f2;
  background-color: #4339f2;
  padding: 5px 15px;
  color: #ffffff;
  border-radius: 5px;
  display: block;
  margin-left: auto;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .select-option #checkboxes button:focus {
  border: 1px solid #4339f2 !important;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .col-separate {
  width: 48.2%;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .text-shade input[type="text"]::-webkit-input-placeholder {
  color: #c9c9c9;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .text-shade input[type="text"]:-ms-input-placeholder {
  color: #c9c9c9;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .text-shade input[type="text"]::-ms-input-placeholder {
  color: #c9c9c9;
}

.dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .text-shade input[type="text"]::placeholder {
  color: #c9c9c9;
}

.dashboard-sidebar #content .legal-search-page {
  padding-top: 30px;
  background-color: #ffffff;
  padding-bottom: 30px;
}

.dashboard-sidebar #content .legal-search-page .form-group {
  margin-bottom: 25px;
}

.dashboard-sidebar #content .legal-search-page .form-group label {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  padding-bottom: 15px;
}

.dashboard-sidebar #content .legal-search-page .form-group .label-search-page-checkbox .label-search-page-checkbox-inn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
}

.dashboard-sidebar #content .legal-search-page .form-group .label-search-page-checkbox .label-search-page-checkbox-inn:last-child {
  padding-right: 0;
}

.dashboard-sidebar #content .legal-search-page .form-group .label-search-page-checkbox .label-search-page-checkbox-inn label {
  padding-bottom: 0;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}

.dashboard-sidebar #content .legal-search-page .form-group .label-search-page-checkbox .label-search-page-checkbox-inn .form-control {
  height: 18px;
  width: 18px;
  margin-right: 8px;
  border: 2px solid #a7a7a7;
}

.dashboard-sidebar #content .legal-search-page .form-group .label-search-page-checkbox .label-search-page-checkbox-inn input[type="checkbox"] {
  position: relative;
  border: 2px solid #a7a7a7;
  border-radius: 2px;
}

.dashboard-sidebar #content .legal-search-page .form-group .label-search-page-checkbox .label-search-page-checkbox-inn input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: 2px solid #a7a7a7;
  border-radius: 2px;
}

.dashboard-sidebar #content .legal-search-page .form-group .label-search-page-checkbox .label-search-page-checkbox-inn input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  background-color: #ffffff;
}

.dashboard-sidebar #content .legal-search-page .form-group .label-search-page-checkbox .label-search-page-checkbox-inn input[type="checkbox"]:checked:after {
  content: "\f156";
  font-family: Flaticon;
  position: absolute;
  top: 3px;
  left: 4px;
  color: #4339f2;
  font-size: 10px;
  font-weight: bold;
  z-index: 999;
  line-height: 15px;
}

.dashboard-sidebar #content .legal-search-page .form-group .form-control {
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  padding: 5px 20px;
  height: 45px;
  line-height: 35px;
  font-size: 16px;
}

.dashboard-sidebar #content .legal-search-page .form-group .form-group-select select {
  margin-right: 20px;
  border: 1px solid #A7A7A7;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/sort-down.png) no-repeat right;
  background-position-x: 95%;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
}

.dashboard-sidebar #content .legal-search-page .form-group button {
  background-color: #09b172;
  border: 1px solid #09b172;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 50px 10px 50px;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.dashboard-sidebar #content .legal-search-page .form-group button:focus {
  border: 1px solid #09b172 !important;
}

.dashboard-sidebar #content .legal-search-page .form-group button:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
          box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  -moz-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  -ms-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  -o-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  opacity: 0.9;
}

.dashboard-sidebar #content .legal-search-page .form-group-text .form-group-text-inn label {
  color: #A7A7A7;
  font-weight: 400;
  padding-bottom: 10px;
}

.dashboard-sidebar #content .legal-search-page .form-group-text .form-group-text-inn .form-control {
  border: 1px solid #A7A7A7;
  border-radius: 3px;
}

.dashboard-sidebar #content .legal-search-page .form-group-text .form-group-text-inn input {
  margin-right: 20px;
}

.dashboard-sidebar #content .legal-search-page .custom-table .table .table-inside-table thead tr th {
  font-weight: 500;
  padding-bottom: 0;
}

.dashboard-sidebar #content .legal-search-page .custom-table .table .table-inside-table thead tr th:first-child {
  padding-left: 0;
}

.dashboard-sidebar #content .legal-search-page .custom-table .table .table-inside-table tbody tr td {
  font-weight: 400;
  color: #000000;
  padding-top: 0;
}

.dashboard-sidebar #content .legal-search-page .custom-table .table .table-inside-table tbody tr td:first-child {
  padding-left: 0;
}

.dashboard-sidebar #content .government-business {
  padding: 30px 0;
}

.dashboard-sidebar #content .government-business .government-business-content {
  background-color: #ffffff;
  border-radius: 11px;
}

.dashboard-sidebar #content .government-business .government-business-content .government-business-heading {
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dashboard-sidebar #content .government-business .government-business-content .government-business-heading h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

.dashboard-sidebar #content .government-business .government-business-content .government-business-heading ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dashboard-sidebar #content .government-business .government-business-content .government-business-heading ul li:first-child {
  padding-right: 15px;
}

.dashboard-sidebar #content .government-business .government-business-content .government-business-heading ul li a {
  display: block;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
}

.dashboard-sidebar #content .government-business .government-business-content .government-business-heading ul li .download-template {
  border: 1px solid #dbdbdb;
  color: #000000;
  background-color: #ffffff;
}

.dashboard-sidebar #content .government-business .government-business-content .government-business-heading ul li .upload-file {
  border: 1px solid #4339f2;
  background-color: #4339f2;
  color: #ffffff;
}

.dashboard-sidebar #content .government-business .government-business-content table thead {
  background-color: #fafaff;
}

.dashboard-sidebar #content .government-business .government-business-content table thead tr th {
  border: 0;
  color: #8c8cae;
  font-size: 14px;
  font-weight: 500;
}

.dashboard-sidebar #content .government-business .government-business-content table thead tr th:first-child {
  padding-left: 40px;
}

.dashboard-sidebar #content .government-business .government-business-content table thead tr th i {
  font-weight: 500;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #e9e9e9;
  border-top: 0;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td:first-child {
  padding-left: 40px;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td ul li {
  padding-right: 10px;
  font-weight: 400;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td ul li:last-child {
  padding-right: 0;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td ul li i {
  color: #4339f2;
  font-weight: 700;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td .result-pass {
  background-color: #e6f7f1;
  color: #09b172;
  display: inline-block;
  padding: 3px 0px;
  min-width: 40px;
  text-align: center;
  border-radius: 6px;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td .result-fail {
  background-color: #ffeded;
  color: #ff7a7a;
  display: inline-block;
  padding: 3px 0px;
  min-width: 40px;
  text-align: center;
  border-radius: 6px;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td .status-failed {
  color: #ff7a7a;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td .flaticon-download-3 {
  color: #000000;
  font-size: 19px;
  font-weight: 500;
  margin-left: 5px;
  padding-top: 2px;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td .flaticon-upload {
  color: #000000;
  font-size: 19px;
  font-weight: 500;
  margin-left: 5px;
  padding-top: 2px;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td input[type="checkbox"] {
  position: relative;
  border: 1px solid #707070;
  border-radius: 2px;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #707070;
  border-radius: 2px;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  background-color: #ffffff;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td input[type="checkbox"]:checked:after {
  content: "\f156";
  font-family: Flaticon;
  position: absolute;
  top: 2px;
  left: 3px;
  color: #4339f2;
  font-size: 10px;
  font-weight: bold;
  z-index: 999;
  line-height: 15px;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td .upload-button {
  background-color: #09b172;
  border: 1px solid #09b172;
  border-radius: 12px;
  padding: 4px 12px;
  color: #ffffff;
  font-weight: 400;
  display: block;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td .upload-button:focus {
  border: 1px solid #09b172 !important;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td .status-update-button {
  background-color: #20bb25;
  border: 1px solid #20bb25;
  border-radius: 15px;
  padding: 4px 15px;
  color: #ffffff;
  font-weight: 400;
  display: block;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td .status-update-button:focus {
  border: 1px solid #20bb25 !important;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td .status-gray-button {
  background-color: #8c8cae;
  border: 1px solid #8c8cae;
  border-radius: 15px;
  padding: 4px 15px;
  color: #ffffff;
  font-weight: 400;
  display: block;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td .status-gray-button:focus {
  border: 1px solid #8c8cae !important;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td .status-light-gray-button {
  background-color: #e3e3e3;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  padding: 4px 15px;
  color: #b9b9b9;
  font-weight: 400;
  display: block;
}

.dashboard-sidebar #content .government-business .government-business-content table tbody tr td .status-light-gray-button:focus {
  border: 1px solid #e3e3e3 !important;
}

.dashboard-sidebar #content .mh-upload {
  padding-top: 30px;
  height: 80vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dashboard-sidebar #content .mh-upload .mh-upload-card {
  padding: 0 100px;
}

.dashboard-sidebar #content .mh-upload .mh-upload-card a {
  display: block;
  width: 100%;
  color: #000000;
}

.dashboard-sidebar #content .mh-upload .mh-upload-card a .card {
  background-color: #ffffff;
  border-radius: 10px;
}

.dashboard-sidebar #content .mh-upload .mh-upload-card a .card .card-inn-1 {
  padding-bottom: 10px;
}

.dashboard-sidebar #content .mh-upload .mh-upload-card a .card .card-inn-1 h4 {
  font-size: 13px;
  font-weight: 400;
  color: #a7a7a7;
  line-height: 18px;
}

.dashboard-sidebar #content .mh-upload .mh-upload-card a .card .card-inn-1 h3 {
  font-weight: 700;
  font-size: 18px;
}

.dashboard-sidebar #content .mh-upload .mh-upload-card a .card .card-inn-2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.dashboard-sidebar #content .mh-upload .mh-upload-card a .card .card-inn-2 h5 {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}

.dashboard-sidebar #content .mh-upload .mh-upload-card a .card .card-inn-2 p {
  font-size: 13px;
  font-weight: 400;
  color: #a7a7a7;
  line-height: 18px;
}

.dashboard-sidebar #content .fixed-bottom-buttons {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 15px 30px 0px 90px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px #00000029;
          box-shadow: 0px 0px 6px #00000029;
  -ms-box-shadow: 0px 0px 6px #00000029;
  -moz-box-shadow: 0px 0px 6px #00000029;
  -o-box-shadow: 0px 0px 6px #00000029;
  display: block;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.dashboard-sidebar #content .fixed-bottom-buttons button {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 8px;
  padding: 8px 30px;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.dashboard-sidebar #content .fixed-bottom-buttons .dropdown-button {
  border: 0;
  padding: 0;
  position: relative;
}

.dashboard-sidebar #content .fixed-bottom-buttons .dropdown-button .dropdown .primary-btn {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  border: 2px solid #4339f2;
  border-radius: 5px;
  padding: 10px 20px;
  line-height: 20px;
  display: block;
  background-color: #4339f2;
}

.dashboard-sidebar #content .fixed-bottom-buttons .dropdown-button .dropdown .primary-btn i {
  float: right;
  padding-left: 5px;
}

.dashboard-sidebar #content .fixed-bottom-buttons .dropdown-button .dropdown .dropdown-menu {
  min-width: 100%;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.dashboard-sidebar #content .fixed-bottom-buttons .dropdown-button .dropdown .dropdown-menu ul {
  display: block;
  float: unset;
}

.dashboard-sidebar #content .fixed-bottom-buttons .dropdown-button .dropdown .dropdown-menu ul li {
  margin-right: 0;
}

.dashboard-sidebar #content .fixed-bottom-buttons .dropdown-button .dropdown .dropdown-menu ul li .dropdown-item {
  border: 0;
  width: 100%;
}

.dashboard-sidebar #content .fixed-bottom-buttons .dropdown-button .dropdown .dropdown-menu ul li .dropdown-item:last-child {
  background-color: transparent;
  color: #000000;
}

.dashboard-sidebar #content .fixed-bottom-buttons .dropdown-button .dropdown.show .primary-btn i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  padding-left: 0;
  padding-right: 5px;
  margin-top: -3px;
}

.dashboard-sidebar #content .fixed-bottom-buttons .back-button {
  background-color: #ffffff;
  border: 2px solid #d9dade;
  color: #000000;
  position: relative;
}

.dashboard-sidebar #content .fixed-bottom-buttons .back-button::before {
  position: absolute;
  content: "\f10d";
  top: 7px;
  left: 12px;
  font-family: Flaticon;
  font-size: 10px;
  font-weight: bold;
}

.dashboard-sidebar #content .fixed-bottom-buttons .back-button:focus {
  border: 2px solid #d9dade !important;
}

.dashboard-sidebar #content .fixed-bottom-buttons .download-report-button {
  background-color: #5858ff;
  border: 2px solid #5858ff;
  color: #ffffff;
  position: relative;
  padding: 8px 35px 8px 15px;
  font-weight: 400;
}

.dashboard-sidebar #content .fixed-bottom-buttons .download-report-button::before {
  position: absolute;
  content: "\f109";
  top: 7px;
  right: 11px;
  font-family: Flaticon;
  font-size: 14px;
  font-weight: bold;
}

.dashboard-sidebar #content .fixed-bottom-buttons .download-report-button:focus {
  border: 2px solid #5858ff !important;
}

.dashboard-sidebar #content .fixed-bottom-buttons .button-bordered {
  background-color: #ffffff;
  border: 2px solid #d9dade;
  color: #000000;
  position: relative;
}

.dashboard-sidebar #content .fixed-bottom-buttons .button-bordered:focus {
  border: 2px solid #d9dade !important;
}

.dashboard-sidebar #content .fixed-bottom-buttons .button-bordered-green {
  background-color: #ffffff;
  border: 2px solid #09b172;
  color: #09b172;
  position: relative;
}

.dashboard-sidebar #content .fixed-bottom-buttons .button-bordered-green:focus {
  border: 2px solid #09b172 !important;
}

.dashboard-sidebar #content .fixed-bottom-buttons .button-bordered-green:before {
  background-color: #09b172;
}

.dashboard-sidebar #content .fixed-bottom-buttons .button-bordered-red {
  background-color: #ffffff;
  border: 2px solid #ff5353;
  color: #ff5353;
  position: relative;
}

.dashboard-sidebar #content .fixed-bottom-buttons .button-bordered-red:focus {
  border: 2px solid #ff5353 !important;
}

.dashboard-sidebar #content .fixed-bottom-buttons .button-bordered-red:before {
  background-color: #ff5353;
}

.dashboard-sidebar #content .fixed-bottom-buttons .button-green {
  position: relative;
  background-color: #09b172;
  border: 2px solid #09b172;
  color: #ffffff;
  padding: 8px 30px;
}

.dashboard-sidebar #content .fixed-bottom-buttons .button-green:focus {
  border: 2px solid #09b172 !important;
}

.dashboard-sidebar #content .fixed-bottom-buttons .button-green:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
          box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  -moz-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  -ms-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  -o-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  opacity: 0.9;
}

.dashboard-sidebar #content .vendor-fixed-buttons {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 15px 30px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px #00000029;
          box-shadow: 0px 0px 6px #00000029;
  -ms-box-shadow: 0px 0px 6px #00000029;
  -moz-box-shadow: 0px 0px 6px #00000029;
  -o-box-shadow: 0px 0px 6px #00000029;
  display: block;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.dashboard-sidebar #content .vendor-fixed-buttons button {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 8px;
  padding: 8px 30px;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.dashboard-sidebar #content .vendor-fixed-buttons .common-bordered-button {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #d8d9de;
}

.dashboard-sidebar #content .vendor-fixed-buttons .common-bordered-button:focus {
  border: 2px solid #d9dade !important;
}

.dashboard-sidebar #content .vendor-fixed-buttons .back-button {
  background-color: #ffffff;
  border: 2px solid #d9dade;
  color: #000000;
  position: relative;
}

.dashboard-sidebar #content .vendor-fixed-buttons .back-button::before {
  position: absolute;
  content: "\f10d";
  top: 7px;
  left: 12px;
  font-family: Flaticon;
  font-size: 10px;
  font-weight: bold;
}

.dashboard-sidebar #content .vendor-fixed-buttons .back-button:focus {
  border: 2px solid #d9dade !important;
}

.dashboard-sidebar #content .vendor-fixed-buttons .save-later-button {
  position: relative;
  background-color: #4339f2;
  border: 2px solid #4339f2;
  color: #ffffff;
  padding: 8px 20px 8px 40px;
}

.dashboard-sidebar #content .vendor-fixed-buttons .save-later-button:before {
  position: absolute;
  content: "\f15c";
  top: 7px;
  left: 12px;
  font-family: Flaticon;
  font-size: 17px;
}

.dashboard-sidebar #content .vendor-fixed-buttons .save-later-button:focus {
  border: 2px solid #4339f2 !important;
}

.dashboard-sidebar #content .vendor-fixed-buttons .save-later-button:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
          box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -moz-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -ms-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -o-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  opacity: 0.9;
}

.dashboard-sidebar #content .vendor-fixed-buttons .next-button {
  background-color: #ffffff;
  border: 2px solid #d9dade;
  color: #000000;
  position: relative;
}

.dashboard-sidebar #content .vendor-fixed-buttons .next-button::before {
  position: absolute;
  content: "\f10c";
  top: 7px;
  right: 12px;
  font-family: Flaticon;
  font-size: 10px;
  font-weight: bold;
}

.dashboard-sidebar #content .vendor-fixed-buttons .next-button:focus {
  border: 2px solid #d9dade !important;
}

.dashboard-sidebar #content .vendor-fixed-buttons .approve-button {
  background-color: #09b172;
  color: #ffffff;
  border: 2px solid #09b172;
}

.dashboard-sidebar #content .vendor-fixed-buttons .approve-button:focus {
  border: 2px solid #09b172 !important;
}

.dashboard-sidebar #content .vendor-fixed-buttons .approve-button:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
          box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  -moz-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  -ms-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  -o-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  opacity: 0.9;
}

.dashboard-sidebar #content .medical-audit-fixed-buttons {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 15px 30px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px #00000029;
          box-shadow: 0px 0px 6px #00000029;
  -ms-box-shadow: 0px 0px 6px #00000029;
  -moz-box-shadow: 0px 0px 6px #00000029;
  -o-box-shadow: 0px 0px 6px #00000029;
  display: block;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.dashboard-sidebar #content .medical-audit-fixed-buttons button {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 8px;
  padding: 8px 30px;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.dashboard-sidebar #content .medical-audit-fixed-buttons .common-bordered-button {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #d8d9de;
}

.dashboard-sidebar #content .medical-audit-fixed-buttons .common-bordered-button:focus {
  border: 2px solid #d9dade !important;
}

.dashboard-sidebar #content .medical-audit-fixed-buttons .back-button {
  background-color: #ffffff;
  border: 2px solid #d9dade;
  color: #000000;
  position: relative;
}

.dashboard-sidebar #content .medical-audit-fixed-buttons .back-button::before {
  position: absolute;
  content: "\f10d";
  top: 7px;
  left: 12px;
  font-family: Flaticon;
  font-size: 10px;
  font-weight: bold;
}

.dashboard-sidebar #content .medical-audit-fixed-buttons .back-button:focus {
  border: 2px solid #d9dade !important;
}

.dashboard-sidebar #content .medical-audit-fixed-buttons .save-later-button {
  position: relative;
  background-color: #4339f2;
  border: 2px solid #4339f2;
  color: #ffffff;
  padding: 8px 20px 8px 40px;
}

.dashboard-sidebar #content .medical-audit-fixed-buttons .save-later-button:before {
  position: absolute;
  content: "\f15c";
  top: 7px;
  left: 12px;
  font-family: Flaticon;
  font-size: 17px;
}

.dashboard-sidebar #content .medical-audit-fixed-buttons .save-later-button:focus {
  border: 2px solid #4339f2 !important;
}

.dashboard-sidebar #content .medical-audit-fixed-buttons .save-later-button:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
          box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -moz-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -ms-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -o-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  opacity: 0.9;
}

.dashboard-sidebar #content .medical-audit-fixed-buttons .next-button {
  background-color: #ffffff;
  border: 2px solid #d9dade;
  color: #000000;
  position: relative;
}

.dashboard-sidebar #content .medical-audit-fixed-buttons .next-button::before {
  position: absolute;
  content: "\f10c";
  top: 7px;
  right: 12px;
  font-family: Flaticon;
  font-size: 10px;
  font-weight: bold;
}

.dashboard-sidebar #content .medical-audit-fixed-buttons .next-button:focus {
  border: 2px solid #d9dade !important;
}

.dashboard-sidebar #content .medical-audit-fixed-buttons .approve-button {
  background-color: #09b172;
  color: #ffffff;
  border: 2px solid #09b172;
}

.dashboard-sidebar #content .medical-audit-fixed-buttons .approve-button:focus {
  border: 2px solid #09b172 !important;
}

.dashboard-sidebar #content .medical-audit-fixed-buttons .approve-button:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
          box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  -moz-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  -ms-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  -o-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  opacity: 0.9;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-switch {
  padding-right: 20px;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-switch ul {
  background-color: #ffffff;
  border-radius: 11px;
  padding: 10px;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-switch ul li {
  display: inline-block;
  border-radius: 9px;
  margin-right: 10px;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-switch ul li.active {
  background-color: #4339f2;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-switch ul li.active a {
  color: #ffffff;
  padding: 6px 10px;
  display: block;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-switch ul li.active a i {
  color: #ffffff;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-switch ul li a {
  color: #d8d8d8;
  font-weight: 400;
  font-size: 16px;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-switch ul li a i {
  color: #d8d8d8;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-form .map-search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-form .map-search .map-form-inn {
  position: relative;
  margin-right: 20px;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-form .map-search .map-form-inn:last-child {
  margin-right: 0;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-form .map-search .map-form-inn input[type="text"] {
  color: #bebebe;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  border: 0;
  border-radius: 11px;
  background-color: #ffffff;
  padding: 18px 30px 18px 20px;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-form .map-search .map-form-inn input[type="text"]::-webkit-input-placeholder {
  color: #bebebe;
  font-size: 15px;
  line-height: 20px;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-form .map-search .map-form-inn input[type="text"]:-ms-input-placeholder {
  color: #bebebe;
  font-size: 15px;
  line-height: 20px;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-form .map-search .map-form-inn input[type="text"]::-ms-input-placeholder {
  color: #bebebe;
  font-size: 15px;
  line-height: 20px;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-form .map-search .map-form-inn input[type="text"]::placeholder {
  color: #bebebe;
  font-size: 15px;
  line-height: 20px;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-form .map-search .map-form-inn i {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #bebebe;
  font-weight: 400;
  font-size: 16px;
}

.dashboard-sidebar #content .investigator-form-map .manual-table {
  background-color: #ffffff;
  border-radius: 11px;
}

.dashboard-sidebar #content .investigator-form-map .manual-table .manual-table-heading {
  padding-bottom: 30px;
  padding-left: 40px;
  padding-top: 30px;
}

.dashboard-sidebar #content .investigator-form-map .manual-table .manual-table-heading h3 {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.dashboard-sidebar #content .investigator-form-map .manual-table table thead tr th {
  font-weight: 500;
  color: #8c8cae;
  vertical-align: middle;
  border-bottom: 0;
  border-top: 1px solid #e9e9e9;
}

.dashboard-sidebar #content .investigator-form-map .manual-table table thead tr th:first-child {
  padding-left: 40px;
}

.dashboard-sidebar #content .investigator-form-map .manual-table table tbody tr td {
  font-weight: 500;
  font-size: 14px;
  vertical-align: middle;
  border-top: 1px solid #e9e9e9;
}

.dashboard-sidebar #content .investigator-form-map .manual-table table tbody tr td:first-child {
  padding-left: 40px;
}

.dashboard-sidebar #content .report-submit {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
}

.dashboard-sidebar #content .report-submit .report-submit-cards {
  padding: 20px 0px;
}

.dashboard-sidebar #content .report-submit .report-submit-cards .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn {
  position: relative;
}

.dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn::after {
  position: absolute;
  content: "";
  top: -22px;
  right: -15px;
  background-color: #ecebeb;
  height: 80px;
  width: 1px;
}

.dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn ul li {
  display: inline-block;
  padding-bottom: 5px;
}

.dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn ul li i {
  padding-right: 5px;
}

.dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn ul li .not-filled {
  color: #dbdbdb;
}

.dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn ul li .yet-start {
  color: #4339f2;
}

.dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn ul li .partial-filled {
  color: #ffbd3a;
}

.dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn ul li .completed {
  color: #20bb25;
}

.dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn ul li:last-child {
  text-align: left;
}

.dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}

.dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
}

.dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn .report-submit-icon {
  position: absolute;
  top: 7px;
  right: 35px;
}

.dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn .report-submit-icon i {
  padding: 6px 8px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
}

.dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn .report-id-icon {
  background-color: #4339f2;
}

.dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn .report-progress-icon {
  background-color: #fcb206;
}

.dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn .report-assigned-icon {
  background-color: #34b439;
}

.dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-list {
  background-color: #f3f1ff;
  border-radius: 4px;
  padding: 10px 30px;
}

.dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-list::after {
  display: none;
}

.dashboard-sidebar #content .report-submit-form {
  padding-bottom: 100px;
  background-color: #ffffff;
}

.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list {
  padding-top: 30px;
  padding-left: 40px;
}

.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar {
  padding-bottom: 35px;
}

.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar p a {
  color: #7a7a7a;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar p a i {
  font-size: 16px;
}

.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar p .active {
  color: #000000;
}

.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar p .verified i {
  color: #20bb25;
  font-size: 14px;
  font-weight: normal;
}

.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse .toggle-list,
.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse.show .toggle-list,
.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapsing .toggle-list {
  position: relative;
}

.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse .toggle-list ul li,
.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse.show .toggle-list ul li,
.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapsing .toggle-list ul li {
  padding-left: 25px;
}

.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse .toggle-list ul li:first-child a,
.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse.show .toggle-list ul li:first-child a,
.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapsing .toggle-list ul li:first-child a {
  padding-top: 20px;
}

.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse .toggle-list ul li a,
.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse.show .toggle-list ul li a,
.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapsing .toggle-list ul li a {
  color: #7a7a7a;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  display: block;
}

.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse .toggle-list ul li a i,
.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse.show .toggle-list ul li a i,
.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapsing .toggle-list ul li a i {
  color: #a7a7a7;
}

.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse .toggle-list ul li a::before,
.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse.show .toggle-list ul li a::before,
.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapsing .toggle-list ul li a::before {
  position: absolute;
  content: "";
  top: 30px;
  left: -17px;
  width: 14px;
  height: 1px;
  background-color: #d5d5d5;
}

.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse .toggle-list ul li a::after,
.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse.show .toggle-list ul li a::after,
.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapsing .toggle-list ul li a::after {
  position: absolute;
  content: "";
  top: -4px;
  left: -18px;
  width: 1px;
  height: 96px;
  background-color: #d5d5d5;
}

.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse .toggle-list ul li a.active i,
.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse.show .toggle-list ul li a.active i,
.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapsing .toggle-list ul li a.active i {
  color: #4339f2;
  font-size: 14px;
}

.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse .toggle-list ul li .verified i,
.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse.show .toggle-list ul li .verified i,
.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapsing .toggle-list ul li .verified i {
  color: #20bb25;
  font-size: 14px;
  font-weight: normal;
}

.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse .toggle-list ul li:last-child a::after,
.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse.show .toggle-list ul li:last-child a::after,
.dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapsing .toggle-list ul li:last-child a::after {
  position: absolute;
  content: "";
  top: -4px;
  left: -18px;
  width: 1px;
  height: 35px;
  background-color: #D5D5D5;
}

.dashboard-sidebar #content .report-submit-form .form-fields {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 35px #0000000f;
          box-shadow: 0px 3px 35px #0000000f;
  -ms-box-shadow: 0px 3px 35px #0000000f;
  -moz-box-shadow: 0px 3px 35px #0000000f;
  -o-box-shadow: 0px 3px 35px #0000000f;
  padding: 30px 20px 30px 40px;
  border-radius: 15px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 15px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-heading h3 {
  color: #2b2b2b;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-heading button {
  border: 1px solid #d9dade;
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  border-radius: 4px;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  padding: 8px 20px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-heading button i {
  color: #4339f2;
  padding-right: 5px;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-heading button:hover {
  background-color: #4339f2;
  color: #ffffff;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-heading button:hover i {
  color: #ffffff;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-heading button:focus {
  border: 1px solid #d9dade !important;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report {
  padding-top: 30px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report .evidence-grid-sec .qc-radio .qc-radio-inn input[type="radio"] + .qc-radio-label {
  color: #000000;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report .evidence-grid-sec h4 {
  color: #000000;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group {
  padding-right: 20px;
  margin-bottom: 30px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group ul li {
  color: #d2ceff;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group ul li:last-child {
  font-weight: 700;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .text-content h3 {
  color: #d2ceff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .text-content p {
  font-size: 24px;
  color: #d2ceff;
  font-weight: 700;
  line-height: 32px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .qc-checkbox .qc-checkbox-inn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .qc-checkbox .qc-checkbox-inn:last-child {
  padding-right: 0;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .qc-checkbox .qc-checkbox-inn label {
  padding-bottom: 0;
  color: #000000;
  font-weight: 500;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .qc-checkbox .qc-checkbox-inn .form-control {
  height: 16px;
  width: 16px;
  margin-right: 8px;
  border: 2px solid #a7a7a7;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .qc-checkbox .qc-checkbox-inn input[type="checkbox"] {
  position: relative;
  border: 2px solid #a7a7a7;
  border-radius: 2px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .qc-checkbox .qc-checkbox-inn input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: 2px solid #a7a7a7;
  border-radius: 2px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .qc-checkbox .qc-checkbox-inn input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  background-color: #ffffff;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .qc-checkbox .qc-checkbox-inn input[type="checkbox"]:checked:after {
  content: "\f156";
  font-family: Flaticon;
  position: absolute;
  top: 2px;
  left: 3px;
  color: #4339f2;
  font-size: 10px;
  font-weight: bold;
  z-index: 999;
  line-height: 15px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .qc-radio .qc-radio-inn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
  position: relative;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .qc-radio .qc-radio-inn input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .qc-radio .qc-radio-inn input[type="radio"] + .qc-radio-label {
  padding-bottom: 0;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .qc-radio .qc-radio-inn input[type="radio"] + .qc-radio-label:before {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #a7a7a7;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .qc-radio .qc-radio-inn input[type="radio"]:checked + .qc-radio-label:before {
  background-color: #4339f2;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
          box-shadow: inset 0 0 0 2px #ffffff;
  -ms-box-shadow: inset 0 0 0 2px #ffffff;
  -moz-box-shadow: inset 0 0 0 2px #ffffff;
  -o-box-shadow: inset 0 0 0 2px #ffffff;
  border: 1px solid #a7a7a7;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .qc-radio .qc-radio-inn input[type="radio"]:focus + .qc-radio-label:before {
  outline: none;
  border-color: #a7a7a7;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .qc-radio .qc-radio-inn input[type="radio"]:disabled + .qc-radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 4px #ffffff;
  -ms-box-shadow: inset 0 0 0 4px #ffffff;
  -moz-box-shadow: inset 0 0 0 4px #ffffff;
  -o-box-shadow: inset 0 0 0 4px #ffffff;
  border-color: black;
  background: black;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .qc-radio .qc-radio-inn input[type="radio"] + .qc-radio-label:empty:before {
  margin-right: 0;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .radio-button-2 label {
  color: #000000;
  font-weight: 500;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .radio-button-2 .radio-button-2-inn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
  position: relative;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .radio-button-2 .radio-button-2-inn input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .radio-button-2 .radio-button-2-inn input[type="radio"] + .radio-button-label {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .radio-button-2 .radio-button-2-inn input[type="radio"] + .radio-button-label:before {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #a7a7a7;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .radio-button-2 .radio-button-2-inn input[type="radio"]:checked + .radio-button-label:before {
  background-color: #4339f2;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
          box-shadow: inset 0 0 0 2px #ffffff;
  -ms-box-shadow: inset 0 0 0 2px #ffffff;
  -moz-box-shadow: inset 0 0 0 2px #ffffff;
  -o-box-shadow: inset 0 0 0 2px #ffffff;
  border: 1px solid #a7a7a7;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .radio-button-2 .radio-button-2-inn input[type="radio"]:focus + .radio-button-label:before {
  outline: none;
  border-color: #a7a7a7;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .radio-button-2 .radio-button-2-inn input[type="radio"]:disabled + .radio-button-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 4px #ffffff;
  -ms-box-shadow: inset 0 0 0 4px #ffffff;
  -moz-box-shadow: inset 0 0 0 4px #ffffff;
  -o-box-shadow: inset 0 0 0 4px #ffffff;
  border-color: black;
  background: black;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .radio-button-2 .radio-button-2-inn input[type="radio"] + .radio-button-label:empty:before {
  margin-right: 0;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group label {
  color: #a7a7a7;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 10px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .form-control {
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  padding: 5px 20px;
  height: 45px;
  line-height: 35px;
  font-size: 16px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group i {
  position: absolute;
  top: 44px;
  right: 35px;
  color: #4339f2;
  font-weight: 400;
  font-size: 14px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group select {
  color: #000000;
  padding: 5px 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/sort-down.png) no-repeat right;
  background-position-x: 98%;
  width: 100%;
  font-weight: 700;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group input[type="date"] {
  position: relative;
  padding: 10px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group input[type="date"]:before {
  color: transparent;
  background: none;
  display: block;
  font-family: Flaticon;
  content: "\f13c";
  width: 18px;
  height: 20px;
  font-size: 18px;
  font-weight: medium;
  position: absolute;
  top: 4px;
  right: 15px;
  color: #4339f2;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .custom-file-input {
  position: relative;
  z-index: 0 !important;
  width: 100%;
  margin: 0;
  opacity: 1;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  padding: 5px 0px;
  height: 45px;
  font-size: 16px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .custom-file-input::before {
  position: absolute;
  content: "Browse & Upload";
  display: inline-block;
  background: #ffffff;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 17px;
  width: 100%;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .custom-file-input::after {
  position: absolute;
  content: "\f150";
  font-family: Flaticon;
  top: 8px;
  right: 12px;
  font-weight: 700;
  font-size: 18px;
  color: #4339f2;
  z-index: 0;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group input[type="text"] {
  color: #000000;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group input::-webkit-input-placeholder {
  color: #bbbbbb;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group input:-ms-input-placeholder {
  color: #bbbbbb;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group input::-ms-input-placeholder {
  color: #bbbbbb;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group input::placeholder {
  color: #bbbbbb;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group input[type="number"]::-webkit-inner-spin-button,
.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group textarea {
  padding: 5px 20px;
  height: 60px;
  outline: 0;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .placeholder-active label {
  color: #a7a7a7;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .placeholder-active input::-webkit-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .placeholder-active input:-ms-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .placeholder-active input::-ms-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .placeholder-active input::placeholder {
  color: #000000;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .placeholder-active select {
  color: #000000;
  background-color: #f3f1ff !important;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .placeholder-active .form-control {
  color: #000000;
  background-color: #f3f1ff !important;
  border: 1px solid #f3f1ff;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .default-active label {
  color: #d2ceff;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .default-active .form-control {
  color: #000000;
  background-color: #f3f1ff;
  border: 1px solid #f3f1ff;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .default-active input::-webkit-input-placeholder {
  color: #d2ceff;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .default-active input:-ms-input-placeholder {
  color: #d2ceff;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .default-active input::-ms-input-placeholder {
  color: #d2ceff;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .default-active input::placeholder {
  color: #d2ceff;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .default-active-textarea textarea {
  height: 94px !important;
  border: 0 !important;
  border-radius: 8px;
  color: #000000;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .default-active-textarea .form-control {
  background-color: #ffffff;
  border: 1px solid #d2ceff !important;
  border-radius: 8px;
  color: #000000;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .default-active-textarea textarea::-webkit-input-placeholder {
  color: #d2ceff;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .default-active-textarea textarea:-ms-input-placeholder {
  color: #d2ceff;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .default-active-textarea textarea::-ms-input-placeholder {
  color: #d2ceff;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .default-active-textarea textarea::placeholder {
  color: #d2ceff;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .active-textarea textarea {
  height: 136px !important;
  border-radius: 8px;
  color: #000000;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .active-textarea textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .active-textarea textarea:-ms-input-placeholder {
  color: #bbbbbb;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .active-textarea textarea::-ms-input-placeholder {
  color: #bbbbbb;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .active-textarea textarea::placeholder {
  color: #bbbbbb;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .field-active input::-webkit-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .field-active input:-ms-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .field-active input::-ms-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .field-active input::placeholder {
  color: #000000;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .field-active select {
  color: #000000;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .field-active .form-control {
  color: #000000;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .radio-buttons ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .radio-buttons ul li input[type="radio"] {
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Chrome, Safari, Opera */
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .radio-buttons ul li span {
  display: block;
  padding-left: 10px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .radio-buttons .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .radio-buttons .radio input[type="radio"] + .radio-label {
  padding-bottom: 0;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .radio-buttons .radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #dcdcdc;
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .radio-buttons .radio input[type="radio"]:checked + .radio-label:before {
  background-color: #00a241;
  -webkit-box-shadow: inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 4px #ffffff;
  -ms-box-shadow: inset 0 0 0 4px #ffffff;
  -moz-box-shadow: inset 0 0 0 4px #ffffff;
  -o-box-shadow: inset 0 0 0 4px #ffffff;
  border: 1px solid #00a241;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .radio-buttons .radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #00a241;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .radio-buttons .radio input[type="radio"]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 4px #ffffff;
  -ms-box-shadow: inset 0 0 0 4px #ffffff;
  -moz-box-shadow: inset 0 0 0 4px #ffffff;
  -o-box-shadow: inset 0 0 0 4px #ffffff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .radio-buttons .radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .observation-textarea textarea {
  border: 0 !important;
  border-radius: 8px;
  background-color: #fbfbfb;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .observation-textarea textarea::-webkit-input-placeholder {
  color: #c9c9c9;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .observation-textarea textarea:-ms-input-placeholder {
  color: #c9c9c9;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .observation-textarea textarea::-ms-input-placeholder {
  color: #c9c9c9;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .observation-textarea textarea::placeholder {
  color: #c9c9c9;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .textarea-medium {
  padding-bottom: 30px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .textarea-medium textarea {
  height: 115px !important;
  border: 0 !important;
  border-radius: 8px;
  background-color: #fbfbfb;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .textarea-medium textarea::-webkit-input-placeholder {
  color: #c9c9c9;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .textarea-medium textarea:-ms-input-placeholder {
  color: #c9c9c9;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .textarea-medium textarea::-ms-input-placeholder {
  color: #c9c9c9;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .textarea-medium textarea::placeholder {
  color: #c9c9c9;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .textarea-controllable textarea {
  height: 74px !important;
  border: 0 !important;
  border-radius: 8px;
  color: #000000;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .textarea-controllable .form-control {
  background-color: #ffffff;
  border: 1px solid #A7A7A7 !important;
  border-radius: 8px;
  color: #000000;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .textarea-controllable textarea::-webkit-input-placeholder {
  color: #495057;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .textarea-controllable textarea:-ms-input-placeholder {
  color: #495057;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .textarea-controllable textarea::-ms-input-placeholder {
  color: #495057;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .textarea-controllable textarea::placeholder {
  color: #495057;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 15px 30px 0px 90px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px #00000029;
          box-shadow: 0px 0px 6px #00000029;
  -ms-box-shadow: 0px 0px 6px #00000029;
  -moz-box-shadow: 0px 0px 6px #00000029;
  -o-box-shadow: 0px 0px 6px #00000029;
  display: block;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons button {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 8px;
  padding: 8px 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons .button-bordered {
  background-color: #ffffff;
  border: 2px solid #d9dade;
  color: #000000;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons .button-bordered:focus {
  border: 2px solid #d9dade !important;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons .save-later-button {
  position: relative;
  background-color: #4339f2;
  border: 2px solid #4339f2;
  color: #ffffff;
  padding: 8px 20px 8px 40px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons .save-later-button:before {
  position: absolute;
  content: "\f15c";
  top: 7px;
  left: 12px;
  font-family: Flaticon;
  font-size: 17px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons .save-later-button:focus {
  border: 2px solid #4339f2 !important;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons .save-later-button:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
          box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -moz-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -ms-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -o-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  opacity: 0.9;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons .back-button {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #d9dade;
  color: #000000;
  padding: 8px 30px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons .back-button:before {
  position: absolute;
  content: "\f10d";
  top: 7px;
  left: 12px;
  font-family: Flaticon;
  font-size: 10px;
  font-weight: bold;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons .back-button:focus {
  border: 2px solid #d9dade !important;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons .next-button {
  position: relative;
  background-color: #09b172;
  border: 2px solid #09b172;
  color: #ffffff;
  padding: 8px 30px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons .next-button:before {
  position: absolute;
  content: "\f10c";
  top: 7px;
  right: 12px;
  font-family: Flaticon;
  font-size: 10px;
  font-weight: bold;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons .next-button:focus {
  border: 2px solid #09b172 !important;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons .button-green {
  position: relative;
  background-color: #09b172;
  border: 2px solid #09b172;
  color: #ffffff;
  padding: 8px 30px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons .button-green:focus {
  border: 2px solid #09b172 !important;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons .button-green:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
          box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  -moz-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  -ms-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  -o-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  opacity: 0.9;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons-2 {
  padding-bottom: 15px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons-2 button {
  background-color: #4339f2;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border: 2px solid #4339f2;
  border-radius: 8px;
  padding: 10px 30px;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons-2 button:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
          box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -moz-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -ms-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -o-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  opacity: 0.9;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons-2 button i {
  font-size: 10px;
  font-weight: bold;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons-2 button:last-child {
  margin-right: 0px;
}

.dashboard-sidebar #content .report-submit-form .form-fields .form-report form .h-45 {
  height: 45px !important;
}

.dashboard-sidebar #content .reports-form {
  padding: 20px 0px 20px;
}

.dashboard-sidebar #content .reports-form .reports-fillter-form {
  padding: 8px 10px;
  margin-bottom: 15px;
  background-color: #f3f1ff;
  border-radius: 10px;
  position: relative;
}

.dashboard-sidebar #content .reports-form .reports-fillter-form .form-group-inn .form-group-select {
  position: relative;
}

.dashboard-sidebar #content .reports-form .reports-fillter-form .form-group-inn .form-group-select select {
  width: 100%;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 10px 10px;
  border: 0;
  font-weight: 500;
  color: #000000;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.dashboard-sidebar #content .reports-form .reports-fillter-form .form-group-inn .form-group-select i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #4339f2;
  font-weight: 700;
}

.dashboard-sidebar #content .reports-form .reports-fillter-form .form-group-inn .form-group-select-2 {
  position: relative;
}

.dashboard-sidebar #content .reports-form .reports-fillter-form .form-group-inn .form-group-select-2 input[type="text"] {
  width: 100%;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 10px 30px 10px;
  border: 0;
  color: #000000;
  font-weight: 400;
}

.dashboard-sidebar #content .reports-form .reports-fillter-form .form-group-inn .form-group-select-2 input[type="text"]::-webkit-input-placeholder {
  color: #ecebeb;
  font-size: 14px;
  line-height: 20px;
}

.dashboard-sidebar #content .reports-form .reports-fillter-form .form-group-inn .form-group-select-2 input[type="text"]:-ms-input-placeholder {
  color: #ecebeb;
  font-size: 14px;
  line-height: 20px;
}

.dashboard-sidebar #content .reports-form .reports-fillter-form .form-group-inn .form-group-select-2 input[type="text"]::-ms-input-placeholder {
  color: #ecebeb;
  font-size: 14px;
  line-height: 20px;
}

.dashboard-sidebar #content .reports-form .reports-fillter-form .form-group-inn .form-group-select-2 input[type="text"]::placeholder {
  color: #ecebeb;
  font-size: 14px;
  line-height: 20px;
}

.dashboard-sidebar #content .reports-form .reports-fillter-form .form-group-inn .form-group-select-2 i {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ecebeb;
  font-weight: 700;
}

.dashboard-sidebar #content .reports-form .reports-fillter-form .form-group-inn input[type="date"] {
  width: 100%;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 10px 10px;
  border: 0;
  font-weight: 500;
}

.dashboard-sidebar #content .reports-form .reports-fillter-form .form-group-inn input[type="date"] ::-webkit-input-placeholder {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}

.dashboard-sidebar #content .reports-form .reports-fillter-form .form-group-inn input[type="date"] :-ms-input-placeholder {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}

.dashboard-sidebar #content .reports-form .reports-fillter-form .form-group-inn input[type="date"] ::-ms-input-placeholder {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}

.dashboard-sidebar #content .reports-form .reports-fillter-form .form-group-inn input[type="date"] ::placeholder {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}

.dashboard-sidebar #content .reports-form .reports-fillter-button {
  text-align: center;
}

.dashboard-sidebar #content .reports-form .reports-fillter-button button {
  background-color: #4339f2;
  border: 2px solid #4339f2;
  border-radius: 8px;
  color: #ffffff;
  padding: 10px 35px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.dashboard-sidebar #content .reports-form .reports-fillter-button button:hover {
  background-color: transparent;
  color: #4339f2;
}

.dashboard-sidebar #content .reports-form .reports-fillter-button button:first-child {
  margin-right: 10px;
}

.dashboard-sidebar #content .reports-form .reports-fillter-button button:focus {
  border: 2px solid #4339f2 !important;
}

.dashboard-sidebar #content .report-fillter-table .report-fillter-table-content {
  padding: 30px 0px 15px 0px;
  background-color: #ffffff;
  border-radius: 10px;
}

.dashboard-sidebar #content .report-fillter-table .report-fillter-table-content .report-fillter-table-heading {
  padding: 0 40px 30px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.dashboard-sidebar #content .report-fillter-table .report-fillter-table-content .report-fillter-table-heading h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
}

.dashboard-sidebar #content .report-fillter-table .report-fillter-table-content .report-fillter-table-heading .dropdown .dropdown-menu {
  min-width: 11.8rem;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.dashboard-sidebar #content .report-fillter-table .report-fillter-table-content .report-fillter-table-heading .dropdown .dropdown-menu ul li .dropdown-item {
  font-size: 16px;
  color: #000000;
  padding-top: 10px;
  position: relative;
}

.dashboard-sidebar #content .report-fillter-table .report-fillter-table-content .report-fillter-table-heading .dropdown .dropdown-menu ul li .dropdown-item:hover {
  background-color: transparent;
}

.dashboard-sidebar #content .report-fillter-table .report-fillter-table-content .report-fillter-table-heading .dropdown .dropdown-menu ul li .dropdown-item::after {
  position: absolute;
  content: "";
  top: 40px;
  left: 23px;
  width: 75%;
  background-color: #f3f1ff;
  height: 0.5px;
}

.dashboard-sidebar #content .report-fillter-table .report-fillter-table-content .report-fillter-table-heading .dropdown .dropdown-button {
  border-radius: 8px;
  padding: 15px 15px 15px 20px;
  background-color: #4339f2;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
}

.dashboard-sidebar #content .profile-jumbotron {
  position: relative;
}

.dashboard-sidebar #content .profile-jumbotron::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#31a6ff), to(#5858ff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #31a6ff 0%, #5858ff 100%) 0% 0% no-repeat padding-box;
}

.dashboard-sidebar #content .profile-content {
  position: relative;
  padding-top: 125px;
}

.dashboard-sidebar #content .profile-content .card {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 30px;
}

.dashboard-sidebar #content .profile-content .card .page-card-1 {
  padding-top: 50px;
}

.dashboard-sidebar #content .profile-content .card .page-card-1 img {
  width: 156px;
  height: 156px;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.dashboard-sidebar #content .profile-content .card .page-card-1 h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #000000;
  text-align: center;
}

.dashboard-sidebar #content .profile-content .card .page-card-1 p {
  color: #8c8cae;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  padding-bottom: 25px;
}

.dashboard-sidebar #content .profile-content .card .page-card-1 ul li {
  padding-bottom: 8px;
}

.dashboard-sidebar #content .profile-content .card .page-card-1 ul li a {
  display: block;
  border: 1px solid #e2e2e2;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
}

.dashboard-sidebar #content .profile-content .card .page-card-2 ul li {
  display: inline-block;
  padding-right: 70px;
  padding-bottom: 10px;
}

.dashboard-sidebar #content .profile-content .card .page-card-2 ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #a7a7a7;
}

.dashboard-sidebar #content .profile-content .card .page-card-2 ul li a.active {
  color: #000000;
  position: relative;
  font-weight: 500;
  z-index: 9999;
  padding-bottom: 11px;
  border-bottom: 3px solid #4339f2;
}

.dashboard-sidebar #content .profile-content .card .page-card-2 form {
  padding-top: 50px;
}

.dashboard-sidebar #content .profile-content .card .page-card-2 form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group label {
  color: #a7a7a7;
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 5px;
}

.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group input[type="text"],
.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group input[type="email"],
.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group input[type="number"],
.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group input[type="password"] {
  color: #a7a7a7;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  font-weight: 500;
}

.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group input[type="text"]::-webkit-input-placeholder,
.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group input[type="email"]::-webkit-input-placeholder,
.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group input[type="number"]::-webkit-input-placeholder,
.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group input[type="password"]::-webkit-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group input[type="text"]:-ms-input-placeholder,
.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group input[type="email"]:-ms-input-placeholder,
.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group input[type="number"]:-ms-input-placeholder,
.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group input[type="password"]:-ms-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group input[type="text"]::-ms-input-placeholder,
.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group input[type="email"]::-ms-input-placeholder,
.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group input[type="number"]::-ms-input-placeholder,
.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group input[type="password"]::-ms-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group input[type="text"]::placeholder,
.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group input[type="email"]::placeholder,
.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group input[type="number"]::placeholder,
.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group input[type="password"]::placeholder {
  color: #000000;
}

.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group .form-control {
  height: 42px;
  padding: 5px 10px;
  line-height: 32px;
}

.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group ul li {
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 10px;
  display: block;
}

.dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group ul li a {
  display: block;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #4339f2;
}

.dashboard-sidebar #content .profile-content .card .page-card-2 form button {
  position: absolute;
  bottom: 20px;
  left: 42%;
}

.dashboard-sidebar #content .profile-content .card-2 {
  position: relative;
  padding: 30px 55px;
}

.dashboard-sidebar #content .profile-content .card-2:after {
  position: absolute;
  content: "";
  top: 66px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
}

.dashboard-sidebar #content .profile-content .card-border {
  position: relative;
}

.dashboard-sidebar #content .profile-content .card-border:before {
  position: absolute;
  content: "";
  top: 35%;
  left: 50%;
  width: 1px;
  height: 200px;
  background-color: #e2dff3;
}

.dashboard-sidebar #content .administrator-card {
  padding-top: 30px;
}

.dashboard-sidebar #content .administrator-card .adiministrator-tab {
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px #0000001c;
          box-shadow: 0px 0px 15px #0000001c;
  -ms-box-shadow: 0px 0px 15px #0000001c;
  -moz-box-shadow: 0px 0px 15px #0000001c;
  -o-box-shadow: 0px 0px 15px #0000001c;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.dashboard-sidebar #content .administrator-card .adiministrator-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f7f7f7;
  padding: 5px 8px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.dashboard-sidebar #content .administrator-card .adiministrator-tab ul li {
  display: block;
  width: 100%;
  text-align: center;
}

.dashboard-sidebar #content .administrator-card .adiministrator-tab ul li a {
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  padding: 10px 30px;
}

.dashboard-sidebar #content .administrator-card .adiministrator-tab ul li a i {
  font-size: 30px;
  font-weight: 500;
  padding-right: 8px;
}

.dashboard-sidebar #content .administrator-card .adiministrator-tab ul li a.active {
  color: #ffffff;
  background-color: #4339f2;
  border-radius: 5px;
}

.dashboard-sidebar #content .administrator-card .adiministrator-tab h3 {
  padding-left: 30px;
  padding-bottom: 25px;
}

.dashboard-sidebar #content .administrator-card .adiministrator-tab h3:last-child {
  padding-bottom: 0;
}

.dashboard-sidebar #content .administrator-card .adiministrator-tab h3 a {
  color: #000000;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}

.dashboard-sidebar #content .administrator-card .adiministrator-tab h3 a.active {
  font-weight: 500;
  border-right: 2px solid #4339f2;
}

.dashboard-sidebar #content .administrator-card .adiministrator-tab h3 a i {
  color: #4339f2;
  padding-right: 8px;
  font-weight: 600;
  font-size: 20px;
}

.dashboard-sidebar #content .administrator-card .card {
  border-radius: 10px;
  padding: 30px;
}

.dashboard-sidebar #content .administrator-card .card ul {
  margin-bottom: 20px;
  background-color: #ecebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dashboard-sidebar #content .administrator-card .card ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dashboard-sidebar #content .administrator-card .card ul li.active {
  background-color: #33394f;
}

.dashboard-sidebar #content .administrator-card .card ul li a {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  background-color: #ecebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 30px;
  width: 100%;
  text-align: center;
}

.dashboard-sidebar #content .administrator-card .card ul li a.active {
  color: #ffffff;
  font-weight: 500;
  background-color: #33394f;
}

.dashboard-sidebar #content .administrator-card .card form {
  padding-top: 30px;
}

.dashboard-sidebar #content .administrator-card .card form h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  padding-bottom: 25px;
}

.dashboard-sidebar #content .administrator-card .card form .form-group .form-control {
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  padding: 5px 20px;
  height: 45px;
  font-size: 16px;
}

.dashboard-sidebar #content .administrator-card .card form .form-group label {
  color: #a7a7a7;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding-bottom: 6px;
}

.dashboard-sidebar #content .administrator-card .card form .form-group select {
  -webkit-appearance: none;
          appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: url(../images/sort-down.png) no-repeat right;
  background-position-x: 98%;
  width: 100%;
}

.dashboard-sidebar #content .administrator-card .card form .form-group input[type="date"] {
  position: relative;
  padding: 10px;
}

.dashboard-sidebar #content .administrator-card .card form .form-group input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

.dashboard-sidebar #content .administrator-card .card form .form-group input[type="date"]:before {
  color: transparent;
  background: none;
  display: block;
  font-family: Flaticon;
  content: "\f108";
  font-size: 18px;
  position: absolute;
  top: 8px;
  right: 12px;
  color: #4339f2;
  font-weight: bold;
}

.dashboard-sidebar #content .administrator-card .card form .form-group input[type="text"],
.dashboard-sidebar #content .administrator-card .card form .form-group select,
.dashboard-sidebar #content .administrator-card .card form .form-group input[type="number"],
.dashboard-sidebar #content .administrator-card .card form .form-group input[type="email"] {
  color: #000000;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  font-weight: 500;
}

.dashboard-sidebar #content .administrator-card .card form .form-group input[type="text"]::-webkit-input-placeholder,
.dashboard-sidebar #content .administrator-card .card form .form-group select::-webkit-input-placeholder,
.dashboard-sidebar #content .administrator-card .card form .form-group input[type="number"]::-webkit-input-placeholder,
.dashboard-sidebar #content .administrator-card .card form .form-group input[type="email"]::-webkit-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .administrator-card .card form .form-group input[type="text"]:-ms-input-placeholder,
.dashboard-sidebar #content .administrator-card .card form .form-group select:-ms-input-placeholder,
.dashboard-sidebar #content .administrator-card .card form .form-group input[type="number"]:-ms-input-placeholder,
.dashboard-sidebar #content .administrator-card .card form .form-group input[type="email"]:-ms-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .administrator-card .card form .form-group input[type="text"]::-ms-input-placeholder,
.dashboard-sidebar #content .administrator-card .card form .form-group select::-ms-input-placeholder,
.dashboard-sidebar #content .administrator-card .card form .form-group input[type="number"]::-ms-input-placeholder,
.dashboard-sidebar #content .administrator-card .card form .form-group input[type="email"]::-ms-input-placeholder {
  color: #000000;
}

.dashboard-sidebar #content .administrator-card .card form .form-group input[type="text"]::placeholder,
.dashboard-sidebar #content .administrator-card .card form .form-group select::placeholder,
.dashboard-sidebar #content .administrator-card .card form .form-group input[type="number"]::placeholder,
.dashboard-sidebar #content .administrator-card .card form .form-group input[type="email"]::placeholder {
  color: #000000;
}

.dashboard-sidebar #content .administrator-card .card form .administrator-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.dashboard-sidebar #content .administrator-card .card form .administrator-button button {
  border-radius: 5px;
  background-color: #09b172;
  color: #ffffff;
  border: 2px solid #09b172;
  padding: 5px 40px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.dashboard-sidebar #content .administrator-card .card form .administrator-button button:hover {
  opacity: 0.9;
  -webkit-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
          box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -moz-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -ms-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -o-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.dashboard-sidebar #content .administrator-card .card form .administrator-button button:focus {
  border: 2px solid #09b172 !important;
}

.dashboard-sidebar #content .manage-user-form-table {
  padding-top: 30px;
}

.dashboard-sidebar #content .manage-user-form-table .manage-user-content {
  padding: 30px 0px 10px;
  background-color: #ffffff;
  border-radius: 10px;
}

.dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form {
  padding: 0px 30px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form .manage-fillter-form {
  padding: 8px 10px;
  background-color: #f3f1ff;
  border-radius: 10px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form .manage-fillter-form .form-group-inn {
  width: 100%;
  margin-right: 10px;
}

.dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form .manage-fillter-form .form-group-inn .form-group-select-2 {
  position: relative;
}

.dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form .manage-fillter-form .form-group-inn .form-group-select-2 input[type="text"] {
  width: 100%;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 10px 30px 10px;
  border: 0;
  color: #000000;
  font-weight: 400;
}

.dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form .manage-fillter-form .form-group-inn .form-group-select-2 input[type="text"]::-webkit-input-placeholder {
  color: #ecebeb;
  font-size: 14px;
  line-height: 20px;
}

.dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form .manage-fillter-form .form-group-inn .form-group-select-2 input[type="text"]:-ms-input-placeholder {
  color: #ecebeb;
  font-size: 14px;
  line-height: 20px;
}

.dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form .manage-fillter-form .form-group-inn .form-group-select-2 input[type="text"]::-ms-input-placeholder {
  color: #ecebeb;
  font-size: 14px;
  line-height: 20px;
}

.dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form .manage-fillter-form .form-group-inn .form-group-select-2 input[type="text"]::placeholder {
  color: #ecebeb;
  font-size: 14px;
  line-height: 20px;
}

.dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form .manage-fillter-form .form-group-inn .form-group-select-2 i {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ecebeb;
  font-weight: 700;
}

.dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form .manage-fillter-form button {
  background-color: #4339f2;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  padding: 10px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20%;
}

.dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form .manage-user-vendor-button {
  width: 10%;
  border: 1px solid #4339f2;
  background: #ffffff;
  color: #000000;
  margin: 5px;
  border-radius: 8px;
  text-align: center;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
}

.dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form .manage-user-vendor-button:focus {
  border: 1px solid #4339f2 !important;
}

.dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form .manage-user-vendor-button:before {
  position: absolute;
  content: "\f14f";
  top: 10px;
  left: 10px;
  font-family: Flaticon;
  font-size: 16px;
  font-weight: bold;
}

.dashboard-sidebar #content .invoice-creation {
  padding: 40px 0px;
}

.dashboard-sidebar #content .invoice-creation .invoice-creation-content {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px 0px 0px;
}

.dashboard-sidebar #content .invoice-creation .invoice-creation-content .invoice-creation-heading {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 15px;
}

.dashboard-sidebar #content .invoice-creation .invoice-creation-content .invoice-creation-heading p {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #d3d3d3;
  padding-bottom: 5px;
}

.dashboard-sidebar #content .invoice-creation .invoice-creation-content .invoice-creation-heading h3 {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  color: #000000;
}

.dashboard-sidebar #content .invoice-creation .invoice-creation-content .invoice-creation-form {
  padding: 30px 50px;
}

.dashboard-sidebar #content .invoice-creation .invoice-creation-content .invoice-creation-form ul {
  padding-bottom: 30px;
}

.dashboard-sidebar #content .invoice-creation .invoice-creation-content .invoice-creation-form ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.dashboard-sidebar #content .invoice-creation .invoice-creation-content .invoice-creation-form ul li:first-child {
  min-width: 36%;
}

.dashboard-sidebar #content .invoice-creation .invoice-creation-content .invoice-creation-form ul li:last-child {
  font-weight: 700;
}

.dashboard-sidebar #content .generate-invoice {
  padding: 40px 0px;
  background-color: #ffffff;
}

.dashboard-sidebar #content .generate-invoice .generate-invoice-content {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px 0px 0px;
}

.dashboard-sidebar #content .generate-invoice .generate-invoice-content h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #000000;
}

.dashboard-sidebar #content .generate-invoice .generate-invoice-content .generate-invoice-heading {
  border: 1px solid #cbcbcb;
  padding: 15px 0;
}

.dashboard-sidebar #content .generate-invoice .generate-invoice-content .generate-invoice-heading p {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #d3d3d3;
  padding-bottom: 5px;
}

.dashboard-sidebar #content .generate-invoice .generate-invoice-content .generate-invoice-heading h3 {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  color: #000000;
}

.dashboard-sidebar #content .generate-invoice .generate-invoice-content .generate-invoice-form {
  padding: 30px 50px;
  border: 1px solid #cbcbcb;
  border-top: 0;
}

.dashboard-sidebar #content .generate-invoice .generate-invoice-content .generate-invoice-form ul {
  padding-bottom: 30px;
}

.dashboard-sidebar #content .generate-invoice .generate-invoice-content .generate-invoice-form ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.dashboard-sidebar #content .generate-invoice .generate-invoice-content .generate-invoice-form ul li:first-child {
  min-width: 36%;
}

.dashboard-sidebar #content .generate-invoice .generate-invoice-content .generate-invoice-form ul li:last-child {
  font-weight: 700;
}

.dashboard-sidebar #content .generate-invoice-table {
  background-color: #ffffff;
  padding: 0px 0px 40px;
  /*--generate-invoice-total--*/
  /*--generate-invoice-checkbox-text--*/
}

.dashboard-sidebar #content .generate-invoice-table .table thead {
  background-color: #dadaff;
}

.dashboard-sidebar #content .generate-invoice-table .table thead tr {
  text-align: center;
}

.dashboard-sidebar #content .generate-invoice-table .table thead tr th {
  border: 0;
  font-weight: 900;
  font-size: 16px;
}

.dashboard-sidebar #content .generate-invoice-table .table tbody {
  border: 1px solid #d2ceff;
  border-top: 0;
}

.dashboard-sidebar #content .generate-invoice-table .table tbody tr {
  text-align: center;
}

.dashboard-sidebar #content .generate-invoice-table .table tbody tr td {
  border: 0;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 10px;
  vertical-align: middle;
}

.dashboard-sidebar #content .generate-invoice-table .table tbody tr td input {
  width: 350px;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  height: 50px;
  padding: 5px 20px;
  line-height: 40px;
  margin: 0 auto;
}

.dashboard-sidebar #content .generate-invoice-table .table tbody tr td textarea {
  border: 0;
  text-align: center;
  height: 60px;
  padding: 22px 20px;
  width: 300px;
}

.dashboard-sidebar #content .generate-invoice-table .generate-invoice-total {
  padding-bottom: 30px;
}

.dashboard-sidebar #content .generate-invoice-table .generate-invoice-total ul {
  text-align: right;
}

.dashboard-sidebar #content .generate-invoice-table .generate-invoice-total ul li {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  margin-right: 10px;
}

.dashboard-sidebar #content .generate-invoice-table .generate-invoice-total ul li:last-child {
  width: 242px;
  text-align: center;
  background-color: #dadaff;
  padding: 15px 0;
  margin-right: 0;
}

.dashboard-sidebar #content .generate-invoice-table .generate-invoice-checkbox-text {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.dashboard-sidebar #content .generate-invoice-table .generate-invoice-checkbox-text label {
  font-size: 16px;
  font-weight: 500;
  padding-right: 10px;
}

.dashboard-sidebar #content .generate-invoice-table .generate-invoice-checkbox-text input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  width: 23px;
  height: 18px;
}

.dashboard-sidebar #content .generate-invoice-table .generate-invoice-checkbox-text input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: 2px solid #707070;
  border-radius: 3px;
}

.dashboard-sidebar #content .generate-invoice-table .generate-invoice-checkbox-text input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  top: 0;
  left: 0;
  background-color: #ffffff;
}

.dashboard-sidebar #content .generate-invoice-table .generate-invoice-checkbox-text input[type="checkbox"]:checked:after {
  content: "\f156";
  font-family: Flaticon;
  position: absolute;
  top: 3px;
  left: 4px;
  color: #4339f2;
  font-size: 14px;
  font-weight: bold;
}

.dashboard-sidebar #content .generate-invoice-commission-table {
  background-color: #ffffff;
  padding: 0px 0px 40px;
}

.dashboard-sidebar #content .generate-invoice-commission-table .table thead {
  background-color: #dadaff;
}

.dashboard-sidebar #content .generate-invoice-commission-table .table thead tr {
  text-align: center;
}

.dashboard-sidebar #content .generate-invoice-commission-table .table thead tr th {
  border: 0;
  font-weight: 900;
  font-size: 16px;
}

.dashboard-sidebar #content .generate-invoice-commission-table .table tbody {
  border: 1px solid #d2ceff;
  border-top: 0;
}

.dashboard-sidebar #content .generate-invoice-commission-table .table tbody tr {
  text-align: center;
}

.dashboard-sidebar #content .generate-invoice-commission-table .table tbody tr td {
  border: 0;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 20px 5px 0;
  vertical-align: middle;
}

.dashboard-sidebar #content .generate-invoice-commission-table .table tbody tr td input {
  text-align: center;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  height: 50px;
  padding: 5px 20px;
  line-height: 40px;
  margin: 0 auto;
}

.dashboard-sidebar #content .generate-invoice-final-remarks {
  background-color: #ffffff;
  padding-bottom: 100px;
}

.dashboard-sidebar #content .generate-invoice-final-remarks .final-remarks-form label {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 10px;
}

.dashboard-sidebar #content .generate-invoice-final-remarks .final-remarks-form textarea {
  height: 110px;
  font-size: 14px;
  padding: 10px 20px;
  border: 1px solid #707070;
}

.dashboard-sidebar #content .generate-invoice-final-remarks .final-remarks-form textarea::-webkit-input-placeholder {
  color: #ecebeb;
}

.dashboard-sidebar #content .generate-invoice-final-remarks .final-remarks-form textarea:-ms-input-placeholder {
  color: #ecebeb;
}

.dashboard-sidebar #content .generate-invoice-final-remarks .final-remarks-form textarea::-ms-input-placeholder {
  color: #ecebeb;
}

.dashboard-sidebar #content .generate-invoice-final-remarks .final-remarks-form textarea::placeholder {
  color: #ecebeb;
}

.dashboard-sidebar #content .invoice-generate {
  padding: 40px 0px;
  background-color: #ffffff;
}

.dashboard-sidebar #content .invoice-generate .invoice-generate-content {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  -ms-box-shadow: 0px 3px 6px #00000029;
  -moz-box-shadow: 0px 3px 6px #00000029;
  -o-box-shadow: 0px 3px 6px #00000029;
}

.dashboard-sidebar #content .invoice-generate .invoice-generate-content .invoice-generate-heading {
  padding: 0px 0 15px;
}

.dashboard-sidebar #content .invoice-generate .invoice-generate-content .invoice-generate-heading h2 {
  font-size: 24px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000000;
  text-align: center;
  background-color: #dadaff;
}

.dashboard-sidebar #content .invoice-generate .invoice-generate-content .invoice-generate-heading p {
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  color: #5858ff;
  opacity: 0.5;
  padding-bottom: 5px;
  padding-top: 10px;
  padding-right: 30px;
}

.dashboard-sidebar #content .invoice-generate .invoice-generate-content .invoice-generate-heading h3 {
  text-align: right;
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  padding-right: 30px;
}

.dashboard-sidebar #content .invoice-generate .invoice-generate-content .invoice-generate-form {
  padding: 30px 50px;
  background-color: #f8f8ff;
  border-top: 0;
}

.dashboard-sidebar #content .invoice-generate .invoice-generate-content .invoice-generate-form ul {
  padding-bottom: 30px;
}

.dashboard-sidebar #content .invoice-generate .invoice-generate-content .invoice-generate-form ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.dashboard-sidebar #content .invoice-generate .invoice-generate-content .invoice-generate-form ul li:first-child {
  min-width: 36%;
}

.dashboard-sidebar #content .invoice-generate .invoice-generate-content .invoice-generate-form ul li:last-child {
  font-weight: 700;
}

.dashboard-sidebar #content .invoice-details {
  padding-top: 40px;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-1 {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-1 form .form-group {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-1 form .form-group label {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-1 form .form-group .form-control {
  width: 23px;
  height: 23px;
  border: 2px solid #707070;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-1 form .form-group input[type="checkbox"] {
  position: relative;
  cursor: pointer;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-1 form .form-group input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: 2px solid #707070;
  border-radius: 3px;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-1 form .form-group input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  top: 0;
  left: 0;
  background-color: #ffffff;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-1 form .form-group input[type="checkbox"]:checked:after {
  content: "\f156";
  font-family: Flaticon;
  position: absolute;
  top: 3px;
  left: 4px;
  color: #4339f2;
  font-size: 14px;
  font-weight: bold;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-1 form button {
  width: 100%;
  border: 0;
  border-radius: 50px;
  background-color: #f6f6f6;
  padding: 10px 5px;
  font-size: 16px;
  margin-top: 20px;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-2 {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-2 ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f4f3ff;
  border-radius: 31px;
  margin-bottom: 40px;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-2 ul li {
  color: #000000;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-2 ul .active {
  background-color: #5858ff;
  border-radius: 31px;
  padding: 12px 60px;
  color: #ffffff;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-details-table {
  padding-bottom: 25px;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-details-table table td,
.dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-details-table table th {
  padding: 10px 25px;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-details-table table thead {
  background-color: #f4f3ff;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-details-table table thead th {
  border: 0;
  font-weight: 700;
  font-size: 18px;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-details-table table thead th:first-child {
  border-radius: 10px 0 0 10px;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-details-table table thead th:last-child {
  border-radius: 0 10px 10px 0;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-details-table table tbody tr {
  border-bottom: 1px solid #f3f1ff;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-details-table table tbody tr:last-child {
  border: 0;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-details-table table tbody tr td {
  border: 0;
  font-weight: 500;
  font-size: 16px;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-details-table table tfoot {
  background-color: #f4f3ff;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-details-table table tfoot tr th {
  border-top: 0;
  border-bottom: 1px solid #f3f1ff;
  font-weight: 700;
  font-size: 16px;
  border: 0;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-details-table table tfoot tr th:first-child {
  border-radius: 10px 0 0 10px;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-details-table table tfoot tr th:last-child {
  border-radius: 0 10px 10px 0;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-remarks h3 {
  font-size: 20px;
  font-weight: 700;
  padding-left: 25px;
  padding-bottom: 15px;
}

.dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-remarks p {
  padding: 20px;
  background-color: #f4f3ff;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
}

.dashboard-sidebar #content .request-payment {
  padding: 0px 0px 100px;
}

.dashboard-sidebar #content .request-payment .request-payment-inn h3 {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 20px;
}

.dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table {
  padding: 30px;
  background-color: #ffffff;
}

.dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table thead {
  background-color: #f4f3ff;
}

.dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table thead tr th {
  border: 0;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  text-align: center;
}

.dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table tbody {
  border: 1px solid #dbdbdb;
  border-top: 0;
}

.dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table tbody tr td {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  border: 0;
}

.dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table tbody tr td .dropdown .request-dropdown {
  border: 1px solid #dcdcdc;
  padding: 5px 10px;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  display: block;
}

.dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table tbody tr td .dropdown .request-dropdown i {
  color: #4339f2;
  padding-left: 5px;
}

.dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table tbody tr td .dropdown .taxrate-dropdown {
  border: 1px solid #dcdcdc;
  padding: 5px 10px 5px 10px;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  display: block;
}

.dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table tbody tr td .dropdown .taxrate-dropdown i {
  color: #4339f2;
  padding-left: 10px;
}

.dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table tbody tr td .payment-amount span {
  padding: 5px 20px 5px 10px;
  border: 1px solid #dcdcdc;
  text-align: left;
  display: block;
}

.dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table tbody tr td .tax-amount span {
  padding: 5px 20px 5px 10px;
  border: 1px solid #dcdcdc;
  text-align: left;
  display: block;
}

.dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table tbody tr td .payee-name span {
  padding: 5px 20px 5px 10px;
  background-color: #ecebeb;
  display: block;
}

.dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table .request-payment-form {
  padding-top: 30px;
}

.dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table .request-payment-form form .form-group {
  margin-bottom: 0;
}

.dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table .request-payment-form form .form-group label {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 10px;
}

.dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table .request-payment-form form .form-group .form-control {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #dcdcdc;
  padding: 5px 15px;
  border-radius: 8px;
  height: 45px;
}

.dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table .request-payment-form form .form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/sort-down.png) no-repeat right;
  background-position-x: 96%;
  width: 100%;
}

.dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table .request-payment-form form .form-group button {
  width: 100%;
  padding: 8px 10px;
  border: 0;
  color: #ffffff;
  background-color: #4339f2;
  font-weight: 500;
  font-size: 16px;
  margin-top: 30px;
}

.dashboard-sidebar #content .triggers {
  padding-bottom: 115px;
}

.dashboard-sidebar #content .triggers h3 {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  padding-bottom: 30px;
}

.dashboard-sidebar #content .triggers .triggers-card #accordion .card {
  border: 0;
  border-radius: 5px;
  background-color: transparent;
  margin-bottom: 10px;
}

.dashboard-sidebar #content .triggers .triggers-card #accordion .card .card-header {
  border: 0;
  padding: 0;
  margin-bottom: 10px;
}

.dashboard-sidebar #content .triggers .triggers-card #accordion .card .card-header h5 {
  background-color: #ffffff;
  padding: 0.75rem 1.25rem;
}

.dashboard-sidebar #content .triggers .triggers-card #accordion .card .card-header h5 button {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 0;
  text-decoration: none;
}

.dashboard-sidebar #content .triggers .triggers-card #accordion .card .card-header h5 button:hover {
  text-decoration: none;
}

.dashboard-sidebar #content .triggers .triggers-card #accordion .card .card-header h5 button:active {
  text-decoration: none;
}

.dashboard-sidebar #content .triggers .triggers-card #accordion .card .card-header h5 button i {
  color: #4339f2;
}

.dashboard-sidebar #content .triggers .triggers-card #accordion .card .card-body {
  background-color: #ffffff;
  border-radius: 4px;
}

.dashboard-sidebar #content .triggers .triggers-card #accordion .card .card-body p {
  padding: 10px 12px;
  border: 1px solid #f0f0f0;
  margin-bottom: 10px;
}

.dashboard-sidebar #content .triggers .triggers-card #accordion .card .card-body h4 {
  border-bottom: 1px solid #f4f3ff;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 5px;
}

.dashboard-sidebar #content .triggers .triggers-card #accordion .card .card-body ul {
  padding-top: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.dashboard-sidebar #content .triggers .triggers-card #accordion .card .card-body ul li {
  padding-right: 15px;
}

.dashboard-sidebar #content .triggers .triggers-card #accordion .card .card-body ul li:last-child {
  padding-right: 0;
}

.dashboard-sidebar #content .triggers .triggers-card #accordion .card .card-body ul li i {
  font-weight: bold;
  font-size: 16px;
  color: #4339f2;
}

.dashboard-sidebar #content .notification-card {
  padding-top: 30px;
}

.dashboard-sidebar #content .notification-card .notifications-feeds {
  padding: 40px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 6px #00000005;
          box-shadow: 0px 3px 6px #00000005;
  -ms-box-shadow: 0px 3px 6px #00000005;
  -moz-box-shadow: 0px 3px 6px #00000005;
  -o-box-shadow: 0px 3px 6px #00000005;
}

.dashboard-sidebar #content .notification-card .notifications-feeds .notification-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #ecebeb;
}

.dashboard-sidebar #content .notification-card .notifications-feeds .notification-heading h3 {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  position: relative;
}

.dashboard-sidebar #content .notification-card .notifications-feeds .notification-heading h3 span {
  position: absolute;
  border-radius: 50%;
  background-color: #ff0000;
  width: 25px;
  height: 25px;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  line-height: 25px;
  margin-left: 5px;
  color: #ffffff;
}

.dashboard-sidebar #content .notification-card .notifications-feeds .notification-content .notification-content-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0px;
  border-bottom: 1px solid #ecebeb;
}

.dashboard-sidebar #content .notification-card .notifications-feeds .notification-content .notification-content-inn i {
  float: left;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}

.dashboard-sidebar #content .notification-card .notifications-feeds .notification-content .notification-content-inn .notification-feed-inn {
  padding-left: 25px;
}

.dashboard-sidebar #content .notification-card .notifications-feeds .notification-content .notification-content-inn .notification-feed-inn h4 {
  font-size: 14px;
  font-weight: 500;
}

.dashboard-sidebar #content .notification-card .notifications-feeds .notification-content .notification-content-inn .notification-feed-inn p {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  opacity: 0.24;
  text-transform: lowercase;
}

.dashboard-sidebar #content .triggers-section {
  padding: 30px 0 90px;
}

.dashboard-sidebar #content .triggers-section .triggers-card {
  background-color: #ffffff;
  padding: 20px 20px;
  border-radius: 10px;
}

.dashboard-sidebar #content .triggers-section .triggers-card .triggers-tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 30px;
}

.dashboard-sidebar #content .triggers-section .triggers-card .triggers-tab ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f7f7f7;
  padding: 6px 8px;
  border-radius: 5px;
}

.dashboard-sidebar #content .triggers-section .triggers-card .triggers-tab ul li {
  padding-right: 20px;
}

.dashboard-sidebar #content .triggers-section .triggers-card .triggers-tab ul li:last-child {
  padding-right: 0;
}

.dashboard-sidebar #content .triggers-section .triggers-card .triggers-tab ul li a {
  border-radius: 6px;
  padding: 10px 50px;
  color: #000000;
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.dashboard-sidebar #content .triggers-section .triggers-card .triggers-tab ul li a.active {
  color: #ffffff;
  background-color: #4339f2;
}

.dashboard-sidebar #content .triggers-section .triggers-card .triggers-tab .triggers-fillter button {
  background-color: #4339f2;
  border-radius: 5px;
  border: 1px solid #4339f2;
  padding: 8px 12px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.dashboard-sidebar #content .triggers-section .triggers-card .triggers-tab .triggers-fillter button i {
  padding-right: 8px;
  font-size: 14px;
  font-weight: 500;
}

.dashboard-sidebar #content .triggers-section .triggers-card .triggers-tab .triggers-fillter button:focus {
  border: 1px solid #4339f2 !important;
  border-color: #4339f2 !important;
}

.dashboard-sidebar #content .triggers-section .triggers-card .triggers-table table thead {
  background-color: #fafaff;
}

.dashboard-sidebar #content .triggers-section .triggers-card .triggers-table table thead tr th {
  border: 0;
  font-weight: 500;
}

.dashboard-sidebar #content .triggers-section .triggers-card .triggers-table table tbody tr td {
  border: 0;
  font-weight: 700;
}

.dashboard-sidebar #content .investigator-upload-document {
  margin-top: 30px;
}

.dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn {
  background-color: #ffffff;
  padding: 20px 20px;
  border-radius: 10px;
}

.dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn h3 {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 30px;
}

.dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn table thead {
  background-color: #f4f3ff;
}

.dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn table thead tr th {
  border: 0;
  color: #8c8cae;
}

.dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn table tbody tr td {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  vertical-align: middle;
}

.dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn table tbody tr td textarea {
  background-color: #f6f6fe;
  border: 1px solid #f6f6fe;
  color: #8c8cae;
  font-size: 12px;
  border-radius: 5px;
  height: 33px;
  padding: 5px 10px;
  line-height: 23px;
  width: 500px;
}

.dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn table tbody tr td button {
  background-color: #5858ff;
  border: 1px solid #5858ff;
  border-radius: 50px;
  padding: 7px 40px 7px 30px;
  color: #ffffff;
  font-size: 14px;
  position: relative;
}

.dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn table tbody tr td button:focus {
  border: 1px solid #5858ff !important;
}

.dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn table tbody tr td button:before {
  position: absolute;
  content: "\f150";
  font-family: Flaticon;
  color: #ffffff;
  right: 20px;
}

.dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn table tbody tr td .button-row {
  background-color: transparent;
  border: 1px solid #5858ff;
  border-radius: 50px;
  padding: 7px 30px 7px 40px;
  color: #5858ff;
  font-size: 14px;
  position: relative;
}

.dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn table tbody tr td .button-row:focus {
  border: 1px solid #5858ff !important;
}

.dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn table tbody tr td .button-row:before {
  position: absolute;
  content: "\f14f";
  font-family: Flaticon;
  color: #ffffff;
  left: 18px;
  color: #5858ff;
  right: auto;
}

.dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn table tbody tr td span {
  display: inline-block;
  border: 1px solid #4339f2;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #4339f2;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}

.dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn table tbody tr td .flaticon-close-4 {
  padding-left: 30px;
  color: #000000;
  font-size: 10px;
  font-weight: 700;
}

/*------------------------------------------------Components------------------------------------------------*/
/*--Repoet-Fillter-Table--*/
.tat-band-table {
  padding-top: 30px;
}

.tat-band-table .tat-band-table-content {
  padding: 30px 0px 15px 0px;
  background-color: #ffffff;
  border-radius: 10px;
}

.tat-band-table .tat-band-table-content .tat-band-fillter-table-heading {
  padding: 0 40px 30px 40px;
}

.tat-band-table .tat-band-table-content .tat-band-fillter-table-heading h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
}

/*--case-status-Modal--*/
.case-status {
  padding: 110px 0px;
  position: relative;
}

.case-status span {
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #c6c3fb;
  width: 120px;
  height: 120px;
  font-size: 60px;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 135px;
  color: #4339f2;
  -webkit-animation: pulse-blue 3s infinite;
          animation: pulse-blue 3s infinite;
  -ms-animation: pulse-blue 3s infinite;
  -moz-animation: pulse-blue 3s infinite;
  -o-animation: pulse-blue 3s infinite;
}

.case-status h3 {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  padding-top: 40px;
  text-align: center;
}

.case-status .case-status-btn {
  position: absolute;
  top: 20px;
  right: 25px;
}

.case-status .case-status-btn i {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 18px;
}

/*--case-status-Modal--*/
.case-status-success {
  padding: 110px 0px;
  position: relative;
}

.case-status-success span {
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #b5e7d4;
  width: 120px;
  height: 120px;
  font-size: 60px;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 135px;
  color: #09b172;
  -webkit-animation: pulse-green 3s infinite;
          animation: pulse-green 3s infinite;
  -ms-animation: pulse-green 3s infinite;
  -moz-animation: pulse-green 3s infinite;
  -o-animation: pulse-green 3s infinite;
}

.case-status-success h3 {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  padding-top: 40px;
  padding-bottom: 45px;
  text-align: center;
}

.case-status-success .case-status-success-btn {
  position: absolute;
  top: 20px;
  right: 25px;
}

.case-status-success .case-status-success-btn i {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 18px;
}

.case-status-success .case-status-ok-btn {
  padding: 10px 45px;
  border: 2px solid #09b172;
  border-radius: 10px;
  background-color: transparent;
  color: #09b172;
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.case-status-success .case-status-ok-btn:hover {
  background-color: #09b172;
  color: #ffffff;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

/*--case-status-Modal--*/
.case-reasigned-success {
  padding: 110px 0px;
  position: relative;
}

.case-reasigned-success span {
  background-color: #ffffff;
  border-radius: 50%;
  border: 5px solid #09b172;
  width: 120px;
  height: 120px;
  font-size: 60px;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 135px;
  color: #09b172;
  -webkit-animation: pulse-green 3s infinite;
          animation: pulse-green 3s infinite;
  -ms-animation: pulse-green 3s infinite;
  -moz-animation: pulse-green 3s infinite;
  -o-animation: pulse-green 3s infinite;
}

.case-reasigned-success h3 {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  padding-top: 40px;
  padding-bottom: 45px;
  text-align: center;
}

.case-reasigned-success .case-reasigned-success-btn {
  position: absolute;
  top: 20px;
  right: 25px;
}

.case-reasigned-success .case-reasigned-success-btn i {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 18px;
}

.case-reasigned-success .case-status-ok-btn {
  padding: 10px 45px;
  border: 2px solid #09b172;
  border-radius: 10px;
  background-color: #09b172;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.case-reasigned-success .case-status-ok-btn:hover {
  background-color: #09b172;
  color: #ffffff;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

/*--Mail-Success-Modal--*/
.mail-success-modal {
  padding: 110px 0px;
  position: relative;
}

.mail-success-modal span {
  background-color: #ffffff;
  border-radius: 50%;
  border: 5px solid #09b172;
  width: 120px;
  height: 120px;
  font-size: 60px;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 135px;
  color: #09b172;
  -webkit-animation: pulse-green 3s infinite;
          animation: pulse-green 3s infinite;
  -ms-animation: pulse-green 3s infinite;
  -moz-animation: pulse-green 3s infinite;
  -o-animation: pulse-green 3s infinite;
}

.mail-success-modal h3 {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  padding-top: 40px;
  padding-bottom: 45px;
  text-align: center;
}

.mail-success-modal .mail-success-modal-btn {
  position: absolute;
  top: 20px;
  right: 25px;
}

.mail-success-modal .mail-success-modal-btn i {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 18px;
}

.mail-success-modal .mail-success-modal-ok-btn {
  padding: 10px 45px;
  border: 2px solid #09b172;
  border-radius: 10px;
  background-color: #09b172;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.mail-success-modal .mail-success-modal-ok-btn:focus {
  border-color: #09b172 !important;
}

/*--Approve-Modal--*/
.approve-modal {
  padding: 130px 0px 30px 0px;
  position: relative;
}

.approve-modal .approve-id {
  text-align: center;
  background-color: #e8f8f2;
  padding: 30px;
  width: 320px;
  display: block;
  margin: 0 auto 60px auto;
  border-radius: 5px;
}

.approve-modal .approve-id h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.approve-modal .approve-id p {
  font-size: 16px;
  font-weight: 400;
}

.approve-modal .approve-modal-btn {
  position: absolute;
  top: 20px;
  right: 25px;
}

.approve-modal .approve-modal-btn i {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 18px;
}

.approve-modal .approve-modal-ok-btn {
  padding: 10px 45px;
  border: 2px solid #09b172;
  border-radius: 10px;
  background-color: #09b172;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.approve-modal .approve-modal-ok-btn:focus {
  border-color: #09b172 !important;
}

/*--Reject-Modal--*/
.reject-modal {
  padding: 30px;
  position: relative;
}

.reject-modal .reject-modal-btn {
  position: absolute;
  top: 20px;
  right: 25px;
}

.reject-modal .reject-modal-btn i {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 18px;
}

.reject-modal h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 25px;
}

.reject-modal .form-group-inn {
  padding-bottom: 20px;
}

.reject-modal .form-group-inn label {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
}

.reject-modal .form-group-inn textarea {
  height: 180px;
  background-color: #faf9ff;
  border: 1px solid #faf9ff;
}

.reject-modal .form-group-inn textarea::-webkit-input-placeholder {
  color: #c6c6c9;
}

.reject-modal .form-group-inn textarea:-ms-input-placeholder {
  color: #c6c6c9;
}

.reject-modal .form-group-inn textarea::-ms-input-placeholder {
  color: #c6c6c9;
}

.reject-modal .form-group-inn textarea::placeholder {
  color: #c6c6c9;
}

.reject-modal .process-buttons {
  text-align: right;
}

.reject-modal .process-buttons button {
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
}

.reject-modal .process-buttons .cancel-button {
  background-color: #e9e9e9;
  color: #000000;
  border: 2px solid #e9e9e9;
  margin-right: 10px;
}

.reject-modal .process-buttons .cancel-button:focus {
  border: 2px solid #e9e9e9 !important;
}

.reject-modal .process-buttons .submit-button {
  background-color: #09b172;
  color: #ffffff;
  border: 2px solid #09b172;
}

.reject-modal .process-buttons .submit-button:focus {
  border: 2px solid #09b172 !important;
}

/*--invoice-modal--*/
.modal-content {
  border-radius: 11px;
  border: 0;
}

.modal-content .invoice-modal {
  height: 45vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.modal-content .invoice-modal .invoice-modal-btn {
  position: absolute;
  top: -40px;
  right: 25px;
}

.modal-content .invoice-modal .invoice-modal-btn i {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 18px;
}

.modal-content .invoice-modal form h3 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
}

.modal-content .invoice-modal form .form-group textarea {
  height: 180px;
  background-color: #faf9ff;
  border: 0;
}

.modal-content .invoice-modal form .invoice-button button {
  background-color: #e9e9e9;
  border-radius: 5px;
  color: #000000;
  padding: 6px 30px;
  border: 1px solid #e9e9e9;
}

.modal-content .invoice-modal form .invoice-button button:last-child {
  border: 1px solid #09b172;
  margin-left: 10px;
}

.modal-content .invoice-modal form .invoice-button button:focus {
  border: 1px solid #e9e9e9 !important;
}

/*--withdraw-investigation--*/
.modal-content {
  border-radius: 11px;
}

.modal-content .withdraw-investigation-modal {
  padding: 40px 15px;
  height: 45vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.modal-content .withdraw-investigation-modal .withdraw-investigation-modal-btn {
  position: absolute;
  top: -6px;
  right: 15px;
}

.modal-content .withdraw-investigation-modal .withdraw-investigation-modal-btn i {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 18px;
}

.modal-content .withdraw-investigation-modal form h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 30px;
  color: #4339f2;
}

.modal-content .withdraw-investigation-modal form .form-group .form-control {
  border-radius: 5px;
  border: 1px solid #707070;
  padding: 5px 20px;
  height: 45px;
  font-size: 16px;
}

.modal-content .withdraw-investigation-modal form .form-group select {
  color: #000000;
  padding: 5px 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/sort-down.png) no-repeat right;
  background-position-x: 98%;
  width: 100%;
  font-weight: 500;
}

.modal-content .withdraw-investigation-modal form .form-group option {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
}

.modal-content .withdraw-investigation-modal form .withdraw-investigation-modal-button {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
  height: 22vh;
}

.modal-content .withdraw-investigation-modal form .withdraw-investigation-modal-button button {
  background-color: #e9e9e9;
  border-radius: 5px;
  color: #000000;
  padding: 6px 30px;
  border: 1px solid #e9e9e9;
}

.modal-content .withdraw-investigation-modal form .withdraw-investigation-modal-button button:last-child {
  border: 1px solid #09b172;
  margin-left: 10px;
}

.modal-content .withdraw-investigation-modal form .withdraw-investigation-modal-button button:last-child:focus {
  border: 1px solid #09b172 !important;
}

.modal-content .withdraw-investigation-modal form .withdraw-investigation-modal-button button:focus {
  border: 1px solid #e9e9e9 !important;
}

/*--Quick-Modal--*/
.modal-content {
  border-radius: 11px;
}

.modal-content .quick-update-modal {
  padding: 40px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.modal-content .quick-update-modal .quick-update-modal-btn {
  position: absolute;
  top: -20px;
  right: 15px;
}

.modal-content .quick-update-modal .quick-update-modal-btn i {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 18px;
}

.modal-content .quick-update-modal h3 {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 5px;
  color: #000000;
  padding-top: 15px;
}

.modal-content .quick-update-modal h4 {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  padding-bottom: 30px;
}

.modal-content .quick-update-modal textarea {
  height: 165px;
  width: 100%;
  padding: 20px 20px 30px;
  margin-bottom: 20px;
  border: 1px solid #efefef;
  border-radius: 3px;
  font-weight: 500;
}

.modal-content .quick-update-modal textarea::-webkit-input-placeholder {
  color: #dedede;
}

.modal-content .quick-update-modal textarea:-ms-input-placeholder {
  color: #dedede;
}

.modal-content .quick-update-modal textarea::-ms-input-placeholder {
  color: #dedede;
}

.modal-content .quick-update-modal textarea::placeholder {
  color: #dedede;
}

.modal-content .quick-update-modal .quick-update-modal-button {
  float: right;
}

.modal-content .quick-update-modal .quick-update-modal-button button {
  background-color: #09b172;
  border-radius: 10px;
  color: #ffffff;
  padding: 8px 30px;
  border: 1px solid #09b172;
  font-weight: 700;
}

.modal-content .quick-update-modal .quick-update-modal-button button:focus {
  border: 1px solid #09b172 !important;
}

.modal-content .quick-update-modal .quick-update-modal-button button:last-child {
  border: 1px solid #09b172;
  margin-left: 10px;
}

.modal-content .quick-update-modal .quick-update-modal-button button:last-child:focus {
  border: 1px solid #09b172 !important;
}

/*--Download-Report--*/
.modal-content {
  border-radius: 11px;
}

.modal-content .download-report-modal {
  padding: 120px 0px 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.modal-content .download-report-modal .download-report-modal-btn {
  position: absolute;
  bottom: 200px;
  right: 40px;
}

.modal-content .download-report-modal .download-report-modal-btn i {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 18px;
}

.modal-content .download-report-modal h3 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  padding-top: 15px;
  text-align: center;
  padding-bottom: 30px;
}

.modal-content .download-report-modal h3 b {
  font-weight: 700;
  font-size: 16px;
}

.modal-content .download-report-modal .dropdown {
  text-align: center;
}

.modal-content .download-report-modal .dropdown .dropdown-button {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  border: 2px solid #5858ff;
  border-radius: 5px;
  padding: 10px 10px;
  line-height: 20px;
  display: block;
  background-color: #5858ff;
  width: 170px;
  margin: 0 auto;
}

.modal-content .download-report-modal .dropdown .dropdown-menu {
  min-width: 170px;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.modal-content .download-report-modal .dropdown .dropdown-menu ul li a {
  padding: 5px 15px;
}

/*--Reason for Rejection--*/
.modal-content {
  border-radius: 11px;
}

.modal-content .reason-of-rejection-modal {
  padding: 40px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.modal-content .reason-of-rejection-modal .reason-of-rejection-modal-btn {
  position: absolute;
  top: -20px;
  right: 15px;
}

.modal-content .reason-of-rejection-modal .reason-of-rejection-modal-btn i {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 18px;
}

.modal-content .reason-of-rejection-modal h3 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  padding-top: 25px;
  padding-bottom: 10px;
}

.modal-content .reason-of-rejection-modal textarea {
  height: 180px;
  width: 100%;
  padding: 20px 20px 30px;
  margin-bottom: 20px;
  border: 1px solid #faf9ff;
  background-color: #faf9ff;
  border-radius: 3px;
  font-weight: 400;
  font-size: 16px;
}

.modal-content .reason-of-rejection-modal textarea::-webkit-input-placeholder {
  color: #dedede;
}

.modal-content .reason-of-rejection-modal textarea:-ms-input-placeholder {
  color: #dedede;
}

.modal-content .reason-of-rejection-modal textarea::-ms-input-placeholder {
  color: #dedede;
}

.modal-content .reason-of-rejection-modal textarea::placeholder {
  color: #dedede;
}

.modal-content .reason-of-rejection-modal .reason-of-rejection-modal-button {
  float: right;
}

.modal-content .reason-of-rejection-modal .reason-of-rejection-modal-button button {
  background-color: #e9e9e9;
  border-radius: 5px;
  color: #000000;
  padding: 6px 30px;
  border: 1px solid #e9e9e9;
  font-weight: 500;
}

.modal-content .reason-of-rejection-modal .reason-of-rejection-modal-button button:focus {
  border: 1px solid #e9e9e9 !important;
}

.modal-content .reason-of-rejection-modal .reason-of-rejection-modal-button button:last-child {
  background-color: #09b172;
  color: #ffffff;
  border: 1px solid #09b172;
  margin-left: 10px;
}

.modal-content .reason-of-rejection-modal .reason-of-rejection-modal-button button:last-child:focus {
  border: 1px solid #09b172 !important;
}

/*--Reason-For-Send-Back--*/
.modal-content {
  border-radius: 11px;
}

.modal-content .reason-for-send-back-modal {
  padding: 40px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.modal-content .reason-for-send-back-modal .reason-for-send-back-modal-btn {
  position: absolute;
  top: -20px;
  right: 15px;
}

.modal-content .reason-for-send-back-modal .reason-for-send-back-modal-btn i {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 18px;
}

.modal-content .reason-for-send-back-modal select {
  width: 100%;
  color: #000000;
  border: 1px solid #707070;
  padding: 5px 15px 5px 10px;
  height: 45px;
  line-height: 35px;
  font-weight: 500;
  border-radius: 5px;
  margin-top: 25px;
  margin-bottom: 20px;
  -webkit-appearance: none;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: url(../images/sort-down.png) no-repeat right;
  background-position-x: 96%;
  background-size: 3%;
  width: 100%;
}

.modal-content .reason-for-send-back-modal label {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 5px;
  color: #000000;
}

.modal-content .reason-for-send-back-modal textarea {
  height: 180px;
  width: 100%;
  padding: 20px 20px 30px;
  margin-bottom: 20px;
  border: 1px solid #faf9ff;
  background-color: #faf9ff;
  border-radius: 3px;
  font-weight: 400;
  font-size: 16px;
}

.modal-content .reason-for-send-back-modal textarea::-webkit-input-placeholder {
  color: #dedede;
}

.modal-content .reason-for-send-back-modal textarea:-ms-input-placeholder {
  color: #dedede;
}

.modal-content .reason-for-send-back-modal textarea::-ms-input-placeholder {
  color: #dedede;
}

.modal-content .reason-for-send-back-modal textarea::placeholder {
  color: #dedede;
}

.modal-content .reason-for-send-back-modal .reason-for-send-back-modal-button {
  float: right;
}

.modal-content .reason-for-send-back-modal .reason-for-send-back-modal-button button {
  background-color: #e9e9e9;
  border-radius: 5px;
  color: #000000;
  padding: 6px 30px;
  border: 1px solid #e9e9e9;
  font-weight: 500;
}

.modal-content .reason-for-send-back-modal .reason-for-send-back-modal-button button:focus {
  border: 1px solid #e9e9e9 !important;
}

.modal-content .reason-for-send-back-modal .reason-for-send-back-modal-button button:last-child {
  background-color: #09b172;
  color: #ffffff;
  border: 1px solid #09b172;
  margin-left: 10px;
}

.modal-content .reason-for-send-back-modal .reason-for-send-back-modal-button button:last-child:focus {
  border: 1px solid #09b172 !important;
}

/*--Accept-Doc--*/
.modal-content {
  border-radius: 11px;
}

.modal-content .accept-doc-modal {
  padding: 40px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.modal-content .accept-doc-modal .accept-doc-modal-btn {
  position: absolute;
  top: -20px;
  right: 15px;
}

.modal-content .accept-doc-modal .accept-doc-modal-btn i {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 18px;
}

.modal-content .accept-doc-modal h3 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  padding-top: 50px;
  padding-bottom: 20px;
}

.modal-content .accept-doc-modal .form-group {
  padding-bottom: 130px;
  margin-bottom: 0 !important;
}

.modal-content .accept-doc-modal .form-group .custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  height: 45px;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  position: relative;
}

.modal-content .accept-doc-modal .form-group .custom-file-upload span {
  display: block;
  float: right;
  background-color: #4339f2;
  color: #ffffff;
  padding: 10px 12px;
  border: 1px solid #4339f2;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 14px;
  font-weight: 400;
}

.modal-content .accept-doc-modal .form-group .custom-file-upload small {
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  color: #bababa;
  top: 10px;
  left: 10px;
}

.modal-content .accept-doc-modal .form-group input[type="file"] {
  display: none;
}

.modal-content .accept-doc-modal .accept-doc-modal-button {
  float: right;
}

.modal-content .accept-doc-modal .accept-doc-modal-button button {
  background-color: #e9e9e9;
  border-radius: 5px;
  color: #000000;
  padding: 6px 30px;
  border: 1px solid #e9e9e9;
  font-weight: 500;
}

.modal-content .accept-doc-modal .accept-doc-modal-button button:focus {
  border: 1px solid #e9e9e9 !important;
}

.modal-content .accept-doc-modal .accept-doc-modal-button button:last-child {
  background-color: #09b172;
  color: #ffffff;
  border: 1px solid #09b172;
  margin-left: 10px;
}

.modal-content .accept-doc-modal .accept-doc-modal-button button:last-child:focus {
  border: 1px solid #09b172 !important;
}

/*--Reason-Closed--*/
.modal-content {
  border-radius: 11px;
}

.modal-content .reason-closed-modal {
  padding: 40px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.modal-content .reason-closed-modal .reason-closed-modal-btn {
  position: absolute;
  top: -20px;
  right: 15px;
}

.modal-content .reason-closed-modal .reason-closed-modal-btn i {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 18px;
}

.modal-content .reason-closed-modal h3 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  padding-top: 50px;
  padding-bottom: 10px;
}

.modal-content .reason-closed-modal textarea {
  height: 180px;
  width: 100%;
  padding: 20px 20px 30px;
  margin-bottom: 20px;
  border: 1px solid #faf9ff;
  background-color: #faf9ff;
  border-radius: 3px;
  font-weight: 400;
  font-size: 16px;
}

.modal-content .reason-closed-modal textarea::-webkit-input-placeholder {
  color: #dedede;
}

.modal-content .reason-closed-modal textarea:-ms-input-placeholder {
  color: #dedede;
}

.modal-content .reason-closed-modal textarea::-ms-input-placeholder {
  color: #dedede;
}

.modal-content .reason-closed-modal textarea::placeholder {
  color: #dedede;
}

.modal-content .reason-closed-modal .reason-closed-modal-button {
  float: right;
}

.modal-content .reason-closed-modal .reason-closed-modal-button button {
  background-color: #e9e9e9;
  border-radius: 5px;
  color: #000000;
  padding: 6px 30px;
  border: 1px solid #e9e9e9;
  font-weight: 500;
}

.modal-content .reason-closed-modal .reason-closed-modal-button button:focus {
  border: 1px solid #e9e9e9 !important;
}

.modal-content .reason-closed-modal .reason-closed-modal-button button:last-child {
  background-color: #09b172;
  color: #ffffff;
  border: 1px solid #09b172;
  margin-left: 10px;
}

.modal-content .reason-closed-modal .reason-closed-modal-button button:last-child:focus {
  border: 1px solid #09b172 !important;
}

/*--waive-off--*/
.modal-content {
  border-radius: 11px;
}

.modal-content .waive-off-modal {
  padding: 40px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.modal-content .waive-off-modal .waive-off-modal-btn {
  position: absolute;
  top: -6px;
  right: 15px;
}

.modal-content .waive-off-modal .waive-off-modal-btn i {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 18px;
}

.modal-content .waive-off-modal form h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 30px;
  color: #000000;
}

.modal-content .waive-off-modal form .form-group .form-control {
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  padding: 5px 20px;
  height: 45px;
  font-size: 16px;
}

.modal-content .waive-off-modal form .form-group label {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
}

.modal-content .waive-off-modal form .form-group textarea {
  background-color: #faf9ff;
  height: 121px !important;
  border: 1px solid #faf9ff !important;
  padding: 10px 20px !important;
}

.modal-content .waive-off-modal form .form-group textarea::-webkit-input-placeholder {
  color: #c6c5c9;
}

.modal-content .waive-off-modal form .form-group textarea:-ms-input-placeholder {
  color: #c6c5c9;
}

.modal-content .waive-off-modal form .form-group textarea::-ms-input-placeholder {
  color: #c6c5c9;
}

.modal-content .waive-off-modal form .form-group textarea::placeholder {
  color: #c6c5c9;
}

.modal-content .waive-off-modal form .form-group select {
  color: #000000;
  padding: 5px 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/sort-down.png) no-repeat right;
  background-position-x: 98%;
  width: 100%;
  font-weight: 500;
}

.modal-content .waive-off-modal form .form-group option {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
}

.modal-content .waive-off-modal form .waive-off-modal-button {
  float: right;
}

.modal-content .waive-off-modal form .waive-off-modal-button button {
  background-color: #e9e9e9;
  border-radius: 5px;
  color: #000000;
  padding: 6px 30px;
  border: 1px solid #e9e9e9;
  font-weight: 500;
}

.modal-content .waive-off-modal form .waive-off-modal-button button:focus {
  border: 1px solid #e9e9e9 !important;
}

.modal-content .waive-off-modal form .waive-off-modal-button button:last-child {
  border: 1px solid #09b172;
  margin-left: 10px;
}

.modal-content .waive-off-modal form .waive-off-modal-button button:last-child:focus {
  border: 1px solid #09b172 !important;
}

/*--Deterrence-Modal--*/
.modal-content {
  border-radius: 11px;
}

.modal-content .deterrence-modal {
  padding: 40px 15px;
  height: 45vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.modal-content .deterrence-modal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-content .deterrence-modal ul li {
  padding-right: 10px;
}

.modal-content .deterrence-modal ul li:last-child {
  padding-right: 0;
}

.modal-content .deterrence-modal ul li a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 5px 30px;
}

.modal-content .deterrence-modal ul li .btn-yes {
  border: 2px solid #09b172;
  border-radius: 10px;
  color: #09b172;
}

.modal-content .deterrence-modal ul li .btn-no {
  border: 2px solid #ff5353;
  border-radius: 10px;
  color: #ff5353;
}

.modal-content .deterrence-modal .deterrence-modal-btn {
  position: absolute;
  bottom: 190px;
  right: 0px;
}

.modal-content .deterrence-modal .deterrence-modal-btn i {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 18px;
}

.modal-content .deterrence-modal h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 30px;
  color: #000000;
}

/*--invoice-modal--*/
.modal-content {
  border-radius: 11px;
}

.modal-content .add-trigger-modal {
  padding: 40px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.modal-content .add-trigger-modal .add-trigger-modal-btn {
  position: absolute;
  top: -6px;
  right: 15px;
}

.modal-content .add-trigger-modal .add-trigger-modal-btn i {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 18px;
}

.modal-content .add-trigger-modal .modal-trigger-form ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f7f7f7;
  padding: 6px 8px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.modal-content .add-trigger-modal .modal-trigger-form ul li {
  padding-right: 20px;
}

.modal-content .add-trigger-modal .modal-trigger-form ul li:last-child {
  padding-right: 0;
}

.modal-content .add-trigger-modal .modal-trigger-form ul li a {
  border-radius: 6px;
  padding: 6px 30px;
  color: #000000;
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.modal-content .add-trigger-modal .modal-trigger-form ul li a.active {
  color: #ffffff;
  background-color: #4339f2;
}

.modal-content .add-trigger-modal .modal-trigger-form h3 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 15px;
  color: #000000;
}

.modal-content .add-trigger-modal .modal-trigger-form .form-group {
  margin-bottom: 30px;
}

.modal-content .add-trigger-modal .modal-trigger-form .form-group textarea {
  height: 114px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 20px 30px 30px 30px;
  font-size: 14px;
  font-weight: 400;
}

.modal-content .add-trigger-modal .modal-trigger-form .form-group textarea::-webkit-input-placeholder {
  color: #000000;
}

.modal-content .add-trigger-modal .modal-trigger-form .form-group textarea:-ms-input-placeholder {
  color: #000000;
}

.modal-content .add-trigger-modal .modal-trigger-form .form-group textarea::-ms-input-placeholder {
  color: #000000;
}

.modal-content .add-trigger-modal .modal-trigger-form .form-group textarea::placeholder {
  color: #000000;
}

.modal-content .add-trigger-modal .modal-trigger-form .form-group .select-trigger {
  border: 1px solid #000000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/sort-down.png) no-repeat right;
  background-position-x: 98%;
  width: 100%;
  font-weight: 500;
}

.modal-content .add-trigger-modal .modal-trigger-form .form-group-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-content .add-trigger-modal .modal-trigger-form .form-group-radio h3 {
  padding-right: 10px;
}

.modal-content .add-trigger-modal .modal-trigger-form .form-group-radio .radio {
  padding-right: 15px;
}

.modal-content .add-trigger-modal .modal-trigger-form .form-group-radio .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.modal-content .add-trigger-modal .modal-trigger-form .form-group-radio .radio input[type="radio"] + .radio-label {
  padding-bottom: 0;
}

.modal-content .add-trigger-modal .modal-trigger-form .form-group-radio .radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #dcdcdc;
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  top: -0.2em;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
}

.modal-content .add-trigger-modal .modal-trigger-form .form-group-radio .radio input[type="radio"]:checked + .radio-label:before {
  background-color: #00a241;
  -webkit-box-shadow: inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 4px #ffffff;
  -ms-box-shadow: inset 0 0 0 4px #ffffff;
  -moz-box-shadow: inset 0 0 0 4px #ffffff;
  -o-box-shadow: inset 0 0 0 4px #ffffff;
  border: 1px solid #efefef;
}

.modal-content .add-trigger-modal .modal-trigger-form .form-group-radio .radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #efefef;
}

.modal-content .add-trigger-modal .modal-trigger-form .form-group-radio .radio input[type="radio"]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 4px #ffffff;
  -ms-box-shadow: inset 0 0 0 4px #ffffff;
  -moz-box-shadow: inset 0 0 0 4px #ffffff;
  -o-box-shadow: inset 0 0 0 4px #ffffff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}

.modal-content .add-trigger-modal .modal-trigger-form .form-group-radio .radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.modal-content .add-trigger-modal .modal-trigger-form .add-trigger-button {
  float: right;
}

.modal-content .add-trigger-modal .modal-trigger-form .add-trigger-button button {
  background-color: #e9e9e9;
  border-radius: 5px;
  color: #000000;
  padding: 6px 30px;
  border: 1px solid #e9e9e9;
}

.modal-content .add-trigger-modal .modal-trigger-form .add-trigger-button button:focus {
  border: 1px solid #e9e9e9 !important;
}

.modal-content .add-trigger-modal .modal-trigger-form .add-trigger-button button:last-child {
  border: 1px solid #09b172;
}

.modal-content .add-trigger-modal .modal-trigger-form .add-trigger-button button:last-child:focus {
  border: 1px solid #09b172 !important;
}

/*--MassHealthModal--*/
.modal-content {
  border-radius: 11px;
}

.modal-content .mass-health-modal {
  padding: 40px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.modal-content .mass-health-modal .mass-health-modal-btn {
  position: absolute;
  top: -6px;
  right: 15px;
}

.modal-content .mass-health-modal .mass-health-modal-btn i {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 18px;
}

.modal-content .mass-health-modal form h3 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 15px;
  color: #000000;
  padding-bottom: 20px;
}

.modal-content .mass-health-modal form .form-group {
  margin-bottom: 30px;
}

.modal-content .mass-health-modal form .form-group textarea {
  height: 114px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 20px 30px 30px 30px;
  font-size: 14px;
  font-weight: 400;
}

.modal-content .mass-health-modal form .form-group textarea::-webkit-input-placeholder {
  color: #000000;
}

.modal-content .mass-health-modal form .form-group textarea:-ms-input-placeholder {
  color: #000000;
}

.modal-content .mass-health-modal form .form-group textarea::-ms-input-placeholder {
  color: #000000;
}

.modal-content .mass-health-modal form .form-group textarea::placeholder {
  color: #000000;
}

.modal-content .mass-health-modal form .form-group .select-trigger {
  border: 1px solid #000000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/sort-down.png) no-repeat right;
  background-position-x: 98%;
  width: 100%;
  font-weight: 500;
}

.modal-content .mass-health-modal form .form-group input[type="file"] {
  display: none;
}

.modal-content .mass-health-modal form .form-group .custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  height: 45px;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  position: relative;
}

.modal-content .mass-health-modal form .form-group .custom-file-upload span {
  display: block;
  float: right;
  background-color: #4339f2;
  color: #ffffff;
  padding: 10px 12px;
  border: 1px solid #4339f2;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.modal-content .mass-health-modal form .form-group .custom-file-upload small {
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  top: 10px;
  left: 10px;
}

.modal-content .mass-health-modal form .mass-health-modal-button {
  text-align: center;
}

.modal-content .mass-health-modal form .mass-health-modal-button button {
  background-color: #ffffff;
  border-radius: 20px;
  color: #000000;
  padding: 8px 30px;
  border: 1px solid #707070;
  font-size: 14px;
}

.modal-content .mass-health-modal form .mass-health-modal-button button:focus {
  border: 1px solid #707070 !important;
}

/*--PaymentRequestModal--*/
.modal-content {
  border-radius: 11px;
}

.modal-content .payment-request-modal {
  padding: 40px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.modal-content .payment-request-modal .payment-request-modal-btn {
  position: absolute;
  top: -6px;
  right: 15px;
}

.modal-content .payment-request-modal .payment-request-modal-btn i {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 18px;
}

.modal-content .payment-request-modal .payment-request-content {
  padding-top: 100px;
  padding-bottom: 70px;
}

.modal-content .payment-request-modal .payment-request-content p {
  font-size: 16px;
  padding-bottom: 10px;
}

.modal-content .payment-request-modal .payment-request-content h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
  color: #000000;
  padding-bottom: 20px;
}

.modal-content .payment-request-modal .payment-request-modal-button {
  text-align: right;
}

.modal-content .payment-request-modal .payment-request-modal-button .Yes-button {
  background-color: #4339f2;
  border-radius: 10px;
  color: #ffffff;
  padding: 6px 30px;
  border: 1px solid #4339f2;
  font-size: 14px;
  margin-right: 10px;
}

.modal-content .payment-request-modal .payment-request-modal-button .Yes-button:focus {
  border: 1px solid #4339f2 !important;
}

.modal-content .payment-request-modal .payment-request-modal-button .Cancel-button {
  background-color: #ffffff;
  border-radius: 10px;
  color: #000000;
  padding: 6px 20px;
  border: 1px solid #707070;
  font-size: 14px;
}

.modal-content .payment-request-modal .payment-request-modal-button .Cancel-button:focus {
  border: 1px solid #707070 !important;
}

/*--MassHealthModal--*/
.modal-content {
  border-radius: 11px;
}

.modal-content .file-upload-success {
  padding: 110px 0px;
  position: relative;
}

.modal-content .file-upload-success .file-upload-success-btn {
  position: absolute;
  top: 20px;
  right: 25px;
}

.modal-content .file-upload-success .file-upload-success-btn i {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 18px;
}

.modal-content .file-upload-success span {
  background-color: #ffffff;
  border-radius: 50%;
  border: 5px solid #09b172;
  width: 120px;
  height: 120px;
  font-size: 60px;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 135px;
  color: #09b172;
  -webkit-animation: pulse-green 3s infinite;
          animation: pulse-green 3s infinite;
  -ms-animation: pulse-green 3s infinite;
  -moz-animation: pulse-green 3s infinite;
  -o-animation: pulse-green 3s infinite;
}

.modal-content .file-upload-success h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  padding-top: 40px;
  padding-bottom: 45px;
  text-align: center;
}

.modal-content .file-upload-success .file-upload-success-button {
  padding: 8px 45px;
  border: 2px solid #09b172;
  border-radius: 10px;
  background-color: #09b172;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.modal-content .file-upload-success .file-upload-success-button:focus {
  border: 2px solid #09b172 !important;
}

/*--AllocationUpload--*/
.allocation-upload-modal-width {
  max-width: 622px;
}

.modal-content {
  border-radius: 11px;
}

.modal-content .allocation-upload-modal {
  padding: 40px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.modal-content .allocation-upload-modal .allocation-upload-modal-btn {
  position: absolute;
  top: -6px;
  right: 15px;
}

.modal-content .allocation-upload-modal .allocation-upload-modal-btn i {
  color: #a7a7a7;
  font-weight: 400;
  font-size: 18px;
}

.modal-content .allocation-upload-modal h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 30px;
}

.modal-content .allocation-upload-modal .form-group {
  margin-bottom: 20px;
}

.modal-content .allocation-upload-modal .form-group label {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  padding-bottom: 10px;
}

.modal-content .allocation-upload-modal .form-group .allocation-upload-radio .allocation-upload-radio-inn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  position: relative;
}

.modal-content .allocation-upload-modal .form-group .allocation-upload-radio .allocation-upload-radio-inn input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.modal-content .allocation-upload-modal .form-group .allocation-upload-radio .allocation-upload-radio-inn input[type="radio"] + .allocation-upload-radio-label {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}

.modal-content .allocation-upload-modal .form-group .allocation-upload-radio .allocation-upload-radio-inn input[type="radio"] + .allocation-upload-radio-label:before {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #a7a7a7;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
}

.modal-content .allocation-upload-modal .form-group .allocation-upload-radio .allocation-upload-radio-inn input[type="radio"]:checked + .allocation-upload-radio-label:before {
  background-color: #4339f2;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
          box-shadow: inset 0 0 0 2px #ffffff;
  -ms-box-shadow: inset 0 0 0 2px #ffffff;
  -moz-box-shadow: inset 0 0 0 2px #ffffff;
  -o-box-shadow: inset 0 0 0 2px #ffffff;
  border: 1px solid #a7a7a7;
}

.modal-content .allocation-upload-modal .form-group .allocation-upload-radio .allocation-upload-radio-inn input[type="radio"]:focus + .allocation-upload-radio-label:before {
  outline: none;
  border-color: #a7a7a7;
}

.modal-content .allocation-upload-modal .form-group .allocation-upload-radio .allocation-upload-radio-inn input[type="radio"]:disabled + .allocation-upload-radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #ffffff;
          box-shadow: inset 0 0 0 4px #ffffff;
  -ms-box-shadow: inset 0 0 0 4px #ffffff;
  -moz-box-shadow: inset 0 0 0 4px #ffffff;
  -o-box-shadow: inset 0 0 0 4px #ffffff;
  border-color: black;
  background: black;
}

.modal-content .allocation-upload-modal .form-group .allocation-upload-radio .allocation-upload-radio-inn input[type="radio"] + .allocation-upload-radio-label:empty:before {
  margin-right: 0;
}

.modal-content .allocation-upload-modal .form-group input[type="date"] {
  color: #bbbbbb;
  border: 1px solid #bbbbbb;
}

.modal-content .allocation-upload-modal .form-group input[type="date"]::-webkit-input-placeholder {
  color: #bbbbbb;
}

.modal-content .allocation-upload-modal .form-group input[type="date"]:-ms-input-placeholder {
  color: #bbbbbb;
}

.modal-content .allocation-upload-modal .form-group input[type="date"]::-ms-input-placeholder {
  color: #bbbbbb;
}

.modal-content .allocation-upload-modal .form-group input[type="date"]::placeholder {
  color: #bbbbbb;
}

.modal-content .allocation-upload-modal .form-group input[type="date"]:focus {
  border: 1px solid #bbbbbb;
}

.modal-content .allocation-upload-modal .form-group textarea {
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #c5c5c5;
  height: 62px;
  color: #000000;
}

.modal-content .allocation-upload-modal .form-group textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}

.modal-content .allocation-upload-modal .form-group textarea:-ms-input-placeholder {
  color: #bbbbbb;
}

.modal-content .allocation-upload-modal .form-group textarea::-ms-input-placeholder {
  color: #bbbbbb;
}

.modal-content .allocation-upload-modal .form-group textarea::placeholder {
  color: #bbbbbb;
}

.modal-content .allocation-upload-modal .form-group input[type="file"] {
  display: none;
}

.modal-content .allocation-upload-modal .form-group .custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  height: 45px;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  position: relative;
}

.modal-content .allocation-upload-modal .form-group .custom-file-upload span {
  display: block;
  float: right;
  background-color: #4339f2;
  color: #ffffff;
  padding: 10px 12px;
  border: 1px solid #4339f2;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.modal-content .allocation-upload-modal .form-group .custom-file-upload small {
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  color: #bbbbbb;
  top: 10px;
  left: 10px;
}

.modal-content .allocation-upload-modal .form-group .upload-file-button {
  background-color: #09b172;
  border: 1px solid #09b172;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 30px 10px 20px;
  position: relative;
  width: 100%;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.modal-content .allocation-upload-modal .form-group .upload-file-button:focus {
  border: 1px solid #09b172 !important;
}

.modal-content .allocation-upload-modal .form-group .upload-file-button:before {
  position: absolute;
  content: "\f150";
  font-family: "Flaticon";
  right: 30px;
  font-weight: 500;
}

.modal-content .allocation-upload-modal .form-group .upload-file-button:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
          box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  -moz-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  -ms-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  -o-box-shadow: 0 14px 26px -12px rgba(9, 177, 114, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 177, 114, 0.2) !important;
  opacity: 0.9;
}

.modal-content .allocation-upload-modal .form-group-button {
  height: 50px;
}

/*--Allocate-Model-Component--*/
.allocate-modal {
  padding: 20px 20px;
}

.allocate-modal form .form-allocate {
  padding-bottom: 15px;
}

.allocate-modal form .form-allocate textarea {
  height: 237px;
  border: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.allocate-modal form .form-allocate textarea::-webkit-input-placeholder {
  color: #dbdbdb;
}

.allocate-modal form .form-allocate textarea:-ms-input-placeholder {
  color: #dbdbdb;
}

.allocate-modal form .form-allocate textarea::-ms-input-placeholder {
  color: #dbdbdb;
}

.allocate-modal form .form-allocate textarea::placeholder {
  color: #dbdbdb;
}

.allocate-modal form .form-allocate-button {
  padding: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.allocate-cancel {
  background-color: #e9e9e9;
  border-radius: 10px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border: 0;
  padding: 10px 35px;
  margin-right: 10px;
}

.allocate-submit {
  background-color: #fcb206;
  border-radius: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border: 0;
  padding: 10px 35px;
}

.allocate-modal-btn {
  font-size: 20px;
  color: #dbdbdb;
  padding-top: 0;
  padding-bottom: 10px !important;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: right;
}

/*--404-Page--*/
.error-404 {
  position: relative;
}

.error-404 .error-logo {
  width: 250px;
  height: 45px;
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.error-404 h3 {
  text-align: center;
  color: #5858ff;
  padding-bottom: 5px;
  font-size: 25px;
  font-weight: 900;
}

.error-404 p {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  padding-bottom: 15px;
}

/*--Table-Pagination--*/
.table-pagination .dataTables_info {
  padding-left: 55px;
}

.table-pagination .dataTables_paginate {
  padding-right: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.table-pagination .dataTables_paginate a {
  padding: 3px 9px;
  border-radius: 50px;
  border: 0;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
}

.table-pagination .dataTables_paginate a.btn.active {
  border-radius: 50px;
  border: 0;
  background: #4f9afc;
  color: #ffffff !important;
}

.table-pagination .dataTables_paginate a.btn-previous {
  font-weight: 700;
  color: #979797;
  position: relative;
  padding-left: 20px;
  padding-right: 60px;
  margin-right: 10px;
  line-height: 18px;
}

.table-pagination .dataTables_paginate a.btn-previous:after {
  position: absolute;
  content: "\f10d";
  top: 3px;
  left: 0px;
  font-family: "Flaticon";
  color: #979797;
  font-size: 12px;
}

.table-pagination .dataTables_paginate a.btn-previous:before {
  position: absolute;
  content: "Previous";
  top: 3px;
  left: 0px;
  color: #979797;
  z-index: 9999;
  padding-left: 15px;
}

.table-pagination .dataTables_paginate a.btn-next {
  font-weight: 700;
  color: #000000;
  position: relative;
  padding-left: 60px;
  margin-left: 0px;
  line-height: 18px;
}

.table-pagination .dataTables_paginate a.btn-next:after {
  position: absolute;
  content: "\f10c";
  top: 3px;
  right: 2px;
  font-family: "Flaticon";
  color: #000000;
  font-size: 12px;
}

.table-pagination .dataTables_paginate a.btn-next:before {
  position: absolute;
  content: "Next";
  top: 3px;
  left: 0px;
  color: #979797;
  padding-left: 15px;
}

.table-pagination .dataTables_paginate a:hover {
  background: #4f9afc;
  color: #ffffff !important;
}

.table-pagination .dataTables_paginate .btn-previous:hover:after {
  color: #ffffff !important;
}

.table-pagination .dataTables_paginate .btn-previous:hover:before {
  color: #ffffff !important;
}

.table-pagination .dataTables_paginate .btn-next:hover:after {
  color: #ffffff !important;
}

.table-pagination .dataTables_paginate .btn-next:hover:before {
  color: #ffffff !important;
}

/*--Action-Component--*/
.action-component {
  position: relative;
}

.action-component .btn:focus {
  border: transparent !important;
  outline: transparent !important;
}

.action-component button {
  position: relative;
}

.action-component .dropdown-toggle::before {
  font-family: Flaticon;
  content: "\f119";
  font-size: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding-right: 3px;
  border: 0;
  margin-left: 0;
  font-size: 14px;
}

.action-component .dropdown-menu {
  -webkit-box-shadow: 0px 3px 23px #0000001f;
          box-shadow: 0px 3px 23px #0000001f;
  -ms-box-shadow: 0px 3px 23px #0000001f;
  -moz-box-shadow: 0px 3px 23px #0000001f;
  -o-box-shadow: 0px 3px 23px #0000001f;
  border: 0;
  padding: 15px 20px;
  top: -10px !important;
}

.action-component .dropdown-menu li {
  padding-bottom: 13px;
}

.action-component .dropdown-menu li a {
  color: #000000;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}

.action-component .dropdown-menu li a:active {
  background: #4339f2;
  color: #ffffff !important;
  border-radius: 5px !important;
}

.action-component .dropdown-menu li a.active {
  background: #4339f2;
  color: #ffffff !important;
  border-radius: 5px !important;
}

.action-component .dropdown-menu li:last-child {
  padding-bottom: 0;
}

.action-component .dropdown-menu:after {
  position: absolute;
  content: "\f13e";
  top: 15px;
  right: -13px;
  font-family: "Flaticon";
  color: #ffffff;
  z-index: 9999;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}

/*--Allocate-Button--*/
.allocate-btn {
  border-radius: 50px;
  border: 1px solid #4339f2;
  color: #4339f2;
  padding: 5px 20px;
  font-weight: 500;
  background: transparent;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.allocate-btn:hover {
  background-color: #4339f2;
  color: #ffffff;
}

/*--Flaticon--*/
.flaticon-transfer {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.flaticon-cursor {
  color: #25b6d2;
  -webkit-transform: rotate(317deg);
          transform: rotate(317deg);
  display: inline-block;
  -ms-transform: rotate(317deg);
  -moz-transform: rotate(317deg);
  -o-transform: rotate(317deg);
}

/*--Table-Component--*/
.custom-table {
  padding-bottom: 10px;
}

.custom-table .table thead {
  background-color: #f4f3ff;
}

.custom-table .table thead tr th {
  border: 0;
  font-weight: 700;
  color: #8c8cae;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  vertical-align: middle;
}

.custom-table .table thead tr th i {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.custom-table .table tbody tr td {
  padding: 10px 20px;
  vertical-align: middle;
  font-weight: 500;
  color: #000000;
  border-top: 0;
  border-bottom: 1px solid #e9e9e9;
}

.custom-table .table tbody tr td {
  border-top: 0;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 20px;
  vertical-align: middle;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  line-height: 17px;
}

.custom-table .table tbody tr td:nth-child(2) {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.custom-table .table tbody tr td:nth-child(2) a {
  color: #343b4e;
}

.custom-table .table tbody tr td .flaticon-edit-1 {
  font-weight: 700;
}

.vendor-grading-table .table {
  border: 1px solid #BBBBBB;
  border-bottom: 0;
}

.vendor-grading-table .table thead {
  background-color: #5858FF;
  border-radius: 5px;
}

.vendor-grading-table .table thead tr th {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-right: 1px solid #BBBBBB;
}

.vendor-grading-table .table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  padding: 20px 20px;
  border-bottom: 0;
  border-right: 1px solid #BBBBBB;
  color: #000000;
}

.vendor-grading-table .table tbody tr td i {
  color: #E2E2E2;
  font-size: 14px;
}

.vendor-grading-table .table tfoot {
  background-color: #ecebeb;
}

.vendor-grading-table .table tfoot tr td {
  font-size: 16px;
  font-weight: 700;
  border-right: 1px solid #BBBBBB;
}

.evidence-calculator-table .table thead {
  background-color: #5858FF;
}

.evidence-calculator-table .table thead tr th {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  padding: 0;
}

.evidence-calculator-table .table thead tr th span {
  padding: 10px 0;
  display: block;
  border-left: 1px solid #bbbbbb;
  background-color: #4339F2;
}

.evidence-calculator-table .table thead tr th .table-inn-table {
  font-size: 16px;
  padding: 0;
}

.evidence-calculator-table .table thead tr th .table-inn-table thead tr th {
  background-color: #5858FF;
  font-size: 16px;
  border-left: 1px solid #bbbbbb;
  padding: 10px 20px;
}

.evidence-calculator-table .table tbody tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  border-bottom: 0;
}

.evidence-calculator-table .table tbody tr td table tbody tr td {
  padding-left: 20px;
  padding-right: 20px;
}

.evidence-calculator-table .table tfoot {
  background-color: #f4f4f4;
}

.evidence-calculator-table .table tfoot tr td {
  border: 0;
  font-size: 16px;
  padding: 10px 20px;
  vertical-align: middle;
  font-weight: 700;
  color: #000000;
  line-height: 17px;
  text-align: center;
}

.evidence-calculator-table .table tfoot tr td table tr td {
  text-align: inherit;
  font-size: 16px;
}

.vendor-transaction-table .table tbody tr td {
  padding: 21px 20px;
}

.vendor-dashboard-card-table .table tbody tr td {
  padding: 18px 20px;
}

.dashboard-latest-task-table .table {
  margin-bottom: 0;
}

.dashboard-latest-task-table .table tbody tr td {
  padding: 23px 20px;
}

.state-owner-mass-health-table .table {
  margin-bottom: 0;
}

.state-owner-mass-health-table .table tbody tr td {
  padding: 24px 20px;
}

.investigator-mass-health-table .table {
  margin-bottom: 0;
}

.investigator-mass-health-table .table tbody tr td {
  padding: 24px 20px;
}

.investigator-custom-table .table {
  margin-bottom: 0;
}

.investigator-custom-table .table tbody tr td {
  padding: 15px 20px;
}

/*--Allocate--*/
.allocate {
  border-radius: 50px;
  border: 1px solid #4339f2;
  color: #4339f2;
  padding: 5px 20px;
  font-weight: 500;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.allocate:hover {
  background-color: #4339f2;
  color: #ffffff;
  -webkit-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
          box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -moz-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -ms-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -o-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  opacity: 0.9;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.allocate:focus {
  border: 1px solid #4339f2 !important;
}

/*--Case-History-Model-Component--*/
.case-history {
  position: relative;
}

.case-history h5 {
  font-size: 24px;
  color: #4339f2;
  font-weight: 700;
  line-height: 30px;
  width: 100%;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  margin: 0 auto;
  border-bottom: 0;
}

.case-history h5::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #d2ceff;
  top: 0;
  left: 35px;
  width: 90%;
  height: 100%;
}

.case-history button {
  font-size: 20px;
  color: #dbdbdb;
  padding-top: 5px !important;
  position: relative;
  margin: 0;
  padding: 0;
}

.case-history button i {
  position: absolute;
  top: -35px;
  right: 15px;
}

.case-history .case-history-timeline {
  padding-top: 20px;
  padding-left: 30px;
}

.case-history .case-history-timeline .case-history-content h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.case-history .case-history-timeline .case-history-content p {
  color: #d5d5d5;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.case-history .case-history-timeline .complete-case-history {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
}

.case-history .case-history-timeline .complete-case-history a {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  text-transform: uppercase;
  background-color: #4339f2;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 300;
}

.case-history .case-history-timeline .case-history-circle-none button::after {
  display: none !important;
}

.case-history .case-history-timeline .case-history-circle {
  position: relative;
}

.case-history .case-history-timeline .case-history-circle button {
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  border: 0;
  z-index: 9999;
}

.case-history .case-history-timeline .case-history-circle button::after {
  position: absolute;
  content: "";
  top: 13px;
  left: 6px;
  width: 3px;
  height: 56px;
  background-color: #707070;
  z-index: -1;
}

.case-history .case-history-timeline .case-history-circle button.active {
  color: green;
}

.case-history .case-history-timeline .case-history-circle button.active::before {
  position: absolute;
  content: "";
  top: -3px;
  left: -3px;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  z-index: 999;
  border-radius: 50px;
  background: transparent;
}

.case-history .case-history-timeline .case-history-circle .btn-red {
  background-color: #ff5353;
}

.case-history .case-history-timeline .case-history-circle .btn-yellow {
  background-color: #ffbd3a;
}

.case-history .case-history-timeline .case-history-circle .btn-purple {
  background-color: #5d2376;
}

.case-history .case-history-timeline .case-history-circle .btn-green {
  background-color: #20bb25;
}

.case-history .case-history-timeline .case-history-circle .btn-black {
  background-color: #33394f;
}

.case-history .case-history-timeline .case-history-circle .btn-pink {
  background-color: #f239ae;
}

.case-history .case-history-timeline .case-history-circle .btn-blue {
  background-color: #3970f2;
}

.case-history .case-history-timeline .case-history-circle .btn-sky-blue {
  background-color: #39f2e5;
}

.case-history .case-history-timeline .circle-fade button::after {
  position: absolute;
  content: "";
  top: 14px;
  left: 7px;
  width: 1px;
  height: 56px !important;
  background-color: #dbdbdb;
  z-index: -1;
}

.case-history .case-history-timeline .case-history-content-2 {
  margin-left: 40px;
  position: relative;
}

.case-history .case-history-timeline .case-history-content-2 h3 {
  color: #000000;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.case-history .case-history-timeline .case-history-content-2 p {
  color: #33394f;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.case-history .case-history-timeline .case-history-content-2 small {
  color: #dbdbdb;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.case-history .case-history-timeline .case-history-fade {
  height: 59px;
}

.case-history .case-history-timeline .case-history-fade h3 {
  color: #a7a7a7;
}

.cases-title {
  font-size: 24px;
  color: #4339f2;
  font-weight: 700;
  line-height: 30px;
  width: 100%;
  border-bottom: 1px solid #d2ceff;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  margin: 0 auto;
}

.modal-header {
  border: 0;
}

.cases-modal-btn {
  font-size: 20px;
  color: #dbdbdb;
  padding-top: 5px !important;
  position: relative;
  margin: 0;
  padding: 0;
}

.cases-modal-btn i {
  position: absolute;
  top: 10px;
  right: 15px;
}

/*--Button-Component--*/
.button-actions .button-transparent {
  border: 1px solid #4339f2;
  border-radius: 10px;
  padding: 10px 25px;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  margin-right: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
}

.button-actions .button-transparent:last-child {
  margin: 0;
}

.button-actions .button-transparent:hover {
  background-color: #4339f2;
  color: #ffffff;
}

.button-actions .button-transparent:focus {
  border: 1px solid #4339f2 !important;
}

.button-actions .button-bg {
  border: 1px solid #4339f2;
  border-radius: 10px;
  padding: 10px 25px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  background-color: #4339f2;
  margin-right: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
}

.button-actions .button-bg:last-child {
  margin: 0;
}

.button-actions .button-bg:hover {
  border: 1px solid #4339f2;
  background-color: transparent;
  color: #4339f2;
}

.button-actions .button-bg:focus {
  border: 1px solid #4339f2 !important;
}

.partially-filled {
  color: #ffbd3a;
}

/*--Common-Button--*/
.common-button {
  position: relative;
  background-color: #4339f2;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border: 2px solid #4339f2;
  border-radius: 8px;
  padding: 10px 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
}

.common-button:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
          box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -moz-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -ms-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -o-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  opacity: 0.9;
}

.common-button:focus {
  border: 2px solid #4339f2 !important;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-switch ul li a {
  color: #d8d8d8;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-switch ul li.active a {
  color: #ffffff;
  padding: 6px 10px;
  display: block;
  cursor: default;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-form .map-search .map-form-inn {
  position: relative;
  margin-right: 20px;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-form .map-search .map-form-inn input[type="text"] {
  color: #bebebe;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  border: 0;
  border-radius: 11px;
  background-color: #ffffff;
  padding: 18px 60px 18px 20px;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-form .map-search .map-form-inn .flaticon-close-4 {
  position: absolute;
  top: 15px;
  right: 40px;
  color: #bebebe;
  font-weight: 400;
  font-size: 16px;
}

.dashboard-sidebar #content .investigator-form-map .map-switch-form .map-form .map-search .map-form-inn .flaticon-search {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #bebebe;
  font-weight: 400;
  font-size: 16px;
}

/*--Footer--*/
.dashboard-footer {
  padding: 30px 0px;
}

.dashboard-footer .footer-inn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.dashboard-footer .footer-inn p {
  color: #979797;
  font-weight: 400;
  font-size: 14px;
  padding-right: 20px;
  position: relative;
}

.dashboard-footer .footer-inn p a {
  color: #979797;
}

.dashboard-footer .footer-inn p:last-child {
  padding: 0;
}

.dashboard-footer .footer-inn p:after {
  position: absolute;
  content: "";
  top: 2px;
  right: 9px;
  width: 0.5px;
  height: 18px;
  background-color: #d6cfcf;
}

.dashboard-footer .footer-inn span a {
  color: #979797;
}

.footer-fixed .footer-inn p {
  color: #ffffff;
}

.footer-fixed .footer-inn p a {
  color: #ffffff;
}

.footer-fixed .footer-inn span a {
  color: #ffffff;
}

/*--Admin-dropdown--*/
.admin-dropdown .dropdown li {
  padding: 0 !important;
}

.admin-dropdown .dropdown-menu {
  background-color: transparent;
  margin: 0;
  padding: 0 0 0 32px;
  border: 0;
  min-width: 15rem;
}

.admin-dropdown .dropdown-menu .sub-menu {
  left: 65%;
  position: absolute;
  top: 5px;
  visibility: hidden;
  margin-top: -1px;
}

.admin-dropdown .dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.admin-dropdown .dropdown:hover .dropdown-menu {
  display: block;
}

.admin-dropdown .nav-tabs .dropdown-menu,
.admin-dropdown .nav-pills .dropdown-menu,
.admin-dropdown .navbar .dropdown-menu {
  margin-top: 0;
}

.admin-dropdown .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.admin-dropdown .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #ffffff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

.admin-dropdown .sub-menu li a {
  padding: 0 !important;
}

/*--General-Fillter-Form--*/
.general-fillter-form {
  padding: 0px 30px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.general-fillter-form .general-fillter-form-inn {
  padding: 8px 10px;
  background-color: #f3f1ff;
  border-radius: 10px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  position: relative;
}

.general-fillter-form .general-fillter-form-inn .form-group-inn {
  width: 100%;
  margin-right: 10px;
}

.general-fillter-form .general-fillter-form-inn .form-group-inn .form-group-select {
  position: relative;
}

.general-fillter-form .general-fillter-form-inn .form-group-inn .form-group-select select {
  width: 100%;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 10px 10px;
  border: 0;
  font-weight: 500;
  color: #000000;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
}

.general-fillter-form .general-fillter-form-inn .form-group-inn .form-group-select i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #4339f2;
  font-weight: 700;
}

.general-fillter-form .general-fillter-form-inn .form-group-inn .form-group-select-2 {
  position: relative;
}

.general-fillter-form .general-fillter-form-inn .form-group-inn .form-group-select-2 input[type="text"] {
  width: 100%;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 10px 30px 10px;
  border: 0;
  color: #000000;
  font-weight: 400;
}

.general-fillter-form .general-fillter-form-inn .form-group-inn .form-group-select-2 input[type="text"]::-webkit-input-placeholder {
  color: #ecebeb;
  font-size: 14px;
  line-height: 20px;
}

.general-fillter-form .general-fillter-form-inn .form-group-inn .form-group-select-2 input[type="text"]:-ms-input-placeholder {
  color: #ecebeb;
  font-size: 14px;
  line-height: 20px;
}

.general-fillter-form .general-fillter-form-inn .form-group-inn .form-group-select-2 input[type="text"]::-ms-input-placeholder {
  color: #ecebeb;
  font-size: 14px;
  line-height: 20px;
}

.general-fillter-form .general-fillter-form-inn .form-group-inn .form-group-select-2 input[type="text"]::placeholder {
  color: #ecebeb;
  font-size: 14px;
  line-height: 20px;
}

.general-fillter-form .general-fillter-form-inn .form-group-inn .form-group-select-2 i {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ecebeb;
  font-weight: 700;
}

.general-fillter-form .general-fillter-form-inn .form-group-inn input[type="date"] {
  width: 100%;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 10px 10px;
  border: 0;
  font-weight: 500;
}

.general-fillter-form .general-fillter-form-inn .form-group-inn input[type="date"] ::-webkit-input-placeholder {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}

.general-fillter-form .general-fillter-form-inn .form-group-inn input[type="date"] :-ms-input-placeholder {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}

.general-fillter-form .general-fillter-form-inn .form-group-inn input[type="date"] ::-ms-input-placeholder {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}

.general-fillter-form .general-fillter-form-inn .form-group-inn input[type="date"] ::placeholder {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}

.general-fillter-form .general-fillter-form-inn button {
  background-color: #4339f2;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  padding: 10px 15px;
}

.general-fillter-button {
  padding-top: 20px;
  text-align: center;
}

.general-fillter-button button {
  background-color: #4339f2;
  border: 2px solid #4339f2;
  border-radius: 8px;
  color: #ffffff;
  padding: 10px 35px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.general-fillter-button button:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
          box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -moz-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -ms-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  -o-box-shadow: 0 14px 26px -12px rgba(0, 35, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 35, 255, 0.2) !important;
  opacity: 0.9;
}

.general-fillter-button button:focus {
  border: 2px solid #4339f2 !important;
}

.general-fillter-button button:first-child {
  margin-right: 10px;
}

/*--mass-health-fillter-Form--*/
.mass-health-fillter-form {
  padding: 30px 30px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.mass-health-fillter-form .mass-health-fillter-form-inn {
  padding: 8px 10px;
  background-color: #f3f1ff;
  border-radius: 10px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  position: relative;
}

.mass-health-fillter-form .mass-health-fillter-form-inn .form-group-inn {
  width: 100%;
  margin-right: 10px;
}

.mass-health-fillter-form .mass-health-fillter-form-inn .form-group-inn .form-group-select {
  position: relative;
}

.mass-health-fillter-form .mass-health-fillter-form-inn .form-group-inn .form-group-select select {
  width: 100%;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 10px 10px;
  border: 0;
  font-weight: 500;
  color: #000000;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.mass-health-fillter-form .mass-health-fillter-form-inn .form-group-inn .form-group-select i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #4339f2;
  font-weight: 700;
}

.mass-health-fillter-form .mass-health-fillter-form-inn .form-group-inn .form-group-select-2 {
  position: relative;
}

.mass-health-fillter-form .mass-health-fillter-form-inn .form-group-inn .form-group-select-2 input[type="text"] {
  width: 100%;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 10px 30px 10px;
  border: 0;
  color: #000000;
  font-weight: 400;
}

.mass-health-fillter-form .mass-health-fillter-form-inn .form-group-inn .form-group-select-2 input[type="text"]::-webkit-input-placeholder {
  color: #ecebeb;
  font-size: 14px;
  line-height: 20px;
}

.mass-health-fillter-form .mass-health-fillter-form-inn .form-group-inn .form-group-select-2 input[type="text"]:-ms-input-placeholder {
  color: #ecebeb;
  font-size: 14px;
  line-height: 20px;
}

.mass-health-fillter-form .mass-health-fillter-form-inn .form-group-inn .form-group-select-2 input[type="text"]::-ms-input-placeholder {
  color: #ecebeb;
  font-size: 14px;
  line-height: 20px;
}

.mass-health-fillter-form .mass-health-fillter-form-inn .form-group-inn .form-group-select-2 input[type="text"]::placeholder {
  color: #ecebeb;
  font-size: 14px;
  line-height: 20px;
}

.mass-health-fillter-form .mass-health-fillter-form-inn .form-group-inn .form-group-select-2 i {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ecebeb;
  font-weight: 700;
}

.mass-health-fillter-form .mass-health-fillter-form-inn .form-group-inn input[type="date"] {
  width: 100%;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 10px 10px;
  border: 0;
  font-weight: 500;
}

.mass-health-fillter-form .mass-health-fillter-form-inn .form-group-inn input[type="date"] ::-webkit-input-placeholder {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}

.mass-health-fillter-form .mass-health-fillter-form-inn .form-group-inn input[type="date"] :-ms-input-placeholder {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}

.mass-health-fillter-form .mass-health-fillter-form-inn .form-group-inn input[type="date"] ::-ms-input-placeholder {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}

.mass-health-fillter-form .mass-health-fillter-form-inn .form-group-inn input[type="date"] ::placeholder {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}

.mass-health-fillter-form .mass-health-fillter-form-inn button {
  background-color: #4339f2;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  padding: 10px 15px;
}

/*--Settings-Button--*/
.settings-button {
  position: fixed;
  cursor: pointer;
  right: 0px;
  z-index: 999999;
  top: 50%;
}

.settings-button .settings-button-inn {
  position: absolute;
  right: 5px;
  top: 0;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 auto;
  background-color: #4339f2;
}

.settings-button .settings-button-inn i {
  color: #ffffff;
  font-size: 16px;
}

/*--View-Policy-Copy--*/
.view-policy-copy .modal-dialog {
  max-width: 900px;
}

.view-policy-copy .modal-dialog .modal-content .modal-header {
  padding: 30px;
}

.view-policy-copy .modal-dialog .modal-content .modal-header h5 {
  color: #000000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.view-policy-copy .modal-dialog .modal-content .modal-header button {
  font-size: 20px;
  color: #dbdbdb;
}

.view-policy-copy .modal-dialog .modal-content .modal-body table thead tr {
  background-color: #f4f3ff;
}

.view-policy-copy .modal-dialog .modal-content .modal-body table thead tr th {
  padding: 15px 0px;
  border: 0;
}

.view-policy-copy .modal-dialog .modal-content .modal-body table thead tr th:first-child {
  padding-left: 40px;
}

.view-policy-copy .modal-dialog .modal-content .modal-body table tbody tr td {
  padding: 10px 0;
}

.view-policy-copy .modal-dialog .modal-content .modal-body table tbody tr td:first-child {
  padding-left: 50px;
  font-weight: 700;
}

.view-policy-copy .modal-dialog .modal-content .modal-body table tbody tr td:last-child {
  padding-right: 50px;
}

.view-policy-copy .modal-dialog .modal-content .modal-body table tbody tr td:nth-child(2) {
  font-weight: 700;
}

.view-policy-copy .modal-dialog .modal-content .modal-body table tbody tr td img {
  width: 24px;
  margin: 0 auto;
  display: block;
}

/*--Trash-Button--*/
.trash-button button {
  border: 0;
  background-color: red;
  border-radius: 5px;
  padding: 5px;
}

.trash-button button i {
  font-size: 20px;
  color: #ffffff;
  padding-left: 5px;
}

/*------------------------------------------------Light-Dark-Mode------------------------------------------------*/
.light-dark-mode {
  position: relative;
}

.light-dark-mode h4 {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-right: 5px;
}

.light-dark-mode h4:last-child {
  display: none;
}

.light-dark-mode .color-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #33394f;
  border-radius: 50px;
  padding: 10px 20px;
  position: fixed;
  bottom: 2%;
  right: 30px;
  z-index: 9999;
}

.light-dark-mode a {
  color: #000000;
}

.light-dark-mode .color-switcher {
  background-color: #ffffff;
  color: #000000;
}

.light-dark-mode .switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 24px;
  margin-right: 15px;
  border-radius: 34px;
}

.light-dark-mode .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.light-dark-mode .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.light-dark-mode .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 1px;
  bottom: 1px;
  background-color: #33394f;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

.light-dark-mode input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196f3;
          box-shadow: 0 0 1px #2196f3;
  -ms-box-shadow: 0 0 1px #2196f3;
  -moz-box-shadow: 0 0 1px #2196f3;
  -o-box-shadow: 0 0 1px #2196f3;
}

.light-dark-mode input:checked + .slider:before {
  -webkit-transform: translateX(26px);
          transform: translateX(26px);
  -moz-transform: translateX(26px);
  -o-transform: translateX(26px);
  left: 5px;
}

.light-dark-mode .slider.round {
  border-radius: 34px;
}

.light-dark-mode .slider.round:before {
  border-radius: 50%;
}

body.light-mode {
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

body.dark-mode {
  background-color: #293145;
  color: #000000;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  /*--forgot-password--*/
  /*--Media-Queries--*/
}

body.dark-mode a {
  color: #000000;
}

body.dark-mode .light-dark-mode h4 {
  color: #000000;
  display: none;
}

body.dark-mode .light-dark-mode h4:last-child {
  display: block;
}

body.dark-mode .light-dark-mode .color-toggle {
  background-color: #ffffff;
}

body.dark-mode .light-dark-mode .slider {
  background-color: #33394f;
}

body.dark-mode .light-dark-mode .slider::before {
  background-color: #ffffff;
}

body.dark-mode .dashboard-sidebar #sidebar.active .btn.btn-primary i {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content {
  background: #293145;
  /*--Navbar--*/
  /*--Breadcrumb--*/
  /*--Breadcrumb-shadow--*/
  /*--alternate-breadcrumb--*/
  /*--breadcrumb-buttons--*/
  /*--Dashboard-Cards--*/
  /*--Create-Task--*/
  /*--Dashboard-Workbench--*/
  /*--Vendor-Empanelment-Form--*/
  /*--Vendor-Fixed-Buttons--*/
  /*--medical-audit-form--*/
  /*--mh-report-form--*/
  /*--Medical-Audit-Fixed-Buttons--*/
  /*--Dashboard-Link-Report--*/
  /*--Cases-Cards--*/
  /*--Cases-Form-Table--*/
  /*--Cases-Details--*/
  /*--mh-report--*/
  /*--Policy-Detail-List--*/
  /*--Report-Submit--*/
  /*--Report-Submit-Form--*/
  /*--Tat-Band-Table--*/
  /*--Investigator-Form-Map--*/
  /*--profile-content--*/
  /*--dashboard-footer--*/
  /*--administrator-card--*/
  /*--manage-user-form-table--*/
  /*--invoice-creation--*/
  /*--generate-invoice--*/
  /*--generate-invoice-table--*/
  /*--generate-invoice-commission-table--*/
  /*--generate-invoice-final-remarks--*/
  /*--invoice-generate--*/
  /*--triggers--*/
  /*--notification-card--*/
  /*--triggers-section--*/
  /*--invoice-details--*/
  /*--request-payment--*/
  /*--government-business--*/
  /*--case-brief-history--*/
  /*--mh-upload--*/
  /*--manage-user-form-table--*/
  /*--dashboard-footer--*/
  /*--custom-table--*/
  /*--vendor-grading-table--*/
  /*--allocate--*/
  /*--table-pagination--*/
  /*--action-component--*/
  /*--general-fillter-form--*/
  /*--mass-health-fillter-form--*/
  /*--report-fillter-table--*/
  /*--fixed-bottom-buttons--*/
}

body.dark-mode .dashboard-sidebar #content .navbar {
  background: #293145;
  border-bottom: 1px solid #343b4e;
}

body.dark-mode .dashboard-sidebar #content .navbar .nav-item .profile-dropdown {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .navbar .nav-item .profile-dropdown .dropdown-logout a {
  color: #ffffff;
  background-color: #4339f2;
}

body.dark-mode .dashboard-sidebar #content .navbar .nav-item .profile-dropdown .dropdown-inn .dropdown-item {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .navbar .nav-item .profile-dropdown .profile-dropdown-inn h4 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .navbar .nav-item .profile-dropdown .profile-dropdown-inn p {
  color: #ffffff;
  opacity: 0.5;
}

body.dark-mode .dashboard-sidebar #content .navbar .nav-item .dropdown-menu:after {
  border-bottom: 38px solid #323c57;
}

body.dark-mode .dashboard-sidebar #content .navbar .nav-item .notification-dropdown {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .navbar .nav-item .notification-dropdown .notification-dropdown-inn h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .navbar .nav-item .notification-dropdown .notification-button a {
  background-color: #4339f2;
  border: 0.5px solid #4339f2;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .navbar .nav-item .notification-dropdown .dropdown-link-inn .dropdown-item {
  border-bottom: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .navbar .nav-item .notification-dropdown .dropdown-link-inn .dropdown-item i {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .navbar .nav-item .notification-dropdown .dropdown-link-inn .dropdown-item .dropdown-item-inn .allocation {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .navbar .nav-item .notification-dropdown .dropdown-link-inn .dropdown-item .dropdown-item-inn .days {
  color: #ffffff;
  opacity: 0.4;
}

body.dark-mode .dashboard-sidebar #content .navbar .navbar-collapse .search-popup input {
  background-color: #323c57;
  color: #ffffff;
  border: 1px solid #323c57;
}

body.dark-mode .dashboard-sidebar #content .navbar .navbar-collapse .search-popup__overlay.closes {
  background-color: #323c57;
  color: #ffffff;
  -webkit-box-shadow: 0px 10px 30px #131518;
          box-shadow: 0px 10px 30px #131518;
  -ms-box-shadow: 0px 10px 30px #131518;
  -moz-box-shadow: 0px 10px 30px #131518;
  -o-box-shadow: 0px 10px 30px #131518;
}

body.dark-mode .dashboard-sidebar #content .navbar img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
}

body.dark-mode .dashboard-sidebar #content .navbar .btn i {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .navbar .nav-item .nav-link .flaticon-search,
body.dark-mode .dashboard-sidebar #content .navbar .nav-item .nav-link .flaticon-notification {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .navbar .nav-item .authour_name span:first-child, body.dark-mode .dashboard-sidebar #content .navbar .nav-item .authour_name span:last-child {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-breadcrumb {
  background: #293145;
}

body.dark-mode .dashboard-sidebar #content .dashboard-breadcrumb .breadcrumb {
  background: #293145;
}

body.dark-mode .dashboard-sidebar #content .dashboard-breadcrumb h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .breadcrumb-shadow {
  border-top: 0;
  border-bottom: 1px solid #343b4e;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

body.dark-mode .dashboard-sidebar #content .alternate-breadcrumb .alternate-breadcrumb-inn .dropdown button {
  background-color: #323c57;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .alternate-breadcrumb .alternate-breadcrumb-inn .dropdown button:focus {
  border: 1px solid #323c57 !important;
}

body.dark-mode .dashboard-sidebar #content .alternate-breadcrumb .alternate-breadcrumb-inn .dropdown .dropdown-menu {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .alternate-breadcrumb .alternate-breadcrumb-inn .dropdown .dropdown-menu li a {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .alternate-breadcrumb .alternate-breadcrumb-inn .dropdown .dropdown-menu li a:hover {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .breadcrumb-buttons {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .dashboard-cards a .card {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .dashboard-cards a .card:hover {
  -webkit-box-shadow: 0px 10px 30px #131518;
          box-shadow: 0px 10px 30px #131518;
  -ms-box-shadow: 0px 10px 30px #131518;
  -moz-box-shadow: 0px 10px 30px #131518;
  -o-box-shadow: 0px 10px 30px #131518;
}

body.dark-mode .dashboard-sidebar #content .dashboard-cards a .card .dashboard-card-content h5 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-cards a .card .dashboard-card-content p {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-cards .vendor-dropdown-card {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .dashboard-cards .vendor-dropdown-card:hover {
  -webkit-box-shadow: 0px 10px 30px #131518;
          box-shadow: 0px 10px 30px #131518;
  -ms-box-shadow: 0px 10px 30px #131518;
  -moz-box-shadow: 0px 10px 30px #131518;
  -o-box-shadow: 0px 10px 30px #131518;
}

body.dark-mode .dashboard-sidebar #content .dashboard-cards .vendor-dropdown-card .dashboard-card-content .vendor-lob-dropdown .vendor-lob-btn {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-cards .vendor-dropdown-card .dashboard-card-content .vendor-lob-dropdown .vendor-lob-btn i {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-cards .vendor-dropdown-card .dashboard-card-content .vendor-lob-dropdown .dropdown-menu {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .dashboard-cards .vendor-dropdown-card .dashboard-card-content .vendor-lob-dropdown .dropdown-menu .dropdown-item {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .create-task .create-task-inn-1 {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-heading h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-heading .task-form input {
  background-color: #293145;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form input {
  background-color: #293145;
  color: #ffffff;
  border: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form input::-webkit-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form input:-ms-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form input::-ms-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form input::placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form select {
  background-color: #293145;
  color: #ffffff;
  border: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form select::-webkit-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form select:-ms-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form select::-ms-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form select::placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .create-task .agreements {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .create-task .agreements h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-workbench .workbench-content {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-heading h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-heading a i {
  background-color: #ffffff;
  color: #000000;
}

body.dark-mode .dashboard-sidebar #content .dashboard-workbench .workbench-tat-band {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .dashboard-workbench .workbench-tat-band .tat-band-heading h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-workbench .workbench-tat-band .tat-band-list ul li {
  color: #ffffff;
  border-bottom: 1.5px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .dashboard-workbench .vendor-performance-graph {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .dashboard-workbench .vendor-performance-graph .vendor-performance-graph-heading h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn h3 {
  color: #ffffff;
  border-bottom: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn h4 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn h5 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn h6 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .paragraph-input {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .paragraph-input input {
  border-bottom: 1px solid #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .information abbr[title] i {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn input[type="text"]::-ms-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn input[type="text"]::placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn input[type="date"]::before {
  background-color: transparent;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn input[type="date"]::after {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .label-dark {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .form-control {
  background-color: #293145;
  border: 1px solid #293145;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .upload-file-input {
  background-color: #293145;
  border: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .upload-file-input::before {
  background-color: #293145;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .upload-photo-input {
  background-color: #293145;
  border: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .upload-photo-input::before {
  background-color: #293145;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .browse-file-input {
  border: 1px solid #293145;
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .browse-file-input::before {
  background-color: #293145;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .gst-file-input {
  border: 1px solid #293145;
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .gst-file-input::before {
  background-color: #293145;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .service-type-list li .service-type-list-level {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .service-type-list li input[type="checkbox"]:before {
  border: 2px solid #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .services-provided .services-provided-inn input[type="checkbox"] {
  border: 2px solid #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .services-provided .services-provided-inn input[type="checkbox"]:before {
  background-color: #ffffff;
  border: 2px solid #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .services-provided .services-provided-inn label {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .entity-radio .entity-radio-inn input[type="radio"] + .entity-radio-label {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn .certification-radio .certification-radio-inn input[type="radio"] + .certification-radio-label {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn-text-icon input[type="text"] {
  background-color: #293145;
  color: #ffffff;
  border: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn-text-icon input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn-text-icon input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn-text-icon input[type="text"]::-ms-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .form-group-inn-text-icon input[type="text"]::placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-table {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-table .table thead th {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-table .table tbody tr td {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-table .table tbody tr td input {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-table .table tbody tr td .first-input {
  border: 1px solid #323c57;
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-table .table tbody tr td .second-input {
  border: 1px solid #323c57;
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-collapse .card {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-collapse .card:before {
  border-bottom: 38px solid #323c57;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-collapse .card .collapse-color .collapse-color-content h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-collapse .card .collapse-color .collapse-color-content p {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .vendor-fixed-buttons {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn h2 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .form-group .form-control {
  background-color: #293145;
  border: 1px solid #323c57;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .form-group .form-control input[type="text"]::-webkit-input-placeholder,
body.dark-mode .dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .form-group .form-control input[type="date"]::-webkit-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .form-group .form-control input[type="text"]:-ms-input-placeholder,
body.dark-mode .dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .form-group .form-control input[type="date"]:-ms-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .form-group .form-control input[type="text"]::-ms-input-placeholder,
body.dark-mode .dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .form-group .form-control input[type="date"]::-ms-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .form-group .form-control input[type="text"]::placeholder,
body.dark-mode .dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .form-group .form-control input[type="date"]::placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form .radio-button-yes-no .radio-button-yes-no-inn input[type="radio"] + .radio-button-label {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form textarea {
  background-color: #293145;
  border: 1px solid #293145;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .mh-report-form .mh-report-form-inn {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .mh-report-form .mh-report-form-inn h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group .form-control {
  background-color: #293145;
  border: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group input[type="text"]::-ms-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group input[type="text"]::placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group input[type="date"],
body.dark-mode .dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group select {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group .radio-button-fraud-not-fraud .radio-button-fraud-not-fraud-inn input[type="radio"] + .radio-button-label {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .medical-audit-fixed-buttons {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .quick-links {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .quick-links .quick-links-heading h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .quick-links .quick-links-details a {
  color: #ffffff;
  border: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .quick-links .quick-links-details a i {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .case-report {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .case-report .case-report-heading h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .dashboard-report {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .dashboard-report .dashboard-report-heading h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .mass-health {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .mass-health .mass-health-heading h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .mass-health .mass-health-content .flaticon-upload-1 {
  color: #5858ff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .mass-health .mass-health-content h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .vendor-dashboard-table-card {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .vendor-quick-links {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .vendor-quick-links .vendor-quick-links-heading h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .vendor-quick-links .vendor-quick-links-details ul li a {
  color: #ffffff;
  border: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .vendor-quick-links .vendor-quick-links-details ul li a i {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .vendor-my-report {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .vendor-my-report .vendor-my-report-heading h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .dashboard-empanelment {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .dashboard-empanelment .dashboard-empanelment-heading h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .dashboard-empanelment .dashboard-empanelment-sub::before {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .dashboard-empanelment .dashboard-empanelment-sub::after {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .dashboard-empanelment .dashboard-empanelment-sub .dashboard-empanelment-inn i {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .dashboard-empanelment .dashboard-empanelment-sub .dashboard-empanelment-inn p {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn .dashboard-mass-health-inn-heading h4 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn .dashboard-mass-health-card ul {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn .dashboard-mass-health-card ul li {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn-2 {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn-2 .dashboard-mass-health-inn-heading h4 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn-2 .dashboard-mass-health-card-2 ul {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn-2 .dashboard-mass-health-card-2 ul li {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .success-ratio {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .success-ratio .success-ratio-heading h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .success-ratio .form-group .form-group-inn label {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .success-ratio .form-group .form-group-inn-2 select {
  color: #ffffff;
  background-color: #293145;
  border: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .success-ratio .form-group .form-group-inn-2 input {
  background: transparent;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-link-report .success-ratio .form-group-2 .form-group-inn label {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .cases-cards .card {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .cases-cards .card:hover {
  -webkit-box-shadow: 0px 10px 30px #131518;
          box-shadow: 0px 10px 30px #131518;
  -ms-box-shadow: 0px 10px 30px #131518;
  -moz-box-shadow: 0px 10px 30px #131518;
  -o-box-shadow: 0px 10px 30px #131518;
}

body.dark-mode .dashboard-sidebar #content .cases-cards .card .card-content .card-title {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .cases-cards .card .card-content .card-text {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .cases-form-table .cases-content {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .case-details .case-details-cards {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .case-details .case-details-cards .case-details-cards-inn p {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .case-details .case-details-cards .case-details-cards-inn h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .case-details .case-details-cards .case-details-cards-inn::after {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .mh-report .mh-report-cards {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .mh-report .mh-report-cards .mh-report-cards-inn p {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .mh-report .mh-report-cards .mh-report-cards-inn h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .mh-report .mh-report-cards .mh-report-cards-inn::after {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-list ul li a {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-details-heading h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button button {
  border: 1px solid #ffffff;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .quick-link-dropdown .dropdown-menu .quick-links {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .quick-link-dropdown .dropdown-menu .quick-links .quick-links-heading h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .quick-link-dropdown .dropdown-menu .quick-links .quick-links-details a {
  color: #ffffff;
  border: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .quick-link-dropdown .dropdown-menu .quick-links .quick-links-details a i {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn ul li {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn ul li:first-child {
  color: #bfbfbf;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn .legal-search-section .form-group label {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn .legal-search-section .form-group .form-control {
  background-color: #323c57;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn .legal-search-section .legal-search-content h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn .legal-search-section .legal-search-content .legal-search-content-inn input[type="checkbox"]:before {
  border: 2px solid #323c57;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form .form-group label {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form .form-group .form-control {
  background-color: #293145;
  border: 2px solid #293145;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form .form-group input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form .form-group input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form .form-group input[type="text"]::-ms-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .deterrence-form form .form-group input[type="text"]::placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group .form-control {
  background-color: #293145;
  border: 1px solid #293145;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group input[type="text"]::-webkit-input-placeholder,
body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group input[type="number"]::-webkit-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group input[type="text"]:-ms-input-placeholder,
body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group input[type="number"]:-ms-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group input[type="text"]::-ms-input-placeholder,
body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group input[type="number"]::-ms-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group input[type="text"]::placeholder,
body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group input[type="number"]::placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group input[type="date"] {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group textarea {
  background-color: #293145;
  border: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group textarea::-webkit-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group textarea:-ms-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group textarea::-ms-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group textarea::placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group select {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .select-option .selectBox select {
  background-color: #293145;
  border: 1px solid #293145;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .select-option #checkboxes label {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .fixed-bottom-buttons .withdraw-filter-form button {
  border: 1px solid #efefef;
}

body.dark-mode .dashboard-sidebar #content .policy-detail-list .fixed-bottom-buttons .withdraw-filter-form button:hover {
  border: 1px solid #4339f2;
}

body.dark-mode .dashboard-sidebar #content .report-submit {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .report-submit .report-submit-cards {
  background-color: #323c57;
  padding: 20px;
}

body.dark-mode .dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-list {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn p {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn ul li {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn::after {
  display: none;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar p a {
  color: #a7a7a7;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar p a.active {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse .toggle-list ul li a,
body.dark-mode .dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse.show .toggle-list ul li a,
body.dark-mode .dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapsing .toggle-list ul li a {
  color: #a7a7a7;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .form-fields {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .form-fields .form-heading {
  border-bottom: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .form-fields .form-heading h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .form-fields .form-heading button {
  border: 1px solid #ffffff;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .form-fields .form-heading button i {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .form-fields .form-heading button:hover {
  border: 1px solid #4339f2;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .form-fields form .form-control {
  color: #ffffff;
  background-color: #293145;
  border: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .form-fields form .default-active .form-control {
  color: #ffffff;
  background-color: #293145;
  border: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .form-fields .form-report .evidence-grid-sec .qc-radio .qc-radio-inn input[type="radio"] + .qc-radio-label {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .form-fields .form-report .evidence-grid-sec h4 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .form-control {
  color: #ffffff;
  background-color: #293145;
  border: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .custom-file-input {
  background-color: #293145;
  border: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .custom-file-input::before {
  background-color: #293145;
  text-shadow: none;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .qc-checkbox .qc-checkbox-inn label {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .qc-checkbox .qc-checkbox-inn input[type="checkbox"]:before {
  border: 2px solid #ffffff;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .qc-checkbox .qc-checkbox-inn input[type="checkbox"]:checked:before {
  border: 2px solid #ffffff;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .radio-button-2 .radio-button-2-inn label {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .custom-select {
  font-weight: 400;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .placeholder-active .form-control {
  color: #ffffff !important;
  background-color: #293145 !important;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .default-active-textarea .form-control {
  border: 1px solid #293145 !important;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .textarea-controllable .form-control {
  border: 1px solid #293145 !important;
}

body.dark-mode .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons {
  background-color: transparent;
}

body.dark-mode .dashboard-sidebar #content .tat-band-table .tat-band-table-content {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .tat-band-table .tat-band-table-content .tat-band-fillter-table-heading {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .tat-band-table .tat-band-table-content .tat-band-fillter-table-heading h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .legal-search-page {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .legal-search-page .form-group label {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .legal-search-page .form-group .label-search-page-checkbox .label-search-page-checkbox-inn label {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .legal-search-page .form-group .label-search-page-checkbox .label-search-page-checkbox-inn input[type="checkbox"]:before {
  border: 2px solid #ffffff;
}

body.dark-mode .dashboard-sidebar #content .legal-search-page .form-group .form-control {
  background-color: #323c57;
  border: 1px solid #323c57;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .legal-search-page .form-group .form-group-select select {
  background-color: #323c57;
  border: 1px solid #323c57;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .legal-search-page .custom-table .table tbody td {
  color: #ffffff !important;
}

body.dark-mode .dashboard-sidebar #content .legal-search-page .custom-table .table .table-inside-table thead {
  background-color: transparent !important;
}

body.dark-mode .dashboard-sidebar #content .legal-search-page .custom-table .table .table-inside-table thead tr th {
  font-weight: 500;
  padding-bottom: 0;
}

body.dark-mode .dashboard-sidebar #content .legal-search-page .custom-table .table .table-inside-table thead tr th:first-child {
  padding-left: 0;
}

body.dark-mode .dashboard-sidebar #content .legal-search-page .custom-table .table .table-inside-table tbody tr td {
  border-bottom: 0 !important;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .investigator-form-map .map-switch-form .map-switch ul {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .investigator-form-map .map-switch-form .map-form .map-search .map-form-inn input[type="text"] {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .investigator-form-map .manual-table {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .investigator-form-map .manual-table h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .investigator-form-map .manual-table table thead tr th {
  border-top: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .investigator-form-map .manual-table table tbody tr td {
  color: #ffffff;
  border-bottom: 1px solid #293145;
  border-top: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .profile-content .card {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-1 h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-1 ul li a {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 ul li a.active {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 form input[type="text"],
body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 form input[type="email"],
body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 form input[type="number"],
body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 form input[type="password"] {
  color: #ffffff;
  border: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 form input[type="text"]::-webkit-input-placeholder,
body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 form input[type="email"]::-webkit-input-placeholder,
body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 form input[type="number"]::-webkit-input-placeholder,
body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 form input[type="password"]::-webkit-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 form input[type="text"]:-ms-input-placeholder,
body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 form input[type="email"]:-ms-input-placeholder,
body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 form input[type="number"]:-ms-input-placeholder,
body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 form input[type="password"]:-ms-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 form input[type="text"]::-ms-input-placeholder,
body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 form input[type="email"]::-ms-input-placeholder,
body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 form input[type="number"]::-ms-input-placeholder,
body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 form input[type="password"]::-ms-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 form input[type="text"]::placeholder,
body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 form input[type="email"]::placeholder,
body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 form input[type="number"]::placeholder,
body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 form input[type="password"]::placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 form .form-group ul li a {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .profile-content .card .page-card-2 form .form-control {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .profile-content .card-border:before {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .profile-content .card-2::after {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .dashboard-footer .footer-inn p {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-footer .footer-inn p a {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-footer .footer-inn span a {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .administrator-card .adiministrator-tab {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .administrator-card .adiministrator-tab ul {
  background-color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .administrator-card .adiministrator-tab h3 a {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .administrator-card .card {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .administrator-card .card ul {
  border-bottom: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .administrator-card .card form h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .administrator-card .card form .form-group .form-control {
  background-color: #293145;
  color: #ffffff;
  border: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .administrator-card .card form .form-group input[type="text"],
body.dark-mode .dashboard-sidebar #content .administrator-card .card form .form-group select,
body.dark-mode .dashboard-sidebar #content .administrator-card .card form .form-group input[type="number"],
body.dark-mode .dashboard-sidebar #content .administrator-card .card form .form-group input[type="email"] {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .administrator-card .card form .form-group input[type="text"]::-webkit-input-placeholder,
body.dark-mode .dashboard-sidebar #content .administrator-card .card form .form-group select::-webkit-input-placeholder,
body.dark-mode .dashboard-sidebar #content .administrator-card .card form .form-group input[type="number"]::-webkit-input-placeholder,
body.dark-mode .dashboard-sidebar #content .administrator-card .card form .form-group input[type="email"]::-webkit-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .administrator-card .card form .form-group input[type="text"]:-ms-input-placeholder,
body.dark-mode .dashboard-sidebar #content .administrator-card .card form .form-group select:-ms-input-placeholder,
body.dark-mode .dashboard-sidebar #content .administrator-card .card form .form-group input[type="number"]:-ms-input-placeholder,
body.dark-mode .dashboard-sidebar #content .administrator-card .card form .form-group input[type="email"]:-ms-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .administrator-card .card form .form-group input[type="text"]::-ms-input-placeholder,
body.dark-mode .dashboard-sidebar #content .administrator-card .card form .form-group select::-ms-input-placeholder,
body.dark-mode .dashboard-sidebar #content .administrator-card .card form .form-group input[type="number"]::-ms-input-placeholder,
body.dark-mode .dashboard-sidebar #content .administrator-card .card form .form-group input[type="email"]::-ms-input-placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .administrator-card .card form .form-group input[type="text"]::placeholder,
body.dark-mode .dashboard-sidebar #content .administrator-card .card form .form-group select::placeholder,
body.dark-mode .dashboard-sidebar #content .administrator-card .card form .form-group input[type="number"]::placeholder,
body.dark-mode .dashboard-sidebar #content .administrator-card .card form .form-group input[type="email"]::placeholder {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .manage-user-form-table .manage-user-content {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form .manage-fillter-form {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form .manage-fillter-form .form-group-inn .form-group-select-2 input[type="text"] {
  background-color: #323c57;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .invoice-creation .invoice-creation-content {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .invoice-creation .invoice-creation-content .invoice-creation-heading {
  border-bottom: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .invoice-creation .invoice-creation-content .invoice-creation-heading h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .invoice-creation .invoice-creation-content .invoice-creation-form ul li {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice h2 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice .generate-invoice-content {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice .generate-invoice-content h2 {
  padding-left: 20px;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice .generate-invoice-content .generate-invoice-heading {
  border: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice .generate-invoice-content .generate-invoice-heading h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice .generate-invoice-content .generate-invoice-form {
  border: 1px solid #293145;
  border-top: 0;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice .generate-invoice-content .generate-invoice-form ul li {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice-table {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice-table .table {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice-table .table thead tr td {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice-table .table tbody tr td {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice-table .table tbody tr td input {
  background-color: #293145;
  border: 1px solid #293145;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice-table .table tbody tr td textarea {
  background-color: #293145;
  border: 1px solid #293145;
  color: #ffffff;
  padding: 15px 20px;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice-table .generate-invoice-total ul li {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice-table .generate-invoice-total ul li:last-child {
  color: #000000;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice-table .generate-invoice-checkbox-text label {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice-commission-table {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice-commission-table table tbody td {
  padding: 10px 10px;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice-commission-table table tbody td input {
  background-color: #323c57;
  border: 1px solid #323c57;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice-final-remarks {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice-final-remarks .final-remarks-form label {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .generate-invoice-final-remarks .final-remarks-form textarea {
  background-color: #323c57;
  border: 1px solid #323c57;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .invoice-generate {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .invoice-generate .invoice-generate-content {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .invoice-generate .invoice-generate-content .invoice-generate-heading h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .invoice-generate .invoice-generate-content .invoice-generate-heading p {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .invoice-generate .invoice-generate-content .invoice-generate-form {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .invoice-generate .invoice-generate-content .invoice-generate-form ul li {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .triggers h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .triggers .triggers-card #accordion .card .card-header h5 {
  background: #323c57;
}

body.dark-mode .dashboard-sidebar #content .triggers .triggers-card #accordion .card .card-header h5 button {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .triggers .triggers-card #accordion .card .card-header h5 button i {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .triggers .triggers-card #accordion .card .card-body {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .triggers .triggers-card #accordion .card .card-body p {
  border: 1px solid #293145;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .triggers .triggers-card #accordion .card .card-body h4 {
  color: #ffffff;
  border-bottom: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .triggers .triggers-card #accordion .card .card-body ul li {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .notification-card .notifications-feeds {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .notification-card .notifications-feeds .notification-heading {
  border-bottom: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .notification-card .notifications-feeds .notification-heading h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .notification-card .notifications-feeds .notification-content .notification-content-inn {
  border-bottom: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .notification-card .notifications-feeds .notification-content .notification-content-inn i {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .notification-card .notifications-feeds .notification-content .notification-content-inn .notification-feed-inn h4 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .notification-card .notifications-feeds .notification-content .notification-content-inn .notification-feed-inn p {
  color: #a7a7a7;
  opacity: 1;
}

body.dark-mode .dashboard-sidebar #content .triggers-section .triggers-card {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .triggers-section .triggers-card .triggers-tab ul {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .triggers-section .triggers-card .triggers-tab ul li a {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .triggers-section .triggers-card .triggers-table table thead {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .triggers-section .triggers-card .triggers-table table thead tr th {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .triggers-section .triggers-card .triggers-table table tbody tr td {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .invoice-details .invoice-details-card-1 {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .invoice-details .invoice-details-card-1 form .form-group label {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .invoice-details .invoice-details-card-1 form .form-group input[type="checkbox"]:before {
  border: 2px solid #ffffff;
}

body.dark-mode .dashboard-sidebar #content .invoice-details .invoice-details-card-1 form button {
  background-color: #293145;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .invoice-details .invoice-details-card-2 {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-details-table table thead {
  background-color: #293145;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-details-table table tbody tr {
  border-bottom: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-details-table table tbody tr td {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-details-table table tfoot {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-details-table table tfoot th {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-remarks h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .invoice-details .invoice-details-card-2 .invoice-remarks p {
  background-color: #293145;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .request-payment .request-payment-inn h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table tbody {
  border: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table tbody tr td {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table tbody tr td .dropdown .request-dropdown,
body.dark-mode .dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table tbody tr td .dropdown .taxrate-dropdown {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table tbody tr td .payee-name span {
  background-color: #ffffff;
  color: #000000;
}

body.dark-mode .dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table thead {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table thead tr th {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table .request-payment-form form .form-group label {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table .request-payment-form form .form-group .form-control {
  border: 1px solid #293145;
  color: #ffffff;
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table .request-payment-form form .form-group input[type="text"] {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .government-business .government-business-content {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .government-business .government-business-content .government-business-heading h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .government-business .government-business-content table thead {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .government-business .government-business-content table tbody tr td {
  color: #ffffff;
  border-bottom: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .government-business .government-business-content table tbody tr td .flaticon-download-3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .government-business .government-business-content table tbody tr td .flaticon-upload {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .case-brief-history .case-history {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .case-brief-history .case-history .case-history-heading {
  border-bottom: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .case-brief-history .case-history .case-history-heading h5 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-content h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-content-2 h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-content-2 span {
  background-color: #293145;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-circle button::after {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .mh-upload .mh-upload-card a {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .mh-upload .mh-upload-card a .card {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form .manage-user-vendor-button {
  border: 1px solid #ffffff;
}

body.dark-mode .dashboard-sidebar #content .dashboard-footer.bg-white {
  background-color: #293145 !important;
}

body.dark-mode .dashboard-sidebar #content .custom-table {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .custom-table .table thead {
  background-color: #2e384f !important;
}

body.dark-mode .dashboard-sidebar #content .custom-table .table thead tr th {
  color: #8383a5;
}

body.dark-mode .dashboard-sidebar #content .custom-table .table tbody tr td {
  color: #ffffff;
  border-bottom: 2px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .custom-table .table tbody tr td:nth-child(2) a {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .custom-table .table tbody tr td .dropdown-toggle {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .custom-table .list-of-cases .Color-Dark-Mode {
  color: #ffffff !important;
}

body.dark-mode .dashboard-sidebar #content .vendor-grading-table .table {
  border: 2px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .vendor-grading-table .table thead tr th {
  border-right: 2px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .vendor-grading-table .table tbody tr td {
  border-right: 2px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .vendor-grading-table .table tfoot {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .vendor-grading-table .table tfoot tr td {
  color: #ffffff;
  border-right: 2px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .allocate {
  border: 1px solid #ffffff;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .allocate:hover {
  border: 1px solid #4339f2;
}

body.dark-mode .dashboard-sidebar #content .table-pagination .dataTables_info .vuetable-pagination-info {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .table-pagination .dataTables_paginate a {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .table-pagination .dataTables_paginate a.btn-next:after {
  color: #979797;
}

body.dark-mode .dashboard-sidebar #content .action-component button {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .general-fillter-form {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .general-fillter-form .general-fillter-form-inn {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .general-fillter-form .general-fillter-form-inn .form-group-inn input[type="date"] {
  background-color: #323c57;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .general-fillter-form .general-fillter-form-inn .form-group-inn ::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(1);
          filter: invert(1);
}

body.dark-mode .dashboard-sidebar #content .general-fillter-form .general-fillter-form-inn .form-group-inn .form-group-select select {
  background-color: #323c57;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .general-fillter-form .general-fillter-form-inn .form-group-inn .form-group-select i {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .general-fillter-form .general-fillter-form-inn .form-group-inn .form-group-select-2 input[type="text"] {
  background-color: #323c57;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .mass-health-fillter-form {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .mass-health-fillter-form .mass-health-fillter-form-inn {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .mass-health-fillter-form .mass-health-fillter-form-inn .form-group-inn input[type="date"] {
  background-color: #323c57;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .mass-health-fillter-form .mass-health-fillter-form-inn .form-group-inn ::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(1);
          filter: invert(1);
}

body.dark-mode .dashboard-sidebar #content .mass-health-fillter-form .mass-health-fillter-form-inn .form-group-inn .form-group-select select {
  background-color: #323c57;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .mass-health-fillter-form .mass-health-fillter-form-inn .form-group-inn .form-group-select i {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .mass-health-fillter-form .mass-health-fillter-form-inn .form-group-inn .form-group-select-2 input[type="text"] {
  background-color: #323c57;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .report-fillter-table .report-fillter-table-content {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .report-fillter-table .report-fillter-table-content h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .fixed-bottom-buttons {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .fixed-bottom-buttons ul li a {
  background-color: #323c57;
  border: 1px solid #323c57;
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .fixed-bottom-buttons ul li:last-child a {
  background-color: #09b172;
  border: 2px solid #09b172;
}

body.dark-mode .dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn {
  background-color: #323c57;
}

body.dark-mode .dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn h3 {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn table thead {
  background-color: #293145;
}

body.dark-mode .dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn table tbody tr td {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn table tbody tr td textarea {
  background-color: #293145;
  border: 1px solid #293145;
}

body.dark-mode .dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn table tbody tr td span {
  color: #5858ff;
  border: 1px solid #5858ff;
}

body.dark-mode .dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn table tbody tr td i {
  color: #ffffff;
}

body.dark-mode .dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn table tbody tr td .button-row {
  color: #5858ff;
  border-color: #5858ff;
}

body.dark-mode .forgot-password {
  background-color: #293145;
}

body.dark-mode .forgot-password .card {
  background-color: #323c57;
}

body.dark-mode .forgot-password .card p {
  color: #ffffff;
}

body.dark-mode .forgot-password .card h4 {
  color: #ffffff;
}

body.dark-mode .forgot-password .card h4 a {
  color: #ffffff;
}

body.dark-mode .forgot-password .card form .form-group .form-control {
  background-color: #293145;
  border: 1px solid #293145;
}

body.dark-mode .forgot-password .card form .send-button:hover {
  border: 2px solid #ffffff;
  color: #ffffff;
}

body.dark-mode .forgot-password .card .resend-link {
  color: #ffffff;
}

body.dark-mode .forgot-password .card .resend-link:hover {
  border: 1px solid #293145;
}

@media screen and (max-width: 992px) {
  body.dark-mode .dashboard-sidebar #content .navbar .navbar-collapse .search-popup {
    background-color: #293145;
  }
}

body.dark-mode .evidence-calculator-table .table thead tr th span {
  border-left: 0;
  color: #ffffff !important;
}

body.dark-mode .evidence-calculator-table .table thead tr th .table-inn-table thead tr th {
  border-left: 0;
  color: #ffffff !important;
}

body.dark-mode .evidence-calculator-table .table tbody tr td table tbody tr td {
  border-bottom: 0 !important;
}

body.dark-mode .evidence-calculator-table .table tfoot {
  background-color: #293145;
}

body.dark-mode .evidence-calculator-table .table tfoot tr td {
  color: #ffffff;
}

/*------------------------------------------------Media-Queries------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1600px) {
  .case-details .case-details-cards .case-details-cards-inn .case-details-icon {
    right: 0px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .investigator-upload-document .investigator-upload-document-inn table tbody tr td textarea {
    width: 300px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  .dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-circle button::after {
    height: 190px;
  }
  .dashboard-sidebar #content .investigator-upload-document .investigator-upload-document-inn table tbody tr td textarea {
    width: 400px !important;
  }
}

@media screen and (max-width: 1270px) {
  .dashboard-sidebar #content .profile-content .card .page-card-2 ul li {
    padding-right: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .dashboard-sidebar #content .dashboard-cards {
    padding: 15px 0 0;
  }
  .dashboard-sidebar #content .dashboard-cards .card {
    margin-bottom: 15px;
  }
  .dashboard-sidebar #content .dashboard-workbench .workbench-content {
    margin-bottom: 20px;
  }
  .dashboard-sidebar #content .cases-cards {
    padding: 15px 0 0;
  }
  .dashboard-sidebar #content .cases-cards .card {
    margin-bottom: 15px;
  }
  .dashboard-sidebar #content .case-details .case-details-cards .case-details-cards-inn {
    border: 0;
    padding-bottom: 20px;
  }
  .dashboard-sidebar #content .case-details .case-details-cards .case-details-cards-inn::after {
    display: none;
  }
  .dashboard-sidebar #content .case-details .case-details-cards .case-details-cards-inn .case-details-icon {
    right: 0px !important;
  }
  .dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn {
    margin-bottom: 20px;
  }
  .dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn::after {
    display: none;
  }
  .dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn .report-submit-icon {
    right: 0;
  }
  .dashboard-sidebar #content .create-task .create-task-inn-1 {
    margin-bottom: 20px;
  }
  .dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form {
    display: block;
  }
  .dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form input {
    margin-bottom: 15px;
  }
  .dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-fillter .task-fillter-form select {
    margin-bottom: 15px;
  }
  .dashboard-sidebar #content .pl-col-5 {
    padding-left: 15px !important;
  }
  .dashboard-sidebar #content .pr-col-5 {
    padding-right: 15px !important;
  }
  .dashboard-sidebar #content .report-submit-form .report-submit-toggle-list {
    padding-left: 0;
  }
  .dashboard-sidebar #content .report-submit-form .form-fields .form-heading h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons-2 button {
    padding: 5px 10px;
  }
  .dashboard-sidebar #content .profile-content .card .page-card-2 ul li {
    padding-right: 10px;
  }
  .dashboard-sidebar #content .profile-content .card-2 {
    padding: 30px 30px;
  }
  .dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form .manage-user-vendor-button {
    text-align: center;
    padding: 0;
  }
  .dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form .manage-user-vendor-button:before {
    display: none;
  }
  .dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table tbody tr td .dropdown .request-dropdown,
  .dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table tbody tr td .dropdown .taxrate-dropdown {
    padding: 0;
  }
  .dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table tbody tr td .payment-amount span {
    text-align: center;
    padding: 0;
  }
  .dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table tbody tr td .tax-amount span {
    text-align: center;
    padding: 0;
  }
  .dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table table tbody tr td .payee-name span {
    text-align: center;
    padding: 0;
  }
  .dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table .request-payment-form form .form-group button {
    margin-top: 0;
  }
  .dashboard-sidebar #content .mh-upload .mh-upload-card {
    padding: 0 50px;
  }
  .dashboard-sidebar #content .mh-upload .mh-upload-card .card {
    margin-bottom: 30px;
  }
  .dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group .radio-button-fraud-not-fraud .radio-button-fraud-not-fraud-inn {
    padding-right: 10px;
  }
  .dashboard-sidebar #content .success-ratio {
    margin-bottom: 20px;
  }
  .dashboard-link-report .quick-links {
    margin-bottom: 20px;
  }
  .dashboard-link-report .case-report {
    margin-bottom: 20px;
  }
  .dashboard-link-report .dashboard-empanelment {
    padding: 20px;
    margin-bottom: 20px;
  }
  .pr-lg-mx-0 {
    padding-right: 0;
  }
}

@media screen and (max-width: 992px) {
  .login .login-content img {
    margin: 0 auto;
  }
  .login .login-bg {
    display: none !important;
  }
  .dashboard-sidebar #sidebar {
    min-width: 290px;
    max-width: 80px;
    text-align: center;
    margin-left: 0px !important;
    position: absolute;
    z-index: 99999;
    height: 100vh;
  }
  .dashboard-sidebar #sidebar.active {
    margin-left: -80px !important;
  }
  .dashboard-sidebar #sidebarCollapse span {
    display: none;
  }
  .dashboard-sidebar #sidebar ul li a span {
    display: block;
  }
  .dashboard-sidebar #sidebar.active .btn.btn-primary {
    position: absolute;
    left: 80px;
    margin-bottom: 0;
    padding: 15px 32px;
  }
  .dashboard-sidebar .btn.btn-primary i {
    color: #ffffff;
  }
  .dashboard-sidebar #sidebar.active .btn.btn-primary i {
    color: #000000;
  }
  .dashboard-sidebar #sidebar ul {
    margin-top: 0px;
  }
  .dashboard-sidebar #content {
    margin-left: 0;
  }
  .dashboard-sidebar #content .navbar .navbar-collapse .search-popup__form {
    margin-right: 0;
  }
  .dashboard-sidebar #content .navbar .navbar-collapse .search-popup {
    top: inherit;
    bottom: -83px;
    margin-right: -55px;
    background: #ffffff;
    padding: 20px;
    -webkit-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
    height: inherit;
    right: 0;
    width: 100%;
    min-width: auto;
    left: 0;
  }
  .dashboard-sidebar #content .navbar .btn.ml-auto {
    margin: 0 !important;
  }
  .dashboard-sidebar #content .navbar img {
    margin: 0 auto;
  }
  .dashboard-sidebar #content .navbar .navbar-nav {
    display: inline-table;
    float: right;
  }
  .dashboard-sidebar #content .navbar .navbar-nav .nav-item {
    display: inline-block;
    position: static;
  }
  .dashboard-sidebar #content .navbar .navbar-nav .nav-item .notification-dropdown {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
  }
  .dashboard-sidebar #content .navbar .navbar-nav .nav-item .dropdown-menu:after {
    display: none;
  }
  .dashboard-sidebar #content .navbar .navbar-nav .nav-item .profile-dropdown {
    margin-top: 3px;
  }
  .dashboard-sidebar #content .navbar-expand-lg > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-heading {
    padding: 0px 30px 20px 30px;
  }
  .dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table thead tr th:first-child {
    padding-left: 30px;
  }
  .dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table thead tr th:last-child {
    padding-right: 30px;
  }
  .dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table tbody tr td:first-child {
    padding-left: 30px;
  }
  .dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table tbody tr td:last-child {
    padding-right: 30px;
  }
  .dashboard-sidebar #content .dashboard-workbench .workbench-tat-band .tat-band-heading {
    padding: 0px 30px 20px 30px;
  }
  .dashboard-sidebar #content .dashboard-workbench .workbench-tat-band .tat-band-list {
    padding: 0px 30px 18px 30px;
  }
  .dashboard-sidebar #content .dashboard-workbench .workbench-tat-band .tat-band-total {
    padding: 0px 30px 20px 30px;
  }
  .dashboard-sidebar #content .legal-search-page .form-group .form-group-select select {
    margin-bottom: 20px;
  }
  .dashboard-sidebar #content .legal-search-page .form-group-text .form-group-text-inn input {
    margin-bottom: 20px;
  }
  .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn {
    padding: 20px 30px 20px 15px;
  }
  .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .col-separate {
    width: 100%;
  }
  .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-collapse .card {
    width: 100%;
  }
  .dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn {
    padding: 20px 30px 20px 15px;
  }
  .dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form {
    display: block;
  }
  .dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form label {
    margin-bottom: 5px;
    width: 100%;
  }
  .dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form label br {
    display: none;
  }
  .dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form .radio-button-yes-no {
    padding-bottom: 5px;
    width: 100%;
  }
  .dashboard-sidebar #content .medical-audit-form .medical-audit-form-inn .comment-form textarea {
    width: 100%;
  }
  .dashboard-sidebar #content .dashboard-link-report .quick-links .quick-links-details {
    padding: 0;
  }
  .dashboard-sidebar #content .dashboard-link-report .quick-links .quick-links-details .quick-links-details-inn {
    padding: 20px 15px 30px 15px;
  }
  .dashboard-sidebar #content .dashboard-link-report .case-report {
    margin-bottom: 20px;
  }
  .dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health .dashboard-mass-health-inn {
    margin-bottom: 20px;
  }
  .dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table thead tr th:first-child {
    padding-left: 20px;
  }
  .dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table thead tr th:last-child {
    padding-right: 20px;
  }
  .dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table tbody tr td:first-child {
    padding-left: 20px;
  }
  .dashboard-sidebar #content .cases-form-table .cases-content .cases-table .table tbody tr td:last-child {
    padding-right: 20px;
  }
  .dashboard-sidebar #content .cases-form-table .cases-content {
    padding: 15px 0;
  }
  .dashboard-sidebar #content .view-policy-copy .modal-dialog {
    max-width: 100%;
  }
  .dashboard-sidebar #content .table-pagination .dataTables_info {
    padding-left: 35px;
  }
  .dashboard-sidebar #content .table-pagination .dataTables_paginate {
    padding-right: 35px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .dashboard-sidebar #content .report-submit-form .form-fields {
    padding-left: 10px;
    padding-right: 10px;
  }
  .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group {
    padding-right: 0;
  }
  .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons-2 {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .dashboard-sidebar #content .reports-form {
    padding: 20px 0;
  }
  .dashboard-sidebar #content .reports-form .reports-fillter-form .row {
    display: block;
  }
  .dashboard-sidebar #content .reports-form .reports-fillter-form .row .col-2 {
    max-width: 100%;
  }
  .dashboard-sidebar #content .reports-form .reports-fillter-form .row .pr-lg {
    padding-right: 15px;
    padding-left: 15px;
  }
  .dashboard-sidebar #content .reports-form .reports-fillter-form .form-group-inn {
    padding-bottom: 20px;
  }
  .dashboard-sidebar #content .report-fillter-table .report-fillter-table-content .report-fillter-table-heading {
    padding: 0px 20px 20px 20px;
  }
  .dashboard-sidebar #content .profile-content .card {
    margin-bottom: 30px;
  }
  .dashboard-sidebar #content .profile-content .card .page-card-2 ul li {
    padding-right: 30px;
  }
  .dashboard-sidebar #content .profile-content .card .page-card-2 form button {
    position: unset;
    bottom: unset;
    left: unset;
  }
  .dashboard-sidebar #content .tat-band-table .tat-band-table-content .tat-band-fillter-table-heading {
    padding: 0px 20px 20px 20px;
  }
  .dashboard-sidebar #content .fixed-bottom-buttons {
    padding: 15px 30px 0px 30px;
  }
  .dashboard-sidebar #content .fixed-bottom-buttons button {
    left: 0;
  }
  .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    display: block;
  }
  .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group ul li:first-child {
    padding-left: 0px;
  }
  .dashboard-sidebar #content .mh-upload .mh-upload-card {
    padding: 0 50px;
  }
  .dashboard-sidebar #content .invoice-details .invoice-details-card-1 {
    margin-bottom: 30px;
    padding: 20px;
  }
  .dashboard-sidebar #content .invoice-details .invoice-details-card-2 {
    padding: 20px;
  }
  .dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table {
    padding: 20px;
  }
  .dashboard-sidebar #content .request-payment .request-payment-inn .request-payment-table .request-payment-form form .form-group {
    margin-bottom: 30px;
  }
  .dashboard-sidebar #content .case-brief-history
.case-history
.case-history-timeline
.case-history-content {
    text-align: left;
  }
  .dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .col-separate {
    width: 100%;
  }
  .dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .select-option .selectBox select {
    background-size: 2%;
  }
  .dashboard-sidebar #content .policy-detail-list .policy-details .mass-health-form .form-group select {
    background-size: 2%;
  }
  .dashboard-sidebar #content .mh-report .mh-report-cards .mh-report-cards-inn::after {
    display: none;
  }
  .dashboard-sidebar #content .mh-report-form .mh-report-form-inn {
    padding: 20px;
  }
  .dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group {
    margin-bottom: 20px;
  }
  .dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group label {
    margin-bottom: 5px;
  }
  .dashboard-sidebar #content .generate-invoice-table .table tbody tr td textarea {
    width: 300px;
  }
  .dashboard-sidebar #sidebar.active .components {
    opacity: 0;
  }
  .dashboard-sidebar #sidebar.active ul li a i {
    display: none;
  }
  .dashboard-sidebar #sidebar.active ul li.active > a i {
    display: none;
  }
  .general-fillter-form {
    padding: 0px 15px 20px 15px;
  }
  .general-fillter-form .general-fillter-form-inn {
    padding: 12px 10px;
    display: block;
  }
  .general-fillter-form .general-fillter-form-inn .form-group-inn {
    padding-bottom: 10px;
  }
  .general-fillter-form .general-fillter-form-inn button {
    width: 100%;
  }
  .mass-health-fillter-form {
    padding: 20px 15px 20px 15px;
  }
  .mass-health-fillter-form .mass-health-fillter-form-inn {
    padding: 12px 10px;
    display: block;
  }
  .mass-health-fillter-form .mass-health-fillter-form-inn .form-group-inn {
    padding-bottom: 10px;
  }
  .mass-health-fillter-form .mass-health-fillter-form-inn button {
    width: 100%;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  table {
    white-space: nowrap !important;
  }
}

@media screen and (min-width: 992px) {
  .dropdown-admin .dropdown-menu .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  .dropdown-admin .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-admin .dropdown-menu li {
    position: relative;
  }
  .dropdown-admin .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .dropdown-admin .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-admin .dropdown-menu > li:hover {
    background-color: #1e1e2d;
  }
}

@media screen and (max-width: 768px) {
  .dashboard-footer .footer-inn {
    display: block;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    text-align: center;
  }
  .dashboard-footer .footer-inn p {
    padding-bottom: 5px;
  }
  .dashboard-footer .footer-inn p:after {
    display: none;
  }
  .login .login-content img {
    padding-bottom: 30px;
  }
  .login .login-content h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .login .login-content p {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 25px;
  }
  .login .login-content .login-form .mb-40 {
    margin-bottom: 20px;
  }
  .login .login-content .login-form .submit-button {
    margin-bottom: 15px;
  }
  .login .login-content .login-form .submit-button button {
    font-size: 18px;
  }
  .login .login-content .login-form ul li:first-child {
    padding-bottom: 5px;
  }
  .login .login-content .login-form ul li:last-child {
    float: unset;
  }
  .dashboard-sidebar #sidebar {
    min-width: 100%;
  }
  .dashboard-sidebar #sidebar .btn.btn-primary {
    margin-bottom: 10px;
  }
  .dashboard-sidebar #content {
    /*--mh-report--*/
  }
  .dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-heading {
    padding: 0px 15px 20px 15px;
  }
  .dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table thead tr th:first-child {
    padding-left: 15px;
  }
  .dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table thead tr th:last-child {
    padding-right: 15px;
  }
  .dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table tbody tr td:first-child {
    padding-left: 15px;
  }
  .dashboard-sidebar #content .dashboard-workbench .workbench-content .workbench-table .table tbody tr td:last-child {
    padding-right: 15px;
  }
  .dashboard-sidebar #content .dashboard-workbench .workbench-tat-band .tat-band-heading {
    padding: 0px 15px 20px 15px;
  }
  .dashboard-sidebar #content .dashboard-workbench .workbench-tat-band .tat-band-list {
    padding: 0px 15px 18px 15px;
  }
  .dashboard-sidebar #content .dashboard-workbench .workbench-tat-band .tat-band-total {
    padding: 0px 15px 20px 15px;
  }
  .dashboard-sidebar #content .vendor-empanelment-form .vendor-empanelment-form-inn .evaluation-collapse .card .collapse-color span {
    position: inherit;
    display: block;
  }
  .dashboard-sidebar #content .create-task .create-task-inn-1 {
    padding: 20px;
  }
  .dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-heading {
    display: block;
  }
  .dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-heading h3 {
    padding-bottom: 15px;
  }
  .dashboard-sidebar #content .create-task .create-task-inn-1 .create-task-heading .task-form {
    width: 100%;
  }
  .dashboard-sidebar #content .create-task .agreements {
    padding: 20px 20px 10px 20px;
  }
  .dashboard-sidebar #content .create-task .agreements .agreements-table table td {
    text-align: left;
  }
  .dashboard-sidebar #content .dashboard-link-report .quick-links {
    padding: 30px 15px 30px 15px;
  }
  .dashboard-sidebar #content .dashboard-link-report .case-report {
    padding: 30px 15px 30px 15px;
  }
  .dashboard-sidebar #content .dashboard-link-report .dashboard-report {
    padding: 30px 15px 30px 15px;
  }
  .dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health {
    padding: 30px 15px 30px 15px;
  }
  .dashboard-sidebar #content .dashboard-link-report .dashboard-mass-health h3 {
    padding-left: 0;
  }
  .dashboard-sidebar #content .case-details .case-details-cards {
    padding: 20px;
  }
  .dashboard-sidebar #content .case-details .case-details-cards .case-details-cards-inn .case-details-icon {
    top: 7px !important;
  }
  .dashboard-sidebar #content .legal-search-page .form-group .form-group-select {
    display: block;
  }
  .dashboard-sidebar #content .legal-search-page .form-group .form-group-select select {
    width: 100%;
    margin-bottom: 20px;
  }
  .dashboard-sidebar #content .legal-search-page .form-group-text {
    display: block;
  }
  .dashboard-sidebar #content .legal-search-page .form-group-text .form-group-text-inn input {
    width: 100%;
    margin-bottom: 20px;
  }
  .dashboard-sidebar #content .mh-report .mh-report-cards {
    padding: 20px 20px 0px 20px;
  }
  .dashboard-sidebar #content .mh-report .mh-report-cards .mh-report-cards-inn {
    padding-bottom: 20px;
  }
  .dashboard-sidebar #content .mh-report .mh-report-cards .mh-report-cards-inn .progress {
    width: 100%;
  }
  .dashboard-sidebar #content .mh-report .mh-report-cards .mh-report-cards-inn .mh-report-icon {
    top: 10px !important;
    right: 0;
  }
  .dashboard-sidebar #content .mh-report-form {
    padding: 0px 0px 30px 0px;
  }
  .dashboard-sidebar #content .case-brief-history .case-history .case-history-timeline .case-history-circle button::after {
    display: none;
  }
  .dashboard-sidebar #content .policy-detail-list {
    padding-bottom: 0;
  }
  .dashboard-sidebar #content .policy-detail-list .policy-list ul li a {
    padding: 12px 20px;
  }
  .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .quick-link-dropdown .dropdown-menu .quick-links {
    padding: 30px 15px 30px 15px;
  }
  .dashboard-sidebar #content .policy-detail-list .modal .modal-dialog .modal-content .modal-body table thead tr th {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dashboard-sidebar #content .policy-detail-list .modal .modal-dialog .modal-content .modal-body table thead tr th:first-child {
    padding-left: 20px;
  }
  .dashboard-sidebar #content .policy-detail-list .modal .modal-dialog .modal-content .modal-body table tbody tr td {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dashboard-sidebar #content .policy-detail-list .modal .modal-dialog .modal-content .modal-body table tbody tr td:first-child {
    padding-left: 20px;
  }
  .dashboard-sidebar #content .policy-detail-list .policy-details {
    padding: 20px;
  }
  .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn {
    display: block;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-details-heading {
    padding-bottom: 15px;
  }
  .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button br {
    display: none;
  }
  .dashboard-sidebar #content .fixed-bottom-buttons {
    position: inherit;
  }
  .dashboard-sidebar #content .fixed-bottom-buttons ul {
    display: block;
    float: unset;
  }
  .dashboard-sidebar #content .fixed-bottom-buttons ul li {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .dashboard-sidebar #content .table-pagination .dataTables_info {
    text-align: center !important;
    padding-bottom: 10px;
  }
  .dashboard-sidebar #content .table-pagination .dataTables_paginate {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dashboard-sidebar #content .investigator-form-map .map-switch-form {
    display: block;
  }
  .dashboard-sidebar #content .investigator-form-map .map-switch-form .map-switch {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .dashboard-sidebar #content .investigator-form-map .map-switch-form .map-switch ul {
    text-align: center;
  }
  .dashboard-sidebar #content .investigator-form-map .map-switch-form .map-switch ul li {
    width: 45%;
  }
  .dashboard-sidebar #content .investigator-form-map .map-switch-form .map-form .map-search {
    display: block;
  }
  .dashboard-sidebar #content .investigator-form-map .map-switch-form .map-form .map-search .map-form-inn {
    margin-right: 0 !important;
    padding-bottom: 10px;
  }
  .dashboard-sidebar #content .investigator-form-map .map-switch-form .map-form .map-search .map-form-inn input[type="text"] {
    width: 100%;
  }
  .dashboard-sidebar #content .investigator-form-map .manual-table .manual-table-heading {
    padding-left: 20px;
  }
  .dashboard-sidebar #content .investigator-form-map .manual-table table thead tr th:first-child {
    padding-left: 20px;
  }
  .dashboard-sidebar #content .investigator-form-map .manual-table table tbody tr td:first-child {
    padding-left: 20px;
  }
  .dashboard-sidebar #content .generate-invoice-final-remarks {
    padding-bottom: 30px;
  }
  .dashboard-sidebar #content .report-submit .report-submit-cards {
    padding-bottom: 0;
  }
  .dashboard-sidebar #content .report-submit-form .report-submit-toggle-list {
    padding-top: 0;
  }
  .dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar {
    padding-bottom: 20px;
  }
  .dashboard-sidebar #content .report-submit-form .report-submit-toggle-list .report-submit-sidebar .collapse.show .toggle-list ul li:last-child {
    padding-bottom: 0;
  }
  .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons-2 {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    display: block;
    padding-bottom: 0;
  }
  .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons-2 button {
    margin-bottom: 15px;
  }
  .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .qc-checkbox .qc-checkbox-inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .qc-radio .qc-radio-inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .form-group .radio-button-2 .radio-button-2-inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .dashboard-sidebar #content .profile-content .card-2:before {
    display: none;
  }
  .dashboard-sidebar #content .administrator-card .card {
    padding: 20px 15px;
  }
  .dashboard-sidebar #content .administrator-card .card ul li a {
    display: block;
  }
  .dashboard-sidebar #content .administrator-card .card form .form-group {
    padding-bottom: 0;
  }
  .dashboard-sidebar #content .manage-user-form-table .manage-user-content {
    padding-top: 15px;
  }
  .dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form {
    padding: 0px 15px 20px 15px;
    display: block;
  }
  .dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form .manage-fillter-form {
    display: block;
  }
  .dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form .manage-fillter-form .form-group-inn {
    padding-bottom: 15px;
  }
  .dashboard-sidebar #content .manage-user-form-table .manage-user-content .manage-user-form .manage-user-vendor-button {
    width: 100px;
    padding: 8px 10px;
    text-align: right;
    margin-top: 10px;
  }
  .dashboard-sidebar #content .invoice-creation .invoice-creation-content .invoice-creation-form {
    padding: 20px 15px;
  }
  .dashboard-sidebar #content .invoice-creation .invoice-creation-content .invoice-creation-form ul {
    padding-bottom: 15px;
  }
  .dashboard-sidebar #content .invoice-creation .invoice-creation-content .invoice-creation-form ul li {
    display: block;
  }
  .dashboard-sidebar #content .invoice-creation .invoice-creation-content .invoice-creation-form ul li:first-child {
    min-width: auto;
    padding-bottom: 5px;
  }
  .dashboard-sidebar #content .generate-invoice .generate-invoice-content .generate-invoice-form {
    padding: 20px 15px;
  }
  .dashboard-sidebar #content .generate-invoice .generate-invoice-content .generate-invoice-form ul {
    padding-bottom: 15px;
  }
  .dashboard-sidebar #content .generate-invoice .generate-invoice-content .generate-invoice-form ul li {
    display: block;
  }
  .dashboard-sidebar #content .generate-invoice .generate-invoice-content .generate-invoice-form ul li:first-child {
    min-width: auto;
    padding-bottom: 5px;
  }
  .dashboard-sidebar #content .request-payment {
    padding-bottom: 30px;
  }
  .dashboard-sidebar #content .fixed-bottom-buttons {
    display: block;
    text-align: left;
  }
  .dashboard-sidebar #content .vendor-fixed-buttons {
    display: block;
    text-align: left;
  }
  .dashboard-sidebar #content .medical-audit-fixed-buttons {
    display: block;
    text-align: left;
  }
  .dashboard-sidebar #content .government-business .government-business-content .government-business-heading {
    padding-left: 20px;
    display: block;
  }
  .dashboard-sidebar #content .government-business .government-business-content .government-business-heading h3 {
    padding-bottom: 20px;
  }
  .dashboard-sidebar #content .government-business .government-business-content table thead tr th:first-child {
    padding-left: 20px;
  }
  .dashboard-sidebar #content .government-business .government-business-content table tbody tr td:first-child {
    padding-left: 20px;
  }
  .dashboard-sidebar #content .notification-card .notifications-feeds {
    padding: 20px;
  }
  .dashboard-sidebar #content .notification-card .notifications-feeds .notification-heading {
    padding-bottom: 15px;
  }
  .dashboard-sidebar #content .notification-card .notifications-feeds .notification-content .notification-content-inn {
    padding: 10px 0;
  }
  .dashboard-sidebar #content .triggers {
    padding-bottom: 20px;
  }
  .dashboard-sidebar #content .triggers-section .triggers-card .triggers-tab {
    display: block;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .dashboard-sidebar #content .triggers-section .triggers-card .triggers-tab ul {
    margin-bottom: 20px;
  }
  .dashboard-sidebar #content .mh-upload .mh-upload-card {
    padding: 0 0px;
  }
  .dashboard-sidebar #content .invoice-details {
    padding-bottom: 30px;
  }
  .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-fields .policy-details-fields-inn .legal-search-section .legal-search-content {
    padding-top: 20px;
  }
  .pr-lg-mx-0 {
    padding-right: 15px;
  }
}

@media screen and (max-width: 635px) {
  .dashboard-sidebar #content .profile-content .card .page-card-2 ul li {
    padding-right: 10px;
  }
}

@media screen and (max-width: 576px) {
  .login .vh-100-md {
    height: auto !important;
  }
  .login .login-content {
    padding: 30px 15px;
  }
  .login .login-content br {
    display: none;
  }
  .dashboard-sidebar #content .navbar .nav-item .profile-dropdown {
    right: 20px;
    margin-top: 8px;
  }
  .dashboard-sidebar #content .navbar .nav-item .dropdown-menu:after {
    display: none;
  }
  .dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline {
    padding-left: 0;
  }
  .dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-content h3 {
    font-size: 14px;
  }
  .dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-content-2 {
    margin-left: 30px;
  }
  .dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-content-2 h3 {
    font-size: 14px;
  }
  .dashboard-sidebar #content .report-submit-form {
    padding-bottom: 0;
  }
  .dashboard-sidebar #content .report-submit-form .form-fields {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
  .dashboard-sidebar #content .report-submit-form .form-fields .form-heading {
    display: block;
  }
  .dashboard-sidebar #content .report-submit-form .form-fields .form-heading h3 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .dashboard-sidebar #content .report-submit-form .form-fields .form-heading button {
    font-size: 14px;
    padding: 5px 6px;
    line-height: 20px;
  }
  .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    display: block;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    padding: 0;
  }
  .dashboard-sidebar #content .report-submit-form .form-fields .form-report form .report-form-buttons button {
    margin-bottom: 20px;
  }
  .dashboard-sidebar #content .report-fillter-table .report-fillter-table-content {
    padding-top: 15px;
  }
  .dashboard-sidebar #content .report-fillter-table .report-fillter-table-content .report-fillter-table-heading {
    display: block;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .dashboard-sidebar #content .report-fillter-table .report-fillter-table-content .report-fillter-table-heading h3 {
    padding-bottom: 10px;
  }
  .dashboard-sidebar #content .profile-content .card .page-card-1 {
    padding-top: 0;
  }
  .dashboard-sidebar #content .profile-content .card .page-card-2 ul li {
    padding-right: 0px;
    display: block;
    padding-bottom: 15px;
  }
  .dashboard-sidebar #content .profile-content .card .page-card-2 ul li a.active {
    padding-bottom: 5px;
  }
  .dashboard-sidebar #content .profile-content .card .page-card-2 form {
    padding-top: 15px;
  }
  .dashboard-sidebar #content .profile-content .card-2::after {
    display: none;
  }
  .dashboard-sidebar #content .profile-content .card-border:before {
    display: none;
  }
  .dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn {
    padding: 10px;
    margin-bottom: 10px;
  }
  .dashboard-sidebar #content .triggers-section .triggers-card .triggers-tab ul {
    display: block;
  }
  .dashboard-sidebar #content .triggers-section .triggers-card .triggers-tab ul li {
    padding-right: 0;
  }
  .dashboard-sidebar #content .report-button.report-next:before,
  .dashboard-sidebar #content .report-button.report-back:before {
    display: none;
  }
  .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button {
    display: block;
  }
  .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button button {
    margin-bottom: 10px;
  }
  .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .quick-link-dropdown {
    margin-bottom: 15px;
  }
  .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .quick-link-dropdown a {
    margin-right: 0;
  }
  .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .quick-link-dropdown .dropdown-menu {
    margin-top: 10px;
  }
  .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .quick-link-dropdown .dropdown-menu .quick-links {
    width: auto;
    padding: 20px 15px 20px 15px;
    margin: 0;
  }
  .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .quick-link-dropdown .dropdown-menu .quick-links .quick-links-heading {
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .dashboard-sidebar #content .policy-detail-list .policy-details .policy-details-inn .policy-button .quick-link-dropdown .dropdown-menu .quick-links .quick-links-details ul li {
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
  .dashboard-sidebar #content .mh-report-form .mh-report-form-inn .form-group .radio-button-fraud-not-fraud .radio-button-fraud-not-fraud-inn {
    padding-right: 10px;
  }
  .dashboard-sidebar #content .modal-content .withdraw-investigation-modal {
    padding: 20px;
  }
  .dashboard-sidebar #content .modal-content .add-trigger-modal {
    padding: 20px;
  }
  .dashboard-sidebar #content .administrator-card .card ul {
    background-color: transparent;
    display: block;
  }
  .dashboard-sidebar #content .administrator-card .card ul li {
    margin-bottom: 10px;
  }
  .dashboard-sidebar #content .case-brief-history .case-history .case-history-heading {
    display: block;
  }
  .dashboard-sidebar #content .case-brief-history .case-history .case-history-heading h5 {
    padding-bottom: 10px;
  }
  .dashboard-sidebar #content .case-brief-history .case-history .case-history-heading .dropdown .primary-btn {
    display: inline-block;
  }
  .dashboard-sidebar #content .dashboard-workbench .workbench-tat-band .tat-band-heading {
    display: block;
  }
  .dashboard-sidebar #content .dashboard-workbench .workbench-tat-band .tat-band-heading h3 {
    padding-bottom: 15px;
  }
  .forgot-password {
    height: auto;
  }
  .forgot-password .card {
    width: auto;
    padding: 20px;
  }
  .forgot-password .card a {
    padding-bottom: 10px;
  }
  .forgot-password .card h3 {
    font-size: 30px;
  }
  .forgot-password .card p {
    padding: 0px 0px 20px 0px;
  }
  .forgot-password .card form {
    padding-bottom: 30px;
  }
  .forgot-password .fixed-bottom {
    position: unset;
  }
  .container-fluid {
    padding: 0 15px;
  }
  .table-pagination .dataTables_paginate a.btn-previous {
    padding-right: 0 !important;
  }
  .table-pagination .dataTables_paginate a.btn-previous:before {
    display: none;
  }
  .table-pagination .dataTables_paginate a.btn-next:before {
    display: none;
  }
  .table-pagination .dataTables_paginate a.btn-next {
    padding-left: 25px !important;
  }
  .table-pagination .dataTables_paginate a.btn-next:after {
    color: #979797 !important;
  }
  .case-history .case-history-timeline {
    padding-left: 0;
  }
  .case-history .case-history-timeline .case-history-content h3 {
    font-size: 14px;
  }
  .case-history .case-history-timeline .case-history-content-2 {
    margin-left: 30px;
  }
  .case-history .case-history-timeline .case-history-content-2 h3 {
    font-size: 14px;
  }
  ::-webkit-scrollbar {
    width: 10%;
    background: transparent;
    height: 2px !important;
  }
}

@media screen and (max-width: 418px) {
  .policy-button :first-child {
    margin-bottom: 10px;
  }
  .dashboard-sidebar #content .reports-form .reports-fillter-button button:first-child {
    margin-bottom: 10px;
  }
  .dashboard-sidebar #content .general-fillter-button button:first-child {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 366px) {
  .dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-circle button::after {
    height: 70px;
  }
  .case-history .case-history-timeline .case-history-circle button::after {
    height: 70px;
  }
}

@media screen and (max-width: 340px) {
  .dashboard-sidebar #content .case-history .modal .modal-dialog .modal-content .modal-body .case-history-timeline .case-history-circle button::after {
    height: 103px;
  }
  .dashboard-sidebar #content .approve-modal .approve-id {
    padding: 15px;
    margin: 0 30px 60px 30px;
    width: auto;
  }
  .dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn ul {
    display: block;
  }
  .dashboard-sidebar #content .report-submit .report-submit-cards .report-submit-cards-inn ul li {
    display: block;
  }
  .case-history .case-history-timeline .case-history-circle button::after {
    height: 103px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #sidebar .logo {
    -webkit-transition: none;
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -o-transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  #sidebar ul.components {
    -webkit-transition: none;
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -o-transition: none;
  }
}

/*------------------------------------------------Key-Frames------------------------------------------------*/
@-webkit-keyframes smooth-bounce {
  from {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
  }
  to {
    -webkit-transform: rotateX(20deg);
            transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
  }
}
@keyframes smooth-bounce {
  from {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
  }
  to {
    -webkit-transform: rotateX(20deg);
            transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
}

@-webkit-keyframes pulse-white {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(238, 229, 229, 0.7);
            box-shadow: 0 0 0 0 rgba(238, 229, 229, 0.7);
    -ms-box-shadow: 0 0 0 0 rgba(238, 229, 229, 0.7);
    -moz-box-shadow: 0 0 0 0 rgba(238, 229, 229, 0.7);
    -o-box-shadow: 0 0 0 0 rgba(238, 229, 229, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(241, 236, 236, 0);
            box-shadow: 0 0 0 10px rgba(241, 236, 236, 0);
    -ms-box-shadow: 0 0 0 10px rgba(241, 236, 236, 0);
    -moz-box-shadow: 0 0 0 10px rgba(241, 236, 236, 0);
    -o-box-shadow: 0 0 0 10px rgba(241, 236, 236, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(241, 233, 233, 0);
            box-shadow: 0 0 0 0 rgba(241, 233, 233, 0);
    -ms-box-shadow: 0 0 0 0 rgba(241, 233, 233, 0);
    -moz-box-shadow: 0 0 0 0 rgba(241, 233, 233, 0);
    -o-box-shadow: 0 0 0 0 rgba(241, 233, 233, 0);
  }
}

@keyframes pulse-white {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(238, 229, 229, 0.7);
            box-shadow: 0 0 0 0 rgba(238, 229, 229, 0.7);
    -ms-box-shadow: 0 0 0 0 rgba(238, 229, 229, 0.7);
    -moz-box-shadow: 0 0 0 0 rgba(238, 229, 229, 0.7);
    -o-box-shadow: 0 0 0 0 rgba(238, 229, 229, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(241, 236, 236, 0);
            box-shadow: 0 0 0 10px rgba(241, 236, 236, 0);
    -ms-box-shadow: 0 0 0 10px rgba(241, 236, 236, 0);
    -moz-box-shadow: 0 0 0 10px rgba(241, 236, 236, 0);
    -o-box-shadow: 0 0 0 10px rgba(241, 236, 236, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(241, 233, 233, 0);
            box-shadow: 0 0 0 0 rgba(241, 233, 233, 0);
    -ms-box-shadow: 0 0 0 0 rgba(241, 233, 233, 0);
    -moz-box-shadow: 0 0 0 0 rgba(241, 233, 233, 0);
    -o-box-shadow: 0 0 0 0 rgba(241, 233, 233, 0);
  }
}

@-webkit-keyframes pulse-blue {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(67, 57, 242, 0.7);
            box-shadow: 0 0 0 0 rgba(67, 57, 242, 0.7);
    -ms-box-shadow: 0 0 0 0 rgba(67, 57, 242, 0.7);
    -moz-box-shadow: 0 0 0 0 rgba(67, 57, 242, 0.7);
    -o-box-shadow: 0 0 0 0 rgba(67, 57, 242, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(67, 57, 242, 0);
            box-shadow: 0 0 0 10px rgba(67, 57, 242, 0);
    -ms-box-shadow: 0 0 0 10px rgba(67, 57, 242, 0);
    -moz-box-shadow: 0 0 0 10px rgba(67, 57, 242, 0);
    -o-box-shadow: 0 0 0 10px rgba(241, 236, 236, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(67, 57, 242, 0);
            box-shadow: 0 0 0 0 rgba(67, 57, 242, 0);
    -ms-box-shadow: 0 0 0 0 rgba(67, 57, 242, 0);
    -moz-box-shadow: 0 0 0 0 rgba(67, 57, 242, 0);
    -o-box-shadow: 0 0 0 0 rgba(67, 57, 242, 0);
  }
}

@keyframes pulse-blue {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(67, 57, 242, 0.7);
            box-shadow: 0 0 0 0 rgba(67, 57, 242, 0.7);
    -ms-box-shadow: 0 0 0 0 rgba(67, 57, 242, 0.7);
    -moz-box-shadow: 0 0 0 0 rgba(67, 57, 242, 0.7);
    -o-box-shadow: 0 0 0 0 rgba(67, 57, 242, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(67, 57, 242, 0);
            box-shadow: 0 0 0 10px rgba(67, 57, 242, 0);
    -ms-box-shadow: 0 0 0 10px rgba(67, 57, 242, 0);
    -moz-box-shadow: 0 0 0 10px rgba(67, 57, 242, 0);
    -o-box-shadow: 0 0 0 10px rgba(241, 236, 236, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(67, 57, 242, 0);
            box-shadow: 0 0 0 0 rgba(67, 57, 242, 0);
    -ms-box-shadow: 0 0 0 0 rgba(67, 57, 242, 0);
    -moz-box-shadow: 0 0 0 0 rgba(67, 57, 242, 0);
    -o-box-shadow: 0 0 0 0 rgba(67, 57, 242, 0);
  }
}

@-webkit-keyframes pulse-green {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0.7);
            box-shadow: 0 0 0 0 rgba(9, 177, 114, 0.7);
    -ms-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0.7);
    -moz-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0.7);
    -o-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(9, 177, 114, 0);
            box-shadow: 0 0 0 10px rgba(9, 177, 114, 0);
    -ms-box-shadow: 0 0 0 10px rgba(9, 177, 114, 0);
    -moz-box-shadow: 0 0 0 10px rgba(9, 177, 114, 0);
    -o-box-shadow: 0 0 0 10px rgba(9, 177, 114, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0);
            box-shadow: 0 0 0 0 rgba(9, 177, 114, 0);
    -ms-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0);
    -moz-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0);
    -o-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0);
  }
}

@keyframes pulse-green {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0.7);
            box-shadow: 0 0 0 0 rgba(9, 177, 114, 0.7);
    -ms-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0.7);
    -moz-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0.7);
    -o-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(9, 177, 114, 0);
            box-shadow: 0 0 0 10px rgba(9, 177, 114, 0);
    -ms-box-shadow: 0 0 0 10px rgba(9, 177, 114, 0);
    -moz-box-shadow: 0 0 0 10px rgba(9, 177, 114, 0);
    -o-box-shadow: 0 0 0 10px rgba(9, 177, 114, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0);
            box-shadow: 0 0 0 0 rgba(9, 177, 114, 0);
    -ms-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0);
    -moz-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0);
    -o-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0);
  }
}

::-webkit-search-cancel-button,
::-webkit-clear-button {
  -webkit-appearance: none;
  background-image: url("../images/calendar.svg");
  cursor: pointer;
  height: 20px;
  margin-right: 0;
  width: 20px;
}

::-webkit-search-cancel-button:focus,
::-webkit-clear-button:focus {
  border: 0 !important;
}

::-webkit-calendar-picker-indicator {
  opacity: 1;
  background-image: url("../images/calendar.svg");
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 50%;
  margin-left: 0.5rem;
}

/* Bounce To Right */
/*-- .hvr-bounce-to-right {
  transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  &::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transition-property: transform;
    -moz-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
  }
}

.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} --*/
/*# sourceMappingURL=main.css.map */