*{
    padding:0;
    margin:0;
}
.card{
    box-shadow: none;
    background: #1D1D1D;
    border: 1.5px solid #FFBE82;
    border-radius: 40px;
    padding: 30px;
    /*height:500px;
    width:800px;
    background-color:#fff;
    position:relative;
    box-shadow:0 15px 30px rgba(0,0,0,0.1);
    border-radius:20px;*/
}
.card .form{
    width:100%;
    height:100%;
    
    display:flex;
}
.card .left-side{
    width:35%;
    background-color:transparent;
    height:100%;
 border-top-left-radius:20px;
 border-bottom-left-radius:20px;
  padding:20px 30px;
  box-sizing:border-box;

}
/*left-side-start*/
.left-heading{
    color:#fff;
   
}
.steps-content{
    margin-top:30px;
    color:#fff;
}
.steps-content p{
    font-size:12px;
    margin-top:15px;
}
.progress-bar{
    list-style: none;
    color: #ffbf8a;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
    background: transparent;
    counter-reset: container 0;
    padding-left: 0;
    text-align: left;
    overflow: inherit;
}
.progress-bar li{
    position:relative;
    margin-left:40px;
    margin-top:50px;
    counter-increment:container 1;
    color:#404040;
    line-height: 1;
    font-weight: 600;
    font-size: 23px;
}
.progress-bar li::before{
    content: counter(container);
    line-height: 20px;
    text-align: center;
    position: absolute;
    height: 25px;
    width: 25px;
    border: 1px solid #303030;
    border-radius: 50%;
    left: -40px;
    top: 0px;
    z-index: 10;
    background-color: #191919;

     
}


.progress-bar li::after{
    content: '';
    position: absolute;
    height: 90px;
    width: 2px;
    background-color: #282828;
    z-index: 1;
    left: -27px;
    top: -70px;
}


.progress-bar li.active::after{
    background-color: #FFC18E;

}

.progress-bar li:first-child:after{
  display:none;  
}

/*.progress-bar li:last-child:after{*/
/*  display:none;  */
/*}*/
.progress-bar li.active::before{
    color:#ffbf8a;
      border:1px solid #ffbf8a;
}
.progress-bar li.active{
    color: #ffbf8a;
}
.d-none{
   display:none;   
}

/*left-side-end*/
.card .right-side{
    width:65%;
    background-color:transparent;
    height:100%;
  border-radius:20px;
}
/*right-side-start*/
.main{
    display:none;
}
.active{
    display:block;
}
.main{
    padding:40px;
}
.main small{
    font-size: 16px;
    font-weight: 300;
}
.text{
    margin-top:20px; 
}
.text h2{
    font-size: 20px;
    font-family: "Darker Grotesque", sans-serif;
}
.congrats{
    text-align:center;
}
.text p{
    margin-top:10px;
    font-size:13px;
    font-weight:700;
    color:#cbced4;
}
.input-text{
    margin:0 0 20px 0;
    display:flex;
    gap:0px;
    flex-wrap: wrap;
}

.input-text .input-div{
    width:100%;
    position:relative;
    
}
input[type="text"], input[type="date"], textarea, input[type="time"], input[type="time"] {
    width:100%;
    color: #FFC18E;
    font-size: 22px;
    font-weight: 500;
    height: 60px;
    border-radius: 11px;
    border: 1px solid #303030 !important;
    background-color: #242424;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    resize: none;
}
select{
    width:100%;
    color: #FFC18E;
    font-size: 22px;
    font-weight: 500;
    height: 60px;
    border-radius: 11px;
    border: 1px solid #303030 !important;
    background-color: #242424;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}
.input-text .input-div span{
    position:absolute;
    top:10px;
    left:10px;
    font-size:14px;
    transition:all 0.5s;
}
.input-div input:focus ~ span,.input-div input:valid ~ span  {
    top:-15px;
    left:6px;
    font-size:10px;
    font-weight:600; 
}

.input-div span{
    top:-15px;
    left:6px;
    font-size:10px;
}
.buttons button, .pay_nowbtn{
    border: 1px solid #FFBE82;
    border-radius: 86px;
    padding: 10px 30px;
    height: 55px;
    font-size: 25px;
    font-weight: 500;
    color: #000;
    display: inline-flex;
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    background: #FFBE82;
    line-height: 1;
}
.pay_nowbtn span{
    font-size: 20px;
    line-height: 1.5;
}
.buttons button:hover, .pay_nowbtn:hover {
    background: #000;
    color: #F1B583;
    font-weight: 500;
}
.button_space{
    gap:20px;
    text-align: end;
    
}
.button_space button:nth-child(1){
    background-color:#fff;
    color:#000;
    border:1px solid#000;
}
.user_card{
    margin-top:20px;
    margin-bottom:40px;
    height:200px;
    width:100%;
    border:1px solid #c7d3d9;
    border-radius:10px;
    display:flex;
    overflow:hidden;
    position:relative;
    box-sizing:border-box;
}
.user_card span{
    height:80px;
    width:100%;
    background-color:#dfeeff;
}
.circle{
    position:absolute;
    top:40px;
    left:60px;
}
.circle span{
    height:70px;
    width:70px;
    background-color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    border:2px solid #fff;
    border-radius:50%;
}
.circle span img{
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit:cover;
}
.social{
    display:flex;
    position:absolute;
    top:100px;
    right:10px;
}
.social span{
    height:30px;
    width:30px;
    border-radius:7px;
    background-color:#fff;
    border:1px solid #cbd6dc;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-left:10px;
    color:#cbd6dc;

}
.social span i{
        cursor:pointer;
}
.heart{
    color:red !important;
}
.share{
        color:red !important;
}
.user_name{
    position:absolute;
    top:110px;
    margin:10px;
    padding:0 30px;
    display:flex;
    flex-direction:column;
    width:100%;
    
} 
.user_name h3{
    color:#4c5b68;
}
.detail{
    /*margin-top:10px;*/
   display:flex;
   justify-content:space-between;
   margin-right:50px;
}
.detail p{
    font-size:12px;
    font-weight:700;

}
.detail p a{
    text-decoration:none;
    color:blue;
}






.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}.warning{
    border:1px solid red !important;
}


/*right-side-end*/
@media (max-width:750px) {
    .container{
        height:scroll;
       
        
    }
    .card {
        max-width: 100%;
        height:auto !important;
        margin:30px 0;
    }
    .card .right-side {
     width:100%;
            
    }
     .input-text{
         display:block;
     }
     
     .input-text .input-div{
  margin-top:20px;
    
}

    .card .left-side {
           
     display: none;
    }
}



.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before
{
    box-sizing: content-box !important;
}

.Zebra_DatePicker
{
    font-size: 12px;
    position: absolute;
    z-index: 1200;
    top: 0;
    border: 1px solid #2a2a2a;
    background: #191919;
}

.Zebra_DatePicker *
{
    margin: 0;
    padding: 0;
    color: #FFBE82;
    border: none;
    background: transparent;
}

/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table
{
    width: auto;
    table-layout: auto;
    border-spacing: 0;
    border-collapse: collapse;
}

.Zebra_DatePicker td,
.Zebra_DatePicker th
{
    padding: 5px 0;
    text-align: center;
}

.Zebra_DatePicker td
{
    cursor: pointer;
}

.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker
{
    margin-top: 3px;
}

.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td
{
    width: 30px;
    border: 1px solid #2a2a2a;
    background: #000;
    font-size: 14px;
    text-align: center;
}

.Zebra_DatePicker,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker .dp_footer .dp_hover
{
}

/* = VISIBLE/HIDDEN STATES (USE TRANSITIONS FOR EFFECTS)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker.dp_visible
{
    visibility: visible;
    transition: opacity .2s ease-in-out;
    opacity: 1;
    padding: 5px;
    background: #191919;
    border: 0;
}
.Zebra_DatePicker.dp_hidden
{
    visibility: hidden;

    opacity: 0;
}

/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header td
{
    color: #ffbe7f;
}

.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next
{
    width: 30px;
}

.Zebra_DatePicker .dp_header .dp_caption
{
    font-weight: 500;
    font-size: 14px;
}
.Zebra_DatePicker .dp_header .dp_hover
{
    color: #fff;
    background: #1d1d1d;
}

/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th
{
    color: #FFBE82;
    background: #000;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}
.Zebra_DatePicker td.dp_not_in_month
{
    cursor: default;
    color: #565656;
    background: #242424;
}
.Zebra_DatePicker td.dp_not_in_month_selectable
{
    cursor: pointer;

    color: #000;
    background: #FFBE82;
}
.Zebra_DatePicker td.dp_weekend
{
    background: #1e1e1e;
    color: #3a3a3a;
}
.Zebra_DatePicker td.dp_weekend_disabled
{
    cursor: default;

    color: #000;
}
.Zebra_DatePicker td.dp_selected
{
    color: #000 !important;
    background: #FFBE82;
}
.Zebra_DatePicker td.dp_week_number
{
    font-style: italic;

    cursor: text;

    color: #000;
    background: #FFBE82;
}

/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td
{
    width: 33%;
}

/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td
{
    width: 33%;
}

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer
{
    margin-top: 3px;
}
/* .Zebra_DatePicker .dp_footer .dp_hover
{
    color: #fff;
    background: $zebradatepicker__cell--bg-color--hover;
} */

/* = SELECT CURRENT DAY
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_today
{
    padding: 6px 3px;
    color: #ffbe7f;
    font-size: 14px;
    text-align: center;
}



.Zebra_DatePicker .dp_clear
{
    padding: 6px 3px;
    color: #ffbe7f;
    font-size: 14px;
    text-align: center;
}

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current
{
    background: #000;
}
.Zebra_DatePicker td.dp_disabled_current
{
    background: #1d1d1d;
}
.Zebra_DatePicker td.dp_disabled
{
    cursor: default;

    color: #FFBE82;
    background: #000;
}
.Zebra_DatePicker td.dp_hover
{
    color: #000;
    background:#FFBE82;
}

/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon
{
    line-height: 0;

    position: absolute;

    display: block;

    width: 16px;
    height: 16px;
    padding: 0;

    cursor: pointer;
    vertical-align: top;
    text-indent: -9000px;

    border: none;
    background: url('calendar.png') no-repeat left top;
}
button.Zebra_DatePicker_Icon_Disabled
{
    background-image: url('calendar-disabled.png');
}

/* don't set vertical margins! */
button.Zebra_DatePicker_Icon
{
    margin: 0 0 0 3px;
}
button.Zebra_DatePicker_Icon_Inside
{
    margin: 0 3px 0 0;
}
