.h-min-content {
  min-height: 15vw;
}

/* .navbar-custom {
  top: 0;
}

.navbar-custom {
  background-color: #081157;
} */

.card-box {
  /* background-color: #fcfdff; */
}

/* #sidebar-menu>ul>li>a.active {
  color: #081157;
  background-color: #fcfdff;
}

#sidebar-menu>ul>li>ul>li>a.active {
  color: #081157;
  background-color: #fcfdff;
} */

.page-title-box .page-title {
  color: #081157;
  font-weight: 600;
}

.card-box.in {
  background-color: #f5f5f5;
}

.card-box.white {
  background-color: #fff;
}


.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}



.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 0;
  margin: 2px 0 0;
  font-size: 12px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default {
  color: #6c74a7;
  background-color: #fff;
  border-color: #ccc;
}

.btn .caret {
  margin-left: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

li a label.checkbox input[type=checkbox] {
  cursor: pointer;
  opacity: unset;
  z-index: 1;
  outline: 0 !important;
}

.btn-group {
  width: 100%;
}

.card-box .accordion .collapse-icon {
  float: right;
  color: #081157;
}

.card-box .accordion .collapsed+.fa-minus:before {
  /* symbol for "collapsed" panels */
  content: "\f067";
}

.card-box .accordion button+.fa-minus:before {
  content: "\f068";
}

.flatpickr-calendar.open {
  z-index: 1;
}

.btn-primary {
  background-color: #081157 !important;
  border-color: #081157 !important;
}

.country-flag {
  width: 21px;
}

.country-flag-sm {
  width: 13px;
}

.amchart-graphs {
  width: 100%;
  height: 80vh;
}

.enlarged .left-side-menu {
  position: fixed;
}

.overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ebebeb!important;
  opacity: 0.7;
  z-index: 2;
  cursor: pointer;
  margin: 0 12px;
}

.overlay#paymentReportsSearchOverlay {
  top: 70px;
  left: 11px;
  right: 11px;
  bottom: 24px;
}

.spinner {
  margin: auto;
  display: flex;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
}

.spinner-alt {
  font-size: 60px;
  font-weight: bold;
}

@media (max-width: 600px) {
  .spinner {
    top: 48% !important;
    left: 45% !important;
  }
}

.dropleft .nav {
  flex-wrap: nowrap;
}

.ribbon-box .ribbon-secondary {
  border-color: #6c757d;
}

.bg-whitesmoke {
  background-color: whitesmoke;
}

.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
}

.bg-danger {
  background-color: #dc3545 !important;
}

/*.bg-success {
  background-color: #34A835!important;
}*/

.modal-full-alt {
  width: 95%;
  max-width: none
}

.min-vh-50 {
  min-height: 50vh !important;
}

.min-hpx-100 {
  min-height: 100px !important;
}

.d-grid {
  display: grid !important;
}

/*primeNG datatable*/

body .p-inputtext, body .p-multiselect, body .p-calendar {
  width: 100%;
}

body .p-datatable .p-datatable-tbody>tr>td {
  overflow: hidden;
  text-align: center;
}

body .p-datatable .p-datatable-thead>tr>th {
  width: auto;
  /* white-space: break-spaces; */
  text-align: center;
  max-width: 350px;
}

.expandeScreenHide {
  display: none;
}

@media (max-width: 600px) {
  .expandeScreenHide {
    display: unset;
  }
}

.totalHide {
  display: none;
}

@media (max-width: 600px) {
  .totalHide {
    display: table-cell;
  }
}

/*.ui-multiselect-panel {
  z-index: 1 !important;
}*/

@media (max-width: 600px) {}

/*Bootstrap Multiselect*/

.multiselect-container>li>a>label.checkbox {
  margin: 0;
}

.multiselect-container>li>a.multiselect-all label {
  font-weight: 700;
}

.multiselect-container>li>a>label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
}

.multiselect-native-select {
  width: 100%;
}

.multiselect-container {
  width: 100%;
  z-index: 2;
}

.multiselect-clear-filter {
  height: 100%;
}

.multiselect-container>li>a>label>input[type=checkbox] {
  margin-bottom: 5px;
}

.multiselect-container .multiselect-reset .input-group {
  width: 100%;
}

.multiselect-container .radio input[type=radio] {
  opacity: unset;
}

.multiselect.btn-default {
  max-width: 100%;
}

.overflow-visible {
  overflow: visible !important;
}

.p-datatable-scrollable-header, .p-datatable-scrollable-footer {
  overflow: visible !important;
}

.p-datatable-scrollable-view {
  overflow: hidden !important;
}

#divChildDT .dtChild {
  width: 99% !important;
}

.p-datatable-scrollable-body {
  min-height: 100px;
}

@media (max-width: 920px) {
  /* #country-settings .p-datatable table, #tableDialog .p-datatable table, #dvOffersCaps .p-datatable table, #dtGrid .p-datatable table {
    width: auto !important;
  } */
  .p-datatable-wrapper table thead tr th:nth-child(3) {
    width: 4em;
  }
}

#dtGridAuto .p-datatable table {
  width: auto;
}

p-calendar table.p-datepicker-calendar {
  width: 100% !important;
}

.pb-11 {
  padding-bottom: 11em;
}

body.authentication-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

p-dropdown.pDropdown .p-dropdown {
  width: 100% !important;
  min-height: 33.33px;
}

.p-dropdown-panel .p-dropdown-items {
  margin: 0 !important;
}

.topCountry.img-fluid {
  max-width: 100%;
  height: 5vw;
}

@media (max-width: 575px) {
  .topCountry.img-fluid {
    height: 9vw;
  }
}

.h-8vw {
  height: 8vw;
}

.p-sidebar-active.p-sidebar-right {
  overflow-y: auto;
  width: 45rem;
}

.w-service {
  width: 30%;
}

@media (max-width: 575px) {
  .w-service {
    width: 10%;
  }
}

.touchUICalendar-scroll .ui-datepicker-touch-ui {
  height: 90%;
  overflow-y: auto;
}

#dtGridAuto .dtChild .p-datatable table {
  width: 100%;
}

.ui-tristatechkbox .ui-helper-hidden-accessible {
  width: 0 !important;
}

.zindex-5000 {
  z-index: 5000;
}

.ui-blockui.ui-widget-overlay {
  background-color: #cac8c8!important;
  opacity: 0.7;
  z-index: 9999;
}

.text-prewrap {
  white-space: pre-wrap;
}

g[aria-labelledby=id-66-title] {
  display: none !important
}

g[aria-labelledby=id-1147-title] {
  display: none !important
}

g[aria-labelledby=id-452-title] {
  display: none !important
}

g[aria-labelledby=id-255-title] {
  display: none !important
}

@media screen and (max-width: 64em) {
  .p-sidebar-right.ui-sidebar-lg {
    width: 100% !important;
  }
}

/*.ui-datepicker-touch-ui .ui-timepicker>div a {
  font-size: 1em!important;
}
.ui-datepicker-touch-ui.ui-datepicker th {
  padding: 1em 0!important;
}
.ui-datepicker-touch-ui.ui-datepicker td>span, .ui-datepicker-touch-ui.ui-datepicker td>a {
  padding: 1em 0!important;
}*/

.font-12 {
  font-size: 12px !important;
}

.font-10 {
  font-size: 10px !important;
}

#slide {
  position: absolute;
  bottom: -100px;
  background: white;
  opacity: 0.3;
  transition: all .3s ease 0s;
  left: 0;
  height: 0;
  width: 100%;
}

.wrapper-app {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.radial-blue-lightest {
  background-image: radial-gradient(white, #444fa1);
}

.wrapper-app.open-slide #slide {
  opacity: 0.9;
  transition: all .3s ease 0s;
  bottom: 0;
  height: 100%;
}

.wrapper-app.ribbon-box .ribbon-two span {
  font-size: 11px;
}

.actions-opener i.reverseIco::before {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.text-success-lightest {
  color: #a4c639 !important;
}

.img-sm-fluid {
  max-width: 130px;
  height: auto;
}

.img-md-fluid {
  max-width: 160px;
  height: auto;
}

.ribbon-box.wrapper-app .ribbon-two {
  z-index: 0 !important;
}

.error-text-box {
  font-size: 7rem !important;
}

/*#region star rating*/

.star-ratings {
  background: url("../images/stars.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  margin: 0 auto;
}

.star-ratings-rating {
  background: url("../images/stars.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 21px;
  display: block;
}

/*#endregion star rating*/

/*#region back to top*/

.scroll {
  color: #fff;
  margin-top: 100px
}

#toTopBtn {
  position: fixed;
  bottom: 65px;
  right: 39px;
  z-index: 98;
  padding: 5px 15px;
  background-color: hsl(233, 83%, 19%, .8);
}

.js .cd-top--fade-out {
  opacity: .5
}

.js .cd-top--is-visible {
  visibility: visible;
  opacity: 1
}

.js .cd-top {
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
  position: fixed;
  bottom: 20px;
  bottom: var(--cd-back-to-top-margin);
  right: 20px;
  right: var(--cd-back-to-top-margin);
  display: inline-block;
  height: 40px;
  height: var(--cd-back-to-top-size);
  width: 40px;
  width: var(--cd-back-to-top-size);
  box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
  background-color: hsla(5, 76%, 62%, .8);
  background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8);
}

.height {
  height: 3000px
}

/*#endregion back to top*/

/*#region scroll bar*/

html::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #081157, #68adf7);
  border-radius: 30px;
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
}

html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

html::-webkit-scrollbar-track {
  background: linear-gradient(90deg, #201c29, #201c29 1px, #100e17 0, #100e17);
}

/*#endregion scroll bar*/

.lightbox-wrapper {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.ddl-textlabel {
  font-size: 12px;
  float: right;
  margin-top: 4px;
}

.ddl-image {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}

.p-datatable .ui-widget-overlay, .ui-dataview .ui-widget-overlay {
  background-color: #ebebeb!important;
}

.p-datatable-loading, .ui-dataview-loading {
  opacity: 0.7!important;
}

.p-datatable .p-datatable-loading-icon, .ui-dataview .ui-dataview-loading-icon {
  font-size: 3em!important;
  color: #081159;
}

body .p-datatable .p-datatable-tbody>tr>td {
  padding: 0.4em!important;
  max-width: 18vw;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden !important;
}

#advanced-search .p-accordion .p-accordion-header:not(.p-highlight):not(.ui-state-disabled) a {
  background-color: #081158!important;
  border: 1px solid #081158!important;
  color: #ffffff;
}

#advanced-search .p-accordion .p-accordion-header:not(.p-highlight):not(.ui-state-disabled):hover a {
  background-color: #081158!important;
  border: 1px solid #081158!important;
  color: #ffffff;
}

#advanced-search .p-accordion .p-accordion-header:not(.ui-state-disabled).p-highlight a {
  background-color: #081158!important;
  border: 1px solid #081158!important;
  color: #ffffff;
}

#advanced-search .p-accordion .p-accordion-header:not(.ui-state-disabled).p-highlight:hover a {
  border: 1px solid #081158!important;
  background-color: #081158!important;
  color: #ffffff!important;
}

#advanced-search .p-accordion .p-accordion-header:not(.p-highlight):not(.ui-state-disabled) a .p-accordion-toggle-icon {
  color: #ffffff!important;
}

#advanced-search .p-accordion .p-accordion-header:not(.p-highlight):not(.ui-state-disabled):hover a .p-accordion-toggle-icon {
  color: #ffffff!important;
}

#advanced-search .p-accordion .p-accordion-header a:focus {
  box-shadow: 0 0 0 0.2em #081158!important;
}

p-dropdown.pDropdown.border.border-danger div.p-dropdown {
  border-color: #f1556c !important;
}

p-chips.border.border-danger div.p-chips ul.p-inputtext {
  border-color: #f1556c !important;
}

.p-chips-input-token input {
  width: 18em!important;
}

.mark {
  background-color: #95daf6;
}

.simulatorPanels p-fileUpload .ui-messages {
  overflow-y: auto;
}

.simulatorPanels p-fileUpload .ui-fileupload-content {
  overflow-y: auto;
}

.notFoundPageBox {
  width: 100%;
}

.notFoundPagetext {
  font-family: arial;
  font-size: 151px;
}

.p-grid {
  margin-top: 0.5rem!important;
}

.grecaptcha-badge {
  display: none!important;
}

.cursor-pointer, .cursor-pointer label {
  cursor: pointer;
}

.p-tooltip{
  pointer-events: none;
}

.p-sidebar .p-sidebar-header + .p-sidebar-content {
  overflow: unset;
}
