@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Karla", serif;
}


/* ************************************* common style start ******************************** */
.sign-up-btn {
    background-color: #2A75AE;
    border-radius: 10px;
}

.sign-up-btn:hover {
    background-color: #2A75AE;
    border-radius: 10px;
}

label span {
    text-decoration: underline;
}

.main-wrapper {
    /* border-right:1px solid #2A75AE; */
    border-right: 1px solid #ddd;
}

.h-100vh {
    height: 100vh;
}


.custom-file-upload input[type="file"] {
    display: none;
}
.custom-file-upload label{
    width: 48% !important;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #2A75AE;
    border-radius: 10px;
}

.state_line{
    width: 2px;
    height: 40px;
    background-color: #DDDDDD;    
}
/* Button ka design */
.upload-btn {
    display: inline-block;
    padding: 6px 12px;
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}
.p-10 {
  padding: 10px !important;
  border:1px solid #DFDFDF !important;
  border-radius: 10px !important;
  outline-color: #2A75AE;
}
.lab-number{
    background-color: #2A75AE;
    
}




/* ************************************* common style end  ********************************* */

.upload-group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px;
    margin-top: 10px;
    flex-direction: column;
    width: 100%;
}

.upload-group label {
    width: 200px;
    font-weight: 500;
    margin-top: 10px;
}

.custom-file-upload {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #f8fafa;
    border: 1px solid #DFDFDF;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    justify-content: space-between;
}

.custom-file-upload input[type="file"] {
    background-color: #000;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: auto;
}

.custom-file-upload .note {
    font-size: 12px;
    color: #555;
    /* margin-left: 15px; */
}

iframe {
    height: 110px;
    width: 78px;
}

h1 {
    font-weight: 700 !important;
    font-size: 32px !important;
    color: #000000;

}

h2 {
    font-weight: 700 !important;
    font-size: 24px !important;
    color: #000000;
}

h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #000000;

}



p {

    font-weight: 500 !important;
    font-size: 16px !important;
    color: #737373;

}

strong {
    font-size: 16px !important;
}

span {
    font-size: 16px !important;
}

a {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #000000 !important;
}



.need-help {
    color: #fff !important;
    background: #2A75AE !important;
    border-radius: 10px !important;
    padding: 5px 10px;
    border: none;


}

.page {
    display: none;
}

.active {
    display: block;
}

/* ////////////////// slider start ////////////////////////////////*/
.testimonial-box {
    /* width: 400px; */
    background: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
    position: relative;
    overflow: hidden;
}

.testimonial-img-box {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    transition: background-image 0.8s ease-in-out;
}


.testimonial-text-box {
    padding: 20px;
}

.text-center h2 {
    font-size: 22px;
    margin: 10px 0;
}

.text-center p {
    font-size: 16px;
    color: #555;
}

/* Indicators */
.center-profile-indecater {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.center-profile-indecater div {
    width: 12px;
    height: 12px;
    background-color: #ddd;
    margin: 0 5px;
    border-radius: 50%;
    transition: background 0.5s;
}

.center-profile-indecater .active {
    background-color: #3498db;
    width: 50px;
    height: 20px;
    border-radius: 20px;

}

/* //////////////////////////////////////////// slider end /////////////////////////////////////////////////////*/

/* ////////////////////////////////////////////////////// Create an account style start /////////////////////// */
.center-profile,
.Center-Administration-details,
.Exam-Infrastructure-details-section,
.Bank-Account-details-section {
    background-color: #f9f9f9;
}

.back-to-website {
    border: 1px solid #DFDFDF !important;
    border-radius: 10px !important;
}

.form-wrapper input,
.country-code {
    background-color: #f9f9f9 !important;
    border: none;
    border: 1px solid #DFDFDF;
    outline-color: #2A75AE;
    border-radius: 10px;

}

.custom-select {
    width: 200px;
    padding: 8px 30px 8px 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('arrow-down.svg') no-repeat right 10px center;
    background-size: 12px;
    color: #737373;
}

.form-wrapper label {
    font-size: 14px;
}

.form-wrapper label span {
    color: #000;
    font-weight: 600;
}

.line-indicator {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 20px;
}

.line-indicator div {
    width: 31%;
    height: 3px;
    background-color: #DDDDDD;
}

.testimonial-img-box {
    width: 100%;
    height: 300px;
    background-color: #fff;

}

.center-profile-indecater {
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-profile-indecater div {
    width: 20px;
    height: 20px;
    background-color: #DDDDDD;
    border-radius: 50%;
    margin: 0px 10px;
}

.border.stepFilled {
    background-color: #f9f9f9;
    border: 1px solid #F9F9F9;
}

/* ////////////////////////////////////////////////////// Create an account style end /////////////////////// */


/*///////////////////////////////////// Verify your phone number section style start /////////////////////////*/
.text-wrapper p span {
    color: #000;
    font-weight: bold;
}

.form-wrapper-phone-number input {
    width: 65px;
    height: 60px;
    padding: 10px;
    border: 2px solid #DFDFDF;
    background: #F9FAFB;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    outline-color: #2A75AE;

}

.form-wrapper-phone-number input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.Create_phone_number {
    height: 100vh;
}

.first-indicator {
    background-color: #2A75AE !important;
}

.first-center-profile-indecator {
    width: 50px !important;
    height: 20px !important;
    border-radius: 20px !important;
    background-color: #2A75AE !important;
}

/*///////////////////////////////////// Verify your phone number section style end /////////////////////////*/


/* /////////////////////////////////// M-pin section style start //////////////////////////////////////////// */
.form-wrapper-M-pin input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-wrapper-M-pin input {
    width: 80px;
    height: 70px;
    padding: 10px;
    border: 2px solid #DFDFDF;
    background: #F9FAFB;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
    outline-color: #2A75AE;
}

/* /////////////////////////////////// M-pin section style end ////////////////////////////////////////////// */

/* //////////////////////////////////// center details style start //////////////////////////////////////// */

/* ***** tab responsive code start*******/
/* Mobile par tabs scroll hone ke liye min-width */
.scroll-tab {
    min-width: 200px;
    flex: 0 0 auto;
    
}

/* Mobile par scrollbar chhupane ke liye */
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
    
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}

/* ***** tab responsive code start*******/

.center-details-section {
    background-color: #f9f9f9;
}

.border-shadow {
    box-shadow: 0px 1px 10px 0px #00000021;
}

.intro-tab {
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px;
    background: #F9F9F9 !important;
    border: 1px solid #2A75AE;

}
.center-details-form label{
    margin-bottom: 10px;
}

.center-details-form input {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    outline-color: #2A75AE !important;
    
}

.center-details-form input[type="radio"] {
    width: 50px;
}

.radio-container {
    border: 1px solid #DFDFDF !important;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    outline-color: #2A75AE;

}

.Previous-btn {
    background-color: #f9f9f9 !important;
}

.formStep {
    display: none !important;
}

.formStep.show {
    display: block !important;
}

/* //////////////////////////////////// center details style end  ///////////////////////////////////////// */


/* ///////////////////////////////// Exam Infrastructure details section style start /////////////////////////*/

.network-option {
    width: 100%;
    padding: 10px;
    border-radius: 10px;

}

.save-btn {
    width: 81%;
    margin-left: 15px;
}

.Edit-btn {
    border: 1px solid #DDDDDD;
    width: 100%;
    text-align: center;
    background-color: #F9F9F9;
    margin: 0;
    padding: 10px;
    border-radius: 10px;

}


/* ///////////////////////////////// Exam Infrastructure details section style end /////////////////////////*/


/* ///////////////////////////////// Bank Account details section style start //////////////////////////// */
.gst-state-code-wrapper {
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    padding-bottom: 10px;
    outline-color: #2A75AE;
}

.gst-state-code-wrapper input {
    border-radius: 10px 10px 0px 0px;
}

/* ///////////////////////////////// Bank Account details section style end //////////////////////////// */


/* ///////////////////////////////// pop-Up style start //////////////////////////////////////////////// */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 50%;
}

.close-btn {
    background: #000000;
    color: white;
    border: none;
    padding: 8px 15px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 10px;
}

.popup-content a {
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

/* ///////////////////////////////// pop-Up style end ///////////////////////////////////////// */
.newLabWrapper {
    display: none;
}

.newLabWrapper.show {
    display: block;
}


/* /////////////////////////////////////// my booking style start /////////////////////////////////*/
.aside-section {
    border-right: 1px solid #DDDDDD;
    height: 100vh;
    position: relative;
}

.aside-heading {
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
    padding: 21px 0px;
}

.aside-list {
    padding: 30px;
    margin: 0;
    list-style: none;
}

.aside-list li a {
    text-decoration: none;
    display: block;
    padding: 10px;
}

.link.active {
    background-color: #000000;
    color: #fff !important;
    margin: 5px 0px;
    border-radius: 10px;
}

.booking-center {
    display: none;
}

.booking-center.active {
    display: block;
}

.company-wrapper {
    position: absolute;
    bottom: 0px;
    padding: 10px 14px;
}

.company-add {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    padding: 8px;
}

.founding {
    font-size: 10px !important;
    text-align: center;
}

.comp-heading h3 {
    font-size: 16px !important;
}

.comp-heading p {
    font-size: 14px !important;
}

.my-booking-wrapper {
    flex: 1;
    border-bottom: 1px solid #DDDDDD;
}

.my-booking-header {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 15px 0px;
    background-color: #fff;
}

.my-booking-tab {
    border-bottom: 1px solid #DDDDDD;
}

.my-booking-tab a {
    margin-right: 40px;
    text-decoration: none;
    padding: 20px 0px;
    display: inline-block;
}



.main-contant {
    background-color: #f9f9f9;

}

.booking-center {
    height: 100vh;
    overflow: auto;
}

.matrix-box {
    border: 1px solid #f9f9f9;
    padding: 40px 16px;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    background-color: #fff;
    display: flex;
}

.custom-booking-btn-box button {
    padding: 8px 0px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
}

.custom-btn {
    background-color: #000;
    color: #fff;
}

.center-profile-btn {
    background-color: #fff;
    color: #000;
}

.table-container {
    border-radius: 10px;
    border: 1px solid #DDDDDD;


}

.table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;

}

.table-input {
    position: relative;
}

.table-input input {
    padding: 5px 35px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    width: 300px;
}

.table-input img {
    position: absolute;
    left: 10px;
    top: 10px;

}

table {
    width: 100%;
}

tr {
    border: 1px solid #DDDDDD;
}

td,
th {
    padding: 20px;
}

.pending {
    background: #FEFFBD;
    color: #909229 !important;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 10px;
    text-decoration: none;
}

.rejected {
    background: #ED0A0A1A;
    color: #ED0A0A !important;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 10px;
    text-decoration: none;
}

.accepted {
    background: #CAFFBD;
    color: #3F892C !important;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 10px;
    text-decoration: none;
}

.View-btn {
    padding: 6px 16px;
    background-color: #000;
    color: #fff !important;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
}

.booking-tab.active {
    border-bottom: 2px solid #000;
}

.center {
    display: none;
}

.center.active {
    display: block;
}


/*////////////////////////////////////// my booking style end //////////////////////////////////*/

/*/////////////////////////////////////// Custom CSS for modal start /////////////////////////////*/
#bookingModal .modal-dialog {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    height: 100vh;
    width: 500px;
    /* Width adjust kar sakte ho */
    max-width: 100%;
    transform: translateX(100%);
    /* Initially hide */
    transition: transform 0.3s ease-in-out;
}

#bookingModal.show .modal-dialog {
    transform: translateX(0);
    /* Show modal */
}

#bookingModal .modal-content {
    height: 100vh;
    overflow-y: auto;
    /* Scroll enable */
    border-radius: 0;
    /* No rounded corners */
}

.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.form-label {
    width: 40%;
    /* Adjust width of label */
    font-weight: bold;
}

.form-control {
    width: 100%;
    /* Adjust width of input */
}

.project-details-bg-modal {
    background-color: #f9f9f9;
    padding-left: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.project-details-bg-modal input {
    background-color: #fff !important;
}

/* ////////////////////////////////// Custom CSS for modal end /////////////////////////////////////////*/

/*////////////////////////////////////////////////// calender style start //////////////////////////////*/
.calender-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #DDDDDD;
    background-color: #f9f9f9;

}

.calender-table th,
.calender-table td {
    border: 1px solid #DDDDDD;
    padding: 20px 10px;
    text-align: center;
}

.calender-table th {
    color: #737373;

}

.next-month {
    color: #737373 !important;
}

.calender-table td {
    color: #000000;
    font-weight: 600;
    font-size: 20px;
}

.date-day {
    background-color: #000;
    color: #fff !important;
}

.event-aside {
    background-color: #f9f9f9;
    border-left: 1px solid #DDDDDD;
    padding: 24px;
    height: 100vh;
}

.exam-seats-box {
    border-left: 2px solid #000;
}

.exam-status {
    background-color: #FEFFBD;
    padding: 5px;
    border-radius: 5px;
}

/* //////////////////////////////////// calender style end //////////////////////////////////*/

/* ////////////////////////// Add custom booking modal style start //////////////////////////*/
.Client-detail-box {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}

.Client-detail-box input {
    width: 100%;
}

/* /////////////////////////// Add custom booking modal style end ////////////////////////////*/


/* //////////////////////////// Review Modal style start ///////////////////////////////////*/
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 553px;
    height: 100%;
    right: 0;
    top: 0;
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
}

.review-bg {
    background-color: #f9f9f9;
}

/* ///////////////////////////////////// review modal style end //////////////////////////////////*/

/* rejection modal style start*/
.modal-dialog {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    margin: 0;
    max-width: 553px;
}

.modal-content {
    height: 100vh;
    border-radius: 0;

}

/* rejection modal style end*/

/*///////////////////////////////////// sure modal ////////////////////////////////////*/
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 553px;
    right: 0;
    top: 0;
}

.modal.right .modal-content {
    height: 100%;
    border-radius: 0;
}

.modal-header {
    border-bottom: none;
}

/*///////////////////////////////////////////// sure modal //////////////////////////*/

/* //////////////////////////////////////////// My centers section style start /////////////////// */
.center-img-box {
    margin-bottom: 20px;
}

.card {
    border-radius: 10px;
    padding: 20px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    border: none;
}

.badge {
    font-size: 14px;
}

.last-update {
    margin: 20px 0px 4px 0px;
}

.center-images img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

.accordion-button {
    background-color: #fff !important;
    font-weight: bold;
    color: #000 !important;
    border: 1px solid #DDDDDD;
    border-radius: 0 0 16px 16px;

}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.accordion-item {
    border: none;
    margin-bottom: 10px !important;
    margin-top: 20px;
    background-color: transparent;

}

.location {
    font-size: 14px !important;
}

.Available-btn,
.Audited-btn {
    background: #CAFFBD;
    color: #3F892C;
}

.audit-cnt {
    background: #F9FAFB;
    padding: 15px 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.my-center-wrapper {
    background-color: #f9f9f9;

}

.accordion-button {
    border-radius: 15px 15px 0 0 !important;
}

.accordion-button.collapsed {
    border-radius: 15px !important;
}

.img-edit-btn {
    position: absolute;
    top: 12%;
    left: 20%;
}

.delete-img-btn {
    width: 30px;
    height: 30px;
    right: 8px;
    bottom: 8px;
    position: absolute;
}

.delete-img-btn img {
    width: 100%;
    height: 100%;
}

#edit-center {
    display: none;
}

#editBtnCnt {
    display: none;
}

.project-details-bg-modal {
    overflow: scroll;
    max-height: 700px;
    overflow-x: auto;
}

/* //////////////////////////////////////////// My centers section style end ///////////////////// */
a#resendOtpButton {
    cursor: pointer;
}

.is-invalid {
    border-color: red !important;
}

.cursor-pointer{
    cursor: pointer;
}

/*========Notification==========*/
.notification-wrapper {
    cursor: pointer;
}

.notification-bell {
    position: relative;
}

.notification-count {
    position: absolute;
    top: -5px;
    right: -8px;
    font-size: 10px;
    padding: 4px 6px;
    border-radius: 50%;
}

.notification-dropdown {
    position: absolute;
    right: 0;
    top: 40px;
    width: 350px;
    background: #fff;
    border-radius: 8px;
    display: none;
    z-index: 999;
}

.notification-list {
    max-height: 400px;
    overflow-y: auto;
}

.notification-item {
    display: flex;
    gap: 10px;
    padding: 10px 15px;
    transition: 0.2s;
}

.notification-item:hover {
    background: #f8f9fa;
}

.notification-item .dot {
    width: 8px;
    height: 8px;
    margin-top: 8px;
    border-radius: 50%;
}

.notification-item.unread .dot {
    background: #0d6efd;
}

.notification-item.read .dot {
    background: #d1d1d1;
}

.notification-content {
    flex: 1;
}
.mark-all-read {
    text-decoration: none;
}
.view-all{
    color: white !important;
}
.center-name{
    color: black !important;
}

/*singup*/
.preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.image-preview-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.preview-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.delete-image-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 0, 0, 0.7);
    color: white;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 0 0 0 4px;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
}

.delete-image-btn:hover {
    background: rgba(255, 0, 0, 1);
}

/*my center*/
.image-container {
    height: 120px;
    width: 120px;
    display: inline-block;
}
.image-container .center-img{
   height: 100px;
   width: 100px;
}
button.delete-image-btn {
    display: block;
    text-align: center;
    background: red;
    padding: 2px 8px;
    border: none;
    color: white;
    margin-top: 5px;
    margin-left: 40px;
    cursor: pointer;
}
div.preview-container {
    display: flex;
    gap: 20px;
}
video.preview-video {
    height: 200px;
    width: 100%;
}
img.preview-image {
    height: 150px;
    width: 100%;
}
/*///////////////////////////////////////////// sure modal //////////////////////////*/
