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

*,
::after,
::before {
  box-sizing: border-box;
}

#overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 1s 0.4s;
}

#progress {
  height: 1px;
  background: #fff;
  position: absolute;
  width: 0;
  top: 50%;
}

#progstat {
  font-size: 0.7em;
  letter-spacing: 3px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 100%;
  text-align: center;
  color: #fff;
}

/* reset stylesheet start from here */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

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-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  /*   text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    -ms-overflow-style: scrollbar; */
}

.error {
  color: var(--color-1) !important;
}

@-ms-viewport {
  width: device-width;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular-.eot#iefix") format("embedded-opentype"),
    url("../../fonts/glyphicons-halflings-regular.woff2") format("woff2"),
    url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("../../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}


.modal-confirm {
  color: #636363;
  width: 400px;
}

.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
  text-align: center;
  font-size: 14px;
}

.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}

.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -10px;
}

.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -2px;
}

.modal-confirm .modal-body {
  color: #999;
}

.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  padding: 10px 15px 25px;
}

.modal-confirm .modal-footer a {
  color: #999;
}

.modal-confirm .icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 9;
  text-align: center;
  border: 3px solid #f15e5e;
}

.modal-confirm .icon-box i {
  color: #f15e5e;
  font-size: 46px;
  display: inline-block;
  margin-top: 13px;
}

.modal-confirm .btn,
.modal-confirm .btn:active {
  color: #fff;
  border-radius: 4px;
  background: #60c7c1;
  text-decoration: none;
  transition: all 0.4s;
  line-height: 30px;
  min-width: 120px;
  border: none;
  min-height: 40px;
  border-radius: 3px;
  margin: 0 5px;
  
}

.modal-confirm .btn-secondary {
  background: #c1c1c1;
}

.modal-confirm .btn-secondary:hover,
.modal-confirm .btn-secondary:focus {
  background: #a8a8a8;
}

.modal-confirm .btn-danger {
  background: #f15e5e;
}

.modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus {
  background: #ee3535;
}

.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}


.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

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

.mb-5 {
  margin-bottom: 5px !important;
}

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

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

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

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

.m-auto {
  margin: auto;
}

.m-40 {
  margin: 40px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

.mt-0 {
  margin-top: 0 !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.pt-0 {
  padding-top: 0 !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

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

.float-end {
  float: right;
}

[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: "Quicksand", sans-serif;
  margin-bottom: 0.5rem;
  /* font-weight: 500; */
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

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:not(:last-child) {
  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: 500;
} */
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: #337ab7;
  -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:focus {
  outline: none;
  text-decoration: none;
  box-shadow: inherit;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
}

.btn_cursorss {
  cursor: pointer;
}

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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  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;
}

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;
}

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: 700;
  font-size: 13px;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0px dotted;
  outline: 0px 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: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-info {
  color: #fff;
  background-color: var(--color-2);
  border-color: var(--color-2);
}

.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: #e3111a;
  border-color: #e3111a;
}

.btn-danger:hover {
  color: #fff;
  background-color: #e30218;
  border-color: #e30218;
}

.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;
}


.yellow_bg {
  background: #f7fb02;
  border-radius: 3px;
}

.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;
}

.badge,
.label {
  font-size: 12px;
  font-weight: 400;
}

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

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

.btn .caret {
  margin-left: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.bg-cyan {
  background-color: #22beef !important;
  color: color-3 !important;
}

.label:empty {
  display: none;
}

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

.text-greensea {
  color: #16a085;
}

.label-default {
  background-color: #777;
}

.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: #e3111a;
}

.label-danger:hover,
.label-success:hover {
  color: #fff;
}

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

.color-3-text {
  color: #fff;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

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

.bp_cussor_pointer {
  cursor: pointer;
}

.bp_display_none {
  display: none;
}

.bp_strong_color {
  color: #1d619f;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.navbar-toggle {
  background: var(--color-1);
  color: #fff;
  border: 0px none;
  padding: 4px 11px;
  font-size: 17px;
  display: none;
}

.bg-primary {
  background-color: #007bff !important;
}

.light-blue {
  background: #29b6f6 !important;
}

.red-bg {
  background: #e3111a !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: #e3111a !important;
}

.bg-rev {
  background-color: #d111e3 !important;
  
}


.note {
  font-size: 12px;
  color: var(--color-1);
}

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: 12px;
  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(--color-1);
}

.badge:empty {
  display: none;
}

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

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

.bg-transparent {
  background-color: transparent !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;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !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: #dc3545 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-success {
  color: #28a745 !important;
}

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

.text-info {
  color: #17a2b8 !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.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: 14px;
  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 6px;
  font-size: 13px;
}

.btn-com,
.btn-comm {
  padding: 5px 10px;
  border: 0px none;
  background: var(--color-1);
  color: #fff;
  display: inline-block;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.table .btn-com {
  padding: 4px 10px;
}

.btn-com:hover,
.btn-com.blue,
.btn-comm {
  background: var(--color-2);
  color: #fff;
}

.btn-comm:hover {
  background: var(--color-1);
  color: #fff;
}

.flt-btn>.btn-com {
  padding: 2px 6px;
}

.attend-col .form-group {
  margin-bottom: 0;
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 1px 3px;
  font-size: 12px;
  line-height: 1.4;
  border-radius: 3px;
}

/* custom checkbox */
.checkbox-custom-alt input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.checkbox-custom.checkbox-custom-sm>i,
.checkbox-custom-alt.checkbox-custom-sm>i {
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  border: 2px solid #dfdfdf;
  vertical-align: middle;
  margin-right: 6px;
}

.checkbox-custom-alt>i:before {
  content: "\f00c";
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 9px;
  position: absolute;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.checkbox-custom-alt input:checked+i {
  background-color: transparent;
  border-color: #666;
  color: #666;
}

.checkbox-custom-alt input:checked+i:before {
  opacity: 1;
  left: 1px;
  top: 1px;
}

/* custom checkbox end */

/* 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;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.7;
  background: transparent;
  outline: none;
  border: 0px none;
}

.alert button.close {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-dismissible {
  padding-right: 4rem;
}

.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(--color-1);
}

.list li:before {
  content: "\f0a4";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  color: var(--color-1);
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 12px 10px;
}

.navbar-nav>li>a {
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 20px;
}

.navbar-default .navbar-nav>li>a {
  position: relative;
  display: block;
  padding: 12px 8px;
  font-size: 13px;
  transition: all 0.2s linear;
  color: #000;
}

/* Alerts End Here */
.data-table-col {
  padding-top: 5px;
}

.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;
  }

  .navbar-nav>li {
    float: left;
  }

  .crm-body-wrap-col {
    height: 400px;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }

  .lead {
    font-size: 21px;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .site-admin-header-wrap .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .site-admin-header-wrap .dropdown:hover>.dropdown-menu.submenu-sub {
    left: 100%;
  }

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

@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: -15px;
  margin-left: -15px;
}

.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;
}

.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;
}

@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;
  }
}

/* reset stylesheet end from here */

/*** Custom stylesheet here ***/
.dropdown,
.dropup {
  position: relative;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 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);
}

.dropdown-menu>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>a {
  display: block;
  padding: 5px 15px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu>li>a>i {
  margin-right: 5px;
}

.bg-greensea {
  background-color: #16a085 !important;
  color: color-3 !important;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

[role="button"] {
  cursor: pointer;
}

[role="button"]:focus {
  outline: none;
  box-shadow: inherit;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.nav-profile .dropdown-menu>li:not(:last-child)>a {
  border-bottom: 1px dashed #eee;
}

.nav-profile .dropdown-menu>li>a {
  padding: 7px 15px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .dropdown-menu {
  min-width: 180px;
  padding: 0px;
  margin: 0px;
  border: 0px none;
}

/*** Custom stylesheet End here ***/

/*  Modal Here  */
.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 End Here  */

/** header style here **/
.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before,
.navbar-collapse:after,
.nav:after,
.nav:before {
  display: table;
  content: " ";
  clear: both;
}

#header {
  background: #fff;
  z-index: 1001;
  -webkit-transition: right 0.25s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    padding-right 0.25s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -moz-transition: right 0.25s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    padding-right 0.25s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: right 0.25s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    padding-right 0.25s cubic-bezier(0.6, 0.04, 0.98, 0.335);



}

.branding .offcanvas-toggle {
  display: none;
}

#header .search {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  text-align: center;
}

#header .nav-right>li>a,
#header .nav-left>li>a {
  color: rgba(0, 0, 0, 0.85);
  display: inline-block;
  position: relative;
}

#header .search .form-control {
  margin-top: 3px;
  height: 34px;
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 15px;
  margin-bottom: 7px;
}

#header .search .form-control:focus {
  outline: none;
  border-bottom-color: var(--color-1);
  box-shadow: initial;
}

.form-control.underline-input {
  background: none;
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0;
  -webkit-appearance: none !important;
  vertical-align: middle;
  padding-left: 0;
  border-color: #dbe0e2;
}

#header .search:after {
  content: "\f002";
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 43px;
  color: rgba(0, 0, 0, 0.7);
}

#header .nav-right>li.nav-profile>a,
#header .nav-left>li.nav-profile>a {
  font-size: 12px;
  font-weight: 500;
}

.dropdown.nav-profile .dropdown-menu {
  min-width: 180px;
}

#header .nav-right>li>a:hover,
#header .nav-left>li>a:hover {
  color: #e3111a;
}

/** header style end here **/
/* card style here */
.card-container {
  position: relative;
}

.card-container .card {
  min-height: 110px;
  margin-bottom: 20px;
  position: relative;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
  width: 100%;
  cursor: pointer;
  z-index: 9;
}

.text-elg {
  font-size: 32px !important;
  line-height: 34px;
}

.text-strong {
  font-weight: 700;
}

/* card style end here */

/* table style here */
.table {
  width: 100%;
  margin-bottom: 1rem;
  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;
  vertical-align: middle;
}

.table.dataTable thead th {
  border-bottom: 0px none;
}

/* .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: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #dddcdc;
}

.table-hover tbody tr:hover {
  background-color: #fff;
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
  background-color: #fcf8e3;
}

/* table style end here */

/* sidebar style here */
.lead {
  font-size: 15px;
  padding-bottom: 5px;
}

.border-bottom {
  border-bottom: 1px solid #eee;
}

.border-top {
  border-top: 1px solid #eee;
}

.left-border {
  border-top: 1px solid #eee;
}

#navigation>li.active>a {
  background-color: #e3111a;
  color: #fff;
}

#navigation>li>a {
  font-weight: 500;
  position: relative;
  display: block;
  padding: 10px 5px;
  font-size: 13px;
  transition: all 0.2s linear;
  color: #000;
}

.user-lgn-last {
  padding-left: 0;
  text-transform: capitalize;
}

#navigation>li>a>i {
  display: none;
  margin-right: 10px;
  text-align: center;
  font-size: 14px;
  width: 20px;
  line-height: 1;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

#navigation .dropdown>ul li {
  position: relative;
  padding: 0;
}

#navigation .dropdown>ul li>a {
  font-size: 12px;
  position: relative;
  display: block;
  padding: 8px 0 8px 17px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 500;
  color: #505050;
}

#navigation .dropdown>ul li:not(:last-child)>a,
.top-right-header .dropdown>ul li:not(:last-child)>a {
  border-bottom: 1px dashed rgba(227, 17, 26, 0.16) !important;
}

#navigation .dropdown>ul li>a>i {
  margin-right: 6px;
}

#content {
  width: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: -blackberry-touch;
  -webkit-transition: right 0.25s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    padding-right 0.25s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -moz-transition: right 0.25s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    padding-right 0.25s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: right 0.25s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    padding-right 0.25s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

#navigation>li.open>a,
#navigation>li:hover>a {
  background: var(--color-1);
  color: #fff;
}

.page {
  padding: 13px 13px 13px !important;
}

.paul-admin-wrap {
  padding: 10px 10px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #fff;
}

.paul-admin-wrap>.row {
  margin: 0px -13px;
}

#navigation .dropdown>ul li:hover>a,
#navigation .dropdown>ul li.active>a {
  background: var(--color-1);
  color: #fff;
  width: 100%;
}

.head-topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  margin-bottom: 25px;
}

.breadcrum-right ul li a {
  color: #e3111a;
}

.breadcrum-right ul li,
.breadcrum-right ul li a {
  font-weight: 400;
  font-size: 13px;
}

.breadcrum-right ul li:not(:last-child):after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
}

.breadcrum-right ul li {
  position: relative;
  padding: 0 11px 0px 3px;
}

.head-topbar>.row {
  align-items: center;
}

#navigation>li>a>i {
  margin-right: 4px;
  text-align: center;
  font-size: 12px;
  width: 20px;
  line-height: 1;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.user-pro-header-right ul,
.nav.navbar-nav ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav.navbar-nav ul ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  min-width: 200px;
}

.nav.navbar-nav ul li:hover ul {
  display: block;
}

.blcok-btn {
  float: right;
}

.blck-qute-btn footer:after {
  content: "";
  clear: both;
  display: table;
}

.nav.navbar-nav>li>a:not(:only-child):after,
.nav.navbar-nav>li>a:visited:not(:only-child):after {
  padding-left: 4px;
  content: "\f107";
  font-family: FontAwesome;
  font-weight: 500;
}

.nav.navbar-nav ul li a:not(:only-child):after,
.nav.navbar-nav ul li a:visited:not(:only-child):after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
}

.user-pro-header-right>ul {
  text-align: right;
}

/* sidebar style end here */

/* dashboard */
.quick-links-col {
  margin-bottom: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.quick-links-col h3 {
  margin-top: 0;
  color: #e3111a;
  font-size: 16px;
  letter-spacing: 0.7px;
  margin-bottom: 0;
  background: #f5f5f5;
  padding: 8px 15px;
  font-weight: 600;
}

.quick-link-body {
  padding: 15px;
  border: 1px solid #fff;
  background: #fff;
}

.pending-works-col .quick-link-body {
  padding-top: 20px;
}

.quick-link-body>.row>div[class*="col"],
.dashboard-colum-wrap>.row>div[class*="col"] {
  padding: 0px 6px;
}

.dash-board-col {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
  position: relative;
  padding-left: 65px;
  text-align: right;
}

.dash-board-col .dash-icon {
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 19px;
  font-weight: 500;
  position: absolute;
  left: 9px;
  top: -20px;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.2), 0 5px 11px 0 rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px;
}

.dash-board-col.pending-wrk .dash-icon {
  top: 6px;
  border-radius: 50%;
}

.pending-wrk .dash-details {
  text-align: left;
}

.dash-details {
  padding: 6px 8px 14px;
}

.dash-board-col a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.dash-board-col.pending-wrk .dash-icon i {
  font-style: normal;
}

.dashboard-colum-wrapper {
  padding: 8px 0px 0px;
}

.pending-wrk .dash-details p {
  color: #3e3e3e;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 13px;
}

.dash-details span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  padding-top: 2px;
}

.dash-details h5 {
  font-size: 19px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.quck-col {
  background: #fff;
  margin-bottom: 25px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.03);
  border: 1px solid #ececec;
}

.quck-col h5 {
  margin: 0;
  padding: 10px 8px;
  color: #e3111a;
  font-size: 15px;
  margin-bottom: 8px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.quck-col h5:after {
  content: "";
  position: absolute;
  left: 6px;
  width: 25px;
  height: 3px;
  background: #e3111a;
  bottom: -2px;
}

.quck-col ul li:not(:last-child) {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.09);
}

.quck-col li a {
  display: block;
  color: #333;
  font-weight: 500;
  font-size: 13px;
  padding: 5px 8px;
}

/*  dashboard end */
/* inner stylesheet here */
.paul-btn-bar {

  padding-top: 3px;
  padding-bottom: 3px;
}

.paul-btn-bar>ul>li:not(:last-child) {
  margin-right: 0px;
}

.hasDatepicker {
  cursor: pointer;
}

.custom-table-col tr td b,
.custom-table-col tr td strong {
  color: #16a085;
  font-family: "Quicksand", sans-serif;
}

.header-wrap-pg>.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-wrap-pg .page-head-lt h2 {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  margin-top: 0;
}

.header-wrap-pg .breadcrum-right ul li a {
  color: #fff;
}

.header-wrap-pg .breadcrum-right ul li {
  color: rgba(255, 255, 255, 0.75);
}

.icons-list div i {
  display: inline-block;
  width: 40px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: font-size 0.2s;
  -moz-transition: font-size 0.2s;
  transition: font-size 0.2s;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

.pageheader {
  margin-bottom: 15px;
}

.pageheader .page-bar {
  background-color: color-3;
}

.pageheader .page-bar .page-breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.pageheader .page-bar .page-breadcrumb>li {
  display: inline-block;
  font-weight: 500;
}

.pageheader .page-bar .page-breadcrumb>li:first-child {
  background-color: #e3111a;
  margin-right: 8px;
}

.pageheader .page-bar .page-breadcrumb>li:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #95a2a9;
}

.page-toolbar .pickDate {
  display: none;
}

div.DTTT .btn {
  color: #333 !important;
}

.btn.btn-default {
  color: #616f77;
  border-color: #cdd3d7;
}

.pageheader .page-bar .page-breadcrumb>li:first-child:before {
  content: "";
}

.pageheader .page-bar .page-breadcrumb>li>a {
  color: #333;
  padding: 8px 10px;
  display: inline-block;
}

.pageheader .page-bar .page-breadcrumb>li:first-child>a {
  color: #fff;
}

.bp_shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
}

.tile {
  position: relative;
  margin-bottom: 20px;
  color: #101010;
  background-color: color-3;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.tile .tile-header,
.tile .tile-widget,
.tile .tile-body,
.tile .tile-footer {
  position: relative;
  padding: 15px;
}

.tile .dvd {
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0;
}

.tile .dvd.dvd-btm {
  border-bottom-width: 1px;
}

.blnc-col h2 {
  font-weight: 500 !important;
  color: #e3111a;
  font-size: 16px !important;
}

.blnc-col h2 span {
  color: #333;
}

.tile .tile-header {
  padding: 8px 15px;
}

.pagination {
  border-radius: 0;
  display: inline-block;
  padding-left: 0;
  margin: 5px 0;
  list-style: none;
}

.pagination>li {
  display: inline;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: var(--color-1);
  border-color: var(--color-1);
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 0px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li>a,
.pagination>li>span {
  color: #333;
  font-weight: 500;
}

.tile .tile-header h1,
.tile .tile-header h2,
.tile .tile-header h3,
.tile .tile-header h4 {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

table.table {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-collapse: separate;

}

.tile .tile-header .btn {
  padding: 2px 5px;
  margin-right: 0px;
}

.btn.btn-greensea {
  background-color: #e3111a;
  color: color-3;
  border-color: #e3111a;
}

/* inner stylesheet end here */

/* dataTables Here */
/* .dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
} */
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #616f77;
  font-size: 12px;
}

div.dataTables_filter label {
  font-weight: 400;
  float: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  margin-top: 10px;
}

div.dataTables_paginate ul.pagination {
  margin: 2px;
}

.dataTables_wrapper .DTTT {
  margin-bottom: 15px;
  margin-left: 10px;
}

/* dataTables End Here */

/* panel start here  */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-info {
  border-color: #bce8f1;
}

.panel {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel .panel-heading {
  border-radius: 0;
}

.panel-body {
  padding: 15px;
}

#sidebar .panel-group .panel {
  border-radius: 0;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-ef.btn-ef-7:not(.btn-icon-only) i {
  color: rgba(255, 255, 255, 0.5);
}

/* panel end here */

/* form horizontal */
.form-horizontal .form-group {
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}

.bg-tr-black.lter {
  background-color: rgba(0, 0, 0, 0.03) !important;
  color: #616f77 !important;
}

table.table-bordered.dataTable tbody tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}

/* form horizontal end */
/* Chosen */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  /* display: inline; */
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear,
      50% 0%,
      50% 100%,
      color-stop(1%, #eeeeee),
      color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices {
  background: color-3;
  border-color: #dbe0e2;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 2px 12px;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 0px 0;
  padding: 0;
  height: 28px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #bfc7cb;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 100% !important;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.shw-pass {
  position: absolute;
  top: calc(50% - 11px);
  font-size: 19px;
  cursor: pointer;
  right: 7px;
  left: auto !important;
}

.sub-heading {
  margin-bottom: 15px;
  background: #eee;
  padding: 6px 6px;
  border-left: 3px solid var(--color-1);
}

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  font-size: 12px;
  padding: 5px 6px;
  list-style: none;
  display: list-item;
  color: #333;
  cursor: default;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.login-form.page-login-image {
  background: url("../images/login-page/login-bg.jpg");
  position: relative;
  height: 100vh;
}

.login-form.page-login-image:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 110, 173, 0.34);
}

.main-login-form {
  height: 100%;
  margin: 0px auto;
  max-width: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-login {
  padding: 21px 30px 17px 30px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.logo-title {
  text-align: center;
  margin-bottom: 15px;
}

.form-group.submit .btn {
  padding: 14px 25px;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

.lgn-icn {
  position: relative;
}

.lgn-icn>i {
  position: absolute;
  left: 8px;
  top: calc(50% - 7px);
  color: var(--color-1);
}

.lgn-icn input {
  padding-left: 1.5rem;
}

.cpatch-left>a {
  color: var(--color-1);
  font-weight: 600;
  font-size: 13px;
}

.logo-title img {
  max-width: 150px;
}

.logo-title {
  text-align: center;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container .chosen-results li.highlighted {
  background: #798992;
  color: #fff;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 6px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../js/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear,
      50% 0%,
      50% 100%,
      color-stop(20%, #f4f4f4),
      color-stop(50%, #f0f0f0),
      color-stop(52%, #e8e8e8),
      color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%,
      #f0f0f0 50%,
      #e8e8e8 52%,
      #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%,
      #f0f0f0 50%,
      #e8e8e8 52%,
      #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%,
      #f0f0f0 50%,
      #e8e8e8 52%,
      #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%,
      #f0f0f0 50%,
      #e8e8e8 52%,
      #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px color-3 inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice {
  background: #eaeced;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #616f77;
  font-size: 12px;
  padding: 5px 20px 4px 10px;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container-single>.chosen-single {
  display: block;
  border: 1px solid #ced4da;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.uder-doc-inp,
.prcj-list,
.paul-cr {
  position: relative;
  border: 1px solid rgba(20, 110, 173, 0.22);
  padding: 24px 10px 17px;

  background: #fff;
  box-shadow: 1px 1px 3px 2px #c1e3e5;
}

.uder-doc-inp .upld-docmt h3,
.prcj-list h2,
.paul-cr h2,
.paul-cr h3 {
  position: absolute;
  top: -12px;
  background: var(--color-2);
  color: #fff;
  padding: 3px 9px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
  background-image: linear-gradient(to right, var(--color-3) 0%, var(--color-4) 51%, var(--color-3) 100%);
  border-radius: 20px;
}

.uder-doc-inp {
  position: relative;
  background: #fff;
  box-shadow: 1px 1px 3px 2px #c1e3e5;
  border-radius: 5px;
}

.prcj-list {
  position: relative;
  border: 1px solid rgba(20, 110, 173, 0.22);
  padding: 20px 10px 5px;
  background: #fff;
  box-shadow: 1px 1px 3px 2px #c1e3e5;
}

.prjct-dts .prcj-list {
  padding: 20px 3px 5px;
}


.filter-btn {
  background-color: var(--color-3);
  border: 0;
  border-radius: 56px !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  outline: 0;
  padding: 6px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;

}

.filter-btn:before {
  background: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.filter-btn:hover {
  background-color: var(--color-3);
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}



.delete_btn {
  background-color: #ec0a0a;
  border: 0;
  border-radius: 56px !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  outline: 0;
  padding: 6px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;

}

.delete_btn:before {
  background: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.delete_btn:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
  color: #fff;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumb-nial {
  max-width: 150px;
  margin-top: 2px;
}

.prcj-list {
  display: none;
}

/* Chosen end */

/* Modal Here */

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 10px 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 25px;
 }

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
} 

.site-admin-header-wrap {
  transition: 0.10s;
}
/* Modal End Here */

/* datepicker start from here*/
.ui-datepicker-trigger,
.top-right-header .lang-uage {
  display: none;
}

.ui-datepicker .ui-widget-header {
  background: transparent;
  border: 0px none;
  border-bottom: 1px solid #eee;
}

.ui-datepicker .ui-datepicker-title {
  color: var(--color-1);
  font-family: "Quicksand", 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-widget,
.ui-datepicker.ui-widget .ui-state-default {
  color: #333;
}

.ui-datepicker .ui-state-default.ui-state-highlight {
  background: var(--color-1);
  border-color: var(--color-1);
  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;
}

/* datepicker end here */
.search-filter>h5,
.data-list-wrap>h5 {
  position: absolute;
  top: -12px;
  background: var(--color-2);
  color: #fff;
  padding: 3px 9px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
  background-image: linear-gradient(to right, var(--color-3) 0%, var(--color-4) 51%, var(--color-3) 100%);
  border-radius: 20px;
}

.search-filter {
  display: none;
}

.search-filter,
.data-list-wrap {
  position: relative;
  border: 1px solid rgba(20, 110, 173, 0.22);
  padding: 24px 10px 17px;
  background: #fff;
  box-shadow: 1px 1px 3px 2px #c1e3e5;
}

.icons-list>div {
  margin-bottom: 13px;
}

.paul-btn-bar>ul>li>a {
  font-size: 13px;
}

.btn,
.label,
.badge {
  font-family: "Roboto", sans-serif !important;
}

.logo-first-col {
  padding-right: 0px;
}

.app-login-page {
  padding: 0px !important;
}

.bg-color-3 {
  background-color: color-3 !important;
}

.p-15 {
  padding: 15px !important;
}

.w-xxl,
.w-420 {
  width: 420px;
}

.login-body-wrap {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
}

.login-temp-col h2 {
  font-weight: 500;
  margin-top: 0;
  color: #e3111a;
  font-size: 24px;
  margin-bottom: 27px;
}

.ic-inp {
  position: relative;
}

.ic-inp i {
  position: absolute;
  left: 12px;
  top: calc(50% - 8.5px);
  font-size: 17px;
  color: #b5b5b5;
}

.login-body-wrap .form-control {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #dbdbdb;
  background: #fff;
  border-radius: 0;
  padding: 11px 15px 11px 45px;
  height: auto;
  font-style: normal;
}

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

.login-body-wrap button.btn {
  float: none;
  width: 100%;
  border-radius: 30px !important;
  height: auto;
  font-weight: 500;
  padding: 12px 40px 11px 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.fnc-col {
  align-items: center;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #dedada;
  padding: 4px 6px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;

}

.fnc-wrp>h4 {
  margin-bottom: 0px;
  display: inline-block;
  color: #fff;
  line-height: 19px;
  font-size: 19px;
  font-weight: 600;
  padding: 2px 6px;
}

.server_toplist {
  display: inline-block;
  margin-right: 10px;
}

.trn_toplist {
  display: inline-block;
  margin-right: 10px;
  width: 30%;
}

.box-mdlelist .fnc-wrp>h3 {
  margin-bottom: 0px;
  display: inline-block;
  color: #fff;
  line-height: 14px;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 6px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: var(--color-1);

}


.filter-porj-pl .fnc-wrp>h4,
.box-mdlelist .fnc-wrp>h4 {
  margin-bottom: 0px;
  display: inline-block;
  color: #fff;
  line-height: 17px;
  font-size: 15px;
  font-weight: 600;
  padding: 2px 6px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;

}

.filter-porj-pl .fnc-wrp,
.box-mdlelist .fnc-wrp {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;

}

.box-mdlelist .fnc-col,
.filter-porj-pl .fnc-col {
  background: #fad7df;
  border-radius: 5px;
  /* padding-right: 10px; */
  display: flex;
  flex-wrap: wrap;
  box-shadow: none;
  border: 0;
  padding: 0px 10px 0px 0px;
  align-items: center;
}

.ylw-ic {
  background: #ffb22b;
}

.orng-ic {
  background: #f15901 !important;
}

.red-ic>h4 {
  background: var(--color-1);
}

.bl-ic>h4 {
  background: var(--color-2);
}

.ylw-ic>h4 {
  background: #ffb22b;
}

.green-ic>h4 {
  background: #37b837;
}


.fnc-cont>p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 13px;
  color: #333;
}

.ui-widget.ui-datepicker {
  font-family: "Roboto", sans-serif !important;
  z-index: 5 !important;
}

.paul-btn-bar ul li a {
  font-size: 13px;
}

.tooltip-paul {
  position: absolute;
  z-index: 999;
  background: #e82d2d;
  display: none;
  min-width: 192px;
  text-align: center;
  border-radius: 5px;
  padding: 3px 11px;
  top: -55px;
  left: -82px;
  font-size: 12px;
  min-height: 57px;
}

.tooltip-wrap:hover .tooltip-paul {
  display: block;
}

.tooltip-wrap {
  position: relative;
}

.tooltip-paul:after {
  content: "";
  position: absolute;
  bottom: -10px;
  border: 5px solid transparent;
  border-top-color: #e82d2d;
  left: calc(50% - 5px);
}

.tooltip-paul.tl-bt.empl-rem {
  min-height: 40px;
  top: -39px;
  font-size: 13px;
}

.tooltip-paul ul li:last-child {
  float: right;
}

.tooltip-paul ul {
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 15px;
}

.tooltip-paul ul li:first-child {
  float: left;
}

.fnc-cont>h4 {
  margin: 0;
  font-size: 17px;
}

.fnc-cont>h4 {
  margin-bottom: 0;
  font-size: 15px;
}

/* Mega dropdown */
.dropdown-menu.dropdown-menu-mega {
  width: 100%;
  padding: 8px;
  border-top: 3px solid var(--color-1);
}

.dropdown-list4 .dropdown-menu.dropdown-menu-mega {
  width: calc(100% - 0%);
}

.dropdown-list4 .dropdown-menu.dropdown-menu-mega .col-md-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.dropdown-list3 .dropdown-menu.dropdown-menu-mega .col-md-3 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.dropdown-list2 .dropdown-menu.dropdown-menu-mega .col-md-3 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.dropdown-list1 .dropdown-menu.dropdown-menu-mega .col-md-3 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.dropdown-list3 .dropdown-menu.dropdown-menu-mega {
  width: calc(100% - 25%);
}

.dropdown-list2 .dropdown-menu.dropdown-menu-mega {
  width: 400px;
}

.dropdown-list1 .dropdown-menu.dropdown-menu-mega {
  width: calc(100% - 75%);
}

.mega-drpdw-list>h4 {
  margin: 0px 0px 3px;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 5px;
  position: relative;
}

.mega-drpdw-list>ul>li>a {
  color: #333;
}

.mega-drpdw-list ul li a {
  display: block;
  font-size: 13px;
  padding: 6px 1px;
  font-weight: 500;
}

.mega-drpdw-list>ul>li.active>a,
.mega-drpdw-list>ul>li>a:hover {
  color: var(--color-1);
}

.mega-drpdw-list>h4:after {
  content: "";
  position: absolute;
  left: 0;
  width: 19px;
  background: var(--color-1);
  height: 3px;
  bottom: 0;
}

.mega-drpdw-list>ul>li:not(:last-child)>a {
  border-bottom: 1px dashed rgba(195, 195, 195, 0.61);
}

.header-wrap-menu .navbar,
.header-wrap-menu .navbar li.mega-dropdwn-list.dropdown-list2,
.header-wrap-menu .navbar li.mega-dropdwn-list.dropdown-list1 {
  position: relative;
}

.header-wrap-menu .navbar li.mega-dropdwn-list {
  position: inherit;
}

.chosen-search>input {
  width: 100%;
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
}

.steps-note li h4 {
  margin-bottom: 0;
  font-weight: 600;
  color: var(--color-1);
}

.steps-note li p {
  margin-bottom: 0;
}

.steps-note li {
  background: #eee;
  margin-right: 0 !important;
  text-align: center;
  padding: 9px;
}

.steps-note li a {
  color: #333;
}

.header-wrap-menu .navbar li:nth-child(14) .dropdown-menu {
  left: auto;
  right: 0;
}

.header-wrap-menu .navbar li:last-child .dropdown-menu {
  left: auto;
  /* right: 0; */
}

/* .dpdt a:focus~.dropdown-menu{
  display: block;
} */
.inp-icn span,
.inp-icn i {
  position: absolute;
  right: 3px;
  top: calc(50% - 3px);
  color: var(--color-1);
}

.inp-icn {
  position: relative;
}

.fare-details-wrapper>h3 {
  margin: 0;
  background: var(--color-1);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 15px;
}

.fare-details-wrapper {
  background: #fff;
  margin-bottom: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.21);
}

.fare-details-body {
  padding: 10px;
}

.fare-details-body li:after {
  content: "";
  clear: both;
  display: table;
}

.fare-details-body li .fre-rght {
  float: right;
}

.fare-details-body li {
  padding: 5px 2px;
}

.fare-details-body li:after {
  content: "";
  clear: both;
  display: table;
}

.fare-details-body li:not(:last-child) {
  border-bottom: 1px dashed rgba(227, 17, 26, 0.28);
}

.login-paul-wrpper {
  background: url("../images/search-bg.jpg") no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 50px 0px 0px;
}

.login-wrapper-paul {
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
}

.login-head {
  text-align: center;
  border-bottom: 1px dashed rgba(227, 17, 26, 0.25);
  padding-bottom: 10px;
}

.inp-icn .shw-pass {
  font-size: 19px;
  top: calc(50% - 9.5px);
  cursor: pointer;
}

.login-head img {
  max-width: 200px;
}

.refr-cptch {
  color: var(--color-1);
  font-weight: 500;
}

.menu-appl-pages>ul>li>label {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}

.menu-appl-pages>ul>li {
  list-style: none;
  position: relative;
  display: block;
  padding: 11px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.checkbox-custom>i,
.checkbox-custom-alt>i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 4px;
  margin-left: -20px;
  line-height: 1;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.checkbox-custom-alt>i {
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px solid #dfdfdf;
}

.checkbox-custom,
.checkbox-custom-alt {
  padding-left: 20px;
  cursor: pointer;
}

.manage-menu-right .tile-header {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  align-items: center;
}

.manage-menu-right .tile-header .controls {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.manage-menu-right .tile-header .controls li a {
  display: block;
  height: 100%;
  line-height: 43px;
  min-width: 41px;
  padding: 0 10px;
  text-align: center;
  color: #95a2a9;
}

.manage-menu-right .tile-header .controls li {
  border-left: 1px solid #eee;
}

.manage-menu-right .tile-header h1 {
  width: calc(100% - 85px);
  padding-left: 10px;
  font-weight: 600;
  font-size: 16px;
}

.manage-menu-right .tile-header h1 strong {
  font-weight: 600;
}

.border-light-gray {
  border: 1px solid #d6d6d6;
}

.manage-menu-right .well {
  background: #f5f5f5;
  padding: 20px;
}

.main-footer {
  background: #fff;
  padding: 7px 0px;
  border-top: 1px solid #eee;
  font-size: 13px;
  font-weight: 500;
}

.user-pro-header-right .dropdown-menu {
  left: auto;
  right: 0;
}

.breadcrum-right ul li:last-child {
  padding-right: 0;
}

.main-content {
  padding: 20px 0px;
}

.dashboard-wrapper-col>h5 {
  margin-top: 0;
  color: #e3111a;
  font-size: 16px;
  letter-spacing: 0.7px;
  margin-bottom: 0;
  background: #f5f5f5;
  padding: 8px 15px;
  font-weight: 600;
}

.qucik-search-body {
  padding: 10px;
  border: 1px solid #fff;
  background: #fff;
}

.dashbrd-col-wrap>h4 {
  background: var(--color-1);
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 2px 7px;
  margin-bottom: 2px;
}

.dashbrd-col-wrap {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.07);
  background: #fff;
}

.dash-body {
  padding: 4px;
}

.dashboard-main {
  padding: 20px 0px;
}

.card-box-dash {
  padding: 5px 5px;
  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(--color-1);
  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;
}

.page-inner-content-here {
  background: #fff;
  padding: 10px 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.11);
}

.main-content-col {
  padding: 0px 0px;
  border-top: 0px solid #e0e0e0;
  margin: 0px 0px 30px;
}

.fix_pagination {
  text-align: left;
}

.ui-datepicker .ui-datepicker-prev span.ui-icon {
  background: url("../images/prev.png") no-repeat;
  background-size: contain;
}

.ui-datepicker .ui-datepicker-next span.ui-icon {
  background: url("../images/next.png") no-repeat;
  background-size: contain;
}

.chosen-container.chosen-container-multi {
  width: 100% !important;
}

.heading-3 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin-bottom: 14px;
  background: #fff;
}

.heading-3:after {
  content: "";
  position: absolute;
  left: 0;
  width: 17px;
  height: 3px;
  background: var(--color-1);
  bottom: 0;
}

.blockquote {
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 3px rgb(0 0 0 / 48%);
  border-left: 3px solid var(--color-2);
}

.blck-quote footer {
  border: 1px solid #eee;
  background: aqua;
  padding: 4px 6px;
  margin-bottom: 2px;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
}

.blck-quote p:empty {
  display: none;
}

.warning_td {
  background: #f0ad4e !important;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}

.success_td {
  background: #66bb6a !important;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}

.danger_td {
  background: #d9534f !important;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}

.danger_high_td {
  background: #e3111a !important;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}

.hold_td {
  background: #f55e18 !important;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}

td.warning_td a,
td.success_td a,
td.danger_td a,
td.primary_td a,
td.success_td a,
td.secondary_td a {
  color: #fff;
  display: inline-block;
  padding: 10px 4px;
  width: 100%;
  text-align: center;
}

td.warning_td,
td.success_td,
td.danger_td,
td.primary_td,
td.success_td {
  padding: 0px !important;
}

.primary_td {
  background: #337ab7 !important;
  color: #fff;
  border-radius: 5px;
}

td.secondary_td {
  background: #06bdd1 !important;
  color: #fff !important;
  padding: 0px !important;
  text-align: center;
}

.chosen-container.chosen-container-single {
  width: 100% !important;
}

.bp_project_amount_data_put img {
  max-width: 250px !important;
  height: auto !important;
}

.user-list-info {
  box-shadow: 1px 1px 3px 2px #c1e3e5;
  background: #fff;
}

.user-list-info li {
  padding: 5px 4px;
}

.user-list-info li:not(:last-child) {
  border-bottom: 1px dashed rgba(227, 17, 26, 0.1);
}

.date-user-lst>.nav-tabs {
  display: flex;
  flex-wrap: wrap;
}

.date-user-lst>.nav-tabs>li>a {
  color: #333;
  padding: 4px 8px;
  position: relative;
  border-bottom: 2px solid transparent;
  font-size: 13px;
  font-weight: 500;
}

.date-user-lst {
  border-bottom: 1px solid #c9c8c8;
  margin-bottom: 15px;
}

.date-user-lst>.nav-tabs>li>a>i {
  margin-right: 4px;
}

.date-user-lst>.nav-tabs>li.active>a {
  color: var(--color-2);
  border-bottom-color: var(--color-2);
}

.doc-col-body>i {
  font-size: 3rem;
  position: absolute;
  right: 1.5rem;
  color: #eee;

}

.doc-col-body>h4 {
  font-weight: 600;
  margin-bottom: 2px;
  border-bottom: 1px dashed #eee;
  padding-bottom: 7px;
}

.doc-col-body>h5 {

  margin-bottom: 0;
  font-size: 15px;
}



.doc-col.doc-us-r h5 {
  margin-bottom: 0;
  font-size: 14px;
}

.doc-col-body {
  text-align: center;
}

.doc-col.doc-us-r {
  border-top: 1px dashed #dbd8d8;
}

.doc-col.doc-us-r h3 {
  font-weight: 600;
  font-size: 14px;
  margin: 0px;
}

.page-wrap.send-cpy-col {
  background: #f2f2f2;
  padding: 7px;
}

.page-wrap.send-cpy-col>h4 {
  color: var(--color-1);
  border-bottom: 1px dashed;
  padding-bottom: 4px;
}

.send-cyp-body input[type="checkbox"] {
  margin: 0px 3px;
  vertical-align: middle;
}

.booking-counting-col a {
  display: block;
}

.booking-counting-col {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  padding: 0.5rem;
}

.card-header.card-header-icon {
  position: relative;
  padding-left: 5rem;
  text-align: right;
}

.card-header-icon .card-category {
  margin-bottom: 0;
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

.card-header-icon .card-title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 21px;
  color: var(--color-2);
}

.card-footer {
  text-align: center;
  border-top: 1px solid #eee;
  margin-top: 5px;
  padding-top: 5px;
  color: #333;
  font-weight: 500;
  font-size: 12px;
}

.card-header.card-header-icon .card-icon {
  position: absolute;
  left: 0;
  font-size: 2rem;
}

.paul-clmn {
  margin-bottom: 25px;
}

.sidebar-nav-menu {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.17);
}

.panel-body.paul-admin-temp.monitor-page-temp {
  padding: 0;
}

.moniter-view-wrap {
  padding: 10px 0px;
}

.sidenav-body-menu .panel-heading,
.sidenav-body-menu .panel-body {
  padding: 0;
}

.sidenav-body-menu .panel-heading h3 {
  margin-bottom: 0;
}

.sidenav-body-menu .panel-heading h3 a {
  font-weight: 600;
  font-size: 17px;
  display: block;
  background: var(--color-1);
  color: #fff;
  padding: 5px 8px;
  position: relative;
}

.sidenav-body-menu>ul>li:not(:last-child)>a {
  border-bottom: 1px dashed rgba(227, 17, 26, 0.13);
}

.sidenav-body-menu>ul>li>a {
  font-size: 13px;
  display: block;
  color: #333;
  padding: 4px 8px;
  position: relative;
}

.sidenav-body-menu .panel.panel-default {
  border: 0px none;
}

.sidenav-body-menu .panel.panel-default {
  border: 0px none;
  margin-bottom: 10px;
}

.sidenav-body-menu .panel-heading h3 a[aria-expanded="false"]:after,
.sidenav-body-menu .panel-heading h3 a[aria-expanded="true"]:after {
  content: "";
  position: absolute;
  font-family: FontAwesome;
  right: 4px;
  font-size: 12px;
  top: calc(50% - 9px);
}

.sidenav-body-menu .panel-heading h3 a[aria-expanded="false"]:after {
  content: "\f067";
}

.sidenav-body-menu .panel-heading h3 a[aria-expanded="true"]:after {
  content: "\f068";
}

.tooli_img {
  display: none;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.21) 0px 0px 3px;
  top: 37px;
  padding: 7px;
  z-index: 99;
  min-width: 600px;
  font-size: 12px;
  background: #337ab7;
}

.bp_ajax_data_div_hover {
  display: none;
  position: absolute;
  box-shadow: rgb(0 0 0 / 21%) 0px 0px 3px;
  top: 37px;
  padding: 7px;
  z-index: 1;
  left: -40%;
  font-size: 12px;
  background:#fff;
  max-height: 500%;
  overflow: scroll;
}


.table .table {
  background: #fff;
}

.wkd a {
  width: auto !important;
  color: #fff !important;
}

table tr .td-h {
  padding: 0.4rem !important;
}

.select-work.wkd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.select-work.wkd .form-control {
  height: 20px;
  padding: 0;
}

.tool-last.tooli_img {
  left: auto;
  right: 0;
}

.vt-md a {
  vertical-align: top;
}

.modal-form-body {
  padding: 1rem;
}

.inner_form_wrap .chosen-container-single .chosen-single div {
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.text-white {
  color: #ffffff;
}

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

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

.bg-dark-red {
  background-color: #eb5151 !important;
}

.bg-dark-red a {
  color: #fff !important;
}

/* ======================== */
#bs_example_navbar_collapse_1,
#bs_example_navbar_collapse_1 ul,
#bs_example_navbar_collapse_1 ul li,
#bs_example_navbar_collapse_1 ul li a,
#bs_example_navbar_collapse_1 #head-mobile {
  border: 0;
  list-style: none;
    position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#bs_example_navbar_collapse_1:after,
#bs_example_navbar_collapse_1>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

#bs_example_navbar_collapse_1 #head-mobile {
  display: none
}

#bs_example_navbar_collapse_1>ul>li {
  float: left
}

#bs_example_navbar_collapse_1>ul>li.has-sub>a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: ''
}

#bs_example_navbar_collapse_1>ul>li.has-sub>a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
}

#bs_example_navbar_collapse_1>ul>li.has-sub:hover>a:before {
  top: 23px;
}

#bs_example_navbar_collapse_1 ul ul {
  position: absolute;
  left: -9999px;
  width: 100%;
}

#bs_example_navbar_collapse_1 li:hover>ul {
  left: auto
}

#bs_example_navbar_collapse_1 li:hover>ul>li {
  height: 35px
}

#bs_example_navbar_collapse_1 ul ul ul {
  right: -100%;
  top: 0
}
#bs_example_navbar_collapse_1 ul li:last-child ul ul{
  right: 100%;
  top: 0
}
#bs_example_navbar_collapse_1 ul li:nth-last-child(2) ul ul {
  right: 100%;
  top: 0
}
#bs_example_navbar_collapse_1 ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 180px;
  font-size: 12px;
  text-decoration: none;
  color: #ddd;
  font-weight: 400;
}

#bs_example_navbar_collapse_1 ul ul li:last-child>a,
#bs_example_navbar_collapse_1 ul ul li.last-item>a {
  border-bottom: 0
}

#bs_example_navbar_collapse_1 ul ul li:hover>a,
#bs_example_navbar_collapse_1 ul ul li a:hover {
  color: #fff
}

#bs_example_navbar_collapse_1 ul ul li.has-sub>a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #000;
  content: ''
}

#bs_example_navbar_collapse_1 ul ul li.has-sub>a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  content: '';
}

#bs_example_navbar_collapse_1 ul ul>li.has-sub:hover>a:before {
  top: 17px;
  height: 0
}

#bs_example_navbar_collapse_1 ul ul ul li.active a {
  border-left: 1px solid #333
}

#bs_example_navbar_collapse_1>ul>li.has-sub>ul>li.active>a,
#bs_example_navbar_collapse_1>ul ul>li.has-sub>ul>li.active>a {
  border-top: 1px solid #333
}

.navbar_toggle_xs {
  display: none;
}

@media screen and (max-width:767px) {
  .navbar_toggle_xs {
    display: block;
  }

  .navbar_toggle_xs {
    background: var(--color-1);
    color: #fff;
    border: 0px none;
    padding: 4px 11px;
    font-size: 15px;
    border-radius: 6px;
    margin-left: 10px;
    line-height: 15px;
  }

  .drop_sec_srdv :after {
    padding-left: 4px;
    content: "\f107";
    font-family: FontAwesome;
    font-weight: 500;
  }

  .drop_sec_srdv :after {
    right: 17px;
    position: absolute;
  }

  #bs_example_navbar_collapse_1 {
    width: 100%;
    margin-top: 10px;
  }

  #bs_example_navbar_collapse_1 ul {
    width: 100%;
    display: none
  }

  #bs_example_navbar_collapse_1 ul ul li,
  #bs_example_navbar_collapse_1 li:hover>ul>li {
    height: auto
  }

  #bs_example_navbar_collapse_1 ul li a,
  #bs_example_navbar_collapse_1 ul ul li a {
    width: 100%;
    border-bottom: 0
  }

  #bs_example_navbar_collapse_1>ul>li {
    float: none
  }

  #bs_example_navbar_collapse_1 ul ul,
  #bs_example_navbar_collapse_1 ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left
  }

  #bs_example_navbar_collapse_1>ul>li.has-sub>a:after,
  #bs_example_navbar_collapse_1>ul>li.has-sub>a:before,
  #bs_example_navbar_collapse_1 ul ul>li.has-sub>a:after,
  #bs_example_navbar_collapse_1 ul ul>li.has-sub>a:before {
    display: none
  }

  #bs_example_navbar_collapse_1 #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700
  }

  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }

  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: ''
  }

  .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: ''
  }

  .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  /* #bs_example_navbar_collapse_1 .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;height:46px;width:100%;cursor:pointer}
#bs_example_navbar_collapse_1 .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background: #000;content:''}
#bs_example_navbar_collapse_1 ul ul .submenu-button:after{top:15px;right:13px}
#bs_example_navbar_collapse_1 .submenu-button.submenu-opened:after{background:#fff}
#bs_example_navbar_collapse_1 .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background: #000;content:''}
#bs_example_navbar_collapse_1 ul ul .submenu-button:before{top:12px;right:16px}
#bs_example_navbar_collapse_1 .submenu-button.submenu-opened:before{display:none} */
  #bs_example_navbar_collapse_1 ul ul ul li.active a {
    border-left: none
  }

  #bs_example_navbar_collapse_1>ul>li.has-sub>ul>li.active>a,
  #bs_example_navbar_collapse_1>ul ul>li.has-sub>ul>li.active>a {
    border-top: none
  }

  .nav.navbar-nav>li>a:not(:only-child):after,
  .nav.navbar-nav>li>a:visited:not(:only-child):after {
    right: 17px;
    position: absolute;
  }
}

#navigation {
  display: block !important;
}

.nav_section_airo {
  text-align: center;
}

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

.nav_section_airo ul li {
  display: inline-block;
  padding: 0 8px;
}

.ic-btn i {
  padding-right: 3px;
}

.fnc-cont {
  padding-left: 4px;
}

.control-checkbox input {
  margin-left: 5px;
}

.sec_button_name {
  padding: 4px 6px;
  color: #fff;
  margin: 0 0 3px;
}

.class_images_left {
  float: none !important;
}

.class_images_main img {
  height: 260px;
  width: 100%;
}

.btn-block {
  display: block;
}

.btn-padding-2 {
  padding: 2px;
}

.fncyellow-wrp {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.fncyellow-wrp>h4 {
  margin-bottom: 0px;
  display: inline-block;
  color: #fff;
  line-height: 19px;
  font-size: 19px;
  font-weight: 600;
  padding: 2px 6px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;

}


/*my css 2023--*/


.address-overflow {
  cursor: pointer;
  white-space: nowrap;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;

}

.show-less p {
  max-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 1s;
}

.border-0 {
  border: 0px;
}

.hide_btn {
  display: none;
}

.show-btn,
.less-btn {
  font-size: 11px;
  font-weight: 600;
  /* text-transform: uppercase; */
  color: #146ead;
}

.manager-overflow {
  cursor: pointer;
  white-space: nowrap;
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.status-overflow {
  cursor: pointer;
  white-space: nowrap;
  width: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.msg-overflow {
  cursor: pointer;
  white-space: nowrap;
  width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.company-overflow {
  cursor: pointer;
  white-space: nowrap;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.email-overflow {
  cursor: pointer;
  white-space: nowrap;
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.type-overflow {
  cursor: pointer;
  white-space: nowrap;
  width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 6px;
  border-top: 1px dashed #bfbaba;
  color: #146ead;
  line-height: 12px;
  padding-top: 3px;
  font-size: 12px;
}

.source-overflow {
  cursor: pointer;
  white-space: nowrap;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ckeditor {
  display: -webkit-box;
  width: 100px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}


.detail2-overflow {
  cursor: pointer;
  white-space: nowrap;
  width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sms-overflow {
  cursor: pointer;
  white-space: nowrap;
  width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.action-overflow {
  cursor: pointer;
  white-space: nowrap;
  width: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.action4-overflow,
.action3-overflow,
.action2-overflow,
.action1-overflow {
  cursor: pointer;
  white-space: nowrap;
  width: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}


.name-overflow {
  cursor: pointer;
  white-space: nowrap;
  width: 178px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.naam-overflow {
  cursor: pointer;
  white-space: nowrap;
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.date-overflow {
  cursor: pointer;
}

.remark-overflow {
  cursor: pointer;
  white-space: nowrap;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pop-overflow {
  cursor: pointer;
  white-space: nowrap;
  width: 310px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.project-overflow {
  cursor: pointer;
  white-space: nowrap;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.ui-tooltip {
  max-width: 450px;
  min-width: 80px;
}


.ui-tooltip,
.arrow_t:after {
  background: black;
  border: 1px solid color-3;
}

.ui-tooltip {
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 7px black;
  font-size: 13px;
  line-height: 15px;
  padding: 4px 7px;
  text-transform: lowercase;
}

.arrow_t {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 25px;
  margin-left: -35px;
  bottom: -16px;
}

.arrow_t.top {
  top: -16px;
  bottom: auto;
}

.arrow_t.left {
  left: 20%;
}

.arrow_t:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-------tabble th fixed---*/

.tableContainer {
  width: 100%;
  /* overflow: auto; */
}

.tableContainer table {
  width: 100%;
  border: 0px;
  border-collapse: collapse;
}


.tableContainer table th {
  background-image: linear-gradient(to right, var(--color-3) 0%, var(--color-4) 51%, var(--color-3) 100%);
  outline: 2px solid rgb(255, 255, 255);
  color: #fff;
  text-align: center;
  border: 0px;
  border-radius: 5px;
  z-index: 1;
}

.tableContainer tr {
  border-collapse: collapse;
  border: 0px solid #f5f5f5;
}

.tableContainer td {
  border-collapse: collapse;
  border: 1px solid #c1c1c1;

}

.tableContainer table tr:nth-child(even) {
  background-color: #ededed;
}

.tableContainer table tr:nth-child(odd) {
  background-color: #fff;
}



/*-------tabble th fixed end---*/

.footer_fixed_bottom {

  background: #aac3fc;
  padding: 3px 0px;
  border-top: 1px solid #eee;
  font-size: 13px;
  font-weight: 500;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;

}

.top-right-header li a span.drop_d {

  padding-left: 3px;
}

.id_btn {
  padding: 2px 5px;
  border-radius: 3px;
  background: #fff;
  color: #111;
  font-size: 11px;
  line-height: 12px;
  box-shadow: 1px 1px 3px 2px #c1e3e5;
}

.id_btn:hover {

  color: #111;

}

.status_btn {
  padding: 2px 5px;
  font-size: 11px;
  line-height: 12px;

}


.nav_section_airo ul li a {
  color: #111;
}

.header-wrap-pg {
  background: #f7eda6;
  color: #111;
  padding: 0px 15px;
}

.header-wrap-pg .page-head-lt h2 {
  display: none;
}

.header-wrap-pg .breadcrum-right ul li a,
.header-wrap-pg .breadcrum-right ul li {
  color: #111;
}

.header_wrap_back .page-head-lt h2 {
  color: #111;
  opacity: 0;
}

.header_wrap_back .breadcrum-right ul li a,
.header_wrap_back .breadcrum-right ul li {
  color: #111;
}

#navigation>li {
  margin: 8px 2px;
}


#navigation>li>a {
  font-weight: 500;
  position: relative;
  display: table;
  padding: 3px 5px;
  font-size: 12px;
  transition: all 0.2s linear;
  color: #000;
  border-radius: 100px;
  background: #ffffff;
  line-height: 15px;
  box-shadow: 1px 1px 3px 2px #c1e3e5;
}

#navigation>li>a>i {
  display: block;
  line-height: 15px;
  margin: auto;
}

.user_name_wrap .xs_button_section {
  padding-left: 0;
  text-transform: capitalize;

  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #fff;
  position: relative;
  background-image: linear-gradient(to right, var(--color-2) 0%, var(--color-5) 100%);

  border-right: 0;
  display: flex;
  justify-content: center;
}




#header .user_name_wrap .nav-right>li>a {
  color: #fff;
}

.branding-logo {
  position: absolute;
  top: -11px;
  z-index: 10;
}

.branding-logo a img {
  padding: 0px 5px;
  max-width: 100%;
  height: 36px;
}


.breadcrum-right ul.list-inline li {
  margin-right: 0px;
}

.branding-logo a {
  position: relative;
  /* width: 144px;
  left: 15px;
  top: -4px; */
}

.pagination>li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination>li:last-child a {

  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}


.crm-body-wrap-col {
  height: auto;
  padding: 0px 0px;
  box-shadow: none;
}


.querydetail_table {
  border: 1px solid #fff;
}

.querydetail_table .form-control {
  height: 20px;
  line-height: 20px;
  padding: 0px 2px;
}

.querydetail_table textarea.form-control {
  height: 55px;
}

.querydetail_table thead th,
.querydetail_table thead td {
  border: 1px solid #fff;
  font-size: 13px;
  vertical-align: middle;
}

.querydetail_table.table {
  border-collapse: collapse;
}

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

.detail_feild_followup div:nth-child(1) {

  flex-basis: 39%;
}

.detail_feild_followup div:nth-child(2) {
  flex-basis: 60%;
  margin-left: 1%;
}

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

.detail_feild_view div {

  flex-basis: 93%;
}

.detail_feild_view div+div {
  flex-basis: 6%;
  margin-left: 1%;
}

.detail_heading-3 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin-bottom: 9px;
  padding-left: 20px;
  background: #f6cece;
  background-image: linear-gradient(to right, var(--color-3) 0%, var(--color-4) 51%, var(--color-3) 100%);
  color: #fff;
  border-radius: 5px;
}



#left::-webkit-scrollbar {
  display: none;
}

#left {
  background: #ede8e8;
  height: 100vh;

}

#left .bs-example {

  padding: 5px 5px;

}

.logs_btn {
  background: #8dd3d5;
  display: flex;
  align-items: center;
}

.logs_btn a,
.logs_btn button {
  background: transparent;
  color: #111;
}

.bg_trans {
  background: transparent;
  color: #111;
}



.blck-quote .logs_heading {
  display: flex;
  margin: 0px;
  justify-content: space-between;
  background: var(--color-6);
  font-weight: 500;
  font-size: 13px;

}

.blck-qute-btn-wrap {
  background: #fff;
  padding: 5px 10px;
  box-shadow: 0 0 3px rgb(0 0 0 / 36%);
  border-left: 0px solid #1d619f;
  margin-bottom: 8px;
  border-radius: 5px;
}

.blck-qute-btn-wrap p {
  margin: 0px;
  line-height: 15px;
  font-size: 13px;
}

.follow-up-section {
  border: 1px solid #87b7ba;
  margin-bottom: 13px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.upload-file-wrap input {
  height: auto;

}

input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #1d619f;
  padding: 5px 20px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  transition: .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #0d45a5;
}

.upload-file-wrap {
  display: flex;
  align-items: center;
}

.upload_file {

  width: 25px;
  height: 25px;
  border-radius: 50px !important;
  box-shadow: 2px 2px 2px #c7c3c3;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  padding: 0px;
  margin-left: 10px;
}





.dashbrd-col-wrapp {
  border: 1px solid #ccc8c8;
  border-radius: 5px;
  /* overflow: hidden; */
  position: relative;
}

.dashbrd-col-wrapp .form-control {
  border: 0px;
  border-radius: 5px;


}

.qucik-search-body .row {
  align-items: center;
}

.dashbrd-col-wrapp .dash-body {
  padding: 0px;
}


.dashbrd-col-wrapp>h4 {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 0px 4px;
  margin-bottom: 0px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  margin-top: -7px;
  /* position: relative; */
  background: var(--color-3);
  display: inline-block;
  left: 8px;
  line-height: 14px;
  letter-spacing: 0.5px;

}

.qucik-s {
  margin-top: 0;
  color: #111;
  font-size: 10px;
  letter-spacing: 0.7px;
  margin-bottom: 0;
  /* background: #f5f5f5; */
  /* padding: 14px 0px; */
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
}

.dashboard-main-wrap {

  padding: 20px 0px;
}


.card-head-section {
  display: flex;
  padding: 0px 5px;
}

.card-head-section .icn {
  font-size: 20px;
  width: 35px;
  height: 35px;
  background: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 100px;
}

.dashboard-main-wrap .card-box-dash {
  border-radius: 5px;
  box-shadow: none;
  padding: 0px;
  height: 160px;
  margin-bottom: 20px;
}

.card-box-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 2px 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;

}

.card-bx-right {
  width: calc(100% - 32px);
  text-align: right;
}

.card-bx-right p {
  margin-bottom: 5px;
}


.card-bx-right p:last-child {
  margin-bottom: 0px;
}

.card-bx-right p i {
  font-size: 11px;
}

.card-bx-right p span {
  background: #ffffffb8;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;


}

.card-subbx-right {

  display: flex;
  align-items: center;
  justify-content: end;

}




.dashboard-main-wrap .row div:nth-child(1) .card-box-dash,
.dashboard-main-wrap .row div:nth-child(7) .card-box-dash {

  background: #dae9ef;
  color: #047fb1;
}

.dashboard-main-wrap .row div:nth-child(1) .card-box-title,
.dashboard-main-wrap .row div:nth-child(7) .card-box-title {
  background: #047fb1;
  color: #fff;
}

.dashboard-main-wrap .row div:nth-child(2) .card-box-dash,
.dashboard-main-wrap .row div:nth-child(8) .card-box-dash {
  background: #f4dacb;
  color: #eb6d24;
}

.dashboard-main-wrap .row div:nth-child(2) .card-box-title,
.dashboard-main-wrap .row div:nth-child(8) .card-box-title {
  background: #eb6d24;
  color: #fff;
}

.dashboard-main-wrap .row div:nth-child(3) .card-box-dash,
.dashboard-main-wrap .row div:nth-child(5) .card-box-dash {
  background: #cadccf;
  color: #02591b;
}

.dashboard-main-wrap .row div:nth-child(3) .card-box-title,
.dashboard-main-wrap .row div:nth-child(5) .card-box-title {
  background: #02591b;
  color: #fff;
}

.dashboard-main-wrap .row div:nth-child(4) .card-box-dash,
.dashboard-main-wrap .row div:nth-child(6) .card-box-dash {
  background: #f1cac9;
  color: #ec4d49;
}

.dashboard-main-wrap .row div:nth-child(4) .card-box-title,
.dashboard-main-wrap .row div:nth-child(6) .card-box-title {
  background: #ec4d49;
  color: #fff;
}





/* <!---dashboard--> */


.card {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);
  border-radius: 5px;
  margin-top: 30px;
  height: 170px;
  position: relative;
  z-index: 2;

}

.shadow-dark {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(64, 64, 64, .4) !important;
}


.card-header {
  padding: 10px 10px 0px;
  position: relative;
  z-index: 1;

}

.icon-lg {
  width: 55px;
  height: 55px;
  border-radius: 0.75rem;
  color: #fff;
  line-height: 55px;
  margin-top: -26px;
  position: absolute;
  text-align: center;
}

.icon-lg i {

  font-size: 20px;
  line-height: 55px;
}

.text-end {
  text-align: right !important;
}

.text-sm {
  font-size: 15px;
  font-weight: 600;
  margin: 0px;
  line-height: 25px;
  text-transform: uppercase;
}

hr.horizontal.dark {
  background-image: linear-gradient(90deg, transparent, rgb(255 255 255), transparent);
  border: none;
  height: 1px;
  position: relative;
  z-index: 2;
}

.bg-gradient-dark {
  background-image: linear-gradient(195deg, #42424a, #191919);
}

.bg-gradient-primary {
  background-image: linear-gradient(195deg, #ec407a, #d81b60);
}

.bg-gradient-success {
  background-image: linear-gradient(195deg, #66bb6a, #43a047);
}

.bg-gradient-info {
  background-image: linear-gradient(195deg, #49a3f1, #1a73e8);
}

.card-footer-area {
  padding: 0px 10px;
  position: relative;
  z-index: 2;
}

.card-footer-area span {
  padding: 0px 4px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  /* color: #fff; */
  border: 1px solid #706d6d;
  float: right;
  position: relative;
  z-index: 2;
  margin-left: 5px;
}

.card-footer-area a {
  color: #212529;
  width: 100%;
  display: block;
  font-weight: 500;
  line-height: 17px;
  border-bottom: 1px dashed #9e9c9c;
  padding-top: 5px;
  padding-bottom: 5px;
}

.card-footer-area a:hover {

  background: #beccee;

}

.card-footer-area a:last-child {
  margin-bottom: 0px;
}

.card-subbox-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-footer-area a i {
  font-size: 10px;
  color: #0a427e;
  font-weight: 600;
}


.amount-box {
  text-align: right;
  background: #28a745;
  display: inline-block;
  border-radius: 5px;
  padding: 0px 5px;
  color: #FFD;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 5px;
}


@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1)
  }

  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55)
  }

  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1)
  }
}

.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 0;
}

.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
  background-image: linear-gradient(to top, #fff 20%, #cedcfd 80%);
  /*
  background-image: linear-gradient(to top, #fcfcfc 20%, #a0d2eb8a 80%);
  background-image: linear-gradient(to top, #fcfcfc 20%, #6fc7f4e6 80%);*/
  opacity: 0.7;
}

.bgTop {
  z-index: 15;
  opacity: 0.5;
}

.bgMiddle {
  z-index: 10;
  opacity: 0.75;
}

.bgBottom {
  z-index: 5;
}

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.waveTop {
  background-size: 50% 100px;
}

.waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.waveMiddle {
  background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}

.waveBottom {
  background-size: 50% 100px;
}

.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite;
}

.company_name_td,
.usertype_name_td,
.tax_remark_td,
.tax_detail_td {
  cursor: pointer;
  white-space: nowrap;
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.birthday_list {
  margin-top: 10px;
}

.birthday_list .table thead th, .late_project_list .table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #dee2e6;
  background-image: linear-gradient(to right, var(--color-3) 0%, var(--color-4) 51%, var(--color-3) 100%);
  color: #fff;
  border-radius: 5px;
}


.quick-wrap {
  background: #fff;
  box-shadow: 1px 1px 3px 2px #c1e3e5;
  padding: 0px 5px;
  border-radius: 5px;
}

.wish-btn {
  background: #e3306f;
}

.prcj-list .form-control,
.chosen_feild .chosen-container-multi .chosen-choices,
.chosen_feild .chosen-single {

  border: 0px;

  background: #d9f0f8;
  border-radius: 5px;

}


.typeid {
  display: flex;
  align-items: center;
  justify-content: space-evenly;

}


.inner_form_wrap,
.box_shadow {
  padding: 10px 10px;
  box-shadow: 1px 1px 3px 2px #c1e3e5;
  margin-top: 5px;

}


.paul-cr select.form-control,
.paul-cr input.form-control,
.prcj-list .chosen-container-single .chosen-single,
.inner_form_wrap select.form-control,
.inner_form_wrap input.form-control,
.inner_form_wrap .chosen-container-single .chosen-single,
.paul-cr .chosen-container-single .chosen-single {
  border: 0px;
  background: #d9f0f8;
  border-radius: 5px;
  height: 36px;
}

.inner_form_wrap textarea.form-control {
  border: 0px;
  background: #d9f0f8;
  border-radius: 5px;
  height: 95px;
}


.inner_form_wrap .chosen-container-multi .chosen-choices,
.paul-cr .chosen-container-multi .chosen-choices  {
  border: 0px;
  background: #d9f0f8;
  border-radius: 5px;
  padding: 5px 7px;

}

.data-list-wrap .form-control,
.data-list-wrap .chosen-container-single .chosen-single,
.data-list-wrap .chosen-container-multi .chosen-choices {
  border: 0px;
  background: #d9f0f8;
  border-radius: 5px;
  height: 36px;
  padding: 5px 7px;

}
.bank{
  display: inline-block;
    position: relative;
    font-weight: 400; 
    padding: 0px 10px;   
    color: #fff;
}
.bank:after {
  background: #146ead;
  content: "";
  display: block;
  height: 100%;
  transform: skew(19deg);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  background: -webkit-linear-gradient(45deg, var(--color-1), var(--color-2));
}


@media screen and (min-width: 1200px) {
  .queri_list_sticky-top {
    position: sticky;
    top: 0px;
    z-index: 2;
    background: #fff;
   
  }

  .header-wrap-pg {
    background: #f7eda6;
    color: #111;
    padding: 0px 15px;
    position: sticky;
    top: 37px;
    z-index: 2;
  }

  .detail-overflow {
    cursor: pointer;
    white-space: nowrap;
    width: 250px;
    text-overflow: ellipsis;
  }
}



.list_detail li {
  position: relative;
  display: flex;
  border-bottom: 1px solid #e1e1e1;
  justify-content: space-between;
  box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, .15) !important;
  margin-bottom: 10px;
  padding: 5px 5px 5px 5px;
  border-radius: 5px;
  background-image: linear-gradient(to right, var(--color-2) 50%, var(--color-5));
  color: #fff;
}



.list_detail li label {
  text-transform: uppercase;
}

.com-name {
  font-size: 16px;
  font-weight: 600;
  /* border-bottom: 1px solid #d9d6d6; */
  display: inline-block;
  position: relative;
  color: #000;
  margin: 0;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
}
.com_add{
  width: 85%;
}
.company-sec {
  display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.com_name {
font-size: 15px;
font-weight: 600;
color: #000;
margin-right: 10px;
}

.co_name {
  font-size: 25px;
  font-weight: 600;
  /* border-bottom: 1px solid #d9d6d6; */
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  color: #000;
  margin-top: 0;
  line-height: 25px;
  padding-bottom: 10px;
}

.co_name:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background: #000;
  bottom: 0;
  left: 0;
  transform: skew(44deg);
}


.co_img {
  border: 1px solid #e1dfdf;
  box-shadow: 1px 5px 8px 1px #d5d7d7;
  padding: 5px;
  background: #fff;
  height: 330px;
}

.co_user {
  background: var(--color-1);
  display: inline-block;
  /* color: #fff; */
  padding: 2px 10px;
  font-size: 15px;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 600;
  white-space: nowrap;
}

.user_detail {
  background: #efefef;
  padding: 10px;
  border: 1px solid #dddcdc;
  border-radius: 10px;
}

.user_detail p {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  line-height: 18px;

}

.user_detail p img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
}

.btn-kyc {
  background: #41d8e1;
  color: #fff;
  padding: 0px 4px;
}

.kyc_head {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #d9d6d6;
  text-transform: uppercase;
  position: relative;
  color: #000;
  margin-top: 0;
  line-height: 25px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.kyc_head:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background: #000;
  bottom: 0;
  left: 0;
  transform: skew(44deg);
}
.gst_tbl{
  display: flex;
  flex-wrap: wrap;
}
.gst_list{
  display: flex;
  flex-basis: 49%;
  margin-bottom: 20px;
  background: #b7eaed;
  margin-right: 1%;
  border-radius: 20px 0px 0px 20px;
  padding: 1px 5px;
  align-items: center;
}
.flx-100{
  flex-basis: 100%;  display: flex;
}
.gst_tbl .d-img {
  width: 37px;
  background: #ffffff;
  padding: 7px;
  border-radius: 100px;
  height: 37px;
  /* line-height: 30px; */
  box-shadow: 1px 2px 2px 0px #686868;
}

.gst_tbl .d-text {
 font-weight: 500;
 padding-left: 10px;
 font-size: 13px;
}
.gst_tbl .d-text span{
  font-weight: 600;
  color: #000;
}
.gst_doc{
  display: flex;
  flex-wrap: wrap;
}
.doc-list{
  border: 1px dashed #a3d2d5;
  padding: 8px 10px;
  text-align: center;
  flex-wrap: wrap;
  flex-basis: 48%;
  font-weight: 600;
  font-size: 13px;
  color: #111;
  margin-bottom: 20px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  margin-right: 5px;
  border-left: 2px solid #95d3d7;
  border-right: 2px solid #95d3d7;
}
.doc-icon{
 
}
.doc-icon a{
  color:#000;
}


.kyc_edit_form .control-label {
  position: absolute;
  top: -8px;
  left: 6px;
  background: #23b328;
  color: #fff;
  padding: 3px 5px;
  line-height: 11px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  background-image: linear-gradient(to right, var(--color-3) 0%, var(--color-4) 51%, var(--color-3) 100%);
  z-index: 1;
  margin: 0px;
}

.kyc_edit_form .form-group,
.pos_rel {
  position: relative;
}



input[type=file]::file-selector-button {
  margin-right: 0px;
  border: none;
  background: #111;
  padding: 8px 5px;
  border-radius: 0px;
  color: #000;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  width: 15%;
  text-align: center;
  float: right;
  position: absolute;
  opacity: 0;
  z-index: 2;
  right: 0;

}

input[type=file]::file-selector-button:hover {
  background: #f1f1f1;
}

.upload_icon {
  position: absolute;
  top: 4px;
  right: 8px;
  color: #fff;
  background: var(--color-4);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  z-index: 1;
}

.emp_list li {
  width: 19.6%;
  position: relative;
  /* border: 1px solid #d5d1d1; */
  margin-bottom: 17px;
  padding: 7px 5px;
  height: 35px;
  float: left;
  margin-right: 6px;
  box-shadow: 2px 2px 2px #000;
  box-shadow: 1px 1px 3px 2px #c1e3e5;
  border-radius: 5px;

}

.emp_list li:nth-child(5n+0) {
  margin-right: 0px;

}

.emp_list li label {
  position: absolute;
  top: -7px;
  background-image: linear-gradient(to right, var(--color-3) 0%, var(--color-4) 51%, var(--color-3) 100%);
  display: block;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  line-height: 11px;
  left: 6px;
}

.view_btn {
  background: var(--color-3);
  color: #fff;

}

.view_btn:hover {
  color: #fff;
  background: #069497;
}

.emp-bnk-list li {
  background: #fff;
  box-shadow: 1px 1px 3px 2px #c1e3e5;
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.hrr {
  box-sizing: content-box;
  height: 2px;
  overflow: visible;
  border-top: 1px solid #b7b4b4;
  margin-bottom: 26px;
  color: 111;
  /* background: #222; */
  border-bottom: 1px solid #bdbaba;
}

.emp_table tr th {
  background-image: linear-gradient(to right, var(--color-3) 0%, var(--color-4) 51%, var(--color-3) 100%);
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

.kyc_img {
  height: 160px;
}


.box_wrap,
.box_wrap_right {
  display: inline-block;
  font-weight: 600;
  box-shadow: 2px 2px 2px #000;
  box-shadow: 1px 1px 3px 2px #c1e3e5;
  margin-bottom: 15px;
  border-radius: 5px;
  padding: 2px 2px;
}

.box_wrap span {
  background: #ffd3d3;
  padding: 2px 5px;
  border-radius: 5px;
}

.box_wrap_right span {
  padding: 2px 5px;
  border-radius: 5px;
}

.dlt_project .field_sh {
  height: 20px;
  line-height: 20px;
  padding: 0px 2px;
}


.remark_box textarea {
  height: 40px;
}

.dlt_project {
  background: #e5e2e2;
}

.dlt_project .table-bordered td,
.dlt_project .table-bordered th {

  border: 1px solid #fff;
  font-size: 13px;
}

.dlt_project .table-bordered {
  border-collapse: collapse;
}

.charge_tbl table {
  font-size: 13px;
  border-collapse: collapse;
}

.charge_tbl table th {
  background: var(--color-6);
  border-color: #fff;
  border-radius: 5px;
  text-align: center;
}

.prjc_addbtn {

  position: absolute;
  top: -14px;
  left: 5px;
}

.prjc_addbtn a {
  width: 29px;
  height: 27px;
  background: url(../images/curve_add.png);
  background-size: cover;
  color: #a90404;
  font-size: 13px;
  line-height: 24px;
  transition: 0.5s;
  padding-left: 7px;
  text-align: left;
  display: block;
}

.prjc_addbtn a:hover {
  color: #000;
}

.prjc_addbtn h2 {
  position: relative;
  top: 0;
  float: left;
  margin-right: 1px;

}

.btn-action {
  font-size: 10px;

}

.tr_detail {
  position: relative;
  cursor: pointer;
}

.tr_hover {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px;
  background: #fff;
  display: none;
  box-shadow: 1px 1px 3px 2px #c1e3e5;
  width: 100%;
  z-index: 1;
  min-height: 150px;
  width: 650px;
}

.tr_detail:hover .tr_hover {
  display: block;
}

.tr_hover .table {
  font-size: 11px;
}

.border-collapse .table {
  border-collapse: collapse;

}

.prjc_detail table th {
  white-space: nowrap;
  background: var(--color-6);
  text-align: left;
  border-color: #fff;
  border-radius: 5px;

}

.export_btn {
  position: absolute;
  right: 5px;
  top: -12px;

}

.export_btn a {
  background: #000;
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff;
}

.btn-rounded {
  border-radius: 5px;

}


.kyc_edit_form .chosen-container-multi .chosen-choices {
  padding: 4px 5px;
  border: 1px solid #ced4da;
}

.view_msg {
  font-size: 12px;
  color: var(--color-2);
  font-weight: 500;
}

.tableContainer textarea.form-control {
  height: 25px;
  padding: 5px;
}

.tableContainer .form-control {
  padding: 1px 5px;
  height: 25px;
}
.tableContainer .modal-body textarea.form-control {
  height: auto;

}

.time-in,
.time-out {
  position: relative;

}

.time-in input {
  background: #bcebc0;
  border: 0px;
}

.time-in i,
.time-out i {
  position: absolute;
  top: 3px;
  right: 5px;
  /* line-height: 5px; */
  color: #333;
}

.time-out input {
  background: #f9bebe;
  border: 0px;
}

.bank-remark-bg {
  font-size: 12px;
  background: #f7eda6;
}

.cursor {
  cursor: pointer;
}

.pretty {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 10px;
}

.pretty input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.pretty.p-switch .state {
  position: relative;
}

.pretty.p-switch input:checked~.state:before {
  border-color: #02aab0;
  background-color: #02aab0;
}

.pretty.p-switch .state label {
  text-indent: 2.5em;
}

.pretty .state label {
  margin: 0;
}

.pretty.p-switch .state:before {
  content: '';
  border: 1px solid #bdc3c7;
  border-radius: 60px;
  width: 2em;
  box-sizing: unset;
  height: calc(1em + 2px);
  position: absolute;
  top: 0;
  top: calc((0% - (100% - 1em)) - 16%);
  z-index: 0;
  transition: all .5s ease;
}

.pretty.p-switch input:checked~.state label:after {
  background-color: #fff;
  left: 1em;
}

.pretty.p-switch .state label:after {
  background-color: #51ccd1;
}

.pretty .state label:after {
  content: '';
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  box-sizing: border-box;
  border-radius: 50px;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc((0% - (100% - 14px)) - 8%);
  background-color: transparent;
}

.tablepopup table th {
  background-image: linear-gradient(to right, var(--color-3) 0%, var(--color-4) 51%, var(--color-3) 100%);
  outline: 1px solid rgb(255, 255, 255);
  color: #fff;
  text-align: center;
  border: 0px;
  border-radius: 5px;
  z-index: 1;
}

.pop_header {
  color: #000;
  

  padding: 5px 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  position: relative;
}

.pop-close {
  position: absolute;
  top: -30%;
  right: -13px;
  background: #000;
  opacity: 1;
  border-radius: 100%;
  font-size: 20px;
  width: 30px;
  height: 30px;
}
.pop_header h4{
font-size: 21px;
    font-family: Roboto, sans-serif;
    font-weight: 600;}

    .butt_login {
  background: #e3111a;
}

.butt_login:hover {
  background: #e3111a;
  color: #fff;
}

/* .cell_width td:not(:first-child):not(:last-child){
    width:35px;
    border-radius: 5px;
    padding:0px !important;
  } */

.cell_width td:not(:first-child):not(:last-child) a {


  padding: 0px !important;
}

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

.flex-align .label {
  width: 75px;

}

.contentW {
  cursor: pointer;
  white-space: nowrap;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.short_name {
  margin: 0px;
}

.filter-relat h3 {
  font-size: 18px;
  font-weight: 600;
}


.blockquote-info .blcok-btn {
  background: var(--color-4);
}

.pr_right-align {
  text-align: right;
}

.bs-example-scroll {

  overflow: scroll;
  height: 490px;
  overflow-x: hidden;

}

#left .bs-example::-webkit-scrollbar {
  width: 4px;
}

#left .bs-example::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

#left .bs-example::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-image: linear-gradient(180deg, #1d619f 0%, #1d619f 99%);
  box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}

.queri_list_sticky-top .prcj-list {
  margin-top: 15px;
}

.ui-tooltip {
  word-break: break-all;
}
.fnc-buttons{
  margin-top: 3px;
}

.gr-bg{
  background: #ebeaea;
  padding: 5px;
  border-radius: 3px;
}
.rem-log{
  position: relative;
}
.rem-log input{
  position: absolute;
  left: 0;
  top:0px;
  width:20px;
  height: 20px;
  cursor: pointer;
}
.rem-log label{
  padding-left: 30px;
  font-weight: 500;
  margin: 0;
  line-height: 20px;
  cursor: pointer;
}
.error_chosen {
  color: var(--color-1) !important;
}