/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  position: fixed;
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

a {
  color: inherit;
}

a:visited {
  color: inherit;
}

.show-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.show-block {
  display: block !important;
}

.hide {
  display: none !important;
}

/* width */
.w-100 {
  width: 100% !important;
}

.w-50 {
  width: 50% !important;
}

.w-40 {
  width: 40% !important;
}

.w-33 {
  width: 33.3% !important;
}

.w-25 {
  width: 25% !important;
}

.w-20 {
  width: 20% !important;
}

.w-10 {
  width: 10% !important;
}

/* paddings */
.p-0 {
  padding: 0px !important;
}

.p-l-20px {
  padding-left: 20px !important;
}

.required {
  color: #00294c;
}

/* table pages top button */
.page-top-btn-container,
.form-top-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.page-top-btn {
  cursor: pointer;
  margin: 0px 0px 0px 10px;
}

/* form styling */
.form-page-main {
  width: 100%;
}

.form-container {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding: 20px 40px 0px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  margin: 0px;
  max-width: 1000px;
}

.form-sections-container {
  width: 100%;
}

.form-section-title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.section-collapse-btn {
  padding: 0px 10px 0px 0px;
  cursor: pointer;
  color: #00294c;
}

.form-section-title {
  font-size: 1.1rem;
  font-weight: 600;
  white-space: nowrap;
  padding: 0px 10px 0px 0px;
  color: #00294c;
}

/* used when we have from top buttons only */
.form-cont {
  padding: 0px 40px 0px 40px !important;
}

.form-top {
  width: 100%;
}

.form-top-buttons-container {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  z-index: 10000000000;
  padding: 20px 0px 0px 0px;
}

.field-set-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 20px 0px;
}

.field-set-group + .sub-fields .field-set-group {
  padding: 10px 0px;
}

form .field-set-group {
  max-width: 1000px;
}

.field-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 0px;
  /* max-width: 1000px; */
}

form .field-set {
  max-width: 1000px;
}

.field-item {
  width: 100%;
  padding: 0px 20px;
}

.field-item-sub {
}

.field-item-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600 !important;
  padding: 0px 0px 10px 0px !important;
  color: #4d4d4d;
  
}

.field-item-checkbox-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600 !important;
  padding: 0px 0px 10px 0px !important;
  margin-left: 20px;
  white-space: nowrap;
}

.field-item input.textfield {
  width: 100%;
  padding: 10px 5px 3px 5px;
  border: none;
  line-height: 22px;
  color: #4d4d4d;
}

.field-item input.textfield:focus {
  outline: none;
}

.field-item input.checkbox {
  width: 0px;
  opacity: 0;
  height: 0px;
  position: absolute;
}

.field-item textarea.textarea {
  padding: 3px 5px 0px 5px;
  color: #4d4d4d
}

.field-item-checkbox-title {
  margin-bottom: 10px;
}

.field-item-checkbox-group-title {
  margin-bottom: 10px;
  padding-left: 20px !important;
}

.field-item-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px;
}

.field-item label {
  display: block;
  font-size: 0.85rem;
  padding: 0px 10px;
}

.field-item input {
  width: 100%;
}

.field-item textarea {
  width: 100%;
}

.field-item .select2-choices {
  display: -webkit-inline-box;
  max-width: 250px;
}

.field-item .field-item-filter {
  padding: 0px 10px 0px 0px !important;
}

.field-item .field-item-filter-groups-container {
  width: 100%;
  padding: 0px 0px 0px 0px !important;
}

.field-item .field-item-filter-group-main-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.field-item
  .field-item-filter-group-main-container
  .field-item-filter-group-main-container-child {
  margin-left: 20px;
}

.field-item .field-item-filter-group-container {
  padding-top: 0px;
}

.field-item .field-set-filter {
  width: 200px;
  padding-top: 0px;
}

.field-item .conditions-field-set-filter {
  width: 150px;
  padding-top: 0px;
}

.field-item .options-field-set-filter {
  width: 200px;
  padding-top: 0px;
}

.field-item-multi-inputs-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.field-item-multi-inputs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.field-item-multi-inputs-delete-btn {
  margin-left: 10px;
  margin-top: 25px;
}

.field-item-multi-inputs-transparet-btn {
  margin-left: 10px;
  background-color: transparent;
  color: transparent;
}

.field-item-multi-inputs-add-btns-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.field-item-multi-inputs-add-btn-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
  margin-right: 20px;
}

.field-item-multi-inputs-add-btn-container button {
}

.field-item-multi-fields-set {
  padding: 0px;
}

.field-item-multi-fields-group {
  padding: 0px;
}

.field-item-multi-fields-item {
  padding: 0px;
}

.form-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0px 0px 20px 0px;
}

.form-button {
  margin: 0px 10px 0px 0px;
}

/* dropdown menu */
.field-item-dropdown {
  position: relative;
}
/* 
.ivrs-props-body-item-dropdown-btn-content-container {
  position: relative;
  margin: 8px 0;
} */

.field-item-dropdown-btn {
  background-color: transparent;
  border: 1px solid;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 60px;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid;
}

.select2-container {
  z-index: 1000000;
}


.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  padding: 8px 12px 8px 0px !important;
  height: 35px !important;
  border: none !important;
  border-bottom: 1px solid !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 0.85rem;
  color: #4d4d4d;
}

.select2-container--default .select2-selection--single:focus {
  outline: none !important;
}

.select2-dropdown {
  font-size: 0.85rem;
}

.select2-selection__arrow {
  height: 44px !important;
  top: 0px !important;
}

.select2-results__option {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.select2-results__option .select2-results__option--selected {
  background-color: #00294c;
  color: #ffffff; 
}

.select2-results__option .select2-results__option--selected:hover {
  background-color: #00294c;
  color: #ffffff; 
}

.select2-results__option:not(.select2-results__option--group):not(.select2-results__option--selected) {
  background-color: #ffffff;
  color: #4d4d4d;
}

.select2-results__option--group {
  display: block;
  height: auto;
}

.select2-results__option:not(.select2-results__option--group):hover{
  background-color: #00294c;
  color: #ffffff; 
}

.select2-container--default .select2-results__group {
  font-weight: 600;
  padding: 10px 6px !important;
}

.select2-results__options .select2-results__options--nested li {
  padding-left: 20px !important;
}

.select2-search__field {
  border: none !important;
}

.select2-search__field:focus {
  outline: none;
}

.select2-results {
  border-top: 1px solid;
}

.select2-container--default .select2-selection--multiple {
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0;
  min-height: 35px;
  /* line-height: 26px; */
}

.select2-container--default.select2-container--open
  .select2-selection--multiple,
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 0;
  border-bottom: 1px solid;
}

.field-item-dropdown-btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 14px;
  content: "\f0d7";
  float: right;
}

.field-item-dropdown-btn.caret-up::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 14px;
  content: "\f0d8";
  float: right;
}

.field-item-dropdown-select2 {
  border: none;
  border-bottom: 1px solid;
  padding: 10px 5px 5px 5px;
  color: #4d4d4d;
  background-color: #ffffff;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #00294c;
  color: #ffffff;
}

.field-item-dropdown-select2-multi {
  color: #4d4d4d;
  background-color: #ffffff;
}

.select2-selection__choice {
min-width: 80px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: .85rem;
  background-color: #ededed;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice button {
  padding: 2px 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice span {
  padding: 2px 4px;
}

.field-item-dropdown-select2:focus,
.field-item-dropdown-select2-multi {
  outline: none;
}

.field-item-dropdown-container {
  display: none;
  position: absolute;
  max-height: 145px;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 60px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
  /* background-color: #ffffff;
  color: #4d4d4d; */
  background-color: yellowgreen !important;
  color: blue !important;
}

.field-item-dropdown-item {
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  width: 100%;
  cursor: pointer;
}

.page-section-divider {
  width: 100%;
  height: 2px;
  margin: 20px 0px;
  background-color: #ededed;
}

.page-section-divider-top {
  width: 100%;
  height: 2px;
  margin: 20px 0px 0px 0px;
}

/* Checkbox container */

.field-item-checkbox-group {
  padding: 0px;
}

.checkbox-group-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.checkbox-sub-group-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.checkbox-sub-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.checkbox-label-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 20px;
  width: 100%;
}

.checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  width: 18px;
  height: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 2px !important;
}

.checkbox-container.checkbox-disbaled {
  opacity: 0.7;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #4d4d4d;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.checkmark-checked {
background-color: #00294c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.checkbox-label {
  font-size: 0.85rem;
  font-weight: 500;
  margin-left: 20px;
  height: 10px;
  white-space: nowrap;
}
/* checkbox button */
.checkbox-btn {
  position: relative;
  border: 1px solid !important;
  border-radius: 5px;
  width: 100%;
  padding: 8px;
  cursor: pointer;
  text-align: center;
  margin: 10px 0px;
  display: block;
}

.checkbox-btn-hidden {
  display: none;
}

/* filters */
.add-filter-btn-container,
.remove-filter-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px 5px;
}

.hierarchical-select-btn-container {
  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;
}

.add-filter-btn,
.remove-filter-btn {
  border-radius: 5px;
  border: none;
}

/* buttons */
.btn-100 {
  width: 100%;
  height: 40px;
  font-size: 0.85rem;
  text-decoration: none;
  text-align: center;
  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;
  border: 2px solid;
  font-weight: 600;
  border-radius: 5px;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  -o-border-radius: ;
  cursor: pointer;
}

.btn-300px {
  width: 300px;
  height: 40px;
  font-size: 0.85rem;
  text-decoration: none;
  text-align: center;
  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;
  border: 2px solid;
  font-weight: 600;
  border-radius: 5px;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  -o-border-radius: ;
  cursor: pointer;
}

.btn-80px {
  width: 80px;
  height: 40px;
  font-size: 0.85rem;
  text-decoration: none;
  text-align: center;
  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;
  border: 2px solid;
  font-weight: 600;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}

.btn-120px {
  width: 120px;
  height: 40px;
  font-size: 0.85rem;
  text-decoration: none;
  text-align: center;
  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;
  border: 2px solid;
  font-weight: 600;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}

.btn-140px {
  width: 140px;
  height: 40px;
  font-size: 0.75rem;
  text-decoration: none;
  text-align: center;
  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;
  border: 2px solid;
  font-weight: 600;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}

.btn-55px {
  width: 55px;
  height: 30px;
  font-size: 0.75rem;
  text-decoration: none;
  text-align: center;
  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;
  border: 2px solid;
  font-weight: 600;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}

.btn-30px {
  width: 30px;
  height: 30px;
  font-size: 0.75rem;
  text-decoration: none;
  text-align: center;
  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;
  border: 2px solid;
  font-weight: 500;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}

.btn-circle-30px {
  width: 30px;
  height: 30px;
  font-size: 0.8rem;
  padding: 8px;
  margin: 0px 5px;
  border: 2px solid;
  border-radius: 200%;
  -webkit-border-radius: 200%;
  -moz-border-radius: 200%;
  -ms-border-radius: 200%;
  -o-border-radius: 200%;
  cursor: pointer;
}

.btn-small {
  margin: 0 10px;
  font-size: 0.65rem;
}

/* xdsoft datetimepicker */

.xdsoft_datetimepicker {
  background-color: #ffffff;
}

.xdsoft_datepicker .xdsoft_monthpicker .xdsoft_prev,
.xdsoft_datepicker .xdsoft_monthpicker .xdsoft_next,
.xdsoft_datepicker .xdsoft_monthpicker .xdsoft_today_button,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  background-image: none !important;
  text-indent: initial;
  overflow: initial;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color:#00294c;
}

.xdsoft_monthpicker .xdsoft_prev::before {
  content: "\f0d9";
  font-size: 0.9rem;
}
.xdsoft_monthpicker .xdsoft_next::before {
  content: "\f0da";
  font-size: 0.9rem;
}

.xdsoft_today_button::before {
  content: "\f015";
  font-size: 0.85rem;
}

.xdsoft_datetimepicker .xdsoft_label {
  font-size: 0.85rem;
  background-color: #ffffff;
  color: #00294c;
}

/* date days MON-SUN */
.xdsoft_datetimepicker .xdsoft_calendar th {
color: #ffffff;
background-color: #00294c;
}
/* date days  1-31*/
.xdsoft_datetimepicker .xdsoft_calendar td{
color: #4d4d4d;
background-color: #ffffff;
}
/* date hover */
.xdsoft_datetimepicker .xdsoft_calendar td:hover{
  background-color: #00294c;
  color: #ffffff;
}

.xdsoft_timepicker .xdsoft_prev::before {
  content: "\f0d8";
  font-size: 0.9rem;
}
.xdsoft_timepicker .xdsoft_next::before {
  content: "\f0d7";
  font-size: 0.9rem;
}
/* date active */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
 background-color: #ffffff;
 color: #4d4d4d;
 box-shadow: #4d4d4d 0 1px 3px 0 inset; 
}

/* time dropdown */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background-color: #ffffff;
  color: #4d4d4d;
}
/* time dropdown active */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box div.xdsoft_current {
  background-color: #ffffff;
  color: #4d4d4d;
  box-shadow: #4d4d4d 0 1px 3px 0 inset; 
}
/* time dropdown hover */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background-color: #00294c;
  color: #ffffff;
}
/* month dropdown */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  background-color: #ffffff;
  color: #00294c;
}
/* month dropdown hover */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover{
  background-color: #00294c;
  color: #ffffff;
}
/* month dropdown active */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background-color: #00294c;
  color: #ffffff;
  font-weight: 700;
}

.main {
  width: 100%;
  overflow: hidden;
}

.navbar {
  width: 100%;
  position: fixed;
  z-index: 2;
}

.navbar-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  z-index: 10000;
  background-color: #00294c;
}

.navbar-title {
  width: 100%;
  height: 70px;
  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;
}

.navbar-notification {
  width: 90px;
  height: 70px;
  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;
  position: relative;
}

.navbar-notification-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  margin: 0px 10px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #00294c;
  color: #ededed;
}

.navbar-notification-container:hover {
  cursor: pointer;
  width: 45px;
  height: 45px;
  color: #00294c;
  background-color: #ededed;
}

.navbar-notification-icon {
  font-size: 1.25rem;
  padding: 10px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.navbar-notification-count-container {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #4d4d4d;
  top: 5px;
  right: 0px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  z-index: 2;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-notification-count {
  color: #ededed;
  font-size: 0.75rem;
  font-weight: 600;
}

.navbar-notificaion-dropdown-menu-content {
  display: none;
  background-color: #ededed;
}

.show-navbar-notification-dropdown-content {
  position: absolute;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 70px;
  right: 0px;
  left: auto;
  color: #00294c;
  width: 300px;
  -webkit-box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2);
  z-index: 30;
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  -o-border-radius: ;
}

.navbar-notification-dropdown-item-container {
  width: 100%;
  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;
  color: #4d4d4d;
}

.navbar-notification-dropdown-item-timestamp {
  width: 100%;
  padding: 10px 10px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  font-size: 0.85rem;
  font-style: italic;
  font-weight: 300;
  color: #4d4d4d;
}

.navbar-notification-dropdown-item-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 0px 10px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar-notification-dropdown-divider-container {
  width: 100%;
  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;
}

.navbar-notification-dropdown-divider {
  height: 1px;
  width: 98%;
  background-color: #4d4d4d;
}

.navbar-notification-dropdown-item-icon {
  width: 10px;
  font-size: 0.8rem;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar-notification-dropdown-item-link {
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* navbar help */
.navbar-help {
  width: 90px;
  height: 70px;
  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;
}

.navbar-help-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  margin: 0px 10px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  color: #ededed;
  background-color: #00294c;
}

.navbar-help-container:hover {
  cursor: pointer;
  background-color: #ededed;
  color: #00294c;
}

.navbar-help-icon {
  font-size: 1.25rem;
  border-radius: 100%;
  padding: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.navbar-help-dropdown-menu-content {
  display: none;
  color: #4d4d4d;
  background-color: #ededed;
}

.show-navbar-help-dropdown-content {
  position: absolute;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 70px;
  right: 100px;
  color: #00294c;
  min-width: 300px;
  -webkit-box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
}

.navbar-help-dropdown-item-container {
  width: 100%;
  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;
  color: #4d4d4d;
}

.navbar-help-dropdown-item-timestamp {
  width: 100%;
  padding: 10px 10px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  font-size: 0.85rem;
  font-style: italic;
  font-weight: 300;
  background-color: #ededed
  color: #4d4d4d;
}

.navbar-help-dropdown-item-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 0px 10px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar-help-dropdown-item-icon {
  width: 10px;
  font-size: 0.8rem;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar-help-dropdown-item-link {
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* navbar user */
.navbar-user-container {
  width: 90px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.aliasBtn {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #ededed;
  color: #00294c;
  font-size: 1.4rem;
  border: none;
  /* padding: 10px; */
  margin: 0 10px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  width: 50px;
  height: 50px;
}

.navbar-avatar-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
}

.navbar-avatar-img {
  /* 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; */
  border: 1px solid;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.aliasBtn:hover {
  cursor: pointer;
}

.user-dropdown-content {
  display: none;
  background-color: #ffffff;
  color: #4d4d4d;
}

.show-user-dropdown-content {
  position: absolute;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  top: 70px;
  right: 0px;
  left: auto;
  color: #00294c;
  width: 300px;
  -webkit-box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2);
  z-index: 11;
  border-radius: 0px 0px 0px 5px;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  -o-border-radius: ;
}

.user-dropdown-info-container {
  width: 100%;
  text-align: center;
  /* -webkit-box-shadow: 0px 2px 3px #4d4d4d;
  box-shadow: 0px 2px 3px #4d4d4d; */
  z-index: 2;
  min-width: 300px;
  background-color: #ededed;
  color: #00294c;
}

.user-dropdown-name {
  padding: 12px 0px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  width: 100%;
}

.user-dropdown-email {
  padding-bottom: 12px;
  text-decoration: none;
  display: block;
  font-size: 0.75rem;
  width: 100%;
}

.user-dropdown-item {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 5%;
  text-decoration: none;
  display: block;
  width: 95%;
  font-size: 0.85rem;
}

.user-dropdown-item:hover {
  font-weight: 600;
  -webkit-transition: 0.5 ease-in-out;
  -o-transition: 0.5 ease-in-out;
  transition: 0.5 ease-in-out;
  -moz-transition: 0.5 ease-in-out;
  -ms-transition: 0.5 ease-in-out;
}

.user-dropdown-item:last-child {
  border-radius: 0px 0px 0px 5px;
  -webkit-border-radius: 0px 0px 0px 5px;
  -moz-border-radius: 0px 0px 0px 5px;
  -ms-border-radius: 0px 0px 0px 5px;
  -o-border-radius: 0px 0px 0px 5px;
}

.user-dropdown-divider {
  background-color: #4d4d4d;
  height: 1px;
  opacity: 0.2;
  width: 100%;
}

.content {
  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%;
}

.logo-container {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* width: 200px; */
  height: 70px;
  padding: 0px 0px 0px 20px;
}

.logo {
  height: 33px;
  width: 120px;
}

/* sidebar */
.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: calc(100vh - 70px);
  /* -webkit-box-shadow: 2px 2px 2px -1px #4d4d4d;
    box-shadow: 2px 2px 2px -1px #4d4d4d; */
  -webkit-transition: width 0.1s;
  -o-transition: width 0.1s;
  transition: width 0.1s;
  -webkit-transition: width 0.1s;
  -moz-transition: width 0.1s;
  -ms-transition: width 0.1s;
  width: 200px;
  float: left;
  position: fixed;
  top: 70px;
  z-index: 3;
  min-height: 100%;
}

.sidebar-collapsed {
  /* background-color: #4d4d4d; */
  width: 80px;
}

.sidebar-with-sub-menu {
  width: 350px;
}

.sidebar-container {
  width: 200px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #ededed;
  min-height: calc(100vh - 70px);
  -webkit-transition: width 0.1s;
  -o-transition: width 0.1s;
  transition: width 0.1s;
  -webkit-transition: width 0.1s;
  -moz-transition: width 0.1s;
  -ms-transition: width 0.1s;
  -webkit-box-shadow: -1px 2px 2px 1px #4d4d4d;
  box-shadow: -1px 2px 2px 1px #4d4d4d;
  z-index: 200;
}

.sidebar-container-collapsed {
  width: 80px;
  -webkit-transition: width 0.1s;
  -o-transition: width 0.1s;
  transition: width 0.1s;
  -moz-transition: width 0.1s;
  -ms-transition: width 0.1s;
}

.sidebar-divider {
  width: 98%;
  height: 3px;
  background-color: #4d4d4d;
  opacity: 0.5;
  margin: 20px 1%;
  -webkit-box-shadow: 0px 2px 0px -1px #4d4d4d;
  box-shadow: 0px 1px 0px -1px #4d4d4d;
}

.menu-section-container {
  width: 100%;
  margin-top: 0px;
}

.menu-section-container-collapsed {
  width: 100%;
  text-align: center;
}

.menu-section-with-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0px 7px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #4d4d4d;
}

.menu-section {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 10px 0px 10px 20px;
  /* color: #575759; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-section-collapsed {
  display: none;
}

.toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0px 0px 0px 55px;
}

.toggle-btn {
  font-size: 1rem;
  background-color: #00294c;
  color: #ffffff;
  border-radius: 300px 0px 0px 300px;
  border: none;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  border-right: none;
}

.toggle-mobile-icon {
  display: none;
}

.toggle-btn:focus {
  outline: 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  border-right: none;
  cursor: pointer;
  border-color: #00294c;
}

.toggle-btn:hover {
  background-color: #ededed;
  color: #00294c;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  border-right: none;
  cursor: pointer;
  border-color: #00294c;
}

.menu-container {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.menu-container-collapsed {
  width: 100%;
}

.menu-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 0px 10px 12%;
  width: 100%;
  text-decoration: none;
  color: #4d4d4d;
}

.menu-item-container-collapsed {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 15px 0px;
  position: relative;
}

.menu-item-container:hover {
  background-color: #00294c;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
}

.menu-item-container:focus {
  outline: 1px solid #4d4d4d;
}

.menu-item-active {
  font-weight: 700;
  background-color: #00294c;
  color: #ffffff !important;
}

/* .menu-item-active:hover {
  font-weight: 700;
  background-color: #ededed;
  color: #00294c;
} */

.menu-item-icon {
  margin-right: 10px;
  width: 20px;
  pointer-events: none;
}

.menu-item-icon-collapsed {
  margin-right: 0px;
  width: 100%;
  font-size: 1.2em;
  text-align: center;
  pointer-events: none;
}

.menu-item-link {
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0px;
  margin: 0px;
  pointer-events: none;
}

.menu-item-link-collapsed {
  display: none;
}

/* Sub Menu */
@-webkit-keyframes sidebar-submenu-animation {
  0% {
    display: block;
    width: 0;
  }
  100% {
    width: 215px;
    color: #d6d6d6;
  }
}

@keyframes sidebar-submenu-animation {
  0% {
    display: block;
    width: 0;
  }
  100% {
    width: 215px;
    color: #d6d6d6;
  }
}

.sidebar-submenu {
  /* display: block; */
  background-color: #4d4d4d;
  min-height: calc(100vh - 70px);
  height: calc(100vh - 70px);
  width: 215px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation-name: sidebar-submenu-animation;
  animation-name: sidebar-submenu-animation;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  overflow-y: scroll;
  overflow-x: hidden;
}
.sidebar-submenu::-webkit-scrollbar {
  width: 8px;
}
.sidebar-submenu::-webkit-scrollbar-button {
  background-color: transparent;
}

.sidebar-submenu::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.sidebar-submenu::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

@-webkit-keyframes sidebar-submenu-collapsed-animation {
  0% {
    display: block;
    width: 220px;
    color: #d6d6d6;
  }
  100% {
    display: none;
    width: 0px;
  }
}

@keyframes sidebar-submenu-collapsed-animation {
  0% {
    display: block;
    width: 220px;
    color: #d6d6d6;
  }
  100% {
    display: none;
    width: 0px;
  }
}

.sidebar-submenu-collapsed {
  display: none;
  -webkit-animation-name: sidebar-submenu-collapsed-animation;
  animation-name: sidebar-submenu-collapsed-animation;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  width: 0px;
  padding: 10px 0;
  background-color: #4d4d4d;
  color: #4d4d4d;
}

.sub-menu-item-container {
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px 0px 15px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

.sub-menu-item-container:visited {
  color: #ffffff;
}

.sub-menu-item-container:hover {
  color: #ffffff;
}

.sub-menu-section-active {
  font-weight: 700;
  cursor: pointer; 
}

.sub-menu-item-active {
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
}

.sub-menu-item-container:hover {
  cursor: pointer;
  font-weight: 700;
  transition: 0.5 ease-in-out;
  -webkit-transition: 0.5 ease-in-out;
  -moz-transition: 0.5 ease-in-out;
  -ms-transition: 0.5 ease-in-out;
  -o-transition: 0.5 ease-in-out;
}

.sub-menu-item-container:focus {
}

.sub-menu-item-options-container {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  color: #ededed;
  font-size: 0.95rem;
}

.sub-menu-item-options {
  padding: 10px 0px 10px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-decoration: none;
  color: #ffffff;
}

.sub-menu-item-options:hover {
  cursor: pointer;
  font-weight: 700;
  transition: 0.5 ease-in-out;
  -webkit-transition: 0.5 ease-in-out;
  -moz-transition: 0.5 ease-in-out;
  -ms-transition: 0.5 ease-in-out;
  -o-transition: 0.5 ease-in-out;
}

/* Page right side */
.web-container {
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  float: right;
  overflow: auto;
  width: 100%;
  position: relative;
  z-index: 1;
  left: 80px;
  width: calc(100% - 80px);
  background-color: #ffffff;
  color: #4d4d4d;
}

.web-container-ivrs-flowchart {
  position: absolute !important;
  overflow: visible !important;
}

.web-container-sidebar-open {
  left: 200px;
  width: calc(100% - 200px);
}

.web-container-sidebar-sub-open {
  left: 295px;
  width: calc(100% - 295px);
}

.web-content-container {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 0px;
  background-color: #ffffff;
  color: #4d4d4d;
  /* margin-top: 70px; */
}

.web-content-overlay {
  display: none;
}

.web-content-overlay-show {
  display: none;
}

.web-content {
  width: 100%;
  margin-top: 70px;
}

/* loading page */
.loading-page-container {
  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;
  width: 100%;
  background-color: #00294c;
  min-height: 100vh;
}

.loading-page-text {
  color: #ffffff;
  font-size: 42px;
}

/* general page content styling */

.page-title {
  font-size: 1.6rem;
  color: #ffffff;
}

.page-section-title {
  width: 90%;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0px 20px 20px;
}

.page-section-divider,
.page-section-divider-top {
  width: 100%;
  height: 1.5px;
}
/* Avatar */
.avatar-container {
  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;
  width: 100%;
  padding: 20px 0px;
}

.avatar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0px 0px 0px !important;
}

.field-item-avatar-img {
  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;
}

.avatar-img {
  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;
  border-radius: 300px;
  border: 1px solid #00294c;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 10px auto;
  object-fit: cover;
  
}

.avatar-btn-container {
  display: flex;
  flex-direction: row;
}

.avatar-btn-container label {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  max-width: 30px;
  padding: 0;
}

.avatar-container input {
  display: none;
}

/* The Modal (background) */
.modal-container {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 2000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  padding-left: 30%;
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /*Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
}

.modal {
  width: 65%;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-55%, -45%);
  -ms-transform: translate(-55%, -45%);
  -webkit-transform: translate(-55%, -45%);
  -moz-transform: translate(-55%, -45%);
  -o-transform: translate(-55%, -45%);
}

/* Modal Content */
.modal-content {
  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;
  background-color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ededed;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px 0px #4d4d4d;
  box-shadow: 1px 1px 5px 0px #4d4d4d;
  width: 50%;
  margin: 20px auto;
  font-size: 1.2rem;
  font-weight: 700;
  color: #4d4d4d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.modal-content-fields {
  width: 90%;
}

.modal-input-container {
  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;
  /* width: 90%; */
  padding: 20px 0px;
}

.modal-label {
  font-size: 1rem;
  font-weight: 500;
  margin-right: 10px;
  width: 100%;
  min-width: 100px;
  line-height: 1.5rem;
  padding: 0px 20px;
}

.modal-loading-label {
  font-size: 1rem;
  font-weight: 500;
  margin-right: 10px;
  width: 100%;
  min-width: 100px;
  line-height: 1.5rem;
  padding: 0px 20px;
  text-align: center;
}

.modal-options-btns-container {
  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;
  width: 100%;
}

.modal-options-btn {
  margin: 10px 0px;
}

.modal-buttons-container {
  width: 100%;
  padding: 10px 0px 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-divider {
  width: 95%;
  height: 2px;
  background-color: #4d4d4d;
  opacity: 0.5;
  margin: 10px 0px;
}

.modal-btn {
  margin: 0px 10px;
  cursor: pointer;
}

.-modal-btn:focus {
  outline: none;
}

.selected-from-modal-container {
  background-color: transparent !important;
  padding: 8px 12px 8px 0px !important;
  height: 35px !important;
  border: none !important;
  border-bottom: 1px solid !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 0.85rem;
  min-width: 200px;
  margin-right: 10px;
}

.select-from-modal-items {
  display: inline;
  list-style: none;
  padding: 0;
}

.select-from-modal-items .select-from-modal-item {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select-from-modal-items .select-from-modal-item button {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select-from-modal-items .select-from-modal-item span {
  padding: 0 3px;
}

/* alerts */
.alert-popup-container {
  position: fixed;
  top: 90px;
  right: 0px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 300px;
  z-index: 100000;
}
.alert-popup-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 15px 0px;
  font-size: 0.85rem;
  height: 50px;
  width: 200px;
  padding: 8px 12px;
  color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  opacity: 0;
  top: -100px;
}

.success {
  background-color: #28a745 !important;
}

.warning {
  background-color: orange !important;
}

.error {
  background-color: red !important;
}

.success-text {
  color: #00a24f !important;
}

.warning-text {
  color: orange !important;
}

.error-text {
  color: red !important;
}

@-webkit-keyframes error-animation {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0px;
  }
}

@keyframes error-animation {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0px;
  }
}

.loader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  background-color: transparent;
  position: absolute;
  width: 100%;
}

.page-loader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100vh - 150px);
  background-color: transparent;
}

.modal-loader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  width: 100%;
  padding-bottom: 20px;
}

.loader {
  border: 5px solid #ededed;
  border-radius: 50%;
  border-top: 5px solid #00294c;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  /*Safari*/
  animation: spin 2s linear infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #00294c;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

::-webkit-input-placeholder {
  /* Edge */
  font-style: italic;
  opacity: 0.7;
}

:-ms-input-placeholder {
  /* Internet Explorer */
  font-style: italic;
  opacity: 0.7;
}

::-moz-placeholder {
  font-style: italic;
  opacity: 0.7;
}

::-ms-input-placeholder {
  font-style: italic;
  opacity: 0.7;
}

::placeholder {
  font-style: italic;
  opacity: 0.7;
}

/* Jquery UI */
.ui-sortable-handle {
  cursor: -webkit-grab;
  cursor: grab;
}

/* 
===================================================================================================
                                        Laptop small
===================================================================================================
*/

@media only screen and (max-width: 992px) {
  .w-50 {
    width: 50% !important;
  }
}

/*
===================================================================================================
                                          Tablet
===================================================================================================
*/
@media only screen and (max-width: 768px) {
  .main {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-100 {
    width: 100% !important;
  }
  .btn-100 {
    width: 100%;
    height: 40px;
    font-size: 0.85rem;
    text-decoration: none;
    text-align: center;
    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;
    border: 2px solid;
    font-weight: 700;
    border-radius: 5px;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
    cursor: pointer;
  }

  /* table pages top button */
  .page-top-btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 20%;
  }
  .page-top-btn {
    margin: 10px 0px;
  }

  /* form */
  .form-container {
    margin-bottom: 100px;
    padding: 20px 0px 0px 0px;
  }

  .field-set-group {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0px;
  }

  .field-item {
    padding: 0px 20px;
  }

  .field-item-sub {
  }

  .form-top-btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 20%;
  }

  .form-buttons-container {
    flex-direction: column;
    padding: 0px 20%;
  }

  .form-button {
    margin: 0px 0px 20px 0px;
  }

  .page-section-divider,
  .page-section-divider-top {
    width: 100%;
    height: 1.5px;
  }

  .page-end {
    height: 20px;
    width: 100%;
    background-color: transparent;
    border: none;
  }

  .menu-section-with-toggle {
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0px;
    width: 70px;
    height: 70px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    position: fixed;
  }

  .menu-section {
    display: none;
  }

  .toggle {
    display: block;
    margin: 0px;
  }

  .toggle-btn {
    color: #fff;
    background-color: #00294c;
    /* border: 2px solid #fff; */
    padding: 0px;
    width: 45px;
    height: 45px;
    border-radius: 300px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    -ms-border-radius: 300px;
    -o-border-radius: 300px;
  }

  .toggle-btn:hover {
    background-color: #00294c;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
  }

  .toggle-icon {
    display: block;
    padding: 10px;
    font-size: 1.5rem;
  }

  .logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 60px;
    display: none;
  }

  .web-container {
    min-height: 100vh;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
  }

  .navbar-container-mobile {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    /* -webkit-box-shadow: 6px 1px 5px 1px #4d4d4d;
    box-shadow: 6px 1px 5px 1px #4d4d4d; */
    background-color: #00294c;
    z-index: 9;
  }

  .navbar-title {
    display: none;
  }

  .navbar-help {
    display: none;
  }

  .navbar-notification {
    right: 50px;
    top: 0px;
    z-index: 11;
    position: absolute;
  }

  .navbar-notification-count-container {
    right: 15px;
  }

  .navbar-user-container {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 70px;
    width: auto;
    z-index: 10;
  }

  .navbar-user-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sidebar {
    width: 100%;
    min-width: 100%;
    min-height: 0px;
    margin-bottom: 40px;
  }

  .sidebar-with-sub-menu {
    background-color: #4d4d4d;
  }

  .sidebar-container {
    background-color: #ededed;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    min-height: 100%;
    width: 100%;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
  }

  .menu-container {
    display: block;
    padding-bottom: 10px;
    /* margin-top: 10px; */
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #4d4d4d;
  }

  .menu-container-collapsed {
    display: none;
  }

  .menu-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 0px 10px 0;  
  }

  .menu-item-container-collapsed {
    display: none;
  }

  .menu-item-icon {
    display: block;
    margin: 0px 10px 0px 20px;
    width: 20px;
    font-size: 1em;
  }

  .menu-item-icon-collapsed {
    display: none;
  }

  .menu-item-link {
    width: 80%;
    text-align: left;
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
  }

  .menu-item-link-collapsed {
    display: none;
  }

  .sidebar-submenu {
    display: block;
    background-color: #4d4d4d;
    min-height: 100%;
    padding: 10px 0;
    -webkit-animation: none;
    animation: none;
    width: 50%;
  }

  .sidebar-submenu-collapsed {
    display: none;
    -webkit-animation: none;
    animation: none;
  }

  .sub-menu-item-container {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 0px 15px 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sub-menu-item-active {
    color: #fff;
    font-weight: 700;
    cursor: pointer;
  }

  .sub-menu-item-container:hover {
    cursor: pointer;
    font-weight: 700;
    transition: 0.5 ease-in-out;
    -webkit-transition: 0.5 ease-in-out;
    -moz-transition: 0.5 ease-in-out;
    -ms-transition: 0.5 ease-in-out;
    -o-transition: 0.5 ease-in-out;
  }

  .sub-menu-item-options-container {
    display: none;
    width: 100%;
    color: #ededed;
    font-size: 0.95rem;
  }

  .sub-menu-item-options {
    padding: 10px 0px 10px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sub-menu-item-options:hover {
    color: #00294c;
    cursor: pointer;
    transition: 0.5 ease-in-out;
    -webkit-transition: 0.5 ease-in-out;
    -moz-transition: 0.5 ease-in-out;
    -ms-transition: 0.5 ease-in-out;
    -o-transition: 0.5 ease-in-out;
  }

  .sidebar-divider {
    display: block;
    width: 98%;
    height: 2px;
    background-color: #4d4d4d;
    opacity: 0.5;
    margin: 10px 1% 0px 1%;
    -webkit-box-shadow: 0px 2px 0px -1px #4d4d4d;
    box-shadow: 0px 2px 0px -1px #4d4d4d;
  }

  .sidebar-divider-collapsed {
    display: none;
  }

  .aliasBtn {
    width: 45px;
    height: 45px;
    background-color: #fff;
    color: #00294c;
    margin: 0px 10px 0px 0px;
    padding: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
  }

  .show-user-dropdown-content {
    /*left: 0px;
    */
    top: 70px;
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
  }

  .user-dropdown-name {
    padding-top: 30px;
  }

  .web-content-container {
    width: 100%;
    position: absolute;
    top: 0px;
    min-height: 100vh;
  }

  .web-content-overlay-show {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .web-content-overlay-hide {
    display: none;
  }

  .web-content-overlay-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: absolute;
    bottom: 0px;
    padding: 0px;
    background-color: #4d4d4d;
    opacity: 0.5;
  }

  .web-content {
    margin-top: 70px;
  }

  .page-section-title {
    font-size: 1rem;
    padding: 20px 0px 0px 20px;
  }

  /* filters */
  .add-filter-btn-container,
  .remove-filter-btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 10px 0px;
  }

  /* The Modal (background) */
  .modal-container {
    /* Sit on top */
    padding-top: 0px;
    /* Location of the box */
    padding-left: 0px;
  }

  .modal {
    width: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }

  /* Modal Content */
  .modal-content {
    width: 90%;
  }

  .modal-content-fields {
  }

  .modal-divider {
    margin: 20px 0px;
  }
  /* checkboxes */

  .checkbox-sub-group-row {
    flex-direction: column;
  }
}

/*
===================================================================================================
                                       Mobile
===================================================================================================
*/
@media only screen and (max-width: 425px) {
  .modal-content {
    height: 100%;
  }
  .modal-title {
    padding: 10px 0px 10px 0px;
  }

  .modal-content-table {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 180px;
  }

  .modal-input-container {
    padding: 0px;
  }

  .form-buttons-container {
    flex-direction: column;
    padding: 0px 20px;
  }
  /* fields */
  .field-item-multi-inputs-add-btn-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .field-item-multi-inputs-add-btn-container button {
    width: 100%;
  }
  /* checkboxes */
  .checkbox-sub-group {
    flex-direction: column;
  }
}
