.elementor-1749 .elementor-element.elementor-element-337e4457{--display:flex;--border-radius:60px 60px 60px 60px;--margin-top:130px;--margin-bottom:0px;--margin-left:160px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-1749 .elementor-element.elementor-element-337e4457:not(.elementor-motion-effects-element-type-background), .elementor-1749 .elementor-element.elementor-element-337e4457 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF00;background-image:url("https://studok.com.ua/wp-content/uploads/2026/01/ChatGPT-Image-19-січ.-2026-р.-19_29_55.png");background-repeat:no-repeat;background-size:cover;}@media(min-width:768px){.elementor-1749 .elementor-element.elementor-element-337e4457{--width:80%;}}/* Start custom CSS for text-editor, class: .elementor-element-60eb87c1 *//* Прибрати блок "Ви авторизовані як..." */
#submit-job-form .fieldset-logged_in{
  display: none !important;
}
/* =========================
   STUDENT CABINET STYLING
   ========================= */

/* Загальна форма */
#submit-job-form{

  margin: 0 auto;
  padding: 24px;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Кожен блок поля */
#submit-job-form fieldset{
  border: 0 !important;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
}

/* Лейбли */
#submit-job-form label{
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0f172a;
  font-size: 18px;
}

/* Input / Select / Textarea */
#submit-job-form input[type="text"],
#submit-job-form input[type="email"],
#submit-job-form input[type="number"],
#submit-job-form input[type="date"],
#submit-job-form select,
#submit-job-form textarea{
width: 100% !important;
    border
: 1px solid #494949 !important;
    border-radius: 12px !important;
    padding: 1px 11px !important;
    font-size: 15px !important;
    background: #f1f1f1 !important;
    outline: none !important;
    transition: 0.2s 
ease;
    color: black;
}

#submit-job-form textarea{
  min-height: 120px;
  resize: vertical;
}

/* Hover/Focus */
#submit-job-form input:focus,
#submit-job-form select:focus,
#submit-job-form textarea:focus{
  border-color: #22c55e !important;
  box-shadow: 0 0 0 4px rgba(34,197,94,0.15) !important;
}

/* Опис під полем */
#submit-job-form small.description{
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #64748b;
}

/* Чекбокси */
#submit-job-form input[type="checkbox"]{
  transform: scale(1.15);
  margin-right: 8px;
}

/* File upload */
#submit-job-form input[type="file"]{
  padding: 12px !important;
  border-radius: 12px !important;
  border: 1px dashed #cbd5e1 !important;
  background: #f8fafc !important;
}

/* Кнопки */
#submit-job-form input[type="submit"]{
  border: 0 !important;
  border-radius: 12px !important;
  padding: 12px 18px !important;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}

/* Попередній перегляд */
#submit-job-form input[name="submit_job"]{
  background: #22c55e !important;
  color: #ffffff !important;
}

/* Зберегти (черновик) */
#submit-job-form input[name="save_draft"]{
  background: #0f172a !important;
  color: #ffffff !important;
  margin-left: 10px;
  opacity: 0.9;
}

/* Hover */
#submit-job-form input[type="submit"]:hover{
  transform: translateY(-1px);
  opacity: 0.95;
}

/* Прибрати заголовок Elementor/відступи якщо треба */
.elementor-shortcode{
  width: 100%;
}

/* ===== SIDEBAR CONTAINER ===== */

.e-n-tabs-heading {
    background: #ffffff !important;
    border-radius: 18px !important;
    padding: 14px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
    border: 1px solid #f1f5f9 !important;
}


/* ===== BUTTON ===== */

.e-n-tab-title {

    display: flex !important;
    align-items: center !important;
    gap: 14px !important;

    width: 100% !important;

    padding: 8px 10px !important;
    margin-bottom: 12px !important;

    border-radius: 14px !important;

    background: #f8fafc !important;

    border: 1px solid #e2e8f0 !important;

    color: #334155 !important;

    font-size: 15px !important;
    font-weight: 600 !important;

    cursor: pointer !important;

    transition: all 0.25s ease !important;

    position: relative !important;

    overflow: hidden !important;
}


/* ===== ICON ===== */

.e-n-tab-icon {

    width: 36px !important;
    height: 36px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #ecfdf5 !important;

    border-radius: 10px !important;

    color: #22c55e !important;

    transition: all 0.25s ease !important;
}


/* SVG icon */
.e-n-tab-icon svg {

    width: 18px !important;
    height: 18px !important;

    fill: #22c55e !important;
}


/* ===== TEXT ===== */

.e-n-tab-title-text {

    flex-grow: 1 !important;

    font-weight: 600 !important;

    letter-spacing: 0.2px !important;
}


/* ===== HOVER ===== */

.e-n-tab-title:hover {

    background: #ecfdf5 !important;

    border-color: #22c55e !important;

    color: #16a34a !important;

    transform: translateX(6px) !important;

    box-shadow: 0 8px 20px rgba(34,197,94,0.15) !important;
}


/* hover icon */

.e-n-tab-title:hover .e-n-tab-icon {

    background: #22c55e !important;
}

.e-n-tab-title:hover .e-n-tab-icon svg {

    fill: white !important;
}


/* ===== ACTIVE TAB ===== */

.e-n-tab-title[aria-selected="true"] {

    background: linear-gradient(135deg,#22c55e,#16a34a) !important;

    color: white !important;

    border: none !important;

    box-shadow: 0 10px 25px rgba(34,197,94,0.35) !important;

    transform: scale(1.03) !important;
}


/* active icon */

.e-n-tab-title[aria-selected="true"] .e-n-tab-icon {

    background: rgba(255,255,255,0.2) !important;
}

.e-n-tab-title[aria-selected="true"] .e-n-tab-icon svg {

    fill: white !important;
}


/* ===== LEFT ACTIVE LINE ===== */

.e-n-tab-title::before {

    content: "" !important;

    position: absolute !important;

    left: 0 !important;
    top: 50% !important;

    transform: translateY(-50%) !important;

    width: 4px !important;
    height: 0 !important;

    background: #22c55e !important;

    border-radius: 4px !important;

    transition: height 0.25s ease !important;
}


.e-n-tab-title:hover::before,
.e-n-tab-title[aria-selected="true"]::before {

    height: 60% !important;
}


/* ===== REMOVE ELEMENTOR DEFAULT ===== */

.e-n-tab-title:focus {
    outline: none !important;
}

.e-n-tabs-heading button {
    outline: none !important;
    box-shadow: none !important;
}


/* ===== SMOOTH ===== */

.e-n-tab-title,
.e-n-tab-icon,
.e-n-tab-title svg {

    transition: all 0.25s ease !important;
}


/* ===== ICON CONTAINER ===== */

.e-n-tab-icon {

    width: 38px !important;
    height: 38px !important;

    min-width: 38px !important;
    min-height: 38px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    position: relative !important;

}


/* ===== CENTER BOTH ICONS ===== */

.e-n-tab-icon svg {

    width: 18px !important;
    height: 18px !important;

    position: absolute !important;

    top: 50% !important;
    left: 50% !important;

    transform: translate(-50%, -50%) !important;

    margin: 0 !important;

}


/* ===== FIX TAB ALIGNMENT ===== */

.e-n-tab-title {

    display: flex !important;
    align-items: center !important;
    gap: 12px !important;

}/* End custom CSS */