.StripeElement {
    box-sizing: border-box;
    width: 100%;
    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.verified-tick {
  display: none;
  position: absolute;
  right: 72px;
  bottom: 6px;
}

.is_loading {
  display: none;
  position: absolute;
  right: 70px;
  /* height: 22px; */
  bottom: 4px;
}

/*---------------------------------------*/

a:hover{
    text-decoration: none;
}

.tile{
    width:100%;
}

.tile a{
    border:2px solid transparent;
    background-color: #fff;
}

.tile a, .tile a:hover, .detail_title_anchor:hover{
    cursor: pointer;
    text-decoration: none;
}

.tile a:hover{
    box-shadow: none !important;
    border:2px solid #007bff;
}

@media (min-width: 576px) {
    .tile{
        width:100%;
    }
}

@media (min-width: 768px) {
    .tile{
        width:50%;
    }
}

@media (min-width: 992px) {
    .tile{
        width:50%;
    }
}


@media (min-width: 1200px) {
    .tile{
        width:25%;
    }
}

.tiles_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    padding-left: 4px;
    padding-right: 12px;
    padding-bottom: 16px;
}

.tiles_background{
    width: 100%;
    height: 100%;
    background-color: rgba(40,167,69,0.2);
    text-align: right;
}

/* 4/05/2021 */
#summary-list-of-section select.form-control,
#summary-list-of-section .input-group input,
.summary-list-of-section select.form-control,
.summary-list-of-section .input-group input {
    background-image: url(../img/righticon.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left 12px center;
    padding-left: 0 !important;
    text-indent: 40px;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader{
    width:100vw; height:100vh; position:fixed; top:0px; z-index: 1031;
}

.loaderInner{
    width:100%; height:100%; display:flex; align-items:center; justify-content:center; background-color: rgba(0,0,0,0.5);
}

label.error {
    font-weight: bolder;
    color: #dc3545 !important;
    font-size: 80% !important;
}

span.error {
    font-weight: bolder;
    color: #dc3545 !important;
    font-size: 80% !important;
}
input.error, select.error {
    border-color: #dc3545;
}

td,th{
  box-sizing: border-box !important;
}

.table.dataTable {
  clear: both;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

th{
  border-bottom: 1px solid #dee2e6 !important;
}

.dt-bootstrap4 .col-md-5{
  display: none;
}

.dt-bootstrap4 .col-md-7{
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}


.dropzone{
  background-color: #FAFAFA !important;
  border: 1px solid #D9D9D9 !important;
}

.error-slug{
    font-size: 12px;
    color: red;
}

.error-slug-input{
    border-color: red;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.email-error > ul {
  list-style-type: none;
}

.section-form{
    height: 400px;
    margin: auto;
    position: relative;
    display: none;
}

.active-form {
  display: block;
}

#previous-btn {
  display: none;
}

.progress_bar {
  display: flex;
  margin: 25px 0;
  position: relative;
  justify-content: space-between;
  counter-reset: step;
}

.progress-step {
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: #dcdcdc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-step::before{
  counter-increment: step;
  content: counter(step);
}

.progress_bar::before {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #dcdcdc;
  z-index: -1;
}

.progress-step-active {
  background-color: #007bff;
  color: #fcfcfc;
  /*animation: animate .5s;*/
}
/*
@keyframes animate {
  from{
    transform: scale(1, 0);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}*/