h1,p,b,ol,ul,li{
    font-family: 'Open Sans', Roboto, sans-serif !important;
}
p{
    opacity:0.9
}
.size{
font-family: 'Open Sans', Roboto, sans-serif;
font-size: 15px !important;
}

.ArticleDetailLeftContainer__box{
    border:0px;
}
.Signin__details {
    border: 0px;
}
.TitleContainer__container:hover{
    box-shadow: 0.5px 1px 1px hsl(220deg 60% 50% / 13%);
    transition:0.3s;
}
.KBSubCategoryContainer__boxView {
    border: 0px;
}
.ModuleItem__moduleItem{
    transition:0.3s;
    border-radius: 10px;
}
.ModuleItem__moduleItem{
    box-shadow: 0.5px 1px 1px hsl(220deg 60% 50% / 13%);
    transition:0.3s;
    background-image: linear-gradient(to top, #f7f8fa 0%, #fff 100%);
}
.ModuleItem__moduleItem:hover{
    box-shadow: 0.5px 1px 1px hsl(220deg 60% 50% / 13%);
    transition:0.3s;
    background-image: linear-gradient(to top, #f7f8fa 0%, #fff 100%);
}
.ModuleItem__moduleListItem{

    transition:0.3s; 
    border-radius: 10px;
    background-image: linear-gradient(to top, #f7f8fa 0%, #fff 100%);
}

.ArticleListContainer__boxView{
    box-shadow: unset;
    border: 0px;
}
.KBSubCategoryContainer__boxView{
    box-shadow: unset;
}
@media(min-width: 769px) {
    .Layout__twoColumn .Layout__layout1 {
        width:70%;
        position: relative
    }

    .Layout__twoColumn .Layout__layout2 {
        width: 30%
    }
} 



.Header__titleSearchWrapper {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background: #0d1b3f;
}

.Header__titleSearchBox {
    padding: 10px 0px 10px 0px !important;
}


.Header__titleDescription {
    padding-bottom: 10px!important;
    margin-bottom: 0px !important;
}

h2.Header__welcomeTitle {
    /* padding-top: 0px; */
    margin-bottom: 10px!important;
}

.Header__menuBox {
    padding-bottom: 0px!important;
    background: #0d1b3f!important;
    padding-top: 5px!important;
}

.Header__menuWrapper {
    background: #0d1b3f!important;
}

.Header__headerBg {
    background: #0d1b3f!important;
}

.AppContainer__homeWidget {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

h2.Header__welcomeTitle {
   
    margin-bottom: 10px !important;
    font-size: 35px!important;
}

.Header__menuList, .LoginDetail__signup, .LoginDetail__signin, .CustomizeContainer__aPlus {
    color: #ffffff;
    font-size: 14px!important;
}

 .Header__welcomeDescription {
color: rgba(255, 255, 255, 0.6)!important;
    font-size: 13px;
}

.ModuleCategoryContainer__tabs.commonStyle__tAlignCenter {
    display: none;
}

#searchContainer1, #autoSearchContainer{border-radius: 19px!important;}


.Header__logo {
    display: block;
    height: 70px;
    width: auto;
    max-height: unset;
    max-width: unset;
}

span.Header__logotxt {
    margin-top:20px;
font-size:15px;
}

ul.Header__containerUl {
    display: none;
}


.Header__containerLi {
    background: #f4b400;
    border: none;
    border-radius: 10px;
    color: #1a1a1a;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(244, 180, 0, 0.35);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.Header__containerLi:hover {
    background: #ffca28;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(244, 180, 0, 0.45);
}

.Header__containerLi:active {
    transform: scale(0.98);
}


.TitleContainer__container,
.TitleContainer__containerAuto {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    padding: 28px 24px;
    width: 31.5%;
    margin-bottom: 28px;

    box-shadow:
        0 4px 14px rgba(0, 0, 0, 0.04),
        0 10px 30px rgba(0, 0, 0, 0.06);

    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Hover Effect */
.TitleContainer__container:hover,
.TitleContainer__containerAuto:hover {
    transform: translateY(-6px);
    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.08),
        0 20px 40px rgba(0, 0, 0, 0.12);

    border-color: #ffca28;
}

/* Top Accent Line */
.TitleContainer__container::before,
.TitleContainer__containerAuto::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background: #ffca28;
}

/* Heading */
.TitleContainer__title {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 16px;
}

/* Description Text */
.TitleContainer__description {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
}

/* Footer Articles Count */
.TitleContainer__info {
    margin-top: 24px;
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}

.customFooterBottom a{
color:white!important;
}

.BreadCrumbs__breadCrumbText{display:none;}


@keyframes fadeSlideUp {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes iconBounce {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.2); }
    100% { transform: scale(1); }
}

@keyframes lineGrow {
    from { transform: scaleX(0); }
    to   { transform: scaleX(1); }
}

/* ── White space ── */
.Signin__wrapper {
    padding: 20px !important;
    min-height: unset !important;
}
.Layout__oneColumn {
    min-height: unset !important;
    padding: 0 !important;
}
.Layout__layout1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* ── Login box ── */
.Signin__loginBox {
    box-shadow: 0 2px 20px rgba(13,27,63,0.08) !important;
    border-radius: 12px !important;
    padding: 0px !important;
    max-width: 860px !important;
    margin: 10px auto !important;
    gap: 40px !important;
    align-items: flex-start !important;
    border: 0.5px solid #eee !important;
    transition: box-shadow 0.3s ease !important;
    animation: fadeSlideUp 0.4s ease forwards !important;
}
.Signin__loginBox:hover {
    box-shadow: 0 8px 32px rgba(13,27,63,0.1) !important;
}

.Signin__title {
    color: #0d1b3f !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    display: block !important;
    margin-bottom: 4px !important;
    position: relative !important;
}
.Signin__title::after {
    content: '' !important;
    position: absolute !important;
    bottom: -4px !important;
    left: 0 !important;
    width: 40px !important;
    height: 3px !important;
    background: #f5a623 !important;
    border-radius: 2px !important;
    animation: lineGrow 0.5s ease 0.3s forwards !important;
    transform-origin: left !important;
    transform: scaleX(0) !important;
}

/* ── "Sign In" subtext ── */
.Signin__subTitle {
    color: #0d1b3f !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-bottom: 16px !important;
    display: inline-block !important;
    border-bottom: 1.5px dashed #ccc !important;
    padding-bottom: 2px !important;
    cursor: pointer !important;
    transition: color 0.2s, border-color 0.2s !important;
}
.Signin__subTitle:hover {
    color: #f5a623 !important;
    border-bottom-color: #f5a623 !important;
}

/* ── Right side cards ── */
.Signin__userSigin {
    background: #f8f9fb !important;
    border: 0.5px solid #e8eaf0 !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    margin-bottom: 12px !important;
    align-items: flex-start !important;
    gap: 12px !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    transform: translateY(0) !important;
}
.Signin__userSigin:hover {
    transform: translateY(-3px) !important;
    border-color: #f5a623 !important;
    background: #fffbf4 !important;
    box-shadow: 0 6px 16px rgba(245,166,35,0.12) !important;
}
.Signin__userSigin:hover .Signin__iconSign {
    animation: iconBounce 0.3s ease !important;
    background: rgba(245,166,35,0.12) !important;
}

/* ── Option titles ── */
.Signin__titleSign {
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #0d1b3f !important;
}

/* ── Description text ── */
.Signin__descriSingn {
    font-size: 12px !important;
    color: #999 !important;
    margin-top: 3px !important;
    line-height: 1.5 !important;
}

/* ── Links ── */
.Signin__linkTitle a {
    color: #f5a623 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.2s ease, letter-spacing 0.2s ease !important;
}
.Signin__linkTitle a:hover {
    color: #e0941a !important;
    letter-spacing: 0.3px !important;
}

/* ── SVG icons ── */
.Signin__iconSign {
    padding: 8px !important;
    border-radius: 8px !important;
    background: rgba(13,27,63,0.04) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
}
.Signin__iconSign svg {
    opacity: 0.65 !important;
    color: #0d1b3f !important;
}

/* ── Left right spacing ── */
.Signin__part {
    padding-right: 32px !important;
    border-right: 1.5px solid #f0f0f0 !important;
}
.Signin__signPart {
    padding-left: 8px !important;
}


.Header__titleSearchWrapper {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.Signin__part {
   
    border-radius: 10px !important;
    padding: 28px 32px !important;
    border-right: 1.5px solid #f0f0f0 !important;
}
.Signin__iframe {
    filter: hue-rotate(190deg) saturate(2.5) brightness(1.05) !important;
}
/* ── White space fix — poora portal ── */
.Layout__oneColumn,
.Layout__twoColumn {
    min-height: unset !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.Layout__layout1,
.Layout__layout2 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.Signin__wrapper {
    padding: 16px 20px !important;
    min-height: unset !important;
}

.Signin__loginBox {
    margin: 10px auto !important;
    padding: 28px !important;
}

.AppContainer__homeWidget {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

/* ── Popular Articles — list items ── */
.ModuleItem__moduleListItem {
    border-radius: 8px !important;
      
    border-bottom: none !important;
    margin-bottom: 8px !important;
    padding: 0 !important;
    transition: all 0.2s ease !important;
    background: #fff !important;
}

.ArticlesContainer__articleListWidget {
    border:none!important;
}

.ModuleItem__moduleListItem:hover {
    border-color: #f5a623 !important;
   
    transform: translateX(4px) !important;
}

/* ── Article link styling ── */
.ModuleItem__artList a {
    color: #4285f4 !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
    display: block !important;
    padding: 14px 16px !important;
}

.ModuleItem__artList a:hover {
    color: #f5a623 !important;
}

/* ── Left orange border accent on hover ── */
.ModuleItem__moduleListItem:hover {
    border-left: 3px solid #f5a623 !important;
}

/* ── Arrow indicator ── */
.ModuleItem__modulein::after {
    content: '→' !important;
    color: #ccc !important;
    font-size: 16px !important;
    padding-right: 16px !important;
    transition: color 0.2s, transform 0.2s !important;
}

.ModuleItem__moduleListItem:hover .ModuleItem__modulein::after {
    color: #f5a623 !important;
    transform: translateX(3px) !important;
}

/* ── Popular Articles heading ── */
.ArticlesContainer__articleListWidget [class*="moduleHeader"],
.ArticlesContainer__articleListWidget h2,
.ArticlesContainer__articleListWidget h3 {
    color: #0d1b3f !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    padding-bottom: 8px !important;
    border-bottom: 2px solid #f5a623 !important;
    display: inline-block !important;
}

#portal_signup,
#portal_signin,
li[id*="signUp"],
li[id*="signup"],
li[id*="signIn"],
li[id*="signin"] {
    display: none !important;
}


/* =========================
   MERITTO MINIMAL THEME
========================= */

body,
.Layout__layout{
    background:#f8fafc !important;
}

/* Container */
.TicketFormLeftContainer__part{
    max-width:900px !important;
    margin:40px auto !important;
    padding:0 !important;
    background:transparent !important;
    box-shadow:none !important;
}


.TicketFormLeftContainer__title h2{
    font-size:32px !important;
    font-weight:700 !important;
    color:#081d4a !important;
    /* display: none; */
    margin:0 !important;
}

/* Section Titles */
.TicketFormLeftContainer__sectionName{
    font-size:18px !important;
    font-weight:600 !important;
    color:#081d4a !important;
   
    padding-bottom:12px !important;
    /* border-bottom:1px solid #e5e7eb !important; */
}

/* Labels */
.Form__labelText{
    font-size:14px !important;
    font-weight:500 !important;
    color:#475569 !important;
}

/* Inputs */
.Input__formInput,
.Input__tagadd,
.DropDown__dropdown,
.KB_Editor{
    background:#fff !important;
    /* border:1px solid #dbe3ec !important; */
    border-radius:8px !important;
    border-radius: 0px!important;
    min-height: 38px !important;
    box-shadow:none !important;
}

/* Input Padding */
.Input__formInput,
.Input__tagadd{
    padding: 5px 14px !important;
}

/* Description */
.KB_Editor{
    min-height:180px !important;
}

/* Hover */
.Input__formInput:hover,
.Input__tagadd:hover,
.DropDown__dropdown:hover,
.KB_Editor:hover{
    border-color:#94a3b8 !important;
}

/* Focus */
.Input__formInput:focus,
.Input__tagadd:focus,
.DropDown__dropdown:focus-within,
.KB_Editor:focus-within{
    border-color:#081d4a !important;
    box-shadow:0 0 0 2px rgba(8,29,74,.08) !important;
}

/* Required Star */
.Form__required{
    color:#ff6b00 !important;
}

/* Submit Button */
button[type="submit"],
.Form__submit,
.SubmitButton{
    background:#081d4a !important;
    color:#fff !important;
    border:none !important;
    border-radius:8px !important;
    padding:12px 28px !important;
    font-weight:600 !important;
    box-shadow:none !important;
}

button[type="submit"]:hover,
.Form__submit:hover,
.SubmitButton:hover{
    background:#102b68 !important;
}

/* Remove unnecessary spacing */
.Form__input{
    margin-bottom:18px !important;
}

/* Mobile */
@media(max-width:768px){

    .TicketFormLeftContainer__part{
        padding:0 15px !important;
    }

    .TicketFormLeftContainer__title h2{
        font-size:26px !important;
    }
}


.TicketFormLeftContainer__part{
    display:flex !important;
    flex-direction:column !important;
}

.TicketFormLeftContainer__title{
    order:1 !important;
}

.Requestor_Details{
    order:2 !important;
}

#field_departmentId{
    order:3 !important;
}

/* Ticket Type */
#field_cf_type{
    order:4 !important;
}

/* Secondary Contacts */
#cc{
    order:5 !important;
}

.Ticket_Details{
    order:6 !important;
}

#field_accountId{
    order:7 !important;
}

#field_subject{
    order:8 !important;
}

#field_description{
    order:9 !important;
}

/* Attachment */
#field_attachmentIds{
    order:10 !important;
}

/* Submit + Discard */
.TicketFormLeftContainer__formfooter{
    order:11 !important;
}

/* Hide empty spacer */
.TicketFormLeftContainer__w50{
    display:none !important;
}

.SearchBox__searchicon {
    background-color: transparent !important;
}

.Ccs__userWrapper {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0px !important;
    width: 100%;
}

input.Input__tagadd.commonStyle__positionRel {
    border: 1px solid #dbe3ec!important;
}


#field_subject{
    position:relative !important;
}

#field_subject::after{
    content:"💡 Relevant articles appear in the Related Articles while you type →" !important;
    display:block !important;
    margin-top:12px !important;
    padding:14px 18px !important;
    background:linear-gradient(90deg,#081D4A,#102B68) !important;
    border-radius:10px !important;
    color:#fff !important;
    font-size:13px !important;
    font-weight:600 !important;
    box-shadow:0 4px 12px rgba(8,29,74,.15) !important;
}


/* Floating Popular Articles Card */
.WidgetsContainer__rightWd{
    background:#ffffff !important;
    border:1px solid #E2E8F0 !important;
    border-radius:18px !important;
    padding:22px !important;
    box-shadow:
        0 4px 12px rgba(8,29,74,.06),
        0 12px 32px rgba(8,29,74,.08) !important;
    backdrop-filter:blur(12px) !important;
    transition:all .3s ease !important;
}

/* Hover Effect */
.WidgetsContainer__rightWd:hover{
    transform:translateY(-3px) !important;
    box-shadow:
        0 8px 20px rgba(8,29,74,.08),
        0 20px 40px rgba(8,29,74,.12) !important;
}

/* Header */
.CustomWidgets__widgetTitle{
    color:#081D4A !important;
    font-size:18px !important;
    font-weight:700 !important;
    margin-bottom:18px !important;
    padding-bottom:14px !important;
    border-bottom:1px solid #EEF2F7 !important;
}

/* Badge */
.CustomWidgets__widgetTitle::before{
    content:"KNOWLEDGE BASE" !important;
    display:block !important;
    font-size:10px !important;
    letter-spacing:1.5px !important;
    font-weight:700 !important;
    color:#64748B !important;
    margin-bottom:6px !important;
}

/* Article Rows */
.CustomWidgets__widgets{
    padding:10px 0 !important;
    transition:all .2s ease !important;
}

/* Links */
.CustomWidgets__widgetContents{
    color:#334155 !important;
    font-size:14px !important;
    line-height:1.5 !important;
    text-decoration:none !important;
    transition:all .2s ease !important;
}

/* Hover Link */
.CustomWidgets__widgets:hover .CustomWidgets__widgetContents{
    color:#081D4A !important;
    padding-left:6px !important;
}

/* Icons */
.CustomWidgets__widgetIcon{
    width:28px !important;
    height:28px !important;
    min-width:28px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:#F8FAFC !important;
    border-radius:8px !important;
    margin-right:10px !important;
}

.CustomWidgets__widgetIcon svg{
    color:#081D4A !important;
}

/* Sticky Floating */
#scrollStickyContainer{
    top:100px !important;
}


.WidgetsContainer__rightWd{
    position:relative !important;
}

.WidgetsContainer__rightWd::before{
    content:"" !important;
    position:absolute !important;
    inset:-1px !important;
    border-radius:18px !important;
    background:linear-gradient(
        135deg,
        rgba(8,29,74,.08),
        rgba(8,29,74,0)
    ) !important;
    pointer-events:none !important;
}

/* Main Content */
.ManageAccountContainer__profileContentPanel{
    background:#f8fafc !important;
}

/* Top Header */
.ManageAccountContainer__profileHeadTitleBorder{
    background:#fff !important;
    padding:20px 30px !important;
    border-bottom:1px solid #e5e7eb !important;
}

.ManageAccountContainer__profileHeadTitle{
    color:#081b4b !important;
    font-size:24px !important;
    font-weight:700 !important;
}

/* Buttons */
.ManageAccountContainer__profileOptions .Button__primary,
.ManageAccountContainer__profileOptions .Button__secondary{
    border-radius:8px !important;
    font-weight:600 !important;
    transition:.2s ease !important;
}

.ManageAccountContainer__profileOptions .Button__primary{
    background:#f5b800 !important;
    color:#081b4b !important;
    border:none !important;
}

.ManageAccountContainer__profileOptions .Button__secondary{
    background:#fff !important;
    color:#081b4b !important;
    border:1px solid #d1d5db !important;
}

.ManageAccountContainer__profileOptions .Button__basic:hover{
    transform:translateY(-1px) !important;
}

/* Content Area */
.ManageAccountContainer__profileWrapper{
    padding:30px !important;
}

/* Cards */
.ManageAccountContainer__boxList{
    background:#fff !important;
    border:1px solid #e5e7eb !important;
    border-radius:12px !important;
    padding:24px !important;
    margin-bottom:20px !important;
    box-shadow:0 1px 3px rgba(0,0,0,.04) !important;
}

/* Section Headings */
.ManageAccountContainer__profileTitle{
    color:#081b4b !important;
    font-size:18px !important;
    font-weight:600 !important;
    padding-bottom:12px !important;
    margin-bottom:16px !important;
    border-bottom:1px solid #eef2f7 !important;
}

/* Info Rows */
.ProfileInformation__profileInfo{
    display:flex !important;
    justify-content:space-between !important;
    align-items:center !important;
    padding:14px 0 !important;
    border-bottom:1px solid #f1f5f9 !important;
}

.ProfileInformation__profileInfo:last-child{
    border-bottom:none !important;
}

/* Labels */
.ProfileInformation__labelText{
    color:#6b7280 !important;
    font-size:13px !important;
    font-weight:500 !important;
    text-transform:uppercase !important;
    letter-spacing:.4px !important;
}

/* Values */
.ProfileInformation__content{
    color:#111827 !important;
    font-size:15px !important;
    font-weight:600 !important;
}

/* Date & Time Examples */
.ManageAccountContainer__sampleFormat,
.ManageAccountContainer__sampleDateFormat{
    color:#6b7280 !important;
    font-weight:500 !important;
}

/* Delete Profile */
.ManageAccountContainer__deleteBox{
    border:1px solid #fee2e2 !important;
    background:#fff !important;
}

.DeleteAccount__title{
    color:#dc2626 !important;
    font-size:18px !important;
    font-weight:600 !important;
}

.DeleteAccount__description{
    color:#6b7280 !important;
    line-height:1.7 !important;
}

.DeleteAccount__deleteBtn .Button__danger{
    background:#dc2626 !important;
    border:none !important;
    border-radius:8px !important;
    font-weight:600 !important;
}

/* Hover */
.ManageAccountContainer__boxList:hover{
    box-shadow:0 4px 12px rgba(0,0,0,.06) !important;
}

/* Mobile */
@media(max-width:768px){

    .ManageAccountContainer__profileWrapper{
        padding:15px !important;
    }

    .ProfileInformation__profileInfo{
        flex-direction:column !important;
        align-items:flex-start !important;
        gap:4px !important;
    }

    .ManageAccountContainer__profileHeadTitleBorder{
        padding:16px !important;
    }
}


/* ===== PAGE ===== */

.EditProfileContainer__profileContentPanel{
    background:#f8fafc !important;
}

/* ===== TOP TABS ===== */

.ProfileRightTopBar__profileHeadTitleBorder{
    background:#fff !important;
    border-radius:12px !important;
    padding:0 24px !important;
    border:1px solid #e5e7eb !important;
    margin-bottom:20px !important;
}

.FilterTabs__filterSelect{
    gap:30px !important;
}

.FilterTabs__filterList{
    color:#6b7280 !important;
    font-weight:600 !important;
    padding:18px 0 !important;
    border-bottom:3px solid transparent !important;
    transition:.2s ease !important;
}

.FilterTabs__activeFilter{
    color:#081b4b !important;
    border-bottom:3px solid #f5b800 !important;
}

/* ===== SECTION CARDS ===== */

.EditProfileContainer__boxList{
    background:#fff !important;
    border:1px solid #e5e7eb !important;
    border-radius:14px !important;
    padding:24px !important;
    margin-bottom:20px !important;
    box-shadow:0 1px 3px rgba(0,0,0,.04) !important;
}

.EditProfileContainer__profileTitle{
    color:#081b4b !important;
    font-size:18px !important;
    font-weight:700 !important;
    margin-bottom:24px !important;
    padding-bottom:12px !important;
    border-bottom:1px solid #eef2f7 !important;
}

/* ===== FORM LAYOUT ===== */

.Form__formElement{
    margin-bottom:20px !important;
}

.Form__label{
    margin-bottom:8px !important;
}

.Form__labelText{
    color:#374151 !important;
    font-size:13px !important;
    font-weight:600 !important;
}

/* ===== INPUTS ===== */

.Input__formInput{
    width:100% !important;
    height:44px !important;
    border:1px solid #d1d5db !important;
    border-radius:8px !important;
    background:#fff !important;
    padding:0 14px !important;
    color:#111827 !important;
    font-size:14px !important;
    transition:.2s ease !important;
}

.Input__formInput:hover{
    border-color:#9ca3af !important;
}

.Input__formInput:focus{
    border-color:#081b4b !important;
    box-shadow:0 0 0 3px rgba(8,27,75,.08) !important;
}

/* ===== DROPDOWNS ===== */

.DropDown__dropdown{
    min-height:44px !important;

    border-radius:8px !important;
    background:#fff !important;
    padding:0 14px !important;
    display:flex !important;
    align-items:center !important;
    transition:.2s ease !important;
}

.DropDown__dropdown:hover{
    border-color:#9ca3af !important;
}

.DropDown__selectedContent{
    color:#111827 !important;
    font-size:14px !important;
}

.DropDown__dropdown:focus{
    border-color:#081b4b !important;
    box-shadow:0 0 0 3px rgba(8,27,75,.08) !important;
}

/* ===== FORMAT EXAMPLES ===== */

.Field1__fieldFormat{
    margin-top:10px !important;
    color:#6b7280 !important;
    font-size:13px !important;
}

.Field1__sampleTitle{
    font-weight:600 !important;
}

.Field1__sampleValue{
    color:#081b4b !important;
}

/* ===== REQUIRED STAR ===== */

.Form__required{
    color:#dc2626 !important;
}

/* ===== FOOTER ===== */

.EditProfileContainer__formfooter{
    margin-top:30px !important;
    padding-top:24px !important;
    border-top:1px solid #e5e7eb !important;
}

/* SAVE */

.EditProfileContainer__formfooter .Button__primary{
    background:#081b4b !important;
    color:#fff !important;
    border:none !important;
    border-radius:8px !important;
    padding:10px 24px !important;
    font-weight:600 !important;
}

/* CANCEL */

.EditProfileContainer__formfooter .Button__secondary{
    background:#fff !important;
    color:#374151 !important;
    border:1px solid #d1d5db !important;
    border-radius:8px !important;
    padding:10px 24px !important;
    font-weight:600 !important;
}

/* HOVER */

.Button__primary:hover{
    opacity:.95 !important;
}

.Button__secondary:hover{
    background:#f9fafb !important;
}

/* ===== MOBILE ===== */

@media(max-width:768px){

    .EditProfileContainer__boxList{
        padding:18px !important;
    }

    .ProfileRightTopBar__profileHeadTitleBorder{
        padding:0 15px !important;
    }

    .FilterTabs__filterSelect{
        gap:18px !important;
        overflow:auto !important;
    }

    .EditProfileContainer__formfooter{
        display:flex !important;
        gap:10px !important;
    }
}
