
.mm-page {
    height: auto !important;
}
.thead-dark th{
    background-color: #90278e !important;
    color:#ffffff !important; 
}
/********** Step Intro **********/
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active{
    background-color: #90278e;
    color:#ffffff;
    background-image: none;
  }

  .datepicker td, .datepicker th{
      width: 40px;
      height:30px;
  }
  .datepicker{
      padding: 15px;
  }
  
  .datepicker.dropdown-menu{
      padding:15px;
  }
  
  .table-condensed {
      cursor: pointer;
  }
  .datepicker-days{text-align: center;}
  
  .rayhar-form .form-check-inline{
      align-items: baseline;
  }

body{
  background: url('../img/top-left-bg.jpg') no-repeat top left;
  background-size: 60%;
}

.bg-pattern{
  background: url('../img/bottom-right-bg.jpg') no-repeat bottom right;
  background-size: 60%;
}

.btn-rayhar-gradient {
    background-image: linear-gradient(to right, #8f2168, #7e226a, #6b226a, #592368, #452365);
    color: #fff !important;
    transition: all 0.5s ease-in-out;
}
.btn-rayhar-gradient:hover {
    color: #fff;
    background-image: linear-gradient(to right, #d909d6 0%, #93278F 100%);
    transition: all 0.5s ease-in-out;
}

/********** Step Intro **********/
.stepper-wizard-wrapper{
    padding: 50px 50px;
}
.stepper-wizard-wrapper h2{
    color: #93278f;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}
.stepper-wizard-wrapper h4{
    color: #4d4d4d;
    font-size: 16px;
    margin-bottom: 50px;
    font-weight: 500;
}
.stepper-wizard-wrapper h3{
    color: #16202a;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 500;
    text-align: left;
}
.step-details{
    border:#cccccc 1px solid;
    padding: 50px 0 0 0;
    text-align: center;
    background-color: #ffffff;
}
.step-details.no-padding{
    padding: 0px;
}
.step-details .form-group{
    text-align: left;
    margin-bottom: 25px;
}
.step-details .form-control:valid{
  /*background-color: #e6e6e6;*/
  border:#cccccc 1px solid;
}
.card-body .form-control:valid{
  background-color: white;
  border:#cccccc 1px solid;
}
.step-details .form-control::-webkit-input-placeholder{
    opacity:0.5;
    font-size: 14px;
}
.step-details .form-control::placeholder{
    opacity:0.5;
    font-size: 14px;
}
.step-details .form-control::-ms-input-placeholder{
    opacity:0.5;
    font-size: 14px;
}
.step-details option[value=""][disabled] {
    opacity:0.5;
    font-size: 14px;
  }
.step-details label{
    text-align: left;
    display: block;
    font-size: 14px;
    font-weight: 500;
}


.btn-stepper-wizard{
    background-color: #93278f !important;
    color:#ffffff !important;
    font-size: 14px;
    text-transform: uppercase;
    padding:5px 20px;
}

/********** Custom Qty Button **********/
.input-group-text .btn{
  padding:0px;
  margin:0px;
}
.input-group.qty input{
  text-align: center;
  border-left: none !important;
  border-right: none !important;
  
}
.input-group.qty .input-group-text{
  background-color: #e6e6e6;
  border:#cccccc 1px solid;
}
.input-group.qty .input-group-text .btn{
  color: #93278f;
  font-size: 24px;
  line-height: 18px;
}

/********** Custom Button Group **********/
.step-details .btn-group .btn-light:not(:disabled):not(.disabled).active:focus, 
.step-details .btn-group .btn-light:not(:disabled):not(.disabled):active:focus, 
.step-details .btn-group .show>.btn-light.dropdown-toggle:focus {
  box-shadow: none;
}
.step-details .btn-group{
  width: 100%;
  margin-bottom: 20px;
}
.step-details .btn-group input{
  display: none;
}
.step-details .btn-group p{
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.step-details .btn-group label{
  margin: 10px 20px 10px 0;
  border-radius: 4px;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;

  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: center space-between;
  align-items: center;
  max-width: 345px;
}
.step-details .btn-group label:last-child{
  margin-right: 0px;
}
.step-details .btn-group strong{
  display: block;
  text-align: left;
}
.step-details .btn-group .btn
{
  border:#cccccc 1px solid;
}
.step-details .btn-group .btn.active
{
  color: #ffffff !important;
  background-color:#93278f !important;
  border:#93278f 1px solid !important;
}
.step-details .btn-group .btn span i
{
  font-size: 24px;
}
.step-details .btn-group .btn span
{
  display: none;
}
.step-details .btn-group .btn.active span
{
  display: block;
}

/********** Custom Accordion Styles **********/
.form-bg.accordion-form{
  padding:50px 15px 50px 15px;
}
.step-details .accordion>.card>.card-header{
  margin: 0px;
  padding: 0px;
  border:none;
}
.step-details .accordion .card{
  background-color: transparent;
  border: none;
  margin-bottom: 15px;
}
.step-details .accordion .card-header .btn{
  background-color:#442365;
  color:#ffffff;
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: center space-between;
  align-items: center;
}
.step-details .accordion .card-header .btn:hover, .step-details .accordion .card-header .btn:focus{
  text-decoration: none;
}
.step-details .accordion .card-header .btn span::before{
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f078";
}
.step-details .accordion .card-header .btn.collapsed span::before{
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f054";
}
.step-details .accordion .card-header .btn.collapsed{
  background-color:#93278f;
  color:#ffffff;
}
.step-details .accordion .card-body{
  padding: 20px 0px;
}

/********** Step 1 **********/
.form-bg{
    background-color: #f1f1f1;
    padding:50px 30px 0px 30px;
    position: relative;
    margin-top: -40px;
}

.form-description {
  padding-bottom: 30px;
}
.form-description p{
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.step-details.no-padding .form-bg{
    margin-top: 0px;
    padding:50px 0px;
}

.stepper-btn-wrapper{
    padding:30px 0 50px 0;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center;
    align-items: center;
}
.stepper-btn-wrapper button{
    margin:0px 10px;
}
.stepper-btn-wrapper .btn-circle{
    border-radius: 50%;
}
/********** Step 3 **********/
.bilik-row{
  margin-bottom: 20px;
}
.btn-input {
  display: block;
    width: 100%;
    padding: 8px 10px;
}
.btn-input i{
  margin-right: 10px;
}
.adt-row, .dbl-row{
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: center space-between;
  align-items: center;
}
.adt-row .form-group{
  width: 90%;
  margin-bottom: 0px;
}
.dbl-row .form-group{
  width: 75%;
  margin-bottom: 0px;
}
.step-details .dbl-row label{
  margin-bottom: 0px;
}
.adt-row a{
  font-size: 21px;
  margin-left: 15px;
  color: #c3313a;
}
/********** Step 4 **********/
.form-bg label span.block{
  display: block;
  color: #93278f;
}
.form-bg label small{
  color: #c3313a;
  font-size: 10px;
}
.pilih-add-ons .close{
  width: 20px;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 1;
}
.pilih-add-ons .modal-body{
  min-height: 300px;
}
.pilih-add-ons .modal-body ul{
  margin:0px;
  padding:0 0 0 20px;
}

/********** Step 5 **********/
.step-details .form-group.checkbox{
  margin-top: 35px;
}

.form-check-label a{
  color:#c3313a;
}

.form-check-inline{
  align-items: flex-start;
}

/********** Step 6 **********/
.confirm-values{
  padding:20px 0px;
  border-bottom: #e6e6e6 1px solid;
  text-align: left;
}
.confirm-values table{
  background-color: #ffffff;
}
.confirm-values table th{
  color: #93278f ;
}
.confirm-value-row{
  margin-bottom: 10px;
}
.step-details .text-primary{
  color: #93278f !important;
}

/********** Step 7 **********/
.success-msg-wrapper{
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 20px 80px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    margin-bottom: 100px;
    text-align: left;
}
.success-icon{
  text-align: center;
}
.success-msg-wrapper i{
    color: #93278f;
    font-size: 48px;
}
.success-msg-wrapper h1{
    color: #93278f;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin:10px 0px;
    padding: 0px;
    text-align: center;
}
.success-msg-wrapper h4{
    font-size: 20px;
    font-weight: normal;
    margin:10px 0px;
    padding: 20px 40px;
    text-align: center;
}
.btn-icon{
    padding:0 10px 0 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    height: auto;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.btn-icon i{
    padding: 10px;
    margin-right: 10px;
    background-color: #93278f;
    color:#ffffff;
    -webkit-border-top-left-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    -moz-border-radius-topleft: .25rem;
    -moz-border-radius-bottomleft: .25rem;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

/********** Vertical Stepper **********/
.step {
    position: relative;
    min-height: 1em;
    color: gray;
    padding-right: 100px;
  }
  .step h5{
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0 50px 0;

  }
  .step + .step {
    margin-top: 1.5em
  }
  .step > div:first-child {
    position: static;
    height: 0;
  }
  .step > div:not(:first-child) {
    margin-left: 1.5em;
    padding-left: 1em;
  }
  /* Circle */
.circle {
    background: #fff;
    border:#e6e6e6 1px solid;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 100%;
    color: #4d4d4d;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
  }
  /* Vertical Line */
.circle:after {
    content: ' ';
    position: absolute;
    display: block;
    top: 1px;
    right: 50%;
    bottom: 1px;
    left: 50%;
    height: 100%;
    width: 2px;
    transform: scale(1, 2);
    transform-origin: 50% -100%;
    background-color: #e6e6e6;
    z-index: -1;
  }
  .step:last-child .circle:after {
    display: none
  }
  .step.active {
    color: #93278f;
  }
  .step.active .circle {
    background-color: #93278f;
    color: #ffffff;
  }
  .step.step-active .circle {
    background-color: #90278e;
    color: #ffffff;
}
/********** Horizontal Stepper **********/
.horizontal-stepper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
  }
  
  .stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 16px;
    left: -50%;
    z-index: 2;
  }
  .stepper-item:first-child::before {
    left: 0%;
  }
  .stepper-item:last-child::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 16px;
    left: 0%;
    z-index: 2;
  }
  
  .stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border:5px #ffffff solid;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
  }
  
  .stepper-item.active {
    font-weight: bold;
  }
  
  .stepper-item.completed .step-counter {
    background-color: #93278f;
  }
  
  .stepper-item.completed::before {
    position: absolute;
    content: "";
    border-bottom: 4px solid #93278f;
    width: 100%;
    top: 15px;
    left: -50%;
    z-index: 3;
  }
  .stepper-item.completed:first-child::before {
    left: 0%;
    width: 50%;
  }

  .datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active{
    background-color: #93278f;
    color:#ffffff;
    background-image: none;
    border-radius: 50%;
  }

  /********** Responsive Styles **********/
  @media (max-width: 1024px) {
    .bg-pattern{
      min-height: 100vh;
    }
    .stepper-wizard-wrapper {
        padding: 20px;
    }
    .step{
        padding-right: 0px;
    }
    .success-msg-wrapper{
        width: 90%;
    }
  }
  @media (max-width: 768px) {
    body, .bg-pattern{
      background-size:80%;
    }
    .step-details-wrapper{
      order:1;
      margin-bottom: 50px;
    }
    .vertical-stepper{
      order:2;
    }
    .success-msg-wrapper{
      width: 90%;
      padding: 20px;
  }
  .success-msg-wrapper h4{
    padding: 20px 0px;
  }
  }
  @media (max-width: 767px) {
    .stepper-item .step-counter{
      width: 24px;
      height: 24px;
    }
    .stepper-item::before, .stepper-item:last-child::after {
      top:11px;
    }
    .stepper-item.completed::before{
      top:10px;
    }
    .form-bg{
      margin-top: -38px;
    }
    .step-details .btn-group {
      display: flex;
      flex-direction: column;
    }
    .step-details .btn-group .btn {
      min-width: 100%;
    }
    .d-xs-none{
      display: none;
    }
  }
  @media (max-width: 592px) {
    body, .bg-pattern{
      background-size:100%;
    }
    .dbl-row{
      flex-direction: column;
      box-sizing: border-box;
      display: flex;
      place-content: flex-start;
      align-items: flex-start;
    }
    .dbl-row .form-group, .adt-row .form-group{
      margin:10px 0px;
      min-width: 90%;
    }
  }
  
  