@import url(all.min.css);
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
    --primary-color:#636ae8;
    --secondary-color:#161D96FF;
    --grey-color:#f8f9fa;
    --selection-color:#e0e1fa;
    --text-font:"Poppins", sans-serif;
    --heading-font:"Alata", sans-serif;
    --dark-grey:#dedfe0;
}
body
{
    font-family: var(--text-font);
    background: #f8f9fa;
}
h1, h2, h3, h4, h5, h6
{
    font-family: var(--heading-font);
}
label{    font-weight: 600;
    font-size: 14px; line-height: 16px; margin-bottom: 10px;}
ul {
    padding: 0;
    margin: 0;
    list-style: none
    }
    
.row-height {
    min-height: 100vh;
}
.content-right
{
    background-color: var(--grey-color);
    padding: 20px;
    height: 100%;
}
.content-right-wrapper
{
    display: flex;
    height: 100%;
    align-items: center;
}
.content-left
{
  background: #fff;
    height: 100%;
    padding: 65px 75px 65px;
}
/**WIZARD **/
.wrapper{
    margin-top: 50px;
}
#wizard {
min-height: 570px;
margin-top: 20px;
margin-bottom: 20px
}
.wizard>.steps .current-info,
.wizard>.steps .number {
display: none
}
.steps {
    margin-bottom: 30px
    }
    .steps ul {
    display: flex;
    position: relative
    }
    .steps ul li {
        width: 10%;
    margin-right: 4px;
    }
    .steps ul li button {
    display: inline-block;
    width: 100%;
    height: 7px;
    background: #e6e6e6;
    border-radius: 3.5px;
    padding:5px
    }
    .steps .nav-pills .nav-link.active, .nav-pills .show>.nav-link
    {
        background: var(--primary-color);
    }
    .steps .nav-pills .nav-link.done
    {
        background: var(--secondary-color);
    }
    .steps ul li.first a,
    .steps ul li.checked a {
    background: #6645eb;
    transition: all 0.5s ease
    }
    /**TECHNOLOGY **/
    /* .form-check{
        padding-left: 0;
    } */
     .form-check
     {
        padding-left: 0;
        margin-bottom: 15px;
     }
    .form-check label{
        width: 100%;
    }
    .form-check .card{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 25px;
        border:var(--selection-color) solid 1px;
        text-align: center;
    }
  .card .img-container
    {
        width: 65px;
        height: 65px;
        text-align: center;
        margin-bottom: 10px;
    }
   .card img{
        width: 60px;
        height: 60px;
    }
    /** CUSTOM RADIOS **/
    .form-check input[type="checkbox"],.custom-radio input[type="radio"],.custom-card-selection input[type="radio"],.custom-card-selection input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
      }
     .form-check label, .custom-radio label,.custom-card-selection label {
        position: relative;
      }
      .form-check.paddleft label{padding-left: 25px;}
      .form-check input[type="checkbox"] + label::after{
        font-family: var(--fa-style-family, "Font Awesome 6 Pro");
        font-weight: var(--fa-style, 300);
        font-size: 20px;
        content: "\f0c8";
        position: absolute;
        left: 0%;
        top: auto;
        bottom: 0;
        background:transparent;
        color:#000
      }
      .custom-card-selection input + label::after{
        opacity: 0 !important;
      }
      .custom-radio input + label::after
      {
        font-family: var(--fa-style-family, "Font Awesome 6 Pro");
        font-weight: var(--fa-style, 300);
        font-size: 20px;
        content: "\f111";
        position: absolute;
        left: 43%;
        top: auto;
        bottom: -8%;
        background: #fff;
      }
      .custom-radio.topleft0 input + label::after{
        left:0;
        bottom: 0;
      }
      .custom-radio input:checked + label::after {
        font-family: var(--fa-style-family, "Font Awesome 6 Pro");
        font-weight: var(--fa-style, 900);
        font-size: 20px;
        content: "\f058";
        position: absolute;
        left: 43%;
        top: auto;
        bottom: -8%;
        color: var(--primary-color);
      }
      .custom-radio.topleft0 input:checked + label::after{
        left:0;
        bottom: 0;
      }
      .form-check input[type="checkbox"]:checked + label::after{
        font-family: var(--fa-style-family, "Font Awesome 6 Pro");
        font-weight: var(--fa-style, 900);
        font-size: 20px;
        content: "\f14a";
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        color: var(--primary-color);
      }

      .custom-card-selection input:checked +label::after{
        opacity: 0 !important;
      }
      .custom-radio input:checked + label .card,.custom-card-selection input:checked + label .card
      {
        background-color: var(--selection-color);
        border:var(--primary-color) solid 1px;
      }
      .custom-radio input:checked + label .card .img-container,.fill
      {
        background: var(--primary-color);
        border-radius: 50%;
      }
      .custom-card-selection input:checked + label .card .img-container
      {
        background:var(--primary-color);
      }
      .custom-radio input:checked + label .card .img-container img,.fill img
      {        
        filter: brightness(0) invert(1);
      }
      .custom-card-selection input:checked + label .card .img-container img
      {
        filter: none;
        background:var(--primary-color);
      }
      .custom-card-selection .card{
        display: flex; flex-direction: row;
        padding: 10px;
      }
      .custom-card-selection .card .img-container
      {
        margin-bottom: 0px;
      }
      .custom-card-selection .card .img-container, .custom-card-selection .card img
      {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: var(--grey-color);
        object-fit: cover;
    object-position: top;
      }
      .theme-btn{
        background-color: var(--primary-color);
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        height: 40px;
      }
      .default-btn
      {
        background-color: var(--grey-color) !important;
        color: #000;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
      }
/** SELECT 2 **/
      .select2-results__option {
        padding-right: 20px;
        vertical-align: middle;
      }
      .select2-results__option:before {
        content: "";
        display: inline-block;
        position: absolute;
        height: 20px;
        width: 20px;
        right: 0;
        border: none;
        border-radius: 4px;
        background-color: transparent;
        margin-right: 20px;
        vertical-align: middle;
      }
      .select2-results__option[aria-selected=true]:before {
        font-family: "Font Awesome 6 Pro";
        content: "\f00c";
        color:var(--secondary-color);
        font-weight: 300;
        border: 0;
        display: inline-block;
        padding-left: 3px;
        background: none;
      }
      .select2-container--default .select2-results__option[aria-selected=true] {
          background-color: #fff;
      }
      .select2-container--default .select2-results__option--highlighted[aria-selected] {
          background-color: #eaeaeb;
          color: #272727;
      }
      .select2-container--default .select2-selection--multiple {
          margin-bottom: 10px;
      }
      .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
          border-radius: 4px;
      }
      .select2-container--default.select2-container--focus .select2-selection--multiple {
          border-color: #f77750;
          border-width: 2px;
      }
      .select2-container--default .select2-selection--multiple {
          border-width: 2px;
      }
      .select2-container--open .select2-dropdown--below {
          
          border-radius: 6px;
          box-shadow: 0 0 10px rgba(0,0,0,0.5);
      
      }
      .select2-selection .select2-selection--multiple:after {
          content: 'hhghgh';
      }.select2-container {
        min-width: 100%;
      }
      .form-group{
        position: relative;
      }
      .form-group i{
        position: absolute;
    top: 35%;
    left: 3%;
      }
      .form-control, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple
      {
        border-radius: 8px!important;
border-width: 1px!important;
border-color: #BDC1CAFF!important;
border-style: solid !important;
border: #BDC1CAFF 1px solid !important;
outline: none;
height: 52px;
padding-left: 40px;
      }
      .select2-container--default .select2-selection--multiple .select2-selection__choice
      {
        background-color: var(--primary-color) !important;
        padding: 8px 6px !important;
        color: #fff;
      }
      .select2-container--default .select2-selection--multiple .select2-selection__choice__remove
      {
        color: var(--bs-white) !important;
      }
      .heightequal {
        height: 52px;
       }
       /**TOAST **/
       .toast{
        position: absolute;
        top: 25px;
        right: 30px;
        border-radius: 12px;
        background: #fff;
        padding: 20px 35px 20px 25px;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        border-left: 6px solid var(--dark-grey);
        overflow: hidden;
        /* transform: translateX(calc(100% + 30px)); */
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
    }
    
    .toast.active{
        transform: translateX(0%);
    }
    
    .toast .toast-content{
        display: flex;
        align-items: center;
    }
    
    .toast-content .check{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 35px;
        width: 35px;
        background-color: var(--selection-color);
        color: #000;
        font-size: 20px;
        border-radius: 50%;
    }
    .toast-content.error .check{
      background-color: #e86363;
      color: #af2929;
    }
    .toast-content.success .check{
      background-color: #63e8a5;
      color: #29af55;
    }
    .toast-content .message{
        display: flex;
        flex-direction: column;
        margin: 0 20px;
    }
    
    .message .text{
        font-size: 14px;
        font-weight: 400;;
        color: #666666;
    }
    
    .toast .close{
        position: absolute;
        top: 10px;
        right: 15px;
        padding: 5px;
        cursor: pointer;
        opacity: 0.7;
    }
    
    .toast .close:hover{
        opacity: 1;
    }
    
    .toast .progress{
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        width: 100%;
        background: #ddd;
    }
    
    .toast .progress:before{
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background-color: var(--dark-grey);
    }
    
    .progress.active:before{
        animation: progress 5s linear forwards;
    }
    
    @keyframes progress {
        100%{
            right: 100%;
        }
    }
    
    .toast.active ~ button{
        pointer-events: none;
    }
    .ctr {text-align: center;}

.pwcontainer {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pwfillme {
    background-color: #e5e9eb;
    height: 0.25em;
    position: relative;
    width: 24em;
}

.pwfillme-line {
    -webkit-animation-duration: 30s;
    -webkit-animation-name: width;
    background: #ee504f;
    background-size: 24em 0.25em;
    height: 100%;
    position: relative;
}

@-webkit-keyframes width {
    0%, 100% {
        transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
    }

    0% {
        width: 0;
    }

    100% {
        width: 100%;
    };
}
.link{
  position: relative;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  overflow: hidden;
  width: 300px;
  display: block;
}
.link.active{
  height: 10px;
  width: 300px;
}
.link::before{
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background: #5b13b9;
  border-radius: 55px;
  transition: all 6s ease-in-out;
}
.link.active::before{
  animation: layer 6s ease-in-out forwards;
}
@keyframes layer {
  100%{
    left: 0%;
  }
}
.progress-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.progress-steps li {
  display: flex;
  align-items: center;
  padding:10px;
  border-bottom: #ebecee solid 1px;
}
.progress-steps li.completed .step-circle::before {
  content: '\2713'; /* Unicode for checkmark */
  font-size: 20px;
  color: #fff;
}
.progress-steps li.completed .step-circle {
  background-color: var(--primary-color);
  color: white;
  font-size: 0px;
}
.progress-steps li.completed
{
  background-color: #636ae80d;
}
.progress-steps li .step-circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-weight: bold;
  color: #6c757d;
}
.progress-steps li .step-description {
  font-size: 13px;
}
.progress-section {
  position: fixed;
  top: 0;
  right: 0;
  width: 315px;
  height: 100%;
  background-color: #f7f8fc;
  /* padding: 20px; */
  /* box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1); */
  overflow-y: auto;
  border-left: #ebecee solid 1px;
}/* Progress bar styling */
.progress-bar-container {
  margin-bottom: 20px;
}
.progress-bar-container .progress {
  height: 8px;
  background-color: #e9ecef;
}
.progress-bar-container .progress-bar {
  background-color:var(--primary-color);
}
.main-content {
  margin-right: 280px; /* Add some space to account for the fixed sidebar */
}
.progressbox
{
  padding: 10px;
}
.card-header
{
  background: #f2f2f2;
  border-radius: 10px;
  font-size: 19px;
}
.title
{
  text-decoration: underline;
    color: var(--primary-color);
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 30px !important;
}
.row {
  --vz-gutter-x: 15px;
}
.row.no-gutter{
  --vz-gutter-x: 0px;
}
textarea
{
  height: 100px !important;
}
.textarea i{
  top: 13%;
}
.price-table {
  background: #FFFFFFCC;
border-radius: 8px;
border-width: 1px;
border-color: #DEE1E6FF;
border-style: solid;
  padding: 30px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  justify-content: space-around;
  cursor: pointer;
}
.price-table.active{
  background-color: #636ae80d;
  border-color: var(--primary-color);
}
.price-table .price{font-size: 25px;}
.about-one{
  position: relative;
  display: block;
  padding-left: 25px;
  margin-top: 34px;
  margin-bottom: 43px;
}
.about-one:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 7px;
  left: 0;
  width: 6px;
  background-color: var(--primary-color);
}
.about-one-text {
  font-size: 18px;
  font-weight: 500;
  color: var(--bs-black);
  line-height: 34px;
}
p{
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
}
.box {
  vertical-align: middle;
  width: 120px;
  height: 120px;
  border: 1px dashed rgba(103, 103, 103, 0.39);
  padding: 25px;
  margin: 5px;
  display: inline-block;
}.box .upload-button {
  font-weight: bold;
}.box .upload-button i {
  position: relative;
  left: 35%;
}.box input[type="file"] {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  cursor: pointer;
}.box-preview {
  vertical-align: middle;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(103, 103, 103, 0.39);
  padding: 5px;
  margin: 5px;
  display: inline-block;
  position: relative;
}.box-preview img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}