.tutor-btn.tutor-btn-primary.tutor-btn-block {
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 12px 24px !important;
  border-radius: 8px !important;
  background-color: #8f85f8 !important;
  color: #fff !important;
  transition: background-color 0.3s ease !important;
}

.tutor-btn.tutor-btn-primary.tutor-btn-block:hover {
  background-color: #fff!important;
    color: #8f85f8 !important;
}

.tutor-btn.tutor-btn-link {
  display: inline-block !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  color: #8f85f8 !important;
  background-color: transparent !important;
  text-align: center !important;
  text-decoration: none !important;
}

.tutor-btn.tutor-btn-link:hover {
  background-color: #8f85f8 !important;
  color: #fff !important;
}


/* Style the checkbox container */
.tutor-form-check {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 16px !important;
}

.tutor-form-check-input {
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  width: 18px !important;
  height: 18px !important;
  cursor: pointer !important;
  accent-color: #8f85f8  !important;
}

/* Style the label */
.tutor-form-check label,
.tutor-form-check .tutor-fs-7 {
  font-size: 14px !important;
  color: #666 !important;
  cursor: pointer !important;
  user-select: none !important;
}


.tutor-form-control {
  width: 100% !important;
  padding: 12px 16px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  color: #333 !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
  box-shadow: none !important;
}

/* On focus */
.tutor-form-control:focus {
  border-color: #8f85f8  !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(32, 106, 240, 0.2) !important;
}

/* Bottom margins for spacing */
.tutor-mb-20 {
  margin-bottom: 20px !important;
}

.tutor-mb-32 {
  margin-bottom: 32px !important;
}





















/* Modal Overlay */
.tutor-modal-overlay {
    background-color: rgba(0, 0, 0, 0.6) !important;
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
}

/* Modal Window */
.tutor-modal-window {
    background-color: #fff;
    border-radius: 12px;
    max-width: 420px;
    margin: 80px auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1000;
    animation: fadeInUp 0.3s ease-out;
}

/* Modal Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Close Button */
.tutor-modal-close-o {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    z-index: 1001;
    color: #333;
}

/* Modal Content Padding */
.tutor-modal-content {
    padding: 40px 30px 30px 30px;
}


.tutor-fs-4{
       margin-top: 20px !important;
}

.tutor-fs-4.tutor-fw-medium {

    font-size: 1.5rem;
    font-weight: 600;
    color: #1d1d1d;
    margin-bottom: 24px;
    text-align: center;
}

/* Input Fields */
.tutor-form-control {
    width: 100%;
    padding: 12px 15px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}
.tutor-form-control:focus {
    border-color: #7b70f7;
    outline: none;
}

/* Remember Me + Forgot Link */
.tutor-d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tutor-form-check label {
    font-size: 0.9rem;
    color: #666;
}
.tutor-btn.tutor-btn-ghost {
    font-size: 0.9rem;
    color: #7b70f7;
    text-decoration: underline;
    background: none;
    border: none;
}

/* Submit Button */
.tutor-btn-primary {
    background-color: #7b70f7 !important;
    color: #fff !important;
    padding: 12px 20px !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 1rem !important;
    cursor: pointer;
    transition: background-color 0.3s ease !important;
}
.tutor-btn-primary:hover {
    background-color: #5a4fd9 !important;
}

/* Register Text */
.tutor-text-center {
    text-align: center;
}
.tutor-text-center a {
    color: #7b70f7;
    text-decoration: none;
    font-weight: 500;
}
.tutor-text-center a:hover {
    text-decoration: underline;
}

/* Google & Facebook Buttons */
.nsl-button-google, .nsl-button-facebook {
    background-color: #7b70f7 !important;
    color: #fff !important;
    padding: 12px 5px !important;
    border-radius: 6px !important;
    margin-top: 10px !important;
}
.nsl-button-svg-container svg {
    width: 26px !important;
    height: 26px !important;
    margin-right: 10px;
}
.nsl-button-label-container {
    font-size: 15px !important;
    font-weight: 500 !important;
}







/* Make modal body scrollable if content is too tall */
.tutor-modal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    z-index: 999999 !important;
}

/* Limit modal window height */
.tutor-modal-window {
transform: scale(0.9) !important;  /* Zooms out modal to 90% */
  transform-origin: top center !important;  /* Anchor zoom to top */
    overflow-y: auto !important;
    margin: 0 auto;
    top: 5vh;
    position: relative;
}

/* Prevent body scroll when modal is active */
body.modal-open {
    overflow: hidden;
    height: 100%;
}

/* Tweak padding and form spacing for small screens */

    .tutor-modal-content {
        padding: 20px 15px !important;
    }

    .tutor-py-48 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .tutor-modal-window-sm {
        width: 90% !important;


    }

    .tutor-modal-body {
        max-height: calc(100vh - 80px);
        overflow-y: auto;
    }

    .tutor-modal-close-o {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 10;
    }


.tutor-text-center.tutor-fs-6.tutor-color-secondary.tutor-mt-20 {
  padding-top: 15px!important; /* adjust as needed */
}
























.wjportal-jobs-list-top-wrp {
    width: 100% !important;
    box-sizing: border-box; /* ensures padding/border don't exceed width */
    display: block; /* or flex/grid depending on context */
}