
.gis-pro-reg-wrap{
    width:100%;
    background:linear-gradient(180deg,#f4f9ff 0%,#ffffff 100%);
    padding:70px 0 90px;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
    color:#0a1731;
}
.gis-pro-reg-shell{
    width:min(1040px,calc(100% - 40px));
    margin:0 auto;
}
.gis-pro-reg-brand{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:16px;
    margin-bottom:30px;
}
.gis-pro-reg-brand img{
    width:72px;
    height:72px;
    object-fit:contain;
    display:block;
}
.gis-pro-reg-brand div{
    display:flex;
    flex-direction:column;
    line-height:1;
}
.gis-pro-reg-brand strong{
    color:#0b2458;
    font-size:28px;
    font-weight:850;
}
.gis-pro-reg-brand span{
    color:#1763cc;
    font-size:15px;
    font-weight:700;
    margin-top:7px;
}
.gis-pro-reg-card{
    background:#fff;
    border:1px solid #e0e8f3;
    border-radius:20px;
    padding:46px;
    box-shadow:0 18px 55px rgba(20,55,105,.08);
}
.gis-pro-reg-head{
    text-align:center;
    max-width:700px;
    margin:0 auto 36px;
}
.gis-pro-kicker{
    display:block;
    color:#1763cc;
    font-size:13px;
    font-weight:850;
    letter-spacing:1.8px;
    margin-bottom:12px;
}
.gis-pro-reg-head h1{
    color:#0b2458;
    font-size:38px;
    line-height:1.15;
    margin:0 0 14px;
    font-weight:800;
    letter-spacing:-1px;
}
.gis-pro-reg-head p{
    color:#657087;
    font-size:17px;
    line-height:1.55;
    margin:0;
}
.gis-pro-form{
    display:flex;
    flex-direction:column;
    gap:22px;
}
.gis-pro-grid{
    display:grid;
    gap:18px;
}
.gis-pro-grid.two{
    grid-template-columns:repeat(2,minmax(0,1fr));
}
.gis-pro-grid.three{
    grid-template-columns:1.5fr .8fr .8fr;
}
.gis-pro-form label{
    display:flex;
    flex-direction:column;
    gap:8px;
    color:#25334c;
    font-size:14px;
    font-weight:700;
}
.gis-pro-form input[type=text],
.gis-pro-form input[type=email],
.gis-pro-form input[type=tel],
.gis-pro-form input[type=password]{
    width:100%;
    height:52px;
    border:1px solid #d6dfeb;
    background:#fff;
    border-radius:10px;
    padding:0 14px;
    font:inherit;
    font-weight:500;
    color:#0a1731;
    outline:none;
    box-sizing:border-box;
}
.gis-pro-form input:focus{
    border-color:#1763cc;
    box-shadow:0 0 0 3px rgba(23,99,204,.10);
}
.gis-pro-services{
    border:1px solid #dfe7f1;
    border-radius:13px;
    padding:20px;
    margin:0;
}
.gis-pro-services legend{
    padding:0 8px;
    color:#0b2458;
    font-size:15px;
    font-weight:800;
}
.gis-pro-service-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
}
.gis-pro-service-option{
    flex-direction:row!important;
    align-items:center;
    gap:9px!important;
    padding:11px 12px;
    background:#f6f9fd;
    border:1px solid #e1e8f1;
    border-radius:9px;
    cursor:pointer;
}
.gis-pro-service-option input{
    margin:0;
}
.gis-pro-submit{
    width:100%;
    min-height:58px;
    border:0;
    border-radius:10px;
    background:#1763cc;
    color:#fff;
    font-size:18px;
    font-weight:800;
    cursor:pointer;
    box-shadow:0 7px 18px rgba(23,99,204,.18);
}
.gis-pro-submit:hover{
    background:#1156b7;
}
.gis-pro-login-note{
    text-align:center;
    color:#677187;
    font-size:14px;
    margin:0;
}
.gis-pro-login-note a{
    color:#1763cc;
    font-weight:750;
}
.gis-pro-error,
.gis-pro-success{
    border-radius:10px;
    padding:14px 16px;
    margin:0 0 24px;
    font-size:15px;
    font-weight:650;
}
.gis-pro-error{
    color:#9b1c1c;
    background:#fff1f1;
    border:1px solid #f2c4c4;
}
.gis-pro-success{
    color:#166534;
    background:#f0fdf4;
    border:1px solid #bbefca;
}
@media(max-width:760px){
    .gis-pro-reg-wrap{
        padding:40px 0 60px;
    }
    .gis-pro-reg-shell{
        width:calc(100% - 24px);
    }
    .gis-pro-reg-card{
        padding:26px 18px;
        border-radius:15px;
    }
    .gis-pro-reg-brand{
        margin-bottom:22px;
    }
    .gis-pro-reg-brand img{
        width:58px;
        height:58px;
    }
    .gis-pro-reg-brand strong{
        font-size:24px;
    }
    .gis-pro-reg-head{
        margin-bottom:28px;
    }
    .gis-pro-reg-head h1{
        font-size:30px;
    }
    .gis-pro-reg-head p{
        font-size:15px;
    }
    .gis-pro-grid.two,
    .gis-pro-grid.three{
        grid-template-columns:1fr;
    }
    .gis-pro-service-grid{
        grid-template-columns:1fr 1fr;
    }
}
@media(max-width:480px){
    .gis-pro-service-grid{
        grid-template-columns:1fr;
    }
}


.gis-pro-request-service{
    border:1px dashed #9dbbe4;
    background:#f6faff;
    border-radius:13px;
    padding:20px;
}
.gis-pro-request-copy{
    display:flex;
    flex-direction:column;
    gap:4px;
    margin-bottom:14px;
}
.gis-pro-request-copy strong{
    color:#0b2458;
    font-size:16px;
    font-weight:800;
}
.gis-pro-request-copy span{
    color:#66758d;
    font-size:14px;
    line-height:1.45;
}


/* v1.1.0 applicant type */
.gis-pro-applicant-type{
    border:1px solid #dfe7f1;
    border-radius:13px;
    padding:20px;
    margin:0;
}
.gis-pro-applicant-type legend{
    padding:0 8px;
    color:#0b2458;
    font-size:15px;
    font-weight:800;
}
.gis-pro-type-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}
.gis-pro-type-option{
    flex-direction:row!important;
    align-items:center!important;
    gap:12px!important;
    padding:15px;
    border:1px solid #dce6f2;
    border-radius:10px;
    background:#f8fbff;
    cursor:pointer;
}
.gis-pro-type-option span{
    display:flex;
    flex-direction:column;
    gap:3px;
}
.gis-pro-type-option strong{color:#0b2458;font-size:15px;}
.gis-pro-type-option small{color:#6b778c;font-size:12px;font-weight:500;}
.gis-pro-company-field{
    padding:18px;
    border:1px solid #dce6f2;
    border-radius:12px;
    background:#f8fbff;
}
.gis-pro-company-field[hidden]{display:none!important;}
@media(max-width:760px){
    .gis-pro-type-grid{grid-template-columns:1fr;}
}


/* v1.1.1 multi service suggestions */
#gis-pro-requested-services{
    display:flex;
    flex-direction:column;
    gap:10px;
    margin-bottom:12px;
}
.gis-pro-request-row{
    display:flex;
    align-items:center;
    gap:8px;
}
.gis-pro-request-row input{
    flex:1;
}
.gis-pro-remove-request{
    width:42px;
    height:42px;
    border:1px solid #d7e1ed;
    border-radius:9px;
    background:#fff;
    color:#7a879b;
    font-size:24px;
    line-height:1;
    cursor:pointer;
}
.gis-pro-add-request{
    min-height:42px;
    padding:0 14px;
    border-radius:9px;
    border:1.5px solid #1763cc;
    background:#fff;
    color:#1763cc;
    font-size:14px;
    font-weight:750;
    cursor:pointer;
}
.gis-pro-add-request:hover{
    background:#eef5ff;
}


/* v1.1.3 GIS Pro Account */
.gis-pro-account-wrap{
    width:100%;
    background:linear-gradient(180deg,#f4f9ff 0%,#fff 100%);
    padding:60px 0 90px;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
    color:#0a1731;
}
.gis-pro-account-shell{width:min(980px,calc(100% - 32px));margin:0 auto;}
.gis-pro-account-brand{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:24px;}
.gis-pro-account-brand img{width:64px;height:64px;object-fit:contain;}
.gis-pro-account-brand div{display:flex;flex-direction:column;}
.gis-pro-account-brand strong{font-size:26px;color:#0b2458;font-weight:850;}
.gis-pro-account-brand span{font-size:14px;color:#1763cc;font-weight:700;margin-top:4px;}
.gis-pro-account-card{background:#fff;border:1px solid #dfe7f2;border-radius:18px;padding:34px;box-shadow:0 16px 46px rgba(20,55,105,.08);}
.gis-pro-account-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding-bottom:24px;border-bottom:1px solid #e5edf6;margin-bottom:24px;}
.gis-pro-account-head h1{margin:6px 0 2px;color:#0b2458;font-size:34px;}
.gis-pro-account-head p{margin:0;color:#667085;font-size:16px;}
.gis-pro-status{display:inline-flex;padding:8px 13px;border-radius:999px;font-size:12px;font-weight:850;letter-spacing:.7px;}
.gis-pro-status-pending{background:#eef5ff;color:#1763cc;}
.gis-pro-status-approved{background:#ecfdf3;color:#16803a;}
.gis-pro-status-rejected{background:#fff1f1;color:#b42318;}
.gis-pro-account-banner{display:flex;flex-direction:column;gap:5px;padding:17px 18px;border-radius:11px;margin-bottom:30px;}
.gis-pro-account-banner.pending{background:#eef5ff;border:1px solid #cfe0f7;color:#174d99;}
.gis-pro-account-banner.approved{background:#ecfdf3;border:1px solid #c7efd4;color:#166534;}
.gis-pro-account-banner.rejected{background:#fff1f1;border:1px solid #f2c8c8;color:#991b1b;}
.gis-pro-account-card h2{color:#0b2458;font-size:21px;margin:0 0 16px;}
.gis-pro-account-messages{display:flex;flex-direction:column;gap:12px;}
.gis-pro-account-message{border:1px solid #e2e9f2;border-radius:12px;padding:17px;background:#fbfdff;}
.gis-pro-account-message-head{display:flex;justify-content:space-between;gap:16px;margin-bottom:9px;}
.gis-pro-account-message-head strong{color:#0b2458;font-size:15px;}
.gis-pro-account-message-head span{color:#8490a3;font-size:12px;}
.gis-pro-account-message p{margin:0;color:#536078;font-size:14px;line-height:1.6;}
.gis-pro-empty{padding:22px;border:1px dashed #d7e1ed;border-radius:10px;color:#718096;text-align:center;}
.gis-pro-account-btn{display:inline-flex;margin-top:12px;padding:12px 20px;border-radius:8px;background:#1763cc;color:#fff!important;text-decoration:none!important;font-weight:750;}
@media(max-width:700px){
    .gis-pro-account-wrap{padding:40px 0 60px;}
    .gis-pro-account-card{padding:22px 17px;}
    .gis-pro-account-head{flex-direction:column;}
    .gis-pro-account-head h1{font-size:28px;}
    .gis-pro-account-message-head{flex-direction:column;gap:4px;}
}


/* v1.2.0 Mekteb-style GIS Pro admin workflow */
.gis-pro-stat-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:12px;
    max-width:1050px;
    margin:20px 0;
}
.gis-pro-stat-card{
    text-decoration:none!important;
    background:#fff;
    border:1px solid #dce5ef;
    border-radius:10px;
    padding:16px 18px;
    display:flex;
    flex-direction:column;
    gap:4px;
    box-shadow:0 4px 14px rgba(15,45,90,.04);
}
.gis-pro-stat-card strong{
    color:#0b2458;
    font-size:26px;
    line-height:1;
}
.gis-pro-stat-card span{
    color:#657187;
    font-size:13px;
    font-weight:700;
}
.gis-pro-stat-card.active{
    border-color:#1763cc;
    box-shadow:0 0 0 2px rgba(23,99,204,.10);
}
.gis-pro-admin-toolbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    max-width:1050px;
    margin:0 0 14px;
}
.gis-pro-admin-toolbar input[type=search]{
    min-width:340px;
}
.gis-pro-app-table{
    max-width:1500px;
}
.gis-pro-status-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:6px 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
    white-space:nowrap;
}
.gis-pro-status-new{background:#eaf4ff;color:#1763cc;}
.gis-pro-status-in_review{background:#fff4d8;color:#a86700;}
.gis-pro-status-approved{background:#eaf8ee;color:#18733a;}
.gis-pro-status-rejected{background:#fdecec;color:#a22a2a;}

.gis-pro-open-shell{
    max-width:1050px;
    background:#f6f8fb;
    padding:18px;
    border-radius:14px;
}
.gis-pro-open-header{
    background:#fff;
    border:1px solid #dfe6ee;
    border-radius:12px;
    padding:22px;
    display:flex;
    justify-content:space-between;
    gap:20px;
    align-items:flex-start;
    margin-bottom:14px;
}
.gis-pro-open-kicker{
    color:#1763cc;
    font-size:12px;
    font-weight:850;
    letter-spacing:1.1px;
}
.gis-pro-open-header h1{
    margin:7px 0 2px;
    font-size:28px;
}
.gis-pro-company-name{
    color:#59667a;
    font-size:15px;
    font-weight:700;
}
.gis-pro-detail-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}
.gis-pro-detail-card{
    background:#fff;
    border:1px solid #dfe6ee;
    border-radius:12px;
    padding:20px;
    margin-bottom:14px;
}
.gis-pro-detail-card h2{
    margin:0 0 14px;
    font-size:17px;
}
.gis-pro-detail-card dl{
    display:grid;
    grid-template-columns:170px 1fr;
    row-gap:9px;
    margin:0;
}
.gis-pro-detail-card dt{
    font-weight:700;
    color:#3d4859;
}
.gis-pro-detail-card dd{
    margin:0;
    color:#59667a;
}
.gis-pro-full-card{
    width:auto;
}
.gis-pro-request-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.gis-pro-request-tags span{
    background:#edf5ff;
    color:#1763cc;
    border-radius:999px;
    padding:6px 10px;
    font-size:12px;
    font-weight:750;
}
.gis-pro-mail-status{
    margin-top:14px;
    color:#647084;
}
.gis-pro-status-admin select{
    width:100%;
    max-width:560px;
    display:block;
    margin:8px 0 14px;
}
.gis-pro-status-admin textarea{
    max-width:820px;
    display:block;
    margin-top:8px;
}
.gis-pro-danger-zone{
    border-top:1px solid #e6ebf1;
    padding-top:16px;
    margin-top:22px;
}
.gis-pro-account-banner.review{
    background:#fff8e7;
    border:1px solid #f2d59a;
    color:#8a5a00;
}
@media(max-width:900px){
    .gis-pro-stat-grid{grid-template-columns:1fr 1fr;}
    .gis-pro-detail-grid{grid-template-columns:1fr;}
}


/* v1.3.0 GIS Pro Provider Room */
.gis-pro-room-wrap{
    width:100%;
    background:#f4f7fb;
    min-height:75vh;
    padding:34px 0 70px;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
    color:#0b1730;
}
.gis-pro-room-shell{
    width:min(1180px,calc(100% - 30px));
    margin:0 auto;
}
.gis-pro-room-topbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    background:#fff;
    border:1px solid #dde6f0;
    border-radius:14px;
    padding:15px 20px;
    margin-bottom:18px;
}
.gis-pro-room-brand{
    display:flex;
    align-items:center;
    gap:12px;
}
.gis-pro-room-brand img{
    width:48px;
    height:48px;
    object-fit:contain;
}
.gis-pro-room-brand div{
    display:flex;
    flex-direction:column;
}
.gis-pro-room-brand strong{
    color:#0b2458;
    font-size:20px;
    font-weight:850;
}
.gis-pro-room-brand span{
    color:#1763cc;
    font-size:12px;
    font-weight:750;
}
.gis-pro-room-actions{
    display:flex;
    align-items:center;
    gap:14px;
}
.gis-pro-room-actions a{
    color:#1763cc;
    text-decoration:none;
    font-weight:750;
}
.gis-pro-room-user{
    color:#4d5b72;
    font-weight:700;
}
.gis-pro-room-welcome{
    display:flex;
    flex-direction:column;
    gap:4px;
    border:1px solid #bdd7f7;
    background:#edf6ff;
    color:#174d99;
    border-radius:11px;
    padding:14px 17px;
    margin-bottom:18px;
}
.gis-pro-room-hero{
    background:linear-gradient(135deg,#0b2458 0%,#1763cc 100%);
    color:#fff;
    border-radius:17px;
    padding:30px 32px;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
    margin-bottom:16px;
}
.gis-pro-room-eyebrow{
    font-size:12px;
    font-weight:850;
    letter-spacing:1.4px;
    color:#bdd9ff;
}
.gis-pro-room-hero h1{
    color:#fff;
    margin:8px 0 6px;
    font-size:36px;
    line-height:1.1;
}
.gis-pro-room-hero p{
    margin:0;
    color:#d7e7ff;
    font-size:16px;
}
.gis-pro-room-hero .gis-pro-status-pill{
    background:#fff;
}
.gis-pro-room-status-panel{
    display:flex;
    flex-direction:column;
    gap:5px;
    padding:16px 18px;
    border-radius:12px;
    margin-bottom:16px;
}
.gis-pro-room-status-new{
    background:#edf6ff;
    border:1px solid #c7ddf7;
    color:#174d99;
}
.gis-pro-room-status-in_review{
    background:#fff7df;
    border:1px solid #eed28c;
    color:#875900;
}
.gis-pro-room-status-approved{
    background:#ecf9f0;
    border:1px solid #bfe5ca;
    color:#176536;
}
.gis-pro-room-status-rejected{
    background:#fff0f0;
    border:1px solid #ecc5c5;
    color:#9b2525;
}
.gis-pro-room-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
}
.gis-pro-room-card{
    background:#fff;
    border:1px solid #dde6f0;
    border-radius:14px;
    padding:22px;
    box-shadow:0 5px 18px rgba(30,60,100,.04);
}
.gis-pro-room-card h2{
    margin:0 0 17px;
    color:#0b2458;
    font-size:20px;
}
.gis-pro-room-card h3{
    margin:22px 0 10px;
    color:#33435d;
    font-size:15px;
}
.gis-pro-room-wide{
    grid-column:1 / -1;
}
.gis-pro-room-details{
    display:grid;
    grid-template-columns:140px 1fr;
    gap:10px 14px;
    margin:0;
}
.gis-pro-room-details dt{
    font-weight:750;
    color:#59677c;
}
.gis-pro-room-details dd{
    margin:0;
    color:#17233b;
}
.gis-pro-room-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.gis-pro-room-tags span{
    background:#edf5ff;
    color:#1763cc;
    padding:7px 11px;
    border-radius:999px;
    font-size:13px;
    font-weight:750;
}
.gis-pro-room-request-list{
    display:flex;
    flex-direction:column;
    gap:8px;
}
.gis-pro-room-request-list div{
    display:flex;
    justify-content:space-between;
    gap:15px;
    padding:10px 12px;
    border:1px solid #e2e9f1;
    border-radius:9px;
    background:#fafcff;
}
.gis-pro-room-request-list strong{
    color:#657289;
    font-size:12px;
}
.gis-pro-room-card-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    margin-bottom:15px;
}
.gis-pro-room-card-head h2{
    margin:0;
}
.gis-pro-room-card-head span{
    color:#7a879a;
    font-size:12px;
}
.gis-pro-room-messages{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.gis-pro-room-messages article{
    border:1px solid #e1e8f0;
    border-radius:11px;
    padding:15px;
    background:#fbfdff;
}
.gis-pro-room-messages article>div{
    display:flex;
    justify-content:space-between;
    gap:15px;
    margin-bottom:7px;
}
.gis-pro-room-messages strong{
    color:#0b2458;
}
.gis-pro-room-messages span{
    color:#8a95a7;
    font-size:12px;
}
.gis-pro-room-messages p{
    margin:0;
    color:#536078;
    line-height:1.55;
}
.gis-pro-room-empty{
    border:1px dashed #d8e1ec;
    border-radius:10px;
    padding:22px;
    text-align:center;
    color:#718096;
}
.gis-pro-workspace{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:25px;
}
.gis-pro-workspace p{
    margin:0;
    color:#657187;
}
.gis-pro-workspace-ready,
.gis-pro-workspace-locked{
    display:inline-flex;
    padding:8px 12px;
    border-radius:999px;
    font-size:11px;
    font-weight:850;
    letter-spacing:.6px;
    white-space:nowrap;
}
.gis-pro-workspace-ready{
    background:#eaf8ee;
    color:#18733a;
}
.gis-pro-workspace-locked{
    background:#eef2f6;
    color:#657187;
}
.gis-pro-login-card{
    max-width:520px;
    margin:70px auto;
    text-align:center;
}
.gis-pro-room-primary{
    display:inline-flex;
    padding:12px 20px;
    border-radius:8px;
    background:#1763cc;
    color:#fff!important;
    text-decoration:none!important;
    font-weight:750;
}
.gis-pro-room-muted{
    color:#718096;
}
@media(max-width:760px){
    .gis-pro-room-wrap{padding:18px 0 45px;}
    .gis-pro-room-shell{width:calc(100% - 18px);}
    .gis-pro-room-topbar{
        align-items:flex-start;
        padding:13px;
    }
    .gis-pro-room-actions{
        flex-direction:column;
        align-items:flex-end;
        gap:4px;
    }
    .gis-pro-room-hero{
        padding:24px 18px;
        flex-direction:column;
    }
    .gis-pro-room-hero h1{font-size:29px;}
    .gis-pro-room-grid{grid-template-columns:1fr;}
    .gis-pro-room-wide{grid-column:auto;}
    .gis-pro-room-card{padding:18px;}
    .gis-pro-room-details{grid-template-columns:110px 1fr;}
    .gis-pro-workspace{flex-direction:column;align-items:flex-start;}
    .gis-pro-room-messages article>div{flex-direction:column;gap:3px;}
}


/* v1.3.3 GIS Pro email verification */
.gis-pro-email-verify{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:15px 17px;
    border-radius:11px;
    margin-bottom:16px;
}
.gis-pro-email-verify>div{display:flex;flex-direction:column;gap:4px;}
.gis-pro-email-verify strong{display:block;font-weight:800;}
.gis-pro-email-verify span{font-size:14px;}
.gis-pro-email-verify a{
    display:inline-flex;
    padding:10px 14px;
    border-radius:8px;
    text-decoration:none!important;
    font-weight:750;
    white-space:nowrap;
}
.gis-pro-email-verify-success{background:#ecf9f0;border:1px solid #bfe5ca;color:#176536;}
.gis-pro-email-verify-warning{background:#fff7df;border:1px solid #eed28c;color:#875900;}
.gis-pro-email-verify-warning a{background:#1763cc;color:#fff!important;}
.gis-pro-email-verify-info{background:#edf6ff;border:1px solid #c7ddf7;color:#174d99;}
@media(max-width:700px){
    .gis-pro-email-verify{flex-direction:column;align-items:flex-start;}
}


/* v1.3.4 GIS Pro frontend login */
.gis-pro-login-wrap{
    width:100%;
    min-height:70vh;
    padding:60px 0 80px;
    background:linear-gradient(180deg,#eef6ff 0%,#ffffff 100%);
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
.gis-pro-login-shell{
    width:min(560px,calc(100% - 28px));
    margin:0 auto;
}
.gis-pro-login-brand{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:13px;
    margin-bottom:22px;
}
.gis-pro-login-brand img{
    width:66px;
    height:66px;
    object-fit:contain;
}
.gis-pro-login-brand div{
    display:flex;
    flex-direction:column;
}
.gis-pro-login-brand strong{
    color:#0b2458;
    font-size:27px;
    font-weight:850;
}
.gis-pro-login-brand span{
    color:#1763cc;
    font-size:13px;
    font-weight:750;
}
.gis-pro-login-card{
    background:#fff;
    border:1px solid #dae5f1;
    border-radius:18px;
    padding:34px;
    box-shadow:0 14px 45px rgba(21,59,110,.09);
}
.gis-pro-login-kicker{
    display:block;
    color:#1763cc;
    font-size:11px;
    font-weight:850;
    letter-spacing:1.3px;
    text-align:center;
}
.gis-pro-login-card h1{
    text-align:center;
    color:#0b2458;
    margin:9px 0 7px;
    font-size:32px;
}
.gis-pro-login-card>p{
    text-align:center;
    color:#69758a;
    margin:0 0 24px;
    line-height:1.5;
}
.gis-pro-login-card form{
    display:flex;
    flex-direction:column;
    gap:16px;
}
.gis-pro-login-card label{
    display:flex;
    flex-direction:column;
    gap:7px;
}
.gis-pro-login-card label span{
    color:#28364f;
    font-weight:750;
    font-size:13px;
}
.gis-pro-login-card input{
    width:100%;
    box-sizing:border-box;
    min-height:48px;
    border:1px solid #d4dfeb;
    border-radius:9px;
    padding:0 13px;
    font-size:15px;
}
.gis-pro-login-primary{
    min-height:48px;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    border:0;
    border-radius:9px;
    background:#1763cc;
    color:#fff!important;
    text-decoration:none!important;
    font-size:15px;
    font-weight:800;
    cursor:pointer;
}
.gis-pro-login-error{
    background:#fff0f0;
    border:1px solid #eac1c1;
    color:#9f2525;
    border-radius:9px;
    padding:11px 13px;
    margin-bottom:18px;
}
.gis-pro-login-bottom{
    display:flex;
    justify-content:center;
    gap:6px;
    flex-wrap:wrap;
    border-top:1px solid #e5ebf2;
    padding-top:20px;
    margin-top:22px;
    color:#758196;
    font-size:13px;
}
.gis-pro-login-bottom a{
    color:#1763cc;
    font-weight:750;
    text-decoration:none;
}
@media(max-width:600px){
    .gis-pro-login-wrap{padding:35px 0 55px;}
    .gis-pro-login-card{padding:25px 18px;}
    .gis-pro-login-card h1{font-size:27px;}
}


/* v1.3.5 Provider additional service requests */
.gis-pro-services-head{
    margin-bottom:16px;
}
.gis-pro-add-service-btn{
    border:1px solid #1763cc;
    background:#1763cc;
    color:#fff;
    border-radius:8px;
    min-height:36px;
    padding:0 12px;
    font-size:12px;
    font-weight:800;
    cursor:pointer;
}
.gis-pro-add-service-panel{
    margin-top:20px;
    padding:18px;
    border:1px solid #d8e5f3;
    background:#f8fbff;
    border-radius:12px;
}
.gis-pro-add-service-panel h3{
    margin:0 0 5px;
    color:#0b2458;
    font-size:16px;
}
.gis-pro-add-service-panel>p{
    margin:0 0 15px;
    color:#6c788b;
    font-size:13px;
}
.gis-pro-add-service-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    margin-bottom:18px;
}
.gis-pro-add-service-grid label{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 11px;
    border:1px solid #dfe7f0;
    border-radius:9px;
    background:#fff;
    cursor:pointer;
}
.gis-pro-add-service-grid span{
    color:#27354d;
    font-size:13px;
    font-weight:700;
}
.gis-pro-custom-service-wrap{
    border-top:1px solid #dce5ee;
    padding-top:16px;
    margin-top:8px;
}
.gis-pro-custom-service-row{
    display:flex;
    gap:7px;
    margin-top:9px;
}
.gis-pro-custom-service-row input{
    flex:1;
    min-height:42px;
    border:1px solid #d6e0eb;
    border-radius:8px;
    padding:0 11px;
}
.gis-pro-remove-custom-service{
    width:42px;
    min-width:42px;
    border:1px solid #d6e0eb;
    border-radius:8px;
    background:#fff;
    font-size:22px;
    cursor:pointer;
}
.gis-pro-add-custom-service{
    margin-top:9px;
    border:0;
    background:transparent;
    color:#1763cc;
    font-weight:750;
    cursor:pointer;
    padding:0;
}
.gis-pro-submit-service-request{
    margin-top:18px;
    min-height:44px;
    border:0;
    border-radius:8px;
    background:#1763cc;
    color:#fff;
    padding:0 18px;
    font-weight:850;
    cursor:pointer;
}
.gis-pro-admin-service-requests{
    display:flex;
    flex-direction:column;
    gap:9px;
}
.gis-pro-admin-service-request{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:12px;
    border:1px solid #e0e6ed;
    border-radius:9px;
    background:#fafcff;
}
.gis-pro-admin-service-request>div{
    display:flex;
    gap:7px;
}
.gis-pro-admin-service-request form{
    margin:0;
}
@media(max-width:700px){
    .gis-pro-add-service-grid{
        grid-template-columns:1fr;
    }
    .gis-pro-services-head{
        align-items:flex-start;
    }
}
