/****************************
SRDV TECHNOLOGIES
Author: Sandeep Kumar;
* Copyright 2013-2019 SRDV.
******************************/

/* reset stylesheet here */
:root {
  --main-color: #e3111a;
  --secondary-color: #1d619f;
  --white: #fff;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.lft-bx-comn-sector span{
  position: relative;
  top: 13px;
}
html {
  font-family: "Roboto", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0; /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  font-size: 0.9rem;
  padding: 0px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fafafa;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.pt-15 {
  padding-top: 15px;
}
.pt-10 {
  padding-top: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.m-1 {
  margin: 1px !important;
}
.m-2 {
  margin: 2px !important;
}
.mt-2 {
  margin-top: 2px !important;
}
.mb-2 {
  margin-bottom: 2px !important;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
img {
  max-width: 100%;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0.5rem;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.list-unstyled,
.list-inline,
.list {
  padding-left: 0;
  list-style: none;
  margin: 0px 0px 10px;
}
.list-inline-item,
.list-inline li {
  display: inline-block;
}
.list-inline-item:not(:last-child),
.list-inline li {
  /* margin-right: 0.5rem; */
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
  font-family: 'Roboto', sans-serif;;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 13px;
  line-height: 1.5;
  color: #616f77;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: inherit;
}
.form-group {
  margin-bottom: 1rem;
}
textarea.form-control {
  height: 95px;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
.btn {
  border-radius: inherit !important;
}
table {
  border-collapse: collapse;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 11.5px;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 20px;
  border-left: 5px solid #eee;
}
.blockquote {
  padding: 15px 20px;
  border-left-width: 4px;
  border-radius: 3px;
}
.blck-quote .blockquote-info {
  border-radius: inherit;
  border-color: var(--main-color) !important;
  background: #fff;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.11);
}
.blck-quote .blockquote-info.broder-green {
  border-color: #1ee311 !important;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
.Reat-max{
  margin: 0px 10px;
  
}
.filter-list-max{
  justify-content: left !important;
}
.blck-quote .blockquote-info footer {
  font-size: 14px;
  font-weight: 500;
  color: #6b6b6b;
  margin-bottom: 5px;
}
.blck-quote .blockquote-info p {
  font-size: 15px;
  margin-bottom: 3px;
  font-weight: 500;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-primary {
  color: #fff;
  background-color: #ffa500 !important;
  border-color: #ffa500 !important;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: inherit;
  line-height: inherit;
}
.navbar-toggle {
  background: var(--main-color);
  color: #fff;
  border: 0px none;
  padding: 4px 11px;
  font-size: 17px;
  display: none;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge-danger {
  background: var(--main-color);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

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

.bg-transparent {
  background-color: transparent !important;
}
table .bg-warning {
  background-color: #fff5d9 !important;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
.w-100 {
  width: 100% !important;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
.list-unstyled,
.list-inline,
.list-unstyled ul,
.list-inline ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

[hidden] {
  display: none !important;
}
.text-danger {
  color: #d9534f !important;
}

.text-warning {
  color: #ffc107 !important;
}
.text-success {
  color: #007bff !important;
}
.text-primary {
  color: #007bff !important;
}
.text-info {
  color: #ffa500 !important;
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-flt{
      padding-top: 7px;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
} /* reset stylesheet End here */
.btn-sm {
  padding: 3px 15px;
  font-size: 13px;
}
.btn-com,
.btn-comm {
  padding: 5px 10px;
  border: 0px none;
  background: var(--main-color);
  color: #fff;
  display: inline-block;
  border-radius: inherit;
  font-size: 13px;
  font-weight: 500;
}
.table .btn-com {
  padding: 1px 7px;
}
.btn-com:hover,
.btn-com.blue,
.btn-comm {
  background: var(--secondary-color);
  color: #fff;
}
.btn-comm:hover {
  background: var(--main-color);
  color: #fff;
}
.flt-btn > .btn-com {
  padding: 2px 6px;
}
.attend-col .form-group {
  margin-bottom: 0;
}
/* Alerts Here */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-link {
  font-weight: 700;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark .alert-link {
  color: #040505;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.alert button.close {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
}
.alert-dismissible .close {
  position: absolute;
  top: 6px;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-dismissible {
  padding-right: 4rem;
}
.nav-close {
  display: none;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.list li {
  position: relative;
  padding-left: 19px;
  margin-bottom: 5px;
  font-size: 14px;
}
.list li,
.list li a {
  color: #3e3e3e;
}
.list li a:hover {
  color: var(--main-color);
}
.list li:before {
  content: "\f0a4";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  color: var(--main-color);
}
.show .dropdown-menu {
  display: block;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* Alerts End Here */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .crm-body-wrap-col {
    min-height: 500px;
  }
  .main-content,
  .main-content-col {
    min-height: 550px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.table-responsive {
  min-height: 0.01%;
  /* overflow-x: auto; */
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* Header stylesheet Here */
/* .top-header-wrap-srdv {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  background: #fff;
} */
/* .logo-col img {max-width: 150px;} */
.dropdown {
  position: relative;
}
.header-rght a {
  color: #333;
}
.top-header-wrap-srdv .logo-wrap {
  -ms-flex: 0 0 8.666667%;
  flex: 0 0 8.666667%;
  max-width: 10.666667%;
}
/*.top-header-wrap-srdv .emply-lgn-cl{-ms-flex: 0 0 13.666667%; flex: 0 0 13.666667%; max-width: 13.666667%; }*/
/*.top-header-wrap-srdv .emply-navbar{    -ms-flex: 0 0 72.666667%; flex: 0 0 72.666667%; max-width: 72.666667%;} */
.dropdown-menu,
.sub-dropdown-menu,
.paul-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 180px;
  padding: 0px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: inherit;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown-menu ul,
.paul-submenu ul {
  display: none;
}
.dropdown-menu > li > a,
.paul-submenu > li > a {
  display: block;
  padding: 3px 12px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  font-size: 13px;
}
.dropdown-menu > li:not(:last-child) > a,
.paul-submenu > li:not(:last-child) > a {
  border-bottom: 1px dashed rgba(232, 45, 45, 0.13);
}
.dropdown-menu > li > a {
  padding: 6px 12px;
}
.paul-submenu > li > a > i {
  margin-right: 5px;
  vertical-align: middle;
}
.header-rght {
  text-align: right;
}
.dropdown-menu-last {
  left: auto;
  right: -20px;
}

.j-c_1 {
  /* justify-content: space-between; */
  padding: 29px 0px 0px;
}
.header-rght > ul > li > a {
  font-weight: 500;
  font-size: 11px;
  text-transform: capitalize;
}
.page-head-bread a {
  color: var(--main-color);
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline-block;
}
.page-head-bread a,
.page-head-bread .breadcrumb-item + .breadcrumb-item::before {
  color: var(--main-color);
}
.header-Dashboard{
  /* border-bottom: 2px solid #e3111a; */
   
}
.page-head-bread .breadcrumb li.active {
  color: rgb(227 17 26);
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.page-head-bread .breadcrumb {
  text-align: right;
}
.page-heading h1 {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 700;
  margin-right: 7px;
}
.main-content-col {
  padding: 13px 0px;
  border-top: 0px solid #e0e0e0;
}
.sertries-fare-tp h3{
  margin:0px;
  font-size: 17px;
}
.page-head-paul {
  padding: 27px 3px 5px;
    background: #fafafa;
    color: #000;
    border-bottom: 1px solid #e3111a;
    margin: 0px 15px;
}
.bp_shadow{
  margin-top: 28px;
}
.vander-img{
  width: 150px;
}
.main-navbar > ul {
  margin: 0;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.main-navbar ul {
  margin: 0;
  padding: 0px;
  list-style: none;
}
.das-bord{
  margin-left: 5vw !important;
}
.main-navbar ul li {
  position: relative;
}

.main-navbar > ul > li > a {
  display: block;
  color: #ff7f27;
  padding: 0.7vw 0.3vw;
  border: 1px solid #ff7f27;
  text-decoration: none;
  position: relative;
  font-size: 11.5px;
  font-weight: 500;
  height: 35px;
}
.flex-div-new{
  list-style: none;
}
.header-section{
  /* height: 64px; */
}

.vander-header{
  padding: 0px 0px 0px 14px
}
/* .header-rght{font-family: 'Quicksand', sans-serif;} */
/* .main-navbar > ul > li.dropdown > a:after{content: '\f107';font-family: FontAwesome;font-weight: 500;margin-left: 3px;} */
.main-navbar ul li a:not(:only-child):after,
.main-navbar ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: "\f107";
  font-family: FontAwesome;
  font-weight: bold;
  font-size: 11.5px;
}
.main-navbar ul ul li a:not(:only-child):after,
.main-navbar ul ul li a:visited:not(:only-child):after {
  content: "\f105";
  position: absolute;
  right: 3px;
  display: none;
}
.main-nav ul a {
  display: block;
  padding: 8px 12px;
  font-size: 11.5px;
  /* font-weight: 500; */
  color: #ff7f27;
}
.main-navbar > ul > li > a:hover,
.main-navbar ul ul li a:hover {
  background: var(--main-color);
  color: #fff;
  border: 1px solid #e3111a;
}
.main-navbar > ul > li > a > i {
  margin-right: 3px;
}
.main-navbar > ul > li > ul {
  margin: 0;
}
.main-navbar ul {
  border: 0px none;
}
.main-navbar > ul > li:hover > ul,
.header-rght > ul > li:hover > .dropdown-menu {
  display: block;
}
.main-navbar .dropdown-menu li a {
  color: #ff7f27;
}
.manu-drop {
  min-width: 150px !important;
}
.Information_user h5{
  background: #ff812b !important;
  
}
.main-navbar_1 > ul > li > a:hover, .main-navbar ul ul li a:hover {
  background: #ff8632 !important;
  color: #fff;
  border: 1px solid #ff8735 !important;
}
.manu-drop_2{
  /* padding: 8px 6px !important; */
}
.manu-drop_1{
  min-width: 110px !important;
}
.main-navbar > ul > li:hover > ul > li:hover > ul {
  top: 0;
  left: 100%;
  display: block;
}
.main-navbar > ul > li:hover > ul > li > ul > li:not(:last-child) > a {
  border-bottom: 1px dashed rgba(247, 63, 63, 0.17);
}
/* Header stylesheet End Here */
/* table start */
.table {
  width: 100%;
  margin-bottom: 0rem;
  background-color: transparent;
}
.table td,
.table th {
 padding: 0.2rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #dee2e6;
}
/* .table tbody th {border-bottom: 1px solid #dee2e6 !important;} */
th {
  text-align: inherit;
}
.table td {
  vertical-align: middle;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
table p {
  margin-bottom: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/*table start end */
/* datepicker start from here*/
.ui-datepicker-trigger {
  display: none;
}
.ui-datepicker .ui-widget-header {
  background: transparent;
  border: 0px none;
  border-bottom: 1px solid #eee;
}
.ui-datepicker .ui-datepicker-title {
  color: var(--main-color);
  font-family: "Roboto", sans-serif;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
}
.ui-datepicker .ui-state-default,
.ui-datepicker.ui-widget-content .ui-state-default {
  background: #f7f7f7;
  border: 0px none;
  text-align: center;
  padding: 0.7em;
}
.ui-datepicker.ui-widget {
  width: auto;
}
.ui-datepicker .ui-state-default.ui-state-highlight {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}
.slider-range input {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.ui-slider-horizontal.ui-slider {
  height: 4px;
}
.ui-slider .ui-slider-handle {
  cursor: pointer;
  top: -15px;
  background: #fff;
  border: 2px solid #e6e4eb;
  width: 30px;
  border-radius: 50%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-slider .ui-slider-handle:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 1.125rem;
  box-shadow: inset 0 0 0 0.0625rem #ccc9d4;
}
.label-default {
  background-color: #777;
}
.label-orange {
  background-color: orange;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.ui-slider .ui-slider-handle:focus {
  outline: none;
}
.header-rght .dropdown-menu > li > a {
  padding: 7px 15px;
}
.header-rght .dropdown-menu > li > a:hover {
  background: var(--main-color);
  color: #fff;
}
/*datepicker end here*/
/* Dashboard start from here */
.card {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 21px 15px;
  position: relative;
}
.card-header {
  position: relative;
}
.card-header-icon {
  padding-left: 4rem;
  text-align: right;
}
.card-icon {
  font-size: 3.125rem;
  position: absolute;
  left: 0;
}
.card-header-icon > p {
  margin-bottom: 3px;
  color: #333;
}
.card-header-icon > h3 {
  margin-bottom: 0;
}
.card-footer {
  border-top: 1px solid #eeeeee;
  padding: 0.5rem 0 0;
  font-weight: 500;
  color: #6c757d;
  margin-top: 0.8rem;
  font-size: 13px;
}
.crm-body-wrap-col {
  padding: 0px 0px;
}
.custom-tab-wrap > ul {
  margin-bottom: 11px;
}
.custom-tab-wrap > ul > li > a {
  color: #333;
  display: block;
  border: 1px solid #b3b3b3;
  padding: 3px 10px;
  font-weight: 500;
}
.custom-tab-wrap > ul {
  margin: 0px;
  margin-bottom: 11px;
  padding: 0px;
}
.custom-tab-wrap > ul > li {
  display: inline-block;
}
.custom-tab-wrap > ul > li > a:hover {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}
.all-rght {
  text-align: right;
}
.noticat-wrap {
  background: #fff;
  margin-bottom: 24px;
  border: 1px solid #ececec;
}
.site-footer {
  background: #fff;
  padding: 0px;
  color: #000;
  border-top: 1px solid #dedede;
  font-size: 12px;
  font-weight: 500;
}
.notification-btn ul li:not(:last-child) {
  margin-bottom: 11px;
}
.btn-icon {
  padding: 12px 8px 12px 39px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #fff;
  background: var(--main-color);
  position: relative;
}
.btn-icon i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 45px;
  width: 39px;
  background: rgba(0, 0, 0, 0.27);
  font-size: 16px;
}
.booking-counting-col .wrk-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}

.btn-icon.blue,
.btn-icon:hover {
  background: var(--secondary-color);
  color: #fff;
}
.btn-icon.blue:hover,
.btn-com.blue:hover {
  background: var(--main-color);
  color: #fff;
}
.notification-btn {
  padding: 16px 15px;
}
.ntcfn-cnt {
  height: auto;
  background: #fffbfb;
  border-left: 1px solid #ececec;
  min-height: 133px;
  padding-left: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
}
.view-all {
  position: absolute;
  right: 1px;
  top: 5px;
}
.ntcfn-cnt > h2,
.heading-2 {
  font-size: 19px;
  position: relative;
  padding-bottom: 3px;
}
.ntcfn-cnt > h2:after,
.heading-2:after {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  bottom: 0px;
  height: 3px;
  background: var(--main-color);
}
/* Dashboard edn from here */

/* innerpage css style start from here */
.attend-col {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 10px 5px;
}
.page-inner-content-here {
  background: #fff;
  margin-bottom: 25px;
  padding: 10px 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.11);
}
.fnc-col {
  border: 1px solid #eee;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 6px 9px;
}
.fnc-wrp h4 {
  margin: 0;
  color: #fff;
  padding: 4px 10px;
  font-size: 16px;
}
.red-ic {
  background: var(--main-color);
}
.fnc-cont {
  margin: 0 auto;
}
.fnc-cont p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 11.5px;
}
.bl-ic {
  background: var(--secondary-color);
}
.ylw-ic {
  background: #ffb22b;
}
.user-details,
.prcj-list {
  position: relative;
  border: 1px solid rgb(255 129 43);
  padding: 24px 10px 10px;
  background: #fff;
  margin-bottom: 25px;
}

.user-details > h5,
.prcj-list > h2 {
  margin-bottom: 0;
  display: inline-block;
  color: #fff;
  padding: 3px 6px;
  font-size: 14px;
  position: absolute;
  font-weight: 600;
  top: -10px;
  background: var(--secondary-color);
  margin-top: 0;
}
.user-details h5 i {
  margin-right: 4px;
}

.user-details-edit
,
.prcj-list {
  position: relative;
  border: 1px solid rgba(20, 110, 173, 0.22);
  padding: 24px 10px 10px;
  background: #fff;
  margin-bottom: 25px;
}
.user-details-edit
 > h5,
.prcj-list > h2 {
  margin-bottom: 0;
  display: inline-block;
  color: #fff;
  padding: 3px 6px;
  font-size: 14px;
  position: absolute;
  font-weight: 600;
  top: -10px;
  background: #dc3545;
  margin-top: 0;
}
.user-details-edit
 h5 i {
  margin-right: 4px;
}

.modal .btn {
  border-radius: 4px !important;
  font-size: 14px;
}
.cstm-mdlum .modal-footer i {
  font-size: 22px;
}
.modal-md .modal-content {
  max-width: 500px;
}
.paul-clmn {
  margin-bottom: 30px;
}
.sidenav-body-menu > ul > li.active > a {
  color: #dd0303;
}
.tp-btn {
  margin-bottom: 16px;
}
.left-border{
  /* border-right:2PX solid #ff7f27 ; */
  padding: 10px ;
}
.ic-btn_1 i:after {
  
  top: 0% !important;
  
}
.m-sec-mar{
  margin: 0px !important;
}
.dt-ic {
  position: relative;
}
.dt-ic i {
  position: absolute;
  right: 6px;
  top: calc(50% - 7px);
  color: var(--main-color);
}
td.warning {
  background: #fff;
}
.transaction-filter {
  background: #f7f7f7;
  display: none;
  padding: 20px 20px 0px;
  margin-bottom: 10px;
  border: 1px solid #eee;
}
.custom-flt-form {
  padding: 15px 0px;
}
.hasDatepicker {
  cursor: pointer;
}
/* innerpage css style end from here */
/*modal start from here*/
/* modal Popup Here */

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.top-section{
  padding-top: 62px;
}
.modal-content-width {
  width: 600px !important;
    margin: 30px auto !important;
}
.vendor-head{
  /* padding: 10px !important; */
}
.vendor-head h3{
  margin: 0px;
}
/* Add Animation */
.modal-content.modal-sm {
  width: 30%;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.modal-header .close {
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  background: transparent;
  border: 0;
  color: var(--main-color);
}

.modal-header .close:hover,
.modal-header .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-header,
.modal-body,
.modal-footer {
  padding: 15px;
}
.modal-header {
  border-bottom: 1px solid #e2e2e2;
}
.modal-footer {
  border-top: 1px solid #eee;
}
.modal-header h2,
.modal-footer h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.modal-footer h3 {
  font-size: 18px;
}
.modal-content.modal-md {
  max-width: 64%;
}
.modal-scroll {
  max-height: 263px;
  overflow: hidden;
  overflow-y: scroll;
}
/*modal End from here*/
/* Login page temp here*/
.login-page-temp > .container {
  max-width: 480px;
}
.login-page-temp {
  padding: 5.5% 0px;
  background: url(../images/bg-1.png) no-repeat;
  background-size: cover;
  height: calc(100% - 44px);
  width: 100%;
}
.lgn-form-col {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.login-head {
  max-width: 80%;
  margin: 0 auto;
  background: #fff;
  margin-top: 0;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 2px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  top: -26px;
  padding: 11px 8px;
}
.frm-lgn-body {
  padding: 20px 20px 42px;
  position: relative;
}
.submit-btn .button {
  margin-top: 0;
  padding: 7px 21px;
  position: absolute;
  bottom: -23px;
  left: calc(50% - 52.5px);
}
.login-head p {
  text-transform: uppercase;
  color: var(--main-color);
}
.login-head h1 {
  font-size: 2rem;
  margin-bottom: 5px;
  border-bottom: 1px dashed rgba(20, 110, 173, 0.18);
  padding-bottom: 5px;
}
.frm-lgn-body .form-group {
  position: relative;
}
.frm-lgn-body .form-group i {
  position: absolute;
  left: 10px;
  color: var(--main-color);
  font-size: 17px;
  top: 8px;
}
.frm-lgn-body .form-group .form-control {
  padding-left: 34px;
}
.login-page-temp .bg-red,
.login-page-temp .bg-bg-ble {
  opacity: 0.2;
  position: absolute;
}
.login-page-temp .bg-red {
  left: -71px;
  top: 0;
}
.login-page-temp .bg-bg-ble {
  right: 0px;
  bottom: 0;
}
.frm-lgn-body .btn-com {
  padding: 6px 19px;
}
.dropdown-menu > li > a:hover {
  background: var(--main-color);
  color: #fff !important;
}
/* Login page temp End here*/
/* Custom Radio Inline  */
.radio-cust > label,
.custom-check > label {
  cursor: pointer;
}
.radio-cust > label > input[type="radio"],
.custom-check > label > input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.radio-cust > label > span,
.custom-check > label > span {
  position: relative;
  display: block;
  padding-left: 29px;
  font-weight: 400;
}
.radio-cust > label > span:after,
.radio-cust > label > span:before,
.custom-check > label > span:after,
.custom-check > label > span:before {
  content: "";
  position: absolute;
}
.radio-cust > label > span:before,
.custom-check > label > span:before {
  content: "";
  position: absolute;
  left: 0;
  height: 20px;
  border: 2px solid #aaa;
  border-radius: 50%;
  width: 20px;
}
.custom-check > label > span:before {
  border-radius: inherit;
}
.radio-cust label input[type="radio"]:checked + span:before,
.custom-check > label > span:before {
  border-color: var(--main-color);
}
.radio-cust label input[type="radio"]:checked + span:after,
.custom-check label input[type="checkbox"]:checked + span:after {
  content: "";
  position: absolute;
  left: 5px;
  width: 10px;
  height: 10px;
  background: var(--main-color);
  top: 5px;
  border-radius: 50%;
}
.radio-cust label input[type="radio"]:checked + span,
.custom-check label input[type="checkbox"]:checked + span {
  color: var(--main-color);
}
.radio label:not(:last-child),
.checkbox label:not(:last-child) {
  margin-right: 8px;
}
.custom-check label input[type="checkbox"]:checked + span:after {
  border-radius: inherit;
}
.custom-check label input[type="checkbox"]:checked + span:after {
  content: "\f00c";
  font-family: FontAwesome;
  background: transparent;
  width: auto;
  height: auto;
  top: 0.1px;
  left: 3px;
}

/* Custom Radio Inline  */
.btn-list-col li {
  display: inline-block;
}
.btn-list-col li:not(:last-child) {
  margin-right: 10px;
}
.btn-list-col {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

/* profile page start from here */
.user-list-info ul li {
  padding: 9px 13px;
}
.user-list-info ul li:not(:last-child) {
  border-bottom: 1px dashed rgba(236, 49, 49, 0.12);
}
.user-list-info ul li label {
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: var(--main-color);
  margin-right: 4px;
  display: block;
}
.user-list-info ul li span {
  margin-bottom: 0;
}
.user-list-info {
  background: #f9f9f9;
}
.ic-btn {
  display: inline-block;
  background: #fff;
  position: relative;
  cursor: pointer;
  border: 1px solid #ccc;
  color: #000000;
  padding: 8px 10px 8px 39px;
  font-size: 0.75rem;
  font-weight: 500;
}
.ic-btn i {
  position: absolute;
  left: -1px;
  width: 33px;
  color: #232323;
  top: 0px;
  line-height: 38px;
  text-align: center;
  height: 100%;
  background: #e0e0e0;
  font-size: 14px;
}
.ic-btn i:after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 0.61rem;
  height: 0.61rem;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  bottom: auto;
  right: -10px;
  background: #fff;
}
.ic-btn:hover,
.ic-btn.active {
  color: var(--main-color);
}
.ic-btn.active {
  border-color: var(--main-color);
}
.ic-btn.active i {
  background: var(--main-color);
  color: #fff;
}
/* profile page start from here */

.star-tags {
  margin-bottom: 16px;
  background: #f3faff;
}
.star-tags li label {
  margin-bottom: 0;
}
.star-tags ul li:not(:last-child) {
  border-right: 1px solid #eee;
  margin-right: 0;
}
.star-tags ul li {
  padding: 10px 8px;
}

.prfl-btn-list li a {
  display: block;
  font-weight: 500;
  color: #333;
  font-size: 13px;
  position: relative;
  padding: 9px 16px;
}
.prfl-btn-list li a i {
  margin-right: 5px;
}
.prfl-btn-list li a.active {
  color: var(--main-color);
}
.prfl-btn-list li a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--main-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 0;
}
.prfl-btn-list li a.active:after {
  width: 100%;
}
.dts-users-col {
  padding: 25px 0px;
}
.doc-col-body > i {
  font-size: 70px;
  line-height: normal;
  color: rgba(20, 110, 173, 0.05);
  position: absolute;
  bottom: 17px;
  right: 9px;
}
.doc-col-body > h5 {
  font-size: 16px;
  margin-bottom: 4px;
}
.doc-col-body > h4 {
  font-size: 19px;
  margin-bottom: 5px;
}
.doc-col-body {
  text-align: center;
  position: relative;
  min-height: 97px;
}
/* Attendence List */
.attentence-list-wrap .btn-info {
  background: #17a2b8;
  display: inline-block;
}
.attendenvce-list-wrap {
  border-top: 1px solid rgba(227, 17, 26, 0.08);
  padding-top: 15px;
}
.attendenvce-list-wrap .fc-header-toolbar .fc-left h2 {
  font-size: 21px;
}
.attendenvce-list-wrap .fc-day-header {
  padding: 7px 4px;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  font-weight: 400 !important;
}
.attendenvce-list-wrap .fc-unthemed td.fc-today {
  background: #ffefef;
  color: #000;
}
.attendenvce-list-wrap .fc-button.fc-state-active {
  background: var(--main-color);
  color: #fff;
}
.attendenvce-list-wrap .fc-button:focus {
  outline: none;
}
.login-details-wrap {
  margin-top: 55px;
}
.tooltip-paul:after {
  content: "";
  position: absolute;
  bottom: -10px;
  border: 5px solid transparent;
  border-top-color: #e82d2d;
  left: calc(50% - 5px);
}
.tooltip-wrap {
  position: relative;
}
.tooltip-paul {
  position: absolute;
  z-index: 999;
  color: #fff;
  background: #e82d2d;
  display: none;
  min-width: 192px;
  text-align: center;
  border-radius: 5px;
  padding: 3px 11px;
  top: -55px;
  left: -82px;
  font-size: 11.5px;
  min-height: 57px;
}
.tooltip-wrap:hover .tooltip-paul {
  display: block;
}
.emply-tscol table tbody tr td:last-child .tooltip-paul {
  left: auto;
  right: 0px;
}
.emply-tscol table tbody tr td:last-child .tooltip-paul:after {
  right: 9px;
  left: auto;
}
.tooltip-paul p {
  margin-bottom: 0;
  padding-top: 3px;
  border-top: 1px dashed rgba(255, 255, 255, 0.28);
}
.tooltip-paul ul {
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 15px;
}
.tooltip-paul ul li:first-child {
  float: left;
}
.tooltip-paul ul li:last-child {
  float: right;
}
.tooltip-paul ul:after {
  content: "";
  clear: both;
  display: table;
}
.tl-bt p {
  border-top: 0px none !important;
}
.utmenu-submenu-sub > li:first-child > a {
}
.tooltip-paul.emply-tm {
  top: -30px;
  min-height: 30px;
}
.tooltip-paul.tl-bt.empl-rem {
  min-height: 40px;
  top: -39px;
  font-size: 13px;
} /* Attendence List End */
.warning_td {
  background: #f0ad4e !important;
  color: #fff;
}
.alert-Normal {
  background: #f0ad4e !important;
  color: #fff;
}
.success_td {
  background: #66bb6a !important;
  color: #fff;
}
.danger_td {
  background: #d9534f !important;
  color: #fff;
}
.alert-High {
  background: #d9534f !important;
  color: #fff;
}
.primary_td {
  background: #337ab7 !important;
  color: #fff;
}
td.warning_td a,
td.alert-Normal a,
td.success_td a,
td.danger_td a,
td.alert-High a,
td.primary_td a,
td.success_td a {
  color: #fff;
  display: inline-block;
  padding: 10px 4px;
  width: 100%;
  text-align: center;
}
td.warning_td,
td.alert-Normal,
td.success_td,
td.danger_td,
td.alert-High,
td.primary_td,
td.success_td {
  padding: 0px !important;
}
.emply {
  text-align: center;
  background: var(--main-color);
  color: #fff;
  padding: 8px 5px;
}
/* pagination here */
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
ul.pagination li a {
  display: block;
  color: #000;
  padding: 7px 11px;
}
ul.pagination li:not(:last-child) a {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
ul.pagination li {
  background: #fff;
  color: #333;
}
ul.pagination li.active a {
  background: var(--main-color);
  color: #fff;
  border: 1px solid #e3111a;
}
ul.pagination li.prev a,
ul.pagination li.prev a,
ul.pagination li.next a {
  background: #ff7f27;
  color: #fff;
}
.ntcfn-cnt marquee {
}
.notic-alert {
  padding: 7px 3px;
}
.notic-alert marquee {
  margin-bottom: 0;
}
.top-booking-wrap {
  margin-bottom: 15px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.card-footer.tbl-pint {
  color: #000;
}
.ntc-bar {
  padding-left: 54px;
  position: relative;
}
.ntc-bar > i {
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.46);
  top: 0;
  height: 100%;
  width: 40px;
  text-align: center;
  line-height: 41px;
}
.search-by-dts {
  display: none;
}
/* pagination End here */ /* 

/* Alert Box Here */
.alert-fixed {
  position: fixed;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  right: 0;
  z-index: 999;
  top: 48px;
  margin-bottom: 0px !important;
}
.alert-fixed > i {
  width: 35px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  border: 2px solid;
  border-radius: 50%;
  margin-right: 5px;
}
/* Alert Box End Here */

.user-list-custom {
  margin-bottom: 1.5rem;
  border: 1px solid #ddd;
  background: rgba(238, 238, 238, 0.1);
  padding: 20px;
}
.user-list-custom .user-list-info {
  background: none;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 11.5px;
  border-radius: initial;
  line-height: 1.5;
}
/* Chosen style Here */
.chosen-container {
  width: 100% !important;
  box-sizing: border-box;
}
.chosen-container.chosen-container-single .chosen-single {
  font-size: 14px;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background: #fff;
  border-radius: initial;
  background-clip: padding-box;
  box-shadow: initial;
  border: 1px solid #ced4da;
}
.chosen-container-multi .chosen-choices {
  min-height: 38px;
  box-shadow: initial;
  background: #fff;
  border: 1px solid #ced4da;
}
.chosen-container-single .chosen-single div b {
  background: url(../chosen/chosen-sprite.png) no-repeat 0 9px !important;
}
.flt-btn a,
.flt-btn button {
  font-size: 13px;
}
.danger_high_td {
  background: #e9120c;
  color: #fff;
}
.admin-log-blnc ul li {
  display: inline-block;
  width: calc(100% / 2 - 5px);
}
/* Chosen style End Here */
.heading-3 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #333;
  padding-bottom: 8px;
}
.heading-3:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 23px;
  height: 3px;
  background: var(--main-color);
  left: 0;
}
.media-object {
  width: 80px;
  height: 40px;
  object-fit: cover;
}
.sub-heading {
  background: #f1f1f1;
  margin-bottom: 15px;
  padding: 9px 10px;
  border-left: 3px solid var(--main-color);
}
.reply-list-comm > h4 {
}
.reply-list-comm > h4 > a > .list-right {
  float: right;
}
.emply-list > h4 > a:after {
  content: "";
  clear: both;
  display: table;
}
.reply-list-comm > h4 > a {
  display: block;
  color: #fff;
  padding: 10px 15px;
}
.emply-list > h4 > a {
  background: var(--main-color);
}
.tester-list > h4 > a {
  background: var(--secondary-color);
}
.list-right {
}
.reply-list-body {
  display: none;
  padding: 15px;
  border: 1px solid #eee;
}
.reply-list-comm > h4 {
  font-size: 15px;
}
.reply-list-comm .title {
  text-transform: uppercase;
}
.reply-list-comm {
  margin-bottom: 15px;
  display: block;
}
.reply-list-body p {
  margin-bottom: 5px;
}
.sidebar-nav-menu {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.sidenav-body-menu h3 {
  background: #dc3545;
  color: #fff;
  font-size: 17px;
  padding: 5px 7px;
}
.sidenav-body-menu > ul > li:not(:last-child) > a {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
}
.sidenav-body-menu > ul > li > a {
  color: #333;
  display: block;
  padding: 4px 8px;
}
.top-header-wrap-srdv {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 2px rgb(0 0 0 / 5%), 0 1px 0 rgb(0 0 0 / 5%);
}
.crm-dashbrd-col {
  background: #fff;
  box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 10px;
  height: 100%;
}
.crm-dashbrd-col > span {
  position: absolute;
  left: 16px;
  font-size: 2.5rem;
}
.card-dashbrd-info {
  padding-left: 2rem;
  text-align: right;
}
.btm-wrp > a {
  color: #333;
  font-weight: 500;
  font-size: 13px;
}
.btm-wrp {
  border-top: 1px solid #eee;
  text-align: center;
  padding-top: 4px;
}
.card-dashbrd-info h3 {
  font-size: 14px;
  line-height: normal;
  color: #777777;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 3px;
}
.thumbnail {
  max-width: 210px;
}
.red-clr {
  color: var(--main-color);
}
.blue-clr {
  color: var(--secondary-color);
}
.yellow-clr {
  color: #ffc107;
}
.bl-pr-clr {
  color: #007bff;
}
.card-dashbrd-info h3 b {
  display: block;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.counter-cn {
  font-weight: 700;
  font-size: 24px;
}
.app-wrapper {
  padding-top: 46px;
}
.site-setting .col-md-6 {
  margin-bottom: 20px;
}
.paul-btn-bar {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.lg-sld-img img {
  max-width: 150px;
  border: 1px solid #eee;
  margin-bottom: 10px;
}
.site-setting .user-details {
  height: 100%;
  margin-bottom: 0;
}
.site-setting .user-details-edit {
  height: 100%;
  margin-bottom: 0;
}
.pl-0 {
  padding-left: 0px !important;
}
.emply-lgn-cl {
  padding: 0;
}
.ml-auto-dashboard {
  margin-left:auto;
}
.card-box-dash {padding: 15px 15px; box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.1); background: #ffffff; }
.card-head-tp > .icn {font-size: 2rem; }
.card-head-tp {display: flex; }
.card-bx-sl {width: calc(100% - 32px); text-align: right; }
.card-bx-sl > p {color: #101010;
    font-weight: 400;}
.card-bx-sl > h4 {margin-bottom: 0; color: #000; font-weight: 700; font-size: 20px; }
.card-head-btm > a > i {color: var(--main-color); margin-right: 4px; }
.card-head-btm > a {color: #333; font-size: 12px; font-weight: 500; }
.card-head-btm {border-top: 1px solid rgba(0, 0, 0, 0.07) !important; margin-top: 4px; text-align: center; padding-top: 7px; }
.blue{color: #12b2ff;}
.purple {color: #aa10ad; }
.yellow {color: #f1be08; }
.lgt-blue {color: #3b85b9; }
.green {color: #37b70d; }
.tbl-fnt th{
  font-size: 11.5px;
}

.tbl-fnt td{
  font-size: 11.5px;
}

.icon-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  background: #FFFFFF;
  border: none;
  outline: none;
  /*border-radius: 50%;*/
}

.icon-button:hover {
  cursor: pointer;
}

.icon-button:active {
  background: #cccccc;
}

.icon-button__badge {
  position: absolute;
  top: -8px;
  right: 12px;
  width: 15px;
  height: 15px;
  background: red;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.icn-sze {
  font-size: 18px; 
}
.border-btn{margin-bottom: 0;
    display: inline-block;
    color: #fff;
    padding: 5px 6px;
    position: absolute;
    font-weight: 600;
    top: -10px;
    background: #236ead;
    margin-top: 0;
    font-size: 14px;}


.border{
    border: 1px solid #ccc;
    padding: 23px 15px 15px;
    position: relative;
    margin-top: 17px;
  }


.icon-bg-trnsprnt{
    background-color: transparent;
    width: 100%;
    overflow: hidden;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
  }

.box1{width: 15px; height: 15px; background: red;}
.box2{width: 15px; height: 15px; background: blue;}
.box3{width: 15px; height: 15px; background: yellowgreen;}
.box4{width: 15px; height: 15px; background: orange;}
.box5{width: 15px; height: 15px; background: green;}
.box6{width: 15px; height: 15px; background: grey;}
.hover-box{ padding: 10px; }

.ul-div{}
.ul-div ul{list-style: none; padding: 0; margin: 0;}
.ul-div ul li{display: flex; align-items: center; margin-right: 20px;}
.ul-div ul li div{
    width: 33px;
    margin-right: 3px;
    height: 16px;
  }
.amnt{
  background: #3466cc;
}
.amnt_1{
  background: rgb(66, 133, 244);
}
.ttl{
  background: #dc3a2f;
}
.tax{
  background: #f3993e;
}
.lft-bx-comn{
    display: flex;
    /* width: 100%; */
  }

.lft-bx-comn select{ 
  width: auto;
  margin-right: 1px;
}

.bg-clr {
  background-color: yellow;
}

.bg-clr-del {
  background-color: #ff7500;
}

.dash-icon-yr{
      display: flex;
      align-items: center;
      justify-content: flex-start;
}


.m-tb-15px{margin-bottom: 15px;}
.flex-div-new {
  display: list-item;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 1%;
  text-align: end;
}
/* .flex-div-new {
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
} */
.max_logo{
  width: 150px;
}

.top-h {
  margin: 0px;
  cursor: default;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: rgb(117, 117, 117);
}
    .top-h2{ 
          margin: 0px;
          font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: rgb(189, 189, 189);}

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

table th, td{font-size: 14px;}

.db-table  th, td {font-size: 11.5px;font-family: 'Roboto', sans-serif;}




.ul-div2{}
.ul-div2 ul{list-style: none;}
.ul-div2 ul li{text-align: center; font-weight: 500;}
.ul-div2 ul li div{
    width: 33px;
    margin-right: 8px;
    height: 16px;
  }

.text-s{font-size: 25px;}  

.vl {
  border-left: 1px solid #ccc;
    height: 100%;
}

.d-flex-hr{display: flex; justify-content: center;}

.strike-line1 {
    text-decoration: line-through;
}
.dataTables_paginate, .dataTables_info, .dataTables_length{display: none;}
.table.dataTable thead .sorting:after {display: none;}





















button:focus {outline: none;}
.d-flex-align-c{display: flex; align-items: center;     justify-content: space-between;}
.d-flex-align-c1{display: flex; align-items: center;     justify-content: space-between;}
.d-flex-align-c2{display: flex; align-items: center;     justify-content: space-between;}
.mr-10{margin-right: 10px;}
.mlr-0{margin-right: 0px; margin-left: 0px; }

.border-n{border-bottom: 1px solid #ccc; padding-bottom: 10px;  margin-bottom: 10px;}

.total-income {display: flex; justify-content: space-around;}
.total-income ul {margin: 0px;  padding: 0;} 
.mr-10{margin-right: 20px;}
.j-c{justify-content: space-between;    padding: 29px 0px 0px;
} 
.main-navbar-sec {
  display: block;
    color: #ff7f27;
    padding: 5px 0px;
    border: 1px solid #ff7f27;
    text-decoration: none;
    position: absolute;
    right: 155px;
    top: -29px;
    font-size: 11.5px;
    width: 150px;
}
.main-navbar-sec span{
  display: flex;
    justify-content: center;
}

.main-sec{
  font-weight: 500;
  color:#2a487a;
  font-size: 12px;
}
.main-red{
  font-weight: 500;
  color:#e73e45;
  font-size: 12px;
  padding: 0px 0px 0px 2px;
}
.sec-max{
  margin-right: 1vw !important;
  /* margin-left: 20px; */
}
.seach-bar{
  background: #ff7f27 !important;
    border: 1px solid #ff7f27 !important;
}

.panel-d{ margin-top: 10px; display: none;  background-color: #fbfbfb; padding: 10px; border: 1px solid rgb(222, 226, 230);
    margin-bottom: 10px; }
.top-h span{font-weight: 700; color: #000;}
.red{color: #e3111a;}
.height-box{height: 100%; max-height: 300px;}
.simple-comment {
    background: #f3f4f5;
    border: 1px solid #ccc;
    padding: 20px;
    overflow: hidden;
    border-radius: 3px;
}
.blockquote-info {
     background: #d4edda; 
     border-color: #659a71 !important; 
}
.blockquote {
    padding: 15px 20px;
    border-left-width: 4px;
    border-radius: 3px;
}

.blockquote footer {
    color: #9a9a9a;
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0';
}


.text-w{color: #fff !important; line-height: 20px;}

.aic{align-items: center;}
.p-t6{padding-top: 6px; display: flex;
    justify-content: space-around;}


.can-view-d{
  display: flex;
    justify-content: flex-start;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
    align-items: center;
  }

.new-table-bor tr{border: 1px solid #ccc;}

.head-colo-gradient {
  display:block; 
  background: linear-gradient( to right, 
    rgba(239, 91, 70, 1) 8%, rgba(223, 89, 80, 1) 14%, 
    rgba(174, 82, 109, 1) 32%, rgba(95, 72, 157, 1) 61%, 
    rgba(95, 72, 157, 1) 81%, rgba(95, 72, 157, 1) 86%, 
    rgba(95, 72, 157, 1) 100% ) !important; 
  padding-left:5px; 
  color: white; 
  margin-bottom: 15px;
}
.bottom-footer{
  position: fixed;
  bottom: 0;
  width: 100%;
}
.size-30x30{
  width: 30px !important;
  height: 30px !important;
}
.loin-button{
  padding: 3px 10px;
  width: 20vw;
  background-color: #ee4949;
  color: #fff;
  font-size: 14px;
}
.loin-button:hover{
    background-color: #ff7f27 ;

}
.loin-page-reset{
  text-transform: none !important;
  font-size: 13px;
  font-weight: 500;
}
.copyright p{
  font-size: 11.5px;
    color: #5e5d5d;
    font-weight: 600;
}
.all-rght{
  font-size: 11.5px;
    color: #5e5d5d;
    font-weight: 600;
}
.button-profile:hover{
  background-color: #ff7f27;

}
.button-profile{
  padding: 5px 10px;
    border: 0px none;
    background: var(--main-color) ;
    color: #fff;
    display: inline-block;
    border-radius: inherit;
    font-size: 13px;
    font-weight: 500;
}
.Change_Pass{
  border: 0px none;
    background: var(--main-color);
    color: #fff !important;
    display: inline-block;
}
.Change_Pass:hover{
  background-color: #ff7f27;
}
.panel-danger-border {
  border-color: #ff7f27 !important;
}
.tp-mxm-btm-top {
  border-top: 2px solid #ff7f27 !important;}
  .flight-search-setion{
    display: flex;
    flex-direction: row;
  }
  .lft-bx-comn-sector select{
    width: 15vw;
    height: 37px;
    margin: 0px 10px;
  }
  .lft-bx-comn-sector select{
    width: 13vw;
    height: 37px;
    border: 1px solid #f4e1c6;
    margin: 5px 10px;
    box-shadow: 0 0 3px rgb(0 0 0 / 11%);
  }
  .lft-bx-comn-sector input{
    width: 13vw;
    border: 1px solid #f4e1c6;
    height: 37px;
    margin: 5px 0px;
    box-shadow: 0 0 3px rgb(0 0 0 / 11%);
}
.view_button{
  border: 1px solid #ff8a39;
    background: #fff;
    padding: 2px 12px;
    color: #ff8430;
    font-weight: 500;
}
.sec-margin{
  margin: 0px 8px;
}
.panel-info-edit {
  border-color: #ff8a39  !important;
}
.panel-heading-edit{
  border-color: #ff8a39  !important;
}
.panel-heading-edit-color{
  color: #e3111a !important;
}
.panel-heading-edit-bg{ 
  background-color: #fff !important;
}
.secuirty_logo{
  padding:18px 0px;
}
.all-rght-center{
  text-align: center;
}
.secuirty_logo img {
  width: 100px;
  height: 45px;
  border-radius: 5px;
}
.cupy-right-s{
  margin-top: 16px;
}

.header_right{
    justify-content: right;
    margin-right: -10px !important;
}
.currency-right{
  right: 5px !important;
}
.currency-ind{
  padding: 1px 3px 0px 6px !important;
}
.currency-rate{
  padding: 0px 0px 0px 3px !important;
}
.Amount-color{
  font-size: 11.5px;
    font-weight: 600;
    color:#ff8837;
}
.paul-submenu > li > a > i {
  margin-right: 5px;
  vertical-align: middle;
}
