/* 01--- Font Seting ------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@200;300;400;600;700;800;900&display=swap");
/* placeholder mixin */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input,
select,
textarea,
button {
  font: 13px/1.4 "Inter", sans-serif; }
  input:hover, input:focus, input:active,
  select:hover,
  select:focus,
  select:active,
  textarea:hover,
  textarea:focus,
  textarea:active,
  button:hover,
  button:focus,
  button:active {
    outline: 0; }

body {
  font: 13px/1.4 "Inter", sans-serif;
  color: #697489;
  background-color: #fff; }

hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd; }
  hr:before {
    display: table;
    content: ""; }
  hr:after {
    display: table;
    clear: both;
    content: ""; }

.browserupgrade {
  background: #f00;
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 0.8em;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999; }
  .browserupgrade a {
    font-weight: bold;
    color: #ff0; }

.cf:before {
  display: table;
  content: ""; }

.cf:after {
  display: table;
  clear: both;
  content: ""; }

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

figure {
  margin: 0;
  padding: 0; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0 0 0.7em;
  line-height: 1.4; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 21px; }

h3, .h3 {
  font-size: 16px; }

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

h5, .h5 {
  font-size: 12px; }

h6, .h6 {
  font-size: 11px; }

a {
  color: #103BB5;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    outline: 0; }
  a:focus {
    text-decoration: none; }

a[href^=tel] {
  cursor: default; }

p {
  margin: 0 0 0.7em; }

small {
  font-size: 90%; }

blockquote {
  margin: 0; }

ul,
ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0; }

ol ol,
ul ol {
  list-style-type: lower-roman; }

ul ul ol,
ul ol ol,
ol ul ol,
ol ol ol {
  list-style-type: lower-alpha; }

dd {
  margin-left: 0; }

tt,
code {
  font-family: "Inter", sans-serif;
  font-size: 12px; }

pre {
  margin-top: 0;
  margin-bottom: 0;
  font: 12px "Inter", sans-serif; }

.form-group {
  margin-bottom: 0px; }
  .form-group label {
    margin-top: 0px;
    color: #6c6c6c;
    font-family: "Inter", sans-serif;
    font-weight: 500; }
  .form-group .form-control {
    padding: 10px !important;
    border-radius: 0px;
    height: 40px;
    background-color: #F7F7F9;
    border-radius: 4px;
    border: none;
    color: #103BB5;
    font-weight: 600;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 0px;
    font-size: 14px; }

.custom-selecbox {
  position: relative; }
  .custom-selecbox::after {
    content: 'keyboard_arrow_down ';
    position: absolute;
    z-index: 1;
    pointer-events: none;
    right: 9px;
    top: 9px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 2px #00000017;
    box-shadow: 0px 1px 2px #00000017;
    border-radius: 6px;
    color: #103BB5;
    font-size: 16px;
    padding: 3px;
    width: 20px;
    height: 20px;
    line-height: 13px; }
  .custom-selecbox select {
    height: 42px;
    width: 100%;
    background-color: #edf2f6;
    padding: 5px 15px;
    padding-right: 30px;
    border-radius: 5px;
    border: none;
    font: 400 15px/24px "Poppins", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
    text-overflow: ''; }

textarea.form-control {
  resize: none;
  height: 80px !important;
  padding: 10px !important;
  border-radius: 0px;
  height: 50px;
  background-color: #F7F7F9;
  border-radius: 4px;
  border: none;
  color: #103BB5;
  font-weight: 600;
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 0px; }

.top-fil-ara .sr-sec form input {
  height: 35px;
  padding: 10px 20px 10px 10px !important; }

.btn-group .btn {
  text-align: center; }
  .btn-group .btn img {
    margin-left: 7px !important;
    margin-right: 7px !important; }
  .btn-group .btn:nth-child(1) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .btn-group .btn:nth-child(2) {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px; }

.btn-group .active {
  background-color: #E6EAF2; }

.chek {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .chek label {
    margin-bottom: 0px;
    margin-top: 0px;
    color: #6c6c6c;
    font-family: "Inter", sans-serif;
    font-weight: 500; }
  .chek .chekbox-sec {
    background-color: #E6EAF2;
    padding: 15px;
    width: 50%;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px; }
    .chek .chekbox-sec label {
      font-family: "Inter", sans-serif;
      font-size: 13px;
      font-weight: 500;
      line-height: 8px; }
    .chek .chekbox-sec label.radio-inline {
      padding: 10px; }
      .chek .chekbox-sec label.radio-inline span {
        margin-left: 10px;
        font-family: "Inter", sans-serif;
        font-size: 13x;
        font-weight: 500; }

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.checkmark {
  position: absolute;
  top: -5px;
  left: 0;
  height: 15px !important;
  width: 15px  !important;
  background-color: #fff !important;
  border-radius: 50%; }

.container:hover input ~ .checkmark {
  background-color: #103BB5; }

.container input:checked ~ .checkmark {
  background-color: #fff; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.container input:checked ~ .checkmark:after {
  display: block; }

.container .checkmark:after {
  top: 2px;
  left: 2px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #103BB5; }

input[type="radio"] {
  display: none; }

.yes-no-toggle {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.yes-no-toggle label {
  float: left;
  width: auto;
  min-width: 75px;
  margin: 0px;
  background-color: #efefef;
  overflow: auto;
  border-radius: 4px;
  color: #6c6c6c; }

.yes-no-toggle label span {
  text-align: center;
  font-size: 13px;
  display: block;
  padding: 10px 10px 10px 10px; }

.yes-no-toggle label input {
  position: absolute;
  top: -20px; }

.yes-no-toggle input:checked + span {
  background-color: #103BB5;
  color: #fff; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.text-area {
  height: 100px;
  resize: none; }

.btn-create {
  color: #fff;
  font-family: "Inter", sans-serif;
  background: #103BB5;
  text-transform: uppercase;
  opacity: 1;
  font-size: 13px;
  padding: 10px 25px 10px 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 20px; }
  .btn-create:hover {
    color: #fff;
    opacity: 0.8; }
  .btn-create .tic {
    color: #fff;
    font-size: 12px;
    background: #2FC8D9;
    border-radius: 100%;
    margin-right: 10px;
    padding: 3px;
    opacity: 0.7; }

.btn-cancel {
  color: #697489;
  font-family: "Inter", sans-serif;
  background: #fff;
  text-transform: uppercase;
  opacity: 1;
  font-size: 13px;
  padding: 10px 25px 10px 25px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  line-height: 20px; }
  .btn-cancel:hover {
    color: #6c6c6c;
    opacity: .8; }

.btn-upload {
  position: absolute;
  right: 30px;
  bottom: 20px;
  border: none;
  background: transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .btn-upload input {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer; }

.btn-frqy {
  width: 100%;
  color: #103BB5;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  border: 1px solid #103BB5;
  height: 50px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  box-shadow: none !important;
  line-height: 20px; }

.btn-cncl-back {
  color: #fff;
  font-family: "Inter", sans-serif;
  background: #6373A2;
  text-transform: uppercase;
  opacity: 1;
  font-size: 13px;
  padding: 10px 25px 10px 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 20px; }
  .btn-cncl-back:hover {
    color: #fff;
    opacity: 0.8; }
  .btn-cncl-back .tic {
    color: #fff;
    font-size: 12px;
    background: #ffffff9e;
    border-radius: 100%;
    margin-right: 10px;
    padding: 3px;
    opacity: 0.7; }

h2 {
  text-align: center;
  padding: 20px; }

/* Slider */
.slick-slide {
  margin: 0px 20px; }

.slick-slide img {
  width: 100%; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.sld-ara .slider {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0px 20px; }

.sld-ara .slick-slide {
  margin: 0px 20px; }

.sld-ara .slick-slide img {
  width: 100%; }

.sld-ara .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.sld-ara .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.sld-ara .slick-list:focus {
  outline: none; }

.sld-ara .slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.sld-ara .slick-slider .slick-track,
.sld-ara .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.sld-ara .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.sld-ara .slick-track:before,
.sld-ara .slick-track:after {
  display: table;
  content: ''; }

.sld-ara .slick-track:after {
  clear: both; }

.sld-ara .slick-loading .slick-track {
  visibility: hidden; }

.sld-ara .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.sld-ara [dir='rtl'] .slick-slide {
  float: right; }

.sld-ara .slick-slide img {
  display: block; }

.sld-ara .slick-slide.slick-loading img {
  display: none; }

.sld-ara .slick-slide.dragging img {
  pointer-events: none; }

.sld-ara .slick-initialized .slick-slide {
  display: block;
  width: 100px !important;
  margin-left: 0px; }

.sld-ara .slick-loading .slick-slide {
  visibility: hidden; }

.sld-ara .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.sld-ara .slick-arrow.slick-hidden {
  display: none; }

.sld-ara .prv-arw {
  background-image: url(../images/lft-arrow.svg);
  height: 15px;
  width: 15px;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  left: 0px; }

.sld-ara .nxt-arw {
  background-image: url(../images/rgt-arrow.svg);
  height: 15px;
  width: 15px;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  right: 0px; }

.sld-ara ul.slick-dots {
  display: none !important; }

/*Binder Style Main*/
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  background-color: #103BB5 !important;
  font-family: "Inter", sans-serif;
  z-index: 0; }
  body::before {
    content: "";
    background-image: url(../images/back-skew.svg);
    position: fixed;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left;
    left: 0px;
    top: 0px;
    z-index: 0; }

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

aside.sidenav::-webkit-scrollbar {
  width: 0px; }

/* Track */
::-webkit-scrollbar-track {
  background: #ccd6e0; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #a2b0bb;
  border-radius: 8px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a2b0bb;
  border-radius: 8px; }

.cont-ara {
  width: 100%;
  padding-left: 200px;
  position: absolute;
  top: 70px;
  min-height: calc(100vh - 70px);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

header .mnu-ico button {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  header .mnu-ico button[aria-expanded="true"] .open {
    display: none; }
  header .mnu-ico button[aria-expanded="false"] .close {
    display: none; }

header .navbar-brand {
  margin: 0px;
  padding: 0px;
  width: 170px;
  padding: 15px; }

header .navbar {
  padding: 0px; }
  header .navbar .mnu-info ul.prf-lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 5px 5px 5px 15px;
    background: rgba(17, 17, 17, 0.1);
    border-bottom-left-radius: 45px;
    border-top-left-radius: 45px; }
    header .navbar .mnu-info ul.prf-lst li.nav-item .nav-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #fff;
      border-radius: 30px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 8px;
      position: relative; }
      header .navbar .mnu-info ul.prf-lst li.nav-item .nav-link::after {
        border: none;
        background-image: url(../images/down-arrow.svg);
        width: 10px;
        height: 15px;
        background-repeat: no-repeat;
        margin-right: 5px;
        position: absolute;
        top: 17px;
        right: 5px; }
      header .navbar .mnu-info ul.prf-lst li.nav-item .nav-link .prf-img {
        margin-left: 5px;
        border-radius: 100%;
        overflow: visible; }
        header .navbar .mnu-info ul.prf-lst li.nav-item .nav-link .prf-img img {
          width: 20px; }
      header .navbar .mnu-info ul.prf-lst li.nav-item .nav-link .pdf-name {
        margin-left: 10px;
        margin-right: 20px;
        font-size: 14px;
        font-family: "Inter", sans-serif;
        color: #060200; }
    header .navbar .mnu-info ul.prf-lst li.nav-item .dropdown-menu {
      width: 100%;
      margin-top: 10px;
      border-radius: 10px;
      padding: 10px; }
      header .navbar .mnu-info ul.prf-lst li.nav-item .dropdown-menu a {
        margin-left: 10px;
        margin-right: 20px;
        font-size: 14px;
        font-family: "Inter", sans-serif;
        color: #060200;
        text-decoration: none; }
        header .navbar .mnu-info ul.prf-lst li.nav-item .dropdown-menu a:hover {
          opacity: 0.8; }

/*Sidebar*/
aside {
  max-width: 200px;
  min-width: 200px;
  display: block !important;
  position: relative;
  z-index: 999;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  aside ul.navbar {
    list-style: none;
    padding-left: 0px;
    padding-right: 0px; }
    aside ul.navbar li.nav-item {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 3vh;
      width: 100%; }
      aside ul.navbar li.nav-item a.nav-link {
        font-family: "Inter", sans-serif;
        font-size: 15px;
        line-height: 19px;
        color: #fff !important;
        font-weight: 400;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        padding-left: 0px;
        padding-right: 0px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        aside ul.navbar li.nav-item a.nav-link .icn-sec {
          width: 30px; }
        aside ul.navbar li.nav-item a.nav-link span {
          margin-top: 0px;
          margin-left: 10px;
          font-size: 12px;
          line-height: 19px;
          color: #fff !important; }
        aside ul.navbar li.nav-item a.nav-link:hover {
          opacity: 0.8; }
        aside ul.navbar li.nav-item a.nav-link[aria-expanded="false"]:after {
          font-family: "Material Icons";
          font-size: 18px;
          position: absolute;
          content: "keyboard_arrow_right";
          transition: transform 0.3s ease-in-out, opacity 0.25s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out;
          color: #fff;
          right: 10px; }
        aside ul.navbar li.nav-item a.nav-link[aria-expanded=true]:after {
          font-family: "Material Icons";
          font-size: 18px;
          position: absolute;
          content: "keyboard_arrow_right";
          transition: transform 0.3s ease-in-out, opacity 0.25s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out;
          color: #fff;
          right: 10px;
          -webkit-transform: rotate(90deg) !important;
          -ms-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important; }
      aside ul.navbar li.nav-item .viw-sub {
        margin-left: -15px;
        margin-right: -15px;
        background: rgba(0, 0, 0, 0.35);
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 5px; }
        aside ul.navbar li.nav-item .viw-sub div {
          padding-top: 10px;
          padding-bottom: 10px; }
        aside ul.navbar li.nav-item .viw-sub ul.view {
          list-style: none; }
          aside ul.navbar li.nav-item .viw-sub ul.view li {
            padding: 7px 0px;
            border-bottom: 1px solid #bddaff1f; }
            aside ul.navbar li.nav-item .viw-sub ul.view li a {
              color: #BDDAFF;
              text-decoration: none;
              font-size: 13px;
              width: 100%;
              cursor: pointer; }
              aside ul.navbar li.nav-item .viw-sub ul.view li a:hover {
                opacity: 0.8; }
            aside ul.navbar li.nav-item .viw-sub ul.view li:last-child {
              border-bottom: none; }

aside.navbar-collapse.collapsing {
  height: auto;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }

aside.navbar-collapse.show {
  max-width: 100px;
  min-width: 80px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  aside.navbar-collapse.show ul.navbar li.nav-item a.nav-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    aside.navbar-collapse.show ul.navbar li.nav-item a.nav-link .icn-sec {
      margin-left: auto;
      margin-right: auto; }
    aside.navbar-collapse.show ul.navbar li.nav-item a.nav-link span {
      margin-top: 5px;
      margin-left: 0px; }
    aside.navbar-collapse.show ul.navbar li.nav-item a.nav-link::after {
      display: none; }
  aside.navbar-collapse.show .viw-sub {
    display: none !important; }

.sidenav.navbar-collapse.collapse.show ~ .cont-ara {
  padding-left: 100px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.top-slider {
  width: 100%;
  -webkit-box-shadow: 20px 3px 6px #0000000A;
  box-shadow: 20px 3px 6px #0000000A;
  background-color: #fff;
  padding: 0px 0px 0px;
  border-top-left-radius: 30px;
  position: relative; }
  .top-slider i.material-icons {
    position: absolute;
    top: -12px;
    left: 50%;
    background-color: #103BB5;
    border-radius: 100%;
    border: 1px solid #fff;
    transition: transform 0.3s ease-in-out, opacity 0.25s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out;
    z-index: 100;
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    color: #fff;
    cursor: pointer; }
    .top-slider i.material-icons[aria-expanded="true"] {
      -webkit-transform: rotate(0deg) !important;
      -ms-transform: rotate(0deg) !important;
      transform: rotate(0deg) !important;
      transition: transform 0.3s ease-in-out, opacity 0.25s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out; }
  .top-slider .collapse.show {
    visibility: hidden;
    height: 0px; }
  .top-slider .collapse {
    height: auto;
    visibility: visible;
    display: block; }
  .top-slider .collapsing {
    position: relative;
    height: auto;
    overflow: hidden;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset; }
  .top-slider .slider {
    width: 100%;
    padding: 0px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px; }
    .top-slider .slider .slick-list .slide {
      width: 180px !important; }
      .top-slider .slider .slick-list .slide a {
        text-align: center;
        width: 100%;
        display: block;
        color: #707070;
        font-size: 14px;
        font-family: "Inter", sans-serif;
        text-decoration: none; }
    .top-slider .slider .prv-arw {
      background-image: url(../images/lft-arrow.svg);
      height: 15px;
      width: 15px;
      background-size: contain;
      cursor: pointer;
      position: absolute;
      left: 12px; }
    .top-slider .slider .nxt-arw {
      background-image: url(../images/rgt-arrow.svg);
      height: 15px;
      width: 15px;
      background-size: contain;
      cursor: pointer;
      position: absolute;
      right: 12px; }
    .top-slider .slider ul.slick-dots {
      display: none !important; }

.dash {
  background-color: #fff;
  border-top-left-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .dash .dash-cont {
    background-color: #E6EAF2;
    border-top-left-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 120px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 20px 0px; }
    .dash .dash-cont .pub-ara {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding: 20px 30px; }
      .dash .dash-cont .pub-ara .items {
        width: 100%;
        -webkit-box-shadow: 0px 3px 6px #0000000A;
        box-shadow: 0px 3px 6px #0000000A;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 30px;
        background-color: #fff; }
        .dash .dash-cont .pub-ara .items .item-head {
          padding: 40px 25px 10px;
          background-color: #fff;
          position: relative; }
          .dash .dash-cont .pub-ara .items .item-head::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            border-width: 55px 0 0 55px;
            border-style: solid;
            border-color: #ffffff rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.3);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg); }
          .dash .dash-cont .pub-ara .items .item-head .count {
            font-family: "Poppins", sans-serif;
            font-size: 30px;
            font-weight: 600;
            color: #06020040;
            margin-bottom: 0px;
            text-align: right; }
        .dash .dash-cont .pub-ara .items .itm-cnt img {
          width: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          height: 100%; }
        .dash .dash-cont .pub-ara .items .itm-btm {
          background-color: #fff;
          position: relative; }
          .dash .dash-cont .pub-ara .items .itm-btm .head {
            padding: 40px 50px 40px 40px; }
            .dash .dash-cont .pub-ara .items .itm-btm .head h2 {
              font-family: "Poppins", sans-serif;
              font-size: 25px;
              font-weight: 600;
              color: #060200;
              margin-bottom: 0px; }
          .dash .dash-cont .pub-ara .items .itm-btm .lnk-mor {
            position: absolute;
            right: 0px;
            bottom: 0px;
            background-color: #E6EAF2;
            border-top-left-radius: 10px;
            border-bottom-right-radius: 3px;
            width: 50px;
            height: 50px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            .dash .dash-cont .pub-ara .items .itm-btm .lnk-mor img {
              width: 15px; }

.fot-nav {
  background-color: #fff;
  border-top-left-radius: 30px;
  padding: 15px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .fot-nav .count {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .fot-nav .selbx .form-control {
    height: 29px;
    width: 60px;
    padding: 0;
    padding-left: 6px;
    font-size: 13px; }
  .fot-nav ul.pagnation {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .fot-nav ul.pagnation li {
      padding: 4px 12px;
      margin-right: 10px;
      border-radius: 5px; }
      .fot-nav ul.pagnation li.active {
        background-color: rgba(57, 192, 250, 0.1); }
        .fot-nav ul.pagnation li.active span {
          color: #0D0C3E; }
      .fot-nav ul.pagnation li:hover {
        background-color: rgba(57, 192, 250, 0.1); }
        .fot-nav ul.pagnation li:hover span {
          color: #0D0C3E; }
      .fot-nav ul.pagnation li span {
        text-decoration: none;
        font-size: 12px;
        line-height: 15px;
        font-family: "Inter", sans-serif;
        color: #707070;
        cursor: pointer; }
  .fot-nav ul.prv-nxt li {
    background-color: rgba(57, 192, 250, 0.1);
    opacity: 0.9;
    padding: 5px 12px;
    cursor: pointer; }
    .fot-nav ul.prv-nxt li:hover {
      opacity: 1; }
    .fot-nav ul.prv-nxt li .prv img {
      margin-right: 10px; }
    .fot-nav ul.prv-nxt li .nxt img {
      margin-left: 10px; }
    .fot-nav ul.prv-nxt li a {
      text-decoration: none;
      font-size: 12px;
      line-height: 20px;
      font-family: "Inter", sans-serif;
      color: #707070;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .fot-nav ul.prv-nxt li a img {
        height: 10px; }

.dash .dash-cont .pub-ara {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*Two Sec*/
  /*Three Sec*/
  /*four Sec*/ }
  .dash .dash-cont .pub-ara.two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .dash .dash-cont .pub-ara.two .items {
      width: calc(50% - 15px); }
      .dash .dash-cont .pub-ara.two .items .item-head .icon {
        max-width: 70px; }
      .dash .dash-cont .pub-ara.two .items .item-head .count {
        font-size: 20px; }
  .dash .dash-cont .pub-ara.three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .dash .dash-cont .pub-ara.three .items {
      width: calc(33.33% - 15px); }
      .dash .dash-cont .pub-ara.three .items .item-head {
        padding: 15px 25px 10px; }
        .dash .dash-cont .pub-ara.three .items .item-head::after {
          border-width: 30px 0 0 30px; }
        .dash .dash-cont .pub-ara.three .items .item-head .icon {
          max-width: 70px; }
        .dash .dash-cont .pub-ara.three .items .item-head .count {
          font-size: 20px; }
      .dash .dash-cont .pub-ara.three .items .itm-btm .head {
        padding: 15px 30px 15px 20px; }
        .dash .dash-cont .pub-ara.three .items .itm-btm .head h2 {
          font-size: 20px; }
      .dash .dash-cont .pub-ara.three .items .itm-btm .lnk-mor {
        width: 30px;
        height: 30px; }
        .dash .dash-cont .pub-ara.three .items .itm-btm .lnk-mor img {
          width: 10px; }
  .dash .dash-cont .pub-ara.four {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .dash .dash-cont .pub-ara.four .items {
      width: calc(25% - 15px); }
      .dash .dash-cont .pub-ara.four .items .item-head {
        padding: 15px 25px 10px; }
        .dash .dash-cont .pub-ara.four .items .item-head::after {
          border-width: 30px 0 0 30px; }
        .dash .dash-cont .pub-ara.four .items .item-head .icon {
          max-width: 70px; }
        .dash .dash-cont .pub-ara.four .items .item-head .count {
          font-size: 20px; }
      .dash .dash-cont .pub-ara.four .items .itm-btm .head {
        padding: 20px 40px 20px 20px; }
        .dash .dash-cont .pub-ara.four .items .itm-btm .head h2 {
          font-size: 20px; }
      .dash .dash-cont .pub-ara.four .items .itm-btm .lnk-mor {
        width: 30px;
        height: 30px; }
        .dash .dash-cont .pub-ara.four .items .itm-btm .lnk-mor img {
          width: 10px; }
  .dash .dash-cont .pub-ara.five {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .dash .dash-cont .pub-ara.five .items {
      width: calc(20% - 15px); }
      .dash .dash-cont .pub-ara.five .items .item-head {
        padding: 15px 25px 10px; }
        .dash .dash-cont .pub-ara.five .items .item-head::after {
          border-width: 30px 0 0 30px; }
        .dash .dash-cont .pub-ara.five .items .item-head .icon {
          max-width: 70px; }
        .dash .dash-cont .pub-ara.five .items .item-head .count {
          font-size: 20px; }
      .dash .dash-cont .pub-ara.five .items .itm-btm .head {
        padding: 20px 40px 20px 20px; }
        .dash .dash-cont .pub-ara.five .items .itm-btm .head h2 {
          font-size: 20px; }
      .dash .dash-cont .pub-ara.five .items .itm-btm .lnk-mor {
        width: 30px;
        height: 30px; }
        .dash .dash-cont .pub-ara.five .items .itm-btm .lnk-mor img {
          width: 10px; }
  .dash .dash-cont .pub-ara.six {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 15px 0px 0px; }
    .dash .dash-cont .pub-ara.six .items {
      width: calc(16.6% - 15px);
      max-height: 245px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 12px; }
      .dash .dash-cont .pub-ara.six .items .item-head {
        padding: 15px 25px 10px; }
        .dash .dash-cont .pub-ara.six .items .item-head::after {
          border-width: 30px 0 0 30px; }
        .dash .dash-cont .pub-ara.six .items .item-head .icon {
          max-width: 70px; }
        .dash .dash-cont .pub-ara.six .items .item-head .count {
          font-size: 20px; }
      .dash .dash-cont .pub-ara.six .items .itm-cnt {
        height: 75px; }
      .dash .dash-cont .pub-ara.six .items .itm-btm .head {
        padding: 20px 26px 20px 20px; }
        .dash .dash-cont .pub-ara.six .items .itm-btm .head h2 {
          font-size: 17px;
          height: 56px;
          padding: 0px;
          text-align: left; }
          @media (max-width: 1440px) {
            .dash .dash-cont .pub-ara.six .items .itm-btm .head h2 {
              font-size: 14px;
              line-height: 19px; } }
      .dash .dash-cont .pub-ara.six .items .itm-btm .lnk-mor {
        width: 30px;
        height: 30px; }
        .dash .dash-cont .pub-ara.six .items .itm-btm .lnk-mor img {
          width: 10px; }

.top-ara {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px 10px 0px;
  border-top-left-radius: 30px;
  position: relative;
  margin-bottom: 15px; }
  .top-ara h4 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #103BB5;
    margin-bottom: 0px; }

.fst {
  background-color: #E6EAF2;
  border-top-left-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.frm-ara {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 15px 15px 15px 40px; }
  .frm-ara .head {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px; }
    .frm-ara .head h3 {
      color: #576691;
      font-family: "Inter", sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 0px;
      position: relative;
      text-transform: uppercase; }
      .frm-ara .head h3::after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #0000000f;
        position: absolute;
        top: 13px;
        margin-left: 10px; }

.frm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .frm .itm {
    width: calc(100% / 3 - 7px);
    background-color: #F7F7F9;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 3px 16px #0000000A;
    box-shadow: 0px 3px 16px #0000000A;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .frm .itm:nth-child(3n) {
      margin-right: 0px; }
    .frm .itm .cunt {
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .frm .itm .cunt::after {
        content: "";
        border-right: 1px solid #b3b7be4f;
        width: 1px;
        height: 100%;
        left: 25px;
        position: absolute; }
      .frm .itm .cunt .numb {
        border-radius: 100%;
        color: #103BB5;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 13px;
        line-height: 24px;
        -webkit-box-shadow: 0px 3px 6px #00000047;
        box-shadow: 0px 3px 6px #00000047;
        background-color: #fff;
        min-width: 30px;
        min-height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 9; }
    .frm .itm .itm-cnt {
      padding: 10px 10px;
      width: 100%; }
      .frm .itm .itm-cnt .form-control {
        padding: 10px !important;
        border-radius: 0px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 50px;
        background-color: #efefef;
        border-radius: 4px;
        border: none;
        color: #103BB5;
        font-weight: 600; }
      .frm .itm .itm-cnt span.material-icons {
        position: absolute;
        right: 13px;
        background-color: #fff;
        top: 13px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        -webkit-box-shadow: 0px 1px 2px #00000017;
        box-shadow: 0px 1px 2px #00000017;
        border-radius: 6px;
        color: #103BB5;
        font-size: 16px;
        padding: 3px; }
      .frm .itm .itm-cnt .file-upload {
        background-color: #efefef;
        padding: 10px;
        text-align: center;
        max-height: 250px;
        overflow: hidden;
        min-height: 250px; }
        .frm .itm .itm-cnt .file-upload img {
          margin-left: auto;
          margin-right: auto; }

input[list]::-webkit-calendar-picker-indicator {
  display: none; }

.frm.btn-sec {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.btn-submit {
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  background: #103BB5;
  font-size: 13px;
  padding: 10px 15px;
  font-family: "Inter", sans-serif; }
  .btn-submit:hover {
    opacity: 0.8;
    color: #fff; }
  .btn-submit .tic {
    color: #fff;
    font-size: 12px;
    background: #2FC8D9;
    border-radius: 100%;
    margin-right: 10px;
    padding: 3px;
    opacity: .7; }

.sav .itm .itm-cnt .form-group label.form-control-placeholder-save {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #676A74;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 0px; }

.sav .itm .itm-cnt .form-group h3 {
  color: #103BB5;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px !important;
  word-break: break-word;
  margin-top: 0px !important; }

.tab-sec {
  padding: 10px 40px; }
  .tab-sec ul.nav.nav-tabs {
    border-bottom: 0px; }
    .tab-sec ul.nav.nav-tabs li {
      margin-right: 10px;
      padding: 10px 15px;
      border-radius: 15px; }
      .tab-sec ul.nav.nav-tabs li:last-child {
        margin-right: 0px; }
      .tab-sec ul.nav.nav-tabs li span {
        text-transform: uppercase;
        text-decoration: none;
        font-size: 12px;
        color: #103BB5;
        font-family: "Inter", sans-serif;
        font-weight: 500; }
      .tab-sec ul.nav.nav-tabs li.active {
        background-color: #E6EAF2; }

.nav-ara {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px; }
  .nav-ara .pagenation ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .nav-ara .pagenation ul li {
      margin-right: 20px;
      position: relative; }
      .nav-ara .pagenation ul li:after {
        content: "";
        position: absolute;
        background-image: url(../images/next-arw.svg);
        width: 12px;
        height: 10px;
        background-repeat: no-repeat;
        top: 4px;
        right: -15px;
        opacity: 0.5;
        background-size: contain; }
      .nav-ara .pagenation ul li:last-child {
        margin-right: 0px; }
        .nav-ara .pagenation ul li:last-child:after {
          display: none; }
      .nav-ara .pagenation ul li a {
        text-transform: capitalize;
        text-decoration: none;
        font-size: 13px;
        color: #203161;
        font-family: "Inter", sans-serif;
        font-weight: 500; }
      .nav-ara .pagenation ul li.active a {
        color: #103BB5; }

/*Table Top Filter Arar*/
.table-ara {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 18px; }

.top-fil-ara {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .top-fil-ara .cap {
    padding: 0px 10px 0px 20px;
    border-right: 1px solid #E6EAF2;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px; }
    .top-fil-ara .cap h4 {
      font-size: 15px;
      color: #103BB5;
      font-family: "Inter", sans-serif;
      font-weight: 700;
      margin-bottom: 0px; }
  .top-fil-ara .btn-ara {
    padding: 5px 10px;
    border-right: 1px solid #E6EAF2;
    min-height: 50px;
    width: calc(100% - 610px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
    .top-fil-ara .btn-ara .btn-top {
      padding: 7px 7px;
      border: 1px solid #E6EAF2;
      font-size: 12px;
      font-family: "Inter", sans-serif;
      font-weight: 500;
      color: #103BB5;
      border-radius: 10px;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      min-height: 35px; }
      .top-fil-ara .btn-ara .btn-top img {
        margin-right: 10px;
        max-width: 20px;
        max-height: 20px; }
  .top-fil-ara .sr-sec {
    padding: 7px 10px;
    min-height: 50px;
    border-right: 1px solid #E6EAF2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .top-fil-ara .sr-sec input {
      background-color: #0000000A;
      font-size: 12px !important;
      border: none;
      border-radius: 10px;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      min-height: 35px;
      padding-right: 30px; }
    .top-fil-ara .sr-sec .btn-search {
      position: absolute;
      right: 20px;
      padding: 0px;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none;
      min-height: 35px;
      border-radius: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .top-fil-ara .sr-sec .btn-search img {
        width: 15px; }
  .top-fil-ara .fil-btn {
    padding: 10px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
    .top-fil-ara .fil-btn .btn-add {
      font-size: 12px;
      font-family: "Inter", sans-serif;
      font-weight: 500;
      color: #fff;
      background-color: #103BB5;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 7px;
      width: 100%;
      border-radius: 5px; }
      .top-fil-ara .fil-btn .btn-add span.icon {
        background-color: #ffffff26;
        padding: 0px 6px;
        margin-right: 5px;
        border-radius: 1px; }

.usr-ara {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px; }
  .usr-ara .user-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    background-color: #103BB5;
    border-radius: 10px;
    padding: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px; }
    .usr-ara .user-view .img {
      height: 30px;
      width: 30px;
      overflow: hidden;
      margin-right: 5px;
      border-radius: 100%; }
    .usr-ara .user-view .usr-nme {
      color: #fff;
      margin-right: 10px;
      font-size: 12px; }

.sav .itm {
  width: calc(100% / 4 - 10px);
  background-color: #FFFFFF; }
  .sav .itm:nth-child(3n) {
    margin-right: 10px; }
  .sav .itm:nth-child(4n) {
    margin-right: 10px; }

.scroll-table {
  min-width: 2500px !important; }

.cmon-ara {
  margin-top: 20px;
  overflow: hidden; }
  .cmon-ara .head {
    position: relative;
    overflow: hidden;
    padding: 10px 0px 0px; }
    .cmon-ara .head .btn-sec {
      width: auto;
      position: absolute;
      top: 0px;
      right: 0px;
      background-color: #E6EAF2; }
      .cmon-ara .head .btn-sec .btn {
        background-color: #fff;
        padding: 10px;
        border-radius: 30px;
        font-size: 12px;
        text-transform: uppercase;
        margin-left: 10px;
        padding: 7px 15px; }
        .cmon-ara .head .btn-sec .btn img {
          margin-right: 10px; }
  .cmon-ara .frm .w-50 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .cmon-ara .frm .w-50 .itm {
      width: calc(50% - 10px); }
    .cmon-ara .frm .w-50 .file-upload {
      background-color: #fff;
      width: 100%;
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 20px; }

.list-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0px;
  background-color: #fff;
  border-top-left-radius: 35px;
  width: 100%; }
  .list-area .lst-bt-nav {
    background-color: #E6EAF2;
    padding: 30px 20px 0px;
    border-top-left-radius: 20px;
    height: 100%; }

.create .table-ara {
  overflow: hidden; }
  .create .table-ara .list-sec {
    padding: 20px 40px;
    border-bottom: 1px solid #0000000f; }
    .create .table-ara .list-sec .head h4 {
      font-size: 15px;
      color: #103BB5;
      font-family: "Inter", sans-serif;
      font-weight: 600;
      margin-bottom: 0px;
      position: relative; }
      .create .table-ara .list-sec .head h4::after {
        content: "";
        background-color: #103BB5;
        width: 25px;
        height: 2px;
        position: absolute;
        left: 0px;
        bottom: -20px; }
  .create .table-ara .cr-frm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .create .table-ara .cr-frm .frm-ara {
      width: 80%;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
      padding-right: 40px; }
    .create .table-ara .cr-frm input + .form-control-placeholder,
    .create .table-ara .cr-frm .form-control:focus + .form-control-placeholder {
      font-size: 85%; }
    .create .table-ara .cr-frm input:placeholder-shown + .form-control-placeholder {
      font-size: 14px; }
    .create .table-ara .cr-frm .file-upload {
      background-color: #F7F7F9;
      width: 100%;
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 20px; }
  .create .table-ara .btn-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 40px;
    border-top: 1px solid #0000000f;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.frm-ara.three-col {
  width: 100% !important;
  max-width: 100% !important; }

.list-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0px;
  background-color: #fff;
  border-top-left-radius: 35px;
  width: 100%; }
  .list-area .lst-bt-nav {
    background-color: #E6EAF2;
    padding: 30px 20px 0px;
    border-top-left-radius: 20px;
    height: 100%; }
  .list-area .fot-nav {
    padding: 8px 15px !important;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px; }
  .list-area .cus-usr {
    width: 350px; }
  .list-area .usr-vw {
    padding: 0px 10px;
    background-color: rgba(16, 59, 181, 0.17);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center; }
    .list-area .usr-vw .amd {
      padding: 10px 10px 10px 0px;
      color: #697489;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-width: 75px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .list-area .usr-vw .usr-sld {
      width: 200px; }
      .list-area .usr-vw .usr-sld .slider {
        width: 260px;
        padding: 0px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50px; }
        @media (max-width: 1440px) {
          .list-area .usr-vw .usr-sld .slider {
            width: 215px; } }
        .list-area .usr-vw .usr-sld .slider .slick-list .slide {
          border-radius: 5px;
          overflow: hidden;
          width: 35px !important;
          margin-right: 10px !important;
          margin-left: 10px !important; }
          .list-area .usr-vw .usr-sld .slider .slick-list .slide a {
            text-align: center;
            width: 100%;
            display: block;
            color: #707070;
            font-size: 14px;
            font-family: "Inter", sans-serif;
            text-decoration: none; }
            .list-area .usr-vw .usr-sld .slider .slick-list .slide a img {
              width: 100%; }
        .list-area .usr-vw .usr-sld .slider .prv-arw {
          background-image: url(../images/lft-arrow.svg);
          height: 15px;
          width: 15px;
          background-size: contain;
          cursor: pointer;
          position: absolute;
          left: -5px; }
        .list-area .usr-vw .usr-sld .slider .nxt-arw {
          background-image: url(../images/rgt-arrow.svg);
          height: 15px;
          width: 15px;
          background-size: contain;
          cursor: pointer;
          position: absolute;
          right: -5px; }
        .list-area .usr-vw .usr-sld .slider ul.slick-dots {
          display: none !important; }

.act-main .table-ara {
  height: auto; }
  .act-main .table-ara .activity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0px 15px 30px; }

.form-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0px 15px 30px; }
  .form-area .head h3 {
    color: #576691;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    position: relative;
    text-transform: uppercase;
    padding: 0 10px; }
  .form-area .head {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px; }
  .form-area .head h3::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #0000000f;
    position: absolute;
    top: 13px;
    margin-left: 10px; }
  .form-area .itm {
    width: calc(100% / 4 - 10px);
    padding: 10px; }
    @media (max-width: 767px) {
      .form-area .itm {
        width: calc(100% / 2 - 0px) !important; } }
    @media (max-width: 500px) {
      .form-area .itm {
        width: 100% !important; } }
    .form-area .itm.wid-50 {
      width: calc(50% - 20px); }
  .form-area .form-group label {
    font-weight: 400;
    font-family: "Inter", sans-serif; }
  .form-area input.form-control::-webkit-input-placeholder {
    font-weight: 500;
    color: #acadae;
    font-family: "Inter", sans-serif; }
  .form-area input.form-control:-ms-input-placeholder {
    font-weight: 500;
    color: #acadae;
    font-family: "Inter", sans-serif; }
  .form-area input.form-control::-ms-input-placeholder {
    font-weight: 500;
    color: #acadae;
    font-family: "Inter", sans-serif; }
  .form-area input.form-control::placeholder {
    font-weight: 500;
    color: #acadae;
    font-family: "Inter", sans-serif; }

#multiselectContainerReact div:first-child {
  height: 50px !important;
  padding: 10px !important;
  background-color: #f7f7f9;
  border: none; }

.calendar {
  position: relative; }
  .calendar .icon {
    position: absolute;
    top: 40px;
    right: 15px;
    width: 20px; }

.modal .modal-dialog {
  max-width: 800px; }
  .modal .modal-dialog .modal-content {
    border-radius: 15px;
    border: 1px solid #103BB5; }
    .modal .modal-dialog .modal-content .modal-header {
      position: relative;
      border-bottom: none;
      padding: 10px 15px; }
      .modal .modal-dialog .modal-content .modal-header h4 {
        font-family: "Inter", sans-serif;
        color: #0730A5;
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 0px;
        padding: 15px 55px 15px 25px; }
      .modal .modal-dialog .modal-content .modal-header .close {
        background-color: #ccc;
        position: absolute;
        right: 15px;
        top: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-shadow: none;
        color: #103BB5;
        padding: 15px 15px !important;
        font-size: 10px; }
        .modal .modal-dialog .modal-content .modal-header .close i {
          -webkit-box-shadow: none;
          box-shadow: none;
          text-shadow: none;
          font-size: 20px; }
    .modal .modal-dialog .modal-content .modal-body {
      padding: 10px 40px; }
      .modal .modal-dialog .modal-content .modal-body .frm-modal label {
        font-weight: 400;
        font-family: "Inter", sans-serif; }
      .modal .modal-dialog .modal-content .modal-body .frm-modal .bck-ara {
        background-color: #F7F7F9;
        padding: 0px 15px;
        border-radius: 5px;
        margin-bottom: 20px; }
        .modal .modal-dialog .modal-content .modal-body .frm-modal .bck-ara .btn-frm {
          padding: 10px 35px;
          border: 1px solid #D7DBE6;
          background-color: #fff;
          margin-left: 5px;
          border-radius: 15px;
          width: auto;
          font-family: "Inter", sans-serif;
          font-size: 14px;
          color: #103BB5;
          margin-top: 10px;
          margin-bottom: 10px; }
          .modal .modal-dialog .modal-content .modal-body .frm-modal .bck-ara .btn-frm.active {
            background-color: #1473E6;
            color: #fff; }
        .modal .modal-dialog .modal-content .modal-body .frm-modal .bck-ara .btn-month {
          padding: 10px 35px;
          border: 1px solid #D7DBE6;
          background-color: #fff;
          margin-left: 5px;
          border-radius: 15px;
          width: auto;
          font-family: "Inter", sans-serif;
          font-size: 14px;
          color: #103BB5;
          margin-top: 10px;
          margin-bottom: 10px; }
        .modal .modal-dialog .modal-content .modal-body .frm-modal .bck-ara.day .btn-frm {
          padding: 10px 25px; }
      .modal .modal-dialog .modal-content .modal-body .frm-modal .item-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px; }
        .modal .modal-dialog .modal-content .modal-body .frm-modal .item-row .item {
          width: calc(100% / 3 - 10px);
          margin-right: 15px; }
          .modal .modal-dialog .modal-content .modal-body .frm-modal .item-row .item:last-child {
            margin-right: 0px; }
          .modal .modal-dialog .modal-content .modal-body .frm-modal .item-row .item .number {
            position: relative; }
            .modal .modal-dialog .modal-content .modal-body .frm-modal .item-row .item .number::after {
              content: "keyboard_arrow_down ";
              position: absolute;
              z-index: 1;
              pointer-events: none;
              right: 15px;
              top: 53px;
              font-family: "Material Icons";
              font-weight: normal;
              font-style: normal;
              background-color: #fff;
              -webkit-box-shadow: 0px 1px 2px #00000017;
              box-shadow: 0px 1px 2px #00000017;
              border-radius: 6px;
              color: #103BB5;
              font-size: 15px;
              padding: 3px;
              width: 20px;
              height: 15px;
              line-height: 10px; }
            .modal .modal-dialog .modal-content .modal-body .frm-modal .item-row .item .number::before {
              content: "keyboard_arrow_up ";
              position: absolute;
              z-index: 1;
              pointer-events: none;
              right: 15px;
              top: 30px;
              font-family: "Material Icons";
              font-weight: normal;
              font-style: normal;
              background-color: #fff;
              -webkit-box-shadow: 0px 1px 2px #00000017;
              box-shadow: 0px 1px 2px #00000017;
              border-radius: 6px;
              color: #103BB5;
              font-size: 16px;
              padding: 3px;
              width: 20px;
              height: 15px;
              line-height: 10px; }
      .modal .modal-dialog .modal-content .modal-body .frm-modal .btn-sec {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
        margin-bottom: 20px; }

.month {
  padding: 0px 21px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px; }
  .month .btn-frm {
    width: auto !important; }
  .month ul.slick-dots {
    display: none !important; }
  .month .slick-slide {
    text-align: center; }
  .month .prv-arw {
    background-image: url(../images/lft-arrow.svg);
    height: 15px;
    width: 15px;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    left: -5px;
    top: 15px; }
  .month .nxt-arw {
    background-image: url(../images/rgt-arrow.svg);
    height: 15px;
    width: 15px;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    right: -5px;
    top: 15px; }

.react-numeric-input i {
  content: "keyboard_arrow_down ";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  right: 15px;
  top: 53px;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px #00000017;
  box-shadow: 0px 1px 2px #00000017;
  border-radius: 6px;
  color: #103BB5;
  font-size: 15px;
  padding: 3px;
  width: 20px;
  height: 15px;
  line-height: 10px; }

.fire-systm-cover .top-header-list ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  min-height: 55px;
  padding-top: 17px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fire-systm-cover .top-header-list ul li {
    margin-right: 18px;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: 24px; }
    @media (max-width: 1440px) {
      .fire-systm-cover .top-header-list ul li {
        font-size: 12px; } }
    .fire-systm-cover .top-header-list ul li:first-child {
      margin-right: 10px !important; }
    .fire-systm-cover .top-header-list ul li:hover {
      color: #103BB5; }
    .fire-systm-cover .top-header-list ul li.active {
      border-bottom: 3px solid #2d5ac6; }

.fire-systm-cover .top-fil-ara {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .fire-systm-cover .top-fil-ara .sr-sec.search-section input {
    font-size: 15px; }
    @media (max-width: 1440px) {
      .fire-systm-cover .top-fil-ara .sr-sec.search-section input {
        font-size: 13px; } }
  .fire-systm-cover .top-fil-ara .sr-sec.search-section .btn-search img {
    width: 18px;
    margin-top: -4px; }
  .fire-systm-cover .top-fil-ara .cap {
    border-right: 0px; }
  .fire-systm-cover .top-fil-ara .right-cont {
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .fire-systm-cover .top-fil-ara .right-cont .btn-section {
      min-height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-right: 1px solid #e6eaf2; }
      .fire-systm-cover .top-fil-ara .right-cont .btn-section .green-btn {
        background: #29D082;
        color: #fff;
        border: none;
        border-radius: 20px;
        padding: 7px 21px;
        margin-right: 5px;
        font-size: 14px; }
        @media (max-width: 1440px) {
          .fire-systm-cover .top-fil-ara .right-cont .btn-section .green-btn {
            font-size: 12px; } }
      .fire-systm-cover .top-fil-ara .right-cont .btn-section .grey-btn {
        background: #B6C1D5; }
    .fire-systm-cover .top-fil-ara .right-cont .btn-section-2 {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .fire-systm-cover .top-fil-ara .right-cont .btn-section-2 .btn.btn-top {
        padding: 7px 7px;
        border: 1px solid #E6EAF2;
        font-size: 12px;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        color: #103BB5;
        border-radius: 10px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        min-height: 35px;
        margin-left: 5px;
        font-size: 14px; }
        @media (max-width: 1440px) {
          .fire-systm-cover .top-fil-ara .right-cont .btn-section-2 .btn.btn-top {
            font-size: 12px; } }
        .fire-systm-cover .top-fil-ara .right-cont .btn-section-2 .btn.btn-top:hover {
          background: #e6eaf2; }
        .fire-systm-cover .top-fil-ara .right-cont .btn-section-2 .btn.btn-top img {
          margin-right: 10px;
          max-width: 20px;
          max-height: 20px; }
    .fire-systm-cover .top-fil-ara .right-cont .sr-sec.search-section {
      border-left: 1px solid #e6eaf2;
      margin-left: 6px; }
      .fire-systm-cover .top-fil-ara .right-cont .sr-sec.search-section .form-control {
        width: 187px; }
        @media (max-width: 1440px) {
          .fire-systm-cover .top-fil-ara .right-cont .sr-sec.search-section .form-control {
            width: 170px; } }

/*File system table*/
.green-box {
  text-align: center;
  padding: 0px !important; }

.green-plus {
  color: #24bb64;
  line-height: 26px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100px;
  margin-top: 8px;
  font-size: 21px;
  display: inline-block; }
  .green-plus img {
    width: 18px; }

.red-box {
  text-align: center;
  background: #ffd8d8 !important;
  padding: 0px !important; }

.red-plus {
  color: #e92d2d;
  line-height: 26px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100px;
  margin-top: 8px;
  font-size: 21px;
  display: inline-block; }
  .red-plus img {
    width: 18px; }

.date-wrapper {
  text-align: center;
  padding: 0px !important; }

.icon-img {
  line-height: 26px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100px;
  font-size: 21px;
  display: inline-block;
  margin-left: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .icon-img img {
    width: 18px; }

.date-wrapper {
  position: relative; }
  .date-wrapper .pos-date {
    color: #454649;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    font-size: 11px; }
  .date-wrapper .blue-num {
    width: 21px;
    height: 21px;
    background: #103bb5;
    color: #fff;
    border-radius: 50px;
    font-size: 11px;
    line-height: 21px;
    left: auto;
    right: 9px; }

.fire-sytem-otr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (max-width: 1679px) {
    .fire-sytem-otr .table-ara {
      /*height: calc(100vh - 115px) !important;*/ } }

.file-calendar-cover.cal-tab-active th {
  padding: 0px !important;
  height: 40px; }

.file-system-table-cover {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .file-system-table-cover .wid-date {
    width: auto !important; }
  .file-system-table-cover .filter-tr td.filter-box .img-ali {
    border-left: 0px !important; }
  .file-system-table-cover .file-system-sec-right {
    overflow-y: hidden;
    height: 100%; }
  .file-system-table-cover .table.file-system-table {
    margin-bottom: 2px !important; }
  .file-system-table-cover .file-system-sec-left.outer-width {
    width: calc(200px - 100%); }
    .file-system-table-cover .file-system-sec-left.outer-width .table-section .file-system-table td {
      white-space: nowrap; }
  .file-system-table-cover .file-system-sec-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100% - 140px); }
    .file-system-table-cover .file-system-sec-left .table-section {
      overflow-y: hidden;
      height: calc(100vh - 115px); }
  .file-system-table-cover .file-system-table th.d-count {
    min-width: 78px; }
  .file-system-table-cover .file-system-table thead .ref {
    min-width: 73px; }
  .file-system-table-cover .file-system-table thead .region,
  .file-system-table-cover .file-system-table thead .site,
  .file-system-table-cover .file-system-table thead .build,
  .file-system-table-cover .file-system-table thead .activity {
    min-width: 95px; }
  .file-system-table-cover .file-system-table thead .p-id {
    min-width: 127px; }
  .file-system-table-cover .file-system-table thead .l-perform {
    min-width: 118px; }
  .file-system-table-cover .file-system-table thead .n-due {
    min-width: 118px; }
  .file-system-table-cover .file-system-table thead th {
    background-color: rgba(230, 234, 242, 0.8) !important;
    border: none;
    font-size: 14px !important;
    height: 30px !important;
    white-space: nowrap;
    height: auto !important; }
    @media (max-width: 1679px) {
      .file-system-table-cover .file-system-table thead th {
        font-size: 13px !important; } }
  .file-system-table-cover .file-system-table td span {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100px; }
  .file-system-table-cover .file-system-table tbody tr {
    border-bottom: solid 5px #E6EAF2; }
  .file-system-table-cover .rt-btn {
    position: relative; }
  .file-system-table-cover .filter-box {
    text-align: right;
    padding: 7px;
    height: 45px; }
    .file-system-table-cover .filter-box .form-group {
      position: relative; }
    .file-system-table-cover .filter-box .form-control {
      height: 31px !important;
      background: #fff !important;
      padding-right: 18px !important;
      font-size: 12px;
      padding-left: 6px !important; }
    .file-system-table-cover .filter-box span.material-icons {
      position: absolute;
      right: 27px !important;
      top: 10px;
      font-size: 14px;
      color: #b7bcc5; }
  .file-system-table-cover .filter-btn {
    border: none;
    color: #C4C4C4;
    text-align: right;
    width: 100%;
    background-color: #fff;
    height: 31px;
    border-radius: 5px; }
    .file-system-table-cover .filter-btn span {
      font-size: 15px; }
  .file-system-table-cover .filter-blue td {
    background-color: #103bb5 !important; }
  .file-system-table-cover .filter-tr {
    border-bottom: 0; }
    .file-system-table-cover .filter-tr td {
      background-color: #E6EAF2;
      border: none; }
    .file-system-table-cover .filter-tr .active {
      background: #f5f5f5; }
  .file-system-table-cover .tab-toggle-btn {
    width: 53px;
    height: 53px;
    background-color: #fff;
    z-index: 101;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    position: absolute;
    left: -22px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    border: none;
    top: 50%;
    z-index: 1500; }
    .file-system-table-cover .tab-toggle-btn span {
      color: #103BB5;
      font-size: 25px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .file-system-table-cover .tab-toggle-btn.active span {
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1); }
  .file-system-table-cover .file-system-sec-right {
    background-color: #E6EAF2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .file-system-table-cover .file-system-sec-right .system-right-title {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      color: #103BB5;
      vertical-align: middle;
      background-color: #ebeef5;
      font-weight: 600;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      font-size: 14px;
      height: 50px;
      text-align: center;
      padding: 5px;
      padding-left: 15px;
      color: #103BB5;
      font-family: "Inter", sans-serif; }
    .file-system-table-cover .file-system-sec-right .tab-btm-cover {
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .file-system-table-cover .file-calendar-cover {
    /*justify-content: flex-end;*/
    height: 100%;
    position: relative;
    right: 0;
    width: 140px;
    overflow: hidden; }
    .file-system-table-cover .file-calendar-cover .calendar-tab-cover {
      /*transition: .3s;*/
      padding: 0 10px 3.5px;
      border-radius: 5px;
      background-color: #103BB5;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: inherit;
      height: calc(100vh - 115px); }
      .file-system-table-cover .file-calendar-cover .calendar-tab-cover .calendar-table {
        width: 100%;
        min-width: 1250px;
        border-spacing: 0px;
        border-collapse: separate;
        background: #103bb5; }
        .file-system-table-cover .file-calendar-cover .calendar-tab-cover .calendar-table thead th {
          border: none;
          vertical-align: middle;
          font-weight: 400;
          font-size: 15px;
          text-align: center;
          height: 40px;
          padding: 5px 0px;
          white-space: nowrap; }
          .file-system-table-cover .file-calendar-cover .calendar-tab-cover .calendar-table thead th span {
            width: 70%;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-color: transparent;
            padding: 5px;
            border-radius: 45px; }
          .file-system-table-cover .file-calendar-cover .calendar-tab-cover .calendar-table thead th.th-active span {
            background-color: #29D082; }
          .file-system-table-cover .file-calendar-cover .calendar-tab-cover .calendar-table thead th:first-child {
            text-align: left; }
        .file-system-table-cover .file-calendar-cover .calendar-tab-cover .calendar-table tbody tr td {
          border: none;
          border-radius: 5px;
          background-color: rgba(255, 255, 255, 0.09);
          position: relative;
          /*padding: 20px 15px;*/
          border-bottom: 5px solid #103bb5;
          border-right: 5px solid #103bb5; }
          .file-system-table-cover .file-calendar-cover .calendar-tab-cover .calendar-table tbody tr td:first-child {
            background-color: rgba(0, 0, 0, 0.25);
            border-radius: 5px; }
          .file-system-table-cover .file-calendar-cover .calendar-tab-cover .calendar-table tbody tr td .cal-note {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            background-color: #DEF5FF;
            position: absolute;
            left: 0;
            top: 0;
            border-radius: 5px;
            padding: 5px;
            -ms-flex-negative: 0;
            flex-shrink: 0; }
            .file-system-table-cover .file-calendar-cover .calendar-tab-cover .calendar-table tbody tr td .cal-note .num {
              width: 26px;
              height: 26px;
              border-radius: 50%;
              color: #fff;
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              font-size: 11px;
              background-color: #103BB5;
              margin-left: 15px;
              z-index: 1;
              position: relative;
              -ms-flex-negative: 0;
              flex-shrink: 0; }
              .file-system-table-cover .file-calendar-cover .calendar-tab-cover .calendar-table tbody tr td .cal-note .num::after {
                content: '';
                width: 15px;
                height: 1px;
                position: absolute;
                left: -15px;
                opacity: 0.57;
                top: 0;
                bottom: 0;
                margin: auto;
                z-index: -1;
                border-top: dashed 1px #06247B; }
              .file-system-table-cover .file-calendar-cover .calendar-tab-cover .calendar-table tbody tr td .cal-note .num:first-child {
                margin-left: 0; }
                .file-system-table-cover .file-calendar-cover .calendar-tab-cover .calendar-table tbody tr td .cal-note .num:first-child::after {
                  display: none; }
    .file-system-table-cover .file-calendar-cover .tab-title {
      font-size: 14px;
      font-weight: 400; }
    .file-system-table-cover .file-calendar-cover.cal-tab-active {
      width: 1300px;
      min-width: -webkit-min-content;
      min-width: -moz-min-content;
      min-width: min-content;
      overflow: auto; }
      .file-system-table-cover .file-calendar-cover.cal-tab-active .calendar-tab-cover {
        display: block; }

.list-area .top-header-list ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  min-height: 55px;
  padding-top: 17px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list-area .top-header-list ul li {
    margin-right: 18px;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: 24px; }
    @media (max-width: 1440px) {
      .list-area .top-header-list ul li {
        font-size: 12px; } }
    .list-area .top-header-list ul li:first-child {
      margin-right: 10px !important; }
    .list-area .top-header-list ul li:hover {
      color: #103BB5; }
    .list-area .top-header-list ul li.active {
      border-bottom: 3px solid #2d5ac6; }

.list-area .top-fil-ara {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .list-area .top-fil-ara .sr-sec.search-section input {
    font-size: 15px; }
    @media (max-width: 1440px) {
      .list-area .top-fil-ara .sr-sec.search-section input {
        font-size: 13px; } }
  .list-area .top-fil-ara .sr-sec.search-section .btn-search img {
    width: 18px;
    margin-top: -4px; }
  .list-area .top-fil-ara .cap {
    border-right: 0px; }
  .list-area .top-fil-ara .right-cont {
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .list-area .top-fil-ara .right-cont .btn-section {
      min-height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-right: 1px solid #e6eaf2; }
      .list-area .top-fil-ara .right-cont .btn-section .green-btn {
        background: #29D082;
        color: #fff;
        border: none;
        border-radius: 20px;
        padding: 7px 21px;
        margin-right: 5px;
        font-size: 14px; }
        @media (max-width: 1440px) {
          .list-area .top-fil-ara .right-cont .btn-section .green-btn {
            font-size: 12px; } }
      .list-area .top-fil-ara .right-cont .btn-section .grey-btn {
        background: #B6C1D5; }
    .list-area .top-fil-ara .right-cont .btn-section-2 {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .list-area .top-fil-ara .right-cont .btn-section-2 .btn.btn-top {
        padding: 7px 7px;
        border: 1px solid #E6EAF2;
        font-size: 12px;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        color: #103BB5;
        border-radius: 10px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        min-height: 35px;
        margin-left: 5px;
        font-size: 14px; }
        @media (max-width: 1440px) {
          .list-area .top-fil-ara .right-cont .btn-section-2 .btn.btn-top {
            font-size: 12px; } }
        .list-area .top-fil-ara .right-cont .btn-section-2 .btn.btn-top:hover {
          background: #e6eaf2; }
        .list-area .top-fil-ara .right-cont .btn-section-2 .btn.btn-top img {
          margin-right: 0px;
          max-width: 20px;
          max-height: 20px; }
    .list-area .top-fil-ara .right-cont .sr-sec.search-section {
      border-left: 1px solid #e6eaf2;
      margin-left: 6px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
      .list-area .top-fil-ara .right-cont .sr-sec.search-section .form-control {
        width: 187px; }
        @media (max-width: 1440px) {
          .list-area .top-fil-ara .right-cont .sr-sec.search-section .form-control {
            width: 170px; } }

.list-area .region-table thead .ref {
  width: 130px; }

.list-area .region-table thead .region {
  width: 130px; }

.list-area .region-table thead .consultancy {
  width: 130px; }

.list-area .region-table thead .client {
  width: 130px; }

.list-area .region-table thead .asited-prj {
  width: 170px; }

.list-area .region-table thead .usr {
  width: 200px; }

.list-area .region-table thead .action {
  width: 30px; }
  .list-area .region-table thead .action img {
    height: 15px; }

.list-area .region-table thead th {
  background-color: rgba(230, 234, 242, 0.8) !important;
  font-size: 14px !important; }
  @media (max-width: 1679px) {
    .list-area .region-table thead th {
      font-size: 13px !important; } }

.list-area .region-table tbody tr td.action {
  width: 30px; }
  .list-area .region-table tbody tr td.action img {
    height: 15px; }

.list-area .region-table .action-click {
  width: 100%;
  display: block;
  text-align: center; }
  .list-area .region-table .action-click img {
    width: 10px; }

.list-area .region-table .action .show {
  border: none;
  padding: 5px 15px !important;
  top: 10px !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 6px #00000024;
  box-shadow: 0px 0px 6px #00000024; }
  .list-area .region-table .action .show::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    z-index: -9;
    display: block;
    top: -7px;
    position: fixed;
    right: 3px; }
  .list-area .region-table .action .show li {
    padding: 10px 5px;
    border-bottom: 1px solid #0000000A; }
    .list-area .region-table .action .show li:last-child {
      border-bottom: none; }
    .list-area .region-table .action .show li span {
      font-size: 13px;
      font-weight: 400; }
      .list-area .region-table .action .show li span img {
        margin-right: 15px; }

.list-area .top-fil-ara .right-cont .btn-section-2 .btn-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .list-area .top-fil-ara .right-cont .btn-section-2 .btn-toggle .btn {
    margin: 0px !important; }
    .list-area .top-fil-ara .right-cont .btn-section-2 .btn-toggle .btn:first-child {
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      border-right: 0px; }
    .list-area .top-fil-ara .right-cont .btn-section-2 .btn-toggle .btn:last-child {
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; }
    .list-area .top-fil-ara .right-cont .btn-section-2 .btn-toggle .btn.active {
      background: #e6eaf2; }

.site-list .table-section table thead tr th.img-sq-box {
  width: 54px;
  min-width: 54px !important; }

.site-list .table-section table tbody tr th.img-sq-box {
  width: 54px;
  min-width: 54px !important; }

@media (max-width: 1679px) {
  .file-system-table-cover .file-calendar-cover .calendar-tab-cover .calendar-table thead th {
    font-size: 13px; }
  .file-system-table-cover .file-calendar-cover .calendar-tab-cover .calendar-table tbody tr td {
    font-size: 13px; }
  .list-area .calendar-tab-cover .calendar-table thead th {
    font-size: 13px; }
  .list-area .file-calendar-cover .calendar-tab-cover .calendar-table tbody tr td {
    font-size: 13px; } }

@media (max-width: 1500px) {
  .file-system-table-cover .file-calendar-cover.cal-tab-active .calendar-tab-cover {
    /*justify-content: flex-start;*/ }
  .file-system-table-cover .file-calendar-cover .calendar-tab-cover .calendar-table {
    min-width: 1200px; }
  .file-system-table-cover .file-calendar-cover .calendar-tab-cover .calendar-table tbody tr td .cal-note .num {
    width: 21px;
    height: 21px;
    font-size: 9px; }
    .file-system-table-cover .file-calendar-cover .calendar-tab-cover .calendar-table tbody tr td .cal-note .num::after {
      width: 10px;
      left: -10px; }
  .list-area .file-calendar-cover .calendar-tab-cover .calendar-table {
    min-width: 1200px; }
  .list-area .file-calendar-cover .calendar-tab-cover .calendar-table tbody tr td .cal-note .num {
    width: 21px;
    height: 21px;
    font-size: 9px; }
    .list-area .file-calendar-cover .calendar-tab-cover .calendar-table tbody tr td .cal-note .num::after {
      width: 10px;
      left: -10px; }
  .frm-ara .head h3 {
    font-size: 14px; }
  .sav .itm .itm-cnt .form-group label.form-control-placeholder-save {
    font-size: 12px; }
  .sav .itm .itm-cnt .form-group h3 {
    font-size: 14px; } }

@media (max-width: 1300px) {
  .sav .itm .itm-cnt .form-group label.form-control-placeholder-save {
    font-size: 12px; }
  .sav .itm .itm-cnt .form-group h3 {
    font-size: 14px; } }

@media (max-width: 991px) {
  .file-system-table-cover .file-calendar-cover.cal-tab-active {
    width: calc(100vw - 100px); }
  .file-system-table-cover .file-calendar-cover .tab-toggle-btn {
    width: 45px;
    height: 45px;
    left: -17px; }
    .file-system-table-cover .file-calendar-cover .tab-toggle-btn span {
      font-size: 18px; }
  .list-area .file-calendar-cover.cal-tab-active {
    width: calc(100vw - 100px); }
  .list-area .file-calendar-cover .tab-toggle-btn {
    width: 45px;
    height: 45px;
    left: -17px; }
    .list-area .file-calendar-cover .tab-toggle-btn span {
      font-size: 18px; }
  .fst {
    border-radius: 15px !important; }
    .fst .top-slider.nav-ara {
      border-top-left-radius: 15px !important;
      border-top-right-radius: 15px !important; }
    .fst .sav .itm {
      width: calc(100% / 3 - 7px); }
      .fst .sav .itm:nth-child(3n) {
        margin-right: 0px; }
  .frm-ara.cmon-ara .frm.sav .w-50 .itm:nth-child(3n) {
    margin-right: 10px; } }

.dropdown-more .dropdown-toggle {
  color: #103BB5;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 10px;
  line-height: 0; }

.dropdown-more .dropdown-toggle::after {
  display: none; }

.dropdown-more .dropdown-menu .btn-top {
  padding: 7px 7px;
  border-bottom: 1px solid #E6EAF2;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #103BB5;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (max-width: 1440px) {
    .dropdown-more .dropdown-menu .btn-top {
      font-size: 12px; } }
  .dropdown-more .dropdown-menu .btn-top:hover {
    background: #e6eaf2; }
  .dropdown-more .dropdown-menu .btn-top img {
    margin-right: 10px;
    max-width: 20px;
    max-height: 20px; }

.title-btn-wrapper .rgt-block {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 10px; }

.title-btn-wrapper .cal-opn-btn {
  border: none;
  border-radius: 5px;
  background-color: #3CC2FF;
  padding: 5px 10px;
  color: #fff; }

@media screen and (max-width: 1679px) {
  .fire-systm-cover .top-fil-ara .right-cont .btn-section-2 .btn.btn-top {
    font-size: 13px; }
  .list-area .top-fil-ara .right-cont .btn-section-2 .btn.btn-top {
    font-size: 13px; } }

@media screen and (max-width: 1400px) {
  .fire-systm-cover .top-fil-ara .right-cont .btn-section-2 .btn.btn-top {
    font-size: 12px; }
  .fire-systm-cover .top-fil-ara .right-cont .btn-section .green-btn {
    padding: 7px 15px;
    font-size: 13px; }
  .list-area .top-fil-ara .right-cont .btn-section-2 .btn.btn-top {
    font-size: 12px; }
  .list-area .top-fil-ara .right-cont .btn-section .green-btn {
    padding: 7px 15px;
    font-size: 13px; } }

@media screen and (max-width: 1340px) {
  .fire-systm-cover .top-fil-ara .right-cont .btn-section-2 .btn.btn-top {
    min-width: 40px; }
    .fire-systm-cover .top-fil-ara .right-cont .btn-section-2 .btn.btn-top img {
      margin-right: 0; }
    .fire-systm-cover .top-fil-ara .right-cont .btn-section-2 .btn.btn-top .btn-txt {
      display: none; }
  .list-area .top-fil-ara .right-cont .btn-section-2 .btn.btn-top {
    min-width: 40px; }
    .list-area .top-fil-ara .right-cont .btn-section-2 .btn.btn-top img {
      margin-right: 0; }
    .list-area .top-fil-ara .right-cont .btn-section-2 .btn.btn-top .btn-txt {
      display: none; }
  .list-area .usr-vw .usr-sld .slider {
    width: 210px; } }

@media screen and (max-width: 1100px) {
  .dash .dash-cont .pub-ara.six .items {
    width: calc(25% - 15px); }
  .dash .dash-cont .pub-ara.six .items .itm-btm .head h2 {
    font-size: 16px; } }

@media screen and (max-width: 600px) {
  .title-btn-wrapper .sr-sec,
  .title-btn-wrapper .btn-section-2 {
    display: none !important; }
  .title-btn-wrapper .rgt-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .file-system-table-cover .file-calendar-cover {
    width: 0;
    opacity: 0;
    height: auto; }
  .file-system-table-cover .file-system-sec-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .file-system-table-cover .file-system-sec-right .system-right-title {
    display: none; }
  .file-system-table-cover .file-system-sec-right.mob-sec .system-right-title {
    display: block;
    text-align: left; }
  .file-system-sec-right.mob-sec {
    overflow: hidden !important; }
  .file-system-table-cover .file-calendar-cover.cal-tab-active .calendar-tab-cover {
    overflow-x: scroll; }
  .file-system-table-cover .file-calendar-cover.cal-tab-active {
    opacity: 1;
    max-height: 100%;
    overflow: auto; }
  .file-system-table-cover .file-calendar-cover .tab-toggle-btn {
    border-radius: 0 45px 45px 0;
    width: 30px;
    height: 55px;
    left: 0; }
    .file-system-table-cover .file-calendar-cover .tab-toggle-btn span {
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1); }
  .title-btn-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .title-btn-wrapper .right-cont .btn-section {
      border-right: 0 !important; }
  .sr-sec.search-section {
    display: block !important;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    border-right: 0px;
    padding-right: 0px; }
  .fire-systm-cover .top-fil-ara .right-cont {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0px 10px; }
  .fot-nav {
    border-radius: 20px !important; }
    .fot-nav ul.pagnation {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list-area .usr-vw .usr-sld .slider {
    width: 200px; }
  .dash {
    border-radius: 15px; }
    .dash .dash-cont {
      border-radius: 15px; }
  .frm-ara {
    padding: 15px; }
  .top-slider {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; } }

@media (max-width: 767px) {
  .list-area .top-fil-ara .right-cont {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .list-area .usr-vw .usr-sld {
    width: 120px; }
  .list-area .usr-vw .usr-sld .slider {
    width: 150px; }
  .dash .dash-cont .pub-ara.six .items {
    width: calc(33.3% - 15px); }
  .fst {
    border-radius: 15px !important; }
    .fst .top-slider.nav-ara {
      border-top-left-radius: 15px !important;
      border-top-right-radius: 15px !important; }
    .fst .sav .itm {
      width: calc(100% / 2 - 5px); }
      .fst .sav .itm:nth-child(2n) {
        margin-right: 0px; }
      .fst .sav .itm:nth-child(3n) {
        margin-right: 10px; }
  .frm .itm {
    width: calc(100% / 2 - 10px);
    margin-right: 10px; }
    .frm .itm:nth-child(2n) {
      margin-right: 0px; }
    .frm .itm:nth-child(3n) {
      margin-right: 10px; }
  .frm-ara.cmon-ara .frm.sav .w-50 .itm {
    width: 100%;
    margin-right: 0px; }
    .frm-ara.cmon-ara .frm.sav .w-50 .itm:nth-child(3n) {
      margin-right: 0px; }
    .frm-ara.cmon-ara .frm.sav .w-50 .itm:nth-child(2n) {
      margin-right: 0px; }
  .create .table-ara .btn-sec {
    margin-top: auto; }
  .create .table-ara .list-sec {
    padding: 20px 15px; }
  .create .table-ara .cr-frm .frm-ara {
    padding: 15px; }
    .create .table-ara .cr-frm .frm-ara .row {
      margin: 0px; }
      .create .table-ara .cr-frm .frm-ara .row .col-md-8, .create .table-ara .cr-frm .frm-ara .row .col-md-4 {
        padding: 0px; }
        .create .table-ara .cr-frm .frm-ara .row .col-md-8 .file-upload, .create .table-ara .cr-frm .frm-ara .row .col-md-4 .file-upload {
          margin-top: 20px; }
  .act-main .table-ara .activity {
    padding: 5px; }
    .act-main .table-ara .activity .itm {
      width: calc(100% / 2 - 0px) !important; }
  .create .table-ara .btn-sec {
    padding: 20px 15px; } }

@media screen and (max-width: 550px) {
  .title-btn-wrapper .right-cont {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%; }
  .title-btn-wrapper .cap {
    width: 100%; }
  .fire-systm-cover .top-fil-ara .right-cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px; }
  .sr-sec.search-section {
    border-left: none !important;
    margin: 0px !important;
    padding: 0px 10px !important;
    width: 100% !important; }
    .sr-sec.search-section .form-control {
      width: 100% !important; }
  .fire-systm-cover .top-fil-ara .sr-sec.search-section .btn-search img {
    margin-top: -15px; }
  .dropdown.dropdown-more .btn.dropdown-toggle {
    padding-right: 0px; }
  .fot-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .fot-nav ul.pagnation.prv-nxt {
      margin-top: 10px; }
  .list-area .top-fil-ara .right-cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .list-area .top-fil-ara .sr-sec.search-section .btn-search img {
    margin-top: -15px; }
  .top-fil-ara .fil-btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0px; }
  .title-btn-wrapper .rgt-block {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .top-fil-ara .sr-sec .btn-search {
    top: 15px; }
  .dash .dash-cont .pub-ara.six .items {
    width: calc(50% - 15px); }
  .fst .sav .itm {
    width: 100%;
    margin-right: 0px; }
    .fst .sav .itm:nth-child(2n), .fst .sav .itm:nth-child(3n) {
      margin-right: 0px; }
  .frm .itm {
    width: 100%;
    margin-right: 0px; }
    .frm .itm:nth-child(2n) {
      margin-right: 0px; }
    .frm .itm:nth-child(3n) {
      margin-right: 0px; } }

@media (max-width: 450px) {
  .dash .dash-cont .pub-ara.six .items {
    width: 100%;
    margin-right: 0px !important; } }

@media screen and (max-width: 360px) {
  .fire-systm-cover .top-fil-ara .right-cont .btn-section .green-btn {
    padding: 7px 12px; }
  .list-area .top-fil-ara .right-cont .btn-section .green-btn {
    padding: 7px 12px; }
  .list-area .top-fil-ara .right-cont {
    padding-left: 10px; }
  .top-fil-ara .fil-btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 5px 10px 0px; } }

.form-group.calendar .react-date-picker__wrapper {
  border: none !important; }

.form-group.calendar svg.react-date-picker__clear-button__icon.react-date-picker__button__icon {
  width: 13px; }

.form-group.calendar svg.react-date-picker__calendar-button__icon.react-date-picker__button__icon {
  stroke: #999ba0; }

.lst-bt-nav.create .table-ara {
  min-height: 97%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.modal.schedule-modal .modal-dialog {
  max-width: 1440px !important; }
  @media (max-width: 1440px) {
    .modal.schedule-modal .modal-dialog {
      max-width: 95% !important; } }

.modal.schedule-modal .modal-body {
  padding-top: 0px !important; }

.modal.schedule-modal .outer-table-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .modal.schedule-modal .outer-table-section .total {
    background: #D7DEEB;
    min-height: 60px;
    text-align: right; }
    .modal.schedule-modal .outer-table-section .total h3 {
      margin-bottom: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      color: #103BB5; }
      .modal.schedule-modal .outer-table-section .total h3 .txt {
        padding-right: 14px; }
    .modal.schedule-modal .outer-table-section .total .tot {
      min-height: 60px;
      background: #ABBCDB;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0px 19px;
      font-weight: 700; }
  .modal.schedule-modal .outer-table-section .table-com {
    background: #E6EAF2;
    padding: 15px;
    border-radius: 5px; }
    .modal.schedule-modal .outer-table-section .table-com td .container-check {
      top: -4px; }
    .modal.schedule-modal .outer-table-section .table-com .button-section {
      border-bottom: 1px solid #d7d0d0; }
      .modal.schedule-modal .outer-table-section .table-com .button-section .blue-btn {
        background: #103BB5;
        color: #fff;
        padding: 8px 12px;
        border: 2px solid #103bb5;
        margin-bottom: 9px;
        border-radius: 5px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px; }
        @media (max-width: 1440px) {
          .modal.schedule-modal .outer-table-section .table-com .button-section .blue-btn {
            padding: 8px 8px;
            font-size: 12px; } }
        .modal.schedule-modal .outer-table-section .table-com .button-section .blue-btn:hover {
          background: #fff;
          color: #103BB5; }
      .modal.schedule-modal .outer-table-section .table-com .button-section .grey-btn {
        background-color: #8D96AE;
        color: #fff;
        padding: 8px 12px;
        border: 2px solid #8d96ae;
        margin-bottom: 9px;
        border-radius: 5px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px; }
        @media (max-width: 1440px) {
          .modal.schedule-modal .outer-table-section .table-com .button-section .grey-btn {
            padding: 8px 8px;
            font-size: 12px; } }
        .modal.schedule-modal .outer-table-section .table-com .button-section .grey-btn:hover {
          background: #fff;
          color: #103BB5; }
    .modal.schedule-modal .outer-table-section .table-com .search-section {
      margin-top: 15px;
      background: #fff;
      padding: 15px !important;
      -webkit-box-shadow: 0px 3px 6px #0000000A;
      box-shadow: 0px 3px 6px #0000000A;
      border-radius: 5px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
      .modal.schedule-modal .outer-table-section .table-com .search-section .form-control {
        width: 290px !important;
        background: #E5E9F1; }
        @media (max-width: 1440px) {
          .modal.schedule-modal .outer-table-section .table-com .search-section .form-control {
            font-size: 13px; } }
      .modal.schedule-modal .outer-table-section .table-com .search-section .btn-search {
        position: absolute;
        left: 269px;
        padding: 0;
        margin-top: -6px;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .modal.schedule-modal .outer-table-section .table-com .search-section .clear-btn {
        padding-left: 15px;
        text-decoration: underline;
        color: #103BB5;
        font-family: "Inter", sans-serif;
        cursor: pointer; }
  .modal.schedule-modal .outer-table-section .table-section {
    margin-top: 6px;
    max-height: 500px; }
    .modal.schedule-modal .outer-table-section .table-section table {
      min-width: auto !important;
      margin-bottom: 0; }
    .modal.schedule-modal .outer-table-section .table-section .dropdown-menu {
      top: 13px !important;
      width: 100% !important;
      font-size: 13px;
      padding: 0px 14px;
      left: -12px !important; }
      .modal.schedule-modal .outer-table-section .table-section .dropdown-menu .dropdown-item {
        padding: 4px 0px; }
    .modal.schedule-modal .outer-table-section .table-section .dropdown-toggle {
      width: 100%;
      display: inline-block;
      text-decoration: none !important; }
      .modal.schedule-modal .outer-table-section .table-section .dropdown-toggle::after {
        content: "keyboard_arrow_down ";
        position: absolute;
        z-index: 1;
        left: auto;
        pointer-events: none;
        right: 15px;
        top: 15px;
        font-family: "Material Icons";
        font-weight: normal;
        font-style: normal;
        background-color: #fff;
        -webkit-box-shadow: 0px 1px 2px #00000017;
        box-shadow: 0px 1px 2px #00000017;
        border-radius: 6px;
        color: #103BB5;
        font-size: 16px;
        padding: 3px;
        width: 20px;
        height: 20px;
        line-height: 13px;
        border: none; }
    .modal.schedule-modal .outer-table-section .table-section td {
      background: #fff; }
  .modal.schedule-modal .outer-table-section .table-sec-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    margin-right: 5px; }
    @media (max-width: 1440px) {
      .modal.schedule-modal .outer-table-section .table-sec-1 .table-section table {
        min-width: 555px !important; } }
  .modal.schedule-modal .outer-table-section .table-sec-2 {
    width: 350px;
    padding: 0;
    margin-right: 5px; }
    .modal.schedule-modal .outer-table-section .table-sec-2 .search-section .form-control {
      width: 195px !important; }
    .modal.schedule-modal .outer-table-section .table-sec-2 .search-section .btn-search {
      left: 170px; }
  .modal.schedule-modal .outer-table-section .table-sec-3 {
    width: 350px;
    padding: 0; }
    .modal.schedule-modal .outer-table-section .table-sec-3 .search-section .form-control {
      width: 195px; }
    .modal.schedule-modal .outer-table-section .table-sec-3 .search-section .btn-search {
      left: 170px; }

/* The container */
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 6px;
  top: -8px; }

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.container-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px !important;
  width: 19px !important;
  background-color: #fff !important;
  border-radius: 0 !important;
  border: 1px solid #d9dbdf; }

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #2196F3; }

/* Create the checkmark/indicator (hidden when not checked) */
.container-check .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 6px !important;
  top: 1px !important;
  width: 5px;
  height: 10px;
  border: solid #103bb5;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

@media (max-width: 1440px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 10px 22px; } }

@media (max-width: 1190px) {
  .modal.schedule-modal .outer-table-section .table-sec-1 {
    width: 100%; }
  .modal.schedule-modal .outer-table-section .table-sec-2 {
    width: 49%;
    margin-top: 5px; }
  .modal.schedule-modal .outer-table-section .table-sec-3 {
    width: 50%;
    margin-top: 5px; }
  .modal.schedule-modal .outer-table-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (max-width: 700px) {
  .modal.schedule-modal .outer-table-section .table-sec-2 {
    width: 100%;
    margin-right: 0px; }
  .modal.schedule-modal .outer-table-section .table-sec-3 {
    width: 100%; } }

.confirmModal .modal-dialog {
  max-width: 550px !important; }
  @media (max-width: 1679px) {
    .confirmModal .modal-dialog {
      max-width: 500px !important; } }
  @media (max-width: 600px) {
    .confirmModal .modal-dialog {
      max-width: 95% !important; } }

.confirmModal .modal-header {
  padding: 25px 15px !important; }

.confirmModal .modal-body {
  padding: 50px 40px 90px !important; }
  @media (max-width: 600px) {
    .confirmModal .modal-body {
      padding: 50px 15px 90px !important; } }
  .confirmModal .modal-body .qun-img img {
    width: 65px;
    margin-bottom: 5px; }
    @media (max-width: 1679px) {
      .confirmModal .modal-body .qun-img img {
        width: 55px;
        margin-bottom: 2px; } }
  .confirmModal .modal-body h3 {
    font-family: "Inter", sans-serif;
    color: #2a2b2c;
    font-weight: 600;
    font-size: 21px;
    margin-top: 9px;
    margin-bottom: 3px; }
    @media (max-width: 1679px) {
      .confirmModal .modal-body h3 {
        font-size: 19px; } }
  .confirmModal .modal-body h4 {
    font-family: "Inter", sans-serif;
    color: #192033;
    font-weight: 400;
    font-size: 17px;
    margin-top: 0; }
    @media (max-width: 1679px) {
      .confirmModal .modal-body h4 {
        font-size: 15px; } }
  .confirmModal .modal-body .btn-sec {
    margin-top: 25px; }

@media (max-width: 1679px) {
  .zoom-point {
    zoom: 85%; } }

.custom-selecbox::after {
  padding: 0px !important;
  line-height: 20px;
  text-align: center; }

.assigned-build-modal .modal-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0 !important; }
  .assigned-build-modal .modal-header h4.modal-title {
    padding-left: 7px !important;
    padding-bottom: 1px !important; }
  .assigned-build-modal .modal-header h5 {
    padding-left: 7px !important; }

.assigned-build-modal .modal-body {
  padding-top: 0 !important;
  padding: 0 !important; }
  .assigned-build-modal .modal-body .tab-section {
    padding: 10px 22px 0px;
    border-bottom: 2px solid #f4f1f1; }
    .assigned-build-modal .modal-body .tab-section ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none; }
      .assigned-build-modal .modal-body .tab-section ul li {
        margin-right: 22px; }
        .assigned-build-modal .modal-body .tab-section ul li.active {
          border-bottom: 2px solid #0730A5;
          min-height: 33px; }
          .assigned-build-modal .modal-body .tab-section ul li.active .nme {
            color: #0730A5; }
          .assigned-build-modal .modal-body .tab-section ul li.active .numb {
            color: #0730A5; }
        .assigned-build-modal .modal-body .tab-section ul li .numb {
          background: #f2ecec;
          color: #0730a5c2;
          padding: 3px 4px;
          font-size: 12px; }
        .assigned-build-modal .modal-body .tab-section ul li .nme {
          color: rgba(119, 131, 165, 0.45);
          font-weight: 500;
          padding-left: 5px; }
  .assigned-build-modal .modal-body .btn-survey-sec {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .assigned-build-modal .modal-body .btn-assign {
    background: #D8DEEE;
    color: #6373A2;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .assigned-build-modal .modal-body .btn-assign .icn-sec {
      font-size: 14px;
      background: #f8f4f4;
      color: #6373A2;
      width: 25px;
      height: 23px;
      border-radius: 50px;
      line-height: 25px;
      margin-right: 5px; }
  .assigned-build-modal .modal-body .btn-sec {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 22px; }
  .assigned-build-modal .modal-body .sr-sec.search-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 9px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .assigned-build-modal .modal-body .sr-sec.search-section .sr-out {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .assigned-build-modal .modal-body .sr-sec.search-section .sr-out .form-control {
        font-size: 12px;
        border: 1px solid #fff;
        padding-right: 23px; }
      .assigned-build-modal .modal-body .sr-sec.search-section .sr-out .btn-search {
        position: absolute;
        right: 37px;
        top: -7px; }
        .assigned-build-modal .modal-body .sr-sec.search-section .sr-out .btn-search img {
          width: 17px; }
      .assigned-build-modal .modal-body .sr-sec.search-section .sr-out .clear-btn {
        text-decoration: underline;
        margin-left: 11px; }
      .assigned-build-modal .modal-body .sr-sec.search-section .sr-out .filtr-sec .fl-off {
        margin-left: 5px; }
  .assigned-build-modal .modal-body .survey-list {
    padding: 10px 22px 0px; }
    .assigned-build-modal .modal-body .survey-list ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none; }
      .assigned-build-modal .modal-body .survey-list ul li {
        border: 1px solid #e6eaf2;
        padding: 0px 15px;
        margin-top: 10px;
        min-height: 37px;
        border-radius: 5px;
        margin-right: 20px; }
        .assigned-build-modal .modal-body .survey-list ul li label {
          font-size: 14px;
          top: 7px;
          left: 0;
          padding-left: 27px;
          margin-right: 15px;
          margin-bottom: 0;
          line-height: 12px; }
  .assigned-build-modal .modal-body .survey-out .survey-table .img-sq-box .container-check {
    margin-bottom: 0px !important;
    height: auto !important;
    padding-top: 0px !important; }
  .assigned-build-modal .modal-body .survey-out .survey-table th.img-sq-box, .assigned-build-modal .modal-body .survey-out .survey-table td.img-sq-box {
    vertical-align: middle !important; }
  .assigned-build-modal .modal-body .survey-out .survey-table th {
    padding: 15px 10px !important; }
  .assigned-build-modal .modal-body .survey-out .survey-table .check-icon .tik {
    color: #103BB5;
    font-size: 13px;
    background: #E6EAF2;
    border-radius: 100%;
    padding: 3px; }
  @media (max-width: 1679px) {
    .assigned-build-modal .modal-body .survey-out.list-sec .table-section {
      height: 280px !important; } }
  @media (max-width: 1440px) {
    .assigned-build-modal .modal-body .survey-out.list-sec .table-section {
      height: 200px !important; } }
  .assigned-build-modal .modal-body .outer-act-build {
    padding: 10px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .assigned-build-modal .modal-body .outer-act-build.list-sec .table-section {
      height: 380px;
      overflow: auto; }
      @media (max-width: 1440px) {
        .assigned-build-modal .modal-body .outer-act-build.list-sec .table-section {
          height: 280px; } }
    .assigned-build-modal .modal-body .outer-act-build.list-sec .table-section .table {
      width: 100%;
      min-width: auto !important; }
    .assigned-build-modal .modal-body .outer-act-build .build-tem1 {
      width: 50%;
      margin-right: 8px; }
      .assigned-build-modal .modal-body .outer-act-build .build-tem1 h4 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-weight: 400; }
    .assigned-build-modal .modal-body .outer-act-build .outer-avl-bind {
      background: #E6EAF2;
      padding: 10px 15px;
      border-radius: 7px; }
      .assigned-build-modal .modal-body .outer-act-build .outer-avl-bind th {
        vertical-align: middle;
        padding: 11px 10px; }
      .assigned-build-modal .modal-body .outer-act-build .outer-avl-bind th.img-sq-box {
        width: 54px;
        text-align: center;
        min-width: 54px !important;
        max-width: 54px !important; }
      .assigned-build-modal .modal-body .outer-act-build .outer-avl-bind td {
        background: #fff;
        vertical-align: middle;
        border-bottom: 2px solid #E6EAF2; }
      .assigned-build-modal .modal-body .outer-act-build .outer-avl-bind .icon-arw {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        color: #0730A5; }
    .assigned-build-modal .modal-body .outer-act-build .build-tem2 {
      width: 50%; }
      .assigned-build-modal .modal-body .outer-act-build .build-tem2 h4 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-weight: 400; }

.cur-as-mod {
  overflow-y: auto; }
  .cur-as-mod .build-tem1 {
    width: 100% !important;
    margin-right: 0 !important; }
  .cur-as-mod .sr-sec.search-section {
    -webkit-box-pack: initial !important;
    -ms-flex-pack: initial !important;
    justify-content: initial !important; }
    .cur-as-mod .sr-sec.search-section .filtr-sec {
      margin-left: 19px; }
    .cur-as-mod .sr-sec.search-section .fl-off {
      margin-left: 5px; }
  .cur-as-mod .badge-trans {
    border: 1px solid #f0e8e8;
    padding: 4px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    display: inline-block; }

.assigned-build-modal.cur-as-mod .modal-body .survey-out.list-sec .table-section {
  height: 380px !important; }
  @media (max-width: 1440px) {
    .assigned-build-modal.cur-as-mod .modal-body .survey-out.list-sec .table-section {
      height: 330px !important; } }

@media (min-width: 991px) {
  .fixed {
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
    background-color: #103BB5 !important; }
  aside.fixed {
    position: fixed;
    top: 70px;
    overflow: auto;
    max-height: 90%;
    padding-bottom: 25px; } }

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.list-sec .table-section .table thead tr th.action.action-cal {
  width: 90px !important;
  min-width: 90px !important;
  max-width: 90px !important; }

.activity-event-modal .img-sq-box {
  text-align: center; }

.activity-event-modal .modal-dialog {
  max-width: 1310px !important; }
  @media (max-width: 1440px) {
    .activity-event-modal .modal-dialog {
      max-width: 1100px !important; } }
  @media (max-width: 1120px) {
    .activity-event-modal .modal-dialog {
      max-width: 100% !important; } }

@media (max-width: 580px) {
  .activity-event-modal .btn.btn-create {
    width: 100%;
    margin-right: 0px !important; } }

.activity-event-modal .modal-header {
  padding: 2px 15px !important;
  border-bottom: 1px solid #f2e4e4 !important; }
  .activity-event-modal .modal-header h4 {
    font-size: 17px !important;
    padding: 9px !important; }

.activity-event-modal .modal-body {
  padding: 3px 22px !important; }
  .activity-event-modal .modal-body th.up-date {
    min-width: 155px; }
  .activity-event-modal .modal-body .box-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .activity-event-modal .modal-body .box-section .box-layer {
      border: 1px solid #e6e6e6;
      padding: 2px 10px;
      margin-top: 7px; }
      .activity-event-modal .modal-body .box-section .box-layer:nth-child(odd) {
        border-right: 0; }
      .activity-event-modal .modal-body .box-section .box-layer h3, .activity-event-modal .modal-body .box-section .box-layer h4 {
        margin-bottom: 0px; }
      .activity-event-modal .modal-body .box-section .box-layer h3 {
        font-family: "Inter", sans-serif;
        color: #7783A5;
        font-weight: 400;
        font-size: 14px; }
        @media (max-width: 1679px) {
          .activity-event-modal .modal-body .box-section .box-layer h3 {
            font-size: 13px; } }
      .activity-event-modal .modal-body .box-section .box-layer h4 {
        font-family: "Inter", sans-serif;
        color: #0730A5;
        font-weight: 600;
        font-size: 15px; }
        @media (max-width: 1679px) {
          .activity-event-modal .modal-body .box-section .box-layer h4 {
            font-size: 13px; } }
  .activity-event-modal .modal-body .box-form-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 4px 0px; }
    .activity-event-modal .modal-body .box-form-sec .form-itm {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .activity-event-modal .modal-body .box-form-sec .form-itm:first-child {
        padding-left: 0px; }
      .activity-event-modal .modal-body .box-form-sec .form-itm:last-child {
        padding-right: 0px;
        padding-left: 0px; }
      .activity-event-modal .modal-body .box-form-sec .form-itm .itm {
        width: calc(100% / 3 - 6.67px);
        margin-right: 10px;
        margin-bottom: 0px; }
        .activity-event-modal .modal-body .box-form-sec .form-itm .itm:nth-child(3n) {
          margin-right: 0px; }
        @media (max-width: 555px) {
          .activity-event-modal .modal-body .box-form-sec .form-itm .itm {
            width: calc(100% / 1 - 10px); } }
        .activity-event-modal .modal-body .box-form-sec .form-itm .itm .form-group .custom-selecbox::after {
          top: 9px !important; }
        .activity-event-modal .modal-body .box-form-sec .form-itm .itm .form-group label {
          font-weight: 400; }
        .activity-event-modal .modal-body .box-form-sec .form-itm .itm .form-group .form-control {
          font-size: 13px;
          color: #0730A5;
          font-weight: 500;
          height: 40px; }
        .activity-event-modal .modal-body .box-form-sec .form-itm .itm.itm-check {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end; }
          .activity-event-modal .modal-body .box-form-sec .form-itm .itm.itm-check .custom-control.custom-checkbox {
            border: 1px solid #D8DEEE;
            border-radius: 5px;
            padding: 10px 10px 10px 35px; }
            .activity-event-modal .modal-body .box-form-sec .form-itm .itm.itm-check .custom-control.custom-checkbox .custom-control-label::before {
              top: 1px; }
            .activity-event-modal .modal-body .box-form-sec .form-itm .itm.itm-check .custom-control.custom-checkbox .custom-control-label::after {
              top: 1px; }
      .activity-event-modal .modal-body .box-form-sec .form-itm.frm-2 .frm-comt textarea.form-control {
        height: 97px !important; }
      .activity-event-modal .modal-body .box-form-sec .form-itm.frm-1 .frm-comt textarea.form-control {
        height: 227px !important; }
      .activity-event-modal .modal-body .box-form-sec .form-itm .frm-comt {
        width: 100%; }
        .activity-event-modal .modal-body .box-form-sec .form-itm .frm-comt .form-group label {
          font-weight: 400; }
        .activity-event-modal .modal-body .box-form-sec .form-itm .frm-comt .form-group textarea.form-control {
          font-size: 13px;
          font-weight: 500;
          width: 100% !important; }
  .activity-event-modal .modal-body .table-sec {
    background-color: #E6EAF2;
    border-radius: 10px;
    margin-bottom: 20px; }
    .activity-event-modal .modal-body .table-sec .table-hed {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 6px 10px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #e0e0e0; }
      .activity-event-modal .modal-body .table-sec .table-hed h3 {
        color: #103BB5;
        text-align: left;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        margin-bottom: 0px; }
      .activity-event-modal .modal-body .table-sec .table-hed .file-up {
        background-color: #FFFFFF;
        border: 1px solid #D8DEEE;
        padding: 5px 10px;
        border-radius: 5px;
        color: #6373A2;
        font-size: 14px;
        font-family: "Inter", sans-serif;
        position: relative;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .activity-event-modal .modal-body .table-sec .table-hed .file-up input[type="file"] {
          opacity: 0;
          position: absolute;
          right: 0px;
          width: 100%;
          cursor: pointer;
          padding: 5px; }
        .activity-event-modal .modal-body .table-sec .table-hed .file-up span.icon {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          margin-right: 5px;
          cursor: pointer; }
          .activity-event-modal .modal-body .table-sec .table-hed .file-up span.icon span {
            font-size: 19px; }
    .activity-event-modal .modal-body .table-sec .table-section {
      padding: 10px; }
      .activity-event-modal .modal-body .table-sec .table-section .table-data {
        overflow: auto;
        width: 100%;
        max-height: 250px; }
        .activity-event-modal .modal-body .table-sec .table-section .table-data .table {
          background-color: #fff;
          min-width: 1200px;
          margin: 0px; }
          .activity-event-modal .modal-body .table-sec .table-section .table-data .table thead tr {
            background-color: #F6F7FA; }
            .activity-event-modal .modal-body .table-sec .table-section .table-data .table thead tr th {
              color: #103BB5;
              font-weight: 600;
              font-size: 14px;
              background-color: #F6F7FA;
              position: -webkit-sticky;
              position: sticky;
              top: -1px;
              border-bottom: 0px; }
              .activity-event-modal .modal-body .table-sec .table-section .table-data .table thead tr th::after {
                position: absolute;
                bottom: 0px;
                content: "";
                width: 100%;
                border-top: 1px solid #E6EAF2;
                left: 0px; }
              .activity-event-modal .modal-body .table-sec .table-section .table-data .table thead tr th.img-sq-box {
                width: 50px; }
              .activity-event-modal .modal-body .table-sec .table-section .table-data .table thead tr th.doc-name {
                width: 350px; }
              .activity-event-modal .modal-body .table-sec .table-section .table-data .table thead tr th.doc-type {
                width: 150px; }
              .activity-event-modal .modal-body .table-sec .table-section .table-data .table thead tr th.date-sign {
                width: 150px; }
              .activity-event-modal .modal-body .table-sec .table-section .table-data .table thead tr th.sign-by {
                width: 150px; }
              .activity-event-modal .modal-body .table-sec .table-section .table-data .table thead tr th.up-date {
                min-width: 155px; }
              .activity-event-modal .modal-body .table-sec .table-section .table-data .table thead tr th.up-by {
                width: 150px; }
              .activity-event-modal .modal-body .table-sec .table-section .table-data .table thead tr th.action {
                width: 215px; }
          .activity-event-modal .modal-body .table-sec .table-section .table-data .table tbody tr td {
            vertical-align: middle;
            color: #697489;
            font-size: 13px;
            font-family: "Inter", sans-serif;
            font-weight: 500;
            padding: 2px 5px; }
            .activity-event-modal .modal-body .table-sec .table-section .table-data .table tbody tr td .action-btn {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
              .activity-event-modal .modal-body .table-sec .table-section .table-data .table tbody tr td .action-btn .btn-view {
                color: #103BB5;
                font-size: 13px;
                font-weight: 500;
                font-family: "Inter", sans-serif;
                margin-right: 10px;
                background: #103bb54f;
                outline: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                border: none; }
              .activity-event-modal .modal-body .table-sec .table-section .table-data .table tbody tr td .action-btn .btn-delete {
                color: #103BB5;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center; }
                .activity-event-modal .modal-body .table-sec .table-section .table-data .table tbody tr td .action-btn .btn-delete span {
                  color: #103BB5;
                  font-size: 18px; }
  .activity-event-modal .modal-body .btn-sec .btn-out-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .activity-event-modal .modal-body .btn-sec .btn-out-1 .btn {
      min-width: 150px;
      margin-bottom: 10px; }
      .activity-event-modal .modal-body .btn-sec .btn-out-1 .btn .tic {
        background-color: #ffffff36; }
      .activity-event-modal .modal-body .btn-sec .btn-out-1 .btn.save {
        background-color: #103BB5 !important; }
      .activity-event-modal .modal-body .btn-sec .btn-out-1 .btn.email {
        background-color: #1B3682 !important; }
      .activity-event-modal .modal-body .btn-sec .btn-out-1 .btn.modify {
        background-color: #2C4A9E !important; }

.create-activity-schedule .modal-dialog {
  max-width: 1180px !important; }
  @media (max-width: 1200px) {
    .create-activity-schedule .modal-dialog {
      max-width: 1000px !important; } }
  @media (max-width: 1050px) {
    .create-activity-schedule .modal-dialog {
      max-width: 95% !important; } }

.create-activity-schedule .modal-header {
  padding: 2px 15px !important;
  border-bottom: 1px solid #f2e4e4 !important; }
  .create-activity-schedule .modal-header h4 {
    font-size: 17px !important; }
    @media (max-width: 1679px) {
      .create-activity-schedule .modal-header h4 {
        padding: 6px 55px 7px 25px !important; } }

.create-activity-schedule .modal-body .box-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .create-activity-schedule .modal-body .box-section .box-layer {
    border: 1px solid #e6e6e6;
    padding: 6px 10px;
    margin-top: 10px; }
    @media (max-width: 1679px) {
      .create-activity-schedule .modal-body .box-section .box-layer {
        margin-top: 4px;
        padding: 1px 10px; } }
    .create-activity-schedule .modal-body .box-section .box-layer:nth-child(odd) {
      border-right: 0; }
    .create-activity-schedule .modal-body .box-section .box-layer h3, .create-activity-schedule .modal-body .box-section .box-layer h4 {
      margin-bottom: 0px; }
    .create-activity-schedule .modal-body .box-section .box-layer h3 {
      font-family: "Inter", sans-serif;
      color: #7783A5;
      font-weight: 400;
      font-size: 14px; }
    .create-activity-schedule .modal-body .box-section .box-layer h4 {
      font-family: "Inter", sans-serif;
      color: #0730A5;
      font-weight: 600;
      font-size: 15px; }
      @media (max-width: 1679px) {
        .create-activity-schedule .modal-body .box-section .box-layer h4 {
          font-size: 14px; } }

.create-activity-schedule .modal-body .table-label {
  color: #7783A5;
  font-weight: 500;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  margin-top: 20px;
  margin-bottom: 10px; }
  @media (max-width: 1679px) {
    .create-activity-schedule .modal-body .table-label {
      margin-top: 8px; } }

.create-activity-schedule .modal-body .table-section {
  padding: 10px;
  background-color: #E6EAF2;
  border-radius: 10px;
  margin-bottom: 10px; }
  .create-activity-schedule .modal-body .table-section .table-data {
    overflow: auto;
    width: 100%;
    max-height: 250px; }
    .create-activity-schedule .modal-body .table-section .table-data .table {
      background-color: #fff;
      margin: 0px; }
      .create-activity-schedule .modal-body .table-section .table-data .table thead tr {
        background-color: #F6F7FA; }
        .create-activity-schedule .modal-body .table-section .table-data .table thead tr th {
          color: #103BB5;
          font-weight: 600;
          font-size: 14px;
          background-color: #F6F7FA; }
          @media (max-width: 1679px) {
            .create-activity-schedule .modal-body .table-section .table-data .table thead tr th {
              padding: 5px; } }
          .create-activity-schedule .modal-body .table-section .table-data .table thead tr th.chk-box {
            width: 50px; }
          .create-activity-schedule .modal-body .table-section .table-data .table thead tr th.selt-all {
            width: 400px; }
          .create-activity-schedule .modal-body .table-section .table-data .table thead tr th label {
            margin-bottom: 0px; }
          .create-activity-schedule .modal-body .table-section .table-data .table thead tr th .custom-control-label::before {
            left: -20px; }
          .create-activity-schedule .modal-body .table-section .table-data .table thead tr th .custom-control-label::after {
            left: -20px; }
      .create-activity-schedule .modal-body .table-section .table-data .table tbody tr td {
        vertical-align: middle;
        color: #697489;
        font-size: 13px;
        font-family: "Inter", sans-serif;
        font-weight: 500; }
        @media (max-width: 1679px) {
          .create-activity-schedule .modal-body .table-section .table-data .table tbody tr td {
            padding: 5px; } }
        .create-activity-schedule .modal-body .table-section .table-data .table tbody tr td .custom-control-label::before {
          left: -20px; }
        .create-activity-schedule .modal-body .table-section .table-data .table tbody tr td .custom-control-label::after {
          left: -20px; }

.create-activity-schedule .modal-body .tag-sec {
  background-color: #E6EAF2;
  padding: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px; }
  @media (max-width: 1679px) {
    .create-activity-schedule .modal-body .tag-sec {
      padding: 3px; } }
  .create-activity-schedule .modal-body .tag-sec .itm {
    width: auto;
    margin-right: 5px;
    background: #FFFFFF;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #D8DEEE;
    color: #6373A2;
    font-weight: 500;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    margin-bottom: 5px; }
    @media (max-width: 1679px) {
      .create-activity-schedule .modal-body .tag-sec .itm {
        padding: 4px; } }
    .create-activity-schedule .modal-body .tag-sec .itm:last-child {
      margin-right: 0px; }
    .create-activity-schedule .modal-body .tag-sec .itm .custom-control.custom-checkbox {
      min-height: auto; }
      @media (max-width: 1679px) {
        .create-activity-schedule .modal-body .tag-sec .itm .custom-control.custom-checkbox .custom-control-label {
          font-size: 13px; } }
      .create-activity-schedule .modal-body .tag-sec .itm .custom-control.custom-checkbox .custom-control-label::before {
        top: 0px; }
      .create-activity-schedule .modal-body .tag-sec .itm .custom-control.custom-checkbox .custom-control-label::after {
        top: 0px; }

.create-activity-schedule .modal-body .tag-radio {
  background-color: #E6EAF2;
  padding: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px; }
  @media (max-width: 1679px) {
    .create-activity-schedule .modal-body .tag-radio {
      padding: 5px; } }
  .create-activity-schedule .modal-body .tag-radio .custom-control.custom-radio {
    background: #FFFFFF;
    padding: 10px 15px 10px 35px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 5px; }
    @media (max-width: 1679px) {
      .create-activity-schedule .modal-body .tag-radio .custom-control.custom-radio {
        padding: 5px 15px 5px 35px; } }
    .create-activity-schedule .modal-body .tag-radio .custom-control.custom-radio label.custom-control-label {
      color: #6373A2;
      font-size: 14px;
      font-weight: 500;
      font-family: "Inter", sans-serif;
      line-height: 20px; }
      @media (max-width: 1679px) {
        .create-activity-schedule .modal-body .tag-radio .custom-control.custom-radio label.custom-control-label {
          font-size: 13px; } }
      .create-activity-schedule .modal-body .tag-radio .custom-control.custom-radio label.custom-control-label::after {
        top: 1px; }
      .create-activity-schedule .modal-body .tag-radio .custom-control.custom-radio label.custom-control-label::before {
        top: 1px; }
  .create-activity-schedule .modal-body .tag-radio .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #103BB5;
    background-color: #103BB5; }

.create-activity-schedule .btn-out-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid #E4E4E4;
  padding: 10px 40px; }
  @media (max-width: 1440px) {
    .create-activity-schedule .btn-out-1 {
      padding: 10px 22px; } }
  .create-activity-schedule .btn-out-1 .btn-create .tic {
    background-color: #ffffff36; }

.upload-documents .modal-dialog {
  max-width: 500px !important; }
  @media (max-width: 1000px) {
    .upload-documents .modal-dialog {
      max-width: 100% !important;
      padding: 0px 15px; } }

.upload-documents .modal-title {
  padding-left: 9px !important; }

.upload-documents .modal-header {
  padding: 2px 15px !important;
  border-bottom: 1px solid #f2e4e4 !important; }
  .upload-documents .modal-header h4 {
    font-size: 17px !important; }

.upload-documents .upload-files-nme {
  margin-top: 5px; }
  .upload-documents .upload-files-nme label {
    margin-bottom: 0px !important; }
  .upload-documents .upload-files-nme .badge-nme {
    background: #ffffff;
    border-radius: 50px;
    padding: 4px 18px 4px 12px;
    position: relative;
    min-width: 100px;
    display: inline-block;
    margin-right: 2px;
    margin-top: 5px; }
  .upload-documents .upload-files-nme .close-icon {
    position: absolute;
    right: 5px;
    font-size: 12px;
    top: 6px;
    background: #ccc;
    border-radius: 50px; }

.upload-documents .modal-body {
  padding: 10px 23px !important; }
  @media (max-width: 1440px) {
    .upload-documents .modal-body {
      padding: 10px 22px; } }
  .upload-documents .modal-body .box-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 20px; }
    .upload-documents .modal-body .box-section .form-itm {
      padding: 0px; }
      .upload-documents .modal-body .box-section .form-itm .form-group .form-control {
        font-size: 13px;
        color: #373f5985;
        font-weight: 500; }
  .upload-documents .modal-body .upload-sec {
    background-color: #E6EAF2;
    border-radius: 10px;
    margin-bottom: 20px; }
    .upload-documents .modal-body .upload-sec .table-hed {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 10px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #e0e0e0; }
      .upload-documents .modal-body .upload-sec .table-hed h3 {
        color: #103BB5;
        text-align: left;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        margin-bottom: 0px; }
    .upload-documents .modal-body .upload-sec .uplod-sec-fld {
      padding: 15px; }
      .upload-documents .modal-body .upload-sec .uplod-sec-fld .custom-file {
        height: 50px; }
        .upload-documents .modal-body .upload-sec .uplod-sec-fld .custom-file .custom-file-input {
          padding: 10px;
          height: 50px !important; }
        .upload-documents .modal-body .upload-sec .uplod-sec-fld .custom-file label.custom-file-label {
          height: 50px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-shadow: 0px 3px 6px #0000000A;
          box-shadow: 0px 3px 6px #0000000A;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          border: none; }
          .upload-documents .modal-body .upload-sec .uplod-sec-fld .custom-file label.custom-file-label::before {
            position: absolute;
            content: "";
            right: 130px;
            width: 1px;
            height: 50px;
            background-color: #cccccc4a; }
          .upload-documents .modal-body .upload-sec .uplod-sec-fld .custom-file label.custom-file-label::after {
            top: 10px;
            right: 15px;
            color: #103BB5;
            background-color: #103cb71f;
            width: 90px;
            text-align: center;
            border-radius: 5px;
            border: none;
            font-family: "Inter", sans-serif;
            font-size: 14px;
            font-weight: 500; }
  .upload-documents .modal-body .btn-survey-sec {
    margin-bottom: 20px; }
    .upload-documents .modal-body .btn-survey-sec .tic {
      background-color: #ffffff36; }

.acti-evt-doc .modal-dialog {
  max-width: 1310px !important; }
  @media (max-width: 1440px) {
    .acti-evt-doc .modal-dialog {
      max-width: 1100px !important; } }

.acti-evt-doc .modal-header {
  padding: 2px 15px !important;
  border-bottom: 1px solid #f2e4e4 !important; }
  .acti-evt-doc .modal-header h4 {
    font-size: 17px !important; }

@media (max-width: 595px) {
  .acti-evt-doc button.btn.btn-create {
    width: 100%; } }

.acti-evt-doc .modal-body .tag-radio {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .acti-evt-doc .modal-body .tag-radio .custom-control.custom-radio {
    background: #FFFFFF;
    padding: 10px 15px 10px 35px;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid #D8DEEE; }
    @media (max-width: 460px) {
      .acti-evt-doc .modal-body .tag-radio .custom-control.custom-radio {
        width: 100%;
        margin-bottom: 5px; } }
    .acti-evt-doc .modal-body .tag-radio .custom-control.custom-radio label.custom-control-label {
      color: #6373A2;
      font-size: 14px;
      font-weight: 500;
      font-family: "Inter", sans-serif;
      line-height: 20px; }
      .acti-evt-doc .modal-body .tag-radio .custom-control.custom-radio label.custom-control-label::after {
        top: 1px; }
      .acti-evt-doc .modal-body .tag-radio .custom-control.custom-radio label.custom-control-label::before {
        top: 1px; }
  .acti-evt-doc .modal-body .tag-radio .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #103BB5;
    background-color: #103BB5; }

.acti-evt-doc .modal-body .table-sec {
  background-color: #E6EAF2;
  border-radius: 10px;
  margin-bottom: 20px; }
  .acti-evt-doc .modal-body .table-sec .table-hed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e0e0e0; }
    .acti-evt-doc .modal-body .table-sec .table-hed h3 {
      color: #103BB5;
      text-align: left;
      font-family: "Inter", sans-serif;
      font-size: 16px;
      margin-bottom: 0px; }
    .acti-evt-doc .modal-body .table-sec .table-hed span.icon {
      color: #103BB5 !important; }
      .acti-evt-doc .modal-body .table-sec .table-hed span.icon img {
        width: 19px; }
      .acti-evt-doc .modal-body .table-sec .table-hed span.icon span {
        font-size: 15px !important; }
  .acti-evt-doc .modal-body .table-sec .table-section {
    padding: 10px; }
    .acti-evt-doc .modal-body .table-sec .table-section .table-data {
      overflow: auto;
      width: 100%;
      max-height: 500px; }
      @media (max-width: 1679px) {
        .acti-evt-doc .modal-body .table-sec .table-section .table-data {
          max-height: 300px; } }
      .acti-evt-doc .modal-body .table-sec .table-section .table-data .table {
        background-color: #fff;
        width: 1200px;
        margin: 0px; }
        .acti-evt-doc .modal-body .table-sec .table-section .table-data .table thead tr {
          background-color: #F6F7FA; }
          .acti-evt-doc .modal-body .table-sec .table-section .table-data .table thead tr th {
            color: #103BB5;
            font-weight: 600;
            font-size: 14px;
            background-color: #F6F7FA;
            padding: 10px 5px; }
            .acti-evt-doc .modal-body .table-sec .table-section .table-data .table thead tr th.img-sq-box {
              width: 35px; }
              .acti-evt-doc .modal-body .table-sec .table-section .table-data .table thead tr th.img-sq-box .custom-control-label::before {
                left: -20px; }
              .acti-evt-doc .modal-body .table-sec .table-section .table-data .table thead tr th.img-sq-box .custom-control-label::after {
                left: -20px; }
            .acti-evt-doc .modal-body .table-sec .table-section .table-data .table thead tr th.doc-name {
              width: 350px; }
            .acti-evt-doc .modal-body .table-sec .table-section .table-data .table thead tr th.doc-type {
              width: 150px; }
            .acti-evt-doc .modal-body .table-sec .table-section .table-data .table thead tr th.date-sign {
              width: 150px; }
            .acti-evt-doc .modal-body .table-sec .table-section .table-data .table thead tr th.sign-by {
              width: 150px; }
            .acti-evt-doc .modal-body .table-sec .table-section .table-data .table thead tr th.up-date {
              width: 150px; }
            .acti-evt-doc .modal-body .table-sec .table-section .table-data .table thead tr th.action {
              width: 150px; }
        .acti-evt-doc .modal-body .table-sec .table-section .table-data .table tbody tr td {
          vertical-align: middle;
          color: #697489;
          font-size: 13px;
          font-family: "Inter", sans-serif;
          font-weight: 500;
          padding: 5px; }
          .acti-evt-doc .modal-body .table-sec .table-section .table-data .table tbody tr td.img-sq-box .custom-control-label::before {
            left: -20px; }
          .acti-evt-doc .modal-body .table-sec .table-section .table-data .table tbody tr td.img-sq-box .custom-control-label::after {
            left: -20px; }
          .acti-evt-doc .modal-body .table-sec .table-section .table-data .table tbody tr td .action-btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .acti-evt-doc .modal-body .table-sec .table-section .table-data .table tbody tr td .action-btn .btn-view {
              color: #103BB5;
              font-size: 13px;
              font-weight: 500;
              font-family: "Inter", sans-serif;
              margin-right: 10px;
              background: #103bb54f;
              outline: none;
              -webkit-box-shadow: none;
              box-shadow: none;
              border: none; }

.acti-evt-doc .modal-body .btn-sec .btn-out-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .acti-evt-doc .modal-body .btn-sec .btn-out-1 .btn {
    min-width: 150px;
    margin-bottom: 10px; }
    .acti-evt-doc .modal-body .btn-sec .btn-out-1 .btn .tic {
      background-color: #ffffff36; }
    .acti-evt-doc .modal-body .btn-sec .btn-out-1 .btn.save {
      background-color: #103BB5 !important; }
    .acti-evt-doc .modal-body .btn-sec .btn-out-1 .btn.email {
      background-color: #1B3682 !important; }
    .acti-evt-doc .modal-body .btn-sec .btn-out-1 .btn.modify {
      background-color: #2C4A9E !important; }

.view-detail-mod .modal-dialog {
  max-width: 500px !important; }
  @media (max-width: 991px) {
    .view-detail-mod .modal-dialog {
      max-width: 100%; } }

.view-detail-mod .modal-header {
  padding: 4px 4px !important; }

.view-detail-mod .modal-body {
  background: #E6EAF2;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-bottom: 50px !important;
  padding: 0px 0px !important; }
  .view-detail-mod .modal-body .sr-sec.search-section {
    position: relative;
    margin-bottom: 10px;
    padding: 16px 15px 0px !important; }
    .view-detail-mod .modal-body .sr-sec.search-section .form-control {
      font-weight: 400;
      font-size: 15px;
      line-height: 25px;
      height: 42px; }
      @media (max-width: 1679px) {
        .view-detail-mod .modal-body .sr-sec.search-section .form-control {
          font-size: 14px; } }
    .view-detail-mod .modal-body .sr-sec.search-section button.btn.btn-search {
      position: absolute;
      right: 33px;
      top: 13px; }
      .view-detail-mod .modal-body .sr-sec.search-section button.btn.btn-search img {
        width: 20px; }
  .view-detail-mod .modal-body .content-outer {
    padding: 0px 25px 45px; }
  .view-detail-mod .modal-body .containter-check {
    padding: 10px 15px !important;
    overflow: auto;
    max-height: 400px; }
  .view-detail-mod .modal-body .outer-check {
    background: #fff;
    padding: 9px 13px;
    max-width: 48.5%;
    margin-bottom: 10px;
    border-radius: 5px; }
    .view-detail-mod .modal-body .outer-check:nth-child(odd) {
      margin-right: 12px; }
    .view-detail-mod .modal-body .outer-check label {
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 25px; }
      @media (max-width: 1679px) {
        .view-detail-mod .modal-body .outer-check label {
          font-size: 14px; } }

.view-detail-mod .head-sec-view {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }
  .view-detail-mod .head-sec-view .inp-group {
    padding-right: 56px;
    margin-top: 8px; }
    .view-detail-mod .head-sec-view .inp-group .form-control {
      width: 100px;
      background: #f2f2f2; }

.dropdown-menu.dropdown-table {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  top: 38px !important;
  width: 100% !important;
  padding-top: 0px; }

.drop-fil {
  cursor: pointer; }
  .drop-fil .btn-otr {
    padding: 7px 8px;
    border-top: 1px solid #dadce1; }
    .drop-fil .btn-otr .btn {
      padding: 7px 15px; }
  .drop-fil .dropdown-toggle::after {
    content: none !important; }
  .drop-fil hr {
    margin: 0px !important; }
  .drop-fil .dropdown-toggle {
    float: right;
    display: inline-block;
    margin-top: -2px; }
  .drop-fil .drop-icn {
    width: 21px;
    height: 21px;
    background: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50px;
    line-height: 23px; }
  .drop-fil .dropdown-item {
    padding: 4px 15px; }
  .drop-fil .dropdown-item.active, .drop-fil .dropdown-item:active {
    background-color: inherit !important;
    color: #312c2c !important; }
  .drop-fil .custom-control-label {
    font-size: 14px;
    color: #697489;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 25px;
    word-break: break-word;
    white-space: break-spaces; }

.outer-six {
  -webkit-box-pack: initial !important;
  -ms-flex-pack: initial !important;
  justify-content: initial !important; }

.outer-six .items {
  margin-right: 15px !important; }

.expandnavbar {
  max-width: 20px !important;
  min-width: 20px  !important; }
  .expandnavbar .navbar li {
    visibility: hidden; }

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

.expandnavbar.nav-hover {
  max-width: 200px !important;
  min-width: 200px  !important;
  position: absolute;
  background: #103bb5;
  height: 100% !important; }
  .expandnavbar.nav-hover .navbar li.nav-item {
    visibility: visible; }
    .expandnavbar.nav-hover .navbar li.nav-item a.nav-link {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important; }
      .expandnavbar.nav-hover .navbar li.nav-item a.nav-link .icn-sec {
        margin-left: 0px !important;
        margin-right: 10px !important; }
      .expandnavbar.nav-hover .navbar li.nav-item a.nav-link span {
        margin-top: 0px !important; }
    .expandnavbar.nav-hover .navbar li.nav-item a.nav-link[aria-expanded="false"]::after {
      content: "";
      position: absolute;
      right: 10px;
      display: block !important;
      font-family: "Material Icons";
      font-size: 18px;
      content: "keyboard_arrow_right";
      transition: transform 0.3s ease-in-out, opacity 0.25s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out;
      color: #fff; }
    .expandnavbar.nav-hover .navbar li.nav-item a.nav-link[aria-expanded="true"]::after {
      content: "";
      position: absolute;
      right: 10px;
      display: block !important;
      font-family: "Material Icons";
      font-size: 18px;
      content: "keyboard_arrow_right";
      transition: transform 0.3s ease-in-out, opacity 0.25s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out;
      color: #fff;
      -webkit-transform: rotate(90deg) !important;
      -ms-transform: rotate(90deg) !important;
      transform: rotate(90deg) !important; }
    .expandnavbar.nav-hover .navbar li.nav-item .viw-sub {
      display: block !important; }
      .expandnavbar.nav-hover .navbar li.nav-item .viw-sub .view li {
        visibility: visible !important; }

.color-legand-modal .modal-title {
  padding-bottom: 0px !important;
  padding-left: 15px !important; }

.color-legand-modal .btn-three-otr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 600px) {
    .color-legand-modal .btn-three-otr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .color-legand-modal .btn-three-otr .box-layer-otr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 0px 6px #0000000F;
    box-shadow: 0px 0px 6px #0000000F;
    border: 1px solid #E4E4E4;
    width: 48.5%;
    margin-right: 10px;
    margin-bottom: 7px;
    border-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 600px) {
      .color-legand-modal .btn-three-otr .box-layer-otr {
        width: 100%;
        margin-right: 0px; } }
    .color-legand-modal .btn-three-otr .box-layer-otr:last-child {
      margin-right: 0px; }
    .color-legand-modal .btn-three-otr .box-layer-otr .icon-layer {
      background: #E6EAF2;
      padding: 8px 15px;
      min-width: 55px;
      min-height: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .color-legand-modal .btn-three-otr .box-layer-otr .icon-layer.green {
        background: #E6F8EA; }
      .color-legand-modal .btn-three-otr .box-layer-otr .icon-layer.red {
        background-color: #FCF2F2; }
      .color-legand-modal .btn-three-otr .box-layer-otr .icon-layer .badge-white {
        background: #fff;
        width: 35px;
        height: 35px;
        border-radius: 50px;
        text-align: center;
        line-height: 34px;
        -webkit-box-shadow: 0px 0px 6px #0000000D;
        box-shadow: 0px 0px 6px #0000000D; }
      .color-legand-modal .btn-three-otr .box-layer-otr .icon-layer img {
        width: 17px; }
    .color-legand-modal .btn-three-otr .box-layer-otr .right-content {
      margin-left: 10px;
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 14px; }

.color-legand-modal .badge-warning, .color-legand-modal .badge-calendar, .color-legand-modal .badge-view, .color-legand-modal .badge-attach {
  line-height: 32px !important; }
  .color-legand-modal .badge-warning img, .color-legand-modal .badge-calendar img, .color-legand-modal .badge-view img, .color-legand-modal .badge-attach img {
    width: 20px !important; }

.color-legand-modal .btn-three-layer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .color-legand-modal .btn-three-layer .box-layer-otr {
    width: 100% !important; }
    .color-legand-modal .btn-three-layer .box-layer-otr .icon-layer {
      min-height: 68px;
      min-width: 60px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .color-legand-modal .btn-three-layer .right-content {
    padding: 4px; }

.color-legand-modal .btn-three-layer-1 .box-layer-otr {
  width: 49.3%; }
  @media (max-width: 766px) {
    .color-legand-modal .btn-three-layer-1 .box-layer-otr {
      width: 100%;
      margin-right: 0px; } }

.color-legand-modal .btn-three-layer-1 .box-layer-otr:nth-child(even) {
  margin-right: 0px; }

.color-legand-modal .btn-three-layer-1 .right-content {
  padding: 4px 2px 4px; }

.custom-slider {
  position: relative; }

.arrows .prev-arw {
  position: absolute;
  left: 15px;
  top: 14px; }

.arrows .next-arw {
  position: absolute;
  right: 0;
  top: 14px; }

.Toastify__toast-container {
  z-index: 10000 !important; }

.coming-soon-layer .lst-bt-nav {
  padding-bottom: 15px;
  padding-top: 15px !important; }

.coming-soon-outer {
  padding: 30px 20px 0px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 25px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .coming-soon-outer img {
    height: 330px; }
    @media (max-width: 1679px) {
      .coming-soon-outer img {
        height: 260px; } }
  .coming-soon-outer h3 {
    margin-top: 19px;
    font-size: 25px;
    font-family: "Inter", sans-serif;
    margin-bottom: 2px;
    font-weight: 700;
    color: #2d5ac6; }
    @media (max-width: 1679px) {
      .coming-soon-outer h3 {
        font-size: 20px; } }
  .coming-soon-outer h4 {
    font-size: 15px;
    font-family: "Inter", sans-serif;
    color: #957d7d;
    text-transform: capitalize; }
    @media (max-width: 1679px) {
      .coming-soon-outer h4 {
        font-size: 14px; } }

.modal::-webkit-scrollbar {
  width: 0; }

.list-area.coming-soon-layer .fire-sytem-otr {
  padding-bottom: 25px; }

.icon-date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 42px; }

.logs-ul {
  list-style: none; }

table.table.table-bordered.file-system-table.temptable th:last-child {
  min-width: 80px !important; }

.row-reset-icon {
  width: 17px !important; }

.top-log-nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .top-log-nav .cap {
    border-right: 0px !important; }

.filter-tr td.filter-box {
  background: #f5f5f5;
  padding: 8px 10px 7px;
  height: 48px !important; }
  .filter-tr td.filter-box .ali {
    position: relative; }
  .filter-tr td.filter-box .form-control {
    background: #fff;
    height: 34px;
    font-size: 13px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    padding-right: 12px !important; }
  .filter-tr td.filter-box .img-ali {
    position: absolute;
    right: 4px;
    padding-top: 0px !important;
    top: 0px;
    font-size: 18px;
    color: #ccc;
    height: 35px;
    border-left: 1px solid #ccc;
    line-height: 35px; }

button.btn.btn-top.text-center.active-reset {
  background: #e6eaf2; }

.filter-tr .filter-box {
  padding: 7px; }

.select-date-drop .form-group-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .select-date-drop .form-group-out label {
    font-size: 14px; }
  .select-date-drop .form-group-out .form-control {
    height: 32px;
    padding-right: 0px !important; }

.drop-out {
  padding: 4px 5px !important; }
  .drop-out .custom-control-label {
    margin-right: 5px;
    font-size: 14px; }

.drop-date .dropdown-menu.dropdown-table {
  width: 280px !important;
  top: 38px !important; }

.drop-date .form-control {
  font-size: 15px; }

span.material-icons.clear {
  position: absolute;
  right: 27px;
  top: 8px;
  font-size: 16px;
  padding-right: 0px; }

.icon-sta .open {
  display: block !important; }

.icon-sta .close {
  display: none !important; }

.cont-ara .fst .top-slider.nav-ara .tab-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0; }

.cont-ara .fst .top-slider.nav-ara .btn-back {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 0;
  line-height: 45px;
  margin-right: 18px; }
  .cont-ara .fst .top-slider.nav-ara .btn-back span {
    font-size: 22px; }

.text-error {
  font-weight: 500 !important; }

.cont-ara.act-main .form-group .form-control::-webkit-input-placeholder {
  color: #103bb5 !important;
  font-weight: 600 !important;
  font-family: "Inter", sans-serif; }

.cont-ara.act-main .form-group .form-control:-ms-input-placeholder {
  color: #103bb5 !important;
  font-weight: 600 !important;
  font-family: "Inter", sans-serif; }

.cont-ara.act-main .form-group .form-control::-ms-input-placeholder {
  color: #103bb5 !important;
  font-weight: 600 !important;
  font-family: "Inter", sans-serif; }

.cont-ara.act-main .form-group .form-control::placeholder {
  color: #103bb5 !important;
  font-weight: 600 !important;
  font-family: "Inter", sans-serif; }

td.filter-box.dropdown.drop-fil.drop-date .ali {
  background: #fff;
  padding: 8px 5px; }

td.filter-box.dropdown.drop-fil.drop-date .wid-date {
  padding-right: 13px; }

td.filter-box.dropdown.drop-fil.drop-date .material-icons {
  line-height: 32px;
  font-size: 17px;
  position: absolute;
  right: 6px;
  border-left: 1px solid #ccc;
  height: 34px;
  top: 0px;
  padding-left: 5px; }

th.region.dropdown.drop-fil.active-hed {
  background: #406ae1 !important;
  color: #fff; }

th.region.dropdown.drop-fil.active-hed span.material-icons.drop-icn {
  color: #103bb5 !important; }

.list-sec .table-section .table thead tr th.drop-fil.active-hed {
  background: #406ae1 !important;
  color: #fff; }

.list-sec .table-section .table thead tr th.drop-fil.active-hed span.material-icons.drop-icn {
  color: #103bb5 !important; }

.create .table-ara .btn-sec {
  margin-top: auto !important; }

.img-modal-desc, .confirmModal .modal-body h4 {
  word-break: break-word; }

.font-20 {
  font-size: 20px !important; }

img.row-edit-icon.row-assign {
  width: 15px !important; }

.file-system-table-cover .filter-box span.material-icons {
  right: 0px !important; }

.lst-bt-nav.fire-sytem-otr .cap {
  width: auto !important; }

table.table.table-bordered.file-system-table tr.filter-tr td {
  position: -webkit-sticky;
  position: sticky;
  top: 39px;
  z-index: 0; }

.file-system-table-cover .file-calendar-cover .calendar-tab-cover .calendar-table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #103bb5;
  z-index: 1; }

table.calendar-table tr.filter-tr.filter-blue td {
  position: -webkit-sticky;
  position: sticky;
  top: 41px;
  z-index: 5; }

.form-area .itm span.checkmark {
  top: -4px !important; }

.toggle-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .toggle-section span.first-itm {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 13px;
    margin-right: 9px;
    margin-left: 7px;
    color: #103BB5; }
  .toggle-section span.last-itm {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 13px;
    margin-right: 9px;
    margin-left: 7px;
    color: #103BB5; }
  .toggle-section .toggle-btn {
    margin-top: -6px; }
    .toggle-section .toggle-btn input[type=checkbox] {
      height: 0;
      width: 0;
      visibility: hidden; }
    .toggle-section .toggle-btn label {
      cursor: pointer;
      text-indent: -9999px;
      width: 36px;
      height: 18px;
      background: #b6c1d5;
      display: block;
      border-radius: 100px;
      position: relative; }
    .toggle-section .toggle-btn label:after {
      content: '';
      position: absolute;
      top: 1px;
      left: 1px;
      width: 16px;
      height: 16px;
      background: #fff;
      border-radius: 90px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .toggle-section .toggle-btn input:checked + label {
      background: #2d5ac6; }
    .toggle-section .toggle-btn input:checked + label:after {
      left: calc(100% - 1px);
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
    .toggle-section .toggle-btn label:active:after {
      width: 30px; }

.filter-blue td.filter-box.dropdown.drop-fil.drop-date .dropdown-menu.dropdown-table.tempDrop {
  right: 0;
  left: 2px !important; }

.drop-content {
  padding-left: 7px !important;
  line-height: 29px; }
  .drop-content span.dropdown-toggle {
    width: auto !important; }
  .drop-content span.material-icons.drop-icn {
    background: #fff !important;
    color: #0c2c88 !important; }

.file-system-table-cover .file-calendar-cover .calendar-tab-cover .calendar-table thead th.active-head {
  background: #0c2c88 !important; }

.fst .infoPageContent .cmon-ara .table-section {
  height: calc(100vh - 330px) !important; }

.dropdown-menu.dropdown-table.tempDrop {
  top: 46.5px !important; }

td.action.bg-clr {
  z-index: 3 !important; }

ul.logs-ul {
  word-break: break-word; }

.sub-2 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background: #103bb5 !important; }
  .sub-2 .collapse {
    padding: 8px 0px 8px; }

aside ul.navbar li.nav-item a.nav-link.nav-link-sub {
  padding: 0px !important; }
  aside ul.navbar li.nav-item a.nav-link.nav-link-sub span {
    margin-left: 0 !important;
    color: #BDDAFF !important;
    font-size: 13px !important; }

.drop-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -23px;
  margin-bottom: 6px; }
  .drop-right label {
    margin-bottom: 0px !important; }
  .drop-right .react-date-picker__wrapper {
    border: none !important; }
  .drop-right svg.react-date-picker__clear-button__icon.react-date-picker__button__icon {
    width: 12px;
    height: 12px; }
  .drop-right svg.react-date-picker__calendar-button__icon.react-date-picker__button__icon {
    width: 15px;
    height: 15px; }
  .drop-right .drop-fil.drop1 {
    margin-right: 12px; }
  .drop-right .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30px; }
  .drop-right .drop-fil.drop1, .drop-right .drop2 {
    background: #d0daee;
    padding: 1px 15px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .drop-right .drop-fil .drop-icn {
    background: transparent !important; }
  .drop-right .dropdown-menu.dropdown-table {
    right: 0 !important;
    left: initial !important;
    top: 33px !important; }
  .drop-right .number-type input[type=number] {
    width: 50px !important;
    border: 1px solid #ccc; }

.calendar .react-date-picker__calendar .react-calendar {
  min-height: 310px !important; }

.datePickerReport div {
  z-index: 8; }

.react-date-picker {
  z-index: 9; }

.filter-tr td.filter-box .ali .form-control {
  padding-right: 47px !important; }

table.table.table-bordered.file-system-table th {
  padding: 8px 10px !important; }

.file-system-table-cover .file-system-table td.td-content {
  padding: 0.75rem !important; }

.resize-col-default_total_devices {
  min-width: 254px !important; }

.react-date-picker.react-date-picker--open.react-date-picker--enabled.form-control {
  position: relative !important; }

.react-date-picker.react-date-picker--closed.react-date-picker--enabled.form-control {
  z-index: 0; }

.list-sec .table-section .table thead tr th.action.action-cal.row-action {
  width: 120px !important; }

.three-col-modal .modal-dialog {
  max-width: 950px; }
  .three-col-modal .modal-dialog .modal-body .outer-act-build .build-tem1 {
    width: 33%;
    margin-right: 8px; }
  .three-col-modal .modal-dialog .modal-body .outer-act-build .build-tem2 {
    width: 33%;
    margin-right: 8px; }
  .three-col-modal .modal-dialog .modal-body .outer-act-build .build-tem3 {
    width: 33%; }
    .three-col-modal .modal-dialog .modal-body .outer-act-build .build-tem3 h4 {
      margin-top: 15px;
      margin-bottom: 15px;
      font-weight: 400; }
  @media (max-width: 767px) {
    .three-col-modal .modal-dialog .modal-body .outer-act-build .build-tem1 {
      width: 100%;
      margin-right: 0px; }
    .three-col-modal .modal-dialog .modal-body .outer-act-build .build-tem2 {
      width: 100%;
      margin-right: 0px; }
    .three-col-modal .modal-dialog .modal-body .outer-act-build .build-tem3 {
      width: 100%; } }
  .three-col-modal .modal-dialog .modal-body .outer-avl-bind td {
    height: 40px; }
  .three-col-modal .modal-dialog .modal-body .outer-avl-bind th {
    height: 45px; }

.image-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 15px;
  padding-top: 32px; }
  .image-sec .sld-left {
    background: #fff;
    max-width: 229px;
    padding: 25px 0px; }
    .image-sec .sld-left .slide-sec {
      z-index: 1;
      overflow-y: auto;
      position: relative; }
      .image-sec .sld-left .slide-sec li {
        height: 125px;
        border-right: 0;
        padding: 5px 15px;
        border-radius: 6px;
        position: relative; }
        .image-sec .sld-left .slide-sec li img img {
          border-radius: 6px;
          height: 115px;
          width: 98%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center; }
        .image-sec .sld-left .slide-sec li .img-default-outer {
          position: absolute;
          top: 20px;
          left: 20px; }
      .image-sec .sld-left .slide-sec .no-img {
        background: #c5cbd0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0px 17px 15px; }
        .image-sec .sld-left .slide-sec .no-img img {
          border-radius: 6px;
          max-height: 115px;
          width: auto !important;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center; }
    .image-sec .sld-left .carousel-controls {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0;
      z-index: 0; }
      .image-sec .sld-left .carousel-controls .prev-slide {
        z-index: 2; }
      .image-sec .sld-left .carousel-controls .prev-slide {
        position: absolute;
        top: -17px;
        left: 0;
        margin: auto;
        right: 0;
        text-align: center; }
        .image-sec .sld-left .carousel-controls .prev-slide span {
          background: #103BB5;
          color: #383939;
          width: 30px;
          height: 30px;
          border-radius: 50px;
          text-align: center;
          font-size: 13px;
          line-height: 28px;
          display: block;
          margin-left: auto;
          margin-right: auto; }
          .image-sec .sld-left .carousel-controls .prev-slide span svg, .image-sec .sld-left .carousel-controls .prev-slide span img {
            width: 15px; }
      .image-sec .sld-left .carousel-controls .next-slide {
        bottom: -19px; }
      .image-sec .sld-left .carousel-controls .next-slide {
        position: absolute;
        bottom: -12px;
        left: 0;
        margin: auto;
        right: 0;
        text-align: center; }
        .image-sec .sld-left .carousel-controls .next-slide span {
          background: #103BB5;
          color: #383939;
          width: 30px;
          height: 30px;
          border-radius: 50px;
          text-align: center;
          font-size: 13px;
          line-height: 28px;
          display: block;
          margin-left: auto;
          margin-right: auto; }
          .image-sec .sld-left .carousel-controls .next-slide span svg, .image-sec .sld-left .carousel-controls .next-slide span img {
            width: 15px; }
  .image-sec .outer-sldr {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%; }
    .image-sec .outer-sldr .sld-rgt {
      background: #fff;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      padding: 12px 12px;
      height: 100%; }
      .image-sec .outer-sldr .sld-rgt .no-data {
        padding: 15px 15px;
        text-align: center;
        height: 100%;
        background: #c5cbd0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 538px !important; }
        .image-sec .outer-sldr .sld-rgt .no-data h3 {
          font: 500 19px/20px "Poppins", sans-serif;
          color: #2e3032;
          margin-bottom: 7px;
          margin-top: -29px; }
        .image-sec .outer-sldr .sld-rgt .no-data p {
          font: 400 14px/20px "Poppins", sans-serif;
          color: #494949;
          text-align: center; }
        .image-sec .outer-sldr .sld-rgt .no-data button {
          font: 400 15px/20px "Poppins", sans-serif;
          background-color: #103BB5 !important;
          padding: 10px 27px;
          border-radius: 3px;
          border: none;
          color: #fff; }

.upload-fle .region-otr {
  padding: 0px  !important; }

.upload-fle .otr-add-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .upload-fle .otr-add-img h3 {
    font: 500 16px/20px "Poppins", sans-serif;
    border-bottom: 1px solid #e6e6e8;
    padding: 15px 25px; }
  .upload-fle .otr-add-img .innr-img {
    padding: 13px 23px; }
    .upload-fle .otr-add-img .innr-img .drag-otr {
      width: 100%;
      background: #dbe0e6;
      padding: 15px 20px;
      margin-bottom: 11px;
      text-align: center;
      border: 1px dashed #ccc; }
      .upload-fle .otr-add-img .innr-img .drag-otr i {
        font-size: 23px;
        color: #aaa5a5; }
      .upload-fle .otr-add-img .innr-img .drag-otr p {
        font: 400 15px/20px "Poppins", sans-serif;
        margin-bottom: 5px;
        margin-top: 7px;
        color: #6a6868; }
    .upload-fle .otr-add-img .innr-img .upldFile {
      height: 100%;
      background: #e0e5eb; }
      .upload-fle .otr-add-img .innr-img .upldFile input[type=file] {
        display: none; }
    .upload-fle .otr-add-img .innr-img .comments {
      margin-top: 15px;
      border-top: 1px solid #dbe0e6;
      padding-top: 10px; }
      .upload-fle .otr-add-img .innr-img .comments .formInp {
        margin-bottom: 8px; }
        .upload-fle .otr-add-img .innr-img .comments .formInp label {
          margin-bottom: 6px;
          color: #767676;
          font: 400 13px/20px "Poppins", sans-serif; }
        .upload-fle .otr-add-img .innr-img .comments .formInp .form-control {
          border: 1px solid #eae4e4;
          height: 40px;
          font: 400 13px/20px "Poppins", sans-serif;
          -webkit-box-shadow: none;
          box-shadow: none; }
    .upload-fle .otr-add-img .innr-img .comments.form-group {
      max-width: 100%; }
    .upload-fle .otr-add-img .innr-img .custom-file-uploadd {
      width: 100%;
      font: 500 15px/20px "Poppins", sans-serif;
      background-color: #103BB5 !important;
      height: 40px;
      border: none;
      border-radius: 5px;
      text-align: center;
      line-height: 40px;
      color: #fff;
      margin-bottom: 0px; }
  .upload-fle .otr-add-img .files {
    max-height: 300px;
    margin-bottom: 20px;
    overflow-y: scroll; }
    .upload-fle .otr-add-img .files .fl-dtl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 12px;
      padding-top: 10px; }
      .upload-fle .otr-add-img .files .fl-dtl .img-otr {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-bottom: 1px solid #f2f2f2; }
        .upload-fle .otr-add-img .files .fl-dtl .img-otr .img-nme {
          margin-bottom: 2px;
          font: 500 15px/20px "Poppins", sans-serif;
          color: #747272;
          overflow: hidden;
          white-space: nowrap;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          width: 223px; }
        .upload-fle .otr-add-img .files .fl-dtl .img-otr .img-size {
          font: 400 14px/20px "Poppins", sans-serif;
          color: #aaa2a2;
          margin-bottom: 5px; }
      .upload-fle .otr-add-img .files .fl-dtl .trash {
        font-size: 16px !important;
        margin-top: 6px !important;
        color: #a69d9d !important;
        border: none !important; }
      .upload-fle .otr-add-img .files .fl-dtl .material-icons {
        border-radius: 50px;
        border: 1px solid #eae4e4;
        width: 35px;
        height: 35px;
        line-height: 33px;
        text-align: center;
        font-size: 13px;
        color: #4CAF50;
        margin-right: 12px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }

.head-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .head-edit .btn-edit {
    background-color: #fff;
    padding: 10px;
    border-radius: 30px;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 10px;
    padding: 7px 15px; }
    .head-edit .btn-edit img {
      margin-right: 10px; }

@media (max-width: 575px) {
  .image-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .image-sec .sld-left {
      max-width: 100%;
      margin-bottom: 30px; }
    .image-sec .col.pr-0 {
      padding: 0px !important; } }

.activity-event-modal .modal-body .box-section .box-layer:last-child {
  border-right: 1px solid #e6e6e6; }

.drop-date .dropdown-menu.dropdown-table.tempDrop {
  left: -133px !important; }

th.calendar-acticity-column1.drop-fil.drop-content .dropdown-menu .drp-scroll {
  max-height: 245px;
  overflow-y: auto; }

.drp-scroll {
  max-height: 245px;
  overflow-y: auto; }

th.calendar-acticity-column2.min-width-200.drop-fil.drop-content .dropdown-menu .drp-scroll {
  max-height: 245px;
  overflow-y: auto; }

.list-sec .table-section .table thead tr th.action.action-fr {
  min-width: 133px !important; }

.fire-systm-cover .fire-sytem-otr .table-ara .list-sec .file-calendar-cover .calendar-tab-cover .calendar-table .icon-date-wrapper .icon-img {
  width: 25px;
  height: 25px;
  line-height: 22px; }

.fire-systm-cover .fire-sytem-otr .table-ara .list-sec .file-calendar-cover .calendar-tab-cover .calendar-table .icon-date-wrapper .icon-img img {
  width: 15px; }

.usr-mangnt {
  padding: 15px 30px 15px 30px !important; }
  .usr-mangnt .frm-area {
    padding: 15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .usr-mangnt .frm-area .col {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 0px; }
    .usr-mangnt .frm-area .form-group {
      margin-bottom: 0px;
      width: 100%; }
      .usr-mangnt .frm-area .form-group .form-control {
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        height: 38px;
        background-color: #edf2f7;
        font: 400 14px/24px "Poppins", sans-serif;
        border: none;
        padding: 5px 15px !important; }
    .usr-mangnt .frm-area .container-check {
      font-size: 15px;
      margin: 0px;
      top: 0px; }
    .usr-mangnt .frm-area .btn-acco {
      background-color: #edf2f7;
      border: none;
      width: 100%;
      color: #696969;
      text-align: left;
      font: 500 13px/23px "Poppins", sans-serif !important;
      outline: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      height: 38px;
      max-width: 150px;
      float: right;
      background-image: url(../images/up-arrow.svg);
      background-repeat: no-repeat;
      background-size: 10px;
      background-position: center right 10px;
      padding: 8px 15px; }
      .usr-mangnt .frm-area .btn-acco[aria-expanded=true] {
        background-image: url(../images/up-arrow.svg);
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: center right 10px;
        padding: 10px; }
      .usr-mangnt .frm-area .btn-acco[aria-expanded=false] {
        background-image: url(../images/down-arrow.svg); }
  .usr-mangnt .acco-ara {
    width: 100%;
    padding-right: 15px; }
  .usr-mangnt .outer-act-build {
    padding: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .usr-mangnt .outer-act-build .build-tem1 {
      width: 50%;
      margin-right: 8px;
      font-weight: 400; }
    .usr-mangnt .outer-act-build .build-tem2 {
      width: 50%; }
    .usr-mangnt .outer-act-build h4 {
      margin-top: 15px;
      margin-bottom: 15px; }
    .usr-mangnt .outer-act-build .outer-avl-bind {
      background: #E6EAF2;
      padding: 10px 15px;
      border-radius: 7px; }
      .usr-mangnt .outer-act-build .outer-avl-bind .table-section {
        height: 380px;
        overflow: auto; }
        .usr-mangnt .outer-act-build .outer-avl-bind .table-section table {
          width: 100%;
          min-width: auto !important; }
          .usr-mangnt .outer-act-build .outer-avl-bind .table-section table th {
            height: 45px;
            vertical-align: middle;
            padding: 11px 10px; }
            .usr-mangnt .outer-act-build .outer-avl-bind .table-section table th.img-sq-box {
              width: 54px;
              text-align: center;
              min-width: 54px !important;
              max-width: 54px !important; }
              .usr-mangnt .outer-act-build .outer-avl-bind .table-section table th.img-sq-box .icon-arw {
                -webkit-transform: rotate(270deg);
                -ms-transform: rotate(270deg);
                transform: rotate(270deg);
                color: #0730A5; }
          .usr-mangnt .outer-act-build .outer-avl-bind .table-section table td {
            background: #fff;
            vertical-align: middle;
            border-bottom: 2px solid #E6EAF2; }
            .usr-mangnt .outer-act-build .outer-avl-bind .table-section table td.img-sq-box {
              width: 54px;
              text-align: center;
              min-width: 54px !important;
              max-width: 54px !important; }
              .usr-mangnt .outer-act-build .outer-avl-bind .table-section table td.img-sq-box .icon-arw {
                -webkit-transform: rotate(270deg);
                -ms-transform: rotate(270deg);
                transform: rotate(270deg);
                color: #0730A5; }
  .usr-mangnt .min-nav {
    border-bottom: 1px solid #d9dde0;
    padding: 0 15px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 19px; }
    .usr-mangnt .min-nav ul {
      margin-top: 0; }
      .usr-mangnt .min-nav ul li {
        background: transparent;
        border: 0;
        min-width: 64px !important;
        height: 30px;
        padding: 0;
        margin-right: 50px;
        display: inline-block;
        color: #4f5458;
        font: 500 15px/23px "Poppins", sans-serif !important;
        text-decoration: none;
        cursor: pointer; }
        .usr-mangnt .min-nav ul li.active {
          color: #1382d9;
          position: relative; }
          .usr-mangnt .min-nav ul li.active::before {
            content: "";
            height: 4px;
            background: #1382d9;
            position: absolute;
            bottom: 0;
            width: 100%; }
  .usr-mangnt .table-section {
    width: 100%;
    overflow: auto;
    height: calc(100vh - 420px); }
    .usr-mangnt .table-section .table-common {
      margin-bottom: 0px; }
      .usr-mangnt .table-section .table-common th {
        position: -webkit-sticky;
        position: sticky;
        top: -1px;
        background: #f5f5f5 !important;
        color: #103BB5 !important;
        font-family: "Inter", sans-serif !important;
        font-weight: 600 !important; }
      .usr-mangnt .table-section .table-common th, .usr-mangnt .table-section .table-common td {
        padding: 9px 15px 9px 15px;
        color: #2e3032;
        font: 500 15px/20px "Poppins", sans-serif;
        border-left: 1px solid #dee8f1;
        border-right: 1px solid #dee8f1;
        border-bottom: 1px solid #dee8f1 !important;
        z-index: 6;
        width: 100px !important;
        right: unset; }
        @media (max-width: 1679px) {
          .usr-mangnt .table-section .table-common th, .usr-mangnt .table-section .table-common td {
            font-size: 14px; } }
      .usr-mangnt .table-section .table-common .container-check {
        font-size: 14px !important;
        color: #103BB5 !important;
        top: 0px;
        height: 25px;
        margin-bottom: 0px;
        font-family: "Inter", sans-serif;
        font-weight: 600; }
        .usr-mangnt .table-section .table-common .container-check input {
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 0;
          width: 0; }
      .usr-mangnt .table-section .table-common .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 24px;
        width: 24px;
        background-color: #eee; }
      .usr-mangnt .table-section .table-common .container-check input:checked ~ .checkmark:after {
        display: block; }

label.container-check.disabled span.checkmark {
  background-color: #f3c6c6 !important;
  cursor: not-allowed !important;
  border: 1px solid #f3c6c6 !important; }

.prf-lst .dropdown-menu.show {
  left: -5px; }

.bell-icon-container {
  padding: 10px 10px 0; }
  .bell-icon-container .dropdown-toggle::after {
    content: none; }
  .bell-icon-container .bell-icon {
    width: 25px;
    height: 25px;
    position: relative; }
    .bell-icon-container .bell-icon .notifyTxt {
      background: #eb5858;
      color: #fff;
      width: 15px;
      height: 15px;
      border-radius: 50px;
      display: inline-block;
      text-align: center;
      position: absolute;
      right: 4px;
      font-size: 10px;
      line-height: 15px; }
  .bell-icon-container .dropdown-menu.show {
    width: 250px !important;
    left: -45px  !important; }
  .bell-icon-container .dropdown-menu {
    padding: 0px  !important;
    overflow: hidden;
    border: none; }
    .bell-icon-container .dropdown-menu .no-data {
      font-size: 13px;
      display: inline-block;
      width: 100%;
      text-align: center;
      padding: 10px; }
    .bell-icon-container .dropdown-menu ul.not-list {
      list-style: none; }
      .bell-icon-container .dropdown-menu ul.not-list li {
        padding: 10px 10px 5px;
        color: #000; }
        .bell-icon-container .dropdown-menu ul.not-list li .notifyname {
          font-size: 13px;
          position: relative;
          width: 100%;
          padding-right: 30px;
          padding-bottom: 5px;
          border-bottom: 1px solid #cccc; }
          .bell-icon-container .dropdown-menu ul.not-list li .notifyname .del-icn {
            position: absolute;
            cursor: pointer;
            right: 10px;
            top: 8px; }
        .bell-icon-container .dropdown-menu ul.not-list li .date-info {
          font-size: 12px !important;
          color: #6c6c6c;
          margin-bottom: 5px; }
        .bell-icon-container .dropdown-menu ul.not-list li:last-child .notifyname {
          border: none;
          padding-bottom: 0px; }
        .bell-icon-container .dropdown-menu ul.not-list li:hover {
          opacity: 0.8;
          cursor: pointer;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          .bell-icon-container .dropdown-menu ul.not-list li:hover .date-info {
            color: #103BB5; }
    .bell-icon-container .dropdown-menu .btn-sec .btn-view {
      width: 100%;
      font-size: 13px;
      background-color: #103BB5;
      color: #fff;
      border-radius: 0px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .bell-icon-container .dropdown-menu .btn-sec .btn-view:hover {
        opacity: 0.8; }

ul.prf-lst li.nav-item .nav-link .prf-img {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  overflow: hidden; }

/*SS 5-5-2021*/
.drop-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 17px; }
  .drop-grp .dropdown-menu:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    position: absolute;
    top: -8px;
    right: 20px; }

.custom-drop {
  margin-left: auto;
  position: relative; }
  .custom-drop .dropdown-toggle {
    background: none !important;
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .custom-drop .dropdown-toggle::after {
    content: none; }
  .custom-drop.icon-drop i {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .custom-drop.icon-drop i img {
      width: 25px; }
    .custom-drop.icon-drop i .circle {
      position: absolute;
      min-width: 16px;
      min-height: 16px;
      border-radius: 50%;
      background: #eb5858;
      top: -4px;
      right: -2px;
      font-size: 11px;
      color: #fff;
      font: 500 11px/11px "Poppins", sans-serif;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

.notification-view {
  width: 348px;
  padding: 0;
  /*overflow: hidden;*/
  right: 180px;
  right: -4px;
  top: 52px;
  border: 0;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.24); }
  .notification-view ul {
    max-height: 322px;
    overflow: auto; }
    .notification-view ul li {
      background-color: #f0f4ff;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 13px;
      padding-bottom: 13px;
      border-bottom: 1px solid #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /*align-items: center;*/
      -webkit-transition: 0.2s ease-out all;
      -moz-transition: 0.2s ease-out all;
      -ms-transition: 0.2s ease-out all;
      -o-transition: 0.2s ease-out all;
      transition: 0.2s ease-out all; }
      .notification-view ul li i {
        width: 15px;
        margin-left: auto;
        cursor: pointer; }
        .notification-view ul li i:hover {
          opacity: 0.8; }
      .notification-view ul li.viewed {
        background-color: #fff !important;
        -webkit-transition: 0.2s ease-out all;
        -moz-transition: 0.2s ease-out all;
        -ms-transition: 0.2s ease-out all;
        -o-transition: 0.2s ease-out all;
        transition: 0.2s ease-out all; }
      .notification-view ul li .icon {
        width: 54px;
        height: 54px;
        border-radius: 7px;
        background-color: #d6def4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 12px; }
      .notification-view ul li strong {
        font-size: 14px;
        color: #697489;
        font-weight: 600;
        font-family: "Poppins";
        margin-bottom: 8px;
        display: inline-block; }
      .notification-view ul li p {
        font-size: 10px;
        color: #073c3d;
        font-weight: 600;
        font-family: "Poppins";
        margin-bottom: 10px; }
      .notification-view ul li .time {
        font-size: 13px;
        color: #736d6d;
        font-weight: 500;
        font-family: "Poppins"; }
      .notification-view ul li a {
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .notification-view ul li .content {
        padding-right: 10px; }
  .notification-view .btn-primary {
    text-decoration: none;
    border-radius: 7px;
    font: 600 14px/17px "Poppins";
    height: 46px;
    padding: 0 10px;
    min-width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0px;
    background: transparent;
    color: #103BB5;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    .notification-view .btn-primary:hover {
      background: transparent !important;
      color: #103BB5 !important; }

.show-all-outer {
  position: relative;
  bottom: 0px;
  width: 100%;
  background: white; }

.profile-view {
  border-radius: 0 !important;
  border: 0;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.24);
  margin-top: 15px !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  left: -42px !important; }
  .profile-view button {
    border: 0;
    width: 100%;
    text-align: left;
    background: transparent;
    border-bottom: 1px solid #dce2f2;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #103bb5; }
    .profile-view button span {
      font: 500 14px/17px "Poppins"; }
    .profile-view button:last-child {
      border: 0; }

header .navbar .mnu-info ul.prf-lst {
  position: relative; }

/*  .tooltip > .tooltip-inner {
    background-color: #007bff !important; 
    color: #FFFFFF; 
    padding: 15px;
    min-width: 320px;
   text-align: left;
   font:13px/17px "Poppins"; 
   word-wrap: break-word;
   white-space: pre-wrap;
  }
  
.tooltip.bs-tooltip-bottom .arrow:before {

    width: 0;
    height: 0;
    border: 0.40em dashed transparent;
    border-bottom: 0.40em solid #007bff;
    font-size: inherit;
}
.tooltip.bs-tooltip-top .arrow:before {
    width: 0;
    height: 0;
    border: 0.40em dashed transparent;
    border-top: 0.40em solid #007bff;
    font-size: inherit;
}*/
table.calendar-table tr.filter-tr.filter-blue.filters td .react-calendar {
  position: absolute;
  top: -9px; }

.sidenav.navbar-collapse.collapse.show ~ .hd-top {
  left: 100px; }
  @media (max-width: 991px) {
    .sidenav.navbar-collapse.collapse.show ~ .hd-top {
      left: 9px;
      border-top-left-radius: 15px; } }

.sidenav.navbar-collapse.collapse.fixed ~ .hd-top {
  position: fixed;
  border-radius: 0; }
  @media (max-width: 991px) {
    .sidenav.navbar-collapse.collapse.fixed ~ .hd-top {
      position: absolute; } }

.fltr img {
  width: 25px; }
  .fltr img:hover {
    opacity: 0.8; }

.hd-top {
  padding-left: 20px;
  position: relative;
  position: absolute;
  z-index: 101;
  background: #fff;
  left: 200px;
  right: 0;
  top: 70px;
  -webkit-box-shadow: 1px 1px #e5e9f5;
  box-shadow: 1px 1px #e5e9f5;
  border-top-left-radius: 23px; }
  .hd-top .lft-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .hd-top .lft-element .dropdown {
      padding-right: 30px;
      margin-right: 10px;
      padding-top: 12px;
      margin-left: 10px;
      padding-bottom: 12px;
      top: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      border-right: 1px solid #e5e9f5;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .hd-top .lft-element .dropdown:first-child {
        margin-left: 0; }
      .hd-top .lft-element .dropdown:last-child {
        border-right: 0;
        margin-right: 0; }
      .hd-top .lft-element .dropdown .btn {
        background: #fff;
        border: 0;
        color: #858da4;
        font: 600 16px/17px "Inter", sans-serif;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
      .hd-top .lft-element .dropdown .dropdown-toggle::after {
        content: none; }
      .hd-top .lft-element .dropdown .d-arrow {
        content: "";
        width: 22px;
        height: 22px;
        background: #e6eaf2;
        border-radius: 50%;
        position: absolute;
        right: 15px; }
        .hd-top .lft-element .dropdown .d-arrow:after {
          content: 'keyboard_arrow_down';
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          font-weight: 600;
          font-size: 19px;
          font-style: normal;
          color: #0730A5;
          line-height: 23px; }
      .hd-top .lft-element .dropdown .dropdown-menu {
        top: auto !important;
        left: -20px !important;
        padding: 0; }
        .hd-top .lft-element .dropdown .dropdown-menu .dropdown-item {
          font: 400 13px/17px "Inter", sans-serif;
          color: #697489;
          padding: .25rem 1.2rem; }

.content-area {
  padding: 10px 23px 0px; }

.gry-area {
  height: 100%;
  /*border-top-left-radius: 23px;*/
  /*border-top-right-radius: 23px;*/
  background: #E6EAF2;
  -webkit-box-shadow: inset 0px 3px 4px -1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0px 3px 4px -1px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px 3px 4px -1px rgba(0, 0, 0, 0.07);
  padding-bottom: 15px; }

.info-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .info-outer .col {
    padding: 0 10px; }
  .info-outer .info-bx {
    background: #fff;
    min-height: 40px;
    border-radius: 8px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    position: relative; }
    .info-outer .info-bx .lft i {
      margin-right: 15px; }
      .info-outer .info-bx .lft i img {
        /* width: 23px;*/ }
    .info-outer .info-bx .lft small {
      font: 600 14px/17px "Inter", sans-serif;
      text-transform: uppercase;
      color: #858da4; }
    .info-outer .info-bx .rgt {
      margin-left: auto;
      margin-right: 35px; }
      .info-outer .info-bx .rgt:before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        background: #e5e9f5;
        top: 0; }
      .info-outer .info-bx .rgt strong {
        font: 600 20px/27px "Inter", sans-serif;
        color: #000;
        padding-left: 25px; }

.content-main {
  background: #fff; }

.filters-otr {
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .filters-otr strong {
    font: 600 20px/27px "Inter", sans-serif;
    color: #000;
    margin-right: 20px;
    margin-bottom: 5px; }
  .filters-otr .tag {
    border: 1px solid #cad5e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 500 14px/17px "Inter", sans-serif;
    color: #858da4;
    background: #fff;
    border-radius: 10px;
    padding: 12px 8px 12px 13px;
    min-width: 140px;
    margin-right: 10px;
    margin-bottom: 5px; }
    .filters-otr .tag:last-child {
      margin-right: 0; }
    .filters-otr .tag span {
      margin-right: 10px; }
    .filters-otr .tag button {
      background: #e6eaf2;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      font-size: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer;
      margin-left: auto;
      border: 0; }
      .filters-otr .tag button:hover {
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4); }

.graph-otr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  min-height: 300px; }
  .graph-otr .graph-bx {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-right: 1px solid #e5e9f5;
    margin-bottom: 10px;
    background: #fff;
    /*    border-top-right-radius:13px;*/
    /*   &:first-child{
 border-top-right-radius:13px;
    }*/ }
    .graph-otr .graph-bx .graph-hd {
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-bottom: 1px solid #e5e9f5; }
      .graph-otr .graph-bx .graph-hd strong {
        font: 600 14px/17px "Inter", sans-serif;
        text-transform: uppercase;
        color: #858da4;
        position: relative;
        white-space: nowrap;
        width: auto;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
        .graph-otr .graph-bx .graph-hd strong:after {
          content: "";
          background-color: #103BB5;
          width: 25px;
          height: 2px;
          position: absolute;
          left: 0px;
          bottom: -17px; }
      .graph-otr .graph-bx .graph-hd .btn-grp {
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .graph-otr .graph-bx .graph-hd .btn-grp .dropdown {
          border: 1px solid #cad5e9;
          border-radius: 8px;
          padding-top: 2px;
          padding-bottom: 2px;
          position: relative; }
          .graph-otr .graph-bx .graph-hd .btn-grp .dropdown .dropdown-menu {
            top: 6px !important;
            left: 0px !important;
            -webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.09);
            -moz-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.09);
            box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.09); }
            .graph-otr .graph-bx .graph-hd .btn-grp .dropdown .dropdown-menu .dropdown-item {
              font: 400 13px/17px "Inter", sans-serif;
              color: #697489;
              padding: .25rem 1.2rem; }
          .graph-otr .graph-bx .graph-hd .btn-grp .dropdown .btn {
            font: 500 12px/17px "Inter", sans-serif;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            background: transparent;
            color: #797f92;
            position: relative;
            padding-right: 35px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .graph-otr .graph-bx .graph-hd .btn-grp .dropdown .btn:after {
              content: 'keyboard_arrow_down';
              font-family: 'Material Icons';
              font-weight: normal;
              font-style: normal;
              font-size: 17px;
              font-style: normal;
              color: #c4cada;
              line-height: 23px;
              position: absolute;
              border: 0;
              right: 5px; }
            .graph-otr .graph-bx .graph-hd .btn-grp .dropdown .btn:before {
              position: absolute;
              height: 100%;
              width: 1px;
              content: "";
              right: 26px;
              background: #dfe2ea; }
          .graph-otr .graph-bx .graph-hd .btn-grp .dropdown.dot-drop {
            width: 30px;
            padding: 0;
            margin-left: 10px;
            border: 0; }
            .graph-otr .graph-bx .graph-hd .btn-grp .dropdown.dot-drop .btn {
              height: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              padding: 4px 5px;
              width: 100%; }
              .graph-otr .graph-bx .graph-hd .btn-grp .dropdown.dot-drop .btn:after {
                content: none !important; }
              .graph-otr .graph-bx .graph-hd .btn-grp .dropdown.dot-drop .btn:before {
                content: 'more_vert';
                font-family: 'Material Icons';
                font-size: 20px;
                line-height: 23px;
                background: transparent;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                position: static; }
    .graph-otr .graph-bx .graph-content {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .graph-otr .graph-bx .graph-content .g-box {
        padding: 10px 0px;
        border-radius: 5px;
        overflow: hidden;
        max-width: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        min-height: 300px;
        cursor: pointer; }
      .graph-otr .graph-bx .graph-content .event-list {
        margin-left: auto;
        margin-right: 5px; }
        .graph-otr .graph-bx .graph-content .event-list ul li {
          padding: 10px;
          border: 1px solid #cad5e9;
          list-style: none;
          border-radius: 7px;
          font: 600 11px/17px "Inter", sans-serif;
          color: #858da4;
          min-width: 155px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-bottom: 5px; }
          .graph-otr .graph-bx .graph-content .event-list ul li:last-child {
            margin-bottom: 0px; }
          .graph-otr .graph-bx .graph-content .event-list ul li i {
            width: 10px;
            height: 10px;
            border-radius: 50px;
            margin-right: 10px; }
            .graph-otr .graph-bx .graph-content .event-list ul li i.event-1 {
              background-color: #20cbc2; }
            .graph-otr .graph-bx .graph-content .event-list ul li i.event-2 {
              background-color: #f97b17; }
            .graph-otr .graph-bx .graph-content .event-list ul li i.event-3 {
              background-color: #d84132; }
            .graph-otr .graph-bx .graph-content .event-list ul li i.event-4 {
              background-color: #f9bb04; }
            .graph-otr .graph-bx .graph-content .event-list ul li i.event-5 {
              background-color: #60aeec; }

.bg-lgt-gry {
  background: #E6EAF2;
  height: 100%; }

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

.dot-drop .btn {
  padding: 4px 5px !important;
  border: 1px solid #cad5e9 !important;
  border-radius: 8px;
  width: 30px;
  height: 33px; }
  .dot-drop .btn:before {
    content: 'more_vert';
    font-family: 'Material Icons';
    font-size: 20px;
    line-height: 23px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: static; }

.dot-drop .dropdown-menu:before {
  right: 15px;
  left: auto !important; }

/*.dropdown-menu{
    z-index: 99999;
}*/
.hd-top .lft-element .dropdown.dot-drop .dropdown-menu {
  left: 0 !important; }

.dropdown.dot-drop .dropdown-menu {
  left: 0 !important; }

.btn-grp-top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  padding-right: 22px; }
  .btn-grp-top .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 7px 7px;
    border: 1px solid #E6EAF2;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #103BB5;
    border-radius: 10px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 33px;
    height: 35px;
    margin-left: 5px;
    font-size: 14px; }
    .btn-grp-top .btn img {
      max-width: 20px;
      max-height: 20px; }
    .btn-grp-top .btn:hover {
      background: #e6eaf2; }
    .btn-grp-top .btn.active {
      background: #e6eaf2; }
  .btn-grp-top .two-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #E6EAF2;
    border-radius: 10px; }
    .btn-grp-top .two-btn .btn {
      margin-left: 0;
      border: 0; }
      .btn-grp-top .two-btn .btn:first-child {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-right: 1px solid #E6EAF2; }
      .btn-grp-top .two-btn .btn:last-child {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px; }

/*.graph-otr .graph-bx .graph-content .g-box div:nth-child(1) {
    width: 100% !important;
    position: relative;
}
*/
.hd-top .lft-element.drp-scroll {
  max-height: 245px;
  overflow-y: auto; }

.hd-top .lft-element.drop-fil .dropdown-item {
  padding: 4px 15px; }

.hd-top .lft-element .btn-create {
  color: #fff !important;
  font-family: "Inter", sans-serif;
  background: #103BB5 !important;
  text-transform: uppercase;
  opacity: 1;
  font-size: 13px !important;
  padding: 10px 15px !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.hd-top .lft-element .btn-cncl-back {
  color: #fff !important;
  font-family: "Inter", sans-serif;
  background: #6373A2 !important;
  text-transform: uppercase;
  opacity: 1;
  font-size: 13px !important;
  padding: 10px 15px !important;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 20px; }

.graph-otr .graph-bx .highcharts-container {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.top-toogle-btn {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9; }

.top-toogle-btn i.material-icons {
  position: absolute;
  top: -25px;
  left: 50%;
  background-color: #103BB5;
  border-radius: 100%;
  border: 1px solid #fff;
  transition: transform 0.3s ease-in-out, opacity 0.25s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out;
  z-index: 100;
  -webkit-transform: rotate(360deg) !important;
  -ms-transform: rotate(360deg) !important;
  transform: rotate(360deg) !important;
  color: #fff;
  cursor: pointer; }

.top-toogle-btn i.material-icons[aria-expanded="true"] {
  -webkit-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
  transition: transform 0.3s ease-in-out, opacity 0.25s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out; }

.hd-top .lft-element.collapse:not(.show) {
  display: none !important;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.hd-top .collapse {
  width: 100%; }

.infoPageContent .lst-bt-nav {
  height: auto !important; }

.infoPageContent .cont-ara {
  min-height: auto;
  margin-bottom: 10px; }

.graph-otr .graph-bx .graph-hd .btn-grp-top .btn {
  border-radius: 8px;
  border: 1px solid #cad5e9; }
  .graph-otr .graph-bx .graph-hd .btn-grp-top .btn img {
    width: 15px; }

.graph-otr .graph-bx.col-12 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important; }

.hd-top .__react_component_tooltip {
  margin-top: 0 !important; }

.graph-otr .graph-bx .graph-hd .btn-grp .dropdown .dropdown-menu {
  min-width: 4rem; }

.no-data-sctn {
  position: relative;
  overflow: hidden; }
  .no-data-sctn .graph-hd {
    -webkit-filter: blur(2px);
    filter: blur(2px); }
  .no-data-sctn .graph-content {
    -webkit-filter: blur(6px);
    filter: blur(6px); }
  .no-data-sctn:before {
    content: "";
    filter: blur(8px);
    -webkit-filter: blur(8px);
    font-weight: 600;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.74); }
  .no-data-sctn:after {
    content: attr(data-descr);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #2d5ac6;
    font: 16px/17px "Inter", sans-serif;
    padding: 13px 15px;
    background: #f6f6f6;
    min-width: 200px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.18); }

.master-filter-visible .content-main,
.master-filter-visible .list-area {
  margin-top: 51px; }

.master-filter-visible .gry-area,
.master-filter-visible .top-slider,
.master-filter-visible .list-area .lst-bt-nav {
  border-top-left-radius: 0 !important; }

.drop-grp .btn-grp-top {
  padding-right: 0; }
  .drop-grp .btn-grp-top .btn img {
    -webkit-filter: invert(100%) sepia(0%) saturate(7106%) hue-rotate(200deg) brightness(120%) contrast(100%);
    filter: invert(100%) sepia(0%) saturate(7106%) hue-rotate(200deg) brightness(120%) contrast(100%); }
  .drop-grp .btn-grp-top .btn.active, .drop-grp .btn-grp-top .btn:hover {
    background: #cfdaf4; }
    .drop-grp .btn-grp-top .btn.active img, .drop-grp .btn-grp-top .btn:hover img {
      -webkit-filter: none;
      filter: none; }
  .drop-grp .btn-grp-top .btn:hover img {
    -webkit-filter: none;
    filter: none; }

.list-area .fot-nav {
  position: relative; }

.create .table-ara .cr-frm .form-group label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/*SS 5-5-2021 End */
.fot-nav ul.pagnation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.list-area .fot-nav {
  width: 100%; }

.mail-table-otr.list-sec .table-section .table tbody tr td {
  border-right: 0 !important; }

.mail-box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .mail-box .table tbody tr .info {
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .mail-box .table tbody tr .info .btn {
      padding: 0;
      opacity: 0.8; }
      .mail-box .table tbody tr .info .btn:hover {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        opacity: 1; }
  .mail-box .table tbody tr:hover {
    -webkit-box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.13);
    box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.13);
    cursor: pointer;
    background: #eef2fb8c; }
    .mail-box .table tbody tr:hover .info {
      display: block;
      margin-left: auto; }
    .mail-box .table tbody tr:hover .indicator {
      opacity: 1;
      -webkit-filter: invert(18%) sepia(36%) saturate(6555%) hue-rotate(220deg) brightness(90%) contrast(97%);
      filter: invert(18%) sepia(36%) saturate(6555%) hue-rotate(220deg) brightness(90%) contrast(97%); }
  .mail-box .table tbody tr .indicator {
    width: 30px;
    padding-right: 0;
    opacity: 0.5; }
  .mail-box .table tbody tr td {
    vertical-align: middle !important; }
    .mail-box .table tbody tr td .mail-from {
      font: 600 14px/20px "Inter", sans-serif;
      color: #858da4;
      white-space: nowrap;
      width: 185px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .mail-box .table tbody tr td .subject {
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .mail-box .table tbody tr td .subject p {
        white-space: nowrap;
        width: 700px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        margin-bottom: 0; }
  .mail-box .mail-table .table {
    min-width: auto !important; }
  .mail-box .table-ara {
    border-radius: 5px; }
    .mail-box .table-ara .width-01 {
      width: 40px;
      padding-right: 0; }
    .mail-box .table-ara .width-02 {
      width: 200px; }
    .mail-box .table-ara .width-03 {
      padding-left: 0;
      width: auto; }
    .mail-box .table-ara .time {
      width: 80px;
      text-align: center;
      padding-left: 0;
      padding-right: 0; }
    .mail-box .table-ara .icon {
      width: 40px;
      text-align: center;
      padding-left: 0;
      padding-right: 0; }
      .mail-box .table-ara .icon img {
        opacity: 0.8; }
  .mail-box .top-fil-ara {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .mail-box .top-fil-ara .btn-section-2 .btn.btn-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 3px 6px !important;
      border-radius: 8px !important; }
      .mail-box .top-fil-ara .btn-section-2 .btn.btn-top .custom-control {
        -webkit-transform: translate(4px, 1px);
        -ms-transform: translate(4px, 1px);
        transform: translate(4px, 1px); }
    .mail-box .top-fil-ara .sr-sec.search-section {
      border: 0 !important; }
    .mail-box .top-fil-ara .cap {
      width: auto; }
    .mail-box .top-fil-ara .search-section .form-control {
      width: 400px !important; }

.pagination-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: 8px; }
  .pagination-mail .otr {
    margin-right: 5px; }
  .pagination-mail .btn-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pagination-mail .btn-arrow button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 20px;
      width: 20px;
      border-radius: 50px;
      padding: 12px;
      background: #fff;
      border: 0;
      margin: 0 2px;
      -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
      .pagination-mail .btn-arrow button:hover {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
      .pagination-mail .btn-arrow button .arrow {
        border: solid black;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 4px;
        background: #fff; }
      .pagination-mail .btn-arrow button:first-child .arrow {
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-left: 5px; }
      .pagination-mail .btn-arrow button:last-child .arrow {
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-right: 5px; }

.mail-sidebar {
  background: #fff;
  margin-top: 2px;
  border-radius: 5px;
  height: 97.5%; }
  .mail-sidebar .compose-btn {
    background: #103BB5;
    border: 0;
    border-radius: 3px;
    color: #fff;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font: 400 14px/20px "Inter", sans-serif; }
    .mail-sidebar .compose-btn:hover {
      background-color: #2C4A9E; }
  .mail-sidebar .card {
    margin-top: 0 !important;
    border-left: 0;
    border-right: 0;
    border-top: 1rem  solid #e6eaf2; }
    .mail-sidebar .card .list-group {
      border-top: 2px solid #4c78e2; }
    .mail-sidebar .card .list-group-item {
      border: 0;
      border-bottom: 1px solid #E6EAF2 !important;
      padding: 10px 15px;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      margin-bottom: -1px;
      border-radius: 0 !important; }
      .mail-sidebar .card .list-group-item.active {
        background-color: #d2dfff;
        border-color: transparent !important; }
        .mail-sidebar .card .list-group-item.active button {
          color: #103BB5; }
          .mail-sidebar .card .list-group-item.active button i img {
            -webkit-filter: invert(15%) sepia(71%) saturate(3553%) hue-rotate(221deg) brightness(97%) contrast(97%);
            filter: invert(15%) sepia(71%) saturate(3553%) hue-rotate(221deg) brightness(97%) contrast(97%); }
      .mail-sidebar .card .list-group-item:hover {
        background: #d2d2d240;
        border-bottom: 1px solid #E6EAF2 !important; }
      .mail-sidebar .card .list-group-item button {
        border: 0;
        background: transparent;
        width: 100%;
        text-align: left;
        font: 500 14px/20px "Inter", sans-serif;
        padding: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        color: #697489;
        font-family: "Inter", sans-serif;
        font-weight: 500; }
        .mail-sidebar .card .list-group-item button span {
          margin-left: auto;
          background-color: #103bb5;
          padding: 2px 4px;
          color: #fff;
          border-radius: 3px;
          font-size: 11px; }
        .mail-sidebar .card .list-group-item button i {
          margin-right: 5px; }
          .mail-sidebar .card .list-group-item button i img {
            -webkit-filter: invert(45%) sepia(5%) saturate(906%) hue-rotate(173deg) brightness(99%) contrast(89%);
            filter: invert(45%) sepia(5%) saturate(906%) hue-rotate(173deg) brightness(99%) contrast(89%);
            width: 20px; }

.email-detail {
  border-radius: 4px;
  overflow: hidden; }
  .email-detail table th, .email-detail table td {
    border: 0 !important; }
    .email-detail table th p, .email-detail table td p {
      font: 14px/20px "Inter", sans-serif;
      color: #666666; }
  .email-detail table {
    border-collapse: collapse;
    border-spacing: 0; }
  .email-detail .table-width {
    max-width: 600px;
    width: 100%;
    margin: 0 auto; }
  .email-detail .spacing-01 {
    padding: 0px 10px 0px 10px; }
  .email-detail .spacing-02 {
    padding: 5px 20px; }
  .email-detail .mail-btn-otr {
    padding: 0px 30px 30px 30px; }
    .email-detail .mail-btn-otr table {
      margin: 0 auto; }
  .email-detail .mail-btn {
    border-radius: 3px; }
    .email-detail .mail-btn a {
      font-size: 20px;
      font-family: Helvetica, Arial, sans-serif;
      color: #ffffff;
      text-decoration: none;
      color: #ffffff;
      text-decoration: none;
      padding: 0px 25px;
      border-radius: 2px;
      border: 1px solid #103BB5;
      display: inline-block; }
  .email-detail .header-mail {
    max-width: 600px; }
    .email-detail .header-mail td {
      padding: 0px 10px 40px 10px; }
  .email-detail .logo-mail {
    padding: 40px 20px 20px 20px;
    border-radius: 4px 4px 0px 0px;
    color: #111111;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 48px;
    background-color: #fff; }
    .email-detail .logo-mail img {
      display: block;
      border: 0px;
      width: 125px; }
  .email-detail .mail-ftr {
    margin-top: 10px;
    background-color: #f4f4f4;
    text-align: center; }
    .email-detail .mail-ftr p a {
      color: #103BB5; }
    .email-detail .mail-ftr h2 {
      font-size: 20px;
      font-weight: 400;
      color: #111111;
      margin: 0;
      padding-top: 5px;
      padding-bottom: 5px; }
  .email-detail .bg-01 {
    background-color: #103BB5; }
  .email-detail .bg-02 {
    background-color: #ebeef4; }
  .email-detail .bg-white {
    background-color: #ffffff; }

.mail-from {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px; }
  .mail-from .btn-otr {
    margin-left: 10px; }
    .mail-from .btn-otr .btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 3px 6px !important;
      border-radius: 8px !important;
      border: 1px solid #E6EAF2;
      width: 30px;
      height: 30px;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
      .mail-from .btn-otr .btn:hover {
        background-color: #e6eaf2; }
      .mail-from .btn-otr .btn img {
        max-width: 20px;
        max-height: 20px; }
  .mail-from h5 {
    font: 500 16px / 20px Inter, sans-serif;
    margin: 0px 20px;
    border-right: 1px solid #333;
    padding-right: 10px;
    margin-right: 10px; }
    .mail-from h5 span {
      font-weight: normal; }

.mail-box .cap h4 span {
  color: #333;
  font-family: "Inter", sans-serif; }

.list-sec {
  padding: 0px 10px 10px;
  overflow: hidden; }
  .list-sec .table-section {
    overflow: auto;
    height: calc(100vh - 250px);
    border: 1px solid #E6EAF2; }
    .list-sec .table-section .table {
      min-width: 1205px; }
      .list-sec .table-section .table .action {
        position: -webkit-sticky;
        right: 0px;
        background-color: #ffff;
        z-index: 2; }
      .list-sec .table-section .table thead tr th {
        font-size: 13px;
        color: #103BB5;
        font-family: "Inter", sans-serif;
        background-color: #f5f5f5 !important;
        padding: 7px 10px;
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        z-index: 3;
        vertical-align: middle;
        border-right: 1px solid #E6EAF2 !important;
        border-bottom: 1px solid #E6EAF2 !important; }
        .list-sec .table-section .table thead tr th.img-sq-box {
          width: 54px;
          text-align: center;
          min-width: 54px !important;
          max-width: 54px !important; }
        .list-sec .table-section .table thead tr th.action {
          width: 60px;
          min-width: 60px !important;
          max-width: 60px !important;
          text-align: center;
          z-index: 9;
          border-left-width: 0px;
          border-left: 1px solid #E6EAF2 !important; }
          .list-sec .table-section .table thead tr th.action img {
            height: 18px; }
        .list-sec .table-section .table thead tr th span.rop-icon {
          width: 20px;
          position: absolute;
          right: 10px;
          background: #FFFFFF 0% 0% no-repeat padding-box;
          text-align: center;
          border-radius: 3px;
          cursor: pointer; }
          .list-sec .table-section .table thead tr th span.rop-icon img {
            width: 10px; }
      .list-sec .table-section .table tbody tr td {
        font-size: 13px;
        color: #697489;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        vertical-align: baseline;
        border-right: 1px solid #E6EAF2 !important;
        border-bottom: 1px solid #E6EAF2 !important;
        padding-top: 6px;
        padding-bottom: 6px; }
        .list-sec .table-section .table tbody tr td.action {
          width: 40px;
          min-width: 40px !important;
          max-width: 40px !important;
          text-align: center;
          z-index: 2;
          position: -webkit-sticky;
          position: sticky;
          border-left-width: 0px; }
          .list-sec .table-section .table tbody tr td.action::after {
            content: "";
            position: absolute;
            left: 0px;
            border-left: 1px solid #E6EAF2;
            height: 100%;
            top: 0px; }
        .list-sec .table-section .table tbody tr td.img-sq-box {
          width: 54px;
          text-align: center;
          min-width: 54px !important;
          max-width: 54px !important; }

.client .table {
  width: 2500px; }

table.table.table-bordered.common-table {
  border: none !important;
  border-collapse: separate;
  border-bottom: 1px solid #E6EAF2 !important; }

.table-bordered th, .table-bordered td {
  border: none !important; }

.list-sec .table-section .table tbody tr:last-child td {
  border-bottom: 0px !important; }

.list-sec .table-section .table th:last-child, .list-sec .table-section .table tbody tr td:last-child {
  border-right: 0px !important; }

@media (max-width: 1559px) {
  .mail-from h5 {
    font: 500 14px / 20px Inter, sans-serif; }
  .mail-sidebar {
    height: 96.2%; }
  .mail-box .table tbody tr td .subject {
    width: 560px; }
  .mail-box .top-fil-ara .btn-section-2 .btn.btn-top {
    padding: 4px 5px !important;
    border-radius: 5px !important; }
  .toggle-section span.first-itm, .toggle-section span.last-itm {
    font-size: 11px; }
  .graph-otr .graph-bx .graph-hd .btn-grp .dropdown .btn {
    padding-top: 3px;
    padding-bottom: 3px; }
  .graph-otr .graph-bx .graph-hd .btn-grp-top .btn {
    border-radius: 5px;
    width: 25px;
    height: 30px;
    margin-left: 0; }
  .graph-otr .graph-bx .graph-hd {
    height: 44px; }
  .graph-otr .graph-bx .graph-hd .btn-grp .dropdown {
    border-radius: 5px; }
  .graph-otr .graph-bx .graph-hd .btn-grp .dropdown.dot-drop .btn {
    padding: 2px 1px !important;
    border-radius: 5px; }
  .graph-otr .graph-bx .graph-hd .btn-grp .dropdown.dot-drop {
    width: 25px;
    margin-left: 5px; }
  .graph-otr .graph-bx .graph-hd .btn-grp-top .btn img {
    width: 12px; }
  .sidenav.navbar-collapse.collapse ~ .hd-top ~ .cont-ara .graph-otr .graph-bx .graph-hd strong {
    white-space: nowrap;
    width: 52%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .sidenav.navbar-collapse.collapse.show ~ .hd-top ~ .cont-ara .graph-otr .graph-bx .graph-hd strong {
    width: 55%; }
  .graph-otr .graph-bx {
    padding-right: 10px;
    padding-left: 10px; }
  .content-area {
    padding: 10px 10px 0px; }
  .notification-view ul li {
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 13px; }
  .notification-view ul li .icon {
    width: 44px;
    height: 44px; }
  .notification-view ul li strong {
    margin-bottom: 3px;
    font-size: 13px; }
  .notification-view {
    width: 300px; }
  .hd-top .lft-element .dropdown {
    margin-right: 5px;
    margin-left: 0px;
    padding-right: 18px; }
  .btn-grp-top .btn-top {
    padding: 0 10px 0 5px; }
  .hd-top .lft-element .dropdown .d-arrow {
    content: "";
    width: 18px;
    height: 18px;
    right: 7px; }
  .filters-otr .tag {
    font: 500 13px/17px "Inter", sans-serif;
    padding: 9px 8px 9px 13px;
    min-width: 130px; }
  .hd-top .lft-element .dropdown .d-arrow:after {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px; }
  .hd-top .lft-element .dropdown .dropdown-menu {
    left: -8px !important; }
  .hd-top .lft-element .dropdown:last-child {
    padding-right: 15px; }
  .dot-drop .btn {
    padding: 2px 3px !important;
    border: 1px solid #cad5e9 !important;
    border-radius: 8px;
    width: 27px;
    height: 30px; }
  .notification-view .btn-primary {
    font: 600 13px/17px "Poppins";
    height: 40px; }
  .graph-otr .graph-bx .graph-content .event-list ul li i {
    width: 8px;
    height: 8px;
    margin-right: 5px; }
  .graph-otr .graph-bx .graph-hd .btn-grp .dropdown.dot-drop .btn::before {
    font-size: 21px; }
  .graph-otr .graph-bx .graph-content .event-list ul li {
    font-size: 10px; }
  .graph-otr .graph-bx .graph-hd strong {
    font: 600 12px / 17px Inter, sans-serif; }
  /*.content-area {
    padding-top: 15px;
    padding-left: 23px;
    padding-right: 23px;
}*/
  .filters-otr strong {
    font: 600 16px/27px "Inter", sans-serif; }
  .hd-top .lft-element .dropdown .btn {
    font: 500 13px/17px "Inter", sans-serif; }
  .info-outer .info-bx .rgt strong {
    font: 600 16px/27px "Inter", sans-serif;
    padding-left: 15px; }
  .info-outer .info-bx .rgt {
    margin-right: 15px; }
  .info-outer .info-bx .lft small {
    font: 598 12px/17px "Inter", sans-serif; }
  .info-outer .info-bx .lft i img {
    width: 22px; }
  .info-outer .info-bx .lft i {
    margin-right: 7px; }
  .info-outer .col {
    padding: 0 7px; }
  .info-outer {
    margin-left: -7px;
    margin-right: -7px; }
  .info-outer .info-bx {
    padding-left: 15px; }
  .dash .dash-cont .pub-ara.six .items .itm-btm .head h2 {
    font-size: 18px;
    line-height: 22px;
    height: 45px; } }

@media (max-width: 1360px) {
  .mail-box .table tbody tr td .subject {
    width: 470px; } }

@media (max-width: 1281px) {
  .mail-box .table tbody tr td .subject {
    width: 370px; }
  .mail-box .mail-table .table {
    min-width: 700px !important; }
  .mail-box .table-ara .width-02 {
    width: 110px; }
  .mail-box .table tbody tr td .mail-from {
    width: 100px; }
  .mail-box .table tbody tr .indicator {
    width: 30px; }
  .mail-box .table-ara .width-01 {
    width: 30px;
    padding-right: 0;
    padding-left: 10px !important; } }

@media (max-width: 1281px) {
  .sidenav.navbar-collapse.collapse ~ .hd-top ~ .cont-ara .graph-otr .graph-bx .graph-hd strong {
    width: 49%; }
  .sidenav.navbar-collapse.collapse.show ~ .hd-top ~ .cont-ara .graph-otr .graph-bx .graph-hd strong {
    width: 54%; } }

@media (max-width: 1000px) {
  aside {
    max-width: 150px;
    min-width: 150px;
    display: block !important; }
  aside.navbar-collapse.show {
    max-width: 100px;
    min-width: 100px; } }

@media (max-width: 991px) {
  .mail-sidebar {
    margin-bottom: 20px;
    margin-top: 20px; }
    .mail-sidebar .card {
      min-height: auto; }
  .mail-box .col-xl-2.col-lg-3 {
    background-color: #fff; }
  .sidenav {
    display: block !important;
    max-width: 100%;
    min-width: 100%; }
  .sidenav.show {
    display: none !important; }
  .sidenav.collapsing {
    display: none; }
  .table-ara {
    height: auto;
    overflow-y: scroll; }
  .cont-ara {
    top: unset;
    padding: 10px !important; }
    .cont-ara .list-area {
      border-radius: 15px !important; }
      .cont-ara .list-area .top-slider {
        border-top-right-radius: 30px; }
      .cont-ara .list-area .lst-bt-nav {
        padding: 15px;
        border-radius: 15px; }
  .create .table-ara .cr-frm .frm-ara {
    width: 100%; }
  .act-main .table-ara .activity .itm {
    width: calc(100% / 3 - 10px); }
    .act-main .table-ara .activity .itm.wid-50 {
      width: calc(67% - 20px); } }

@media (max-width: 800px) {
  .nav-ara {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding-right: 0px; }
    .nav-ara .head {
      width: 100%; }
      .nav-ara .head h4::after {
        bottom: -10px !important; }
    .nav-ara .pagenation {
      margin-top: 20px;
      width: 100%; }
  .fst {
    border-radius: 15px; }
    .fst .top-slider {
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      padding: 10px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .fst .top-slider .tab-sec {
        width: 100%;
        padding: 10px 0px !important; }
      .fst .top-slider .pagenation {
        margin-top: 5px; }
  .cmon-ara .head {
    height: auto; }
    .cmon-ara .head h3 {
      margin-bottom: 10px; }
    .cmon-ara .head .btn-sec {
      position: relative; }
      .cmon-ara .head .btn-sec .btn {
        margin-left: 0px;
        margin-right: 10px;
        margin-bottom: 10px; }
  .sav .w-50.d-flex {
    width: 100% !important; } }

@media (min-width: 768px) {
  .navbar .mnu-ico {
    width: 100px;
    text-align: center; } }

@media (max-width: 767px) {
  .create-activity-schedule .modal-body .box-section .box-layer:nth-child(odd) {
    border-right: 1px solid #e6e6e6; }
  .activity-event-modal .modal-body .box-section .box-layer:nth-child(odd) {
    border-right: 1px solid #e6e6e6; }
  .activity-event-modal .modal-body .box-form-sec .form-itm:first-child {
    padding-right: 0; }
  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .navbar .navbar-brand {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .navbar .mnu-info {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      .navbar .mnu-info .prf-lst {
        border-radius: 45px !important;
        padding-right: 80px !important; }
    .navbar .mnu-ico {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      position: absolute;
      right: 20px; }
  .act-main .table-ara .activity .itm {
    width: calc(100% / 2 - 10px); }
    .act-main .table-ara .activity .itm.wid-50 {
      width: calc(100% - 20px); }
  .sav .w-50.d-flex {
    width: 100% !important; }
    .sav .w-50.d-flex .itm {
      width: 100%; }
  .top-slider .slider .slick-list .slide {
    width: auto !important; } }

@media (max-width: 750px) {
  .assigned-build-modal .modal-body .outer-act-build {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .assigned-build-modal .modal-body .outer-act-build .build-tem1 {
    width: 100%;
    margin-right: 0px; }
  .assigned-build-modal .modal-body .outer-act-build.list-sec .table-section {
    min-height: auto; }
  .assigned-build-modal .modal-body .outer-act-build .build-tem2 {
    width: 100%; } }

@media (max-width: 600px) {
  .assigned-build-modal .modal-body .outer-act-build .filtr-sec {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 8px; }
  .assigned-build-modal .modal-body .outer-act-build .filtr-sec .fl-off {
    margin-left: 15px; }
  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .navbar .navbar-brand {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .navbar .mnu-info {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      width: 100%; }
      .navbar .mnu-info .prf-lst {
        border-radius: 0px !important;
        padding-right: 10px !important;
        /*width: 100%;*/
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
    .navbar .mnu-ico {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      position: relative;
      right: unset; }
  .act-main .table-ara .activity .itm {
    width: calc(100% - 10px); }
    .act-main .table-ara .activity .itm.wid-50 {
      width: calc(100% - 20px); }
  .modal .modal-dialog .modal-content .modal-body .frm-modal .bck-ara {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .modal .modal-dialog .modal-content .modal-body .frm-modal .bck-ara .btn-frm {
      width: auto;
      padding: 5px 15px;
      margin-right: 5px;
      border-radius: 11px;
      font-size: 12px;
      margin-bottom: 5px; }
  .modal .modal-dialog .modal-content .modal-body .frm-modal .item-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .modal .modal-dialog .modal-content .modal-body .frm-modal .item-row .item {
      width: 100%;
      margin-right: 0px; } }

@media (max-width: 585px) {
  .assigned-build-modal .modal-body .btn-sec.btn-survey-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .assigned-build-modal .modal-body .btn-sec.btn-survey-sec button.btn.btn-cncl-back {
    width: 47%; }
  .assigned-build-modal .modal-body .btn-sec.btn-survey-sec button.btn.btn-create.mr-2 {
    width: 50%; }
  .assigned-build-modal .modal-body .btn-assign {
    width: 100% !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 11px; }
  .drop-grp .dropdown-menu:after {
    content: none; }
  .notification-view {
    width: 310px;
    left: -80px;
    top: 42px; }
  .profile-view {
    margin-top: 5px !important; }
  .notification-view ul li {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px; }
  .notification-view ul li a .content {
    padding-right: 10px; }
  .notification-view ul li strong {
    font-size: 13px;
    margin-bottom: 4px; }
  .notification-view ul li .icon {
    width: 34px;
    height: 34px;
    border-radius: 5px; }
  .custom-drop.icon-drop i img {
    width: 20px; } }

.dropdown-item.active, .dropdown-item:active {
  background: #103bb5 !important;
  color: #fff !important; }

@media (max-width: 500px) {
  .assigned-build-modal .modal-body .survey-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .assigned-build-modal .modal-body .btn-sec.btn-survey-sec button.btn.btn-cncl-back {
    width: 100%; }
  .assigned-build-modal .modal-body .btn-sec.btn-survey-sec button.btn.btn-create.mr-2 {
    width: 100%;
    margin-bottom: 5px; } }
