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

/* reset stylesheet here */
:root{
  --main-color:#e3111a;
  --secondary-color:#1d619f;
  --white: #fff;
}
*,
*::before,
*::after {
box-sizing: border-box;
}

html {
font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

abbr[title],
abbr[data-original-title] {text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; border-bottom: 0; -webkit-text-decoration-skip-ink: none; text-decoration-skip-ink: none; }
address {margin-bottom: 1rem; font-style: normal; line-height: inherit; }
.list-unstyled, .list-inline, .list{padding-left: 0;list-style: none; margin: 0px 0px 10px}
.list-inline-item, .list-inline li{display: inline-block}
.list-inline-item:not(:last-child), .list-inline li{margin-right: .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: .5rem;margin-left: 0;}
blockquote {margin: 0 0 1rem;}
b, strong {font-weight: bolder; font-family: 'Quicksand', sans-serif;}
small {font-size: 80%;}
sub, sup {position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sub {bottom: -.25em;}
sup {
top: -.5em;
}
a {color: #007bff; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; text-decoration: none; background-color: transparent; }
a:hover {color: #0056b3; text-decoration: none; }
a:not([href]):not([tabindex]) {color: inherit; text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {color: inherit; text-decoration: none; }
a:not([href]):not([tabindex]):focus {outline: 0;}
pre,
code, kbd, samp {font-family: 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: .375rem .75rem; font-size: 14px; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out, box-shadow .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 .2rem rgba(0, 123, 255, .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: 600;font-size: 13px;}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 20px;
  border-left: 5px solid #eee;
}
.blockquote {
  padding: 15px 20px;
  border-left-width: 4px;
  border-radius: 3px;
}
.blck-quote .blockquote-info {
  border-radius: inherit;
  border-color: var(--main-color) !important;
  background: #fff;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.11);
}
.blck-quote .blockquote-info.broder-green {
  border-color: #1ee311 !important;
}
blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
.blck-quote .blockquote-info footer {
  font-size: 14px;
  font-weight: 500;
  color: #6b6b6b;
  margin-bottom: 5px;
}
.blck-quote .blockquote-info p {
  font-size: 15px;
  margin-bottom: 3px;
  font-weight: 500;
}
button {border-radius: 0; }
button:focus {outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }
.btn-success {color: #fff; background-color: #058d24; border-color: #28a745 }
.btn-success:hover {color: #fff; background-color: #199535; 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: #17a2b8; border-color: #17a2b8 }
.btn-info:hover {color: #fff; background-color: #138496; border-color: #117a8b }
.btn-warning {color: #212529; background-color: #ffc107; border-color: #ffc107 }
.btn-warning:hover {color: #212529; background-color: #e0a800; border-color: #d39e00 }
.btn-danger {color: #fff; background-color: #e3111a; border-color: #dc3545 }
.btn-danger:hover {color: #fff; background-color: #c3070f; border-color: #bd2130 }
.btn-light {color: #212529; background-color: #f8f9fa; border-color: #f8f9fa }
.btn-light:hover {color: #212529; background-color: #e2e6ea; border-color: #dae0e5 }
.btn-dark {color: #fff; background-color: #343a40; border-color: #343a40 }
.btn-dark:hover {color: #fff; background-color: #23272b; border-color: #1d2124 }
input, button, select, optgroup, textarea {margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }
.navbar-toggle {background: var(--main-color); color: #fff; border: 0px none; padding: 4px 8px; font-size: 17px; display: none;
line-height: 17px;
border-radius: 5px;
margin-left: 5px;
}
.bg-primary {background-color: #007bff!important}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus,
button.bg-primary:hover {background-color: #0062cc!important}
.bg-secondary {background-color: #6c757d!important}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {background-color: #545b62!important}
.bg-success {background-color: #28a745!important}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {background-color: #1e7e34!important}
.bg-info {background-color: #17a2b8!important}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {background-color: #117a8b!important}
.bg-warning { background-color: #ffc107!important}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {background-color: #d39e00!important}
.bg-danger {
  background-color: #dc3545!important
}

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

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

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

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


a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124!important
}
.badge {display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 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(--main-color);
}
.badge:empty {
  display: none
}

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


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

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

select {
word-wrap: normal;
}

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

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

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

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

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

textarea {
overflow: auto;
resize: vertical;
}

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

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

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

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

[hidden] {
display: none !important;
}
.text-danger {color: #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: .375rem .75rem; font-size: 1rem; line-height: 1.5; border-radius: .25rem; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out } /* reset stylesheet End here */
.btn-sm {padding: 3px 6px;font-size: 13px;}
.btn-com{font-size:13px; padding: 5px 10px; border: 0px none; background: var(--main-color); color: #fff; display: inline-block;}
.table .btn-com{
  padding: 1px 7px;
}
.btn-com:hover, .btn-com.blue{background: var(--secondary-color); color: #fff; }
.flt-btn > .btn-com {padding: 2px 6px; }
.attend-col .form-group {margin-bottom: 0;}
/* Alerts Here */
.alert {position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: .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: .5; }
.alert button.close {background-color: transparent; border: 0; -webkit-appearance: none;cursor: pointer; }
.alert-dismissible .close {position: absolute; top: 0; right: 0; padding: .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: #000; }
.list li a:hover{
color: var(--main-color);
}
.list li:before{
content: '\f0a4';
font-family: FontAwesome;
position: absolute;
left: 0;
color: var(--main-color);
}
/* Alerts End Here */
.container {width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

@media (min-width: 576px) {
.container {
  max-width: 540px;
}
}



@media (min-width: 768px) {
.container {
  max-width: 720px;
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
.flex-xl-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-xl-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-xl-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-xl-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-xl-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-xl-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-xl-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-xl-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-xl-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-xl-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-xl-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-xl-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-xl-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-xl-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-xl-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-xl-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-xl-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-xl-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-xl-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-xl-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-xl-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-xl-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-xl-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-xl-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-xl-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-xl-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-xl-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-xl-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
}
/* Header stylesheet Here */
.top-header-wrap-srdv{box-shadow: 0 2px 4px rgba(0,0,0,.08); background: #fff; -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; top: -20px;}
/* .logo-col img {max-width: 150px;} */
.dropdown {position: relative;}
.header-rght{
  text-align: right;
}
.header-rght a{color: #000;
font-weight: 600;
font-size: 13px;
}

.dropdown-menu, .sub-dropdown-menu, .paul-submenu{
  position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 180px; 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,.15); border-radius: inherit; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); }
.dropdown-menu ul, .paul-submenu ul{display: none;}
.dropdown-menu > li > a , .paul-submenu > li > a{
  display: block; padding: 3px 12px; clear: both; font-weight: 400; line-height: 1.42857143; color: #333; white-space: nowrap; font-size: 13px; }
.dropdown-menu > li:not(:last-child) > a, .paul-submenu > li:not(:last-child) > a{
  border-bottom: 1px dashed rgba(232, 45, 45, 0.13);
}
.paul-submenu > li > a > i {margin-right: 5px; vertical-align: middle; }
.dropdown-menu-last{ left: auto;right: 0px;}

.page-head-bread a {color: var(--main-color);}
.breadcrumb{margin: 0; padding: 0; list-style: none }
.breadcrumb li {display: inline-block; font-size: 12px;}
.page-head-bread a, .page-head-bread .breadcrumb-item+.breadcrumb-item::before{color: #ffffff;}
.page-head-bread .breadcrumb li.active{color: rgba(255, 255, 255, 0.8)}
.breadcrumb-item+.breadcrumb-item::before {display: inline-block; padding-right: .5rem; color: #6c757d; content: "/";}
.page-head-bread .breadcrumb{text-align: right;}
.page-head-paul .page-heading h1 {font-size: 13px;margin-bottom: 0; font-weight: 700; display:none;}
.main-content-col {    margin: 0px 0px 30px;}
.page-head-paul {padding: 1px 3px; background: var(--secondary-color); color: #fff; }
.main-navbar > ul{margin: 0;padding: 0px; list-style: none; display: flex; flex-wrap: wrap;justify-content: center;}
.main-navbar ul{margin: 0;padding: 0; list-style: none;}
.main-navbar ul li{position: relative;margin: 8px 2px;}
.main-navbar > ul > li > a{
display: block;
color: #000;
padding: 3px 4px;
text-decoration: none;
position: relative;
font-size: 13px;
font-weight: 500;
border-radius: 100px;
background: #ffffff;
line-height: 15px;
box-shadow: 1px 1px 3px 2px #c1e3e5;
} 
/* .header-rght{font-family: 'Quicksand', sans-serif;} */
/* .main-navbar > ul > li.dropdown > a:after{content: '\f107';font-family: FontAwesome;font-weight: 500;margin-left: 3px;} */
.main-navbar ul li a:not(:only-child):after, .main-navbar ul li a:visited:not(:only-child):after {padding-left: 4px; content: '\f107'; font-family: FontAwesome; font-weight: bold; font-size: 12px;}
.main-navbar ul ul li a:not(:only-child):after, .main-navbar ul ul li a:visited:not(:only-child):after{content: '\f105'; position:  absolute; right: 3px; }
.main-nav ul a{display: block; padding: 8px 12px; font-size: 12px; font-weight: 500; color: #505050;}
.main-nav ul li{margin:0px;}
.main-navbar > ul > li > a:hover, .main-navbar ul ul li a:hover{background: var(--main-color);color: #fff;}
.main-navbar > ul > li > a > i{margin-right: 3px;}
.main-navbar > ul > li > ul{margin: 0;}
.main-navbar  ul{border: 0px none;}

.main-navbar .dropdown-menu li  a{color: #333;}
.main-navbar > ul > li:hover > ul >  li:hover > ul{top: 0; left: 100%; display: block; }
.main-navbar > ul > li:hover > ul > li > ul > li:not(:last-child) > a {border-bottom: 1px dashed rgba(247, 63, 63, 0.17);}
.main-navbar > ul > li:last-child:hover > ul >  li:last-child:hover > ul, .main-navbar > ul > li:nth-last-child(2):hover > ul{
left: auto;
right: 0;
}
.main-navbar > ul > li:last-child:hover > ul >  li:hover > ul,  .main-navbar > ul > li:last-child:hover > ul >  li:last-child:hover > ul{
left: auto;
right: 100%;
}
/* Header stylesheet End Here */
/* table start */
.table {width: 100%; background-color: transparent; }
.table td, .table th {padding: 0.2rem; vertical-align: top; border-top: 1px solid #dee2e6; }
.table thead th {vertical-align: bottom; border-bottom: 1px solid #dee2e6;}
/* .table tbody th {border-bottom: 1px solid #dee2e6 !important;} */
th {text-align: inherit;}
.table td {vertical-align: middle;}
.table-bordered td, .table-bordered th {
  border: 1px solid #b0b4b6;
}
table p{margin-bottom: 0;}
.table-striped tbody tr:nth-of-type(odd) {background-color: rgba(0,0,0,.05);}
.table-hover tbody tr:hover {background-color: rgba(0,0,0,.075);}
/*table start end */
/* datepicker start from here*/
.ui-datepicker-trigger{display: none}
.ui-datepicker .ui-widget-header{background: transparent; border:0px none; border-bottom: 1px solid #eee;}
.ui-datepicker .ui-datepicker-title{color: var(--main-color);font-family: '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-state-default.ui-state-highlight{background: var(--secondary-color); border-color: var(--secondary-color); color: #fff;}
.slider-range input {text-align: center;font-weight: 600;font-size: 16px;}
.ui-slider-horizontal.ui-slider{height: 4px;}
.ui-slider .ui-slider-handle{cursor: pointer; top: -15px; background: #fff; border: 2px solid #e6e4eb; width: 30px; border-radius: 50%; height: 30px; display: flex; align-items: center; justify-content: center; }
.ui-slider .ui-slider-handle:after{content: ""; display: block; width: 20px; height: 20px; border-radius: 1.125rem; box-shadow: inset 0 0 0 0.0625rem #ccc9d4; }
.label-default {
  background-color: #777
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

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

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

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

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

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

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

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

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

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

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

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

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c
}
.ui-slider .ui-slider-handle:focus{
  outline: none;
}
.header-rght .dropdown-menu > li > a{padding: 7px 15px;}
.header-rght .dropdown-menu > li > a:hover{background: var(--main-color);color: #fff;}
/*datepicker end here*/
/* Dashboard start from here */
.card {box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1); background: #fff; padding: 0px 8px;position: relative;}
.card-header {position: relative;}
.card-header-icon {padding-left: 4rem; text-align: right; }
.card-icon {font-size: 3.125rem; position: absolute; left: 0; }
.card-header-icon > p {    margin-bottom: 3px;
  color: #333;}
.card-header-icon > h3 {margin-bottom: 0;}
.card-footer {border-top: 1px solid #eeeeee; padding: 0.5rem 0 0; font-weight: 400; color: #6c757d; margin-top: 0.8rem; font-size: 13px; }
.crm-body-wrap-col {padding: 0px 0px;}
.custom-tab-wrap > ul {
  margin-bottom: 11px;
}
.custom-tab-wrap > ul > li > a {
  color: #333;
  display: block;
  border: 1px solid #b3b3b3;
  padding: 3px 10px;
  font-weight: 500;
}
.custom-tab-wrap > ul > li.active{
  background: var(--main-color);
  color: #fff;
}
.custom-tab-wrap > ul > li.active a{
  color: #fff;
}
.custom-tab-wrap > ul {
  margin: 0px;
  margin-bottom: 11px;
  padding: 0px;
}
.custom-tab-wrap > ul > li{
display: inline-block;
}
.custom-tab-wrap > ul > li>a:hover{
background: var(--main-color);
color: #fff;
border-color: var(--main-color);
}
.all-rght {text-align: right;}
.noticat-wrap {background: #fff; margin-bottom: 24px; border: 1px solid #ececec; }
.site-footer {
  background: #aac3fc;
  padding: 3px 0px;
  border-top: 1px solid #eee;
  font-size: 13px;
  font-weight: 500;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;}

.notification-btn ul li:nth-child(1) {
    background-image: linear-gradient(to right, #029666, #2ee5a9); 
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
}
.notification-btn ul li:nth-child(2) {    
    background-image: linear-gradient(to right, #f66d30 , #f0a35d );
    box-shadow: 0px 15px 20px rgb(249 201 168);
}
.notification-btn ul li:nth-child(3) {
  background-image: linear-gradient(to right, #43b200, #72cd7b);
  margin-right: 0px;
  box-shadow: 0px 15px 20px rgb(243 172 184);
}
.notification-btn ul li:nth-child(4) {  
  background-image: linear-gradient(to right, #f93c5c , #ff8a9d ); margin-right: 0px;
  box-shadow: 0px 15px 20px rgb(243 172 184);
}


 .notification-btn ul li:hover {
    animation: pulse 1s infinite;
    transition: .3s;
  }
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    70% {
      transform: scale(.9);
    }
      100% {
      transform: scale(1);
    }
  }

.notification-btn ul li {
display: inline-block;
border-radius: 10px;
margin-right: 10px;
width: 24%;
}
.btn-icon{padding: 25px 12px 25px 50px;
font-size: 20px;
display: block;
color: #fff;
position: relative;
border-radius: 5px;
overflow: hidden;
font-weight: 700;
font-family: 'Quicksand', sans-serif;
letter-spacing: 0;
line-height: 21px;
text-transform: uppercase;
width: 250px; }

.btn-icon i{font-size: 28px;
position: absolute;
top: 33%;
left: 10px; }
.booking-counting-col .wrk-wrap {position: absolute; top: 0; width: 100%; left: 0; height: 100%; }

.btn-icon.blue, .btn-icon:hover{
color: #fff;
}

.ntcfn-cnt {
  height: auto; margin: 10px 0px; background: #fff1f1; border-left: 1px solid #ececec; min-height: 125px; padding-left: 25px; padding-top: 7px;    padding-bottom: 7px;position: relative;}
/* .view-all {position: absolute; right: 1px;top: 5px;} */
.ntcfn-cnt > h2, .heading-2{font-size: 19px; position: relative; padding-bottom: 3px; }
.ntcfn-cnt > h2:after, .heading-2:after{content: ''; position: absolute; left: 0; width: 10px; bottom: 0px; height: 3px; background: var(--main-color); }
/* Dashboard edn from here */

/* innerpage css style start from here */
.attend-col {background: #f5f5f5; margin-bottom: 25px; padding: 10px 5px; }
.page-inner-content-here {     background: #fff;  padding: 10px 10px;     box-shadow: 1px 1px 3px 2px #c1e3e5; }
.fnc-col {border: 1px solid #eee; position: relative; display: flex; flex-wrap: wrap; align-items: center; padding: 6px 9px; }
.fnc-wrp h4 {margin: 0; color: #fff; padding: 4px 10px; font-size: 16px; }
.red-ic {background: var(--main-color);}
.fnc-cont {margin: 0 auto;}
.fnc-cont p {margin-bottom: 0; font-weight: 600; font-size: 12px; }
.bl-ic {background: var(--secondary-color);}
.ylw-ic {background: #ffb22b;}
.user-details, .prcj-list {position: relative; border: 1px solid rgba(20, 110, 173, 0.22); padding: 25px 10px 10px; background: #fff;box-shadow: 1px 1px 3px 2px #c1e3e5; }
.user-details > h5, .prcj-list > h2{margin-bottom: 0; display: inline-block; color: #fff; padding: 3px 6px; font-size: 14px; position: absolute; font-weight: 600; top: -10px;   background: linear-gradient(to right, var(--main-color) 0%, var(--secondary-color) 100%) !important; border-radius: 7px 0px;
}
.inner_form_wrap{
  position: relative;  border: 1px solid rgba(20, 110, 173, 0.22); padding: 10px 10px ; background: #fff;box-shadow: 1px 1px 3px 2px #c1e3e5; 

}
.inner_form_wrap .form-control, .user-details .form-control, .inner_form_wrap .chosen-container-multi .chosen-choices{
  border: 0px;
  background: #d9f0f8;
  border-radius: 5px;
  height: 36px;
}
.user-details h5 i{
  margin-right: 4px;
}
.paul-clmn {
  margin-bottom: 30px;
}
.sidenav-body-menu > ul > li.active > a {
  color: #dd0303;
}
.tp-btn {margin-bottom: 16px;}
.dt-ic{
  position: relative;
}
.dt-ic i {
  position: absolute;
  right: 6px;
  top: calc(50% - 7px);
  color: var(--main-color);
}
.transaction-filter {background: #f7f7f7; display: none; padding: 20px 20px 0px; margin-bottom: 10px; border: 1px solid #eee; }
.custom-flt-form{padding: 15px 0px;}
.hasDatepicker{
  cursor: pointer;
}
/* innerpage css style end from here */
/*modal start from here*/
/* modal Popup Here */

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

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


/* The Close Button */
.modal-header .close {
  float: right; font-size: 28px; font-weight: bold; line-height: normal;}

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

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

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

.star-tags {margin-bottom: 16px;
  background: #c3e6ff;
  border-bottom: 1px dashed #45a6eb;
  border-top: 1px dashed #45a6eb;}
.star-tags li label {margin-bottom: 0; color:#02869b;}
.star-tags ul li:not(:last-child) {border-right: 1px solid #fff; margin-right: 0;}
.star-tags ul li { padding: 10px 8px; font-weight: 600;}


.prfl-btn-list li a {display: block; font-weight: 500; color: #333; font-size: 13px; position: relative; padding: 9px 16px; }
.prfl-btn-list li a i{ margin-right: 5px;}
.prfl-btn-list li a.active{color: var(--main-color)}
.prfl-btn-list li a:after{
content: ''; position: absolute; left: 0; width: 0; height: 3px; background: var(--main-color); -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; bottom: 0; }
.prfl-btn-list li a.active:after  { width: 100%;}
.dts-users-col {padding: 25px 0px;}
.doc-col-body > i {
  font-size: 70px; line-height: normal; color: rgba(20, 110, 173, 0.05); position: absolute; bottom: 17px; right: 9px; }
.doc-col-body > h5 {
  font-size: 16px; margin-bottom: 4px; }
.doc-col-body > h4 {
  font-size: 19px; margin-bottom: 5px; }
.doc-col-body {text-align: center; position: relative; min-height: 20px; }
.doc-err {
  font-size: 12px;
  color:var(--main-color);
}
/* Attendence List */
.attentence-list-wrap .btn-info {background: #17a2b8;display: inline-block;}
.attendenvce-list-wrap {border-top: 1px solid rgba(227, 17, 26, 0.08); padding-top: 15px; }
.attendenvce-list-wrap .fc-header-toolbar .fc-left h2{font-size: 21px;}
.attendenvce-list-wrap .fc-day-header{padding: 7px 4px;}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{font-weight: 400 !important;}
.attendenvce-list-wrap .fc-unthemed td.fc-today{background: #ffefef; color: #000;}
.attendenvce-list-wrap .fc-button.fc-state-active{background:var(--main-color); color: #fff;}
.attendenvce-list-wrap .fc-button:focus{outline: none;}
.login-details-wrap {margin-top: 55px;}
.tooltip-paul:after {content: ''; position: absolute; bottom: -10px; border: 5px solid transparent; border-top-color: #e82d2d; left: calc(50% - 5px); }
.tooltip-wrap{position: relative;}
.tooltip-paul {position: absolute; z-index: 999; color: #fff; background: #e82d2d; display: none; min-width: 192px; text-align: center; border-radius: 5px; padding: 3px 11px; top: -55px; left: -82px; font-size: 12px; min-height: 57px;}
.tooltip-wrap:hover .tooltip-paul{display: block;}
.emply-tscol table tbody tr td:last-child .tooltip-paul{left: auto; right: 0px; }
.emply-tscol table tbody tr td:last-child .tooltip-paul:after{right: 9px; left: auto; }
.tooltip-paul p {margin-bottom: 0; padding-top: 3px; border-top: 1px dashed rgba(255, 255, 255, 0.28); }
.tooltip-paul ul{margin-bottom: 3px; font-weight: 600; font-size: 15px; }
.tooltip-paul ul li:first-child {float: left; }
.tooltip-paul ul li:last-child {float: right; }
.tooltip-paul ul:after{content: ''; clear: both; display: table; }
.tl-bt p{border-top: 0px none !important; }
.utmenu-submenu-sub > li:first-child > a{

}
.tooltip-paul.emply-tm{top: -30px; min-height: 30px; }
.tooltip-paul.tl-bt.empl-rem {min-height: 40px; top: -39px; font-size: 13px; } /* Attendence List End */
.warning_td {background: #f0ad4e !important; color: #fff; }
.alert-Normal {background: #f0ad4e !important; color: #fff; }
.success_td {background: #66bb6a !important; color: #fff; }
.danger_td {background: #d9534f !important; color: #fff; }
.alert-High {background: #d9534f !important; color: #fff; }
.primary_td {background: #337ab7 !important; color: #fff; }
td.warning_td a,td.alert-Normal a, td.success_td a, td.danger_td a, td.alert-High a, td.primary_td a, td.success_td a {
  color: #fff;
  display: inline-block;
  padding: 10px 4px;
  width: 100%;    text-align: center;
}
td.warning_td, td.alert-Normal, td.success_td, td.danger_td, td.alert-High, td.primary_td, td.success_td {
  padding: 0px !important;
}
.emply {text-align: center; background: var(--main-color); color: #fff; padding: 8px 5px; }
/* pagination here */
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
 
  border-radius: 5px 0px 0px 5px;
  overflow: hidden;
}
ul.pagination li a {display: block; color: #000; padding: 1px 11px; }
ul.pagination li:not(:last-child) a {border-right: 1px solid rgba(0, 0, 0, 0.08);}
ul.pagination li {background: #eee; color: #333; }
ul.pagination li.active a{background: var(--main-color); color: #fff; }
ul.pagination li.prev a, ul.pagination li.prev a, ul.pagination li.next a{background: var(--secondary-color); color: #fff; }
/* .ntcfn-cnt marquee{} */
.notic-alert {padding: 0px 3px}
.notic-alert marquee {margin-top: 4px;}
.top-booking-wrap{margin-bottom: 15px;}
.mb-5 {margin-bottom: 5px; }
.mb-10 {margin-bottom: 10px; }
.mb-15 {margin-bottom: 15px; }
.mb-20 {margin-bottom: 20px; }
.mb-60 {margin-bottom: 60px; }
.card-footer.tbl-pint {color: #000; }
.ntc-bar {padding-left: 54px; position: relative; }
.ntc-bar > i {position: absolute; left: 0; background: rgba(0, 0, 0, 0.46); top: 0; height: 100%; width: 40px; text-align: center; line-height: 30px; }
.search-by-dts{
display: none;
}
/* pagination End here *//* 

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

.user-list-custom {margin-bottom: 1.5rem; border: 1px solid #ddd; background: rgba(238, 238, 238, 0.1); padding: 20px; }
.user-list-custom .user-list-info {background: none; }
.btn-xs {  
padding: 1px 5px;
font-size: 12px;
line-height: 15px; }

/* Chosen style Here */
.chosen-container{
width: 100% !important;
box-sizing: border-box;
}
.chosen-container.chosen-container-single .chosen-single{
font-size: 14px;
height: calc(2.25rem + 2px);
padding: .375rem .75rem;
line-height: 1.5;
color: #495057;
background: #fff;
border-radius: initial;
background-clip: padding-box;
box-shadow: initial;
border: 1px solid #ced4da;
background: #d9f0f8;
border: 0px;
}
.chosen-container-multi .chosen-choices{
  min-height: 38px;
  box-shadow: initial;
  background: #fff;
  border: 1px solid #ced4da;
}
.chosen-container-single .chosen-single div b{
background: url(../chosen/chosen-sprite.png) no-repeat 0 9px !important;
}

.danger_high_td {
  background: #e9120c;
  color: #fff;
}
.admin-log-blnc ul li {
  display: inline-block;
  width: calc(100% / 2 - 5px);
}
/* Chosen style End Here */
.heading-3 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #333;
  padding-bottom: 8px;
}
.heading-3:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 23px;
  height: 3px;
  background: var(--main-color);
  left: 0;
}
.sub-heading {
  background: #f1f1f1;
  margin-bottom: 15px;
  padding: 9px 10px;
  border-left: 3px solid var(--main-color);
}
.reply-list-comm > h4{

}
.reply-list-comm > h4 > a > .list-right {
  float: right;
}
.emply-list > h4 > a:after {
  content: '';
  clear: both;
  display: table;
}
.reply-list-comm > h4 > a{
display: block;
color: #fff;
padding: 10px 15px;
}
.emply-list > h4 > a{
  background: var(--main-color);
}
.tester-list > h4 > a{
background: var(--secondary-color);
}
.list-right{

}
.reply-list-body{
    display: none;
  padding: 15px;
  border: 1px solid #eee;
}
.reply-list-comm > h4 {
  font-size: 15px;
}
.reply-list-comm .title{
text-transform: uppercase;
}
.reply-list-comm {
  margin-bottom: 15px;
  display: block;
}
.reply-list-body p{
margin-bottom: 5px;
}
.sidebar-nav-menu {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.sidenav-body-menu h3 {
  background: #dc3545;
  color: #fff;
  font-size: 17px;
  padding: 5px 7px;
}
.sidenav-body-menu > ul > li:not(:last-child) > a {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
}
.sidenav-body-menu > ul > li > a {
  color: #333;
  display: block;
  padding: 4px 8px;
}
.affix {
top: 0;
width: 100%;
transition: all 0.9s ease-in-out;
position: fixed;
z-index: 9;
box-shadow: 0px 2px 4px 2px rgb(160 207 212);
background: #fff;
}
/* .affix-top {
position: static;
top: -40px;
} */
.affix .branding-logo{
  position: relative;
  top: 0;
}
.affix .branding-logo a:after{
  display: none;
}
.affix .branding-logo a img{
  padding: 0px;
  height: auto;
}
.uder-doc-inp, .prcj-list, .paul-cr {position: relative; border: 1px solid rgba(20, 110, 173, 0.22); padding: 24px 10px 17px; margin-top: 17px; background: #fff;}
 .prcj-list h2, .paul-cr h2 {position: absolute; top: -12px; background: var(--secondary-color); color: #fff; padding: 3px 9px; font-size: 14px; font-weight: 600; margin-top: 0; }
.doc-col.uder-doc-inp {min-height: 100px;    z-index: 1; }
.uder-doc-inp .upld-docmt h3{
  position: absolute; top: -12px; background: var(--secondary-color); color: #fff; padding: 3px 9px; font-size: 14px; font-weight: 600; margin-top: 0;
  border-radius: 5px;
}
.user-list-info{
box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
background: #fff;
}

.prjc_detail table th {
white-space: nowrap;
background:#cae6e6;
text-align: left;
border-color: #fff;
border-radius: 5px;
}

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

.table-danger{
background-color: #f5d8db;
}
.text-white {
color: #fff!important;
}
.table-critical-danger{
background-color: red;
}
.table-primary{
background-color: #b8daff;
}
.table-warning{
background-color: #ffeeba;
}
.table-normal{
  background-color: #fff;
  }
.bg-warning {
background-color: #ffc107!important;
}

.table-success, .table-success>td, .table-success>th {
background-color: #c3e6cb;
}

.blink_me {
animation: blinker 2s linear infinite;
}
@keyframes blinker {
70% {
  opacity: 0.5;
}
}
.cptr{
cursor: pointer;
}

.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: 99;
min-width: 700px;
font-size: 12px;
background: white;
border: 1px #136dad solid;
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;
}
.chosen-container-single .chosen-single {
height: 36px !important;
}
/* .chosen-container-single .chosen-single span {
padding-top: 6px;
} */

.paul-btn-bar {
padding: 3px 0px;
}
.warning{
background-color:#fcf8e3;
}
.date-user-lst > .nav-tabs {
display: flex;
flex-wrap: wrap;
padding-left: 0;
list-style: none;
}
.date-user-lst > .nav-tabs > li.active > a {
color: var(--main-color);
border-bottom-color: var(--main-color);
}
.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 > .nav-tabs > li > a > i {
margin-right: 4px;
}
.error{
color:red;
}

.policy-col {
margin-bottom: 20px;
box-shadow: 0 10px 14px rgb(25 25 25 / 25%);

background: #fff;
border-radius: 5px ;
position: relative;
overflow: hidden;
z-index: 1;
}
.policy-title{
font-size: 16px;
  font-weight: 600;
  border-top: 1px dashed #5dcfe1;
  background: #d9f2f9;

}
.policy-col a{
color: #111;
}
.policy-list{
padding: 0px;
list-style-position: inside;
list-style: none;
counter-reset: item;
}
.policy-list li{
margin-bottom: 8px;
counter-increment: item;
padding-left: 35px;
position: relative;
border-bottom: 1px dashed #fbcccc;
line-height: 23px;
 padding-bottom: 8px;
}
.policy-list li:before {
margin-right: 10px;
content: counter(item);
background: #e3111a;
border-radius: 100%;
color: white;
width: 25px;
text-align: center;
display: inline-block;
position: absolute;
left: 0;
top: 0px;
height: 25px;
border: 2px solid #ef9494;
line-height: 23px;
}

.policy_heading{
font-size: 30px;
font-weight: 700;
border-bottom: 1px solid #d9d4d4;

}
.plc_sec{
font-family: 'Quicksand', sans-serif;
font-size: 17px;
margin-bottom: 20px;
background: #fbe6e6;
padding: 2px 5px;
font-weight: 500;
line-height: 25px;
}


.policy_notice{
background: #f3dada;
border-radius: 5px;
overflow: hidden;
font-weight: 500;
color: #000;
}
.note{
background: #f58a8a;
padding: 5px 10px;
}
.notice{
padding: 5px;

}


.btn-go{
background: #e3111a;
  border-radius: 0;
  border-right: 10px solid #a50505;
  color: #fff;
  padding: 10px 15px;
  position: relative;
  box-shadow: 2px 2px 6px #00000082;
}

.btn-go:hover{
color: #fff;
background: #a50505;
}
.btn-go:before{
background: #fff;
width: 35px;
height: 24px;
position: absolute;
content: '';
top: 90%;
left: -9%;
transform: rotate(41deg);
}

.cta__inner {
 background-image: linear-gradient(45deg, #6f1ef3 0%, #0d70d6 100%);
 box-shadow: 0px 8px 10px 0px rgb(15 0 40 / 32%);
 border-radius: 20px;
padding: 20px 100px;
 color: #fff;
text-align: center;
overflow: hidden;
position: relative;
margin-bottom: 15px;

}
.cta__content{
font-family: 'Quicksand', sans-serif;
font-size: 23px;
line-height: 30px;
font-weight: 500;
}
.policy_sub_heading{
font-size: 16px;
font-weight: 600;
margin-bottom: 10px;
}

.cta__shape img {
position: absolute;
}
.cta__shape img.circle {
right: 9%;
bottom: -77%;
opacity: 0.1;
width: 12%;
}
.cta__shape img.circle-2 {
left: 4%;
bottom: 10%;
opacity: 0.4;
}
.cta__shape img.circle-3 {
top: -29%;
left: 6%;
opacity: 0.08;
}
.cta__shape img.triangle-1 {
top: 9%;
left: 12%;
opacity: 0.1;
}
.cta__shape img.triangle-2 {
top: 62%;
right: 3%;
opacity: 0.1;
width: 3%;
}

.about__shape{
position: relative;
padding: 30px 0px 5px;
}
.about__shape .img {
position: absolute;
z-index: 1;
}

.about__shape .img.about-triangle {
top: 26%;
left: 32%;
 animation: about-triangle-2 5s linear infinite alternate;
}

.about__shape .img.about-circle {
top: 3%;
left: 4%;
 animation: about-circle 5s linear infinite alternate;
}
.about__shape .img.about-circle-2 {
bottom: 12px;
right: 6%;
animation: about-triangle-2 5s linear infinite;
}
.about__shape img.about-circle-3 {
top: 50%;
right: 31%;
width: 3%;
opacity: 0.5;
animation: about-plus 5s linear infinite;
}

@keyframes about-triangle-2 {
0% {
    transform: rotate(0deg);
}
100% {
      transform: rotate(360deg);
}
}

@keyframes about-circle {
0% {
   transform: translateX(100px);
}
100% {
      transform: translateX(0px);
}
}
@keyframes about-plus {
0% {
  transform: translateY(0px);
}
50% {
transform: translateY(50px);
}
70% {
transform: translateY(100px);
}
100% {
     transform: translateY(50px);
}
}


.leave_sec_base{
box-shadow: 0px 2px 10px 0px #00000052;
margin-top: 20px;
border-radius: 10px 10px;
overflow: hidden;
padding-bottom: 10px;
}
.leave_heading{
display: inline-block;
position: relative;
font-weight: 500;
background: #ffc100;
padding: 0px 10px;
background: -webkit-linear-gradient(45deg, var(--main-color), var(--secondary-color) 85%);
color: #fff;
font-size: 15px;
margin-top: 10px;
}

.leave_heading:after {
background: var(--secondary-color);
content: "";
display: block;
height: 99%;
transform: skew(-20deg);
position: absolute;
right: -5px;
top: 0;
width: 9px;
}
.leave_sec ul{
padding-left: 17px;
margin: 5px 10px;
}
.leave_sec ul li{
list-style: disc;
list-style-position: outside;

}

.leave_main_heading{
font-size: 24px;
font-weight: 600;
color: #fff;
font-family: 'Quicksand', sans-serif;
margin-bottom: 10px;
background: -webkit-linear-gradient(45deg, var(--main-color), var(--secondary-color) 85%);
padding: 2px 5px;
line-height: 35px;
text-transform: uppercase;
}
   
.dynamic_height {
  height: 82vh;
  overflow-y: scroll;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 42%);
  background: #fff;
 margin: 15px 15px ;
  overflow-x: hidden;
  padding: 15px 0px;
}

.dynamic_height2 {
  height: 82vh;
  overflow-y: scroll; 
}

.dash-icon{
position: relative;
z-index: 2;
}

/* website menu css---*/
.server_toplist {
display: inline-block;
margin-right: 10px;
}
.server_toplist .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;
overflow: hidden;
border: 1px solid #e6bfc8;
align-items: center;
}
.server_toplist .fnc-wrp>h4 {
margin-bottom: 0px;
display: inline-block;
color: #fff;
line-height: 15px;
font-size: 14px;
font-weight: 600;
padding: 2px 6px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.server_toplist .fnc-cont>p {
margin-bottom: 0;
font-weight: 500;
font-size: 13px;
color: #333;
}
.server_toplist .fnc-cont {
padding-left: 4px;
margin: inherit;
}
.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;
}

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

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

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


.tableContainer .table th, .table_th th {
background-image: linear-gradient(to right, #11a7a0 0%, #36d3c1 51%, #11a7a0 100%);
outline: 1px solid rgb(255, 255, 255);
color: #fff;
text-align: center;
border: 0px;
border-radius: 5px;
white-space:nowrap;
}

a:not([href]).pending-cl, a:not([href]).label-comple{
cursor: pointer;
color: #fff;
}
a:not([href]).pending-cl:hover, a:not([href]).label-comple:hover{
color: #fff;
}
.source-overflow, .contentW{
cursor: pointer;
white-space: nowrap;
width: 100px;
overflow: hidden;
text-overflow: ellipsis;
}
.name-overflow, .detail-overflow{
cursor: pointer;
white-space: nowrap;
width: 100px;
overflow: hidden;
text-overflow: ellipsis;
}
.slug-overflow{
cursor: pointer;
white-space: nowrap;
width: 100px;
overflow: hidden;
text-overflow: ellipsis;
}
.filter-btn{
font-size: 15px;
font-weight: 500;
background: #e3111a;
color: #fff;
/* letter-spacing: 1px; */
padding: 4px 10px;

}
.search-by-dts{
  margin-top: 15px;
}

.table-bordered td, .table-bordered th {
border: 1px solid #dee2e6;
}
.prjc_detail .table{
margin: 0px;

}
.dashimg{
max-width: 100%;
}

.main-navbar i{display: none;}
.filter-btn {
  background-color:var(--main-color);
  border: 0;
  border-radius: 56px !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  outline: 0;
  padding: 6px 25px;
  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(--main-color);
  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);
}
.clear-btn {
  background-color:var(--secondary-color);
}
mark{
  font-size: 11px;
}
.cl_table tr th:not(:first-child){
  text-align: center;
}
.modal-title.custom-font{
font-size: 25px;
margin: 0px;
font-weight: 600;
color: #000;
font-family: 'Roboto', sans-serif;
}
.modal-title.custom-font i{
  font-size: 25px;
}

.modal-header{
padding: 5px 15px;

}
.time-pop textarea.form-control{
  height: 95px;
}

.time-pop .close{
  position: absolute;
  background: #fff;
  top: -10px;
  right: -10px;
  border: 0;
  opacity: 1;
  border-radius: 100px;
  color: #000;
}
.slct_height .form-control{
  padding: 2px;
  height: 25px;
}
.table_th .form-control{
  background: #fff;
  height: auto;
}


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