﻿/*----------------------------------------------------

1. Global Area 
2. Header Section
=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,500,700|Roboto:100,300,400,500,700&display=swap");
/*=========
Color Code
===========*/
/*global area*/
/*----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  background: #f6f8fc;
  color: #2f3146;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  color: #fff;
  background-color: #7650e0;
}

::selection {
  color: #fff;
  background-color: #7650e0;
}

::-moz-selection {
  color: #fff;
  background-color: #7650e0;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  box-shadow: none;
}

.dark-version {
  background: #313131;
}
.dark-version .step-inner-content, .dark-version .wizard-content-1 .steps {
  background-image: linear-gradient(-90deg, #555858 0%, #565353 100%);
}
.dark-version .step-no, .dark-version .step-btn-icon-text .step-btn-text h2, .dark-version .step-btn-icon-text .step-btn-text span, .dark-version .wizard-inner-box .inner-title h2, .dark-version .wizard-inner-box .inner-title p, .dark-version .details-form-area .wizard-document-upload .custom-file .file-size-text {
  color: #ffffff;
}
.dark-version .details-form-area .gender-select h3 {
  color: #111;
}

p, label {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Poppins";
}

h2 {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.pt150 {
  padding-top: 150px;
}

.multisteps-form__panel[data-animation=scaleOut] {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.multisteps-form__panel[data-animation=scaleOut].js-active {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.multisteps-form__panel[data-animation=slideHorz] {
  left: -50px;
}

.multisteps-form__panel[data-animation=slideHorz].js-active {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  -o-transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  left: 0;
}

.multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
}

.multisteps-form__panel[data-animation=slideVert].js-active {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  top: 0;
}

.multisteps-form__panel[data-animation=fadeIn].js-active {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.multisteps-form__panel[data-animation=scaleIn] {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.multisteps-form__panel[data-animation=scaleIn].js-active {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.actions {
  bottom: 0;
  position: relative;
  float: right;
  margin-bottom: 20px;
}
    .actions li {
        color: #fff;
        height: 74px;
        width: 210px;
        font-size: 24px;
        font-weight: 500;
        cursor: pointer;
        text-align: center;
        line-height: 74px;
        border-radius: 50px;
        display: inline-block;
        background-image: linear-gradient(-180deg, #062381 0%, #072ea5 50%, #05247f 100%);
    }
.actions li button {
  color: #fff !important;
  border: none;
  background-color: transparent;
}
.actions li button[type=submit] {
  width: 100%;
  padding: 0;
}
.actions li span {
  display: block;
  width: 100%;
}

/*---------------------------------------------------- */
/*Steps area*/
/*----------------------------------------------------*/
.wrapper {
  max-width: 1715px;
  margin: auto;
  padding: 90px 0;
}

.wizard-content-1 .steps {
    max-width: 384px;
    max-height: 932px;
    float: left;
    position: relative;
    border-radius: 30px;
    padding: 40px 40px 240px 40px;
    box-shadow: 0px 1px 29px 0px rgba(1, 1, 1, 0.1);
    background-image: linear-gradient(180deg, #9bc3fa 0%, #c8d8fa 40%, #8db7f8 80%);
}
    .wizard-content-1 .steps .bg-shape {
        top: -5px;
        left: -5px;
        z-index: -1;
        width: 95%;
        height: 95%;
        position: absolute;
        border-radius: 30px;
        transform: rotate(-1deg);
        background-color: #191366;
    }
.wizard-content-1 .steps li {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}
.wizard-content-1 .steps li.js-active.current .step-btn-icon-text:after {
 /* display: block;*/
}
.wizard-content-1 .steps li.js-active.current .step-btn-icon-text:before {
  /*width: 95px;*/
}
.wizard-content-1 .steps li.js-active.current .step-btn-icon-text .step-btn-icon:after {
  /*border: 5px solid #7650e0;
  display: block;*/
}
.wizard-content-1 .steps li.js-active.current .step-btn-icon-text .step-btn-text h2 {
  /*color: #7650e0;*/
}
.wizard-content-1 .steps li.js-active.current:last-child .step-btn-icon-text:after {
  display: none;
}

.step-btn-icon-text {
  position: relative;
}
.step-btn-icon-text > span {
  position: absolute;
  width: 45px;
  height: 45px;
  background: #eaeaea;
  border-radius: 100%;
  text-align: center;
  z-index: 11;
  line-height: 35px;
  font-weight: bold;
  top: -11px;
  border: 6px solid #fff;
}
.step-btn-icon-text:after {
  content: "";
  height: 25px;
  width: 2px;
  left: 60px;
  display: none;
  bottom: -74px;
  position: absolute;
  background-color: #7650e0;
}
.step-btn-icon-text:before {
  top: 62px;
  right: -115px;
  content: "";
  width: 0px;
  z-index: 2;
  height: 2px;
  position: absolute;
  background-color: #000;
}
.step-btn-icon-text .step-btn-icon {
  z-index: 1;
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
}
.step-btn-icon-text .step-btn-icon .fix-image {
  position: relative;
  left: -16px;
  top: -3px;
}
.step-btn-icon-text .step-btn-icon .fix-image-2 {
  position: relative;
  left: -16px;
  top: -8px;
}
/*.step-btn-icon-text .step-btn-icon:before {
  left: -9px;
  top: -3px;
  z-index: -1;
  content: "";
  height: 145px;
  width: 145px;
  border-radius: 100%;
  position: absolute;
  background: #e9e9e9;
}*/
.step-btn-icon-text .step-btn-icon:after {
  width: 145px;
  height: 145px;
  content: "";
  position: absolute;
  left: -9px;
  top: -4px;
  border-radius: 100%;
  z-index: -1;
}
.step-btn-icon-text .step-btn-text {
  padding-top: 35px;
}
.step-btn-icon-text .step-btn-text h2 {
  font-size: 20px;
  font-weight: 900;
  color: #1a1a1a;
}

.step-btn-text.logout h2 {
    color: red;
}

.step-btn-icon-text .step-btn-text span {
  font-size: 12px;
  font-family: "Poppins";
}

.moreitems .wizard-content-1 .steps {
  max-height: none;
  padding-bottom: 40px;
}
.moreitems .wizard-content-1 .wizard-progress {
  left: auto;
  bottom: inherit;
  top: -90px;
}

/* ==========================================================================
   multistep css
   ========================================================================== */
.multisteps-form__progress {
    padding-top: 60px;
    height: 100%;
}

.multisteps-form__panel {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  overflow: hidden;
  height: 0;
}
.multisteps-form__panel.js-active {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  height: auto;
}
.multisteps-form__panel[data-animation=scaleOut] {
  transform: scale(1.1);
}
.multisteps-form__panel[data-animation=scaleOut].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}
.multisteps-form__panel[data-animation=slideHorz] {
  left: -50px;
}
.multisteps-form__panel[data-animation=slideHorz].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}
.multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
}
.multisteps-form__panel[data-animation=slideVert].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}
.multisteps-form__panel[data-animation=fadeIn].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation=scaleIn] {
  transform: scale(0.9);
}
.multisteps-form__panel[data-animation=scaleIn].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

/*---------------------------------------------------- */
/*inner area*/
/*----------------------------------------------------*/
.wizard-progress {
  left: -46%;
  width: 280px;
  bottom: -120px;
  z-index: 3;
  position: absolute;
}
.wizard-progress span {
  color: #2f3146;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.wizard-progress .progress {
  border-radius: 30px;
  height: 23px;
}
.wizard-progress .progress .progress-bar {
  background-color: #7650e0;
  border-radius: 30px;
}

.form-step-2 .wizard-progress {
  bottom: 32%;
}

.form-step-3 .wizard-progress {
  bottom: 0px;
}

.bottom-vector {
  left: -110px;
  bottom: -170px;
}

.step-inner-content {
    width: 100%;
    float: right;
    margin-left: 30px;
    max-width: 1292px;
    border-radius: 30px;
    padding: 120px 120px 80px;
    box-shadow: 0px 1px 51px 0px rgba(1, 1, 1, 0.06);
    background-image: linear-gradient(-180deg, #92cbff 0%, #c8e5ff 40%, #88b9ff 80%);
}
    .step-inner-content .bg-shape {
        bottom: -4px;
        right: -10px;
        z-index: -1;
        width: 95%;
        height: 95%;
        position: absolute;
        border-radius: 30px;
        transform: rotate(1deg);
        background-color: #191366;
    }

.step-no {
  top: -95px;
  right: -85px;
  color: #2f3146;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins";
}

.wizard-inner-box .inner-title h2 {
    color: white;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}
.wizard-inner-box .inner-title p {
  color: #5f5f63;
  font-size: 20px;
}


.wizard-inner-box .need-job-slide {
  margin: 0 auto;
  max-width: 1000px;
  padding: 80px 0px 115px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.wizard-inner-box .need-job-slide .owl-nav .owl-next,
.wizard-inner-box .need-job-slide .owl-nav .owl-prev {
  top: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: #e9e9e9;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}
.wizard-inner-box .need-job-slide .owl-nav .owl-next:hover,
.wizard-inner-box .need-job-slide .owl-nav .owl-prev:hover {
  color: #fff;
  background-color: #7650e0;
}
.wizard-inner-box .need-job-slide .owl-nav .owl-prev {
  left: -105px;
}
.wizard-inner-box .need-job-slide .owl-nav .owl-next {
  right: -105px;
}
.wizard-inner-box .need-job-icon-text {
  cursor: pointer;
  margin: 5px 5px;
}
.wizard-inner-box .need-job-icon-text .j-checkbox {
  display: none;
}
.wizard-inner-box .need-job-icon-text .need-job-text-inner {
  width: 310px;
  max-height: inherit;
  height: 100%;
  background-color: #fff;
  display: block;
  padding-top: 40px;
  border-radius: 30px;
  position: relative;
  border: 2px solid #e9e9e9;
}
.wizard-inner-box .need-job-icon-text .need-job-text-inner .checkbox-circle-mark {
  position: absolute;
  top: 5px;
  right: 45px;
}
/*.wizard-inner-box .need-job-icon-text .need-job-text-inner .checkbox-circle-mark:before {
  content: "";
  width: 33px;
  height: 33px;
  border-radius: 100%;
  position: absolute;
  border: 2px solid #e9e9e9;
}*/
/*    .wizard-inner-box .need-job-icon-text .need-job-text-inner .checkbox-circle-mark:after {
        top: 4px;
        left: 4px;
        width: 25px;
        content: "";
        display: none;
        height: 25px;
        position: absolute;
        border-radius: 100%;
        background-color: #032480;
    }*/
.wizard-inner-box .need-job-icon-text .need-job-text-inner span {
  display: block;
}
.wizard-inner-box .need-job-icon-text .need-job-text-inner .need-job-icon {
  width: 153px;
  height: 153px;
  margin: 0 auto 25px;
  border-radius: 100%;
}
.need-job-icon {
    display: inline-block;
    position: relative;
}
.need-job-icon img {
    position: absolute;
    bottom: 0;
    left: 50%; 
    transform: translateX(-50%);
   
}
.wizard-inner-box .need-job-icon-text .need-job-text-inner .need-job-text .need-job-title {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins";
    max-height: 30px;
    height: 100%;
    display: inline-block;
}
.wizard-inner-box .need-job-icon-text .need-job-text-inner .need-job-text .need-job-text {
  font-size: 18px;
  color: #000000;
}
.wizard-inner-box .j-checkbox:checked ~ .need-job-text-inner {
    border: 2px solid #032480;
}
.wizard-inner-box .j-checkbox:checked ~ .need-job-text-inner .checkbox-circle-mark:after {
  display: block;
}
    .wizard-inner-box .j-checkbox:checked ~ .need-job-text-inner .checkbox-circle-mark:before {
        border: 2px solid #032480;
    }

.details-form-area {
  padding-top: 90px;
}
.details-form-area .select-option-area:after {
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  font-weight: 900;
  content: "\f0dd";
  line-height: 25px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: #f6f6f6;
  font-family: "Font Awesome 5 Free";
}
.details-form-area .date-of-birth:after {
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  color: #898989;
  content: "\f073";
  font-weight: 900;
  text-align: center;
  line-height: 30px;
  position: absolute;
  border-radius: 100%;
  background-color: #f6f6f6;
  font-family: "Font Awesome 5 Free";
}
.details-form-area .gender-select {
  height: 182px !important;
}
.details-form-area .gender-select h3 {
  color: #5f5f63;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  padding: 35px 0px 20px;
}
.details-form-area .gender-select label {
  padding-left: 40px;
}
.details-form-area .gender-select label input {
  top: 10px;
  width: 35px;
  height: 35px;
  position: relative;
  color: #7650e0;
  border-radius: 100%;
  box-shadow: 0px 1px 29px 0px rgba(1, 1, 1, 0.09);
}
.details-form-area .gender-select label span {
  color: #5f5f63;
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
}
.details-form-area .add-textarea {
  width: 100%;
  height: 175px !important;
}
.details-form-area .form-input-inner {
  height: 72px;
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0px 1px 29px 0px rgba(1, 1, 1, 0.09);
}
.details-form-area .form-input-inner input,
.details-form-area .form-input-inner select,
.details-form-area .form-input-inner textarea {
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 40px;
  border-radius: 5px;
  color: #b7b7b7;
}
.details-form-area .form-input-inner input::placeholder,
.details-form-area .form-input-inner select::placeholder,
.details-form-area .form-input-inner textarea::placeholder {
  color: #b7b7b7 !important;
  font-size: 14px;
}
.details-form-area .form-input-inner textarea {
  width: 100%;
  height: 175px;
  padding-top: 30px;
}
.details-form-area .form-input-inner select {
  -webkit-appearance: none;
}
.details-form-area .form-input-inner select option {
  color: #b7b7b7;
  font-size: 14px;
}
.details-form-area .form-input-inner .icon-bg {
  top: 20px;
  left: -17px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  position: absolute;
  border-radius: 100%;
  background-color: #e4e4e4;
}
.details-form-area .form-input-inner .icon-bg i {
  color: #686868;
  font-size: 14px;
}
.details-form-area .has-float-label label {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 14px;
  opacity: 1;
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  top: -12px;
  left: 36px;
  z-index: 3;
  border-radius: 5px;
  padding: 5px 10px;
  background: #7650e0;
  line-height: 1;
}
.details-form-area .has-float-label label.error {
  left: 50%;
}
.details-form-area .has-float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.details-form-area .has-float-label .form-control::-moz-placeholder {
  opacity: 1;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.details-form-area .has-float-label .form-control:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.details-form-area .has-float-label .form-control:-ms-input-placeholder:not(:focus) + * {
  font-size: 150%;
  opacity: 0;
  top: 0.3em;
  background: transparent;
}
.details-form-area .has-float-label .form-control::-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.details-form-area .has-float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #5756a2;
}
.details-form-area .has-float-label .form-control::-moz-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #5756a2;
}
.details-form-area .has-float-label .form-control:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  color: #5756a2;
}
.details-form-area .has-float-label .form-control::placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #5756a2;
}
.details-form-area .has-float-label .form-control:focus {
  border: 2px solid #7650e0;
}
.details-form-area .has-float-label .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.details-form-area .has-float-label .form-control:focus:-moz-placeholder {
  color: transparent;
}
.details-form-area .has-float-label .form-control:focus::-moz-placeholder {
  color: transparent;
}
.details-form-area .has-float-label .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.details-form-area .has-float-label .form-control:-moz-placeholder-shown:not(:focus) + * {
  font-size: 100%;
  opacity: 0;
  top: 0.3em;
  background: transparent;
}
.details-form-area .has-float-label .form-control:-ms-input-placeholder:not(:focus) + * {
  font-size: 100%;
  opacity: 0;
  top: 30px;
  left: 40px;
  visibility: hidden;
  background: transparent;
}
.details-form-area .has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  opacity: 0;
  top: 30px;
  left: 40px;
  visibility: hidden;
  background: transparent;
}
.details-form-area .has-float-label .form-control:focus .form-input-inner .icon-bg {
  background-color: #7650e0 !important;
}
.details-form-area .input-filed-innerbox {
  width: 100%;
  margin: 0px 15px;
}
.details-form-area .wizard-document-upload {
  width: 100%;
}
.details-form-area .wizard-document-upload .custom-file {
  float: right;
  height: 85px;
  width: 710px;
  margin-bottom: 120px;
}
.details-form-area .wizard-document-upload .custom-file .icon-bg {
  top: 0;
  z-index: 1;
  background-color: #7650e0;
}
.details-form-area .wizard-document-upload .custom-file .icon-bg i {
  color: #fff;
}
.details-form-area .wizard-document-upload .custom-file .custom-file-label {
  width: 100%;
  height: 100%;
  left: auto;
  border: none;
  color: #b7b7b7;
  line-height: 75px;
  padding-left: 40px;
  box-shadow: 0px 1px 29px 0px rgba(1, 1, 1, 0.09);
}
.details-form-area .wizard-document-upload .custom-file .custom-file-label:after {
  top: 7px;
  right: 7px;
  padding: 0;
  color: #fff;
  height: 72px;
  width: 165px;
  font-size: 20px;
  font-weight: 900;
  line-height: 72px;
  text-align: center;
  font-family: "Poppins";
  background-color: #7650e0;
}
.details-form-area .wizard-document-upload .custom-file .file-size-text {
  top: 60px;
  left: 30px;
  width: 100%;
  display: block;
  color: #413f3f;
  font-size: 15px;
  font-weight: 500;
}

.thank-content .thank-img {
  padding-bottom: 18px;
}
.thank-content .thank-text {
  padding-bottom: 25px;
}
.thank-content .thank-text h2 {
  color: #2f3146;
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 10px;
}
.thank-content .thank-text p {
  font-size: 20px;
}
.thank-content .thank-text p span {
  font-weight: 700;
  color: #7650e0;
}
.thank-content .thank-subscribe {
  margin: 0 auto;
  max-width: 545px;
  overflow: hidden;
  margin-bottom: 32px;
  border-radius: 50px;
  box-shadow: 0px 1px 29px 0px rgba(1, 1, 1, 0.09);
}
.thank-content .thank-subscribe input {
  height: 75px;
  width: 100%;
  border: none;
  padding-left: 40px;
}
.thank-content .thank-subscribe input::placeholder {
  color: #5f5f63;
}
.thank-content .thank-subscribe button {
  top: 10px;
  right: 10px;
  width: 55px;
  border: none;
  height: 55px;
  position: absolute;
  border-radius: 100%;
  background-color: #f0f0f0;
}
.thank-content .thank-subscribe button i {
  color: #1a1a1a;
  font-size: 20px;
}
.thank-content .thank-btn {
  color: #fff;
  height: 75px;
  width: 245px;
  margin: 0 auto;
  font-size: 20px;
  border-radius: 50px;
  font-weight: 900;
  line-height: 75px;
  background-color: #7650e0;
}
.thank-content .thank-btn a {
  width: 100%;
  display: block;
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (min-width: 1300.1px) {
  .pos-flex {
    display: flex;
  }
}
/**
 * min
 */
@media screen and (max-width: 1600px) {
  .wizard-progress {
    left: -58%;
  }

  .wrapper {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 1600px) {
  .wrapper {
    padding: 30px 0;
  }

  .wizard-inner-box .need-job-icon-text .need-job-text-inner {
    width: 260px;
  }

  .wizard-content-1 {
    padding: 30px;
  }

  .wizard-content-1 .steps {
    width: 345px;
  }

  .step-inner-content {
    max-width: 1040px;
  }
}
@media screen and (max-width: 1440px) {
  .wrapper {
    padding: 0px 0;
  }

  .step-no {
    right: 0px;
  }

  .wizard-content-1 {
    padding: 30px;
  }

  .wizard-content-1 .steps {
    padding: 30px;
  }

  .step-inner-content {
    max-width: 1000px;
  }

  .wizard-inner-box .inner-title h2 {
    font-size: 45px;
  }

  .wizard-progress {
    left: -40%;
    bottom: -120px;
  }

  .step-btn-icon-text .step-btn-text h2 {
    font-size: 16px;
  }

  .step-inner-content {
    padding: 120px 41px 80px;
  }

  .actions {
    z-index: 3;
  }

  .wizard-inner-box .need-job-slide .owl-nav .owl-prev {
    left: -30px;
  }

  .wizard-inner-box .need-job-slide .owl-nav .owl-next {
    right: -30px;
  }

  .actions li,
.thank-content .thank-btn {
    width: 160px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
  }

  .step-btn-icon-text:before {
    right: -90px;
  }

  .step-btn-icon-text:after {
    bottom: -55px;
  }
}
@media screen and (max-width: 1399px) {
  .wrapper {
    padding: 0;
  }

  .step-no {
    right: -3px;
    top: -95px;
  }

  .wizard-progress {
    left: -50%;
  }

  .step-inner-content {
    max-width: 875px;
  }

  .wizard-content-1 .steps li.js-active.current .step-btn-icon-text:before {
    /*width: 75px;*/
  }

  .step-btn-icon-text:before {
    right: -70px;
  }
}
@media screen and (max-width: 1300px) {
  .wrapper {
    transform: scale(1);
    padding: 10px 0;
  }

  .step-no {
    right: 0px;
    top: 10px;
  }

  .wizard-content-1 .steps {
    max-width: 100%;
    width: 100%;
    max-height: auto;
    padding-bottom: 20px;
  }

  .wizard-content-1 .steps .bg-shape,
.step-inner-content .bg-shape {
    display: none;
  }

  .wizard-content-1 .steps li {
    width: inherit;
    text-align: center;
    align-content: center;
  }

  .step-btn-icon-text:before,
.wizard-content-1 .steps li.js-active .step-btn-icon-text:after {
    display: none;
  }

  .multisteps-form__progress {
    display: flex;
    justify-content:space-around;
    padding-top: 0;
  }

    .step-btn-icon-text .step-btn-icon .fix-image{
        left: 0px;
        top: 0px;
    }

    .step-btn-icon-text .step-btn-icon {
        float: none !important;
    }

  .step-btn-icon-text .step-btn-icon {
    margin: 0px 10px;
  }

  .step-btn-icon-text .step-btn-text {
    padding-top: 20px;
  }

  .step-inner-content {
    max-width: 100%;
    margin-top: 50px;
    padding-top: 40px;
  }

  .wizard-inner-box .need-job-icon-text .need-job-text-inner {
    width: 310px;
  }

  .wizard-progress {
    position: static;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1070px) {
  .wizard-inner-box .need-job-icon-text .need-job-text-inner {
    width: 260px;
  }
}
@media screen and (max-width: 991px) {
  .wizard-inner-box .inner-title h2,
.thank-content .thank-text h2 {
    font-size: 40px;
  }

  .bottom-vector {
    display: none;
  }

  .details-form-area .wizard-document-upload .custom-file {
    width: 100%;
  }

  .step-btn-icon-text > span {
    display: none;
  }

  .need-job-slide .owl-item {
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  .step-btn-icon-text .step-btn-icon {
    display: none;
  }

  .step-btn-icon-text .step-btn-text {
    margin: 0px 10px;
  }

  .step-btn-icon-text .step-btn-text h2 {
    color: #000;
  }

  .js-active .step-btn-icon-text .step-btn-text h2 {
    color: #7650e0;
  }
}
@media screen and (max-width: 480px) {
  .step-btn-icon-text .step-btn-text {
    padding-top: 10px;
  }

  .wizard-content-1 .steps li {
    margin-bottom: 20px;
  }

  .step-inner-content {
    padding: 30px;
  }

  .wizard-inner-box .inner-title h2, .thank-content .thank-text h2 {
    font-size: 30px;
  }

  .wizard-inner-box .need-job-icon-text .need-job-text-inner {
    width: 270px;
  }

  .wizard-inner-box .need-job-slide .owl-nav {
    text-align: center;
    margin-top: 30px;
  }

  .wizard-inner-box .need-job-slide .owl-nav .owl-next,
.wizard-inner-box .need-job-slide .owl-nav .owl-prev {
    position: static;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    transform: translateY(0);
  }

  .wizard-inner-box .need-job-slide {
    padding: 50px 0px;
  }

  .wizard-inner-box .inner-title p {
    font-size: 16px;
  }

  .actions li, .thank-content .thank-btn {
    height: 50px;
    width: 120px;
    line-height: 50px;
  }

  .details-form-area .gender-select label {
    padding-left: 15px;
  }

  .details-form-area .wizard-document-upload .custom-file .custom-file-label:after {
    width: 100px;
  }

  .step-no {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .wizard-content-1 {
    padding: 0px;
  }

  .step-inner-content {
    padding: 15px;
  }
}
/*---------------------------------------------------- */
/*---------------------------------------------------- */


/*New style*/

/*#btn-next:hover {
    background-color: transparent;
}*/

.actions li .btn{
    outline: none;
}

.actions li .btn:hover {
    background-color: transparent;
    border: none;
    outline: none;
}

#btn-next:focus {
    border: none;
    outline: none;
}

/*==============================================================
                            Report
==============================================================*/
/*EditReport*/
.report-item {
    text-align: left;
    margin: 10px;
    
}

.report-item-button{
    text-align: center;
}

.report-item-button button {
    margin: 5px;
    width: 75px;
}

/*PopipEditReport*/
.popup-edit-report{
    display: flex;
    margin-top: 10px;
    align-items: baseline;
    max-width: 500px;
    width: 100%;
}
.popup-edit-report label {
    max-width: 140px;
    width: 100%;

}

.popup-edit-report select{
    max-width: 137px;
    width: 100%;
}

    .popup-edit-report .time-related {
        padding-left: 5px;
        padding-right: 5px;
    } 
    
.popup-edit-report .date{
    max-width: 150px;
    width: 100%;
}

/*Create Report*/
.form-switch .form-check-input {
    background-color: red;
}

.setup-report {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .setup-report label {
        margin-right: 10px;
        max-width: 80px;
        width: 100%;
    }

    .setup-report .form-check {
        padding-left: 50px;
        padding-right: 0px;
        margin-right: 0px;
    }


/*EditAccount*/

.row .edit-account{
    justify-content: center;
}

.edit-account .mb-3 .mb-3 {
    display:flex;
}

.edit-account .mb-3 .mb-3 label {
   max-width: 200px;
   min-width: 100px;
   width: 100%;
}

.inner-title.text-center.title-edit-account {
    margin-bottom: 50px;
}

/*Login Page*/
.login-page {
    float: none;
    margin: 10% auto;
}

.login-page.step-inner-content{
    padding: 50px;
}

.inner-title img {
    max-width: 30%;
    height: auto;
}

.nav-link.login {
    color: red;
    margin-top: 10px;
    font-size: 15px;
}

.nav-link.login:hover{
    color: red;
}

/*Navigation*/

.navi-logout{
    text-align: center
}

/*Table summary*/
.SummaryTable th:nth-child(1),
.SummaryTable td:nth-child(1) {
    width: 15%; 
}

.SummaryTable th:nth-child(2),
.SummaryTable td:nth-child(2) {
    width: 15%;
}

.SummaryTable th:nth-child(n+3),
.SummaryTable td:nth-child(n+3) {
    width: calc(70% / 9);
}




.SummaryTable th,
.SummaryTable td {
    text-align: center;
    border: 1px solid black;
}

.SummaryTable select {
    padding: 0;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
    text-align: center;
    white-space: normal;
    max-height: 45px;
    max-width: 100%;
    font-weight: bold;
    border: solid 1px;
    border: solid 1px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.7);
    color: #333;
    border-radius: 5px;
}

.filter-sort-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    gap: 8px; 
}

    .filter-sort-wrapper select {
        flex-shrink: 0;
    }

.SummaryTable.details th, .SummaryTable.details tr td {
    width: calc(100% / 11);
    text-align: center;
    border: 1px solid #dddddd;
}



.SummaryTable, .SummaryTable thead {
    max-width: inherit;
    width: 100vw;
    height: auto;
    border: 1px solid #dddddd;
}

.SummaryTable {
    margin-bottom: 50px;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

/* Hide columns based on screen size */
[data-hide="small"] {
    display: table-cell;
}

[data-hide="medium"] {
    display: table-cell;
}

[data-hide="large"] {
    display: table-cell;
}

/*Table Report*/
/*==============show clomns====================*/

.SummaryTable .hidden-details .details-list ul li.data-col3,
.SummaryTable .hidden-details .details-list ul li.data-col4,
.SummaryTable .hidden-details .details-list ul li.data-col5,
.SummaryTable .hidden-details .details-list ul li.data-col6,
.SummaryTable .hidden-details .details-list ul li.data-col7,
.SummaryTable .hidden-details .details-list ul li.data-col8,
.SummaryTable .hidden-details .details-list ul li.data-col9,
.SummaryTable .hidden-details .details-list ul li.data-col10,
.SummaryTable .hidden-details .details-list ul li.data-col11 {
    display: none;
}

@media (max-width: 912px) {

    [data-hide="col7"],
    [data-hide="col8"],
    [data-hide="col9"],
    [data-hide="col10"],
    [data-hide="col11"] {
        display: none;
    }



    .SummaryTable .hidden-details .details-list ul li.data-col7,
    .SummaryTable .hidden-details .details-list ul li.data-col8,
    .SummaryTable .hidden-details .details-list ul li.data-col9 {
        display: block;
    }

    .button-hidden.toggle-details-btn {
        display: inline;
    }
}

@media (max-width: 768px) {

    [data-hide="col5"],
    [data-hide="col6"],
    [data-hide="col7"],
    [data-hide="col8"],
    [data-hide="col9"],
    [data-hide="col10"],
    [data-hide="col11"] {
        display: none;
    }

    .SummaryTable .hidden-details .details-list ul li.data-col5,
    .SummaryTable .hidden-details .details-list ul li.data-col6 {
        display: block;
    }
}


@media (max-width: 540px) {
    [data-hide="col3"],
    [data-hide="col4"],
    [data-hide="col5"],
    [data-hide="col6"],
    [data-hide="col7"],
    [data-hide="col8"],
    [data-hide="col9"],
    [data-hide="col10"],
    [data-hide="col11"] {
        display: none;
    }

    .SummaryTable .hidden-details .details-list ul li.data-col3,
    .SummaryTable .hidden-details .details-list ul li.data-col4
    {
        display: block;
    }
}


/*==============END====================*/
@media (max-width: 1024px) {

    .menu-btn {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .menu-btn li{
        align-self: center;
    }
  
}


@media (max-width: 1300px){

    .menu-btn {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

  
}



@media (max-width: 768px){
    .summary-date{
        flex-wrap: wrap;
    }

        .summary-date div.summary-date-type, .summary-date div.mb-3 {
            align-self: start;
        }

    .summary-date .selectime{
        display: flex !important;
        flex-direction: column;
    }

    .summary-date.report-time .selectime label{
        width: 20vw;
    }

        .summary-date.report-time .selectime input {
           margin-top: 5px;
        }

    .export{
        margin-top: 10px;
    }

   
}

@media (max-width: 767px){
    .btn-logout button.btn-lg.btn {
        width: 20vw;
        font-size: 15px;
        font-weight: bold;
        padding: 6px;
        margin-left: 10px;
    }
}


.report-time .selectime{
    display: flex;
    justify-content: flex-start;
}
/* Details list styling */
.hidden-details .details-list {
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    margin-top: 5px;
}

.hidden, .button-hidden {
    display: none;
}

.toggle-details-btn {
    display: none; /* Dùng flexbox để căn giữa */
    justify-content: center; /* Căn giữa theo chiều ngang */
    align-items: center; /* Căn giữa theo chiều dọc */
    width: 20px; /* Đường kính nút */
    height: 20px; /* Đường kính nút */
    background-color: #007bff; /* Màu xanh dương */
    color: white; /* Màu chữ */
    border: none; /* Xóa viền */
    border-radius: 50%; /* Tạo hình tròn */
    cursor: pointer; /* Trỏ chuột */
    font-size: 16px; /* Kích thước dấu `+` */
    font-weight: bold; /* Đậm dấu `+` */
    text-align: center; /* Đảm bảo dấu căn giữa */
    line-height: 1; /* Đặt chiều cao dòng mặc định */    
    margin: 2px 2px 2px 2px; /* Khoảng cách xung quanh */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Đổ bóng */
}

    .toggle-details-btn:hover {
        background-color: #0056b3; /* Đổi màu xanh đậm khi hover */
        border-color: #003f7f; /* Đổi màu viền khi hover */
        transform: scale(1.05); /* Tăng nhẹ kích thước khi hover */
    }

    .toggle-details-btn:active {
        background-color: #003f7f; /* Màu xanh đậm hơn khi nhấn */
        border-color: #002a5c; /* Đổi màu viền khi nhấn */
        transform: scale(0.95); /* Thu nhỏ nhẹ khi nhấn */

    }
    .toggle-details-btn:focus {
        background-color: red; /* Màu xanh đậm hơn khi nhấn */
        border-color: #002a5c; /* Đổi màu viền khi nhấn */
        transform: scale(0.95); /* Thu nhỏ nhẹ khi nhấn */
        color: white;
    }

    .toggle-details-btn div {
        margin-top: -10px;
        margin-left: -1px;
        position: absolute;
    }

.summary-report-column-total {
    display: flex;
    font-size: 14px;
    margin: 5px 0px;
    padding: 1px 0px;
}

.summary {
    font-weight: bold;
}

.summary-date{
    display: flex;
    flex-wrap: wrap;
    
}

.summary-date button{
    height: 35px;
}

.summary-date div{
    justify-content: left;
    margin-right: 20px;
    align-self: end;
    
}

    .summary-date .selectime {
        margin-right: 20px;
    }
    .summary-date .selectime div {
        margin-right: 0px;
    }

    .summary-date div span {
        justify-self: left;
    }

.summary-date.title{
    display: flex;
    max-width: inherit;
    width: 100%;
    justify-content: space-between;
}
    .summary-date.title h1{
        padding: 0px;
        margin: 0px;
        justify-self: end;
    }
    .summary-date .search {
        display: flex;
        align-self: end;
    }
    .summary-date .search label {
        margin-right: 20px;
        align-self: center;
    }


        .summary-date.header-menu {
            justify-content: space-between;
        }

.summary-date-type {
    display: flex;
}

.export{
    display: flex;

}
.export div {
    align-self: end;
}

.export button {
        width: 50px;
        height: 25px;
    }

/* widget-blog-pagination */
.widget-blog-pagination {
    width: 100%;
    display: flex;
    font-family: inherit;
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    margin-top: 50px;
    justify-content: center;
}

    .widget-blog-pagination .flat-pagination {
        display: flex;
        color: #4F556A;
    }

        .widget-blog-pagination .flat-pagination li a {
            color: #4F556A;
            margin-right: 10px;
        }

    .widget-blog-pagination .next a {
        color: #042181;
        margin-right: 10px;
    }

    .widget-blog-pagination .last a {
        color: #042181;
        margin: 0px 5px;
    }

    .widget-blog-pagination .flat-pagination li:hover a,
    .widget-blog-pagination .flat-pagination li.active a,
    .widget-blog-pagination .last a {
        color: #042181;
    }

    ul.flat-pagination{
        padding-left: 10px;
    }
/*Unit Location*/
.modal-footer.unitlocation_footer {
    display: -webkit-box;
}

.card.unitlocation-contact{
    margin-top: 20px;
    margin-bottom: 20px;
}

.card-header {
    padding-bottom: 5px !important;
}


/*Unit Page*/
.need-job-icon-text .need-job-text-inner .need-job-text.report-item {
    display: flex;
}
    .need-job-icon-text .need-job-text-inner .need-job-text.report-item .label {
        max-width: 105px;
        width: 100%;
        margin-right: 5px;
    }


    .need-job-text-inner .need-job-text.report-item.meter span,
    .need-job-text-inner .need-job-text.report-item.meter input,
    .need-job-text-inner .need-job-text.report-item.meter button {
        margin-right: 5px;
        align-self: center;
    }

.need-job-text-inner .need-job-text.report-item.meter input{
    max-width: 50px;
    width: 100%;
}

.need-job-text-inner .need-job-text.report-item.meter button{
    max-height: 30px;
    height: 100%;
    border: none;
}


/*Logout Button*/
.btn-logout {
    display: flex;
    justify-content: center;
}

.menu-btn{
    margin-top: 20px;
   
}

/*Create Group*/

.permission-row {
    display: flex;
    width: inherit;
    justify-content: space-around;
    margin-bottom: 20px;
}

.permission-row div{
        max-width: 200px;
        width: 100%;
    }

.permission {
        flex-direction: column;
    }

.permission, .permission-name {
    display: flex;
    justify-content: space-between;
}

.permission-name label {
        width: 150px;
    }

.permission-name{
        margin-bottom: 30px;
    }

.permission-group {
        display: flex;
    }

.permission-group label, .permission-sublist div label {
    max-width: 100px;
    width: 100%;
    
}

.permission-group label {
            font-weight: bold;
        }

.permission-sublist div {
    display: flex;
} 

/*Account Payment*/
.payment-table .payment-input {
    /*display: flex;*/
    max-width: 500px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.payment-input.occurrence{
    /*display: block;*/
}



.total {
    text-align: center;
    font-weight: bold;
    color: red;
    height: 50px;
}


    .payment-input input {
        max-width: 55px;
        width: 100%;
        text-align: center;
    }

.payment-input .payment-devide {
    margin: 0px 5px;
}

    .payment-input .select-timeunit {
        max-width: 100px;
        width: 100%;
    }

.payment-table-footer{
    display:flex;
    justify-content: end;
}

    .payment-table-footer button{
        max-width: 100px;
        width: 100px;
    }

.Ratio-Unit{
    display: flex;
    font-size: inherit;
    margin: 5px;
    margin-left: 15px;
}
/*payment-progress*/
.payment-progress div div div label {
    font-size: 12px;
    max-width: 100px;
    width: 100%;
}

.payment-progress h2{
    color:black;
}

.payment-progress div div div input {
    max-width: 200px;
    width: 100%;
    font-size: 12px;
}

.payment-progress-customer{
    margin-top: 20px;
}

.donate-infor-container{
    display:flex;
    margin-top: 10px;
}

.donate-infor-logo{
    margin: 0px 5px;
}

.donate-infor-container .title {
    max-width: 120px;
    width: 100%;
}

.donate-infor-container select{
    margin-right: 5px;
}


.city-results {
    max-height: 150px;
    overflow-y: auto;
    border: solid 1px black;
    border-radius: 5px;
    max-width: 207px;
    width: 100%;
    font-size: 13px;
    padding: 0px;
    padding-right: 0px;
    padding-left: 5px;
    margin-left: 0px;
    background-color: white;
    opacity: 1;
}

#city-results li a:hover {
    cursor: pointer;
}

#city-results li {
    margin-top: 5px;
}



#city-input-box {
    max-width: 313px;
    width: 100%;
}

.Location td input{
    max-width: 50px;
    min-width: 30px;
    width: 100%;
    text-align: center;
}

.input-required{
    color: red;
}
/*Schedule*/
.select-unit.schedule {
    display: flex;
}

    .select-unit.schedule div{
        /*max-width: 50px;*/

    }

    .select-unit.schedule .year{
        /*margin-right: 15px;*/
    }

    .label-note {
        opacity: 0.7;
        text-align: center;
        font-size: 11px;
    }

.donate-infor-bill{
    margin: 10px 0px;
}
/*Confirm-Register*/
.confirm-register-body {
    max-width: 600px;
    width: 100%;
}

.confirm-register {
    display: flex;
    margin-top: 10px;
}

.confirm-register label{
    max-width: 100px;
    min-width: 70px;
    width: 100%;
    margin: auto 0;
}

.confirm-register input{
    max-height: 30px;
    height: 100%;
}


.bg-report-payment {
    border-radius: 10px;
    border: 2px solid;
    background: white;
    padding: 20px;
    filter: drop-shadow(0 0 0.75rem #5756a2);
}

.login-signin button {
    background: #01d28e;
    width: 100%;
    border: 1px solid #01d28e;
    border-radius: 10px;
    height: 40px;
    color: white;
    font-weight: bold;
    font-size: inherit;
}


.login-signin {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
    text-align: center;
}

    .login-signin span{
        margin-bottom: 10px;
    }


    .login-signup {
        width: 100%;
        margin-top: 10px;
        align-items: center;
    }

   /* .login-signup a {
        border: 1px solid;
        border-radius: 5px;
        height: 35px;
        padding: 10px;
        font-weight: bold;
        color: white;
    }*/

.login-signin .signup {
    font-weight: bold;
    color: blue;
    width: 100%;
}

    .login-signup .forgot {
       justify-content: end;
       margin: 10px 0px;
       color: red;
       font-weight: bold;
    }


    
    /*AdminSystem - Report Billing*/

    .total-infor{
        width: 100%;
        height: auto;
        min-height: 100px;
        height: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

        .total-infor .total {
            display: table-column;
            border: 1px solid;
            border-radius: 10px;
            max-width: 150px;
            height: 100px;
            width: 100%;
            text-align: left;
            padding: 10px;
            margin: 5px;
        }
        .total-infor .total div{
            color: black;
            font-weight: bold;
        }

            .total-infor .total .title {
                font-size: 16px;
                color: white;
                text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 0.5px 1px 0 #000;
            }

            .total-infor .total .content {
                font-size: 12px;
                font-weight: 600;
            }

        .total.Balance {
            background: linear-gradient(#f8b02e,#fff);            
        }

        .total.Location {
            background: linear-gradient(#f72510,#fff);
        }

        .total.User {
            background: linear-gradient(#6690f6,#fff);
        }

        .total.Transaction {
            background: linear-gradient(#1cb7fb,#fff);
        }


/*============Payment============*/


 .SummaryTable.payment-table .hidden-details .details-list ul li.data-col3,
    .SummaryTable.payment-table .hidden-details .details-list ul li.data-col4,
    .SummaryTable.payment-table .hidden-details .details-list ul li.data-col5,
    .SummaryTable.payment-table .hidden-details .details-list ul li.data-col6 {
        display: none;
    }

.SummaryTable .hidden-details .details-list {
    justify-items: center;
    width: 1vw;
}

    .SummaryTable .hidden-details .details-list ul {
        list-style: none; 
        padding-left: 0; 
        justify-items: left;
    }

        .SummaryTable .hidden-details .details-list ul li {
            max-width: 300px;
            display: flex;
            align-items: center; 
            position: relative;
            padding-left: 20px;
            margin-bottom: 5px;
        }

            .SummaryTable .hidden-details .details-list ul li::before {
                content: "•"; 
                position: absolute; 
                left: 0;
                color: black; 
                font-size: 1.2em;
            }

            .SummaryTable .hidden-details .details-list ul li.alert::before {
                content: "";
                position: absolute;
                left: 0;
                color: black;
                font-size: 1.2em;
            }

            .SummaryTable .hidden-details .details-list ul li .form-check {
                margin: 0px;
            }
/*Single Payment Table*/
.SummaryTable.payment-table th[data-hide="col1"],
.SummaryTable.payment-table td[data-hide="col1"] {
    width: 12%;
}

.SummaryTable.payment-table th[data-hide="col2"],
.SummaryTable.payment-table td[data-hide="col2"] {
    width: 8.5%;
}

.SummaryTable.payment-table th[data-hide="col3"],
.SummaryTable.payment-table td[data-hide="col3"] {
    width: 18%;
}

.SummaryTable.payment-table th[data-hide="col4"],
.SummaryTable.payment-table td[data-hide="col4"] {
    width: 7%;
}

.SummaryTable.payment-table th[data-hide="col5"],
.SummaryTable.payment-table td[data-hide="col5"] {
    width: 10%;
}

.SummaryTable.payment-table th[data-hide="col6"],
.SummaryTable.payment-table td[data-hide="col6"] {
    width: 5%;
}

.SummaryTable.payment-table th[data-hide="col7"],
.SummaryTable.payment-table td[data-hide="col7"] {
    width: 5%;
}

.data-col5 input, 
[data-hide="col5"] input{
    max-width: 50px;
}

.payment-total div{
    justify-content:center;
}

li.alert {
    max-width: 200px;
    max-height: 40px;
    padding: 5px;
}

.payment-table .hidden-details .details-list{
    justify-items: center;
}

.payment-table .hidden-details .details-list ul li{
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .SummaryTable.payment-table .hidden-details .details-list ul li.data-col5 {
        display: block;
    }
}

@media (max-width: 540px) {
    .SummaryTable.payment-table .hidden-details .details-list ul li.data-col3,
    .SummaryTable.payment-table .hidden-details .details-list ul li.data-col4
    {
        display: block;
    }
}


/*Recurring Payment Table*/
.SummaryTable.payment-table.recurring-table th[data-hide="col1"],
.SummaryTable.payment-table.recurring-table td[data-hide="col1"] {
    width: 6%;
}

.SummaryTable.payment-table.recurring-table th[data-hide="col2"],
.SummaryTable.payment-table.recurring-table td[data-hide="col2"] {
    width: 7%;
}

.SummaryTable.payment-table.recurring-table th[data-hide="col3"],
.SummaryTable.payment-table.recurring-table td[data-hide="col3"] {
    width: 5%;
}

.SummaryTable.payment-table.recurring-table th[data-hide="col4"],
.SummaryTable.payment-table.recurring-table td[data-hide="col4"] {
    width: 12%;
}

.SummaryTable.payment-table.recurring-table th[data-hide="col5"],
.SummaryTable.payment-table.recurring-table td[data-hide="col5"] {
    width: 5%;
}

.SummaryTable.payment-table.recurring-table th[data-hide="col6"],
.SummaryTable.payment-table.recurring-table td[data-hide="col6"] {
    width: 5%;
}

@media (max-width: 912px) {


    .SummaryTable.recurring-table tr td div .button-hidden.toggle-details-btn {
        display: none;
    }
}

@media (max-width: 768px) {


    .SummaryTable.recurring-table tr td div .button-hidden.toggle-details-btn {
        display: block;
    }
}

/*Payment History Table*/

@media (max-width: 912px) {
    .SummaryTable.payment-history-table tr td div .button-hidden.toggle-details-btn {
        display: none;
    }

}

@media (max-width: 768px) {

    .SummaryTable.payment-history-table .hidden-details .details-list ul li.data-col3,
    .SummaryTable.payment-history-table .hidden-details .details-list ul li.data-col4 {
        display: none;
    }

    .SummaryTable.payment-table .hidden-details .details-list ul li.data-col6 {
        display: list-item;
    }

    .SummaryTable.payment-history-table tr td div .button-hidden.toggle-details-btn {
        display: block;
    }
}

@media (max-width: 540px) {


    .SummaryTable.payment-history-table .hidden-details .details-list ul li.data-col3,
    .SummaryTable.payment-history-table .hidden-details .details-list ul li.data-col4,
    .SummaryTable.payment-history-table .hidden-details .details-list ul li.data-col5 {
        display: list-item;
    }
}

/*====END PAYMEN PAGE============*/


/*======ADMIN PAGE===============*/

/*Super Group*/

.super-group-table tr th[data-hide="col1"],
.super-group-table tr td[data-hide="col1"] {
    width: 10%;
}

.super-group-table tr th[data-hide="col2"],
.super-group-table tr td[data-hide="col2"]{
    width:6%;
}

/*User popup*/
.admin-user-table tr td ul li{
    margin-bottom: 5px;
}

.admin-user-table tr td[data-hide] button{
    width: 85px;
}
/*Location*/
h2 {
    color: black;
}

h3 {
    padding-bottom: 0.5rem;
    border-bottom: solid 1px gray;
}

.location-setup-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.location-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
   
    gap: 10px;
    flex: 1;
    max-width: 100%;
    margin-bottom: 1rem;
}

    .location-price .form-label,
    .location-price .form-control,
    .location-price .nonedit-price {
        flex: 1;
    }


.location-setup-price-footer {
    display: flex;
    justify-content: end;
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px gray;
}

.btn {
    margin: 1px;
}

.hidden-placeholder {
    visibility: hidden;
}

.SummaryTable.Location tr td button.action-btn,
.SummaryTable.Location tr td ul li button.action-btn {
    width: 85px;
}

.SummaryTable.Location tr td ul li.data-col6 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .SummaryTable.Location tr td ul li.data-col6 div {
        margin-right: 10px;
    }


@media (max-width: 1200px) {
    .SummaryTable.Location tr [data-hide="col6"],
    .SummaryTable.Location tr [data-hide="col7"] {
        display: none;
    }


    .SummaryTable.Location .hidden-details .details-list ul li.data-col5,
    .SummaryTable.Location .hidden-details .details-list ul li.data-col6,
    .SummaryTable.Location .hidden-details .details-list ul li.data-col7 {
        display: block;
    }

    .SummaryTable.Location .hidden-details .details-list ul li.data-col6{
        display: flex;
    }

    .SummaryTable.Location tr td div .button-hidden.toggle-details-btn {
        display: block;
    }
}

@media (max-width: 1000px) {
    .SummaryTable.Location tr [data-hide="col4"],
    .SummaryTable.Location tr [data-hide="col5"] {
        display: none;
    }


    .SummaryTable.Location .hidden-details .details-list ul li.data-col3 {
        display: none;
    }

    .SummaryTable.Location .hidden-details .details-list ul li.data-col4,
    .SummaryTable.Location .hidden-details .details-list ul li.data-col5 {
        display: block;
    }
}

@media (max-width: 540px) {

    .SummaryTable.Location .hidden-details .details-list ul li.data-col3 {
        display: block;
    }
}

/*Billing Reports*/

.admin-billing-table tr .hidden-details td ul li{
    display: none;
}



    @media (max-width: 1200px) {
        .admin-billing-table tr [data-hide="col5"], .admin-billing-table tr [data-hide="col6"], .admin-billing-table tr [data-hide="col7"] {
        display: none;
    }

    .admin-billing-table tr td div .button-hidden.toggle-details-btn {
        display: block;
    }

    .admin-billing-table tr .hidden-details{
        display: block;
    }

        .admin-billing-table .hidden-details .details-list ul li.data-col5,
        .admin-billing-table .hidden-details .details-list ul li.data-col6,
        .admin-billing-table .hidden-details .details-list ul li.data-col7 {
            display: flex;
        }
}

@media (max-width: 1000px) {
    .admin-billing-table tr [data-hide="col4"]{
        display: none;
    }

    .admin-billing-table .hidden-details .details-list ul li.data-col4 {
        display: flex;
    }

    .admin-billing-table tr td ul li.data-col3 {
        display: none;
    }
}

@media (max-width: 912px) {


    .admin-billing-table tr td ul li.data-col5,
    .admin-billing-table tr td ul li.data-col6 {
        display: block;
    }

}

@media (max-width: 540px) {


    .admin-billing-table tr td ul li.data-col3 {
        display: block;
    }
}

/*Vendor popup*/

.SummaryTable.admin-vendor-table th[data-hide="col1"],
.SummaryTable.admin-vendor-table td[data-hide="col1"] {
    width: 6%;
}

.SummaryTable.admin-vendor-table th[data-hide="col2"],
.SummaryTable.admin-vendor-table td[data-hide="col2"] {
    width: 7%;
}

.SummaryTable.admin-vendor-table th[data-hide="col3"],
.SummaryTable.admin-vendor-table td[data-hide="col3"] {
    width: 5%;
}

.SummaryTable.admin-vendor-table th[data-hide="col4"],
.SummaryTable.admin-vendor-table td[data-hide="col4"] {
    width: 12%;
}

.SummaryTable.admin-vendor-table th[data-hide="col5"],
.SummaryTable.admin-vendor-table td[data-hide="col5"] {
    width: 5%;
}

.SummaryTable.admin-vendor-table th[data-hide="col6"],
.SummaryTable.admin-vendor-table td[data-hide="col6"] {
    width: 5%;
}

.admin-vendor-table tr td ul li.data-col5{
    display:flex;
    flex-wrap: wrap;
    width: 100%;
}
    .admin-vendor-table tr td ul li.data-col5 div{
        margin-right: 10px;
    }

    @media (max-width: 1200px) 
    {

        .admin-vendor-table tr [data-hide="col4"], .admin-vendor-table tr [data-hide="col5"], .admin-vendor-table tr [data-hide="col6"] {
            display: none;
        }

        .admin-vendor-table tr td div .button-hidden.toggle-details-btn {
            display: block;
        }

        .admin-vendor-table tr .hidden-details {
            display: block;
        }

        .admin-vendor-table .hidden-details .details-list ul li.data-col4,
        .admin-vendor-table .hidden-details .details-list ul li.data-col5,
        .admin-vendor-table .hidden-details .details-list ul li.data-col6 {
            display: flex;
        }
    }

    @media (max-width: 912px) {

        .admin-vendor-table tr td ul li.data-col4,       
        .admin-vendor-table tr td ul li.data-col6 {
            display: block;
        }

        .admin-vendor-table tr td ul li.data-col5{
            display: flex;
        }
    }

    @media (max-width: 540px) {

        .admin-vendor-table tr td ul li.data-col3 {
            display: block;
        }
    }

/*Group Location Popup*/

.admin-grouplocation-table tr td ul li.data-col4 {
   display: flex;
   justify-content:left;
   align-items: baseline !important;

}

    .admin-grouplocation-table tr td ul li.data-col4 div {
        text-align: left;
        display: inline-block; 
        margin-right: 5px;
    }


    .admin-grouplocation-table tr td ul li.data-col5 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .admin-grouplocation-table tr td ul li.data-col5 div{
        margin-right: 10px;
    }

    @media (max-width: 1200px) {
        .admin-grouplocation-table tr [data-hide="col4"], .admin-grouplocation-table tr [data-hide="col5"], .admin-grouplocation-table tr [data-hide="col6"] {
        display: none;
        }

        .admin-grouplocation-table tr td div .button-hidden.toggle-details-btn {
            display: block;
        }

        .admin-grouplocation-table tr .hidden-details {
            display: block;
        }

        .admin-grouplocation-table .hidden-details .details-list ul li.data-col4,
        .admin-grouplocation-table .hidden-details .details-list ul li.data-col5,
        .admin-grouplocation-table .hidden-details .details-list ul li.data-col6 {
            display: flex;
        }
    }

@media (max-width: 912px) {

    .admin-grouplocation-table tr td ul li.data-col4,
    .admin-grouplocation-table tr td ul li.data-col6 {
        display: block;
    }

    .admin-grouplocation-table tr td ul li.data-col5 {
        display: flex;
    }
}

@media (max-width: 540px) {

    .admin-grouplocation-table tr td ul li.data-col3 {
        display: block;
    }
}


