/*@import "components/_normalize.less"; Exist in bootstrap*/
/*Roboto*/
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Light.eot');
  src: url('../fonts/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Light.woff') format('woff'), url('../fonts/Roboto/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Regular.eot');
  src: url('../fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Medium.eot');
  src: url('../fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto/Roboto-Medium.svg#Roboto-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Bold.eot');
  src: url('../fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Blackeot');
  src: url('../fonts/Roboto/Roboto-Blackeot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Blackwoff2') format('woff2'), url('../fonts/Roboto/Roboto-Blackwoff') format('woff'), url('../fonts/Roboto/Roboto-Blackttf') format('truetype'), url('../fonts/Roboto/Roboto-Blacksvg#Roboto-Bold') format('svg');
  font-weight: 900;
  font-style: normal;
}
/* Arabic Font */
@font-face {
  font-family: 'Droid Arabic Kufi';
  src: url('../fonts/droidkufi/DroidArabicKufi.eot?#iefix') format('embedded-opentype'), url('../fonts/droidkufi/DroidArabicKufi.woff') format('woff'), url('../fonts/droidkufi/DroidArabicKufi.ttf') format('truetype'), url('../fonts/droidkufi/DroidArabicKufi.svg#DroidArabicKufi') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  src: url('../fonts/droidkufi/DroidArabicKufi-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/droidkufi/DroidArabicKufi-Bold.woff') format('woff'), url('../fonts/droidkufi/DroidArabicKufi-Bold.ttf') format('truetype'), url('../fonts/droidkufi/DroidArabicKufi-Bold.svg#DroidArabicKufi-Bold') format('svg');
  font-weight: 600;
  font-style: normal;
}
body {
  color: #444;
  font-weight: 400;
  font-family: "Roboto", "Droid Arabic Kufi", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
body .header,
body .footer,
body main {
  opacity: 0;
}
body.loaded .header,
body.loaded .footer,
body.loaded main {
  opacity: 1;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  text-decoration: none;
}
ul li:hover,
.btn:hover {
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
/* Headers */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  color: #444;
}
h1,
.h1 {
  font-size: 1.7143em;
}
h2,
.h2 {
  font-size: 2em;
}
h3,
.h3 {
  font-size: 2em;
}
h4,
.h4 {
  font-size: 1.4286em;
}
h5,
.h5 {
  font-size: 1.1429em;
}
h6,
.h6 {
  font-size: 1em;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.3;
  margin: 1em 0;
}
.deleted {
  text-decoration: line-through;
}
.deleted:hover {
  text-decoration: line-through;
}
#latestRequests table tr td .take-action {
  display: inline-block;
}
#latestRequests table tr td .take-action span {
  color: #f59100;
  line-height: 25px;
  vertical-align: top;
  margin-left: 3px;
}
#latestRequests table tr td .take-action:before {
  font-size: 24px;
  color: #f59100;
}
#latestRequests table tr td .view-action {
  display: inline-block;
}
#latestRequests table tr td .view-action span {
  color: #34b234;
  line-height: 25px;
  vertical-align: top;
  margin-left: 3px;
}
#latestRequests table tr td .view-action:before {
  font-size: 24px;
  color: #34b234;
}
#latestRequests table tr td .view-action.rejected:before {
  color: #da1a32;
}
/*.modal-backdrop {
    z-index: inherit !important;
}*/
.w-mx-content {
  width: max-content;
}
.w-fit-content {
  width: fit-content;
}
.general-lnk {
  color: #1348a0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.general-lnk:hover {
  color: #f59100;
}
.general-header-btn {
  float: right;
  margin-left: 20px;
  color: #1348a0;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.general-header-btn.margin {
  margin-top: 10px;
}
.general-header-btn:hover {
  color: #f59100;
}
body.swal2-in {
  overflow-y: initial !important;
}
.noresize {
  resize: none;
}
textarea {
  min-height: 100px;
}
.node-disabled {
  display: none;
}
.btn.float-l {
  float: left;
  margin-right: 3px;
}
.actions-buttons {
  padding: 5px 42px;
}
.actions-buttons .btn {
  color: #fff;
  border: none;
  /*margin-right: 10px;*/
  outline: none;
  font-size: 1.23em;
}
.actions-buttons .btn:last-child {
  margin-right: 0;
}
.actions-buttons .btn:hover,
.actions-buttons .btn:focus {
  background-color: #0e3372;
  border-color: #0b295c;
  text-decoration: none;
}
.actions-buttons .btn.cancel {
  background-color: #9f9f9f;
  border-color: #9f9f9f;
  /*i:before {
font-size: 17px !important;
font-weight: 600;
}*/
}
.actions-buttons .btn.cancel:hover,
.actions-buttons .btn.cancel:focus {
  background-color: #6c6c6c;
}
.actions-buttons .btn.submit {
  background-color: #5fb634;
  border-color: #5fb634;
}
.actions-buttons .btn.submit:hover,
.actions-buttons .btn.submit:focus {
  background-color: #4a8e29;
}
.actions-buttons .btn.draft {
  background-color: #f7af33;
  border-color: #f7af33;
}
.actions-buttons .btn.draft:hover,
.actions-buttons .btn.draft:focus {
  background-color: #ee9a09;
}
.actions-buttons .btn.btn-return {
  background-color: #f7af33;
  border-color: #f7af33;
}
.actions-buttons .btn.btn-return i:before {
  color: #ffffff;
}
.actions-buttons .btn.btn-return:hover,
.actions-buttons .btn.btn-return:focus {
  background-color: #ee9a09;
}
.actions-buttons .btn.btn-inspection {
  background-color: #476fd6;
  border-color: #476fd6;
}
.actions-buttons .btn.btn-inspection:hover,
.actions-buttons .btn.btn-inspection:focus {
  background-color: #2b54bf;
}
.actions-buttons .btn.btn-reject {
  background-color: #ec424e;
  border-color: #ec424e;
}
.actions-buttons .btn.btn-reject:hover,
.actions-buttons .btn.btn-reject:focus {
  background-color: #e41725;
}
.actions-buttons .btn.btn-approve {
  background-color: #5fb634;
  border-color: #5fb634;
}
.actions-buttons .btn.btn-approve i:before {
  color: #ffffff;
}
.actions-buttons .btn.btn-approve:hover,
.actions-buttons .btn.btn-approve:focus {
  background-color: #4a8e29;
}
.actions-buttons .btn.btn-edit {
  background-color: #f7af33;
  border-color: #f7af33;
}
.actions-buttons .btn.btn-edit:hover,
.actions-buttons .btn.btn-edit:focus {
  background-color: #ee9a09;
}
.actions-buttons .btn.btn-Assign {
  background-color: #f59100;
}
.actions-buttons .btn.btn-Assign:hover {
  background-color: #8f5500;
}
.actions-buttons .btn.btn-cancel {
  background-color: #9f9f9f;
  border-color: #9f9f9f;
}
.actions-buttons .btn.btn-cancel:hover {
  background-color: #868686;
}
.actions-buttons .btn.btn-empty {
  border: solid 1px #1348a0;
  background-color: #fff;
  color: #1348a0;
}
.actions-buttons .btn.btn-empty:hover {
  background-color: #bbb;
  color: #fff;
  border: solid 1px #bbb;
}
.actions-buttons .btn.btn-back {
  border: solid 1px #9ca3af;
  background-color: #9ca3af;
  color: #ffffff;
}
.actions-buttons .btn.btn-back:hover {
  background-color: #bfbfbf;
}
.actions-buttons .btn.btn-next,
.actions-buttons .btn.btn-submit {
  border: solid 1px #1348a0;
  background-color: #1348a0;
  color: #ffffff;
}
.actions-buttons .btn.btn-next:hover,
.actions-buttons .btn.btn-submit:hover {
  background-color: #0e3372;
}
.actions-buttons .btn.btn-draft {
  border: solid 1px #f59100;
  background-color: #f59100;
  color: #ffffff;
}
.actions-buttons .btn.btn-draft:hover {
  background-color: #c27300;
}
.actions-buttons .btn-export:after {
  font-family: ficons;
  content: "\e901";
  color: #fff;
  margin-left: 15px;
  font-size: 0.6429em;
}
.btn-search {
  width: 100%;
  padding: 12px 0;
  margin-top: 24px;
  outline: none;
}
.btn-action {
  padding: 10px 20px !important;
  border-radius: 10px !important;
  outline: none;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 16px;
}
.btn-action i {
  top: 3px !important;
}
.btn-action i:before {
  font-size: 20px !important;
}
.btn-reset {
  color: #fff;
  background-color: #c0c0c0;
  border: 1px solid #b3b3b3;
}
.btn-reset:hover,
.btn-reset:focus {
  color: #fff;
  background-color: #a7a7a7;
  border-color: #9a9a9a;
  text-decoration: none;
}
.btn-post .ficon,
.btn-search .ficon,
.btn-icon .ficon,
.btn-reset .ficon,
.btn .ficon {
  position: relative;
  top: 1px;
  padding: 0 10px 0 0;
}
.btn-post .ficon:before,
.btn-search .ficon:before,
.btn-icon .ficon:before,
.btn-reset .ficon:before,
.btn .ficon:before {
  font-size: 14px;
  line-height: 14px;
}
.btn-post.no-padding .ficon,
.btn-search.no-padding .ficon,
.btn-icon.no-padding .ficon,
.btn-reset.no-padding .ficon,
.btn.no-padding .ficon {
  padding: 0;
}
.selectize-dropdown {
  height: auto !important;
  background: red;
  z-index: 9;
}
.selectize-input input {
  min-width: 50%;
}
.selectize-input.dropdown-active input,
.selectize-input.has-items input {
  min-width: initial;
}
.selectize-control {
  position: relative;
  height: 40px;
  outline: 0;
  border: 0;
}
.selectize-control.loading + .selectize-control:after {
  content: '';
  z-index: 1;
  background: url('../images/preloader.gif');
  background-size: cover;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.selectize-control .selectize-input {
  outline: none;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  color: #8f8f8f;
  box-shadow: none !important;
  border-radius: 10px;
  height: 100%;
}
.selectize-control .selectize-input.locked {
  background-color: #ececeb;
  border-color: #ececeb;
}
.selectize-control .selectize-input:focus {
  border-radius: 0;
  border-bottom: 1px solid #ececec;
  outline: 0;
}
.selectize-control .selectize-input.input-validation-error {
  border-color: #ea4f49;
}
.selectize-control .selectize-input.input-validation-error:focus {
  border-color: #ea4f49;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  outline: 0;
}
.selectize-control .selectize-input:not(.dropdown-active) .item {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 88%;
  width: calc(100% - 30px);
  overflow: hidden !important;
}
.selectize-control.input-lg .selectize-input {
  padding-right: 30px;
  line-height: 18px;
}
.selectize-control.with-border .selectize-input {
  border: 1px solid silver;
}
.selectize-control.multi {
  height: auto;
}
.selectize-control.multi .selectize-input [data-value] {
  background-color: #1348a0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  color: #fff !important;
  padding: 5px 22px 5px 5px;
  position: relative;
  border-radius: 5px;
  margin: 3px 5px 3px 0;
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #797979;
}
.selectize-control.multi .selectize-input [data-value] .remove {
  color: #fff;
  margin-left: 0;
  position: absolute;
  right: 5px;
  font-size: 20px;
}
.selectize-control.multi .item {
  width: auto !important;
  max-width: 90%;
  max-width: calc(100% - 10px);
}
.readonlyctrl {
  background-color: #ececeb;
  border-color: #ececeb;
  line-height: 25px;
  color: #8f8f8f !important;
}
.form-control,
.form-select {
  outline: none;
  border: none;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  color: #8f8f8f;
  box-shadow: none !important;
  font-size: 1em;
}
.form-control.with-border,
.form-select.with-border {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.form-control.input-validation-error,
.form-select.input-validation-error {
  border-color: #ea4f49;
}
.form-control.input-validation-error:focus,
.form-select.input-validation-error:focus {
  border-color: #ea4f49;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  outline: 0;
}
.form-control:disabled,
.form-select:disabled,
.form-control.readonly,
.form-select.readonly {
  background-color: #ececeb;
  border-color: #ececeb;
}
.form-control.disabled-label,
.form-select.disabled-label {
  background-color: #f9f9f9;
  height: auto !important;
}
.form-control:focus,
.form-select:focus {
  border-color: initial;
}
.form-control.readonly,
.form-select.readonly {
  background-color: #ececeb;
  border-color: #ececeb;
}
.form-control[readonly] {
  background-color: #ececeb;
  border-color: #ececeb;
}
.form-label {
  /* .font-size-em(20px,@font-size-base);*/
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #111827;
  /*color: #686868;*/
}
.form-label.required:after {
  content: "*";
  color: #ea4f49;
  padding: 0 7px;
  font-size: 0.9286em;
  line-height: 15px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.dropdownTree {
  position: relative;
}
.dropdownTree .remove-tree {
  position: absolute;
  right: 13px;
  top: 11px;
  color: #808080;
}
.dropdownTree .remove-tree:hover {
  color: #e64d61;
}
.dropdownTree .remove-tree i:before {
  font-size: 10px;
}
.dropdownTree .dropdownTree-btn {
  padding: 12px !important;
  line-height: 16px;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
.dropdownTree .dropdownTree-tree {
  line-height: 16px;
  max-height: 370px;
  overflow-y: auto;
  width: 100%;
  position: absolute;
  z-index: 9;
}
.listing-filter-tree .dropdownTree .dropdownTree-btn .form-control {
  border-radius: 0.25rem;
}
.field-validation-error,
.custom-error {
  background-color: #ea4f49;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  position: absolute;
  transform: translate(-50%, 100%);
  left: 50%;
  bottom: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.5);
  min-width: 300px;
  z-index: 10;
  display: none;
  /*&.top {
  bottom: auto;
  top: auto;
  transform: translateY(-113%);

  &:before {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid @secondary-color;
      border-bottom: none;
      position: absolute;
      bottom: -6px;
      top: auto;
  }
}*/
}
.field-validation-error.modal-uploader-error,
.custom-error.modal-uploader-error {
  bottom: -82px;
}
.field-validation-error.pull-down,
.custom-error.pull-down {
  bottom: -45px;
}
.field-validation-error label,
.custom-error label {
  margin-bottom: 0;
  /*white-space: nowrap;*/
  padding: 2px;
  display: block !important;
}
.field-validation-error:before,
.custom-error:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ea4f49;
  position: absolute;
  top: -6px;
  left: 49%;
  left: calc(50% - 3px);
}
.field-validation-error.show-error,
.custom-error.show-error {
  display: inline-block;
}
.has-custom-error .custom-error {
  display: block;
}
.field-validation-valid {
  display: none;
}
.validation-summary-errors ul {
  margin: 0;
}
.popover {
  width: 450px;
}
.popover .popover-content li {
  padding: 3px 0px;
}
.table-listing {
  margin: 10px 0;
}
.table-listing select.selectized {
  display: none;
}
.table-listing > thead > tr,
.table-listing > tbody > tr {
  border-left: 1px solid #d3d2d0;
  border-right: 1px solid #d3d2d0;
  border-bottom: 1px solid #d3d2d0;
}
.table-listing > thead > tr > th,
.table-listing > tbody > tr > th {
  background-color: #1348a0;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
  font-size: 1.1em;
}
.table-listing > thead > tr > td,
.table-listing > tbody > tr > td {
  position: relative;
}
.table-listing > thead > tr > td.no-padding,
.table-listing > tbody > tr > td.no-padding {
  padding: 0 !important;
}
.table-listing > thead > tr > td i.fi-datetime,
.table-listing > tbody > tr > td i.fi-datetime {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #f7f7f7;
}
.table-listing > thead > tr > td .btnDelete i:before,
.table-listing > tbody > tr > td .btnDelete i:before {
  display: inline-block;
  color: #f7f7f7;
  font-size: 20px;
  margin-top: 10px;
}
.table-listing > thead > tr > td table tr td .btnDelete i:before,
.table-listing > tbody > tr > td table tr td .btnDelete i:before {
  color: #b0b0b0;
}
.empty-result,
.result-msg {
  text-align: center;
  color: #444444;
  border: 1px solid #1348a0;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
}
.empty-result {
  padding: 30px;
}
.empty-result.with-margin {
  margin: 10px -14px;
}
.empty-result.empty-table {
  border: 0;
  padding: 30px 0 0 0;
}
.result-msg {
  padding: 20px;
  margin-bottom: 15px;
  position: relative;
}
.result-msg.result-items {
  margin-top: 0px;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
}
.pager {
  text-align: center;
  clear: both;
}
.pager .count {
  font-weight: 600;
  color: #7a7a7a;
  font-size: 0.8571em;
  margin: 0 5px;
}
.pager .pager-content {
  display: inline-block;
}
.pager .pager-content a:not(.page-nav) {
  display: none;
}
.pager .pager-content a:hover {
  color: #fff;
  background-color: #1348a0;
  border-color: #1348a0;
}
.pager .pager-content a:hover .ficon:before {
  color: #fff;
}
.pager .pager-content .spacer {
  display: none;
}
.pager .pager-content .btn {
  position: relative;
  text-decoration: none;
  font-size: 1em;
  font-weight: 600;
  background-color: transparent;
  background: none;
  outline: none;
  border: 1px solid #444;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 50%;
  padding: 0;
  line-height: 30px;
  color: #444;
}
.pager .pager-content .btn:last-child {
  margin: 0;
}
.pager .pager-content .btn .ficon {
  top: 0;
  padding: 0;
}
.pager .pager-content .btn .ficon:before {
  line-height: 10px;
  font-size: 13px;
  color: #a4a4a4;
}
.pager .pager-content .btn.current {
  color: #fff;
  background: #1348a0;
  border: 1px solid #1348a0;
}
.pager .pager-content .btn.disabled {
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
}
.has-error {
  position: relative;
}
.has-error .form-control.required,
.has-error .form-control.dependValidator,
.has-error .form-control,
.has-error .jFiler-input-text,
.has-error .selectize-control.required .selectize-input,
.has-error .selectize-control.dependValidator .selectize-input,
.has-error .mce-panel {
  border-color: #ea4f49;
}
.has-error .form-control.required:focus,
.has-error .form-control.dependValidator:focus,
.has-error .form-control:focus,
.has-error .jFiler-input-text:focus,
.has-error .selectize-control.required .selectize-input:focus,
.has-error .selectize-control.dependValidator .selectize-input:focus,
.has-error .mce-panel:focus,
.has-error .form-control.required.focus,
.has-error .form-control.dependValidator.focus,
.has-error .form-control.focus,
.has-error .jFiler-input-text.focus,
.has-error .selectize-control.required .selectize-input.focus,
.has-error .selectize-control.dependValidator .selectize-input.focus,
.has-error .mce-panel.focus {
  border-color: #cf1f18;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ed6560;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ed6560;
}
.has-error .field-validation-error {
  display: inline-block;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info .jFiler-item-title {
  pointer-events: painted !important;
  white-space: nowrap !important;
}
.actions-section {
  position: absolute;
  top: 35px;
  right: 45px;
  display: inline-block;
}
.actions-section a {
  color: #555;
  margin-left: 10px;
  display: inline-block;
}
.actions-section a:hover,
.actions-section a:focus,
.actions-section a:active {
  color: #3b3b3b;
}
.add-new {
  position: absolute;
  top: 25px;
  right: 85px;
  color: #000;
  padding: 10px 5px;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #5e5e5e;
  padding: 12px;
  margin-bottom: 20px;
  background-color: #d6d4d4;
}
.hint-block span {
  text-transform: capitalize;
  color: #1348a0;
}
.hint-block .ficon {
  position: relative;
  top: 4px;
  margin: 0 5px;
  color: #1348a0;
}
.ul-hints {
  display: inline-block;
  list-style: none;
  padding: 0px 20px;
  margin: 0px;
}
.ul-hints li {
  margin-bottom: 10px;
}
.popover-link {
  color: #ecbc55;
  margin: 10px;
}
.popover-link:hover,
.popover-link:visited,
.popover-link:focus,
.popover-link:active {
  color: #d3991d;
}
.help-block {
  color: #888;
  font-size: 0.9em;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: -10px;
}
.label-reference {
  position: absolute;
  right: 10px;
  top: 5px;
  bottom: 0;
  display: flex;
  align-items: center;
}
.label-reference span {
  background-color: #777;
  padding: 8px 10px;
}
.label-status {
  font-weight: bold;
  color: #f7f7f7;
}
.link-applicant {
  font-weight: bold;
  font-size: 1.1em;
}
.link-applicant .ficon:before {
  font-size: 18px;
}
button,
input,
optgroup,
select,
textarea {
  font-family: "Roboto", "Droid Arabic Kufi", sans-serif;
}
.fixed-width {
  width: 70%;
}
.selectdiv {
  position: relative;
}
.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding-right: 30px;
}
.selectdiv select::-ms-expand {
  display: none;
}
.selectdiv select.input-lg {
  line-height: 1.3333333;
}
.selectdiv:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 47px;
  right: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #646464 transparent transparent;
}
.selectdiv.in-cell:after {
  top: 40%;
}
.selectdiv.with-height:after {
  top: 70px;
}
.selectdiv.pnl-add-popup:after {
  right: 84px;
}
.locationdiv:after {
  content: '\e913';
  display: block;
  position: absolute;
  top: 57%;
  right: 30px;
  font-family: ficons;
  font-size: 1.4286em;
  color: #656565;
}
.locationdiv .form-control {
  padding-right: 45px;
}
.filters {
  margin-bottom: 30px;
  background-color: #fff;
}
.filters .selectize-control .selectize-input {
  border: 1px solid #ced4da;
  border-radius: 3px;
}
.filters select.selectized {
  display: none;
}
.filters label {
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1348a0;
  font-size: 0.9286em;
}
.filters .total-entries {
  text-align: right;
  padding-top: 30px;
  position: relative;
  color: #acacac;
  font-weight: 600;
}
.filters .total-entries label {
  margin: 0;
  color: #acacac;
}
.filters .total-entries .totalrecords {
  display: inline-block;
  border: 1px solid #1348a0;
  color: #fff;
  padding: 0 5px;
  border-radius: 5px;
  background-color: #1348a0;
  margin: 0 5px;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.label-totals {
  display: block;
  margin-top: 10px;
  background-color: #c0c0c0;
  padding: 7px;
  color: #4c4a4a;
  text-align: center;
  font-size: 1.2em;
}
.label-totals span {
  margin: 0 10px;
  color: #1348a0;
}
.ItemsCost .total {
  background-color: #d6d6d6;
  padding: 10px 20px;
  color: #1348a0;
}
.ItemsCost .total span {
  margin: 0 10px;
  color: #4c4a4a;
}
.tab-content {
  background: white;
  padding: 15px;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  margin-top: -2px;
}
.activities-tabs li {
  position: relative;
}
.activities-tabs li a {
  background-color: #eee;
  border-color: #eee #eee #ddd;
  padding-right: 30px;
}
.activities-tabs li a.btnDelete {
  position: absolute;
  top: 12px;
  right: 8px;
  border: 0;
  height: 15px;
  width: 15px;
  padding: 0;
  display: block;
}
.activities-tabs li a.btnDelete:hover {
  border: 0;
}
.activities-tabs li a.btnDelete i:before {
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  color: #f7f7f7;
}
.activities-tabs li.add-activity a {
  background: transparent;
  border: 0 !important;
  padding: 10px 5px;
}
.activities-tabs li.add-activity a i {
  background-color: #b8b8b8;
  padding: 6px 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: -6px;
}
.activities-tabs li.add-activity a i:before {
  color: #f6f6f6;
}
.pnl-add-popup {
  width: 50%;
  position: relative;
}
.pnl-add-popup select.input-lg {
  width: 90%;
}
.pnl-add-popup .add-item {
  position: absolute;
  top: 25px;
  right: 15px;
  padding: 12px;
}
.mce-statusbar .mce-flow-layout .mce-path {
  display: none;
}
.mce-colorbutton-grid .mce-custom-color-btn {
  display: none;
}
.mce-colorbutton-grid tbody tr:last-child {
  display: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
  left: 0;
}
.dropdown:hover .dropdown-content {
  display: block;
}
/*Bootstrap 3 responsive columns of same height*/
/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/
/* content styles */
.inside.inside-full-height {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.row-height .col-height {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: middle;
}
.row-height .col-height.col-top {
  vertical-align: top;
}
.row-height .col-height.col-bottom {
  vertical-align: bottom;
}
@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .row-xs-height .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .row-sm-height .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .row-md-height .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .row-lg-height .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
}
/* ---------------------------  Sweet Alert  ----------------------------------------*/
.swal2-container .swal2-confirm,
.swal2-container .swal2-cancel {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 500;
  margin: 0 5px;
  padding: 10px 25px;
}
.swal2-container .swal2-confirm {
  background-color: #1348a0;
  border: 1px solid #103e89;
}
.swal2-container .swal2-confirm:hover {
  background-color: #103e89;
  border-color: #0e3372;
}
.swal2-container .swal2-confirm.swal2-loading {
  box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: -2px 30px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  user-select: none;
  border-left-color: #103e89;
  border-right-color: #103e89;
}
.swal2-container .swal2-confirm.swal2-loading:after {
  display: none !important;
}
.swal2-container .swal2-cancel {
  display: inline-block;
  background-color: #c0c0c0;
  border: 1px solid #b3b3b3;
}
.swal2-container .swal2-cancel:hover {
  background-color: #b3b3b3;
  border-color: #a7a7a7;
}
.swal2-container .swal2-cancel:disabled {
  background: #dddddd !important;
  border: 1px solid #d0d0d0 !important;
}
.sw-datetime-block {
  position: relative;
}
.sw-datetime-block i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #f7f7f7;
}
/*div[role="dialog"] {
    position: relative !important;
    overflow: visible !important;
}*/
.check-availability {
  margin-top: 37px;
}
.modal-uploader .jFiler-input-inner .jFiler-input-text {
  padding: 25px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dotted #081f45 !important;
  gap: 15px;
  border-radius: 8px !important;
}
.modal-uploader .jFiler-input-inner .jFiler-input-text h4 {
  margin: 0px;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 24px;
  color: #1B1D21 !important;
}
.modal-uploader .jFiler-input-inner .jFiler-input-text .jFiler-input-choose-btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  text-decoration: underline;
  color: #004F8B;
  margin-bottom: 6px;
  width: auto;
}
.modal-uploader .jFiler-input-inner .jFiler-input-text .jFiler-input-choose-btn i {
  position: absolute;
  right: -37px;
  top: 15px;
}
/****************************** JFiler **********************/
.jFiler-input-text {
  width: 100% !important;
  height: 50px !important;
  padding: 10px 15px !important;
  height: auto !important;
  text-align: left !important;
  border: none !important;
  border: 1px solid #ececec !important;
  color: #8f8f8f;
  box-shadow: none !important;
  border-radius: 5px !important;
}
.jFiler-input-text h4 {
  color: #444444 !important;
  font-weight: 600 !important;
}
.jFiler-input-text h4 span {
  display: block;
  color: #1348a0;
  font-weight: normal;
  margin-top: 5px;
  font-size: 0.85em;
}
.jFiler-input-text .jFiler-input-choose-btn i:before {
  color: #1348a0;
  font-size: 26px;
  position: absolute;
  right: 0px;
  transform: translateY(-50%);
  top: 50%;
}
.jFiler-input-choose-btn {
  position: absolute;
  right: 0;
  top: 0;
  float: none !important;
}
.jFiler-input-choose-btn.gold {
  background: none !important;
  color: #656565;
  border: none !important;
  font-size: 1.7857em;
  padding: 7px 0px;
  height: 100%;
  right: 10px;
  color: #6e6e6e;
}
.jFiler {
  width: 100%;
}
.jFiler ul.jlist-inline li {
  text-align: center;
}
.attachment-half .jFiler-items .jFiler-items-grid .jFiler-item {
  width: 50%;
}
.jFiler-items {
  width: 100%;
}
.jFiler-items .jFiler-items-grid .jFiler-item {
  display: inline-block;
  float: none !important;
  /*width: 33.33%;*/
  /*width: 25% !important;*/
}
.jFiler-items .jFiler-items-grid .jFiler-item .jFiler-item-container {
  /*margin-top: 10px;*/
}
.jFiler-items .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}
.jFiler-items .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info {
  display: flex;
  align-items: center;
  padding-left: 0 !important;
  gap: 10px;
}
.jFiler-items .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info .jFiler-item-info-container {
  width: calc(80% - 25px);
  margin-left: 45px;
}
.jFiler-items .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets {
  margin: 0 0 0 12px !important;
}
.jFiler-jProgressBar {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
}
.jFiler-jProgressBar .bar {
  background-color: rgba(247, 169, 35, 0.75) !important;
}
/****************************** JFiler **********************/
/****************************** Bootstrap Modal **********************/
.custom-modal {
  max-width: 650px;
}
.custom-modal .modal-content {
  border-radius: 20px;
}
.custom-modal .modal-header {
  border-bottom: 1px solid #1348a0;
}
.custom-modal .modal-header .close {
  padding: 0 20px;
  font-size: 30px;
  margin: 0;
}
.custom-modal .modal-title {
  font-size: 1.2857em;
  padding: 0 10px;
  font-weight: 700;
}
.custom-modal .modal-title i {
  color: #1348a0;
  font-size: 25px;
  position: relative;
  top: 2px;
  padding: 0 5px;
}
.custom-modal .modal-footer {
  border-top: 0;
}
.custom-modal .modal-footer.align-center {
  justify-content: center;
}
.custom-modal .modal-footer.align-center .btn {
  margin-right: 0;
  padding: 12.5px;
}
.custom-modal .sec-title {
  font-size: 0.9286em;
}
/*------------------------- jquery.filer-dragdropbox-theme -------------------------*/
.jFiler-input-dragDrop {
  margin-bottom: 5px !important;
}
/****************************** Bootstrap Modal **********************/
/* User Profile*/
/*[data-requirejs="userProfile"] {

    .selectize-dropdown {
        padding: 0;
    }

    .selectize-input {
        height: 50px;
        display: flex;
        align-items: center;
    }
}*/
/************** Percentage CSS ****************/
/* CSS Percentage Circle */
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}
.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill {
  position: absolute;
  border: 0.08em solid #1348a0;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.51em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(0deg);
}
.c100.p100 .bar,
.c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #73c266;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(0deg);
  color: #73c266;
}
.c100 {
  position: relative;
  font-size: 90px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: right;
  margin: 0 0 20px 0;
  background-color: #e7e7e7;
  z-index: 15;
}
.c100.duration {
  font-size: 60px;
  z-index: 5;
  right: -6px;
}
.c100.duration i {
  font-size: 25px;
  line-height: 60px;
  color: #e7e7e7;
}
.c100.Submitted span,
.c100.Submitted .delaystatus,
.c100.Submitted .applicationstatus {
  color: #da8a00;
}
.c100.Submitted .bar,
.c100.Submitted .fill {
  border-color: #da8a00;
  color: #da8a00;
}
.c100.Draft span,
.c100.Draft .delaystatus,
.c100.Draft .applicationstatus {
  color: #a7a9ac;
}
.c100.Draft .bar,
.c100.Draft .fill {
  border-color: #a7a9ac;
  color: #a7a9ac;
}
.c100.Normal span,
.c100.Normal .delaystatus,
.c100.Normal .applicationstatus {
  color: #a7a9ac;
}
.c100.Normal .bar,
.c100.Normal .fill {
  border-color: #a7a9ac;
  color: #a7a9ac;
}
.c100.Pending span,
.c100.Pending .delaystatus,
.c100.Pending .applicationstatus {
  color: #f59100;
}
.c100.Pending .bar,
.c100.Pending .fill {
  border-color: #f59100;
  color: #f59100;
}
.c100.Canceled span,
.c100.Canceled .delaystatus,
.c100.Canceled .applicationstatus {
  color: #3f9db6;
}
.c100.Canceled .bar,
.c100.Canceled .fill {
  border-color: #3f9db6;
  color: #3f9db6;
}
.c100.Approved span,
.c100.Approved .delaystatus,
.c100.Approved .applicationstatus {
  color: #34b234;
}
.c100.Approved .bar,
.c100.Approved .fill {
  border-color: #34b234;
  color: #34b234;
}
.c100.Returned span,
.c100.Returned .delaystatus,
.c100.Returned .applicationstatus {
  color: #ffa832;
}
.c100.Returned .bar,
.c100.Returned .fill {
  border-color: #ffa832;
  color: #ffa832;
}
.c100.Rejected span,
.c100.Rejected .delaystatus,
.c100.Rejected .applicationstatus {
  color: #da1a32;
}
.c100.Rejected .bar,
.c100.Rejected .fill {
  border-color: #da1a32;
  color: #da1a32;
}
.c100.Reopened span,
.c100.Reopened .delaystatus,
.c100.Reopened .applicationstatus {
  color: #b0c526;
}
.c100.Reopened .bar,
.c100.Reopened .fill {
  border-color: #b0c526;
  color: #b0c526;
}
.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
  transform: rotate(180deg);
}
.c100 *,
.c100 *:before,
.c100 *:after {
  box-sizing: content-box;
}
.c100.center {
  float: none;
  margin: 0 auto;
}
.c100.application {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 85px;
}
/*.ar {
    .c100 {
        float: left;

        &.duration {
            left: -6px;
            right: auto;
        }

        .time {
            &.delaystatus {
                font-size: 8px !important;
            }

            &.applicationstatus {
                font-size: 10px !important;
            }
        }
    }
}*/
.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  font-size: 0.2em;
  color: #999;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.c100 > span.percent {
  font-weight: 600;
  top: -5px;
  font-size: 22px;
  line-height: 90px;
  width: 100%;
}
.c100 > span.small {
  font-size: 11px;
  width: 100%;
  top: 30%;
}
.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  width: 0.84em;
  height: 0.84em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100 .time {
  font-size: 13px;
  bottom: -22px;
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #666;
  display: block;
  direction: ltr;
}
.c100 .time span {
  color: #666;
}
.c100 .time.delaystatus {
  bottom: -35px;
  font-size: 11px;
}
.c100 .time.applicationstatus {
  bottom: -17px;
  font-size: 11px;
}
.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}
.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}
.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.c100.p13 .bar {
  -webkit-transform: rotate(46.8deg);
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -o-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg);
}
.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}
.c100.p21 .bar {
  -webkit-transform: rotate(75.6deg);
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -o-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c100.p26 .bar {
  -webkit-transform: rotate(93.6deg);
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -o-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}
.c100.p31 .bar {
  -webkit-transform: rotate(111.6deg);
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -o-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg);
}
.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.c100.p37 .bar {
  -webkit-transform: rotate(133.2deg);
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -o-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}
.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.c100.p42 .bar {
  -webkit-transform: rotate(151.2deg);
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -o-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg);
}
.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.c100.p47 .bar {
  -webkit-transform: rotate(169.2deg);
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -o-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.c100.p52 .bar {
  -webkit-transform: rotate(187.2deg);
  -moz-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -o-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}
.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  transform: rotate(198deg);
}
.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.c100.p57 .bar {
  -webkit-transform: rotate(205.2deg);
  -moz-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -o-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}
.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg);
}
.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.c100.p62 .bar {
  -webkit-transform: rotate(223.2deg);
  -moz-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -o-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}
.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg);
}
.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.c100.p67 .bar {
  -webkit-transform: rotate(241.2deg);
  -moz-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -o-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}
.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg);
}
.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.c100.p74 .bar {
  -webkit-transform: rotate(266.4deg);
  -moz-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -o-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}
.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.c100.p79 .bar {
  -webkit-transform: rotate(284.4deg);
  -moz-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -o-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}
.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg);
}
.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.c100.p84 .bar {
  -webkit-transform: rotate(302.4deg);
  -moz-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -o-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}
.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  transform: rotate(306deg);
}
.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.c100.p89 .bar {
  -webkit-transform: rotate(320.4deg);
  -moz-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -o-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}
.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg);
}
.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.c100.p94 .bar {
  -webkit-transform: rotate(338.4deg);
  -moz-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -o-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}
.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg);
}
.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.c100.p99 .bar {
  -webkit-transform: rotate(356.4deg);
  -moz-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -o-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}
.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
/*.c100:not(&.duration):hover {
    cursor: default;
}

.c100:not(&.duration):hover > span {
    width: 3.33em;
    line-height: 3.33em;
    font-size: 0.3em;
    color: @primary-color;
}

.c100:not(&.duration):hover {
    &.p100 > span {
        color: green;
    }
}

.c100:not(&.duration):hover:after {
    top: 0.04em;
    left: 0.04em;
    width: 0.92em;
    height: 0.92em;
}*/
/**********************************************/
/* The container */
.chk-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  margin-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chk-container .form-label {
  padding-top: 2px;
}
/* Hide the browser's default checkbox */
.chk-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #dadada;
}
/* On mouse-over, add a grey background color */
.chk-container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.chk-container input:checked ~ .checkmark {
  background-color: #9f9f9f;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.chk-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.chk-container .checkmark:after {
  left: 9px;
  top: 6px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-check-custom {
  background-color: #bbd2f7;
  padding: 15px 40px;
  border-radius: 10px;
  display: flex;
  gap: 15px;
}
.is-confirmation {
  gap: 15px !important;
}
.is-confirmation .form-check-input {
  margin: 0px;
}
.is-confirmation label {
  margin-bottom: 0;
}
.form-check {
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 3px;
}
.form-check-input {
  border-radius: .25em;
  padding: 8px;
}
.form-check-input:focus {
  box-shadow: none;
}
.form-check-label {
  font-weight: 400;
  font-size: 16px;
  margin-right: 15px;
  line-height: 24px;
}
.radio-label {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
input[type='radio'] {
  position: relative;
  left: auto;
  -webkit-appearance: radio;
  margin-right: 10px;
  margin-left: 5px;
}
input[type='radio']:after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  top: -5px;
  left: -5px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 1px solid #1348a0;
}
input[type='radio']:checked:before {
  content: '';
  position: absolute;
  background-color: transparent;
  display: inline;
  padding: 10px;
  top: -5px;
  left: -5px;
  border: 1px solid #1348a0;
  border-radius: 100%;
}
input[type='radio']:checked:after {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  top: -2px;
  left: -2px;
  position: relative;
  background-color: #1348a0;
  content: '';
  display: inline-block;
  visibility: visible;
  padding: 1px;
  border: 1px solid #1348a0;
}
.custom-control {
  padding: 5px 30px;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}
.custom-control-indicator {
  width: 24px;
  height: 24px;
}
.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #1348a0;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #1348a0;
}
.view-action {
  display: inline-block;
}
.view-action:before {
  font-size: 24px;
  color: #34b234;
}
.view-action.rejected:before {
  color: #da1a32;
}
.list-group-item.node-selected {
  background-color: #1348a0 !important;
}
.ajax-check {
  position: relative;
}
.ajax-check .ficon {
  position: absolute;
  right: 25px;
  top: 42px;
  font-size: 18px;
  line-height: 18px;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.ajax-check .ficon.icon-valid {
  color: #48b657;
  opacity: 1;
}
.ajax-check .ficon.icon-valid:before {
  content: "\e923";
}
.ajax-check .ficon.icon-invalid {
  color: #b94945;
  opacity: 1;
}
.ajax-check .ficon.icon-invalid:before {
  content: "\e917";
  font-size: 15px;
}
.termslnk {
  margin: 0 5px;
  color: #1348a0;
  transition: all 0.3s ease-in-out;
}
.termslnk:hover {
  color: #f59100;
  border-color: #f59100;
}
.changed .form-label {
  font-weight: 600;
}
.changed .form-control,
.changed .selectize-control .selectize-input.disabled {
  background-color: #999;
  color: #fff;
}
.changed .info {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 18px;
}
.changed .factory {
  color: #fff !important;
}
.hscode-ctrl .form-control {
  width: 96%;
  display: inline-block;
}
.hscode-ctrl .add-code {
  font-size: 30px;
  line-height: 30px;
  position: relative;
  top: 6px;
  color: #bf9e66;
}
.dropdown-tree-control {
  position: relative;
}
.license-pager {
  border-top: 1px solid #C3C6CB;
  justify-content: flex-end !important;
  margin: 0 .5rem;
}
.pagination .page-item {
  margin: 5px;
}
.pagination .page-item:nth-child(1) {
  margin-left: 0;
}
.pagination .page-item:nth-child(1) .page-link {
  padding-left: 0;
}
.pagination .page-item.disabled .page-link {
  color: #b3b3b3;
}
.pagination .page-item .page-link {
  background: transparent !important;
  border: 0 !important;
  color: initial;
  display: flex;
  align-items: center;
}
.pagination .page-item .page-link:hover {
  color: #1348a0;
}
.pagination .page-item .page-link.current {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #1348a0 !important;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-item .page-link i {
  margin-top: 3px;
}
.pagination .page-item .page-link i:before {
  font-size: 20px;
}
.pagination .page-item .page-number {
  display: flex;
  align-items: center;
  color: #232528;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.pagination .page-item .page-number i {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.home-alert {
  padding: 20px 10px;
  margin: 20px 0px 0px 0px;
  /*box-shadow: 2px 16px 0px -1px rgba(0, 0, 0, 0.08);*/
  background-color: #FEF2F2;
  border-radius: .25rem;
  gap: 30px;
  display: flex;
  align-items: center;
}
.home-alert .icon-text {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #B91C1C;
}
.home-alert .icon-text i {
  font-size: 29px;
  display: flex;
}
.home-alert .icon-text span {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
}
.home-alert .message-container {
  overflow: visible;
  /* allow content to grow */
  position: relative;
  height: auto;
  /* let height grow naturally */
  flex: 1 1 auto;
  /* allow it to grow and shrink */
  min-width: 0;
}
.home-alert .message-container .message {
  width: 98%;
  font-weight: 400;
  font-size: 17px;
  color: #B91C1C;
  line-height: 24px;
  margin-bottom: 0px;
  white-space: normal;
  /* allow line breaks */
  /*display: block;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.home-alert .close {
  display: flex;
  justify-content: end;
  font-size: 18px;
  color: #232528;
  border: none;
}
.home-alert .close span {
  display: none;
}
.home-alert .close i {
  display: block;
}
.home-alert .alert-carousel .owl-stage-outer {
  width: 90%;
}
.ackmessage {
  /*background: #fff;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;*/
}
.ackmessage .alert-container {
  /*max-width: 726px;*/
  margin: auto;
  width: auto;
}
.ackmessage .alert-container .alert {
  padding: 40px;
  border-radius: 10px;
  background-color: #ffffff;
}
.ackmessage .alert-container .alert .alert-content {
  font-size: 1em;
  color: #686868;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  height: 100%;
}
.ackmessage .alert-container .alert .alert-content .alert-icon {
  text-align: center;
  height: 60px;
  width: 60px;
  padding: 0;
  margin: auto;
  margin-bottom: 30px;
}
.ackmessage .alert-container .alert .alert-content .alert-icon.success:before {
  color: #34b234;
  display: inline-block;
  font-size: 75px;
  border-radius: 50%;
}
.ackmessage .alert-container .alert .alert-content .alert-icon.warning:before {
  color: #ffc107;
  display: inline-block;
  font-size: 75px;
  border-radius: 50%;
}
.ackmessage .alert-container .alert .alert-content .alert-icon.info:before {
  color: #17a2b8;
  display: inline-block;
  font-size: 75px;
  border-radius: 50%;
}
.ackmessage .alert-container .alert .alert-content .alert-icon.error:before {
  color: #dc3545;
  display: inline-block;
  font-size: 75px;
  border-radius: 50%;
}
.ackmessage .alert-container .alert .alert-content .alert-icon.fi-reject:before {
  color: #ea4f49;
  display: inline-block;
  font-size: 75px;
  background-color: white;
  border-radius: 50%;
}
.ackmessage .alert-container .alert .alert-content .sub-title-base {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  /*margin-top: 1.5rem;*/
}
.ackmessage .alert-container .alert .alert-content .sub-title-base.success {
  color: #34b234;
}
.ackmessage .alert-container .alert .alert-content .sub-title-base.warning {
  color: #ffc107;
}
.ackmessage .alert-container .alert .alert-content .sub-title-base.info {
  color: #17a2b8;
}
.ackmessage .alert-container .alert .alert-content .sub-title-base.error {
  color: #dc3545;
}
.ackmessage .alert-container .alert .alert-content .msg-wrapper {
  font-weight: 400;
  width: auto;
  display: block;
  text-align: center;
  color: #000000;
  font-size: 16px;
  margin-top: 0.5rem;
  line-height: 24px;
  max-width: 600px;
}
.ackmessage .alert-container .alert .icon-container {
  background-repeat: no-repeat;
  background-position-x: center;
  padding: 60px;
}
.ackmessage .alert-container .alert.success {
  color: #34b234;
}
.ackmessage .alert-container .alert.warning {
  color: #ffc107;
}
.ackmessage .alert-container .alert.error {
  color: #dc3545;
}
.ackmessage .alert-container .alert.info {
  color: #17a2b8;
}
.ackmessage .alert-container .alert .list-button {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.ackmessage .alert-container .alert .list-button a.main-button {
  padding: 10px;
  border: 1px solid #185dce;
  background-color: #185dce;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 1rem;
}
.ackmessage .alert-container .alert .list-button a.main-button:hover {
  background-color: #0e3372;
  border-color: #0d2f69;
}
.ackmessage .alert-container .alert .list-button a.default-button {
  padding: 10px;
  border: 1px solid #9ca3af;
  font-size: 16px;
  font-weight: 500;
  margin-top: 1rem;
  background-color: #9ca3af;
  color: #ffffff;
}
.ackmessage .alert-container .alert .list-button a.default-button:hover {
  background-color: #99a0ad;
}
.grecaptcha-badge {
  z-index: 9 !important;
}
.en .application-workflow ul li:first-child {
  margin-left: 0;
}
.en .application-workflow ul li:last-child {
  margin-right: 0;
}
.read-only {
  pointer-events: none;
}
.application-workflow {
  padding: 40px 90px 60px;
  border-top: 1px solid #1348a0;
  text-align: center;
}
.application-workflow ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  counter-reset: li;
  position: relative;
  display: inline-block;
}
.application-workflow ul:before {
  content: '';
  position: absolute;
  display: block;
  height: 0.5px;
  width: 100%;
  background: #dfceb2;
  transform: translateY(-50%);
  top: 50%;
}
.application-workflow ul.step-2 li {
  margin: 0 415px;
}
.application-workflow ul.step-3 li {
  margin: 0 185px;
}
.application-workflow ul.step-4 li {
  margin: 0 115px;
}
.application-workflow ul.step-5 li {
  margin: 0 80px;
}
.application-workflow ul.step-6 li {
  margin: 0 59px;
}
.application-workflow ul.step-7 li {
  margin: 0 45px;
}
.application-workflow ul li {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background: #8f8f8f;
  box-shadow: 0 5px 11px -3px #8f8f8f;
  position: relative;
  vertical-align: top;
}
.application-workflow ul li:before {
  content: counter(li);
  counter-increment: li;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 17px;
  font-weight: 600;
  color: #f0f0f0;
}
.application-workflow ul li.done {
  background: #5fb634;
  box-shadow: 0 5px 11px -3px #5fb634;
}
.application-workflow ul li.current {
  background: #da8a00;
  box-shadow: 0 5px 11px -3px #ffa200;
}
.application-workflow ul li.end:before {
  content: "\e927";
  font-size: 18px;
  height: auto;
  width: auto;
  padding: 13px;
}
.application-workflow ul li span {
  display: block;
  position: absolute;
  bottom: -33px;
  white-space: nowrap;
  transform: translateX(-50%);
  left: 50%;
  font-weight: 600;
  font-size: 13px;
  color: #333333;
}
.form-horizontal {
  /*padding: 40px 60px;*/
  position: relative;
  /*h4.title {
    color: #5e5e5e;
    border-bottom: 1px dashed #d6d6d6;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}*/
}
.form-horizontal .form-control:focus {
  outline: 1px dashed red;
  outline: 0 !important;
}
.form-horizontal .form-control.selectize-dropdown {
  position: relative !important;
  top: 0 !important;
  border: 0;
  background-color: #ede5d3;
}
.form-horizontal .form-control.selectize-dropdown .selectize-dropdown-content .option {
  padding: 8px 8px;
}
.form-horizontal .form-control.multi {
  height: auto !important;
}
.form-horizontal .form-control.mustarabic {
  text-align: right;
  direction: rtl;
}
.form-horizontal .form-control.mustenglish {
  text-align: left;
  direction: ltr;
}
.form-horizontal label.error {
  /*color: #e50304;*/
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 5px;
}
.form-horizontal h2 {
  color: #1348a0;
  border-bottom: 1px solid #1348a0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 1.4286em;
}
.form-horizontal .accordion {
  border: 2px solid #1348a0;
  margin-bottom: 2rem;
}
.form-horizontal .accordion h2 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox-block {
  margin: 5px 0;
}
.form-horizontal .checkbox-block span {
  margin: 0 10px;
  position: relative;
  top: 2px;
}
.form-horizontal .profile-image {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  display: block;
}
.form-horizontal .form-group {
  /*margin-bottom: 25px;*/
  margin-bottom: 2rem;
}
.form-horizontal .form-group .input-title {
  font-size: 0.9286em;
  margin-bottom: 5px;
  position: relative;
  color: #1348a0;
}
.form-horizontal .form-group .input-title.req label {
  position: relative;
}
.form-horizontal .form-group .input-title.req label::after {
  content: '*';
  color: #f73d3e;
  font-size: 1.4286em;
  position: absolute;
  margin-left: 5px;
  font-weight: 600;
  top: 5px;
  right: -15px;
}
.form-horizontal .form-group .input-title label {
  line-height: 16px;
}
.form-horizontal .form-group .input-title span {
  float: right;
  direction: rtl;
  font-size: 0.8571em;
  line-height: 16px;
  text-align: right;
}
.form-horizontal .form-group .rejection.disabled .input-title {
  color: #e6e6e6;
}
.form-horizontal .form-group .rejection.disabled .input-title label {
  line-height: 16px;
}
.form-horizontal .form-group .rejection.disabled .input-title label::after {
  content: ' (DISABLED)';
}
.form-horizontal .form-group .icheckbox_square-green {
  margin: 2px 0;
  display: block;
}
.form-horizontal .form-container {
  padding: 0;
  background: #fff;
  box-shadow: 0 2px 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.form-horizontal .form-container.take-action {
  border: 1px solid #1348a0;
  border-radius: 10px 10px 0 0;
  margin-top: 25px;
}
.form-horizontal .form-container .selectize-dropdown {
  left: 0 !important;
  right: 0 !important;
  box-shadow: 0 5px 17px -8px #1348a0 !important;
  z-index: 99;
}
.form-horizontal .form-container .form-header {
  /*margin: 20px 0;*/
  /* box-shadow: 0 2px 5px 5px rgba(0, 0, 0, 0.1);
            border-radius: 10px;*/
  /*padding: 15px;*/
  margin: 20px 0px 0px 0px;
  padding: 30px 30px 0px 30px;
}
.form-horizontal .form-container .form-title {
  /*border-bottom: 1px solid @primary-color;*/
  font-size: 26px;
  line-height: 31.47px;
  font-weight: 700;
  padding: 0 0px 20px 0px;
  position: relative;
  margin: 0;
}
.form-horizontal .form-container .form-title:before {
  font-size: 45px;
  color: #1348a0;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 20px;
}
.form-horizontal .form-container .form-title .header-btn {
  float: right;
  color: #1348a0;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.form-horizontal .form-container .form-title .header-btn:hover {
  color: #f59100;
}
.form-horizontal .form-container .form-title label {
  margin-bottom: 0;
}
.form-horizontal .form-container .form-title span {
  font-size: 0.5em;
}
.form-horizontal .form-container .form-title .service-title {
  margin: 0;
  max-width: 60%;
}
.form-horizontal .form-container .form-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #232528;
  margin-bottom: 15px;
  padding: 0px 30px;
}
.form-horizontal .form-container .form-sections-side {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: sticky;
  top: 0;
  padding: 0px 30px;
}
.form-horizontal .form-container .form-sections-side .sections {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.form-horizontal .form-container .form-sections-side .sections li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0px;
  position: relative;
  gap: 25px;
}
.form-horizontal .form-container .form-sections-side .sections li a {
  display: flex;
  align-items: center;
  gap: 25px;
}
.form-horizontal .form-container .form-sections-side .sections li a .title {
  color: #6B7280;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.form-horizontal .form-container .form-sections-side .sections li a .title.current,
.form-horizontal .form-container .form-sections-side .sections li a .title:hover {
  color: #185dce;
  font-weight: 400;
}
.form-horizontal .form-container .form-sections-side .sections li a .counter {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  border: 3px solid #e2e8f0;
  color: #232528;
  font-size: 15px;
  line-height: 2.2;
  transition: all 200ms ease-in-out;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.form-horizontal .form-container .form-sections-side .sections li a .counter.current,
.form-horizontal .form-container .form-sections-side .sections li a .counter:hover {
  width: 40px;
  height: 40px;
  background-color: #1348a0;
  position: relative;
  color: #fff;
  border: 4px solid #e2e8f0;
  /*margin-left: -5px;*/
}
.form-horizontal .form-container .form-sections-side .sections li a:before {
  content: '';
  border-left: 4px solid #1348a0;
  height: 28px;
  position: absolute;
  transform: translate(18px, 40px);
  border-radius: 15px;
}
.form-horizontal .form-container .form-sections-side .sections li a.current .counter,
.form-horizontal .form-container .form-sections-side .sections li a:hover .counter {
  width: 40px;
  height: 40px;
  background-color: #1348a0;
  position: relative;
  color: #fff;
  border: 4px solid #e2e8f0;
  /*margin-left: -5px;*/
}
.form-horizontal .form-container .form-sections-side .sections li a span {
  position: relative;
  color: #000;
}
.form-horizontal .form-container .form-sections-side .sections li:last-child a::before {
  border: none;
}
.form-horizontal .form-container .form-sections-side .sections li:first-child {
  padding-top: 0px;
}
.form-horizontal .form-container .form-fields {
  display: inline-block;
  width: calc(100% - 50px);
  /*border-left: 1px solid #dfceb2;*/
  /*overflow: hidden;*/
}
.form-horizontal .form-container .form-fields .fields-sections {
  transition: margin 500ms ease-in-out;
}
.form-horizontal .form-container .form-fields .fields-sections.read-only {
  pointer-events: none !important;
}
.form-horizontal .form-container .form-fields .fields-sections.read-only div {
  pointer-events: none;
}
.form-horizontal .form-container .form-fields .fields-sections .form-section {
  /*border-bottom: 1px solid #dfceb2;*/
  padding: 0px 50px;
  /*position: relative;*/
}
.form-horizontal .form-container .form-fields .fields-sections .form-section:last-child {
  border-bottom-color: transparent;
}
.form-horizontal .form-container .form-fields .fields-sections .form-section .section-title {
  font-size: 18px;
  color: #185dce;
  padding-bottom: 5px;
  font-weight: 500;
  /*display: none;*/
}
.form-horizontal .form-container .locator #locatormap {
  height: 400px;
}
.form-horizontal .form-container .locator .location-data {
  position: absolute;
  z-index: 1;
  width: calc(25%);
  transform: translateX(-50%);
  left: 50%;
  top: 50px;
  padding: 0 165px 0 20px;
}
.form-horizontal .form-container .factory {
  color: #1348a0;
  position: absolute;
  right: 85px;
  top: 60px;
  z-index: 2;
  text-transform: uppercase;
  font-size: 0.9em;
  word-spacing: 3px;
}
.form-horizontal .form-container .factory:before {
  font-size: 22px;
  position: absolute;
  right: -30px;
  top: -3px;
}
.form-horizontal .form-action {
  padding: 0 25px;
  margin-bottom: 20px;
  z-index: 10;
  position: sticky;
  bottom: 0;
  border: 1px solid #1348a0;
  border-radius: 0 0 10px 10px;
  background: #f9f7f3;
  margin-top: -20px;
  z-index: 99;
}
.form-horizontal .form-action.no-sticky {
  position: relative;
}
.form-horizontal .action-msg {
  margin-top: 10px;
  font-weight: 600;
  font-size: 1em;
  color: #666;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.form-horizontal .help-field {
  display: block;
  color: #1348a0;
  padding: 2px 2px;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  font-size: 0.85em;
}
.form-horizontal .help-field.map {
  position: relative;
  top: -18px;
  display: inline-block;
  padding: 0;
}
.form-horizontal ::-webkit-input-placeholder {
  /* Edge */
  color: #c3c3c3;
}
.form-horizontal :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c3c3c3;
}
.form-horizontal ::placeholder {
  color: #c3c3c3;
}
.centered-form {
  margin: 0 auto 30px auto;
}
.centered-form.no-marg {
  margin: 0;
}
.centered-form .form-inner.login {
  position: relative;
}
.centered-form .form-inner.login .form-group {
  margin: 0;
}
.centered-form .form-inner.login .form-group div {
  position: relative;
  padding: 0;
  margin-bottom: 25px;
}
.centered-form .form-inner.login .form-group div:before {
  position: absolute;
  z-index: 1;
  font-size: 24px;
  color: #1348a0;
  transform: translateY(-50%);
  top: 50%;
  left: 10px;
}
.centered-form .form-inner.login .form-group div .form-control {
  border: 1px solid rgba(0, 0, 0, 0.08);
  height: 50px !important;
  position: relative;
  padding-left: 15px;
  border-radius: 5px;
  background: none;
}
.centered-form .form-inner.login .form-group div .form-control::-moz-placeholder {
  color: #8b8b8b;
}
.centered-form .form-inner.login .form-group div .form-control:-ms-input-placeholder {
  color: #8b8b8b;
}
.centered-form .form-inner.login .form-group div .form-control::-webkit-input-placeholder {
  color: #8b8b8b;
}
.centered-form .form-inner.login .form-group div .form-control:focus {
  box-shadow: none;
  outline: 0;
}
.centered-form .form-inner.login .form-group div .remember-me {
  font-size: 16px;
  font-weight: 400;
  color: #1b1d21;
}
.centered-form .form-inner.login .form-group div .remember-me .inline {
  width: 20px;
  height: 20px;
}
.centered-form .form-inner.login .form-group div .forgot-password {
  font-size: 16px;
  font-weight: 400;
  color: #185dce;
}
.centered-form .btn {
  padding: 0;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  border-width: 1px;
  border-style: solid;
  width: 45%;
  height: 50px;
  line-height: 50px;
}
.centered-form .btn.btn-post {
  margin-right: 20px;
}
.centered-form .btn.forget {
  color: #f6a709;
}
.centered-form .btn.forget:hover {
  background-color: #f6a709;
}
.uploader {
  left: 0 !important;
  right: auto !important;
  top: 0 !important;
  opacity: 0;
}
.fi-row {
  background-color: #fff;
  padding: 15px 30px;
  border: 1px solid #d6d6d6;
  margin: 0 0 30px 0;
}
.fi-row .message {
  width: 100%;
}
.fi-row .fi-col {
  padding: 0 10px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  background-color: #f5f5f5;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 55px;
  line-height: 53px;
  overflow: hidden;
}
.fi-row .fi-col span {
  color: #555;
  font-size: 1.1em;
  padding: 10px;
}
.fi-row .fi-col strong,
.fi-row .fi-col .grid-person {
  color: #231b1b;
  font-weight: 700;
  padding: 10px;
}
.fi-row .fi-col.col-pending {
  background-color: #fff9f1;
}
.fi-row .fi-col.col-pending strong {
  color: #be962b;
}
.fi-row .fi-col.col-reject {
  background-color: #fde0e4;
}
.fi-row .fi-col.col-reject strong {
  color: #a32c3d;
}
.fi-row .fi-col.col-approve {
  background-color: #def4da;
}
.fi-row .fi-col.col-approve strong {
  color: #269c29;
}
.fi-row .fi-col .grid-person {
  color: #337ab7;
}
.fi-row .fi-col .grid-person .ficon:before {
  font-size: 18px;
}
.fi-row .fi-col .grid-person:hover {
  color: #285f8f;
}
.fixed-bar {
  position: relative;
  text-align: center;
}
.fixed-bar .bar-items {
  position: fixed;
  padding: 10px;
  background-color: #f7f7f7;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 0px;
  color: #fff;
  z-index: 999999;
  display: inline-block;
}
.fixed-bar .amount {
  font-weight: 600;
  font-size: 20px;
  padding: 0px 5px;
}
.dp-calenedar {
  position: relative;
}
.dp-calenedar .fi-date {
  position: absolute;
  top: 35px;
  right: 22px;
  color: #646464;
}
.dp-calenedar .fi-date:before {
  font-size: 1.7857em;
}
.btn {
  font-size: 1.0714em;
  padding: 10px 20px;
  border-radius: 5px;
}
.application-actions .form-header {
  color: #1348a0;
  text-align: center;
  font-size: 20px;
  border: 0;
  margin-bottom: 0;
}
.application-actions .action-group {
  text-align: center;
  margin-top: 30px;
}
.application-actions .action-group .btn {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 0 10px;
  overflow: hidden;
  /*width: 240px;*/
  position: relative;
  display: inline-block;
}
.application-actions .action-group .btn:before {
  position: absolute;
  right: -10px;
  font-size: 57px;
  transform: translateY(-50%);
  top: 50%;
}
.application-actions .action-group .btn.btn-approve {
  background-color: #219721;
}
.application-actions .action-group .btn.btn-approve:before {
  color: #4dac4d;
}
.application-actions .action-group .btn.btn-approve .btn-title:after {
  background: #177c17;
}
.application-actions .action-group .btn.btn-approve:hover {
  background-color: #177c17;
}
.application-actions .action-group .btn.btn-approve:hover .btn-title:after {
  background: #219721;
}
.application-actions .action-group .btn.btn-return {
  background-color: #da8a00;
}
.application-actions .action-group .btn.btn-return:before {
  color: #e1a133;
}
.application-actions .action-group .btn.btn-return .btn-title:after {
  background: #be7800;
}
.application-actions .action-group .btn.btn-return:hover {
  background-color: #be7800;
}
.application-actions .action-group .btn.btn-return:hover .btn-title:after {
  background: #da8a00;
}
.application-actions .action-group .btn.btn-reject {
  background-color: #e50303;
}
.application-actions .action-group .btn.btn-reject:before {
  color: #ea3535;
}
.application-actions .action-group .btn.btn-reject .btn-title:after {
  background: #c60202;
}
.application-actions .action-group .btn.btn-reject:hover {
  background-color: #c60202;
}
.application-actions .action-group .btn.btn-reject:hover .btn-title:after {
  background: #e50303;
}
.application-actions .action-group .btn.btn-done {
  background-color: #219721;
}
.application-actions .action-group .btn.btn-done:before {
  color: #4dac4d;
}
.application-actions .action-group .btn.btn-done .btn-title:after {
  background: #177c17;
}
.application-actions .action-group .btn.btn-done:hover {
  background-color: #177c17;
}
.application-actions .action-group .btn.btn-done:hover .btn-title:after {
  background: #219721;
}
.application-actions .action-group .btn.btn-edit {
  background-color: #c5a060;
}
.application-actions .action-group .btn.btn-edit:before {
  color: #d1b380;
}
.application-actions .action-group .btn.btn-edit .btn-title:after {
  background: #a48248;
}
.application-actions .action-group .btn.btn-edit:hover {
  background-color: #a48248;
}
.application-actions .action-group .btn.btn-edit:hover .btn-title:after {
  background: #c5a060;
}
.application-actions .action-group .btn .btn-title {
  z-index: 3;
  display: block;
  text-align: center;
  position: relative;
  padding: 5px 0 5px 50px;
}
.application-actions .action-group .btn .btn-title:before {
  position: absolute;
  left: 1px;
  z-index: 1;
  transform: translateY(-50%);
  top: 50%;
}
.application-actions .action-group .btn .btn-title:after {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  border-radius: 100%;
  left: -10px;
  transition: all 500ms ease-in-out;
}
.application-actions .custom-label {
  font-size: 1.5em;
  color: #f7f7f7;
  padding-bottom: 5px;
  font-weight: 600;
}
.loading {
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff url('../images/preloader.gif') center center no-repeat;
  z-index: 10000;
  opacity: 0.8;
  transition: opacity 0.5s linear;
}
.loading-selectize:after {
  content: '';
  z-index: 1;
  background: url('../images/preloader.gif') center center no-repeat #ffffff;
  background-size: cover;
  width: 35px;
  position: absolute;
  bottom: 3px;
  right: 0;
  left: 0;
  margin: auto;
  transition: opacity 0.5s linear;
  height: 35px;
  border: none;
}
.loading-modal {
  position: relative;
  min-height: 200px;
}
.loading-modal:after {
  content: "";
  pointer-events: none;
  height: 100%;
  background: url('../images/preloader.gif') center center no-repeat rgba(255, 255, 255, 0.9);
  z-index: 10001;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loading-modal.for-row:after {
  left: -15px;
  right: -15px;
}
.loading-modal input,
.loading-modal button,
.loading-modal a,
.loading-modal select,
.loading-modal .selectize-control .selectize-input {
  pointer-events: none;
  opacity: 0.4;
}
.loading-section {
  position: relative;
  min-height: 200px;
}
.loading-section:after {
  content: "";
  pointer-events: none;
  height: 100%;
  background: url('../images/preloader.gif') center center no-repeat rgba(255, 255, 255, 0.9);
  z-index: 10001;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loading-section.for-row:after {
  left: -15px;
  right: -15px;
}
.loading-section input,
.loading-section button,
.loading-section a,
.loading-section select,
.loading-section .selectize-control .selectize-input {
  pointer-events: none;
  opacity: 0.4;
}
.error-msg {
  padding: 15px !important;
}
.alert {
  padding: 20px 40px;
  /*margin: 80px 0;*/
  border: 1px solid #e7e7e7;
  box-shadow: 2px 16px 27px -1px rgba(0, 0, 0, 0.08);
}
.alert.no-shadow {
  box-shadow: none;
}
.alert.licence-cancelled {
  background: #fff;
  margin: 0 0 30px 0;
}
.alert .alert-content {
  font-size: 1.3em;
  color: #686868;
  display: flex;
  justify-content: center;
  text-align: left;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.alert .alert-content .msg-wrapper {
  width: 100%;
  display: block;
}
.alert .alert-content .sub-title-base {
  width: 100%;
  font-size: 1.8em;
}
.alert .reference {
  color: #1348a0;
  font-weight: bold;
  font-size: 0.9em;
  padding: 0 5px;
}
.alert a {
  font-size: 0.9em;
  padding: 0 5px;
  font-weight: 600;
  color: #1348a0;
}
.alert a:hover {
  color: #f59100;
}
.alert .icon-container {
  background-repeat: no-repeat;
  padding: 60px;
}
.alert.success .icon-container {
  background-image: url('../images/alerts/success.svg');
}
.alert.warning .icon-container {
  background-image: url('../images/alerts/warning.svg');
}
.alert.question .icon-container {
  background-image: url('../images/alerts/question.svg');
}
.alert.error .icon-container {
  background-image: url('../images/alerts/error.svg');
}
.alert.info .icon-container {
  background-image: url('../images/alerts/information.svg');
}
.alert.alert-inline {
  padding: 10px;
  margin: 50px 50px;
  border-radius: 10px;
  border: 0;
  box-shadow: none;
}
.alert.alert-inline.error {
  background: #fff4f6;
}
.alert.alert-inline.info {
  background: #fff;
}
.alert.alert-inline.warning {
  background: #ffedd5;
}
.alert.alert-inline.success {
  background: #eefbee;
}
.alert.alert-inline .icon-container {
  padding: 52px 0;
}
.alert.alert-min {
  padding: 10px 15px;
  margin: 0 15px 35px;
  border-radius: 10px;
  border: 0;
  box-shadow: none;
}
.alert.alert-min .alert-content {
  font-size: 1.1em;
}
.alert.alert-min.error {
  background: #fff4f6;
}
.alert.alert-min.info {
  background: #fff;
}
.alert.alert-min.warning {
  background: #ffedd5;
}
.alert.alert-min.success {
  background: #eefbee;
}
.alert.alert-min .icon-container {
  padding: 32px 0;
}
.alert.alert-login {
  margin: 0px 0px 30px 0px;
  padding: 20px;
}
.form-notes {
  color: #666;
  margin: 40px 40px 0 40px;
  background: #f9f7f3;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}
.form-notes .ficon {
  color: #f55151;
  font-size: 20px;
  position: relative;
  position: absolute;
  left: 10px;
  top: 10px;
}
.form-notes .frmnote {
  display: inline-block;
  padding: 0;
  font-size: 14px;
  padding-left: 25px;
}
.frm-error-msg {
  margin: 20px 40px 0 40px;
  padding: 10px;
}
.imp-note {
  color: #f7f7f7;
  float: right;
}
.validation-summary {
  display: none;
  background-color: #fbf4f5;
  border: 1px solid #fba7b2;
  border-radius: 5px;
  padding: 14px 20px;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Roboto", "Droid Arabic Kufi", sans-serif;
}
.validation-summary .error-list {
  font-size: 1em;
  font-weight: 800;
  vertical-align: top;
  line-height: 30px;
  color: #da1a32;
}
.validation-summary .error-list .ficon {
  font-size: 1.7143em;
  padding: 0 20px;
  font-weight: 200;
  position: relative;
  top: 5px;
}
.validation-summary .error-list label {
  margin: 0;
}
.validation-summary .error-list span {
  direction: rtl;
  display: inline-block;
  padding-left: 20px;
}
.study-approved {
  display: none;
}
.invalid-tooltip {
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 0.8571em;
}
.request-steps {
  display: inline-block;
  width: 93px;
  margin-right: 4%;
  vertical-align: top;
}
.request-steps .steps {
  list-style: none;
  margin: 0;
  background-color: #fff;
  box-shadow: 3px 3px 5px 0px #eee;
  border-radius: 5px;
  padding: 40px 20px;
  text-align: center;
}
.request-steps .steps li {
  color: #c9c9c9;
  font-size: 0.9286em;
}
.request-steps .steps li.current:before {
  background-color: #e2ea34;
}
.request-steps .steps li.active a {
  font-weight: 600;
  color: #5b5b5b;
}
.request-steps .steps li.active:before {
  background-color: #f59100;
}
.request-steps .steps li.finished:before {
  background-color: #2bc775;
}
.request-steps .steps li:last-child:after {
  content: none;
}
.request-steps .steps li a {
  color: #9a9999;
  margin: 10px 0;
  display: block;
}
.request-steps .steps li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #e6e6e6;
  display: block;
  border-radius: 5px;
  margin: 0 auto;
}
.request-steps .steps li:after {
  content: "";
  width: 1px;
  height: 55px;
  background-color: #e6e6e6;
  display: block;
  margin: 0 auto;
}
.form-steps {
  display: inline-block;
  width: 86%;
  /*width: calc(100% - calc(100px + 4%));*/
  position: relative;
}
.profile-body {
  font-size: 13px;
}
.profile-body .form-label {
  color: #9f9f9f;
  font-size: 12px;
  margin-bottom: 5px;
}
.form-panel {
  padding: 40px 60px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 3px 3px 5px 0px #eee;
  margin-bottom: 30px;
  position: relative;
}
.form-panel .panel-title {
  margin-bottom: 0;
  color: #1348a0;
  font-size: 1.8571em;
  font-weight: normal;
}
.form-panel .panel-title a {
  color: #1348a0;
  display: inline-block;
  width: 92%;
}
.form-panel .panel-title .template,
.form-panel .panel-title .clear-icon {
  float: right;
  width: 25px;
}
.form-panel .panel-title .clear-icon {
  margin-right: 10px;
}
.form-panel .panel-title.locked {
  color: #ccc;
}
.form-panel .panel-title.locked a {
  color: #ccc;
}
.form-panel .panel-body {
  margin-top: 30px;
}
.btn-custom {
  background-color: #185dce;
  color: #ffffff;
}
.btn-custom:hover {
  background-color: #f59100 !important;
  color: #ffffff;
}
.btn-default {
  background-color: #797979;
  color: #ffffff;
}
.btn-default:hover {
  background-color: #6c6c6c !important;
}
.btn-highlited {
  background-color: #f59100;
  color: #ffffff;
}
.btn-highlited:hover {
  background-color: #dc8200 !important;
  color: #ffffff;
}
.show-hide-section {
  display: none;
}
.show-hide-section.show {
  display: block;
}
.exempted-material-list {
  background: #f9f9f8;
  padding: 20px;
  margin: 0 0 20px 0;
}
.form-step-tooltip {
  width: 140px;
}
.form-step-tooltip.tooltip .tooltip-inner {
  background-color: #fff;
  color: #1348a0;
  font-weight: 500;
  padding: 8px 5px;
}
.form-step-tooltip.tooltip.bs-tooltip-top {
  top: -4px !important;
}
.form-step-tooltip.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #bfbfbf;
}
.form-step-tooltip.tooltip.bs-tooltip-bottom {
  top: 4px !important;
}
.form-step-tooltip.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #bfbfbf;
}
.form-completion {
  text-align: left;
}
.form-completion .completion-block {
  position: relative;
  display: inline-block;
}
.form-completion .completion-block .percentage-block {
  position: relative;
  width: 130px;
  height: 65px;
  margin-left: -32.5px;
}
.form-completion .completion-block .percentage-block #formpercentage {
  position: absolute;
}
.form-completion .completion-block .percentage-block .percentage {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  font-weight: 700;
  font-size: 12px;
}
.form-completion .completion-block .completion-label {
  position: absolute;
  left: 80px;
  font-weight: 700;
  transform: translateY(-50%);
  top: 50%;
}
.form-completion .form-data-block {
  position: relative;
  min-height: 40px;
  padding: 35px 0;
}
.form-completion .form-data-block .form-data {
  padding-left: 85px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.form-completion .form-data-block .form-data.in-action {
  border: 0 !important;
}
.form-completion .form-data-block .form-data span {
  white-space: nowrap;
  font-weight: 600;
  color: #333333;
}
.form-completion .form-data-block .form-data span strong {
  color: #1348a0;
  font-weight: bold;
}
.form-completion .form-data-block .form-data span:first-child {
  margin-bottom: 10px;
}
/* Blur */
.blur-effect figure img,
.blur-effect .figure img {
  filter: blur(3px);
  transition: 0.3s ease-in-out;
}
.blur-effect figure:hover img,
.blur-effect .figure:hover img {
  filter: blur(0);
}
/* Gray Scale */
.grayscale-effect figure img,
.grayscale-effect .figure img,
.grayscale-effect figure .img,
.grayscale-effect .figure .img {
  filter: grayscale(100%);
  transition: 0.3s ease-in-out;
}
.grayscale-effect figure:hover img,
.grayscale-effect .figure:hover img,
.grayscale-effect figure:hover .img,
.grayscale-effect .figure:hover .img {
  filter: grayscale(0);
}
.grayscale-effect .owl-item.active.c .img {
  filter: grayscale(0);
}
/* Zoom Out */
.zoomout-effect figure img,
.zoomout-effect .figure img {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}
.zoomout-effect figure:hover img,
.zoomout-effect .figure:hover img {
  transform: scale(1);
}
/* Zoom In */
.zoomin-effect figure img,
.zoomin-effect .figure img,
.zoomin-effect figure .img,
.zoomin-effect .figure .img {
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
.zoomin-effect figure:hover img,
.zoomin-effect .figure:hover img,
.zoomin-effect figure:hover .img,
.zoomin-effect .figure:hover .img {
  transform: scale(1.1);
}
/* Zoom Animation */
.zooming {
  animation-name: zooming;
  animation-duration: 50s;
  animation-iteration-count: infinite;
}
@keyframes zooming {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.sanimation.s-zoom-in {
  opacity: 0;
  transform: scale(0.6);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-zoom-in.in-view {
  opacity: 1;
  transform: translate(0) scale(1);
}
.sanimation.s-zoom-in-up {
  opacity: 0;
  transform: translateY(100px) scale(0.6);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-zoom-in-up.in-view {
  opacity: 1;
  transform: translate(0) scale(1);
}
.sanimation.s-fade-up {
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-fade-up.in-view {
  opacity: 1;
  transform: translate(0);
}
.sanimation.s-fade-down {
  opacity: 0;
  transform: translateY(-100px);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-fade-down.in-view {
  opacity: 1;
  transform: translate(0);
}
.sanimation.s-fade-left {
  opacity: 0;
  transform: translate(100px);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-fade-left.in-view {
  opacity: 1;
  transform: translate(0);
}
.sanimation.s-fade-right {
  opacity: 0;
  transform: translate(-100px);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-fade-right.in-view {
  opacity: 1;
  transform: translate(0);
}
.sanimation.s-fade-up-right {
  opacity: 0;
  transform: translate(-100px, 100px);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-fade-up-right.in-view {
  opacity: 1;
  transform: translate(0);
}
.sanimation.s-fade-up-left {
  opacity: 0;
  transform: translate(100px, 100px);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-fade-up-left.in-view {
  opacity: 1;
  transform: translate(0);
}
/*******Animation************/
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 5px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
  /*transition:all 1s ease;*/
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}
.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
}
/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-skew:hover,
.hvr-wobble-skew:focus,
.hvr-wobble-skew:active {
  animation-name: hvr-wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition: all 1s ease;
}
.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
  animation-name: hvr-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  background-color: #b36705;
}
/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    transform: translateX(6px);
  }
  33.3% {
    transform: translateX(-5px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    transform: translateX(6px);
  }
  33.3% {
    transform: translateX(-5px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  /*transition-duration: 0.3s;*/
  transition: transform 1s ease;
}
.hvr-icon-wobble-horizontal i {
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover i,
.hvr-icon-wobble-horizontal:focus i,
.hvr-icon-wobble-horizontal:active i {
  animation-name: hvr-icon-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-float-shadow::before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, #f99c25 0%, transparent 80%);
  background: radial-gradient(ellipse at center, #f99c25 0%, transparent 80%);
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  transform: translateY(-10px);
}
.hvr-float-shadow:hover::before,
.hvr-float-shadow:focus::before,
.hvr-float-shadow:active::before {
  opacity: 1;
  transform: translateY(10px);
}
.gray::before {
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%) !important;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%) !important;
}
.green::before {
  background: -webkit-radial-gradient(center, ellipse, #57b86a 0%, transparent 80%) !important;
  background: radial-gradient(ellipse at center, #57b86a 0%, transparent 80%) !important;
}
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #f99c25;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-rectangle-out::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b36705;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover::before,
.hvr-rectangle-out:focus::before,
.hvr-rectangle-out:active::before {
  transform: scale(1);
}
.timeline {
  position: relative;
  overflow: auto;
}
.timeline:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 5px;
  background: #ddd;
  left: 0;
}
.timeline .status {
  display: block;
  padding: 5px;
}
.timeline .person {
  color: #337ab7 !important;
}
.timeline .person:hover {
  color: #285f8f !important;
}
.timeline .notes {
  font-size: 0.8em;
  padding: 5px;
}
.timeline .main-title {
  background: #ddd;
  max-width: 25%;
  margin: 0 auto 1em;
  padding: .5em;
  text-align: center;
  position: relative;
  clear: both;
  display: block;
  font-size: 1.5em;
}
.timeline h3 {
  margin-top: 0;
}
.timeline time {
  font-style: italic;
}
.timeline ul {
  list-style: none;
  padding: 0 0 0 1em;
  z-index: 1;
}
.timeline ul li {
  background-color: #ddd;
  padding: 1em;
  margin-bottom: 1em;
  position: relative;
}
.timeline ul li:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 1em solid #ddd;
  border-left: 1em solid transparent;
  position: absolute;
  left: -1em;
  top: 0;
  transition: all 0.3s ease-in;
}
.timeline ul li:hover {
  background-color: #c4c4c4;
}
.timeline ul li:hover:before {
  border-top-color: #c4c4c4;
}
.timeline ul li:first-child {
  background-color: #c4c1c1;
}
.timeline ul li:first-child:before {
  border-top-color: #c4c1c1;
}
.timeline ul li:first-child:hover {
  background-color: #aba7a7;
}
.timeline ul li:first-child:hover:before {
  border-top-color: #aba7a7;
}
@media screen and (min-width: 40em) {
  .timeline:before {
    left: 50%;
  }
  .timeline ul {
    padding-left: 0;
    max-width: 700px;
    margin: 0 auto;
  }
  .timeline ul li {
    width: 42%;
  }
  .timeline ul li:nth-child(even) {
    float: right;
    margin-top: 2em;
  }
  .timeline ul li:nth-child(odd) {
    float: left;
  }
  .timeline ul li:nth-child(odd):before {
    border-top: 1em solid #ddd;
    border-right: 1em solid transparent;
    right: -1em;
    left: auto;
  }
  .timeline ul li:nth-child(odd):hover:before {
    border-top-color: #c4c4c4;
  }
  .timeline ul li:nth-child(odd):first-child:before {
    border-top-color: #c4c1c1;
  }
  .timeline ul li:nth-child(odd):first-child:hover:before {
    border-top-color: #aba7a7;
  }
  .timeline ul li:nth-of-type(2n+1) {
    clear: both;
  }
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* ---------------- Owl Theme -------------------------*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/* ---------------- Owl Theme -------------------------*/
/*Handle Edge Problems*/
@supports (-ms-accelerator:true) {
  /* Edge 12+ CSS */
  .form-horizontal .form-action {
    position: relative;
  }
  .form-horizontal .form-container .form-sections-side {
    position: relative;
  }
}
@supports (-ms-ime-align:auto) {
  /* Edge 16+ CSS */
  .form-horizontal .form-action {
    position: relative;
  }
  .form-horizontal .form-container .form-sections-side {
    position: relative;
  }
}
/*End Handle Edge Problems*/
@keyframes skeleton-loading {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.skeleton-chart-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  min-height: 250px;
}
@media (max-width: 768px) {
  .skeleton-chart-container {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    min-height: 200px;
  }
}
@media (max-width: 576px) {
  .skeleton-chart-container {
    padding: 10px;
  }
}
.skeleton-pie-chart {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .skeleton-pie-chart {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    width: 150px;
    height: 150px;
    border-radius: 50%;
  }
}
.skeleton-bar-chart {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 200px;
  width: 100%;
  padding: 20px;
}
.skeleton-bar-chart .skeleton-bar {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  flex: 1;
  min-width: 20px;
}
.skeleton-bar-chart .skeleton-bar:nth-child(1) {
  height: 60%;
}
.skeleton-bar-chart .skeleton-bar:nth-child(2) {
  height: 80%;
}
.skeleton-bar-chart .skeleton-bar:nth-child(3) {
  height: 45%;
}
.skeleton-bar-chart .skeleton-bar:nth-child(4) {
  height: 70%;
}
.skeleton-bar-chart .skeleton-bar:nth-child(5) {
  height: 90%;
}
.skeleton-bar-chart .skeleton-bar:nth-child(6) {
  height: 55%;
}
.skeleton-bar-chart .skeleton-bar:nth-child(odd) {
  animation-delay: 0.1s;
}
.skeleton-bar-chart .skeleton-bar:nth-child(even) {
  animation-delay: 0.2s;
}
.skeleton-line-chart {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  height: 200px;
  width: 100%;
  position: relative;
}
.skeleton-line-chart::before {
  content: '';
  position: absolute;
  top: 20%;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #e0e0e0;
  border-radius: 1px;
}
.skeleton-line-chart::after {
  content: '';
  position: absolute;
  top: 60%;
  left: 15%;
  right: 5%;
  height: 2px;
  background: #e0e0e0;
  border-radius: 1px;
}
.skeleton-legend {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .skeleton-legend {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.skeleton-legend-item {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 120px;
  height: 16px;
}
.skeleton-legend-item:nth-child(1) {
  animation-delay: 0s;
}
.skeleton-legend-item:nth-child(2) {
  animation-delay: 0.1s;
}
.skeleton-legend-item:nth-child(3) {
  animation-delay: 0.2s;
}
.skeleton-legend-item:nth-child(4) {
  animation-delay: 0.3s;
}
.skeleton-legend-item:nth-child(5) {
  animation-delay: 0.4s;
}
@media (max-width: 768px) {
  .skeleton-legend-item {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 4px;
    width: 100px;
    height: 14px;
  }
}
.skeleton-list .skeleton-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
}
.skeleton-list .skeleton-list-item:last-child {
  border-bottom: none;
}
.skeleton-list .skeleton-list-item .skeleton-avatar {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.skeleton-list .skeleton-list-item .skeleton-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.skeleton-list .skeleton-list-item .skeleton-content .skeleton-title {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 70%;
  height: 18px;
}
.skeleton-list .skeleton-list-item .skeleton-content .skeleton-subtitle {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 50%;
  height: 14px;
}
.skeleton-list .skeleton-list-item .skeleton-content .skeleton-meta {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 30%;
  height: 12px;
}
.skeleton-list .skeleton-list-item .skeleton-action {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 80px;
  height: 32px;
  border-radius: 16px;
}
.skeleton-list .skeleton-list-item:nth-child(1) {
  animation-delay: 0s;
}
.skeleton-list .skeleton-list-item:nth-child(2) {
  animation-delay: 0.1s;
}
.skeleton-list .skeleton-list-item:nth-child(3) {
  animation-delay: 0.2s;
}
.skeleton-list .skeleton-list-item:nth-child(4) {
  animation-delay: 0.3s;
}
.skeleton-list .skeleton-list-item:nth-child(5) {
  animation-delay: 0.4s;
}
.skeleton-table {
  width: 100%;
}
.skeleton-table .skeleton-table-header {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 2px solid #f0f0f0;
}
.skeleton-table .skeleton-table-header .skeleton-header-cell {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: auto;
  height: 16px;
  flex: 1;
}
.skeleton-table .skeleton-table-header .skeleton-header-cell:first-child {
  flex: 0.5;
}
.skeleton-table .skeleton-table-header .skeleton-header-cell:last-child {
  flex: 0.3;
}
.skeleton-table .skeleton-table-row {
  display: flex;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f5;
}
.skeleton-table .skeleton-table-row .skeleton-cell {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: auto;
  height: 14px;
  flex: 1;
}
.skeleton-table .skeleton-table-row .skeleton-cell:first-child {
  flex: 0.5;
}
.skeleton-table .skeleton-table-row .skeleton-cell:last-child {
  flex: 0.3;
}
.skeleton-table .skeleton-table-row:nth-child(1) {
  animation-delay: 0s;
}
.skeleton-table .skeleton-table-row:nth-child(2) {
  animation-delay: 0.05s;
}
.skeleton-table .skeleton-table-row:nth-child(3) {
  animation-delay: 0.1s;
}
.skeleton-table .skeleton-table-row:nth-child(4) {
  animation-delay: 0.15s;
}
.skeleton-table .skeleton-table-row:nth-child(5) {
  animation-delay: 0.2s;
}
.skeleton-card .skeleton-card-header {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 100%;
  height: 24px;
  margin-bottom: 15px;
}
.skeleton-card .skeleton-card-image {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
}
.skeleton-card .skeleton-card-content .skeleton-card-title {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 80%;
  height: 20px;
  margin-bottom: 10px;
}
.skeleton-card .skeleton-card-content .skeleton-card-text {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 100%;
  height: 14px;
  margin-bottom: 5px;
}
.skeleton-card .skeleton-card-content .skeleton-card-text:nth-child(2) {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 90%;
  height: 14px;
}
.skeleton-card .skeleton-card-content .skeleton-card-text:nth-child(3) {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 75%;
  height: 14px;
}
.skeleton-card .skeleton-card-footer {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.skeleton-card .skeleton-card-footer .skeleton-card-action {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 100px;
  height: 32px;
  border-radius: 16px;
}
.skeleton-card .skeleton-card-footer .skeleton-card-meta {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 80px;
  height: 14px;
}
.skeleton-application-service {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 80%;
  height: 18px;
  margin-bottom: 8px;
}
.skeleton-application-reference {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 60%;
  height: 14px;
}
.skeleton-application-date {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 70%;
  height: 16px;
}
.skeleton-application-action {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 85%;
  height: 16px;
}
.skeleton-application-status {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 75%;
  height: 20px;
}
.skeleton-application-payment {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 65%;
  height: 20px;
}
.skeleton-application-actions {
  display: flex;
  gap: 8px;
}
.skeleton-application-actions .skeleton-action-button {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 33px;
  height: 33px;
  border-radius: 5px;
}
.skeleton-application-card {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 1rem;
}
.skeleton-application-card .card-body {
  padding: 1.5rem;
}
.skeleton-application-card:nth-child(1) .skeleton-application-service,
.skeleton-application-card:nth-child(1) .skeleton-application-reference,
.skeleton-application-card:nth-child(1) .skeleton-application-date,
.skeleton-application-card:nth-child(1) .skeleton-application-action,
.skeleton-application-card:nth-child(1) .skeleton-application-status,
.skeleton-application-card:nth-child(1) .skeleton-application-payment {
  animation-delay: 0s;
}
.skeleton-application-card:nth-child(2) .skeleton-application-service,
.skeleton-application-card:nth-child(2) .skeleton-application-reference,
.skeleton-application-card:nth-child(2) .skeleton-application-date,
.skeleton-application-card:nth-child(2) .skeleton-application-action,
.skeleton-application-card:nth-child(2) .skeleton-application-status,
.skeleton-application-card:nth-child(2) .skeleton-application-payment {
  animation-delay: 0.1s;
}
.skeleton-application-card:nth-child(3) .skeleton-application-service,
.skeleton-application-card:nth-child(3) .skeleton-application-reference,
.skeleton-application-card:nth-child(3) .skeleton-application-date,
.skeleton-application-card:nth-child(3) .skeleton-application-action,
.skeleton-application-card:nth-child(3) .skeleton-application-status,
.skeleton-application-card:nth-child(3) .skeleton-application-payment {
  animation-delay: 0.2s;
}
.skeleton-course-name {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 85%;
  height: 18px;
  margin-bottom: 8px;
}
.skeleton-course-helper {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 65%;
  height: 14px;
}
.skeleton-course-status {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 70%;
  height: 16px;
}
.skeleton-course-payment {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 75%;
  height: 20px;
}
.skeleton-course-certificate {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 60%;
  height: 16px;
}
.skeleton-course-actions {
  display: flex;
  gap: 8px;
}
.skeleton-course-actions .skeleton-action-button {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 33px;
  height: 33px;
  border-radius: 5px;
}
.skeleton-course-card {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 1rem;
}
.skeleton-course-card .card-body {
  padding: 1.5rem;
}
.skeleton-course-card:nth-child(1) .skeleton-course-name,
.skeleton-course-card:nth-child(1) .skeleton-course-helper,
.skeleton-course-card:nth-child(1) .skeleton-course-status,
.skeleton-course-card:nth-child(1) .skeleton-course-payment,
.skeleton-course-card:nth-child(1) .skeleton-course-certificate {
  animation-delay: 0s;
}
.skeleton-course-card:nth-child(2) .skeleton-course-name,
.skeleton-course-card:nth-child(2) .skeleton-course-helper,
.skeleton-course-card:nth-child(2) .skeleton-course-status,
.skeleton-course-card:nth-child(2) .skeleton-course-payment,
.skeleton-course-card:nth-child(2) .skeleton-course-certificate {
  animation-delay: 0.1s;
}
.skeleton-course-card:nth-child(3) .skeleton-course-name,
.skeleton-course-card:nth-child(3) .skeleton-course-helper,
.skeleton-course-card:nth-child(3) .skeleton-course-status,
.skeleton-course-card:nth-child(3) .skeleton-course-payment,
.skeleton-course-card:nth-child(3) .skeleton-course-certificate {
  animation-delay: 0.2s;
}
.skeleton-task-card {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 1rem;
}
.skeleton-task-card .card-body {
  padding: 1.5rem;
}
.skeleton-task-card .skeleton-task-title {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 75%;
  height: 24px;
  margin-bottom: 12px;
}
.skeleton-task-card .skeleton-task-body {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 90%;
  height: 16px;
  margin-bottom: 8px;
}
.skeleton-task-card .skeleton-task-body:nth-child(3) {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 60%;
  height: 16px;
}
.skeleton-task-card .skeleton-task-time {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 40%;
  height: 14px;
  margin-top: 8px;
}
.skeleton-task-card:nth-child(1) .skeleton-task-title,
.skeleton-task-card:nth-child(1) .skeleton-task-body,
.skeleton-task-card:nth-child(1) .skeleton-task-time {
  animation-delay: 0s;
}
.skeleton-task-card:nth-child(2) .skeleton-task-title,
.skeleton-task-card:nth-child(2) .skeleton-task-body,
.skeleton-task-card:nth-child(2) .skeleton-task-time {
  animation-delay: 0.1s;
}
.skeleton-task-card:nth-child(3) .skeleton-task-title,
.skeleton-task-card:nth-child(3) .skeleton-task-body,
.skeleton-task-card:nth-child(3) .skeleton-task-time {
  animation-delay: 0.2s;
}
.skeleton-task-card:nth-child(4) .skeleton-task-title,
.skeleton-task-card:nth-child(4) .skeleton-task-body,
.skeleton-task-card:nth-child(4) .skeleton-task-time {
  animation-delay: 0.3s;
}
.skeleton-task-card:nth-child(5) .skeleton-task-title,
.skeleton-task-card:nth-child(5) .skeleton-task-body,
.skeleton-task-card:nth-child(5) .skeleton-task-time {
  animation-delay: 0.4s;
}
.skeleton-task-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.skeleton-task-list .skeleton-task-card {
  margin-bottom: 0;
}
.skeleton-task-list .skeleton-task-card:last-child {
  margin-bottom: 0;
}
.skeleton-task-loading-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.skeleton-task-loading-more .skeleton-loading-spinner {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.skeleton-task-loading-more .skeleton-loading-text {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 100px;
  height: 16px;
  margin-left: 10px;
}
.skeleton-form .skeleton-form-group {
  margin-bottom: 20px;
}
.skeleton-form .skeleton-form-group .skeleton-label {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 30%;
  height: 16px;
  margin-bottom: 8px;
}
.skeleton-form .skeleton-form-group .skeleton-input {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  border-radius: 6px;
}
.skeleton-form .skeleton-form-group .skeleton-textarea {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 100%;
  height: 100px;
  border-radius: 6px;
}
.skeleton-form .skeleton-form-group .skeleton-select {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  border-radius: 6px;
}
.skeleton-form .skeleton-form-actions {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}
.skeleton-form .skeleton-form-actions .skeleton-button {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  width: 120px;
  height: 40px;
  border-radius: 20px;
}
.skeleton-loading {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.skeleton-loading.fade-out {
  opacity: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skeleton-error,
.skeleton-no-data {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.skeleton-error .card,
.skeleton-no-data .card {
  border: none;
  box-shadow: none;
}
.skeleton-error .btn:hover,
.skeleton-no-data .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.skeleton-interactive:focus {
  outline: 2px solid #1348a0;
  outline-offset: 2px;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
@font-face {
  font-family: 'ficons';
  src: url('../fonts/ficons/ficons.eot?2q8ld');
  src: url('../fonts/ficons/ficons.eot?2q8ld#iefix') format('embedded-opentype'), url('../fonts/ficons/ficons.ttf?2q8ld') format('truetype'), url('../fonts/ficons/ficons.woff?2q8ld') format('woff'), url('../fonts/ficons/ficons.svg?2q8ld#ficons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*todo will remove later*/
.ficon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ficons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="fi-"]:before,
[class*=" fi-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ficons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fi-return-application:before {
  content: "\e910";
}
.fi-reopen-application:before {
  content: "\e928";
}
.fi-in-progress:before {
  content: "\e956";
}
.fi-total-renders:before {
  content: "\e957";
}
.fi-workflow-history:before {
  content: "\e900";
}
.fi-shopping-cart:before {
  content: "\e95c";
}
.fi-request-visit:before {
  content: "\e95d";
}
.fi-take-action:before {
  content: "\e95f";
}
.fi-phone-incoming:before {
  content: "\e950";
  color: #7a5b39;
}
.fi-facebook:before {
  content: "\e94d";
}
.fi-instagram:before {
  content: "\e94e";
}
.fi-youtube:before {
  content: "\e953";
}
.fi-twitter:before {
  content: "\e951";
}
.fi-phone-call:before {
  content: "\e94f";
  color: #66a980;
}
.fi-whatsapp:before {
  content: "\e952";
  color: #66a980;
}
.fi-aed:before {
  content: "\e901";
}
.fi-ai:before {
  content: "\e902";
}
.fi-applications:before {
  content: "\e903";
}
.fi-awarded:before {
  content: "\e905";
}
.fi-bar-chart:before {
  content: "\e907";
}
.fi-bookmark:before {
  content: "\e908";
}
.fi-building:before {
  content: "\e909";
}
.fi-caretDoubleLeft:before {
  content: "\e95a";
}
.fi-CaretDoubleRight:before {
  content: "\e95b";
}
.fi-chevron-left:before {
  content: "\e90f";
}
.fi-caret-right:before {
  content: "\e90a";
}
.fi-chevron-down:before {
  content: "\e90d";
}
.fi-reject:before {
  content: "\e931";
}
.fi-check:before {
  content: "\e90c";
}
.fi-complete:before {
  content: "\e912";
}
.fi-check-circle:before {
  content: "\e959";
}
.fi-channels:before {
  content: "\e90b";
}
.fi-chevron-down-filled:before {
  content: "\e90e";
}
.fi-code:before {
  content: "\e911";
}
.fi-create:before {
  content: "\e913";
}
.fi-dashboard:before {
  content: "\e914";
}
.fi-date:before {
  content: "\e915";
}
.fi-documents:before {
  content: "\e916";
}
.fi-docx:before {
  content: "\e917";
  color: #3b82f6;
}
.fi-pdf:before {
  content: "\e92d";
  color: #ef4444;
}
.fi-excel:before {
  content: "\e91a";
}
.fi-download:before {
  content: "\e918";
}
.fi-edit:before {
  content: "\e919";
}
.fi-fee:before {
  content: "\e91b";
}
.fi-filter:before {
  content: "\e91c";
}
.fi-history:before {
  content: "\e91d";
}
.fi-image:before {
  content: "\e91e";
}
.fi-information:before {
  content: "\e91f";
}
.fi-invitation:before {
  content: "\e920";
}
.fi-language:before {
  content: "\e921";
}
.fi-lock:before {
  content: "\e922";
}
.fi-logout:before {
  content: "\e923";
}
.fi-logs:before {
  content: "\e924";
}
.fi-back-arrow:before {
  content: "\e906";
}
.fi-next-arrow:before {
  content: "\e926";
}
.fi-membership:before {
  content: "\e925";
}
.fi-notification:before {
  content: "\e927";
}
.fi-offers:before {
  content: "\e929";
}
.fi-password:before {
  content: "\e92a";
}
.fi-payment:before {
  content: "\e92b";
}
.fi-payment-card:before {
  content: "\e92c";
}
.fi-pie-chart:before {
  content: "\e92e";
}
.fi-print:before {
  content: "\e92f";
}
.fi-question:before {
  content: "\e930";
}
.fi-replace:before {
  content: "\e932";
}
.fi-reports:before {
  content: "\e933";
}
.fi-return:before {
  content: "\e934";
}
.fi-save:before {
  content: "\e935";
}
.fi-search:before {
  content: "\e936";
}
.fi-send:before {
  content: "\e937";
}
.fi-service:before {
  content: "\e938";
}
.fi-share:before {
  content: "\e939";
}
.fi-suppliers:before {
  content: "\e93e";
}
.fi-accessibility:before {
  content: "\e904";
}
.fi-user:before {
  content: "\e948";
}
.fi-user-circle:before {
  content: "\e949";
}
.fi-smiley:before {
  content: "\e93b";
}
.fi-confirm-potential:before {
  content: "\e960";
}
.fi-shop:before {
  content: "\e93a";
}
.fi-sort:before {
  content: "\e93c";
}
.fi-star:before {
  content: "\e93d";
}
.fi-suppliers-overview:before {
  content: "\e93f";
}
.fi-tenders:before {
  content: "\e940";
}
.fi-time:before {
  content: "\e941";
}
.fi-tnders-overview:before {
  content: "\e942";
}
.fi-training-courses:before {
  content: "\e943";
}
.fi-trash:before {
  content: "\e944";
}
.fi-update:before {
  content: "\e945";
}
.fi-upload:before {
  content: "\e946";
}
.fi-upload-document:before {
  content: "\e947";
}
.fi-view:before {
  content: "\e94a";
}
.fi-worklist:before {
  content: "\e94b";
}
.fi-xcls:before {
  content: "\e94c";
  color: #10b981;
}
.passtrengthMeter {
  position: relative;
  width: 100%;
}
.passtrengthMeter > input {
  width: 100%;
  display: inline-block;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.passtrengthMeter > input:focus {
  outline-width: 0;
}
.passtrengthMeter::after {
  content: '';
  height: 3px;
  overflow: hidden;
  width: 0%;
  transition: width .5s;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.passtrengthMeter.weak::after {
  background-color: #EC644B;
  width: 25%;
}
.passtrengthMeter.medium::after {
  content: '';
  background-color: #E87E04;
  width: 50%;
}
.passtrengthMeter.strong::after {
  content: '';
  background-color: #EFBF17;
  width: 75%;
}
.passtrengthMeter.very-strong::after {
  content: '';
  background-color: #42A72A;
  width: 100%;
}
.passtrengthMeter .showPassword {
  position: absolute;
  width: 20px;
  top: calc(40%);
  right: 10px;
}
.passtrengthMeter .showPassword.active {
  opacity: .5;
}
.passtrengthMeter .showPassword img {
  display: block;
  width: 100%;
  height: auto;
}
.passtrengthMeter .showPassword:hover {
  cursor: pointer;
}
.passtrengthMeter .tooltip {
  background: #000000;
  top: 100%;
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  display: block;
  left: 50%;
  margin-bottom: 15px;
  opacity: 0;
  padding: 5px 10px;
  pointer-events: none;
  position: absolute;
  min-width: 70px;
  box-sizing: border-box;
  text-align: center;
  z-index: 10;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
.passtrengthMeter.weak .tooltip {
  background-color: #EC644B;
}
.passtrengthMeter.weak .tooltip:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-bottom: solid #EC644B 7px;
  top: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}
.passtrengthMeter.medium .tooltip {
  background-color: #E87E04;
}
.passtrengthMeter.medium .tooltip:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-bottom: solid #E87E04 7px;
  top: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}
.passtrengthMeter.strong .tooltip {
  background-color: #EFBF17;
}
.passtrengthMeter.strong .tooltip:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-bottom: solid #EFBF17 7px;
  top: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}
.passtrengthMeter.very-strong .tooltip {
  background-color: #42A72A;
}
.passtrengthMeter.very-strong .tooltip:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-bottom: solid #42A72A 7px;
  top: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}
.passtrengthMeter.weak .tooltip:before {
  top: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.passtrengthMeter .tooltip:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-bottom: solid #000000 7px;
  top: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.passtrengthMeter:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.lte8 .passtrengthMeter .tooltip {
  display: none;
}
.lte8 .passtrengthMeter:hover .tooltip {
  display: block;
}
.passtrengthMeter .ar:after {
  right: 0;
  left: auto;
}
html {
  overflow-x: hidden;
}
strong {
  font-weight: 600;
}
.header {
  border-top: 6px solid #1348a0;
  /*new style*/
}
.header .topbar {
  height: 45px;
  background-color: #fff;
  border-bottom: 1px solid #d7d7d7;
  transform: translate3d(0, -55px, 0);
}
.header .topbar .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.header .topbar .container .lang-info {
  float: left;
}
.header .topbar .container .lang-info a {
  line-height: 45px;
  color: #1348a0;
  display: block;
  padding: 0 20px;
  border-left: solid 1px #d7d7d7;
  border-right: solid 1px #d7d7d7;
  transition: all 0.3s ease-in-out;
}
.header .topbar .container .lang-info a:hover {
  background-color: #f59100;
  color: #fff;
}
.header .topbar .container .utilities {
  float: left;
  list-style: none;
  padding: 0;
}
.header .topbar .container .utilities li {
  float: left;
  padding: 0 10px;
  white-space: nowrap;
  border-left: solid 1px #d7d7d7;
  display: inline-block;
  font-weight: 500;
}
.header .topbar .container .utilities li:last-child {
  border-right: solid 1px #d7d7d7;
}
.header .topbar .container .utilities li a.help,
.header .topbar .container .utilities li a.logout {
  display: inline-block;
  color: #5e5e5e;
  line-height: 45px;
  position: relative;
  top: 5px;
}
.header .topbar .container .utilities li a.help:hover,
.header .topbar .container .utilities li a.logout:hover {
  color: #f7f7f7;
}
.header .topbar .container .utilities li.date-time {
  line-height: 45px;
  color: #1348a0;
  width: 230px;
  text-align: center;
  border-right: solid 1px #d7d7d7;
}
.header .topbar .container .utilities li.date-time ul {
  margin: 0;
  padding: 0;
  height: 45px !important;
}
.header .topbar .container .utilities li.date-time ul li {
  border: 0;
  width: 100%;
}
.header .topbar .container .utilities.top-menu .dash {
  background-color: #1348a0;
  color: #fff;
  transition: all 0.3s ease-in-out;
  padding: 0;
  font-size: 20px;
}
.header .topbar .container .utilities.top-menu .dash a {
  padding: 0 15px;
  line-height: 45px;
  height: 100%;
  display: block;
  color: #fff;
}
.header .topbar .container .utilities.top-menu .dash a i:before {
  font-size: 20px;
}
.header .topbar .container .utilities.top-menu .dash:hover {
  background-color: #f59100;
}
.header .topbar .container .utilities.top-menu .menu {
  padding: 0;
}
.header .topbar .container .utilities.top-menu .menu a.open-menu {
  color: #1348a0;
  padding: 0 15px;
  cursor: pointer;
  line-height: 45px;
  height: 100%;
  display: block;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}
.header .topbar .container .utilities.top-menu .menu a.open-menu i {
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.header .topbar .container .utilities.top-menu .menu a.open-menu i:before {
  font-size: 13px;
}
.header .topbar .container .utilities.top-menu .menu:hover {
  border-color: #f59100;
}
.header .topbar .container .utilities.top-menu .menu:hover a.open-menu {
  background-color: #f59100;
  color: #fff;
}
.header .topbar .container .utilities.top-menu .menu:hover a.open-menu i {
  color: #fff;
}
.header .topbar .container .utilities.top-menu .library {
  padding: 0;
}
.header .topbar .container .utilities.top-menu .library a {
  color: #1348a0;
  padding: 0 15px;
  cursor: pointer;
  line-height: 45px;
  height: 100%;
  display: block;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
.header .topbar .container .utilities.top-menu .library a:hover {
  border-color: #f59100;
  background-color: #f59100;
  color: #fff;
}
.header .topbar .container .utilities.top-menu .library a:hover i {
  color: #fff;
}
.header .topbar .container .utilities.top-menu .library a i {
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.header .topbar .container .utilities.top-menu .library a i:before {
  font-size: 23px;
}
.header .topbar .container .toolbox {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .topbar .container .toolbox li {
  white-space: nowrap;
  border-right: solid 1px #d7d7d7;
  display: table-cell;
  font-weight: 500;
}
.header .topbar .container .toolbox li .lnk-icon {
  line-height: 45px;
}
.header .topbar .container .toolbox li.translator .dropdown > a {
  display: block;
  padding: 0 15px;
}
.header .topbar .container .toolbox li.translator .dropdown > a:hover {
  background-color: #1348a0;
}
.header .topbar .container .toolbox li.translator .dropdown > a:hover i {
  color: #fff;
}
.header .topbar .container .toolbox li.translator .dropdown > a i {
  color: #1348a0;
  font-size: 1.5714em;
  position: relative;
  top: 5px;
}
.header .topbar .container .toolbox li.translator .dropdown .dropdown-menu {
  line-height: normal;
  width: 217px;
  top: 0 !important;
  left: -80px !important;
  padding: 10px;
  text-align: center;
}
.header .topbar .container .toolbox li.translator .dropdown .dropdown-menu h5 {
  margin-bottom: 10px;
  color: #666;
  font-size: 1em;
}
.header .topbar .container .toolbox li.translator .dropdown .dropdown-menu .msg {
  display: block;
  white-space: normal;
  text-align: center;
  padding: 10px 0;
  font-size: 0.8571em;
  line-height: 14px;
}
.header .topbar .container .toolbox li .notification {
  display: block;
  padding: 0 15px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.header .topbar .container .toolbox li .notification:hover {
  background-color: #1348a0;
}
.header .topbar .container .toolbox li .notification:hover i {
  color: #fff;
}
.header .topbar .container .toolbox li .notification i {
  color: #1348a0;
  font-size: 1.5714em;
  position: relative;
  top: 5px;
}
.header .topbar .container .toolbox li .notification .unread-count {
  background-color: #f7f7f7;
  color: #fff;
  min-width: 17px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 55%;
  border-radius: 50%;
  font-size: .8em;
  height: 17px;
  line-height: 17px;
  padding: 0 2px;
  font-weight: 600;
}
.header .topbar .container .user-info {
  color: #a1a1a1;
  font-weight: bold;
}
.header .topbar .container .user-info .ficon {
  color: #1348a0;
  position: relative;
  top: 2px;
}
.header .topbar .container .user-info .ficon:before {
  font-size: 15px;
}
.header .topbar .container .user-info .ficon.profile-ico {
  color: #1348a0;
  margin-right: 5px;
  font-size: 1.1429em;
}
.header .topbar .container .user-info .welcome {
  margin: 0;
  display: block;
  cursor: pointer;
  padding: 0 15px;
}
.header .topbar .container .user-info .welcome span {
  color: #1348a0;
  margin: 0 10px 0 10px;
  direction: ltr;
  max-width: 150px;
  display: inline-block;
  overflow-x: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
  line-height: 30px;
}
.header .topbar .container .user-info .welcome:after {
  font-family: ficons;
  content: "\e901";
  color: #1348a0;
  font-size: 0.7143em;
}
.header .topbar .container .user-info .admin-icon {
  display: inline-block;
  color: #5e5e5e;
  line-height: 20px;
  position: relative;
  top: 4px;
  margin: 0 5px;
}
.header .topbar .container .user-info .admin-icon:hover {
  color: #f7f7f7;
}
.header .topbar .container .user-info .admin-icon .ficon:before {
  font-size: 20px;
  line-height: 20px;
}
.header .topbar .container .user-info .profile-image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.header .topbar .container .dropdown {
  display: block;
}
.header .topbar .container .dropdown.show .welcome {
  /*box-shadow: 0px -5px 7px 0px rgba(0,0,0,.3);
                position: relative;
                z-index: 9999999;*/
}
.header .topbar .container .dropdown.show .welcome:after {
  transform: rotate(180deg);
  display: inline-block;
}
.header .topbar .container .dropdown .dropdown-menu {
  margin: 0;
  padding: 10px 25px;
  border-radius: 0;
  border: 0;
  z-index: 55;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.3);
  font-size: 0.9286em;
}
.header .topbar .container .dropdown .dropdown-menu .dropdown-item {
  line-height: 25px;
  border-bottom: 1px solid #eaeaea;
  color: #757575;
  padding: 7px 0;
  transition: all 0.3s ease-in-out;
}
.header .topbar .container .dropdown .dropdown-menu .dropdown-item .ficon {
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}
.header .topbar .container .dropdown .dropdown-menu .dropdown-item:last-child {
  border: 0;
}
.header .topbar .container .dropdown .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}
.header .topbar .container .dropdown .dropdown-menu .dropdown-item:hover {
  color: #1348a0;
  background-color: transparent;
}
.header .topbar .container .dropdown .dropdown-menu.show.site-menu {
  top: -56px !important;
  padding: 10px 15px;
  width: auto;
  box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.3);
}
.header .topbar .container .dropdown .dropdown-menu.show.site-menu .close-menu {
  color: #1348a0;
  padding: 2px;
  cursor: pointer;
  line-height: 41px;
  height: 100%;
  display: block;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #d7d7d7;
}
.header .topbar .container .dropdown .dropdown-menu.show.site-menu .close-menu i {
  margin-right: 10px;
  font-size: 11px;
  transition: all 0.3s ease-in-out;
}
.header .topbar .container .dropdown .dropdown-menu.show.site-menu .menu-item {
  color: #1348a0;
  display: table;
  width: 100%;
}
.header .topbar .container .dropdown .dropdown-menu.show.site-menu .menu-item:hover {
  color: #f59100;
}
.header .topbar .container .dropdown .dropdown-menu.show.site-menu .menu-item:hover i {
  color: #f59100;
  transform: translateX(-15px);
}
.header .topbar .container .dropdown .dropdown-menu.show.site-menu .menu-item span {
  width: 85%;
  padding-right: 30px;
  display: table-cell;
}
.header .topbar .container .dropdown .dropdown-menu.show.site-menu .menu-item i {
  font-size: 25px;
  vertical-align: middle;
  display: table-cell;
  height: 100%;
  text-align: right;
}
.header .logos {
  margin: 15px 0;
}
.header .logos .container {
  position: relative;
  height: 74px;
}
.header .nav-menu {
  background: #1348a0;
}
.header .nav-menu .btn-menu {
  display: none;
}
.header .nav-menu ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  height: 45px;
}
.header .nav-menu ul li {
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  flex: 1 1 100%;
  transform: translate3d(0, -100px, 0);
  opacity: 0;
  border-left: 1px solid #e9c056;
}
.header .nav-menu ul li:last-child {
  border-right: 1px solid #e9c056;
}
.header .nav-menu ul li a {
  color: #fff;
  margin: 0;
  font-weight: 700;
  white-space: nowrap;
  display: block;
  font-size: 1em;
  line-height: 45px;
  padding: 0 10px;
}
.header .nav-menu ul li:hover {
  background-color: #f7f7f7;
}
.header .nav-menu ul li:hover a {
  color: #fff;
}
.header .nav-menu ul li.active {
  background-color: #f7f7f7;
}
.header .nav-menu ul li.active a {
  color: #fff;
}
.header .nav-menu ul li.dropdown {
  transition: none;
  position: relative;
}
.header .nav-menu ul li.dropdown .link:hover {
  transition: none;
}
.header .nav-menu ul li.dropdown .dropdown-content {
  min-width: 200px;
  background-color: #f7f7f7;
}
.header .nav-menu ul li.dropdown .dropdown-content .d-item {
  padding: 10px;
  border-bottom: 1px solid #eac359;
  color: #fff;
  line-height: 26px;
  text-align: left;
  font-weight: 500;
}
.header .nav-menu ul li.dropdown .dropdown-content .d-item:hover,
.header .nav-menu ul li.dropdown .dropdown-content .d-item.active {
  background-color: #1348a0;
}
.header .nav-menu ul li.dropdown .dropdown-content .sub-dropdown {
  position: relative;
}
.header .nav-menu ul li.dropdown .dropdown-content .sub-dropdown .dropdown-content {
  left: 100%;
  top: 0;
  display: none;
}
.header .nav-menu ul li.dropdown .dropdown-content .sub-dropdown:hover .dropdown-content {
  display: block;
}
.header .header-layer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-layer .logo {
  padding: 10px 0 0 0;
  transform: scale(0.8);
  margin: 0;
}
.header .header-layer .logo a {
  display: inline-block;
  width: 235px;
  height: 80px;
  background: url('../images/soe-logo.png') left center no-repeat;
}
.header .header-layer .options {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header .header-layer .options a:before {
  font-size: 20px;
  color: #333333;
}
.header .header-layer .options .setting-container {
  position: relative;
}
.header .header-layer .options .setting-container .accessibility-list {
  position: absolute;
  left: 50%;
  top: 40px;
  width: 155px;
  z-index: 9999;
  transform: translateX(-50%);
  background: #84888b;
  border-radius: 7px;
  box-shadow: 0 0 14px 0 #84888b;
  padding: 0;
  display: none;
}
.header .header-layer .options .setting-container .accessibility-list.show {
  display: block;
}
.header .header-layer .options .setting-container .accessibility-list:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #84888b transparent;
}
.header .header-layer .options .setting-container .accessibility-list li {
  float: none;
  display: block;
  padding: 10px;
  margin: 0 0 5px 0;
  border-bottom: solid 1px #fff;
  color: #fff;
}
.header .header-layer .options .setting-container .accessibility-list li .span {
  display: block;
  margin: 10px 0 5px 0;
  text-align: center;
}
.header .header-layer .options .setting-container .accessibility-list li .span:before {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
}
.header .header-layer .options .setting-container .accessibility-list li .fonts {
  display: flex;
  justify-content: center;
}
.header .header-layer .options .setting-container .accessibility-list li .fonts .fi-font {
  margin: 0 15px;
}
.header .header-layer .options .setting-container .accessibility-list li .fonts .fi-font:before {
  font-size: 40px;
  color: #fff;
}
.header .header-layer .options .setting-container .accessibility-list li .fonts a {
  line-height: 42px;
  display: inline-block;
  color: #fff;
  font-size: 2.5em;
}
.header .header-layer .options .setting-container .accessibility-list li .fonts a.decrease-font-size {
  line-height: 35px;
  font-size: 2.7143em;
}
.header .header-layer .options .setting-container .accessibility-list li .fonts a:hover {
  color: #fff;
}
.header .header-layer .options .setting-container .accessibility-list li .themes {
  display: flex;
  justify-content: center;
}
.header .header-layer .options .setting-container .accessibility-list li .themes a {
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background: #bb9036;
  border-radius: 50%;
  color: #fff;
  margin: 0 10px;
  position: relative;
  text-align: center;
}
.header .header-layer .options .setting-container .accessibility-list li .themes a.active:before {
  border: 2px solid #bb9036;
  content: '';
  position: absolute;
  display: block;
  width: 150%;
  height: 150%;
  margin: auto;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.header .header-layer .options .setting-container .accessibility-list li .themes a.colorblue {
  background: #3f9db6;
}
.header .header-layer .options .setting-container .accessibility-list li .themes a.colorblue.active:before {
  border: 2px solid #3f9db6;
}
.header .header-layer .options .setting-container .accessibility-list li .themes a.colorgry {
  background: #444;
}
.header .header-layer .options .setting-container .accessibility-list li .themes a.colorgry.active:before {
  border: 2px solid #444;
}
.header .header-layer .options .setting-container .accessibility-list li .themes a.with-text {
  text-indent: 0;
  text-align: center;
  line-height: 24px;
}
.header .header-layer .options .setting-container .accessibility-list li .rest-chanes {
  color: #fff;
  text-transform: uppercase;
}
.header .header-layer .options .setting-container .accessibility-list li:last-child {
  border: none;
}
.header .container {
  position: relative;
}
.header .container .header-options-block {
  /*position: absolute;
      transform: translateY(-50%);
      top: 50%;
      right: 15px;
      z-index: 9999;*/
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
}
.header .container .header-options-block .home {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .container .header-options-block .home span {
  font-size: 18px;
  color: #232528;
  font-weight: 700;
}
.header .container .header-options-block .home i {
  font-size: 18px;
  color: #0e3372;
}
.header .container .header-options-block .header-options {
  padding: 0;
  margin: 5px 0 0 0;
  list-style: none;
  display: flex;
}
.header .container .header-options-block .header-options .setting-container {
  position: relative;
}
.header .container .header-options-block .header-options .setting-container .accessibility-list {
  position: absolute;
  left: 50%;
  top: 40px;
  width: 155px;
  z-index: 9999;
  transform: translateX(-50%);
  background: #84888b;
  border-radius: 7px;
  box-shadow: 0 0 14px 0 #84888b;
  padding: 0;
  display: none;
}
.header .container .header-options-block .header-options .setting-container .accessibility-list.show {
  display: block;
}
.header .container .header-options-block .header-options .setting-container .accessibility-list:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #84888b transparent;
}
.header .container .header-options-block .header-options .setting-container .accessibility-list li {
  float: none;
  display: block;
  padding: 10px;
  margin: 0 0 5px 0;
  border-bottom: solid 1px #fff;
  color: #fff;
}
.header .container .header-options-block .header-options .setting-container .accessibility-list li .span {
  display: block;
  margin: 10px 0 5px 0;
  text-align: center;
}
.header .container .header-options-block .header-options .setting-container .accessibility-list li .span:before {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
}
.header .container .header-options-block .header-options .setting-container .accessibility-list li .fonts {
  display: flex;
  justify-content: center;
}
.header .container .header-options-block .header-options .setting-container .accessibility-list li .fonts .fi-font {
  margin: 0 15px;
}
.header .container .header-options-block .header-options .setting-container .accessibility-list li .fonts .fi-font:before {
  font-size: 40px;
  color: #fff;
}
.header .container .header-options-block .header-options .setting-container .accessibility-list li .fonts a {
  line-height: 42px;
  display: inline-block;
  color: #fff;
  font-size: 2.5em;
}
.header .container .header-options-block .header-options .setting-container .accessibility-list li .fonts a.decrease-font-size {
  line-height: 35px;
  font-size: 2.7143em;
}
.header .container .header-options-block .header-options .setting-container .accessibility-list li .fonts a:hover {
  color: #fff;
}
.header .container .header-options-block .header-options .setting-container .accessibility-list li .themes {
  display: flex;
  justify-content: center;
}
.header .container .header-options-block .header-options .setting-container .accessibility-list li .themes a {
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background: #bb9036;
  border-radius: 50%;
  color: #fff;
  margin: 0 10px;
  position: relative;
  text-align: center;
}
.header .container .header-options-block .header-options .setting-container .accessibility-list li .themes a.active:before {
  border: 2px solid #bb9036;
  content: '';
  position: absolute;
  display: block;
  width: 150%;
  height: 150%;
  margin: auto;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.header .container .header-options-block .header-options .setting-container .accessibility-list li .themes a.colorblue {
  background: #3f9db6;
}
.header .container .header-options-block .header-options .setting-container .accessibility-list li .themes a.colorblue.active:before {
  border: 2px solid #3f9db6;
}
.header .container .header-options-block .header-options .setting-container .accessibility-list li .themes a.colorgry {
  background: #444;
}
.header .container .header-options-block .header-options .setting-container .accessibility-list li .themes a.colorgry.active:before {
  border: 2px solid #444;
}
.header .container .header-options-block .header-options .setting-container .accessibility-list li .themes a.with-text {
  text-indent: 0;
  text-align: center;
  line-height: 24px;
}
.header .container .header-options-block .header-options .setting-container .accessibility-list li .rest-chanes {
  color: #fff;
  text-transform: uppercase;
}
.header .container .header-options-block .header-options .setting-container .accessibility-list li:last-child {
  border: none;
}
.header .container .header-options-block .header-options li {
  margin-right: 20px;
}
.header .container .header-options-block .header-options li a:before {
  color: #333333;
  font-size: 20px;
}
.header .container .header-options-block .header-options li a:hover:before {
  color: #1348a0;
}
.header .container .header-options-block .header-options li:last-child {
  margin-right: 0;
}
.header .container .header-options-block .advanced-search {
  float: right;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.header .container .header-options-block .advanced-search input[type=text] {
  padding: 5px;
  border-radius: 5px;
  border: 0;
  width: 120px;
  outline: none;
}
.header .container .header-options-block .advanced-search a {
  background: #1348a0;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  margin: 0 2px;
  transition: all 0.3s ease-in-out;
}
.header .container .header-options-block .advanced-search a:hover {
  background: #f59100;
}
.header .container .header-options-block .change-language {
  float: right;
}
.header .container .header-options-block .change-language a {
  color: #1348a0;
  font-weight: 600;
  padding: 5px 20px;
  margin-top: -2px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.header .container .header-options-block .change-language a:hover {
  color: #f59100;
}
.header .container .menu-container {
  display: none;
}
.header .main-menu-block {
  background: #f7f7f7;
  padding: 10px;
}
.header .main-menu-block .container .main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  width: 100%;
}
.header .main-menu-block .container .main-menu > li {
  margin-right: 20px;
  position: relative;
  border-bottom: 5px solid #f7f7f7;
}
.header .main-menu-block .container .main-menu > li:hover {
  color: #1348a0;
  border-bottom: 5px solid #1348a0;
}
.header .main-menu-block .container .main-menu > li > a {
  display: block;
  text-align: center;
  color: #333333;
  font-weight: 700;
  font-size: 1.2857em;
  padding: 15px 0 13px 0;
}
.header .main-menu-block .container .main-menu > li .sub-main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 1;
  background: #fff;
  width: 250px;
  box-shadow: 0 4px 12px -4px #000000;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 200ms ease-in-out;
  z-index: 9999;
  border-radius: 5px;
  top: 65px;
  padding: 20px 0;
}
.header .main-menu-block .container .main-menu > li .sub-main-menu li {
  display: block;
}
.header .main-menu-block .container .main-menu > li .sub-main-menu li a {
  display: block;
  color: #333333;
  font-weight: 600;
  font-size: 1.1429em;
  padding: 10px 15px;
}
.header .main-menu-block .container .main-menu > li .sub-main-menu li a:hover {
  background-color: #1348a0;
  color: #fff;
}
.header .main-menu-block .container .main-menu > li:hover .sub-main-menu {
  transform: scaleY(1);
}
.header .main-menu-block .container .main-menu > li:last-child .sub-main-menu {
  right: 0;
}
.header .mobile-menu-block {
  background: #f7f7f7;
  display: none;
}
.header .mobile-menu-block .account-menu {
  position: fixed;
  background: #1348a0;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header .mobile-menu-block .account-menu .details {
  background-color: #1348a0;
  padding: 25px;
  margin-top: 25px;
  /*margin-bottom: 20px;*/
}
.header .mobile-menu-block .account-menu .details .user {
  align-items: center;
  display: flex;
}
.header .mobile-menu-block .account-menu .details .user .img {
  width: 65px;
  height: 65px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-right: 20px;
}
.header .mobile-menu-block .account-menu .details .user .name .welcome {
  color: #fff;
  font-size: 1.15em;
}
.header .mobile-menu-block .account-menu .details .user .name .profile-lnk {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #FBBF24;
  gap: 9px;
  display: flex;
}
.header .mobile-menu-block .account-menu .details .user .name .profile-lnk i {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.header .mobile-menu-block .account-menu .details .user .name .user-name {
  font-size: 1.7em;
  color: #fff;
  display: flex;
  gap: 10px;
}
.header .mobile-menu-block .account-menu .details .user .name .user-name .investor {
  color: #fff;
  font-size: 1em;
  position: relative;
  top: 3px;
}
.header .mobile-menu-block .account-menu .details .user .name .complete-profile {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #FBBF24;
  gap: 9px;
  display: flex;
  width: -webkit-fill-available;
}
.header .mobile-menu-block .account-menu .details .user .name .complete-profile i {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.header .mobile-menu-block .account-menu .details .user-tools {
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 1.2em;
}
.header .mobile-menu-block .account-menu .details .user-tools .logout {
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 5px 15px 5px 35px;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.header .mobile-menu-block .account-menu .details .user-tools .logout:before {
  font-family: 'ficons' !important;
  content: "\e923";
  position: absolute;
  left: 10px;
  /*top: 2px;*/
  font-size: 20px;
}
.header .mobile-menu-block .account-menu .details .user-tools .logout:hover {
  color: #185dce;
  background-color: #fff;
}
.header .mobile-menu-block .account-menu .details .user-tools .notifications {
  color: #fff;
  padding: 5px 10px 5px 35px;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.header .mobile-menu-block .account-menu .details .user-tools .notifications span {
  position: absolute;
  left: 10px;
  background: #ec424e;
  width: 25px;
  height: 25px;
  min-width: 25px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  border: 2px solid #fff;
  top: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .mobile-menu-block .account-menu .details .user-tools .notifications:before {
  font-family: 'ficons' !important;
  content: "\e927";
  position: absolute;
  left: 5px;
  /*top: 3px;*/
  font-size: 20px;
}
.header .mobile-menu-block .account-menu .details .user-tools .notifications:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 7px;
  width: 1px;
  height: 22px;
  background-color: #fff;
}
.header .mobile-menu-block .account-menu .details .user-tools .notifications:hover {
  color: #1348a0;
  background-color: #fff;
}
.header .mobile-menu-block .account-menu .details .user-tools .yourcart {
  color: #fff;
  padding: 5px 10px 5px 35px;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.header .mobile-menu-block .account-menu .details .user-tools .yourcart span {
  position: absolute;
  left: 10px;
  background: #ec424e;
  width: 25px;
  height: 25px;
  min-width: 25px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  border: 2px solid #fff;
  top: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .mobile-menu-block .account-menu .details .user-tools .yourcart:before {
  font-family: 'ficons' !important;
  content: "\e927";
  position: absolute;
  left: 5px;
  /*top: 3px;*/
  font-size: 20px;
}
.header .mobile-menu-block .account-menu .details .user-tools .yourcart:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 7px;
  width: 1px;
  height: 22px;
  background-color: #fff;
}
.header .mobile-menu-block .account-menu .details .user-tools .yourcart:hover {
  color: #1348a0;
  background-color: #fff;
}
.header .mobile-menu-block .account-menu .details .user-tools .inquiry {
  color: #fff;
  padding: 5px 8px 5px 36px;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  display: flex;
  gap: 5px;
  align-items: center;
  right: 20px;
}
.header .mobile-menu-block .account-menu .details .user-tools .inquiry:before {
  font-family: 'ficons' !important;
  content: "\e929";
  position: absolute;
  left: 6px;
  /*top: 3px;*/
  font-size: 20px;
}
.header .mobile-menu-block .account-menu .details .user-tools .inquiry:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 7px;
  width: 1px;
  height: 22px;
  background-color: #fff;
}
.header .mobile-menu-block .account-menu .details .user-tools .inquiry:hover {
  color: #1348a0;
  background-color: #fff;
}
.header .mobile-menu-block .account-menu .details .user-tools .inquiry:hover i {
  color: #fff;
  background-color: #1348a0;
}
.header .mobile-menu-block .account-menu .details .tools {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 10px;
  font-size: 1.15em;
  gap: 20px;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.header .mobile-menu-block .account-menu .details .tools li .lnk {
  /*transition: @all-transitions;*/
  /*opacity: 0.8;*/
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1em;
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  /* Reserve space */
  width: auto;
  max-width: max-content;
}
.header .mobile-menu-block .account-menu .details .tools li .lnk:hover {
  border-bottom: 2px solid white;
  color: #ffffff;
  width: auto;
  max-width: max-content;
}
.header .mobile-menu-block .account-menu .details .tools li .lnk:hover:after {
  transform: scaleX(1);
}
.header .mobile-menu-block .account-menu .details .tools li .lnk i {
  font-size: 24px;
  position: relative;
}
.header .mobile-menu-block .account-menu .details .tools li .lnk i:before {
  color: #ffffff;
}
.header .mobile-menu-block .account-menu .details .tools li:last-child {
  margin-right: 0;
}
.header .mobile-menu-block .account-menu .details .tools li .uni-search-bar {
  display: none;
}
.header .mobile-menu-block .account-menu .details .tools li .uni-search-bar.open-menu {
  display: block;
}
.header .mobile-menu-block .account-menu .details .tools li.setting-container {
  position: relative;
}
.header .mobile-menu-block .account-menu .details .tools li.setting-container .accessibility-list {
  position: absolute;
  left: 50%;
  top: 40px;
  width: 155px;
  z-index: 9999;
  transform: translateX(-50%);
  background: #84888b;
  border-radius: 7px;
  box-shadow: 0 0 14px 0 #84888b;
  padding: 0;
  display: none;
}
.header .mobile-menu-block .account-menu .details .tools li.setting-container .accessibility-list.show {
  display: block;
}
.header .mobile-menu-block .account-menu .details .tools li.setting-container .accessibility-list:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #84888b transparent;
}
.header .mobile-menu-block .account-menu .details .tools li.setting-container .accessibility-list li {
  float: none;
  display: block;
  padding: 10px;
  margin: 0 0 5px 0;
  border-bottom: solid 1px #fff;
  color: #fff;
}
.header .mobile-menu-block .account-menu .details .tools li.setting-container .accessibility-list li .span {
  display: block;
  margin: 10px 0 5px 0;
  text-align: center;
}
.header .mobile-menu-block .account-menu .details .tools li.setting-container .accessibility-list li .span:before {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
}
.header .mobile-menu-block .account-menu .details .tools li.setting-container .accessibility-list li .fonts {
  display: flex;
  justify-content: center;
}
.header .mobile-menu-block .account-menu .details .tools li.setting-container .accessibility-list li .fonts .fi-font {
  margin: 0 15px;
}
.header .mobile-menu-block .account-menu .details .tools li.setting-container .accessibility-list li .fonts .fi-font:before {
  font-size: 40px;
  color: #fff;
}
.header .mobile-menu-block .account-menu .details .tools li.setting-container .accessibility-list li .fonts a {
  line-height: 42px;
  display: inline-block;
  color: #fff;
  font-size: 2.5em;
}
.header .mobile-menu-block .account-menu .details .tools li.setting-container .accessibility-list li .fonts a.decrease-font-size {
  line-height: 35px;
  font-size: 2.7143em;
}
.header .mobile-menu-block .account-menu .details .tools li.setting-container .accessibility-list li .fonts a:hover {
  color: #fff;
}
.header .mobile-menu-block .account-menu .details .tools li.setting-container .accessibility-list li .themes {
  display: flex;
  justify-content: center;
}
.header .mobile-menu-block .account-menu .details .tools li.setting-container .accessibility-list li .themes a {
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background: #bb9036;
  border-radius: 50%;
  color: #fff;
  margin: 0 10px;
  position: relative;
  text-align: center;
}
.header .mobile-menu-block .account-menu .details .tools li.setting-container .accessibility-list li .themes a.active:before {
  border: 2px solid #bb9036;
  content: '';
  position: absolute;
  display: block;
  width: 150%;
  height: 150%;
  margin: auto;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.header .mobile-menu-block .account-menu .details .tools li.setting-container .accessibility-list li .themes a.colorblue {
  background: #3f9db6;
}
.header .mobile-menu-block .account-menu .details .tools li.setting-container .accessibility-list li .themes a.colorblue.active:before {
  border: 2px solid #3f9db6;
}
.header .mobile-menu-block .account-menu .details .tools li.setting-container .accessibility-list li .themes a.colorgry {
  background: #444;
}
.header .mobile-menu-block .account-menu .details .tools li.setting-container .accessibility-list li .themes a.colorgry.active:before {
  border: 2px solid #444;
}
.header .mobile-menu-block .account-menu .details .tools li.setting-container .accessibility-list li .themes a.with-text {
  text-indent: 0;
  text-align: center;
  line-height: 24px;
}
.header .mobile-menu-block .account-menu .details .tools li.setting-container .accessibility-list li .rest-chanes {
  color: #fff;
  text-transform: uppercase;
}
.header .mobile-menu-block.open-menu {
  display: block;
}
.sub-header {
  height: 100px;
  background-color: #1348a0;
  box-shadow: 0 1px 20px 0 rgba(3, 3, 3, 0.3);
}
.sub-header .service-items {
  padding: 0;
  list-style: none;
  height: 100%;
  display: flex;
}
.sub-header .service-items li {
  text-align: center;
  transform: translate3d(-45px, 0, 0);
  border-right: 1px solid #b49650;
  height: 100%;
  flex: 1 1 100%;
  flex-grow: 1;
  transition: all 0.3s ease-in;
}
.sub-header .service-items li a {
  display: block;
  padding: 20px 15px 0 15px;
  height: 100%;
}
.sub-header .service-items li a .ficon {
  color: #fff;
  text-align: center;
  margin: 0 0 5px 0;
  font-size: 2.1429em;
}
.sub-header .service-items li a span {
  color: #fff;
  cursor: pointer;
  text-transform: capitalize;
  line-height: 15px;
  padding-top: 5px;
  display: block;
  width: 90%;
  margin: 0 auto;
}
.sub-header .service-items li.active {
  background-color: #f59100;
}
.sub-header .service-items li:hover {
  background-color: #f59100;
}
.sub-header .service-items li:hover a {
  border-right-color: transparent;
}
.sub-header .service-utilities {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
.sub-header .service-utilities li {
  float: right;
  padding: 10px 0;
  height: 100%;
  transform: translate3d(45px, 0, 0);
  opacity: 0;
}
.sub-header .service-utilities li .link {
  display: block;
  color: #fff;
  padding: 0 20px;
  border-left: 1px solid #ffffff;
  line-height: 48px;
}
.sub-header .service-utilities li .link .ficon {
  padding: 0 5px;
  position: relative;
  top: 6px;
}
.sub-header .service-utilities li.profile.dropdown {
  transition: none;
  position: relative;
}
.sub-header .service-utilities li.profile.dropdown .link:hover {
  transition: none;
}
.sub-header .service-utilities li.profile.dropdown .dropdown-content {
  top: 65px;
  min-width: 220px;
  right: 0;
  left: auto;
}
.sub-header .service-utilities li.profile.dropdown .dropdown-content .d-item {
  padding: 10px;
  display: block;
  border-bottom: 1px solid #f2ecdf;
  margin: 0;
  color: #000;
}
.sub-header .service-utilities li.profile.dropdown .dropdown-content .d-item .text {
  display: inline-block;
  line-height: 26px;
  margin: 0 10px;
}
.sub-header .service-utilities li.profile.dropdown .dropdown-content .d-item .text .percent {
  color: #f7f7f7;
}
.sub-header .service-utilities li.profile.dropdown .dropdown-content .d-item .ficon {
  color: #f7f7f7;
  position: relative;
  top: 5px;
}
.sub-header .service-utilities li.profile.dropdown .dropdown-content .d-item:hover {
  background-color: #f2ecdf;
}
.sub-header .service-utilities li.profile.dropdown .dropdown-content .d-item .person {
  display: inline-block;
  margin: 0 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 120px;
}
.sub-header .service-utilities li.profile.dropdown .dropdown-content .d-item .person .name {
  font-size: 0.8em;
  margin: 0 5px;
}
.sub-header .service-utilities li.profile.dropdown .dropdown-content .d-item .person .ficon {
  position: relative;
  top: 1px;
}
.sub-header .service-utilities li.profile.dropdown .dropdown-content .d-item .person .ficon:before {
  font-size: 12px;
  line-height: 12px;
  color: #979797;
}
.sub-header .service-utilities li.profile.dropdown .profile-notified {
  position: absolute;
  top: 10px;
  right: 18px;
  color: #1348a0;
  background-color: #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border: 2px solid #fff;
}
.sub-header .service-utilities li.profile.dropdown .profile-notified .ficon:before {
  font-size: 16px;
  line-height: 16px;
}
.sub-header .service-utilities li.profile.active {
  padding: 1px 0;
}
.sub-header .service-utilities li.profile.active .link {
  padding-top: 10px;
  padding-bottom: 15px;
  border-left: none;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 -1px 5px 2px rgba(147, 99, 55, 0.6);
  -moz-box-shadow: 0 -1px 5px 2px rgba(147, 99, 55, 0.6);
  box-shadow: 0 -1px 5px 2px rgba(147, 99, 55, 0.6);
  color: #f7f7f7;
}
.sub-header .service-utilities li.profile:hover {
  background-color: #1348a0;
}
.sub-header .service-utilities li.profile:hover .link {
  border-left-color: transparent;
}
.sub-header .service-utilities li.profile:hover.dropdown {
  background-color: #fff;
}
.sub-header .service-utilities li.profile:hover.dropdown .link {
  color: #1348a0;
  background-color: transparent;
}
.sub-header .service-utilities li.profile .profile-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  margin: 5px;
}
.side-icons {
  position: fixed;
  top: 250px;
  left: 0;
  z-index: 500;
}
.side-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-icons ul li {
  transform: translate3d(-45, 0, 0);
}
.side-icons ul li a {
  display: block;
  position: relative;
  margin-bottom: 3px;
  width: 45px;
  height: 45px;
  text-align: center;
  background-color: #c4c4c4;
}
.side-icons ul li a .ficon {
  color: #fff;
}
.side-icons ul li a .ficon:before {
  line-height: 45px;
}
.side-icons ul li a:hover {
  background-color: #1348a0;
}
.remove-margins {
  margin: 0px;
}
.no-border {
  border: none !important;
}
.site-border {
  /*border: 1px solid @primary-color;*/
  box-shadow: 0 1px 20px 0 rgba(3, 3, 3, 0.3);
  background-color: #fff;
  border-radius: 10px;
}
.wrapper.sub-pages {
  background-color: #f8f8f8;
  /*padding-bottom: 30px;*/
}
.wrapper .main-content {
  position: relative;
  min-height: 200px;
  clear: both;
  padding-bottom: 30px;
}
.wrapper .main-content.task-action {
  min-height: 0;
}
.wrapper .main-content .general-container {
  padding: 40px 20px;
}
.wrapper .main-content .general-container h2 {
  color: #5e5e5e;
  margin-bottom: 15px;
  font-size: 1.8em;
  clear: both;
  text-transform: capitalize;
}
.wrapper .main-content .general-container h2.no-margins {
  margin-bottom: 0;
}
.wrapper .main-content .general-container h2.head-border {
  border-bottom: 1px dashed #d6d6d6;
  padding-bottom: 15px;
}
.wrapper .main-content .general-container .person {
  color: #fff;
  display: inline-block;
}
.wrapper .main-content .general-container .person:hover {
  color: #f2ecdf;
}
.wrapper .main-content .general-container .person .ficon:before {
  font-size: 10px;
}
.wrapper .main-content .remove-spaces .general-container {
  padding: 0;
  border: none;
}
.wrapper .main-content .steps {
  text-align: center;
  padding: 30px 0;
}
.wrapper .main-content .steps .step {
  display: inline-block;
  position: relative;
  margin: 10px;
  text-align: center;
  height: 135px;
  width: auto;
}
.wrapper .main-content .steps .step .circle {
  background-color: #e9e3d6;
  color: #c6af7c;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  font-size: 3em;
  font-weight: bold;
  display: inline-block;
}
.wrapper .main-content .steps .step .step-label {
  color: #a1a1a1;
  display: block;
  text-align: center;
  width: 120px;
  height: 50px;
  margin-top: 10px;
  font-size: 0.9em;
}
.wrapper .main-content .steps .step .you-here {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  font-size: .8em;
  line-height: 20px;
  color: #da1a32;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}
.wrapper .main-content .steps .step:hover .circle {
  background-color: #e5ddcc;
}
.wrapper .main-content .steps .step.current .circle {
  background-color: #1348a0;
  color: #fff;
}
.wrapper .main-content .steps .step.current .step-label {
  color: #5e5e5e;
}
.wrapper .main-content .steps .step.current:hover .circle {
  background-color: #e2c076;
}
.wrapper .main-content .steps .step.current i {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  color: #e9c882;
}
.wrapper .main-content .steps .step.current i:before {
  font-size: 20px;
  line-height: 20px;
}
.wrapper .main-content .steps.mid-size .step {
  margin: 8px;
}
.wrapper .main-content .steps.mid-size .step .circle {
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 2.6em;
}
.wrapper .main-content .steps.mid-size .step .step-label {
  font-size: 0.88em;
  width: 110px;
}
.wrapper .main-content .steps.small-size .step {
  margin: 5px;
}
.wrapper .main-content .steps.small-size .step .circle {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 2.2em;
}
.wrapper .main-content .steps.small-size .step .step-label {
  font-size: 0.85em;
  width: 100px;
}
.wrapper .main-content .page-content {
  background: #fff;
  padding: 30px;
  color: #868686;
}
.wrapper .main-content .page-content h3,
.wrapper .main-content .page-content .title {
  font-size: 1.5em;
  margin: 15px 0;
  color: #5e5e5e;
}
.wrapper .main-content .page-content p {
  margin: 0 0 20px;
}
.footer {
  position: relative;
  background-color: #F7F7F7;
}
.footer:before {
  content: '';
  position: absolute;
  top: 0px;
  height: 0.5rem;
  width: 100%;
  /* Gradient border */
  background-image: linear-gradient(to bottom, #f5f6f6, #cdd1d4);
}
.footer .container .footer-top {
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  padding: 30px 0 20px;
}
.footer .container .footer-top .toll-free {
  display: flex;
  justify-content: end;
  align-items: center;
  width: max-content;
}
.footer .container .footer-top .toll-free .toll {
  font-size: 1.1429em;
  color: #185dce;
  font-weight: 700;
  margin: 0 10px;
}
.footer .container .footer-top .toll-free a {
  font-weight: 700;
  color: #333333;
  font-size: 1.1429em;
}
.footer .container .footer-top .toll-free a:hover span {
  color: #1348a0;
}
.footer .container .footer-top .toll-free a span {
  font-weight: 700;
  color: #333333;
}
.footer .container .footer-top .toll-free i:before {
  font-size: 20px;
  top: 4px;
  position: relative;
}
.footer .container .footer-top .call-center {
  display: flex;
  align-items: end;
  flex-direction: column;
}
.footer .container .footer-top .call-center a.center-numer {
  position: relative;
  /*margin-left: 30px;*/
  /*display: block;*/
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  /*margin-left: auto;
                    margin-right: auto;*/
}
.footer .container .footer-top .call-center a.center-numer i {
  /* position: absolute;
                        left: -20px;
                        transform: translateY(-50%);
                        top: 50%;*/
  position: relative;
}
.footer .container .footer-top .call-center a.center-numer i:before {
  font-size: 20px;
  color: #66a980;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
.footer .container .footer-top .call-center a.center-numer label {
  display: block;
  color: #1348a0;
  font-weight: 600;
  margin: 0;
  font-size: 1.2857em;
}
.footer .container .footer-top .call-center a.center-numer span.number {
  font-weight: 700;
  color: #333333;
  font-size: 1.1429em;
}
.footer .container .footer-top .call-center a.center-numer:hover span.number {
  color: #1348a0;
}
.footer .container .footer-top .call-center p {
  color: #1348a0;
  margin: 20px 0;
}
.footer .container .footer-top .call-center ul.browsers {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .container .footer-top .call-center ul.browsers li {
  padding: 0;
  text-align: center;
}
.footer .container .footer-top .call-center ul.browsers li a img {
  height: 25px;
  width: 25px;
}
.footer .container .footer-top .call-center ul.browsers li a span {
  color: #333333;
  font-size: 0.7857em;
  font-weight: 600;
  display: block;
}
.footer .container .footer-top .call-center .logo {
  display: inline-block;
  width: 235px;
  height: 80px;
  background: url('../images/soe-logo.png') left center no-repeat;
  border-bottom: 1px solid #e1e3e5;
}
.footer .container .footer-top .footer-menus {
  padding-right: 0px;
  padding-left: 0px;
}
.footer .container .footer-top .footer-menus ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .container .footer-top .footer-menus ul.menu-items {
  margin-bottom: 25px;
}
.footer .container .footer-top .footer-menus ul.menu-items li {
  padding: 5px 0;
  margin-bottom: 5px;
}
.footer .container .footer-top .footer-menus ul.menu-items li.parent {
  padding-right: 15px;
}
.footer .container .footer-top .footer-menus ul.menu-items li.parent > a {
  font-size: 1.4286em;
  font-weight: 700;
  line-height: 28px;
  color: #185dce;
  margin-bottom: 15px;
  display: block;
}
.footer .container .footer-top .footer-menus ul.menu-items li a {
  color: #333333;
  font-size: 1em;
  line-height: 24px;
  font-weight: 400;
}
.footer .container .footer-top .footer-menus ul.menu-items li a:hover {
  color: #1348a0;
}
.footer .container .footer-top .uae-tawasul {
  display: block;
  width: 100%;
  text-align: center;
  padding: 25px 0;
  border-bottom: 1px solid #e1e3e5;
}
.footer .container .footer-top .phone-channels {
  display: flex;
  gap: 30px !important;
}
.footer .container .footer-top .newsletter-signup .newsletter-title {
  display: block;
  color: #1348a0;
  font-size: 1.38em;
  font-weight: 600;
  margin: 0;
}
.footer .container .footer-top .newsletter-signup .newsletter-block {
  border: 1px solid #1348a0;
  border-radius: 5px;
  margin: 10px 0;
}
.footer .container .footer-top .newsletter-signup .newsletter-block #txtNewsletterEmail {
  display: inline-block;
  width: calc(100% - 70px);
  border: 0;
  padding: 5px;
  border-radius: 5px;
}
.footer .container .footer-top .newsletter-signup .newsletter-block #btnSubmitNewletter {
  display: inline-block;
  padding: 5px;
  width: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #1348a0;
}
.footer .container .footer-top .newsletter-signup .newsletter-block #btnSubmitNewletter:hover {
  color: #f59100;
}
.footer .container .footer-top .newsletter-signup .program-apps {
  margin-top: 25px;
}
.footer .container .footer-top .newsletter-signup .program-apps .program-title {
  font-size: 14px;
  margin-bottom: 15px;
  color: #1348a0;
}
.footer .container .footer-top .newsletter-signup .program-apps ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .container .footer-top .newsletter-signup .program-apps ul li {
  display: inline-block;
  margin-right: 15px;
}
.footer .container .footer-top .newsletter-signup .program-apps ul li a:before {
  font-size: 24px;
  color: #1348a0;
}
.footer .container .footer-bottom {
  padding: 20px 0 30px;
}
.footer .container .footer-bottom .footer-copyright {
  padding: 0px;
}
.footer .container .footer-bottom .footer-copyright .copyright-info {
  margin: 0;
  padding: 10px 0;
  /*color: @text-color;
                    font-size: 1.1em;*/
  font-size: 1em;
  font-weight: 400;
  line-height: 20px;
}
.footer .container .footer-bottom .footer-copyright .arabic-domain {
  font-weight: 700;
  color: #1348a0;
}
.footer .container .footer-bottom .footer-copyright .arabic-domain:hover {
  color: #f59100;
}
.footer .container .footer-bottom .social-menu-items {
  display: flex;
  justify-content: end;
  align-items: center;
  list-style: none;
  padding-left: 0px;
  padding-right: 0px;
}
.footer .container .footer-bottom .social-menu-items span {
  color: #333333;
  font-size: 1em;
  font-weight: 400;
  line-height: 20px;
}
.footer .container .footer-bottom .social-menu-items .social-icons {
  list-style: none;
  margin: 0;
  display: flex;
}
.footer .container .footer-bottom .social-menu-items .social-icons li {
  margin: 0 10px;
}
.footer .container .footer-bottom .social-menu-items .social-icons li:last-child {
  margin-right: 0px;
}
.footer .container .footer-bottom .social-menu-items .social-icons li a {
  display: block;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 0.3s;
}
.footer .container .footer-bottom .social-menu-items .social-icons li a i:before {
  font-size: 26px;
  color: #000000;
}
.footer .container .footer-bottom .social-menu-items .social-icons li a:hover {
  transform: scale(1.2);
}
/* Custom Animation */
body.loaded .header .topbar {
  transform: none;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 0.3s;
}
body.loaded .header .container .logo {
  transform: none;
  transition: transform 0.4s linear;
  transition-delay: 0.3s;
}
body.loaded .header .side-icons ul li {
  transition: transform 0.3s linear;
  transform: none;
}
body.loaded .header .side-icons ul li:nth-of-type(1) {
  transition-delay: 0.2s;
}
body.loaded .header .side-icons ul li:nth-of-type(2) {
  transition-delay: 0.3s;
}
body.loaded .header .side-icons ul li:nth-of-type(3) {
  transition-delay: 0.4s;
}
body.loaded .header .side-icons ul li:nth-of-type(4) {
  transition-delay: 0.5s;
}
body.loaded .nav-menu ul li {
  transition: transform 0.3s linear, opacity 0.3s ease-in;
  transform: none;
  opacity: 1;
}
body.loaded .nav-menu ul li:nth-of-type(1) {
  transition-delay: 0.1s;
}
body.loaded .nav-menu ul li:nth-of-type(2) {
  transition-delay: 0.2s;
}
body.loaded .nav-menu ul li:nth-of-type(3) {
  transition-delay: 0.3s;
}
body.loaded .nav-menu ul li:nth-of-type(4) {
  transition-delay: 0.4s;
}
body.loaded .nav-menu ul li:nth-of-type(5) {
  transition-delay: 0.5s;
}
body.loaded .nav-menu ul li:nth-of-type(6) {
  transition-delay: 0.6s;
}
body.loaded .nav-menu ul li:nth-of-type(7) {
  transition-delay: 0.7s;
}
body.loaded .nav-menu ul li:nth-of-type(8) {
  transition-delay: 0.8s;
}
body.loaded .nav-menu ul li:nth-of-type(9) {
  transition-delay: 0.9s;
}
body.loaded .nav-menu ul li:nth-of-type(10) {
  transition-delay: 1s;
}
body.loaded .wrapper .container .sub-header .service-utilities li {
  transform: none;
  transition: transform 0.3s linear, opacity 0.3s ease-in;
  opacity: 1;
}
body.loaded .wrapper .container .sub-header .service-utilities li:nth-of-type(1) {
  transition-delay: 0.3s;
}
body.loaded .wrapper .container .sub-header .service-utilities li:nth-of-type(2) {
  transition-delay: 0.4s;
}
body.loaded .wrapper .container .sub-header .service-items li {
  transform: none;
  transition: transform 0.4s linear;
}
body.loaded .wrapper .container .sub-header .service-items li:nth-of-type(1) {
  transition-delay: 0.2s;
}
body.loaded .wrapper .container .sub-header .service-items li:nth-of-type(2) {
  transition-delay: 0.3s;
}
body.loaded .wrapper .container .sub-header .service-items li:nth-of-type(3) {
  transition-delay: 0.4s;
}
body.loaded .wrapper .container .sub-header .service-items li:nth-of-type(4) {
  transition-delay: 0.5s;
}
body.loaded .wrapper .container .sub-header .service-items li:nth-of-type(5) {
  transition-delay: 0.6s;
}
body.loaded .wrapper .container .sub-header .service-items li:nth-of-type(6) {
  transition-delay: 0.7s;
}
body.loaded .wrapper .container .sub-header .service-items li:nth-of-type(7) {
  transition-delay: 0.8s;
}
body.loaded .wrapper .container .sub-header .service-items li:nth-of-type(8) {
  transition-delay: 0.9s;
}
body.loaded .wrapper .container .sub-header .service-items li:nth-of-type(9) {
  transition-delay: 1s;
}
label {
  margin-bottom: 10px;
}
.decision {
  margin: 20px 0px;
}
.decision .desc {
  font-size: 1.2em;
}
.decision ul.list {
  padding: 10px;
  list-style: none;
}
.decision ul.list li {
  display: block;
  margin-top: 10px;
}
.decision ul.list li a {
  font-size: 1.1em;
  color: #545454;
  transition: all 0.3s ease-in;
}
.decision ul.list li:before {
  content: "\e937";
  font-family: ficons !important;
  color: #545454;
  margin: 0 5px;
  transition: all 0.3s ease-in;
}
.decision ul.list li:hover a {
  color: #f7f7f7;
}
.decision ul.list li:hover:before {
  color: #f7f7f7;
}
.decision ul.list li.imgs img {
  max-width: 100%;
}
.decision ul.list li.imgs:before {
  content: ' ';
}
.home-decisions {
  background-color: #1348a0;
  padding: 10px 0;
  margin: 10px 0;
}
.home-decisions .link {
  color: #fff;
  margin: 0;
  font-weight: 700;
  white-space: nowrap;
  display: block;
  font-size: 1em;
  line-height: 25px;
  padding: 0 20px;
  width: 100%;
  overflow: hidden;
}
.home-decisions .link:hover a {
  color: #f7f7f7;
}
.home-decisions .owl-carousel .owl-stage-outer {
  width: 95%;
}
.home-decisions .owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
  margin: 1px 10px;
}
.home-decisions .owl-carousel .owl-nav .owl-prev,
.home-decisions .owl-carousel .owl-nav .owl-next {
  background: none;
  padding: 0;
  margin: 0;
}
.home-decisions .owl-carousel .owl-nav .owl-prev:hover:before,
.home-decisions .owl-carousel .owl-nav .owl-next:hover:before {
  transform: scale(1.3);
  text-shadow: 0px 0px 4px #fff;
}
.home-decisions .owl-carousel .owl-nav .owl-prev:before {
  content: "\e936";
  font-family: ficons !important;
  color: #fff;
}
.home-decisions .owl-carousel .owl-nav .owl-next:before {
  content: "\e937";
  font-family: ficons !important;
  color: #fff;
}
.general-bg {
  background-image: url('../images/login-background.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 1px;
  background-position: center;
  background-attachment: fixed;
}
.general-bg .pg-header {
  background-color: #fff;
}
.form-message {
  text-align: center;
  padding: 50px 0;
}
.form-message div.bold {
  margin-top: -35px;
  margin-bottom: 15px;
}
.form-message div.bold span {
  display: inline-block;
  font-size: 1.84em;
  font-weight: bold;
  width: 45%;
  line-height: 1.4;
}
.form-message div.reg span {
  display: inline-block;
  font-size: 1.23em;
  font-weight: 600;
  width: 60%;
}
.form-message.innvoice span.title-thank-you {
  font-size: 1.84em;
  font-weight: 600;
  color: #000;
  padding: 20px 0 5px;
}
.form-message.innvoice span.payment-successfully {
  color: #686868;
  font-size: 1.23em;
  font-weight: 600;
}
.form-message.innvoice .app-number-date {
  background: #f8f5ef;
  width: 65%;
  margin: auto;
  margin-top: 30px;
  display: table;
  padding: 10px 20px;
}
.form-message.innvoice .app-number-date div.app-data {
  display: inline-block;
  width: calc(50% - 2px);
  text-align: left;
}
.form-message.innvoice .app-number-date div.app-data .app-label {
  font-size: 1.07em;
  font-weight: bold;
  color: #000;
  text-align: left;
  margin-left: 30px;
  position: relative;
}
.form-message.innvoice .app-number-date div.app-data .app-label:before {
  position: absolute;
  font-size: 24px;
  left: -30px;
  transform: translateY(-50%);
  top: 50%;
}
.form-message.innvoice .app-number-date div.app-data .app-value {
  font-size: 1.07em;
  color: #1348a0;
  text-align: left;
  margin-left: 15px;
  font-weight: 700;
}
.form-message.innvoice .payment-invoice {
  width: 65%;
  margin: auto;
}
.form-message.innvoice .payment-invoice .invoice-row {
  display: table;
  width: 100%;
  padding: 10px 30px;
  border-top: 1px solid #FFF;
  background-color: #f6f7f7;
}
.form-message.innvoice .payment-invoice .invoice-row:nth-child(even) {
  background: #f8f5ef;
}
.form-message.innvoice .payment-invoice .invoice-row span {
  width: 50%;
  display: inline-block;
  font-weight: 700;
  font-size: 1.07em;
  float: left;
}
.form-message.innvoice .payment-invoice .invoice-row span.row-label {
  text-align: left;
}
.form-message.innvoice .payment-invoice .invoice-row span.row-value {
  text-align: right;
}
.form-message.innvoice ul {
  padding-top: 30px;
  list-style: none;
  text-align: center;
  /*width: 65%;*/
  margin: auto;
}
.form-message.innvoice ul li {
  display: inline-block;
}
.form-message.innvoice ul li a {
  font-size: 1.15em;
  font-weight: 600;
  display: block;
  border: 1px solid #5fb634;
  border-radius: 10px;
  padding: 15px 40px 15px 50px;
  margin: 0 10px;
  color: #fff;
  background-color: #5fb634;
  position: relative;
  text-transform: uppercase;
}
.form-message.innvoice ul li a:before {
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 18px;
  transform: translateY(-50%);
  top: 50%;
}
.form-message.innvoice ul li a:hover,
.form-message.innvoice ul li a:focus {
  background-color: #4a8e29;
}
.form-service.no-action {
  margin-bottom: 50px;
}
.with-header.form-service {
  background: #fff;
}
.with-header.form-service .user-login-info {
  margin-bottom: 25px;
}
.with-header .pg-header {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 25px 0 20px 0;
  margin-bottom: 20px;
  background-color: none;
  box-shadow: 0 4px 12px -10px #000000;
}
.with-header .pg-header .container {
  position: relative;
}
.with-header .pg-header h1 {
  font-size: 1.5714em;
  display: inline-block;
  position: relative;
}
.with-header .pg-header h1.with-icon {
  margin-left: 40px;
}
.with-header .pg-header h1 a {
  color: #444;
}
.with-header .pg-header h1 i {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -40px;
}
.with-header .pg-header h1 i:before {
  font-size: 31px;
  color: #1348a0;
}
.with-header .pg-header h1.user-profile-header:before {
  top: 23px;
}
.with-header .pg-header h1.user-profile-header:after {
  top: 24px;
}
.with-header .pg-header ul.header-options {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  transform: translateY(-50%);
  top: 30%;
  right: 15px;
  z-index: 999;
}
.with-header .pg-header ul.header-options li {
  display: inline-block;
  padding: 0 20px;
  vertical-align: middle;
  position: relative;
}
.with-header .pg-header ul.header-options li:not(:last-child):after {
  content: '';
  background: #c3c3c3;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0px;
}
.with-header .pg-header ul.header-options li.notifications {
  display: inline-block;
  margin-left: 60px;
}
.with-header .pg-header ul.header-options li.notifications a {
  color: #1348a0;
  font-size: 1.0769em;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.with-header .pg-header ul.header-options li.notifications a:before {
  color: #1348a0;
  font-size: 26px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -35px;
  animation: shakeme 5s infinite;
  animation-delay: 1s;
}
.with-header .pg-header ul.header-options li.notifications a:hover {
  color: #1348a0;
}
.with-header .pg-header ul.header-options li.notifications a .unread-count {
  background: #34b234;
  color: #fff;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  left: -22px;
  top: -15px;
  text-align: center;
  font-size: 10px;
  line-height: 2.2;
}
.with-header .pg-header ul.header-options li .user-login-data {
  display: inline-block;
}
.with-header .pg-header ul.header-options li .user-login-data img {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
}
.with-header .pg-header ul.header-options li .user-login-data .user-data {
  display: inline-block;
  margin: 5px 10px;
}
.with-header .pg-header ul.header-options li .user-login-data .user-data label {
  display: block;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.07em;
  color: #444;
}
.with-header .pg-header ul.header-options li .user-login-data .user-data span {
  display: flex;
  font-weight: 600;
  font-size: 1.15em;
  color: #1348a0;
}
.with-header .pg-header ul.header-options li .user-login-data .user-data span i {
  color: #444;
  display: inline-block;
  padding-left: 10px;
}
.with-header .pg-header ul.header-options li .user-login-data.show {
  box-shadow: none;
  background: none;
}
.with-header .pg-header ul.header-options li .user-login-data.show .dropdown-menu {
  box-shadow: 0 7px 7px 1px #ddd;
  position: absolute;
  top: 70px !important;
  min-width: 225px;
  background: #ffffff;
  transform: initial !important;
  border: none;
  border-radius: 10px;
  font-size: inherit;
  padding-top: 0;
  border-radius: 0;
}
.with-header .pg-header ul.header-options li .user-login-data.show .dropdown-menu .item-user-info {
  padding-bottom: 17px;
  border-bottom: solid 1px #e5e3df;
  margin-bottom: 10px;
  background-color: #FFF;
}
.with-header .pg-header ul.header-options li .user-login-data.show .dropdown-menu .dropdown-list {
  display: block;
  padding: 10px 0px;
}
.with-header .pg-header ul.header-options li .user-login-data.show .dropdown-menu .dropdown-list.usermenu a:before {
  top: 0;
}
.with-header .pg-header ul.header-options li .user-login-data .dropdown-menu {
  top: -4px !important;
}
.with-header .pg-header ul.header-options li .user-login-data .dropdown-menu .item-user-info {
  padding-left: 25px;
}
.with-header .pg-header ul.header-options li a {
  /*color: @text-color;*/
  /*.font-size-em(13px,@font-size-base);
                    font-weight: 600;*/
  display: inline-block;
  position: relative;
}
.with-header .pg-header ul.header-options li a:before {
  color: #1348a0;
  /*font-size: 20px;*/
  position: relative;
  top: 4px;
  left: -2px;
}
.with-header .pg-header ul.header-options li a:hover {
  color: #1348a0;
}
.with-header .pg-header ul.header-options li.menu {
  margin-left: 20px;
  padding: 0;
}
.with-header .pg-header ul.header-options li.menu a {
  line-height: 3;
}
.with-header .pg-header ul.header-options li.menu a.opener i:before {
  position: relative;
  color: #1348a0;
  font-size: 26px;
  top: 7px;
}
.with-header .pg-header .form-head {
  float: right;
  text-align: right;
}
.with-header .pg-header .form-head .btn {
  padding: 0px 16px;
  color: #1348a0;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
  top: -3px;
  line-height: 30px;
  border: none;
  margin-right: 10px;
}
.with-header .pg-header .form-head .btn:last-child {
  margin-right: 0;
}
.with-header .pg-header .form-head .btn i {
  transition: all 0.5s ease-in-out;
}
.with-header .pg-header .form-head .btn.disabled {
  color: #ccc;
  border-color: #ccc;
}
.with-header .pg-header .form-head .btn.disabled i {
  color: #ccc;
}
.with-header .pg-header .form-head .btn.disabled:hover {
  color: #ccc;
  border-color: #ccc;
  background-color: transparent;
}
.with-header .pg-header .form-head .btn.disabled:hover i {
  color: #ccc;
}
.with-header .pg-header .form-head .btn:hover {
  background-color: #1348a0;
  color: #fff;
}
.with-header .pg-header .form-head .btn:hover i {
  color: #fff;
}
.with-header .pg-header .form-head .btn.highlighted {
  background-color: #f59100;
  color: #fff;
}
.with-header .pg-header .form-head .btn.highlighted i {
  color: #fff;
}
.with-header .pg-header .form-head .btn.highlighted:hover {
  background-color: #c27300;
}
.with-header .pg-header .form-head .btn.listing {
  background-color: #656565;
  color: #fff;
}
.with-header .pg-header .form-head .btn.listing i {
  color: #fff;
}
.with-header .pg-header .form-head .btn.listing:hover {
  background-color: #4b4b4b;
}
.with-header .pg-header .form-head .btn.add {
  background-color: #72c462;
  color: #fff;
}
.with-header .pg-header .form-head .btn.add i {
  color: #fff;
}
.with-header .pg-header .form-head .btn.add:hover {
  background-color: #54b142;
}
.with-header .pg-header .print-application i {
  font-size: 20px;
}
.with-header .system-menu-container {
  /*display: flex;
        justify-content: space-between;
        margin-bottom: 20px;*/
}
.with-header .system-menu-container .factory-box {
  padding: 20px;
  border: 1px solid #1348a0;
  border-radius: 15px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
.with-header .system-menu-container .factory-box .avatar {
  width: 60px;
  height: 60px;
  background-color: #1348a0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-right: 15px;
}
.with-header .system-menu-container .factory-box .avatar i:before {
  font-size: 25px;
}
.with-header .system-menu-container .factory-box .factory-info {
  width: calc(25%);
}
.with-header .system-menu-container .factory-box .factory-info .factory-title {
  display: flex;
  justify-content: space-between;
  font-size: 1.1em;
}
.with-header .system-menu-container .factory-box .factory-info .factory-title .name {
  font-weight: bold;
  line-height: 20px;
  /*width: 260px;*/
}
.with-header .system-menu-container .factory-box .factory-info .factory-title a {
  color: #1348a0;
  margin-left: 15px;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  align-items: flex-start;
}
.with-header .system-menu-container .factory-box .factory-info .factory-title a i {
  font-size: 20px;
  line-height: 1;
}
.with-header .system-menu-container .factory-box .factory-info .info-list {
  display: flex;
  justify-content: space-between;
}
.with-header .system-menu-container .factory-box .factory-info .info-list .info-item span:first-child {
  color: #1348a0;
}
.with-header .system-menu-container .factory-box .factory-info .info-list .info-item:last-child {
  text-align: right;
}
.with-header .system-menu-container .factory-box .factory-info .factory-status {
  padding-left: 20px;
  position: relative;
  line-height: 1.2;
  margin-top: 5px;
}
.with-header .system-menu-container .factory-box .factory-info .factory-status.active:before {
  background-color: #34b234;
}
.with-header .system-menu-container .factory-box .factory-info .factory-status.cancelled:before,
.with-header .system-menu-container .factory-box .factory-info .factory-status.expired:before {
  background-color: #f7f7f7;
}
.with-header .system-menu-container .factory-box .factory-info .factory-status.pending:before {
  background-color: #f59100;
}
.with-header .system-menu-container .factory-box .factory-info .factory-status:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background-color: #84888b;
}
.with-header .system-menu-container .systemmenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.with-header .system-menu-container .systemmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.with-header .system-menu-container .systemmenu ul li {
  display: inline-block;
}
.with-header .system-menu-container .systemmenu ul li.report-dropdown-section {
  position: relative;
  cursor: pointer;
}
.with-header .system-menu-container .systemmenu ul li.report-dropdown-section .report-dropdown-menu {
  display: none;
  position: absolute;
  list-style: none;
  padding: 0;
  background: #ffffff;
  border-radius: 10px;
  /*box-shadow: 0 0 3px 0 #bfa260;*/
  /*box-shadow: 0 7px 10px 2px #c7c7c7;*/
  box-shadow: 0 7px 8px 0px #c7c7c7;
  width: 205px;
  top: 48px;
  left: 0px;
  border-top-left-radius: 0;
  z-index: 5;
  padding: 20px 0;
}
.with-header .system-menu-container .systemmenu ul li.report-dropdown-section .report-dropdown-menu:before {
  content: '';
}
.with-header .system-menu-container .systemmenu ul li.report-dropdown-section .report-dropdown-menu li {
  margin: 0;
  width: 100%;
  padding: 3px 12px 7px 12px;
}
.with-header .system-menu-container .systemmenu ul li.report-dropdown-section .report-dropdown-menu li a {
  width: 100%;
  font-size: 0.8571em;
  font-weight: normal;
  text-align: left;
}
.with-header .system-menu-container .systemmenu ul li.report-dropdown-section .report-dropdown-menu li a:before {
  font-size: 16px;
}
.with-header .system-menu-container .systemmenu ul li.report-dropdown-section .report-dropdown-menu li a:hover {
  color: #5b5b5b;
}
.with-header .system-menu-container .systemmenu ul li.report-dropdown-section .report-dropdown-menu li:hover {
  background-color: #f8f9fa;
}
.with-header .system-menu-container .systemmenu ul li.report-dropdown-section.opened .lnk-reports {
  box-shadow: 0 -5px 8px 0px #eeeeee;
  /*box-shadow: 0 7px 10px 2px #c7c7c7;*/
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 0;
  z-index: 99999;
  display: inline-block;
  background-color: #fff;
}
.with-header .system-menu-container .systemmenu ul li.report-dropdown-section.opened .lnkheader {
  background-color: #ffffff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 0 7px 10px 2px #c7c7c7;
}
.with-header .system-menu-container .systemmenu ul li.report-dropdown-section:before {
  font-family: ficons;
  font-size: 9px;
  color: #444;
  position: absolute;
  right: 0px;
  top: 21px;
  content: "\e91e";
  margin-left: 10px;
  display: block;
  padding-left: 5px;
}
.with-header .system-menu-container .systemmenu ul li .lnkheader {
  padding: 12px 13px;
}
.with-header .system-menu-container .systemmenu ul li a {
  color: #333333;
  font-size: 0.9286em;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.with-header .system-menu-container .systemmenu ul li a:before {
  color: #1348a0;
  font-size: 20px;
  position: relative;
  top: 3px;
  left: -2px;
}
.with-header .system-menu-container .systemmenu ul li a:hover {
  color: #1348a0;
}
.with-header .user-login-info {
  height: 66px;
  margin-bottom: 25px;
}
.with-header .user-login-info .container {
  position: relative;
}
@keyframes shakeme {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  1% {
    transform: translateY(-50%) rotate(-8deg);
  }
  10% {
    transform: translateY(-50%) rotate(25deg);
  }
  14% {
    transform: translateY(-50%) rotate(-8deg);
  }
  15%,
  100% {
    transform: translateY(-50%) rotate(0deg);
  }
}
.logged {
  background-color: #1348a0;
  padding: 10px 25px 25px 25px;
  /*margin-top: 20px;*/
  /*margin-bottom: 20px;*/
}
.logged .desktop-tools {
  position: relative;
  left: calc(7.5%);
}
.logged .user {
  align-items: flex-start;
  display: flex;
}
.logged .user .user-image {
  display: flex;
  border-radius: 60%;
  width: 100px;
  height: 60px;
}
.logged .user .user-image .profile-img {
  border-radius: 50%;
  padding: 0;
  width: 74px;
  height: 74px;
}
.logged .user .img {
  width: 65px;
  height: 65px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-right: 20px;
}
.logged .user .name .welcome {
  color: #ffffff;
  font-size: 1.1429em;
  font-weight: 400;
}
.logged .user .name .profile-lnk {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #FBBF24;
  gap: 9px;
  display: flex;
}
.logged .user .name .profile-lnk i {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.logged .user .name .user-name {
  font-size: 1.7em;
  color: #fff;
  display: flex;
  gap: 10px;
  margin-top: 2px;
}
.logged .user .name .user-name .investor {
  color: #fff;
  font-size: 1em;
  position: relative;
  top: 3px;
}
.logged .user .name .complete-profile {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #FBBF24;
  gap: 9px;
  display: flex;
  width: -webkit-fill-available;
}
.logged .user .name .complete-profile i {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.logged .user .name .sez-member {
  font-size: 1.1429em;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 7px;
}
.logged .user .name .sez-member i {
  display: flex;
}
.logged .user .name .sez-member i:before {
  font-size: 0.7143em;
  color: #ffffff;
  border: 1.5px solid #ffffff;
  padding: 2px;
  border-radius: 50%;
}
.logged .user-tools {
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 1.2em;
  margin-top: 25px;
}
.logged .user-tools .logout {
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 5px 15px 5px 35px;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-weight: normal;
}
.logged .user-tools .logout:before {
  font-family: 'ficons' !important;
  content: "\e923";
  position: absolute;
  left: 10px;
  /*top: 2px;*/
  font-size: 20px;
}
.logged .user-tools .logout:hover {
  color: #1348a0;
  background-color: #fff;
}
.logged .user-tools .notifications {
  color: #fff;
  padding: 5px 10px 5px 35px;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-weight: normal;
}
.logged .user-tools .notifications span {
  position: absolute;
  left: 10px;
  background: #ec424e;
  width: 25px;
  height: 25px;
  min-width: 25px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  border: 2px solid #fff;
  top: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logged .user-tools .notifications:before {
  font-family: 'ficons' !important;
  content: "\e927";
  position: absolute;
  left: 5px;
  /*top: 3px;*/
  font-size: 20px;
}
.logged .user-tools .notifications:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 7px;
  width: 1px;
  height: 22px;
  background-color: #fff;
}
.logged .user-tools .notifications:hover {
  color: #1348a0;
  background-color: #fff;
}
.logged .user-tools .yourcart {
  color: #fff;
  padding: 5px 10px 5px 35px;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-weight: normal;
}
.logged .user-tools .yourcart span {
  position: absolute;
  left: 10px;
  background: #ec424e;
  width: 25px;
  height: 25px;
  min-width: 25px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  border: 2px solid #fff;
  top: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logged .user-tools .yourcart:before {
  font-family: 'ficons' !important;
  content: "\e95c";
  position: absolute;
  left: 5px;
  /*top: 3px;*/
  font-size: 20px;
}
.logged .user-tools .yourcart:after {
  /*content: "";
        position: absolute;
        right: -10px;
        top: 7px;
        width: 1px;
        height: 22px;
        background-color: #fff;*/
  position: unset;
  right: unset;
  top: unset;
  width: unset;
  height: unset;
  background-color: none;
}
.logged .user-tools .yourcart:hover {
  color: #1348a0;
  background-color: #fff;
}
.logged .user-tools .inquiry {
  color: #fff;
  padding: 5px 8px 5px 36px;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  display: flex;
  gap: 5px;
  align-items: center;
  right: 20px;
  font-weight: normal;
}
.logged .user-tools .inquiry:before {
  font-family: 'ficons' !important;
  content: "\e929";
  position: absolute;
  left: 6px;
  /*top: 3px;*/
  font-size: 20px;
}
.logged .user-tools .inquiry:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 7px;
  width: 1px;
  height: 22px;
  background-color: #fff;
}
.logged .user-tools .inquiry:hover {
  color: #1348a0;
  background-color: #fff;
}
.logged .user-tools .inquiry:hover i {
  color: #fff;
  background-color: #1348a0;
}
.logged .tools {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  margin-top: 5px;
  font-size: 1.15em;
  gap: 30px;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.logged .tools li .lnk {
  /*opacity: 0.8;*/
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1em;
  font-weight: normal;
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  /* Reserve space */
  width: auto;
  max-width: max-content;
}
.logged .tools li .lnk:hover {
  border-bottom: 2px solid white;
  color: #ffffff;
  width: auto;
  max-width: max-content;
}
.logged .tools li .lnk:hover:after {
  transform: scaleX(1);
}
.logged .tools li .lnk i {
  font-size: 24px;
  position: relative;
}
.logged .tools li:last-child {
  margin-right: 0;
}
.login-banner {
  background: url('../images/home-banner.png') center center no-repeat;
  height: 300px;
}
.login-banner.sub {
  background-image: url('../images/banner.png');
  height: 215px;
}
#dashboardContent img {
  display: block;
  width: 100%;
}
.btn:focus,
.btn.focus {
  outline: none;
  box-shadow: none;
}
.align-center {
  text-align: center !important;
}
.container-tag {
  display: flex;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  height: 100%;
  /* Ensure container has a defined height */
}
.success-tag {
  height: 42px;
  background-color: #E0EEE6;
  border-radius: 5px;
  width: 11%;
  padding: 10px 10px;
  margin-right: 7px;
  margin-left: 7px;
  color: #66A980;
  font-size: 15px;
  font-weight: 500;
}
.info-tag {
  height: 42px;
  background-color: #E0EEFA;
  border-radius: 5px;
  width: 11%;
  padding: 10px 10px;
  margin-right: 7px;
  margin-left: 7px;
  color: #6698E0;
  font-size: 15px;
  font-weight: 500;
}
.btn-custom-info-action {
  border: 1px solid #081f45;
  margin-right: 7px;
  margin-left: 7px;
  color: #081f45;
}
.btn-custom-info-action:hover {
  background-color: #EFF3FA !important;
  color: #081f45;
}
.btn-custom-danger-action {
  border: 1px solid #FF4500;
  background-color: #ffffff;
  color: #FF4500;
  margin-right: 7px;
  margin-left: 7px;
}
.btn-custom-danger-action:hover {
  background-color: #FF7256 !important;
  color: #ffffff;
}
.dashboard .top-statistics {
  padding: 0;
  list-style: none;
  height: 100%;
  display: flex;
}
.dashboard .top-statistics li {
  text-align: left;
  height: 100%;
  flex: 1 1 100%;
  flex-grow: 1;
  margin-right: 25px;
  color: #1348a0;
  padding: 10px 20px;
  height: 150px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #1348a0;
}
.dashboard .top-statistics li:last-child {
  margin-right: 0;
}
.dashboard .top-statistics li a {
  display: block;
  width: 100%;
  height: 100%;
}
.dashboard .top-statistics li a:before {
  font-family: ficons;
  font-size: 8em;
  color: #ece4d1;
  position: absolute;
  right: -50px;
  top: -4%;
}
.dashboard .top-statistics li a.total:before {
  content: "\e93c";
}
.dashboard .top-statistics li a.completed:before {
  content: "\e93b";
}
.dashboard .top-statistics li a.pending:before {
  content: "\e93a";
}
.dashboard .top-statistics li a.delayed:before {
  content: "\e939";
}
.dashboard .top-statistics li a.rejected:before {
  content: "\e95a";
}
.dashboard .top-statistics li .tit {
  color: #6f787c;
  text-transform: uppercase;
  font-size: 0.7857em;
  display: block;
  font-weight: 800;
}
.dashboard .top-statistics li label {
  font-size: 1.0714em;
  color: #1348a0;
  line-height: 20px;
  display: block;
  width: 75%;
  margin: 0;
  height: 40px;
  font-weight: 800;
  padding-top: 10px;
}
.dashboard .top-statistics li .counter {
  color: #1348a0;
  font-size: 3.5714em;
  display: block;
  font-weight: 800;
}
.dashboard .services-block {
  /*padding: 30px 0;*/
}
.dashboard .services-block .top-block {
  position: relative;
}
.dashboard .services-block .top-block .service-title span {
  color: #1348a0;
}
.dashboard .services-block .top-block .service-options {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  transform: translateY(-50%);
  top: 50%;
}
.dashboard .services-block .top-block .service-options li {
  display: inline-block;
  margin-left: 20px;
}
.dashboard .services-block .top-block .service-options li a {
  border-radius: 25px;
  border: 1px solid #444444;
  padding: 5px 20px;
  font-size: 1.0714em;
  color: #444444;
}
.dashboard .services-block .top-block .service-options li a:hover {
  /*background: rgb(192,158,102);
                            background: linear-gradient(90deg, rgba(192,158,102,1) 0, rgba(234,181,86,1) 65%);*/
  background: #f59100;
  color: #fff;
  border-color: transparent;
}
.dashboard .services-block .top-block .service-options li a.btn-gradient {
  color: #fff;
  border-color: transparent;
}
.dashboard .services-block .service-category .service-category-items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.dashboard .services-block .service-category .service-category-items .owl-stage-outer {
  padding: 20px 0 45px 0;
}
.dashboard .services-block .service-category .service-category-items li {
  border: 1px solid #1348a0;
  border-radius: 10px;
  padding: 10px;
  height: 212px;
  position: relative;
  background-color: #fff;
}
.dashboard .services-block .service-category .service-category-items li:hover,
.dashboard .services-block .service-category .service-category-items li.selected {
  background: #1348a0;
}
.dashboard .services-block .service-category .service-category-items li:hover a i:before,
.dashboard .services-block .service-category .service-category-items li.selected a i:before {
  color: #fff;
}
.dashboard .services-block .service-category .service-category-items li:hover a span,
.dashboard .services-block .service-category .service-category-items li.selected a span {
  color: #fff;
}
.dashboard .services-block .service-category .service-category-items li.selected:before {
  content: '';
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  bottom: -45px;
  border-top: 1px solid #1348a0;
  border-right: 1px solid #1348a0;
  transform: translateX(-50%) rotate(-45deg);
  left: 50%;
  background: #fff;
}
.dashboard .services-block .service-category .service-category-items li a {
  position: relative;
  text-align: center;
  display: block;
}
.dashboard .services-block .service-category .service-category-items li a i {
  display: block;
  margin-top: 30px;
}
.dashboard .services-block .service-category .service-category-items li a i:before {
  color: #1348a0;
  font-size: 90px;
}
.dashboard .services-block .service-category .service-category-items li a span {
  display: block;
  color: #333333;
  line-height: 1.2;
  padding: 20px 0;
  font-size: 1.1429em;
}
.dashboard .services-block .all-blocks {
  min-height: 205px;
  padding: 20px 20px;
  border: 1px solid #1348a0;
  border-radius: 10px;
  margin-top: -14px;
}
.dashboard .services-block .all-blocks.with-margin {
  margin-top: 20px;
  padding: 0 20px 10px 20px;
}
.dashboard .services-block .all-blocks.with-margin .service-items-most-used-block,
.dashboard .services-block .all-blocks.with-margin .service-items-favorite-block,
.dashboard .services-block .all-blocks.with-margin .service-items-all-block {
  margin-top: 0;
}
.dashboard .services-block .service-items-block {
  background-repeat: no-repeat;
  background-position: right bottom;
  display: none;
}
.dashboard .services-block .service-items-block.show {
  display: block;
}
.dashboard .services-block .service-items-block ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.dashboard .services-block .service-items-block ul li {
  display: inline-block;
  width: calc(33.33% - 30px);
  height: 130px;
  margin: 15px;
  float: left;
  border: 1px solid #1348a0;
  border-radius: 10px;
  background-color: #f9f5ef;
}
.dashboard .services-block .service-items-block ul li:hover {
  background-color: #f3efe9;
}
.dashboard .services-block .service-items-block ul li .service {
  display: block;
  padding: 20px 15px;
  margin-left: 80px;
  position: relative;
}
.dashboard .services-block .service-items-block ul li .service i {
  display: inline-block;
  position: absolute;
  left: -70px;
  transform: translateY(-50%);
  top: 50%;
}
.dashboard .services-block .service-items-block ul li .service i.fi-initial-approval-for-industrial-license-modification:before {
  font-size: 60px;
}
.dashboard .services-block .service-items-block ul li .service i:before {
  font-size: 75px;
  color: #1348a0;
}
.dashboard .services-block .service-items-block ul li .service label {
  display: block;
  font-weight: 400;
  line-height: 1.3;
  min-height: 40px;
  margin-bottom: 20px;
  font-size: 1.0714em;
}
.dashboard .services-block .service-items-block ul li .service .actions a {
  color: #fff;
  padding: 6px 17px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.0714em;
}
.dashboard .services-block .service-items-block ul li .service .actions a.service-start {
  background-color: #34b234;
  margin-right: 15px;
}
.dashboard .services-block .service-items-block ul li .service .actions a.service-start:hover {
  background-color: #2f9a2f;
}
.dashboard .services-block .service-items-block ul li .service .actions a.service-view {
  background-color: #1348a0;
}
.dashboard .services-block .service-items-block ul li .service .actions a.service-view:hover {
  background-color: #f59100;
}
.dashboard .services-block .service-items-block ul li .service .actions span {
  color: #fff;
  padding: 5px 15px;
  border-radius: 25px;
  background-color: #1348a0;
  opacity: 0.5;
}
.dashboard .services-block .service-items-most-used-block,
.dashboard .services-block .service-items-favorite-block,
.dashboard .services-block .service-items-all-block {
  display: none;
  padding: 20px 0;
  margin-top: 20px;
}
.dashboard .services-block .service-items-most-used-block ul,
.dashboard .services-block .service-items-favorite-block ul,
.dashboard .services-block .service-items-all-block ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
.dashboard .services-block .service-items-most-used-block ul li,
.dashboard .services-block .service-items-favorite-block ul li,
.dashboard .services-block .service-items-all-block ul li {
  border: 1px solid #1348a0;
  border-radius: 10px;
  background-color: #fff;
  /*background-image: linear-gradient(to bottom left, #fff,#fff, #f7e8d1b8);*/
  height: 260px;
  /*width: 198px;*/
  width: 20%;
  display: inline-block;
}
.dashboard .services-block .service-items-most-used-block ul li .service,
.dashboard .services-block .service-items-favorite-block ul li .service,
.dashboard .services-block .service-items-all-block ul li .service {
  display: block;
  padding: 20px 15px;
  position: relative;
  text-align: center;
}
.dashboard .services-block .service-items-most-used-block ul li .service .lnk-favorite,
.dashboard .services-block .service-items-favorite-block ul li .service .lnk-favorite,
.dashboard .services-block .service-items-all-block ul li .service .lnk-favorite {
  position: absolute;
  top: 10px;
  right: 10px;
}
.dashboard .services-block .service-items-most-used-block ul li .service .lnk-favorite:before,
.dashboard .services-block .service-items-favorite-block ul li .service .lnk-favorite:before,
.dashboard .services-block .service-items-all-block ul li .service .lnk-favorite:before {
  font-size: 28px;
  color: #c4b280;
}
.dashboard .services-block .service-items-most-used-block ul li .service .lnk-favorite:hover:before,
.dashboard .services-block .service-items-favorite-block ul li .service .lnk-favorite:hover:before,
.dashboard .services-block .service-items-all-block ul li .service .lnk-favorite:hover:before {
  content: '\e910';
}
.dashboard .services-block .service-items-most-used-block ul li .service i,
.dashboard .services-block .service-items-favorite-block ul li .service i,
.dashboard .services-block .service-items-all-block ul li .service i {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 15px;
}
.dashboard .services-block .service-items-most-used-block ul li .service i:before,
.dashboard .services-block .service-items-favorite-block ul li .service i:before,
.dashboard .services-block .service-items-all-block ul li .service i:before {
  font-size: 95px;
  color: #1348a0;
}
.dashboard .services-block .service-items-most-used-block ul li .service label,
.dashboard .services-block .service-items-favorite-block ul li .service label,
.dashboard .services-block .service-items-all-block ul li .service label {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  min-height: 60px;
  margin-bottom: 20px;
}
.dashboard .services-block .service-items-most-used-block ul li .service .actions a,
.dashboard .services-block .service-items-favorite-block ul li .service .actions a,
.dashboard .services-block .service-items-all-block ul li .service .actions a {
  color: #fff;
  padding: 5px 15px;
  border-radius: 25px;
}
.dashboard .services-block .service-items-most-used-block ul li .service .actions a.service-start,
.dashboard .services-block .service-items-favorite-block ul li .service .actions a.service-start,
.dashboard .services-block .service-items-all-block ul li .service .actions a.service-start {
  background-color: #34b234;
  margin-right: 15px;
}
.dashboard .services-block .service-items-most-used-block ul li .service .actions a.service-start:hover,
.dashboard .services-block .service-items-favorite-block ul li .service .actions a.service-start:hover,
.dashboard .services-block .service-items-all-block ul li .service .actions a.service-start:hover {
  background-color: #2f9a2f;
}
.dashboard .services-block .service-items-most-used-block ul li .service .actions a.service-view,
.dashboard .services-block .service-items-favorite-block ul li .service .actions a.service-view,
.dashboard .services-block .service-items-all-block ul li .service .actions a.service-view {
  background-color: #1348a0;
}
.dashboard .services-block .service-items-most-used-block ul li .service .actions a.service-view:hover,
.dashboard .services-block .service-items-favorite-block ul li .service .actions a.service-view:hover,
.dashboard .services-block .service-items-all-block ul li .service .actions a.service-view:hover {
  background-color: #f59100;
}
.dashboard .services-block .service-items-most-used-block ul li .service .actions span,
.dashboard .services-block .service-items-favorite-block ul li .service .actions span,
.dashboard .services-block .service-items-all-block ul li .service .actions span {
  color: #fff;
  padding: 5px 15px;
  border-radius: 25px;
  background-color: #1348a0;
  opacity: 0.5;
}
.dashboard .services-block .service-items-most-used-block .owl-carousel .owl-item li,
.dashboard .services-block .service-items-favorite-block .owl-carousel .owl-item li,
.dashboard .services-block .service-items-all-block .owl-carousel .owl-item li {
  width: 100%;
}
.dashboard .services-block .service-items-most-used-block .favorite-items-list,
.dashboard .services-block .service-items-favorite-block .favorite-items-list,
.dashboard .services-block .service-items-all-block .favorite-items-list,
.dashboard .services-block .service-items-most-used-block .most-used-items-list,
.dashboard .services-block .service-items-favorite-block .most-used-items-list,
.dashboard .services-block .service-items-all-block .most-used-items-list {
  display: flex;
  justify-content: center;
}
.dashboard .services-block .service-items-most-used-block .favorite-items-list li:not(:last-child),
.dashboard .services-block .service-items-favorite-block .favorite-items-list li:not(:last-child),
.dashboard .services-block .service-items-all-block .favorite-items-list li:not(:last-child),
.dashboard .services-block .service-items-most-used-block .most-used-items-list li:not(:last-child),
.dashboard .services-block .service-items-favorite-block .most-used-items-list li:not(:last-child),
.dashboard .services-block .service-items-all-block .most-used-items-list li:not(:last-child) {
  margin-right: 30px;
}
.dashboard .user-statistics-container {
  padding: 2rem 0;
  background-color: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
}
.dashboard .user-statistics-container .title {
  color: #232528;
}
.dashboard .user-statistics-container .title p {
  display: flex;
  align-items: center;
  font-size: 1.7143em;
  font-weight: 600;
  gap: 10px;
}
.dashboard .user-statistics-container .title p i {
  display: flex;
  font-size: 36px;
}
.dashboard .user-statistics-container .user-requests-statistics {
  list-style: none;
  padding: 0;
  /*display: flex;
            justify-content: space-between;*/
  margin: 0;
}
.dashboard .user-statistics-container .user-requests-statistics li {
  display: inline-block;
  /*width: 19%;*/
  border: 1px solid #e1e3e5;
  border-radius: 15px;
  background-color: #ffffff;
}
.dashboard .user-statistics-container .user-requests-statistics li a {
  display: flex;
  padding: 30px 20px;
}
.dashboard .user-statistics-container .user-requests-statistics li a .icon {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 20px;
}
.dashboard .user-statistics-container .user-requests-statistics li a .icon.icon-licenses {
  background-color: #357abc;
}
.dashboard .user-statistics-container .user-requests-statistics li a .icon.icon-total-applications {
  background-color: #1348a0;
}
.dashboard .user-statistics-container .user-requests-statistics li a .icon.icon-completed-applications {
  background-color: #ECFDF5;
}
.dashboard .user-statistics-container .user-requests-statistics li a .icon.icon-inprogress-applications {
  background-color: #E7EEFB;
}
.dashboard .user-statistics-container .user-requests-statistics li a .icon.icon-rejected-applications {
  background-color: #ea4f49;
}
.dashboard .user-statistics-container .user-requests-statistics li a .icon.icon-total-actions {
  background-color: #fff;
  color: #081f45;
}
.dashboard .user-statistics-container .user-requests-statistics li a .icon.icon-my-total-actions {
  background-color: #fff;
  color: dodgerblue;
}
.dashboard .user-statistics-container .user-requests-statistics li a .icon.icon-completed-actions {
  background-color: #fff;
  color: lawngreen;
}
.dashboard .user-statistics-container .user-requests-statistics li a .icon.icon-in-pending-actions {
  background-color: #fff;
  color: #B68A35;
}
.dashboard .user-statistics-container .user-requests-statistics li a .icon i {
  font-size: 1.5rem;
}
.dashboard .user-statistics-container .user-requests-statistics li a .details {
  width: 100px;
  color: #444444;
}
.dashboard .user-statistics-container .user-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 13px;
}
.dashboard .user-statistics-container .user-stats-grid .user-stats-container {
  display: flex;
  border: 1px solid #e1e3e5;
  border-radius: 15px;
  background-color: #ffffff;
  height: 120px;
  align-items: center;
}
.dashboard .user-statistics-container .user-stats-grid .user-stats-container a {
  display: flex;
  padding: 30px 20px;
}
.dashboard .user-statistics-container .user-stats-grid .user-stats-container a .icon {
  /*width: 80px;
                        height: 80px;
                        border-radius: 5px;*/
  /*display: flex;*/
  justify-content: center;
  /*align-items: center;*/
  /*color: #ffffff;*/
  margin-right: 20px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
}
.dashboard .user-statistics-container .user-stats-grid .user-stats-container a .icon.icon-licenses {
  background-color: #357abc;
}
.dashboard .user-statistics-container .user-stats-grid .user-stats-container a .icon.icon-total-applications {
  background-color: #F1F2F4;
  color: #6C7381;
}
.dashboard .user-statistics-container .user-stats-grid .user-stats-container a .icon.icon-completed-applications {
  background-color: #ECFDF5;
  color: #10B981;
}
.dashboard .user-statistics-container .user-stats-grid .user-stats-container a .icon.icon-inprogress-applications {
  background-color: #E7EEFB;
  color: #1348a0;
}
.dashboard .user-statistics-container .user-stats-grid .user-stats-container a .icon.icon-rejected-applications {
  background-color: #FDF1F1;
  color: #EE4444;
}
.dashboard .user-statistics-container .user-stats-grid .user-stats-container a .icon.icon-total-actions {
  background-color: #fff;
  color: #081f45;
}
.dashboard .user-statistics-container .user-stats-grid .user-stats-container a .icon.icon-my-total-actions {
  background-color: #fff;
  color: dodgerblue;
}
.dashboard .user-statistics-container .user-stats-grid .user-stats-container a .icon.icon-completed-actions {
  background-color: #fff;
  color: lawngreen;
}
.dashboard .user-statistics-container .user-stats-grid .user-stats-container a .icon.icon-in-pending-actions {
  background-color: #fff;
  color: #B68A35;
}
.dashboard .user-statistics-container .user-stats-grid .user-stats-container a .icon i {
  display: flex;
  font-size: 33px;
}
.dashboard .user-statistics-container .user-stats-grid .user-stats-container a .details {
  width: auto;
  color: #232528;
}
.dashboard .user-statistics-container .user-stats-grid .user-stats-container a .details h4 {
  font-size: 2.1429em;
  font-weight: 700;
  line-height: 25px;
}
.dashboard .user-statistics-container .user-stats-grid .user-stats-container a .details span {
  font-size: 1em;
  font-weight: 400;
  line-height: 16px;
  color: #9CA3AF;
}
.dashboard .box-container {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 15px;
}
.dashboard .box-container .box-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 30px;
}
.dashboard .box-container .box-header .input-group {
  border-radius: 5px;
}
.dashboard .box-container .box-header .input-group.search-input {
  border: 1px solid #9ea2a9;
}
.dashboard .box-container .box-header .input-group .form-control {
  border: 0;
}
.dashboard .box-container .box-header .input-group .btn {
  padding: 0 10px;
  border-radius: 1px;
}
.dashboard .box-container .box-header .input-group .btn:hover,
.dashboard .box-container .box-header .input-group .btn:active {
  background-color: #1348a0;
  color: #ffffff;
}
.dashboard .box-container .box-header .input-group .btn i {
  display: flex;
  font-size: 20px;
}
.dashboard .box-container .box-header .box-title {
  color: #232528;
  font-size: 1.7143em;
  font-weight: 600;
}
.dashboard .box-container .box-header .box-title p {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dashboard .box-container .box-header .box-title p i {
  display: flex;
  font-size: 31px;
}
.dashboard .box-container .box-header .box-title a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  vertical-align: middle;
  display: flex;
  align-items: center;
  width: fit-content;
  color: #232528;
}
.dashboard .box-container .box-header .box-title a i {
  display: flex;
  font-size: 20px;
}
.dashboard .box-container.box-primary-shaded {
  background-color: #bbd2f7;
}
.dashboard .box-container .box-body {
  max-height: 355px;
}
.dashboard .box-container .box-body .card {
  border-radius: 10px;
  overflow: hidden;
}
.dashboard .box-container .box-body .card.card-secondary-shaded {
  background-color: #fafafa;
}
.dashboard .box-container .box-body .card.license-card {
  background-color: #ababab;
  color: #ffffff;
  position: relative;
}
.dashboard .box-container .box-body .card.license-card:before {
  font-family: 'ficons' !important;
  content: "\e90e";
  position: absolute;
  bottom: -179px;
  right: -10px;
  font-size: 350px;
  color: #b3b3b3;
}
.dashboard .box-container .box-body .card.license-card .card-body h6 {
  color: #ffffff;
}
.dashboard .box-container .box-body .card.license-card .card-body a {
  color: #ffffff;
}
.dashboard .box-container .box-body .card.license-card .card-body .status {
  display: flex;
  align-items: center;
  background-color: #bbd2f7;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 5px;
  color: #000000;
}
.dashboard .box-container .box-body .card.license-card .card-body .status .circle {
  width: 10px;
  height: 10px;
  background: #4a9d5c;
  border-radius: 50%;
  margin-right: 10px;
}
.dashboard .box-container .box-body .card.license-card .card-body .title {
  font-weight: 500;
  font-size: 1.1429em;
  line-height: 24px;
}
.dashboard .box-container .box-body .card.license-card .card-body .desc {
  font-size: 1.1429em;
  font-weight: 300;
  line-height: 24px;
}
.dashboard .box-container .box-body .card.license-card .card-body .name {
  font-size: 2em;
  font-weight: 600;
  line-height: 24px;
}
.dashboard .box-container .box-body .card.license-card .card-body .action {
  font-weight: 400;
  font-size: 1.1429em;
  line-height: 24px;
}
.dashboard .box-container .box-body .card .card-body .card-title {
  display: flex;
  align-items: center;
  gap: 5px;
}
.dashboard .box-container .box-body .card .card-body .card-title i {
  font-size: 1.5rem;
}
.dashboard .box-container .box-body .card .card-body .btn i {
  margin-right: 5px;
}
.dashboard .box-container .box-body .card .card-body .btn i:before {
  font-weight: bold;
  font-size: 1em;
}
.dashboard .box-container .box-body .card.application-card .card-body,
.dashboard .box-container .box-body .card.course-card .card-body {
  padding: 20px 20px 15px 20px;
}
.dashboard .box-container .box-body .card.application-card .card-body .title,
.dashboard .box-container .box-body .card.course-card .card-body .title {
  color: #1b1d21;
  font-size: 1.1429em;
  font-weight: 600;
  line-height: 24px;
}
.dashboard .box-container .box-body .card.application-card .card-body .download-certificate-btn i,
.dashboard .box-container .box-body .card.course-card .card-body .download-certificate-btn i {
  margin-top: 2px;
}
.dashboard .box-container .box-body .card.application-card .card-body .value,
.dashboard .box-container .box-body .card.course-card .card-body .value {
  color: #323438;
  font-size: 1.1429em;
}
.dashboard .box-container .box-body .card.application-card .card-body .helper,
.dashboard .box-container .box-body .card.course-card .card-body .helper {
  font-size: 1em;
  font-weight: 400;
  line-height: 16px;
  color: #6b7280;
}
.dashboard .box-container .box-body .card.application-card .card-body .d-status,
.dashboard .box-container .box-body .card.course-card .card-body .d-status {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #E5E7EB;
  border-radius: 5px;
  width: max-content;
}
.dashboard .box-container .box-body .card.application-card .card-body .d-status span,
.dashboard .box-container .box-body .card.course-card .card-body .d-status span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.dashboard .box-container .box-body .card.application-card .card-body .d-status span.completed,
.dashboard .box-container .box-body .card.course-card .card-body .d-status span.completed,
.dashboard .box-container .box-body .card.application-card .card-body .d-status span.paid,
.dashboard .box-container .box-body .card.course-card .card-body .d-status span.paid {
  background-color: #10b981;
}
.dashboard .box-container .box-body .card.application-card .card-body .d-status span.readyforpayment,
.dashboard .box-container .box-body .card.course-card .card-body .d-status span.readyforpayment {
  background-color: #b0c526;
}
.dashboard .box-container .box-body .card.application-card .card-body .d-status span.underpayment,
.dashboard .box-container .box-body .card.course-card .card-body .d-status span.underpayment {
  background-color: #f59e0b;
}
.dashboard .box-container .box-body .card.application-card .card-body .d-status span.inprogress,
.dashboard .box-container .box-body .card.course-card .card-body .d-status span.inprogress {
  background-color: #f59e0b;
}
.dashboard .box-container .box-body .card.application-card .card-body .d-status span.rejected,
.dashboard .box-container .box-body .card.course-card .card-body .d-status span.rejected {
  background-color: #ea4f49;
}
.dashboard .box-container .box-body .card.application-card .card-body .d-status span.returned,
.dashboard .box-container .box-body .card.course-card .card-body .d-status span.returned {
  background-color: #b68a35;
}
.dashboard .box-container .box-body .card.application-card .card-body .d-status span.reopened,
.dashboard .box-container .box-body .card.course-card .card-body .d-status span.reopened {
  background-color: #b0c526;
}
.dashboard .box-container .box-body .card.application-card .card-body .d-status span.draft,
.dashboard .box-container .box-body .card.course-card .card-body .d-status span.draft,
.dashboard .box-container .box-body .card.application-card .card-body .d-status span.unpaid,
.dashboard .box-container .box-body .card.course-card .card-body .d-status span.unpaid {
  background-color: #6b7280;
}
.dashboard .box-container .box-body .card.application-card .card-body .d-status p,
.dashboard .box-container .box-body .card.course-card .card-body .d-status p {
  font-size: 1.1429em;
  font-weight: 400;
  line-height: 16px;
}
.dashboard .box-container .box-body .card.application-card .card-body .d-actions,
.dashboard .box-container .box-body .card.course-card .card-body .d-actions {
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.dashboard .box-container .box-body .card.application-card .card-body .d-actions a,
.dashboard .box-container .box-body .card.course-card .card-body .d-actions a {
  width: auto;
  height: 33px;
  font-size: 1.1429em;
  font-size: 14px;
  color: #374151;
  border: 1px solid #9CA3AF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  gap: 10px;
  padding: 5px 10px;
}
.dashboard .box-container .box-body .card.card-no-data {
  border: none;
}
.dashboard .box-container .box-body .card.card-no-data .card-body {
  text-align: center;
}
.dashboard .box-container .box-body .card.card-no-data .card-body .card-title {
  justify-content: center;
  margin-bottom: 15px !important;
}
.dashboard .box-container .box-body .card.card-no-data .card-body .card-title h4 {
  color: #185dce;
}
.dashboard .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}
.dashboard .owl-carousel .owl-dots button.owl-dot {
  background-color: #d2d6dd;
  margin: 5px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  padding: 0;
}
.dashboard .owl-carousel .owl-dots button.owl-dot.active {
  background-color: #000000;
}
.dashboard .top-services {
  padding: 0;
  list-style: none;
  height: 100%;
  float: left;
  margin-bottom: 0;
}
.dashboard .top-services li {
  height: 100%;
  float: left;
  width: 25%;
}
.dashboard .top-services li .service {
  color: #1348a0;
  border: 1px solid #1348a0;
  padding: 20px;
  height: 200px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.dashboard .top-services li .service:hover {
  background-color: #ebb343;
  border-color: #ebb343;
  color: #fff;
  box-shadow: 0 1px 20px 0 rgba(3, 3, 3, 0.3);
}
.dashboard .top-services li .service:hover label,
.dashboard .top-services li .service:hover .actions {
  color: #fff;
}
.dashboard .top-services li .service:hover label a,
.dashboard .top-services li .service:hover .actions a {
  color: #fff;
}
.dashboard .top-services li:last-child {
  margin-right: 0;
}
.dashboard .top-services li i {
  display: block;
  text-align: center;
  font-size: 50px;
  margin-bottom: 5px;
}
.dashboard .top-services li label {
  font-size: 0.9286em;
  color: #1348a0;
  line-height: 20px;
  display: block;
  width: 70%;
  margin: 0 auto;
  height: 85px;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.dashboard .top-services li .actions {
  padding: 0;
  list-style: none;
  height: 100%;
  display: flex;
  transition: all 0.3s ease-in-out;
}
.dashboard .top-services li .actions a {
  color: #1348a0;
}
.dashboard .top-services li .actions div {
  text-align: left;
  height: 100%;
  flex: 1 1 100%;
  flex-grow: 1;
}
.dashboard .top-services li .actions .last {
  text-align: right;
}
.dashboard .dash-head {
  font-size: 25px;
  margin: 0 0 20px 0;
  font-weight: normal;
  display: block;
  color: #5b5b5b;
}
.dashboard .welcome-message {
  background-color: #f8f5ef;
  padding: 40px 40px 40px 300px;
  color: #70706f;
  border-radius: 10px;
  margin-bottom: 30px;
  background-image: url('../images/welcom.png');
  background-position: -50px -5px;
  background-size: 32%;
  background-repeat: no-repeat;
}
.dashboard .welcome-message .manger {
  color: #1348a0;
  font-size: 15px;
  margin: 0;
}
.dashboard .site-chart {
  padding: 30px 20px;
  margin-top: 25px;
  height: 450px;
  /*canvas {
            max-height: 300px !important;
        }*/
}
.dashboard .site-chart.full {
  height: auto;
  /*canvas {
                max-height: none !important;
            }*/
}
.dashboard .site-chart .chart-head {
  color: #1348a0;
  font-size: 1em;
  padding-top: 12px;
  display: inline-block;
}
.dashboard .top-entities {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dashboard .top-entities li {
  border-bottom: 1px solid #ece5d3;
  padding: 15px;
}
.dashboard .top-entities li:last-child {
  border: none;
}
.dashboard .top-entities li .order {
  background-color: #fc6a33;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 17px;
  color: #fff;
  margin-right: 15px;
  vertical-align: middle;
  line-height: 30px;
  display: inline-block;
  text-align: center;
}
.dashboard .top-entities li label {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  font-weight: 800;
  font-size: 13px;
  line-height: 18px;
  color: #666666;
}
.dashboard .chart-filters {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
.dashboard .chart-filters li {
  display: inline-block;
  position: relative;
  margin-left: 3px;
  vertical-align: top;
}
.dashboard .chart-filters li:first-child {
  margin: 0;
}
.dashboard .chart-filters li .selectdiv.select-limit select {
  max-width: 450px;
}
.dashboard .chart-filters li .selectdiv .selectize-input {
  min-width: 200px;
}
.dashboard .chart-filters li .selectdiv .selectize-input input {
  font-size: 13px;
}
.dashboard .chart-filters li .selectdiv select,
.dashboard .chart-filters li .selectdiv .selectize-input {
  border: 1px solid #c0c0c0;
  padding: 5px 25px 5px 10px;
  color: #767676;
  border-radius: 3px;
}
.dashboard .chart-filters li .selectdiv:after {
  font-family: 'ficons' !important;
  content: '\e91e';
  top: 6px;
  right: 20px;
  border: 0;
}
.dashboard .vert-axis {
  position: absolute;
  top: 50%;
  left: 35px;
  text-align: center;
}
.dashboard .horiz-axis {
  display: block;
  width: 100%;
  text-align: center;
}
.dashboard .chartContainer.y-axis {
  width: 95%;
}
.dashboard .sub-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dashboard .sub-items li {
  font-size: 1.0714em;
  margin-bottom: 10px;
}
.dashboard .sub-items li.ontime {
  color: #2c7500;
}
.dashboard .sub-items li.late {
  color: #c22c35;
}
.dashboard .sub-items li.nodata {
  color: #f1c600;
}
.dashboard .btnSaveChart {
  font-size: 1.5714em;
  position: relative;
  top: 3px;
  color: #1348a0;
  transition: all 0.3s ease-in-out;
}
.dashboard .btnSaveChart:hover {
  color: #f7f7f7;
}
.dashboard .dashboard-services,
.dashboard .training-course {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 15px;
}
.dashboard .dashboard-services .services-header,
.dashboard .training-course .services-header,
.dashboard .dashboard-services .courses-header,
.dashboard .training-course .courses-header {
  color: #232528;
  font-size: 1.7143em;
  font-weight: 600;
}
.dashboard .dashboard-services .services-header p,
.dashboard .training-course .services-header p,
.dashboard .dashboard-services .courses-header p,
.dashboard .training-course .courses-header p {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dashboard .dashboard-services .services-header p i,
.dashboard .training-course .services-header p i,
.dashboard .dashboard-services .courses-header p i,
.dashboard .training-course .courses-header p i {
  display: flex;
  font-size: 31px;
}
.dashboard .dashboard-services .services-header a,
.dashboard .training-course .services-header a,
.dashboard .dashboard-services .courses-header a,
.dashboard .training-course .courses-header a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  vertical-align: middle;
  display: flex;
  align-items: center;
  width: fit-content;
  color: #232528;
}
.dashboard .dashboard-services .services-header a i,
.dashboard .training-course .services-header a i,
.dashboard .dashboard-services .courses-header a i,
.dashboard .training-course .courses-header a i {
  display: flex;
  font-size: 20px;
}
.dashboard-services .nav-service,
.my-services .nav-service,
.training-course .nav-service {
  list-style: none;
  padding-left: 0;
  border-bottom: 2px solid #bbd2f7;
  display: inline-flex;
  gap: 15px;
  padding: 0px;
}
.dashboard-services .nav-service .nav-item,
.my-services .nav-service .nav-item,
.training-course .nav-service .nav-item {
  font-weight: 500;
  display: inline-block;
}
.dashboard-services .nav-service .nav-item .nav-link,
.my-services .nav-service .nav-item .nav-link,
.training-course .nav-service .nav-item .nav-link {
  color: #797e86;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 20px !important;
  font-size: 1.1429em;
  font-weight: 500;
  line-height: 24px;
}
.dashboard-services .nav-service .nav-item .nav-link.active,
.my-services .nav-service .nav-item .nav-link.active,
.training-course .nav-service .nav-item .nav-link.active,
.dashboard-services .nav-service .nav-item .nav-link:hover,
.my-services .nav-service .nav-item .nav-link:hover,
.training-course .nav-service .nav-item .nav-link:hover {
  color: #1348a0;
  border-bottom: 1px solid #1348a0;
}
.dashboard-services .input-group,
.my-services .input-group,
.training-course .input-group {
  border: 1px solid #444444;
  border-radius: 5px;
}
.dashboard-services .input-group.search-input,
.my-services .input-group.search-input,
.training-course .input-group.search-input {
  border: 1px solid #9ea2a9;
}
.dashboard-services .input-group .form-control,
.my-services .input-group .form-control,
.training-course .input-group .form-control {
  border: 0;
}
.dashboard-services .input-group .btn,
.my-services .input-group .btn,
.training-course .input-group .btn {
  padding: 0 10px;
  border-radius: 1px;
}
.dashboard-services .input-group .btn:hover,
.my-services .input-group .btn:hover,
.training-course .input-group .btn:hover,
.dashboard-services .input-group .btn:active,
.my-services .input-group .btn:active,
.training-course .input-group .btn:active {
  background-color: #1348a0;
  color: #ffffff;
}
.dashboard-services .input-group .btn i,
.my-services .input-group .btn i,
.training-course .input-group .btn i {
  display: flex;
  font-size: 20px;
}
.dashboard-services .services-carousel .card,
.my-services .services-carousel .card,
.training-course .services-carousel .card,
.dashboard-services .data-list > .list-body .card,
.my-services .data-list > .list-body .card,
.training-course .data-list > .list-body .card,
.dashboard-services .courses-carousel .card,
.my-services .courses-carousel .card,
.training-course .courses-carousel .card {
  padding: 23px 20px;
  border-radius: 15px;
}
.dashboard-services .services-carousel .card .card-title,
.my-services .services-carousel .card .card-title,
.training-course .services-carousel .card .card-title,
.dashboard-services .data-list > .list-body .card .card-title,
.my-services .data-list > .list-body .card .card-title,
.training-course .data-list > .list-body .card .card-title,
.dashboard-services .courses-carousel .card .card-title,
.my-services .courses-carousel .card .card-title,
.training-course .courses-carousel .card .card-title {
  text-decoration: underline;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* ✅ max 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  min-height: calc(2.8em);
  /* ✅ matches 2 lines */
}
.dashboard-services .services-carousel .card .card-link,
.my-services .services-carousel .card .card-link,
.training-course .services-carousel .card .card-link,
.dashboard-services .data-list > .list-body .card .card-link,
.my-services .data-list > .list-body .card .card-link,
.training-course .data-list > .list-body .card .card-link,
.dashboard-services .courses-carousel .card .card-link,
.my-services .courses-carousel .card .card-link,
.training-course .courses-carousel .card .card-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.dashboard-services .services-carousel .card .card-link a,
.my-services .services-carousel .card .card-link a,
.training-course .services-carousel .card .card-link a,
.dashboard-services .data-list > .list-body .card .card-link a,
.my-services .data-list > .list-body .card .card-link a,
.training-course .data-list > .list-body .card .card-link a,
.dashboard-services .courses-carousel .card .card-link a,
.my-services .courses-carousel .card .card-link a,
.training-course .courses-carousel .card .card-link a {
  color: #444444;
}
.dashboard-services .services-carousel .card .card-link a.service-link,
.my-services .services-carousel .card .card-link a.service-link,
.training-course .services-carousel .card .card-link a.service-link,
.dashboard-services .data-list > .list-body .card .card-link a.service-link,
.my-services .data-list > .list-body .card .card-link a.service-link,
.training-course .data-list > .list-body .card .card-link a.service-link,
.dashboard-services .courses-carousel .card .card-link a.service-link,
.my-services .courses-carousel .card .card-link a.service-link,
.training-course .courses-carousel .card .card-link a.service-link,
.dashboard-services .services-carousel .card .card-link a.course-link,
.my-services .services-carousel .card .card-link a.course-link,
.training-course .services-carousel .card .card-link a.course-link,
.dashboard-services .data-list > .list-body .card .card-link a.course-link,
.my-services .data-list > .list-body .card .card-link a.course-link,
.training-course .data-list > .list-body .card .card-link a.course-link,
.dashboard-services .courses-carousel .card .card-link a.course-link,
.my-services .courses-carousel .card .card-link a.course-link,
.training-course .courses-carousel .card .card-link a.course-link {
  font-size: 1em;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.dashboard-services .services-carousel .card .card-link a.service-link i,
.my-services .services-carousel .card .card-link a.service-link i,
.training-course .services-carousel .card .card-link a.service-link i,
.dashboard-services .data-list > .list-body .card .card-link a.service-link i,
.my-services .data-list > .list-body .card .card-link a.service-link i,
.training-course .data-list > .list-body .card .card-link a.service-link i,
.dashboard-services .courses-carousel .card .card-link a.service-link i,
.my-services .courses-carousel .card .card-link a.service-link i,
.training-course .courses-carousel .card .card-link a.service-link i,
.dashboard-services .services-carousel .card .card-link a.course-link i,
.my-services .services-carousel .card .card-link a.course-link i,
.training-course .services-carousel .card .card-link a.course-link i,
.dashboard-services .data-list > .list-body .card .card-link a.course-link i,
.my-services .data-list > .list-body .card .card-link a.course-link i,
.training-course .data-list > .list-body .card .card-link a.course-link i,
.dashboard-services .courses-carousel .card .card-link a.course-link i,
.my-services .courses-carousel .card .card-link a.course-link i,
.training-course .courses-carousel .card .card-link a.course-link i {
  display: flex;
}
.dashboard-services .services-carousel .card .card-link a.service-link:hover,
.my-services .services-carousel .card .card-link a.service-link:hover,
.training-course .services-carousel .card .card-link a.service-link:hover,
.dashboard-services .data-list > .list-body .card .card-link a.service-link:hover,
.my-services .data-list > .list-body .card .card-link a.service-link:hover,
.training-course .data-list > .list-body .card .card-link a.service-link:hover,
.dashboard-services .courses-carousel .card .card-link a.service-link:hover,
.my-services .courses-carousel .card .card-link a.service-link:hover,
.training-course .courses-carousel .card .card-link a.service-link:hover,
.dashboard-services .services-carousel .card .card-link a.course-link:hover,
.my-services .services-carousel .card .card-link a.course-link:hover,
.training-course .services-carousel .card .card-link a.course-link:hover,
.dashboard-services .data-list > .list-body .card .card-link a.course-link:hover,
.my-services .data-list > .list-body .card .card-link a.course-link:hover,
.training-course .data-list > .list-body .card .card-link a.course-link:hover,
.dashboard-services .courses-carousel .card .card-link a.course-link:hover,
.my-services .courses-carousel .card .card-link a.course-link:hover,
.training-course .courses-carousel .card .card-link a.course-link:hover {
  color: #1348a0;
}
.dashboard-services .services-carousel .card .card-link a.favorite i,
.my-services .services-carousel .card .card-link a.favorite i,
.training-course .services-carousel .card .card-link a.favorite i,
.dashboard-services .data-list > .list-body .card .card-link a.favorite i,
.my-services .data-list > .list-body .card .card-link a.favorite i,
.training-course .data-list > .list-body .card .card-link a.favorite i,
.dashboard-services .courses-carousel .card .card-link a.favorite i,
.my-services .courses-carousel .card .card-link a.favorite i,
.training-course .courses-carousel .card .card-link a.favorite i {
  font-size: 20px;
}
.dashboard-services .services-carousel .card .card-link a.favorite i:hover:before,
.my-services .services-carousel .card .card-link a.favorite i:hover:before,
.training-course .services-carousel .card .card-link a.favorite i:hover:before,
.dashboard-services .data-list > .list-body .card .card-link a.favorite i:hover:before,
.my-services .data-list > .list-body .card .card-link a.favorite i:hover:before,
.training-course .data-list > .list-body .card .card-link a.favorite i:hover:before,
.dashboard-services .courses-carousel .card .card-link a.favorite i:hover:before,
.my-services .courses-carousel .card .card-link a.favorite i:hover:before,
.training-course .courses-carousel .card .card-link a.favorite i:hover:before {
  font-family: 'ficons' !important;
  content: '\e922';
}
.dashboard-services .services-carousel .card .card-img,
.my-services .services-carousel .card .card-img,
.training-course .services-carousel .card .card-img,
.dashboard-services .data-list > .list-body .card .card-img,
.my-services .data-list > .list-body .card .card-img,
.training-course .data-list > .list-body .card .card-img,
.dashboard-services .courses-carousel .card .card-img,
.my-services .courses-carousel .card .card-img,
.training-course .courses-carousel .card .card-img {
  margin-bottom: 20px;
}
.dashboard-services .services-carousel .card .card-img img,
.my-services .services-carousel .card .card-img img,
.training-course .services-carousel .card .card-img img,
.dashboard-services .data-list > .list-body .card .card-img img,
.my-services .data-list > .list-body .card .card-img img,
.training-course .data-list > .list-body .card .card-img img,
.dashboard-services .courses-carousel .card .card-img img,
.my-services .courses-carousel .card .card-img img,
.training-course .courses-carousel .card .card-img img {
  border-radius: 10px;
  width: 100%;
  max-width: -webkit-fill-available;
  max-width: fill-available;
  /* fallback for some browsers */
}
.dashboard-services .services-carousel .card .card-text,
.my-services .services-carousel .card .card-text,
.training-course .services-carousel .card .card-text,
.dashboard-services .data-list > .list-body .card .card-text,
.my-services .data-list > .list-body .card .card-text,
.training-course .data-list > .list-body .card .card-text,
.dashboard-services .courses-carousel .card .card-text,
.my-services .courses-carousel .card .card-text,
.training-course .courses-carousel .card .card-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}
.dashboard-services .services-carousel .card .card-text span,
.my-services .services-carousel .card .card-text span,
.training-course .services-carousel .card .card-text span,
.dashboard-services .data-list > .list-body .card .card-text span,
.my-services .data-list > .list-body .card .card-text span,
.training-course .data-list > .list-body .card .card-text span,
.dashboard-services .courses-carousel .card .card-text span,
.my-services .courses-carousel .card .card-text span,
.training-course .courses-carousel .card .card-text span {
  font-weight: 400;
  font-size: 1em;
  line-height: 24px;
}
.main-banners .item img {
  width: 100%;
}
.main-banners .container {
  position: relative;
}
.main-banners .container .banner-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 150px 20px 20px 20px;
  color: #fff;
  width: 50%;
}
.main-banners .container .banner-content h3 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 60px;
  letter-spacing: 5px;
  font-size: 1em;
  display: inline-block;
}
.main-banners .container .banner-content h3:hover {
  text-shadow: 0 0 20px #fff;
}
.main-banners .container .banner-content .banner-desc {
  font-size: 1.8571em;
  font-family: "Open Sans";
  line-height: 35px;
  display: block;
}
.main-banners .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
}
.sub-page-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /*.title {
        font-weight: normal;
        font-size: 25px;
        padding-right: 20px;
    }*/
}
.sub-page-header .badge-viewapp {
  margin-top: 27px;
}
.sub-page-header .title-with-icon {
  display: flex;
  align-items: center;
}
.sub-page-header .title-with-icon:before {
  color: #1348a0;
  margin-right: 20px;
  font-size: 42px;
}
.sub-page-header button {
  text-transform: capitalize;
}
.color-primary {
  color: #1348a0 !important;
}
.color-highlited {
  color: #f59100 !important;
}
.label-faded {
  font-weight: bold;
  color: #c1c1c1;
  letter-spacing: 1px;
}
.badge-fadded {
  background-color: #f0f0f0;
  font-size: 1.2143em;
  padding: 5px 20px;
}
.flex-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.flex-list li {
  display: inline-block;
  padding: 0 20px;
}
.flex-list li:first-child {
  border-right: 1px solid #dadada;
}
.flex-list li sub {
  font-size: 1em;
}
.flex-list li .date-time {
  padding-left: 15px;
}
.flex-list li .user {
  display: flex;
  align-items: center;
}
.flex-list li .user i {
  color: #f59100;
}
.flex-list li .user i:before {
  font-size: 15px;
}
.flex-list li .user a {
  padding: 0 10px;
  color: #f59100;
}
.flex-list li .user a:hover {
  color: #dc8200;
}
.flex-list li .user .badge {
  padding: 5px 15px;
  letter-spacing: 1px;
}
.reference-number {
  text-align: right;
}
.reference-number .badge-fadded {
  margin-left: 15px;
  letter-spacing: 1px;
}
.badge {
  padding: 5px 10px;
}
.badge-success,
.btn-success {
  background-color: #34b234;
  border-color: #34b234;
}
.badge-danger,
.btn-danger {
  background-color: #fe5e5e;
  border-color: #fe5e5e;
}
.badge-outline {
  background-color: transparent;
  border: 1px solid #c1c1c1;
}
.badge-viewapp {
  padding: 5px 10px;
  text-transform: uppercase;
  color: #7f7f7f;
  cursor: pointer;
  margin-top: 15px;
}
.badge-viewapp:hover {
  color: #fff;
  background-color: #f59100;
  border-color: #f59100;
}
.header-actions {
  float: right;
}
.view-workflow-history {
  font-size: 14px;
  color: #1348a0;
  display: inline-block;
  /*margin-top: 5px;*/
  padding: 0 5px;
}
.view-workflow-history:before {
  font-size: 24px;
}
.view-workflow-history:hover {
  color: #f59100;
}
.msg-validation {
  color: #1348a0;
  padding: 10px 0;
  display: block;
  position: absolute;
  top: -40px;
}
.button-accmembers {
  margin-right: -110px;
}
.panel .custom-panel-heading {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}
.panel .custom-panel-heading i {
  color: #f59100;
}
.panel .custom-panel-heading i:before {
  font-size: 50px;
}
.panel .custom-panel-heading .badge {
  padding: 5px 10px;
  text-transform: uppercase;
  color: #7f7f7f;
}
.panel .custom-panel-heading .badge:hover {
  background-color: #f59100;
  border-color: #f59100;
  color: #ffffff;
}
.panel .custom-panel-heading .c-status {
  position: absolute;
  right: 75px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1em;
}
.panel .custom-panel-heading .c-status.Approve,
.panel .custom-panel-heading .c-status.Verify {
  background-color: #34b234;
}
.panel .custom-panel-heading .c-status.Cancel {
  background-color: #3f9db6;
}
.panel .custom-panel-heading .c-status.Reject,
.panel .custom-panel-heading .c-status.Delete {
  background-color: #da1a32;
}
.panel .custom-panel-heading .c-status.Normal {
  background-color: #a7a9ac;
}
.panel .custom-panel-heading .c-status.Pending {
  background-color: #f59100;
}
.panel .custom-panel-heading .c-status.Draft {
  background-color: #a7a9ac;
}
.panel .custom-panel-heading .c-status.Submit {
  background-color: #da8a00;
}
.panel .custom-panel-heading .c-status.Return {
  background-color: #f59100;
}
.panel-top-btn {
  position: absolute;
  top: -50px;
  right: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 12px 15px;
}
.panel-top-btn .ficon {
  padding: 0 0 0 10px;
  font-size: 1.0714em;
}
.panel-top-btn .fi-close:before {
  font-size: 12px;
}
.workflow-container .panel-top-btn i:before {
  font-size: 20px;
}
.text-highlited {
  color: #f59100;
}
.vscroll-bar-custom {
  overflow-y: scroll;
  /* Scroll bar */
  /* width */
  /* Track */
  /* Handle */
}
.vscroll-bar-custom::-webkit-scrollbar {
  width: 5px;
}
.vscroll-bar-custom::-webkit-scrollbar-track {
  background: #e5e3df;
  border-radius: 5px;
}
.vscroll-bar-custom::-webkit-scrollbar-thumb {
  background: #1348a0;
  border-radius: 5px;
}
.exempted-list {
  max-height: 350px;
  overflow-y: auto;
}
a.text-highlited:hover {
  color: #dc8200;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-inner {
  max-width: 250px;
  padding: 5px 20px 10px 20px;
  background-color: #1348a0;
  box-shadow: 0 1px 5px rgba(121, 121, 121, 0.8);
}
.tooltip.bs-tooltip-right .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #1348a0;
}
.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="top "] .arrow::before {
  border-top-color: #1348a0;
}
.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="bottom "] .arrow::before {
  border-bottom-color: #1348a0;
}
.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="left "] .arrow::before {
  border-left-color: #1348a0;
}
a.nav-link,
a:hover {
  color: #1348a0;
}
.home-tasks {
  padding: 10px 10px 0 0;
  list-style: none;
  margin: 10px 0 0 0;
  height: 285px;
}
.home-tasks li {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.home-tasks li:last-child {
  margin: 0;
  border: none;
}
.home-tasks li:hover .task-title a {
  color: #f59100;
}
.home-tasks li:hover .task-lnk {
  color: #f59100;
}
.home-tasks li .date {
  font-size: 11px;
  color: #aaa;
  padding: 5px 0;
}
.home-tasks li .date i {
  margin-right: 10px;
}
.home-tasks li .date i:before {
  font-size: 11px;
}
.home-tasks li .task-title {
  display: inline-block;
  width: 93%;
}
.home-tasks li .task-title.finished a {
  text-decoration: line-through;
  font-style: italic;
}
.home-tasks li .task-title a {
  color: #1348a0;
  transition: all 0.3s ease-in-out;
}
.home-tasks li .task-lnk {
  display: inline-block;
  vertical-align: top;
  color: #1348a0;
  transition: all 0.3s ease-in-out;
}
.home-tasks li .task-lnk i:before {
  font-size: 25px;
}
.quick-links .lnk {
  display: block;
  padding: 20px;
  text-align: center;
  color: #1348a0;
  transition: all 0.3s ease-in-out;
}
.quick-links .lnk i {
  display: block;
  font-size: 60px;
  margin-bottom: 10px;
}
.quick-links .lnk:hover {
  color: #f59100;
}
.show-mobile {
  display: none !important;
}
.r-0 {
  right: 0 !important;
}
.dynamic-list[data-modeltype="Activity"] {
  position: relative;
  z-index: 2;
}
.list-items-fram {
  border: 2px dashed #081f45;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  width: calc(100% - 20px);
  margin: auto;
}
.list-items-fram.has-error {
  border: 2px solid #ea4f49;
}
.dynamic-list {
  position: relative;
  margin-top: 60px;
}
.dynamic-list.has-error .list div.empty-list {
  border-color: #ea4f49;
  border-radius: 10px;
}
.dynamic-list.has-error .list div.empty-list div.empty span.label {
  color: #ea4f49;
}
.dynamic-list .list div.empty-list {
  border: 1px solid transparent;
}
.dynamic-list .list div.empty-list div.empty {
  position: relative;
  padding: 45px 0;
}
.dynamic-list .list div.empty-list div.empty span.label {
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1.38em;
  color: #081f45;
  margin-left: 60px;
}
.dynamic-list .list div.empty-list div.empty span.label:before {
  position: absolute;
  font-size: 60px;
  left: -60px;
  transform: translateY(-50%);
  top: 50%;
}
.dynamic-list .list div.empty-list div.empty span.label span {
  display: block;
}
.dynamic-list .list div.empty-list div.empty span.fi-add-entry {
  margin-left: 0;
  text-align: center;
}
.dynamic-list .list .custom-control.custom-checkbox {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
@-webkit-keyframes flash-animation {
  from {
    background: #1348a0;
  }
  to {
    background: #ffffff;
  }
}
@keyframes flash-animation {
  from {
    background: #1348a0;
  }
  to {
    background: #ffffff;
  }
}
.dynamic-list .list .item.data-item {
  position: relative;
  transition: all 75ms ease-in-out;
  height: 100%;
  padding: 20px;
  margin-bottom: 15px;
  visibility: hidden;
  /*&:nth-child(even) {
                &:before {
                    background: #f8f5ef;
                }
            }*/
  /*&:nth-child(odd):not(input) {
                background: blue;
            }


            &:nth-child(2n):not(input) {
                background-color: red;
            }

            &:nth-child(2n+1):not(input){
                background-color: blue;
            }*/
}
.dynamic-list .list .item.data-item:focus-within {
  z-index: 99;
}
.dynamic-list .list .item.data-item.scale {
  transform: scaleY(0);
}
.dynamic-list .list .item.data-item.added {
  visibility: visible;
  transform: scaleY(1);
}
.dynamic-list .list .item.data-item.flash:before {
  -webkit-animation-name: flash-animation;
  -webkit-animation-duration: 2s;
  animation-name: flash-animation;
  animation-duration: 2s;
}
.dynamic-list .list .item.data-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.dynamic-list .list .item.data-item:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  /*width: ~"calc(100% + 40px)";*/
  width: 100%;
  border: 2px solid #1348a0;
  background: #ffffff;
  border-radius: 15px;
}
.dynamic-list .add-section {
  position: absolute;
  top: -70px;
  right: -4px;
  border-radius: 5px;
  width: 170px;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 0 3px 0 #1348a0;
  /*&:hover {
            box-shadow: 0 0 3px 0 @primary-color;
        }*/
}
.dynamic-list .add-section.multi:hover ul {
  display: block;
}
.dynamic-list .add-section.multi ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dynamic-list .add-section.multi ul li {
  border-top: 1px solid #ece2d1;
}
.dynamic-list .add-section.multi ul li a {
  padding-left: 20px;
  position: relative;
}
.dynamic-list .add-section .add-item {
  color: #444444;
  font-size: 1.2em;
  font-weight: 600;
  /*margin-left: 40px;*/
  transition: all 200ms ease-in-out;
  position: relative;
  padding: 15px 5px 15px 50px;
  display: block;
}
.dynamic-list .add-section .add-item:before {
  font-size: 35px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 10px;
  color: #081f45;
}
.dynamic-list .add-section .add-item:hover {
  color: #081f45;
}
.dynamic-list .add-section .add-item.fi-plus {
  color: #1348a0;
}
.dynamic-list .add-section .add-item.fi-plus:before {
  font-size: 20px !important;
  right: 10px;
  left: auto !important;
  font-weight: 700;
}
.dynamic-list .add-section .add-item.fi-plus:hover {
  color: #444444;
}
.dynamic-list .add-section .add-item.fi-plus:hover:before {
  color: #444444;
}
.dynamic-list .add-section .add-item.btnAddItem {
  margin-left: 0 !important;
  padding: 10px !important;
  text-align: center;
}
.dynamic-list .btnDelete {
  color: #ee4444;
  font-size: 12px;
  font-weight: 600;
  transition: all 200ms ease-in-out;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}
.dynamic-list .btnDelete:before {
  font-size: 26px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -28px;
}
.dynamic-list .btnDelete:hover {
  color: #b83636;
}
.dynamic-list .list-item-title {
  color: #444444;
  z-index: 1;
  font-size: 22px;
  padding: 0 0 20px 20px;
}
.list-item-total-value {
  text-align: right;
  padding: 5px 0;
  border-radius: 5px;
  margin-bottom: -70px;
  margin-top: 20px;
  display: none;
  position: relative;
}
.list-item-total-value.show {
  display: block;
}
.list-item-total-value label {
  display: inline-block;
  padding: 0 10px;
  font-weight: 700;
  position: relative;
}
.list-item-total-value .form-control {
  display: inline-block;
  width: 200px;
  text-align: center;
  font-weight: 700;
  position: relative;
  background-color: #fff;
  border-color: #1348a0;
}
.list-item-total-value:before {
  content: '';
  position: absolute;
  background: #f9f7f3;
  height: 65px;
  width: calc(100% + 70px);
  left: -35px;
  transform: translateY(-50%);
  top: 50%;
}
.dropdown.show {
  background: #fff;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  -webkit-box-shadow: 0px -1px 10px 2px #c7c7c7;
  -moz-box-shadow: 0px -1px 10px 2px #c7c7c7;
  box-shadow: 0px -1px 10px 2px #c7c7c7;
}
.dropdown .opener {
  display: block;
}
.dropdown .dropdown-menu {
  width: 100%;
  border: 0;
  padding-top: 15px;
  margin: 0;
  border-top: solid 1px #ccc;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.dropdown .dropdown-menu .dropdown-item:before {
  color: #1348a0;
  margin-right: 10px;
}
.dropdown .dropdown-menu.serviceapplication {
  padding: 20px 20px 20px 30px;
  font-size: inherit;
  min-width: 270px;
}
.dropdown .dropdown-menu.serviceapplication .lnk-close {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
}
.dropdown .dropdown-menu.serviceapplication .lnk-close:before {
  position: static;
  transform: none;
  font-size: 19px;
  font-weight: 700;
}
.dropdown .dropdown-menu.serviceapplication h4 {
  padding: 10px;
  font-size: 1.4286em;
}
.dropdown .dropdown-menu.serviceapplication .dropdown-item {
  padding: 5px 0 10px 20px;
  line-height: unset !important;
}
.dropdown .dropdown-menu.serviceapplication .dropdown-item:before {
  left: -5px;
  font-size: 20px;
}
.dropdown .dropdown-menu.serviceapplication.show {
  transform: none !important;
  right: 0 !important;
  left: auto !important;
  top: -32px !important;
  width: auto;
  z-index: 999;
}
.dropdown .dropdown-menu.show {
  -webkit-box-shadow: 0px 7px 10px 2px #c7c7c7;
  -moz-box-shadow: 0px 7px 10px 2px #c7c7c7;
  box-shadow: 0px 7px 10px 2px #c7c7c7;
}
.borderd-container {
  border: solid 1px #1348a0;
  padding: 0;
  border-radius: 8px;
  margin-bottom: 30px;
  background-color: #fff;
}
.borderd-container .pg-header {
  padding: 25px 30px;
  border-bottom: solid 1px #1348a0;
  position: relative;
  background: none;
  box-shadow: none;
}
.borderd-container .pg-header h1 {
  line-height: 1.4;
  padding: 0;
  font-weight: 700;
}
.borderd-container .main-content {
  border: none;
  padding: 0 30px 30px 30px;
}
.filters-with-header .filters,
.borderd-container .filters {
  border: solid 1px #1348a0;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0px 21px 29px -7px rgba(207, 207, 207, 0.4);
  transition: all 0.5s ease;
}
.filters-with-header .filters .row,
.borderd-container .filters .row {
  padding: 0 15px;
  margin: 0;
}
.filters-with-header .filters .pg-header,
.borderd-container .filters .pg-header {
  padding: 25px 30px;
  border-bottom: solid 1px #1348a0;
  position: relative;
  background: none;
  box-shadow: none;
}
.filters-with-header .filters .pg-header.list,
.borderd-container .filters .pg-header.list {
  border-bottom: none;
  margin-bottom: 0;
}
.filters-with-header .filters .pg-header h1,
.borderd-container .filters .pg-header h1 {
  line-height: 1;
  padding: 0;
  margin-bottom: 0;
}
.filters-with-header .filters .filter-fields,
.borderd-container .filters .filter-fields {
  padding-top: 35px;
  border-top: solid 1px #1348a0;
}
.filters-with-header .filters .filter-fields.report-services,
.borderd-container .filters .filter-fields.report-services {
  padding-top: 30px;
  padding-bottom: 30px;
}
.filters-with-header .filters .filter-fields .selectize-input,
.borderd-container .filters .filter-fields .selectize-input {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
}
.filters-with-header .filters .header-btn,
.borderd-container .filters .header-btn {
  float: right;
  margin-left: 20px;
  color: #1348a0;
  transition: all 0.3s ease-in-out;
}
.filters-with-header .filters .header-btn:hover,
.borderd-container .filters .header-btn:hover {
  color: #f59100;
}
.filters-with-header .filters .header-btn i,
.borderd-container .filters .header-btn i {
  font-size: 25px;
  position: relative;
  top: 3px;
}
.filters-with-header .filters .actions-buttons,
.borderd-container .filters .actions-buttons {
  padding: 10px 15px;
  margin: 0;
}
.task-list .data-list {
  padding: 20px 20px 20px 0 !important;
}
.task-list .data-list .list-items {
  max-height: 310px;
  overflow: hidden;
  overflow-y: auto;
}
.task-list .data-list .list-items .item-container {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  padding: 12px 45px;
}
.task-list .data-list .list-items .item-container:nth-child(even) {
  background-color: #f7f3ec;
}
.task-list .data-list .list-items .item-container .item-title .date {
  color: #b2b2b2;
  font-weight: 400;
  font-size: 14px;
}
.task-list .data-list .list-items .item-container .item-title .link {
  color: #444444;
}
.task-list .data-list .list-items .item-container .item-title .link:hover {
  color: #1348a0;
}
.task-list .data-list .list-items .item-container .item-actions {
  position: absolute;
  top: 0;
}
.task-list .data-list .list-items .item-container .item-actions .link {
  color: #444444;
  display: block;
}
.task-list .data-list .list-items .item-container .item-actions .link:hover {
  color: #1348a0;
}
.task-list .data-list .list-items .item-container .item-actions .link i {
  font-size: 30px;
}
.inactive {
  opacity: 0.5;
}
.inactive:hover {
  cursor: default;
  color: initial !important;
}
.empty-message {
  font-size: 1.1429em;
  width: 100%;
  text-align: center;
}
.legend-container {
  /*padding: 15px;*/
}
.legend-container ul {
  margin-top: 15px;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}
.legend-container ul li a {
  display: flex;
  align-items: center;
  margin: 0 5px;
  color: #444444;
}
.legend-container ul li a:hover {
  color: #1348a0;
}
.legend-container ul li a:hover .chart-label-container .chart-legend-label-text {
  color: #1348a0;
}
.legend-container ul li a .chart-legend {
  width: 15px;
  height: 15px;
  min-width: 15px;
  border-radius: 50%;
}
.legend-container ul li a .chart-legend.in-progress {
  box-shadow: 0px 0px 0px 3px #fdf4e5;
}
.legend-container ul li a .chart-legend.completed,
.legend-container ul li a .chart-legend.approved {
  box-shadow: 0px 0px 0px 3px #cffce5;
}
.legend-container ul li a .chart-legend.cancelled {
  box-shadow: 0px 0px 0px 3px #e8f9ff;
}
.legend-container ul li a .chart-legend.rejected {
  box-shadow: 0px 0px 0px 3px #fbe2de;
}
.legend-container ul li a .chart-label-container {
  padding-left: 10px;
}
.legend-container ul li a .chart-label-container .chart-legend-label-count {
  font-weight: bold;
}
.legend-container ul li a .chart-label-container .chart-legend-label-text {
  font-size: 12px;
  color: #a3a3a3;
}
.hide-desktop {
  display: none;
}
.page-print-validation {
  padding: 3%;
}
.page-print-validation .icon-container {
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-print-validation .icon-container.success {
  background-image: url('../images/alerts/success.svg');
}
.page-print-validation .icon-container.error {
  background-image: url('../images/alerts/error.svg');
}
.page-print-validation .certificate-item {
  border-radius: 15px;
  display: inline-block;
  vertical-align: top;
}
.page-print-validation .certificate-item .item-inner {
  padding: 20px;
}
.page-print-validation .certificate-item .item-inner h1 {
  padding: 20px 15px 10px 70px;
  position: relative;
  font-size: 20px;
  min-height: 78px;
}
.page-print-validation .certificate-item .item-inner h1:before {
  position: absolute;
  font-size: 45px;
  margin-left: -60px;
  color: #1348a0;
}
.page-print-validation .certificate-item .item-inner span.cert-ref {
  padding: 0 20px;
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #1348a0;
}
.page-print-validation .certificate-item .item-inner span.cert-ref strong {
  color: #444444;
}
.page-print-validation .certificate-item .item-inner .cert-dates {
  margin-top: 10px;
}
.page-print-validation .certificate-item .item-inner .cert-dates span {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  position: relative;
  margin-left: 25px;
}
.page-print-validation .certificate-item .item-inner .cert-dates span:before {
  font-size: 20px;
  position: absolute;
  top: 6px;
  margin-left: -25px;
}
.page-print-validation .certificate-item .item-inner .cert-dates span label {
  color: #1348a0;
  padding: 0 5px;
}
.list-actions {
  display: flex;
}
.list-actions .action {
  display: inline-flex;
  margin: 0 5px;
}
.list-actions .action i:before {
  font-size: 20px !important;
}
.empty-space {
  height: 400px;
}
.factories-container {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
}
.factories-container .container {
  margin-top: 270px;
}
.factories-container .container .user {
  font-weight: bold;
  font-size: 1.25em;
  text-align: center;
}
.factories-container .container .user span {
  color: #1348a0;
}
.factories-container .container .title {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  font-size: 2em;
}
.factories-container .container .factories-items.license-types {
  display: flex;
  justify-content: center;
}
.factories-container .container .factories-items.license-types .factory-item {
  padding: 20px;
  width: 25%;
}
.factories-container .container .factories-items.license-types .factory-item:first-child {
  margin-right: 30px;
}
.factories-container .container .factories-items.license-types .factory-item:hover .icon-container i {
  color: #ffffff;
}
.factories-container .container .factories-items.license-types .factory-item .icon-container i {
  color: #1348a0;
}
.factories-container .container .factories-items.license-types .factory-item .icon-container i:before {
  font-size: 90px;
}
.factories-container .container .factories-items.license-types .factory-item .factory-name {
  color: #444444;
}
.factories-container .container .factories-items .factory-item {
  text-align: center;
  border: 1px solid #1348a0;
  border-radius: 10px;
  padding: 10px;
  display: block;
  min-height: 219px;
}
.factories-container .container .factories-items .factory-item:hover {
  background-color: #1348a0;
}
.factories-container .container .factories-items .factory-item:hover .icon-container .avatar {
  background-color: #ffffff;
  color: #1348a0;
}
.factories-container .container .factories-items .factory-item:hover .factory-name,
.factories-container .container .factories-items .factory-item:hover .info,
.factories-container .container .factories-items .factory-item:hover .status,
.factories-container .container .factories-items .factory-item:hover .duration {
  color: #ffffff !important;
}
.factories-container .container .factories-items .factory-item:hover .factory-name span,
.factories-container .container .factories-items .factory-item:hover .info span,
.factories-container .container .factories-items .factory-item:hover .status span,
.factories-container .container .factories-items .factory-item:hover .duration span {
  color: #ffffff !important;
}
.factories-container .container .factories-items .factory-item .icon-container {
  display: flex;
  justify-content: center;
}
.factories-container .container .factories-items .factory-item .icon-container .avatar {
  width: 50px;
  height: 50px;
  background-color: #1348a0;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.factories-container .container .factories-items .factory-item .icon-container .avatar i:before {
  font-size: 20px;
}
.factories-container .container .factories-items .factory-item .factory-name {
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.3em;
}
.factories-container .container .factories-items .factory-item .info span:first-child {
  color: #1348a0;
}
.factories-container .container .factories-items .factory-item .status {
  padding: 10px 0;
}
.factories-container .container .factories-items .factory-item .status.active {
  color: #34b234;
}
.factories-container .container .factories-items .factory-item .status.cancelled,
.factories-container .container .factories-items .factory-item .status.expired {
  color: #fe5e5e;
}
.factories-container .container .factories-items .factory-item .status.pending {
  color: #f59100;
}
.factories-container .container .factories-items .factory-item .duration {
  min-height: 20px;
  color: #c3c3c3;
}
.factories-container .container .btn-outline-custom {
  background: transparent;
  border: 1px solid #1348a0;
  color: #1348a0;
  border-radius: 25px;
  display: inline-flex;
  justify-content: space-between;
}
.factories-container .container .btn-outline-custom i {
  margin-left: 10px;
}
.factories-container .container .btn-outline-custom i:before {
  font-weight: bold;
}
.factories-container .container .btn-outline-custom:hover {
  background-color: #1348a0;
  color: #ffffff;
}
.factories-container .container .logout-factories {
  display: inline-block;
  margin-left: 20px;
}
/*Tour CSS*/
.tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: #000;
  opacity: .8;
  filter: alpha(opacity=80);
}
.tour-step-backdrop {
  position: relative;
  z-index: 99999 !important;
  transition-delay: 0s !important;
}
.tour-step-backdrop.section,
.tour-step-backdrop.footer,
.tour-step-backdrop.user-login-data,
.tour-step-backdrop.systemmenu {
  background: #fff;
  padding: 20px;
}
.tour-step-background {
  z-index: 1100;
  border-radius: 6px;
}
.popover {
  z-index: 99999;
  opacity: 1 !important;
  padding: 0 15px;
}
.popover-title {
  padding: 12px 0;
  font-size: 16px;
  font-weight: 600;
  color: #1348a0;
  background-color: transparent;
  border-bottom: 1px solid rgba(235, 235, 235, 0.56);
}
.popover-content {
  margin-bottom: 10px;
}
.popover-navigation .btn {
  font-size: .8em;
  padding: 4px 23px;
  margin: 0 20px;
  background-color: transparent;
  font-weight: 500;
  color: #ffffff;
  background-color: #1348a0;
  border: 0;
  transition: all ease-in-out 0.3s;
  outline: 0;
}
.popover-navigation .btn:hover:not(.disabled) {
  background-color: #f59100;
  transform: scale(1.1);
}
.row {
  position: relative;
}
.limit-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.limit-text-clamp-1 {
  -webkit-line-clamp: 1;
}
.limit-text-clamp-2 {
  -webkit-line-clamp: 2;
}
.limit-text-clamp-3 {
  -webkit-line-clamp: 3;
}
.limit-text-clamp-3-reserve-space {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*
.fi-members-login-ic:hover + .dropdown-menu {
    display: block;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.dropdown-menu {
    display: none;
    position: absolute;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.fi-members-login-ic:hover,
.dropdown-menu:hover {
    display: block;
    border-radius: 10px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 1001;
}

.dropdown-menu::after {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid rgba(0, 0, 0, 0.2);
    z-index: 1000;
}


.dropdown-item {
    position: relative;
    padding-bottom: 7px;
    font-weight: 500;
    font-size: 15px;
}

.dropdown-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 1px;
    background-color: #ccc;
}

.dropdown-item:last-child::after {
    display: none;
}*/
.notifications:hover + .notifications-dropdown-menu {
  display: block;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.notifications-dropdown-menu {
  display: none;
  background-color: #fff;
  padding: 20px;
  width: 270px;
  position: absolute;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.notifications:hover,
.notifications-dropdown-menu:hover {
  display: block;
  border-radius: 10px;
}
.notifications-dropdown-toggle::after {
  display: none;
}
.notifications-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  z-index: 1001;
}
.notifications-dropdown-menu::after {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.notifications-dropdown-item {
  position: relative;
  padding-bottom: 2px;
  font-weight: 400;
  font-size: 13.5px;
  color: #000;
}
.notifications-dropdown-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background-color: #ccc;
}
.menu-dropdown-item .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 200px;
  max-width: 300px;
  /* Limit max width */
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  white-space: normal;
  /* Allow wrapping */
  overflow-wrap: break-word;
  /* Break long words if needed */
  word-break: break-word;
  /* Ensure breaking at any point if necessary */
  padding: 0;
}
.menu-dropdown-item:hover > .dropdown-menu {
  display: block;
}
.dropdown-item {
  padding: 8px 12px;
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  /* Your preferred size */
  white-space: normal;
  /* Allow wrapping in items */
  overflow-wrap: break-word;
  word-break: break-word;
}
/* Smaller font size for child items */
.menu-dropdown-item .dropdown-menu .dropdown-item {
  font-size: 16px;
  /* 2px smaller than parent */
}
/* Optional hover styling */
.dropdown-item:hover {
  background-color: #f5f5f5;
}
.notifications-dropdown-item:last-child::after {
  display: none;
}
.card-separator-horizontal {
  height: .1px;
  width: auto;
  background-color: #407fc4;
  margin: 5px 10px 10px 10px;
}
.separator-horizontal {
  height: .1px;
  width: auto;
  background-color: #e5e7eb;
  margin: 5px 0px 10px 0px;
}
.separator {
  height: 22px;
  width: 1px;
  background-color: white;
  margin: 0 10px;
}
.separator-sm {
  height: 14px;
  width: 1px;
  background-color: white;
  margin: 0 10px;
}
.card-separator {
  height: 15px;
  width: 2px;
  background-color: #1A5494;
}
.warning-section {
  border: 2px solid orange;
  padding: 10px;
  margin: 0;
  border-radius: 5px;
  background-color: lightyellow;
}
/*End Tour CSS*/
.main-login-page {
  padding: 3% 0;
}
.main-login-page .login-page {
  width: 726px;
  background: #f2efe8;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0, rgba(242, 239, 232, 0.77)), color-stop(0%, #fcfcfc));
  background: linear-gradient(0, rgba(242, 239, 232, 0.77) 0, #fcfcfc 0%);
  background: -ms-linear-gradient(90deg, #f2efe8 0%, #fcfcfc 0%);
  /*border: 1px solid @main-color;*/
  border-radius: 10px;
  box-shadow: 0 17px 20px -14px rgba(0, 0, 0, 0.7);
  padding: 30px 70px;
  margin: 0 auto;
}
.main-login-page .login-page .login-page-title p {
  font-size: 2.1429em;
  color: #185dce;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.main-login-page .login-page .login-page-title span {
  font-size: 1.1429em;
  color: #6b7280;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}
.main-login-page .login-page .form-inner.login .form-group .g-recaptcha {
  margin: 0 auto 25px auto;
}
.main-login-page .login-page .form-inner.login .form-group .g-recaptcha div {
  margin: 0 auto;
}
.main-login-page .login-page .form-inner.login .form-group .account-options,
.main-login-page .login-page .form-inner.login .form-group .captcha {
  margin: 0;
}
.main-login-page .login-page .form-inner.login .form-group .text-center {
  margin-bottom: 15px;
}
.main-login-page button[type=submit] {
  color: #fff;
  background: #185dce;
  width: 100%;
  height: auto;
  font-weight: bold;
  border-radius: 10px;
  transition: all 200ms ease-in-out;
}
.main-login-page button[type=submit]:hover {
  background: #1348a0;
}
.main-login-page .account-options {
  margin: 0;
}
.main-login-page .account-options .account-register p {
  font-size: 15px;
  color: #9f9f9f;
}
.main-login-page .account-options .account-register p a.register-now {
  color: #333333;
  font-weight: 600;
}
.main-login-page .account-options .account-register p a.register-now:hover {
  color: #1348a0;
}
.main-login-page .account-options .account-forget a.forgot-password {
  display: block;
  text-align: right;
  font-size: 1.2em;
  line-height: 1.9;
  color: #9f9f9f;
}
.main-login-page .account-options .account-forget a.forgot-password:hover {
  color: #1348a0;
}
.main-login-page .login-or {
  margin: 0;
  padding: 0;
  text-align: center;
  height: 45px;
  margin-bottom: 5px !important;
}
.main-login-page .login-or .or {
  position: absolute;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #a4a5a6;
  border-radius: 100%;
  padding: 12px;
  font-weight: 700;
  color: #a4a5a6;
  margin-bottom: 0 !important;
  left: 50%;
  text-transform: uppercase;
  width: 45px;
  height: 45px;
}
.main-login-page .login-or .login-separator {
  background-color: #a4a5a6;
  height: 1px;
  width: 100%;
  display: block;
}
.main-login-page .login-uae-pass {
  position: relative;
}
.main-login-page .login-uae-pass .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1b1d21;
  margin: 33px 0px;
  text-align: center;
}
.main-login-page .login-uae-pass .login-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /*height: 52px;
            border-radius: 6px;*/
  /*  background: rgb(65,217,158);
            background: linear-gradient(90deg, rgba(65,217,158,1) 0, rgba(61,191,175,1) 60%);*/
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 52px;
  /*background-color: @uaepass-color;*/
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  /*max-width: 400px;*/
  /*&:hover {
                background-color: @primary-color;
            }*/
  /*span {
                display: inline-block;
                padding: 0;
                position: absolute;
                width: ~'calc(50% - 40px)';
                font-size: 24px;
                top: 6px;

                &.login-with {
                    text-align: right;
                    left: 0;
                }

                &.uae-pass {
                    text-align: left;
                    right: 0;
                    text-transform: uppercase;
                }
            }*/
}
.main-login-page .login-uae-pass .login-button i:before {
  font-size: 30px;
  color: #fff;
  display: inline-block;
  transform: translateY(18%);
  margin: 0 10px;
}
.main-login-page .login-uae-pass .register-button {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1b1d21;
  margin-top: 35px;
  text-decoration: underline;
  display: flex;
  justify-content: center;
}
.login-page {
  padding-top: 30px;
}
.dashboard {
  background-color: #F8F8F8;
  /*Membership Card*/
}
.dashboard .general {
  padding-left: 0;
  margin-bottom: 20px;
}
.dashboard .general a {
  display: block;
  text-align: center;
  background-color: #1348a0;
  padding: 40px 40px;
  color: #fff;
  font-size: 1.3em;
}
.dashboard .services {
  margin-left: 0;
}
.dashboard .services .service {
  /*background-color: @primary-color;*/
  /*border-right: 1px solid #fff;
border-bottom: 1px solid #fff;*/
  position: relative;
  transition: background-color 0.3s ease-in;
  transform: scale(0.8);
  opacity: 0;
  margin-bottom: 30px;
}
.dashboard .services .service .favorite {
  position: absolute;
  top: 4px;
  right: 8px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}
.dashboard .services .service .favorite[is-favorite="true"] {
  color: gold;
}
.dashboard .services .service .bgicon {
  position: absolute;
  top: 0;
  left: 0;
  color: #e3e3e3;
}
.dashboard .services .service .bgicon:before {
  font-size: 100px;
  line-height: 100px;
}
.dashboard .services .service.report a.service-form {
  margin: 0;
  padding: 20px 30px;
  background-color: #1348a0;
  border-radius: 10px;
  box-shadow: 0px 21px 29px -7px rgba(207, 207, 207, 0.4);
}
.dashboard .services .service.report a.service-form span {
  height: auto;
  font-weight: normal;
  margin-left: 20px;
}
.dashboard .services .service.report a.service-form i {
  position: absolute;
  left: 15px;
  font-size: 25px;
}
.dashboard .services .service.report a.service-form:hover {
  background-color: #f59100;
}
.dashboard .services .service.report a.service-form:hover .bgicon {
  color: #be1f33;
}
.dashboard .services .service a.service-form {
  display: block;
  text-align: center;
  color: #fff;
  margin: 30px 0 0 0;
  /*padding: 0 0 0 15px;*/
  z-index: 2;
  position: relative;
  /*.fi-arrow-fill-right {
    height: 30px;
    left: -7px;
    position: absolute;
    top: 2px;
    width: 36px;
}*/
}
.dashboard .services .service a.service-form span {
  font-size: 1.2em;
  font-weight: 700;
  display: block;
  height: 80px;
  text-align: left;
  /*padding-left: 25px;*/
  line-height: 1.5;
}
.dashboard .services .service .s-count,
.dashboard .services .service .service-settings {
  font-size: 3em;
  font-weight: 400;
  color: #fff;
}
.dashboard .services .service .s-count i:before,
.dashboard .services .service .service-settings i:before {
  font-size: 35px;
}
.dashboard .row-top .col-smal .general {
  width: 100%;
  padding: 0;
}
.dashboard .row-top .col-large {
  padding: 0;
}
.dashboard .row-top .col-large .general {
  width: calc(50% - 7px);
  padding: 0;
}
.dashboard .row-top .col-large .general.col-1 {
  margin-left: 7px;
}
.dashboard .row-top .col-large .general.col-2 {
  margin-right: 7px;
}
.dashboard .progress-bar {
  background-color: #f7f7f7;
}
.dashboard .progress-small,
.dashboard .progress-small .progress-bar {
  height: 10px;
}
.dashboard .progress-small,
.dashboard .progress-mini {
  margin-top: 5px;
}
.dashboard .progress-mini,
.dashboard .progress-mini .progress-bar {
  height: 5px;
  margin-bottom: 0;
}
.dashboard .widget-filter-ddl {
  height: 22px;
  margin: 0 10px;
}
.dashboard .chart-tabs button {
  float: right;
}
.dashboard .minimized-message-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fff;
  padding: 10px 15px 10px 15px;
  border-radius: 20px;
  border: 1px solid #1348a0;
}
.dashboard .minimized-message-box a i {
  transform: rotate(90deg);
  padding: 0 0 10px 0 !important;
}
.dashboard .minimized-message-box #messageActiveTitle {
  color: #444444;
  font-weight: normal;
  margin-bottom: 0;
}
.dashboard .minimized-message-box #messageActiveTitle strong {
  color: #444444;
}
.dashboard .container .box-container .box-body {
  /* overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: darken(@primary-color, 10%) #D3D6DD;
        scrollbar-gutter: stable;*/
  /*
                ::-webkit-scrollbar-button:start {
                    display: none;
                }

                ::-webkit-scrollbar-button:end {
                    display: block;
                }

                ::-webkit-scrollbar-thumb {
                    background-color: darken(@primary-color,20%);
                    border-radius: 10px;
                }*/
}
.dashboard .membership-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 1.5rem;
}
.dashboard .membership-card .main {
  background: url('/assets/images/membership-card-bg.png');
  background-size: cover;
  padding: 20px 30px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.dashboard .membership-card .main .not-member {
  display: none;
  position: absolute;
  z-index: 9;
  color: white;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  left: calc(21%);
  top: calc(37%);
}
.dashboard .membership-card .main .not-member p {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.5714em;
}
.dashboard .membership-card .main .not-member a {
  color: #ffffff;
  background-color: #185dce;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 1em;
  border-radius: 5px;
}
.dashboard .membership-card .main .not-member a i {
  font-size: 20px;
  display: flex;
  gap: 10px;
}
.dashboard .membership-card .main.shaded .main-content {
  filter: blur(4px);
}
.dashboard .membership-card .main.shaded::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.dashboard .membership-card .main .main-content {
  position: relative;
  z-index: 1;
  padding-bottom: 0px;
}
.dashboard .membership-card .main .main-content .id-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard .membership-card .main .main-content .id-logo p {
  font-size: 1.1429em;
  font-weight: 700;
  color: #1348a0;
  margin-bottom: 0;
}
.dashboard .membership-card .main .main-content .id-logo .logo {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.dashboard .membership-card .main .main-content .id-logo .logo image {
  width: 351px;
  height: 369px;
  object-fit: cover;
}
.dashboard .membership-card .main .main-content .user-image-info {
  display: flex;
  gap: 30px;
}
.dashboard .membership-card .main .main-content .user-image-info .user-image-qr {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.dashboard .membership-card .main .main-content .user-image-info .user-image-qr .profile-img {
  width: 100px;
  border-radius: 10px;
  object-fit: cover;
  height: 110px;
  margin-bottom: 20px;
}
.dashboard .membership-card .main .main-content .user-image-info .user-image-qr .qr {
  width: 100px;
  object-fit: cover;
  height: 110px;
}
.dashboard .membership-card .main .main-content .user-image-info .user-info {
  padding: 25px 0px 0px 0px;
  color: #1348a0;
  width: 100%;
  max-width: -webkit-fill-available;
  max-width: fill-available;
  /* fallback for some browsers */
}
.dashboard .membership-card .main .main-content .user-image-info .user-info .info .name-en {
  font-weight: 400;
}
.dashboard .membership-card .main .main-content .user-image-info .user-info .info .name-en span {
  font-weight: 600;
}
.dashboard .membership-card .main .main-content .user-image-info .user-info .info .name-ar {
  font-weight: 400;
  direction: rtl;
}
.dashboard .membership-card .main .main-content .user-image-info .user-info .info .name-ar span {
  font-weight: 600;
}
.dashboard .membership-card .main .main-content .user-image-info .user-info .member-info {
  display: flex;
  justify-content: space-between;
}
.dashboard .membership-card .main .main-content .user-image-info .user-info .member-info .name-en p {
  font-weight: 400;
}
.dashboard .membership-card .main .main-content .user-image-info .user-info .member-info .name-en p span {
  font-weight: 600;
}
.dashboard .membership-card .main .main-content .user-image-info .user-info .member-info .value p {
  font-weight: 600;
  text-align: center;
}
.dashboard .membership-card .main .main-content .user-image-info .user-info .member-info .name-ar P {
  font-weight: 400;
  direction: rtl;
}
.dashboard .membership-card .main .main-content .user-image-info .user-info .member-info .name-ar P span {
  font-weight: 600;
}
.dashboard .membership-card .main .main-content .user-image-info .user-info .other-info {
  display: flex;
  justify-content: space-between;
}
.dashboard .membership-card .main .main-content .user-image-info .user-info .other-info .name-en P {
  font-weight: 400;
}
.dashboard .membership-card .main .main-content .user-image-info .user-info .other-info .name-ar P {
  font-weight: 400;
  direction: rtl;
}
.dashboard .membership-card .main .main-content .user-image-info .user-info .other-info .value p {
  font-weight: 600;
  text-align: center;
}
.welcomeModal .modal-dialog {
  max-width: 1000px;
  width: 90%;
}
.welcomeModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.welcomeModal .modal-dialog .modal-content .modal-body .form-horizontal {
  padding-top: 20px;
  padding-bottom: 20px;
}
.welcomeModal .modal-dialog .modal-content .modal-body .modal-footer {
  padding: 0;
  border-top-width: 2px;
}
/* Custom Animation */
body.loaded .dashboard .services .service {
  transform: none;
  transition: transform 0.5s linear, opacity 0.5s ease-in;
  transition-delay: 0.3s;
  opacity: 1;
}
/* Dashboard Style*/
.stat-list li:first-child {
  margin-top: 0;
}
.stat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.stat-percent {
  float: right;
}
.stat-list li {
  margin-top: 15px;
  position: relative;
}
.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}
.ibox.collapsed .ibox-content {
  display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}
.ibox:after,
.ibox:before {
  display: table;
}
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 3px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
}
.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}
.ibox-content {
  clear: both;
}
.ibox-heading {
  background-color: #f3f6fb;
  border-bottom: none;
}
.ibox-heading h3 {
  font-weight: 200;
  font-size: 24px;
}
.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}
.ibox-title .label {
  float: left;
  margin-left: 4px;
}
.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: relative;
  padding: 0;
  text-align: right;
}
.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4;
}
.ibox-tools a.btn-primary {
  color: #fff;
}
.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px;
}
.ibox .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0;
}
.chart-info {
  font-size: 12px;
  font-weight: 200;
  color: #1348a0;
  margin: 0px 10px;
}
/*Dashboard*/
.dashboard-header {
  border-top: 0;
  padding: 0;
}
.fist-item {
  border-top: none !important;
}
.list-group.clear-list .list-group-item {
  border-top: 1px solid #e7eaec;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  padding: 10px 0;
}
ul.clear-list:first-child {
  border-top: none !important;
}
.top5-value {
  margin-right: 15px;
  float: right !important;
}
.btn-white {
  color: #374151;
  background: white;
  border-radius: 10px;
}
.btn-white i {
  font-size: 24px;
}
.btn-white span {
  color: #374151;
  font-size: 16px;
  font-weight: 500;
}
.btn-white:hover {
  background: #a4a4a4;
  color: inherit;
}
.btn-white:hover span {
  color: #fff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}
.btn-white:active,
.btn-white.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}
.dashboard-header .list-group-item span.label {
  margin: 0 10px;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  text-shadow: none;
}
.request-periods {
  float: right;
}
.message-box {
  padding: 35px 25px 0;
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-top: -35px;
}
.message-box.owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.message-box.owl-carousel .owl-item .item .message-box-button {
  top: 0;
  right: 0;
}
.message-box.owl-carousel .owl-item .item .message-photo {
  left: auto;
  display: flex;
  align-items: center;
  width: auto;
}
.message-box.owl-carousel .owl-item .item .message-photo img {
  width: auto;
}
.message-box.owl-carousel.alert-carousel .owl-stage-outer .owl-stage .owl-item {
  display: none;
}
.message-box.owl-carousel.alert-carousel .owl-stage-outer .owl-stage .owl-item.active {
  display: block;
}
.message-box .item {
  display: flex;
  height: 245px;
  position: relative;
  border-radius: 20px;
  border: 1px solid #1348a0;
  background: #fff;
}
.message-box .item .message-content {
  position: relative;
}
.message-box .item .message-content .message-content-body .title {
  color: #444444;
  /*font-size: 24px;*/
  font-size: 1.7143em;
}
.message-box .item .message-content .message-content-body .message {
  /*font-size: 14px;*/
  font-size: 1em;
}
.message-box .item .message-content .message-content-body .message a {
  color: #1348a0;
}
.message-box .item .message-content .message-footer {
  /*position: absolute;
bottom: 0;*/
}
.message-box .item .message-data {
  padding: 20px 45px;
  width: 62%;
  z-index: 1;
}
.message-box .item .message-photo {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  text-align: right;
  border-radius: 20px;
  background: #fff;
  /*box-shadow: 0 20px 11px -15px rgba(0,0,0,0.34);*/
}
.message-box .item .message-photo img {
  max-width: 100%;
  max-height: 100%;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.message-box-button {
  color: #1348a0 !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: inline-block;
  z-index: 2;
  font-size: 14px;
}
.message-box-button:not(.btn-link) {
  position: absolute;
  top: -10px;
  right: -10px;
}
.message-box-button i:before {
  background: #1348a0;
  color: #fff;
  border-radius: 100%;
  padding: 7px;
  font-size: 12px;
}
.message-box-button:hover {
  color: #f59100 !important;
}
.btn-gradient {
  background: #1348a0;
  /*background: linear-gradient(90deg, rgba(234,181,86,1) 0, rgba(192,158,102,1) 65%);*/
  color: #fff;
  padding: 5px 20px;
  font-size: 14px;
  border-radius: 25px;
  transition: all 200ms ease-in-out;
}
.btn-gradient:hover {
  background: #f59100;
  /*background: linear-gradient(90deg, rgba(192,158,102,1) 0, rgba(234,181,86,1) 65%);*/
  color: #fff;
}
a:hover {
  cursor: pointer;
}
.box {
  border: 1px solid #1348a0;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 21px 29px -7px rgba(207, 207, 207, 0.4);
}
.box.fix-height .box-body {
  height: 350px;
  max-height: 350px;
}
.box .box-header {
  padding: 20px;
  border-bottom: 1px solid #1348a0;
  /*.box-title {

    i {
        &:before {
            font-size: 12px;
        }
    }
}*/
}
.box .box-header .title {
  margin: 0;
  line-height: 2;
  font-size: 1.4em;
  font-weight: bold;
  color: #444444;
}
.box .box-header .title.view-all {
  color: #a3a3a3;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  font-weight: normal;
}
.box .box-header .title.view-all i {
  margin-left: 15px;
  font-size: 18px;
  color: #444444;
}
.box .box-header .title.view-all i:before {
  font-weight: bold;
}
.box .box-header .title.view-all:hover {
  color: #1348a0;
}
.box .box-header .title.view-all:hover i:before {
  color: #1348a0;
}
.box .box-body {
  padding: 20px;
}
.happiness-box.fix-height {
  min-height: 450px;
}
.happiness-box .box-header .box-title a {
  color: #1348a0;
}
.happiness-box .happiness-status-container .happiness-status {
  display: flex;
  padding: 10px 0;
}
.happiness-box .happiness-status-container .happiness-status.border-bottom {
  border-bottom: 1px solid #ebebeb;
}
.happiness-box .happiness-status-container .happiness-status:last-child {
  /*padding-bottom: 0px;*/
  border-bottom: none;
}
.happiness-box .happiness-status-container .happiness-status.happy .happiness-status-item {
  color: #72c462;
}
.happiness-box .happiness-status-container .happiness-status.neutral .happiness-status-item {
  color: #ffa832;
}
.happiness-box .happiness-status-container .happiness-status.sad .happiness-status-item {
  color: #ff3735;
}
.happiness-box .happiness-status-container .happiness-status .happiness-status-item {
  text-align: center;
  width: 55px;
}
.happiness-box .happiness-status-container .happiness-status .happiness-status-item .happiness-status-icon i {
  font-size: 50px;
}
.happiness-box .happiness-status-container .happiness-status .happiness-status-item .happiness-status-details {
  font-weight: bold;
}
.happiness-box .happiness-status-container .happiness-status .happiness-status-item .happiness-status-details label {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.happiness-box .happiness-status-container .happiness-status .happiness-statistics {
  width: 80%;
  padding-left: 20px;
}
.happiness-box .happiness-status-container .happiness-status .happiness-statistics .today-label {
  margin-bottom: 0;
}
.happiness-box .happiness-status-container .happiness-status .happiness-statistics .today-label .percent {
  font-weight: 600;
  font-size: 11px;
}
.happiness-box .happiness-status-container .happiness-status .happiness-statistics .bar {
  height: 14px;
  position: relative;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 2px;
}
.happiness-box .happiness-status-container .happiness-status .happiness-statistics .bar .overlay-bar {
  height: 10px;
  border-radius: 5px;
}
.happiness-box .happiness-status-container .happiness-status .happiness-statistics .bar .overlay-bar.today {
  background-color: #2cdfd2;
}
.happiness-box .happiness-status-container .happiness-status .happiness-statistics .bar .overlay-bar.yesterday {
  background-color: #e1ea34;
}
.happiness-box .button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.happiness-box .button-container .btn-custom {
  padding: 6px 45px;
}
.user-happiness-box .happiness-status-container {
  display: flex;
  justify-content: center;
}
.user-happiness-box .happiness-status-container .happiness-status {
  width: 33%;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  padding: 10px 0;
}
.user-happiness-box .happiness-status-container .happiness-status.happy .happiness-status-item:hover,
.user-happiness-box .happiness-status-container .happiness-status.happy .happiness-status-item.active {
  background-color: rgba(44, 223, 210, 0.1);
  color: #72c462;
}
.user-happiness-box .happiness-status-container .happiness-status.happy .happiness-status-item .happiness-status-icon label:before {
  content: "\e938";
}
.user-happiness-box .happiness-status-container .happiness-status.neutral .happiness-status-item:hover,
.user-happiness-box .happiness-status-container .happiness-status.neutral .happiness-status-item.active {
  background-color: rgba(242, 159, 40, 0.1);
  color: #f59100;
}
.user-happiness-box .happiness-status-container .happiness-status.neutral .happiness-status-item .happiness-status-icon label:before {
  content: "\e937";
}
.user-happiness-box .happiness-status-container .happiness-status.sad .happiness-status-item:hover,
.user-happiness-box .happiness-status-container .happiness-status.sad .happiness-status-item.active {
  background-color: rgba(255, 78, 78, 0.1);
  color: #ff4e4e;
}
.user-happiness-box .happiness-status-container .happiness-status.sad .happiness-status-item .happiness-status-icon label {
  width: 100%;
}
.user-happiness-box .happiness-status-container .happiness-status.sad .happiness-status-item .happiness-status-icon label:before {
  content: "\e936";
}
.user-happiness-box .happiness-status-container .happiness-status .happiness-status-item {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.user-happiness-box .happiness-status-container .happiness-status .happiness-status-item .happiness-status-icon label {
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
}
.user-happiness-box .happiness-status-container .happiness-status .happiness-status-item .happiness-status-icon label:before {
  font-family: 'ficons' !important;
  font-size: 50px;
}
.user-happiness-box .happiness-status-container .happiness-status .happiness-status-item .happiness-status-details input[type=radio] {
  display: none;
}
.user-happiness-box .happiness-status-container .happiness-status .happiness-status-item .happiness-status-details label {
  cursor: pointer;
}
.chart-box {
  /*.box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    .filters {
        display: flex;

        .month {
            margin-right: 5px;
        }

        .year {
            margin-left: 5px;
        }
    }
}*/
}
.chart-box .box-body {
  position: relative;
  padding: 20px;
}
.chart-box .box-body canvas {
  position: relative;
  z-index: 2;
}
.chart-box .box-body .total-count-container {
  position: absolute;
  top: -70px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chart-box .box-body .total-count-container .total-count-inner {
  text-align: center;
}
.chart-box .box-body .total-count-container .total-count-inner .total-count {
  font-size: 3em;
  font-weight: bold;
}
.chart-box .box-body .total-count-container .total-count-inner .total-count-text {
  color: #6d6d6d;
  font-size: 1.3em;
  margin-top: -10px;
}
.statisfaction-icon i {
  font-size: 40px;
  margin: 0 3px;
}
.statisfaction-icon .fi-happy {
  color: #72c462;
}
.statisfaction-icon .fi-nutral {
  color: #ffa832;
}
.statisfaction-icon .fi-sad {
  color: #ff3735;
}
.certificate-list .certificate-item {
  height: 285px;
  border: 1px solid #1348a0;
  border-radius: 15px;
  margin-right: 30px;
  margin-bottom: 30px;
  width: calc(33.33% - 23px);
  display: inline-block;
  vertical-align: top;
}
.certificate-list .certificate-item:nth-child(3n) {
  margin-right: 0;
}
.certificate-list .certificate-item div h1 {
  padding: 20px 15px 10px 70px;
  position: relative;
  min-height: 78px;
  font-size: 1.2857em;
}
.certificate-list .certificate-item div h1:before {
  position: absolute;
  font-size: 45px;
  left: 15px;
  color: #1348a0;
}
.certificate-list .certificate-item div .cert-ref {
  padding: 0 20px;
  display: block;
  font-weight: 600;
  color: #1348a0;
  font-size: 1.0714em;
}
.certificate-list .certificate-item div .cert-ref label {
  color: #444444;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 13px;
}
.certificate-list .certificate-item div .cert-dates {
  margin-top: 10px;
  min-height: 76px;
}
.certificate-list .certificate-item div .cert-dates span {
  display: block;
  padding: 3px 20px;
  position: relative;
  margin-left: 25px;
  font-size: 1em;
}
.certificate-list .certificate-item div .cert-dates span:before {
  font-size: 20px;
  position: absolute;
  top: 6px;
  left: -5px;
}
.certificate-list .certificate-item div .cert-dates span label {
  color: #1348a0;
  padding: 0 5px;
}
.certificate-list .certificate-item div .view-certificate {
  display: block;
  background: #f9f5ef;
  border: 1px solid #1348a0;
  border-radius: 10px;
  margin: 15px 20px;
  padding: 10px 15px;
  text-align: center;
  font-weight: 600;
  font-size: 1.1429em;
}
.certificate-list .certificate-item div .view-certificate:hover {
  background: #f59100;
  color: #fff;
}
.certificate-list .certificate-item div .view-certificate span {
  position: relative;
  display: inline-block;
}
.certificate-list .certificate-item div .view-certificate span:before {
  position: absolute;
  left: -28px;
  font-size: 24px;
  transform: translateY(-50%);
  top: 50%;
}
.certificate-list .license-certificate {
  padding-left: 20px;
  margin-top: 5px;
  min-height: 27px;
}
.certificate-list .license-certificate .app-license-status {
  padding-left: 17px;
  padding-right: 0;
  margin-left: 5px !important;
}
.certificate-list .license-certificate label {
  color: #1348a0;
  font-size: 1em;
  margin-bottom: 0;
  display: inline-block;
}
.data-list .col-header {
  border-left: 1px solid #d3d2d0;
  border-right: 1px solid #d3d2d0;
  border-top: 1px solid #d3d2d0;
}
.data-list .col-header .col {
  background-color: #1348a0;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
  font-size: 1.1em;
  font-weight: 600;
  padding: 8px;
}
.data-list .col-header .col.last {
  border-right: none;
}
.data-list .list-body .item-container {
  color: #444444;
  border: 1px solid #d2c5a5;
  background-color: #fff;
  /*overflow: hidden;*/
  position: relative;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
}
.data-list .list-body .item-container.checkout {
  padding: 15px 30px;
  margin-bottom: 15px;
}
.data-list .list-body .item-container.checkout .details {
  margin-bottom: 10px;
}
.data-list .list-body .item-container.checkout .details .head {
  width: 20%;
}
.data-list .list-body .item-container.checkout .item-controls .item-info {
  margin: 0;
}
.data-list .list-body .item-container.checkout .statuses {
  margin-bottom: 10px;
}
.data-list .list-body .item-container.checkout .statuses span {
  margin-right: 10px;
  color: #fff;
}
.data-list .list-body .item-container .appStatus i {
  color: #1348a0;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.data-list .list-body .item-container .appStatus i:before {
  font-size: 1.7857em;
}
.data-list .list-body .item-container .appStatus .fi-happy {
  color: #72c462;
}
.data-list .list-body .item-container .appStatus .fi-nutral {
  color: #ffa832;
}
.data-list .list-body .item-container .appStatus .fi-sad {
  color: #ff3735;
}
.data-list .list-body .item-container .appStatus .fi-delayed-request {
  color: #fd3131;
}
.data-list .list-body .item-container .appStatus .view-comment {
  transition: all 0.3s ease-in-out;
}
.data-list .list-body .item-container .appStatus .view-comment i {
  color: #1348a0;
  margin-left: 5px;
  top: 2px;
  color: #868685;
  background-color: #f3f3f3;
  padding: 0 5px;
  border-radius: 10px;
}
.data-list .list-body .item-container .appStatus .view-comment i:before {
  font-size: 15px;
}
.data-list .list-body .item-container .appStatus .view-comment:hover i {
  background-color: #f59100;
  color: #fff;
}
.data-list .list-body .item-container .comments-popup {
  padding: 20px;
  font-size: 0.8571em;
  width: 250px;
  transform: translate3d(-195px, 30px, 0) !important;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
  border: none;
}
.data-list .list-body .item-container .comments-popup .title {
  color: #1348a0;
  margin-bottom: 10px;
}
.data-list .list-body .item-container .comments-popup:before {
  font-family: ficons;
  content: "\e902";
  color: #fff;
  font-size: 18px;
  top: -19px;
  right: 30px;
  position: absolute;
}
.data-list .list-body .item-container .title {
  color: #1348a0;
  font-size: 1em;
  line-height: 20px;
}
.data-list .list-body .item-container .title a {
  color: #1348a0;
  transition: all 0.3s ease-in-out;
}
.data-list .list-body .item-container .title a:hover {
  color: #f59100;
}
.data-list .list-body .item-container .details {
  font-size: 0.8571em;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 15px;
  font-weight: 600;
}
.data-list .list-body .item-container .details .head {
  color: #1348a0;
  display: inline-flex;
  width: 16%;
}
.data-list .list-body .item-container .details .description {
  display: inline-flex;
  padding-left: 5px;
  width: calc(90%);
}
.data-list .list-body .item-container .details .main-title {
  padding-left: 5px;
  display: inline-flex;
  width: calc(90%);
  font-size: 13px;
}
.data-list .list-body .item-container .details .main-title .lnk-user {
  color: #5d5d5d;
}
.data-list .list-body .item-container .item-controls {
  /*margin-top: 30px;*/
}
.data-list .list-body .item-container .item-controls .item-info {
  list-style: none;
  padding: 0;
  font-size: 0.9286em;
}
.data-list .list-body .item-container .item-controls .item-info li {
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
  color: #1348a0;
}
.data-list .list-body .item-container .item-controls .item-info li.view {
  padding-left: 0px !important;
  padding-right: 15px !important;
}
.data-list .list-body .item-container .item-controls .item-info li.disabled {
  color: #ede6d5;
}
.data-list .list-body .item-container .item-controls .item-info li.disabled .ficon {
  color: #ede6d5;
}
.data-list .list-body .item-container .item-controls .item-info li label {
  margin: 0;
  color: #444;
}
.data-list .list-body .item-container .item-controls .item-info li label.duration {
  color: #7b7b7b;
}
.data-list .list-body .item-container .item-controls .item-info li .ficon {
  position: relative;
  top: 6px;
  display: inline-block;
}
.data-list .list-body .item-container .item-controls .item-info li .ficon:before {
  font-size: 1.5714em;
  margin-right: 5px;
}
.data-list .list-body .item-container .item-controls .item-info li a {
  color: #1348a0;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  margin: 0 3px;
}
.data-list .list-body .item-container .item-controls .item-info li a:hover {
  color: #f59100;
  /*text-shadow: 0 0 20px @hover-color;*/
}
.data-list .list-body .item-container .item-controls .item-info li a:hover .ficon {
  color: #f59100;
}
.data-list .list-body .item-container .item-controls .item-info li .lnk-user {
  color: #7b7b7b;
  display: inline-block;
}
.data-list .list-body .item-container .item-controls .item-info li .lnk-user:hover {
  color: #f59100;
  text-shadow: none;
}
.data-list .list-body .item-container .item-controls .item-info li .view-dates {
  display: inline-block;
  margin: 0 10px;
}
.data-list .list-body .item-container .item-controls .item-actions {
  display: flex;
}
.data-list .list-body .item-container .actions {
  position: absolute;
  top: 10px;
  left: 10px;
}
.data-list .list-body .item-container .actions a,
.data-list .list-body .item-container .actions span {
  display: inline-block;
  padding: 0 5px;
  color: #a19e9e;
}
.data-list .list-body .item-container .actions a .ficon:before,
.data-list .list-body .item-container .actions span .ficon:before {
  font-size: 18px;
  line-height: 24px;
}
.data-list .list-body .item-container .actions a {
  visibility: hidden;
}
.data-list .list-body .item-container .actions a:hover {
  color: #666;
  cursor: pointer;
}
.data-list .list-body .item-container .strong {
  font-weight: bold;
}
.data-list .list-body .item-container.read .strong {
  font-weight: normal;
}
.data-list .list-body .item-container.read .link {
  color: #a0a0a0;
}
.data-list .list-body .item-container .worklist-icon,
.data-list .list-body .item-container .download-icon,
.data-list .list-body .item-container .happiness-status {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  height: 40px;
  color: #fff;
  text-align: center;
}
.data-list .list-body .item-container .worklist-icon {
  background-color: #f59100;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.data-list .list-body .item-container .worklist-icon .ficon:before {
  font-size: 20px;
}
.data-list .list-body .item-container .download-icon {
  background-color: #f59100;
  border-radius: 30px;
  padding: 7px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.data-list .list-body .item-container .download-icon i {
  font-size: 20px;
  padding-right: 10px;
}
.data-list .list-body .item-container .download-icon:hover {
  background-color: #c27300;
}
.data-list .list-body .item-container .btn-edit {
  background-color: #72c462;
  color: #fff;
  right: 160px;
}
.data-list .list-body .item-container .btn-edit i {
  font-size: 13px;
}
.data-list .list-body .item-container .btn-edit:hover {
  background-color: #54b142;
}
.data-list .list-body .item-container .happiness-status {
  width: 40px;
}
.data-list .list-body .item-container .happiness-status i {
  font-size: 40px;
  padding-right: 10px;
}
.data-list .list-body .item-container .notification-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.data-list .list-body .item-container .notification-info li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
  color: black;
}
.data-list .list-body .item-container .notification-info li:nth-child(2) {
  border-right: 1px solid #e1e1e1;
}
.data-list .list-body .item-container .notification-info li .date,
.data-list .list-body .item-container .notification-info li .user {
  color: #7c7c7c;
  font-size: 0.7857em;
  margin-bottom: 0;
}
.data-list .list-body .item-container .notification-info li .date span {
  display: block;
}
.data-list .list-body .item-container .notification-info li .date.circle {
  background-color: #1348a0;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  line-height: 23px;
  font-weight: 600;
}
.data-list .list-body .item-container .notification-info li .user {
  font-size: 14px;
}
.data-list .list-body .item-container .notification-info li .user:hover {
  color: #f59100;
}
.data-list .list-body .item-container .notification-info li .user i {
  padding-right: 10px;
  color: #1348a0;
}
.data-list .list-body .item-container .notification-info li .user i:before {
  font-size: 17px;
}
.data-list .list-body .item-container .notification-info li .title {
  padding-left: 20px;
  font-weight: 600;
}
.data-list .list-body .item-container .notification-info li .title.read {
  font-weight: 100;
}
.data-list .list-body .item-container .notification-info li .notify-icon {
  display: block;
  font-size: 15px;
  color: #e4d5b6;
  transition: all 0.3s ease-in-out;
}
.data-list .list-body .item-container .notification-info li .notify-icon.read {
  color: #1348a0;
}
.data-list .list-body .item-container .notification-info li .notify-icon.lnk {
  cursor: pointer;
}
.data-list .list-body .item-container .notification-info li .notify-icon.lnk.flagged i {
  color: #f64c4c;
}
.data-list .list-body .item-container .notification-info li .notify-icon.lnk.flagged:hover i {
  color: #1348a0;
}
.data-list .list-body .item-container .notification-info li .notify-icon.lnk:hover {
  color: #1348a0;
}
.data-list .list-body .item-container .notification-info li .notify-icon .ficon {
  color: #1348a0;
}
.data-list .list-body .item-container .notification-info li .notify-icon .ficon:before {
  font-size: 15px;
}
.data-list .list-body .item-container .notification-info li .notify-icon .ficon-email {
  margin-right: 15px;
  color: #1348a0;
}
.data-list .list-body .item-container .notification-info li .notify-icon .ficon-email:before {
  font-size: 18px;
}
.data-list .list-body .item-container .notification-info li .app-status {
  display: block;
  font-size: 12px;
  color: #f59100;
}
.data-list .list-body .item-container .notification-info li .date-created {
  color: #a19e9e;
  padding: 0;
  font-size: 0.9em;
}
.data-list .list-body .item-container .col-status {
  position: relative;
}
.data-list .list-body .item-container .col-actions {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 10px;
  display: none;
  bottom: 0;
  margin: auto 0;
}
.data-list .list-body .item-container .col-actions .btn-action {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  margin: 2px 5px;
}
.data-list .list-body .item-container .col-actions .btn-action .ficon {
  margin: 0 2px;
}
.data-list .list-body .item-container .col-actions .btn-action .ficon:before {
  font-size: 10px;
  line-height: 20px;
}
.data-list .list-body .item-container .col-actions .btn-action span {
  margin: 0 2px;
}
.data-list .list-body .col-actions {
  text-align: center;
}
.data-list .list-body .col-actions .btn-action {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  margin: 2px;
}
.data-list .list-body .col-actions .btn-action .ficon {
  margin: 0 2px;
}
.data-list .list-body .col-actions .btn-action .ficon:before {
  font-size: 10px;
  line-height: 20px;
}
.data-list .list-body .col-actions .btn-action span {
  margin: 0 2px;
}
.data-list .table-bordered thead th {
  border-bottom-width: 1px;
}
.table-list {
  padding: 0 !important;
}
.table-list table {
  width: 100%;
  margin-bottom: 10px;
  color: #444444 !important;
}
.table-list table thead tr th {
  padding: 20px;
}
.table-list table tbody tr:nth-child(odd) {
  background-color: #f8f5ef;
}
.table-list table tbody tr:hover {
  background-color: #eaedef;
}
.table-list table tbody tr.pager .pager-content {
  display: table-cell;
}
.table-list table tbody tr td {
  padding: 10px 20px;
}
.table-list table tbody tr td.has-icon {
  display: flex;
  align-items: center;
}
.table-list table tbody tr td.in-progress {
  color: #f59100;
}
.table-list table tbody tr td.completed {
  color: #34b234;
}
.table-list table tbody tr td.cancelled {
  color: #3f9db6;
}
.table-list table tbody tr td.rejected {
  color: #da1a32;
}
.table-list table tbody tr td > i {
  margin-right: 10px;
}
.table-list table tbody tr td > i.fi-initial-approval-for-industrial-license-modification:before {
  font-size: 25px;
}
.table-list table tbody tr td > i:before {
  font-size: 30px;
}
.table-list table tbody tr td .c100 {
  font-size: 30px;
  margin-bottom: 0;
  margin-right: 10px;
}
.table-list table tbody tr td .action i {
  color: #1348a0;
}
.table-list table tbody tr td .action i:before {
  font-size: 30px;
}
.main-content .general-container .message table {
  width: 100%;
}
.main-content .general-container .message table td,
.main-content .general-container .message table th {
  padding: 8px 10px;
}
.main-content .general-container .message table td.title,
.main-content .general-container .message table th.title {
  width: 30%;
}
.main-content .general-container .message table td.value,
.main-content .general-container .message table th.value {
  color: #1348a0;
  font-weight: 600;
}
.main-content .general-container .message table td.value.bullet:before,
.main-content .general-container .message table th.value.bullet:before {
  content: "-";
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  margin: 0 15px;
}
.main-content .general-container .message p {
  margin: 10px 0;
}
.main-content .general-container .date-time {
  color: #a19e9e;
  font-weight: 500;
  margin: 15px 0;
}
.align-right {
  text-align: right;
}
.fl-right {
  float: right;
}
.complete-status {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.7143em;
}
.complete-status:before {
  font-family: ficons;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.complete-status.ended {
  color: #73c363;
}
.complete-status.ended:before {
  content: "\e926";
  background-color: #73c363;
}
.complete-status.inprogress {
  color: #f59100;
}
.complete-status.inprogress:before {
  content: "\e90c";
  background-color: #f59100;
}
.flex-cont {
  display: flex;
  /*justify-content: space-between;*/
  flex-direction: row;
  align-items: center;
}
.flex-cont.rtl {
  justify-content: flex-end;
  align-items: end;
}
.flex-cont.rtl .flex-item {
  padding: 0 5px;
}
.flex-cont.rtl .flex-item:after {
  content: "";
  width: 1px;
  height: 18px;
  position: relative;
  background-color: #dad9d5;
  right: -5px;
}
.flex-cont.rtl .flex-item:last-child:after {
  content: none;
}
.flex-cont.rtl .flex-item i {
  margin: 0 5px !important;
}
.flex-cont .flex-item {
  display: inline-flex;
  padding: 0 2px;
}
.ref-no {
  font-weight: 600;
  color: #5d5d5d;
  padding: 5px 10px;
  background: #f0f0f0;
  border-radius: 10px;
  height: 20px;
}
.dates-popup .duration-details {
  list-style: none;
  padding: 0 20px;
}
.dates-popup .duration-details .date {
  margin: 5px 0;
  position: relative;
}
.dates-popup .duration-details .date label {
  width: 36%;
  margin-left: 20px;
}
.dates-popup .duration-details .date:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 25px;
  background: #dec68e;
  left: -2px;
  top: -14px;
}
.dates-popup .duration-details .date:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #dec68e;
  left: -6px;
  border-radius: 50%;
  top: 5px;
}
.dates-popup .duration-details .sub-duration {
  padding-left: 20px;
  position: relative;
}
.dates-popup .duration-details .sub-duration:before {
  font-family: ficons;
  content: "\e91f";
  color: #1348a0;
  font-size: 12px;
  left: 20px;
  position: absolute;
  top: 2px;
}
.dates-popup .date {
  padding: 0 10px;
  margin: 10px 0;
}
.dates-popup .date:last-child {
  border: none;
}
.dates-popup .date i {
  font-size: 1.3846em;
  color: #1348a0;
  position: relative;
  top: 2px;
}
.dates-popup .date label {
  margin: 0 10px;
  color: #1348a0;
  width: 35%;
}
table {
  color: #7b7b7b !important;
}
table thead tr th {
  color: #1348a0;
  vertical-align: top !important;
}
.stats-tbl {
  border: 1px solid #1348a0 !important;
  border-radius: 8px;
}
.stats-tbl .app-info {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.stats-tbl .app-info .service-name {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 7px;
  max-width: unset;
}
.stats-tbl .app-info .user {
  display: inline-block;
  width: 70%;
  font-size: 13px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  margin-bottom: 7px;
}
.stats-tbl .app-info .user a {
  color: #1348a0;
  transition: all 0.3s ease-in-out;
}
.stats-tbl .app-info .user a:hover {
  color: #f59100;
}
.stats-tbl .app-info .user i {
  color: #1348a0;
  margin-right: 5px;
}
.stats-tbl .app-info .user i:before {
  font-size: 13px;
}
.stats-tbl .app-info .user.withsep {
  padding-left: 20px;
  position: relative;
}
.stats-tbl .app-info .user.withsep:before {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  background-color: #dad9d5;
  left: 8px;
  top: 2px;
}
.stats-tbl .app-info .appref-no {
  display: inline-block;
  font-size: 11px;
  background: #1348a0;
  color: #ffffff;
  border-radius: 10px;
  padding: 2px 5px;
  transition: all 0.3s ease-in-out;
}
.stats-tbl .app-info .appref-no a {
  color: #ffffff;
}
.stats-tbl .app-info .appref-no:hover {
  background: #f59100;
}
.stats-tbl .duration {
  display: block;
  text-align: left;
  width: 85%;
  margin: 2px auto;
}
.stats-tbl .duration i {
  color: #1348a0;
  display: inline-block;
}
.stats-tbl .application-status {
  font-size: 11px;
  display: inline-block;
}
.stats-tbl tr td.deleted {
  text-decoration: line-through;
}
.sort-filters {
  margin-bottom: 30px;
}
.sort-filters .total-entries {
  position: relative;
  color: #acacac;
  padding-top: 7px;
}
.sort-filters .total-entries label {
  margin: 0;
  color: #1348a0;
}
.sort-filters .total-entries .totalrecords,
.sort-filters .total-entries .totalAmount {
  display: inline-block;
  border: 1px solid #0e3372;
  color: #fff;
  padding: 0 5px;
  border-radius: 5px;
  background-color: #1348a0;
  margin: 0 5px;
  min-width: 20px;
  min-height: 20px;
}
.sort-filters .sort-block {
  display: inline-block;
  text-align: right;
  width: 49.5%;
}
.sort-filters .sort-block label {
  color: #1348a0;
  margin: 0;
}
.sort-filters .sort-block .sort-filter {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
.sort-filters .sort-block .selectdiv:after {
  top: 17px;
  right: 10px;
}
.total-amount {
  background-color: #34b234;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 1.0714em;
  clear: both;
}
.range-filter label {
  display: block;
}
.range-filter .filter {
  text-align: left;
  padding-right: 10px;
  display: inline-block;
  width: 49%;
}
.range-filter .filter:last-child {
  text-align: right;
  padding-left: 10px;
  padding-right: 0;
}
.register-page {
  padding-top: 29px;
}
.register-page .form-panel {
  border: solid 1px #1348a0;
  padding: 0;
}
.register-page .form-panel .pg-header {
  padding: 25px 30px;
  border-bottom: solid 1px #1348a0;
  position: relative;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.register-page .form-panel .pg-header .backtologin {
  position: absolute;
  top: 50%;
  right: 30px;
  color: #444444;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.register-page .form-panel .pg-header .backtologin:before {
  color: #1348a0;
  font-size: 15px;
  margin: 0 10px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.register-page .form-panel .pg-header .backtologin:hover {
  color: #1348a0;
}
.register-page .form-panel .pg-header h1 {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.register-page .form-panel .form-group {
  padding: 0 30px;
  margin: 30px 0;
}
.register-page .form-panel .form-group .form-label-hint {
  display: none;
}
.register-page .form-panel .form-group.actions {
  border-top: solid 1px #1348a0;
  padding: 25px 30px;
  margin: 0;
}
.register-page.authentication {
  width: 40%;
  margin: 0 auto;
}
.register-page.authentication h2 {
  display: block;
  border: none;
  padding: 0;
  font-weight: 400;
}
.register-page.authentication .btn {
  position: relative;
  padding: 8px 20px 8px 50px;
}
.register-page.authentication .btn:before {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.no-account {
  /*.btn {
        padding: 2px 25px;
        margin-right: 20px;
    }*/
}
.no-account .sub-title-base {
  margin-bottom: 30px;
  display: block;
  line-height: 1.5;
}
.no-account .btn {
  padding: 13px 32px 13px 67px;
  color: #fff;
  position: relative;
  line-height: 1;
  border: solid 1px #1348a0;
  font-size: 1.2857em;
  margin-right: 30px;
}
.no-account .btn:hover {
  background-color: #fff !important;
  color: #444;
}
.no-account .btn:before {
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}
.borderd-panel {
  border: solid 1px #1348a0;
  padding: 0;
}
.borderd-panel .pg-header {
  padding: 25px 30px;
  border-bottom: solid 1px #1348a0;
  position: relative;
  background: none;
  box-shadow: none;
}
.borderd-panel .pg-header.profile {
  padding: 15px 30px;
}
.borderd-panel .pg-header.profile h1 {
  margin: 0 10px;
  position: relative;
  top: 5px;
}
.borderd-panel .pg-header .profileimg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  display: inline-block;
}
.borderd-panel .pg-header .back {
  position: absolute;
  top: 50%;
  right: 30px;
  color: #444444;
  transform: translateY(-50%);
}
.borderd-panel .pg-header .back:before {
  color: #1348a0;
  font-size: 15px;
  margin: 0 10px;
}
.borderd-panel .pg-header h1 {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.borderd-panel .form-group {
  padding: 0 30px;
  margin: 30px 0;
}
.borderd-panel .form-group .form-label-hint {
  display: block;
}
.borderd-panel .form-group.actions {
  border-top: solid 1px #1348a0;
  padding: 25px 30px;
  margin: 0;
}
.profile-page .password-f {
  text-align: right;
}
.profile-page .image .jFiler-input-inner .jFiler-input-text {
  border: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
.profile-page .image .jFiler-input-inner .jFiler-input-text .jFiler-input-choose-btn {
  /*display: none;*/
  position: relative;
  display: block;
}
.profile-page .image .jFiler-input-inner .jFiler-input-text .jFiler-input-choose-btn .fi-upload {
  position: absolute;
  left: 0;
  top: 0;
}
.profile-page .image .jFiler-input-inner .jFiler-input-text h4 span {
  display: none;
}
.profile-page .jFiler-input-text h4 span {
  font-size: .8em;
}
.profile-page .jFiler-items .jFiler-items-grid .jFiler-item {
  width: 80%;
}
.profile-page .jFiler-items .jFiler-items-grid .jFiler-item .pull-right {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.profile-section .text-button {
  background: none;
  /* Remove background */
  border: none;
  /* Remove border */
  color: #004F8B;
  /* Inherit text color from parent */
  font: inherit;
  /* Inherit font style from parent */
  padding: 0;
  /* Remove padding */
  cursor: pointer;
  /* Show pointer cursor on hover */
  text-decoration: underline;
  /* Optional: Add underline for better visibility */
}
.profile-section .text-button:hover {
  color: black;
}
.profile-section .close-button {
  background-color: transparent;
  /* No background color */
  border: none;
  /* Remove default border */
  font-size: 20px;
  /* Adjust font size */
  color: #333;
  /* Text color */
  cursor: pointer;
  /* Cursor changes to pointer on hover */
  padding: 5px;
  /* Padding around the button */
  border-radius: 50%;
  /* Rounded button */
  width: 30px;
  /* Fixed width */
  height: 30px;
  /* Fixed height */
  display: flex;
  /* Center the "X" */
  justify-content: center;
  /* Center the "X" horizontally */
  align-items: center;
  /* Center the "X" vertically */
  background-color: #ddd;
}
.profile-section .close-button:hover {
  background-color: lightcoral;
  /* Background color on hover */
  color: #fff;
  /* Text color on hover */
}
.profile-section .close-button:focus {
  outline: none;
  /* Remove outline on focus */
  box-shadow: 0 0 3px #aaa;
  /* Add a subtle shadow on focus */
}
.profile-section .user-image {
  display: flex;
  border-radius: 60%;
  padding: 3px;
  border: 3px solid darkblue;
  width: 100px;
  height: 100px;
}
.profile-section .user-image img {
  border-radius: 50%;
  padding: 0px;
  border: 1px solid #808080;
}
.profile-section .user-image .camera-icon {
  position: absolute;
  display: flex;
  border-radius: 50%;
  padding: 3px;
  top: 55px;
  left: -28px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
.profile-section .user-image .camera-icon .icon-container {
  display: flex;
  border-radius: 50%;
  border: 1px solid #cccccc;
  top: 35px;
  left: -25px;
  background-color: white;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
}
.profile-section .user-image .camera-icon .icon-container .fi-camera-ic {
  color: #004F8B;
}
.profile-section .user-image .delete-icon {
  position: absolute;
  display: flex;
  border-radius: 50%;
  padding: 3px;
  top: 55px;
  left: -100px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
.profile-section .user-image .delete-icon .icon-container {
  display: flex;
  border-radius: 50%;
  border: 1px solid #cccccc;
  top: 35px;
  left: -25px;
  background-color: white;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
}
.profile-section .fi-Camera:before {
  content: "\e904";
}
.profile-section .form-label .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #606164;
}
.profile-section .form-label .value {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #1B1D21;
}
.notifications-list .data-list .list-body .item-container {
  border-radius: 8px;
  border-color: #1348a0;
  box-shadow: 0px 21px 29px -7px rgba(207, 207, 207, 0.4);
  background: rgba(255, 247, 230, 0.32156863);
}
.notifications-list .data-list .list-body .item-container.read {
  background: #fff;
}
.notifications-list .data-list .list-body .item-container .worklist-icon {
  background-color: #1348a0;
  width: 55px;
  height: 55px;
}
.notifications-list .data-list .list-body .item-container .worklist-icon:before {
  font-size: 30px;
}
.notifications-list .data-list .list-body .item-container .notification-info li {
  padding-left: 77px;
}
.notifications-list .data-list .list-body .item-container .notification-info li .date {
  color: #1348a0;
  font-size: 1em;
}
.notifications-list .data-list .list-body .item-container .notification-info li .date:before {
  font-size: 21px;
  margin-right: 15px;
  color: #444444;
}
.notifications-list .data-list .list-body .item-container .notification-info li:nth-child(2) {
  padding: 0;
  border: none;
}
.notifications-list .data-list .list-body .item-container .notification-info li .title {
  padding: 0;
  font-weight: 600;
  font-size: 1.25em;
}
.notifications-list .data-list .list-body .item-container .notification-info li .title a {
  color: #444;
}
.notifications-list .data-list .list-body .item-container .notification-info li .title a:hover {
  color: #000000;
}
.notifications-list .data-list .list-body .item-container .notification-info li .title.read {
  font-weight: 400;
}
.notifications-list .data-list .list-body .item-container .worklist-icon {
  left: 30px;
  right: auto;
}
/*Notification listing and details*/
.notification-details {
  position: relative;
}
.notification-details .my-notifications {
  padding: 0px 30px 0px 30px;
  border-radius: 15px;
}
.notification-details .my-notifications .head .title {
  color: #333333;
  font-size: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.notification-details .my-notifications .head i {
  font-size: 36px;
  display: flex;
}
.notification-details .search-filter {
  padding: 30px 20px;
  background-color: #f0f3fa;
  border-radius: 0.3rem;
}
.notification-details .search-filter .input-group {
  border: 1px solid #9ea2a9;
  border-radius: 5px;
}
.notification-details .search-filter .input-group .btn {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 5px;
}
.notification-details .search-filter .input-group .btn i {
  font-size: 25px;
  color: #5f646d;
}
.notification-details .search-filter .title p {
  color: #304373;
  font-size: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.notification-details .search-filter .filter-fields p {
  color: #304373;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.notification-details .search-filter .filter-fields .input-group {
  border: 1px solid #9ea2a9;
  border-radius: 5px;
}
.notification-details .search-filter .filter-fields .form-select {
  border: 1px solid #9ea2a9;
}
.notification-details .search-filter .filter-fields .form-control {
  border: 1px solid #9ea2a9;
}
.notification-details .date-time {
  position: absolute;
  right: 30px;
  top: 0;
  color: #1348a0;
  padding-left: 25px;
  font-size: 1.07em;
}
.notification-details .date-time:before {
  font-size: 20px;
  color: #444;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
}
.notification-details .notification-details-message {
  font-weight: 400;
  font-size: 1.07em;
}
.notification-details .notification-details-message p {
  margin-bottom: 7px;
}
.notification-details .notification-details-message p strong {
  font-weight: 600;
}
.notification-details .notification-details-message .message-details {
  margin-top: 20px;
}
.notification-details .notification-details-message .message-details .details {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.notification-details .notification-details-message .message-details .details .field-details {
  display: inline-flex;
  width: 50%;
  margin-right: 10px;
  font-weight: 600;
}
.notification-details .notification-details-message .message-details .details .field-details.full-width {
  width: 100%;
}
.notification-details .notification-details-message .message-details .details .field-details.full-width .head {
  width: 17%;
}
.notification-details .notification-details-message .message-details .details .field-details .head {
  color: #8f8f8f;
  width: 30%;
}
.notification-details .notification-details-message .message-details .details .field-details .info {
  color: #444;
}
.notification-details .notification-details-message .message-details .details .field-details .info p {
  margin: 0;
}
.notification-details .notification-details-message .message-details .details .field-details .info.comments {
  border: solid 1px #e5e3df;
  background-color: #fbfbfb;
  padding: 20px 30px;
  border-radius: 8px;
  width: 100%;
  font-weight: normal;
}
.notification-details .notification-details-message .message-details .details.attachpadding {
  padding: 5px 10px 0px 10px;
}
.notification-details .notification-details-message table {
  width: 100% !important;
  margin-top: 40px;
  border-collapse: separate;
}
.notification-details .notification-details-message table tr {
  border-top: 1px solid #ebebeb;
}
.notification-details .notification-details-message table tr .title {
  width: 175px;
}
.notification-details .notification-details-message table tr td {
  padding: 15px 0;
  font-weight: 700;
}
.notification-details .notification-details-message table tr td:nth-child(2) {
  font-weight: 400;
}
.notification-details .notification-details-message table tr td.comments {
  border: solid 1px #e5e3df;
  background-color: #fbfbfb;
  padding: 34px;
  border-radius: 8PX;
}
.notification-details .fi-col {
  padding: 0;
  display: flex;
  align-items: center;
}
.notification-details .fi-col .icon {
  width: 53px;
  text-align: center;
  background-color: #f59100;
  color: #ffffff;
}
.notification-details .fi-col .icon i {
  font-size: 20px;
  position: relative;
  top: 5px;
}
.notification-details .fi-col .date {
  position: relative;
  color: #f59100 !important;
}
.notification-details .fi-col .date:before {
  position: absolute;
  content: '';
  border-right: 1px solid;
  height: 20px;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.application-options {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 25px;
  margin-top: 25px;
}
.application-options ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.application-options ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.application-options ul li a {
  /*display: block;*/
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 1.23em;
  transition: all 0.3s ease-in-out;
}
.application-options ul li a i {
  margin-right: 10px;
}
.application-options ul li a.view-app {
  background-color: #1348a0;
  color: #fff;
}
.application-options ul li a.view-app i:before {
  color: #ffff;
}
.application-options ul li a.view-app:hover {
  background-color: #f59100;
}
.application-options ul li a.view-payments {
  background-color: #3f9db6;
  color: #fff;
}
.application-options ul li a.view-payments:hover {
  background-color: #255c6a;
}
.application-options ul li a.workflow-history {
  background-color: #8f8f8f;
  border-color: #8f8f8f;
}
.application-options ul li a.workflow-history i:before {
  color: #ffff;
}
.application-options ul li a.workflow-history:hover {
  background-color: #5c5c5c;
}
.application-options ul li a.take-action {
  background-color: #34b234;
  border-color: #34b234;
}
.application-options ul li a.take-action i:before {
  color: #ffff;
}
.application-options ul li a.take-action:hover {
  background-color: #1d631d;
}
.notification-actions {
  margin-bottom: 25px;
}
.notification-actions.action-trail ul {
  flex-flow: row-reverse;
  justify-content: flex-end;
}
.notification-actions ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.notification-actions ul li {
  display: inline-block;
  margin-right: 10px;
  margin-left: initial;
  margin-bottom: 10px;
}
.notification-actions ul li a {
  /*display: block;*/
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 1.23em;
  transition: all 0.3s ease-in-out;
}
.notification-actions ul li a i {
  margin-right: 10px;
  margin-left: initial;
}
.notification-actions ul li a.view-app {
  background-color: #1348a0;
  color: #ffffff;
  border: 1px solid #1348a0;
}
.notification-actions ul li a.view-app i:before {
  color: #ffffff;
}
.notification-actions ul li a.view-app:hover {
  background-color: #ffffff;
  color: #1348a0;
  border: 1px solid #1348a0;
}
.notification-actions ul li a.view-app:hover i:before {
  color: #1348a0;
}
.notification-actions ul li a.view-payments {
  background-color: #3f9db6;
  color: #fff;
}
.notification-actions ul li a.view-payments:hover {
  background-color: #255c6a;
}
.notification-actions ul li a.workflow-history {
  background-color: #ffffff;
  color: #1348a0;
  /*border-color: @primary-color;*/
  border: 1px solid #1348a0;
}
.notification-actions ul li a.workflow-history i:before {
  color: #1348a0;
}
.notification-actions ul li a.workflow-history:hover {
  background-color: #1348a0;
  color: #ffffff;
}
.notification-actions ul li a.workflow-history:hover i:before {
  color: #ffffff;
}
.notification-actions ul li a.take-action {
  background-color: #ffffff;
  color: #66A980;
  border: 1px solid #66A980;
}
.notification-actions ul li a.take-action i:before {
  color: #66A980;
}
.notification-actions ul li a.take-action:hover {
  background-color: #66A980;
  color: #ffffff;
}
.notification-actions ul li a.take-action:hover i:before {
  color: #ffffff;
}
.notification-actions ul li a.approve-action {
  background-color: #66A980;
  color: #ffffff;
  border: 1px solid #66A980;
}
.notification-actions ul li a.approve-action i:before {
  color: #ffffff;
}
.notification-actions ul li a.approve-action:hover {
  background-color: #ffffff;
  color: #66A980;
}
.notification-actions ul li a.approve-action:hover i:before {
  color: #66A980;
}
.notification-actions ul li a.match-action {
  background-color: #1348a0;
  color: #ffffff;
  border: 1px solid #1348a0;
}
.notification-actions ul li a.match-action i:before {
  color: #ffffff;
}
.notification-actions ul li a.match-action:hover {
  background-color: #ffffff;
  color: #1348a0;
}
.notification-actions ul li a.match-action:hover i:before {
  color: #1348a0;
}
.notification-actions ul li a.conditional-approval-action {
  background-color: #b0c526;
  color: #ffffff;
  border: 1px solid #b0c526;
}
.notification-actions ul li a.conditional-approval-action i:before {
  color: #ffffff;
}
.notification-actions ul li a.conditional-approval-action:hover {
  background-color: #ffffff;
  color: #b0c526;
}
.notification-actions ul li a.conditional-approval-action:hover i:before {
  color: #b0c526;
}
.notification-actions ul li a.reject-action {
  background-color: #ffffff;
  color: #CD2E2E;
  border: 1px solid #CD2E2E;
}
.notification-actions ul li a.reject-action i:before {
  color: #CD2E2E;
}
.notification-actions ul li a.reject-action:hover {
  background-color: #CD2E2E;
  color: #ffffff;
}
.notification-actions ul li a.reject-action:hover i:before {
  color: #ffffff;
}
.notification-actions ul li a.return-action {
  background-color: #ffffff;
  color: #ccb366;
  border: 1px solid #ccb366;
}
.notification-actions ul li a.return-action i:before {
  color: #ccb366;
}
.notification-actions ul li a.return-action:hover {
  background-color: #ccb366;
  color: #ffffff;
}
.notification-actions ul li a.return-action:hover i:before {
  color: #ffffff;
}
.application-actions textarea.form-control {
  min-height: 175px;
  background-color: #fbfbfb;
}
/*End Notification listing and details*/
.view-application {
  float: right;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  padding: 15px 20px 15px 58px;
  position: relative;
  background-color: #1348a0;
  border-radius: 10px;
  font-size: 1.23em;
  margin-top: -7px;
  margin-left: 10px;
}
.view-application:before {
  color: #fff;
  font-size: 26px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.view-application:hover,
.view-application:focus {
  background-color: #0e3372;
  color: #fff;
}
.application-workflow-status .workflow-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 31.47px;
}
.application-workflow-status .form-container .form-title .viewApp {
  float: right;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  padding: 15px 20px 15px 58px;
  position: relative;
  background-color: #1348a0;
  border-radius: 10px;
  font-size: .5em;
  margin-top: -7px;
}
.application-workflow-status .form-container .form-title .viewApp:before {
  color: #fff;
  font-size: 26px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.application-workflow-status .form-container .form-title .viewApp:hover,
.application-workflow-status .form-container .form-title .viewApp:focus {
  background-color: #0e3372;
}
.application-workflow-status .form-container .form-title .c-status {
  padding: 5px 18px;
  border-radius: 25px;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  margin: 0;
}
.application-workflow-status .form-container .form-title .c-status.Approve,
.application-workflow-status .form-container .form-title .c-status.Verify {
  background-color: #34b234;
}
.application-workflow-status .form-container .form-title .c-status.Cancel {
  background-color: #3f9db6;
}
.application-workflow-status .form-container .form-title .c-status.Reject,
.application-workflow-status .form-container .form-title .c-status.Delete {
  background-color: #da1a32;
}
.application-workflow-status .form-container .form-title .c-status.Normal {
  background-color: #a7a9ac;
}
.application-workflow-status .form-container .form-title .c-status.Pending {
  background-color: #f59100;
}
.application-workflow-status .form-container .form-title .c-status.Draft {
  background-color: #a7a9ac;
}
.application-workflow-status .form-container .form-title .c-status.Submit {
  background-color: #da8a00;
}
.application-workflow-status .form-container .form-title .c-status.Return {
  background-color: #f59100;
}
.application-workflow-status .form-container .form-title .refNo {
  /*float: right;*/
  font-weight: 700;
  height: auto;
  font-size: 20px;
  color: #1348a0;
}
.application-workflow-status .form-container .application-status {
  padding: 40px 25px 55px 25px;
  background-color: #F7F7F7;
  margin: 50px 0px;
  border-radius: 20px;
  width: 100%;
}
.application-workflow-status .form-container .application-status .status-details {
  /*display: flex;
        align-items: center;
        justify-content: space-between;*/
}
.application-workflow-status .form-container .application-status .status-details .stat {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.application-workflow-status .form-container .application-status .status-details .stat .state {
  display: flex;
  align-items: normal;
  gap: 15px;
}
.application-workflow-status .form-container .application-status .status-details .stat .state .round-state {
  width: 26px;
  height: 26px;
  border-radius: 100%;
}
.application-workflow-status .form-container .application-status .status-details .stat .state .round-state.process {
  background-color: #66A980;
}
.application-workflow-status .form-container .application-status .status-details .stat .state .round-state.form {
  background-color: #081f45;
}
.application-workflow-status .form-container .application-status .status-details .stat .state .details {
  display: flex;
  flex-direction: column;
}
.application-workflow-status .form-container .application-status .status-details .stat .state .details p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
  color: #232528;
}
.application-workflow-status .form-container .application-status .status-details .stat .state .details span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #606164;
}
.application-workflow-status .form-container .application-status .status-details .chart .percentages {
  position: relative;
}
.application-workflow-status .form-container .application-status .status-details .chart .percentages .workflow-circliful.process {
  width: 300px !important;
  height: 300px;
  position: absolute;
  top: -34%;
  left: -50%;
}
.application-workflow-status .form-container .application-status .status-details .chart .percentages .workflow-circliful.completion {
  width: 180px !important;
  height: 180px;
  position: relative;
  left: -15%;
}
.application-workflow-status .form-workflow-title {
  padding: 25px 30px !important;
  display: flex;
  justify-content: space-between;
  border: 1px solid #1348a0;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}
.application-workflow-status .form-workflow-title i {
  font-size: 21px;
}
.application-workflow-status .status-container {
  position: relative;
  padding: 25px 0 15px 0;
  border: 1px solid #1348a0;
}
.application-workflow-status .status-container .row {
  margin: 0 !important;
}
.application-workflow-status .status-container .c100 {
  position: absolute;
  margin: 0;
  right: 15px;
  top: 40%;
  transform: scale(0.76) translateY(-50%);
}
.application-workflow-status .status-container .c100 span.percent {
  top: 0;
}
.application-workflow-status .status-container .flex-list {
  display: block;
  /*flex-wrap: wrap;*/
}
.application-workflow-status .status-container .flex-list li {
  /*flex-basis: 50%;*/
  width: calc(50% - 20px);
  color: #1348a0;
  vertical-align: top;
  margin-bottom: 5px;
}
.application-workflow-status .status-container .flex-list li .label {
  color: #444;
  position: relative;
  padding-left: 35px;
}
.application-workflow-status .status-container .flex-list li .label:before {
  color: #444;
  font-size: 21px;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
}
.application-workflow-status .status-container .flex-list li a {
  color: #1348a0;
}
.application-workflow-status .status-container .flex-list li:first-child {
  border: none;
}
.application-workflow-status .application-workflow {
  border-top: none;
  border-right: 1px solid #1348a0;
  border-left: 1px solid #1348a0;
}
.application-workflow-status .workflow-history-inner {
  position: relative;
  border-right: solid 1px #1348a0;
  border-left: solid 1px #1348a0;
}
.application-workflow-status .workflow-history-inner h4 {
  padding: 30px;
  margin: 0;
  font-size: 1.84em;
  position: absolute;
  width: 100%;
  width: calc(100% - 30px);
  top: 0;
  z-index: 9;
  background: #fff;
}
.application-workflow-status .workflow-history-inner .history {
  height: 640px;
  /*overflow-x: hidden;*/
  list-style: none;
  padding: 70px 20px 40px 20px;
  margin: 0;
  position: relative;
}
.application-workflow-status .workflow-history-inner .history li {
  padding: 15px 15px 15px 0;
  position: relative;
  display: flex;
}
.application-workflow-status .workflow-history-inner .history li:last-child .actor-item .date-time:after {
  display: none;
}
.application-workflow-status .workflow-history-inner .history li .actor-item {
  position: relative;
  display: flex;
  margin: auto;
}
.application-workflow-status .workflow-history-inner .history li .actor-item .date-time {
  font-size: 1.1429em;
  color: #444444;
  display: block;
  position: relative;
}
.application-workflow-status .workflow-history-inner .history li .actor-item .date-time:before {
  content: '';
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  border: 4px solid #1348a0;
  border-radius: 50%;
  z-index: 2;
  box-sizing: content-box;
  right: -30px;
  top: 6px;
}
.application-workflow-status .workflow-history-inner .history li .actor-item .date-time:after {
  content: '';
  width: 1px;
  top: 13px;
  bottom: -50px;
  right: -21px;
  background: #1348a0;
  display: block;
  position: absolute;
}
.application-workflow-status .workflow-history-inner .history li .actor-item .info-container {
  margin-left: 50px;
  margin-top: 9px;
}
.application-workflow-status .workflow-history-inner .history li .actor-item .message-info {
  width: 400px;
  border-radius: 10px;
  padding: 20px 30px;
  border-top-left-radius: 0;
  position: relative;
  margin: 5px 0 0 20px;
  border: solid 1px #1348a0;
}
.application-workflow-status .workflow-history-inner .history li .actor-item .message-info.checkout {
  border: solid 1px #a7a9ac;
}
.application-workflow-status .workflow-history-inner .history li .actor-item .message-info.checkout:before {
  border-color: transparent #a7a9ac transparent transparent;
}
.application-workflow-status .workflow-history-inner .history li .actor-item .message-info .counter {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #e2e2e2;
  font-weight: 700;
  font-size: 2.1429em;
}
.application-workflow-status .workflow-history-inner .history li .actor-item .message-info .application-status {
  margin: 5px 0;
  position: static;
  display: inline-block;
  font-size: .8em;
  transform: none;
}
.application-workflow-status .workflow-history-inner .history li .actor-item .message-info:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 18px 0;
  border-color: transparent #1348a0 transparent transparent;
}
.application-workflow-status .workflow-history-inner .history li .actor-item .message-info:after {
  content: '';
  position: absolute;
  top: 0px;
  left: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 14px 0px;
  border-color: transparent #ffffff transparent transparent;
}
.application-workflow-status .workflow-history-inner .history li .actor-item .message-info .user-info .actor-name {
  position: relative;
  padding-left: 30px;
  color: #1348a0;
  font-size: 1.1429em;
}
.application-workflow-status .workflow-history-inner .history li .actor-item .message-info .user-info .actor-name:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #444;
  font-size: 17px;
}
.application-workflow-status .workflow-history-inner .history li .actor-item .message-info .app-status {
  font-weight: 600;
  font-size: 0.8571em;
  margin: 5px 0;
}
.application-workflow-status .workflow-history-inner .history li .actor-item .message-info .details {
  color: #8f8f8f;
  padding: 0 0 5px 0;
}
.application-workflow-status .workflow-history-inner .history li .actor-item .message-info .details .attachment {
  padding: 0 0 5px 0;
}
.application-workflow-status .workflow-history-inner .history li .actor-item .message-info .details .attachment a {
  color: #278eca;
  position: relative;
  font-size: 0.7857em;
  display: block;
  /*&:before {
        content: "\e924";
        font-family: ficons;
        border: 1px solid #d1d1d1;
        border-radius: 20px;
        font-size: 8px;
        position: absolute;
        right: -35px;
        padding: 0px 7px;
        top: 1px;
        transition: all 0.3s ease-in-out;
    }*/
}
.application-workflow-status .workflow-history-inner .history li .actor-item .message-info .details .attachment a span {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.application-workflow-status .workflow-history-inner .history li .actor-item .message-info .details .attachment a:hover {
  color: #f59100;
  /*&:before {
        border: 1px solid @highlited-color;
        color: #fff;
        background-color: @highlited-color;
    }*/
}
.application-workflow-status .workflow-history-inner .vscroll-bar-custom::-webkit-scrollbar {
  width: 0;
}
.application-details {
  margin: 10px 0px 25px 0;
}
.application-details table > thead {
  background-color: #ECECEC;
}
.application-details table > thead tr .h-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 15px 15px 10px 15px;
  color: #1B1D21;
  border-top: 1px solid #D1D2D3;
  border-bottom: none;
}
.application-details table > tbody tr .b-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #606164;
  padding: 15px 15px 10px 15px;
}
.application-details table > tbody tr .b-details {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1B1D21;
  padding: 15px 15px 10px 15px;
}
.application-history {
  padding: 40px 40px;
  background-color: #bbd2f7;
  margin: 45px 0px;
  border-radius: 20px;
}
.application-history.action-trail {
  background-color: transparent !important;
  padding: 0px;
  border-radius: unset;
  margin: 30px 0px;
}
.application-history.action-trail .flow .sections {
  left: calc(-2%);
}
.application-history.action-trail .flow .sections li a .counter.done {
  background-color: #ABABAB;
}
.application-history .flow {
  display: inline-block;
  width: auto;
  vertical-align: top;
  top: 0;
}
.application-history .flow .sections {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px;
  left: calc(-5%);
}
.application-history .flow .sections li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: auto;
}
.application-history .flow .sections li a {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  cursor: default;
}
.application-history .flow .sections li a .title {
  color: #232528;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  width: 120px;
}
.application-history .flow .sections li a .counter {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #e2e8f0;
  color: #232528;
  font-size: 15px;
  line-height: 2.2;
  transition: all 200ms ease-in-out;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.application-history .flow .sections li a .counter.done,
.application-history .flow .sections li a .counter .end {
  background-color: #081f45;
}
.application-history .flow .sections li a .counter.done:before,
.application-history .flow .sections li a .counter .end:before {
  content: "\e927";
  font-family: ficons;
  color: #fff;
}
.application-history .flow .sections li a .counter.current,
.application-history .flow .sections li a .counter:hover {
  width: 40px;
  height: 40px;
  background-color: #081f45;
  position: relative;
  color: #fff;
  border: 2px solid #e2e8f0;
  /*margin-left: -5px;*/
}
.application-history .flow .sections li a:before {
  content: '';
  border-left: 25px solid #CAD3E0;
  height: 4px;
  position: absolute;
  transform: translate(58px, 18px);
  border-radius: 15px;
}
.application-history .flow .sections li a.current .counter,
.application-history .flow .sections li a:hover .counter {
  width: 40px;
  height: 40px;
  background-color: #081f45;
  position: relative;
  color: #fff;
  border: 2px solid #e2e8f0;
  /*margin-left: -5px;*/
}
.application-history .flow .sections li a span {
  position: relative;
  color: #000;
}
.application-history .flow .sections li:last-child a::before {
  border: none;
}
.application-history .flow .sections li:first-child {
  padding-top: 0px;
}
.application-history .details {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: sticky;
  top: 0;
}
.application-history .details .sections {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.application-history .details .sections li {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding: 30px 0px;
  position: relative;
  gap: 25px;
}
.application-history .details .sections li .items {
  display: flex;
  align-items: baseline;
  gap: 10px;
  cursor: default;
  color: #081f45;
}
.application-history .details .sections li .items:before {
  content: '';
  border-left: 3px solid #CAD3E0;
  height: 50px;
  position: absolute;
  transform: translate(8px, 40px);
  border-radius: 15px;
}
.application-history .details .sections li .items.has-note:before {
  height: 75px;
}
.application-history .details .sections li .items.has-attachment:before {
  height: 100px;
}
.application-history .details .sections li .items span {
  position: relative;
  /*color: #000;*/
}
.application-history .details .sections li .items span i:before {
  font-size: 18px;
}
.application-history .details .sections li .items span.title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #232528;
}
.application-history .details .sections li .items span.details {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1B1D21;
}
.application-history .details .sections li .items span.date {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #606164;
}
.application-history .details .sections li .items .attachment {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1B1D21;
}
.application-history .details .sections li .items .attachment a {
  color: #081f45;
  cursor: pointer;
}
.application-history .details .sections li:last-child .items::before {
  border: none;
}
.application-history .details .sections li:first-child {
  padding-top: 0px;
}
.workflow-percentages {
  display: flex;
  justify-content: center;
  gap: 110px;
}
.workflow-percentages .percentages-info {
  /*display: inline-block;*/
}
.workflow-percentages .percentages-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.workflow-percentages .percentages-info ul li {
  color: #444444;
  font-weight: bold;
  position: relative;
}
.workflow-percentages .percentages-info ul li:before {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  left: -20px;
  transform: translateY(-50%);
  top: 50%;
}
.workflow-percentages .percentages-info ul li.status-form:before {
  background-color: #5fb634;
}
.workflow-percentages .percentages-info ul li.status-process:before {
  background-color: #da8a00;
}
.workflow-percentages .percentages-info ul li.status-process.Approved:before {
  background-color: #34b234;
}
.workflow-percentages .percentages-info ul li.status-process.Canceled:before {
  background-color: #3f9db6;
}
.workflow-percentages .percentages-info ul li.status-process.Rejected:before {
  background-color: #da1a32;
}
.workflow-percentages .percentages-info ul li.status-process.Normal:before {
  background-color: #a7a9ac;
}
.workflow-percentages .percentages-info ul li.status-process.Pending:before {
  background-color: #f59100;
}
.workflow-percentages .percentages-info ul li.status-process.Draft:before {
  background-color: #a7a9ac;
}
.workflow-percentages .percentages-info ul li.status-process.Submitted:before {
  background-color: #da8a00;
}
.workflow-percentages .percentages {
  position: relative;
  /*display: inline-block;
float: right;*/
}
.workflow-percentages .percentages .workflow-circliful {
  display: inline-block;
  position: absolute;
}
.workflow-percentages .percentages .workflow-circliful.process {
  width: 120px;
  top: -35px;
  right: 0;
}
.workflow-percentages .percentages .workflow-circliful.completion {
  width: 80px;
  top: 20.5px;
  right: 19.5px;
}
.workflow-percentages .percentages .workflow-circliful text {
  /*display: none !important;*/
}
.workflow-percentages .percentages .workflow-circliful text .number,
.workflow-percentages .percentages .workflow-circliful text .percent {
  font-weight: bold;
}
.workflow-history .btn-workflow {
  right: 15px;
}
.workflow-history .status-container {
  position: relative;
  padding: 25px 0 15px 0;
}
.workflow-history .status-container .c100 {
  position: absolute;
  margin: 0;
  right: 15px;
  top: 40%;
  transform: scale(0.76) translateY(-50%);
}
.workflow-history .status-container .c100 span.percent {
  top: 0;
}
.workflow-history .panel .panel-body {
  border-top: solid 1px #e5e3df;
  margin: 0;
}
.workflow-history .panel .panel-body .workflow-steps {
  border-right: 1px solid #ececec;
  height: 100%;
  padding: 30px 0 30px 30px;
}
.workflow-history .panel .panel-body .workflow-steps .steps {
  list-style: none;
  height: 640px;
  overflow: auto;
  counter-reset: li;
  padding: 0;
  margin: 40px 0 0 0;
}
.workflow-history .panel .panel-body .workflow-steps .steps li {
  position: relative;
  padding-left: 70px;
  font-weight: 400;
  font-size: 1em;
  line-height: 50px;
  margin-bottom: 45px;
}
.workflow-history .panel .panel-body .workflow-steps .steps li .arrow {
  display: none;
}
.workflow-history .panel .panel-body .workflow-steps .steps li:before,
.workflow-history .panel .panel-body .workflow-steps .steps li:after {
  position: absolute;
}
.workflow-history .panel .panel-body .workflow-steps .steps li:after {
  background-color: #e5e3df;
}
.workflow-history .panel .panel-body .workflow-steps .steps li:before {
  content: counter(li);
  counter-increment: li;
  background-color: #dadada;
  color: #ffffff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0px;
  z-index: 10;
  font-weight: 700;
  font-size: 1.1429em;
}
.workflow-history .panel .panel-body .workflow-steps .steps li.end:before {
  content: "\e927";
  font-size: 24px;
  height: auto;
  width: auto;
  padding: 13px;
}
.workflow-history .panel .panel-body .workflow-steps .steps li:not(:first-child):after {
  content: '';
  background-color: #dadada;
  height: 50px;
  top: -45px;
  left: 24px;
  width: 2px;
  z-index: 2;
}
.workflow-history .panel .panel-body .workflow-steps .steps li.done:before {
  background-color: #34b234;
}
.workflow-history .panel .panel-body .workflow-steps .steps li.current {
  background: #fff0d7;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.workflow-history .panel .panel-body .workflow-steps .steps li.current .arrow {
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #fee8c1;
}
.workflow-history .panel .panel-body .workflow-steps .steps li.current:before {
  background-color: #da8a00;
}
.workflow-history .panel .panel-body .workflow-history-inner {
  padding: 30px 30px 30px 0;
}
.workflow-history .panel .panel-body .workflow-history-inner .history {
  height: 640px;
  overflow-x: hidden;
  list-style: none;
  padding: 0;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li {
  padding: 15px 15px 15px 0;
  position: relative;
  display: flex;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li:last-child .date-time:after {
  display: none;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li:not(:last-child):after {
  content: '';
  background-color: #f59100;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 29px;
  left: -12px;
  z-index: 2;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .date-time {
  font-size: 1.1429em;
  color: #3a4d5c;
  display: block;
  position: relative;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .date-time:before {
  content: '';
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  border: 4px solid #1348a0;
  border-radius: 50%;
  z-index: 2;
  box-sizing: content-box;
  right: -30px;
  top: 6px;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .date-time:after {
  content: '';
  width: 1px;
  top: 13px;
  bottom: -50px;
  right: -21px;
  background: #1348a0;
  display: block;
  position: absolute;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .info-container {
  margin-left: 50px;
  margin-top: 9px;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .message-info {
  width: 400px;
  border-radius: 10px;
  padding: 20px 30px;
  border-top-left-radius: 0;
  position: relative;
  margin: 5px 0 0 20px;
  border: solid 1px #1348a0;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .message-info .counter {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #e2e2e2;
  font-weight: 700;
  font-size: 2.1429em;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .message-info .application-status {
  margin: 5px 0;
  position: static;
  display: inline-block;
  font-size: .8em;
  transform: none;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .message-info:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 18px 0;
  border-color: transparent #1348a0 transparent transparent;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .message-info:after {
  content: '';
  position: absolute;
  top: 0px;
  left: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 14px 0px;
  border-color: transparent #ffffff transparent transparent;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .message-info .user-info .actor-name {
  position: relative;
  padding-left: 30px;
  color: #1348a0;
  font-size: 1.1429em;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .message-info .user-info .actor-name:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #444;
  font-size: 17px;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .message-info .app-status {
  font-weight: 600;
  font-size: 0.8571em;
  margin: 5px 0;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .message-info .details {
  color: #8f8f8f;
  padding: 0 0 5px 0;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .message-info .details .attachment {
  padding: 0 0 5px 0;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .message-info .details .attachment a {
  color: #278eca;
  position: relative;
  font-size: 0.7857em;
  display: block;
  /*&:before {
    content: "\e924";
    font-family: ficons;
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    font-size: 8px;
    position: absolute;
    right: -35px;
    padding: 0px 7px;
    top: 1px;
    transition: all 0.3s ease-in-out;
}*/
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .message-info .details .attachment a span {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.workflow-history .panel .panel-body .workflow-history-inner .history li .message-info .details .attachment a:hover {
  color: #f59100;
  /*&:before {
    border: 1px solid @highlited-color;
    color: #fff;
    background-color: @highlited-color;
}*/
}
.workflow-history .panel .panel-body .workflow-history-inner .back {
  float: right;
  margin: 30px 0;
  background-color: #1348a0;
  border-color: #1348a0;
  border-radius: 10px;
  color: #fff;
  position: relative;
  padding: 18px 21px 18px 46px;
  line-height: 1;
  font-size: 1.2857em;
}
.workflow-history .panel .panel-body .workflow-history-inner .back:before {
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.workflow-history .panel .panel-body .workflow-history-inner .back:hover,
.workflow-history .panel .panel-body .workflow-history-inner .back:focus {
  background-color: #0e3372;
}
.workflow-history .pg-header {
  margin: 0;
}
.workflow-history .pg-header .title {
  padding-left: 60px;
  position: relative;
  float: left;
}
.workflow-history .pg-header .title:before {
  color: #1348a0;
  position: absolute;
  left: 0;
  font-size: 41px;
  top: 50%;
  transform: translateY(-50%);
}
.workflow-history .pg-header .refNo {
  float: right;
  padding: 13px 18px;
  line-height: 1;
  font-weight: 900;
  height: auto;
  font-size: 1.4286em;
  color: #1348a0;
}
.workflow-history .pg-header .viewApp {
  float: right;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  padding: 15px 20px 15px 58px;
  position: relative;
  background-color: #1348a0;
  border-radius: 10px;
  font-size: 1.1429em;
}
.workflow-history .pg-header .viewApp:before {
  color: #fff;
  font-size: 26px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.workflow-history .pg-header .viewApp:hover,
.workflow-history .pg-header .viewApp:focus {
  background-color: #0e3372;
}
.workflow-history .c-status {
  padding: 5px 18px;
  border-radius: 25px;
  margin-left: 10px;
  font-size: .8em;
  color: #fff;
  font-weight: 400;
  display: block;
  float: left;
}
.workflow-history .c-status.Approved {
  background-color: #34b234;
}
.workflow-history .c-status.Canceled {
  background-color: #3f9db6;
}
.workflow-history .c-status.Rejected {
  background-color: #da1a32;
}
.workflow-history .c-status.Normal {
  background-color: #a7a9ac;
}
.workflow-history .c-status.Pending {
  background-color: #f59100;
}
.workflow-history .c-status.Draft {
  background-color: #a7a9ac;
}
.workflow-history .c-status.Submitted {
  background-color: #da8a00;
}
.service-name {
  max-width: 55%;
}
.disabled-element {
  pointer-events: none;
  opacity: 0.5;
}
.my-applications {
  padding: 0px 30px 0px 30px;
  border-radius: 15px;
}
.my-applications .head .title {
  color: #333333;
  font-size: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.my-applications .head .title i {
  font-size: 36px;
  display: flex;
}
.my-applications .search-filter {
  padding: 30px 20px;
  background-color: #f0f3fa;
  border-radius: 0.3rem;
}
.my-applications .search-filter .title p {
  color: #304373;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}
.my-applications .search-filter .input-group {
  border: 1px solid #9ea2a9;
  border-radius: 5px;
}
.my-applications .search-filter .input-group .form-control {
  border: 0;
}
.my-applications .search-filter .input-group .btn {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 5px;
}
.my-applications .search-filter .input-group .btn:hover {
  background-color: #0d3473;
  color: #ffffff;
}
.my-applications .search-filter .input-group .btn:hover i {
  color: #ffffff;
}
.my-applications .search-filter .input-group .btn i {
  font-size: 25px;
  color: #5f646d;
}
.my-applications .search-filter .filter-fields {
  margin-bottom: 1.5rem;
}
.my-applications .search-filter .filter-fields p {
  color: #304373;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.my-applications .search-filter .filter-fields .form-select {
  border: 1px solid #9ea2a9;
}
.my-applications .search-filter .filter-fields .form-control {
  border: 1px solid #9ea2a9;
}
.my-applications .search-filter .filter-fields input[type='radio']:checked:after {
  top: -4px;
  left: -2px;
}
.my-applications .search-filter .filter-fields:last-child {
  margin-bottom: 0;
}
.my-applications .data-list .list-body .card {
  border-radius: 0.75rem;
}
.my-applications .data-list .list-body .card.application-card .card-body,
.my-applications .data-list .list-body .card.course-card .card-body {
  padding: 20px 20px 15px 20px;
}
.my-applications .data-list .list-body .card.application-card .card-body .title,
.my-applications .data-list .list-body .card.course-card .card-body .title {
  color: #1b1d21;
  font-size: 1.1429em;
  font-weight: 600;
  line-height: 24px;
}
.my-applications .data-list .list-body .card.application-card .card-body .value,
.my-applications .data-list .list-body .card.course-card .card-body .value {
  color: #323438;
  font-size: 1.1429em;
}
.my-applications .data-list .list-body .card.application-card .card-body .helper,
.my-applications .data-list .list-body .card.course-card .card-body .helper {
  font-size: 1em;
  font-weight: 400;
  line-height: 16px;
  color: #6b7280;
}
.my-applications .data-list .list-body .card.application-card .card-body .d-status,
.my-applications .data-list .list-body .card.course-card .card-body .d-status {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #E5E7EB;
  border-radius: 5px;
  width: max-content;
}
.my-applications .data-list .list-body .card.application-card .card-body .d-status span,
.my-applications .data-list .list-body .card.course-card .card-body .d-status span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.my-applications .data-list .list-body .card.application-card .card-body .d-status span.completed,
.my-applications .data-list .list-body .card.course-card .card-body .d-status span.completed {
  background-color: #10b981;
}
.my-applications .data-list .list-body .card.application-card .card-body .d-status span.paid,
.my-applications .data-list .list-body .card.course-card .card-body .d-status span.paid {
  background-color: #10b981;
}
.my-applications .data-list .list-body .card.application-card .card-body .d-status span.readyforpayment,
.my-applications .data-list .list-body .card.course-card .card-body .d-status span.readyforpayment {
  background-color: #b0c526;
}
.my-applications .data-list .list-body .card.application-card .card-body .d-status span.underpayment,
.my-applications .data-list .list-body .card.course-card .card-body .d-status span.underpayment {
  background-color: #f59e0b;
}
.my-applications .data-list .list-body .card.application-card .card-body .d-status span.inprogress,
.my-applications .data-list .list-body .card.course-card .card-body .d-status span.inprogress {
  background-color: #f59e0b;
}
.my-applications .data-list .list-body .card.application-card .card-body .d-status span.rejected,
.my-applications .data-list .list-body .card.course-card .card-body .d-status span.rejected {
  background-color: #ea4f49;
}
.my-applications .data-list .list-body .card.application-card .card-body .d-status span.returned,
.my-applications .data-list .list-body .card.course-card .card-body .d-status span.returned {
  background-color: #b68a35;
}
.my-applications .data-list .list-body .card.application-card .card-body .d-status span.reopened,
.my-applications .data-list .list-body .card.course-card .card-body .d-status span.reopened {
  background-color: #b0c526;
}
.my-applications .data-list .list-body .card.application-card .card-body .d-status span.draft,
.my-applications .data-list .list-body .card.course-card .card-body .d-status span.draft,
.my-applications .data-list .list-body .card.application-card .card-body .d-status span.unpaid,
.my-applications .data-list .list-body .card.course-card .card-body .d-status span.unpaid {
  background-color: #6b7280;
}
.my-applications .data-list .list-body .card.application-card .card-body .d-status p,
.my-applications .data-list .list-body .card.course-card .card-body .d-status p {
  font-size: 1.1429em;
  font-weight: 400;
  line-height: 16px;
}
.my-applications .data-list .list-body .card.application-card .card-body .d-actions,
.my-applications .data-list .list-body .card.course-card .card-body .d-actions {
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.my-applications .data-list .list-body .card.application-card .card-body .d-actions a,
.my-applications .data-list .list-body .card.course-card .card-body .d-actions a {
  width: auto;
  height: 33px;
  font-size: 1.1429em;
  font-size: 14px;
  color: #374151;
  border: 1px solid #9CA3AF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  gap: 10px;
  padding: 5px 10px;
}
.my-applications .page-link-active {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #0d3473;
  color: #ffffff !important;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-applications .page-link {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin: 5px;
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-applications .page-item.disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.my-applications .card-item {
  align-items: start;
  padding: 20px 5px;
  border-radius: 15px;
  border: 1px solid lightgrey;
  max-width: 80%;
  margin-bottom: 20px;
}
.my-applications .content-item {
  flex-grow: 1;
  margin-left: 20px;
}
.my-applications .content-item h3 {
  margin: 0;
  font-size: 1.2em;
  color: #333;
}
.my-applications .content-item p {
  margin: 10px 0 0;
  color: darkblue;
  font-weight: 500;
}
.my-applications .content-item p span {
  color: #000;
}
.my-applications .icon-style {
  font-size: 25px;
  color: #081f45;
}
.my-applications .text-style {
  font-weight: 400;
  font-size: 15px;
}
.my-applications .center-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4;
  min-height: calc(2.2em);
}
.clamp-2-height {
  min-height: calc(2.2em);
  display: flex;
  align-items: start;
}
.progress-circliful {
  width: 90px;
  /*height: 90px;*/
  margin-left: -17px;
}
.progress-details {
  /*width: 180px;*/
  /*width:auto;*/
  width: 165px;
}
.status-container {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
.status-container .status {
  border: 1px solid #ececec;
  padding: 10px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.status-container .status .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  /*margin-right: 10px;*/
  background-color: #357abc;
}
.status-container .status .circle.InProgress {
  background-color: #b68a35;
}
.status-container .status .circle.Completed {
  background-color: #10b981;
}
.status-container .status .circle.Paid {
  background-color: #10b981;
}
.status-container .status .circle.ReadyForPayment {
  background-color: #b0c526;
}
.status-container .status .circle.UnderPayment {
  background-color: #f59e0b;
}
.status-container .status .circle.Rejected {
  background-color: #ea4f49;
}
.status-container .status .circle.Returned {
  background-color: #b68a35;
}
.status-container .status .circle.Reopened {
  background-color: #b0c526;
}
.status-container .status span {
  display: flex;
  align-items: center;
  line-height: 0;
}
.status-container a {
  color: #1348a0;
  font-weight: bold;
}
.modal-potential-matches {
  /* Highlight differences */
}
.modal-potential-matches .header-action {
  display: flex;
  justify-content: end;
}
.modal-potential-matches .btn-close {
  font-size: 12px;
  color: #000000;
  opacity: initial;
  transition: transform 0.3s ease-in-out;
  padding: 20px 20px 0px 20px;
}
.modal-potential-matches .btn-close:focus {
  outline: none;
  box-shadow: none;
}
.modal-potential-matches .btn-close:hover {
  transform: rotate(90deg);
}
.modal-potential-matches .form-control {
  height: 35px;
}
.modal-potential-matches .comparison-container {
  display: flex;
  gap: 20px;
}
.modal-potential-matches .membership-card {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.modal-potential-matches .record-header {
  padding: 16px 10px;
  text-align: center;
}
.modal-potential-matches .record-header.legacy {
  background-color: #059669;
}
.modal-potential-matches .record-header.new {
  background-color: #1348A0;
}
.modal-potential-matches .record-header h6 {
  color: #fff;
  margin: 0;
  font-weight: 600;
}
.modal-potential-matches .record-body {
  padding: 15px;
}
.modal-potential-matches .property-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.modal-potential-matches .property-label {
  width: 40%;
  color: #666;
}
.modal-potential-matches .property-value {
  width: 60%;
  border: 1px solid lightgrey;
}
.modal-potential-matches .comparison-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  flex-shrink: 0;
}
.modal-potential-matches .divider-line {
  flex: 1;
  width: 1px;
  background: #ddd;
}
.modal-potential-matches .divider-icon {
  padding: 8px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 50%;
  color: #666;
}
.modal-potential-matches .differences-summary {
  border-left: 3px solid #ffc107;
}
.modal-potential-matches .property-value.different {
  color: #d63384;
  font-weight: bold;
}
.modal-potential-matches .modal-footer,
.modal-potential-matches .modal-header {
  border: none;
}
/*.my-applications {
    .data-list {
        .list-body {
            .item-container {
                border-radius: 8px;
                border-color: @primary-color;
                box-shadow: 0px 21px 29px -7px rgba(207,207,207,.4);

                .c100 {
                    font-size: 74px;
                    position: absolute;
                    right: 35px;
                    top: 65px;

                    span {
                        &.percent {
                            font-size: 20px;
                            line-height: 74px;
                            top: 0;
                        }
                    }

                    &.duration {
                        transform: scale(.7);
                        bottom: -3px;
                        top: auto;

                        i {
                            font-size: 28px;
                            display: block;
                            line-height: 75px;
                        }

                        .time {
                            font-size: 14px;
                            width: 190px;
                            left: -200px;
                            top: 20%;
                            text-align: right;
                            bottom: auto;
                        }

                        .delaystatus {
                            font-size: 16px;
                            width: 190px;
                            left: -200px;
                            top: 53%;
                            text-align: right;
                            bottom: auto;
                        }
                    }
                }

                .item-info {
                    margin: 20px 0 0 0;
                    display: flex;
                    flex-wrap: wrap;

                    &.iteminfo-first {
                        margin: 0;
                    }

                    &.actions-info {
                        position: absolute;
                        top: 30px;
                        right: 30px;
                        margin: 0;
                        display: block;
                    }

                    &.equal-width {

                        li {
                            flex-basis: 33% !important;
                        }
                    }

                    &.half-width {

                        li {
                            flex-basis: 50% !important;
                        }
                    }

                    &.quarter-width {

                        li {
                            flex-basis: 25% !important;
                        }
                    }

                    li {
                        border: none;*/
/*flex-basis: 50%;*/
/*margin: 0 0 20px 0;
                        padding: 0;
                        float: left;

                        &:nth-child(odd) {
                            flex-basis: 40%;
                        }

                        &:nth-child(even) {
                            flex-basis: 60%;
                        }

                        &.nomargin {
                            margin: 0;
                        }

                        &.full-width {
                            flex-basis: 100%;
                        }

                        .view-dates {
                            .fi-dotes {
                                background: #e5e3df;
                                padding: 0 9px;
                                border-radius: 26px;
                                line-height: 1;
                                display: block;
                            }
                        }

                        label {
                            position: relative;
                            padding-left: 35px;

                            &:before {
                                font-size: 20px;
                                position: absolute;
                                left: 0;
                                top: 50%;
                                transform: translateY(-50%);
                            }

                            span {
                                color: @primary-color;
                            }
                        }
                    }
                }

                &.Approved {
                    border-color: #34b234;
                }

                &.Canceled {
                    border-color: #3f9db6;
                }

                &.Rejected {
                    border-color: #da1a32;
                }

                &.Normal {
                    border-color: #a7a9ac;
                }

                &.Pending {
                    border-color: #f59100;
                }

                &.Draft {
                    border-color: #a7a9ac;
                }

                &.Submitted {
                    border-color: #da8a00;
                }

                .details {
                    margin: 0;

                    .description {
                        display: block;
                        position: relative;
                        padding-left: 72px;
                        .font-size-em(20px,@font-size-base);


                        &:before {
                            font-size: 55px;
                            color: @primary-color;
                            position: absolute;
                            left: 0;
                            top: 0;
                        }

                        .ref-no {
                            display: block;
                            background: none;
                            font-weight: 600;
                            color: @primary-color;
                            height: auto;
                            padding: 0;
                            border-radius: 0;
                            line-height: 1;
                            margin: 7px 0 0 0;
                            .font-size-em(18px,18px);

                            .customer {
                                display: inline-block;
                                font-size: 12px;
                                margin-left: 5px;
                                border-left: 1px solid #a9a8a8;
                                padding-left: 7px;

                                i {
                                    font-size: 15px;
                                    margin-right: 5px;
                                    color: #444;
                                }

                                .type {
                                    color: #444;
                                }
                            }
                        }

                        .form-name {
                            color: #a7a9ac;
                            padding: 0 10px;
                            margin: 0 10px;
                            font-size: 14px;
                            font-weight: normal;
                            line-height: 2px;
                            display: inline-block;
                            vertical-align: top;

                            &:before {
                                content: " ";
                                width: 1px;
                                height: 14px;
                                background-color: #666;
                                display: inline-block;
                                position: relative;
                                left: -12px;
                                top: 3px;
                            }
                        }
                    }
                }

                .workflow-percentages {
                    position: absolute;
                    right: 0;
                    top: 45%;

                    .percentages-info {

                        ul {

                            li {

                                &.Approved {

                                    &:before {
                                        background-color: #34b234;
                                    }
                                }

                                &.Canceled {

                                    &:before {
                                        background-color: #3f9db6;
                                    }
                                }

                                &.Rejected {

                                    &:before {
                                        background-color: #da1a32;
                                    }
                                }

                                &.Normal {

                                    &:before {
                                        background-color: #a7a9ac;
                                    }
                                }

                                &.Pending {

                                    &:before {
                                        background-color: #f59100;
                                    }
                                }

                                &.Draft {

                                    &:before {
                                        background-color: #a7a9ac;
                                    }
                                }

                                &.Submitted {

                                    &:before {
                                        background-color: #da8a00;
                                    }
                                }
                            }
                        }
                    }
                }

                .item-controls {
                    &.with-height {
                        min-height: 115px;
                    }
                }
            }
        }
    }
}

.application-status {
    padding: 3px 9px;
    border-radius: 25px;
    top: 50%;
    .font-size-em(12px,20px);
    color: #fff;

    &.Canceled {
        background-color: #3f9db6;
    }

    &.Approved {
        background-color: #34b234;
    }

    &.Rejected {
        background-color: #da1a32;
    }

    &.Normal {
        background-color: #a7a9ac;
    }

    &.Pending {
        background-color: #f59100;
    }

    &.Draft {
        background-color: #a7a9ac;
    }

    &.Submitted {
        background-color: #da8a00;
    }
}

.app-license-status {
    margin-left: 10px;
    padding: 0 22px;
    display: inline-block;
    font-size: 13px;
    position: relative;
    color: #666;

    &:before {
        content: '';
        height: 13px;
        width: 13px;
        display: inline-block;
        border-radius: 100%;
        position: absolute;
        left: 0;
        transform: translateY(-50%);
        top: 50%;
        background: #a9a8a8;
    }

    &.active {
        &:before {
            background: #34b234;
        }
    }

    &.in-progress, &.pending {
        &:before {
            background: #f59100;
        }
    }

    &.cancelled, &.expired {
        &:before {
            background: @secondary-color;
        }
    }

    .license-status {


        .license-expiry-data {
            .em(12px);
            color: @primary-color;
            font-weight: 400;
            padding: 0 2px;
        }
    }

    a {
        color: #666;

        &:hover {
            color: @primary-color;
        }
    }
}

.trad-name {
    margin-right: 10px;

    i {
        &:before {
            font-size: 16px;
            position: relative;
            top: 3px;
        }
    }

    .fi-delete {
        &:before {
            font-size: 14px;
            top: 2px;
            color: #ef7c7c;
        }
    }
}

.viewcertificate {
    margin: 0 10px;*/
/*&:hover {
        color: darken(@primary-color,20%);

        i {
            color: darken(@primary-color,20%);
        }
    }*/
/*}

.note {
    position: inherit;
    padding: 10px;
    background-color: #e4dfdf;
    color: @secondary-color;
}*/
.license {
  margin-bottom: 40px;
}
.license .form-container {
  border-color: #1348a0;
}
.license .form-container .form-title {
  border-bottom-color: #1348a0;
}
.license .form-container .form-title .license-status-info {
  position: absolute;
  right: 80px;
  transform: translateY(-50%);
  top: 50%;
  padding: 10px 30px;
  display: flex;
  font-size: 1.2857em;
}
.license .form-container .form-title .license-status-info:before {
  content: '';
  height: 15px;
  width: 15px;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}
.license .form-container .form-title .license-status-info.active:before {
  background: #01a852;
}
.license .form-container .form-title .license-status-info.in-progress:before,
.license .form-container .form-title .license-status-info.pending:before {
  background: #f59100;
}
.license .form-container .form-title .license-status-info.cancelled:before,
.license .form-container .form-title .license-status-info.expired:before {
  background: #f7f7f7;
}
.license .form-container .form-title .license-status-info .license-status .license-expiry-data {
  font-size: 0.8571em;
  color: #1348a0;
  font-weight: 400;
  padding: 0 5px;
}
.license .form-container .form-title .license-print {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #1348a0;
}
.license .license-info {
  width: 100% !important;
  border: 0 !important;
}
.license .license-main-data {
  padding: 30px 40px;
  background-color: #f8f5ef;
  border-bottom: 1px solid #1348a0;
  margin: 0;
}
.license .license-main-data div {
  padding: 0;
  margin: 0;
}
.license .license-main-data div label {
  font-size: 1.1429em;
  margin: 0;
  color: #1348a0;
}
.license .license-main-data div span {
  display: block;
  font-weight: 600;
  font-size: 1.2857em;
}
.license .license-container {
  padding: 5px 40px;
}
.license .license-container .license-section:nth-child(even) {
  position: relative;
}
.license .license-container .license-section:nth-child(even):before {
  content: '';
  position: absolute;
  background: #f7f7f7;
  height: 100%;
  left: -40px;
  right: -40px;
  z-index: 0;
}
.license .license-container .license-section:nth-child(even) .license-section-title {
  padding-top: 20px;
  position: relative;
}
.license .license-container .license-section:nth-child(even) .license-activities {
  position: relative;
  margin: 0;
  padding-bottom: 30px;
}
.license .license-container .license-section .license-section-title {
  border-bottom-color: rgba(0, 0, 0, 0.08);
  padding-top: 20px;
}
.license .license-container .license-section div {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
.license .license-container .license-section div label {
  font-size: 1.1429em;
  margin: 0;
  color: #9f9f9f;
}
.license .license-container .license-section div span {
  display: block;
  font-weight: 600;
  color: #444444;
}
.license .license-container .license-section div span.gold {
  color: #1348a0;
}
.license .license-container .license-section div.license-activities h3 {
  font-size: 1.1429em;
}
.license .license-container .license-section div.license-activities ul.sub-ctivities {
  list-style: none;
  padding: 0 0 0 30px;
  padding-bottom: 15px;
  margin: 0;
}
.license .license-container .license-section div.license-activities ul.sub-ctivities li {
  padding: 5px 0;
  color: #333333;
}
.license .license-container .license-section div.license-owners .owner-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.license .license-container .license-section div.license-owners .owner-item:last-child {
  border-bottom: 0;
}
.license .license-container .license-section div.license-owners .owner-item h3 {
  color: #333333;
  font-size: 1.1429em;
  margin-bottom: 25px;
  position: relative;
}
.license .license-container .license-section div.license-hscode .hscode-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}
.license .license-container .license-section div.license-hscode .hscode-item:last-child {
  border-bottom: 0;
}
.license .total-value-block {
  text-align: right;
}
.license .total-value-block label {
  display: inline-block;
  padding: 0 10px;
  font-weight: 600;
  position: relative;
  color: #333333;
  /*font-size: 20px !important;*/
  font-size: 1.2857em !important;
}
.license .total-value-block label strong {
  color: #1348a0;
}
.factories {
  margin-top: 30px;
}
.factories .locations {
  height: 350px;
  margin-bottom: 30px;
  position: relative;
}
.factories .locations #locatormap {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.factories .data-list .list-body .flex {
  display: flex;
  flex-wrap: wrap;
}
.factories .item-container {
  width: 346px;
  border-radius: 8px;
  border-color: #1348a0;
  box-shadow: 0px 21px 29px -7px rgba(207, 207, 207, 0.4);
  margin-right: 35px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 0.7857em;
  padding-bottom: 90px !important;
}
.factories .item-container.small {
  margin: 0;
}
.factories .item-container.small .get-direction {
  text-align: justify;
  padding: 0;
  border: none;
  background: none;
  margin: 20px 0 0 0;
  color: #1348a0;
  font-weight: 400;
}
.factories .item-container.small .get-direction:before {
  display: none;
}
.factories .item-container .fi-phone {
  color: #1348a0;
  position: relative;
  display: block;
  padding-left: 30px;
  transition: all 0.2s ease-in-out;
}
.factories .item-container .fi-phone:before {
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #494949;
}
.factories .item-container .get-direction {
  display: block;
  background-color: #f9f5ef;
  border: solid 1px #1348a0;
  border-radius: 8px;
  font-weight: 700;
  color: #444444;
  position: relative;
  text-align: center;
  padding: 13px 0;
  margin: 30px 0 0 0;
  font-size: 1.2857em;
  position: absolute;
  bottom: 20px;
  left: 25px;
  right: 25px;
}
.factories .item-container .get-direction:before {
  position: absolute;
  top: 50%;
  transform: translate(-35px, -50%);
  font-size: 27px;
}
.factories .item-container:nth-child(3n+3) {
  margin-right: 0;
}
.factories .item-container.main.active,
.factories .item-container.main:hover {
  background: #1348a0;
  color: #fff;
}
.factories .item-container.main.active .fi-phone,
.factories .item-container.main:hover .fi-phone {
  color: #fff;
}
.factories .item-container.main.active .fi-phone:before,
.factories .item-container.main:hover .fi-phone:before {
  color: #fff;
}
.my-training-courses {
  padding: 0px 30px 0px 30px;
  border-radius: 15px;
}
.my-training-courses .head .title {
  color: #333333;
  font-size: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.my-training-courses .head .title i {
  font-size: 36px;
  display: flex;
}
.my-training-courses .search-filter {
  padding: 30px 20px;
  background-color: #f0f3fa;
  border-radius: 0.75rem;
}
.my-training-courses .search-filter .title p {
  color: #304373;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}
.my-training-courses .search-filter .input-group {
  border: 1px solid #9ea2a9;
  border-radius: 5px;
}
.my-training-courses .search-filter .input-group .form-control {
  border: 0;
}
.my-training-courses .search-filter .input-group .btn {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0.3rem;
}
.my-training-courses .search-filter .input-group .btn:hover {
  background-color: #0d3473;
  color: #ffffff;
}
.my-training-courses .search-filter .input-group .btn:hover i {
  color: #ffffff;
}
.my-training-courses .search-filter .input-group .btn i {
  font-size: 25px;
  color: #5f646d;
}
.my-training-courses .search-filter .filter-fields {
  margin-bottom: 1.5rem;
}
.my-training-courses .search-filter .filter-fields p {
  color: #304373;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.my-training-courses .search-filter .filter-fields .form-select {
  border: 1px solid #9ea2a9;
}
.my-training-courses .search-filter .filter-fields .form-control {
  border: 1px solid #9ea2a9;
}
.my-training-courses .search-filter .filter-fields:last-child {
  margin-bottom: 0;
}
.my-training-courses .data-list .list-body .card {
  border-radius: 0.75rem;
}
.my-training-courses .data-list .list-body .card.course-card .card-body {
  padding: 20px 20px 15px 20px;
}
.my-training-courses .data-list .list-body .card.course-card .card-body .title {
  color: #1b1d21;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.my-training-courses .data-list .list-body .card.course-card .card-body .download-btn {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  vertical-align: middle;
  display: flex;
  align-items: center;
  width: fit-content;
  color: #ffffff;
  gap: 5px;
  padding: 5px 10px;
}
.my-training-courses .data-list .list-body .card.course-card .card-body .download-btn i {
  display: flex;
  font-size: 18px;
}
.my-training-courses .data-list .list-body .card.course-card .card-body .download-btn i:before {
  color: #ffffff;
}
.my-training-courses .data-list .list-body .card.course-card .card-body .value {
  color: #323438;
  font-size: 16px;
}
.my-training-courses .data-list .list-body .card.course-card .card-body .helper {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #6b7280;
}
.my-training-courses .data-list .list-body .card.course-card .card-body .d-status {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #E5E7EB;
  border-radius: 5px;
  width: max-content;
}
.my-training-courses .data-list .list-body .card.course-card .card-body .d-status span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.my-training-courses .data-list .list-body .card.course-card .card-body .d-status span.pending {
  background-color: #F59E0B;
}
.my-training-courses .data-list .list-body .card.course-card .card-body .d-status span.released {
  background-color: #34b234;
}
.my-training-courses .data-list .list-body .card.course-card .card-body .d-status span.paid {
  background-color: #34b234;
}
.my-training-courses .data-list .list-body .card.course-card .card-body .d-status span.unpaid {
  background-color: #ea4f49;
}
.my-training-courses .data-list .list-body .card.course-card .card-body .d-status p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.my-training-courses .data-list .list-body .card.course-card .card-body .d-actions {
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.my-training-courses .data-list .list-body .card.course-card .card-body .d-actions a {
  width: auto;
  height: 33px;
  font-size: 14px;
  color: #374151;
  border: 1px solid #9CA3AF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  gap: 10px;
  padding: 5px 10px;
}
.my-training-courses .data-list .list-body .card.course-card .card-body .d-actions a i {
  font-size: 20px;
}
.my-training-courses .data-list .list-body .card.card-secondary-shaded {
  background-color: #fafafa;
}
.my-training-courses .data-list .list-body .pager .page-link-active {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #185dce;
  color: #ffffff;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-training-courses .data-list .list-body .pager .page-link {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin: 5px;
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-training-courses .data-list .list-body .pager .page-item.disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.my-training-courses .card-item {
  align-items: start;
  padding: 20px 5px;
  border-radius: 15px;
  border: 1px solid lightgrey;
  max-width: 80%;
  margin-bottom: 20px;
}
.my-training-courses .content-item {
  flex-grow: 1;
  margin-left: 20px;
}
.my-training-courses .content-item h3 {
  margin: 0;
  font-size: 1.2em;
  color: #333;
}
.my-training-courses .content-item p {
  margin: 10px 0 0;
  color: darkblue;
  font-weight: 500;
}
.my-training-courses .content-item p span {
  color: #000;
}
.my-training-courses .icon-style {
  font-size: 25px;
  color: #081f45;
}
.my-training-courses .text-style {
  font-weight: 400;
  font-size: 15px;
}
.my-training-courses .center-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.progress-circliful {
  width: 90px;
  /*height: 90px;*/
  margin-left: -17px;
}
.progress-details {
  /*width: 180px;*/
  /*width:auto;*/
  width: 165px;
}
.status-container {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
.status-container .status {
  border: 1px solid #ececec;
  padding: 10px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.status-container .status .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  /*margin-right: 10px;*/
  background-color: #357abc;
}
.status-container .status .circle.InProgress {
  background-color: #b68a35;
}
.status-container .status .circle.Completed {
  background-color: #10b981;
}
.status-container .status .circle.Rejected {
  background-color: #ea4f49;
}
.status-container .status .circle.Returned {
  background-color: #b68a35;
}
.status-container .status span {
  display: flex;
  align-items: center;
  line-height: 0;
}
.status-container a {
  color: #1348a0;
  font-weight: bold;
}
.payment-history {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
}
.payment-history .payment-heading h1 {
  font-weight: 600;
  font-family: "Roboto", "Droid Arabic Kufi", sans-serif;
  color: #232528;
}
.payment-history .payment-heading i {
  font-size: 32px;
  margin-right: 8px;
  color: #232528;
}
.payment-history .search-input input {
  border: 1px solid #d1d5db;
  max-height: 40px;
}
.payment-history .search-input .fi-search {
  margin-right: 8px;
  font-size: 20px;
  left: 85%;
}
.payment-history .payment-card {
  border: 1px solid #e1e3e5;
  background-color: #ffffff;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 12px;
}
.payment-history .payment-card .card-column h5 {
  font-family: "Roboto", "Droid Arabic Kufi", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1b1d21;
  margin-bottom: 0px;
}
.payment-history .payment-card .card-column p {
  margin-bottom: 0px;
  color: #323438;
  line-height: 20px;
  font-weight: 400;
}
.payment-history .payment-card .card-column p span {
  color: #6b7280;
}
.payment-history .payment-card .card-column .payement-status {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  padding-right: 16px;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
}
.payment-history .payment-card .card-column .payement-status p {
  color: #6b7280;
}
.payment-history .payment-card .card-column .payement-status span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.payment-history .payment-card .card-column .payement-status span.paid {
  background-color: #10b981;
}
.payment-history .payment-card .card-column .payement-status span.unpaid {
  background-color: #ec4899;
}
.payment-history .payment-card .card-column .course-actions a {
  font-weight: 400;
  font-family: "Roboto", "Droid Arabic Kufi", sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  padding-right: 16px;
  background-color: #ffffff;
  border-radius: 5px;
  color: #374151;
  border: 1px solid #797e86;
}
.payment-history .payment-card .card-column .course-actions a:hover {
  background-color: #777777;
}
.customer-service-worklist {
  padding: 0 30px 0 30px;
  border-radius: 15px;
}
.customer-service-worklist .search-filter {
  padding: 30px 20px;
  background-color: #f0f3fa;
  border-radius: 0.75rem;
}
.customer-service-worklist .search-filter .title h3 {
  color: #304373;
}
.customer-service-worklist .search-filter .input-group {
  border: 1px solid #9ea2a9;
  border-radius: 5px;
}
.customer-service-worklist .search-filter .input-group .form-control {
  border: 0;
}
.customer-service-worklist .search-filter .input-group .btn {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0.3rem;
}
.customer-service-worklist .search-filter .input-group .btn:hover {
  background-color: #081f45;
  color: #ffffff;
}
.customer-service-worklist .search-filter .input-group .btn:hover i {
  color: #ffffff;
}
.customer-service-worklist .search-filter .input-group .btn i {
  font-size: 25px;
  color: #5f646d;
}
.customer-service-worklist .search-filter .filter-fields {
  margin-bottom: 1.5rem;
}
.customer-service-worklist .search-filter .filter-fields h5 {
  color: #304373;
  margin-bottom: 1.25rem;
}
.customer-service-worklist .search-filter .filter-fields .form-select {
  border: 1px solid #9ea2a9;
}
.customer-service-worklist .search-filter .filter-fields .form-control {
  border: 1px solid #9ea2a9;
}
.customer-service-worklist .data-list .list-body .card {
  border-radius: 0.75rem;
}
.customer-service-worklist .data-list .list-body .card.card-secondary-shaded {
  background-color: #fafafa;
}
.customer-service-worklist .data-list .list-body .card.license-card {
  background-color: #ababab;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.customer-service-worklist .data-list .list-body .card.license-card:before {
  font-family: 'ficons' !important;
  content: "\e90e";
  position: absolute;
  bottom: -135px;
  right: -10px;
  font-size: 270px;
  color: #b3b3b3;
}
.customer-service-worklist .data-list .list-body .card.license-card .card-body h6 {
  color: #ffffff;
}
.customer-service-worklist .data-list .list-body .card.license-card .card-body a {
  color: #ffffff;
}
.customer-service-worklist .data-list .list-body .card.license-card .card-body .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.customer-service-worklist .data-list .list-body .card.license-card .card-body .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.customer-service-worklist .data-list .list-body .card.license-card .card-body .status {
  display: flex;
  align-items: center;
  background-color: #bbd2f7;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 5px;
  color: #000000;
}
.customer-service-worklist .data-list .list-body .card.license-card .card-body .status .circle {
  width: 10px;
  height: 10px;
  background: #4a9d5c;
  border-radius: 50%;
  margin-right: 10px;
}
.customer-service-worklist .data-list .list-body .card .action {
  width: 33px;
  height: 33px;
  font-size: 18px;
  color: #6B7280;
  border: 1px solid #9CA3AF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.customer-service-worklist .page-link-active {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #0d3473;
  color: #ffffff !important;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customer-service-worklist .page-link {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin: 5px;
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customer-service-worklist .page-item.disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.customer-service-worklist .card-item {
  align-items: start;
  padding: 20px 5px;
  border-radius: 15px;
  border: 1px solid lightgrey;
  max-width: 80%;
  margin-bottom: 20px;
}
.customer-service-worklist .content-item {
  flex-grow: 1;
  margin-left: 20px;
}
.customer-service-worklist .content-item h3 {
  margin: 0;
  font-size: 1.2em;
  color: #333;
}
.customer-service-worklist .content-item p {
  margin: 10px 0 0;
  color: darkblue;
  font-weight: 500;
}
.customer-service-worklist .content-item p span {
  color: #000;
}
.customer-service-worklist .icon-style {
  font-size: 25px;
  color: #081f45;
}
.customer-service-worklist .text-style {
  font-weight: 400;
  font-size: 15px;
}
.customer-service-worklist .center-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.progress-circliful {
  width: 90px;
  height: 90px;
  margin-left: -17px;
}
.progress-details {
  /*width: 180px;*/
  width: auto;
}
.status-container {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
.status-container .status {
  border: 1px solid #ececec;
  padding: 10px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.status-container .status .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  /*margin-right: 10px;*/
}
.status-container .status .circle.InProgress {
  background-color: #b68a35;
}
.status-container .status .circle.Completed {
  background-color: #10b981;
}
.status-container .status .circle.Rejected {
  background-color: #ea4f49;
}
.status-container .status .circle.Returned {
  background-color: #b68a35;
}
.status-container .status .circle.Reopened {
  background-color: #b0c526;
}
.status-container .status span {
  display: flex;
  align-items: center;
  line-height: 0;
}
.status-container a {
  color: #1348a0;
  font-weight: bold;
}
.training-courses {
  padding: 0px 30px 0px 30px;
  border-radius: 15px;
}
.training-courses .marked-interested {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #d4edda;
  /* light green */
  color: #155724;
  /* dark green text */
  border: 1px solid #155724;
  /* dark green border */
  border-radius: 0.375rem;
  /* rounded corners */
  font-weight: 500;
}
.training-courses .head .title {
  color: #333333;
  font-size: 1.7143em;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.training-courses .head .title i {
  font-size: 36px;
  display: flex;
}
.training-courses .search-filter {
  border-radius: 0.75rem;
}
.training-courses .search-filter .title p {
  color: #304373;
  font-size: 1.8571em;
  font-weight: 700;
  line-height: 32px;
}
.training-courses .search-filter .input-group {
  border: 1px solid #9ea2a9;
  border-radius: 5px;
}
.training-courses .search-filter .input-group .form-control {
  border: 0;
}
.training-courses .search-filter .input-group .btn {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0.3rem;
}
.training-courses .search-filter .input-group .btn:hover {
  background-color: #0d3473;
  color: #ffffff;
}
.training-courses .search-filter .input-group .btn:hover i {
  color: #ffffff;
}
.training-courses .search-filter .input-group .btn i {
  font-size: 25px;
  color: #5f646d;
}
.training-courses .data-list .list-body .card {
  display: flex;
  flex-direction: column;
  flex: 0 1 309px;
  padding: 25px 20px;
  border-radius: 15px;
  box-sizing: border-box;
  min-height: 460px;
  max-height: 485px;
}
.training-courses .data-list .list-body .card .card-img img {
  border-radius: 10px;
  width: 100%;
  max-width: -webkit-fill-available;
  max-width: fill-available;
}
.training-courses .data-list .list-body .card .card-title {
  text-decoration: underline;
  line-height: 1.5;
  font-size: 20px;
  min-height: 50px;
  margin-bottom: 19px;
  margin-top: 15px;
}
.training-courses .data-list .list-body .card .card-info .card-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.training-courses .data-list .list-body .card .card-info .card-text span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.training-courses .data-list .list-body .card .card-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  /* Align links at the bottom of the card */
}
.training-courses .data-list .list-body .card .card-link a {
  color: #444444;
}
.training-courses .data-list .list-body .card .card-link a.course-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.training-courses .data-list .list-body .card .card-link a.course-link i {
  display: flex;
  font-size: 16px;
}
.training-courses .data-list .list-body .card .card-link a.course-link:hover {
  color: #1348a0;
}
.training-courses .data-list .list-body .card.card-secondary-shaded {
  background-color: #fafafa;
}
.training-courses .data-list .list-body .page-link-active {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #0d3473;
  color: #ffffff !important;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.training-courses .page-link-active {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #0d3473;
  color: #ffffff !important;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.training-courses .page-link {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin: 5px;
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.training-courses .page-item.disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.training-courses .card-item {
  align-items: start;
  padding: 20px 5px;
  border-radius: 15px;
  border: 1px solid lightgrey;
  max-width: 80%;
  margin-bottom: 20px;
}
.training-courses .content-item {
  flex-grow: 1;
  margin-left: 20px;
}
.training-courses .content-item h3 {
  margin: 0;
  font-size: 1.2em;
  color: #333;
}
.training-courses .content-item p {
  margin: 10px 0 0;
  color: darkblue;
  font-weight: 500;
}
.training-courses .content-item p span {
  color: #000;
}
.training-courses .icon-style {
  font-size: 25px;
  color: #081f45;
}
.training-courses .text-style {
  font-weight: 400;
  font-size: 15px;
}
.training-courses .center-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.training-courses .course-information {
  padding-top: 25px;
}
.training-courses .course-information .course-details {
  border-radius: 15px;
  background-color: white;
  padding: 20px 25px 15px 25px;
}
.training-courses .course-information .course-details .head .title {
  font-weight: 600;
  font-size: 24px;
  color: #1348a0;
}
.training-courses .course-information .course-details .body .details .sub-title {
  font-weight: 600;
  font-size: 18px;
  color: #232528;
  margin-bottom: .5rem;
}
.training-courses .course-information .course-details .body .details .description {
  font-weight: 400;
  font-size: 16px;
  color: #232528;
}
.training-courses .course-information .course-details .body .details .description p.certificate-requirement {
  font-weight: 600;
  font-size: 18px;
  color: #185dce;
}
.training-courses .course-information .course-details .body .details .description p span {
  color: #185dce;
  font-weight: 500;
  font-size: 16px;
}
.training-courses .course-information .course-details .body .details .subject {
  color: #185dce;
}
.training-courses .course-information .course-details .body .details .subject ul {
  list-style: disc;
}
.training-courses .course-information .course-details .body .details .subject ul li {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.training-courses .course-information .course-details .body .details .instructor img {
  height: 160px;
  width: 120px;
  object-fit: contain;
}
.training-courses .course-information .course-details .body .details .instructor .name {
  font-weight: 600;
  font-size: 18px;
  color: #185dce;
  margin-bottom: .5rem;
}
.training-courses .course-information .course-details .body .details .instructor .description p {
  color: #232528;
  font-weight: 400;
  font-size: 16px;
}
.training-courses .course-information .course-summary {
  border-radius: 15px;
  background-color: white;
  padding: 20px 25px 15px 25px;
}
.training-courses .course-information .course-summary .details .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #232528;
  margin-bottom: .5rem;
}
.training-courses .course-information .course-summary .details .value {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #232528;
}
.training-courses .course-information .course-summary .details .course-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #232528;
  margin-bottom: 0;
}
.training-courses .course-information .course-summary .details .course-name {
  font-weight: 600;
  font-size: 24px;
  color: #1348a0;
  margin-bottom: .5rem;
}
.training-courses .course-information .course-summary .note {
  font-weight: 400;
  font-size: 16px;
  color: #ff0004;
}
.training-courses .course-information .course-summary .action a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
}
.training-courses .course-information .course-summary .action a i {
  display: flex;
  font-size: 20px;
}
.training-courses .related-training-courses {
  padding: 0px 0px 10px 0px;
}
.training-courses .related-training-courses .training-course {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 15px;
}
.training-courses .related-training-courses .training-course .courses-header {
  color: #232528;
  font-size: 1.7143em;
  font-weight: 600;
}
.training-courses .related-training-courses .training-course .courses-header p {
  display: flex;
  align-items: center;
  gap: 10px;
}
.training-courses .related-training-courses .training-course .courses-header p i {
  display: flex;
  font-size: 31px;
}
.training-courses .related-training-courses .training-course .courses-header a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  vertical-align: middle;
  display: flex;
  align-items: center;
  width: fit-content;
  color: #232528;
}
.training-courses .related-training-courses .training-course .courses-header a i {
  display: flex;
  font-size: 20px;
}
.training-courses .related-training-courses .training-course .nav-service {
  list-style: none;
  padding-left: 0;
  border-bottom: 2px solid #bbd2f7;
  display: inline-flex;
  gap: 15px;
  padding: 0px;
}
.training-courses .related-training-courses .training-course .nav-service .nav-item {
  font-weight: 500;
  display: inline-block;
}
.training-courses .related-training-courses .training-course .nav-service .nav-item .nav-link {
  color: #797e86;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 20px !important;
  font-size: 1.1429em;
  font-weight: 500;
  line-height: 24px;
}
.training-courses .related-training-courses .training-course .nav-service .nav-item .nav-link.active,
.training-courses .related-training-courses .training-course .nav-service .nav-item .nav-link:hover {
  color: #1348a0;
  border-bottom: 1px solid #1348a0;
}
.training-courses .related-training-courses .training-course .input-group {
  border: 1px solid #444444;
  border-radius: 5px;
}
.training-courses .related-training-courses .training-course .input-group.search-input {
  border: 1px solid #9ea2a9;
}
.training-courses .related-training-courses .training-course .input-group .form-control {
  border: 0;
}
.training-courses .related-training-courses .training-course .input-group .btn {
  padding: 0 10px;
  border-radius: 1px;
}
.training-courses .related-training-courses .training-course .input-group .btn:hover,
.training-courses .related-training-courses .training-course .input-group .btn:active {
  background-color: #1348a0;
  color: #ffffff;
}
.training-courses .related-training-courses .training-course .input-group .btn i {
  display: flex;
  font-size: 20px;
}
.training-courses .related-training-courses .training-course .data-list > .list-body.owl-carousel .owl-dots,
.training-courses .related-training-courses .training-course .courses-carousel.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}
.training-courses .related-training-courses .training-course .data-list > .list-body.owl-carousel .owl-dots button.owl-dot,
.training-courses .related-training-courses .training-course .courses-carousel.owl-carousel .owl-dots button.owl-dot {
  background-color: #d2d6dd;
  margin: 5px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  padding: 0;
}
.training-courses .related-training-courses .training-course .data-list > .list-body.owl-carousel .owl-dots button.owl-dot.active,
.training-courses .related-training-courses .training-course .courses-carousel.owl-carousel .owl-dots button.owl-dot.active {
  background-color: #000000;
}
.training-courses .related-training-courses .training-course .data-list > .list-body .card,
.training-courses .related-training-courses .training-course .courses-carousel .card {
  padding: 23px 20px;
  border-radius: 15px;
}
.training-courses .related-training-courses .training-course .data-list > .list-body .card .card-title,
.training-courses .related-training-courses .training-course .courses-carousel .card .card-title {
  text-decoration: underline;
  line-height: 1.5;
  margin-bottom: 0.9rem;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  height: 55px;
}
.training-courses .related-training-courses .training-course .data-list > .list-body .card .card-link,
.training-courses .related-training-courses .training-course .courses-carousel .card .card-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.training-courses .related-training-courses .training-course .data-list > .list-body .card .card-link a,
.training-courses .related-training-courses .training-course .courses-carousel .card .card-link a {
  color: #444444;
}
.training-courses .related-training-courses .training-course .data-list > .list-body .card .card-link a.service-link,
.training-courses .related-training-courses .training-course .courses-carousel .card .card-link a.service-link,
.training-courses .related-training-courses .training-course .data-list > .list-body .card .card-link a.course-link,
.training-courses .related-training-courses .training-course .courses-carousel .card .card-link a.course-link {
  font-size: 1em;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.training-courses .related-training-courses .training-course .data-list > .list-body .card .card-link a.service-link i,
.training-courses .related-training-courses .training-course .courses-carousel .card .card-link a.service-link i,
.training-courses .related-training-courses .training-course .data-list > .list-body .card .card-link a.course-link i,
.training-courses .related-training-courses .training-course .courses-carousel .card .card-link a.course-link i {
  display: flex;
}
.training-courses .related-training-courses .training-course .data-list > .list-body .card .card-link a.service-link:hover,
.training-courses .related-training-courses .training-course .courses-carousel .card .card-link a.service-link:hover,
.training-courses .related-training-courses .training-course .data-list > .list-body .card .card-link a.course-link:hover,
.training-courses .related-training-courses .training-course .courses-carousel .card .card-link a.course-link:hover {
  color: #1348a0;
}
.training-courses .related-training-courses .training-course .data-list > .list-body .card .card-link a.favorite i,
.training-courses .related-training-courses .training-course .courses-carousel .card .card-link a.favorite i {
  font-size: 20px;
}
.training-courses .related-training-courses .training-course .data-list > .list-body .card .card-link a.favorite i:hover:before,
.training-courses .related-training-courses .training-course .courses-carousel .card .card-link a.favorite i:hover:before {
  font-family: 'ficons' !important;
  content: '\e922';
}
.training-courses .related-training-courses .training-course .data-list > .list-body .card .card-img,
.training-courses .related-training-courses .training-course .courses-carousel .card .card-img {
  margin-bottom: 20px;
}
.training-courses .related-training-courses .training-course .data-list > .list-body .card .card-img img,
.training-courses .related-training-courses .training-course .courses-carousel .card .card-img img {
  border-radius: 10px;
  width: 100%;
  max-width: -webkit-fill-available;
  max-width: fill-available;
  /* fallback for some browsers */
}
.training-courses .related-training-courses .training-course .data-list > .list-body .card .card-text,
.training-courses .related-training-courses .training-course .courses-carousel .card .card-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.training-courses .related-training-courses .training-course .data-list > .list-body .card .card-text span,
.training-courses .related-training-courses .training-course .courses-carousel .card .card-text span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.e-shop {
  padding: 0px 30px 0px 30px;
  border-radius: 15px;
}
.e-shop .page-count-details .pagination {
  padding: 0;
  justify-content: center !important;
}
.e-shop .head .title {
  color: #333333;
  font-size: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.e-shop .head .title i {
  font-size: 36px;
  display: flex;
}
.e-shop .search-filter {
  padding: 30px 20px;
  background-color: #f0f3fa;
  border-radius: 0.75rem;
}
.e-shop .search-filter .title p {
  color: #304373;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}
.e-shop .search-filter .input-group {
  border: 1px solid #9ea2a9;
  border-radius: 5px;
}
.e-shop .search-filter .input-group .form-control {
  border: 0;
}
.e-shop .search-filter .input-group .btn {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0.3rem;
}
.e-shop .search-filter .input-group .btn:hover {
  background-color: #0d3473;
  color: #ffffff;
}
.e-shop .search-filter .input-group .btn:hover i {
  color: #ffffff;
}
.e-shop .search-filter .input-group .btn i {
  font-size: 25px;
  color: #5f646d;
}
.e-shop .search-filter .filter-fields {
  margin-bottom: 1.5rem;
}
.e-shop .search-filter .filter-fields p {
  color: #304373;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.e-shop .search-filter .filter-fields .form-control {
  border: 1px solid #9ea2a9;
}
.e-shop .search-filter .filter-fields .form-check .form-check-input {
  width: 20px;
  height: 20px;
  border: 1px solid #1348a0;
}
.e-shop .search-filter .filter-fields .form-check .form-check-input:checked {
  background-color: #1348a0;
  border-color: #1348a0;
}
.e-shop .search-filter .filter-fields .form-check .form-check-input:hover {
  border: 1px solid #1348a0;
}
.e-shop .search-filter .filter-fields .form-check .form-check-label {
  display: flex;
  align-items: center;
  line-height: 0px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  padding: 10px 10px;
  margin: 5px 0px 0px 0px;
}
.e-shop .search-filter .filter-fields:last-child {
  margin-bottom: 0;
}
.e-shop .search-filter .filter-fields input[type='radio']:checked:after {
  top: -4px;
  left: -2px;
}
.e-shop .data-list .list-body .e-shop-card .card-body {
  padding-top: 0px;
}
.e-shop .data-list .list-body .e-shop-card .card-body .img-container {
  background-color: #F3F4F6;
  padding: 15px 20px 20px 20px;
  border-radius: 10px;
  text-align: center;
}
.e-shop .data-list .list-body .e-shop-card .card-body .img-container .category {
  padding: 5px 0px 10px 0px;
  display: flex;
  justify-content: end;
}
.e-shop .data-list .list-body .e-shop-card .card-body .img-container .category .badge {
  background-color: #FFFBEB;
  border: 1px solid #F59E0B;
}
.e-shop .data-list .list-body .e-shop-card .card-body .img-container .category .badge.badge-category {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  color: #D97706;
  border-radius: 15px;
  padding: 3px 10px;
}
.e-shop .data-list .list-body .e-shop-card .card-body .img-container .img-product {
  width: 100%;
  height: 100%;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info {
  margin-top: 10px;
  /*
            .category {
                font-size: 14px;
                font-weight: 400;
                line-height: 16px;
                color: @gray-note-color;

                p {
                    margin-bottom: 5px;
                }
            }*/
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .product-type {
  padding: 0px 0px 10px 0px;
  display: flex;
  justify-content: start;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .product-type .badge {
  background-color: #E8F0FC;
  border: 1px solid #1348a0;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .product-type .badge.badge-type {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  color: #1348a0;
  border-radius: 15px;
  padding: 3px 10px;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .title {
  font-weight: 600;
  font-size: 18px;
  color: #1f2937;
  cursor: pointer;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .title p {
  margin-bottom: 5px;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .title:hover {
  color: #1348a0;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .price {
  font-weight: 400;
  font-size: 16px;
  color: #6b7280;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .price p {
  margin-bottom: 5px;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .action .add-to-cart-container,
.e-shop .data-list .list-body .e-shop-card .card-body .info .action .quantity-controls {
  transition: opacity 0.2s ease-in-out;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .action .btn-add-to-cart {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  gap: 8px;
  padding: 10px 12px;
  background-color: #9ca3af;
  border-radius: 5px;
  display: flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .action .btn-add-to-cart i {
  font-size: 24px;
  display: flex;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .action .btn-add-to-cart:hover {
  background-color: #808998;
  color: #ffffff;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .action .quantity-controls .input-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 140px;
  margin-bottom: 0;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .action .quantity-controls .input-group .btn-minus,
.e-shop .data-list .list-body .e-shop-card .card-body .info .action .quantity-controls .input-group .btn-plus {
  transition: all 0.2s ease-in-out;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .action .quantity-controls .input-group .btn-minus:hover,
.e-shop .data-list .list-body .e-shop-card .card-body .info .action .quantity-controls .input-group .btn-plus:hover {
  background-color: #545b62;
  border-color: #494f54;
  color: #ffffff;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .action .quantity-controls .input-group .btn-minus.disabled,
.e-shop .data-list .list-body .e-shop-card .card-body .info .action .quantity-controls .input-group .btn-plus.disabled {
  background-color: #ececeb;
  border-color: #ececeb;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .action .quantity-controls .input-group .quantity-field {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  flex: 0 0 auto;
  width: 60px;
  height: 40px;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .action .quantity-controls .input-group .quantity-field:focus {
  border-color: #1348a0;
  box-shadow: 0 0 0 0.2rem rgba(19, 72, 160, 0.25);
  z-index: 3;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .action .quantity-controls .input-group .quantity-field.disabled {
  background-color: #ececeb;
  border-color: #ececeb;
  pointer-events: none;
  user-select: none;
  opacity: 1;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .action .quantity-controls .input-group .btn-minus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .action .quantity-controls .input-group .btn-minus.disabled {
  background-color: #ececeb;
  border-color: #ececeb;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .action .quantity-controls .input-group .btn-plus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.e-shop .data-list .list-body .e-shop-card .card-body .info .action .quantity-controls .input-group .btn-plus.disabled {
  background-color: #ececeb;
  border-color: #ececeb;
}
.eshop-card {
  padding: 0px 30px 0px 30px;
  border-radius: 15px;
}
.eshop-card .product-shell {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
}
.eshop-card .product-shell .product-title {
  font-weight: 700;
  font-size: 30px;
  color: #1F2937;
}
.eshop-card .product-shell .product-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.eshop-card .product-shell .product-price {
  font-weight: 600;
  font-size: 30px;
  color: #1348A0;
}
.eshop-card .product-shell .product-type {
  font-weight: 400;
  font-size: 16px;
  color: #6B7280;
}
.eshop-card .product-shell .product-type .badge {
  background-color: #E8F0FC;
  border: 1px solid #1348a0;
}
.eshop-card .product-shell .product-type .badge.badge-type {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  color: #1348a0;
  border-radius: 15px;
  padding: 3px 10px;
}
.eshop-card .product-shell .action .add-to-cart-container,
.eshop-card .product-shell .action .quantity-controls {
  transition: opacity 0.2s ease-in-out;
}
.eshop-card .product-shell .action .btn-add-to-cart {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  gap: 8px;
  padding: 10px 12px;
  background-color: #185DCE;
  border-radius: 5px;
  display: flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
}
.eshop-card .product-shell .action .btn-add-to-cart i {
  font-size: 24px;
  display: flex;
}
.eshop-card .product-shell .action .btn-add-to-cart:hover {
  background-color: #808998;
  color: #ffffff;
}
.eshop-card .product-shell .action .quantity-controls .input-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 140px;
  margin-bottom: 0;
}
.eshop-card .product-shell .action .quantity-controls .input-group .btn-minus,
.eshop-card .product-shell .action .quantity-controls .input-group .btn-plus {
  transition: all 0.2s ease-in-out;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.eshop-card .product-shell .action .quantity-controls .input-group .btn-minus:hover,
.eshop-card .product-shell .action .quantity-controls .input-group .btn-plus:hover {
  background-color: #545b62;
  border-color: #494f54;
  color: #ffffff;
}
.eshop-card .product-shell .action .quantity-controls .input-group .btn-minus.disabled,
.eshop-card .product-shell .action .quantity-controls .input-group .btn-plus.disabled {
  background-color: #ececeb;
  border-color: #ececeb;
}
.eshop-card .product-shell .action .quantity-controls .input-group .quantity-field {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  flex: 0 0 auto;
  width: 60px;
  height: 40px;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.eshop-card .product-shell .action .quantity-controls .input-group .quantity-field:focus {
  border-color: #1348a0;
  box-shadow: 0 0 0 0.2rem rgba(19, 72, 160, 0.25);
  z-index: 3;
}
.eshop-card .product-shell .action .quantity-controls .input-group .quantity-field.disabled {
  background-color: #ececeb;
  border-color: #ececeb;
  pointer-events: none;
  user-select: none;
  opacity: 1;
}
.eshop-card .product-shell .action .quantity-controls .input-group .btn-minus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.eshop-card .product-shell .action .quantity-controls .input-group .btn-minus.disabled {
  background-color: #ececeb;
  border-color: #ececeb;
}
.eshop-card .product-shell .action .quantity-controls .input-group .btn-plus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.eshop-card .product-shell .action .quantity-controls .input-group .btn-plus.disabled {
  background-color: #ececeb;
  border-color: #ececeb;
}
.eshop-card .product-shell .product-variant {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #6B7280;
}
.eshop-card .product-shell .product-gallery {
  background: #ffffff;
}
.eshop-card .product-shell .product-gallery .thumbs-carousel {
  margin-top: 10px;
}
.eshop-card .product-shell .product-gallery .thumbs-carousel .thumb-btn {
  background-color: #F3F4F6;
}
.eshop-card .product-shell .product-gallery .thumbs-carousel .thumb-btn .thumb {
  width: 113px;
  height: 100px;
  object-fit: cover;
  background-color: #F3F4F6;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
  padding: 15px;
}
.eshop-card .product-shell .product-gallery .thumbs-carousel .thumb-btn .thumb.active {
  border: 1px solid #1348a0;
}
.eshop-card .product-shell .product-gallery .thumbs-carousel .thumb-btn:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.eshop-card .product-shell .product-gallery .thumbs-carousel.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}
.eshop-card .product-shell .product-gallery .thumbs-carousel.owl-carousel .owl-dots button.owl-dot {
  background-color: #d2d6dd;
  margin: 5px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  padding: 0;
}
.eshop-card .product-shell .product-gallery .thumbs-carousel.owl-carousel .owl-dots button.owl-dot.active {
  background-color: #000000;
}
.eshop-card .product-shell .product-main-img {
  width: 100%;
  object-fit: contain;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 25px;
}
.eshop-card .product-shell .price {
  font-weight: 700;
  letter-spacing: 0.2px;
}
.eshop-card .product-shell .tab-pane .meta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}
.eshop-card .product-shell .tab-pane .meta-row .label {
  min-width: 90px;
  color: #6c757d;
}
.eshop-card .product-shell .nav-tabs .nav-link {
  color: #1F2937;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  background-color: #F3F4F6;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.eshop-card .product-shell .nav-tabs .nav-link.active {
  background-color: #E8F0FC;
  color: #1348A0;
}
.eshop-card .product-shell .tab-content {
  margin-top: 0px;
}
.eshop-card .product-shell .btn-group input[type='radio'] {
  position: relative;
  left: 35px;
  -webkit-appearance: radio;
  top: 10px;
  margin-left: -10px;
}
.eshop-card .product-shell .btn-group label {
  position: relative;
  left: -13px;
  background-color: #F3F4F6;
  color: #4B5563;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-color: #D1D5DB;
  border-radius: 7px;
  padding: 10px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.eshop-card .product-shell .btn-group label.active {
  border-color: #1348A0;
  background-color: #1348A0;
  color: #fff;
}
.eshop-card .related-products {
  padding-top: 30px;
}
.eshop-card .related-products .e-shop-product-list {
  padding: 0px 30px 0px 30px;
  border-radius: 15px;
}
.eshop-card .related-products .e-shop-product-list .product-header .section-title {
  font-weight: 600;
  font-size: 24px;
  color: #232528;
}
.eshop-card .related-products .e-shop-product-list .product-header .view-all {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.eshop-card .related-products .e-shop-product-list .product-header .view-all:hover {
  color: #1348A0;
}
.eshop-card .related-products .e-shop-product-list .product-header .view-all:hover i:before {
  color: #1348A0;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body {
  padding-top: 0px;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .img-container {
  background-color: #F3F4F6;
  padding: 15px 20px 20px 20px;
  border-radius: 10px;
  text-align: center;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .img-container .category {
  padding: 5px 0px 10px 0px;
  display: flex;
  justify-content: end;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .img-container .category .badge {
  background-color: #FFFBEB;
  border: 1px solid #F59E0B;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .img-container .category .badge.badge-category {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  color: #D97706;
  border-radius: 15px;
  padding: 3px 10px;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .img-container .img-product {
  width: 100%;
  height: 100%;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info {
  margin-top: 10px;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .product-type {
  padding: 0px 0px 10px 0px;
  display: flex;
  justify-content: start;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .product-type .badge {
  background-color: #E8F0FC;
  border: 1px solid #1348a0;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .product-type .badge.badge-type {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  color: #1348a0;
  border-radius: 15px;
  padding: 3px 10px;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .title {
  font-weight: 600;
  font-size: 18px;
  color: #1f2937;
  cursor: pointer;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .title p {
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 55px;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .title:hover {
  color: #1348a0;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .price {
  font-weight: 400;
  font-size: 16px;
  color: #6b7280;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .price p {
  margin-bottom: 5px;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .action .add-to-cart-container,
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .action .quantity-controls {
  transition: opacity 0.2s ease-in-out;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .action .btn-add-to-cart {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  gap: 8px;
  padding: 10px 12px;
  background-color: #9ca3af;
  border-radius: 5px;
  display: flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .action .btn-add-to-cart i {
  font-size: 24px;
  display: flex;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .action .btn-add-to-cart:hover {
  background-color: #808998;
  color: #ffffff;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .action .quantity-controls .input-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 140px;
  margin-bottom: 0;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .action .quantity-controls .input-group .btn-minus,
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .action .quantity-controls .input-group .btn-plus {
  transition: all 0.2s ease-in-out;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .action .quantity-controls .input-group .btn-minus:hover,
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .action .quantity-controls .input-group .btn-plus:hover {
  background-color: #545b62;
  border-color: #494f54;
  color: #ffffff;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .action .quantity-controls .input-group .btn-minus.disabled,
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .action .quantity-controls .input-group .btn-plus.disabled {
  background-color: #ececeb;
  border-color: #ececeb;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .action .quantity-controls .input-group .quantity-field {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  flex: 0 0 auto;
  width: 60px;
  height: 40px;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .action .quantity-controls .input-group .quantity-field:focus {
  border-color: #1348a0;
  box-shadow: 0 0 0 0.2rem rgba(19, 72, 160, 0.25);
  z-index: 3;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .action .quantity-controls .input-group .quantity-field.disabled {
  background-color: #ececeb;
  border-color: #ececeb;
  pointer-events: none;
  user-select: none;
  opacity: 1;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .action .quantity-controls .input-group .btn-minus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .action .quantity-controls .input-group .btn-minus.disabled {
  background-color: #ececeb;
  border-color: #ececeb;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .action .quantity-controls .input-group .btn-plus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .info .action .quantity-controls .input-group .btn-plus.disabled {
  background-color: #ececeb;
  border-color: #ececeb;
}
.eshop-card .related-products .e-shop-product-list .products-carousel.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}
.eshop-card .related-products .e-shop-product-list .products-carousel.owl-carousel .owl-dots button.owl-dot {
  background-color: #d2d6dd;
  margin: 5px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  padding: 0;
}
.eshop-card .related-products .e-shop-product-list .products-carousel.owl-carousel .owl-dots button.owl-dot.active {
  background-color: #000000;
}
.cart-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 12px 20px;
  border-radius: 4px;
  color: white;
  font-weight: 500;
  z-index: 10000;
  transform: translateX(400px);
  transition: transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.cart-notification--success {
  background-color: #28a745;
}
.cart-notification--error {
  background-color: #dc3545;
}
.cart-notification--show {
  transform: translateX(0);
}
.btn-plus,
.btn-minus {
  position: relative;
}
.btn-plus:disabled,
.btn-minus:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-plus.disabled,
.btn-minus.disabled {
  background-color: #ececeb;
  border-color: #ececeb;
}
.btn-plus .fi-loading,
.btn-minus .fi-loading {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-add-to-cart {
  position: relative;
  transition: all 0.2s ease;
}
.btn-add-to-cart:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-add-to-cart .fi-update {
  animation: spin 1s linear infinite;
}
.page-link-active {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #185dce;
  color: white !important;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-link {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin: 5px;
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-item.disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.my-services .cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0px;
  justify-content: flex-start;
}
.my-services .card {
  display: flex;
  flex-direction: column;
  flex: 0 1 309px;
  padding: 30px 19px;
  border-radius: 15px;
  box-sizing: border-box;
  /*   min-height: 250px;
    max-height: 250px;*/
}
.my-services .card .card-title {
  text-decoration: underline;
  line-height: 1.5;
  font-size: 20px;
  min-height: 60px;
  margin-bottom: 1.5rem;
}
.my-services .card .card-text {
  /*flex: 1;*/
  margin-bottom: 10px;
}
.my-services .card .card-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  /* Align links at the bottom of the card */
}
.my-services .card .card-link a {
  color: #444444;
}
.my-services .card .card-link a.service-link {
  font-weight: 600;
}
.my-services .card .card-link a.service-link:hover {
  color: #1348a0;
}
.my-services .card .card-link a.favorite i {
  font-size: 20px;
}
.my-services .card .card-link a.favorite i:hover:before {
  font-family: 'ficons' !important;
  content: '\e922';
}
@media (max-width: 992px) {
  .my-services .card {
    flex: 0 1 calc(30%);
  }
}
@media (max-width: 768px) {
  .my-services .card {
    flex: 0 1 calc(80%);
  }
}
.my-services .page-link-active {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #0d3473;
  color: #ffffff !important;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-services .page-link {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin: 5px;
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-services .page-item.disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.my-services .card-inv {
  align-items: center;
  justify-content: space-between;
  padding: 4px 4px;
  border-radius: 15px;
  border: 1px solid lightgrey;
  max-width: 100%;
  margin: 20px auto;
}
.my-services .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  color: grey;
  transition: max-height 0.2s ease-out;
}
.services-list .title {
  color: #333333;
  font-size: 1.7143em;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.services-list .title i {
  font-size: 36px;
  display: flex;
}
.services-list .search-filter {
  border-radius: 0.75rem;
}
.services-list .search-filter .title p {
  color: #304373;
  font-size: 1.8571em;
  font-weight: 700;
  line-height: 32px;
}
.services-list .search-filter .input-group {
  border: 1px solid #9ea2a9;
  border-radius: 5px;
}
.services-list .search-filter .input-group .form-control {
  border: 0;
}
.services-list .search-filter .input-group .btn {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0.3rem;
}
.services-list .search-filter .input-group .btn:hover {
  background-color: #0d3473;
  color: #ffffff;
}
.services-list .search-filter .input-group .btn:hover i {
  color: #ffffff;
}
.services-list .search-filter .input-group .btn i {
  font-size: 20px;
  color: #5f646d;
}
.my-courses .cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0px;
  justify-content: flex-start;
}
.my-courses .card {
  display: flex;
  flex-direction: column;
  flex: 0 1 309px;
  padding: 30px 19px;
  border-radius: 15px;
  box-sizing: border-box;
  min-height: 250px;
  max-height: 250px;
}
.my-courses .card .card-title {
  text-decoration: underline;
  line-height: 1.5;
  font-size: 20px;
  min-height: 50px;
  margin-bottom: 1.5rem;
}
.my-courses .card .card-text {
  /*flex: 1;*/
  margin-bottom: 10px;
}
.my-courses .card .card-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  /* Align links at the bottom of the card */
}
.my-courses .card .card-link a {
  color: #444444;
}
.my-courses .card .card-link a.course-link {
  font-weight: 600;
}
.my-courses .card .card-link a.course-link:hover {
  color: #1348a0;
}
.my-courses .card .card-link a.favorite i {
  font-size: 20px;
}
.my-courses .card .card-link a.favorite i:hover:before {
  font-family: 'ficons' !important;
  content: '\e922';
}
@media (max-width: 992px) {
  .my-courses .card {
    flex: 0 1 calc(30%);
  }
}
@media (max-width: 768px) {
  .my-courses .card {
    flex: 0 1 calc(80%);
  }
}
.my-courses .page-link-active {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #081f45;
  color: white;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-courses .page-link {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin: 5px;
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-courses .page-item.disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.my-courses .card-inv {
  align-items: center;
  justify-content: space-between;
  padding: 4px 4px;
  border-radius: 15px;
  border: 1px solid lightgrey;
  max-width: 100%;
  margin: 20px auto;
}
.my-courses .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  color: grey;
  transition: max-height 0.2s ease-out;
}
.shopping-carts {
  padding: 0px 30px 0px 30px;
  border-radius: 15px;
}
.shopping-carts .cart-header .title {
  color: #333333;
  font-size: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.shopping-carts .cart-header .title i {
  font-size: 36px;
  display: flex;
}
.shopping-carts .cart-body table thead {
  background-color: #F3F4F6;
}
.shopping-carts .cart-body table thead tr th {
  padding: 25px;
  border-bottom-color: unset;
}
.shopping-carts .cart-body table thead tr th p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #6B7280;
}
.shopping-carts .cart-body table thead tr th .chkbox {
  height: 22px;
  outline: none;
  border: none;
  border: 2px solid #1348a0;
  border-radius: 5px;
  color: #8f8f8f;
  box-shadow: none !important;
  font-size: 1em;
  width: 100%;
}
.shopping-carts .cart-body table .list-body tr {
  vertical-align: baseline;
}
.shopping-carts .cart-body table .list-body tr td {
  padding: 0px 25px;
}
.shopping-carts .cart-body table .list-body tr td .product-type-text {
  font-weight: bold;
  font-size: 14px;
  color: #1348A0;
}
.shopping-carts .cart-body table .list-body tr td .chkbox {
  height: 22px;
  outline: none;
  border: none;
  border: 2px solid #1348a0;
  border-radius: 5px;
  color: #8f8f8f;
  box-shadow: none !important;
  font-size: 1em;
  width: 100%;
  vertical-align: middle;
}
.shopping-carts .cart-body table .list-body tr td p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #6B7280;
}
.shopping-carts .cart-body table .list-body tr td .input-group {
  flex-wrap: unset;
  width: 130px;
}
.shopping-carts .cart-body table .list-body tr td .input-group #btn-minus,
.shopping-carts .cart-body table .list-body tr td .input-group #btn-plus {
  padding: 8px 14px !important;
  border-color: #D1D5DB;
}
.shopping-carts .cart-body table .list-body tr td .input-group #btn-minus:hover,
.shopping-carts .cart-body table .list-body tr td .input-group #btn-plus:hover {
  background-color: #1348a0;
  color: #ffffff;
}
.shopping-carts .cart-body table .list-body tr td .input-group #btn-minus.disabled,
.shopping-carts .cart-body table .list-body tr td .input-group #btn-plus.disabled {
  background-color: #ececeb;
  border-color: #ececeb;
}
.shopping-carts .cart-body table .list-body tr td .input-group .quantity-field {
  height: 42px;
  border: 1px solid #D1D5DB;
}
.shopping-carts .cart-body table .list-body tr td .input-group .quantity-field.disabled {
  background-color: #ececeb;
  border-color: #ececeb;
  pointer-events: none;
  user-select: none;
  opacity: 1;
}
.shopping-carts .cart-body table .list-body tr td .btn-action {
  font-weight: 400;
  font-size: 16px;
  color: #DC2626;
  display: flex;
  align-items: center;
  gap: 10px;
}
.shopping-carts .cart-body table .list-body tr td .btn-action i {
  display: flex;
  font-size: 18px;
  margin-left: 5px;
}
.shopping-carts .cart-body table .list-body tr td a.title {
  cursor: pointer;
  color: #1348a0;
}
.shopping-carts .cart-body table .list-body tr td a.title:hover {
  color: #6B7280;
}
.shopping-carts .cart-footer {
  margin: 20px 0px 30px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shopping-carts .cart-footer .actions a {
  width: 112px;
  height: 40px;
  border-radius: 5px;
  border-width: 1px;
  gap: 8px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  color: #EF4444;
  border: 1px solid #EF4444;
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.shopping-carts .cart-footer .actions a i {
  display: flex;
  color: #EF4444;
  font-size: 15px;
}
.shopping-carts .cart-footer .info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.shopping-carts .cart-footer .info .separator-sm {
  background-color: #D1D5DB !important;
}
.shopping-carts .cart-footer .info p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #232528;
  margin-bottom: 0px;
}
.shopping-carts .cart-footer .info p .count {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  margin: 0px 5px 0px 5px;
  color: #374151;
}
.shopping-carts .cart-footer .info p .amount {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #1348A0;
  margin: 0px 10px;
}
.shopping-carts .cart-footer .info a {
  width: 215px;
  height: 56px;
  border-radius: 5px;
  gap: 8px;
  padding-top: 16px;
  padding-right: 12px;
  padding-bottom: 16px;
  padding-left: 12px;
  background-color: #185dce;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
}
.shopping-carts .cart-footer .info a:hover {
  background-color: #1348a0;
}
.shopping-carts .empty-cart {
  margin-top: 20px auto 10px auto;
  text-align: center;
}
.shopping-carts .empty-cart img {
  width: 200px;
  height: 181px;
}
.shopping-carts .empty-cart .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  margin-top: 30px;
  color: #232528;
}
.shopping-carts .empty-cart .sub-text {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  color: #232528;
}
.shopping-carts .empty-cart .action {
  margin: 40px auto;
}
.shopping-carts .empty-cart .action a {
  width: 215px;
  height: 56px;
  border-radius: 5px;
  gap: 8px;
  padding-top: 16px;
  padding-right: 12px;
  padding-bottom: 16px;
  padding-left: 12px;
  background-color: #185dce;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
}
.shopping-carts .empty-cart .action a:hover {
  background-color: #1348a0;
}
/* Evaluate Program */
.evaluate-program {
  border-radius: 15px;
  /* Buttons */
}
.evaluate-program button.form.form-control.btn-normal {
  background: #185dce;
  color: white;
}
.evaluate-program button.form.form-control.btn-normal:hover {
  background-color: #1348a0 !important;
  color: #ffffff;
}
.evaluate-program button.form.form-control.btn-normal:disabled {
  background-color: #cccccc !important;
  border-color: #bbbbbb;
  color: #666666;
  cursor: not-allowed;
  opacity: 0.65;
}
.evaluate-program .mb-80px {
  margin-bottom: 80px;
}
.evaluate-program h3 {
  font-size: 2.2em;
  line-height: 1.2;
  font-weight: 700;
  color: #1a1c1d;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.evaluate-program .more-information-section {
  border: 1px solid #efeff0;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  padding: 32px !important;
}
.evaluate-program .more-information-section > p:first-child {
  min-height: auto;
  margin-bottom: 20px;
}
.evaluate-program .form-check .field-validation-error {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.evaluate-program .radio-number-label {
  font-size: 0.9em;
  margin-bottom: 8px;
  color: #6c757d;
  font-weight: 500;
  position: relative;
  right: 15px;
}
.evaluate-program .radio-btn-label {
  border: 1px solid #D1D2D3;
  font-size: 1em;
}
.evaluate-program .radio-btn-label-without-numbers {
  font-size: 1em;
  border-color: #D1D2D3;
}
.evaluate-program .form-check-input:active,
.evaluate-program .form-check-input:focus,
.evaluate-program .form-check-input:checked {
  outline: none;
  box-shadow: none;
  background-color: green;
}
.evaluate-program .characters-number-section {
  right: 12px;
  bottom: 0;
}
.evaluate-program textarea {
  border: 1px solid #D1D2D3;
  resize: none;
}
.evaluate-program .evaluate-question {
  font-size: 1.5em;
  /* Increased from 1.15em */
  font-weight: 700;
  line-height: 1.4;
  color: #1a1c1d;
}
.evaluate-program .evaluate-question-choice {
  font-size: 1.25em;
  /* Increased from 1em */
  font-weight: 400;
  line-height: 24px;
  color: #1B1D21;
}
.evaluate-program select {
  appearance: auto !important;
}
.evaluate-program .is-invalid ~ .invalid-tooltip {
  display: block;
}
body.ar {
  font-family: "Droid Arabic Kufi", sans-serif;
  direction: rtl;
  font-size: 12px;
}
body.ar .tiva-events-calendar {
  font-family: "Droid Arabic Kufi", sans-serif;
}
.ar button,
.ar input,
.ar optgroup,
.ar select,
.ar textarea {
  font-family: "Droid Arabic Kufi", sans-serif;
}
.ar {
  /*.has-complete {
      .form-control.required, .form-control.dependValidator, .jFiler-input-text, .selectize-control.required .selectize-input, .selectize-control.dependValidator .selectize-input {
          border-right-color: @primary-color;
      }
  }*/
  /*.popover[class*=tour-] .popover-navigation [data-role=end] {
      float: left;
  }*/
  /****************************** Bootstrap Modal **********************/
  /****************************** Bootstrap Modal **********************/
  /* The container */
  /* Create a custom checkbox */
}
@media (min-width: 768px) {
  .ar .col-sm-1,
  .ar .col-sm-10,
  .ar .col-sm-11,
  .ar .col-sm-12,
  .ar .col-sm-2,
  .ar .col-sm-3,
  .ar .col-sm-4,
  .ar .col-sm-5,
  .ar .col-sm-6,
  .ar .col-sm-7,
  .ar .col-sm-8,
  .ar .col-sm-9 {
    float: right;
    text-align: right;
  }
  .ar .col-sm-offset-1,
  .ar .col-sm-offset-2,
  .ar .col-sm-offset-3 {
    margin-left: auto;
  }
  .ar .col-sm-offset-1 {
    margin-right: 8.33333333%;
  }
  .ar .col-sm-offset-2 {
    margin-right: 16.66666667%;
  }
  .ar .col-sm-offset-3 {
    margin-right: 25%;
  }
}
.ar .modal-uploader .jFiler-input-inner .jFiler-input-text .jFiler-input-choose-btn i {
  position: absolute;
  left: -11px;
  top: 19px;
  right: unset;
}
.ar .modal-uploader .jFiler-input-inner .jFiler-input-text .jFiler-input-choose-btn i::before {
  font-size: 26px;
}
.ar .form-check {
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 30px;
}
.ar .is-confirmation {
  gap: 15px !important;
}
.ar .is-confirmation .form-check-input {
  margin: 0px -15px 0px 0px;
}
.ar .is-confirmation .form-check-label {
  margin-right: 0;
}
.ar .form-check-input {
  /*float: left;
    margin-left: 40.5em;*/
}
.ar .form-check-label {
  margin-right: -30rem;
}
.ar input[type='radio']:after {
  top: -5px;
  left: 4px;
}
.ar input[type='radio']:checked:before {
  content: '';
  position: absolute;
  background-color: transparent;
  display: inline;
  padding: 10px;
  top: -5px;
  left: -5px;
  border: 1px solid #1348a0;
  border-radius: 100%;
}
.ar input[type='radio']:checked:after {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  top: -2px;
  left: 2px;
  position: relative;
  background-color: #1348a0;
  content: '';
  display: inline-block;
  visibility: visible;
  padding: 1px;
  border: 1px solid #1348a0;
}
.ar .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb .jFiler-item-thumb-image {
  left: auto;
  right: 5px;
}
.ar .jFiler-items .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info .jFiler-item-info-container {
  margin-left: auto;
  margin-right: 45px;
}
.ar .selectize-control.input-lg .selectize-input {
  padding-right: 5px;
  padding-left: 30px;
}
.ar .popover {
  width: 450px;
}
.ar .popover .popover-content li {
  padding: 3px 0px;
}
.ar .pager {
  /*text-align: left;*/
}
.ar .pager .pager-content {
  direction: rtl;
}
.ar .pager .pager-content .btn {
  /*margin-right: 0;
        margin-left: 0;*/
}
.ar .pager .pager-content .btn:first-child {
  /*margin-right: 0;
          border-bottom-right-radius: 0;
          border-top-right-radius: 0;
          border-bottom-left-radius: 4px;
          border-top-left-radius: 4px;*/
  transform: rotate(180deg);
}
.ar .pager .pager-content .btn:last-child {
  /*border-bottom-left-radius: 0;
          border-top-left-radius: 0;
          border-bottom-right-radius: 4px;
          border-top-right-radius: 4px;*/
  margin-right: 5px;
  transform: rotate(180deg);
}
.ar .pager .pager-content .btn .ficon {
  top: 2px;
}
.ar .ficon.fi-arrow-right {
  transform: rotate(180deg);
}
.ar .ficon.fi-arrow-left {
  transform: rotate(180deg);
}
.ar .btn-post .ficon,
.ar .btn-search .ficon,
.ar .btn-icon .ficon,
.ar .btn-reset .ficon,
.ar .btn .ficon {
  padding: 0 0 0 10px;
}
.ar .btn-post.no-padding .ficon,
.ar .btn-search.no-padding .ficon,
.ar .btn-icon.no-padding .ficon,
.ar .btn-reset.no-padding .ficon,
.ar .btn.no-padding .ficon {
  padding: 0;
}
.ar .has-error .form-control.required,
.ar .has-error .form-control.dependValidator,
.ar .has-error .jFiler-input-text,
.ar .has-error .selectize-control.required .selectize-input,
.ar .has-error .selectize-control.dependValidator .selectize-input {
  border-color: #dedede;
  /*border-right-color: @secondary-color;*/
}
.ar .required .jFiler-input-text,
.ar .dependValidator .jFiler-input-text {
  border-right: 5px solid #f7f7f7;
  border-left: 1px solid #ccc;
}
.ar .jFiler-input-dragDrop.modal-uploader {
  float: none;
}
.ar .actions-section {
  left: 45px;
  right: auto;
}
.ar .actions-section a {
  margin-left: 0px;
  margin-right: 10px;
}
.ar .col-height {
  float: none;
}
.ar .text-right {
  text-align: left !important;
}
.ar .text-left {
  text-align: right !important;
}
.ar .dropdown .dropdown-content {
  right: 0;
  left: auto;
}
.ar .pnl-add-popup .add-item {
  left: 15px;
  top: 23px;
  right: auto;
  padding: 12px;
}
.ar .pnl-add-popup .add-item .ficon {
  padding: 0px;
}
.ar .bootstrap-datetimepicker-widget {
  direction: rtl;
}
.ar .bootstrap-datetimepicker-widget .list-unstyled {
  padding-right: 0;
}
.ar .bootstrap-datetimepicker-widget .glyphicon-chevron-right:before {
  content: "\e079";
}
.ar .bootstrap-datetimepicker-widget .glyphicon-chevron-left:before {
  content: "\e080";
}
.ar .add-new {
  left: 85px;
  right: auto;
}
.ar .selectize-control.multi .selectize-input [data-value] {
  padding: 2px 5px 2px 22px;
}
.ar .selectize-control.multi .selectize-input [data-value] .remove {
  left: 5px;
  right: auto;
}
.ar .selectize-dropdown,
.ar .selectize-input,
.ar .selectize-input input {
  font-family: Verdana, "Droid Arabic Kufi", sans-serif;
}
.ar .selectize-input.dropdown-active input,
.ar .selectize-input.has-items input {
  min-width: initial;
}
.ar .activities-tabs {
  padding-right: 0;
}
.ar .activities-tabs li {
  float: right;
}
.ar .activities-tabs li a {
  padding-left: 30px;
  padding-right: 15px;
  margin-right: 0;
  margin-left: 2px;
}
.ar .activities-tabs li a.btnDelete {
  right: auto;
  left: 8px;
}
.ar .activities-tabs li.add-activity a {
  padding: 10px 5px;
}
.ar .activities-tabs li.add-activity a i {
  padding: 6px 10px;
}
.ar .table-listing > tbody > tr > td i.fi-datetime {
  left: 20px;
  right: auto;
}
.ar .selectize-control.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.ar .btn.float-l {
  float: right;
  margin-left: 3px;
  margin-right: 0;
}
.ar .label-reference {
  left: 10px;
  right: auto;
}
.ar .selectdiv select {
  padding-right: 10px;
  padding-left: 25px;
}
.ar .selectdiv:after {
  left: 30px;
  right: auto;
}
.ar .selectdiv.pnl-add-popup:after {
  left: 84px;
  right: auto;
}
.ar .popover {
  font-family: inherit;
  font-size: 13px;
  text-align: right;
}
.ar .popover.bottom > .arrow:after {
  margin-right: -10px;
  margin-left: unset;
}
.ar .popover .btn-group > .btn {
  float: right;
}
.ar .popover .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ar .popover .btn-group > .btn:last-child:not(:first-child),
.ar .popover .btn-group > .btn .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.ar .treeview span.icon {
  margin-left: 5px;
  margin-right: auto;
}
.ar .sw-datetime-block i {
  left: 10px;
  right: auto;
}
.ar .actions-buttons .btn {
  /*margin-right: auto;*/
  /*margin-left: 10px;*/
}
.ar .actions-buttons .btn:last-child {
  /*margin-right: auto;*/
  margin-left: 0;
}
.ar .actions-buttons .btn-export:after {
  margin-left: auto;
  margin-right: 15px;
}
.ar .filters {
  text-align: right;
}
.ar .filters .total-entries {
  text-align: left;
}
.ar .fl-right {
  float: left;
}
.ar .locationdiv:after {
  left: 30px;
  right: auto;
}
.ar .locationdiv .form-control {
  padding-right: 15px;
  padding-left: 45px;
}
.ar .custom-modal .modal-dialog .modal-content {
  text-align: right;
}
.ar .custom-modal .modal-dialog .modal-content .modal-header .modal-title.custom-modal-title {
  width: 225px;
}
.ar .custom-modal .modal-dialog .modal-content .modal-header .modal-title .category {
  text-align: right;
}
.ar .custom-modal .modal-dialog .modal-content .modal-header .close {
  margin: -1rem auto -1rem -1rem;
}
.ar .custom-modal .modal-dialog .modal-content .modal-body .info-list {
  text-align: right;
}
.ar .custom-modal .modal-dialog .modal-content .modal-body .info-list li ol {
  padding-left: 0;
  padding-right: 2em;
}
.ar .custom-modal .modal-dialog .modal-content .modal-body .info-list li ol li:before {
  margin-left: 0;
  margin-right: -2em;
}
.ar .custom-modal .modal-dialog .modal-content .modal-footer .btn.btn-success {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
}
.ar .custom-modal .modal-dialog .modal-content .modal-footer .btn.btn-default {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.ar .action-modal .modal-header .custome-close {
  left: 15px;
  right: auto;
}
.ar .action-modal .modal-footer .left-btn {
  border-radius: 0;
  border-top-left-radius: 5px;
  float: right;
}
.ar .action-modal .modal-footer .right-btn {
  float: left;
  border-radius: 0;
  border-top-right-radius: 5px;
}
.ar .action-modal .modal-footer .fi-arrow-right {
  display: inline-block;
  transform: translateX(10px) rotate(180deg);
}
.ar .action-modal .jFiler-input-dragDrop {
  padding: 0 10px 0 0;
}
.ar .action-modal .jFiler-input-choose-btn {
  right: auto;
  left: 0;
  border-left: 0 !important;
  border-right: 1px solid #a7a7a7 !important;
}
.ar .chk-container {
  padding-left: 0;
  padding-right: 35px;
}
.ar .checkmark {
  left: auto;
  right: 0;
}
.ar .custom-checkbox .custom-control-indicator {
  right: 0;
  left: auto;
}
.ar .remove-tree {
  left: 13px;
  right: auto;
}
.ar .dropdownTree .dropdownTree-tree .list-group {
  padding-right: 0;
}
.ar .ajax-check .ficon {
  right: auto;
  left: 25px;
  top: 40px;
}
.ar .general-header-btn {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
.ar .changed .info {
  right: auto;
  left: 15px;
}
.ar #latestRequests table tr td .take-action span,
.ar #latestRequests table tr td .view-action span {
  margin-right: 3px;
  margin-left: 0;
}
.ar .input-group .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ar .pagination .page-item:nth-child(1) {
  margin-left: 5px;
  margin-right: 0;
}
.ar .pagination .page-item:nth-child(1) .page-link {
  padding-left: 12px;
  padding-right: 0;
}
.ar .application-workflow ul li:first-child {
  margin-right: 0;
}
.ar .application-workflow ul li:last-child {
  margin-left: 0;
}
.ar .form-completion {
  text-align: right;
}
.ar .form-completion .completion-block .percentage-block {
  margin-left: auto;
  margin-right: -32.5px;
}
.ar .form-completion .completion-block .completion-label {
  left: auto;
  right: 80px;
}
.ar .form-completion .form-data-block .form-data {
  border-left: 0;
  padding-left: 0;
  padding-right: 130px;
  left: auto;
  right: 0;
}
.ar .form-horizontal .form-group .input-title.req label::after {
  margin-left: 0;
  margin-right: 5px;
  right: auto;
  left: -15px;
}
.ar .form-horizontal .form-group .input-title span {
  float: left;
  text-align: left;
}
.ar .form-horizontal .form-container .form-title:before {
  right: 20px;
  left: auto;
}
.ar .form-horizontal .form-container .form-title .header-btn {
  float: left;
}
.ar .form-horizontal .form-container .form-title.inquiry-title {
  padding: 30px 0px 20px 0px !important;
}
.ar .form-horizontal .form-container .form-sections-side .sections li a .counter.current,
.ar .form-horizontal .form-container .form-sections-side .sections li a .counter:hover {
  /*margin-right: -5px;*/
}
.ar .form-horizontal .form-container .form-sections-side .sections li a:before {
  content: '';
  border-left: 4px solid #081f45;
  height: 28px;
  position: absolute;
  transform: translate(-17px, 40px);
  border-radius: 15px;
}
.ar .form-horizontal .form-container .form-sections-side .sections li:last-child a::before {
  border: none;
}
.ar .form-horizontal .form-container .form-fields {
  /*border-right: 1px solid @border-color;*/
  border-left: none;
}
.ar .form-horizontal .form-container .locator .location-data {
  padding: 0 20px 0 165px;
}
.ar .form-horizontal .form-container .factory {
  left: 85px;
  right: auto;
}
.ar .form-horizontal .form-container .factory:before {
  left: -30px;
  right: auto;
}
.ar .centered-form .form-inner.login .form-group div:before {
  right: 10px;
  left: auto;
}
.ar .centered-form .form-inner.login .form-group div .form-control {
  padding-right: 20px;
  padding-left: 0;
}
.ar .centered-form .btn.btn-post {
  margin-left: 20px;
  margin-right: 0;
}
.ar .dp-calenedar .fi-date {
  top: 32px;
  right: auto;
  left: 22px;
}
.ar .application-actions .action-group .btn:before {
  left: -10px;
  right: auto;
}
.ar .application-actions .action-group .btn .btn-title {
  padding: 5px 50px 5px 0;
}
.ar .application-actions .action-group .btn .btn-title:before {
  right: 1px;
  left: auto;
}
.ar .application-actions .action-group .btn .btn-title:after {
  left: auto;
  right: -10px;
}
.ar .loading {
  right: 0;
  left: auto;
}
.ar .alert .alert-content {
  text-align: right;
}
.ar .form-notes .ficon {
  left: auto;
  right: 10px;
}
.ar .form-notes .frmnote {
  padding-left: 0;
  padding-right: 25px;
}
.ar .imp-note {
  float: left;
}
.ar .validation-summary .error-list span {
  padding-right: 20px;
  padding-left: 0;
}
.ar .invalid-tooltip {
  right: auto;
  left: 0;
}
.ar .request-steps {
  margin-right: 0;
  margin-left: 4%;
}
.ar .form-panel .panel-title .template,
.ar .form-panel .panel-title .clear-icon {
  float: left;
}
.ar .form-panel .panel-title .clear-icon {
  margin-left: 10px;
  margin-right: 0;
}
.ar {
  /*-------------------------
	Default Theme
-------------------------*/
  /*-------------------------
	Thumbnails
-------------------------*/
  /*-------------------------
 jquery.filer-dragdropbox-theme
-------------------------*/
}
.ar .jFiler {
  float: right;
}
.ar .jFiler .pull-left {
  float: right !important;
}
.ar .jFiler .pull-right {
  float: left !important;
}
.ar .jFiler-jProgressBar .bar {
  float: right !important;
}
.ar .jFiler-theme-default .jFiler-input-caption {
  float: right;
  padding-right: 10px;
  padding-left: 0px;
}
.ar .jFiler-theme-default .jFiler-input-button {
  float: left;
}
.ar .jFiler-items {
  float: right;
}
.ar .jFiler-items-default .jFiler-item .jFiler-item-icon {
  margin-right: 0;
  margin-left: 15px;
}
.ar .jFiler-items-default .jFiler-item-assets {
  right: 0;
  left: 16px;
}
.ar .jFiler-items-default .jFiler-item-assets a {
  padding: 8px 12px 8px 9px;
}
.ar .jFiler-items-grid .jFiler-item {
  float: right;
}
.ar .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .text-success .ficon,
.ar .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .text-error .ficon {
  margin: 0 0 0 5px;
}
.ar .jFiler-items-grid .jFiler-item .jFiler-item-container {
  margin: 5px 0 20px 7px;
}
.ar .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb-overlay {
  right: 0;
}
.ar .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .jFiler-jProgressBar {
  width: 120px;
  margin-left: 0px;
  margin-right: -5px;
}
.ar .jFiler-input-dragDrop {
  float: right;
  text-align: right;
}
.ar .jFiler-input-text {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
}
.ar .jFiler-input-text h4 {
  text-align: right;
}
.ar .jFiler-input-choose-btn {
  float: Left;
}
.ar .jFiler-input-choose-btn.gold {
  right: auto;
  left: 10px;
}
.ar .timeline:before {
  left: auto;
  right: 0;
}
.ar .timeline ul {
  padding: 0 1em 0 0;
}
.ar .timeline ul li:before {
  right: -1em;
  left: auto;
  border-right: 1em solid transparent;
}
@media screen and (min-width: 40em) {
  .ar .timeline:before {
    right: 50%;
    left: auto;
  }
  .ar .timeline ul {
    padding-right: 0;
    padding-left: 0;
  }
  .ar .timeline ul li:nth-child(even) {
    float: left;
  }
  .ar .timeline ul li:nth-child(odd) {
    float: right;
  }
  .ar .timeline ul li:nth-child(odd):before {
    left: -1em;
    right: auto;
  }
}
.ar .modal.modal-inquiry .modal-dialog {
  width: auto;
  max-width: 681px;
}
.ar .modal.modal-inquiry .modal-dialog .modal-content {
  border-radius: 10px;
}
.ar .modal.modal-inquiry .modal-dialog .modal-content .modal-header {
  margin-right: auto;
  border-bottom: none;
}
.ar .modal.modal-inquiry .modal-dialog .modal-content .modal-header .btn-close {
  font-size: 12px;
  color: #000000;
  opacity: initial;
  transition: transform 0.3s ease-in-out;
  padding: 10px;
}
.ar .modal.modal-inquiry .modal-dialog .modal-content .modal-header .btn-close:focus {
  outline: none;
  box-shadow: none;
}
.ar .modal.modal-inquiry .modal-dialog .modal-content .modal-header .btn-close:hover {
  transform: rotate(-90deg);
  /* Rotate the button on hover */
}
.ar .modal.modal-inquiry .modal-dialog .modal-content .modal-body .icon {
  text-align: center;
}
.ar .modal.modal-inquiry .modal-dialog .modal-content .modal-body .icon i:before {
  padding: 10px;
  font-size: 98px;
}
.ar .modal.modal-inquiry .modal-dialog .modal-content .modal-body .icon i.fi-check1:before {
  color: #10b981;
}
.ar .modal.modal-inquiry .modal-dialog .modal-content .modal-body .icon i.fi-in-progress:before {
  color: #b68a35;
}
.ar .modal.modal-inquiry .modal-dialog .modal-content .modal-body .icon i.fi-reject:before {
  color: #ea4f49;
}
.ar .modal.modal-inquiry .modal-dialog .modal-content .modal-body .result .text-result {
  margin-top: 25px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.ar .modal.modal-inquiry .modal-dialog .modal-content .modal-body .result .audit-data .value {
  color: #1348a0;
}
.ar .modal.modal-inquiry .modal-dialog .modal-content .modal-footer {
  border-top: none;
}
.ar .modal.modal-inquiry .modal-dialog .modal-content .modal-footer button {
  margin: auto auto 30px auto;
  padding: 10px 20px;
  height: 43px;
  width: 107px;
  background-color: #081f45;
  display: flex;
  justify-content: center;
}
.ar .modal.modal-inquiry .modal-dialog .modal-content .modal-footer button:focus {
  outline: none;
  box-shadow: none;
}
.ar .modal.modal-inquiry .modal-dialog .modal-content .modal-footer button:hover {
  background-color: #0e3372;
  border-color: #0d2f69;
}
.ar .modal.modal-action .modal-dialog {
  width: auto;
  max-width: 681px;
}
.ar .modal.modal-action .modal-dialog .modal-content {
  border-radius: 10px;
}
.ar .modal.modal-action .modal-dialog .modal-content .header-action {
  display: flex;
  justify-content: end;
  padding: 15px;
}
.ar .modal.modal-action .modal-dialog .modal-content .header-action .btn-close {
  font-size: 12px;
  color: #000000;
  opacity: initial;
  transition: transform 0.3s ease-in-out;
  padding: 20px 20px 0px 20px;
}
.ar .modal.modal-action .modal-dialog .modal-content .header-action .btn-close:focus {
  outline: none;
  box-shadow: none;
}
.ar .modal.modal-action .modal-dialog .modal-content .header-action .btn-close:hover {
  transform: rotate(-90deg);
  /* Rotate the button on hover */
}
.ar .modal.modal-action .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  padding: 0px 125px 25px 125px;
}
.ar .modal.modal-action .modal-dialog .modal-content .modal-header .modal-title {
  padding: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.ar .modal.modal-action .modal-dialog .modal-content .modal-body {
  padding: 0px 125px;
}
.ar .modal.modal-action .modal-dialog .modal-content .modal-body .form-group .form-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #232528;
}
.ar .modal.modal-action .modal-dialog .modal-content .modal-body .form-group .form-label .required {
  content: "*";
  color: #ea4f49;
}
.ar .modal.modal-action .modal-dialog .modal-content .modal-footer {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 15px 0px 40px 0px;
}
.ar .modal.modal-action .modal-dialog .modal-content .modal-footer .btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 8px;
}
.ar .modal.modal-action .modal-dialog .modal-content .modal-footer .btn.submit {
  background-color: #1348a0;
  color: #ffffff;
  border: 1px solid #1348a0;
}
.ar .modal.modal-action .modal-dialog .modal-content .modal-footer .btn.submit:hover {
  color: #1348a0;
  background-color: #ffffff;
  border: 1px solid #1348a0;
}
.ar .modal.modal-action .modal-dialog .modal-content .modal-footer .btn.cancel {
  background-color: #ffffff;
  color: #1348a0;
  border: 1px solid #1348a0;
}
.ar .modal.modal-action .modal-dialog .modal-content .modal-footer .btn.cancel:hover {
  color: #ffffff;
  background-color: #1348a0;
  border: 1px solid #1348a0;
}
.ar {
  text-align: right;
  /*    .fi-members-login-ic:hover + .dropdown-menu {
        display: block;
        border-radius: 10px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 130%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
    }

    .dropdown-menu {
        display: none;
        position: absolute;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
        top: 130%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
    }

    .fi-members-login-ic:hover,
    .dropdown-menu:hover {
        display: block;
        border-radius: 10px;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .dropdown-menu::before {
        content: '';
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        z-index: 1001;
    }

    .dropdown-menu::after {
        content: '';
        position: absolute;
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 11px solid rgba(0, 0, 0, 0.2);
        z-index: 1000;
    }


    .dropdown-item {
        position: relative;
        padding-bottom: 5px;
        font-weight: 500;
        padding-bottom: 7px;
        font-size: 15px;
    }

    .dropdown-item::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        height: 1px;
        background-color: #ccc;
    }

    .dropdown-item:last-child::after {
        display: none;
    }
*/
}
.ar .header .container {
  text-align: left;
}
.ar .header .header-cont {
  flex-direction: row-reverse;
}
.ar .header .header-cont .logo {
  /*a {
                    background: url('@{img}logo.png') left center no-repeat;
                }*/
}
.ar .sub-header .service-items li {
  float: right;
}
.ar .sub-header .service-items li a span {
  width: 80%;
}
.ar .sub-header .service-items li:hover a {
  border-left-color: transparent;
}
.ar .sub-header .service-items li.notifications .unread-count {
  right: 50%;
  left: auto;
}
.ar .sub-header .service-utilities li {
  float: left;
}
.ar .sub-header .service-utilities li a {
  border-right: 1px solid #ffffff;
  border-left: none;
}
.ar .sub-header .service-utilities li:hover a {
  border-right-color: transparent;
}
.ar .sub-header .service-utilities li.profile.dropdown .profile-notified {
  left: 18px;
  right: auto;
}
.ar .sub-header .service-utilities li.profile.dropdown .dropdown-content {
  left: 0;
  right: auto;
}
.ar .with-header .pg-header h1.with-icon {
  margin-left: 0;
  margin-right: 40px;
}
.ar .with-header .pg-header h1 i {
  right: -40px;
  left: auto;
}
.ar .with-header .pg-header ul.header-options {
  left: 15px;
  right: auto;
}
.ar .with-header .pg-header ul.header-options li {
  margin-left: 0;
  margin-right: 25px;
}
.ar .with-header .pg-header ul.header-options li.profile {
  margin-right: 0;
}
.ar .with-header .pg-header ul.header-options li:not(:last-child):after {
  right: auto;
  left: 0;
}
.ar .with-header .pg-header ul.header-options li a:before {
  left: auto;
  right: -2px;
}
.ar .with-header .pg-header ul.header-options li.menu {
  margin-right: 20px;
  margin-left: 0;
}
.ar .with-header .pg-header ul.header-options li.menu a.opener {
  transform: scalex(-1);
}
.ar .with-header .pg-header ul.header-options li.report-dropdown-section .report-dropdown-menu {
  right: 0px;
  left: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
}
.ar .with-header .pg-header ul.header-options li.notifications {
  margin-right: 60px;
  margin-left: 0;
}
.ar .with-header .pg-header ul.header-options li.notifications a:before {
  right: -35px;
  left: auto;
}
.ar .with-header .pg-header ul.header-options li.notifications a .unread-count {
  left: auto;
  right: -22px;
}
.ar .with-header .pg-header ul.header-options li .user-login-data .user-data span i {
  padding-right: 10px;
  padding-left: 0;
}
.ar .with-header .pg-header ul.header-options li .user-login-data .dropdown-menu {
  text-align: right;
}
.ar .with-header .system-menu-container .factory-box {
  line-height: 2;
}
.ar .with-header .system-menu-container .factory-box .avatar {
  margin-left: 15px;
  margin-right: 0;
}
.ar .with-header .system-menu-container .factory-box .factory-info .factory-title a {
  margin-right: 15px;
  margin-left: 0;
  font-size: 12px;
}
.ar .with-header .system-menu-container .factory-box .factory-info .info-list .info-item:last-child {
  text-align: left;
}
.ar .with-header .system-menu-container .factory-box .factory-info .factory-status {
  padding-right: 20px;
  padding-left: 0;
}
.ar .with-header .system-menu-container .factory-box .factory-info .factory-status:before {
  right: 0;
  left: auto;
}
.ar .with-header .system-menu-container .systemmenu ul {
  text-align: left;
}
.ar .with-header .system-menu-container .systemmenu ul li.report-dropdown-section .report-dropdown-menu {
  right: 0px;
  left: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
}
.ar .with-header .system-menu-container .systemmenu ul li.report-dropdown-section .report-dropdown-menu li a {
  text-align: right;
}
.ar .with-header .system-menu-container .systemmenu ul li.report-dropdown-section:before {
  left: -15px;
  right: auto;
}
.ar .with-header .system-menu-container .systemmenu ul li a:before {
  right: -2px;
  left: auto;
}
.ar .header-actions {
  float: left;
}
.ar .wrapper .main-content .general-container {
  text-align: right;
}
.ar .wrapper .main-content .general-container .alert .alert-content {
  padding: 0 20px 0 70px;
}
.ar .wrapper .main-content .general-container .alert .sub-title-base {
  padding: 0 20px 0 70px;
}
.ar .side-icons {
  right: 0;
  left: auto;
}
.ar .footer .container .footer-bottom .footer-copyright {
  text-align: left;
}
.ar .footer .container .footer-bottom .uae-tawasul {
  text-align: right;
  padding-right: 0;
}
.ar .footer .links-bar .titles {
  direction: ltr;
}
.ar .footer .links-bar .site-link .visit-site label {
  text-align: right;
  margin-right: 10px;
}
.ar .home-decisions {
  background-color: #1348a0;
  padding: 10px 0;
  margin: 10px 0;
}
.ar .home-decisions .link {
  color: #fff;
  margin: 0;
  font-weight: 700;
  white-space: nowrap;
  display: block;
  font-size: 1em;
  line-height: 25px;
  padding: 0 20px;
  width: 100%;
  overflow: hidden;
}
.ar .home-decisions .link:hover a {
  color: #f7f7f7;
}
.ar .home-decisions .owl-carousel .owl-nav {
  right: auto;
  left: 0;
}
.ar .home-decisions .owl-carousel .owl-nav .owl-prev:before {
  content: "\e937";
}
.ar .home-decisions .owl-carousel .owl-nav .owl-next:before {
  content: "\e936";
}
.ar ul.list li:before {
  content: "\e936";
  float: right;
}
.ar .pg-header {
  text-align: right;
}
.ar .pg-header h1:before {
  left: auto;
  right: 0;
}
.ar .pg-header h1:after {
  left: auto;
  right: 0;
}
.ar .pg-header h1 .ficon {
  margin-right: 0;
  margin-left: 10px;
}
.ar .pg-header .form-head {
  float: left;
  text-align: left;
}
.ar .pg-header .form-head .btn:before {
  right: auto;
  left: 19px;
}
.ar .dashboard {
  /*.user-requestes-status {
            & > div {
                .status-item {

                    i {*/
  /*float: left;*/
  /*right: auto;
                        left: 0;
                    }

                    label {
                        font-size: 17px;
                        padding: 20px 20px 0 75px;
                    }

                    span {
                        font-size: 40px;
                        padding: 0 20px 0 110px;
                        display: block;
                        color: #fff;
                    }
                }
            }
        }*/
}
.ar .dashboard .services-block .top-block .service-options {
  left: 15px;
  right: auto;
}
.ar .dashboard .services-block .top-block .service-options li {
  margin-right: 20px;
  margin-left: 0;
}
.ar .dashboard .services-block .service-items-block ul li {
  float: right;
}
.ar .dashboard .services-block .service-items-block ul li .service {
  margin-left: 0;
  margin-right: 80px;
}
.ar .dashboard .services-block .service-items-block ul li .service .actions a.service-start {
  margin-left: 15px;
  margin-right: 0;
}
.ar .dashboard .services-block .service-items-block ul li .service i {
  right: -70px;
  left: auto;
}
.ar .dashboard .top-statistics li {
  text-align: right;
  margin-right: 0;
  margin-left: 25px;
}
.ar .dashboard .top-statistics li:last-child {
  margin-left: 0;
}
.ar .dashboard .top-statistics li a:before {
  right: auto;
  left: -50px;
}
.ar .dashboard .top-statistics li a.total:before,
.ar .dashboard .top-statistics li a.delayed:before,
.ar .dashboard .top-statistics li a.rejected:before {
  transform: scaleX(-1);
}
.ar .dashboard .top-statistics li a.completed:before {
  content: "\e95b";
}
.ar .dashboard .top-statistics li a.pending:before {
  content: "\e95c";
}
.ar .dashboard .user-statistics-container .user-requests-statistics li a .icon {
  margin-right: 0;
  margin-left: 20px;
}
.ar .dashboard .user-statistics-container .user-stats-grid .user-stats-container .details {
  margin-right: 15px;
}
.ar .dashboard .box-container .box-body .card .card-body .btn i {
  margin-right: 0;
  margin-left: 15px;
}
.ar .dashboard .box-container .box-body .card .card-body .progress-circliful {
  margin-right: -17px;
  margin-left: 0;
}
.ar .dashboard .box-container .box-body .card .card-body .status {
  margin-right: 0;
  margin-left: 1.5rem;
}
.ar .dashboard .box-container .box-body .card .card-body .status .circle {
  margin-right: 0;
  margin-left: 10px;
}
.ar .dashboard .dashboard-services .nav-service {
  padding-right: 0;
}
.ar .dashboard .dash-head {
  text-align: right;
}
.ar .dashboard .top-services {
  float: right;
}
.ar .dashboard .top-services li {
  float: right;
}
.ar .dashboard .top-services li .actions div {
  text-align: right;
}
.ar .dashboard .top-services li .actions .last {
  text-align: left;
}
.ar .dashboard .welcome-message {
  padding: 40px 300px 40px 40px;
  text-align: right;
  background-image: url('../images/welcom-ar.png');
  background-position: 107% -5px;
  background-size: 32%;
  background-repeat: no-repeat;
}
.ar .dashboard .top-entities li .order {
  margin-right: 0;
  margin-left: 15px;
}
.ar .dashboard .chart-filters {
  float: left;
}
.ar .dashboard .chart-filters li {
  margin-right: 3px;
  margin-left: 0;
}
.ar .dashboard .chart-filters li:first-child {
  margin: 0;
}
.ar .dashboard .chart-filters li .selectdiv select {
  padding: 5px 10px 5px 25px;
}
.ar .dashboard .chart-filters li .selectdiv:after {
  right: auto;
  left: 10px;
}
.ar .dashboard .btnSaveChart {
  display: block;
  transform: scaleX(-1);
}
.ar .dashboard .service-items-most-used-block ul li .service .lnk-favorite,
.ar .dashboard .service-items-favorite-block ul li .service .lnk-favorite,
.ar .dashboard .service-items-all-block ul li .service .lnk-favorite {
  right: auto !important;
  left: 10px;
}
.ar .dashboard .service-items-most-used-block ul li .service .actions a.service-start,
.ar .dashboard .service-items-favorite-block ul li .service .actions a.service-start,
.ar .dashboard .service-items-all-block ul li .service .actions a.service-start {
  margin-right: 0;
  margin-left: 15px;
}
.ar .dashboard .service-items-most-used-block .favorite-items-list li:not(:last-child),
.ar .dashboard .service-items-favorite-block .favorite-items-list li:not(:last-child),
.ar .dashboard .service-items-all-block .favorite-items-list li:not(:last-child),
.ar .dashboard .service-items-most-used-block .most-used-items-list li:not(:last-child),
.ar .dashboard .service-items-favorite-block .most-used-items-list li:not(:last-child),
.ar .dashboard .service-items-all-block .most-used-items-list li:not(:last-child) {
  margin-right: 0;
  margin-left: 30px;
}
.ar .main-banners .container .banner-content {
  left: auto;
  right: 0;
  text-align: right;
}
.ar .main-banners .container .banner-content h3 {
  letter-spacing: 0;
}
.ar .main-banners .container .banner-content .banner-desc {
  font-family: "Droid Arabic Kufi", sans-serif;
}
.ar .alert .alert-content {
  text-align: right;
}
.ar .button-accmembers {
  margin-right: -60px;
}
.ar .notification-details .sub-page-header .title-with-icon {
  text-align: right;
}
.ar .notification-details .sub-page-header .title-with-icon:before {
  margin-left: 20px;
  margin-right: 0;
}
.ar .notification-details .sub-page-header .title {
  padding-left: 20px;
  padding-right: 0;
}
.ar .notification-details .notification-details-info li:first-child {
  border-right: 0;
  border-left: 1px solid #dadada;
}
.ar .notification-details .notification-details-info li .date-time {
  padding-left: 0;
  padding-right: 15px;
}
.ar .notification-details .reference-number {
  text-align: left;
}
.ar .notification-details .reference-number .badge-fadded {
  margin-right: 15px;
  margin-left: 0;
  letter-spacing: 0;
}
.ar .notification-details .notification-details-message {
  text-align: right;
}
.ar .notification-details .fi-col .date:before {
  border-right: 0;
  border-left: 1px solid;
  left: auto;
  right: 0;
}
.ar .panel-top-btn {
  right: auto;
  left: 0;
}
.ar .panel-top-btn .ficon {
  padding: 0 10px 0 0;
}
.ar .panel .custom-panel-heading .c-status {
  left: 75px;
  right: auto;
}
.ar .flex-list li:first-child {
  border-right: none;
  border-left: 1px solid #dadada;
}
.ar .flex-list li .date-time {
  padding-right: 15px;
  padding-left: 0;
}
.ar .flex-list li .user .badge {
  letter-spacing: 0;
}
.ar .label-faded {
  letter-spacing: 0;
}
.ar .home-tasks {
  padding: 10px 0 0 10px;
  text-align: right;
}
.ar .home-tasks li .date i {
  margin-left: 10px;
  margin-right: 0;
}
.ar .reference-number {
  text-align: left;
}
.ar .reference-number .badge-fadded {
  margin-right: 15px;
  margin-left: 0;
  letter-spacing: 0;
}
.ar .dropdown .dropdown-menu {
  text-align: right;
}
.ar .dropdown .dropdown-menu .dropdown-item:before {
  margin-left: 10px;
  margin-right: 0;
}
.ar .dropdown .dropdown-menu.show {
  left: auto !important;
}
.ar .dropdown .dropdown-menu.serviceapplication {
  padding: 20px 30px 20px 20px;
}
.ar .dropdown .dropdown-menu.serviceapplication .lnk-close {
  left: 30px;
  right: auto;
}
.ar .dropdown .dropdown-menu.serviceapplication h4 {
  text-align: right;
}
.ar .dropdown .dropdown-menu.serviceapplication .dropdown-item {
  padding: 10px 20px 10px 0;
}
.ar .dropdown .dropdown-menu.serviceapplication .dropdown-item:before {
  right: -5px;
  left: auto;
}
.ar .dropdown .dropdown-menu.serviceapplication.show {
  transform: none !important;
  left: 0 !important;
  right: auto !important;
}
.ar .dynamic-list .list .custom-control.custom-checkbox {
  left: auto;
  right: 30px;
}
.ar .dynamic-list .list div.empty-list div.empty span.label {
  margin-right: 60px;
  margin-left: 0;
}
.ar .dynamic-list .list div.empty-list div.empty span.label:before {
  right: -60px;
  left: auto;
}
.ar .dynamic-list .list .item.data-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.ar .dynamic-list .add-section {
  left: -4px;
  right: auto;
}
.ar .dynamic-list .add-section.multi ul li a {
  padding-right: 20px;
  margin-left: 0;
}
.ar .dynamic-list .add-section .add-item {
  padding: 15px 50px 15px 5px;
  margin-right: 0;
  margin-left: 0;
}
.ar .dynamic-list .add-section .add-item:before {
  right: 10px;
  left: auto;
}
.ar .dynamic-list .add-section .add-item.fi-plus:before {
  left: 10px !important;
  right: auto !important;
}
.ar .dynamic-list .btnDelete {
  left: 20px;
  right: auto;
}
.ar .dynamic-list .btnDelete:before {
  right: -28px;
  left: auto;
}
.ar .dynamic-list .list-item-title {
  padding: 0 20px 20px 0;
}
.ar .form-message.innvoice .app-number-date div.app-data {
  text-align: right;
}
.ar .form-message.innvoice .app-number-date div.app-data .app-label {
  text-align: right;
  margin-left: auto;
  margin-right: 30px;
}
.ar .form-message.innvoice .app-number-date div.app-data .app-label:before {
  left: auto;
  right: -30px;
}
.ar .form-message.innvoice .app-number-date div.app-data .app-value {
  font-size: 13px;
  text-align: right;
  margin-left: auto;
  margin-right: 15px;
}
.ar .form-message.innvoice .payment-invoice .invoice-row span {
  float: right;
}
.ar .form-message.innvoice .payment-invoice .invoice-row span.row-label {
  text-align: right;
}
.ar .form-message.innvoice .payment-invoice .invoice-row span.row-value {
  text-align: left;
}
.ar .form-message.innvoice ul li a {
  padding: 15px 50px 15px 40px;
}
.ar .form-message.innvoice ul li a:before {
  left: auto;
  right: 18px;
}
.ar .filters-with-header .filters .header-btn,
.ar .borderd-container .filters .header-btn {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
.ar .legend-container ul li a .chart-label-container {
  padding-left: 0;
  padding-right: 10px;
}
.ar .header .container .header-options-block .header-options li:first-child {
  margin-right: 0px;
}
.ar .header .container .header-options-block .header-options li:last-child {
  margin-right: 20px;
}
.ar .header .main-menu-block .container .main-menu > li .sub-main-menu li {
  text-align: right;
}
.ar .page-print-validation .certificate-item .item-inner h1 {
  padding-right: 70px;
  padding-left: 15px;
}
.ar .page-print-validation .certificate-item .item-inner h1:before {
  margin-right: -60px;
  margin-left: auto;
}
.ar .page-print-validation .certificate-item .item-inner .cert-dates span {
  margin-right: 25px;
  margin-left: auto;
}
.ar .page-print-validation .certificate-item .item-inner .cert-dates span:before {
  margin-right: -25px;
  margin-left: auto;
}
.ar .factories-container .container .factories-items.license-types .factory-item:first-child {
  margin-right: 0;
  margin-left: 30px;
}
.ar .factories-container .container .logout-factories {
  margin-left: 0;
  margin-right: 20px;
}
.ar .factories-container .container .btn-outline-custom i {
  margin-left: 0;
  margin-right: 10px;
}
.ar .menu-dropdown-item {
  position: relative;
}
.ar .menu-dropdown-item .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  z-index: 1000;
  min-width: 200px;
  max-width: 300px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  padding: 0;
  direction: rtl;
  text-align: right;
}
.ar .menu-dropdown-item:hover > .dropdown-menu {
  display: block;
}
.ar .dropdown-item {
  padding: 8px 12px;
  padding-left: 12px;
  padding-right: 8px;
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  direction: rtl;
  text-align: right;
}
.ar .dropdown-item:hover {
  background-color: #f0f0f0;
}
.ar .menu-dropdown-item .dropdown-menu .dropdown-item {
  font-size: 14px;
}
.ar .separator {
  height: 22px;
  width: 1px;
  background-color: white;
  margin: 0 10px;
}
.ar .logged .user-tools .logout {
  padding: 5px 35px 5px 15px;
  margin-left: 0px;
}
.ar .logged .user-tools .logout:before {
  left: 100px;
  transform: scaleX(-1);
}
.ar .logged .user-tools .notifications {
  padding: 5px 35px 5px 10px;
}
.ar .logged .user-tools .notifications span {
  position: absolute;
  left: 67px;
  background: #ec424e;
  width: 25px;
  height: 25px;
  min-width: 25px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  border: 2px solid #fff;
  top: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ar .logged .user-tools .notifications:before {
  left: 0px;
  right: 8px;
}
.ar .logged .user-tools .notifications:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 7px;
  width: 1px;
  height: 22px;
  background-color: #fff;
}
.ar .logged .user-tools .notifications:hover {
  color: #1348a0;
  background-color: #fff;
}
.ar .logged .user-tools .inquiry {
  color: #fff;
  padding: 5px 36px 5px 8px;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  display: flex;
  gap: 5px;
  align-items: center;
  /*right: 20px;*/
  right: -25px;
  /*left:20px;*/
}
.ar .logged .user-tools .inquiry:before {
  font-family: 'ficons' !important;
  content: "\e929";
  position: absolute;
  left: 145px;
  /*top: 3px;*/
  font-size: 20px;
}
.ar .logged .user-tools .inquiry:after {
  content: none;
}
.ar .logged .user-tools .inquiry:hover {
  color: #1348a0;
  background-color: #fff;
}
.ar .logged .user-tools .inquiry:hover i {
  color: #fff;
  background-color: #1348a0;
}
.ar .logged .user-tools .yourcart {
  padding: 5px 35px 5px 10px;
}
.ar .logged .user-tools .yourcart span {
  position: absolute;
  left: 0;
  right: 10px;
  background: #ec424e;
  width: 25px;
  height: 25px;
  min-width: 25px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  border: 2px solid #fff;
  top: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ar .logged .user-tools .yourcart:before {
  font-family: 'ficons' !important;
  content: "\e95c";
  position: absolute;
  left: 0px;
  right: 5px;
  /*top: 3px;*/
  font-size: 20px;
}
.ar .logged .user-tools .yourcart:after {
  position: unset;
  right: unset;
  top: unset;
  width: unset;
  height: unset;
  background-color: none;
}
.ar .logged .desktop-tools {
  position: relative;
  left: 0;
  right: calc(4.5%);
}
.ar .main-login-page .account-options .account-forget a.forgot-password {
  text-align: left;
}
.ar .main-login-page .login-uae-pass a span.login-with {
  text-align: left;
  left: auto;
  right: 0;
}
.ar .main-login-page .login-uae-pass a span.uae-pass {
  text-align: right;
  right: auto;
  left: 0;
}
.register-page .form-panel .pg-header .backtologin {
  right: auto;
  left: 30px;
}
.register-page .form-panel .pg-header .backtologin:before {
  transform: scaleX(-1);
}
.register-page.authentication .btn {
  padding: 8px 50px 8px 20px;
}
.register-page.authentication .btn:before {
  right: 20px;
  left: auto;
}
.no-account .btn {
  padding: 13px 67px 13px 32px;
  margin-left: 30px;
  margin-right: 0;
}
.no-account .btn:before {
  right: 40px;
  left: auto;
}
.ar {
  /*Notification listing and details*/
  /*End Notification listing and details*/
}
.ar .notification-details-message .message-details .details .field-details {
  margin-left: 10px;
  margin-right: 0;
}
.ar .notifications-list .data-list .list-body .item-container .notification-info li {
  padding-right: 77px;
  padding-left: 0;
}
.ar .notifications-list .data-list .list-body .item-container .notification-info li .date:before {
  margin-left: 15px;
  margin-right: 0;
}
.ar .notifications-list .data-list .list-body .item-container .notification-info li:nth-child(2) {
  padding: 0;
  border: none;
}
.ar .notifications-list .data-list .list-body .item-container .worklist-icon {
  right: 30px;
  left: auto;
}
.ar .date-time {
  left: 30px;
  right: auto;
  padding-right: 30px;
  padding-left: 0;
}
.ar .date-time:before {
  left: auto;
  right: 0;
}
.ar .fi-col .date:before {
  border-left: 1px solid;
  right: 0;
  border-right: none;
  left: auto;
}
.ar .application-options ul li {
  margin-left: 10px;
  margin-right: 0;
}
.ar .application-options ul li a i {
  margin-left: 10px;
  margin-right: 0;
}
.ar .application-workflow-status .form-container .form-title {
  /*.refNo {
            float: left;
        }*/
}
.ar .application-workflow-status .form-container .form-title .viewApp {
  float: left;
  padding: 15px 58px 15px 20px;
}
.ar .application-workflow-status .form-container .form-title .viewApp:before {
  left: auto;
  right: 20px;
}
.ar .application-workflow-status .form-container .application-status .status-details .chart .percentages .workflow-circliful.completion {
  left: 20%;
}
.ar .application-workflow-status .form-container .application-status .status-details .chart .percentages .workflow-circliful.process {
  left: -15%;
}
.ar .application-workflow-status .status-container .c100 {
  right: auto;
  left: 15px;
}
.ar .application-workflow-status .status-container .flex-list li .label {
  padding-left: 0;
  padding-right: 35px;
}
.ar .application-workflow-status .status-container .flex-list li .label:before {
  left: auto;
  right: 0;
}
.ar .application-workflow-status .workflow-history-inner .history li {
  padding: 15px 0 15px 15px;
}
.ar .application-workflow-status .workflow-history-inner .history li .actor-item .date-time:before {
  right: auto;
  left: -30px;
}
.ar .application-workflow-status .workflow-history-inner .history li .actor-item .date-time:after {
  right: auto;
  left: -21px;
}
.ar .application-workflow-status .workflow-history-inner .history li .actor-item .info-container {
  margin-left: auto;
  margin-right: 50px;
}
.ar .application-workflow-status .workflow-history-inner .history li .actor-item .message-info {
  border-top-right-radius: 0;
  border-top-left-radius: 10px;
  margin: 5px 0 0 20px;
}
.ar .application-workflow-status .workflow-history-inner .history li .actor-item .message-info .counter {
  right: auto;
  left: 20px;
}
.ar .application-workflow-status .workflow-history-inner .history li .actor-item .message-info:before {
  left: auto;
  right: -18px;
  border-color: transparent transparent transparent #1348a0;
  border-width: 0 0 18px 18px;
}
.ar .application-workflow-status .workflow-history-inner .history li .actor-item .message-info:after {
  right: -17px;
  left: auto;
  border-width: 0 0 14px 17px;
  border-color: transparent transparent transparent #ffffff;
}
.ar .application-workflow-status .workflow-history-inner .history li .actor-item .message-info .user-info .actor-name {
  padding-left: 0;
  padding-right: 30px;
}
.ar .application-workflow-status .workflow-history-inner .history li .actor-item .message-info .user-info .actor-name:before {
  left: auto;
  right: 0;
}
.ar .notification-actions ul li {
  margin-left: 10px;
  margin-right: initial;
}
.ar .notification-actions ul li a i {
  margin-right: initial;
  margin-left: 10px;
}
.ar .application-history.action-trail .flow .sections {
  left: calc(2%);
}
.ar .application-history.action-trail .flow .sections .li a:before {
  transform: translate(-65px, 18px);
}
.ar .application-history .flow .sections {
  left: calc(5%);
}
.ar .application-history .flow .sections li a:before {
  transform: translate(-65px, 18px);
}
.ar .application-history .details .sections li .items:before {
  transform: translate(-7px, 40px);
}
.ar .workflow-percentages .percentages-info ul li:before {
  left: auto;
  right: -20px;
}
.ar .workflow-percentages .percentages {
  float: left;
}
.ar .workflow-percentages .percentages .workflow-circliful.process {
  right: auto;
  left: 0;
}
.ar .workflow-percentages .percentages .workflow-circliful.completion {
  right: auto;
  left: 21px;
}
.ar .workflow-history .btn-workflow {
  left: 15px;
  right: auto;
}
.ar .workflow-history .status-container .c100 {
  left: 15px;
  right: auto;
}
.ar .workflow-history .flex-list li .label {
  padding-right: 35px;
  padding-left: 0;
}
.ar .workflow-history .flex-list li .label:before {
  left: auto;
  right: 0;
}
.ar .workflow-history .panel .panel-body .workflow-steps {
  border-left: 1px solid #ececec;
  border-right: none;
  padding: 30px 30px 30px 0;
}
.ar .workflow-history .panel .panel-body .workflow-steps .steps li {
  padding-left: 0;
  padding-right: 70px;
}
.ar .workflow-history .panel .panel-body .workflow-steps .steps li:before {
  left: auto;
  right: 0;
}
.ar .workflow-history .panel .panel-body .workflow-steps .steps li:not(:first-child):after {
  right: 24px;
  left: auto;
}
.ar .workflow-history .panel .panel-body .workflow-steps .steps li.current {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ar .workflow-history .panel .panel-body .workflow-steps .steps li.current .arrow {
  left: -7px;
  right: auto;
  border-width: 7px 7px 7px 0;
  border-color: transparent #fee8c1 transparent transparent;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner {
  padding: 30px 0 30px 30px;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .history li {
  padding: 15px 0 15px 15px;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .history li:last-child .date-time:after {
  display: none;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .history li:not(:last-child):after {
  left: auto;
  right: -12px;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .history li .date-time:before {
  left: -30px;
  right: auto;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .history li .date-time:after {
  right: auto;
  left: -21px;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .history li .info-container {
  margin-left: 0;
  margin-right: 50px;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .history li .message-info {
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  margin: 5px 20px 0 0;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .history li .message-info .counter {
  right: auto;
  left: 20px;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .history li .message-info:before {
  left: auto;
  right: -18px;
  border-color: transparent transparent transparent #1348a0;
  border-width: 0 0 18px 18px;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .history li .message-info:after {
  right: -17px;
  left: auto;
  border-width: 0 0 14px 17px;
  border-color: transparent transparent transparent #ffffff;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .history li .message-info .user-info .actor-name {
  padding-right: 30px;
  padding-left: 0;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .history li .message-info .user-info .actor-name:before {
  right: 0;
  left: auto;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .history li .message-info .details .attachment a:before {
  left: -35px;
  right: auto;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .back {
  float: left;
  padding: 18px 46px 18px 21px;
}
.ar .workflow-history .panel .panel-body .workflow-history-inner .back:before {
  right: 20px;
  left: auto;
}
.ar .workflow-history .pg-header .title {
  padding-right: 60px;
  padding-left: 0;
  float: right;
}
.ar .workflow-history .pg-header .title:before {
  right: 0;
  left: auto;
}
.ar .workflow-history .pg-header .refNo {
  float: left;
}
.ar .workflow-history .pg-header .viewApp {
  float: left;
  padding: 15px 58px 15px 20px;
}
.ar .workflow-history .pg-header .viewApp:before {
  left: auto;
  right: 20px;
}
.ar .workflow-history .c-status {
  margin-left: 0;
  margin-right: 10px;
  float: right;
}
.ar .view-application {
  float: left;
  padding: 15px 58px 15px 20px;
  margin-left: auto;
  margin-right: 10px;
}
.ar .view-application:before {
  right: 20px;
  left: auto;
}
.ar .dashboard .sub-items li {
  text-align: right;
}
.ar .dashboard .general {
  padding-right: 0;
  padding-left: 15px;
}
.ar .dashboard .services {
  margin-left: -15px;
  margin-right: 0;
}
.ar .dashboard .services .services-header select {
  padding: 0 10px 0 29px;
  background-position: 5%;
}
.ar .dashboard .services .services-header .favorite #favorite-btn {
  cursor: pointer;
}
.ar .dashboard .membership-card {
  direction: ltr;
}
.ar .dashboard .membership-card .main .id-logo p {
  font-size: 1.1429em;
  font-weight: 700;
}
.ar .dashboard .membership-card .main .not-member {
  left: calc(29%);
  top: calc(37%);
}
.ar .dashboard .membership-card .main .not-member a {
  direction: rtl;
}
.ar .dashboard .membership-card .main .user-image-info .user-info {
  font-size: 1.1429em;
}
.ar .dashboard .membership-card .main .user-image-info .user-info .info .name-en {
  text-align: justify;
}
.ar .dashboard .membership-card .main .user-image-info .user-info .member-info .name-en {
  text-align: justify;
}
.ar .dashboard .membership-card .main .user-image-info .user-info .other-info .name-en {
  text-align: justify;
}
.ar .dashboard .service .favorite {
  left: 6px;
  right: auto;
}
.ar .dashboard .service .bgicon {
  left: auto;
  right: 0;
}
.ar .dashboard .service a.service-form {
  padding: 0 15px 0 0;
}
.ar .dashboard .service a.service-form span {
  text-align: right;
  margin-left: 0;
  margin-right: 20px;
}
.ar .dashboard .service a.service-form .fi-arrow-fill-right {
  right: -8px;
  left: auto;
  transform: rotateY(180deg);
}
.ar .dashboard .service.report a.service-form i {
  right: 15px;
  left: auto;
}
.ar .dashboard .service.report a.service-form span {
  text-align: right;
  margin-left: 0;
  margin-right: 20px;
}
.ar .dashboard .progress-bar {
  background-color: #f7f7f7;
}
.ar .dashboard .progress-small,
.ar .dashboard .progress-small .progress-bar {
  height: 10px;
}
.ar .dashboard .progress-small,
.ar .dashboard .progress-mini {
  margin-top: 5px;
}
.ar .dashboard .progress-mini,
.ar .dashboard .progress-mini .progress-bar {
  height: 5px;
  margin-bottom: 0;
}
.ar .dashboard .chart-tabs button {
  float: left;
}
.ar .dashboard .message-box .owl-item .item .message-box-button {
  right: auto;
  left: 0;
}
.ar .dashboard .message-box .item .message-box-header {
  text-align: left;
}
.ar .dashboard .message-box .item .message-box-header i {
  padding-left: 0;
  padding-right: 10px;
}
.ar .dashboard .message-box .item .message-content .message-content-body .title {
  font-size: 2em;
  line-height: 35px;
}
.ar .dashboard .message-box .item .message-content .message-content-body .message {
  font-size: 1.0714em;
  margin-top: 20px;
  margin-left: 45px;
}
.ar .dashboard .minimized-message-box a i {
  transform: rotate(90deg) !important;
  padding: 10px 0 0 0 !important;
}
.ar .dashboard .show-message {
  float: left;
}
.ar .modal-dialog .modal-content .modal-header .close {
  float: left;
}
.ar .modal-footer .btn + .btn {
  margin-right: 5px;
  margin-left: 0;
}
.ar .top5-value {
  margin-left: 15px;
  float: left !important;
}
.ar .top5-label {
  float: right !important;
}
.ar .request-periods {
  float: left;
}
.ar .ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: right;
}
.ar .happiness-box .happiness-status-container .happiness-status .happiness-statistics {
  padding-left: 0;
  padding-right: 20px;
}
.ar .box .box-header .title.view-all i {
  margin-left: 0;
  margin-right: 15px;
}
.ar .message-box {
  margin-left: 0;
  margin-right: -25px;
}
.ar .message-box.owl-carousel .owl-item .item .message-photo {
  left: 0;
  right: auto;
}
.ar .message-box.owl-carousel .message-box-button {
  top: 2px !important;
}
.ar .message-box .item .message-photo {
  transform: scaleX(-1);
}
.ar .message-box-button {
  right: auto;
  left: -10px;
}
.ar .certificate-list .certificate-item {
  margin-right: auto;
  margin-left: 30px;
}
.ar .certificate-list .certificate-item:nth-child(3n) {
  margin-right: auto;
  margin-left: 0;
}
.ar .certificate-list .certificate-item div h1 {
  padding: 20px 70px 10px 15px;
}
.ar .certificate-list .certificate-item div h1:before {
  left: auto;
  right: 15px;
}
.ar .certificate-list .certificate-item div h1 .application-status {
  display: inline-block;
  padding: 4px 7px;
  margin-top: 7px;
}
.ar .certificate-list .certificate-item div .cert-dates span {
  margin-left: auto;
  margin-right: 25px;
}
.ar .certificate-list .certificate-item div .cert-dates span:before {
  left: auto;
  right: -5px;
}
.ar .certificate-list .certificate-item div .view-certificate span:before {
  left: auto;
  right: -28px;
}
.ar .certificate-list .license-certificate {
  padding-left: 0;
  padding-right: 20px;
}
.ar .certificate-list .license-certificate .app-license-status {
  padding-left: 0;
  padding-right: 17px;
  margin-left: 0 !important;
  margin-right: 5px !important;
}
.ar .data-list .col-header .col {
  border-right: none;
  border-left: 1px solid #fff;
}
.ar .data-list .col-header .col.last {
  border-left: none;
}
.ar .data-list .list-body .title {
  text-align: right;
}
.ar .data-list .list-body .item-container.checkout .statuses span {
  margin-left: 10px;
  margin-right: 0;
  color: #fff;
}
.ar .data-list .list-body .item-container .status {
  letter-spacing: 0;
}
.ar .data-list .list-body .item-container .status:before {
  margin-left: 10px;
  margin-right: 0;
}
.ar .data-list .list-body .item-container .appStatus i {
  margin-left: 0;
  margin-right: 5px;
}
.ar .data-list .list-body .item-container .appStatus .view-comment i {
  margin-left: 0;
  margin-right: 5px;
}
.ar .data-list .list-body .item-container .details .description,
.ar .data-list .list-body .item-container .details .main-title {
  padding-left: 0;
  padding-right: 5px;
  text-align: right;
}
.ar .data-list .list-body .item-container .item-controls .item-info li.view {
  padding-right: 0px !important;
  padding-left: 15px !important;
}
.ar .data-list .list-body .item-container .item-controls .item-info li .ficon:before {
  margin-right: 0;
  margin-left: 5px;
}
.ar .data-list .list-body .item-container .actions {
  left: auto;
  right: 10px;
}
.ar .data-list .list-body .item-container .worklist-icon,
.ar .data-list .list-body .item-container .download-icon,
.ar .data-list .list-body .item-container .happiness-status {
  right: auto;
  left: 30px;
}
.ar .data-list .list-body .item-container .download-icon i:before {
  padding-right: 0;
  padding-left: 10px;
}
.ar .data-list .list-body .item-container .btn-edit {
  right: auto;
  left: 145px;
}
.ar .data-list .list-body .item-container .notification-info li {
  padding-right: 0;
  padding-left: 20px;
}
.ar .data-list .list-body .item-container .notification-info li:nth-child(2) {
  border-right: none;
  border-left: 1px solid #e1e1e1;
}
.ar .data-list .list-body .item-container .notification-info li .title {
  padding-right: 20px;
  padding-left: 0;
}
.ar .data-list .list-body .item-container .notification-info li .user i {
  padding-right: 0;
  padding-left: 10px;
}
.ar .data-list .list-body .item-container .notification-info li .notify-icon .ficon-email {
  margin-right: 0;
  margin-left: 15px;
}
.ar .data-list .list-body .item-container .col-actions {
  left: auto;
  right: 0;
}
.ar .data-list .list-body .item-container .comments-popup {
  text-align: right;
  transform: translate3d(-25px, 25px, 0px) !important;
}
.ar .data-list .list-body .item-container .comments-popup:before {
  left: 30px;
  right: auto;
}
.ar .table-list table tbody tr td > i,
.ar .table-list table tbody tr td .c100 {
  margin-right: 0;
  margin-left: 10px;
}
.ar .application-status {
  letter-spacing: 0;
}
.ar .application-status:before {
  margin-right: 0;
  margin-left: 10px;
}
.ar .complete-status {
  letter-spacing: 0;
}
.ar .complete-status:before {
  margin-left: 10px;
  margin-right: 0;
}
.ar .flex-cont.rtl .flex-item {
  padding: 0 5px;
}
.ar .flex-cont.rtl .flex-item:after {
  right: auto;
  left: -5px;
}
.ar .dates-popup .duration-details {
  font-weight: normal;
}
.ar .dates-popup .duration-details .date label {
  margin-left: 10px;
  margin-right: 20px;
}
.ar .dates-popup .duration-details .date:before {
  left: auto;
  right: -3px;
  top: -12px;
  height: 22px;
}
.ar .dates-popup .duration-details .date:after {
  left: auto;
  right: -7px;
}
.ar .dates-popup .duration-details .sub-duration {
  padding-left: 0;
  padding-right: 20px;
}
.ar .dates-popup .duration-details .sub-duration:before {
  left: auto;
  right: 20px;
  content: "\e920";
}
.ar .dates-popup .date {
  text-align: right;
}
.ar .dates-popup .date i {
  float: right;
}
.ar .dates-popup .date label {
  float: right;
}
.ar .stats-tbl tr td {
  text-align: right;
}
.ar .stats-tbl .app-info .service-name {
  font-size: 11px;
}
.ar .stats-tbl .app-info .user {
  font-size: 12px;
}
.ar .stats-tbl .app-info .user.withsep {
  padding-left: 0;
  padding-right: 20px;
}
.ar .stats-tbl .app-info .user.withsep:before {
  left: auto;
  right: 12px;
}
.ar .stats-tbl .duration {
  text-align: right;
}
.ar .sort-block {
  text-align: left;
}
.ar .sort-block .sort-filter {
  margin-left: 0;
  margin-right: 20px;
}
.ar .sort-block .selectdiv:after {
  right: auto;
  left: 10px;
}
.ar .range-filter .filter {
  text-align: right;
  padding-right: 0;
  padding-left: 10px;
}
.ar .range-filter .filter:last-child {
  text-align: left;
  padding-left: 0;
  padding-right: 10px;
}
.ar {
  /*    .my-applications {
    .data-list {
        .list-body {
            .item-container {
                .c100 {
                    left: 32px;
                    right: auto;

                    &.duration {
                        .time {
                            right: -200px;
                            left: auto;
                            text-align: left;
                            direction: rtl;
                        }

                        .delaystatus {
                            right: -200px;
                            left: auto;
                            text-align: left;
                        }
                    }
                }

                .item-info {

                    &.actions-info {
                        left: 25px;
                        right: auto;
                    }

                    li {
                        border: 0;
                        float: right;

                        &:last-child {
                            padding: 0;
                        }

                        label {
                            padding-right: 35px;
                            padding-left: 0;

                            &:before {
                                right: 0;
                                left: auto;
                            }
                        }
                    }
                }

                .details {

                    .description {
                        padding-right: 72px;
                        padding-left: 0;

                        &:before {
                            right: 0;
                            left: auto;
                        }

                        .form-name {
                            &:before {
                                left: auto;
                                right: -12px;
                            }
                        }

                        .ref-no {
                            .customer {
                                margin-left: 0;
                                margin-right: 5px;
                                border-left: none;
                                border-right: 1px solid #a9a8a8;
                                padding-left: 0;
                                padding-right: 7px;

                                i {
                                    margin-right: 0;
                                    margin-left: 5px;
                                }
                            }
                        }
                    }
                }

                .workflow-percentages {
                    right: auto;
                    left: -10px;
                }
            }
        }
    }
}

.trad-name {
    margin-right: 0;
    margin-left: 10px;
}

.app-license-status {
    margin-right: 10px;
    margin-left: 0;
    font-size: 12px;

    &:before {
        left: auto;
        right: 0;
    }
}*/
}
.ar .my-applications .search-filter,
.ar .my-licenses .search-filter {
  padding: 30px 20px;
  background-color: #f0f3fa;
  border-radius: 0.75rem;
}
.ar .my-applications .search-filter .title h3,
.ar .my-licenses .search-filter .title h3 {
  color: #1348a0;
}
.ar .my-applications .search-filter .input-group,
.ar .my-licenses .search-filter .input-group {
  border: 1px solid #9ea2a9;
  border-radius: 6px;
}
.ar .my-applications .search-filter .input-group .form-control,
.ar .my-licenses .search-filter .input-group .form-control {
  border: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ar .my-applications .search-filter .input-group .btn,
.ar .my-licenses .search-filter .input-group .btn {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 0px;
}
.ar .my-applications .search-filter .input-group .btn:hover,
.ar .my-licenses .search-filter .input-group .btn:hover {
  background-color: #081f45;
  color: #ffffff;
}
.ar .my-applications .search-filter .input-group .btn:hover i,
.ar .my-licenses .search-filter .input-group .btn:hover i {
  color: #ffffff;
}
.ar .my-applications .search-filter .input-group .btn i,
.ar .my-licenses .search-filter .input-group .btn i {
  font-size: 25px;
  color: #5f646d;
}
.ar .my-applications .search-filter .filter-fields,
.ar .my-licenses .search-filter .filter-fields {
  margin-bottom: 1.5rem;
}
.ar .my-applications .search-filter .filter-fields h5,
.ar .my-licenses .search-filter .filter-fields h5 {
  color: #1348a0;
  margin-bottom: 1.25rem;
}
.ar .my-applications .data-list .list-body .card,
.ar .my-licenses .data-list .list-body .card {
  border-radius: 0.75rem;
}
.ar .my-applications .data-list .list-body .card.card-secondary-shaded,
.ar .my-licenses .data-list .list-body .card.card-secondary-shaded {
  background-color: #fafafa;
}
.ar .my-applications .data-list .list-body .card.license-card,
.ar .my-licenses .data-list .list-body .card.license-card {
  background-color: #ababab;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.ar .my-applications .data-list .list-body .card.license-card:before,
.ar .my-licenses .data-list .list-body .card.license-card:before {
  font-family: 'ficons' !important;
  content: "\e90e";
  position: absolute;
  bottom: -135px;
  right: -10px;
  font-size: 270px;
  color: #b3b3b3;
}
.ar .my-applications .data-list .list-body .card.license-card .card-body h6,
.ar .my-licenses .data-list .list-body .card.license-card .card-body h6 {
  color: #ffffff;
}
.ar .my-applications .data-list .list-body .card.license-card .card-body a,
.ar .my-licenses .data-list .list-body .card.license-card .card-body a {
  color: #ffffff;
}
.ar .my-applications .data-list .list-body .card.license-card .card-body .title,
.ar .my-licenses .data-list .list-body .card.license-card .card-body .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.ar .my-applications .data-list .list-body .card.license-card .card-body .desc,
.ar .my-licenses .data-list .list-body .card.license-card .card-body .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.ar .my-applications .data-list .list-body .card.license-card .card-body .status,
.ar .my-licenses .data-list .list-body .card.license-card .card-body .status {
  display: flex;
  align-items: center;
  background-color: #bbd2f7;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 5px;
  color: #000000;
}
.ar .my-applications .data-list .list-body .card.license-card .card-body .status .circle,
.ar .my-licenses .data-list .list-body .card.license-card .card-body .status .circle {
  width: 10px;
  height: 10px;
  background: #4a9d5c;
  border-radius: 50%;
  margin-right: 10px;
}
.ar .my-applications .page-link-active,
.ar .my-licenses .page-link-active {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #081f45;
  color: white !important;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ar .my-applications .page-link,
.ar .my-licenses .page-link {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin: 5px;
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ar .my-applications .page-item.disabled,
.ar .my-licenses .page-item.disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.ar .my-applications .card-item,
.ar .my-licenses .card-item {
  align-items: start;
  padding: 25px 15px;
  border-radius: 15px;
  border: 1px solid lightgrey;
  max-width: 80%;
  margin-bottom: 20px;
}
.ar .my-applications .content-item,
.ar .my-licenses .content-item {
  flex-grow: 1;
  margin-left: 20px;
}
.ar .my-applications .content-item h3,
.ar .my-licenses .content-item h3 {
  margin: 0;
  font-size: 1.3em;
  color: #333;
}
.ar .my-applications .content-item p,
.ar .my-licenses .content-item p {
  margin: 10px 0 0;
  color: darkblue;
  font-weight: 500;
  font-size: 1.1em;
}
.ar .my-applications .content-item p span,
.ar .my-licenses .content-item p span {
  color: #000;
}
.ar .my-applications .icon-style,
.ar .my-licenses .icon-style {
  font-size: 25px;
  color: #081f45;
}
.ar .my-applications .text-style,
.ar .my-licenses .text-style {
  font-weight: 400;
  font-size: 15px;
}
.ar .my-applications .center-content,
.ar .my-licenses .center-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ar .progress-circliful {
  width: 80px;
  margin-left: 0px;
  margin-right: -17px;
}
.ar .status-container .status {
  border: 1px solid #ececec;
  border-radius: 5px;
  display: flex;
  align-items: center;
  /*margin-right: 1.5rem;*/
}
.ar .status-container .status .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.ar .status-container a {
  color: #1348a0;
  font-weight: bold;
}
.borderd-panel .pg-header .back {
  left: 30px;
  right: auto;
}
.borderd-panel .pg-header.profile h1 {
  top: 0;
}
.profile-page .password-f {
  text-align: left;
}
.profile-page .image .jFiler-input-inner .jFiler-input-text {
  border: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
.profile-page .image .jFiler-input-inner .jFiler-input-text .jFiler-input-choose-btn .fi-upload {
  right: -35px;
  left: auto;
}
.profile-page .jFiler-items .jFiler-items-grid .jFiler-item .pull-right {
  left: 11px;
  right: auto;
}
.profile-section .text-button {
  background: none;
  /* Remove background */
  border: none;
  /* Remove border */
  color: blue;
  /* Inherit text color from parent */
  font: inherit;
  /* Inherit font style from parent */
  padding: 0;
  /* Remove padding */
  cursor: pointer;
  /* Show pointer cursor on hover */
  text-decoration: underline;
  /* Optional: Add underline for better visibility */
}
.profile-section .text-button:hover {
  color: black;
}
.profile-section .close-button {
  background-color: transparent;
  /* No background color */
  border: none;
  /* Remove default border */
  font-size: 20px;
  /* Adjust font size */
  color: #333;
  /* Text color */
  cursor: pointer;
  /* Cursor changes to pointer on hover */
  padding: 5px;
  /* Padding around the button */
  border-radius: 50%;
  /* Rounded button */
  width: 30px;
  /* Fixed width */
  height: 30px;
  /* Fixed height */
  display: flex;
  /* Center the "X" */
  justify-content: center;
  /* Center the "X" horizontally */
  align-items: center;
  /* Center the "X" vertically */
  background-color: #ddd;
}
.profile-section .close-button:hover {
  background-color: lightcoral;
  /* Background color on hover */
  color: #fff;
  /* Text color on hover */
}
.profile-section .close-button:focus {
  outline: none;
  /* Remove outline on focus */
  box-shadow: 0 0 3px #aaa;
  /* Add a subtle shadow on focus */
}
.profile-section .user-image {
  display: flex;
  border-radius: 60%;
  padding: 3px;
  border: 3px solid darkblue;
  width: 100px;
  height: 100px;
}
.profile-section .user-image img {
  border-radius: 50%;
  padding: 0px;
  border: 1px solid #808080;
}
.profile-section .user-image .camera-icon {
  position: absolute;
  display: flex;
  border-radius: 50%;
  padding: 3px;
  top: 55px;
  left: -15px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
.profile-section .user-image .camera-icon .icon-container {
  display: flex;
  border-radius: 50%;
  border: 1px solid #cccccc;
  top: 35px;
  left: -25px;
  background-color: white;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
}
.profile-section .user-image .delete-icon {
  position: absolute;
  display: flex;
  border-radius: 50%;
  padding: 3px;
  top: 55px;
  left: 60px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
.profile-section .user-image .delete-icon .icon-container {
  display: flex;
  border-radius: 50%;
  border: 1px solid #cccccc;
  top: 35px;
  left: -25px;
  background-color: white;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
}
.profile-section .fi-Camera:before {
  content: "\e904";
}
.profile-section .card-inv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 25px;
  border-radius: 15px;
  border: 1px solid lightgrey;
  max-width: 100%;
  margin: 20px auto;
}
.profile-section .logo-inv {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.profile-section .logo-inv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-section .content-inv {
  flex-grow: 1;
  margin-left: 20px;
}
.profile-section .content-inv h3 {
  margin: 0;
  font-size: 1.2em;
  color: #333;
}
.profile-section .content-inv p {
  margin: 5px 0 0;
  color: #666;
}
.license .form-container .form-title .license-status-info {
  right: auto;
  left: 80px;
}
.license .form-container .form-title .license-status-info:before {
  left: auto;
  right: 0;
}
.license .form-container .form-title .license-print {
  right: auto;
  left: 30px;
}
.license .license-container .license-section div.license-activities ul.sub-ctivities {
  padding: 0 30px 0 0;
}
.license .total-value-block {
  text-align: left;
}
.ar .factories .item-container {
  margin-left: 30px;
  margin-right: 0;
}
.ar .factories .item-container.small {
  margin: 0;
}
.ar .factories .item-container.small .get-direction {
  text-align: right;
}
.ar .factories .item-container .fi-phone {
  padding-right: 30px;
  padding-left: 0;
  direction: ltr;
}
.ar .factories .item-container .fi-phone:before {
  transform: translateY(-50%) scaleX(-1);
  right: 0px;
  left: auto;
}
.ar .factories .item-container .get-direction:before {
  position: absolute;
  top: 50%;
  transform: translate(35px, -50%);
  font-size: 27px;
}
.ar .factories .item-container:nth-child(3n+3) {
  margin-right: 0;
  margin-left: 0;
}
.add-member .btn-custom-action {
  border: 1px solid darkblue;
  background-color: #fff;
  color: #081f45;
}
.add-member .alreadylinked {
  width: 25%;
}
.add-member .btn-custom-action:hover {
  background-color: #081f45 !important;
  color: #ffffff;
}
.add-member .card-information {
  padding: 5px;
  border-radius: 15px;
  background-color: #f1f3fa;
  max-width: 100%;
  margin: 20px auto;
}
.add-member .card-add-header {
  /* display: flex;
    align-items: center;
    justify-content: space-between;*/
  padding: 45px;
  border-radius: 15px;
  background-color: #f1f3fa;
  max-width: 100%;
  margin: 20px auto;
}
.add-member .card-add-header .title {
  font-size: 26px;
  font-weight: 700;
  line-height: 31.47px;
}
.add-member .card-add-header .sub-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.add-member .card-add-header .input-group input {
  border-radius: 5px !important;
}
.add-member .card-add-header .input-group i {
  position: relative;
  right: -35px;
  top: 10px;
  font-size: 20px;
  z-index: 9;
}
.add-member .card-inv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 25px;
  border-radius: 15px;
  border: 1px solid lightgrey;
  max-width: 100%;
  margin: 20px auto;
}
.add-member .logo-inv {
  margin-left: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.add-member .logo-inv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.add-member .content-inv {
  flex-grow: 1;
  margin-left: 20px;
}
.add-member .content-inv h3 {
  margin: 0;
  font-size: 1.5em;
  color: #333;
}
.add-member .content-inv p {
  margin: 5px 0 0;
  color: #666;
}
.add-assistant .btn-custom-action {
  border: 1px solid darkblue;
  background-color: #fff;
  color: #081f45;
}
.add-assistant .btn-custom-action:hover {
  background-color: #081f45 !important;
  color: #ffffff;
}
.add-assistant .card-add-header {
  /* display: flex;
    align-items: center;
    justify-content: space-between;*/
  padding: 45px;
  border-radius: 15px;
  background-color: #f1f3fa;
  max-width: 100%;
  margin: 20px auto;
}
.add-assistant .card-information {
  padding: 7px 10px;
  border-radius: 5px;
  background-color: #f1f3fa;
  max-width: 100%;
  margin: 20px auto;
}
.add-assistant .card-inv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 25px;
  border-radius: 15px;
  border: 1px solid lightgrey;
  max-width: 100%;
  margin: 20px auto;
}
.add-assistant .logo-inv {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.add-assistant .logo-inv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.add-assistant .content-inv {
  flex-grow: 1;
  margin-left: 20px;
}
.add-assistant .content-inv h3 {
  margin: 0;
  font-size: 1.4em;
  font-weight: 700;
  color: #333;
}
.add-assistant .content-inv p {
  margin: 5px 0 0;
  color: #666;
}
.add-assistant .btn-custom-info-action {
  border: 1px solid #081f45;
  color: #081f45;
}
.add-assistant .btn-custom-info-action:hover {
  background-color: #EFF3FA !important;
  color: #081f45;
}
.add-assistant .btn-custom-danger-action {
  border: 1px solid #FF4500;
  background-color: #ffffff;
  color: #FF4500;
}
.add-assistant .btn-custom-danger-action:hover {
  background-color: #FF7256 !important;
  color: #ffffff;
}
.worklist {
  /*.accordion:after {
      font-family: ficons;
      content: "\e916";
      color: #777;
      font-weight: bold;
      float: right;
      margin-left: 5px;
  }

  .active:after {
      content: "\e91b";
  }*/
}
.worklist .input-group {
  border: 1px solid #444444;
  border-radius: 3px;
}
.worklist .input-group .form-control {
  border: 0;
}
.worklist .input-group .btn {
  padding: 0 10px;
  border-radius: 1px;
}
.worklist .input-group .btn:hover,
.worklist .input-group .btn:active {
  background-color: #081f45;
  color: #ffffff;
}
.worklist .input-group .btn i {
  font-size: 20px;
}
.worklist .page-link-active {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #081f45;
  color: white !important;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.worklist .page-link {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin: 5px;
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.worklist .page-item.disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.worklist .card-inv {
  align-items: center;
  justify-content: space-between;
  padding: 4px 4px;
  border-radius: 15px;
  border: 1px solid lightgrey;
  max-width: 100%;
  margin: 20px auto;
}
.worklist .card-inv .ago {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.worklist .accordion {
  background-color: white;
  color: #444;
  cursor: text;
  /*padding: 18px;*/
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.worklist .accordion span {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.worklist .active,
.worklist .accordion:hover {
  background-color: white;
}
.worklist .panel {
  /*padding: 0 18px;*/
  background-color: white;
  max-height: 0;
  overflow: hidden;
  color: grey;
  transition: max-height 0.2s ease-out;
}
.worklist .panel .main-content {
  position: relative;
  min-height: auto;
  clear: both;
  padding: 0;
}
.ar .my-services .cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0px;
  justify-content: flex-start;
}
.ar .my-services .card {
  display: flex;
  flex-direction: column;
  flex: 0 1 309px;
  padding: 30px 19px;
  border-radius: 15px;
  box-sizing: border-box;
  /*   min-height: 250px;
    max-height: 250px;*/
}
.ar .my-services .card .card-title {
  text-decoration: underline;
  line-height: 1.5;
  font-size: 20px;
  min-height: 60px;
  margin-bottom: 1.5rem;
}
.ar .my-services .card .card-text {
  /*flex: 1;*/
  margin-bottom: 10px;
}
.ar .my-services .card .card-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  /* Align links at the bottom of the card */
}
.ar .my-services .card .card-link a {
  color: #444444;
}
.ar .my-services .card .card-link a.service-link {
  font-weight: 600;
}
.ar .my-services .card .card-link a.service-link:hover {
  color: #1348a0;
}
.ar .my-services .card .card-link a.favorite i {
  font-size: 20px;
}
.ar .my-services .card .card-link a.favorite i:hover:before {
  font-family: 'ficons' !important;
  content: '\e922';
}
@media (max-width: 992px) {
  .ar .my-services .card {
    flex: 0 1 calc(30%);
  }
}
@media (max-width: 768px) {
  .ar .my-services .card {
    flex: 0 1 calc(80%);
  }
}
.ar .my-services .page-link-active {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #0d3473;
  color: #ffffff !important;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ar .my-services .page-link {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin: 5px;
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ar .my-services .page-item.disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
.ar .my-services .card-inv {
  align-items: center;
  justify-content: space-between;
  padding: 4px 4px;
  border-radius: 15px;
  border: 1px solid lightgrey;
  max-width: 100%;
  margin: 20px auto;
}
.ar .my-services .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  color: grey;
  transition: max-height 0.2s ease-out;
}
.ar .services-list .title {
  color: #333333;
  font-size: 1.7143em;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ar .services-list .title i {
  font-size: 36px;
  display: flex;
}
.ar .services-list .search-filter {
  border-radius: 0.75rem;
}
.ar .services-list .search-filter .title p {
  color: #304373;
  font-size: 1.8571em;
  font-weight: 700;
  line-height: 32px;
}
.ar .services-list .search-filter .input-group {
  border: 1px solid #9ea2a9;
  border-radius: 5px;
}
.ar .services-list .search-filter .input-group .form-control {
  border: 0;
}
.ar .services-list .search-filter .input-group .btn {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0.3rem;
}
.ar .services-list .search-filter .input-group .btn:hover {
  background-color: #0d3473;
  color: #ffffff;
}
.ar .services-list .search-filter .input-group .btn:hover i {
  color: #ffffff;
}
.ar .services-list .search-filter .input-group .btn i {
  font-size: 20px;
  color: #5f646d;
}
.ar .shopping-carts {
  padding: 0px 30px 0px 30px;
  border-radius: 15px;
}
.ar .shopping-carts .cart-header .title {
  color: #333333;
  font-size: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ar .shopping-carts .cart-header .title i {
  transform: scaleX(-1);
}
.ar .shopping-carts .cart-body table thead {
  background-color: #F3F4F6;
}
.ar .shopping-carts .cart-body table thead tr th {
  padding: 25px;
  border-bottom-color: unset;
}
.ar .shopping-carts .cart-body table thead tr th p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #6B7280;
}
.ar .shopping-carts .cart-body table thead tr th .chkbox {
  height: 22px;
  outline: none;
  border: none;
  border: 2px solid #1348a0;
  border-radius: 5px;
  color: #8f8f8f;
  box-shadow: none !important;
  font-size: 1em;
  width: 100%;
}
.ar .shopping-carts .cart-body table .list-body tr {
  vertical-align: baseline;
}
.ar .shopping-carts .cart-body table .list-body tr td {
  padding: 0px 25px;
}
.ar .shopping-carts .cart-body table .list-body tr td .product-type-text {
  font-weight: bold;
  font-size: 14px;
  color: #1348A0;
}
.ar .shopping-carts .cart-body table .list-body tr td .chkbox {
  height: 22px;
  outline: none;
  border: none;
  border: 2px solid #1348a0;
  border-radius: 5px;
  color: #8f8f8f;
  box-shadow: none !important;
  font-size: 1em;
  width: 100%;
  vertical-align: middle;
}
.ar .shopping-carts .cart-body table .list-body tr td p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #6B7280;
}
.ar .shopping-carts .cart-body table .list-body tr td .input-group {
  flex-wrap: unset;
  width: 130px;
}
.ar .shopping-carts .cart-body table .list-body tr td .input-group #btn-minus,
.ar .shopping-carts .cart-body table .list-body tr td .input-group #btn-plus {
  padding: 10px 14px !important;
  border-color: #D1D5DB;
}
.ar .shopping-carts .cart-body table .list-body tr td .input-group #btn-minus:hover,
.ar .shopping-carts .cart-body table .list-body tr td .input-group #btn-plus:hover {
  background-color: #1348a0;
  color: #ffffff;
}
.ar .shopping-carts .cart-body table .list-body tr td .input-group #btn-minus.disabled,
.ar .shopping-carts .cart-body table .list-body tr td .input-group #btn-plus.disabled {
  background-color: #ececeb;
  border-color: #ececeb;
}
.ar .shopping-carts .cart-body table .list-body tr td .input-group .right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  display: flex;
  align-items: center;
}
.ar .shopping-carts .cart-body table .list-body tr td .input-group .left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  display: flex;
  align-items: center;
}
.ar .shopping-carts .cart-body table .list-body tr td .input-group .quantity-field {
  height: 42px;
  border: 1px solid #D1D5DB;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.ar .shopping-carts .cart-body table .list-body tr td .btn-action {
  font-weight: 400;
  font-size: 16px;
  color: #DC2626;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ar .shopping-carts .cart-body table .list-body tr td .btn-action i {
  display: flex;
  font-size: 18px;
  margin-left: 5px;
}
.ar .shopping-carts .cart-footer {
  margin: 20px 0px 30px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ar .shopping-carts .cart-footer .actions a {
  width: 112px;
  height: 40px;
  border-radius: 5px;
  border-width: 1px;
  gap: 8px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  color: #EF4444;
  border: 1px solid #EF4444;
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.ar .shopping-carts .cart-footer .actions a i {
  display: flex;
  color: #EF4444;
  font-size: 15px;
}
.ar .shopping-carts .cart-footer .info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ar .shopping-carts .cart-footer .info .separator-sm {
  background-color: #D1D5DB !important;
}
.ar .shopping-carts .cart-footer .info p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #232528;
  margin-bottom: 0px;
}
.ar .shopping-carts .cart-footer .info p .count {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  margin: 0px 5px 0px 5px;
  color: #374151;
}
.ar .shopping-carts .cart-footer .info p .amount {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #1348A0;
  margin: 0px 10px;
}
.ar .shopping-carts .cart-footer .info a {
  width: 215px;
  height: 56px;
  border-radius: 5px;
  gap: 8px;
  padding-top: 16px;
  padding-right: 12px;
  padding-bottom: 16px;
  padding-left: 12px;
  background-color: #185dce;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
}
.ar .shopping-carts .cart-footer .info a:hover {
  background-color: #1348a0;
}
.ar .shopping-carts .empty-cart img {
  width: 200px;
  height: 181px;
  transform: scaleX(-1);
}
.ar .e-shop .search-filter .input-group {
  border: 1px solid #9ea2a9;
  border-radius: 6px;
}
.ar .e-shop .search-filter .input-group .form-control {
  border: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ar .e-shop .search-filter .input-group .btn {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 0px;
}
.ar .e-shop .search-filter .input-group .btn:hover {
  background-color: #081f45;
  color: #ffffff;
}
.ar .e-shop .search-filter .input-group .btn:hover i {
  color: #ffffff;
}
.ar .e-shop .search-filter .input-group .btn i {
  font-size: 25px;
  color: #5f646d;
}
.ar .e-shop .search-filter .filter-fields input[type='radio']:checked:after {
  top: -4px;
  left: 1px;
}
.ar .e-shop .data-list .list-body .e-shop-card .card-body .info .action .quantity-controls .input-group .btn-minus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.ar .e-shop .data-list .list-body .e-shop-card .card-body .info .action .quantity-controls .input-group .btn-plus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.ar .eshop-card .product-shell .action .quantity-controls .input-group .btn-minus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.ar .eshop-card .product-shell .action .quantity-controls .input-group .btn-plus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.ar .eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .action .quantity-controls .input-group .btn-minus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.ar .eshop-card .related-products .e-shop-product-list .products-carousel .e-shop-card .card-body .action .quantity-controls .input-group .btn-plus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.training-courses .search-filter .input-group {
  border: 1px solid #9ea2a9;
  border-radius: 6px;
}
.training-courses .search-filter .input-group .form-control {
  border: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.training-courses .search-filter .input-group .btn {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 0px;
}
.training-courses .search-filter .input-group .btn:hover {
  background-color: #081f45;
  color: #ffffff;
}
.training-courses .search-filter .input-group .btn:hover i {
  color: #ffffff;
}
.training-courses .search-filter .input-group .btn i {
  font-size: 25px;
  color: #5f646d;
}
/* Arabic (RTL) overrides */
.ar .evaluate-program {
  border-radius: 15px;
}
.ar .evaluate-program h3 {
  font-size: 2.2em;
  line-height: 1.2;
  font-weight: 700;
  color: #1a1c1d;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.ar .evaluate-program .more-information-section {
  border: 1px solid #efeff0;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  padding: 32px !important;
}
.ar .evaluate-program .more-information-section > p:first-child {
  min-height: auto;
  margin-bottom: 20px;
}
.ar .evaluate-program .characters-number-section {
  right: auto;
  left: 12px;
}
.ar .evaluate-program .radio-number-label {
  left: -15px;
  right: unset;
  font-size: 1.1em;
  margin-bottom: 8px;
  color: #6c757d;
  font-weight: 500;
  position: relative;
  top: 30px;
}
.ar .evaluate-program .evaluate-question {
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.4;
  color: #1a1c1d;
}
.ar .evaluate-program .form-floating label {
  left: initial;
}
.ar input[type='radio']:checked:before {
  left: -5px;
}
.my-orders {
  padding: 0px 30px 25px 30px;
  border-radius: 15px;
}
.my-orders .title {
  color: black;
}
.my-orders .course-card.skeleton-loader .skeleton-line {
  height: 20px;
  background: #eee;
  margin-bottom: 10px;
  border-radius: 4px;
}
.my-orders .order-information {
  padding-top: 25px;
}
.my-orders .order-information .order-details-card {
  border-radius: 15px;
  background-color: white;
  padding: 20px 25px 15px 25px;
  margin-bottom: 25px;
}
.my-orders .order-information .order-details-card .head {
  margin-bottom: 20px;
}
.my-orders .order-information .order-details-card .head .title {
  font-weight: 600;
  font-size: 24px;
  color: black;
}
.my-orders .order-information .order-details-card .body .details-section {
  margin-bottom: 20px;
}
.my-orders .order-information .order-details-card .body .details-section .sub-title {
  font-weight: 600;
  font-size: 18px;
  color: #232528;
  margin-bottom: .5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.my-orders .order-information .order-details-card .body .details-section .sub-title i {
  font-size: 20px;
}
.my-orders .order-information .order-details-card .body .details-section .info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.my-orders .order-information .order-details-card .body .details-section .info-grid .info-item .label {
  font-weight: 400;
  font-size: 16px;
  color: #797e86;
  margin-bottom: 4px;
  display: block;
}
.my-orders .order-information .order-details-card .body .details-section .info-grid .info-item .value {
  font-weight: 600;
  font-size: 16px;
  color: #232528;
  display: block;
}
.my-orders .order-information .order-details-card .body .details-section .table-responsive {
  border-radius: 10px;
  overflow: hidden;
}
.my-orders .order-information .order-details-card .body .details-section .table-responsive .table {
  margin-bottom: 0;
}
.my-orders .order-information .order-details-card .body .details-section .table-responsive .table thead th {
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
  color: #797e86;
  font-weight: 600;
}
.my-orders .order-information .order-details-card .body .details-section .table-responsive .table tbody td {
  vertical-align: middle;
  color: #232528;
}
.my-orders .order-information .order-summary-sidebar .summary-card {
  border-radius: 15px;
  background-color: white;
  padding: 20px 25px 15px 25px;
  margin-bottom: 25px;
}
.my-orders .order-information .order-summary-sidebar .summary-card .summary-item {
  margin-bottom: 15px;
}
.my-orders .order-information .order-summary-sidebar .summary-card .summary-item .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #797e86;
  margin-bottom: 2px;
  display: block;
}
.my-orders .order-information .order-summary-sidebar .summary-card .summary-item .value {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: black;
  display: block;
}
.my-orders .order-information .order-summary-sidebar .summary-card .summary-item.order-id .value {
  font-size: 24px;
}
.my-orders .order-information .order-summary-sidebar .summary-card .separator-horizontal {
  height: 1px;
  background-color: #eee;
  margin: 15px 0;
}
.my-orders .order-information .order-summary-sidebar .summary-card .pricing-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.my-orders .order-information .order-summary-sidebar .summary-card .pricing-row .label {
  color: #797e86;
  font-size: 16px;
}
.my-orders .order-information .order-summary-sidebar .summary-card .pricing-row .value {
  font-weight: 600;
  color: #232528;
  font-size: 16px;
}
.my-orders .order-information .order-summary-sidebar .summary-card .pricing-row.total {
  margin-top: 10px;
}
.my-orders .order-information .order-summary-sidebar .summary-card .pricing-row.total .label,
.my-orders .order-information .order-summary-sidebar .summary-card .pricing-row.total .value {
  font-size: 18px;
  font-weight: 700;
  color: black;
}
.my-orders .order-information .order-summary-sidebar .timeline-card {
  border-radius: 15px;
  background-color: white;
  padding: 20px 25px 15px 25px;
}
.my-orders .order-information .order-summary-sidebar .timeline-card .timeline-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.my-orders .order-information .order-summary-sidebar .timeline-card .timeline {
  position: relative;
  padding-left: 20px;
}
.my-orders .order-information .order-summary-sidebar .timeline-card .timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: #eee;
}
.my-orders .order-information .order-summary-sidebar .timeline-card .timeline .timeline-item {
  position: relative;
  padding-bottom: 20px;
}
.my-orders .order-information .order-summary-sidebar .timeline-card .timeline .timeline-item::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: 2px solid white;
}
.my-orders .order-information .order-summary-sidebar .timeline-card .timeline .timeline-item.active::before {
  background: #1348a0;
}
.my-orders .order-information .order-summary-sidebar .timeline-card .timeline .timeline-item .time {
  font-size: 12px;
  color: #797e86;
}
.my-orders .order-information .order-summary-sidebar .timeline-card .timeline .timeline-item .status {
  font-weight: 500;
  display: block;
}
.my-orders .search-filter {
  padding: 30px 20px;
  background-color: #f0f3fa;
  border-radius: 0.75rem;
}
.my-orders .search-filter .title p {
  color: #304373;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
}
.my-orders .search-filter .search-group {
  position: relative;
  margin-bottom: 25px;
}
.my-orders .search-filter .search-group .form-control {
  border-radius: 5px;
  border: 1px solid #ced4da;
  padding-right: 40px;
  height: 45px;
  font-size: 14px;
}
.my-orders .search-filter .search-group .form-control::placeholder {
  color: #adb5bd;
}
.my-orders .search-filter .search-group .search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #adb5bd;
  font-size: 18px;
}
.my-orders .search-filter .filter-group .filter-title {
  color: #304373;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.my-orders .search-filter .filter-group .status-radios .form-check {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.my-orders .search-filter .filter-group .status-radios .form-check .form-check-input {
  width: 16px;
  height: 12px;
  margin-top: 0;
  cursor: pointer;
}
.my-orders .search-filter .filter-group .status-radios .form-check .form-check-input:checked {
  background-color: #1348a0;
  border-color: #1348a0;
}
.my-orders .search-filter .filter-group .status-radios .form-check .form-check-label {
  color: #495057;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.my-orders .data-list .table-responsive {
  border-radius: 10px;
  background-color: white;
  padding: 10px;
}
.my-orders .data-list .order-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.my-orders .data-list .order-table thead th {
  background-color: #f8f9fa;
  border: none;
  color: #6c757d;
  font-weight: 600;
  font-size: 14px;
  padding: 15px;
  text-transform: none;
}
.my-orders .data-list .order-table thead th:first-child {
  border-radius: 8px 0 0 8px;
}
.my-orders .data-list .order-table thead th:last-child {
  border-radius: 0 8px 8px 0;
}
.my-orders .data-list .order-table tbody tr {
  background-color: white;
  transition: transform 0.2s, box-shadow 0.2s;
}
.my-orders .data-list .order-table tbody tr td {
  border: none;
  vertical-align: middle;
  padding: 15px;
  color: #495057;
  font-size: 14px;
  border-top: 1px solid #f1f3f5;
  border-bottom: 1px solid #f1f3f5;
}
.my-orders .data-list .order-table tbody tr td:first-child {
  border-left: 1px solid #f1f3f5;
  border-radius: 8px 0 0 8px;
  font-weight: 600;
  color: #343a40;
}
.my-orders .data-list .order-table tbody tr td:last-child {
  border-right: 1px solid #f1f3f5;
  border-radius: 0 8px 8px 0;
}
.my-orders .data-list .order-table tbody tr td.product-name {
  color: #495057;
  font-weight: 500;
}
.my-orders .data-list .order-table tbody tr td.total-price {
  font-weight: 700;
  color: #212529;
}
.my-orders .data-list .order-table tbody tr td .status-badge {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  min-width: 90px;
  border: 1px solid transparent;
}
.my-orders .data-list .order-table tbody tr td .status-badge.badge-delivered {
  color: #28a745;
  background-color: #e8f5e9;
  border-color: #c3e6cb;
}
.my-orders .data-list .order-table tbody tr td .status-badge.badge-cancelled {
  color: #dc3545;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.my-orders .data-list .order-table tbody tr td .status-badge.badge-dispatched {
  color: #007bff;
  background-color: #e7f1ff;
  border-color: #b8daff;
}
.my-orders .data-list .order-table tbody tr td .status-badge.badge-processing {
  color: #ffc107;
  background-color: #fff3cd;
  border-color: #ffeeb1;
}
.my-orders .data-list .order-table tbody tr td .status-badge.badge-pending {
  color: #6c757d;
  background-color: #f8f9fa;
  border-color: #dae0e5;
}
.my-orders .data-list .order-table tbody tr td .view-link {
  color: #1348a0;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}
.my-orders .data-list .order-table tbody tr td .view-link:hover {
  text-decoration: underline;
}
.my-orders .data-list .order-table tbody tr td .view-link i {
  font-size: 16px;
}
.my-orders-page {
  min-height: 400px;
}
.order-details-page .order-details-main-card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.order-details-page .order-details-main-card .order-details-header .fi-shopping-bag {
  color: black;
}
.order-details-page .order-details-main-card .order-details-header h2 {
  color: black;
}
.order-details-page .order-details-main-card .order-details-header .download-invoice-btn {
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
}
.order-details-page .order-details-main-card .order-summary-info-row .order-id-label {
  font-size: 24px;
  font-weight: 600;
  color: black;
}
.order-details-page .order-details-main-card .order-summary-info-row .status-badge {
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
}
.order-details-page .order-details-main-card .order-summary-info-row .status-badge.badge-delivered {
  color: #28a745;
  background-color: #e8f5e9;
  border-color: #c3e6cb;
}
.order-details-page .order-details-main-card .order-summary-info-row .status-badge.badge-cancelled {
  color: #dc3545;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.order-details-page .order-details-main-card .order-summary-info-row .status-badge.badge-dispatched {
  color: #007bff;
  background-color: #e7f1ff;
  border-color: #b8daff;
}
.order-details-page .order-details-main-card .order-summary-info-row .status-badge.badge-processing {
  color: #ffc107;
  background-color: #fff3cd;
  border-color: #ffeeb1;
}
.order-details-page .order-details-main-card .order-summary-info-row .status-badge.badge-pending {
  color: #6c757d;
  background-color: #f8f9fa;
  border-color: #dae0e5;
}
.order-details-page .order-details-main-card .info-section-container {
  background-color: #f0f7ff;
  border-radius: 12px;
  padding: 25px;
}
.order-details-page .order-details-main-card .info-section-container .info-col {
  padding: 0 20px;
  border-right: 1px solid rgba(0, 123, 255, 0.1);
}
.order-details-page .order-details-main-card .info-section-container .info-col:first-child {
  padding-left: 0;
}
.order-details-page .order-details-main-card .info-section-container .info-col:last-child {
  padding-right: 0;
  border-right: none;
}
.order-details-page .order-details-main-card .info-section-container .info-col .info-label {
  color: black;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 14px;
}
.order-details-page .order-details-main-card .info-section-container .info-col .info-value {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.order-details-page .order-details-main-card .section-title {
  color: #333;
  font-size: 18px;
}
.order-details-page .order-details-main-card .order-item-card {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.order-details-page .order-details-main-card .order-item-card:last-child {
  border-bottom: none;
}
.order-details-page .order-details-main-card .order-item-card .product-image-box {
  width: 100px;
  height: 100px;
  background-color: #f8f9fa;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-details-page .order-details-main-card .order-item-card .product-image-box .product-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.order-details-page .order-details-main-card .order-item-card .item-details h6 {
  font-size: 16px;
}
.order-details-page .order-details-main-card .order-item-card .item-price {
  min-width: 120px;
}
.order-details-page .order-details-main-card .order-item-card .item-price p.fw-bold {
  font-size: 18px;
  color: black;
}
.order-details-page .order-details-main-card .payment-details-card {
  background-color: white;
  border: 1px solid #eee;
  border-radius: 12px;
}
.order-details-page .order-details-main-card .payment-details-card .total-summary-box .text-main {
  color: black;
  font-size: 32px;
}
.order-details-page .order-details-main-card .payment-details-card .price-breakdown .breakdown-row {
  font-size: 15px;
}
.order-details-page .order-details-main-card .payment-details-card .price-breakdown .breakdown-row .label {
  color: #666;
}
.order-details-page .order-details-main-card .payment-details-card .price-breakdown .breakdown-row .value {
  color: #333;
}
.order-details-page .order-details-main-card .payment-details-card .price-breakdown .grand-total-row {
  color: black;
  padding-top: 10px;
}
.ar .my-orders {
  text-align: right;
}
.ar .my-orders .form-check-label {
  margin-right: unset;
}
.ar .my-orders input[type='radio']:checked:before {
  right: -5px;
  left: unset;
}
.ar .my-orders .search-filter .search-group .form-control {
  padding-right: 12px;
  padding-left: 40px;
}
.ar .my-orders .search-filter .search-group .search-icon {
  right: auto;
  left: 15px;
}
.ar .my-orders .search-filter .filter-group .status-radios .form-check {
  padding-right: 1.5em;
  padding-left: 0;
}
.ar .my-orders .search-filter .filter-group .status-radios .form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 10px;
}
.ar .my-orders .data-list .order-table thead th {
  text-align: right;
}
.ar .my-orders .data-list .order-table thead th:first-child {
  border-radius: 0 8px 8px 0;
}
.ar .my-orders .data-list .order-table thead th:last-child {
  border-radius: 8px 0 0 8px;
}
.ar .my-orders .data-list .order-table tbody tr td {
  text-align: right;
}
.ar .my-orders .data-list .order-table tbody tr td:first-child {
  border-left: none;
  border-right: 1px solid #f1f3f5;
  border-radius: 0 8px 8px 0;
}
.ar .my-orders .data-list .order-table tbody tr td:last-child {
  border-right: none;
  border-left: 1px solid #f1f3f5;
  border-radius: 8px 0 0 8px;
}
.ar .my-orders .data-list .order-table tbody tr td .view-link i {
  margin-left: 5px;
  margin-right: 0;
}
.ar .my-orders .order-information .order-details-card .body .details-section .sub-title i {
  margin-left: 10px;
  margin-right: 0;
}
.ar .my-orders .order-information .order-summary-sidebar .timeline-card .timeline {
  padding-left: 0;
  padding-right: 20px;
}
.ar .my-orders .order-information .order-summary-sidebar .timeline-card .timeline::before {
  left: auto;
  right: 0;
}
.ar .my-orders .order-information .order-summary-sidebar .timeline-card .timeline .timeline-item::before {
  left: auto;
  right: -24px;
}
.ar .order-details-page {
  text-align: right;
}
.ar .order-details-page .order-details-main-card .info-section-container .info-col {
  border-right: none;
  border-left: 1px solid rgba(0, 123, 255, 0.1);
}
.ar .order-details-page .order-details-main-card .info-section-container .info-col:first-child {
  padding-right: 0;
  padding-left: 20px;
}
.ar .order-details-page .order-details-main-card .info-section-container .info-col:last-child {
  padding-left: 0;
  padding-right: 20px;
  border-left: none;
}
.ar .order-details-page .order-details-main-card .order-item-card .product-image-box {
  margin-left: 15px;
  margin-right: 0;
}
.ar .order-details-page .order-details-main-card .order-item-card .item-price {
  text-align: left !important;
}
.ar .order-details-page .order-details-main-card .order-item-card .item-price p {
  text-align: left !important;
}
.ar .order-details-page .order-details-main-card .payment-details-card .price-breakdown .breakdown-row .value,
.ar .order-details-page .order-details-main-card .payment-details-card .price-breakdown .grand-total-row .value {
  text-align: left;
}
.th-black .header .header-options-block .advanced-search a {
  background: #444444;
}
.th-black .header .header-options-block .advanced-search a:hover {
  background: #84888b;
}
.th-black .header .header-options-block .header-options li a:hover:before {
  color: #84888b;
}
.th-black .header .main-menu-block {
  background: #444444;
}
.th-black .header .main-menu-block .container .main-menu > li:hover {
  background-color: #84888b;
}
.th-black .header .main-menu-block .container .main-menu > li > a:hover {
  background-color: #84888b;
}
.th-black .header .main-menu-block .container .main-menu > li .sub-main-menu {
  background: #84888b;
}
.th-black .header .main-menu-block .container .main-menu > li .sub-main-menu li a:hover {
  background-color: #444444;
}
.th-black .header .container .header-options-block .change-language a {
  color: #444444;
}
.th-black .header .container .header-options-block .change-language a:hover {
  color: #84888b;
}
.th-black .borderd-container {
  border-color: #444444;
}
.th-black .borderd-container .pg-header {
  border-bottom-color: #444444;
}
.th-black .form-message.innvoice .app-number-date div.app-data .app-value {
  color: #444444;
}
.th-black .dynamic-list .add-section {
  box-shadow: 0 0 3px 0 #ccc;
}
.th-black .dynamic-list .add-section .add-item:hover {
  color: #444444;
}
.th-black .dynamic-list .add-section .add-item:before {
  color: #84888b;
}
.th-black .dynamic-list .list .item.data-item:before {
  border-color: #aaaaaa;
}
.th-black .dynamic-list .list div.empty-list div.empty span.label {
  color: #d8d4cf;
}
.th-black .centered-form .form-inner.login .form-group div:before {
  color: #84888b;
}
.th-black .main-login-page .login-page {
  border-color: #444444;
}
.th-black .main-login-page .login-or .or {
  border-color: #444444;
  color: #444444;
}
.th-black .main-login-page .login-or .login-separator {
  background-color: #444444;
}
.th-black .main-login-page button[type=submit] {
  background: #444444;
}
.th-black .main-login-page button[type=submit]:hover {
  background: #84888b;
}
.th-black .main-login-page .account-options .account-register p a.register-now {
  color: #444444;
}
.th-black .main-login-page .account-options .account-register p a.register-now:hover {
  color: #84888b;
}
.th-black .main-login-page .account-options .account-forget .forgot-password:hover {
  color: #444444;
}
.th-black .jFiler-input-text h4 span {
  color: #444444;
}
.th-black .jFiler-input-text .jFiler-input-choose-btn i:before {
  color: #84888b;
}
.th-black .form-completion .form-data-block .form-data span strong {
  color: #444444;
}
.th-black .application-workflow {
  border-bottom-color: #444444;
}
.th-black .application-workflow ul:before {
  background-color: #aaaaaa;
}
.th-black .view-workflow-history {
  color: #84888b;
}
.th-black .notification-details .date-time {
  color: #84888b;
}
.th-black .application-options ul li a.view-app {
  background-color: #444444;
}
.th-black .sub-page-header .title-with-icon:before {
  color: #84888b;
}
.th-black .with-header .user-login-info ul.user-login-options li a:before {
  color: #84888b;
}
.th-black .with-header .user-login-info .user-login-data .user-data span {
  color: #84888b;
}
.th-black .with-header ul.header-options li a:before {
  color: #84888b;
}
.th-black .with-header ul.header-options li a:hover {
  color: #84888b;
}
.th-black .with-header ul.header-options li.menu a.opener i:before {
  color: #84888b;
}
.th-black .with-header .pg-header h1 i:before {
  color: #444444;
}
.th-black .filters-with-header .filters,
.th-black .borderd-container .filters {
  border-color: #444444;
}
.th-black .filters-with-header .filters .header-btn,
.th-black .borderd-container .filters .header-btn {
  color: #84888b;
}
.th-black .filters-with-header .filters .filter-fields,
.th-black .borderd-container .filters .filter-fields {
  border-top-color: #444444;
}
.th-black .filters-with-header .filters .pg-header,
.th-black .borderd-container .filters .pg-header {
  border-bottom-color: #444444;
}
.th-black .filters label {
  color: #444444;
}
.th-black .filters .total-entries .totalrecords {
  background: #444444;
  border-color: #444444;
}
.th-black .factories .item-container {
  border-color: #84888b;
}
.th-black .factories .item-container .get-direction {
  border-color: #444444;
}
.th-black .factories .item-container.main:hover,
.th-black .factories .item-container.main.active {
  background: #84888b;
}
.th-black .factories .item-container.main:hover h4,
.th-black .factories .item-container.main.active h4 {
  color: #fff;
}
.th-black .factories .item-container .fi-phone {
  color: #444444;
}
.th-black .my-applications .data-list .list-body .item-container .item-controls .item-info li {
  color: #444444;
}
.th-black .my-applications .data-list .list-body .item-container .item-controls .item-info li a {
  color: #84888b;
}
.th-black .my-applications .data-list .list-body .item-container .details .description .ref-no {
  color: #444444;
}
.th-black .my-applications .data-list .list-body .item-container .details .description:before {
  color: #444444;
}
.th-black .sort-filters .sort-block label {
  color: #444444;
}
.th-black .sort-filters .total-entries label {
  color: #444444;
}
.th-black .sort-filters .total-entries .totalrecords,
.th-black .sort-filters .total-entries .totalAmount {
  background-color: #444444;
  border-color: #2b2b2b;
}
.th-black .sort-filters .items-count .total-entries label {
  color: #444444;
}
.th-black .sort-filters .items-count .total-entries .totalrecords {
  background-color: #444444;
  border-color: #2b2b2b;
}
.th-black .result-msg,
.th-black .empty-result {
  border-color: #444444;
}
.th-black .btn-custom {
  background-color: #444444;
  color: #fff;
}
.th-black .btn-custom i {
  color: #fff;
}
.th-black .btn-custom:hover {
  background-color: #84888b !important;
}
.th-black .tooltip .tooltip-inner {
  background-color: #84888b;
}
.th-black .tooltip.bs-tooltip-right .arrow::before,
.th-black .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #84888b;
}
.th-black .tooltip.bs-tooltip-top .arrow::before,
.th-black .tooltip.bs-tooltip-auto[x-placement^="top "] .arrow::before {
  border-top-color: #84888b;
}
.th-black .tooltip.bs-tooltip-bottom .arrow::before,
.th-black .tooltip.bs-tooltip-auto[x-placement^="bottom "] .arrow::before {
  border-bottom-color: #84888b;
}
.th-black .tooltip.bs-tooltip-left .arrow::before,
.th-black .tooltip.bs-tooltip-auto[x-placement^="left "] .arrow::before {
  border-left-color: #84888b;
}
.th-black .message-box-button {
  color: inherit !important;
}
.th-black .message-box-button i:before {
  background: #84888b;
}
.th-black .message-box .item {
  border-color: #444444;
}
.th-black .message-box .item .message-photo img {
  filter: grayscale(1);
}
.th-black .dashboard .minimized-message-box {
  border-color: #444444;
}
.th-black .dashboard .services-block .service-category .service-category-items li {
  border-color: #444444;
}
.th-black .dashboard .services-block .service-category .service-category-items li.selected,
.th-black .dashboard .services-block .service-category .service-category-items li:hover {
  background: #444444;
}
.th-black .dashboard .services-block .service-category .service-category-items li.selected a i:before,
.th-black .dashboard .services-block .service-category .service-category-items li:hover a i:before {
  color: #fff;
}
.th-black .dashboard .services-block .service-category .service-category-items li.selected:before {
  border-top-color: #444444;
  border-right-color: #444444;
}
.th-black .dashboard .services-block .service-category .service-category-items li a i:before {
  color: #444444;
}
.th-black .dashboard .services-block .service-items-most-used-block ul li,
.th-black .dashboard .services-block .service-items-favorite-block ul li,
.th-black .dashboard .services-block .service-items-all-block ul li {
  border-color: #444444;
}
.th-black .dashboard .services-block .service-items-most-used-block ul li .service i:before,
.th-black .dashboard .services-block .service-items-favorite-block ul li .service i:before,
.th-black .dashboard .services-block .service-items-all-block ul li .service i:before {
  color: #444444;
}
.th-black .dashboard .services-block .service-items-most-used-block ul li .service .actions span,
.th-black .dashboard .services-block .service-items-favorite-block ul li .service .actions span,
.th-black .dashboard .services-block .service-items-all-block ul li .service .actions span {
  background-color: #84888b;
}
.th-black .dashboard .services-block .service-items-most-used-block ul li .service .lnk-favorite:before,
.th-black .dashboard .services-block .service-items-favorite-block ul li .service .lnk-favorite:before,
.th-black .dashboard .services-block .service-items-all-block ul li .service .lnk-favorite:before {
  color: #84888b;
}
.th-black .dashboard .services-block .service-items-most-used-block .owl-dots .owl-dot.active span,
.th-black .dashboard .services-block .service-items-favorite-block .owl-dots .owl-dot.active span,
.th-black .dashboard .services-block .service-items-all-block .owl-dots .owl-dot.active span {
  background-color: #444;
}
.th-black .dashboard .services-block .service-items-most-used-block .owl-dots .owl-dot span,
.th-black .dashboard .services-block .service-items-favorite-block .owl-dots .owl-dot span,
.th-black .dashboard .services-block .service-items-all-block .owl-dots .owl-dot span {
  border-color: #444;
}
.th-black .dashboard .services-block .service-items-block {
  border-color: #444444;
}
.th-black .dashboard .services-block .service-items-block ul li {
  border-color: #444444;
}
.th-black .dashboard .services-block .service-items-block ul li .service i:before {
  color: #444444;
}
.th-black .dashboard .services-block .service-items-block ul li .service .actions span {
  background-color: #84888b;
}
.th-black .btn-gradient {
  background-color: #84888b;
}
.th-black .footer {
  border-top-color: #84888b;
}
.th-black .footer .container .footer-top .call-center a.center-numer i:before {
  color: #84888b;
}
.th-black .footer .container .footer-top .newsletter-signup .newsletter-block {
  border-color: #444444;
}
.th-black .footer .container .footer-top .footer-menus ul.social-menu-items li a i:before,
.th-black .footer .container .footer-top .newsletter-signup .program-apps ul li a:before {
  color: #84888b;
}
.th-black .footer * {
  color: #444 !important;
}
.th-black .notifications-list .data-list .list-body .item-container {
  border-color: #444444;
}
.th-black .notifications-list .data-list .list-body .item-container .worklist-icon {
  background-color: #84888b;
}
.th-black .notifications-list .data-list .list-body .item-container .notification-info li .notify-icon .ficon,
.th-black .notifications-list .data-list .list-body .item-container .notification-info li .notify-icon .ficon-email:before,
.th-black .notifications-list .data-list .list-body .item-container .notification-info li .date {
  color: #84888b;
}
.th-black .pager .pager-content a:hover {
  background-color: #444;
  border-color: #444;
}
.th-black .pager .pager-content .btn.current {
  background-color: #444;
  border-color: #444;
}
.th-black .borderd-panel {
  border-color: #444444;
}
.th-black .borderd-panel .pg-header {
  border-color: #444444;
}
.th-black .borderd-panel .pg-header .back:before {
  color: #84888b;
}
.th-black .register-page .form-panel .pg-header .backtologin:before {
  color: #84888b;
}
.th-black .register-page .form-panel .pg-header .backtologin:hover {
  color: #84888b;
}
.th-black .register-page .form-panel .form-group.actions {
  border-top-color: #444444;
}
.th-black .certificate-list .certificate-item {
  border-color: #444444;
}
.th-black .certificate-list .certificate-item div h1:before {
  color: #444444;
}
.th-black .certificate-list .certificate-item div span.cert-ref {
  color: #444444;
}
.th-black .certificate-list .certificate-item div .cert-dates span label {
  color: #444444;
}
.th-black .certificate-list .certificate-item div .view-certificate {
  border-color: #2b2b2b;
}
.th-black .certificate-list .certificate-item div .view-certificate:hover {
  background: #444444;
}
.th-black .actions-buttons .btn.btn-empty {
  border-color: #444444;
  color: #444444;
}
.th-black .actions-buttons .btn:hover,
.th-black .actions-buttons .btn:focus {
  background-color: #84888b;
  border-color: #84888b;
  text-decoration: none;
}
.th-black .dropdown .dropdown-menu .dropdown-item:before {
  color: #84888b;
}
.th-black .dates-popup .date:before,
.th-black .dates-popup .date:after {
  background: #84888b;
}
.th-black .dates-popup .date i {
  color: #84888b;
}
.th-black .dates-popup .date label {
  color: #444444;
}
.th-black .application-workflow-status .form-container .form-title .viewApp {
  background-color: #444444;
}
.th-black .application-workflow-status .form-container .form-title .viewApp:hover,
.th-black .application-workflow-status .form-container .form-title .viewApp:focus {
  background-color: #84888b;
}
.th-black .application-workflow-status .form-container .form-title .refNo {
  color: #444444;
}
.th-black .application-workflow-status .status-container {
  border-bottom: 1px solid #444444;
}
.th-black .application-workflow-status .status-container .flex-list li {
  color: #444444;
}
.th-black .application-workflow-status .status-container .flex-list li .label {
  color: #444444;
}
.th-black .application-workflow-status .status-container .flex-list li .label:before {
  color: #84888b;
}
.th-black .application-workflow-status .status-container .flex-list li a {
  color: #444444;
}
.th-black .application-workflow-status .workflow-history-inner .history li .actor-item .date-time {
  color: #444444;
}
.th-black .application-workflow-status .workflow-history-inner .history li .actor-item .date-time:before {
  border-color: #84888b;
}
.th-black .application-workflow-status .workflow-history-inner .history li .actor-item .date-time:after {
  background: #84888b;
}
.th-black .application-workflow-status .workflow-history-inner .history li .actor-item .message-info {
  border-color: #84888b;
}
.th-black .application-workflow-status .workflow-history-inner .history li .actor-item .message-info:before {
  border-color: transparent #84888b transparent transparent;
}
.th-black .application-workflow-status .workflow-history-inner .history li .actor-item .message-info .user-info .actor-name {
  color: #444444;
}
.th-black .application-workflow-status .workflow-history-inner .history li .actor-item .message-info .user-info .actor-name:before {
  color: #84888b;
}
.th-black .vscroll-bar-custom::-webkit-scrollbar-thumb {
  background: #444444;
}
.th-black .license .form-container .form-title .license-status-info .license-status .license-expiry-data {
  color: #444444;
}
.th-black .license .form-container .form-title .license-print {
  color: #84888b;
}
.th-black .license .total-value-block label strong {
  color: #444444;
}
.th-black .license .license-container .license-section div span.gold {
  color: #444444;
}
.th-black .license .license-main-data {
  border-color: #5e5e5e;
}
.th-black .license .license-main-data div label {
  color: #444444;
}
.th-black .form-horizontal h2 {
  color: #444444;
}
.th-black .form-horizontal .form-container {
  border-color: #444444;
}
.th-black .form-horizontal .form-container .form-title {
  border-bottom-color: #444444;
}
.th-black .form-horizontal .form-container .form-title:before {
  color: #444444;
}
.th-black .form-horizontal .form-container .form-fields {
  border-color: #aaaaaa;
}
.th-black .form-horizontal .form-container .form-fields .fields-sections .form-section {
  border-color: #aaaaaa;
}
.th-black .form-horizontal .help-field {
  color: #444444;
}
.th-black .form-horizontal .form-title .header-btn {
  color: #444444;
}
.th-black .form-horizontal .form-action {
  border-color: #444444;
}
.th-black .stats-tbl {
  border-color: #444444 !important;
}
.th-black .stats-tbl .app-info .appref-no {
  background: #444444;
}
.th-black .stats-tbl .app-info .appref-no:hover {
  background: #84888b;
}
.th-black .stats-tbl .app-info .user i,
.th-black .stats-tbl .app-info .user a {
  color: #444444;
}
.th-black .stats-tbl .duration i {
  color: #444444;
}
.th-black table thead tr th {
  color: #444444;
}
.th-black .custom-modal .modal-header {
  border-color: #444444;
}
.th-black .custom-modal .modal-title i {
  color: #84888b;
}
.th-black .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #84888b;
}
.th-black .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #84888b;
}
.th-black .form-message div.bold {
  position: relative;
  z-index: 9;
}
.th-black .payment-icon {
  filter: grayscale(1);
}
.th-black .box {
  border-color: #444444;
}
.th-black .box .box-header {
  border-bottom-color: #444444;
}
.th-black .box .box-header .title.view-all:hover {
  color: #444444;
}
.th-black .box .box-header .title.view-all:hover i:before {
  color: #444444;
}
.th-black .table-list table tbody tr td .action i {
  color: #444444;
}
.th-black .table-list table tbody tr:nth-child(odd) {
  background-color: #dddddd;
}
.th-black .task-list .data-list .list-items .item-container:nth-child(even) {
  background-color: #dddddd;
}
.th-black .task-list .data-list .list-items .item-container .item-title .link:hover {
  color: #444444;
}
.th-black .selectize-control.multi .selectize-input [data-value] {
  background-color: #444444;
  color: #fff!important;
}
.th-black .dashboard .services .service.report a.service-form {
  background-color: #444444;
}
.th-black .dashboard .services .service.report a.service-form:hover {
  background-color: #84888b;
}
.th-black .list-group-item.node-selected {
  background-color: #444444 !important;
}
.th-black .loading {
  filter: grayscale(1);
}
.th-black .loading-section:after {
  filter: grayscale(1);
}
.th-black.loading-selectize:after {
  filter: grayscale(1);
}
.th-black .general-lnk {
  color: #444444;
}
.th-black .general-lnk:hover {
  color: #84888b;
}
.th-black .general-header-btn {
  color: #444444;
}
.th-black .general-header-btn:hover {
  color: #84888b;
}
.th-black .app-license-status.cancelled:before,
.th-black .app-license-status.expired:before {
  background: #84888b;
}
.th-black .app-license-status .license-status .license-expiry-data {
  color: #444444;
}
.th-black .app-license-status a:hover {
  color: #444444;
}
.th-black .termslnk {
  border-bottom: #444444;
  color: #444444;
}
.th-black .termslnk:hover {
  color: #84888b;
  border-color: #84888b;
}
.th-blue .header .header-options-block .header-options li a:hover:before {
  color: #b1b90b;
}
.th-blue .header .header-options-block .advanced-search a {
  background: #3f9db6;
}
.th-blue .header .header-options-block .advanced-search a:hover {
  background: #b1b90b;
}
.th-blue .header .main-menu-block {
  background: #3f9db6;
}
.th-blue .header .main-menu-block .container .main-menu > li:hover {
  background-color: #b1b90b;
}
.th-blue .header .main-menu-block .container .main-menu > li > a:hover {
  background-color: #b1b90b;
}
.th-blue .header .main-menu-block .container .main-menu > li .sub-main-menu {
  background: #b1b90b;
}
.th-blue .header .main-menu-block .container .main-menu > li .sub-main-menu li a:hover {
  background-color: #3f9db6;
}
.th-blue .header .container .header-options-block .change-language a {
  color: #3f9db6;
}
.th-blue .header .container .header-options-block .change-language a:hover {
  color: #b1b90b;
}
.th-blue .borderd-container {
  border-color: #3f9db6;
}
.th-blue .borderd-container .pg-header {
  border-bottom-color: #3f9db6;
}
.th-blue .form-message.innvoice .app-number-date div.app-data .app-value {
  color: #3f9db6;
}
.th-blue .dynamic-list .add-section {
  box-shadow: 0 0 3px 0 #ccc;
}
.th-blue .dynamic-list .add-section .add-item:hover {
  color: #3f9db6;
}
.th-blue .dynamic-list .add-section .add-item:before {
  color: #b1b90b;
}
.th-blue .dynamic-list .list .item.data-item:before {
  border-color: #d2e9ef;
}
.th-blue .dynamic-list .list div.empty-list div.empty span.label {
  color: #b1b90b;
}
.th-blue .centered-form .form-inner.login .form-group div:before {
  color: #b1b90b;
}
.th-blue .main-login-page .login-page {
  border-color: #3f9db6;
}
.th-blue .main-login-page .login-or .or {
  border-color: #3f9db6;
  color: #3f9db6;
}
.th-blue .main-login-page .login-or .login-separator {
  background-color: #3f9db6;
}
.th-blue .main-login-page button[type=submit] {
  background: #3f9db6;
}
.th-blue .main-login-page button[type=submit]:hover {
  background: #b1b90b;
}
.th-blue .main-login-page .account-options .account-register p a.register-now {
  color: #3f9db6;
}
.th-blue .main-login-page .account-options .account-register p a.register-now:hover {
  color: #b1b90b;
}
.th-blue .main-login-page .account-options .account-forget .forgot-password:hover {
  color: #3f9db6;
}
.th-blue .jFiler-input-text h4 span {
  color: #3f9db6;
}
.th-blue .jFiler-input-text .jFiler-input-choose-btn i:before {
  color: #b1b90b;
}
.th-blue .form-completion .form-data-block .form-data span strong {
  color: #3f9db6;
}
.th-blue .application-workflow {
  border-bottom-color: #3f9db6;
}
.th-blue .application-workflow ul:before {
  background-color: #d2e9ef;
}
.th-blue .view-workflow-history {
  color: #b1b90b;
}
.th-blue .notification-details .date-time {
  color: #b1b90b;
}
.th-blue .application-options ul li a.view-app {
  background-color: #3f9db6;
}
.th-blue .sub-page-header .title-with-icon:before {
  color: #b1b90b;
}
.th-blue .with-header .user-login-info ul.user-login-options li a:before {
  color: #b1b90b;
}
.th-blue .with-header .user-login-info .user-login-data .user-data span {
  color: #b1b90b;
}
.th-blue .with-header ul.header-options li a:before {
  color: #b1b90b;
}
.th-blue .with-header ul.header-options li a:hover {
  color: #b1b90b;
}
.th-blue .with-header ul.header-options li.menu a.opener i:before {
  color: #b1b90b;
}
.th-blue .with-header .pg-header h1 i:before {
  color: #3f9db6;
}
.th-blue .filters-with-header .filters,
.th-blue .borderd-container .filters {
  border-color: #3f9db6;
}
.th-blue .filters-with-header .filters .header-btn,
.th-blue .borderd-container .filters .header-btn {
  color: #b1b90b;
}
.th-blue .filters-with-header .filters .filter-fields,
.th-blue .borderd-container .filters .filter-fields {
  border-top-color: #3f9db6;
}
.th-blue .filters-with-header .filters .pg-header,
.th-blue .borderd-container .filters .pg-header {
  border-bottom-color: #3f9db6;
}
.th-blue .filters label {
  color: #3f9db6;
}
.th-blue .filters .total-entries .totalrecords {
  background: #3f9db6;
  border-color: #3f9db6;
}
.th-blue .factories .item-container {
  border-color: #b1b90b;
}
.th-blue .factories .item-container .get-direction {
  border-color: #3f9db6;
}
.th-blue .factories .item-container.main:hover,
.th-blue .factories .item-container.main.active {
  background: #b1b90b;
}
.th-blue .factories .item-container .fi-phone {
  color: #3f9db6;
}
.th-blue .my-applications .data-list .list-body .item-container .item-controls .item-info li {
  color: #3f9db6;
}
.th-blue .my-applications .data-list .list-body .item-container .item-controls .item-info li a {
  color: #3f9db6;
}
.th-blue .my-applications .data-list .list-body .item-container .item-controls .item-info li a:hover {
  color: #b1b90b;
}
.th-blue .my-applications .data-list .list-body .item-container .details .description .ref-no {
  color: #3f9db6;
}
.th-blue .my-applications .data-list .list-body .item-container .details .description:before {
  color: #3f9db6;
}
.th-blue .sort-filters .sort-block label {
  color: #3f9db6;
}
.th-blue .sort-filters .total-entries label {
  color: #3f9db6;
}
.th-blue .sort-filters .total-entries .totalrecords,
.th-blue .sort-filters .total-entries .totalAmount {
  background-color: #3f9db6;
  border-color: #327c90;
}
.th-blue .sort-filters .items-count .total-entries label {
  color: #3f9db6;
}
.th-blue .sort-filters .items-count .total-entries .totalrecords {
  background-color: #3f9db6;
  border-color: #327c90;
}
.th-blue .result-msg,
.th-blue .empty-result {
  border-color: #3f9db6;
}
.th-blue .btn-custom {
  background-color: #3f9db6;
  color: #fff;
}
.th-blue .btn-custom i {
  color: #fff;
}
.th-blue .btn-custom:hover {
  background-color: #b1b90b !important;
}
.th-blue .tooltip .tooltip-inner {
  background-color: #b1b90b;
}
.th-blue .tooltip.bs-tooltip-right .arrow::before,
.th-blue .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #b1b90b;
}
.th-blue .tooltip.bs-tooltip-top .arrow::before,
.th-blue .tooltip.bs-tooltip-auto[x-placement^="top "] .arrow::before {
  border-top-color: #b1b90b;
}
.th-blue .tooltip.bs-tooltip-bottom .arrow::before,
.th-blue .tooltip.bs-tooltip-auto[x-placement^="bottom "] .arrow::before {
  border-bottom-color: #b1b90b;
}
.th-blue .tooltip.bs-tooltip-left .arrow::before,
.th-blue .tooltip.bs-tooltip-auto[x-placement^="left "] .arrow::before {
  border-left-color: #b1b90b;
}
.th-blue .message-box-button {
  color: inherit !important;
}
.th-blue .message-box-button i:before {
  background: #b1b90b;
}
.th-blue .message-box .item {
  border-color: #3f9db6;
}
.th-blue .message-box .item .message-photo img {
  filter: hue-rotate(45deg);
}
.th-blue .dashboard .minimized-message-box {
  border-color: #3f9db6;
}
.th-blue .dashboard .services-block .service-category .service-category-items li {
  border-color: #3f9db6;
}
.th-blue .dashboard .services-block .service-category .service-category-items li.selected,
.th-blue .dashboard .services-block .service-category .service-category-items li:hover {
  background: #3f9db6;
}
.th-blue .dashboard .services-block .service-category .service-category-items li.selected a i:before,
.th-blue .dashboard .services-block .service-category .service-category-items li:hover a i:before {
  color: #fff;
}
.th-blue .dashboard .services-block .service-category .service-category-items li.selected:before {
  border-top-color: #3f9db6;
  border-right-color: #3f9db6;
}
.th-blue .dashboard .services-block .service-category .service-category-items li a i:before {
  color: #3f9db6;
}
.th-blue .dashboard .services-block .service-items-most-used-block ul li,
.th-blue .dashboard .services-block .service-items-favorite-block ul li,
.th-blue .dashboard .services-block .service-items-all-block ul li {
  border-color: #3f9db6;
}
.th-blue .dashboard .services-block .service-items-most-used-block ul li .service i:before,
.th-blue .dashboard .services-block .service-items-favorite-block ul li .service i:before,
.th-blue .dashboard .services-block .service-items-all-block ul li .service i:before {
  color: #3f9db6;
}
.th-blue .dashboard .services-block .service-items-most-used-block ul li .service .actions span,
.th-blue .dashboard .services-block .service-items-favorite-block ul li .service .actions span,
.th-blue .dashboard .services-block .service-items-all-block ul li .service .actions span {
  background-color: #b1b90b;
}
.th-blue .dashboard .services-block .service-items-most-used-block ul li .service .lnk-favorite:before,
.th-blue .dashboard .services-block .service-items-favorite-block ul li .service .lnk-favorite:before,
.th-blue .dashboard .services-block .service-items-all-block ul li .service .lnk-favorite:before {
  color: #b1b90b;
}
.th-blue .dashboard .services-block .service-items-most-used-block .owl-dots .owl-dot.active span,
.th-blue .dashboard .services-block .service-items-favorite-block .owl-dots .owl-dot.active span,
.th-blue .dashboard .services-block .service-items-all-block .owl-dots .owl-dot.active span {
  background-color: #444;
}
.th-blue .dashboard .services-block .service-items-most-used-block .owl-dots .owl-dot span,
.th-blue .dashboard .services-block .service-items-favorite-block .owl-dots .owl-dot span,
.th-blue .dashboard .services-block .service-items-all-block .owl-dots .owl-dot span {
  border-color: #444;
}
.th-blue .dashboard .services-block .service-items-block {
  border-color: #3f9db6;
}
.th-blue .dashboard .services-block .service-items-block ul li {
  border-color: #3f9db6;
}
.th-blue .dashboard .services-block .service-items-block ul li .service i:before {
  color: #3f9db6;
}
.th-blue .dashboard .services-block .service-items-block ul li .service .actions span {
  background-color: #b1b90b;
}
.th-blue .box {
  border-color: #3f9db6;
}
.th-blue .box .box-header {
  border-bottom-color: #3f9db6;
}
.th-blue .box .box-header .title.view-all:hover {
  color: #3f9db6;
}
.th-blue .box .box-header .title.view-all:hover i:before {
  color: #3f9db6;
}
.th-blue .btn-gradient {
  background-color: #b1b90b;
}
.th-blue .footer {
  border-top-color: #b1b90b;
}
.th-blue .footer .container .footer-top .call-center a.center-numer i:before {
  color: #b1b90b;
}
.th-blue .footer .container .footer-top .newsletter-signup .newsletter-block {
  border-color: #3f9db6;
}
.th-blue .footer .container .footer-top .footer-menus ul.social-menu-items li a i:before,
.th-blue .footer .container .footer-top .newsletter-signup .program-apps ul li a:before {
  color: #b1b90b;
}
.th-blue .footer * {
  color: #444 !important;
}
.th-blue .notifications-list .data-list .list-body .item-container {
  border-color: #3f9db6;
}
.th-blue .notifications-list .data-list .list-body .item-container .worklist-icon {
  background-color: #b1b90b;
}
.th-blue .notifications-list .data-list .list-body .item-container .notification-info li .notify-icon .ficon,
.th-blue .notifications-list .data-list .list-body .item-container .notification-info li .notify-icon .ficon-email:before,
.th-blue .notifications-list .data-list .list-body .item-container .notification-info li .date {
  color: #b1b90b;
}
.th-blue .pager .pager-content a:hover {
  background-color: #3f9db6;
  border-color: #3f9db6;
}
.th-blue .pager .pager-content .btn.current {
  background-color: #3f9db6;
  border-color: #3f9db6;
}
.th-blue .borderd-panel {
  border-color: #3f9db6;
}
.th-blue .borderd-panel .pg-header {
  border-color: #3f9db6;
}
.th-blue .borderd-panel .pg-header .back:before {
  color: #b1b90b;
}
.th-blue .register-page .form-panel .pg-header .backtologin:before {
  color: #b1b90b;
}
.th-blue .register-page .form-panel .pg-header .backtologin:hover {
  color: #b1b90b;
}
.th-blue .register-page .form-panel .form-group.actions {
  border-top-color: #3f9db6;
}
.th-blue .certificate-list .certificate-item {
  border-color: #3f9db6;
}
.th-blue .certificate-list .certificate-item div h1:before {
  color: #3f9db6;
}
.th-blue .certificate-list .certificate-item div span.cert-ref {
  color: #3f9db6;
}
.th-blue .certificate-list .certificate-item div .cert-dates span label {
  color: #3f9db6;
}
.th-blue .certificate-list .certificate-item div .view-certificate {
  border-color: #b1b90b;
}
.th-blue .certificate-list .certificate-item div .view-certificate:hover {
  background: #3f9db6;
}
.th-blue .actions-buttons .btn.btn-empty {
  border-color: #3f9db6;
  color: #3f9db6;
}
.th-blue .actions-buttons .btn:hover,
.th-blue .actions-buttons .btn:focus {
  background-color: #b1b90b;
  border-color: #b1b90b;
  text-decoration: none;
}
.th-blue .dropdown .dropdown-menu .dropdown-item:before {
  color: #b1b90b;
}
.th-blue .dates-popup .date:before,
.th-blue .dates-popup .date:after {
  background: #b1b90b;
}
.th-blue .dates-popup .date i {
  color: #b1b90b;
}
.th-blue .dates-popup .date label {
  color: #3f9db6;
}
.th-blue .application-workflow-status .form-container .form-title .viewApp {
  background-color: #3f9db6;
}
.th-blue .application-workflow-status .form-container .form-title .viewApp:hover,
.th-blue .application-workflow-status .form-container .form-title .viewApp:focus {
  background-color: #b1b90b;
}
.th-blue .application-workflow-status .form-container .form-title .refNo {
  color: #3f9db6;
}
.th-blue .application-workflow-status .status-container {
  border-bottom: 1px solid #3f9db6;
}
.th-blue .application-workflow-status .status-container .flex-list li {
  color: #3f9db6;
}
.th-blue .application-workflow-status .status-container .flex-list li .label {
  color: #3f9db6;
}
.th-blue .application-workflow-status .status-container .flex-list li .label:before {
  color: #b1b90b;
}
.th-blue .application-workflow-status .status-container .flex-list li a {
  color: #3f9db6;
}
.th-blue .application-workflow-status .workflow-history-inner .history li .actor-item .date-time {
  color: #3f9db6;
}
.th-blue .application-workflow-status .workflow-history-inner .history li .actor-item .date-time:before {
  border-color: #b1b90b;
}
.th-blue .application-workflow-status .workflow-history-inner .history li .actor-item .date-time:after {
  background: #b1b90b;
}
.th-blue .application-workflow-status .workflow-history-inner .history li .actor-item .message-info {
  border-color: #b1b90b;
}
.th-blue .application-workflow-status .workflow-history-inner .history li .actor-item .message-info:before {
  border-color: transparent #b1b90b transparent transparent;
}
.th-blue .application-workflow-status .workflow-history-inner .history li .actor-item .message-info .user-info .actor-name {
  color: #3f9db6;
}
.th-blue .application-workflow-status .workflow-history-inner .history li .actor-item .message-info .user-info .actor-name:before {
  color: #b1b90b;
}
.th-blue .vscroll-bar-custom::-webkit-scrollbar-thumb {
  background: #b1b90b;
}
.th-blue .license .form-container .form-title .license-status-info .license-status .license-expiry-data {
  color: #3f9db6;
}
.th-blue .license .form-container .form-title .license-print {
  color: #b1b90b;
}
.th-blue .license .total-value-block label strong {
  color: #3f9db6;
}
.th-blue .license .license-container .license-section div span.gold {
  color: #3f9db6;
}
.th-blue .license .license-main-data {
  border-color: #60b2c8;
}
.th-blue .license .license-main-data div label {
  color: #3f9db6;
}
.th-blue .form-horizontal h2 {
  color: #3f9db6;
}
.th-blue .form-horizontal .form-container {
  border-color: #3f9db6;
}
.th-blue .form-horizontal .form-container .form-title {
  border-bottom-color: #3f9db6;
}
.th-blue .form-horizontal .form-container .form-title:before {
  color: #3f9db6;
}
.th-blue .form-horizontal .form-container .form-fields {
  border-color: #d2e9ef;
}
.th-blue .form-horizontal .form-container .form-fields .fields-sections .form-section {
  border-color: #d2e9ef;
}
.th-blue .form-horizontal .help-field {
  color: #3f9db6;
}
.th-blue .form-horizontal .form-title .header-btn {
  color: #3f9db6;
}
.th-blue .form-horizontal .form-action {
  border-color: #3f9db6;
}
.th-blue .stats-tbl {
  border-color: #3f9db6 !important;
}
.th-blue .stats-tbl .app-info .appref-no {
  background: #3f9db6;
}
.th-blue .stats-tbl .app-info .appref-no:hover {
  background: #b1b90b;
}
.th-blue .stats-tbl .app-info .user i,
.th-blue .stats-tbl .app-info .user a {
  color: #3f9db6;
}
.th-blue .stats-tbl .duration i {
  color: #3f9db6;
}
.th-blue table thead tr th {
  color: #3f9db6;
}
.th-blue .custom-modal .modal-header {
  border-color: #3f9db6;
}
.th-blue .custom-modal .modal-title i {
  color: #b1b90b;
}
.th-blue .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #b1b90b;
}
.th-blue .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #b1b90b;
}
.th-blue .form-message div.bold {
  position: relative;
  z-index: 9;
}
.th-blue .payment-icon {
  filter: hue-rotate(45deg);
}
.th-blue .table-list table tbody tr td .action i {
  color: #b1b90b;
}
.th-blue .table-list table tbody tr:nth-child(odd) {
  background-color: #f8fbfc;
}
.th-blue .task-list .data-list .list-items .item-container:nth-child(even) {
  background-color: #f8fbfc;
}
.th-blue .task-list .data-list .list-items .item-container .item-title .link:hover {
  color: #3f9db6;
}
.th-blue .selectize-control.multi .selectize-input [data-value] {
  background-color: #3f9db6;
  color: #fff!important;
}
.th-blue .dashboard .services .service.report a.service-form {
  background-color: #3f9db6;
}
.th-blue .dashboard .services .service.report a.service-form:hover {
  background-color: #b1b90b;
}
.th-blue .list-group-item.node-selected {
  background-color: #3f9db6 !important;
}
.th-blue .loading {
  filter: hue-rotate(45deg);
}
.th-blue .loading-section:after {
  filter: hue-rotate(45deg);
}
.th-blue.loading-selectize:after {
  filter: hue-rotate(45deg);
}
.th-blue .general-lnk {
  color: #3f9db6;
}
.th-blue .general-lnk:hover {
  color: #b1b90b;
}
.th-blue .general-header-btn {
  color: #3f9db6;
}
.th-blue .general-header-btn:hover {
  color: #b1b90b;
}
.th-blue .app-license-status.cancelled:before,
.th-blue .app-license-status.expired:before {
  background: #b1b90b;
}
.th-blue .app-license-status .license-status .license-expiry-data {
  color: #3f9db6;
}
.th-blue .app-license-status a:hover {
  color: #3f9db6;
}
.th-blue .termslnk {
  border-bottom: #3f9db6;
  color: #3f9db6;
}
.th-blue .termslnk:hover {
  color: #b1b90b;
  border-color: #b1b90b;
}
.th-blue2 {
  background-color: #cfe5fc;
  color: #cfe5fc;
  /*.message-box {
        border-color: @secondary-blue2;
        background: @primary-blue2;

        .item {
            border-color: @primary-blue2;

            .message-photo {
                display: none;
            }
        }
    }*/
  /*.c100 {
        span, .delaystatus, .applicationstatus {
            color: @secondary-blue2 !important;
        }

        .bar, .fill {
            border-color: @secondary-blue2 !important;
            color: @secondary-blue2 !important;
        }
     
 
    }*/
}
.th-blue2 * {
  color: #000066;
}
.th-blue2 .general-bg,
.th-blue2 .wrapper.sub-pages {
  background: #cfe5fc;
}
.th-blue2 .general-bg .pg-header {
  background: #cfe5fc;
}
.th-blue2 .header .header-options-block .advanced-search {
  background-color: #9fcfff;
  border-color: #cfe5fc;
}
.th-blue2 .header .header-options-block .advanced-search a {
  background-color: #000066;
}
.th-blue2 .header .header-options-block .advanced-search a:hover {
  background: #000066;
}
.th-blue2 .header .header-options-block .advanced-search input[type=text] {
  background-color: #9fcfff;
}
.th-blue2 .header .header-options-block .header-options li a:before {
  color: #000066;
}
.th-blue2 .header .header-options-block .header-options li a:hover:before {
  color: #000066;
}
.th-blue2 .header .main-menu-block {
  background: #9fcfff;
}
.th-blue2 .header .main-menu-block .container .main-menu > li:hover {
  background-color: #000066;
}
.th-blue2 .header .main-menu-block .container .main-menu > li:hover a {
  color: #9fcfff;
}
.th-blue2 .header .main-menu-block .container .main-menu > li > a {
  color: #000066;
}
.th-blue2 .header .main-menu-block .container .main-menu > li > a:hover {
  color: #9fcfff;
  background-color: #000066;
}
.th-blue2 .header .main-menu-block .container .main-menu > li .sub-main-menu {
  background: #000066;
}
.th-blue2 .header .main-menu-block .container .main-menu > li .sub-main-menu li a {
  color: #9fcfff;
}
.th-blue2 .header .main-menu-block .container .main-menu > li .sub-main-menu li a:hover {
  background-color: #9fcfff;
  color: #000066;
}
.th-blue2 .header .container .header-options-block .change-language a {
  color: #000066;
}
.th-blue2 .header .container .header-options-block .change-language a:hover {
  color: #000066;
}
.th-blue2 .borderd-container {
  border-color: #000066;
  background: #9fcfff;
}
.th-blue2 .borderd-container .pg-header {
  border-bottom-color: #000066;
}
.th-blue2 .form-message img {
  display: none;
}
.th-blue2 .form-message.innvoice .app-number-date div.app-data .app-value {
  color: #9fcfff;
}
.th-blue2 .dynamic-list .add-section {
  box-shadow: 0 0 3px 0 #ccc;
}
.th-blue2 .dynamic-list .add-section .add-item:hover {
  color: #9fcfff;
}
.th-blue2 .dynamic-list .add-section .add-item:before {
  color: #000066;
}
.th-blue2 .dynamic-list .list .item.data-item:before {
  border-color: #ffffff;
}
.th-blue2 .dynamic-list .list div.empty-list div.empty span.label {
  color: #000066;
}
.th-blue2 .dynamic-list .list .item.data-item:before {
  background: #9fcfff;
}
.th-blue2 .centered-form .form-inner.login .form-group div:before {
  color: #000066;
}
.th-blue2 .main-login-page .login-page {
  border-color: #9fcfff;
}
.th-blue2 .main-login-page .login-or .or {
  border-color: #9fcfff;
  color: #9fcfff;
}
.th-blue2 .main-login-page .login-or .login-separator {
  background-color: #9fcfff;
}
.th-blue2 .main-login-page button[type=submit] {
  background: #9fcfff;
}
.th-blue2 .main-login-page button[type=submit]:hover {
  background: #000066;
}
.th-blue2 .main-login-page .account-options .account-register p a.register-now {
  color: #9fcfff;
}
.th-blue2 .main-login-page .account-options .account-register p a.register-now:hover {
  color: #000066;
}
.th-blue2 .main-login-page .account-options .account-forget .forgot-password:hover {
  color: #9fcfff;
}
.th-blue2 .jFiler-input-text h4 {
  color: #000066;
}
.th-blue2 .jFiler-input-text h4 span {
  color: #000066;
}
.th-blue2 .jFiler-input-text .jFiler-input-choose-btn i:before {
  color: #000066;
}
.th-blue2 .form-completion .form-data-block .form-data span strong {
  color: #000066;
}
.th-blue2 .application-workflow {
  border-bottom-color: #9fcfff;
}
.th-blue2 .application-workflow ul:before {
  background-color: #ffffff;
}
.th-blue2 .application-workflow ul li {
  background-color: #9fcfff;
}
.th-blue2 .application-workflow ul li.current {
  background-color: #000066;
  box-shadow: 0 5px 11px -3px #000066;
}
.th-blue2 .application-workflow ul li.done {
  background-color: #000066;
  box-shadow: 0 5px 11px -3px #000066;
}
.th-blue2 .view-workflow-history {
  color: #000066;
}
.th-blue2 .notification-details .date-time {
  color: #000066;
}
.th-blue2 .notification-details .notification-details-message .message-details .date-time:before {
  color: #000066;
}
.th-blue2 .notification-details .notification-details-message .message-details .details .field-details .info,
.th-blue2 .notification-details .notification-details-message .message-details .details .field-details .head {
  color: #000066;
}
.th-blue2 .application-options ul li a {
  background-color: #000066 !important;
}
.th-blue2 .application-options ul li a .ficon {
  color: #fff;
}
.th-blue2 .application-options ul li a .ficon:before {
  color: #fff;
}
.th-blue2 .application-options ul li a:hover {
  background-color: #6cb5ff !important;
}
.th-blue2 .sub-page-header .title-with-icon:before {
  color: #000066;
}
.th-blue2 .with-header .user-login-info ul.user-login-options li a {
  color: #000066;
}
.th-blue2 .with-header .user-login-info ul.user-login-options li a:hover {
  color: #000066;
}
.th-blue2 .with-header .user-login-info ul.user-login-options li a:before {
  color: #000066;
}
.th-blue2 .with-header .user-login-info ul.user-login-options li a .unread-count {
  background: #000066;
}
.th-blue2 .with-header .user-login-info .user-login-data .user-data span {
  color: #000066;
}
.th-blue2 .with-header ul.header-options li a {
  color: #000066;
}
.th-blue2 .with-header ul.header-options li a:before {
  color: #000066;
}
.th-blue2 .with-header ul.header-options li a:hover {
  color: #000066;
}
.th-blue2 .with-header ul.header-options li.menu a.opener i:before {
  color: #000066;
}
.th-blue2 .with-header .pg-header h1 i:before {
  color: #000066;
}
.th-blue2 .filters-with-header .filters,
.th-blue2 .borderd-container .filters {
  border-color: #cfe5fc;
  box-shadow: none;
}
.th-blue2 .filters-with-header .filters .header-btn,
.th-blue2 .borderd-container .filters .header-btn {
  color: #000066;
}
.th-blue2 .filters-with-header .filters .filter-fields,
.th-blue2 .borderd-container .filters .filter-fields {
  border-top-color: #9fcfff;
}
.th-blue2 .filters-with-header .filters .pg-header,
.th-blue2 .borderd-container .filters .pg-header {
  border-bottom-color: #cfe5fc;
}
.th-blue2 .filters {
  background-color: #9fcfff;
}
.th-blue2 .filters label {
  color: #000066;
}
.th-blue2 .filters .total-entries .totalrecords {
  background: #000066;
  border-color: #000066;
}
.th-blue2 .factories .item-container {
  border-color: #000066;
}
.th-blue2 .factories .item-container .get-direction {
  border-color: #000066;
}
.th-blue2 .factories .item-container.main:hover,
.th-blue2 .factories .item-container.main.active {
  background: #000066;
}
.th-blue2 .factories .item-container.main:hover h4,
.th-blue2 .factories .item-container.main.active h4,
.th-blue2 .factories .item-container.main:hover p,
.th-blue2 .factories .item-container.main.active p,
.th-blue2 .factories .item-container.main:hover .fi-phone,
.th-blue2 .factories .item-container.main.active .fi-phone {
  color: #fff;
}
.th-blue2 .factories .item-container .fi-phone {
  color: #000066;
}
.th-blue2 .my-applications .data-list .list-body .item-container .item-controls .item-info li {
  color: #000066;
}
.th-blue2 .my-applications .data-list .list-body .item-container .item-controls .item-info li a {
  color: #000066;
}
.th-blue2 .my-applications .data-list .list-body .item-container .details .description .ref-no {
  color: #000066;
}
.th-blue2 .my-applications .data-list .list-body .item-container .details .description:before {
  color: #000066;
}
.th-blue2 .data-list .list-body .item-container {
  background-color: #9fcfff;
}
.th-blue2 .data-list .list-body .item-container .item-controls .item-info li label {
  color: #000066;
}
.th-blue2 .sort-filters .sort-block label {
  color: #000066;
}
.th-blue2 .sort-filters .total-entries label {
  color: #000066;
}
.th-blue2 .sort-filters .total-entries .totalrecords,
.th-blue2 .sort-filters .total-entries .totalAmount {
  background-color: #000066;
  border-color: #000033;
}
.th-blue2 .sort-filters .items-count .total-entries label {
  color: #000066;
}
.th-blue2 .sort-filters .items-count .total-entries .totalrecords {
  background-color: #000066;
  border-color: #000033;
}
.th-blue2 .result-msg,
.th-blue2 .empty-result {
  border-color: #9fcfff;
}
.th-blue2 .btn-custom {
  background-color: #000066;
  color: #fff;
}
.th-blue2 .btn-custom i {
  color: #fff;
}
.th-blue2 .btn-custom:hover {
  background-color: #6cb5ff !important;
}
.th-blue2 .tooltip .tooltip-inner {
  background-color: #9fcfff;
}
.th-blue2 .tooltip.bs-tooltip-right .arrow::before,
.th-blue2 .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #9fcfff;
}
.th-blue2 .tooltip.bs-tooltip-top .arrow::before,
.th-blue2 .tooltip.bs-tooltip-auto[x-placement^="top "] .arrow::before {
  border-top-color: #9fcfff;
}
.th-blue2 .tooltip.bs-tooltip-bottom .arrow::before,
.th-blue2 .tooltip.bs-tooltip-auto[x-placement^="bottom "] .arrow::before {
  border-bottom-color: #9fcfff;
}
.th-blue2 .tooltip.bs-tooltip-left .arrow::before,
.th-blue2 .tooltip.bs-tooltip-auto[x-placement^="left "] .arrow::before {
  border-left-color: #9fcfff;
}
.th-blue2 .message-box-button {
  color: inherit !important;
}
.th-blue2 .message-box-button i:before {
  background: #000066;
}
.th-blue2 .minimized-message-box #messageActiveTitle {
  color: #000066;
}
.th-blue2 .message-box .item {
  border-color: #000066;
  background: #9fcfff;
}
.th-blue2 .message-box .item .message-content .message-content-body .title {
  color: #000066;
}
.th-blue2 .message-box .item .message-data {
  width: 100%;
}
.th-blue2 .message-box .item .message-photo {
  display: none;
}
.th-blue2 .box {
  background-color: #9fcfff;
}
.th-blue2 #latestRequests table tr td .view-action:before,
.th-blue2 #latestRequests table tr td .take-action:before {
  color: #006 !important;
}
.th-blue2 .table-list table tbody tr td {
  color: #006 !important;
}
.th-blue2 .table-list table tbody tr:nth-child(odd) {
  background-color: #cfe5fc;
}
.th-blue2 .dashboard {
  /*.user-requestes-status > div .status-item {
            background-color: @primary-blue2;

            i:before {
                color: @secondary-blue2;
            }

            * {
                color: @secondary-blue2 !important;
            }

            &:hover {
                background-color: @secondary-blue2;

                i:before {
                    color: @primary-blue2;
                }

                * {
                    color: @primary-blue2 !important;
                }
            }
        }*/
}
.th-blue2 .dashboard .minimized-message-box {
  border-color: #9fcfff;
  background: #9fcfff;
}
.th-blue2 .dashboard .services-block .service-category .service-category-items li {
  border-color: #9fcfff;
}
.th-blue2 .dashboard .services-block .service-category .service-category-items li.selected,
.th-blue2 .dashboard .services-block .service-category .service-category-items li:hover {
  background: #9fcfff;
}
.th-blue2 .dashboard .services-block .service-category .service-category-items li.selected a span,
.th-blue2 .dashboard .services-block .service-category .service-category-items li:hover a span {
  color: #000066;
}
.th-blue2 .dashboard .services-block .service-category .service-category-items li.selected a i:before,
.th-blue2 .dashboard .services-block .service-category .service-category-items li:hover a i:before {
  color: #000066;
}
.th-blue2 .dashboard .services-block .service-category .service-category-items li.selected:before {
  border-top-color: #9fcfff;
  border-right-color: #9fcfff;
  background-color: #cfe5fc;
}
.th-blue2 .dashboard .services-block .service-category .service-category-items li a i:before {
  color: #000066;
}
.th-blue2 .dashboard .services-block .service-items-most-used-block ul li,
.th-blue2 .dashboard .services-block .service-items-favorite-block ul li,
.th-blue2 .dashboard .services-block .service-items-all-block ul li {
  border-color: #9fcfff;
}
.th-blue2 .dashboard .services-block .service-items-most-used-block ul li .service i:before,
.th-blue2 .dashboard .services-block .service-items-favorite-block ul li .service i:before,
.th-blue2 .dashboard .services-block .service-items-all-block ul li .service i:before {
  color: #000066;
}
.th-blue2 .dashboard .services-block .service-items-most-used-block ul li .service .actions span,
.th-blue2 .dashboard .services-block .service-items-favorite-block ul li .service .actions span,
.th-blue2 .dashboard .services-block .service-items-all-block ul li .service .actions span {
  background-color: #000066;
}
.th-blue2 .dashboard .services-block .service-items-most-used-block ul li .service .actions a,
.th-blue2 .dashboard .services-block .service-items-favorite-block ul li .service .actions a,
.th-blue2 .dashboard .services-block .service-items-all-block ul li .service .actions a {
  background-color: #000066;
}
.th-blue2 .dashboard .services-block .service-items-most-used-block ul li .service .actions a:hover,
.th-blue2 .dashboard .services-block .service-items-favorite-block ul li .service .actions a:hover,
.th-blue2 .dashboard .services-block .service-items-all-block ul li .service .actions a:hover {
  background-color: #000066;
}
.th-blue2 .dashboard .services-block .service-items-most-used-block ul li .service .lnk-favorite:before,
.th-blue2 .dashboard .services-block .service-items-favorite-block ul li .service .lnk-favorite:before,
.th-blue2 .dashboard .services-block .service-items-all-block ul li .service .lnk-favorite:before {
  color: #000066;
}
.th-blue2 .dashboard .services-block .service-items-most-used-block .owl-dots .owl-dot.active span,
.th-blue2 .dashboard .services-block .service-items-favorite-block .owl-dots .owl-dot.active span,
.th-blue2 .dashboard .services-block .service-items-all-block .owl-dots .owl-dot.active span {
  background-color: #444;
}
.th-blue2 .dashboard .services-block .service-items-most-used-block .owl-dots .owl-dot span,
.th-blue2 .dashboard .services-block .service-items-favorite-block .owl-dots .owl-dot span,
.th-blue2 .dashboard .services-block .service-items-all-block .owl-dots .owl-dot span {
  border-color: #444;
}
.th-blue2 .dashboard .services-block .service-items-block {
  border-color: #9fcfff;
}
.th-blue2 .dashboard .services-block .service-items-block ul li {
  border-color: #9fcfff;
}
.th-blue2 .dashboard .services-block .service-items-block ul li .service i:before {
  color: #000066;
}
.th-blue2 .dashboard .services-block .service-items-block ul li .service .actions a,
.th-blue2 .dashboard .services-block .service-items-block ul li .service .actions span {
  background-color: #000066;
}
.th-blue2 .btn-gradient {
  background-color: #000066;
}
.th-blue2 .footer {
  border-top-color: #000066;
}
.th-blue2 .footer .container .footer-top .call-center a.center-numer i:before {
  color: #000066;
}
.th-blue2 .footer .container .footer-top .newsletter-signup .newsletter-block {
  border-color: #9fcfff;
}
.th-blue2 .footer .container .footer-top .footer-menus ul.social-menu-items li a i:before,
.th-blue2 .footer .container .footer-top .newsletter-signup .program-apps ul li a:before {
  color: #000066;
}
.th-blue2 .footer * {
  color: #000066 !important;
}
.th-blue2 .notifications-list .data-list .list-body .item-container {
  border-color: #9fcfff;
}
.th-blue2 .notifications-list .data-list .list-body .item-container .worklist-icon {
  background-color: #000066;
}
.th-blue2 .notifications-list .data-list .list-body .item-container .notification-info li .title a {
  color: #000066;
}
.th-blue2 .notifications-list .data-list .list-body .item-container .notification-info li .notify-icon .ficon,
.th-blue2 .notifications-list .data-list .list-body .item-container .notification-info li .notify-icon .ficon-email:before,
.th-blue2 .notifications-list .data-list .list-body .item-container .notification-info li .date {
  color: #000066;
}
.th-blue2 .pager .pager-content a:hover {
  background-color: #9fcfff;
  border-color: #9fcfff;
}
.th-blue2 .pager .pager-content .btn.current {
  background-color: #9fcfff;
  border-color: #9fcfff;
}
.th-blue2 .borderd-panel {
  border-color: #9fcfff;
  background-color: #9fcfff;
}
.th-blue2 .borderd-panel .pg-header {
  border-color: #9fcfff;
}
.th-blue2 .borderd-panel .pg-header .back:before {
  color: #000066;
}
.th-blue2 .register-page .form-panel .pg-header .backtologin:before {
  color: #000066;
}
.th-blue2 .register-page .form-panel .pg-header .backtologin:hover {
  color: #000066;
}
.th-blue2 .register-page .form-panel .form-group.actions {
  border-top-color: #9fcfff;
}
.th-blue2 .certificate-list .certificate-item {
  border-color: #9fcfff;
}
.th-blue2 .certificate-list .certificate-item div h1:before {
  color: #000066;
}
.th-blue2 .certificate-list .certificate-item div span.cert-ref {
  color: #000066;
}
.th-blue2 .certificate-list .certificate-item div .cert-dates span label {
  color: #000066;
}
.th-blue2 .certificate-list .certificate-item div span.cert-ref strong {
  color: #000066;
}
.th-blue2 .certificate-list .certificate-item div .view-certificate {
  border-color: #6cb5ff;
  background: #000066;
  color: #fff;
}
.th-blue2 .certificate-list .certificate-item div .view-certificate * {
  color: #fff;
}
.th-blue2 .certificate-list .certificate-item div .view-certificate:hover {
  background: #000066;
  color: #fff;
}
.th-blue2 .certificate-list .certificate-item div .view-certificate:hover * {
  color: #fff;
}
.th-blue2 .actions-buttons .btn {
  background-color: #000066;
  border: none !important;
  color: #fff;
}
.th-blue2 .actions-buttons .btn .ficon:before {
  color: #fff;
}
.th-blue2 .actions-buttons .btn:hover,
.th-blue2 .actions-buttons .btn:focus {
  background-color: #6cb5ff;
  border-color: #53a9ff;
  text-decoration: none;
}
.th-blue2 .actions-buttons .btn .btn-title {
  color: #fff;
}
.th-blue2 .dropdown .dropdown-menu .dropdown-item:before {
  color: #000066;
}
.th-blue2 .modal-content {
  background: #cfe5fc;
}
.th-blue2 .dates-popup .date:before,
.th-blue2 .dates-popup .date:after {
  background: #000066;
}
.th-blue2 .dates-popup .date i {
  color: #000066;
}
.th-blue2 .dates-popup .date label {
  color: #000066;
}
.th-blue2 .empty-result.empty-table {
  background: #9fcfff;
}
.th-blue2 .application-workflow-status .form-container .form-title .viewApp {
  background-color: #9fcfff;
}
.th-blue2 .application-workflow-status .form-container .form-title .viewApp:hover,
.th-blue2 .application-workflow-status .form-container .form-title .viewApp:focus {
  background-color: #6cb5ff;
}
.th-blue2 .application-workflow-status .form-container .form-title .refNo {
  color: #000066;
}
.th-blue2 .application-workflow-status .status-container {
  border-bottom: 1px solid #9fcfff;
}
.th-blue2 .application-workflow-status .status-container .flex-list li {
  color: #000066;
}
.th-blue2 .application-workflow-status .status-container .flex-list li .label {
  color: #000066;
}
.th-blue2 .application-workflow-status .status-container .flex-list li .label:before {
  color: #000066;
}
.th-blue2 .application-workflow-status .status-container .flex-list li a {
  color: #000066;
}
.th-blue2 .application-workflow-status .workflow-history-inner h4 {
  width: 100%;
  background: #cfe5fc;
}
.th-blue2 .application-workflow-status .workflow-history-inner .history li .actor-item .date-time {
  color: #000066;
}
.th-blue2 .application-workflow-status .workflow-history-inner .history li .actor-item .date-time:before {
  border-color: #000066;
}
.th-blue2 .application-workflow-status .workflow-history-inner .history li .actor-item .date-time:after {
  background: #000066;
}
.th-blue2 .application-workflow-status .workflow-history-inner .history li .actor-item .message-info {
  border-color: #000066;
}
.th-blue2 .application-workflow-status .workflow-history-inner .history li .actor-item .message-info:before {
  border-color: transparent #000066 transparent transparent;
}
.th-blue2 .application-workflow-status .workflow-history-inner .history li .actor-item .message-info:after {
  border-color: transparent #cfe5fc transparent transparent;
}
.th-blue2 .application-workflow-status .workflow-history-inner .history li .actor-item .message-info .user-info .actor-name {
  color: #000066;
}
.th-blue2 .application-workflow-status .workflow-history-inner .history li .actor-item .message-info .user-info .actor-name:before {
  color: #000066;
}
.th-blue2 .vscroll-bar-custom::-webkit-scrollbar-thumb {
  background: #000066;
}
.th-blue2 .license * {
  color: #000066 !important;
}
.th-blue2 .license .license-main-data {
  background: #cfe5fc;
  border-color: #000066;
}
.th-blue2 .license .license-container .license-section:nth-child(even):before {
  background: #cfe5fc;
}
.th-blue2 .form-horizontal .form-container {
  background: #cfe5fc;
  border-color: #9fcfff;
}
.th-blue2 .form-horizontal .form-container .form-title {
  border-bottom-color: #9fcfff;
}
.th-blue2 .form-horizontal .form-container .form-title:before {
  color: #000066;
}
.th-blue2 .form-horizontal .form-container .form-fields {
  border-color: #ffffff;
}
.th-blue2 .form-horizontal .form-container .form-fields .fields-sections .form-section {
  border-color: #ffffff;
}
.th-blue2 .form-horizontal .form-container .form-fields .fields-sections .form-section .section-title {
  color: #000066;
}
.th-blue2 .form-horizontal .help-field {
  color: #9fcfff;
}
.th-blue2 .form-horizontal .form-action {
  border-color: #9fcfff;
  background: #cfe5fc;
}
.th-blue2 .form-horizontal h2 {
  border-color: #000066 !important;
}
.th-blue2 .profile-page .image .jFiler-input-inner .jFiler-input-text {
  background: none;
}
.th-blue2 .form-panel {
  box-shadow: none;
}
.th-blue2 .stats-tbl {
  border-color: #000066 !important;
}
.th-blue2 .stats-tbl .app-info .appref-no {
  background: #000066;
}
.th-blue2 .stats-tbl .app-info .appref-no:hover {
  background: #000000;
}
.th-blue2 .stats-tbl .app-info .user i,
.th-blue2 .stats-tbl .app-info .user a {
  color: #000066;
}
.th-blue2 .stats-tbl .duration i {
  color: #000066;
}
.th-blue2 table thead tr th {
  color: #000066;
}
.th-blue2 .custom-modal .modal-header {
  border-color: #000066;
}
.th-blue2 .custom-modal .modal-title i {
  color: #000066;
}
.th-blue2 .task-list .data-list .list-items .item-container .item-title .link,
.th-blue2 .task-list .data-list .list-items .item-container .item-title .date {
  color: #000066 !important;
}
.th-blue2 .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #000066;
}
.th-blue2 .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000066;
}
.th-blue2 .box {
  border-color: #9fcfff;
}
.th-blue2 .box .box-header {
  border-bottom-color: #9fcfff;
}
.th-blue2 .box .box-header .title.view-all {
  color: #000066;
}
.th-blue2 .box .box-header .title.view-all i:before {
  color: #000066;
}
.th-blue2 .box .box-header .title.view-all:hover {
  color: #000066;
}
.th-blue2 .box .box-header .title.view-all:hover i:before {
  color: #000066;
}
.th-blue2 .table-list table tbody tr td .action i {
  color: #000066;
}
.th-blue2 .table-list table tbody tr:nth-child(odd) {
  background-color: #cfe5fc;
}
.th-blue2 .task-list .data-list .list-items .item-container:nth-child(even) {
  background-color: #cfe5fc;
}
.th-blue2 .task-list .data-list .list-items .item-container .item-title .link:hover {
  color: #9fcfff;
}
.th-blue2 .selectize-control.multi .selectize-input [data-value] {
  background-color: #9fcfff;
  color: #fff!important;
}
.th-blue2 .dashboard .services .service.report a.service-form {
  background-color: #399cff;
}
.th-blue2 .dashboard .services .service.report a.service-form:hover {
  background-color: #0069d2;
}
.th-blue2 .list-group-item.node-selected {
  background-color: #9fcfff !important;
}
.th-blue2 .general-lnk {
  color: #000066;
}
.th-blue2 .general-lnk:hover {
  color: #000000;
}
.th-blue2 .general-header-btn {
  color: #9fcfff;
}
.th-blue2 .general-header-btn:hover {
  color: #000000;
}
.th-blue2 .app-license-status.cancelled:before,
.th-blue2 .app-license-status.expired:before {
  background: #000066;
}
.th-blue2 .app-license-status .license-status .license-expiry-data {
  color: #9fcfff;
}
.th-blue2 .app-license-status a:hover {
  color: #9fcfff;
}
.th-blue2 .termslnk {
  border-color: #9fcfff;
  color: #9fcfff;
}
.th-blue2 .termslnk:hover {
  color: #000066;
  border-color: #000066;
}
.th-black2 {
  background-color: #282828;
  color: #00e1e8 !important;
}
.th-black2 * {
  color: #00e1e8 !important;
}
.th-black2 .general-bg,
.th-black2 .wrapper.sub-pages {
  background: #282828;
}
.th-black2 .general-bg .pg-header {
  background: #282828;
}
.th-black2 .header .header-options-block .header-options li a:before {
  color: #00e1e8;
}
.th-black2 .header .header-options-block .header-options li a:hover:before {
  color: #00e1e8;
}
.th-black2 .header .header-options-block .advanced-search {
  background-color: #000000;
  border-color: #282828;
}
.th-black2 .header .header-options-block .advanced-search a {
  background-color: #000000;
}
.th-black2 .header .header-options-block .advanced-search a:hover {
  background: #2f2f2f;
}
.th-black2 .header .header-options-block .advanced-search input[type=text] {
  background-color: #000000;
}
.th-black2 .header .main-menu-block {
  background: #000000;
}
.th-black2 .header .main-menu-block .container .main-menu > li:hover {
  background-color: #2f2f2f;
}
.th-black2 .header .main-menu-block .container .main-menu > li:hover a {
  color: #000000;
}
.th-black2 .header .main-menu-block .container .main-menu > li > a {
  color: #00e1e8;
}
.th-black2 .header .main-menu-block .container .main-menu > li > a:hover {
  color: #000000;
  background-color: #2f2f2f;
}
.th-black2 .header .main-menu-block .container .main-menu > li .sub-main-menu {
  background: #2f2f2f;
}
.th-black2 .header .main-menu-block .container .main-menu > li .sub-main-menu li a {
  color: #000000;
}
.th-black2 .header .main-menu-block .container .main-menu > li .sub-main-menu li a:hover {
  background-color: #000000;
  color: #00e1e8;
}
.th-black2 .header .container .header-options-block .change-language a {
  color: #00e1e8;
}
.th-black2 .header .container .header-options-block .change-language a:hover {
  color: #2f2f2f;
}
.th-black2 .borderd-container {
  border-color: #000000;
  background: #282828;
}
.th-black2 .borderd-container .pg-header {
  border-bottom-color: #000000;
}
.th-black2 .form-message.innvoice ul li a {
  background: #000000;
  border-color: #282828;
}
.th-black2 .form-message.innvoice ul li a:before {
  color: #00e1e8;
}
.th-black2 .form-message.innvoice .app-number-date {
  background: #000000;
}
.th-black2 .form-message.innvoice .app-number-date div.app-data .app-value {
  color: #000000;
}
.th-black2 .form-message.innvoice .payment-invoice .invoice-row:nth-child(even) {
  background: #000000;
}
.th-black2 .dynamic-list .add-section {
  box-shadow: 0 0 3px 0 #ccc;
  background-color: #000000;
}
.th-black2 .dynamic-list .add-section .add-item:hover {
  color: #000000;
}
.th-black2 .dynamic-list .add-section .add-item:before {
  color: #00e1e8;
}
.th-black2 .dynamic-list .list .item.data-item:before {
  border-color: #666666;
}
.th-black2 .dynamic-list .list div.empty-list div.empty span.label {
  color: #00e1e8;
}
.th-black2 .dynamic-list .list .item.data-item:before {
  background: #000000;
}
.th-black2 .centered-form .form-inner.login .form-group div .form-control {
  background: #000000;
  border-color: #282828;
}
.th-black2 .centered-form .form-inner.login .form-group div:before {
  color: #00e1e8;
}
.th-black2 .main-login-page .login-page {
  border-color: #000000;
  background: #282828;
}
.th-black2 .main-login-page .login-or .or {
  background: #000000;
  border-color: #000000;
  color: #000000;
}
.th-black2 .main-login-page .login-or .login-separator {
  background-color: #000000;
}
.th-black2 .main-login-page .login-uae-pass a {
  background: #000000;
}
.th-black2 .main-login-page button[type=submit] {
  background: #000000;
}
.th-black2 .main-login-page button[type=submit]:hover {
  background: #2f2f2f;
}
.th-black2 .main-login-page .account-options .account-register p a.register-now {
  color: #000000;
}
.th-black2 .main-login-page .account-options .account-register p a.register-now:hover {
  color: #2f2f2f;
}
.th-black2 .main-login-page .account-options .account-forget .forgot-password:hover {
  color: #000000;
}
.th-black2 .table-list table tbody tr:nth-child(odd) {
  background-color: #2f2f2f;
}
.th-black2 .empty-result,
.th-black2 .result-msg {
  background-color: #000000;
}
.th-black2 .jFiler-input-text {
  background-color: #000000;
  border-color: #282828 !important;
}
.th-black2 .jFiler-input-text h4 {
  color: #00e1e8 !important;
}
.th-black2 .jFiler-input-text h4 span {
  color: #00e1e8;
}
.th-black2 .jFiler-input-text .jFiler-input-choose-btn i:before {
  color: #00e1e8;
}
.th-black2 .form-completion .form-data-block .form-data span strong {
  color: #00e1e8;
}
.th-black2 .application-workflow {
  border-bottom-color: #000000;
}
.th-black2 .application-workflow ul:before {
  background-color: #333333;
}
.th-black2 .application-workflow ul li {
  background-color: #000000;
  box-shadow: 0 5px 11px -3px #2f2f2f;
}
.th-black2 .application-workflow ul li.done {
  background-color: #000000;
  box-shadow: 0 5px 11px -3px #2f2f2f;
}
.th-black2 .application-workflow ul li.current {
  background-color: #2f2f2f;
  box-shadow: 0 5px 11px -3px #2f2f2f;
}
.th-black2 .view-workflow-history {
  color: #00e1e8;
}
.th-black2 .notification-details .date-time {
  color: #00e1e8;
}
.th-black2 .notification-details .date-time:before {
  color: #00e1e8;
}
.th-black2 .application-options ul li a {
  background-color: #000000 !important;
}
.th-black2 .sub-page-header .title-with-icon:before {
  color: #00e1e8;
}
.th-black2 .with-header .user-login-info ul.user-login-options li a:before {
  color: #00e1e8;
}
.th-black2 .with-header .user-login-info ul.user-login-options li a .unread-count {
  background: #000000;
}
.th-black2 .with-header .user-login-info .user-login-data .user-data span {
  color: #00e1e8;
}
.th-black2 .with-header .user-login-info .user-login-data.show .dropdown-menu {
  background: #000000;
  box-shadow: 0 7px 10px 2px #2f2f2f;
}
.th-black2 .with-header .user-login-info .user-login-data.show .dropdown-menu .item-user-info {
  background: #000000;
  border-color: #282828;
}
.th-black2 .with-header ul.header-options li a:before {
  color: #00e1e8;
}
.th-black2 .with-header ul.header-options li a:hover {
  color: #00e1e8;
}
.th-black2 .with-header ul.header-options li.menu a.opener i:before {
  color: #00e1e8;
}
.th-black2 .with-header .pg-header h1 i:before {
  color: #00e1e8;
}
.th-black2 .filters-with-header .filters,
.th-black2 .borderd-container .filters {
  border-color: #000000;
  box-shadow: none;
}
.th-black2 .filters-with-header .filters .header-btn,
.th-black2 .borderd-container .filters .header-btn {
  color: #00e1e8;
}
.th-black2 .filters-with-header .filters .filter-fields,
.th-black2 .borderd-container .filters .filter-fields {
  border-top-color: #000000;
}
.th-black2 .filters-with-header .filters .pg-header,
.th-black2 .borderd-container .filters .pg-header {
  border-bottom-color: #000000;
}
.th-black2 .filters {
  background-color: #282828;
}
.th-black2 .filters .total-entries .totalrecords {
  background: #000000;
  border-color: #000000;
}
.th-black2 .filters label {
  color: #00e1e8;
}
.th-black2 .factories .item-container {
  border-color: #000000;
}
.th-black2 .factories .item-container .get-direction {
  background: #000000;
  border-color: #282828;
}
.th-black2 .factories .item-container .fi-phone:before {
  color: #00e1e8;
}
.th-black2 .my-applications .data-list .list-body .item-container .item-controls .item-info li {
  color: #00e1e8;
}
.th-black2 .my-applications .data-list .list-body .item-container .item-controls .item-info li a {
  color: #00e1e8;
}
.th-black2 .my-applications .data-list .list-body .item-container .details .description .ref-no {
  color: #00e1e8;
}
.th-black2 .my-applications .data-list .list-body .item-container .details .description:before {
  color: #00e1e8;
}
.th-black2 .data-list .list-body .item-container {
  background-color: #000000;
  box-shadow: none;
}
.th-black2 .sort-filters .sort-block label {
  color: #00e1e8;
}
.th-black2 .sort-filters .total-entries label {
  color: #000000;
}
.th-black2 .sort-filters .total-entries .totalrecords,
.th-black2 .sort-filters .total-entries .totalAmount {
  background-color: #000000;
  border-color: #000000;
}
.th-black2 .sort-filters .items-count .total-entries label {
  color: #00e1e8;
}
.th-black2 .sort-filters .items-count .total-entries .totalrecords {
  background-color: #2f2f2f;
  border-color: #161616;
}
.th-black2 .result-msg,
.th-black2 .empty-result {
  border-color: #000000;
}
.th-black2 .btn-custom {
  background-color: #000000;
}
.th-black2 .btn-custom:hover {
  background-color: #000000 !important;
}
.th-black2 .tooltip .tooltip-inner {
  background-color: #000000;
}
.th-black2 .tooltip.bs-tooltip-right .arrow::before,
.th-black2 .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #000000;
}
.th-black2 .tooltip.bs-tooltip-top .arrow::before,
.th-black2 .tooltip.bs-tooltip-auto[x-placement^="top "] .arrow::before {
  border-top-color: #000000;
}
.th-black2 .tooltip.bs-tooltip-bottom .arrow::before,
.th-black2 .tooltip.bs-tooltip-auto[x-placement^="bottom "] .arrow::before {
  border-bottom-color: #000000;
}
.th-black2 .tooltip.bs-tooltip-left .arrow::before,
.th-black2 .tooltip.bs-tooltip-auto[x-placement^="left "] .arrow::before {
  border-left-color: #000000;
}
.th-black2 .message-box-button {
  color: inherit !important;
}
.th-black2 .message-box-button i:before {
  background: #2f2f2f;
}
.th-black2 .message-box .item {
  border-color: #2f2f2f;
  background: #000000;
}
.th-black2 .message-box .item .message-data {
  width: 100%;
}
.th-black2 .message-box .item .message-photo {
  display: none;
}
.th-black2 .box {
  background-color: #000000;
  box-shadow: 0 21px 29px -7px #000000;
}
.th-black2 .task-list .data-list .list-items .item-container {
  background: none;
}
.th-black2 .dashboard {
  /* .user-requestes-status > div .status-item {
            background-color: @primary-black2;

            &:hover {
                background-color: @secondary-black2;
            }
        }*/
}
.th-black2 .dashboard .minimized-message-box {
  border-color: #2f2f2f;
  background: #000000;
}
.th-black2 .dashboard .services-block .service-category .service-category-items li {
  border-color: #000000;
  background: #2f2f2f;
}
.th-black2 .dashboard .services-block .service-category .service-category-items li.selected,
.th-black2 .dashboard .services-block .service-category .service-category-items li:hover {
  background: #000000;
}
.th-black2 .dashboard .services-block .service-category .service-category-items li.selected a i:before,
.th-black2 .dashboard .services-block .service-category .service-category-items li:hover a i:before {
  color: #fff;
}
.th-black2 .dashboard .services-block .service-category .service-category-items li.selected:before {
  border-top-color: #000000;
  border-right-color: #000000;
  background-color: #282828;
}
.th-black2 .dashboard .services-block .service-category .service-category-items li a i:before {
  color: #00e1e8;
}
.th-black2 .dashboard .services-block .service-items-most-used-block ul li,
.th-black2 .dashboard .services-block .service-items-favorite-block ul li,
.th-black2 .dashboard .services-block .service-items-all-block ul li {
  border-color: #000000;
  background: #2f2f2f;
}
.th-black2 .dashboard .services-block .service-items-most-used-block ul li .service i:before,
.th-black2 .dashboard .services-block .service-items-favorite-block ul li .service i:before,
.th-black2 .dashboard .services-block .service-items-all-block ul li .service i:before {
  color: #00e1e8;
}
.th-black2 .dashboard .services-block .service-items-most-used-block ul li .service .actions span,
.th-black2 .dashboard .services-block .service-items-favorite-block ul li .service .actions span,
.th-black2 .dashboard .services-block .service-items-all-block ul li .service .actions span {
  background-color: #2f2f2f;
}
.th-black2 .dashboard .services-block .service-items-most-used-block ul li .service .actions a,
.th-black2 .dashboard .services-block .service-items-favorite-block ul li .service .actions a,
.th-black2 .dashboard .services-block .service-items-all-block ul li .service .actions a {
  background-color: #000000;
}
.th-black2 .dashboard .services-block .service-items-most-used-block ul li .service .actions a:hover,
.th-black2 .dashboard .services-block .service-items-favorite-block ul li .service .actions a:hover,
.th-black2 .dashboard .services-block .service-items-all-block ul li .service .actions a:hover {
  background-color: #000000;
}
.th-black2 .dashboard .services-block .service-items-most-used-block ul li .service .lnk-favorite:before,
.th-black2 .dashboard .services-block .service-items-favorite-block ul li .service .lnk-favorite:before,
.th-black2 .dashboard .services-block .service-items-all-block ul li .service .lnk-favorite:before {
  color: #00e1e8;
}
.th-black2 .dashboard .services-block .service-items-most-used-block .owl-dots .owl-dot.active span,
.th-black2 .dashboard .services-block .service-items-favorite-block .owl-dots .owl-dot.active span,
.th-black2 .dashboard .services-block .service-items-all-block .owl-dots .owl-dot.active span {
  background-color: #444;
}
.th-black2 .dashboard .services-block .service-items-most-used-block .owl-dots .owl-dot span,
.th-black2 .dashboard .services-block .service-items-favorite-block .owl-dots .owl-dot span,
.th-black2 .dashboard .services-block .service-items-all-block .owl-dots .owl-dot span {
  border-color: #444;
}
.th-black2 .dashboard .services-block .service-items-block {
  border-color: #000000;
}
.th-black2 .dashboard .services-block .service-items-block ul li {
  border-color: #000000;
  background-color: #000000;
}
.th-black2 .dashboard .services-block .service-items-block ul li .service i:before {
  color: #00e1e8;
}
.th-black2 .dashboard .services-block .service-items-block ul li .service .actions a {
  background-color: #000000;
}
.th-black2 .dashboard .services-block .service-items-block ul li .service .actions a:hover {
  background-color: #000000;
}
.th-black2 .dashboard .services-block .service-items-block ul li .service .actions span {
  background-color: #2f2f2f;
}
.th-black2 .box {
  border-color: #000000;
}
.th-black2 .box .box-header {
  border-bottom-color: #000000;
}
.th-black2 .box .box-header .title.view-all:hover {
  color: #000000;
}
.th-black2 .box .box-header .title.view-all:hover i:before {
  color: #000000;
}
.th-black2 .btn-gradient {
  background-color: #2f2f2f;
}
.th-black2 .footer {
  border-top-color: #2f2f2f;
}
.th-black2 .footer .container .footer-top .call-center a.center-numer i:before {
  color: #00e1e8;
}
.th-black2 .footer .container .footer-top .newsletter-signup .newsletter-block {
  border-color: #000000;
}
.th-black2 .footer .container .footer-top .newsletter-signup .newsletter-block #txtNewsletterEmail {
  border-radius: 0;
  background-color: #000000;
}
.th-black2 .footer .container .footer-top .footer-menus ul.social-menu-items li a i:before,
.th-black2 .footer .container .footer-top .newsletter-signup .program-apps ul li a:before {
  color: #00e1e8;
}
.th-black2 .footer * {
  color: #00e1e8 !important;
}
.th-black2 .notifications-list .data-list .list-body .item-container {
  border-color: #000000;
}
.th-black2 .notifications-list .data-list .list-body .item-container .worklist-icon {
  background-color: #2f2f2f;
}
.th-black2 .notifications-list .data-list .list-body .item-container .notification-info li .notify-icon .ficon,
.th-black2 .notifications-list .data-list .list-body .item-container .notification-info li .notify-icon .ficon-email:before {
  color: #00e1e8;
}
.th-black2 .notifications-list .data-list .list-body .item-container .notification-info li .date {
  color: #00e1e8;
}
.th-black2 .notifications-list .data-list .list-body .item-container .notification-info li .date:before {
  color: #00e1e8;
}
.th-black2 .notifications-list .data-list .list-body .item-container.read {
  background: #2f2f2f;
}
.th-black2 .pager .pager-content a:hover {
  background-color: #000000;
  border-color: #000000;
}
.th-black2 .pager .pager-content .btn.current {
  background-color: #000000;
  border-color: #000000;
}
.th-black2 .borderd-panel {
  border-color: #000000;
  background-color: #000000;
}
.th-black2 .borderd-panel .pg-header {
  border-color: #000000;
}
.th-black2 .borderd-panel .pg-header .back:before {
  color: #00e1e8;
}
.th-black2 .register-page .form-panel .pg-header .backtologin:before {
  color: #00e1e8;
}
.th-black2 .register-page .form-panel .pg-header .backtologin:hover {
  color: #00e1e8;
}
.th-black2 .register-page .form-panel .form-group.actions {
  border-top-color: #000000;
}
.th-black2 .certificate-list .certificate-item {
  border-color: #000000;
}
.th-black2 .certificate-list .certificate-item div h1:before {
  color: #00e1e8;
}
.th-black2 .certificate-list .certificate-item div span.cert-ref {
  color: #000000;
}
.th-black2 .certificate-list .certificate-item div .cert-dates span label {
  color: #000000;
}
.th-black2 .certificate-list .certificate-item div .view-certificate {
  background: #000000;
  border-color: #000000;
}
.th-black2 .certificate-list .certificate-item div .view-certificate * {
  color: #00e1e8;
}
.th-black2 .certificate-list .certificate-item div .view-certificate:hover {
  background: #000000;
  border-color: #000000;
}
.th-black2 .certificate-list .certificate-item div .view-certificate:hover * {
  color: #00e1e8;
}
.th-black2 .actions-buttons .btn.btn-empty {
  border-color: #000000;
  color: #000000;
}
.th-black2 .actions-buttons .btn {
  border-color: #000000 !important;
  background: #000000 !important;
}
.th-black2 .actions-buttons .btn:hover,
.th-black2 .actions-buttons .btn:focus {
  background-color: #000000;
  border-color: #000000;
  text-decoration: none;
}
.th-black2 .dropdown .dropdown-menu .dropdown-item:before {
  color: #00e1e8;
}
.th-black2 .modal-content {
  background: #282828;
}
.th-black2 .dates-popup .date:before,
.th-black2 .dates-popup .date:after {
  background: #2f2f2f;
}
.th-black2 .dates-popup .date i {
  color: #00e1e8;
}
.th-black2 .dates-popup .date label {
  color: #00e1e8;
}
.th-black2 .dropdown-menu {
  background: #000;
}
.th-black2 .dropdown-item:hover,
.th-black2 .dropdown-item:focus {
  color: #fff !important;
  background: none !important;
}
.th-black2 .dropdown-item:hover:before,
.th-black2 .dropdown-item:focus:before {
  color: #fff !important;
}
.th-black2 .form-control[readonly] {
  border-color: #282828;
}
.th-black2 .form-control {
  background: #000000;
  border-color: #282828;
}
.th-black2 .form-control.with-border {
  border-color: #282828;
}
.th-black2 .note {
  background-color: #282828;
}
.th-black2 .selectize-input,
.th-black2 .selectize-control.single .selectize-input.input-active {
  background: #000000;
}
.th-black2 .selectize-input.dropdown-active:before {
  background: #282828;
}
.th-black2 .selectize-dropdown {
  background: #000000;
  border-color: #282828;
}
.th-black2 .selectize-dropdown .active {
  background: #282828;
}
.th-black2 .selectdiv select {
  background: #000000 !important;
  border-color: #282828 !important;
}
.th-black2 .jFiler-items .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
  background: #000000;
  border-color: #282828;
}
.th-black2 .form-message img {
  display: none;
}
.th-black2 .selectize-control .selectize-input {
  background: #000000;
  border-color: #282828;
}
.th-black2 .selectize-control .selectize-input.full {
  background: #000000;
  border-color: #282828;
}
.th-black2 .application-workflow-status .form-container .form-title .viewApp {
  background-color: #000000;
}
.th-black2 .application-workflow-status .form-container .form-title .viewApp:hover,
.th-black2 .application-workflow-status .form-container .form-title .viewApp:focus {
  background-color: #000000;
}
.th-black2 .application-workflow-status .form-container .form-title .refNo {
  color: #2f2f2f;
}
.th-black2 .application-workflow-status .status-container {
  border-bottom: 1px solid #000000;
}
.th-black2 .application-workflow-status .status-container .flex-list li {
  color: #2f2f2f;
}
.th-black2 .application-workflow-status .status-container .flex-list li .label {
  color: #2f2f2f;
}
.th-black2 .application-workflow-status .status-container .flex-list li .label:before {
  color: #00e1e8;
}
.th-black2 .application-workflow-status .status-container .flex-list li a {
  color: #2f2f2f;
}
.th-black2 .application-workflow-status .workflow-history-inner h4 {
  width: 100%;
  background: #282828;
}
.th-black2 .application-workflow-status .workflow-history-inner .history li .actor-item .date-time {
  color: #2f2f2f;
}
.th-black2 .application-workflow-status .workflow-history-inner .history li .actor-item .date-time:before {
  border-color: #000000;
}
.th-black2 .application-workflow-status .workflow-history-inner .history li .actor-item .date-time:after {
  background: #000000;
}
.th-black2 .application-workflow-status .workflow-history-inner .history li .actor-item .message-info {
  border-color: #000000;
}
.th-black2 .application-workflow-status .workflow-history-inner .history li .actor-item .message-info:before {
  border-color: transparent #000000 transparent transparent;
}
.th-black2 .application-workflow-status .workflow-history-inner .history li .actor-item .message-info:after {
  border-color: transparent #282828 transparent transparent;
}
.th-black2 .application-workflow-status .workflow-history-inner .history li .actor-item .message-info .user-info .actor-name {
  color: #000000;
}
.th-black2 .application-workflow-status .workflow-history-inner .history li .actor-item .message-info .user-info .actor-name:before {
  color: #00e1e8;
}
.th-black2 .vscroll-bar-custom::-webkit-scrollbar-thumb {
  background: #000000;
}
.th-black2 .license .license-main-data {
  background: #000000;
  border-color: #2f2f2f;
}
.th-black2 .license .license-container .license-section:nth-child(even):before {
  background: #000000;
}
.th-black2 .form-horizontal .form-container {
  background: #282828;
  border-color: #000000;
}
.th-black2 .form-horizontal .form-container .form-title {
  border-bottom-color: #000000;
}
.th-black2 .form-horizontal .form-container .form-title:before {
  color: #00e1e8;
}
.th-black2 .form-horizontal .form-container .form-fields {
  border-color: #666666;
}
.th-black2 .form-horizontal .form-container .form-fields .fields-sections .form-section {
  border-color: #666666;
}
.th-black2 .form-horizontal .help-field {
  color: #000000;
}
.th-black2 .form-horizontal .form-action {
  border-color: #000000;
  background: #282828;
}
.th-black2 .form-horizontal h2 {
  border-color: #2f2f2f !important;
}
.th-black2 .profile-page .image .jFiler-input-inner .jFiler-input-text {
  background: none;
}
.th-black2 .form-panel {
  box-shadow: none;
}
.th-black2 .table-list table tbody tr:hover {
  background: #000000;
}
.th-black2 .stats-tbl {
  border-color: #2f2f2f !important;
}
.th-black2 .stats-tbl .app-info .appref-no {
  background: #2f2f2f;
}
.th-black2 .stats-tbl .app-info .appref-no:hover {
  background: #000000;
}
.th-black2 .stats-tbl .app-info .user i,
.th-black2 .stats-tbl .app-info .user a {
  color: #2f2f2f;
}
.th-black2 .custom-modal .modal-header {
  border-color: #000000;
}
.th-black2 .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #000000;
}
.th-black2 .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
}
.th-black2 .selectize-control.multi .selectize-input [data-value] {
  background-color: #000000;
  color: #fff!important;
}
.th-black2 .dashboard .services .service.report a.service-form {
  background-color: #000000;
}
.th-black2 .dashboard .services .service.report a.service-form:hover {
  background-color: #000000;
}
.th-black2 .list-group-item.node-selected {
  background-color: #000000 !important;
}
.th-black2 .general-lnk {
  color: #000000;
}
.th-black2 .general-lnk:hover {
  color: #2f2f2f;
}
.th-black2 .general-header-btn {
  color: #000000;
}
.th-black2 .general-header-btn:hover {
  color: #2f2f2f;
}
.th-black2 .app-license-status.cancelled:before,
.th-black2 .app-license-status.expired:before {
  background: #2f2f2f;
}
.th-black2 .app-license-status .license-status .license-expiry-data {
  color: #000000;
}
.th-black2 .app-license-status a:hover {
  color: #000000;
}
.th-black2 .termslnk {
  border-color: #000000;
  color: #000000;
}
.th-black2 .termslnk:hover {
  color: #2f2f2f;
  border-color: #2f2f2f;
}
@media screen and (max-width: 1399px) {
  .dashboard .membership-card .main .not-member {
    left: calc(15%);
    top: calc(35%);
  }
  .dashboard .user-statistics-container .user-stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .dashboard .user-statistics-container .user-stats-grid .user-stats-container {
    height: 142px;
  }
  .footer .container .footer-top .toll-free {
    width: auto;
  }
  .logged .desktop-tools .sub-menus {
    margin-left: 10px;
  }
  .ar .logged .desktop-tools .sub-menus {
    margin-left: 35px;
    margin-right: 10px;
  }
  .ar .dashboard .user-statistics-container .user-stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .ar .dashboard .user-statistics-container .user-stats-grid .user-stats-container {
    height: 131px;
  }
}
@media screen and (max-width: 1199px) {
  .w-mx-content {
    width: 33.3333%;
  }
  .dashboard .user-statistics-container .user-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dashboard .user-statistics-container .user-stats-grid .user-stats-container {
    width: auto;
  }
  .dashboard .membership-card .main .not-member {
    left: calc(30%);
    top: calc(35%);
  }
  .logged .desktop-tools .btn-manage {
    width: auto !important;
    margin-left: 25px;
  }
  .logged .desktop-tools .sub-menus {
    margin-left: 25px;
  }
  .logged .tools {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .application-workflow ul {
    display: flex;
    justify-content: center;
  }
  .application-workflow ul.step-7 li {
    margin: 0 33px !important;
  }
  .application-workflow ul.step-7 li:first-child {
    margin-left: 0 !important;
  }
  .application-workflow ul.step-7 li:last-child {
    margin-right: 0 !important;
  }
  .application-workflow ul.step-7 li span {
    bottom: -50px !important;
    line-height: 1.2;
    white-space: normal;
  }
  .ar .with-header .system-menu-container .factory-box .avatar {
    width: 50px;
    height: 50px;
  }
  .ar .with-header .system-menu-container .factory-box .avatar i:before {
    font-size: 20px;
  }
  .ar .with-header .system-menu-container .factory-box .factory-info {
    width: calc(35%);
  }
  .ar .application-workflow {
    padding: 30px 90px 80px;
  }
  .ar .application-workflow ul.step-7 li:first-child {
    margin-right: 0 !important;
    margin-left: 33px !important;
  }
  .ar .application-workflow ul.step-7 li:last-child {
    margin-left: 0 !important;
    margin-right: 33px !important;
  }
  .ar .application-workflow ul.step-7 li span {
    bottom: -65px !important;
  }
  .ar .logged .desktop-tools .btn-manage {
    width: auto !important;
    margin-right: 55px;
    margin-left: 0px;
  }
  .ar .logged .desktop-tools .sub-menus {
    margin-right: 15px;
  }
  .ar .dashboard .membership-card .main .not-member {
    left: calc(34%);
    top: calc(35%);
  }
}
@media (min-width: 768px) {
  .form-horizontal.application-actions .control-label {
    padding-top: 3px;
    width: auto;
  }
  .form-horizontal.application-actions .col-sm-10 {
    width: auto;
  }
}
/* IE styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .with-header .user-login-info ul.user-login-options li a:before {
    top: 0;
  }
  .workflow-percentages .percentages .workflow-circliful.process {
    top: -50px;
  }
  .workflow-percentages .percentages .workflow-circliful.completion {
    top: 1.5px;
  }
  /* Arabic */
  .ar .my-applications .data-list .list-body .item-container .item-info li:nth-child(even) {
    flex-basis: 58%;
  }
  /* End Arabic*/
}
/* End IE styles*/
/*Responsive Table*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  .table-listing {
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .table-listing thead,
  .table-listing tbody,
  .table-listing th,
  .table-listing td,
  .table-listing tr {
    display: block;
  }
  .table-listing thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-listing tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .table-listing td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 40% !important;
  }
  .table-listing td .form-control {
    width: 100%;
  }
  .table-listing td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 20px;
    left: 10px;
    white-space: nowrap;
    font-weight: 700;
  }
  .pnl-add-popup select.input-lg {
    width: 85%;
  }
  .dashboard .top-statistics li label {
    font-size: 12px;
  }
  .dashboard .top-statistics li a:before {
    font-size: 6.5em;
    right: -50px;
  }
  .ar .table-listing td {
    /* Behave  like a "row" */
    padding-right: 40% !important;
    padding-left: 0px !important;
  }
  .ar .table-listing td:before {
    /* Top/left values mimic padding */
    right: 10px;
  }
  .ar .table-listing .pnl-add-popup select.input-lg {
    width: 88%;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100%;
  }
  .container .main-content .general-container .fi-row .message table td.title {
    width: 100%;
  }
  .logged .tools {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .wrapper .container .main-content .form-horizontal {
    padding: 0 0 15px 0;
  }
  .wrapper .container .main-content .form-horizontal .form-group {
    margin-right: 15px;
    margin-left: 15px;
  }
  .wrapper .container .main-content .form-horizontal h2 {
    padding: 0 0 20px 15px;
    margin-bottom: 20px;
    font-size: 1.3538em;
  }
  .wrapper .container .main-content .general-container {
    padding: 1px 10px 15px 10px;
  }
  .wrapper .container .main-content .general-container h2 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.8em;
  }
  .wrapper .container .main-content .general-container .add-new {
    top: 22px;
  }
  .wrapper .container .main-content .main-content .auto-validate h4 {
    margin-left: 28px;
  }
  .wrapper .container .main-content .items-header {
    padding: 0 3%;
  }
  .side-icons {
    display: none;
  }
  .sub-header .service-utilities li {
    padding: 3px 0;
  }
  .sub-header .service-utilities li .link {
    line-height: 60px;
  }
  .footer .links-bar {
    padding: 20px 0 0 0;
  }
  .footer .links-bar .channels-links ul {
    width: 268px;
    display: flex;
    margin: 0 auto;
  }
  .footer .links-bar .titles {
    text-align: center !important;
  }
  .footer .links-bar .useful-links {
    min-height: 120px;
    margin-top: 2px;
  }
  .footer .links-bar .useful-links ul {
    text-align: center;
  }
  .footer .links-bar .gov-links {
    padding: 0;
  }
  .footer .links-bar .gov-links ul {
    text-align: center;
  }
  .footer .copy-right-bar {
    padding: 10px 0 0 0;
  }
  .footer .copy-right-bar .copy-right {
    float: none;
    text-align: center;
  }
  .footer .copy-right-bar .links {
    float: none;
    text-align: center;
  }
  .footer .copy-right-bar ul {
    display: inline-flex;
    padding: 0;
  }
  .bar-items span {
    display: block;
  }
  .dashboard .top-statistics li {
    height: 125px;
  }
  .dashboard .top-statistics li label {
    font-size: 12px;
    width: auto;
  }
  .dashboard .top-statistics li .counter {
    font-size: 25px;
  }
  /*---------------------------- Arabic --------------------------*/
  .ar .header .topbar .container .user-info {
    border-right: none;
    margin-left: 0;
  }
  .ar .header .nav-menu ul {
    left: auto;
    right: 0;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .ar .header .nav-menu .btn-menu span:nth-child(even) {
    right: 8px;
  }
  .ar .header .nav-menu .btn-menu span:nth-child(odd) {
    right: 19px;
  }
  .ar .header .nav-menu.open-menu {
    transition: right 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .ar .header .nav-menu.open-menu ul {
    animation: menufade-ar 2s ease forwards;
  }
  .ar .header .nav-menu.open-menu .btn-menu ul {
    opacity: 1;
    right: 0;
  }
  .ar .header .nav-menu.open-menu .btn-menu span:nth-child(1) {
    right: 20px;
  }
  .ar .header .nav-menu.open-menu .btn-menu span:nth-child(2) {
    right: 9px;
  }
  .ar .header .nav-menu.open-menu .btn-menu span:nth-child(3) {
    right: -50%;
  }
  .ar .header .nav-menu.open-menu .btn-menu span:nth-child(4) {
    right: 100%;
  }
  .ar .header .nav-menu.open-menu .btn-menu span:nth-child(5) {
    right: 20px;
  }
  .ar .header .nav-menu.open-menu .btn-menu span:nth-child(6) {
    right: 9px;
  }
  .ar .wrapper .container .main-content .main-content .auto-validate h4 {
    margin-right: 28px;
  }
  .ar .wrapper .container .main-content .form-horizontal h2 {
    padding: 0 15px 20px 0;
  }
  .ar .footer .copy-right-bar .copy-right {
    float: none;
  }
  .ar .footer .copy-right-bar .links {
    float: none;
  }
}
@media screen and (max-width: 991px) {
  .my-applications .search-filter .filter-fields,
  .my-licenses .search-filter .filter-fields {
    margin-left: 0;
    margin-right: 0;
  }
  .w-mx-content {
    width: 50%;
  }
  .with-header .system-menu-container .systemmenu {
    justify-content: center;
  }
  .application-workflow ul.step-7 li {
    margin: 0 13px !important;
  }
  .form-horizontal .form-container .form-sections-side .sections li a .title {
    display: none;
  }
  .form-horizontal .form-container .form-fields {
    width: 100%;
  }
  .form-horizontal .form-container .form-fields .fields-sections .form-section .section-title {
    font-size: 1.3em;
    display: block;
    margin-top: 20px;
  }
  .dashboard .user-statistics-container .user-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    /* 2 divs per row on smaller screens */
  }
  .dashboard .membership-card .main .not-member {
    left: calc(22%);
    top: calc(35%);
  }
  .logged .desktop-tools {
    display: none;
  }
  .header .container .header-options-block {
    position: static;
    /*float: left;*/
    transform: none;
    /*line-height: 50px;*/
    /*height: 30px;
                width: max-content;
                width: intrinsic;  
                width: -moz-max-content; 
                width: -webkit-max-content;  
                margin: auto;*/
  }
  .header .container .header-options-block .header-options {
    float: right;
  }
  .header .container .header-options-block .advanced-search {
    display: none;
    margin-top: 0;
  }
  .header .container .menu-container {
    background-color: #1348a0;
    height: 40px;
    display: block;
    /*position: relative;
                float: right;*/
    position: absolute;
    left: calc(94%);
    top: calc(135%);
  }
  .header .container .menu-container .btn-menu {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: -99999px;
    background-color: #ffffff;
    position: relative;
    z-index: 999;
    border-radius: 5px;
  }
  .header .container .menu-container .btn-menu.open-menu span:nth-child(1),
  .header .container .menu-container .btn-menu.open-menu span:nth-child(6) {
    transform: rotate(45deg);
  }
  .header .container .menu-container .btn-menu.open-menu span:nth-child(2),
  .header .container .menu-container .btn-menu.open-menu span:nth-child(5) {
    transform: rotate(-45deg);
  }
  .header .container .menu-container .btn-menu.open-menu span:nth-child(1) {
    left: 11px;
    top: 15px;
  }
  .header .container .menu-container .btn-menu.open-menu span:nth-child(2) {
    left: 18px;
    top: 15px;
  }
  .header .container .menu-container .btn-menu.open-menu span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  .header .container .menu-container .btn-menu.open-menu span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  .header .container .menu-container .btn-menu.open-menu span:nth-child(5) {
    left: 11px;
    top: 22px;
  }
  .header .container .menu-container .btn-menu.open-menu span:nth-child(6) {
    left: 18px;
    top: 22px;
  }
  .header .container .menu-container .btn-menu.m-top {
    margin-top: -125px;
    position: fixed;
  }
  .header .container .menu-container .btn-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 10px;
    background: #fff;
    opacity: 1;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .header .container .menu-container .btn-menu span:nth-child(even) {
    left: 20px;
    border-radius: 0 9px 9px 0;
    background-color: #1348a0;
  }
  .header .container .menu-container .btn-menu span:nth-child(odd) {
    left: 10px;
    border-radius: 9px 0 0 9px;
    background-color: #1348a0;
  }
  .header .container .menu-container .btn-menu span:nth-child(1),
  .header .container .menu-container .btn-menu span:nth-child(2) {
    top: 9px;
  }
  .header .container .menu-container .btn-menu span:nth-child(3),
  .header .container .menu-container .btn-menu span:nth-child(4) {
    top: 19px;
  }
  .header .container .menu-container .btn-menu span:nth-child(5),
  .header .container .menu-container .btn-menu span:nth-child(6) {
    top: 29px;
  }
  .main-menu-block {
    /*display: none;*/
  }
  .main-menu-block.open-menu {
    display: block;
    background: none;
  }
  .main-menu-block.open-menu .container .main-menu {
    margin-top: 50px;
    background-color: #1348a0;
  }
  .main-menu-block.open-menu .container .main-menu > li {
    display: block;
  }
  .main-menu-block.open-menu .container .main-menu > li:hover .sub-main-menu {
    position: relative;
  }
  .main-menu-block.open-menu .container .main-menu > li .sub-main-menu {
    box-shadow: none;
    width: 100%;
    background: #103e89;
  }
  .main-menu-block.open-menu .container .main-menu > li .sub-main-menu li a {
    text-align: center;
  }
  .ar .application-workflow ul.step-7 li:first-child {
    margin-left: 13px !important;
  }
  .ar .application-workflow ul.step-7 li:last-child {
    margin-right: 13px !important;
  }
  .ar .header .container .menu-container {
    left: 0;
    right: calc(94%);
  }
  .ar .dashboard .membership-card .main .not-member {
    left: calc(31%);
    top: calc(35%);
  }
}
@media screen and (max-width: 768px) {
  .dashboard .user-statistics-container .user-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    /* 2 divs per row on smaller screens */
  }
  .dashboard .membership-card .main .not-member {
    left: calc(11%);
    top: calc(35%);
  }
  body {
    /*font-size: 11px;*/
  }
  .container {
    width: calc(100% - 30px);
    padding: 0;
  }
  .container.form-message {
    padding: 50px 0;
  }
  .form-message.innvoice .app-number-date {
    width: 100%;
  }
  .form-message.innvoice .payment-invoice {
    width: 100%;
  }
  .form-message.innvoice ul {
    width: 100%;
  }
  .form-message.innvoice ul li {
    margin-bottom: 10px;
  }
  .alert {
    margin: 20px 0;
  }
  .centered-form {
    width: 100%;
  }
  .centered-form .form-inner.login .form-group .account-register {
    margin-bottom: 0;
  }
  .hide-mobile {
    display: none !important;
  }
  .header {
    /*.main-menu-block {
            display: none;

            &.open-menu {
                display: block;
                background: none;

                .container {

                    .main-menu {
                        margin-top: 50px;
                        background-color: @primary-color;

                        > li {
                            display: block;

                            &:hover {

                                .sub-main-menu {
                                    position: relative;
                                }
                            }

                            .sub-main-menu {
                                box-shadow: none;
                                width: 100%;
                                background: darken(@primary-color, 5%);

                                li {

                                    a {
                                        text-align: center;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }*/
  }
  .header .logo {
    display: block;
  }
  .header .container {
    /*.header-options-block {
                position: static;
                float: left;
                transform: none;
                line-height: 50px;*/
    /*height: 30px;
                width: max-content;
                width: intrinsic;  
                width: -moz-max-content; 
                width: -webkit-max-content;  
                margin: auto;*/
    /*.header-options {
                    float: right;
                }

                .advanced-search {
                    display: none;
                    margin-top: 0;
                }
            }*/
    /*.menu-container {
                background-color: @primary-color;
                height: 40px;
                display: block;*/
    /*position: relative;
                float: right;*/
    /*position: absolute;
                left: calc(100% - 10%);
                top: calc(100% - -10%);

                .btn-menu {
                    display: block;
                    width: 40px;
                    height: 40px;
                    overflow: hidden;
                    text-indent: -99999px;
                    background-color: @primary-color;
                    position: relative;
                    z-index: 999;

                    &.open-menu {

                        span:nth-child(1), span:nth-child(6) {
                            transform: rotate(45deg);
                        }

                        span:nth-child(2), span:nth-child(5) {
                            transform: rotate(-45deg);
                        }

                        span:nth-child(1) {
                            left: 11px;
                            top: 15px;
                        }

                        span:nth-child(2) {
                            left: 18px;
                            top: 15px;
                        }

                        span:nth-child(3) {
                            left: -50%;
                            opacity: 0;
                        }

                        span:nth-child(4) {
                            left: 100%;
                            opacity: 0;
                        }

                        span:nth-child(5) {
                            left: 11px;
                            top: 22px;
                        }

                        span:nth-child(6) {
                            left: 18px;
                            top: 22px;
                        }
                    }

                    span {
                        display: block;
                        position: absolute;
                        height: 3px;
                        width: 10px;
                        background: #fff;
                        opacity: 1;
                        transform: rotate(0deg);
                        transition: .25s ease-in-out;

                        &:nth-child(even) {
                            left: 20px;
                            border-radius: 0 9px 9px 0;
                        }

                        &:nth-child(odd) {
                            left: 10px;
                            border-radius: 9px 0 0 9px;
                        }

                        &:nth-child(1), &:nth-child(2) {
                            top: 9px;
                        }

                        &:nth-child(3), &:nth-child(4) {
                            top: 19px;
                        }

                        &:nth-child(5), &:nth-child(6) {
                            top: 29px;
                        }
                    }
                }
            }*/
  }
  .dynamic-list .add-section {
    top: -60px;
    right: -10px;
  }
  .application-workflow {
    padding: 40px 20px 60px;
  }
  .application-workflow ul li {
    margin: 0 10px !important;
  }
  .application-workflow ul li:before {
    font-size: 1.2em;
  }
  .application-workflow ul li span {
    line-height: 1.2;
    font-size: .8em;
    white-space: normal;
  }
  .actions-buttons {
    padding: 0px 20px;
  }
  .actions-buttons .form-completion {
    text-align: center;
  }
  .form-horizontal .form-action {
    padding: 15px;
  }
  .form-horizontal .help-field {
    position: static;
    transform: none;
  }
  .form-horizontal .help-field.map {
    top: -8px;
    display: block;
  }
  .form-horizontal .form-container {
    /*.form-sections-side {
                display: none;
            }*/
  }
  .form-horizontal .form-container .form-fields {
    width: 100%;
  }
  .form-horizontal .form-container .form-fields .fields-sections .form-section {
    padding: 20px;
  }
  .dashboard .services-block .top-block .service-options {
    position: static;
    transform: none;
  }
  .dashboard .services-block .top-block .service-options li {
    margin: 0 10px 10px 0;
  }
  .dashboard .services-block .top-block .service-options li a {
    display: block;
  }
  .dashboard .chart-filters {
    float: none;
  }
  .dashboard .chart-filters li {
    float: left;
    margin: 5px 5px 5px 0 !important;
  }
  .wrapper .container .main-content .dashboard .message-box .message-data {
    width: 100%;
  }
  .wrapper .container .main-content .dashboard .message-box .item .message-photo {
    display: none;
  }
  .wrapper .container .main-content .dashboard .services-block .service-items-block ul li {
    width: calc(70%);
  }
  .main-login-page .login-page {
    width: auto;
    padding: 25px;
  }
  .main-login-page .login-page .login-page-title {
    /*margin: 0 0 20px 0;*/
    margin: 0;
    /*line-height: 1;*/
  }
  .main-login-page .login-uae-pass .subtitle {
    margin: 30px 0px;
  }
  .main-login-page .account-options .account-forget a.forgot-password {
    text-align: left;
  }
  .my-applications .data-list .list-body .item-container .item-info {
    display: block;
  }
  .my-applications .data-list .list-body .item-container .item-info.actions-info {
    top: 15px;
    right: 15px;
    display: flex;
  }
  .my-applications .data-list .list-body .item-container .item-info.actions-info li {
    flex-basis: auto;
    margin: 0 5px !important;
  }
  .my-applications .data-list .list-body .item-container .item-info li {
    margin: 0 0 15px 0 !important;
    display: block;
    float: none;
  }
  .data-list .list-body .item-container {
    padding: 15px;
    margin-bottom: 15px;
  }
  .factories .data-list .list-body .item-container {
    width: calc(50% - 8px);
    margin-right: 15px !important;
  }
  .factories .data-list .list-body .item-container:nth-child(even) {
    margin-right: 0 !important;
  }
  .apps-tasks .col-sm-12 {
    max-width: 100%;
    width: 100%;
    float: none;
    flex: none;
  }
  .apps-tasks .col-sm-12:last-child {
    margin-top: 1.5rem;
  }
  .legend-container {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .legend-container ul {
    display: block;
  }
  .legend-container ul li {
    display: block;
    margin-bottom: 15px;
  }
  .legend-container ul li a .chart-label-container .chart-legend-label-count {
    display: inline-block;
  }
  .legend-container ul li a .chart-label-container .chart-legend-label-text {
    display: inline-block;
    margin: 0 13px;
  }
  .certificate-list .certificate-item {
    width: calc(50% - 10px);
    margin-right: 15px !important;
  }
  .certificate-list .certificate-item:nth-child(even) {
    margin-right: 0 !important;
  }
  .footer .container .footer-top .newsletter-signup .newsletter-block {
    margin: 20px 0;
    height: 50px;
  }
  .footer .container .footer-top .newsletter-signup .newsletter-block #txtNewsletterEmail {
    height: 100%;
  }
  .footer .container .footer-top .newsletter-signup .program-apps {
    text-align: center;
  }
  .footer .container .footer-top .newsletter-signup .program-apps ul li a:before {
    font-size: 30px;
  }
  .footer .container .footer-top .newsletter-signup .program-apps .col-md-7 {
    margin-bottom: 15px;
  }
  .footer .container .footer-top .footer-menus ul.menu-items {
    justify-content: center;
    align-content: center;
    margin: 15px 0;
    text-align: center;
  }
  .footer .container .footer-top .footer-menus ul.menu-items li {
    /*width: auto;
                            flex-basis: 33%;*/
    margin: 5px 0;
  }
  .footer .container .footer-top .footer-menus ul.social-menu-items {
    justify-content: center;
    margin: 15px 0;
  }
  .footer .container .footer-top .footer-menus ul.social-menu-items li {
    width: auto;
  }
  .footer .container .footer-top .footer-menus ul.social-menu-items li a i:before {
    font-size: 30px;
  }
  .footer .container .footer-top .call-center ul.browsers {
    justify-content: center;
    align-content: center;
  }
  .footer .container .footer-top .call-center ul.browsers li {
    padding: 5px 15px;
    width: auto;
    text-align: center;
  }
  .footer .container .footer-top .call-center ul.browsers li span {
    display: block;
    margin-top: 5px;
  }
  .footer .container .footer-bottom {
    text-align: center;
  }
  .footer .container .footer-bottom .footer-copyright {
    text-align: center;
  }
  .footer .container .footer-bottom .uae-tawasul {
    padding: 0;
    text-align: center;
  }
  .footer .container .footer-bottom .uae-tawasul a {
    margin: 0 20px;
  }
  .form-horizontal .form-container .form-fields .fields-sections .form-section .section-title {
    font-size: 1.6em;
    display: block;
    margin-top: 0;
  }
  .dynamic-list .list-item-title {
    font-size: 1.2em;
  }
  .dynamic-list .add-section {
    width: 138px;
  }
  .ar .dynamic-list .list-item-title {
    font-size: 1.2em;
  }
  .ar .dynamic-list .add-section {
    width: 138px;
  }
  .ar .dynamic-list .add-section .add-item {
    font-size: 1em;
  }
  .ar .form-horizontal .form-container .form-fields .fields-sections .form-section .section-title {
    font-size: 1.3em;
  }
  .ar .dynamic-list .list-item-title {
    font-size: 1.2em;
  }
  .ar .factories .data-list .list-body .item-container {
    width: calc(50% - 8px);
    margin-left: 15px !important;
    margin-right: 0 !important;
  }
  .ar .factories .data-list .list-body .item-container:nth-child(even) {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .ar .certificate-list .certificate-item {
    width: calc(50% - 10px);
    margin-left: 15px !important;
    margin-right: 0 !important;
  }
  .ar .certificate-list .certificate-item:nth-child(even) {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .ar .sub-header .service-utilities {
    left: 0;
    right: unset;
  }
  .ar .sub-header .service-utilities li.signout {
    padding-left: 0;
  }
  .ar .sub-header .service-utilities li .link {
    line-height: unset;
    border-right: none !important;
  }
  .ar .sub-header .service-utilities li.profile {
    width: 59px;
  }
  .ar .sub-header .service-utilities li.profile.dropdown .profile-notified {
    padding-right: 1px;
  }
  .ar .sub-header .service-utilities li.signout a {
    width: 40px;
  }
  .ar .legend-container {
    left: auto;
    right: 20px;
  }
  .ar .my-applications .data-list .list-body .item-container .item-info {
    display: block;
  }
  .ar .my-applications .data-list .list-body .item-container .item-info.actions-info {
    top: 15px;
    right: auto;
    left: 15px;
    display: flex;
  }
  .ar .my-applications .data-list .list-body .item-container .item-info.actions-info li {
    flex-basis: auto;
    margin: 0 5px !important;
  }
  .ar .my-applications .data-list .list-body .item-container .item-info li {
    margin: 0 0 15px 0 !important;
    display: block;
    float: none;
  }
  .ar .data-list .col-header .col {
    border-left: none;
  }
  .ar .dashboard .services .service {
    float: right;
  }
  .ar .dashboard .services .service .col-sm-4 {
    float: right;
  }
  .ar .dashboard .services .service .col-sm-8 {
    width: 50%;
    float: right;
  }
  .ar .actions-section {
    top: 20px;
    left: 12px;
  }
  .ar .c100.application {
    left: 0px;
  }
  .ar .stats-tbl tr td {
    text-align: right !important;
  }
  .ar .main-login-page .account-options .account-forget a.forgot-password {
    text-align: right;
  }
  .ar .dashboard .membership-card .main .not-member {
    left: calc(23%);
    top: calc(35%);
  }
  .ar .dashboard .chart-filters {
    float: right;
  }
  .ar .dashboard .chart-filters li {
    float: right;
    margin: 5px 0px 5px 5px !important;
  }
  .ar .footer .container .footer-bottom {
    text-align: center;
  }
  .ar .footer .container .footer-bottom .footer-copyright {
    text-align: center;
  }
  .ar .footer .container .footer-bottom .uae-tawasul {
    padding: 0;
    text-align: center;
  }
  .ar .footer .container .footer-bottom .uae-tawasul a {
    margin: 0 20px;
  }
}
@keyframes fadedown {
  0% {
    opacity: 0;
    top: 20%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes menufade {
  0% {
    opacity: 0;
    left: -20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes menufade-ar {
  0% {
    opacity: 0;
    right: -20%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-alert {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .home-alert .close {
    color: #B91C1C;
    border-radius: 10px;
    padding: 6px 7px;
    background-color: #eec9c9;
  }
  .home-alert .close span {
    display: block;
    font-size: 14px;
  }
  .home-alert .close i {
    display: none;
  }
  .home-alert .close:hover {
    background-color: #dbacac;
  }
  .w-mx-content {
    width: 100%;
  }
  .with-header .pg-header ul.header-options {
    position: static;
    transform: none;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
  }
  .with-header .pg-header ul.header-options li {
    display: flex !important;
    align-items: center !important;
    flex-basis: 50%;
    margin: 10px 0 !important;
  }
  .with-header .pg-header ul.header-options li:after {
    display: none;
  }
  .with-header .pg-header ul.header-options li.menu {
    position: absolute;
    top: -10px;
    right: 0;
    margin: 0;
  }
  .with-header .pg-header ul.header-options li.profile {
    justify-content: flex-end;
    padding-right: 0;
  }
  .with-header .pg-header ul.header-options li a {
    /*padding-left: 35px;*/
  }
  .with-header .pg-header ul.header-options li a:before {
    left: 0;
  }
  .with-header .pg-header ul.header-options li .lnkheader {
    padding: 0;
  }
  .with-header .pg-header h1 {
    font-size: 1.3em;
  }
  .sort-filters .items-count {
    width: 100%;
  }
  .sort-filters .total-entries {
    margin-bottom: 10px;
  }
  .sort-filters .sort-block {
    text-align: justify;
    width: 100%;
    margin-top: 10px;
  }
  .sort-filters .sort-block .sort-filter {
    margin-left: 13px;
  }
  .total-amount .col-sm-6 {
    width: 50%;
  }
  .my-applications .data-list .list-body .item-container .item-info.iteminfo-first {
    margin-top: 20px;
  }
  .header .container .header-options-block .change-language a {
    padding: 5px 0px;
  }
  .form-horizontal .form-container .form-sections-side .sections li a .title {
    display: none;
  }
  .footer .container .footer-top .toll-free {
    justify-content: center;
    margin: 0px auto;
    width: auto;
  }
  .footer .container .footer-top .call-center {
    align-items: center;
  }
  .footer .container .footer-top .phone-channels {
    align-items: center;
    gap: 10px !important;
  }
  .dashboard .box-container .box-body {
    max-height: 100%;
  }
  .dashboard .membership-card {
    /*padding: 20px 15px;*/
  }
  .my-services .card {
    flex: 0 1 calc(100%);
  }
  .ar .with-header .pg-header ul.header-options li.menu {
    right: auto;
    left: 0;
  }
  .ar .with-header .pg-header ul.header-options li.profile {
    padding-right: 30px;
    padding-left: 0;
  }
  .ar .with-header .pg-header ul.header-options li a:before {
    left: auto;
    right: 0;
  }
  .ar .with-header .pg-header h1 {
    font-size: 1.3em;
  }
  .ar .dashboard .message-box .item .message-content .message-content-body .title {
    font-size: 1.2143em;
    line-height: 25px;
  }
  .ar .dashboard .message-box .item .message-content .message-content-body .message {
    font-size: 0.9286em;
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .application-workflow ul {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    flex-direction: column;
    gap: 20px;
  }
  .application-workflow ul:before {
    content: none;
  }
  .application-workflow ul li {
    display: flex;
    flex-direction: row;
    bottom: 0px !important;
    align-items: center;
    position: relative;
  }
  .application-workflow ul li span {
    position: relative;
    bottom: 0px !important;
    left: 85px !important;
  }
  .application-workflow ul.step-7 li {
    margin: 0px !important;
  }
  .application-workflow ul.step-7 li span {
    position: relative;
    bottom: 0px !important;
    left: 0px !important;
    white-space: nowrap;
    display: contents;
  }
  .tooltip {
    display: none;
  }
  .dashboard-services .nav-service,
  .my-services .nav-service {
    text-wrap: nowrap;
    overflow-x: auto;
    display: flex;
    scrollbar-width: none;
  }
  .form-horizontal .form-container .form-sections-side {
    display: none;
  }
  .dashboard .owl-carousel .owl-dots {
    margin-top: 25px;
  }
  .dashboard .user-statistics-container .user-stats-grid {
    grid-template-columns: 1fr;
    /* Stack 1 div per row on very small screens */
  }
  .dashboard .membership-card .main .not-member {
    left: calc(18%);
    top: calc(40%);
  }
  .dashboard .membership-card .main .not-member p {
    font-size: 1.8571em;
  }
  .header .container .menu-container {
    left: calc(91%);
  }
  /*.header {
        .header-cont {
            gap: 10px;

            .logo {
                a {
                    width: 265px;
                }
            }
        }
    }*/
  .logged {
    padding: 25px 10px;
  }
  .logged .user {
    gap: 15px;
    display: flex;
    flex-direction: column;
  }
  .logged .user .user-image {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 125px;
    height: 125px;
  }
  .logged .user .user-image .profile-img {
    width: 125px;
    height: 125px;
  }
  .modal.modal-action .modal-dialog .modal-content .modal-header {
    padding: 0px 30px 25px 30px;
  }
  .modal.modal-action .modal-dialog .modal-content .modal-body {
    padding: 0px 30px;
  }
  .modal-uploader .jFiler-input-inner .jFiler-input-text {
    gap: 0px;
    flex-direction: column;
  }
  .modal-uploader .jFiler-input-inner .jFiler-input-text .jFiler-input-choose-btn {
    padding: 0px;
    margin: 0px;
  }
  .modal-uploader .jFiler-input-inner .jFiler-input-text .jFiler-input-choose-btn i {
    top: 10px;
  }
  .modal-uploader .jFiler-input-inner .jFiler-input-text .jFiler-input-choose-btn.gold {
    right: 0px;
  }
  #commonpager ul.pagination {
    flex-wrap: wrap;
    justify-content: center;
  }
  #commonpager .page-item {
    margin: 0.2rem;
  }
  .ar .header .container .menu-container {
    right: calc(91%);
  }
  .ar .modal.modal-action .modal-dialog .modal-content .modal-header {
    padding: 0px 30px 25px 30px;
  }
  .ar .modal.modal-action .modal-dialog .modal-content .modal-body {
    padding: 0px 30px;
  }
  .ar .dashboard .membership-card .main .not-member {
    left: calc(29%);
    top: calc(40%);
  }
  .ar .dashboard .membership-card .main .not-member p {
    font-size: 1.8571em;
  }
  .ar .modal-uploader .jFiler-input-inner .jFiler-input-text .jFiler-input-choose-btn i {
    top: 8px;
  }
  .ar .modal-uploader .jFiler-input-inner .jFiler-input-text .jFiler-input-choose-btn.gold {
    right: 0px;
  }
}
@media screen and (max-width: 499px) {
  .logged .user-tools {
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 5px;
    gap: 5px;
  }
  .logged .user-tools .inquiry {
    right: 0px;
  }
  .logged .user-tools .inquiry:after {
    content: none;
  }
  .logged .user-tools .notifications:after {
    content: none;
  }
  .logged .user-tools .logout {
    margin-left: 0px;
  }
  .logged .user-tools .logout:before {
    left: 7px;
  }
  .ar .logged .user-tools {
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 5px;
  }
  .ar .logged .user-tools .inquiry {
    right: 0px;
  }
  .ar .logged .user-tools .inquiry:after {
    content: none;
  }
  .ar .logged .user-tools .notifications:after {
    content: none;
  }
  .ar .logged .user-tools .logout {
    margin-left: 0px;
    margin-right: 0px;
  }
  .ar .logged .user-tools .logout:before {
    /*left: 7px;*/
  }
  .ar .logged .user-tools .logout:after {
    content: none;
  }
}
@media screen and (max-width: 430px) {
  .header .header-cont {
    gap: 10px;
  }
  .header .header-cont .logo a {
    width: 305px;
  }
  .header .container .menu-container {
    left: calc(90%);
  }
  .dashboard .membership-card {
    padding: 0px 0px;
  }
  .dashboard .membership-card .main .not-member {
    left: calc(14%);
    top: calc(40%);
  }
  .dashboard .membership-card .main .not-member p {
    font-size: 1.8571em;
  }
  .ar .header .container .menu-container {
    right: calc(90%);
  }
  .ar .dashboard .membership-card {
    padding: 0px 0px;
  }
  .ar .dashboard .membership-card .main .not-member {
    left: calc(24%);
    top: calc(40%);
  }
  .ar .dashboard .membership-card .main .not-member p {
    font-size: 1.8571em;
  }
}
@media screen and (max-width: 414px) {
  .filters-with-header .filters .pg-header,
  .borderd-container .filters .pg-header {
    padding: 15px 20px;
  }
  .filters-with-header .filters .pg-header h1,
  .borderd-container .filters .pg-header h1 {
    line-height: 1.5;
    width: 66%;
  }
  .filters-with-header .filters .header-btn,
  .borderd-container .filters .header-btn {
    margin-left: 10px;
  }
  .filters-with-header .filters .header-btn i,
  .borderd-container .filters .header-btn i {
    font-size: 20px;
    top: 0;
  }
  .system-menu-container .systemmenu ul li {
    width: 49%;
    text-align: center;
  }
  .alert .row {
    flex-direction: column-reverse;
  }
  .alert .icon-container {
    background-position: center;
  }
  .alert .alert-content .sub-title-base {
    font-size: 1.2em;
    text-align: center;
  }
  .alert .alert-content .msg-wrapper {
    font-size: .95em;
    text-align: center;
  }
  .dropdown .dropdown-menu.serviceapplication.show {
    width: 100vw;
  }
  .dropdown .dropdown-menu.serviceapplication .dropdown-item {
    white-space: normal;
  }
  .actions-buttons {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .actions-buttons .form-completion {
    text-align: center;
  }
  .actions-buttons .form-completion .row {
    padding: 0 15px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .actions-buttons .btn-action {
    margin: 5px 0 !important;
  }
  .actions-buttons .btn {
    margin: 0 0 10px 0;
  }
  .form-completion .form-data-block {
    padding: 15px 0;
    min-height: initial;
  }
  .form-completion .form-data-block .form-data {
    position: static;
    border: none;
    padding: 0;
    transform: none;
  }
  .form-message.innvoice .app-number-date {
    padding: 10px;
  }
  .form-message.innvoice ul {
    width: 100%;
    margin: 20px 0 10px 0;
    padding: 0;
  }
  .form-message.innvoice ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-message.innvoice ul li a {
    display: block;
    width: 100%;
  }
  .notification-details .date-time {
    position: relative;
    right: auto;
  }
  .notification-details .notification-details-message .message-details .details {
    display: block;
    margin: 0;
  }
  .notification-details .notification-details-message .message-details .details .field-details {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .borderd-container .main-content {
    padding: 0 15px 15px 15px;
  }
  .application-workflow-status .workflow-history-inner .history li {
    padding: 15px 0;
  }
  .application-workflow-status .workflow-history-inner .history li .actor-item .info-container {
    margin-left: 30px;
    width: 72%;
  }
  .application-workflow-status .workflow-history-inner .history li .actor-item .message-info {
    width: 100%;
    padding: 20px;
  }
  .application-workflow-status .workflow-history-inner .history li .actor-item .date-time {
    width: 16%;
  }
  .application-workflow-status .status-container .row {
    flex-direction: column-reverse;
    align-items: center;
  }
  .application-workflow-status .status-container .row .flex-list {
    width: 100%;
    max-width: 100%;
  }
  .application-workflow-status .status-container .row .flex-list li {
    width: 100%;
  }
  .application-workflow-status .status-container .row .workflow-percentages {
    width: 80%;
    max-width: 80%;
    margin: 0 0 30px 0;
  }
  .application-workflow-status .form-container .form-title {
    padding-top: 65px;
  }
  .application-workflow-status .form-container .form-title .view-workflow-history {
    position: absolute;
    right: 10px;
    top: 16px;
  }
  .application-workflow-status .form-container .form-title .refNo {
    position: absolute;
    left: 10px;
    top: 16px;
  }
  .application-options ul li {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .form-message img {
    max-width: 100%;
  }
  .form-message div.bold span,
  .form-message div.reg span {
    width: 100%;
  }
  .my-applications .data-list .list-body .item-container .details .description {
    font-size: 1.385em;
    padding-left: 50px;
  }
  .my-applications .data-list .list-body .item-container .details .description:before {
    font-size: 40px;
  }
  .workflow-percentages {
    position: static !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    width: 50%;
  }
  .workflow-percentages .percentages-info {
    padding: 108px 0 0 60px;
  }
  .workflow-percentages .percentages {
    position: relative;
  }
  .workflow-percentages .percentages .workflow-circliful {
    display: inline-block;
    position: absolute;
  }
  .workflow-percentages .percentages .workflow-circliful.process {
    width: 120px;
    top: 0;
  }
  .workflow-percentages .percentages .workflow-circliful.completion {
    width: 80px;
    top: 20.5px;
    right: 19.5px;
  }
  .workflow-percentages .percentages .workflow-circliful text {
    display: none !important;
  }
  .duration {
    transform: none !important;
    right: unset !important;
    top: unset !important;
    position: relative !important;
    margin: 28px 20px 0 20px;
  }
  .c100 .slice {
    position: relative;
  }
  .c100 .time {
    position: static;
    text-align: left !important;
    width: 140px !important;
    font-size: 0.16em !important;
    font-weight: 700 !important;
  }
  .chart-box .box-body .total-count-container {
    top: -100px;
  }
  .box.fix-height .box-body {
    height: 280px;
    max-height: 280px;
  }
  .task-list .data-list {
    padding: 10px !important;
  }
  .task-list .data-list .list-items .item-container {
    padding: 15px;
  }
  .task-list .data-list .list-items .item-container .item-actions {
    display: none;
  }
  .legend-container {
    position: static;
  }
  .legend-container ul {
    display: flex;
    flex-wrap: wrap;
  }
  .legend-container ul li {
    display: block;
    margin-bottom: 15px;
    flex-basis: 50%;
    /*a {
                    .chart-label-container {
                        .chart-legend-label-count {
                            display: inline-block;
                        }

                        .chart-legend-label-text {
                            display: inline-block;
                            margin: 0 13px;
                        }
                    }
                }*/
  }
  .application-workflow ul.step-7 li {
    height: 28.86px;
  }
  .application-workflow ul.step-6 li {
    height: 37px;
  }
  .certificate-list .certificate-item {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }
  .factories .data-list .list-body .item-container {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #latestRequests .table-list table {
    width: 100%;
    display: block;
  }
  #latestRequests .table-list table thead {
    width: 100%;
    display: none;
  }
  #latestRequests .table-list table tbody {
    width: 100%;
    display: block;
  }
  #latestRequests .table-list table tbody tr {
    width: 100%;
    display: block;
  }
  #latestRequests .table-list table tbody tr td {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 110px;
  }
  #latestRequests .table-list table tbody tr td.has-icon i {
    display: none;
  }
  #latestRequests .table-list table tbody tr td:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-weight: 700;
  }
  #latestRequests .table-list table tbody tr td:nth-child(1):before {
    content: 'Reference No : ';
  }
  #latestRequests .table-list table tbody tr td:nth-child(2):before {
    content: 'Created By : ';
  }
  #latestRequests .table-list table tbody tr td:nth-child(3):before {
    content: 'Service : ';
  }
  #latestRequests .table-list table tbody tr td:nth-child(4):before {
    content: 'Date : ';
  }
  #latestRequests .table-list table tbody tr td:nth-child(5):before {
    content: 'Status : ';
  }
  #latestRequests .table-list table tbody tr td:nth-child(6):before {
    content: 'Take Action : ';
  }
  #latestRequests .table-list table tbody tr td:nth-child(7):before {
    content: 'Percentage : ';
  }
  .stats-tbl {
    border: none;
    /*thead {
            display: none;
        }

        tr {
            display: block;
            widows: 100%;
            margin-bottom: 20px;
            border: 1px solid #dee2e6;
            border-radius: 10px;

            td {
                display: block;
                border: none;
                text-align: left !important;
                padding: 4px 10px;

                .cell-title {
                    display: inline-block;
                    color: @primary-color;
                    padding: 0 10px;
                    vertical-align: top;
                }
            }
        }*/
  }
  .stats-tbl .list-body {
    display: block;
  }
  .stats-tbl .duration {
    display: inline-block;
    margin: auto;
    width: auto;
  }
  .stats-tbl .main-title,
  .stats-tbl .app-info {
    padding: 0;
  }
  .stats-tbl table {
    width: 100%;
    display: block;
  }
  .stats-tbl table thead {
    width: 100%;
    display: none;
  }
  .stats-tbl table tbody {
    width: 100%;
    display: block;
  }
  .stats-tbl table tbody tr {
    width: 100%;
    display: block;
  }
  .stats-tbl table tbody tr td {
    width: 100%;
    display: block;
    position: relative;
    /*padding-left: 110px;*/
    text-align: left !important;
  }
  .stats-tbl table tbody tr td.has-icon i {
    display: none;
  }
  .stats-tbl table tbody tr td:before {
    content: '';
    /*position: absolute;
                            left: 10px;
                            top: 50%;
                            transform: translateY(-50%);*/
    font-weight: 700;
    display: inline-block;
  }
  .stats-tbl table tbody tr td:nth-child(1):before {
    content: 'Application Info : ';
  }
  .stats-tbl table tbody tr td:nth-child(2):before {
    content: 'Received Date : ';
  }
  .stats-tbl table tbody tr td:nth-child(3):before {
    content: 'Completion Date : ';
  }
  .stats-tbl table tbody tr td:nth-child(4):before {
    content: 'Application Duration : ';
  }
  .jFiler-input-text h4 span {
    width: 85%;
    line-height: 1.5;
  }
  .jFiler-items .jFiler-items-grid .jFiler-item {
    width: 100%;
  }
  .jFiler-items ul.jlist-inline.pull-right {
    transform: translate(50%, -37%);
  }
  .form-horizontal .form-group {
    padding: 0;
    margin: 15px 0;
  }
  .form-horizontal .form-group .col-sm-6,
  .form-horizontal .form-group .col-sm-12,
  .form-horizontal .form-group .col-md-12,
  .form-horizontal .form-group .col-md-6 {
    padding: 0;
    margin: 0 0 15px 0;
  }
  .form-horizontal .form-group .col-sm-6:last-child,
  .form-horizontal .form-group .col-sm-12:last-child,
  .form-horizontal .form-group .col-md-12:last-child,
  .form-horizontal .form-group .col-md-6:last-child {
    margin: 0;
  }
  .form-horizontal .form-container .form-title {
    padding: 25px 30px 25px 50px;
    font-size: 1.4em;
  }
  .form-horizontal .form-container .form-title:before {
    font-size: 25px;
  }
  .form-horizontal .form-container .form-title .service-title {
    max-width: 100%;
  }
  .form-horizontal .action-msg {
    display: block;
    position: relative;
    text-align: left;
  }
  .borderd-panel .form-group {
    padding: 0 15px;
    margin: 15px 0;
  }
  .borderd-panel .form-group .actions-buttons {
    padding: 0;
  }
  .borderd-panel .form-group .col-md-6 {
    padding: 0;
    margin: 0 0 15px 0;
  }
  .borderd-panel .form-group .col-md-6:last-child {
    margin: 0;
  }
  .borderd-panel .form-group .jFiler-input-dragDrop {
    float: none;
    text-align: center;
    margin: 20px 0;
  }
  .borderd-panel .form-group .jFiler-input-text .jFiler-input-choose-btn i:before {
    transform: translateY(-70%);
  }
  .profile-page .jFiler-items .jFiler-items-grid .jFiler-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .application-status {
    display: table;
  }
  .app-license-status {
    margin: 10px 0;
    padding: 0 0 0 20px;
  }
  .license .license-main-data {
    padding: 15px;
  }
  .license .license-main-data div {
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }
  .license .license-main-data div label {
    font-size: 1.1em;
  }
  .license .license-main-data div span {
    font-size: 1em;
  }
  .license .license-container {
    padding: 0 15px;
  }
  .license .license-container .license-section:nth-child(even):before {
    right: -15px;
    left: -15px;
  }
  .license .license-container .license-section .col-4 {
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 15px;
  }
  .license .license-container .license-section .col-4:nth-child(even) {
    padding: 0;
  }
  .license .form-container .form-title .license-status-info {
    right: 0;
    top: 0;
    transform: none;
    padding: 10px 10px 10px 30px;
  }
  .license .form-container .form-title .license-print {
    right: 15px;
    top: 50%;
  }
  .notification-details .notification-details-message .message-details .details .field-details .info.comments {
    padding: 3%;
    display: block;
    margin: 5px 0 0 0;
    border-radius: 5px;
  }
  .footer .container .footer-top .newsletter-signup .program-apps ul li {
    margin: 0 15px;
  }
  .with-header .user-login-info ul.user-login-options {
    right: 0;
  }
  .dashboard .services-block .service-items-most-used-block ul li,
  .dashboard .services-block .service-items-favorite-block ul li,
  .dashboard .services-block .service-items-all-block ul li {
    width: 48%;
  }
  .form-horizontal .form-container .locator .location-data {
    padding: 0 20px 0 20px !important;
    width: 100%;
    top: 70px;
  }
  .form-horizontal .form-container .factory {
    display: none;
  }
  .header .header-cont {
    gap: 10px;
  }
  .header .header-cont .logo a {
    width: 290px;
  }
  .header .container .menu-container {
    left: calc(89%);
  }
  /*---------------------------- Arabic --------------------------*/
  .ar .with-header .user-login-info ul.user-login-options {
    right: auto;
    left: 0;
  }
  .ar .form-horizontal .form-container .form-title {
    padding: 25px 50px 25px 30px;
  }
  .ar .form-horizontal .action-msg {
    text-align: right;
  }
  .ar .workflow-percentages .percentages-info {
    padding: 108px 60px 0 0;
  }
  .ar .duration {
    margin: 28px 20px 0 20px;
  }
  .ar .my-applications .data-list .list-body .item-container .details .description {
    padding-left: 0;
    padding-right: 50px;
  }
  .ar .filters-with-header .filters .header-btn,
  .ar .borderd-container .filters .header-btn {
    margin-right: 10px;
    margin-left: 0;
  }
  .ar .license .license-container .license-section .col-4 {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 0;
  }
  .ar .license .license-container .license-section .col-4:nth-child(even) {
    padding: 0;
  }
  .ar .license .license-container .license-section:nth-child(even):before {
    right: -15px;
    left: -15px;
  }
  .ar .license .form-container .form-title .license-status-info {
    right: auto;
    left: 0;
    top: 0;
    transform: none;
    padding: 10px 30px 10px 10px;
  }
  .ar .license .form-container .form-title .license-print {
    left: 15px;
    right: auto;
    top: 50%;
  }
  .ar .borderd-panel .form-group {
    padding: 0 15px;
    margin: 15px 0;
  }
  .ar .borderd-panel .form-group .actions-buttons {
    padding: 0;
  }
  .ar .borderd-panel .form-group .col-md-6 {
    padding: 0;
  }
  .ar .borderd-panel .form-group .jFiler-input-dragDrop {
    float: none;
    text-align: center;
    margin: 20px 0;
  }
  .ar .borderd-panel .form-group .jFiler-input-text .jFiler-input-choose-btn i:before {
    transform: translateY(-70%);
  }
  .ar .jFiler-items ul.jlist-inline.pull-right {
    transform: translate(-15px, 0px);
  }
  .ar .jFiler-items-grid .jFiler-item .jFiler-item-container {
    margin: 5px 0 0 0;
  }
  .ar .factories .data-list .list-body .item-container {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .ar .certificate-list .certificate-item {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }
  .ar .sort-filters .sort-block {
    text-align: justify;
    width: 100%;
  }
  .ar .actions-buttons {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .ar .actions-buttons .form-completion {
    text-align: center;
  }
  .ar .actions-buttons .form-completion .row {
    padding: 0 15px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .ar .actions-buttons .btn-action {
    margin: 5px 0 !important;
  }
  .ar .actions-buttons .btn {
    margin: 0 0 10px 0 !important;
  }
  .ar .application-workflow-status .form-container .form-title .view-workflow-history {
    left: 10px;
    right: auto;
  }
  .ar .application-workflow-status .form-container .form-title .refNo {
    right: 10px;
    left: auto;
  }
  .ar .application-workflow-status .form-container .form-title {
    padding-top: 65px;
  }
  .ar .with-header .pg-header ul.header-options {
    position: static;
    transform: none;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
  }
  .ar .with-header .pg-header ul.header-options li {
    margin: 10px 0;
  }
  .ar .with-header .pg-header ul.header-options li a {
    /*padding-right: 35px;
                                padding-left: 0;*/
  }
  .ar .with-header .pg-header ul.header-options li a:before {
    right: 0;
    left: auto;
  }
  .ar .with-header .pg-header ul.header-options li.menu {
    left: 0;
    right: auto;
  }
  .ar .my-applications .data-list .list-body .item-container {
    /*.time {
                            margin: 10px 244px 0px auto;
                        }*/
  }
  .ar #latestRequests .table-list table {
    width: 100%;
    display: block;
  }
  .ar #latestRequests .table-list table thead {
    display: none;
  }
  .ar #latestRequests .table-list table tbody {
    width: 100%;
    display: block;
  }
  .ar #latestRequests .table-list table tbody tr {
    width: 100%;
    display: block;
  }
  .ar #latestRequests .table-list table tbody tr td {
    width: 100%;
    display: block;
    position: relative;
    padding-right: 110px;
    padding-left: 0;
  }
  .ar #latestRequests .table-list table tbody tr td:before {
    right: 10px;
    left: auto;
  }
  .ar #latestRequests .table-list table tbody tr td:nth-child(1):before {
    content: 'رقم الطلب : ';
  }
  .ar #latestRequests .table-list table tbody tr td:nth-child(2):before {
    content: 'أضيف بواسطة : ';
  }
  .ar #latestRequests .table-list table tbody tr td:nth-child(3):before {
    content: 'الخدمة : ';
  }
  .ar #latestRequests .table-list table tbody tr td:nth-child(4):before {
    content: 'التاريخ : ';
  }
  .ar #latestRequests .table-list table tbody tr td:nth-child(5):before {
    content: 'الحالة : ';
  }
  .ar #latestRequests .table-list table tbody tr td:nth-child(6):before {
    content: ' عرض الطلب : ';
  }
  .ar #latestRequests .table-list table tbody tr td:nth-child(7):before {
    content: 'النسبة : ';
  }
  .ar .stats-tbl {
    border: none;
    /*thead {
            display: none;
        }

        tr {
            display: block;
            widows: 100%;
            margin-bottom: 20px;
            border: 1px solid #dee2e6;
            border-radius: 10px;

            td {
                display: block;
                border: none;
                text-align: left !important;
                padding: 4px 10px;

                .cell-title {
                    display: inline-block;
                    color: @primary-color;
                    padding: 0 10px;
                    vertical-align: top;
                }
            }
        }*/
  }
  .ar .stats-tbl .list-body {
    display: block;
  }
  .ar .stats-tbl .duration {
    display: inline-block;
    margin: auto;
    width: auto;
  }
  .ar .stats-tbl .main-title,
  .ar .stats-tbl .app-info {
    padding: 0;
  }
  .ar .stats-tbl table {
    width: 100%;
    display: block;
  }
  .ar .stats-tbl table thead {
    width: 100%;
    display: none;
  }
  .ar .stats-tbl table tbody {
    width: 100%;
    display: block;
  }
  .ar .stats-tbl table tbody tr {
    width: 100%;
    display: block;
  }
  .ar .stats-tbl table tbody tr td {
    width: 100%;
    display: block;
    position: relative;
    text-align: right !important;
  }
  .ar .stats-tbl table tbody tr td.has-icon i {
    display: none;
  }
  .ar .stats-tbl table tbody tr td:before {
    content: '';
    font-weight: 700;
    display: inline-block;
  }
  .ar .stats-tbl table tbody tr td:nth-child(1):before {
    content: 'بيانات الطلب : ';
  }
  .ar .stats-tbl table tbody tr td:nth-child(2):before {
    content: 'تاريخ الإستلام : ';
  }
  .ar .stats-tbl table tbody tr td:nth-child(3):before {
    content: 'تاريخ الإنجاز : ';
  }
  .ar .stats-tbl table tbody tr td:nth-child(4):before {
    content: 'مدة الطلب : ';
  }
  .ar .app-license-status {
    margin: 10px 0;
    padding: 0 20px 0 0;
  }
  .ar .c100 .time {
    text-align: right !important;
  }
  .ar .header .container .menu-container {
    right: calc(89%);
  }
}
@media screen and (max-width: 390px) {
  .header .header-cont {
    gap: 10px;
  }
  .header .header-cont .logo a {
    width: 275px;
  }
  .dashboard .membership-card {
    padding: 0px 0px;
  }
  .dashboard .membership-card .main .not-member {
    left: calc(10%);
    top: calc(40%);
  }
  .dashboard .membership-card .main .not-member p {
    font-size: 1.8571em;
  }
  .ar .dashboard .membership-card {
    padding: 0px 0px;
  }
  .ar .dashboard .membership-card .main .not-member {
    left: calc(22%);
    top: calc(40%);
  }
  .ar .dashboard .membership-card .main .not-member p {
    font-size: 1.8571em;
  }
}
@media screen and (max-width: 375px) {
  .sort-filters .sort-block .sort-filter {
    margin: 0px 10px !important;
  }
  .header .header-cont {
    gap: 10px;
  }
  .header .header-cont .logo a {
    width: 260px;
  }
  .header .container .menu-container {
    left: calc(88%);
  }
  .dashboard .membership-card {
    padding: 0px 0px;
  }
  .dashboard .membership-card .main .not-member {
    left: calc(8%);
    top: calc(40%);
  }
  .dashboard .membership-card .main .not-member p {
    font-size: 1.8571em;
  }
  .ar .header .container .menu-container {
    right: calc(88%);
  }
  .ar .dashboard .membership-card {
    padding: 0px 0px;
  }
  .ar .dashboard .membership-card .main .not-member {
    left: calc(22%);
    top: calc(40%);
  }
  .ar .dashboard .membership-card .main .not-member p {
    font-size: 1.8571em;
  }
  /*.my-applications .data-list .list-body .item-container .duration {
        position: static;
        margin: 20px auto 0 205px;
    }

    .ar {
        .my-applications .data-list .list-body .item-container .duration {
            margin: 10px 205px 0 auto;
        }
    }*/
}
@media screen and (max-width: 360px) {
  .header .header-cont {
    gap: 10px;
  }
  .header .header-cont .logo a {
    width: 250px;
  }
  .dashboard .membership-card {
    padding: 0px 0px;
  }
  .dashboard .membership-card .main .not-member {
    left: calc(7%);
    top: calc(40%);
  }
  .dashboard .membership-card .main .not-member p {
    font-size: 1.8571em;
  }
  .ar .header .header-cont {
    gap: 10px;
  }
  .ar .header .header-cont .logo a {
    width: 250px;
  }
  .ar .dashboard .membership-card {
    padding: 0px 0px;
  }
  .ar .dashboard .membership-card .main .not-member {
    left: calc(18%);
    top: calc(40%);
  }
  .ar .dashboard .membership-card .main .not-member p {
    font-size: 1.8571em;
  }
}
@media (max-width: 767.98px) {
  .home-alert .message-container .message {
    display: block;
    -webkit-box-orient: initial;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
  }
}
