 body {
     font-family: "Mona Sans", sans-serif;

 }
 

.select2-container {
    width: 100% !important;
}

.select2-dropdown {
    z-index: 9999;
}
.custom-checkbox {
    accent-color: #D34699 !important;
}
 .login-wrapper {
     min-height: 100vh;
     background: url("../images/login-bg.png");
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
 }


 .signin-card {
     max-width: 445px;
     border-radius: 14px;
     border: 1px solid #F4F4F4;
     background: #FFFFFF;

     box-shadow: 0px 4px 33.8px 0px #0000001A;

 }

 .brand-icon {
     width: 130px;
     height: 130px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto;
 }

 .small {
     font-size: 13px;
 }

 .btn-gradient {
     background: linear-gradient(90.48deg, #7926A0 1.16%, #D34699 99.59%);
     border: none;
 }

 .btn-gradient:hover {
     opacity: 0.95;
 }


 .form-control {
     opacity: 1;
     padding: 12px;
     gap: 8px;
     border-radius: 6px;
     border-width: 1px;

 }

 .form-label {
     font-weight: 500;
     color: #333333;
 }

 .required {
    font-weight: 800;
    color: #dc3545;
    font-size: 18px;
 }
 .form-check-input.custom-checkbox {
    accent-color: #7926a0 ;
}


.form-check-input.custom-checkbox:checked {
    background-color: #7926a0 !important;
    border-color: #7926a0 !important;
}
.form-check-input.custom-checkbox:focus {
    box-shadow: 0 0 0 0.15rem #7926a03d !important;
}

 .btn {
     font-size: 15px;
     font-weight: 500;
     padding: 12px 0px;
 }

 .form-control:focus {

     border-color: #922f9e;
     outline: 0;
     box-shadow: 0 0 0 .15rem rgb(216 176 247 / 65%);
 }

 input:focus,
 textarea:focus,
 select:focus,
 .select2-selection:focus {
     outline: none;
     border: 1px solid #922f9e !important;
     box-shadow: 0 0 0 .15rem rgb(216 176 247 / 65%);
 }

 input:focus-visible,
 textarea:focus-visible,
 select:focus-visible {
     outline: none;
 }

 input::placeholder {
     color: #b0b0b0 !important;

 }


 /* otp screen */


 .otp-container {
     max-width: 315px;
     width: 100%;
 }


 .otp-wrapper {
     display: flex;
     justify-content: space-between;
     margin-bottom: 24px;
 }


 .otp-input {
     width: 56px;
     height: 56px;
     text-align: center;
     font-size: 18px;
     font-weight: 600;
     border-radius: 6px;
     border: 1.5px solid #ddd;
 }

 .otp-input:focus {
     border-color: #922f9e;
     box-shadow: 0 0 0 1px rgba(146, 47, 158, 0.25);
     outline: none;
 }




 .otp-sub-ttl {
     font-size: 16px;
     color: #636363;
     line-height: 21px;

 }

 .page-wrapper {
     min-height: 70vh;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 30px;
         margin-top: 70px;
 }


 .layout-box {
     width: 100%;
     max-width: 1250px;
     display: flex;
     gap: 35px;
 }


 .onboard-sidebar {
     width: 360px;
     background: #F8F8FF;
     box-shadow: 0px 1px 20px 5px #9772EE0F;
     border-radius: 26px;
     padding: 50px 26px;
     border: 1px solid #EBD9FB
 }

 .sidebar-logo {

     margin-bottom: 40px;
 }

 .sidebar-logo img {
     max-width: 160px;
 }

 /* STEPS */
 .steps {
     list-style: none;
     padding: 0;
     margin: 0;
     position: relative;
 }

 .steps::before {
     content: "";
     position: absolute;
     left: 16px;
     top: 36px;
     height: calc(100% - 70px);
     width: 4px;
     background: #D2CEFF;
 }

 .step {
     display: flex;
     gap: 16px;
     margin-bottom: 50px;
     position: relative;
 }

 .step.last {
     margin-bottom: 0;
 }

 .circle {
     width: 36px;
     height: 36px;
     border-radius: 10px;
     background: #fff;
     border: 0.5px solid #D2CEFF;

     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: 600;
     color: #a8a1c4;
     z-index: 2;
 }

 .step.active .circle {
     background: linear-gradient(160.41deg, #D99FFF -5.15%, #641E9C 87.35%);
     box-shadow: 0px 2px 5px 0px #4A3AFF40;
     color: #fff;
     border: none;
 }

 .step.active::before {
     content: "";
     position: absolute;
     left: 16px;
     top: 36px;
     height: 79px;
     width: 4px;
     background: #5C2396;


 }

 /* CONTENT */
 .form-content {
     flex: 1;

     padding: 40px;
     border-radius: 26px;
     box-shadow: 0px 1px 8px 0px #19213D0F;
     border: 1px solid #F1F2F9;
     background: #FFFFFF;
 }

 .form-content h2 {
     color: #282232;
     font-size: 19px;
     margin-bottom: 30px;
     font-weight: 600;
 }

 .step.completed .circle {
     background: #ede6ff;
     color: #641E9C;
 }
.select2-container {
    width: 100% !important;
}

.select2-dropdown {
    z-index: 99999 !important;
}

 /* FORM */
 .form-row {
     display: flex;
     gap: 20px;
 }

 .form-group {
     width: 100%;
     margin-bottom: 20px;
 }



 .form-group input,
 .form-group textarea,
 .form-group select {
     width: 100%;
     padding: 12px 15px;
     border-radius: 6px;
     border: 1px solid #ccc;
 }
 .flatpickr-calendar {
      border: 1px solid #dddddd;
    border-radius: 5px;
}  
 

 textarea {
     resize: none;
     min-height: 100px;
    font-size:14px;
 }

 /* BUTTONS */
 .form-buttons {
     display: flex;
     justify-content: space-between;
     margin-top: 30px;
 }

 .btn-skip {
     border: 1px solid #170F49;
     color: #170F49;
     padding: 10px 40px;
     border-radius: 6px;
     text-decoration: none;
     box-shadow: 0px 4px 6px 0px #FFFFFF66 inset;
     border: 1px solid #D9DBE9;


 }

 .btn-continue {
     background: linear-gradient(90deg, #7926A0, #D34699);
     border: none;
     color: #fff;
     padding: 12px 30px;
     border-radius: 6px;
     text-decoration: none;
 }


 .content h4 {
     color: #282232;
     font-weight: 600;
     font-size: 17px;
 }

 .content p {
     color: #9E9E9E;
 }

 .form-label {
     font-weight: 600;
     color: #212529;
     font-size: 15px;
 }


 .form-content {
     display: flex;
     flex-direction: column;

 }


 .form-content form {
     display: flex;
     flex-direction: column;
     flex: 1;
 }


 .form-body {
     flex: 1;
 }


 .form-buttons {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding-top: 55px;
     margin-top: 20px;
     border-top: 1px solid #eee;
 }


 .select2-container--default .select2-selection--single {
     height: 44px !important;
     padding: 9px 15px;
     border: 1px solid #ccc !important;
     border-radius: 6px !important;
     font-size: 14px;
     outline: none;

 }

 .select2-container--default .select2-selection--single .select2-selection__rendered {
     color: #444;
     line-height: 23px !important;
 }

 .select2-container--default .select2-selection--single .select2-selection__placeholder {
     color: #b0b0b0 !important;
     font-family: "Mona Sans", sans-serif !important;
        font-weight: 400;
    font-size: 14px;
 }

 textarea::placeholder{
     color: #b0b0b0 !important;
      font-size: 14px;
          font-weight: 400;
 }
 .select2-selection__clear {
     display: none;
 }

 .select2-container--default .select2-selection--single .select2-selection__arrow {

     top: 13px !important;
 }

 .select2-selection__arrow {
    border: none !important;
    width: 13px;
    height: 8px;
    margin-top: -3px;
     background: url('../images/icon/bottom-arrow.svg') center right / contain no-repeat;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 8px !important;
    
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 13px !important;
}

    .select2-container--default .select2-selection--single {
    height: 48px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.select2-selection__arrow {
    height: 100%;
    right: 14px;
}
.select2-selection__arrow b{
    display: none;
}




 .distance-range {
     --fill-percent: 0%;
 }


 .distance-range::-webkit-slider-runnable-track {
     height: 8px;
     border-radius: 10px;
     background: linear-gradient(to right,
             #6f2dbd var(--fill-percent),
             #e0e0e0 var(--fill-percent));
 }

 .distance-range::-moz-range-track {
     height: 8px;
     border-radius: 10px;
     background: #e0e0e0;
 }
.cm-slider input{
    padding: 0px;
    border:unset !important;
}
.cm-slider input:focus{
   box-shadow: unset !important; 
}
  #addServiceBtn{
        margin-left:0px !important;
        width: 80px;
    }


 .distance-range::-webkit-slider-thumb {
     appearance: none;
     margin-top: -6px;
     width: 20px;
     height: 20px;
     border-radius: 50%;
     background: #6f2dbd;
     border: 2px solid #6f2dbd;
     cursor: pointer;
 }

 .distance-range::-moz-range-thumb {
     width: 20px;
     height: 20px;
     border-radius: 50%;
     background: #6f2dbd;
     border: 2px solid #6f2dbd;
     cursor: pointer;
 }

 /* photo uploade */

 .upload-group {
     width: 100%;
 }


 .upload-dropzone {
     position: relative;
     border: 2px dashed #8e44ad;
     border-radius: 14px;
     padding: 44px 20px;
     text-align: center;
     background: #ffffff;
 }

 .upload-input {
     position: absolute;
     inset: 0;
     opacity: 0;
     cursor: pointer;
 }


 .upload-content {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 6px;
 }

 .upload-icon img {
     width: 36px;
     height: 36px;
 }

 .upload-content p {
     font-size: 15px;
     margin: 0;
     color: #2b2b2b;
 }

 .upload-content span {
     color: #6f2dbd;
     font-weight: 600;
     cursor: pointer;
 }

 .upload-content small {
     font-size: 13px;
     color: #9e9e9e;
 }

 .upload-preview-list {
     display: flex;
     flex-wrap: nowrap;

     gap: 20px;
     overflow-x: auto;

     overflow-y: hidden;
     padding-bottom: 10px;
     max-width: 100%;
     box-sizing: border-box;
 }



 .upload-card {
     flex: 0 0 190px;

     width: 190px;
     padding: 12px;
     background: #ffffff;
     border-radius: 14px;
     border: 1px solid #eeeeee;
     position: relative;
     overflow-wrap: break-word;
     word-break: break-word;
 }

 .upload-preview-list::-webkit-scrollbar {
     height: 6px;
 }

 .upload-preview-list::-webkit-scrollbar-thumb {
     background: #c9c9c9;
     border-radius: 10px;
 }



 .upload-card-header {
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     margin-bottom: 8px;
 }

 .upload-file-info h6 {
     font-size: 13px;
     margin: 0;
     font-weight: 600;
 }

 .upload-file-info small {
     font-size: 12px;
     color: #9e9e9e;
 }

 .upload-remove-btn {
        flex-shrink: 0;

        width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f1f1f1;
    color: #9e9e9e;
    font-size: 20px;
    text-align: center;
    line-height: 19px;
    cursor: pointer;
    border: 2px solid #9e9e9e;
 }


 .upload-card img {
     width: 100%;
     height: 170px;
     object-fit: cover;
     border-radius: 10px;
 }

 .msg-support {
     color: #6D6D6D;
 }


 .card-body {
     padding: 50px 20px;
 }

 .form-content {
     width: 100%;
     max-width: 100%;
     overflow: hidden;
 }

 .upload-preview-list {
     display: flex;
     flex-wrap: nowrap;
     gap: 20px;
     overflow-x: auto;
     overflow-y: hidden;
     max-width: 100%;
     padding-bottom: 12px;
 }

 .upload-card {
     flex: 0 0 190px;
     width: 190px;
 }

 /* kyc */

 .uploaded-file {
     margin-top: 16px;
     padding: 10px 16px;
     border: 1px solid #eee;
     border-radius: 10px;
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .file-left {
     display: flex;
     align-items: center;
     gap: 12px;
 }

 .file-left img {
     width: 32px;
 }

 .file-left strong {
     font-size: 14px;
     display: block;
 }

 .file-left small {
     color: #9e9e9e;
     font-size: 12px;
 }

 .file-remove {
     cursor: pointer;
     font-size: 18px;
     color: #bbb;
 }

 /* Record Section */
 .record-section {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 24px;
     align-items: start;
 }

 .record-box {
     width: 100%;
 }

 .btn-record {
     width: 100%;
     margin-top: 14px;
 }



 .record-status {
     display: flex;
     align-items: center;
     gap: 8px;
     margin-top: 10px;
     font-size: 14px;
     color: #d63636;
     font-weight: 500;
 }

 .record-status .dot {
     width: 10px;
     height: 10px;
     background: red;
     border-radius: 50%;
     animation: pulse 1.2s infinite;
 }

 @keyframes pulse {
     0% {
         transform: scale(1);
         opacity: 1;
     }

     50% {
         transform: scale(1.4);
         opacity: 0.5;
     }

     100% {
         transform: scale(1);
         opacity: 1;
     }
 }


 .record-drop {
     border: 2px dashed #8e44ad;
     border-radius: 12px;
     height: 180px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .record-drop img {
     width: 60px;
 }

 .btn-record {
     margin-top: 16px;
     width: 100%;
   background: linear-gradient(90.48deg, #7926A0 1.16%, #D34699 99.59%);


     color: #fff;
     border: none;
     padding: 12px;
     border-radius: 10px;
     font-weight: 600;
 }


 .instruction-box {
     background: #f8f8f8;
     border-radius: 14px;
     padding: 20px;
     box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
 }

 .instruction-box h5 {
     margin-bottom: 16px;
 }

 .instruction-item {
     display: flex;
     gap: 12px;
     margin-bottom: 15px
 }

 .instruction-item span {
     width: 28px;
     height: 28px;
     background: #e6ddff;
     color: #6f2dbd;
     font-weight: 600;
     border-radius: 6px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 6px;
 }

 .instruction-item p {
     font-size: 13px;
     color: #777;
     margin: 0;
 }




 h5 {
     font-weight: 600;
 }


 .note {
     padding: 10px 14px;
     border-radius: 6px;
     font-size: 13px;
     margin-bottom: 16px;
     display: none;
 }

 .price-note {
     background: #ffe9e2;
     color: #d85b32;
 }

 .commission-note {
     background: #fff3d6;
     color: #9b6b00;
 }

 .selected-services {
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
     margin-bottom: 16px;
 }

 .service-chip {
     background: #f6f6f6;
     border: 1px solid #ddd;
     padding: 6px 10px;
     border-radius: 20px;
     font-size: 13px;
     display: flex;
     align-items: center;
     gap: 6px;
 }

 .service-chip span {
     cursor: pointer;
     font-weight: bold;
 }


 /* thank you */
 .thnx-wrap {
     width: 85%;
     margin: 0px auto;
 }

 .thankyou-bg {
     min-height: 70vh;
     margin-top:70px;
     background: url("../images/blur.png");
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
 }


 .thankyou-card {
     max-width: 420px;
     width: 100%;
     border-radius: 16px;
     box-shadow: 0px 4px 33.8px 0px #0000001A;

     border: none;
 }


 .thankyou-icon {
     max-width: 90px;
 }


 .btn-gradient {
     background: linear-gradient(90.48deg, #7926A0 1.16%, #D34699 99.59%);


     border: none;
     border-radius: 6px;
     padding: 12px;
     font-weight: 500;
 }

 .btn-gradient:hover {
     opacity: 0.95;
 }


 .thankyou-card h4 {
     font-family: 'Poppins', sans-serif;
 }

 .thankyou-card p {
     font-family: 'Mona Sans', sans-serif;
     font-size: 16px;
 }

 .record-drop {
     width: 100%;
     max-width: 100%;
     aspect-ratio: 16 / 9;
    
     border-radius: 14px;
     display: flex;
     align-items: center;
     justify-content: center;
     overflow: hidden;
    
     position: relative;
 }


 .record-drop video {
     width: 100%;
     height: 100%;
     object-fit: cover;
     border-radius: 12px;
 }

 #recordedOutput video {
     width: 100%;
     max-height: 240px;
     object-fit: contain;
     border-radius: 12px;
     margin-top: 12px;
 }

 #recordedVideo {
     width: 100%;
     height: 100%;
     object-fit: cover;
     border-radius: 12px;
 }


 .instruction-item strong {
     font-size: 14px;
 }

 .record-box h5 {
     font-size: 18px;
 }

 .instruction-box h5 {
     font-size: 18px;
 }

 #fileName {
     word-break: break-all;
 }

 /* Responsive */
 @media (max-width: 768px) {
     .record-section {
         grid-template-columns: 1fr;
     }
 }

 /* Mobile */
 @media (max-width: 768px) {
     .record-section {
         grid-template-columns: 1fr;
     }
 }

 @media (max-width: 576px) {
     .service-form {
         padding: 10px;
     }
 }

 @media (max-width: 992px) {
     .layout-box {
         flex-direction: column;
     }

     .onboard-sidebar {
         width: 100%;
     }

     .form-row {
         flex-direction: column;
     }
 }

 #addServiceBtn {

     padding: 6px 25px;
     background: #c1409a;
     border: 1px solid #c1409a;
 }


 

 .iti__flag-container .iti__country-list {
    z-index: 1111 !important;
}
.iti__country-list {
    max-width: 270px !important;
}
.iti__country-list {
    overflow-x: hidden;
}
.iti {
    width: 100%;
}
.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}
.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}
.signin-card{
    margin-left:15%;
}
.login-wrapper {
    justify-content: start;
}

.upload-file-info h6{
   word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  
}

