/*$lp: 'only screen and (min-width: 1200px) and (max-width: 1600px)';*/
/*$xxl: 'only screen and (min-width: 1400px)';
$xl: 'only screen and (min-width: 1200px) and (max-width: 1399px)';
$lg : 'only screen and (min-width: 992px) and (max-width: 1199px)';
$md: 'only screen and (min-width: 768px) and (max-width: 991px)';
$xm: '(max-width: 991px)';
$xs: '(max-width: 767px)';
$xss: '(max-width: 575px)';
$sm: 'only screen and (min-width: 576px) and (max-width: 767px)';*/
/*=========================
    1. Start COMMON css 
==========================*/
@font-face {
  font-family: "HelveticaNeueLTArabic";
  src: url("../fonts/HelveticaNeueLTArabic-Light.eot");
  src: url("../fonts/HelveticaNeueLTArabic-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTArabic-Light.woff2") format("woff2"),
    url("../fonts/HelveticaNeueLTArabic-Light.woff") format("woff"), url("../fonts/HelveticaNeueLTArabic-Light.ttf") format("truetype"),
    url("../fonts/HelveticaNeueLTArabic-Light.svg#HelveticaNeueLTArabic-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueLTArabic";
  src: url("../fonts/HelveticaNeueLTArabic-Roman.eot");
  src: url("../fonts/HelveticaNeueLTArabic-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTArabic-Roman.woff2") format("woff2"),
    url("../fonts/HelveticaNeueLTArabic-Roman.woff") format("woff"), url("../fonts/HelveticaNeueLTArabic-Roman.ttf") format("truetype"),
    url("../fonts/HelveticaNeueLTArabic-Roman.svg#HelveticaNeueLTArabic-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueLTArabic";
  src: url("../fonts/HelveticaNeueLTArabic-Bold.eot");
  src: url("../fonts/HelveticaNeueLTArabic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTArabic-Bold.woff2") format("woff2"),
    url("../fonts/HelveticaNeueLTArabic-Bold.woff") format("woff"), url("../fonts/HelveticaNeueLTArabic-Bold.ttf") format("truetype"),
    url("../fonts/HelveticaNeueLTArabic-Bold.svg#HelveticaNeueLTArabic-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 992px){
  .modal-xlg{
  max-width:1200px;
  }
}

.hideFirstCol {
  display: none;
}
@media (max-width: 460px) {
  .loggedInUL {
    flex-direction: column-reverse;
  }
  .navik-header{
    min-height: 150px;
  }
}
@media (max-width: 980px) {
  .hideFirstCol {
    display: block !important;
  }
}
.ar-activities-list .activity-item label > strong {
  font-size: 18px;
}
.ar-activities-list .activity-item .form-check {
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  margin-bottom: 5px;
  padding-top: 2px;
}
.ar-activities-list .activity-item .add_product_wrapper {
  padding: 1rem;
  margin-bottom: .5rem;
}
.ar-activities-list .activity-item .add_product_wrapper .product-item {
  padding-bottom: .25rem;
  margin-bottom: 2px;
  background: rgba(42, 110, 187, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 1rem;
  position: relative;
}
/* .ar-activities-list .activity-item .add_product_wrapper .product-item .remove-product {
  position: absolute;
  right: 20px;
  top: 20px;
} */


.circle-button.red:hover {
  background: #DA291C;
  color: #fff;
}
.circle-button.red {
  border: 1px solid #DA291C;
  color: #DA291C;
}

.circle-button:hover {
  background: #012E5D;
  color: #fff;
}
.circle-button {
  font-size: 14px;
  border: 1px solid #012E5D;
  width: 28px;
  height: 28px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.circle-button span.material-icons-outlined {
  font-size: 18px;
}




.MaxMultisectionsFlow{
  max-height: 75px;
    overflow-y: auto;
    overflow-x: hidden;
}

html.swal2-shown, body.swal2-shown {
  overflow-y: auto !important;
  height: auto !important;
}
.hideButtonRes {
  display: none !important;
}
.hiddenGroupedCell{
  display:none;
}
.HSCodeDownloadButton{
  font-weight: bold; 
  color: #2a6ebb;
}
.StandardImage{
  width: 100%;
  height:100%;
  background-position: center;
  background-size:contain;
  /* height: auto; */
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  shape-margin: 0.75rem;
}
@media (max-width: 520px) {
  .hideButtonRes {
    display: block !important;
  }
}
@media print {
  .noprint,
  .tooltip,
  .icon-printer {
    display: none !important;
  }
  .printThis {
    display: block !important;
  }

  .accordion.with-plus-minus .accordion-button:not(.collapsed)::after {
    background: none !important;
  }
}
@media (max-width: 991.98px) {
  footer .footer-contact-wrapper .footer-contact li a small {
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    flex-wrap: wrap;
  }
}

@media (max-width: 510px) {
  .login_btn {
    gap: 3px !important;
  }
  .login-btns {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 5px !important;
  }
  .login-btns button {
    font-size: 12px !important;
  }
  .login-btns .btn-icon {
    display: none !important;
  }
  .UploadDocumentsModalFooter {
    min-height: 200px;
    align-items: baseline;
  }
  .my-small-screen {
    margin: 15px 0px !important;
  }
}
.smaller-strong{
  font-size:18px;
}
[data-hover-text] {
  position: relative;
  /* border-bottom: 1px dashed #000; */
  cursor: pointer;
}

[data-hover-text]::after {
  font-size: 15px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  content: attr(data-hover-text);
  left: 0;
  bottom: calc(100% + 5px);
  border-radius: 3px;
  box-shadow: 0 0 5px 2px rgba(100, 100, 100, 0.6);
  background-color: #2b6ebb;
  z-index: 10;
  padding: 8px;
  width: fit-content;
  transform: translateY(-20px);
  transition: all 150ms cubic-bezier(.25, .8, .25, 1);
  color:white;
}

[data-hover-text-size="large"]::after{
  width:300px;
}
[data-hover-text-size="fit"]::after{
  width: fit-content;
    white-space: nowrap;
}

[data-hover-text]:hover::after {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 300ms;
}

.bigSubtitle {
  font-size: 17px;
}
.smallerTitle {
  font-weight: 400;
}
.tox-notifications-container,
.tox-notification {
  display: none;
}
.field-value-wrapper .field-value.with-filler-on-right > div:nth-child(2) {
  border-right: none !important;
}

[lang="ar"] .field-value-wrapper .field-value.filler > div:nth-child(1) {
  background: transparent !important;
  border-left: none;
}
[lang="ar"] .field-value-wrapper .field-value.with-filler-on-right > div:nth-child(2) {
  border-left: none !important;
}
[lang="en"] table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control {
  padding-left: 39px;
  padding-bottom: 10px;
}
[lang="ar"] table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control {
  padding-right: 39px;
  padding-bottom: 10px;
}

[lang="ar"] .field-value-wrapper {
  border-right: 1px solid #dde1e6;
  border-left: unset;
}
[lang="ar"] .field-value-wrapper .field-value > div {
  border-left: 1px solid #dde1e6;
  border-right: unset;
}
[lang="ar"] .field-value-wrapper .field-value > div:nth-child(2) {
  unicode-bidi: plaintext;
  text-align: right;
}
.tableBordered {
  border: 1px solid #dde1e6;
}
.swal2-html-container {
  padding: 5px !important;
}
.progress-table thead,
.progress-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.progress-table tbody {
  display: block;
  max-height: 300px;
  overflow-y: scroll;
}

.progress-grid {
  display: grid;
  grid: auto/repeat(4, 1fr);
  font-size: 14px;
}
.fullRow {
  grid-column: 1/ 5;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.needHelpPoints li {
  display: flex;
}
.dropdown-menu.standard li a .material-icons-outlined {
  margin-right: 0.2rem;
  font-size: 18px;
  align-self: center;
}
.dropdown-menu.standard li a {
  display: flex;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
}
.nocaretpls::after {
  display: none !important;
}

.nocaretpls {
  border: none !important;
}
/* tbody .odd td[rowspan] ~ td,
tbody .odd td[rowspan] {
  background: #c4c4c4;
} */

@media only screen and (max-width: 510px) {
  .HeaderLogos{
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 510px) {
  .inside-menu .inside-header-right li.acc-icon {
    padding: 0 !important;
  }
  html[lang="ar"] .header_account {
    left: 35px !important;
  }
  html[lang="en"] .header_account {
    right: 40px !important;
  }

  .loggedInUL .acc-icon:not(.languageSwitcher, .my-account, .ExpandOptions) {
    display: none;
  }
  .loggedInUL .ExpandOptions {
    display: list-item;
  }

  .copyRightText {
    display: block !important;
  }
}
.swal2-container {
  z-index: 10000000 !important;
}
.tag {
  display: inline-block;
  font-size: 12px;
  padding: 0.2rem 0.5rem;
  background-color: #e3effc;
  color: #333;
  margin-right: 0.1rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.swal2-html-container {
  overflow: hidden !important;
  font-size: 16px !important;
}
.tagin-tag {
  background-color: #d4e5f6;
  font-size: 13px;
  color: #333;
}

.ExpandOptions {
  display: none;
  cursor: pointer;
}
.ExpandOptions .dropdown-toggle::after {
  display: none !important;
}
.ExpandOptions .dropdown-item {
  display: flex;
  align-items: center;
}
.ExpandOptions .dropdown-toggle[aria-expanded="true"] .material-icons-outlined {
  transform: rotate(180deg);
}
.ExpandOptions .dropdown-toggle .material-icons-outlined {
  transition: 0.2s;
}
.ExpandOptions .dropdown-toggle::after {
  color: transparent;
}
@media (max-width: 767.98px) {
  div.dataTables_filter .form-label-group:first-child {
    margin-top: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  div.dataTables_filter .form-label-group {
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .data-table .drp {
    min-width: unset;
    margin-right: 0px;
  }
}
.side-menu a {
  /*color: #2a6ebb !important; */
}
ul.steps.vertical li.done.skipped div.desc a {
  color: #c4c4c4;
  text-decoration: line-through;
}
.select-multiple-outer-wrapper .label span:nth-child(1) {
  position: relative;
}
#menus .card-title {
  min-height: 85px;
}
.select-multiple-outer-wrapper .select-multiple {
  margin-top: 10px;
  height: 180px;
  font-size: 14px;
  overflow: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.select-multiple-outer-wrapper .select-multiple .multiple-select-wrapper {
  padding: 0;
  margin: 0;
}
.select-multiple-outer-wrapper .select-multiple .multiple-select-wrapper li {
  padding: 3px 10px;
  border-bottom: 1px solid #fff;
}
.select-multiple-outer-wrapper .label:before {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 10px;
  top: 14px;
  content: "";
  background: #fff;
}
.select-multiple-outer-wrapper .label {
  position: absolute;
  font-size: 13px;
  color: #6c757d;
  left: 10px;
  top: -15px;
  padding: 0 5px;
}
.select-multiple-outer-wrapper {
  width: 100%;
  height: 200px;
  position: relative;
  height: 200px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
  padding-right: 6px !important;
  padding-left: 52px !important;
  margin-left: 0;
}
.with-boxed-checkbox.with-code .form-check {
  min-width: 31.6%;
  max-width: 31.6%;
}
@media (max-width: 1399.98px) {
  .with-boxed-checkbox.with-code .form-check {
    min-width: 48%;
    max-width: 48%;
  }
}
.loadingSpinner {
  background: url(../preloader/images/spinner-red.svg) center no-repeat;
}
.with-boxed-checkbox .form-check input:checked ~ label .code {
  color: #fff;
}
.form-control.with-button {
  background: #ffffff !important;
  opacity: 1 !important;
  padding-right: 40px !important;
  text-overflow: ellipsis;
  color: #666;
}
.form-control.with-button:hover {
  cursor: pointer;
}
.extraFlexFormCheck {
  /* display: flex;
  gap: 8px;
  align-items: center; */
}
ul.steps.vertical li.done.skipped div.number:after {
  background: #c4c4c4;
  border: 1px solid #c4c4c4;
  content: "\e15a";
}

ul.steps.vertical li.done.skipped div.desc {
  color: #c4c4c4;
  text-decoration: line-through;
}
.with-boxed-checkbox.large .form-check label {
  min-width: 300px;
  max-width: 300px;
}
.accordion.containered .accordion-body {
  padding-left: 25px;
}
.accordion.containered .accordion-button {
  font-size: 22px;
  color: #012e5d;
  padding-top: 15px;
  padding-bottom: 10px;
  background: transparent;
}
.accordion.containered .accordion-button:after {
  margin-left: auto;
  margin-right: 25px;
}
.accordion.with-plus-minus .accordion-button:before {
  content: "";
}
.accordion.containered .accordion-button:before {
  display: none;
}
.accordion.containered .accordion-item {
  background: rgba(42, 110, 187, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-bottom: 10px;
  margin-bottom: 1rem;
}

.field-value-wrapper .field-value.highlighted div:nth-child(1),
.field-value-wrapper .field-value.highlighted div:nth-child(2) {
  background: rgba(42, 110, 187, 0.1) !important;
}
@media (max-width: 1399.98px) {
  .with-boxed-checkbox.with-code .form-check:nth-child(2n + 2) {
    min-width: 50%;
    max-width: 50%;
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .with-boxed-checkbox.with-code .form-check {
    min-width: 47%;
    max-width: 47%;
  }
}
.full-width .form-check label {
  width: 100%;
  font-size: 16px;
  margin-left: 0.6rem !important;
  margin-right: 1rem;
  color: #646363;
}
.full-width .form-check .arrow.expanded a span {
  transform: rotate(180deg);
}
.full-width .form-check .arrow a {
  color: #646363 !important;
  opacity: 0.5;
}
.full-width .form-check {
  padding: 10px 0px 10px 0;
  border-bottom: 1px solid #e3e6e7;
}
.full-width .form-check .arrow a span {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.with-boxed-checkbox.with-code label {
  text-align: left !important;
  position: relative;
  min-height: 80px !important;
  line-height: 80px !important;
  padding-top: 15px;
  min-width: 100% !important;
  max-width: 100% !important;
}
.with-boxed-checkbox.with-code label .code {
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 0.5;
}
.with-boxed-checkbox.with-code label strong {
  width: 80%;
  display: inline-block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767.98px) {
  .with-boxed-checkbox.with-code label {
    min-height: 80px;
    line-height: 1.2rem;
    padding-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .with-boxed-checkbox.with-code .form-check:nth-child(2n + 2) {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .with-boxed-checkbox.with-code .form-check {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.transform-uppercase {
  text-transform: uppercase;
}
.weight-bold {
  font-weight: bold;
}
.text-size-extra-less {
  font-size: 12px !important;
  line-height: 1.3em;
}
.accordion.transparent-heading .accordion-button {
  background: transparent;
}
.accordion.transparent-heading .accordion-item {
  background: transparent;
}
.light-grey-text {
  color: #999 !important;
}
.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover,
.ms-options-wrap > .ms-options > ul li.selected label {
  background: rgba(42, 110, 187, 0.1);
}
.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  border: 1px solid #ced4da;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  height: 41px;
}
.ms-options-wrap > .ms-options input[type="search"] {
  height: 43px;
  padding-left: 10px;
  padding-right: 10px;
}
.ms-options-wrap > .ms-options > .ms-selectall.global,
.ms-options-wrap > .ms-options > .ms-unselectAll.global {
  font-size: 10px;
  text-transform: uppercase;
  margin-left: 0.7rem;
}
.ms-options-wrap > .ms-options > .ms-unselectAll.global {
  display: inline-block;
  font-size: 0.9em;
  text-transform: lowercase;
  text-decoration: none;
  display: none;
}
.ms-options-wrap > .ms-options li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.ms-options-wrap > .ms-options > ul label {
  line-height: 1.2rem;
}
.ms-options-wrap > .ms-options label span.image {
  position: absolute;
  right: 5px;
  top: 3px;
}
.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover,
.ms-options-wrap > .ms-options > ul li.selected label {
  background: rgba(42, 110, 187, 0.1);
}
.ms-options-wrap .form-check-input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 2px solid #646363;
  padding: 0;
}

.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover,
.ms-options-wrap > .ms-options > ul li.selected label {
  background: rgba(42, 110, 187, 0.1);
}
.ms-options-wrap > .ms-options label {
  color: rgba(0, 0, 0, 0.6);
  padding: 6px 45px 6px 30px !important;
  position: relative;
}
.ms-options-wrap > .ms-options > .ms-selectall.global,
.ms-options-wrap > .ms-options > .ms-unselectAll.global {
  font-size: 10px;
  text-transform: uppercase;
  margin-left: 0.7rem;
}
.ms-options-wrap > .ms-options {
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  box-shadow: 0px 12px 20px -1px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 12px 20px -1px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 12px 20px -1px rgba(0, 0, 0, 0.27);
  border: 1px solid #ced4da;
}
.ms-options-wrap > .ms-options input[type="search"],
.ms-options-wrap > .ms-options label {
  font-size: 14px;
}
.with-boxed-checkbox.medium .form-check label {
  min-width: 250px;
  max-width: 250px;
}
.avatar-flex .avatar-wrapper {
  position: relative;
}
.avatar-flex .avatar-wrapper .change-avatar {
  position: absolute;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 33px;
  text-align: center;
  right: 8px;
  bottom: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.1);
}
.avatar-flex img {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-left: 1px solid #f1f1f1;
}

.with-boxed-checkbox .form-check {
  float: left;
  padding-left: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.with-boxed-checkbox .form-check input {
  opacity: 0;
  float: none;
  position: absolute;
  margin-left: 0;
}

.with-boxed-checkbox .form-check label {
  background: #fff;
  border: 1px solid #bfbfbf;
  min-width: 200px;
  max-width: 200px;
  min-height: 70px;
  line-height: 70px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  transition: all 0.2s ease-out 0s;
}
ul.steps.vertical li.done.shown:before {
  height: 100%;
}
ul.steps li.done.trigger-link {
  cursor: pointer;
}
ul.steps.vertical li.done:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 35px;
  width: 1px;
  height: 0%;
  background: #54a47c;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 1;
}
ul.steps.vertical li.done div.number.shown:after {
  opacity: 1;
  transform: scale(1);
}
ul.steps.vertical li.done div.number {
  border: 1px solid rgba(100, 99, 99, 0.7) !important;
}
.with-boxed-checkbox .form-check label:hover {
  background: #f1f7fe;
}
.with-boxed-checkbox .form-check input:checked ~ label {
  background: #2969b3;
  border: 1px solid #2969b3;
}
.with-boxed-checkbox .form-check input:checked ~ label strong {
  color: #fff !important;
}
.with-boxed-checkbox .form-check label strong {
  color: #012e5d !important;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  line-height: 1.2rem;
}

ul.steps.vertical :nth-child(1) {
  padding-top: 0;
}
ul.steps.vertical li {
  display: flex;
  justify-content: center;
  margin-right: 0;
}
ul.steps.vertical li div.desc {
  align-self: center;
  margin-top: -12px;
  margin-left: 1rem;
}
ul.steps.vertical:before {
  display: none;
}
ul.steps.vertical li.active div.number:before {
  display: none;
}
ul.steps.vertical li:last-child:after {
  display: none;
}
ul.steps.vertical li:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 35px;
  width: 1px;
  height: 100%;
  background: #e3e6e7;
}
@media (min-width: 1200px) {
  html[lang="ar"] .navik-menu {
    float: left;
  }
}

@media (min-width: 768px) {
  html[lang="ar"] .navik-header .logo {
    float: right;
    padding: 0 0 0 40px;
  }
}

html[lang="ar"] .form-label-group.in-border input:not(:placeholder-shown) ~ label,
html[lang="ar"] .form-label-group.in-border input:focus ~ label,
html[lang="ar"] .form-label-group.in-border textarea:not(:placeholder-shown) ~ label,
html[lang="ar"] .form-label-group.in-border textarea:focus ~ label,
html[lang="ar"] .form-label-group.in-border select ~ label {
  right: calc(1rem / 10) !important;
  left: inherit !important;
}

html[lang="ar"] .form-label-group label {
  left: auto;
  right: 0px;
}
html[lang="ar"] button.drp-icon {
  left: 10px;
  right: unset;
}
html[lang="ar"] .header_account {
  left: 15px;
  right: inherit;
}
@media only screen and (max-width: 1199px) {
  html[lang="ar"] .header_account {
    left: 50px;
    right: inherit;
  }
}

html[lang="ar"] .burger-menu {
  left: 14px;
  right: inherit;
}
html[lang="ar"] .line-menu.last-line {
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-transform-origin: left;
  transform-origin: left;
}
html[lang="ar"] .line-menu.first-line {
  -webkit-transform-origin: right;
  transform-origin: right;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
html[lang="ar"] .burger-menu.menu-open {
  transform: rotate(-45deg);
}
html[lang="ar"] .dropdown-plus {
  right: inherit;
  left: 0;
}
html[lang="ar"] ol.numberized li:after {
  right: 20px;
  left: auto;
}
html[lang="ar"] .dropdown-plus::before,
html[lang="ar"] .dropdown-plus::after {
  right: inherit !important;
  left: 18px !important;
}

html[lang="ar"] ol.numberized li {
  padding-right: 50px;
  padding-left: 0px;
}

html[lang="ar"] ol.numberized li:before {
  right: 0px;
  left: auto;
  margin: -3px 0px 0 15px;
}

html[lang="ar"] div.dataTables_length {
  text-align: right !important;
}

html[lang="ar"] div.dataTables_filter label:not(.label_select)::after {
  left: 230px;
}

.card .heart-icon span {
  font-size: 22px;
  color: rgba(100, 99, 99, 0.5);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.card .heart-icon.selected span {
  color: #da291c !important;
}
#empty_favorites_wrapper {
  min-height: 305px;
  margin-top: 20px;
  position: relative;
}
#empty_favorites_wrapper .empty-message-text {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 40%;
  text-align: center;
}
div.mt-4.mb-4.pt-2.pb-3:has([data-i18n-key="RATE_THIS_SERVICE"]),
div.mt-4.mb-4.pt-2.pb-3:has([data-i18n-key="RATE_THIS_SERVICE"]) + hr.mt-5.mb-lg-3.mb-0 {
  display: none !important;
}

.data-table .dataTables_filter .form-select {
  margin-bottom: 0;
  margin-top: 0 !important;
  max-width: 300px;
}

.dataTables_wrapper .dataTables_filter .drp .form-label-group:nth-child(1),
.dataTables_wrapper .dataTables_filter .drp .form-label-group:nth-child(1) input {
  margin-left: 0px !important;
}
table tr.clicked td {
  background: #e5eef7;
}
.fancybox-button--play {
  display: none !important;
}
.floatingChatBot {
  position: fixed;
  bottom: 110px;
  right: 0px;
  background: white;
  border: 1px solid #808082;
  width: 250px;
  padding: 0.3em;
}
footer .footer-contact-wrapper .footer-contact li a small {
  margin-bottom: -2px;
  margin-left: 3px;
  color: #012e5d;
  margin-bottom: 0.3rem;
}
.staticPagesNavigation li:not(.subPagesLi) {
  padding: 0.5em;
}
.notLoggedInDiv .form-label-group {
  margin-bottom: 0px;
}
.notLoggedInDiv li:not(:last-child):after {
  content: "|";
  color: #646363;
  opacity: 0.2;
}

.notLoggedInDiv a {
  font-size: 14px !important;
  font-weight: normal !important;
  padding: 0 10px !important;
  text-transform: none !important;
  display: inline-block !important;
  color: #646363 !important;
}
.rowMulti .form-label-group {
  /* margin-bottom: 0px; */
}
.MultiRowInput .form-label-group {
  margin-bottom: 0px;
}
.input-group.with-info.surround {
  flex-wrap: nowrap;
}
.input-group.with-info.surround .input-group-append:nth-child(1).min-width {
  min-width: 110px;
}
.input-group.with-info.surround .input-group-append:nth-child(1) {
  margin-right: -3px;
}
.input-group.utilities {
  flex-wrap: nowrap;
  height:67px;
}
.input-group.utilities a:nth-child(4),
.input-group.utilities a:nth-child(5),
.circleIcon {
  font-size: 14px;
  align-self: start;
  display: flex;
  /* margin-top: 0.3rem; */
  /* margin-left: 1rem !important; */
  border: 1px solid #012e5d;
  width: 28px;
  height: 28px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.input-group.utilities a:nth-child(4) span:nth-child(2),
.input-group.utilities a:nth-child(5) span:nth-child(2),
.circleIcon span:nth-child(2) {
  display: none;
}
.input-group.utilities a:nth-child(4):hover,
.input-group.utilities a:nth-child(5):hover,
.circleIcon:hover {
  background: #012e5d;
  color: #fff;
}
.input-group.utilities a:nth-child(4) > *,
.input-group.utilities a:nth-child(5) > *,
.circleIcon > * {
  align-self: center;
}
.input-group.utilities a:nth-child(4) span:nth-child(1),
.input-group.utilities a:nth-child(5) span:nth-child(1) {
  flex: 1 1 auto !important;
  font-size: 20px;
}
.input-group.with-info.surround .input-group-append:nth-child(1) .input-group-text {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.utilities :nth-child(1) input {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: bold;
  background-color: #f5f8fc;
}
.input-group.utilities :nth-child(2) {
  max-width: 130px;
}
.input-group.utilities :nth-child(3) select {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f5f8fc;
}
.input-group.utilities select,
.input-group.utilities input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.printThis {
  display: none;
}
.strike-through {
  text-decoration: line-through;
}

.lesserTitle {
  font-size: 18px;
}
.editButtonF {
  display: flex;
}
.data-table .drp.single-field .form-label-group input {
  width: 99%;
}
/* line 41, ../scss/_common.scss */
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

/* line 45, ../scss/_common.scss */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 50, ../scss/_common.scss */
html,
body {
  height: 100%;
  background: #fff;
  opacity: 1;
  transition: 1s opacity;
}

/* line 56, ../scss/_common.scss */
body {
  font-family: "HelveticaNeueLTArabic", sans-serif;
  font-weight: normal;
  color: #2d2926;
  font-size: 18px;
  line-height: 28px;
  overflow-x: hidden;
}

/* line 64, ../scss/_common.scss */
body.fade-out {
  opacity: 0;
  transition: none;
}

/* line 69, ../scss/_common.scss */
body.iframe-mode .navik-header,
body.iframe-mode footer,
body.iframe-mode .bottom-nav-wrapper {
  display: none !important;
}
.heightReport {
  height: 900px;
}
/* line 74, ../scss/_common.scss */
a {
  color: #2a6ebb;
  text-decoration: none;
  /*font-weight: normal;*/
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
/* line 79, ../scss/_common.scss */
a:hover,
a:focus {
  color: #da291c;
  text-decoration: none;
}
.through-line * {
  text-decoration: line-through;
}
table tr.blue-text td *,
table tr.blue-text td {
  color: #2a6ebb;
}

/* line 84, ../scss/_common.scss */
a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

/* line 92, ../scss/_common.scss */
i,
span,
a {
  display: inline-block;
}

/* line 97, ../scss/_common.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "HelveticaNeueLTArabic", sans-serif;
  color: #012e5d;
  margin: 0px;
  margin-bottom: 0.5rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* line 110, ../scss/_common.scss */
h1 {
  font-size: 52px;
  line-height: 1.2;
}

/* line 114, ../scss/_common.scss */
h2 {
  font-size: 36px;
  line-height: 40px;
}

/* line 118, ../scss/_common.scss */
h3 {
  font-size: 28px;
  line-height: 36px;
  color: #646363;
}

/* line 123, ../scss/_common.scss */
h4 {
  font-size: 26px;
  line-height: 30px;
}

/* line 127, ../scss/_common.scss */
h5 {
  font-size: 22px;
  line-height: 28px;
}

/* line 131, ../scss/_common.scss */
h6 {
  font-size: 20px;
  line-height: 26px;
}

/* line 136, ../scss/_common.scss */
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

/* line 141, ../scss/_common.scss */
ol li {
  list-style: decimal;
  line-height: 1.4em;
  margin-bottom: 10px;
  margin-right: 10px;
}

/* line 147, ../scss/_common.scss */
ol li a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/* line 153, ../scss/_common.scss */
p {
  color: #2d2926;
  margin: 0px;
  margin-bottom: 1rem;
}

/* line 158, ../scss/_common.scss */
.abstract {
  color: #012e5d;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}

/* line 164, ../scss/_common.scss */
strong,
b {
  font-weight: bold;
}

/* line 165, ../scss/_common.scss */
small {
  font-size: 13px;
}

/* line 166, ../scss/_common.scss */
input,
textarea {
  display: inherit;
}

/* line 169, ../scss/_common.scss */
img {
  max-width: 100%;
}

/* line 173, ../scss/_common.scss */
.swal2-title {
  line-height: 1.3em;
}

/* line 174, ../scss/_common.scss */
.swal2-content {
  line-height: 1.7em;
}

/* line 175, ../scss/_common.scss */
.trigger-link {
  cursor: pointer;
}

@media (max-width: 991.98px) {
  /* line 179, ../scss/_common.scss */
  body {
    font-size: 18px;
    line-height: 1.4;
  }

  /* line 183, ../scss/_common.scss */
  h1 {
    font-size: 44px;
    line-height: 1.2;
  }

  /*h2 {
  	font-size: 28px;
  	line-height: 36px;
  }
  h3 {
  	font-size: 26px;
  	line-height: 30px;
  }
  h4 {
  	font-size: 22px;
  	line-height: 28px;
  }
  h5 {
  	font-size: 20px;
  	line-height: 26px;
  }
  h6 {
  	font-size: 18px;
  	line-height: 24px;
  }*/
}

@media (max-width: 767.98px) {
  /* line 210, ../scss/_common.scss */
  body {
    font-size: 18px;
    line-height: 1.4;
  }

  /* line 214, ../scss/_common.scss */
  h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  /*h2 {
  	font-size: 28px;
  	line-height: 36px;
  }
  h3 {
  	font-size: 26px;
  	line-height: 30px;
  }
  h4 {
  	font-size: 22px;
  	line-height: 28px;
  }
  h5 {
  	font-size: 20px;
  	line-height: 26px;
  }
  h6 {
  	font-size: 18px;
  	line-height: 24px;
  }*/
}

@media (max-width: 575.98px) {
  /* line 241, ../scss/_common.scss */
  body {
    font-size: 16px;
    line-height: 1.4;
  }

  /* line 245, ../scss/_common.scss */
  h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  /* line 249, ../scss/_common.scss */
  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  /* line 253, ../scss/_common.scss */
  h3 {
    font-size: 26px;
    line-height: 32px;
  }

  /* line 257, ../scss/_common.scss */
  h4 {
    font-size: 22px;
    line-height: 30px;
  }

  /* line 261, ../scss/_common.scss */
  h5 {
    font-size: 20px;
    line-height: 28px;
  }

  /* line 265, ../scss/_common.scss */
  h6 {
    font-size: 18px;
    line-height: 26px;
  }

  /* line 269, ../scss/_common.scss */
  .abstract {
    font-size: 20px;
  }
}
/* line 279, ../scss/_common.scss */
.z1 {
  z-index: 1;
}

/* line 280, ../scss/_common.scss */
.z2 {
  z-index: 2;
}

/* line 281, ../scss/_common.scss */
.z9 {
  z-index: 9;
}

/* line 282, ../scss/_common.scss */
.z99 {
  z-index: 99;
}

/* line 283, ../scss/_common.scss */
.z999 {
  z-index: 999;
}

/* line 284, ../scss/_common.scss */
.z9999 {
  z-index: 9999;
}

/* line 286, ../scss/_common.scss */
ul.default-list {
  margin-top: 0.875rem;
}
/* line 288, ../scss/_common.scss */
ul.default-list.inside-table {
  margin-top: 0;
}
/* line 290, ../scss/_common.scss */
ul.default-list.inside-table li {
  margin-bottom: 0.32rem;
  line-height: 1.25;
}
/* line 297, ../scss/_common.scss */
ul.default-list.check > li:before {
  content: "\e876";
  font-family: "Material Icons Outlined";
  font-size: 20px;
  color: #179500;
  opacity: 1;
  margin-right: 5px;
}
/* line 309, ../scss/_common.scss */
ul.default-list.link > li:before {
  content: "\e157";
  font-family: "Material Icons Outlined";
  opacity: 1;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 0;
  opacity: 0.6;
}
/* line 320, ../scss/_common.scss */
ul.default-list > li {
  /*margin-bottom: 16px; 
    display: flex;  */
  line-height: 1.3em;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0.6rem;
}
/* line 327, ../scss/_common.scss */
ul.default-list > li:before {
  content: "\2022";
  color: #646363;
  opacity: 0.3;
  font-weight: bold;
  /*display: inline-block; 
      float: left;
      width: 1em;
      margin-left: 0;
      position: relative;*/
  display: inline-block;
  vertical-align: top;
  margin-left: -24px;
  /* margin-right: 17px; */
  margin-right:17px;
  margin-top: 0;
}
/* line 344, ../scss/_common.scss */
ul.default-list > li.has-child > * {
  margin-left: -5px;
}
/* line 347, ../scss/_common.scss */
ul.default-list > li.has-child > ul {
  margin-left: 5px !important;
}
/* line 352, ../scss/_common.scss */
ul.default-list.two-column {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

@media (max-width: 767.98px) {
  /* line 352, ../scss/_common.scss */
  ul.default-list.two-column {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
/* line 362, ../scss/_common.scss */
ul.default-list.three-column {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

@media (max-width: 991.98px) {
  /* line 362, ../scss/_common.scss */
  ul.default-list.three-column {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

@media (max-width: 767.98px) {
  /* line 362, ../scss/_common.scss */
  ul.default-list.three-column {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
/* line 378, ../scss/_common.scss */
ul.default-list.extra-space li {
  margin-bottom: 1rem;
}
/* line 383, ../scss/_common.scss */
ul.default-list.double-extra-space li {
  margin-bottom: 1.3rem;
}

/* line 389, ../scss/_common.scss */
ol.numberized {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 0;
  padding-top: 30px;
}
/* line 394, ../scss/_common.scss */
ol.numberized li {
  counter-increment: my-awesome-counter;
  padding-bottom: 30px;
  position: relative;
  font-size: 14px;
  padding-left: 50px;
  list-style: none;
}
/* line 401, ../scss/_common.scss */
ol.numberized li:before {
  content: counter(my-awesome-counter);
  color: #012e5d;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  float: left;
  margin: -3px 15px 0 0;
  background: #dfe9f3;
  z-index: 99;
  position: absolute;
  left: 0px;
  font-size: 18px;
}
/* line 419, ../scss/_common.scss */
ol.numberized li:after {
  border-left: 1px dashed #a4aaae;
  content: "";
  position: absolute;
  left: 20px;
  height: 100%;
  z-index: 0;
  top: 0;
}
/* line 429, ../scss/_common.scss */
ol.numberized li:last-child:after {
  border: none;
}

/* line 436, ../scss/_common.scss */
hr {
  background-color: #012e5d;
  opacity: 0.1;
}

/* line 437, ../scss/_common.scss */
.gradient_bg {
  background: #f1f7fe;
  background: -moz-linear-gradient(0deg, rgba(241, 247, 254, 0) 50%, #f1f7fe 100%);
  background: -webkit-linear-gradient(0deg, rgba(241, 247, 254, 0) 50%, #f1f7fe 100%);
  background: linear-gradient(0deg, rgba(241, 247, 254, 0) 50%, #f1f7fe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f7fe",endColorstr="#f1f7fe",GradientType=1);
}

/* line 444, ../scss/_common.scss */
section {
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  /* line 444, ../scss/_common.scss */
  section {
    padding: 40px 0;
  }
}

/* line 451, ../scss/_common.scss */
.section-title-white span.span,
.section-title-white h2 {
  color: #fff;
}

/* line 455, ../scss/_common.scss */
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 460, ../scss/_common.scss */
.parallax-bg {
  background-attachment: fixed;
}

/* line 463, ../scss/_common.scss */
.slick-slide {
  outline: 0;
}

/* line 467, ../scss/_common.scss */
ul.social-link li {
  display: inline-block;
}

/* line 471, ../scss/_common.scss */
.form_group {
  position: relative;
}

/* line 474, ../scss/_common.scss */
.form_control {
  width: 100%;
  padding: 0 30px;
  height: 55px;
  border: none;
}

/* line 480, ../scss/_common.scss */
textarea.form_control {
  padding-top: 15px;
  display: inherit;
}

/* line 485, ../scss/_common.scss */
.section-title.section-title-left {
  text-align: left;
}
/* line 488, ../scss/_common.scss */
.section-title.section-title-left span.sub-title:after {
  display: none;
}
/* line 493, ../scss/_common.scss */
.section-title.section-title-right {
  text-align: right;
}
/* line 496, ../scss/_common.scss */
.section-title.section-title-right span.sub-title:before {
  display: none;
}
/* line 502, ../scss/_common.scss */
.section-title.section-title-white h2 {
  color: #fff;
}

@media (max-width: 991.98px) {
  /* line 506, ../scss/_common.scss */
  .section-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767.98px) {
  /* line 506, ../scss/_common.scss */
  .section-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  /* line 506, ../scss/_common.scss */
  .section-title h2 {
    font-size: 32px;
    line-height: 45px;
  }
}

@media (max-width: 575.98px) {
  /* line 506, ../scss/_common.scss */
  .section-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

/* line 524, ../scss/_common.scss */
span.sub-title {
  position: relative;
  margin-bottom: 15px;
  display: block;
  font-size: 22px;
  font-weight: 700;
  font-family: "HelveticaNeueLTArabic", sans-serif;
  color: #012e5d;
}

@media (max-width: 767.98px) {
  /* line 524, ../scss/_common.scss */
  span.sub-title {
    font-size: 15px;
  }
}
/* line 535, ../scss/_common.scss */
span.sub-title:after,
span.sub-title:before {
  display: inline-block;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #012e5d;
  vertical-align: middle;
}
/* line 543, ../scss/_common.scss */
span.sub-title:before {
  margin-right: 30px;
}

@media (max-width: 767.98px) {
  /* line 543, ../scss/_common.scss */
  span.sub-title:before {
    margin-right: 10px;
  }
}
/* line 549, ../scss/_common.scss */
span.sub-title:after {
  margin-left: 30px;
}

@media (max-width: 767.98px) {
  /* line 549, ../scss/_common.scss */
  span.sub-title:after {
    margin-left: 10px;
  }
}

/* line 556, ../scss/_common.scss */
.bg-with-overlay {
  position: relative;
  z-index: 1;
}
/* line 559, ../scss/_common.scss */
.bg-with-overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(22, 37, 66, 0.9);
  z-index: -1;
}
/* line 570, ../scss/_common.scss */
.bg-with-overlay.bg-with-overlay-two:after {
  background-color: rgba(25, 23, 21, 0.86);
}

/* line 576, ../scss/_common.scss */
.icon-with-number {
  position: absolute;
}
/* line 578, ../scss/_common.scss */
.icon-with-number .number {
  position: absolute;
  background: #da291c;
  color: #fff;
  font-weight: bold;
  right: -7px;
  top: -7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 15px;
  z-index: 9;
  font-size: 12px !important;
  font-family: "HelveticaNeueLTArabic", sans-serif;
}

/* line 595, ../scss/_common.scss */
.cpa,
ul.steps:before,
/*.inside-menu .inside-header-right .my-account:before,*/
.hoDivider {
  position: absolute;
  content: "";
}

/* line 599, ../scss/_common.scss */
.lt,
ul.steps:before,
ul.steps li.done div.number:after,
/*.inside-menu .inside-header-right .my-account:before,*/
.hoDivider {
  left: 0px;
  top: 0px;
}

/* line 600, ../scss/_common.scss */
.rt {
  left: auto;
  right: 0px;
  top: 0px;
}

/* line 601, ../scss/_common.scss */
.lb {
  left: 0px;
  bottom: 0px;
}

/* line 602, ../scss/_common.scss */
.rb {
  left: auto;
  right: 0px;
  bottom: 0px;
}

/* line 604, ../scss/_common.scss */
.heading-with-border {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding-bottom: 0.75rem;
  margin-bottom: 2rem;
}

/* line 609, ../scss/_common.scss */
.bottom-nav-wrapper {
  border-top: 1px solid rgba(112, 112, 112, 0.3);
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}
/* line 613, ../scss/_common.scss */
.bottom-nav-wrapper > * {
  margin-left: 0.75rem;
}

/* line 619, ../scss/_common.scss */
.status.text.green {
  color: #148500;
}
/* line 620, ../scss/_common.scss */
.status.text.orange {
  color: #b97400;
}
/* line 621, ../scss/_common.scss */
.status.text.red {
  color: #da291c;
}

/* line 627, ../scss/_common.scss */
.status.bg.green {
  background: #148500;
}
/* line 628, ../scss/_common.scss */
.status.bg.orange {
  background: #9e6a10;
}
/* line 629, ../scss/_common.scss */
.status.bg.red {
  background: #da291c;
}
/* line 630, ../scss/_common.scss */
.status.bg.dark-grey {
  background: #646363;
}

/* line 635, ../scss/_common.scss */
.tooltip {
  z-index: 9999999;
}

/* line 639, ../scss/_common.scss */
.arrow-pointer {
  height: 90px;
  padding: 20px 0px 20px 35px;
  background: #dfe9f3;
  position: relative;
  min-width: 300px;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  /* line 639, ../scss/_common.scss */
  .arrow-pointer {
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px);
    min-width: unset;
  }
}
/* line 653, ../scss/_common.scss */
.arrow-pointer .timeframe-title {
  font-size: calc(5px + 1vh);
  font-weight: bold;
  color: #2d2926;
  line-height: 1.3em;
  
}
/* line 659, ../scss/_common.scss */
.arrow-pointer .timeframe-desc {
  font-size: calc(5px + 1vh);
  color: rgba(45, 41, 38, 0.8);
  line-height: 1.3em;
}

@media (max-width: 991.98px) {
  /* line 659, ../scss/_common.scss */
  .arrow-pointer .timeframe-desc {
    margin-top: 1px;
  }
}
/* line 667, ../scss/_common.scss */
.arrow-pointer h3 {
  font-size: 52px;
  color: rgba(1, 46, 93, 0.3) !important;
}
/* line 672, ../scss/_common.scss */
.arrow-pointer.first:after {
  border-left: 20px solid transparent;
}
/* line 676, ../scss/_common.scss */
.arrow-pointer .plus-icon {
  position: absolute;
  right: 5px;
  top: 25px;
}
/* line 681, ../scss/_common.scss */
.arrow-pointer .plus-icon a {
  color: #fff;
}
/* line 683, ../scss/_common.scss */
.arrow-pointer .plus-icon a span {
  font-size: 40px;
  transition: transform 0.5s !important;
  transform-origin: center center;
}
/* line 692, ../scss/_common.scss */
.arrow-pointer:hover .plus-icon a span {
  transform: rotate(180deg);
}
/* line 698, ../scss/_common.scss */
.arrow-pointer.active {
  background: #2a6ebb;
}
/* line 700, ../scss/_common.scss */
.arrow-pointer.active h3 {
  color: rgba(255, 255, 255, 0.3) !important;
}
/* line 703, ../scss/_common.scss */
.arrow-pointer.active .timeframe-title,
.arrow-pointer.active .timeframe-desc {
  color: #fff;
}
/* line 706, ../scss/_common.scss */
.arrow-pointer.active:before {
  border-left: 20px solid #2a6ebb;
}
/* line 710, ../scss/_common.scss */
.arrow-pointer:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
}
/* line 719, ../scss/_common.scss */
.arrow-pointer:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #dfe9f3;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
}
/* line 732, ../scss/_common.scss */
.arrow-pointer.height-2 {
  height: 130px;
  padding: 20px 0px 20px 45px;
}

@media (max-width: 767.98px) {
  /* line 732, ../scss/_common.scss */
  .arrow-pointer.height-2 {
    width: -webkit-calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    width: calc(100% - 35px);
    min-width: unset;
    padding-right: 0px;
    padding-top: 15px;
  }
}
/* line 741, ../scss/_common.scss */
.arrow-pointer.height-2 .timeframe-desc {
  max-width: 95%;
}
/* line 745, ../scss/_common.scss */
.arrow-pointer.height-2.first:after {
  border-left: 30px solid transparent;
}
/* line 749, ../scss/_common.scss */
.arrow-pointer.height-2:after {
  right: -30px;
  border-left: 30px solid #fff;
  border-top: 65px solid transparent;
  border-bottom: 65px solid transparent;
}
/* line 755, ../scss/_common.scss */
.arrow-pointer.height-2:before {
  right: -30px;
  border-left: 30px solid #dfe9f3;
  border-top: 65px solid transparent;
  border-bottom: 65px solid transparent;
}

/* line 765, ../scss/_common.scss */
.current-status-indicator {
  font-size: 14px;
  color: #646363;
}
/* line 768, ../scss/_common.scss */
.current-status-indicator span {
  color: #2a6ebb;
  margin-right: 10px;
}

/* line 773, ../scss/_common.scss */
.hide-by-default {
  display: none;
}

/* line 777, ../scss/_common.scss */
.colored-container {
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 780, ../scss/_common.scss */
.colored-container.no-border-radius {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/* line 782, ../scss/_common.scss */
.colored-container.no-border-radius-bottom {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* line 788, ../scss/_common.scss */
.colored-container.no-padding {
  padding: 0;
}
/* line 791, ../scss/_common.scss */
.colored-container.less-padding {
  padding: 10px 20px;
}
/* line 795, ../scss/_common.scss */
.colored-container.neg-margin-px-30 {
  margin-left: -30px;
  margin-right: -30px;
}

@media (max-width: 767.98px) {
  /* line 795, ../scss/_common.scss */
  .colored-container.neg-margin-px-30 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
/* line 804, ../scss/_common.scss */
.colored-container.with-border {
  border: 1px solid rgba(100, 99, 99, 0.2);
}
/* line 805, ../scss/_common.scss */
.colored-container.with-box-shadow {
  box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.1);
}
/* line 812, ../scss/_common.scss */
.colored-container.dark-blue {
  background: #012e5d;
}
/* line 814, ../scss/_common.scss */
.colored-container.dark-blue * {
  color: #fff !important;
}
/* line 818, ../scss/_common.scss */
.colored-container.red {
  background: #da291c;
}
/* line 820, ../scss/_common.scss */
.colored-container.red * {
  color: #fff !important;
}
/* line 824, ../scss/_common.scss */
.colored-container.light-blue {
  background: rgba(42, 110, 187, 0.1);
}
/* line 827, ../scss/_common.scss */
.colored-container.very-light-blue {
  background: rgba(42, 110, 187, 0.03);
}
/* line 830, ../scss/_common.scss */
.colored-container.light-grey {
  background: rgba(100, 99, 99, 0.05);
}
/* line 833, ../scss/_common.scss */
.colored-container.white {
  background: #fff;
  min-height: 400px;
}

@media (max-width: 575.98px) {
  /* line 777, ../scss/_common.scss */
  .colored-container {
    padding: 20px;
  }
}

/* line 843, ../scss/_common.scss */
.message-box {
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 50px 10px 100px;
  position: relative;
}
/* line 848, ../scss/_common.scss */
.message-box .icon {
  min-width: 70px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
/* line 856, ../scss/_common.scss */
.message-box .icon span {
  font-size: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
}
/* line 866, ../scss/_common.scss */
.message-box .close-icon {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
/* line 871, ../scss/_common.scss */
.message-box .close-icon span {
  transition: transform 0.5s !important;
  transform-origin: center center;
}
/* line 874, ../scss/_common.scss */
.message-box .close-icon span:hover {
  transform: rotate(180deg);
}
/* line 879, ../scss/_common.scss */
.message-box.info {
  background: #cce5ff;
  border: 1px solid #4484ca;
}
/* line 882, ../scss/_common.scss */
.message-box.info p,
.message-box.info strong {
  color: #004085;
}
/* line 883, ../scss/_common.scss */
.message-box.info .icon {
  background: #2185d0;
  color: #fff;
}
/* line 889, ../scss/_common.scss */
.message-box p {
  line-height: 1.7em;
}
/* line 890, ../scss/_common.scss */
.message-box strong {
  font-size: 18px;
}

/* line 894, ../scss/_common.scss */
button.drp-icon {
  position: absolute;
  right: 10px;
  top: 8px;
  color: #606e77;
}
/* line 899, ../scss/_common.scss */
button.drp-icon:hover {
  color: #da291c;
}

@media (max-width: 767.98px) {
  /* line 903, ../scss/_common.scss */
  .drp-fields-separator {
    display: none;
  }
}

@property --p {
  syntax: "<number>";
  inherits: true;
  initial-value: 1;
}
/* line 917, ../scss/_common.scss */
.pie {
  --p: 20;
  /* the percentage */
  --b: 5px;
  /* the thickness */
  --c: darkred;
  /* the color */
  --w: 75px;
  /* the size*/
  width: var(--w);
  aspect-ratio: 1/1;
  position: relative;
  display: inline-grid;
  margin: 5px;
  place-content: center;
  font-size: 16px;
  font-weight: bold;
  font-family: sans-serif;
}

/* line 933, ../scss/_common.scss */
.pie:before,
.pie:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

/* line 939, ../scss/_common.scss */
.pie:before {
  inset: 0;
  background: radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b) var(--b) no-repeat, conic-gradient(var(--c) calc(var(--p) * 1%), #0000 0);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
  mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
}

/* line 947, ../scss/_common.scss */
.pie:after {
  inset: calc(50% - var(--b) / 2);
  background: var(--c);
  transform: rotate(calc(var(--p) * 3.6deg - 90deg)) translate(calc(var(--w) / 2 - 50%));
}

/* line 952, ../scss/_common.scss */
.animate {
  animation: p 1s 0.5s both;
}

/* line 955, ../scss/_common.scss */
.no-round:before {
  background-size: 0 0, auto;
}

/* line 958, ../scss/_common.scss */
.no-round:after {
  content: none;
}

@keyframes p {
  from {
    --p: 0;
  }
}
/*===== All text =====*/
/* line 966, ../scss/_common.scss */
.red-text {
  color: #da291c;
}

/* line 967, ../scss/_common.scss */
.dark-blue-text {
  color: #012e5d !important;
}

/* line 968, ../scss/_common.scss */
.grey-text {
  color: #646363 !important;
}

/* line 969, ../scss/_common.scss */
.very-light-grey-text {
  color: #dfe2e4 !important;
}

/* line 970, ../scss/_common.scss */
.blue-text {
  color: #2a6ebb !important;
}

/* line 971, ../scss/_common.scss */
.dark-grey-text {
  color: #2c2926;
}

/* line 972, ../scss/_common.scss */
.green-text {
  color: #179500;
}

/* line 975, ../scss/_common.scss */
.text-size-large {
  font-size: 18px !important;
  line-height: 1.4em;
}

/* line 976, ../scss/_common.scss */
.text-size-medium {
  font-size: 16px !important;
  line-height: 1.4em;
}

/* line 977, ../scss/_common.scss */
.text-size-less {
  font-size: 14px !important;
}

/* line 981, ../scss/_common.scss */
.weight-normal {
  font-weight: normal;
}

/* line 985, ../scss/_common.scss */
.icon-with-tooltip {
  /* vertical-align: middle; */
  cursor: pointer;
  color: #2a6ebb;
}
/* line 989, ../scss/_common.scss */
.icon-with-tooltip :hover {
  color: #da291c;
}
/* line 992, ../scss/_common.scss */
.icon-with-tooltip span {
  font-size: 22px;
}

/* line 999, ../scss/_common.scss */
.neg-margin-top-5 {
  margin-top: -5px;
}
/* line 1000, ../scss/_common.scss */
.neg-margin-top-10 {
  margin-top: -10px;
}
/* line 1001, ../scss/_common.scss */
.neg-margin-top-15 {
  margin-top: -15px;
}
/* line 1002, ../scss/_common.scss */
.neg-margin-top-20 {
  margin-top: -20px;
}
/* line 1005, ../scss/_common.scss */
.neg-margin-bottom-5 {
  margin-bottom: -5px;
}
/* line 1006, ../scss/_common.scss */
.neg-margin-bottom-10 {
  margin-bottom: -10px;
}
/* line 1007, ../scss/_common.scss */
.neg-margin-bottom-15 {
  margin-bottom: -15px;
}
/* line 1008, ../scss/_common.scss */
.neg-margin-bottom-20 {
  margin-bottom: -20px;
}

/* line 1012, ../scss/_common.scss */
.bordered-grey {
  border: 1px solid #dde1e6;
}

/*===== All bg =====*/
/* line 1018, ../scss/_common.scss */
.light-bg {
  background-color: rgba(22, 37, 66, 0.05);
}

/* line 1021, ../scss/_common.scss */
.blue-bg {
  background-color: #012e5d;
}

/*===== Extend Css =====*/
/*===== All Button Style =====*/
/* line 1036, ../scss/_common.scss */
button {
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* line 1041, ../scss/_common.scss */
.main-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  /* z-index: 1; */
  background-color: #012e5d;
  padding: 12px 30px;
  color: #fff !important;
  border: 1px solid #012e5d;
  font-size: 16px;
  font-weight: bold !important;
  line-height: 24px;
  border-radius: 4px;
  text-transform: uppercase !important;
  overflow: hidden;
}
/* line 1057, ../scss/_common.scss */
.main-btn .material-icons-outlined {
  opacity: 0.6;
}
/* line 1060, ../scss/_common.scss */
.main-btn:hover {
  color: #012e5d;
  border: 1px solid #da291c;
  background-color: #da291c;
}
/* line 1064, ../scss/_common.scss */
.main-btn:hover:before {
  bottom: 0;
}
/* line 1068, ../scss/_common.scss */
.main-btn:focus {
  color: #fff;
}
/* line 1071, ../scss/_common.scss */
.main-btn:active {
  color: #fff;
  background-color: #da291c;
}
/* line 1075, ../scss/_common.scss */
.main-btn:before {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #da291c;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767.98px) {
  /* line 1075, ../scss/_common.scss */
  .main-btn:before {
    -webkit-transition: all 0.05s ease-out 0s;
    -moz-transition: all 0.05s ease-out 0s;
    -ms-transition: all 0.05s ease-out 0s;
    -o-transition: all 0.05s ease-out 0s;
    transition: all 0.05s ease-out 0s;
  }
}
/* line 1089, ../scss/_common.scss */
.main-btn .btn-icon {
  padding-right: 5px;
  font-size: 24px;
  opacity: 0.8;
}
/* line 1094, ../scss/_common.scss */
.main-btn.btn-med {
  padding: 8px 25px !important;
  font-size: 14px;
}
/* line 1097, ../scss/_common.scss */
.main-btn.btn-med .btn-icon {
  font-size: 20px;
  opacity: 0.8;
}
/* line 1102, ../scss/_common.scss */
.main-btn.btn-small {
  padding: 4px 20px !important;
  font-size: 13px;
}
/* line 1105, ../scss/_common.scss */
.main-btn.btn-small .btn-icon {
  font-size: 18px;
  opacity: 0.8;
}
/* line 1110, ../scss/_common.scss */
.main-btn.filled-btn {
  background-color: transparent;
  border: 1px solid #012e5d !important;
  color: #012e5d !important;
}
/* line 1114, ../scss/_common.scss */
.main-btn.filled-btn[disabled] {
  opacity: 0.25;
}
/* line 1116, ../scss/_common.scss */
.main-btn.filled-btn[disabled]:before {
  display: none;
}
/* line 1119, ../scss/_common.scss */
.main-btn.filled-btn[disabled]:hover {
  background: transparent !important;
  color: #012e5d !important;
  cursor: not-allowed !important;
  border-color: #012e5d !important;
}
/* line 1124, ../scss/_common.scss */
.main-btn.filled-btn[disabled]:hover:before {
  background-color: transparent !important;
}
/* line 1135, ../scss/_common.scss */
.main-btn.filled-btn-white {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff !important;
}
/* line 1140, ../scss/_common.scss */
.main-btn[disabled] {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}
/* line 1142, ../scss/_common.scss */
.main-btn[disabled]:before {
  display: none;
}
/* line 1145, ../scss/_common.scss */
.main-btn[disabled]:hover {
  cursor: not-allowed !important;
  background: #012e5d !important;
  border-color: #012e5d !important;
}
/* line 1149, ../scss/_common.scss */
.main-btn[disabled]:hover:before {
  background-color: transparent !important;
}
/* line 1154, ../scss/_common.scss */
.main-btn:hover {
  border-color: #da291c;
  color: #fff !important;
}
/* line 1157, ../scss/_common.scss */
.main-btn:hover:before {
  background-color: #da291c;
}

@media (max-width: 767.98px) {
  /* line 1041, ../scss/_common.scss */
  .main-btn {
    -webkit-transition: all 0.05s ease-out 0s;
    -moz-transition: all 0.05s ease-out 0s;
    -ms-transition: all 0.05s ease-out 0s;
    -o-transition: all 0.05s ease-out 0s;
    transition: all 0.05s ease-out 0s;
    padding: 10px 15px;
    font-size: 14px;
  }
  /* line 1166, ../scss/_common.scss */
  .main-btn.btn-small {
    padding: 4px 10px !important;
  }
}

/* line 1175, ../scss/_common.scss */
.btn-group .btn:focus {
  box-shadow: none;
}

/* line 1180, ../scss/_common.scss */
.dropdown-menu {
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  box-shadow: -1px -1px 18px -2px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: -1px -1px 18px -2px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: -1px -1px 18px -2px rgba(0, 0, 0, 0.22);
  border: none;
}
/* line 1183, ../scss/_common.scss */
.dropdown-menu a {
  padding-left: 1rem;
  padding-right: 1rem;
}

/*===== Tabs Style =====*/
/* line 1195, ../scss/_common.scss */
.default-tab {
  font-size: 14px;
}
/* line 1197, ../scss/_common.scss */
.default-tab > nav > .nav-tabs {
  border-bottom: 1px solid rgba(195, 211, 232, 0.5);
}
/* line 1200, ../scss/_common.scss */
.default-tab > nav > .nav-tabs.with-flex-fill .nav-link {
  flex: 1 1 auto !important;
}
/* line 1202, ../scss/_common.scss */
.default-tab > nav > .nav-tabs.with-flex-fill .nav-link:last-child {
  margin-right: 0;
}
/* line 1207, ../scss/_common.scss */
.default-tab > nav > .nav-tabs.with-display-block {
  display: block;
}
/* line 1209, ../scss/_common.scss */
.default-tab > nav > .nav-tabs.with-display-block .nav-link {
  border: none;
  border-bottom: 1px solid #d3deed;
  width: 100%;
  margin-right: 0;
}
/* line 1216, ../scss/_common.scss */
.default-tab > nav > .nav-tabs .nav-link {
  border: 1px solid #d3deed;
  margin-right: 10px;
  color: #2d2926;
}
/* line 1220, ../scss/_common.scss */
.default-tab > nav > .nav-tabs .nav-link.active {
  color: #fff;
  background: #012e5d;
  font-weight: bold;
  border: none;
}
/* line 1228, ../scss/_common.scss */
.default-tab .tab-content {
  background: rgba(42, 110, 187, 0.03);
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (max-width: 767.98px) {
  /* line 1228, ../scss/_common.scss */
  .default-tab .tab-content {
    padding: 20px;
  }
}
/* line 1239, ../scss/_common.scss */
.default-tab.attached-to-dt {
  position: relative;
}
/* line 1241, ../scss/_common.scss */
.default-tab.attached-to-dt > nav {
  position: absolute;
  display: inline-block;
  top: 9px;
}
/* line 1242, ../scss/_common.scss */
.default-tab.attached-to-dt > nav .nav-tabs {
  border-bottom: none;
}
/* line 1244, ../scss/_common.scss */
.default-tab.attached-to-dt > nav .nav-tabs .nav-link {
  font-weight: normal;
}

@media (max-width: 991.98px) {
  /* line 1241, ../scss/_common.scss */
  .default-tab.attached-to-dt > nav {
    position: static;
    display: block;
    border-bottom: 1px solid #d3deed;
    margin-bottom: 1rem;
  }
}

@media (max-width: 575.98px) {
  /* line 1257, ../scss/_common.scss */
  .default-tab.attached-to-dt > nav .nav-link {
    margin-top: 10px;
  }
}
/* line 1263, ../scss/_common.scss */
.default-tab.attached-to-dt .tab-content {
  background: transparent;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 1271, ../scss/_common.scss */
.default-tab.dt-no-searching {
  margin-top: 45px;
}

@media (max-width: 991.98px) {
  /* line 1271, ../scss/_common.scss */
  .default-tab.dt-no-searching {
    margin-top: 0;
  }
}
/* line 1276, ../scss/_common.scss */
.default-tab.dt-no-searching > nav {
  top: -45px;
}

@media (max-width: 991.98px) {
  /* line 1276, ../scss/_common.scss */
  .default-tab.dt-no-searching > nav {
    margin-bottom: 0;
    border-bottom: none;
    top: 0px;
  }
}

/*===== Activity Item inside Sliding Panel =====*/
/* line 1288, ../scss/_common.scss */
.activity-item .colored-container {
  padding-right: 50px;
  line-height: 1.2em;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}
/* line 1294, ../scss/_common.scss */
.activity-item .colored-container:after {
  position: absolute;
  content: "\e145";
  font-family: "Material Icons Outlined";
  right: 10px;
  top: 50%;
  font-size: 24px;
  margin-top: -12px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: transform 0.5s !important;
}
/* line 1307, ../scss/_common.scss */
.activity-item .colored-container.expanded:after {
  content: "\e15b";
  transform: rotate(180deg);
}
/* line 1313, ../scss/_common.scss */
.activity-item ul.default-list {
  margin-top: 0.5rem;
}
/* line 1315, ../scss/_common.scss */
.activity-item ul.default-list li {
  margin-bottom: 0.5rem;
}
/* line 1319, ../scss/_common.scss */
.activity-item:nth-child(1) {
  margin-top: 0px;
}
/* line 1322, ../scss/_common.scss */
.activity-item .details {
  display: none;
}

/*===== Owl Carousel Styles =====*/
/* line 1328, ../scss/_common.scss */
.owl-carousel .owl-item img {
  width: auto;
}

/* line 1331, ../scss/_common.scss */
.owl-dots {
  text-align: center;
  margin-top: 15px;
}
/* line 1334, ../scss/_common.scss */
.owl-dots button {
  background: rgba(100, 99, 99, 0.4) !important;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
/* line 1340, ../scss/_common.scss */
.owl-dots button.active {
  background: #012e5d !important;
}

/*===== Modal Styles =====*/
/* line 1346, ../scss/_common.scss */
.modal-backdrop {
  background-color: rgba(6, 25, 44, 0.9);
  z-index: 999999;
  opacity: 1 !important;
}

/* line 1351, ../scss/_common.scss */
.modal {
  z-index: 9999988;
}
/* line 1354, ../scss/_common.scss */
.modal.plain .modal-header {
  border-bottom: none;
}
/* line 1357, ../scss/_common.scss */
.modal.plain .modal-footer {
  border-top: none;
  justify-content: center;
}

/*===== Sliding Panel Styles =====*/
/* line 1365, ../scss/_common.scss */
.sliding-panel {
  position: fixed;
  right: -355px;
  top: 200px;
  padding: 30px 25px 20px 10px;
  min-width: 350px;
  max-width: 350px;
  min-height: 300px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  z-index: 999;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

@media (max-width: 1199.98px) {
  /* line 1365, ../scss/_common.scss */
  .sliding-panel {
    top: 100px;
  }
}

@media (max-width: 767.98px) {
  /* line 1365, ../scss/_common.scss */
  .sliding-panel {
    padding: 35px 15px 15px;
  }
}
/* line 1384, ../scss/_common.scss */
.sliding-panel.medium-size {
  right: -530px;
  min-width: 530px;
  max-width: 530px;
}

@media (max-width: 767.98px) {
  /* line 1384, ../scss/_common.scss */
  .sliding-panel.medium-size {
    right: -330px;
    min-width: 330px;
    max-width: 330px;
  }
}
/* line 1397, ../scss/_common.scss */
.sliding-panel.show {
  right: 0px;
  box-shadow: 0px 1px 20px 4px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 1px 20px 4px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 1px 20px 4px rgba(0, 0, 0, 0.14);
}

@media (max-width: 767.98px) {
  /* line 1397, ../scss/_common.scss */
  .sliding-panel.show {
    /*right: auto;
        left: 10px;*/
    box-shadow: 0px 1px 30px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 30px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 30px 4px rgba(0, 0, 0, 0.3);
  }
}
/* line 1409, ../scss/_common.scss */
.sliding-panel.show .toggle-display {
  background: #fff;
  box-shadow: -13px 2px 23px -6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -13px 2px 23px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -13px 2px 23px -6px rgba(0, 0, 0, 0.3);
}
/* line 1414, ../scss/_common.scss */
.sliding-panel.show .toggle-display span.material-icons-outlined {
  color: #012e5d;
  transform: rotate(180deg);
}
/* line 1418, ../scss/_common.scss */
.sliding-panel.show .toggle-display .items-count {
  display: none;
}
/* line 1421, ../scss/_common.scss */
.sliding-panel.show .toggle-display.flash {
  -webkit-animation-name: none;
}
/* line 1426, ../scss/_common.scss */
.sliding-panel .toggle-display {
  position: absolute;
  left: -40px;
  top: 0px;
  width: 43px;
  height: 40px;
  line-height: 50px;
  text-align: center;
  background: #012e5d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  cursor: pointer;
}
/* line 1439, ../scss/_common.scss */
.sliding-panel .toggle-display span.material-icons-outlined {
  color: #fff;
  transition: transform 0.5s !important;
}
/* line 1443, ../scss/_common.scss */
.sliding-panel .toggle-display .items-count {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  background: #da291c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 10px;
}
/* line 1456, ../scss/_common.scss */
.sliding-panel .toggle-display.flash {
  -webkit-animation-name: flash-animation;
  -webkit-animation-duration: 0.5s;
  animation-name: flash-animation;
  animation-duration: 0.5s;
}
/* line 1463, ../scss/_common.scss */
.sliding-panel .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  color: #012e5d;
}
/* line 1469, ../scss/_common.scss */
.sliding-panel .close span {
  transition: transform 0.5s !important;
  transform-origin: center center;
}
/* line 1472, ../scss/_common.scss */
.sliding-panel .close span:hover {
  transform: rotate(180deg);
}

@-webkit-keyframes flash-animation {
  from {
    background: #da291c;
  }

  to {
    background: default;
  }
}

@keyframes flash-animation {
  from {
    background: #da291c;
  }

  to {
    background: default;
  }
}
/*===== Table Style =====*/
/* line 1491, ../scss/_common.scss */
table {
  font-size: 14px;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.dataTables_wrapper .drp.single-field .form-label-group {
  min-width: 200px;
}
.data-table .drp.single-field .form-label-group input {
  width: 99%;
}
.dataTables_wrapper .drp.single-field input {
  min-width: 255px;
  width: 100%;
}
.dataTables_wrapper .drp {
  /* min-width: 320px; */
  /* margin-right: 0.3rem; */
}
/* line 1493, ../scss/_common.scss */
table.bordered {
  border: 1px solid #dde1e6;
}
/* line 1496, ../scss/_common.scss */
table th,
table td {
  line-height: 1.3em;
  padding: 12px 10px;
  vertical-align: top;
  color: #2d2926;
  vertical-align: middle;
}
/* line 1503, ../scss/_common.scss */
table td {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
/* line 1506, ../scss/_common.scss */
table tr:nth-child(odd) td {
  background: #fff;
}
/* line 1509, ../scss/_common.scss */
table tr:nth-child(even) td {
  background: #f9fafb;
}
/* line 1512, ../scss/_common.scss */
table tr:hover td {
  background: #eff4f8;
}
/* line 1516, ../scss/_common.scss */
table tr.clicked td {
  background: #e5eef7;
}
/* line 1519, ../scss/_common.scss */
table tr.new td {
  background: #eaf5eb;
}
/* line 1522, ../scss/_common.scss */
table tr.updated td {
  background: #fff6ea;
}
/* line 1525, ../scss/_common.scss */

table tr.deleted td {
  background: #fff2f2;
}
/* line 1527, ../scss/_common.scss */
table tr.deleted td *:not(button, span),
table tr.deleted td {
  text-decoration: line-through;
}
.deleted  td[rowspan],
.deleted td[rowspan] * {
  background: white !important;
  text-decoration: none !important;
}

.deleted [rowspan] td,
.deleted [rowspan] * {
  /* background: white !important; */
  text-decoration: none !important;
}
/* line 1532, ../scss/_common.scss */
table thead tr th {
  background-color: #f9fafb !important;
  border-bottom: 1px solid #b3b8bd;
  font-weight: bold;
  color: #2d2926;
  padding: 17px 10px;
}
/* line 1538, ../scss/_common.scss */
table thead tr th.sorting:before,
table thead tr th.sorting:after {
  bottom: 50% !important;
  margin-bottom: -9px;
}
/* line 1543, ../scss/_common.scss */
table thead tr th.right {
  text-align: right !important;
}
/* line 1546, ../scss/_common.scss */
table thead tr th.center {
  text-align: center !important;
}
/* line 1551, ../scss/_common.scss */
table.clean thead tr th {
  background-color: transparent !important;
}
/* line 1554, ../scss/_common.scss */
table.clean tbody tr.highlight {
  background-color: #2a6ebb !important;
}
/* line 1556, ../scss/_common.scss */
table.clean tbody tr.highlight td {
  color: #fff;
  background: #2a6ebb !important;
  border: none !important;
}
/* line 1559, ../scss/_common.scss */
table.clean tbody tr.highlight:hover td {
  background: transparent;
}
/* line 1563, ../scss/_common.scss */
table.clean tbody tr td {
  border-bottom: 1px solid #e3e6e7;
}
/* line 1566, ../scss/_common.scss */
table.clean tbody tr:last-child td {
  border-bottom: none;
}
/* line 1569, ../scss/_common.scss */
table.clean tr:nth-child(even) td {
  background: transparent;
}

/*===== Data:compare-activities Style =====*/
/* line 1576, ../scss/_common.scss */
#compare_activities_table_wrapper {
  border-right: 1px solid #dde1e6;
  border-bottom: 1px solid #dde1e6;
}
/* line 1579, ../scss/_common.scss */
#compare_activities_table_wrapper .row:nth-child(3) {
  margin-top: 0px !important;
}

/* line 1583, ../scss/_common.scss */
table.compare-activities {
  margin-top: 0px !important;
}
/* line 1586, ../scss/_common.scss */
table.compare-activities thead th {
  padding-left: 20px;
  padding-right: 15px;
}

@media (max-width: 575.98px) {
  /* line 1586, ../scss/_common.scss */
  table.compare-activities thead th {
    padding-left: 15px;
    padding-right: 10px;
  }
}
/* line 1593, ../scss/_common.scss */
table.compare-activities thead th.properties {
  background: #fff !important;
  vertical-align: middle;
  color: rgba(1, 46, 93, 0.4);
  border-bottom: 2px solid #dde1e6;
  border-right: 1px solid #dde1e6;
}
/* line 1599, ../scss/_common.scss */
table.compare-activities thead th.properties .compare-buttons {
  display: none !important;
}
/* line 1601, ../scss/_common.scss */
table.compare-activities thead th.properties .compare-buttons button {
  border: 2px solid #2a6ebb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #2a6ebb;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-left: 0.3rem;
}
/* line 1611, ../scss/_common.scss */
table.compare-activities thead th.properties .compare-buttons button:hover {
  color: #da291c;
}
/* line 1614, ../scss/_common.scss */
table.compare-activities thead th.properties .compare-buttons button span {
  font-size: 18px;
}
/* line 1621, ../scss/_common.scss */
table.compare-activities thead th.compare-item {
  border-left: 1px solid #dde1e6;
  border-top: 1px solid #dde1e6;
  border-bottom: 2px solid #dde1e6;
}
/* line 1625, ../scss/_common.scss */
table.compare-activities thead th.compare-item .remove {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}
/* line 1628, ../scss/_common.scss */
table.compare-activities thead th.compare-item .remove:hover {
  transform: rotate(90deg);
  color: #da291c !important;
}
/* line 1634, ../scss/_common.scss */
table.compare-activities thead th:nth-child(2) {
  border-left: none !important;
}
/* line 1641, ../scss/_common.scss */
table.compare-activities tbody tr td {
  border-right: 1px solid #dde1e6;
  border-bottom: 1px solid #dde1e6;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 1646, ../scss/_common.scss */
table.compare-activities tbody tr td.property {
  border-left: none;
  background: #f5f8fc !important;
  border-right: 2px solid #dde1e6;
}
/* line 1651, ../scss/_common.scss */
table.compare-activities tbody tr td:last-child {
  border-right: none;
}
/* line 1656, ../scss/_common.scss */
table.compare-activities tbody tr:last-child td {
  border-bottom: none;
}
/* line 1661, ../scss/_common.scss */
table.compare-activities tbody tr:nth-child(odd) td {
  background: transparent;
}
/* line 1664, ../scss/_common.scss */
table.compare-activities tbody tr:nth-child(even) td {
  background: transparent;
}

/*===== DataTable Style =====*/
/* line 1672, ../scss/_common.scss */
.data-table .form-label-group {
  min-width: 250px;
  margin-left: 0.5rem;
}
/* line 1677, ../scss/_common.scss */
.data-table .dataTables_filter .form-select {
  margin-bottom: 0;
  margin-top: 0 !important;
}
/* line 1683, ../scss/_common.scss */
.data-table.attached-to-tab table {
  /*  border-top: 1px solid #d3deed;*/
  border: 1px solid #dde1e6;
}
/* line 1687, ../scss/_common.scss */
/* .data-table.attached-to-tab .dataTables_filter .form-label-group {
  margin-bottom: 0.3rem;
} */

@media (max-width: 991.98px) {
  /* line 1695, ../scss/_common.scss */
  .data-table.filter-search-only .dataTables_wrapper .row:nth-child(1) > div:nth-child(2),
  .data-table.filter-search-only .dataTables_wrapper .row:nth-child(1) label:not(.label_select),
  .data-table.filter-search-only .dataTables_wrapper .row:nth-child(1) input[type="search"] {
    width: 100% !important;
  }
}
/* line 1708, ../scss/_common.scss */
.data-table.dropdown-filter-only .dataTables_filter .form-label-group {
  max-width: 250px;
  min-width: 250px;
  margin-bottom: 5px;
}

@media (max-width: 991.98px) {
  /* line 1708, ../scss/_common.scss */
  .data-table.dropdown-filter-only .dataTables_filter .form-label-group {
    max-width: unset;
    min-width: unset;
  }
}
/* line 1721, ../scss/_common.scss */
.data-table.no-footer .row:nth-child(3) {
  display: none;
}

/* line 1726, ../scss/_common.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  background-color: #012e5d !important;
  box-shadow: 0 0 0.1em #999;
  line-height: 18px;
  width: 18px;
  height: 18px;
  font-size: 16px;
  left: 2px;
}

/* line 1736, ../scss/_common.scss */
table.dataTable .main-btn {
  justify-content: center;
  /* display: block !important; */
  text-align: center;
  width: 100%;
}

/* line 1742, ../scss/_common.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  background-color: #2a6ebb !important;
}

/* line 1746, ../scss/_common.scss */
.with-simple-table .row:nth-child(3) {
  display: none;
}
/* line 1749, ../scss/_common.scss */
.with-simple-table table.dataTable {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
/* line 1754, ../scss/_common.scss */
.with-simple-table.attached-to-tab table {
  border-top: 1px solid #d3deed;
}

/* line 1760, ../scss/_common.scss */
.dataTables_wrapper .row:nth-child(3) {
  /* margin-top: 2rem; */
}

@media (max-width: 1199.98px) {
  /* line 1767, ../scss/_common.scss */
  .dataTables_wrapper .row:nth-child(1) > div:nth-child(1) {
    width: 25% !important;
  }
  /* line 1770, ../scss/_common.scss */
  .dataTables_wrapper .row:nth-child(1) > div:nth-child(2) {
    width: 75% !important;
  }
}

@media (max-width: 991.98px) {
  /* line 1779, ../scss/_common.scss */
  .dataTables_wrapper .row:nth-child(1) > div:nth-child(1),
  .dataTables_wrapper .row:nth-child(1) > div:nth-child(2) {
    width: 100% !important;
  }
}
/* line 1788, ../scss/_common.scss */
table.dataTable .view-all {
  color: #2a6ebb;
  text-decoration: underline;
}
/* line 1792, ../scss/_common.scss */
table.dataTable ul.dtr-details {
  width: 100%;
}

/* line 1796, ../scss/_common.scss */
table.dataTable > tbody > tr.child span.dtr-title {
  vertical-align: top;
}

/* line 1799, ../scss/_common.scss */
.dt-buttons {
  display: inline;
}

/* line 1803, ../scss/_common.scss */
div.dataTables_filter label:not(.label_select) {
  position: relative;
  font-size: 14px;
  color: #646363;
}
/* line 1805, ../scss/_common.scss */
div.dataTables_filter label:not(.label_select)::after {
  position: absolute;
  left: 15px !important;
  top: 10px;
  content: "\ef4f";
  font-family: "Material Icons Outlined";
  color: #646363;
}

@media (max-width: 991.98px) {
  /* line 1805, ../scss/_common.scss */
  div.dataTables_filter label:not(.label_select)::after {
    left: 15px;
    top: 10px;
  }
}

@media (max-width: 575.98px) {
  /* line 1805, ../scss/_common.scss */
  div.dataTables_filter label:not(.label_select)::after {
    left: 9px;
    top: 12px;
  }
}
/* line 1821, ../scss/_common.scss */
div.dataTables_filter label:not(.label_select) input[type="search"] {
  padding-right: 12px;
  padding-left: 30px;
  min-width: 250px;
  height: 43px;
}

@media (max-width: 991.98px) {
  /* line 1830, ../scss/_common.scss */
  div.dataTables_filter .form-label-group:nth-child(1) {
    margin-left: 0px;
  }
  /* line 1833, ../scss/_common.scss */
  div.dataTables_filter .form-label-group,
  div.dataTables_filter label:not(.label_select),
  div.dataTables_filter input[type="search"] {
    flex: 1 1 auto !important;
    min-width: unset !important;
    width: 100% !important;
  }
}

@media (max-width: 767.98px) {
  /* line 1842, ../scss/_common.scss */
  div.dataTables_filter {
    display: block !important;
    margin-bottom: 0.75rem;
  }
  /* line 1845, ../scss/_common.scss */
  div.dataTables_filter .form-label-group,
  div.dataTables_filter label:not(.label_select),
  div.dataTables_filter input[type="search"] {
    min-width: unset !important;
    /* width: 93% !important; */
  }
  /* line 1849, ../scss/_common.scss */
  div.dataTables_filter .form-label-group {
    margin-left: 0;
    margin-bottom: 1rem;
  }
  /* line 1850, ../scss/_common.scss */
  div.dataTables_filter .form-label-group:first-child {
    margin-top: 1.2rem;
  }
  /* line 1856, ../scss/_common.scss */
  div.dataTables_filter label:not(.label_select) {
    display: block;
  }
  /* line 1859, ../scss/_common.scss */
  div.dataTables_filter input[type="search"] {
    margin-left: 0 !important;
  }
}
/* line 1864, ../scss/_common.scss */
div.dataTables_length {
  text-align: left !important;
}
/* line 1866, ../scss/_common.scss */
div.dataTables_length label {
  font-size: 14px;
  color: #646363;
}
/* line 1870, ../scss/_common.scss */
div.dataTables_length select > option:checked {
  font-weight: bold;
}

/* line 1875, ../scss/_common.scss */
.dt-buttons .btn {
  background-color: transparent;
  color: #012e5d;
  font-size: 22px;
  border: none;
  padding: 0.375rem 0.5rem;
}
/* line 1882, ../scss/_common.scss */
.dt-buttons .btn:hover {
  color: #da291c;
}

/* line 1887, ../scss/_common.scss */
.dataTables_info {
  font-size: 14px;
  color: #646363;
}

@media (max-width: 767.98px) {
  /* line 1887, ../scss/_common.scss */
  .dataTables_info {
    margin-bottom: 0.5rem;
  }
}

/* line 1894, ../scss/_common.scss */
.dataTables_paginate {
  font-size: 14px;
}
/* line 1897, ../scss/_common.scss */
.dataTables_paginate li.active a {
  color: #fff;
  background-color: #012e5d !important;
  border: 1px solid #012e5d !important;
}
/* line 1903, ../scss/_common.scss */
.dataTables_paginate a {
  color: #2a6ebb;
}
/* line 1905, ../scss/_common.scss */
.dataTables_paginate a:hover {
  color: #da291c;
}

/*===== Fake Table Style =====*/
/* line 1912, ../scss/_common.scss */
.fake-table {
  font-size: 14px;
}
/* line 1914, ../scss/_common.scss */
.fake-table .ft-body {
  border-bottom: 1px solid #dde1e6;
}
/* line 1916, ../scss/_common.scss */
.fake-table .ft-body .first-col {
  background: #ecf1f8;
}
/* line 1918, ../scss/_common.scss */
.fake-table .ft-body .first-col .value {
  border-left: 1px solid #dde1e6;
}
/* line 1924, ../scss/_common.scss */
.fake-table .ft-body .middle-col .dataTables_wrapper table {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* line 1927, ../scss/_common.scss */
.fake-table .ft-body .middle-col .dataTables_wrapper table th {
  vertical-align: middle;
}
/* line 1931, ../scss/_common.scss */
.fake-table .ft-body .middle-col .dataTables_wrapper .row:nth-child(3) {
  display: none;
}
/* line 1937, ../scss/_common.scss */
.fake-table .ft-body .end-col .value {
  border-left: 1px solid #dde1e6;
}
/* line 1941, ../scss/_common.scss */
.fake-table .ft-body .first-col,
.fake-table .ft-body .end-col {
  text-align: center;
}
/* line 1943, ../scss/_common.scss */
.fake-table .ft-body .first-col .label,
.fake-table .ft-body .end-col .label {
  background-color: #f9fafb !important;
  border-bottom: 1px solid #dee2e6;
  font-weight: bold;
  color: #2d2926;
}
/* line 1949, ../scss/_common.scss */
.fake-table .ft-body .first-col .value,
.fake-table .ft-body .end-col .value {
  border-right: 1px solid #dde1e6;
}
/* line 1950, ../scss/_common.scss */
.fake-table .ft-body .first-col .value input,
.fake-table .ft-body .end-col .value input {
  display: inline-block;
}

/*===== Field-Value Style =====*/
/* line 1960, ../scss/_common.scss */
.fv-with-checkbox {
  position: relative;
}
/* line 1962, ../scss/_common.scss */
.fv-with-checkbox .row {
  margin-left: 80px;
}

@media (max-width: 767.98px) {
  /* line 1962, ../scss/_common.scss */
  .fv-with-checkbox .row {
    margin-left: 50px;
  }
}
/* line 1968, ../scss/_common.scss */
.fv-with-checkbox .checkbox-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  text-align: center;
  height: 100%;
  background: rgba(63, 110, 182, 0.1);
  border: 1px solid #dde1e6;
  border-right: none;
}

@media (max-width: 767.98px) {
  /* line 1968, ../scss/_common.scss */
  .fv-with-checkbox .checkbox-container {
    width: 50px;
  }
}
/* line 1981, ../scss/_common.scss */
.fv-with-checkbox .checkbox-container > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
}

/* line 1990, ../scss/_common.scss */
.field-value-wrapper {
  font-size: 14px;
  border-top: 1px solid #dde1e6;
  border-left: 1px solid #dde1e6;
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
  margin-left: 0;
  margin-right: 0;
}
/* line 1998, ../scss/_common.scss */
.field-value-wrapper .col {
  padding: 0;
}
/* line 2003, ../scss/_common.scss */
.field-value-wrapper .field-value.double-border > div {
  border-bottom: 2px solid #dde1e6;
}

/* line 2007, ../scss/_common.scss */
.field-value-wrapper .field-value > div {
  line-height: 1.4em;
  border-bottom: 1px solid #dde1e6;
  padding: 10px;
  border-right: 1px solid #dde1e6;
  color: #2d2926;
}
.field-value-wrapper .field-value > .DisplayRightBorder {
  border-right: 0px solid #dde1e6;
}
/* line 2014, ../scss/_common.scss */
.field-value-wrapper .field-value > div:nth-child(1) {
  background: #f5f8fc;
  width: 45% !important;
}
/* line 2018, ../scss/_common.scss */
 .field-value-wrapper .field-value.filler > div:nth-child(2) {
  
  background: transparent;
}
.field-value-wrapper .field-value > div:nth-child(2) {
  width: -webkit-calc(100% - 45%);
  width: -moz-calc(100% - 45%);
  width: calc(100% - 45%);
  overflow-wrap: anywhere;
  background: #fff;
}
/* line 2022, ../scss/_common.scss */
.field-value-wrapper .field-value.filler > div:nth-child(1) {
  background: transparent !important;
  border-right: none;
}

@media (max-width: 991.98px) {
  /* line 2021, ../scss/_common.scss */
  .field-value-wrapper .field-value.filler {
    display: none !important;
  }
}
/* line 2031, ../scss/_common.scss */
.field-value-wrapper .field-value.with-filler-on-right > div:nth-child(2) {
  border-right: none !important;
  white-space: nowrap; 
}

@media (max-width: 991.98px) {
  /* line 2031, ../scss/_common.scss */
  .field-value-wrapper .field-value.with-filler-on-right > div:nth-child(2) {
    border-right: 1px solid #dde1e6 !important;
  }
}
/* line 2042, ../scss/_common.scss */
.field-value-wrapper.left-col-25 .field-value div:nth-child(1) {
  width: 25% !important;
}

@media (max-width: 991.98px) {
  /* line 2042, ../scss/_common.scss */
  .field-value-wrapper.left-col-25 .field-value div:nth-child(1) {
    width: 50% !important;
  }
}
/* line 2048, ../scss/_common.scss */
.field-value-wrapper.left-col-25 .field-value div:nth-child(2) {
  width: -webkit-calc(100% - 25%);
  width: -moz-calc(100% - 25%);
  width: calc(100% - 25%);
}

@media (max-width: 991.98px) {
  /* line 2048, ../scss/_common.scss */
  .field-value-wrapper.left-col-25 .field-value div:nth-child(2) {
    width: -webkit-calc(100% - 50%);
    width: -moz-calc(100% - 50%);
    width: calc(100% - 50%);
  }
}
/* line 2058, ../scss/_common.scss */
.field-value-wrapper.left-col-75 .field-value div:nth-child(1) {
  width: 75% !important;
}

@media (max-width: 991.98px) {
  /* line 2058, ../scss/_common.scss */
  .field-value-wrapper.left-col-75 .field-value div:nth-child(1) {
    width: 50% !important;
  }
}
/* line 2064, ../scss/_common.scss */
.field-value-wrapper.left-col-75 .field-value div:nth-child(2) {
  width: -webkit-calc(100% - 75%);
  width: -moz-calc(100% - 75%);
  width: calc(100% - 75%);
}

@media (max-width: 991.98px) {
  /* line 2064, ../scss/_common.scss */
  .field-value-wrapper.left-col-75 .field-value div:nth-child(2) {
    width: -webkit-calc(100% - 50%);
    width: -moz-calc(100% - 50%);
    width: calc(100% - 50%);
  }
}

/* line 2075, ../scss/_common.scss */
.sorting-btn {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  background-color: transparent;
  border: 1px solid #2a6ebb;
  border-radius: 20px;
  color: #2a6ebb;
  text-transform: none;
  padding: 3px 20px 5px;
  font-size: 13px;
  font-weight: normal;
  margin: 0 5px 10px 0;
}
/* line 2088, ../scss/_common.scss */
.sorting-btn:hover {
  background-color: #2a6ebb;
  color: #fff;
}
/* line 2092, ../scss/_common.scss */
.sorting-btn.active {
  background-color: #2a6ebb;
  color: #fff;
  font-weight: bold;
}

/*===== Alert Announcement Style =====*/
/* line 2102, ../scss/_common.scss */
.alert-wrapper {
  background-color: #012e5d;
}
/* line 2104, ../scss/_common.scss */
.alert-wrapper .alert {
  padding-bottom: 0.25rem;
}
/* line 2107, ../scss/_common.scss */
.alert-wrapper .alert-announcement {
  margin-bottom: 0;
  background-color: #012e5d;
  color: #fff;
  border: none;
  border-radius: 0;
}
/* line 2114, ../scss/_common.scss */
.alert-wrapper .alert-announcement h6 {
  color: #fff;
  padding-bottom: 5px;
}
/* line 2118, ../scss/_common.scss */
.alert-wrapper .alert-announcement p {
  color: #d9d8d6;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}
/* line 2124, ../scss/_common.scss */
.alert-wrapper .alert-announcement .btn-close {
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: none;
  right: 10px;
  top: -5px;
  outline: none;
  border: none;
}
/* line 2132, ../scss/_common.scss */
.alert-wrapper .alert-announcement .btn-close span {
  font-size: 32px;
}

/*===== Text Link Style =====*/
/* line 2140, ../scss/_common.scss */
.text-link {
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 3px;
  position: relative;
  color: #012e5d;
}
/* line 2150, ../scss/_common.scss */
.text-link:after {
  content: "\e409";
  font-family: "Material Icons Outlined";
  color: #646363;
  opacity: 0.5;
  font-size: 20px;
  line-height: 0.85;
  font-weight: 300;
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 1px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
/* line 2164, ../scss/_common.scss */
.text-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 3px;
  cursor: pointer;
}
/* line 2170, ../scss/_common.scss */
.text-link:hover:after {
  right: -23px;
}
/* line 2173, ../scss/_common.scss */
.text-link.white {
  color: #fff;
  opacity: 0.8;
}
/* line 2176, ../scss/_common.scss */
.text-link.white:after {
  color: #fff;
  opacity: 0.5;
}
/* line 2180, ../scss/_common.scss */
.text-link.white:hover {
  color: #fff;
  opacity: 1;
}

/*===== Card Style =====*/
/* line 2189, ../scss/_common.scss */
.card {
  width: 100%;
  /*border: 1px solid rgba(0,0,0,.125);*/
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
.ht16 {
  height: 16em;
}
/* line 2195, ../scss/_common.scss */
.card .heart-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
/* line 2200, ../scss/_common.scss */
.card .heart-icon span {
  font-size: 22px;
  color: rgba(100, 99, 99, 0.5);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.icon-wrapper.bg-2 {
  background: #d3e6fc;
}

.icon-wrapper {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f1f7fe;
  border-radius: 50%;
}
/* line 2206, ../scss/_common.scss */
/* .card .heart-icon.selected span {
  color: #2a6ebb !important;
} */
/* line 2211, ../scss/_common.scss */
.card .heart-icon:hover span {
  color: rgba(255, 255, 255, 0.7) !important;
}
/* line 2217, ../scss/_common.scss */
.card a:hover ~ .heart-icon span {
  color: #fff;
}

/* line 2222, ../scss/_common.scss */
.card-body {
  padding: 24px;
  word-break: break-word;
}

/* line 2223, ../scss/_common.scss */
.card p {
  font-size: 16px;
  line-height: 1.3em;
}

.card .icon-link span {
  font-size: 35px;
}

.ht6 {
  min-height: 6em;
}
.ht14 {
  min-height: 14em;
}

card h5.normal {
  min-height: unset;
}

/* line 2224, ../scss/_common.scss */
.card h5 {
  /*display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;*/
  min-height: 26px;
}

@media (max-width: 767.98px) {
  /* line 2224, ../scss/_common.scss */
  .card h5 {
    min-height: inherit;
  }
}

/* line 2234, ../scss/_common.scss */
.card-icon {
  background-color: #f1f7fe;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

/* line 2235, ../scss/_common.scss */
.card:hover {
  background-color: #012e5d;
}

/* line 2236, ../scss/_common.scss */
.card:hover h5 {
  color: #fff;
}

/* line 2237, ../scss/_common.scss */
.card:hover p {
  color: #d9d8d6;
}

/* line 2238, ../scss/_common.scss */
.card:hover hr {
  background-color: #fff;
}

/*===== Steps Style =====*/
/* line 2242, ../scss/_common.scss */
ul.steps {
  position: relative;
  margin-bottom: 45px;
}

@media (max-width: 991.98px) {
  /* line 2242, ../scss/_common.scss */
  ul.steps {
    display: none !important;
  }
}
/* line 2248, ../scss/_common.scss */
ul.steps:before {
  width: 100%;
  height: 1px;
  background: #e3e6e7;
  top: 48px;
}
/* line 2256, ../scss/_common.scss */
ul.steps li {
  text-align: center;
  padding-top: 25px;
  z-index: 9;
  margin-right: 4rem;
  position: relative;
  /*div.desc {
    	position: absolute;
    	left: 0px;
    	top: 110%;
    	text-align: center;
    	min-width: 150px;
    	max-width: 150px;
    	width: 100%;
    }*/
}
/* line 2262, ../scss/_common.scss */
ul.steps li:last-child {
  margin-right: 0;
}
/* line 2265, ../scss/_common.scss */
ul.steps li div,
ul.steps li a {
  font-size: 16px;
  font-weight: 600;
  color: #646363;
  line-height: 1.4em;
}
/* line 2271, ../scss/_common.scss */
ul.steps li div.number {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  border: 1px solid rgba(100, 99, 99, 0.7);
  background: #fff;
  z-index: 1;
  margin-bottom: 8px;
}
/* line 2295, ../scss/_common.scss */
ul.steps li.active div.number {
  position: relative;
  overflow: visible;
  background: #2a6ebb;
  color: #fff;
  border: none;
}
/* line 2301, ../scss/_common.scss */
ul.steps li.active div.number:before {
  position: absolute;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  top: -18px;
  left: 11px;
  color: #646363;
}
/* line 2315, ../scss/_common.scss */
ul.steps li.done.trigger-link {
  cursor: pointer;
}
/* line 2318, ../scss/_common.scss */
ul.steps li.done div.number {
  border: none;
  position: relative;
}
/* line 2321, ../scss/_common.scss */
ul.steps li.done div.number:after {
  content: "\e5ca";
  font-family: "Material Icons Outlined";
  color: #fff;
  position: absolute;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  background: #54a47c;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 1px solid #54a47c;
  left: -1px;
  top: -1px;
}
/* line 2341, ../scss/_common.scss */
ul.steps li.done.trigger-link:hover div.number {
  border: 1px solid rgba(100, 99, 99, 0.7);
}
/* line 2343, ../scss/_common.scss */
ul.steps li.done.trigger-link:hover div.number:after {
  opacity: 0;
}

/*===== Mobile Steps Style =====*/
/* line 2351, ../scss/_common.scss */
.mobile-steps {
  margin-bottom: 25px;
  border-bottom: 1px solid #e3e6e7;
  display: none !important;
  background: #f9fafb;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 991.98px) {
  /* line 2351, ../scss/_common.scss */
  .mobile-steps {
    display: flex !important;
  }
}
/* line 2361, ../scss/_common.scss */
.mobile-steps > div:nth-child(2) {
  margin-left: 0.5rem;
}
/* line 2364, ../scss/_common.scss */
.mobile-steps h5 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.2em;
}
/* line 2369, ../scss/_common.scss */
.mobile-steps p {
  font-size: 12px;
  color: #646363;
}

/*
    nice select css
*/
/* line 2378, ../scss/_common.scss */
.nice-select {
  outline: none;
}
/* line 2381, ../scss/_common.scss */
.nice-select.open:after {
  transform: none;
}
/* line 2385, ../scss/_common.scss */
.nice-select:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  right: 20px;
  font-size: 12px;
  font-weight: 400;
  transform: none;
  border: none;
  top: 0;
  margin-top: 0;
  color: #2e2e2e;
}
/* line 2397, ../scss/_common.scss */
.nice-select .list {
  width: 100%;
}

/*
    search 
*/
/* line 2404, ../scss/_common.scss */
#search-modal {
  background: rgba(23, 26, 33, 0.85);
}
/* line 2406, ../scss/_common.scss */
#search-modal .modal-content {
  background: 0 0;
  box-shadow: none;
  border: none;
}
/* line 2410, ../scss/_common.scss */
#search-modal .modal-content:focus {
  box-shadow: none;
}
/* line 2414, ../scss/_common.scss */
#search-modal .form_control {
  padding-left: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  color: #fff;
  margin-bottom: 0;
  height: 50px;
}
/* line 2422, ../scss/_common.scss */
#search-modal .form_control:focus {
  border-color: #012e5d;
}
/* line 2425, ../scss/_common.scss */
#search-modal .form_control::placeholder {
  color: #fff;
}
/* line 2429, ../scss/_common.scss */
#search-modal .search_btn {
  position: absolute;
  background: transparent;
  top: 10px;
  right: 10px;
  color: #fff;
}

/*
    Start Success Check
*/
/* line 2440, ../scss/_common.scss */
* {
  padding: 0;
  margin: 0;
}

/* line 2446, ../scss/_common.scss */
.svg-check-wrapper span.check {
  width: 56px;
  height: 56px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #5aa37d;
  line-height: 56px;
  text-align: center;
  color: #fff;
  padding-top: 10px;
}
/* line 2455, ../scss/_common.scss */
.svg-check-wrapper span.check span {
  font-size: 35px;
}

/* line 2461, ../scss/_common.scss */
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #54a47c;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

/* line 2471, ../scss/_common.scss */
.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0 auto;
  box-shadow: inset 0px 0px 0px #54a47c;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

/* line 2484, ../scss/_common.scss */
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 68;
  stroke-dashoffset: 68;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #54a47c;
  }
}
/*
    Start Preloader css
*/
/* line 2517, ../scss/_common.scss */
.preloader {
  background-color: #fff;
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 992;
}
/* line 2527, ../scss/_common.scss */
.preloader .loader {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 9999;
  animation: loadershake infinite 1s linear;
}

@keyframes loadershake {
  0% {
    transform: rotateY(5deg);
  }

  50% {
    transform: rotateY(45deg);
  }

  100% {
    transform: rotateY(5deg);
  }
}
/*
    End Preloader css
*/
/*
    Start scroll_up css
*/
/* line 2555, ../scss/_common.scss */
.back-to-top {
  background: #012e5d;
  border-radius: 50%;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  z-index: 337;
}
/* line 2572, ../scss/_common.scss */
.back-to-top:hover,
.back-to-top:focus {
  background: #0c1b36;
  color: #fff;
}

/*
    End scroll_up css
*/
@keyframes play {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
  }

  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}
/*===== Subpage Banner =====*/
/* line 2599, ../scss/_common.scss */
section.subpage-banner {
  background-color: #f1f7fe;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
/* line 2604, ../scss/_common.scss */
section.subpage-banner:before {
  content: "";
  width: 50%;
  height: 600px;
  background-color: #d9e9fc;
  border-radius: 0 50% 50% 0;
  position: absolute;
  top: -300px;
  left: 0;
  z-index: 1;
}
/* line 2615, ../scss/_common.scss */
section.subpage-banner .z2 {
  position: relative;
}

@media (max-width: 575.98px) {
  /* line 2599, ../scss/_common.scss */
  section.subpage-banner {
    padding: 30px 0;
  }
  /* line 2620, ../scss/_common.scss */
  section.subpage-banner:before {
    height: 300px;
    top: -150px;
  }
}

/* line 2627, ../scss/_common.scss */
.breadcrumb-wrapper {
  border-bottom: solid 1px rgba(1, 46, 93, 0.1);
  padding: 10px 0;
  display: flex;
  align-content: flex-end;
  justify-content: space-between;
}
/* line 2635, ../scss/_common.scss */
.breadcrumb-wrapper .breadcrumbs-link li {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
}
/* line 2639, ../scss/_common.scss */
.breadcrumb-wrapper .breadcrumbs-link li:first-child a:before {
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  color: #646363;
  opacity: 0.6;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding-right: 5px;
}
/* line 2650, ../scss/_common.scss */
.breadcrumb-wrapper .breadcrumbs-link li:last-child:after {
  display: none;
}
/* line 2654, ../scss/_common.scss */
.breadcrumb-wrapper .breadcrumbs-link li.active {
  color: #2d2926;
}
/* line 2657, ../scss/_common.scss */
.breadcrumb-wrapper .breadcrumbs-link li:after {
  display: inline-block;
  content: "\f105";
  margin-left: 10px;
  margin-right: 5px;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  font-family: "Font Awesome 5 Pro";
  color: #646363;
  opacity: 0.5;
  vertical-align: middle;
}
/* line 2670, ../scss/_common.scss */
.breadcrumb-wrapper .breadcrumbs-link li a {
  color: #2a6ebb;
}
/* line 2672, ../scss/_common.scss */
.breadcrumb-wrapper .breadcrumbs-link li a:hover {
  color: #da291c;
}
/* line 2679, ../scss/_common.scss */
.breadcrumb-wrapper .addthis_inline_share_toolbox {
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  /* line 2679, ../scss/_common.scss */
  .breadcrumb-wrapper .addthis_inline_share_toolbox {
    margin-top: 10px;
  }
}

@media (max-width: 991.98px) {
  /* line 2627, ../scss/_common.scss */
  .breadcrumb-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
}

/* line 2692, ../scss/_common.scss */
.side-menu-wrapper {
  position: sticky;
  top: 150px;
}
/* line 2695, ../scss/_common.scss */
.side-menu-wrapper p.otp {
  opacity: 0.4;
}
/* line 2699, ../scss/_common.scss */
.side-menu-wrapper .side-menu li {
  line-height: 1.5rem;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
/* line 2706, ../scss/_common.scss */
.side-menu-wrapper .side-menu li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  margin-left: -15px;
  position: absolute;
  font-weight: bold;
  opacity: 0.5;
  top: 2px;
}
/* line 2716, ../scss/_common.scss */
.side-menu-wrapper .side-menu.step-style {
  margin-right: 1rem;
}
/* line 2718, ../scss/_common.scss */
.side-menu-wrapper .side-menu.step-style li {
  border: 1px solid #dde1e6;
  background: #f5f8fc;
  padding: 10px 25px 10px 15px;
  font-weight: bold;
  margin-bottom: 0.5rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  color: #848484;
  position: relative;
}
/* line 3418, ../scss/_common.scss */
.side-menu-wrapper .side-menu.step-style li span {
  line-height: 1.3em;
  float: left;
}
/* line 2729, ../scss/_common.scss */
.side-menu-wrapper .side-menu.step-style li:after {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  font-family: "Material Icons Outlined";
  color: #ffffff;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
}
.side-menu-wrapper .side-menu.step-style li:before {
  color: red;
}

/* line 2742, ../scss/_common.scss */
.side-menu-wrapper .side-menu.step-style li a {
  color: #848484;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
/* line 2746, ../scss/_common.scss */
.side-menu-wrapper .side-menu.step-style li:before {
  content: "";
}
/* line 2749, ../scss/_common.scss */
.side-menu-wrapper .side-menu.step-style li.active {
  background: #2b6ebb;
  border: 1px solid #2b6ebb;
  color: #fff;
}
/* line 2754, ../scss/_common.scss */
.side-menu-wrapper .side-menu.step-style li.active:after {
  content: "\e5cc";
}
/* line 2759, ../scss/_common.scss */
.side-menu-wrapper .side-menu.step-style li.done a {
  color: #022e5d;
}
/* line 2762, ../scss/_common.scss */
.side-menu-wrapper .side-menu.step-style li.done:after {
  content: "\e876";
  background: #54a47c;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  top: 13px;
}
/* line 2771, ../scss/_common.scss */
.side-menu-wrapper .side-menu.step-style li.done:hover {
  background: #54a47c;
  border: 1px solid #54a47c;
}
/* line 2772, ../scss/_common.scss */
.side-menu-wrapper .side-menu.step-style li.done:hover a {
  color: #fff;
}
/* line 2777, ../scss/_common.scss */
.side-menu-wrapper .side-menu.step-style li.done:hover:after {
  background: #fff;
  color: #54a47c;
}

/* line 3479, ../scss/_common.scss */
.side-menu-wrapper .side-menu.sub-menu-style li {
  padding-left: 0;
  margin-bottom: 15px;
}
/* line 3482, ../scss/_common.scss */
.side-menu-wrapper .side-menu.sub-menu-style li a {
  display: flex;
  color: #646363;
}
/* line 3485, ../scss/_common.scss */
.side-menu-wrapper .side-menu.sub-menu-style li a span {
  align-self: center !important;
  margin-right: 10px;
}
/* line 3491, ../scss/_common.scss */
.side-menu-wrapper .side-menu.sub-menu-style li:before {
  content: "";
}
/* line 3495, ../scss/_common.scss */
.side-menu-wrapper .side-menu.sub-menu-style li.current a {
  color: #012e5d;
  font-weight: bold;
}

@media (max-width: 1199.98px) {
  /* line 2692, ../scss/_common.scss */
  .side-menu-wrapper {
    top: 50px;
  }
}

/*===== Accordion =====*/
/* line 2795, ../scss/_common.scss */
.accordion .accordion-button {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 12px;
  color: #012e5d;
  padding-left: 25px;
  border: 0;
  box-shadow: none;
}
/* line 2803, ../scss/_common.scss */
.accordion .accordion-button:hover {
  color: #da291c;
}
/* line 2806, ../scss/_common.scss */
.accordion .accordion-button:not(.collapsed) {
  color: #da291c;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding-bottom: 0;
}
/* line 2813, ../scss/_common.scss */
.accordion .accordion-button:before {
  content: "\2022";
  color: #646363;
  opacity: 0.3;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: -24px;
  margin-right: 15px;
}
/* line 2824, ../scss/_common.scss */
.accordion .accordion-body {
  padding-left: 0;
}
/* line 2829, ../scss/_common.scss */
.accordion.with-plus-minus .accordion-header {
  margin-right: 25px;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 2829, ../scss/_common.scss */
  .accordion.with-plus-minus .accordion-header {
    margin-left: 0px;
  }
}
/* line 2837, ../scss/_common.scss */
.accordion.with-plus-minus.attached-to-ss .accordion-header {
  margin-left: 25px;
}

@media (max-width: 991.98px) {
  /* line 2837, ../scss/_common.scss */
  .accordion.with-plus-minus.attached-to-ss .accordion-header {
    margin-left: 0px;
  }
}
/* line 2843, ../scss/_common.scss */
.accordion.with-plus-minus.attached-to-ss .accordion-body {
  padding-left: 25px;
}

@media (max-width: 991.98px) {
  /* line 2843, ../scss/_common.scss */
  .accordion.with-plus-minus.attached-to-ss .accordion-body {
    padding-left: 0px;
  }
}
/* line 2848, ../scss/_common.scss */
.accordion.with-plus-minus.attached-to-ss .accordion-body table {
  border: 1px solid #dde1e6;
}
/* line 2853, ../scss/_common.scss */
.accordion.with-plus-minus .edit-step {
  display: flex;
  position: absolute;
  top: 10px;
  z-index: 99;
  font-size: 16px;
}

@media (max-width: 575.98px) {
  /* line 2853, ../scss/_common.scss */
  .accordion.with-plus-minus .edit-step {
    /* display: none !important; */
  }
}
/* line 2861, ../scss/_common.scss */
.accordion.with-plus-minus .edit-step div:nth-child(1) {
  margin-top: 5px;
}
/* line 2864, ../scss/_common.scss */
.accordion.with-plus-minus .edit-step span:not([data-i18n-key]) {
  font-size: 24px;
  color: #646363;
  margin-right: 5px;
}
/* line 2870, ../scss/_common.scss */
.accordion.with-plus-minus .edit-step:hover span {
  color: #da291c;
}
/* line 2875, ../scss/_common.scss */
.accordion.with-plus-minus .accordion-button::after {
  background: url("../images/svg/Path-Plus.svg");
}
/* line 2879, ../scss/_common.scss */
.accordion.with-plus-minus .accordion-button:not(.collapsed)::after {
  background: url("../images/svg/Path-Minus.svg");
  width: 20px;
  height: 3px;
}
/* line 2884, ../scss/_common.scss */
.accordion.with-plus-minus .accordion-item {
  border: none;
}
/* line 2888, ../scss/_common.scss */
.accordion.with-plus-minus .accordion-button {
  fill: #2a6ebb;
  font-size: 22px;
  color: #012e5d;
  padding-left: 10px;
}
/* line 2893, ../scss/_common.scss */
.accordion.with-plus-minus .accordion-button > span {
  line-height: 1.3em;
}

@media (max-width: 575.98px) {
  /* line 2893, ../scss/_common.scss */
  .accordion.with-plus-minus .accordion-button > span {
    max-width: 350px;
    margin-right: 1.5rem;
  }
}
/* line 2900, ../scss/_common.scss */
.accordion.with-plus-minus .accordion-button:before {
  content: "";
}

@media (max-width: 767.98px) {
  /* line 2888, ../scss/_common.scss */
  .accordion.with-plus-minus .accordion-button {
    font-size: 20px;
  }
}
/* line 2907, ../scss/_common.scss */
.accordion.with-plus-minus .accordion-button.collapsed {
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
}
/* line 2911, ../scss/_common.scss */
.accordion.with-plus-minus .accordion-body .edit-step {
  display: none !important;
}

@media (max-width: 575.98px) {
  /* line 2911, ../scss/_common.scss */
  .accordion.with-plus-minus .accordion-body .edit-step {
    margin-bottom: 0.8rem;
    display: flex !important;
    position: static;
  }
  /* line 2917, ../scss/_common.scss */
  .accordion.with-plus-minus .accordion-body .edit-step > * {
    align-self: center;
  }
}

@media (max-width: 991.98px) {
  /* line 2930, ../scss/_common.scss */
  .accordion.with-plus-minus .accordion-header {
    margin-right: 0px;
  }
  /* line 2933, ../scss/_common.scss */
  .accordion.with-plus-minus .accordion-button {
    padding-left: 10px;
  }
  /* line 2937, ../scss/_common.scss */
  .accordion.with-plus-minus .accordion-body {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 2946, ../scss/_common.scss */
.form-btm-message {
  font-size: 12px;
  line-height: 1.8;
  font-weight: normal;
  letter-spacing: 1;
  color: #646363;
}

/*====================
    End COMMON css 
======================*/
/*=========================
    3. Hero Css
==========================*/
/* line 5, ../scss/_hero.scss */
section.hero-area {
  padding: 0;
  position: relative;
}

/* line 6, ../scss/_hero.scss */
.hero-wrapper-one {
  background-color: #f1f7fe;
  position: relative;
  overflow: hidden;
}
/* line 10, ../scss/_hero.scss */
.hero-wrapper-one .single-slider {
  padding: 80px 0 120px;
  min-height: 550px;
}

@media (max-width: 991.98px) {
  /* line 10, ../scss/_hero.scss */
  .hero-wrapper-one .single-slider {
    min-height: 350px;
  }
}
/* line 16, ../scss/_hero.scss */
.hero-wrapper-one .single-slider:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  /*background-color: rgba(22, 37, 66, 0.90);*/
  background-color: rgba(37, 37, 37, 0.4);
  z-index: -1;
}
/* line 27, ../scss/_hero.scss */
.hero-wrapper-one .single-slider.bg_cover {
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  /* line 10, ../scss/_hero.scss */
  .hero-wrapper-one .single-slider {
    padding: 40px 0 40px;
  }
}
/* line 36, ../scss/_hero.scss */
.hero-wrapper-one .hero-content {
  position: relative;
  z-index: 2;
}
/* line 39, ../scss/_hero.scss */
.hero-wrapper-one .hero-content h1 {
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  /* line 43, ../scss/_hero.scss */
  .hero-wrapper-one .hero-content h1 br {
    display: none;
  }
}
/* line 46, ../scss/_hero.scss */
.hero-wrapper-one .hero-content span.span {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
/* line 53, ../scss/_hero.scss */
.hero-wrapper-one .hero-content p {
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  /* line 53, ../scss/_hero.scss */
  .hero-wrapper-one .hero-content p {
    display: none;
  }
}
/* line 60, ../scss/_hero.scss */
.hero-wrapper-one .hero-content ul.button {
  margin-bottom: 15px;
}
/* line 62, ../scss/_hero.scss */
.hero-wrapper-one .hero-content ul.button li {
  display: inline-block;
  margin-bottom: 15px;
}
/* line 65, ../scss/_hero.scss */
.hero-wrapper-one .hero-content ul.button li:first-child {
  margin-right: 15px;
}
/* line 72, ../scss/_hero.scss */
.hero-wrapper-one .hero-content.hero-content-left {
  text-align: left;
}
/* line 75, ../scss/_hero.scss */
.hero-wrapper-one .hero-content.hero-content-right {
  text-align: right;
}
/* line 78, ../scss/_hero.scss */
.hero-wrapper-one .hero-content.hero-content-center {
  text-align: center;
}
/* line 82, ../scss/_hero.scss */
.hero-wrapper-one .hero-img {
  /*margin-right: -230px;
    position: absolute;
    bottom: 0;*/
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  /* line 91, ../scss/_hero.scss */
  .hero-wrapper-one .hero-img img {
    max-height: 300px;
  }
}

@media (max-width: 991.98px) {
  /* line 91, ../scss/_hero.scss */
  .hero-wrapper-one .hero-img img {
    max-height: 250px;
  }
}

@media (max-width: 991.98px) {
  /* line 91, ../scss/_hero.scss */
  .hero-wrapper-one .hero-img img {
    max-height: 200px;
  }
}
/* line 103, ../scss/_hero.scss */
.hero-wrapper-one .hero-dots {
  position: relative;
}
/* line 106, ../scss/_hero.scss */
.hero-wrapper-one .slick-dots {
  bottom: 80px;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  /*@media (max-width: 1199.98px){
    	justify-content: center;
    }*/
}
/* line 112, ../scss/_hero.scss */
.hero-wrapper-one .slick-dots li {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 50%;
  margin-right: 7px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
/* line 120, ../scss/_hero.scss */
.hero-wrapper-one .slick-dots li.slick-active {
  background-color: #fff;
  opacity: 1;
}

@media (max-width: 991.98px) {
  /* line 106, ../scss/_hero.scss */
  .hero-wrapper-one .slick-dots {
    bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  /* line 106, ../scss/_hero.scss */
  .hero-wrapper-one .slick-dots {
    justify-content: center;
  }
}
/* line 139, ../scss/_hero.scss */
.hero-wrapper-one:before {
  content: "";
  width: 800px;
  height: 800px;
  background-color: #d9e9fc;
  border-radius: 50%;
  position: absolute;
  top: -300px;
  left: -200px;
}

@media (max-width: 1199.98px) {
  /* line 139, ../scss/_hero.scss */
  .hero-wrapper-one:before {
    width: 600px;
    height: 600px;
  }
}

/* line 163, ../scss/_hero.scss */
.hero-slider-one .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
/* line 177, ../scss/_hero.scss */
.hero-slider-one .slick-arrow.next {
  right: 160px;
}

@media (max-width: 1399.98px) {
  /* line 177, ../scss/_hero.scss */
  .hero-slider-one .slick-arrow.next {
    right: 30px;
  }
}
/* line 183, ../scss/_hero.scss */
.hero-slider-one .slick-arrow.prev {
  left: 160px;
}

@media (max-width: 1399.98px) {
  /* line 183, ../scss/_hero.scss */
  .hero-slider-one .slick-arrow.prev {
    left: 30px;
  }
}
/* line 189, ../scss/_hero.scss */
.hero-slider-one .slick-arrow:hover {
  background-color: #fff;
  color: #012e5d;
}

/*.hero-wrpper-two{
    & .hero-content{
        padding: 277px 0 178px;
        & h1,& p,& span.span{
            color: $white;
        }
        & h1{
            font-size: 75px;
            line-height: 85px;
            margin-bottom: 25px;
            @media (max-width: 767.98px){
                font-size: 42px;
                line-height: 55px;
            }
        }
        & span.span{
            display: block;
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
        }
        & p{
            margin-bottom: 33px;
            &.experience{
                margin-bottom: 0px;
                & i{
                    color: $theme-color;
                }
            }
        }
        & .main-btn{
            &:hover{
                color: $theme-color;
            }
            &:before{
                background-color: $white;
            }
        }
        & .hero-lawyers-search{
            margin-bottom: 23px;
            & .form_control{
                font-size: 18px;
                font-weight: 700;
                font-family: $helvetica;
                &::placeholder{
                    color: $theme-color;
                }
            }
            & .main-btn{
                @media (max-width: 991.98px){
                    padding: 13px 25px;
                }
                @media (max-width: 991.98px){
                    margin-top: 20px;
                }
            }
        }
    }
    .hero-img {
        margin-right: -230px;
        position: absolute;
        bottom: 0;
		width:100%;
		text-align: center;
		display: flex;
        @media (max-width: 1399.98px){
            margin-right: 0px;
        }
        @media (max-width: 991.98px){
            display: none;
        }
        @media (max-width: 991.98px){
            display: none;
        }
    }
}*/
/*.breadcrumbs-area{
    position: relative;
    padding: 200px 0 135px;
    &.bg-with-overlay{
        background-color: rgba(22, 37, 66, 0.5);
    }
    & .page-title{
        & h1{
            color: $white;
            margin-bottom: 5px;
            font-size: 65px;
            line-height: 1.4;
            text-transform: uppercase;
            @media (max-width: 767.98px){
                font-size: 42px;
                line-height: 55px;
            }
            @media (max-width: 767.98px){
                font-size: 32px;
                line-height: 45px;
            }
        }
        & .breadcrumbs-link{
            & li{
                display: inline-block;
                color: $white;
                &:last-child{
                    &:after{
                        display: none;
                    }
                }
                &::after{
                    display: inline-block;
                    content: '\f105';
                    margin-left: 15px;
                    margin-right: 10px;
                    font-weight: 400;
                    font-family: $fa;
                }
                & a{
                    color: $white;
                }
            }
        }
    }
}*/
/* line 1, ../scss/_quicksearch.scss */
.quick-search-wrapper {
  position: relative;
}
/* line 3, ../scss/_quicksearch.scss */
.quick-search-wrapper .qs {
  margin-top: -45px;
}

@media (max-width: 991.98px) {
  /* line 3, ../scss/_quicksearch.scss */
  .quick-search-wrapper .qs {
    position: relative;
    top: inherit;
    margin-top: 30px;
  }
}
/* line 11, ../scss/_quicksearch.scss */
.quick-search-wrapper .nav-tabs .nav-link {
  color: #2d2926;
  font-size: 16px;
  background-color: #fff;
  border-color: #e9ecef;
}
/* line 16, ../scss/_quicksearch.scss */
.quick-search-wrapper .nav-tabs .nav-link:not(:last-child) {
  margin-right: 5px;
}

@media (max-width: 767.98px) {
  /* line 11, ../scss/_quicksearch.scss */
  .quick-search-wrapper .nav-tabs .nav-link {
    width: 100%;
    margin-right: 0 !important;
    text-align: left;
  }
  /* line 23, ../scss/_quicksearch.scss */
  .quick-search-wrapper .nav-tabs .nav-link:not(:first-child) {
    border-radius: 0;
  }
}
/* line 28, ../scss/_quicksearch.scss */
.quick-search-wrapper .nav-tabs .nav-item.show .nav-link,
.quick-search-wrapper .nav-tabs .nav-link.active {
  background-color: #012e5d;
  color: #fff;
  border-color: #012e5d;
  font-size: 16px;
  font-weight: bold;
}
/* line 35, ../scss/_quicksearch.scss */
.quick-search-wrapper .tab-content {
  border: solid 1px #e9ecef;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  /* line 35, ../scss/_quicksearch.scss */
  .quick-search-wrapper .tab-content {
    padding-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  /* line 1, ../scss/_quicksearch.scss */
  .quick-search-wrapper {
    margin-bottom: 0;
  }
}

/* line 50, ../scss/_quicksearch.scss */
body.ie11 .quick-search-wrapper {
  position: relative;
  margin-bottom: 80px;
}
/* line 53, ../scss/_quicksearch.scss */
body.ie11 .quick-search-wrapper .qs {
  margin-top: 0px;
  top: -45px;
  position: absolute;
}

/*form {
  width: 400px;
  margin: 6% 3%;
}*/
/* line 19, ../scss/_form.scss */
fieldset {
  border: 0;
  /*border-top: 0;
  padding: 32px 0;*/
}

/* line 24, ../scss/_form.scss */
legend {
  background: #ffffff;
  padding: 0 8px 0 0;
}

/* line 31, ../scss/_form.scss */
.field-outlined {
  display: block;
  position: relative;
}

/* line 35, ../scss/_form.scss */
.field-outlined > .input {
  width: 100%;
  height: 43px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.87);
  outline: none;
}

/* line 53, ../scss/_form.scss */
.field-outlined > .label {
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 8px;
}

/*%focus-label-filled {
  top: 8px;
  left: 12px;
  font-size: 12px;
}
.field-filled {
  @extend %field;

  > .input {
    @extend %input;
    border: 0;
    border-bottom: 1px solid $black42;
    border-radius: 4px 4px 0 0;
    background: $grayLight;
    padding: 15px 12px 0;

    &:hover {
      background: $gray;
    }
    &:focus {
      background: $grayDark;

      ~ .label {
        color: $theme-color;
        @extend %focus-label-filled;
      }
      ~ .line {
        background: $theme-color;
        width: 100%;
      }
    }
    &:valid {
      ~ .label {
        @extend %focus-label-filled;
      }
    }
  }
	
  > .textarea {
    @extend %textarea;
    border: 0;
    border-bottom: 1px solid $black42;
    border-radius: 4px 4px 0 0;
    background: $grayLight;
    padding: 15px 12px 0;

    &:hover {
      background: $gray;
    }
    &:focus {
      background: $grayDark;

      ~ .label {
        color: $theme-color;
        @extend %focus-label-filled;
      }
      ~ .line {
        background: $theme-color;
        width: 100%;
      }
    }
    &:valid {
      ~ .label {
        @extend %focus-label-filled;
      }
    }
  }
	
	
  > .label {
    @extend %label;
    left: 16px;
  }
  > .line {
    @extend %line;
  }
}*/
/* line 154, ../scss/_form.scss */
.field-outlined > .input:focus ~ .label,
.field-outlined > .input:valid ~ .label {
  background: #ffffff;
  top: -14px;
  left: 10px;
  font-size: 12px;
  padding: 0 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 991.98px) {
  /* line 154, ../scss/_form.scss */
  .field-outlined > .input:focus ~ .label,
  .field-outlined > .input:valid ~ .label {
    top: -10px;
  }
}

/* line 165, ../scss/_form.scss */
.field-outlined {
  /*  > .textarea {
      @extend %textarea;
      padding: 10px 16px 0;
      border-radius: 4px;
      border: 1px solid $black22;
  
      &:hover {
        border-color: $black42;
      }
      &:focus {
        border: 1px solid $theme-color;
  
        ~ .label {
          color: $theme-color;
          @extend %focus-label-outlined;
        }
      }
      &:valid {
        ~ .label {
          @extend %focus-label-outlined;
        }
      }
    }*/
}
/* line 168, ../scss/_form.scss */
.field-outlined > .input {
  padding: 0 16px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.22);
}
/* line 174, ../scss/_form.scss */
.field-outlined > .input:hover {
  border-color: rgba(0, 0, 0, 0.42);
}
/* line 177, ../scss/_form.scss */
.field-outlined > .input:focus {
  border: 1px solid #012e5d;
}
/* line 180, ../scss/_form.scss */
.field-outlined > .input:focus ~ .label {
  color: #012e5d;
}
/* line 216, ../scss/_form.scss */
.field-outlined > .label {
  left: 16px;
}

/* line 222, ../scss/_form.scss */
.form-label-group {
  position: relative;
}

.dataTables_wrapper .form-label-group {
  width: 250px;
  margin-left: 0.5rem;
}

/* line 224, ../scss/_form.scss */
.form-label-group .loading {
  position: absolute;
  right: -40px;
  top: 3px;
  display: none;
}
/* line 229, ../scss/_form.scss */
.form-label-group .loading img {
  width: 26px;
  height: 26px;
}

@media (max-width: 767.98px) {
  /* line 224, ../scss/_form.scss */
  .form-label-group .loading {
    right: 10px;
    top: 6px;
  }
}
/* line 238, ../scss/_form.scss */
.form-label-group label.onfocus {
  top: -13px;
  left: 7px;
  transform: scale(0.8);
  position: absolute;
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

/*%focus-label-old {
  top: -8px;
  font-size: 12px;
}
.field-old {
  @extend %field;

  > .input {
    @extend %input;
    border: 0;
    border-bottom: 1px solid $black22;

    &:hover {
      border-bottom: 1px solid $black42;
    }
    &:focus {
      ~ .label {
        color: $blue;
        @extend %focus-label-old;
      }
      ~ .line {
        background: $blue;
        width: 100%;
      }
    }
    &:valid {
      ~ .label {
        @extend %focus-label-old;
      }
    }
  }
	
  > .textarea {
    @extend %textarea;
    border: 0;
    border-bottom: 1px solid $black22;

    &:hover {
      border-bottom: 1px solid $black42;
    }
    &:focus {
      ~ .label {
        color: $blue;
        @extend %focus-label-old;
      }
      ~ .line {
        background: $blue;
        width: 100%;
      }
    }
    &:valid {
      ~ .label {
        @extend %focus-label-old;
      }
    }
  }
	
  > .label {
    @extend %label;
  }
  > .line {
    @extend %line;
  }
}*/
/* line 322, ../scss/_form.scss */
.valid .field-outlined > input:valid {
  border: 2px solid #1a73e8;
}
/* line 328, ../scss/_form.scss */
.valid input:valid ~ label,
.valid textarea:valid ~ label {
  color: #1a73e8;
}
/* line 331, ../scss/_form.scss */
.valid input:valid ~ .line,
.valid textarea:valid ~ .line {
  width: 100%;
  background: #1a73e8;
}

/* line 340, ../scss/_form.scss */
.form-select {
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  height: 43px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  margin-bottom: 1.2rem;
}
/* line 347, ../scss/_form.scss */
.form-select:hover {
  border: 1px solid rgba(0, 0, 0, 0.42);
}
/* line 350, ../scss/_form.scss */
.form-select:focus {
  box-shadow: none;
}

/* line 354, ../scss/_form.scss */
.form-check-input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 2px solid #646363;
}
/* line 358, ../scss/_form.scss */
.form-check-input[type="checkbox"]:checked {
  border: 2px solid #0d6efd;
}

@media (max-width: 991.98px) {
  /* line 362, ../scss/_form.scss */
  .form-check {
    margin-bottom: 0.5rem;
  }
}
/* line 366, ../scss/_form.scss */
.form-check label {
  font-size: 14px;
  vertical-align: top;
  line-height: 1.4em;
}

@media (max-width: 991.98px) {
  /* line 366, ../scss/_form.scss */
  .form-check label {
    margin-top: 0.1rem;
  }
}
/* line 374, ../scss/_form.scss */
.form-check input {
  width: 18px;
  height: 18px;
  border: 2px solid #646363;
}
/* line 378, ../scss/_form.scss */
.form-check input:checked {
  border: 2px solid #0d6efd;
}
/* line 385, ../scss/_form.scss */
.form-check.readonly {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

/* line 390, ../scss/_form.scss */
.form-switch {
  display: flex;
  padding-left: 1em;
  position: relative;
}
/* line 394, ../scss/_form.scss */
.form-switch .form-check-input {
  width: 54px;
  height: 27px;
  margin-left: 0;
}
/* line 399, ../scss/_form.scss */
.form-switch > * {
  margin-right: 6px;
}
/* line 402, ../scss/_form.scss */
.form-switch label {
  vertical-align: middle;
  margin-top: 3px;
  text-transform: uppercase;
  font-size: 14px;
  align-self: center;
}
/* line 410, ../scss/_form.scss */
.form-switch .form-check-input {
  border: none;
  background-position: left center !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
  background-color: #999;
  background-repeat: no-repeat;
}
/* line 416, ../scss/_form.scss */
.form-switch .form-check-input:checked {
  background-position: right center !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
  background-color: #0d6efd !important;
  background-repeat: no-repeat;
}
/* line 423, ../scss/_form.scss */
.form-switch .fake-fs {
  margin-right: 0;
  display: inline-block;
  width: 54px;
  height: 27.5px;
  background: #999;
  position: absolute;
  left: 43px;
  top: 5px;
  border-radius: 30px;
  padding: 3px;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}
/* line 435, ../scss/_form.scss */
.form-switch .fake-fs.checked {
  background: #0f74f9;
}
/* line 437, ../scss/_form.scss */
.form-switch .fake-fs.checked .circle {
  left: auto;
  right: 5px;
}
/* line 442, ../scss/_form.scss */
.form-switch .fake-fs .circle {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  left: 5px;
  top: 4px;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

/* .dropzone */
/* line 456, ../scss/_form.scss */
.dropzone {
  border: 2px dashed rgba(100, 99, 99, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: transparent;
  font-size: 16px;
  margin-bottom: 0;
}
/* line 462, ../scss/_form.scss */
.dropzone .dz-message {
  margin: 2em 0;
}
/* line 464, ../scss/_form.scss */
.dropzone .dz-message:before {
  content: "\e2c3" !important;
  font-family: "Material Icons Outlined" !important;
  font-size: 42px !important;
  color: #3078c5 !important;
}
/* line 471, ../scss/_form.scss */
.dropzone .dz-preview .dz-error-message {
  top: 50px !important;
}

/* line 477, ../scss/_form.scss */
.num-incrementer {
  min-width: 132px;
}
/* line 479, ../scss/_form.scss */
.num-incrementer .input-number {
  border: none;
  background: transparent;
  max-width: 40px;
  min-width: 40px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
/* line 487, ../scss/_form.scss */
.num-incrementer .input-number:focus {
  box-shadow: none;
  outline: none;
}
/* line 492, ../scss/_form.scss */
.num-incrementer button {
  width: 30px;
  height: 30px;
  border: 1px solid #dfebfa;
  background: #f5f8fc;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  padding: 2px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
/* line 503, ../scss/_form.scss */
.num-incrementer button span {
  color: #2a6ebb;
}
/* line 506, ../scss/_form.scss */
.num-incrementer button:hover {
  background: #012e5d;
  border: 1px solid #012e5d;
}
/* line 509, ../scss/_form.scss */
.num-incrementer button:hover span {
  color: #fff;
}
/* line 515, ../scss/_form.scss */
.num-incrementer .unit {
  padding-left: 10px;
  margin-top: 8px;
}

/* line 522, ../scss/_form.scss */
.input-group.with-info {
  display: flex !important;
}
/* line 524, ../scss/_form.scss */
.input-group.with-info .field-outlined {
  flex: 1 1 auto !important;
}
/* line 527, ../scss/_form.scss */
.input-group.with-info .input-group-append {
  z-index: 1;
  margin-left: -3px !important;
}
/* line 530, ../scss/_form.scss */
.input-group.with-info .input-group-append .input-group-text {
  height: 43px;
  line-height: 43px;
  border: 1px solid rgba(100, 99, 99, 0.25);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #f5f8fc;
  font-size: 14px;
  color: #2d2926;
  padding-right: 3rem;
}
/* line 543, ../scss/_form.scss */
.input-group.with-info.left .input-group-append {
  z-index: 1;
  margin-left: 0 !important;
  margin-right: -2px !important;
}
/* line 547, ../scss/_form.scss */
.input-group.with-info.left .input-group-append .input-group-text {
  border: 1px solid rgba(100, 99, 99, 0.25);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 3rem;
  padding-right: 1rem;
}
/* line 558, ../scss/_form.scss */
.input-group.with-info.left.wrap-on-mobile .input-group-append > .input-group-text {
  justify-content: end;
}
/* line 564, ../scss/_form.scss */
.input-group.with-info.normal-padding .input-group-text {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 575.98px) {
  /* line 570, ../scss/_form.scss */
  .input-group.with-info.wrap-on-mobile .input-group-append {
    z-index: 1;
    width: 100%;
    margin-left: 0 !important;
    margin-top: -26px;
    margin-bottom: 23px;
  }
  /* line 577, ../scss/_form.scss */
  .input-group.with-info.wrap-on-mobile .input-group-append .input-group-text {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
  }
}

/* line 589, ../scss/_form.scss */
.tooltip-inner {
  background-color: #2a6ebb;
  opacity: 1 !important;
  line-height: 1.2em;
  padding: 15px 10px;
}

/* line 596, ../scss/_form.scss */
.tooltip {
  opacity: 1 !important;
}

/* line 599, ../scss/_form.scss */
.tooltip.bs-tooltip-end .tooltip-arrow:before {
  border-right-color: #2a6ebb;
}

/* line 602, ../scss/_form.scss */
.tooltip.bs-tooltip-start .tooltip-arrow:before {
  border-left-color: #2a6ebb;
}

/* line 606, ../scss/_form.scss */
.tooltip.bs-tooltip-end .tooltip-inner {
  text-align: left;
}

/* line 611, ../scss/_form.scss */
.tooltip.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: #2a6ebb;
}

/* line 614, ../scss/_form.scss */
.tooltip.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: #2a6ebb;
}

/* line 618, ../scss/_form.scss */
.swal2-styled.swal2-confirm {
  background-color: #012e5d !important;
  border: none !important;
}
/* line 621, ../scss/_form.scss */
.swal2-styled.swal2-confirm:focus {
  box-shadow: none !important;
}

/* line 625, ../scss/_form.scss */
.swal2-title {
  font-size: 1.5em !important;
  color: #012e5d !important;
}

/* line 629, ../scss/_form.scss */
.swal2-html-container {
  font-size: 16px !important;
  line-height: 1.2em !important;
}

/* line 634, ../scss/_form.scss */
.pure-material-textfield-outlined {
  --pure-material-safari-helper1: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
  position: relative;
  display: inline-block;
  padding-top: 6px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  width: 100%;
  overflow: hidden;
}
/* line 647, ../scss/_form.scss */
.pure-material-textfield-outlined.no-padding-top {
  padding-top: 0;
}

/* Input, Textarea */
/* line 653, ../scss/_form.scss */
.pure-material-textfield-outlined > input,
.pure-material-textfield-outlined > textarea {
  box-sizing: border-box;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-top-color: transparent;
  border-radius: 4px;
  padding: 15px 13px 15px;
  width: 100%;
  font-size: 16px !important;
  font-weight: 300;
  height: inherit;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  background-color: transparent;
  box-shadow: none;
  /* Firefox */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  caret-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
  transition: border 0.2s, box-shadow 0.2s;
}

/* Span */
/* line 676, ../scss/_form.scss */
.pure-material-textfield-outlined > input + span,
.pure-material-textfield-outlined > textarea + span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  width: 100%;
  max-height: 100%;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  font-size: 12px;
  line-height: 12px;
  cursor: text;
  transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}

/* Corners */
/* line 693, ../scss/_form.scss */
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::before,
.pure-material-textfield-outlined > textarea + span::after {
  content: "";
  display: block;
  box-sizing: border-box;
  margin-top: 6px;
  border-top: solid 1px;
  border-top-color: rgba(0, 0, 0, 0.22);
  min-width: 10px;
  height: 8px;
  pointer-events: none;
  box-shadow: inset 0 1px transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}

/* line 710, ../scss/_form.scss */
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > textarea + span::before {
  margin-right: 4px;
  border-left: solid 1px transparent;
  border-radius: 4px 0;
}

/* line 717, ../scss/_form.scss */
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::after {
  flex-grow: 1;
  margin-left: 4px;
  border-right: solid 1px transparent;
  border-radius: 0 4px;
}

/* Hover */
/* line 726, ../scss/_form.scss */
.pure-material-textfield-outlined:hover > input,
.pure-material-textfield-outlined:hover > textarea {
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  border-top-color: transparent;
}

/* line 732, ../scss/_form.scss */
.pure-material-textfield-outlined:hover > input + span::before,
.pure-material-textfield-outlined:hover > textarea + span::before,
.pure-material-textfield-outlined:hover > input + span::after,
.pure-material-textfield-outlined:hover > textarea + span::after {
  border-top-color: rgba(0, 0, 0, 0.22);
}

/* line 739, ../scss/_form.scss */
.pure-material-textfield-outlined:hover > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined:hover > textarea:not(:focus):placeholder-shown {
  border-color: rgba(0, 0, 0, 0.22);
}

/* Placeholder-shown */
/* line 746, ../scss/_form.scss */
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
  border-top-color: rgba(0, 0, 0, 0.22);
}

/* line 751, ../scss/_form.scss */
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span {
  font-size: inherit;
  line-height: 68px;
}

/* line 759, ../scss/_form.scss */
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::after {
  border-top-color: transparent;
}

/* Focus */
/* line 775, ../scss/_form.scss */
.pure-material-textfield-outlined > input:focus,
.pure-material-textfield-outlined > textarea:focus {
  border-color: #012e5d;
  border-top-color: transparent;
  /*box-shadow: inset 1px 0 var(--pure-material-safari-helper1),
    inset -1px 0 var(--pure-material-safari-helper1),
    inset 0 -1px var(--pure-material-safari-helper1);*/
  outline: none;
}

/* line 785, ../scss/_form.scss */
.pure-material-textfield-outlined > input:focus + span,
.pure-material-textfield-outlined > textarea:focus + span {
  color: #012e5d;
}

/* line 790, ../scss/_form.scss */
.pure-material-textfield-outlined > input:focus + span::before,
.pure-material-textfield-outlined > input:focus + span::after,
.pure-material-textfield-outlined > textarea:focus + span::before,
.pure-material-textfield-outlined > textarea:focus + span::after {
  border-top-color: #012e5d !important;
  /*box-shadow: inset 0 1px var(--pure-material-safari-helper1);*/
}

/* Disabled */
/* line 799, ../scss/_form.scss */
.pure-material-textfield-outlined > input:disabled,
.pure-material-textfield-outlined > input:disabled + span,
.pure-material-textfield-outlined > textarea:disabled,
.pure-material-textfield-outlined > textarea:disabled + span {
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
  border-top-color: transparent !important;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
  pointer-events: none;
}

/* line 812, ../scss/_form.scss */
.pure-material-textfield-outlined > input:disabled + span::before,
.pure-material-textfield-outlined > input:disabled + span::after,
.pure-material-textfield-outlined > textarea:disabled + span::before,
.pure-material-textfield-outlined > textarea:disabled + span::after {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}

/* line 822, ../scss/_form.scss */
.pure-material-textfield-outlined > input:disabled:placeholder-shown,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}

/* line 832, ../scss/_form.scss */
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::after {
  border-top-color: transparent !important;
}

/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    /* line 850, ../scss/_form.scss */
    .pure-material-textfield-outlined > input,
    .pure-material-textfield-outlined > input + span,
    .pure-material-textfield-outlined > textarea,
    .pure-material-textfield-outlined > textarea + span,
    .pure-material-textfield-outlined > input + span::before,
    .pure-material-textfield-outlined > input + span::after,
    .pure-material-textfield-outlined > textarea + span::before,
    .pure-material-textfield-outlined > textarea + span::after {
      transition-duration: 0.1s;
    }
  }
}
/* CSS Document */
/* line 4, ../scss/_datatable.scss */
.dataTables_length .form-select-sm {
  min-width: 75px;
}

/*@mixin fancy-background() {
    background: -moz-linear-gradient(-45deg, #183850 0, #183850 25%, #192C46 50%, #22254C 75%, #22254C 100%);
    background: -webkit-linear-gradient(-45deg, #183850 0, #183850 25%, #192C46 50%, #22254C 75%, #22254C 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}*/
/* line 45, ../scss/_chat.scss */
* {
  box-sizing: border-box;
}

/* line 49, ../scss/_chat.scss */
.floating-chat {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 80px;
  height: 80px;
  transform: translateY(70px);
  transition: all 250ms ease-out;
  border-radius: 50%;
  opacity: 0;
  z-index: 9999;
  background-color: #646363;
}
/* line 66, ../scss/_chat.scss */
.floating-chat.enter:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  opacity: 1;
}
/* line 70, ../scss/_chat.scss */
.floating-chat.enter {
  transform: translateY(0);
  opacity: 0.8;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14);
}
/* line 75, ../scss/_chat.scss */
.floating-chat.expand {
  width: 250px;
  max-height: 400px;
  height: 400px;
  border-radius: 5px;
  cursor: auto;
  opacity: 1;
}
/* line 83, ../scss/_chat.scss */
.floating-chat :focus {
  outline: 0;
  box-shadow: 0 0 3pt 2pt rgba(14, 200, 121, 0.3);
}
/* line 87, ../scss/_chat.scss */
.floating-chat button {
  background: transparent;
  border: 0;
  color: white;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}
/* line 95, ../scss/_chat.scss */
.floating-chat span.cicon {
  font-size: 36px;
}

@media (max-width: 1199.98px) {
  /* line 95, ../scss/_chat.scss */
  .floating-chat span.cicon {
    font-size: 24px;
  }
}
/* line 101, ../scss/_chat.scss */
.floating-chat .chat {
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  transition: all 250ms ease-out;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 115, ../scss/_chat.scss */
.floating-chat .chat.enter {
  opacity: 1;
  border-radius: 0;
  margin: 10px;
  width: auto;
  height: auto;
}
/* line 122, ../scss/_chat.scss */
.floating-chat .chat .header {
  flex-shrink: 0;
  padding-bottom: 10px;
  display: flex;
  background: transparent;
}
/* line 127, ../scss/_chat.scss */
.floating-chat .chat .header .title {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 5px;
}
/* line 132, ../scss/_chat.scss */
.floating-chat .chat .header button {
  flex-shrink: 0;
}
/* line 136, ../scss/_chat.scss */
.floating-chat .chat .messages {
  padding: 10px;
  margin: 0;
  list-style: none;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-grow: 1;
  border-radius: 4px;
  background: transparent;
}
/* line 19, ../scss/_chat.scss */
.floating-chat .chat .messages::-webkit-scrollbar {
  width: 5px;
}
/* line 22, ../scss/_chat.scss */
.floating-chat .chat .messages::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}
/* line 26, ../scss/_chat.scss */
.floating-chat .chat .messages::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}
/* line 146, ../scss/_chat.scss */
.floating-chat .chat .messages li {
  position: relative;
  clear: both;
  display: inline-block;
  padding: 14px;
  margin: 0 0 20px 0;
  font: 12px/16px "HelveticaNeueLTArabic", sans-serif;
  border-radius: 10px;
  background-color: rgba(25, 147, 147, 0.2);
  word-wrap: break-word;
  max-width: 81%;
}
/* line 157, ../scss/_chat.scss */
.floating-chat .chat .messages li:before {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  content: "";
  background-size: cover;
}
/* line 166, ../scss/_chat.scss */
.floating-chat .chat .messages li:after {
  position: absolute;
  top: 10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid rgba(25, 147, 147, 0.2);
}
/* line 175, ../scss/_chat.scss */
.floating-chat .chat .messages li.other {
  animation: show-chat-odd 0.15s 1 ease-in;
  -moz-animation: show-chat-odd 0.15s 1 ease-in;
  -webkit-animation: show-chat-odd 0.15s 1 ease-in;
  float: right;
  margin-right: 45px;
  color: #0ad5c1;
}
/* line 183, ../scss/_chat.scss */
.floating-chat .chat .messages li.other:before {
  right: -45px;
  background-image: url("../images/Bahrain-emblem.png");
}
/* line 188, ../scss/_chat.scss */
.floating-chat .chat .messages li.other:after {
  border-right: 10px solid transparent;
  right: -10px;
}
/* line 192, ../scss/_chat.scss */
.floating-chat .chat .messages li.self {
  animation: show-chat-even 0.15s 1 ease-in;
  -moz-animation: show-chat-even 0.15s 1 ease-in;
  -webkit-animation: show-chat-even 0.15s 1 ease-in;
  float: left;
  margin-left: 45px;
  color: #0ec879;
}
/* line 200, ../scss/_chat.scss */
.floating-chat .chat .messages li.self:before {
  left: -45px;
  background-image: url(https://github.com/ortichon.png);
}
/* line 205, ../scss/_chat.scss */
.floating-chat .chat .messages li.self:after {
  border-left: 10px solid transparent;
  left: -10px;
}
/* line 210, ../scss/_chat.scss */
.floating-chat .chat .footer {
  flex-shrink: 0;
  display: flex;
  padding-top: 10px;
  max-height: 90px;
  background: transparent;
}
/* line 217, ../scss/_chat.scss */
.floating-chat .chat .footer .text-box {
  border-radius: 3px;
  background: rgba(25, 147, 147, 0.2);
  min-height: 100%;
  width: 100%;
  margin-right: 5px;
  color: #0ec879;
  overflow-y: auto;
  padding: 2px 5px;
}
/* line 19, ../scss/_chat.scss */
.floating-chat .chat .footer .text-box::-webkit-scrollbar {
  width: 5px;
}
/* line 22, ../scss/_chat.scss */
.floating-chat .chat .footer .text-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}
/* line 26, ../scss/_chat.scss */
.floating-chat .chat .footer .text-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}

@media (max-width: 1199.98px) {
  /* line 49, ../scss/_chat.scss */
  .floating-chat {
    width: 50px;
    height: 50px;
    right: 15px;
  }
}

@keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }

  100% {
    margin-left: 0;
  }
}

@-moz-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }

  100% {
    margin-left: 0;
  }
}

@-webkit-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }

  100% {
    margin-left: 0;
  }
}

@keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }

  100% {
    margin-right: 0;
  }
}

@-moz-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }

  100% {
    margin-right: 0;
  }
}

@-webkit-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }

  100% {
    margin-right: 0;
  }
}
/*=========================
    15. Footer css 
==========================*/
/* line 5, ../scss/_footer.scss */
footer {
  background-color: #012e5d;
}
/* line 7, ../scss/_footer.scss */
footer .footer-contact-wrapper {
  background-color: #f1f7fe;
  padding: 40px 0;
}
/* line 10, ../scss/_footer.scss */
footer .footer-contact-wrapper .footer-contact {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  margin-top: 15px;
}
/* line 17, ../scss/_footer.scss */
footer .footer-contact-wrapper .footer-contact li:first-child {
  margin-right: 50px;
}
/* line 20, ../scss/_footer.scss */
footer .footer-contact-wrapper .footer-contact li a {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  color: #012e5d;
}
/* line 26, ../scss/_footer.scss */
footer .footer-contact-wrapper .footer-contact li a h6 {
  white-space: nowrap;
}
/* line 29, ../scss/_footer.scss */
footer .footer-contact-wrapper .footer-contact li a:hover,
footer .footer-contact-wrapper .footer-contact li a:hover h6 {
  color: #da291c;
}
/* line 32, ../scss/_footer.scss */
footer .footer-contact-wrapper .footer-contact li a span {
  padding-right: 10px;
  color: #646363;
  margin-bottom: 0.4rem;
}
/* line 37, ../scss/_footer.scss */
footer .footer-contact-wrapper .footer-contact li a small {
  margin-bottom: -2px;
  margin-left: 3px;
  color: #012e5d;
  margin-bottom: 0.3rem;
}

@media (max-width: 991.98px) {
  /* line 37, ../scss/_footer.scss */
  footer .footer-contact-wrapper .footer-contact li a small {
    margin-bottom: 0.6rem;
  }
}

@media (max-width: 1199.98px) {
  /* line 48, ../scss/_footer.scss */
  footer .footer-contact-wrapper .footer-contact li:not(:first-child) {
    margin-top: 10px;
  }
}

@media (max-width: 1199.98px) {
  /* line 10, ../scss/_footer.scss */
  footer .footer-contact-wrapper .footer-contact {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* line 58, ../scss/_footer.scss */
footer .footer-contact-wrapper .footer-logos {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-around;
  width: 100%;
  margin-top: 40px;
}
.footer-logos li {
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  /* line 58, ../scss/_footer.scss */
  footer .footer-contact-wrapper .footer-logos {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
  }
  /* line 69, ../scss/_footer.scss */
  footer .footer-contact-wrapper .footer-logos li:not(:first-child) {
    margin-top: 30px;
  }
}
/* line 76, ../scss/_footer.scss */
footer .footer-ql {
  color: #fff;
  padding: 20px 0;
}
/* line 79, ../scss/_footer.scss */
footer .footer-ql h4 {
  color: #fff;
  opacity: 0.5;
  margin-bottom: 20px;
}
/* line 80, ../scss/_footer.scss */
footer .footer-ql a {
  color: #fff;
  opacity: 0.7;
}
/* line 83, ../scss/_footer.scss */
footer .footer-ql a:hover {
  opacity: 1;
}
/* line 87, ../scss/_footer.scss */
footer .footer-ql .footer-links {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
/* line 93, ../scss/_footer.scss */
footer .footer-ql .footer-links li {
  width: 50%;
  padding-right: 80px;
  margin-bottom: 5px;
}
/* line 97, ../scss/_footer.scss */
footer .footer-ql .footer-links li a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  /* line 93, ../scss/_footer.scss */
  footer .footer-ql .footer-links li {
    width: 50%;
    padding-right: 30px;
  }
}

@media (max-width: 575.98px) {
  /* line 93, ../scss/_footer.scss */
  footer .footer-ql .footer-links li {
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 111, ../scss/_footer.scss */
  footer .footer-ql .footer-links.support-links {
    margin-bottom: 30px;
  }
}
/* line 116, ../scss/_footer.scss */
footer .footer-ql .footer-links.small-links {
  align-items: baseline;
}
/* line 118, ../scss/_footer.scss */
footer .footer-ql .footer-links.small-links li {
  width: auto;
  padding-right: 0;
}
/* line 121, ../scss/_footer.scss */
footer .footer-ql .footer-links.small-links li a {
  font-size: 13px;
}
/* line 124, ../scss/_footer.scss */
footer .footer-ql .footer-links.small-links li:not(:last-child):after {
  content: "|";
  color: #fff;
  opacity: 0.2;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 300;
}
/* line 137, ../scss/_footer.scss */
footer .footer-ql ul.social-link li {
  margin-right: 5px;
}
/* line 139, ../scss/_footer.scss */
footer .footer-ql ul.social-link li a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(255, 255, 255, 0);
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
/* line 151, ../scss/_footer.scss */
footer .footer-ql ul.social-link li a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: solid 1px rgba(255, 255, 255, 0.2);
}
/* line 159, ../scss/_footer.scss */
footer .footer-ql .footer-copyright {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  margin-top: 30px;
  padding-top: 30px;
}
/* line 163, ../scss/_footer.scss */
footer .footer-ql .footer-copyright p {
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  opacity: 0.7;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: baseline;
}

.copyRightText {
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  opacity: 0.7;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: baseline;
}
/* line 172, ../scss/_footer.scss */
footer .footer-ql .footer-copyright p a {
  display: inline-flex;
  padding-left: 3px;
}

@media (max-width: 991.98px) {
  /* line 163, ../scss/_footer.scss */
  footer .footer-ql .footer-copyright p {
    justify-content: flex-start;
  }
}
/* line 181, ../scss/_footer.scss */
footer .footer-ql.inside {
  padding: 30px 0 20px;
}
/* line 183, ../scss/_footer.scss */
footer .footer-ql.inside .footer-copyright {
  border-top: none;
  margin-top: 0;
  padding-top: 0px;
}

/*===== About Page Style =====*/
/* line 2, ../scss/_pages.scss */
ul.goals-list {
  margin-top: 1rem;
}
/* line 4, ../scss/_pages.scss */
ul.goals-list li {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
/* line 10, ../scss/_pages.scss */
ul.goals-list li img {
  margin-right: 20px;
  padding-top: 8px;
}

/*===== Contact Page Style =====*/
/* line 24, ../scss/_pages.scss */
.side-block {
  width: 90%;
  background-color: #f1f7fe;
  position: relative;
  padding: 40px 30px 30px;
}
/* line 30, ../scss/_pages.scss */
.side-block .tawasul-wrapper p {
  font-size: 16px;
  line-height: 1.5;
}
/* line 33, ../scss/_pages.scss */
.side-block .tawasul-wrapper p a {
  text-decoration: underline;
}

@media (max-width: 1199.98px) {
  /* line 24, ../scss/_pages.scss */
  .side-block {
    width: 100%;
  }
}

/* line 43, ../scss/_pages.scss */
a.contact-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: middle;
}
/* line 48, ../scss/_pages.scss */
a.contact-links span {
  color: #646363;
  font-size: 32px;
  padding-right: 10px;
}

a.contact-links h6 {
  color: #2969b3;
  font-size: 24px;
  padding-right: 10px;
}
/* line 53, ../scss/_pages.scss */
a.contact-links h6 span {
  color: #2a6ebb;
  font-size: 24px;
}
/* line 58, ../scss/_pages.scss */
a.contact-links small span {
  color: #2d2926 !important;
  font-size: 14px !important;
  padding-right: 0 !important;
}
/* line 63, ../scss/_pages.scss */
a.contact-links:hover h6 {
  color: #da291c;
}

/* line 67, ../scss/_pages.scss */
.social-links-contact {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* line 71, ../scss/_pages.scss */
.social-links-contact li a {
  background-color: #f1f7fe;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px rgba(227, 230, 231, 0);
}
/* line 81, ../scss/_pages.scss */
.social-links-contact li a span {
  color: #646363;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
/* line 85, ../scss/_pages.scss */
.social-links-contact li a:hover {
  border: solid 1px #da291c;
}
/* line 88, ../scss/_pages.scss */
.social-links-contact li a:hover span {
  color: #da291c;
}

/*===== Contact Page Style =====*/
/* line 97, ../scss/_pages.scss */
.servicefinder {
  width: 100%;
  padding: 30px 30px 10px;
  margin-bottom: 40px;
  border: solid 1px #e9ecef;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
/* line 104, ../scss/_pages.scss */
.servicefinder h6 {
  text-transform: uppercase;
  color: #2d2926;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  /* line 97, ../scss/_pages.scss */
  .servicefinder {
    padding: 30px 20px 10px;
  }
}

/*===== Application Status =====*/
/***************************************************
	Default menu
****************************************************/
/* line 33, ../scss/style.scss */
.navik-header {
  position: relative;
  z-index: 999;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.428572;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* line 46, ../scss/style.scss */
.navik-header *,
.navik-header *::before,
.navik-header *::after {
  box-sizing: border-box;
}

/* line 50, ../scss/style.scss */
.navik-header::before,
.navik-header::after {
  box-sizing: border-box;
}

/* line 54, ../scss/style.scss */
.navik-header ul {
  margin-bottom: inherit;
}

/* line 58, ../scss/style.scss */
.navik-header img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* line 64, ../scss/style.scss */
.navik-header a:hover,
.navik-header a:focus,
.navik-header a:active {
  text-decoration: none;
  outline: none;
}

/* line 69, ../scss/style.scss */
.navik-header .logo {
  /*padding: 30px 40px;
  text-align: center;*/
}

/* line 74, ../scss/style.scss */
.navik-header .logo img {
  max-width: 100%;
  height: auto;
  max-height: 106px;
}

/* line 80, ../scss/style.scss */
.navik-header-container {
  position: relative;
}

/* line 84, ../scss/style.scss */
.navik-menu > ul {
  display: none;
  padding: 0 0 20px;
}

/* line 89, ../scss/style.scss */
.navik-menu ul li {
  position: relative;
}

/* line 93, ../scss/style.scss */
.navik-menu .staticPagesNavigation li > a {
  display: block;
  /* padding: 14px 15px; */
  font-size: 16px;
  color: #012e5d;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* line 104, ../scss/style.scss */
.navik-menu ul li.current-menu > a,
.navik-menu ul li:hover > a {
  color: #da291c;
}

/* line 109, ../scss/style.scss */
.navik-menu .staticPagesNavigation ul li > a {
  padding: 14px 15px 14px 30px;
  font-size: 16px;
  font-weight: normal;
  color: #2d2926;
  text-transform: inherit;
  background-color: #efefef;
}

/* line 118, ../scss/style.scss */
.navik-menu .staticPagesNavigation ul li:hover > a {
  background-color: #efefef;
}

/* line 122, ../scss/style.scss */
.navik-menu ul ul ul li > a {
  padding: 14px 15px 14px 45px;
}

/* line 126, ../scss/style.scss */
.navik-menu li > ul {
  display: none;
}

/* line 130, ../scss/style.scss */
.dropdown-plus {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 49px;
  line-height: 49px;
  cursor: pointer;
}

/* line 140, ../scss/style.scss */
.dropdown-plus::before,
.dropdown-plus::after {
  position: absolute;
  top: 24px;
  right: 18px;
  width: 13px;
  height: 1px;
  content: "";
  background-color: #111;
}

/* line 150, ../scss/style.scss */
.dropdown-plus::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 155, ../scss/style.scss */
.dropdown-plus.dropdown-open::after {
  display: none;
}

/* line 159, ../scss/style.scss */
.header-shadow-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 30px;
  overflow: hidden;
}

/* line 169, ../scss/style.scss */
.header-shadow-wrapper::after {
  position: relative;
  top: -60px;
  display: block;
  width: 100%;
  height: 60px;
  content: "";
  border-radius: 50%;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
}

/***************************************************
  Burger menu
****************************************************/
/* line 183, ../scss/style.scss */
.burger-menu {
  position: absolute;
  top: 55px;
  right: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 20px;
  height: 17px;
  cursor: pointer;
  transition: -webkit-transform 330ms ease-out;
  transition: transform 330ms ease-out;
  transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
}

/* line 201, ../scss/style.scss */
.burger-menu.menu-open {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 206, ../scss/style.scss */
.line-menu {
  width: 100%;
  height: 3px;
  background-color: #111;
  border-radius: 2px;
}

/* line 213, ../scss/style.scss */
.line-menu.line-half {
  width: 50%;
}

/* line 217, ../scss/style.scss */
.line-menu.first-line {
  -webkit-transform-origin: right;
  transform-origin: right;
  transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

/* line 225, ../scss/style.scss */
.line-menu.last-line {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

/* line 235, ../scss/style.scss */
.menu-open .line-menu.first-line {
  -webkit-transform: rotate(-90deg) translateX(3px);
  transform: rotate(-90deg) translateX(3px);
}

/* line 240, ../scss/style.scss */
.menu-open .line-menu.last-line {
  -webkit-transform: rotate(-90deg) translateX(-3px);
  transform: rotate(-90deg) translateX(-3px);
}

/***************************************************
  Menu icons
****************************************************/
/* line 248, ../scss/style.scss */
.navik-menu .navik-menu-icon {
  margin-right: 5px;
  color: #a1a1a1;
}

/* line 253, ../scss/style.scss */
.navik-menu-overlay .navik-menu-icon {
  position: relative;
  top: -2px;
  margin-right: 10px;
}

/* line 259, ../scss/style.scss */
.navik-menu-overlay > ul ul li a .navik-menu-icon {
  top: -1px;
  margin-right: 7px;
}

/* line 264, ../scss/style.scss */
.menu-slide .navik-menu-overlay > ul ul li a .navik-menu-icon {
  margin-right: 5px;
}

/* line 268, ../scss/style.scss */
.navik-menu-fixed .navik-menu-icon {
  margin-right: 5px;
}

/***************************************************
  Media queries for responsive design
****************************************************/
@media (max-width: 767.98px) {
  /* line 276, ../scss/style.scss */
  .navik-header,
  .navik-header-overlay,
  .body-fixed-sidebar {
    width: 100%;
  }
}

@media (max-width: 1199.98px) {
  /* line 284, ../scss/style.scss */
  .navik-header,
  .navik-header-overlay,
  .body-fixed-sidebar {
    width: 100%;
  }
}

@media (min-width: 768px) {
  /********** Default menu **********/
  /* line 293, ../scss/style.scss */
  .navik-header .logo {
    float: left;
    padding: 0 40px 0 0;
  }

  /* line 297, ../scss/style.scss */
  .navik-menu {
    clear: both;
  }

  /* line 300, ../scss/style.scss */
  .header-shadow-wrapper::after {
    box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.1);
  }

  /********** Menu icons **********/
  /* line 304, ../scss/style.scss */
  .navik-menu-overlay .navik-menu-icon {
    margin-right: 12px;
  }

  /* line 307, ../scss/style.scss */
  .navik-menu-overlay > ul ul li a .navik-menu-icon {
    margin-right: 8px;
  }

  /* line 310, ../scss/style.scss */
  .menu-slide .navik-menu-overlay .navik-menu-icon {
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  /********** Default menu **********/
  /* line 317, ../scss/style.scss */
  .navik-header-container {
    /*height: 106px;*/
  }

  /* line 320, ../scss/style.scss */
  .navik-header .logo {
    position: relative;
    top: 50%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  /* line 327, ../scss/style.scss */
  .navik-header .logo img {
    width: auto;
    max-width: inherit;
    max-height: 80px;
  }

  /* line 332, ../scss/style.scss */
  .burger-menu {
    display: none;
  }

  /* line 335, ../scss/style.scss */
  .navik-menu {
    float: right;
    clear: inherit;
    margin-top: 60px;
    border-top: solid 1px rgba(1, 46, 93, 0.1);
  }

  /* line 341, ../scss/style.scss */
  .navik-menu > ul {
    display: block !important;
    padding: 0;
    font-size: 0;
  }

  /* line 346, ../scss/style.scss */
  .navik-menu > ul > li {
    display: inline-block;
  }

  /* line 349, ../scss/style.scss */
  .navik-menu > ul > li > a {
    position: relative;
    box-sizing: border-box;
    height: 50px;
    padding: 5px 20px 10px 20px;
    line-height: 50px;
    white-space: nowrap;
  }

  /* line 357, ../scss/style.scss */
  .navik-menu > ul > li:last-child > a {
    padding-right: 0;
  }

  /* line 360, ../scss/style.scss */
  .navik-menu > ul > li:first-child > a {
    padding-left: 0;
  }

  /* line 363, ../scss/style.scss */
  .navik-menu ul li {
    position: relative;
  }

  /* line 366, ../scss/style.scss */
  .navik-menu ul li.dropdown_menu > a > span {
    display: none;
  }

  /* line 369, ../scss/style.scss */
  .navik-menu ul li.dropdown_menu > a > span.headerSpan::before {
    position: relative;
    top: -3px;
    box-sizing: content-box;
    display: inline-block;
    /*width: 4px;
    height: 4px;*/
    margin-left: 8px;
    content: "\f0dd";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #646363;
    opacity: 0.3;
    /*content: "";
    border-color: #c1c1c1;
    border-style: solid;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);*/
  }

  /* line 389, ../scss/style.scss */
  .navik-menu .staticPagesNavigation ul li.dropdown_menu > a > span::before {
    top: 7px;
    right: -10px;
    float: right;
    margin: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* line 397, ../scss/style.scss */
  .navik-menu .staticPagesNavigation ul li > a {
    position: relative;
    padding: 9px 20px 7px !important;
    background-color: transparent;
  }

  /* line 402, ../scss/style.scss */
  .navik-menu .staticPagesNavigation ul li > a::before {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 0;
    height: 1px;
    content: "";
    background: #646363;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  /* line 413, ../scss/style.scss */
  .navik-menu .staticPagesNavigation ul li:hover > a {
    padding-left: 40px !important;
    color: #da291c;
    background-color: transparent;
  }

  /* line 418, ../scss/style.scss */
  .navik-menu .staticPagesNavigation ul li:hover > a::before {
    width: 10px;
  }

  /* line 421, ../scss/style.scss */
  .navik-menu li > ul {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    display: block !important;
    width: 250px;
    padding: 15px 0 20px;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 0 12px 30px -2px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }

  /* line 434, ../scss/style.scss */
  .navik-menu li > ul ul {
    top: -27px;
    left: 100%;
  }

  /* line 438, ../scss/style.scss */
  .navik-menu li:hover > ul {
    visibility: visible;
    opacity: 1;
  }

  /* line 442, ../scss/style.scss */
  .navik-menu li.submenu-right > ul {
    right: 0;
    left: inherit;
  }

  /* line 446, ../scss/style.scss */
  .navik-menu li.submenu-right > ul ul {
    left: -100% !important;
  }

  /* line 449, ../scss/style.scss */
  .navik-menu.menu-caret ul li.dropdown_menu > a > span {
    display: inline-block;
  }

  /* line 452, ../scss/style.scss */
  .navik-menu.menu-caret ul ul li.dropdown_menu > a > span {
    display: inline;
  }

  /* line 455, ../scss/style.scss */
  .navik-menu.separate-line > ul > li > a {
    position: relative;
    padding: 0 28px;
  }

  /* line 459, ../scss/style.scss */
  .navik-menu.separate-line > ul > li > a::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    content: "";
    background-color: #eee;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  /* line 470, ../scss/style.scss */
  .navik-menu.separate-line > ul > li:last-child > a {
    padding: 0 0 0 28px;
  }

  /* line 473, ../scss/style.scss */
  .navik-menu.separate-line > ul > li:last-child > a::before {
    display: none;
  }

  /* line 476, ../scss/style.scss */
  .navik-menu.menu-hover-2 > ul > li:last-child > a,
  .navik-menu.menu-hover-3 > ul > li:last-child > a,
  .navik-menu.menu-hover-4 > ul > li:last-child > a,
  .center-menu-1 .navik-menu > ul > li:last-child > a,
  .center-menu-2 .navik-menu > ul > li:last-child > a {
    padding: 0 20px;
  }

  /* line 480, ../scss/style.scss */
  .navik-menu.menu-hover-2.separate-line > ul > li:last-child > a,
  .navik-menu.menu-hover-3.separate-line > ul > li:last-child > a,
  .navik-menu.menu-hover-4.separate-line > ul > li:last-child > a,
  .center-menu-1 .navik-menu.separate-line > ul > li:last-child > a,
  .center-menu-2 .navik-menu.separate-line > ul > li:last-child > a {
    padding: 0 28px;
  }

  /* line 484, ../scss/style.scss */
  .navik-menu ul li.current-menu > a,
  .navik-menu ul li:hover > a,
  .header-dark .navik-menu ul li.current-menu > a,
  .header-dark .navik-menu ul li:hover > a {
    background-color: inherit;
  }

  /* line 487, ../scss/style.scss */
  .dropdown-plus {
    display: none;
  }

  /********** Header sticky **********/
  /* line 491, ../scss/style.scss */
  .navik-header.sticky {
    position: fixed;
    width: 100%;
    -webkit-animation-name: stickyTransition;
    animation-name: stickyTransition;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  /* line 501, ../scss/style.scss */
  .navik-header.sticky .navik-header-container {
    height: 80px;
  }

  /* line 504, ../scss/style.scss */
  .navik-header.sticky .navik-menu {
    margin-top: inherit;
    border-top: 0;
  }

  /* line 505, ../scss/style.scss */
  .navik-header.sticky .navik-menu > ul > li > a {
    height: 50px;
    line-height: 50px;
  }

  /* line 509, ../scss/style.scss */
  .navik-header.sticky .logo {
    padding: 0 40px 0 0;
  }

  /* line 512, ../scss/style.scss */
  .navik-header.sticky .logo img {
    max-height: 70px;
  }

  @-webkit-keyframes stickyTransition {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  @keyframes stickyTransition {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  /********** Header transparent **********/
  /* line 540, ../scss/style.scss */
  .navik-header.header-transparent-on,
  .navik-header.header-opacity-on {
    position: absolute;
    width: 100%;
    background-color: transparent;
  }

  /* line 545, ../scss/style.scss */
  .navik-header.header-opacity-on {
    background-color: rgba(0, 0, 0, 0.3);
  }

  /* line 548, ../scss/style.scss */
  .header-transparent-on .header-shadow-wrapper,
  .header-opacity-on .header-shadow-wrapper {
    display: none;
  }

  /* line 552, ../scss/style.scss */
  .header-transparent-on .navik-menu > ul > li > a,
  .header-opacity-on .navik-menu > ul > li > a {
    color: #f7f7f7;
  }

  /* line 556, ../scss/style.scss */
  .header-transparent-on .navik-menu > ul > li > a .navik-menu-icon,
  .header-opacity-on .navik-menu > ul > li > a .navik-menu-icon {
    color: rgba(255, 255, 255, 0.85);
  }

  /* line 560, ../scss/style.scss */
  .header-transparent-on .navik-menu > ul > li:hover > a,
  .header-transparent-on .navik-menu > ul > li.current-menu > a,
  .header-opacity-on .navik-menu > ul > li:hover > a,
  .header-opacity-on .navik-menu > ul > li.current-menu > a {
    color: #26c6da;
  }

  /* line 565, ../scss/style.scss */
  .header-transparent-on .navik-menu > ul > li.dropdown_menu > a > span::before,
  .header-opacity-on .navik-menu > ul > li.dropdown_menu > a > span::before {
    border-color: #f7f7f7;
  }

  /* line 569, ../scss/style.scss */
  .header-transparent-on.center-menu-2 .navik-menu {
    border-color: rgba(255, 255, 255, 0.25);
  }

  /* line 572, ../scss/style.scss */
  .header-transparent-on .navik-menu.separate-line > ul > li > a::before {
    background-color: rgba(255, 255, 255, 0.25);
  }

  /* line 575, ../scss/style.scss */
  .header-opacity-on.center-menu-2 .navik-menu {
    border-color: rgba(255, 255, 255, 0.2);
  }

  /* line 578, ../scss/style.scss */
  .header-opacity-on .navik-menu.separate-line > ul > li > a::before {
    background-color: rgba(255, 255, 255, 0.2);
  }

  /********** Hover transitions **********/
  /* line 582, ../scss/style.scss */
  .navik-menu.menu-hover-2 > ul > li.current-menu > a,
  .navik-menu.menu-hover-2 > ul > li:hover > a {
    color: #212121;
    background-color: #f8f8f8;
  }

  /* line 586, ../scss/style.scss */
  .navik-menu.menu-hover-2 > ul > li.current-menu > a::after,
  .navik-menu.menu-hover-2 > ul > li:hover > a::after {
    opacity: 1;
  }

  /* line 589, ../scss/style.scss */
  .navik-menu.menu-hover-2 > ul > li > a::after,
  .navik-menu.menu-hover-3 > ul > li > a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 3px;
    content: "";
    background-color: #26c6da;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }

  /* line 601, ../scss/style.scss */
  .navik-menu.menu-hover-3 > ul > li.current-menu > a,
  .navik-menu.menu-hover-3 > ul > li:hover > a {
    color: #212121;
  }

  /* line 604, ../scss/style.scss */
  .navik-menu.menu-hover-3 > ul > li.current-menu > a::after,
  .navik-menu.menu-hover-3 > ul > li:hover > a::after {
    width: 100%;
    opacity: 1;
  }

  /* line 608, ../scss/style.scss */
  .navik-menu.menu-hover-3 > ul > li > a::after {
    left: 50%;
    width: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* line 615, ../scss/style.scss */
  .navik-menu.menu-hover-4 > ul > li > a > .hover-transition {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  /* line 624, ../scss/style.scss */
  .navik-menu.menu-hover-4 > ul > li > a > .hover-transition::after {
    position: relative;
    top: 50%;
    left: 50%;
    display: block;
    width: calc(100% + 2px);
    height: 0;
    content: "";
    background-color: #26c6da;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /* line 638, ../scss/style.scss */
  .navik-menu.menu-hover-4 > ul > li.current-menu > a,
  .navik-menu.menu-hover-4 > ul > li:hover > a {
    color: #fff;
  }

  /* line 641, ../scss/style.scss */
  .navik-menu.menu-hover-4 > ul > li.current-menu > a > .hover-transition::after,
  .navik-menu.menu-hover-4 > ul > li:hover > a > .hover-transition::after {
    height: 100%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /* line 647, ../scss/style.scss */
  .navik-menu.menu-hover-4 > ul > li.current-menu > a .navik-menu-icon,
  .navik-menu.menu-hover-4 > ul > li:hover > a .navik-menu-icon {
    color: #fff !important;
  }

  /* line 650, ../scss/style.scss */
  .navik-menu.menu-hover-4 > ul > li > ul {
    transition-delay: 0s;
  }

  /* line 653, ../scss/style.scss */
  .navik-menu.menu-hover-4 > ul > li:hover > ul {
    transition-delay: 0.13s;
  }

  /* line 656, ../scss/style.scss */
  .navik-menu.menu-hover-4 > ul > li.dropdown_menu.current-menu > a > span::before,
  .navik-menu.menu-hover-4 > ul > li.dropdown_menu:hover > a > span::before {
    border-color: #fff;
  }

  /* line 659, ../scss/style.scss */
  .header-dark .navik-menu.menu-hover-2 > ul > li.current-menu > a,
  .header-dark .navik-menu.menu-hover-2 > ul > li:hover > a {
    color: #fff;
    background-color: #222;
  }

  /* line 663, ../scss/style.scss */
  .header-dark .navik-menu.menu-hover-3 > ul > li.current-menu > a,
  .header-dark .navik-menu.menu-hover-3 > ul > li:hover > a {
    color: #fff;
  }

  /* line 666, ../scss/style.scss */
  .header-transparent-on .navik-menu.menu-hover-2 > ul > li.current-menu > a,
  .header-transparent-on .navik-menu.menu-hover-2 > ul > li:hover > a {
    color: #f7f7f7;
    background-color: rgba(255, 255, 255, 0.25);
  }

  /* line 670, ../scss/style.scss */
  .header-opacity-on .navik-menu.menu-hover-2 > ul > li.current-menu > a,
  .header-opacity-on .navik-menu.menu-hover-2 > ul > li:hover > a {
    color: #f7f7f7;
    background-color: rgba(255, 255, 255, 0.2);
  }

  /* line 674, ../scss/style.scss */
  .header-transparent-on .navik-menu.menu-hover-3 > ul > li.current-menu > a,
  .header-transparent-on .navik-menu.menu-hover-3 > ul > li:hover > a,
  .header-opacity-on .navik-menu.menu-hover-3 > ul > li.current-menu > a,
  .header-opacity-on .navik-menu.menu-hover-3 > ul > li:hover > a {
    color: #f7f7f7;
  }

  /* line 677, ../scss/style.scss */
  .header-transparent-on .navik-menu.menu-hover-2 > ul > li.current-menu > a .navik-menu-icon,
  .header-transparent-on .navik-menu.menu-hover-2 > ul > li:hover > a .navik-menu-icon,
  .header-transparent-on .navik-menu.menu-hover-3 > ul > li.current-menu > a .navik-menu-icon,
  .header-transparent-on .navik-menu.menu-hover-3 > ul > li:hover > a .navik-menu-icon,
  .header-opacity-on .navik-menu.menu-hover-2 > ul > li.current-menu > a .navik-menu-icon,
  .header-opacity-on .navik-menu.menu-hover-2 > ul > li:hover > a .navik-menu-icon,
  .header-opacity-on .navik-menu.menu-hover-3 > ul > li.current-menu > a .navik-menu-icon,
  .header-opacity-on .navik-menu.menu-hover-3 > ul > li:hover > a .navik-menu-icon {
    color: rgba(255, 255, 255, 0.85) !important;
  }

  /********** Submenu **********/
  /* line 681, ../scss/style.scss */
  .navik-menu.submenu-top-border li > ul {
    border-top: 2px solid #012e5d;
  }

  /* line 684, ../scss/style.scss */
  .navik-menu.submenu-top-border li > ul ul {
    top: -30px;
  }

  /* line 687, ../scss/style.scss */
  .navik-menu.submenu-top-border.submenu-list-border li > ul ul {
    top: -23px;
  }

  /* line 690, ../scss/style.scss */
  .navik-menu.submenu-list-border li > ul ul {
    top: -20px;
  }

  /* line 693, ../scss/style.scss */
  .navik-menu.submenu-list-border ul ul li > a {
    padding: 15px 35px 14px !important;
  }

  /* line 696, ../scss/style.scss */
  .navik-menu.submenu-list-border ul ul li:first-child > a {
    padding: 8px 35px 14px 35px !important;
  }

  /* line 699, ../scss/style.scss */
  .navik-menu.submenu-list-border ul ul li:last-child > a {
    padding: 15px 35px 8px 35px !important;
  }

  /* line 702, ../scss/style.scss */
  .navik-menu.submenu-list-border ul ul li:last-child::after {
    display: none;
  }

  /* line 705, ../scss/style.scss */
  .navik-menu.submenu-list-border ul ul li::after {
    position: absolute;
    right: 35px;
    bottom: 0;
    left: 35px;
    height: 1px;
    content: "";
    background-color: #eee;
  }

  /* line 714, ../scss/style.scss */
  .navik-menu.submenu-list-border ul ul li:hover > a {
    padding-left: 55px !important;
  }

  /* line 717, ../scss/style.scss */
  .navik-menu.submenu-list-border ul ul li:nth-child(n + 2) > a::before {
    top: 24px;
  }

  /* line 720, ../scss/style.scss */
  .header-dark .navik-menu.submenu-list-border ul ul li::after {
    background-color: #333;
  }

  /********** Submenu transitions **********/
  /* line 724, ../scss/style.scss */
  .navik-menu.submenu-flip li > ul {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }

  /* line 733, ../scss/style.scss */
  .navik-menu.submenu-flip li:hover > ul {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  /* line 737, ../scss/style.scss */
  .navik-menu.submenu-flip ul {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 200px;
    perspective: 200px;
  }

  /* line 743, ../scss/style.scss */
  .navik-menu.submenu-flip ul li {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 200px;
    perspective: 200px;
  }

  /* line 749, ../scss/style.scss */
  .navik-menu.submenu-scale li > ul {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  /* line 756, ../scss/style.scss */
  .navik-menu.submenu-scale li.submenu-right ul {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }

  /* line 760, ../scss/style.scss */
  .navik-menu.submenu-scale li:hover > ul {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/***************************************************
	Top Menu Extra 
****************************************************/
/* line 772, ../scss/style.scss */
.header_account {
  position: absolute;
  top: 15px;
  right: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navik-header.sticky {
  position: fixed;
  width: 100%;
  -webkit-animation-name: stickyTransition;
  animation-name: stickyTransition;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 778, ../scss/style.scss */
@media (min-width: 1200px) {
  .navik-header.sticky .header_account {
    top: -50px;
    /*transform: scale(0.9);
  right:-20px;*/
  }
}
@media (max-width: 1199.98px) {
  .navik-header.sticky .navik-menu {
    width: 100%;
    background: #fff;
    box-shadow: -1px 9px 11px 1px rgb(0 0 0 / 17%);
    -webkit-box-shadow: -1px 9px 11px 1px rgb(0 0 0 / 17%);
    -moz-box-shadow: -1px 9px 11px 1px rgba(0, 0, 0, 0.17);
  }
}

/* line 784, ../scss/style.scss */
.header_account > ul > li {
  /*margin-right: 15px;*/
  position: relative;
}

/* line 788, ../scss/style.scss */
.header_account > ul > li a:hover {
  background-color: transparent;
}

/*.header_account > ul > li:last-child {
  margin-right: 0;
}*/
/* line 792, ../scss/style.scss */
.header_account > ul > li > a {
  font-size: 14px;
  font-weight: normal;
  padding: 0 10px;
  text-transform: none;
  display: inline-block;
  color: #646363;
}

/* line 800, ../scss/style.scss */
.header_account > ul > li > a:hover {
  color: #da291c;
}

/* line 801, ../scss/style.scss */
.header_account > ul > li:not(:last-child):after {
  content: "|";
  color: #646363;
  opacity: 0.2;
}

/* line 807, ../scss/style.scss */
.header_account > ul > li.language-switch a {
  font-size: 16px;
  font-weight: bold;
}
/* line 810, ../scss/style.scss */
.header_account > ul > li.language-switch a span {
  color: #646363;
  opacity: 0.6;
}

/* line 816, ../scss/style.scss */
.header_account > ul > li.header_search a {
  font-size: 20px;
  font-weight: 300;
  color: #012e5d;
  margin-top: -5px;
  padding: 0 20px;
}
/* line 822, ../scss/style.scss */
.header_account > ul > li.header_search a:hover {
  color: #da291c;
}

/* line 826, ../scss/style.scss */
.header_account > ul > li.header_search:after {
  content: "";
}

/* line 827, ../scss/style.scss */
.header_account > ul > li.login_btn {
  margin-top: -5px;
}

/* line 829, ../scss/style.scss */
.navik-header.header-transparent .header_account > ul > li.d-xl-block > a {
  color: #888;
}

/* line 832, ../scss/style.scss */
.navik-header.header-transparent.header-transparent-on .header_account > ul > li.d-xl-block > a {
  color: #c5cada;
}

/* line 835, ../scss/style.scss */
.navik-header.header-transparent .header_account > ul > li.d-xl-block > a:hover,
.navik-header.header-transparent.header-transparent-on .header_account > ul > li.d-xl-block > a:hover {
  color: #00aed6;
}

/* line 839, ../scss/style.scss */
.header_account > ul > li.icon-link a {
  color: #00aed6;
}

/* line 842, ../scss/style.scss */
.header_account > ul > li.icon-link a:hover {
  color: #fff;
}

/* line 845, ../scss/style.scss */
.navik-header.header-transparent .header_account > ul > li.icon-link a:hover {
  color: #171c8f;
}

/* line 846, ../scss/style.scss */
.navik-header.header-transparent.header-transparent-on .header_account > ul > li.icon-link a:hover {
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  /* line 849, ../scss/style.scss */
  .header_account {
    top: 40px;
    right: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 852, ../scss/style.scss */
  .header_account > ul > li {
    /*margin-right: 25px;*/
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 857, ../scss/style.scss */
  .header_account > ul > li {
    /*margin-right: 18px;*/
  }
}

@media only screen and (max-width: 767px) {
  /* line 862, ../scss/style.scss */
  .header_account > ul > li {
    /*margin-right: 20px;*/
  }

  /* line 865, ../scss/style.scss */
  .navik-header .logo img {
    max-height: 80px;
  }

  /* line 866, ../scss/style.scss */
  .header_account > ul > li.header_search a {
    padding: 0 15px;
  }

  /* line 867, ../scss/style.scss */
  .header_account {
    top: 30px;
  }

  /* line 868, ../scss/style.scss */
  .burger-menu {
    top: 45px;
  }
}

@media only screen and (max-width: 575px) {
  /* line 871, ../scss/style.scss */
  .navik-header .logo img {
    max-height: 60px;
  }

  /* line 872, ../scss/style.scss */
  .header_account {
    top: 20px;
  }

  /* line 873, ../scss/style.scss */
  .burger-menu {
    top: 35px;
  }

  /* line 874, ../scss/style.scss */
  .header_account > ul > li {
    /*margin-right: 14px;*/
  }
}
/***************************************************
	Homepage Guides Section
****************************************************/
/* line 883, ../scss/style.scss */
.guide-title {
  display: flex;
  width: 100%;
  align-items: flex-end;
}

/* line 888, ../scss/style.scss */
.guide-title h3 {
  color: #646363;
}

/***************************************************
  Inner Content
****************************************************/
/* line 898, ../scss/style.scss */
.inner-content {
  background: #f5f5f5;
  padding: 40px 0 50px;
}

@media (max-width: 575.98px) {
  /* line 898, ../scss/style.scss */
  .inner-content {
    padding: 30px 0 40px;
  }
}
/* line 904, ../scss/style.scss */
.inner-content .inner-main {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 1.75rem;
  background: #fff;
  min-height: 70vh;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 40px;
}

@media (max-width: 575.98px) {
  /* line 904, ../scss/style.scss */
  .inner-content .inner-main {
    padding: 1.3rem;
    margin-top: 30px;
  }
}
/* line 917, ../scss/style.scss */
.inner-content h3 {
  color: #012e5d;
}

/***************************************************
  Inside Menu
****************************************************/
/* line 928, ../scss/style.scss */
.inside-menu .inside-header-right li.acc-icon {
  padding: 0 0.3rem;
}

@media (max-width: 767.98px) {
  /* line 928, ../scss/style.scss */
  .inside-menu .inside-header-right li.acc-icon {
    padding: 0 0.4rem;
  }
}
/* line 933, ../scss/style.scss */
.inside-menu .inside-header-right li.acc-icon a {
  color: #012e5d;
  /* margin-top: 7px; */
}
/* line 936, ../scss/style.scss */
.inside-menu .inside-header-right li.acc-icon a:hover {
  color: #da291c;
}

@media (max-width: 767.98px) {
  /* line 939, ../scss/style.scss */
  .inside-menu .inside-header-right li.acc-icon a span {
    /* font-size: 20px; */
  }
}
/* line 946, ../scss/style.scss */
.inside-menu .inside-header-right li.acc-icon.notifications a {
  margin-top: -10px;
  margin-left: -3px;
}
/* line 952, ../scss/style.scss */
.inside-menu .inside-header-right .my-account {
  /*  margin-left: 40px;
  padding-left: 20px;*/
  position: relative;
}
.dContainer {
  position: relative;
  height: 30px;
  width: 10px;
}
.dividerHeader {
  border-left: 1px solid #dadada;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
}
@media (max-width: 767.98px) {
  /* line 952, ../scss/style.scss */
  .inside-menu .inside-header-right .my-account {
    /*    margin-left: 30px;*/
    padding-left: 10px;
  }
}
/* line 960, ../scss/style.scss */
.inside-menu .inside-header-right .my-account .btn {
  color: #646363;
}
/* line 962, ../scss/style.scss */
.inside-menu .inside-header-right .my-account .btn:after {
  content: "\e5cf";
  font-family: "Material Icons Outlined";
  border: none;
  font-size: 20px;
  vertical-align: -0.4rem;
  margin-left: 0;
  transition: transform 0.5s !important;
}
/* line 971, ../scss/style.scss */
.inside-menu .inside-header-right .my-account .btn[aria-expanded="true"]:after {
  transform: rotate(180deg);
}
/* line 975, ../scss/style.scss */
/*.inside-menu .inside-header-right .my-account:before,*/
.hoDivider {
  width: 1px;
  height: 28px;
  background: #d9d8d6;
  top: 10px;
}
/* line 983, ../scss/style.scss */
.inside-menu .inside-header-right .my-account .displayedUserImage {
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e0dfdd;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 990, ../scss/style.scss */
.inside-menu .dropdown-menu {
  min-width: 250px;
  min-width: 300px;
  position: relative;
}
/* line 994, ../scss/style.scss */
.inside-menu .dropdown-menu.ie11 {
  left: auto !important;
  right: 0px !important;
}
/* line 998, ../scss/style.scss */
.inside-menu .dropdown-menu li a {
  display: flex;
  color: #646363;
}
/* line 1001, ../scss/style.scss */
.inside-menu .dropdown-menu li a:hover {
  color: #2a6ebb;
}
/* line 1004, ../scss/style.scss */
.inside-menu .dropdown-menu li a span:not([data-i18n-key]) {
  font-size: 20px;
  margin-right: 0.5rem;
}
/* line 1009, ../scss/style.scss */
.inside-menu .dropdown-menu .form-control {
  font-size: 14px;
}
/* line 1012, ../scss/style.scss */
.inside-menu .dropdown-menu:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -10px;
  right: 5%;
}

/***************************************************
  Dashboard
****************************************************/
/* line 1030, ../scss/style.scss */
.top-services .icon-wrapper {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f1f7fe;
  border-radius: 50%;
}
/* line 1037, ../scss/style.scss */
.top-services .icon-wrapper img {
  max-width: 18px;
}
/* line 1042, ../scss/style.scss */
.top-services a {
  font-size: 14px;
  line-height: 1.3em;
  margin-left: 1rem;
  align-self: center;
}

/* line 1050, ../scss/style.scss */
.dashboard-counter-box {
  position: relative;
}
/* line 1052, ../scss/style.scss */
.dashboard-counter-box:before {
  position: absolute;
  left: 0px;
  top: 3px;
  content: "";
  width: 2px;
  height: 100%;
  background: #e3f2fd;
}
/* line 1061, ../scss/style.scss */
.dashboard-counter-box .heading {
  background: #e3f2fd;
  padding: 0.75rem 1.25rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 88px;
}

@media (max-width: 575.98px) {
  /* line 1061, ../scss/style.scss */
  .dashboard-counter-box .heading {
    min-height: unset;
  }
}
/* line 1069, ../scss/style.scss */
.dashboard-counter-box .heading .icon,
.dashboard-counter-box .heading h5 {
  align-self: center;
}
/* line 1072, ../scss/style.scss */
.dashboard-counter-box .heading span {
  font-size: 42px;
  color: #646363;
}
/* line 1077, ../scss/style.scss */
.dashboard-counter-box .body {
  padding: 1.5rem 1rem 1.25rem;
  margin-top: -3px;
}
/* line 1080, ../scss/style.scss */
.dashboard-counter-box .body .counter-item {
  display: flex;
  margin-bottom: 0.3rem;
}
/* line 1083, ../scss/style.scss */
.dashboard-counter-box .body .counter-item .counter {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* padding: 0.2rem; */
  /* width: 4em; */
  text-align: center;
  color: #fff;
  font-weight: bold;
  /* font-size: 0.8em; */
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 1091, ../scss/style.scss */
.dashboard-counter-box .body .counter-item a.text {
  align-self: center;
  margin-left: 1rem;
  border-bottom: 1px solid rgba(73, 85, 95, 0.15);
  flex: 1 1 auto !important;
  padding-bottom: 0.6rem;
  font-size: 14px;
}

/***************************************************
  Landing Page
****************************************************/
/* line 1106, ../scss/style.scss */
.landing-page-timeframe {
  margin-left: 35px;
}

@media (max-width: 767.98px) {
  /* line 1106, ../scss/style.scss */
  .landing-page-timeframe {
    margin-left: 0;
  }
}

.icon.circle.blue {
  background-color: #f1f7fe;
  color: rgba(0, 0, 0, 0.6);
}
.icon.circle {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.me-3 {
  margin-right: 1rem !important;
}

/* shaji */
.form-label-group .btn-wrapper {
  position: absolute;
  right: 10px;
  top: 10px;
}
.form-label-group .btn-wrapper.round button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #fff;
}
.form-label-group .btn-wrapper.round.blue button {
  border: 1px solid #012e5d;
  color: #012e5d;
}
.form-label-group .btn-wrapper.round.blue button:hover {
  background: #012e5d;
  color: #fff;
}
.form-label-group .btn-wrapper.round.red button {
  border: 1px solid #da291c;
  color: #da291c;
}
.form-label-group .btn-wrapper.round.red button:hover {
  background: #da291c;
  color: #fff;
}
.form-label-group .btn-wrapper.round.corner {
  right: -7px;
  top: -7px;
}
.form-label-group .btn-wrapper.with-main-btn {
  top: 5px;
  right: 5px;
}
.form-label-group .btn-wrapper.with-main-btn button {
  padding: 4px 10px !important;
}
.form-label-group .btn-wrapper.with-main-btn button span.material-icons-outlined {
  margin-right: 0.3rem;
}
.form-label-group .btn-wrapper.left {
  left: 5px;
  right: auto;
}
.form-label-group .icon-with-tooltip {
  position: absolute;
  right: 10px;
  top: 10px;
}
.form-label-group label.onfocus {
  top: -13px;
  left: 7px;
  transform: scale(0.8);
  position: absolute;
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.form-label-group.number-parent .icon-with-tooltip {
  right: 40px;
}
.form-label-group .tagin-wrapper {
  width: 100%;
  padding: 10px;
}
.form-label-group .tagin-wrapper.focus {
  border-color: #012e5d;
}

.profilediv {
  min-height: 40em;
}
.main-btn.filled-btn:hover {
  background: #012e5d !important;
  border: 1px solid transparent !important;
}
.main-btn.filled-btn.blue-hover {
  border: 1px solid #012e5d;
}

.main-btn.filled-btn.blue-hover:before {
  background-color: #012e5d;
}

.main-btn.filled-btn.toggle-content {
  width: 100%;
  margin-bottom: 1rem;
}
.main-btn.filled-btn.toggle-content.active {
  background: #012e5d;
  color: #fff !important;
  border: 1px solid #012e5d;
}
.main-btn.filled-btn.toggle-content.active p {
  color: #fff;
  text-transform: none;
}

.main-btn.filled-btn.toggle-content p {
  display: none;
}

.main-btn.filled-btn.toggle-content .icon-link {
  color: #2969b3;
}

.main-btn.filled-btn.toggle-content:hover .icon-link {
  color: #fff;
}

.main-btn.filled-btn.toggle-content:hover p {
  color: #fff;
}
.main-btn.filled-btn[aria-expanded="true"] {
  border-color: #da291c;
  color: #fff !important;
}

.main-btn.filled-btn[aria-expanded="true"]:before {
  background-color: #da291c;
  bottom: 0;
}

.main-btn.filled-btn.greyed {
  border: none;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  color: #012e5d !important;
}

.main-btn.filled-btn.greyed:before {
  display: none;
}

.main-btn.filled-btn.greyed:hover {
  background-color: #e1e1e1 !important;
  border: 1px solid #e1e1e1 !important;
}

.main-btn.filled-btn.greyed:hover:before {
  background-color: #e1e1e1 !important;
}

.main-btn.filled-btn.greyed[aria-expanded="true"] {
  border-color: #e1e1e1;
  color: #012e5d !important;
}

.main-btn.filled-btn.greyed[aria-expanded="true"]:before {
  background-color: #e1e1e1;
  bottom: 0;
}

.main-btn.filled-btn.option {
  padding: 4px 10px !important;
  width: auto;
}
.user-profile-col {
  border-left: 1px solid #f1f1f1;
  padding-left: 3rem;
}
.logo-box {
  border: 1px solid #dfdfdf;
  text-align: center;
  padding: 30px;
}

.gallery-play {
  position: relative;
}

.gallery-play img {
  display: block;
  transition: transform 0.4s;
  width: 100%;
}

.gallery-play a {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.gallery-play a :before {
  content: "\e038";
  position: absolute;
  font-family: "Material Icons Outlined";
  z-index: 1;
  color: #2a6ebb;
  left: 50%;
  top: 50%;
  opacity: 1;
  font-size: 85px !important;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.gallery-play .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.gallery-play:hover .overlay {
  background: rgba(0, 0, 0, 0.1);
}

.gallery-play:hover :before {
  color: #da291c;
}

.gallery-play:hover img {
  transform: scale(1.05);
  transform-origin: 50% 50%;
}
.download-pdf .icon-pdf {
  margin-right: 10px;
  font-size: 23px;
  vertical-align: sub;
  color: #012e5d;
}
.icon-light span {
  font-size: 42px;
  color: #2a6ebb;
}
.open-new-window span {
  margin-right: 10px;
  font-size: 23px;
  vertical-align: sub;
  color: #2a6ebb;
}

.listtext {
  font-size: 16px;
  color: grey;
}

.full-width .form-check .form-check-input {
  margin-left: 0;
}
.switchSmall {
  display: none !important;
}
@media (max-width: 765px) {
  .extraSpacepl {
    margin-top: 1.5rem !important;
  }
  .DisplayRightBorder {
    border-right: 1px solid #dde1e6 !important;
  }
  /*html[lang="ar"] */
  #txtUserID {
    width: 110px;
  }
}
@media only screen and (max-width: 575px) {
  .switchSmall {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 510px) {
  .menuList {
    flex-direction: column;
  }
  .header_account {
    top: 10px;
  }
  #txtUserID {
    /* height: 25px; */
    width: 120px;
  }
  .notLoggedInDiv li:not(:last-child):after {
    content: "";
  }
  .navik-header .logo img {
    max-height: 80px;
  }
}
.form-select:disabled {
  background-color: #f1f1f1 !important;
}
html[lang="ar"] .span.material-icons-outlined {
  transform: scaleX(-1);
}
td.highlight {
  background: white !important;
  text-decoration: none !important;
}

.mb--15 {
  margin-bottom: -1.5rem !important;
}

.mt-15{
  margin-top: 1.5rem !important;
}

html[lang="ar"] ul {
  text-align: right !important;
}
html[lang="en"] ul {
  text-align: left !important;
}

.extraspace-top{
  padding-top: 5px;
}

.circle-button[disabled] {
  border: 1px solid grey;
  color:grey;
}
.circle-button[disabled]:hover {
  background:grey;
}
[disabled][data-hover-text]::after{
background-color: grey;
/* transform:none; */
}
#chat-widget-container{
  z-index: 999998!important;
}
.nobackgroundimg{ 
  background-image: none;
}