@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap');

:root {
    --color-primary: #7FAED9;
    --color-primary-hover: #6B9DCC;
    --color-primary-soft: #EAF3FB;

    --color-secondary: #171833;
    --color-secondary-soft: #2A2D57;

    --color-white: #FFFFFF;
    --color-body-bg: #F7F9FC;
    --color-surface: #FFFFFF;
    --color-surface-alt: #F1F5F9;
    --color-border: #D9E2EC;

    --color-text: #1B1F2A;
    --color-text-muted: #667085;
    --color-heading: #171833;

    --color-success: #16A34A;
    --color-warning: #F59E0B;
    --color-danger: #DC2626;
    --color-info: #0EA5E9;

    --font-body: 'Inter', sans-serif;
    --font-heading: 'Space Grotesk', 'Inter', sans-serif;

    --font-size-base: 16px;
    --line-height-base: 1.6;

    --h1-size: clamp(2rem, 4vw, 3rem);
    --h2-size: clamp(1.75rem, 3vw, 2.4rem);
    --h3-size: clamp(1.5rem, 2.4vw, 2rem);
    --h4-size: 1.25rem;
    --h5-size: 1.125rem;
    --h6-size: 1rem;

    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 18px;
    --radius-xl: 24px;

    --shadow-sm: 0 4px 12px rgba(23, 24, 51, 0.06);
    --shadow-md: 0 10px 30px rgba(23, 24, 51, 0.10);

    --transition-base: 0.2s ease-in-out;
}

*,
*::before,*::after {box-sizing: border-box;}

html {font-size: var(--font-size-base);scroll-behavior: smooth;}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 400;
    line-height: var(--line-height-base);
    color: var(--color-text);
    background-color: var(--color-body-bg);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img,svg,video,canvas{display:block;max-width:100%;}

iframe{border:0;}

a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-base),opacity var(--transition-base);}
a:hover,a:focus{color:var(--color-primary-hover);text-decoration:none;}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(127,174,217,0.35);outline-offset:2px;}

h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.75rem;font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--color-heading);letter-spacing:-0.02em;}
h1{font-size:var(--h1-size);}
h2{font-size:var(--h2-size);}
h3{font-size:var(--h3-size);}
h4{font-size:var(--h4-size);}
h5{font-size:var(--h5-size);}
h6{font-size:var(--h6-size);}

p{margin-top:0;margin-bottom:1rem;color:var(--color-text);}

small{font-size:0.875rem;color:var(--color-text-muted);}

strong,b{font-weight:700;}
ul,ol{margin-top:0;margin-bottom:1rem;padding-left:1.25rem;}
li+li{margin-top:0.35rem;}

button,input,select,textarea{font:inherit;}
button{border:0;background:none;cursor:pointer;}

input,select,textarea{width:100%;border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-white);color:var(--color-text);padding:0.85rem 1rem;transition:border-color var(--transition-base),box-shadow var(--transition-base);}
input::placeholder,textarea::placeholder{color:#98A2B3;}
input:focus,select:focus,textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px rgba(127,174,217,0.15);outline:none;}

hr{margin:1.5rem 0;border:0;border-top:1px solid var(--color-border);}

::selection{background-color:var(--color-primary);color:var(--color-white);}

.text-muted{color:var(--color-text-muted)!important;}
.bg-surface{background-color:var(--color-surface)!important;}
.bg-soft{background-color:var(--color-primary-soft)!important;}
.rounded-default{border-radius:var(--radius-md)!important;}
.shadow-soft{box-shadow:var(--shadow-sm)!important;}

/*START COOKIE BAR BY CAM*/
.uvr-cookiebar{position:fixed;bottom:0;left:0;right:0;background:#0b0b0b;border-top:1px solid rgba(255,255,255,.08);color:#e9eef7;font-size:15px;z-index:99999999;box-shadow:0 -4px 18px rgba(0,0,0,.4);padding:18px 0}
.uvr-cookiebar-inner{max-width:1100px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center}
.uvr-cookiebar-text{margin:0;color:#cfd7e4;line-height:1.4}
.uvr-cookiebar-link{color:#81B6E3;text-decoration:none;border-bottom:1px dotted rgba(129,182,227,.4)}
.uvr-cookiebar-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.uvr-cookiebar-btn{border:none;border-radius:10px;font-weight:700;padding:10px 18px;cursor:pointer;font-size:14px;transition:all .15s ease}
.uvr-cookiebar-accept{background:#81B6E3;color:#0b0b0b}
.uvr-cookiebar-accept:hover{background:#9dc7ec}
.uvr-cookiebar-decline{background:rgba(255,255,255,.08);color:#e9eef7}
.uvr-cookiebar-decline:hover{background:rgba(255,255,255,.15)}
@media(max-width:600px){.uvr-cookiebar-inner{padding:0 14px;gap:12px}.uvr-cookiebar-actions{width:100%;justify-content:center}}
/*END COOKIE BAR BY CAM*/

/*START LOGIN BY CAM*/
.uvrslsx115367-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:linear-gradient(135deg,#f4f8fc 0%,#edf4fb 100%)}
.uvrslsx115367-side{position:relative;display:flex;align-items:center;justify-content:center;padding:48px;overflow:hidden}
.uvrslsx115367-side:before{content:"";position:absolute;top:-140px;left:-140px;width:340px;height:340px;background:rgba(127,174,217,.18);border-radius:50%;filter:blur(10px)}
.uvrslsx115367-side:after{content:"";position:absolute;right:-120px;bottom:-120px;width:300px;height:300px;background:rgba(23,24,51,.06);border-radius:50%}
.uvrslsx115367-sideinner{position:relative;z-index:2;max-width:560px}
.uvrslsx115367-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:999px;background:#ffffff;border:1px solid #d9e2ec;box-shadow:0 8px 24px rgba(23,24,51,.06);font-size:.9rem;font-weight:700;color:#171833;margin-bottom:22px}
.uvrslsx115367-title{font-size:clamp(2.5rem,5vw,4.4rem);line-height:1.02;margin-bottom:18px;color:#171833}
.uvrslsx115367-text{font-size:1.08rem;color:#5f6c80;max-width:500px;margin-bottom:30px}
.uvrslsx115367-points{display:flex;flex-direction:column;gap:14px}
.uvrslsx115367-point{display:flex;align-items:center;gap:14px;font-size:1rem;color:#171833}
.uvrslsx115367-point span{width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#7faed9;color:#ffffff;box-shadow:0 10px 24px rgba(127,174,217,.3)}
.uvrslsx115367-panel{display:flex;align-items:center;justify-content:center;padding:32px}
.uvrslsx115367-card{width:100%;max-width:520px;background:rgba(255,255,255,.78);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.65);border-radius:28px;box-shadow:0 20px 60px rgba(23,24,51,.12);padding:34px}
.uvrslsx115367-brandwrap{display:flex;align-items:center;gap:14px;margin-bottom:28px}
.uvrslsx115367-brandicon{width:54px;height:54px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;font-size:1.2rem;box-shadow:0 14px 30px rgba(23,24,51,.18)}
.uvrslsx115367-brandname{font-size:1.1rem;font-weight:800;color:#171833;line-height:1.1}
.uvrslsx115367-brandsub{font-size:.92rem;color:#6b7280}
.uvrslsx115367-head{margin-bottom:24px}
.uvrslsx115367-heading{font-size:2rem;margin-bottom:8px;color:#171833}
.uvrslsx115367-subheading{margin-bottom:0;color:#6b7280}
.uvrslsx115367-alert{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;border-radius:16px;background:#fff1f2;border:1px solid #fecdd3;color:#be123c;font-size:.95rem;margin-bottom:18px}
.uvrslsx115367-form{display:flex;flex-direction:column;gap:18px}
.uvrslsx115367-field{display:flex;flex-direction:column;gap:8px}
.uvrslsx115367-labelrow{display:flex;align-items:center;justify-content:space-between}
.uvrslsx115367-label{font-size:.95rem;font-weight:700;color:#171833}
.uvrslsx115367-inputwrap{position:relative}
.uvrslsx115367-inputicon{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:.95rem;color:#7b8794;pointer-events:none}
.uvrslsx115367-inputwrap input{height:58px;padding-left:46px;padding-right:48px;border:1px solid #d9e2ec;border-radius:18px;background:#ffffff;box-shadow:none}
.uvrslsx115367-inputwrap input:focus{border-color:#7faed9;box-shadow:0 0 0 4px rgba(127,174,217,.16)}
.uvrslsx115367-toggle{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#64748b;background:transparent}
.uvrslsx115367-toggle:hover{background:#f1f5f9;color:#171833}
.uvrslsx115367-submit{position:relative;height:58px;border:none;border-radius:18px;background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;font-weight:800;font-size:1rem;display:inline-flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 18px 34px rgba(23,24,51,.22);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}
.uvrslsx115367-submit:hover{transform:translateY(-1px);box-shadow:0 22px 42px rgba(23,24,51,.26)}
.uvrslsx115367-submit:disabled{opacity:1;cursor:not-allowed}
.uvrslsx115367-submittext{transition:opacity .2s ease}
.uvrslsx115367-loader{width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#ffffff;border-radius:50%;display:none;animation:uvrslsx115367spin .8s linear infinite}
.uvrslsx115367-submitloading .uvrslsx115367-submittext{opacity:.72}
.uvrslsx115367-submitloading .uvrslsx115367-loader{display:inline-block}
@keyframes uvrslsx115367spin{to{transform:rotate(360deg)}}
@media (max-width:991.98px){.uvrslsx115367-shell{grid-template-columns:1fr}.uvrslsx115367-side{display:none}.uvrslsx115367-panel{padding:20px}.uvrslsx115367-card{max-width:100%;padding:26px}}
@media (max-width:575.98px){.uvrslsx115367-card{border-radius:22px;padding:22px}.uvrslsx115367-heading{font-size:1.7rem}.uvrslsx115367-inputwrap input{height:54px}.uvrslsx115367-submit{height:54px}}
/*END LOGIN BY CAM*/

/*START 404 BY CAM*/
.uvrsls404991-wrap{min-height:100vh;position:relative;display:flex;align-items:center;padding:40px 30px;overflow:hidden}
.uvrsls404991-bg{position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(127,174,217,.15),transparent 40%),radial-gradient(circle at 80% 70%,rgba(23,24,51,.2),transparent 40%),#f8fafc}
.uvrsls404991-content{position:relative;z-index:2;max-width:1400px;margin:0 auto;width:100%;display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center}
.uvrsls404991-left{display:flex;flex-direction:column;gap:20px}
.uvrsls404991-code{font-size:clamp(80px,12vw,140px);font-weight:900;line-height:.9;background:linear-gradient(135deg,#171833,#7faed9);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.uvrsls404991-title{font-size:2rem;color:#171833}
.uvrsls404991-text{max-width:500px;color:#64748b;font-size:1.05rem}
.uvrsls404991-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px}
.uvrsls404991-btn{height:52px;padding:0 18px;border-radius:14px;border:none;display:flex;align-items:center;gap:10px;font-weight:700}
.uvrsls404991-primary{background:linear-gradient(135deg,#171833,#7faed9);color:#fff}
.uvrsls404991-secondary{background:#fff;border:1px solid #e2e8f0;color:#171833}
.uvrsls404991-right{display:flex;align-items:center;justify-content:center}
.uvrsls404991-visual{position:relative;width:260px;height:260px}
.uvrsls404991-ring{position:absolute;inset:0;border-radius:50%;border:2px solid rgba(127,174,217,.4);animation:uvrsls404991spin 12s linear infinite}
.uvrsls404991-ring2{position:absolute;inset:30px;border-radius:50%;border:2px dashed rgba(23,24,51,.3);animation:uvrsls404991spinreverse 18s linear infinite}
.uvrsls404991-dot{position:absolute;top:50%;left:50%;width:12px;height:12px;background:#7faed9;border-radius:50%;transform:translate(-50%,-50%)}
@keyframes uvrsls404991spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}
@keyframes uvrsls404991spinreverse{from{transform:rotate(360deg)}to{transform:rotate(0)}}
@media(max-width:900px){.uvrsls404991-content{grid-template-columns:1fr}.uvrsls404991-right{display:none}}
/*END 404 BY CAM*/

/*START HEADER & NAV BY CAM*/
body.uvrslsx734551-haspushednav{padding-left:290px;transition:padding-left .3s ease}
body.uvrslsx734551-lock{overflow:hidden}
.uvrslsx734551-overlay{position:fixed;inset:0;background:rgba(10,15,30,.45);backdrop-filter:blur(3px);opacity:0;visibility:hidden;pointer-events:none;transition:all .25s ease;z-index:1038}
.uvrslsx734551-overlay.uvrslsx734551-overlayactive{opacity:1;visibility:visible;pointer-events:auto}
.uvrslsx734551-header{position:sticky;top:0;left:0;right:0;z-index:1040;padding:18px 0;transition:padding .25s ease,background .25s ease,box-shadow .25s ease,backdrop-filter .25s ease}
.uvrslsx734551-header.uvrslsx734551-headershrink{padding:10px 0;background:rgba(255,255,255,.78);backdrop-filter:blur(18px);box-shadow:0 10px 30px rgba(15,23,42,.08)}
.uvrslsx734551-headerinner{max-width:1600px;margin:0 auto;padding:0 22px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.uvrslsx734551-left{display:flex;align-items:center;gap:14px;min-width:220px}
.uvrslsx734551-logo{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.uvrslsx734551-logo img{display:block;width:60px;height:auto;transition:width .25s ease}
.uvrslsx734551-headershrink .uvrslsx734551-logo img{width:50px}
.uvrslsx734551-specialtoggle{position:relative;width:46px;height:46px;border:none;border-radius:14px;background:#ffffff;box-shadow:0 10px 24px rgba(15,23,42,.08);display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.uvrslsx734551-specialtoggle:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(15,23,42,.12)}
.uvrslsx734551-specialtoggle span{display:block;width:18px;height:2px;background:#171833;border-radius:999px;transition:all .2s ease}
.uvrslsx734551-specialtoggle span:nth-child(2){width:12px;margin-left:-6px}
.uvrslsx734551-specialtoggle span:nth-child(3){width:18px}
.uvrslsx734551-desktopnav{display:flex;align-items:center;justify-content:center;gap:8px;flex:1 1 auto}
.uvrslsx734551-navlink{height:48px;padding:0 16px;border:none;border-radius:14px;background:transparent;display:inline-flex;align-items:center;justify-content:center;gap:10px;color:#171833;font-weight:700;font-size:.95rem;transition:background .2s ease,color .2s ease,transform .2s ease}
.uvrslsx734551-navlink:hover{background:#eef4fb;color:#171833;transform:translateY(-1px)}
.uvrslsx734551-navlink i{font-size:.95rem;color:#7faed9}
.uvrslsx734551-navitemdropdown{position:relative}
.uvrslsx734551-navdropbtn{padding-right:12px}
.uvrslsx734551-navlinkinner{display:inline-flex;align-items:center;gap:10px}
.uvrslsx734551-navdropbtn .fa-chevron-down{font-size:.78rem;color:#64748b;transition:transform .2s ease}
.uvrslsx734551-navitemdropdown.uvrslsx734551-desktopdropopen .uvrslsx734551-navdropbtn{background:#eef4fb}
.uvrslsx734551-navitemdropdown.uvrslsx734551-desktopdropopen .uvrslsx734551-navdropbtn .fa-chevron-down{transform:rotate(180deg)}
.uvrslsx734551-navdropdownmenu{position:absolute;top:calc(100% + 10px);left:0;min-width:240px;padding:10px;background:#ffffff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 20px 45px rgba(15,23,42,.12);opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s ease}
.uvrslsx734551-navitemdropdown.uvrslsx734551-desktopdropopen .uvrslsx734551-navdropdownmenu{opacity:1;visibility:visible;transform:translateY(0)}
.uvrslsx734551-navdropdownlink{display:flex;align-items:center;padding:12px 14px;border-radius:12px;color:#171833;font-weight:600;transition:background .2s ease,color .2s ease}
.uvrslsx734551-navdropdownlink:hover{background:#eef4fb;color:#171833}
.uvrslsx734551-right{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:220px}
.uvrslsx734551-account{position:relative}
.uvrslsx734551-accountbtn{height:52px;padding:8px 12px 8px 8px;border:none;border-radius:18px;background:#ffffff;box-shadow:0 10px 24px rgba(15,23,42,.08);display:flex;align-items:center;gap:12px;color:#171833;transition:transform .2s ease,box-shadow .2s ease}
.uvrslsx734551-accountbtn:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(15,23,42,.12)}
.uvrslsx734551-accountavatar{width:36px;height:36px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:800;flex:0 0 auto}
.uvrslsx734551-accountavatar img{width:100%;height:100%;object-fit:cover}
.uvrslsx734551-accountmeta{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}
.uvrslsx734551-accountmeta strong{font-size:.92rem;color:#171833}
.uvrslsx734551-accountmeta small{font-size:.78rem;color:#64748b}
.uvrslsx734551-accountbtn .fa-chevron-down{font-size:.76rem;color:#64748b;transition:transform .2s ease}
.uvrslsx734551-account.uvrslsx734551-accountopen .uvrslsx734551-accountbtn .fa-chevron-down{transform:rotate(180deg)}
.uvrslsx734551-accountmenu{position:absolute;top:calc(100% + 10px);right:0;min-width:220px;padding:10px;background:#ffffff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 20px 45px rgba(15,23,42,.12);opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s ease}
.uvrslsx734551-account.uvrslsx734551-accountopen .uvrslsx734551-accountmenu{opacity:1;visibility:visible;transform:translateY(0)}
.uvrslsx734551-accountlink{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;color:#171833;font-weight:600;transition:background .2s ease,color .2s ease}
.uvrslsx734551-accountlink:hover{background:#eef4fb;color:#171833}
.uvrslsx734551-accountlink i{width:18px;text-align:center;color:#7faed9}
.uvrslsx734551-mobileaccount{display:none;width:44px;height:44px;border:none;border-radius:14px;background:#ffffff;box-shadow:0 10px 24px rgba(15,23,42,.08);align-items:center;justify-content:center;color:#171833;font-size:1rem}
.uvrslsx734551-maintoggle{display:none;position:relative;width:46px;height:46px;border:none;border-radius:14px;background:#ffffff;box-shadow:0 10px 24px rgba(15,23,42,.08);align-items:center;justify-content:center;flex-direction:column;gap:5px}
.uvrslsx734551-maintoggle span{display:block;width:18px;height:2px;background:#171833;border-radius:999px}
.uvrslsx734551-maintoggle span:nth-child(2){width:14px}
.uvrslsx734551-sidenav{position:fixed;top:0;left:0;width:290px;height:100vh;background:#101426;color:#ffffff;transform:translateX(-100%);transition:transform .3s ease;z-index:1042;box-shadow:24px 0 50px rgba(2,6,23,.18)}
.uvrslsx734551-sidenav.uvrslsx734551-sidenavopen{transform:translateX(0)}
.uvrslsx734551-sidenavinner{height:100%;display:flex;flex-direction:column}
.uvrslsx734551-sidenavtop{padding:24px 22px 18px;border-bottom:1px solid rgba(255,255,255,.08)}
.uvrslsx734551-sidenavbrand{display:flex;align-items:center;gap:12px;font-size:1rem;font-weight:800;color:#ffffff}
.uvrslsx734551-sidenavbrand img{display:block;width:60px;height:auto}
.uvrslsx734551-sidenavnav{padding:18px 14px;display:flex;flex-direction:column;gap:6px}
.uvrslsx734551-sidelink{display:flex;align-items:center;gap:12px;padding:14px 14px;border-radius:14px;color:rgba(255,255,255,.88);font-weight:700;transition:background .2s ease,color .2s ease,transform .2s ease}
.uvrslsx734551-sidelink:hover{background:rgba(127,174,217,.14);color:#ffffff;transform:translateX(2px)}
.uvrslsx734551-sidelink i{width:18px;text-align:center;color:#7faed9}
.uvrslsx734551-maindrawer{position:fixed;top:0;right:0;width:min(92vw,420px);height:100vh;background:#ffffff;transform:translateX(100%);transition:transform .3s ease;z-index:1041;display:flex;flex-direction:column;box-shadow:-24px 0 50px rgba(2,6,23,.18)}
.uvrslsx734551-maindrawer.uvrslsx734551-maindraweropen{transform:translateX(0)}
.uvrslsx734551-maindrawerhead{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 16px;border-bottom:1px solid #e2e8f0}
.uvrslsx734551-maindrawerbrand{display:inline-flex;align-items:center}
.uvrslsx734551-maindrawerbrand img{display:block;width:60px;height:auto}
.uvrslsx734551-maindrawerclose{width:44px;height:44px;border:none;border-radius:14px;background:#f8fafc;color:#171833;display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem;transition:background .2s ease,transform .2s ease}
.uvrslsx734551-maindrawerclose:hover{background:#eef4fb;transform:rotate(90deg)}
.uvrslsx734551-maindrawerbody{flex:1 1 auto;overflow-y:auto;padding:16px}
.uvrslsx734551-mobilemainnav{display:flex;flex-direction:column;gap:8px}
.uvrslsx734551-mobilemainlink{display:flex;align-items:center;gap:12px;padding:15px 14px;border-radius:16px;background:#f8fafc;color:#171833;font-weight:700;transition:background .2s ease,transform .2s ease}
.uvrslsx734551-mobilemainlink:hover{background:#eef4fb;color:#171833;transform:translateX(2px)}
.uvrslsx734551-mobilemainlink i{width:18px;text-align:center;color:#7faed9}
.uvrslsx734551-mobileaccordion{border-radius:18px;background:#f8fafc;overflow:hidden}
.uvrslsx734551-mobileaccordiontoggle{width:100%;padding:15px 14px;border:none;background:transparent;display:flex;align-items:center;justify-content:space-between;color:#171833;font-weight:700}
.uvrslsx734551-mobileaccordiontitle{display:inline-flex;align-items:center;gap:12px}
.uvrslsx734551-mobileaccordiontitle i{width:18px;text-align:center;color:#7faed9}
.uvrslsx734551-mobileaccordiontoggle .fa-chevron-down{font-size:.82rem;color:#64748b;transition:transform .2s ease}
.uvrslsx734551-mobileaccordionmenu{max-height:0;overflow:hidden;transition:max-height .25s ease}
.uvrslsx734551-mobileaccordion.uvrslsx734551-accordionopen .uvrslsx734551-mobileaccordionmenu{max-height:400px}
.uvrslsx734551-mobileaccordion.uvrslsx734551-accordionopen .uvrslsx734551-mobileaccordiontoggle .fa-chevron-down{transform:rotate(180deg)}
.uvrslsx734551-mobileaccordionsublink{display:block;padding:12px 14px 12px 44px;color:#475569;font-weight:600;border-top:1px solid #e2e8f0;transition:background .2s ease,color .2s ease}
.uvrslsx734551-mobileaccordionsublink:hover{background:#eef4fb;color:#171833}
@media (max-width:1199.98px){body.uvrslsx734551-haspushednav{padding-left:0}.uvrslsx734551-desktopnav{display:none}.uvrslsx734551-account{display:none}.uvrslsx734551-mobileaccount{display:inline-flex}.uvrslsx734551-maintoggle{display:inline-flex}.uvrslsx734551-right{min-width:auto}.uvrslsx734551-left{min-width:auto}.uvrslsx734551-headerinner{padding:0 16px}}
@media (max-width:767.98px){.uvrslsx734551-header{padding:14px 0}.uvrslsx734551-header.uvrslsx734551-headershrink{padding:8px 0}.uvrslsx734551-logo img{width:52px}.uvrslsx734551-headershrink .uvrslsx734551-logo img{width:46px}.uvrslsx734551-specialtoggle{width:42px;height:42px;border-radius:13px}.uvrslsx734551-mobileaccount{width:42px;height:42px;border-radius:13px}.uvrslsx734551-maintoggle{width:42px;height:42px;border-radius:13px}.uvrslsx734551-headerinner{gap:12px}}
/*END HEADER & NAV BY CAM*/

/*START DASHBOARD*/
.uvrslsdash551921-main{padding:24px 0 40px}
.uvrslsdash551921-container{max-width:1600px;margin:0 auto;padding:0 22px}
.uvrslsdash551921-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:28px;border-radius:28px;background:linear-gradient(135deg,#171833 0%,#24345d 45%,#7faed9 100%);box-shadow:0 20px 50px rgba(15,23,42,.14);margin-bottom:22px;color:#ffffff}
.uvrslsdash551921-heroleft{max-width:760px}
.uvrslsdash551921-kicker{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);font-size:.82rem;font-weight:700;color:#ffffff;margin-bottom:14px}
.uvrslsdash551921-title{margin-bottom:10px;color:#ffffff}
.uvrslsdash551921-text{margin-bottom:0;color:rgba(255,255,255,.78);max-width:700px}
.uvrslsdash551921-heroright{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.uvrslsdash551921-btn{height:50px;padding:0 18px;border:none;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.uvrslsdash551921-btn:hover{transform:translateY(-1px)}
.uvrslsdash551921-btnprimary{background:#ffffff;color:#171833;box-shadow:0 14px 30px rgba(255,255,255,.18)}
.uvrslsdash551921-btnprimary:hover{color:#171833}
.uvrslsdash551921-btnlight{background:rgba(255,255,255,.1);color:#ffffff;border:1px solid rgba(255,255,255,.16)}
.uvrslsdash551921-btnlight:hover{color:#ffffff;background:rgba(255,255,255,.16)}
.uvrslsdash551921-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:22px}
.uvrslsdash551921-statcard{display:flex;align-items:center;gap:16px;padding:22px;border:1px solid #e2e8f0;border-radius:24px;background:#ffffff;box-shadow:0 12px 30px rgba(15,23,42,.06)}
.uvrslsdash551921-staticon{width:58px;height:58px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;font-size:1.1rem;flex:0 0 auto}
.uvrslsdash551921-statmeta{display:flex;flex-direction:column;line-height:1.15}
.uvrslsdash551921-statlabel{font-size:.88rem;font-weight:600;color:#64748b;margin-bottom:8px}
.uvrslsdash551921-statvalue{font-size:1.6rem;font-weight:800;color:#171833}
.uvrslsdash551921-statnote{margin-top:6px;font-size:.82rem;color:#7faed9}
.uvrslsdash551921-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(340px,.85fr);gap:22px}
.uvrslsdash551921-colmain{display:flex;flex-direction:column;gap:22px;min-width:0}
.uvrslsdash551921-colside{display:flex;flex-direction:column;gap:22px;min-width:0}
.uvrslsdash551921-panel{padding:22px;border:1px solid #e2e8f0;border-radius:26px;background:#ffffff;box-shadow:0 14px 34px rgba(15,23,42,.05)}
.uvrslsdash551921-panelhead{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}
.uvrslsdash551921-paneltitle{font-size:1.25rem;margin-bottom:6px;color:#171833}
.uvrslsdash551921-paneltext{margin-bottom:0;color:#64748b}
.uvrslsdash551921-panelaction{font-weight:700;color:#7faed9;white-space:nowrap}
.uvrslsdash551921-pipeline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.uvrslsdash551921-pipecol{padding:18px;border-radius:20px;background:#f8fafc;border:1px solid #e9eef5;min-height:140px}
.uvrslsdash551921-pipehead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.uvrslsdash551921-pipelabel{display:flex;align-items:center;gap:10px}
.uvrslsdash551921-pipedot{width:12px;height:12px;border-radius:50%;display:inline-block}
.uvrslsdash551921-pipehead strong{font-size:.95rem;color:#171833}
.uvrslsdash551921-pipehead span{min-width:30px;height:30px;padding:0 10px;border-radius:999px;background:#e8f1fb;color:#2b6cb0;font-size:.8rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center}
.uvrslsdash551921-pipevalue{font-size:1.2rem;font-weight:800;color:#171833;margin-bottom:6px}
.uvrslsdash551921-pipesub{font-size:.84rem;color:#64748b}
.uvrslsdash551921-tablewrap{overflow-x:auto}
.uvrslsdash551921-table{width:100%;border-collapse:collapse;min-width:920px}
.uvrslsdash551921-table th{padding:14px 12px;border-bottom:1px solid #e2e8f0;font-size:.83rem;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.04em}
.uvrslsdash551921-table td{padding:16px 12px;border-bottom:1px solid #eef2f7;font-size:.95rem;color:#171833;vertical-align:middle}
.uvrslsdash551921-table tbody tr:last-child td{border-bottom:none}
.uvrslsdash551921-person{display:flex;align-items:center;gap:12px}
.uvrslsdash551921-personavatar{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;font-size:.85rem;font-weight:800;flex:0 0 auto}
.uvrslsdash551921-person strong{display:block;font-size:.95rem;color:#171833}
.uvrslsdash551921-person small{display:block;margin-top:2px;color:#64748b}
.uvrslsdash551921-leadmeta{display:flex;flex-direction:column;gap:4px}
.uvrslsdash551921-leadmeta strong{font-size:.95rem;color:#171833}
.uvrslsdash551921-leadmeta small{font-size:.82rem;color:#64748b}
.uvrslsdash551921-stagebadge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 12px;border-radius:999px;font-size:.8rem;font-weight:800}
.uvrslsdash551921-userchip{display:flex;align-items:center;gap:10px}
.uvrslsdash551921-userchipspace{margin-top:10px}
.uvrslsdash551921-userchip img{width:32px;height:32px;border-radius:50%;object-fit:cover;display:block}
.uvrslsdash551921-userchipinitials{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;font-size:.72rem;font-weight:800}
.uvrslsdash551921-list{display:flex;flex-direction:column;gap:14px}
.uvrslsdash551921-listitem{padding:16px;border-radius:18px;background:#f8fafc;border:1px solid #e9eef5}
.uvrslsdash551921-listhead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:4px}
.uvrslsdash551921-listhead strong{font-size:.94rem;color:#171833}
.uvrslsdash551921-listitem small{display:block;color:#64748b}
.uvrslsdash551921-listmeta{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}
.uvrslsdash551921-listmeta span{display:inline-flex;align-items:center;gap:8px;font-size:.82rem;color:#64748b}
.uvrslsdash551921-activitylist{display:flex;flex-direction:column;gap:14px}
.uvrslsdash551921-activityitem{display:flex;align-items:flex-start;gap:12px}
.uvrslsdash551921-activityavatar{width:42px;height:42px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:800;flex:0 0 auto}
.uvrslsdash551921-activityavatar img{width:100%;height:100%;object-fit:cover;display:block}
.uvrslsdash551921-activitycontent strong{display:block;font-size:.92rem;color:#171833;margin-bottom:4px}
.uvrslsdash551921-activitycontent small{display:block;color:#64748b;margin-bottom:4px}
.uvrslsdash551921-activitycontent p{margin-bottom:0;color:#475569}
.uvrslsdash551921-badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 12px;border-radius:999px;font-size:.8rem;font-weight:800}
.uvrslsdash551921-badgeblue{background:#e8f1fb;color:#2b6cb0}
.uvrslsdash551921-badgegold{background:#fff4db;color:#b7791f}
.uvrslsdash551921-badgegreen{background:#e8f8ee;color:#15803d}
.uvrslsdash551921-badgered{background:#feecef;color:#be123c}
.uvrslsdash551921-empty{padding:24px;text-align:center;color:#64748b;font-weight:700}
@media (max-width:1399.98px){.uvrslsdash551921-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.uvrslsdash551921-pipeline{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:1199.98px){.uvrslsdash551921-main{padding:18px 0 28px}.uvrslsdash551921-container{padding:0 16px}.uvrslsdash551921-grid{grid-template-columns:1fr}.uvrslsdash551921-hero{flex-direction:column;align-items:flex-start}.uvrslsdash551921-heroright{width:100%}}
@media (max-width:767.98px){.uvrslsdash551921-hero{padding:22px;border-radius:22px}.uvrslsdash551921-stats{grid-template-columns:1fr}.uvrslsdash551921-panel{padding:18px;border-radius:22px}.uvrslsdash551921-pipeline{grid-template-columns:1fr}.uvrslsdash551921-listhead{flex-direction:column;align-items:flex-start}.uvrslsdash551921-btn{width:100%}.uvrslsdash551921-heroright{display:flex;flex-direction:column;align-items:stretch}}
/*END DASHBOARD*/

/*START RESERVERINGEN BY CAM*/
body.uvrslsrsv914552-lockbody{overflow:hidden}
.uvrslsrsv914552-main{padding:24px 0 40px}
.uvrslsrsv914552-container{max-width:1600px;margin:0 auto;padding:0 22px}
.uvrslsrsv914552-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:28px;border-radius:28px;background:linear-gradient(135deg,#171833 0%,#24345d 45%,#7faed9 100%);box-shadow:0 20px 50px rgba(15,23,42,.14);margin-bottom:22px;color:#ffffff}
.uvrslsrsv914552-heroleft{max-width:760px}
.uvrslsrsv914552-kicker{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);font-size:.82rem;font-weight:700;color:#ffffff;margin-bottom:14px}
.uvrslsrsv914552-title{margin-bottom:10px;color:#ffffff}
.uvrslsrsv914552-text{margin-bottom:0;color:rgba(255,255,255,.78);max-width:700px}
.uvrslsrsv914552-heroright{display:flex;align-items:center;justify-content:flex-end}
.uvrslsrsv914552-stat{min-width:180px;padding:18px 20px;border-radius:22px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column;gap:4px}
.uvrslsrsv914552-stat strong{font-size:1.8rem;line-height:1;color:#ffffff}
.uvrslsrsv914552-stat span{font-size:.9rem;color:rgba(255,255,255,.8)}
.uvrslsrsv914552-panel{padding:22px;border:1px solid #e2e8f0;border-radius:26px;background:#ffffff;box-shadow:0 14px 34px rgba(15,23,42,.05)}
.uvrslsrsv914552-panel+.uvrslsrsv914552-panel{margin-top:22px}
.uvrslsrsv914552-filters{display:flex;flex-direction:column;gap:18px}
.uvrslsrsv914552-searchbox{position:relative}
.uvrslsrsv914552-searchbox>i{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#64748b;font-size:.95rem}
.uvrslsrsv914552-searchbox input{height:58px;padding-left:46px;padding-right:16px;border:1px solid #dbe3ee;border-radius:18px;background:#ffffff;box-shadow:0 10px 24px rgba(15,23,42,.04)}
.uvrslsrsv914552-searchbox input:focus{border-color:#7faed9;box-shadow:0 0 0 4px rgba(127,174,217,.14)}
.uvrslsrsv914552-suggestbox{position:absolute;top:calc(100% + 10px);left:0;right:0;background:#ffffff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 20px 45px rgba(15,23,42,.12);opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s ease;z-index:30;overflow:hidden}
.uvrslsrsv914552-suggestbox.uvrslsrsv914552-suggestopen{opacity:1;visibility:visible;transform:translateY(0)}
.uvrslsrsv914552-suggestitem{width:100%;padding:14px 16px;border:none;border-bottom:1px solid #eef2f7;background:#ffffff;display:flex;flex-direction:column;align-items:flex-start;gap:4px;text-align:left;transition:background .2s ease}
.uvrslsrsv914552-suggestitem:last-child{border-bottom:none}
.uvrslsrsv914552-suggestitem:hover{background:#f8fbff}
.uvrslsrsv914552-suggestmain{font-size:.95rem;font-weight:700;color:#171833}
.uvrslsrsv914552-suggestsub{font-size:.82rem;color:#64748b}
.uvrslsrsv914552-suggestempty{padding:16px;color:#64748b;font-size:.92rem}
.uvrslsrsv914552-filtergrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.uvrslsrsv914552-field{display:flex;flex-direction:column;gap:8px}
.uvrslsrsv914552-field label{font-size:.88rem;font-weight:700;color:#171833}
.uvrslsrsv914552-field select{height:52px;border:1px solid #dbe3ee;border-radius:16px;background:#ffffff;padding:0 14px}
.uvrslsrsv914552-field input{height:52px;border:1px solid #dbe3ee;border-radius:16px;background:#ffffff;padding:0 14px}
.uvrslsrsv914552-actions{display:flex;align-items:center;gap:12px}
.uvrslsrsv914552-btn{height:50px;padding:0 18px;border:none;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.uvrslsrsv914552-btn:hover{transform:translateY(-1px)}
.uvrslsrsv914552-btnprimary{background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;box-shadow:0 14px 30px rgba(23,24,51,.16)}
.uvrslsrsv914552-btnprimary:hover{color:#ffffff}
.uvrslsrsv914552-btnlight{background:#f8fafc;color:#171833;border:1px solid #e2e8f0}
.uvrslsrsv914552-btnlight:hover{color:#171833;background:#eef4fb}
.uvrslsrsv914552-tablewrap{overflow-x:auto}
.uvrslsrsv914552-table{width:100%;border-collapse:collapse;min-width:1200px}
.uvrslsrsv914552-table th{padding:14px 12px;border-bottom:1px solid #e2e8f0;font-size:.83rem;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.04em}
.uvrslsrsv914552-table td{padding:16px 12px;border-bottom:1px solid #eef2f7;font-size:.95rem;color:#171833;vertical-align:middle}
.uvrslsrsv914552-table tbody tr:hover{background:#fbfdff}
.uvrslsrsv914552-table tbody tr:last-child td{border-bottom:none}
.uvrslsrsv914552-primary{display:flex;flex-direction:column;gap:4px}
.uvrslsrsv914552-primary strong{font-size:.95rem;color:#171833}
.uvrslsrsv914552-primary small{font-size:.82rem;color:#64748b}
.uvrslsrsv914552-contentcell{display:flex;flex-wrap:wrap;gap:6px;max-width:300px}
.uvrslsrsv914552-chip{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border-radius:999px;background:#eef4fb;color:#2b6cb0;font-size:.78rem;font-weight:700}
.uvrslsrsv914552-muted{color:#94a3b8;font-size:.88rem;font-weight:600}
.uvrslsrsv914552-badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 12px;border-radius:999px;font-size:.8rem;font-weight:800}
.uvrslsrsv914552-badgeblue{background:#e8f1fb;color:#2b6cb0}
.uvrslsrsv914552-badgegold{background:#fff4db;color:#b7791f}
.uvrslsrsv914552-badgegreen{background:#e8f8ee;color:#15803d}
.uvrslsrsv914552-badgered{background:#feecef;color:#be123c}
.uvrslsrsv914552-viewbtn{height:42px;padding:0 14px;border:none;border-radius:14px;background:#171833;color:#ffffff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:.88rem;font-weight:700;transition:transform .2s ease,box-shadow .2s ease}
.uvrslsrsv914552-viewbtn:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(23,24,51,.16)}
.uvrslsrsv914552-paginationwrap{display:flex;justify-content:center;padding-top:20px}
.uvrslsrsv914552-pagination{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}
.uvrslsrsv914552-pagebtn{min-width:44px;height:44px;padding:0 14px;border:1px solid #dbe3ee;border-radius:14px;background:#ffffff;color:#171833;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:.9rem;font-weight:700;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.uvrslsrsv914552-pagebtn:hover{transform:translateY(-1px);background:#f8fbff;color:#171833}
.uvrslsrsv914552-pagebtnactive{background:linear-gradient(135deg,#171833 0%,#7faed9 100%);border-color:transparent;color:#ffffff}
.uvrslsrsv914552-pagebtnactive:hover{color:#ffffff;background:linear-gradient(135deg,#171833 0%,#7faed9 100%)}
.uvrslsrsv914552-empty{padding:30px;text-align:center;color:#64748b;font-weight:700}
.uvrslsrsv914552-modalbackdrop{position:fixed;inset:0;background:rgba(15,23,42,.52);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;pointer-events:none;transition:all .25s ease;z-index:2000}
.uvrslsrsv914552-modalbackdrop.uvrslsrsv914552-modalopen{opacity:1;visibility:visible;pointer-events:auto}
.uvrslsrsv914552-modal{width:min(1180px,100%);max-height:calc(100vh - 40px);background:#ffffff;border-radius:28px;box-shadow:0 28px 70px rgba(15,23,42,.24);display:flex;flex-direction:column;overflow:hidden;transform:translateY(14px) scale(.98);transition:transform .25s ease}
.uvrslsrsv914552-modalopen .uvrslsrsv914552-modal{transform:translateY(0) scale(1)}
.uvrslsrsv914552-modalhead{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 24px;border-bottom:1px solid #eef2f7}
.uvrslsrsv914552-modalkicker{display:inline-flex;padding:6px 12px;border-radius:999px;background:#eef4fb;color:#2b6cb0;font-size:.78rem;font-weight:800;margin-bottom:10px}
.uvrslsrsv914552-modaltitle{margin-bottom:0;font-size:1.5rem;color:#171833}
.uvrslsrsv914552-modalclose{width:46px;height:46px;border:none;border-radius:16px;background:#f8fafc;color:#171833;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;transition:background .2s ease,transform .2s ease}
.uvrslsrsv914552-modalclose:hover{background:#eef4fb;transform:rotate(90deg)}
.uvrslsrsv914552-modalbody{padding:24px;overflow-y:auto}
.uvrslsrsv914552-modalgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.uvrslsrsv914552-modalsection{padding:18px;border:1px solid #e2e8f0;border-radius:22px;background:#ffffff}
.uvrslsrsv914552-modalsectionfull{grid-column:1 / -1}
.uvrslsrsv914552-modalsection h3{font-size:1.05rem;margin-bottom:14px;color:#171833}
.uvrslsrsv914552-detailrows{display:flex;flex-direction:column;gap:12px}
.uvrslsrsv914552-detailrow{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:12px;border-bottom:1px solid #eef2f7}
.uvrslsrsv914552-detailrow:last-child{padding-bottom:0;border-bottom:none}
.uvrslsrsv914552-detailrow span{font-size:.88rem;font-weight:700;color:#64748b}
.uvrslsrsv914552-detailrow strong{font-size:.92rem;color:#171833;text-align:right}
.uvrslsrsv914552-detailrowstack{flex-direction:column;align-items:flex-start}
.uvrslsrsv914552-detailrowstack strong{display:flex;flex-wrap:wrap;gap:6px;text-align:left}
.uvrslsrsv914552-noteblock{padding:16px;border-radius:18px;background:#f8fafc;color:#171833;line-height:1.65}
.uvrslsrsv914552-loglist{display:flex;flex-direction:column;gap:12px}
.uvrslsrsv914552-logitem{padding:14px 16px;border-radius:18px;background:#f8fafc;border:1px solid #e9eef5}
.uvrslsrsv914552-logitem strong{display:block;font-size:.92rem;color:#171833;margin-bottom:4px}
.uvrslsrsv914552-logitem small{display:block;font-size:.8rem;color:#64748b;margin-bottom:8px}
.uvrslsrsv914552-logitem p{margin-bottom:0;color:#334155}
.uvrslsrsv914552-modalloading{display:flex;align-items:center;justify-content:center;gap:10px;min-height:220px}
.uvrslsrsv914552-modalloading span{width:14px;height:14px;border-radius:50%;background:#7faed9;animation:uvrslsrsv914552bounce 1s infinite ease-in-out}
.uvrslsrsv914552-modalloading span:nth-child(2){animation-delay:.15s}
.uvrslsrsv914552-modalloading span:nth-child(3){animation-delay:.3s}
@keyframes uvrslsrsv914552bounce{0%,80%,100%{transform:scale(.6);opacity:.45}40%{transform:scale(1);opacity:1}}
@media (max-width:1399.98px){.uvrslsrsv914552-filtergrid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:1199.98px){.uvrslsrsv914552-main{padding:18px 0 30px}.uvrslsrsv914552-container{padding:0 16px}.uvrslsrsv914552-hero{flex-direction:column;align-items:flex-start}.uvrslsrsv914552-modalgrid{grid-template-columns:1fr}}
@media (max-width:767.98px){.uvrslsrsv914552-hero{padding:22px;border-radius:22px}.uvrslsrsv914552-panel{padding:18px;border-radius:22px}.uvrslsrsv914552-filtergrid{grid-template-columns:1fr}.uvrslsrsv914552-actions{flex-direction:column;align-items:stretch}.uvrslsrsv914552-btn{width:100%}.uvrslsrsv914552-modalbackdrop{padding:10px}.uvrslsrsv914552-modal{width:100%;max-height:calc(100vh - 20px);border-radius:22px}.uvrslsrsv914552-modalhead{padding:18px}.uvrslsrsv914552-modalbody{padding:18px}.uvrslsrsv914552-pagebtn{height:42px}}
/*END RESERVERINGEN BY CAM*/

/*START LEADS BY CAM*/
.uvrslsld881452-main{padding:24px 0 40px}
.uvrslsld881452-container{max-width:1600px;margin:0 auto;padding:0 22px}
.uvrslsld881452-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:28px;border-radius:28px;background:linear-gradient(135deg,#171833 0%,#24345d 45%,#7faed9 100%);box-shadow:0 20px 50px rgba(15,23,42,.14);margin-bottom:22px;color:#ffffff}
.uvrslsld881452-heroleft{max-width:760px}
.uvrslsld881452-kicker{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);font-size:.82rem;font-weight:700;color:#ffffff;margin-bottom:14px}
.uvrslsld881452-title{margin-bottom:10px;color:#ffffff}
.uvrslsld881452-text{margin-bottom:0;color:rgba(255,255,255,.78);max-width:700px}
.uvrslsld881452-heroright{display:flex;align-items:center;gap:12px}
.uvrslsld881452-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:22px}
.uvrslsld881452-statcard{display:flex;align-items:center;gap:16px;padding:22px;border:1px solid #e2e8f0;border-radius:24px;background:#ffffff;box-shadow:0 12px 30px rgba(15,23,42,.06)}
.uvrslsld881452-staticon{width:58px;height:58px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;font-size:1.1rem;flex:0 0 auto}
.uvrslsld881452-statmeta{display:flex;flex-direction:column;line-height:1.15}
.uvrslsld881452-statlabel{font-size:.88rem;font-weight:600;color:#64748b;margin-bottom:8px}
.uvrslsld881452-statvalue{font-size:1.6rem;font-weight:800;color:#171833}
.uvrslsld881452-panel{padding:22px;border:1px solid #e2e8f0;border-radius:26px;background:#ffffff;box-shadow:0 14px 34px rgba(15,23,42,.05)}
.uvrslsld881452-panel+.uvrslsld881452-panel{margin-top:22px}
.uvrslsld881452-panelhead{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}
.uvrslsld881452-paneltitle{font-size:1.25rem;margin-bottom:6px;color:#171833}
.uvrslsld881452-paneltext{margin-bottom:0;color:#64748b}
.uvrslsld881452-btn{height:50px;padding:0 18px;border:none;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.uvrslsld881452-btn:hover{transform:translateY(-1px)}
.uvrslsld881452-btnprimary{background:#ffffff;color:#171833;box-shadow:0 14px 30px rgba(255,255,255,.16)}
.uvrslsld881452-btnprimary:hover{color:#171833}
.uvrslsld881452-btnlight{background:#f8fafc;color:#171833;border:1px solid #e2e8f0}
.uvrslsld881452-btnlight:hover{color:#171833;background:#eef4fb}
.uvrslsld881452-board{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:100px;overflow-x:auto}
.uvrslsld881452-boardcol{min-width:260px;padding:16px;border-radius:20px;background:#f8fafc;border:1px solid #e9eef5}
.uvrslsld881452-boardhead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.uvrslsld881452-boardtitlewrap{display:flex;align-items:center;gap:10px}
.uvrslsld881452-boardtitlewrap strong{font-size:.95rem;color:#171833}
.uvrslsld881452-boardcolor{width:12px;height:12px;border-radius:50%;display:inline-block}
.uvrslsld881452-boardcount{min-width:30px;height:30px;padding:0 10px;border-radius:999px;background:#e8f1fb;color:#2b6cb0;font-size:.8rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center}
.uvrslsld881452-boarditems{display:flex;flex-direction:column;gap:12px;min-height:220px}
.uvrslsld881452-dropzone{transition:background .2s ease,border-color .2s ease}
.uvrslsld881452-dropzoneactive{background:#eef4fb;border-radius:16px}
.uvrslsld881452-boardcard{padding:14px;border-radius:16px;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 8px 22px rgba(15,23,42,.04);cursor:grab;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}
.uvrslsld881452-boardcard:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(15,23,42,.08)}
.uvrslsld881452-boardcarddragging{opacity:.45;transform:scale(.98)}
.uvrslsld881452-boardcardtop{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:4px}
.uvrslsld881452-boardcard strong{display:block;font-size:.92rem;color:#171833;margin-bottom:0}
.uvrslsld881452-boardcard small{display:block;color:#64748b;margin-bottom:10px}
.uvrslsld881452-boardopen{width:32px;height:32px;border-radius:10px;background:#f8fafc;color:#171833;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.uvrslsld881452-boardmeta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}
.uvrslsld881452-boardvalue{font-size:.9rem;font-weight:800;color:#171833}
.uvrslsld881452-boardsub{font-size:.82rem;color:#64748b;margin-top:4px}
.uvrslsld881452-boardusers{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}
.uvrslsld881452-boardusergroup{display:flex;flex-direction:column;gap:6px}
.uvrslsld881452-boarduserlabel{font-size:.72rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}
.uvrslsld881452-boarduser{display:flex;align-items:center}
.uvrslsld881452-boarduser img{width:32px;height:32px;border-radius:50%;object-fit:cover;display:block}
.uvrslsld881452-boardavatar{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;font-size:.72rem;font-weight:800}
.uvrslsld881452-boardavataralt{background:#eef4fb;color:#2b6cb0}
.uvrslsld881452-boardfollowup{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:.8rem;color:#64748b}
.uvrslsld881452-boardempty{padding:18px;border-radius:16px;background:#ffffff;border:1px dashed #dbe3ee;color:#94a3b8;text-align:center;font-weight:700}
.uvrslsld881452-boardmore{display:flex;align-items:center;justify-content:center;padding:12px;border-radius:14px;background:#eef4fb;color:#2b6cb0;font-weight:700}
.uvrslsld881452-chip{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border-radius:999px;background:#eef4fb;color:#2b6cb0;font-size:.78rem;font-weight:700}
.uvrslsld881452-filters{display:flex;flex-direction:column;gap:18px;margin-bottom:20px}
.uvrslsld881452-searchwrap{position:relative}
.uvrslsld881452-searchwrap i{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#64748b;font-size:.95rem}
.uvrslsld881452-searchwrap input{height:56px;padding-left:46px;padding-right:16px;border:1px solid #dbe3ee;border-radius:18px;background:#ffffff;box-shadow:0 10px 24px rgba(15,23,42,.04)}
.uvrslsld881452-filtergrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.uvrslsld881452-field{display:flex;flex-direction:column;gap:8px}
.uvrslsld881452-field label{font-size:.88rem;font-weight:700;color:#171833}
.uvrslsld881452-field select{height:52px;border:1px solid #dbe3ee;border-radius:16px;background:#ffffff;padding:0 14px}
.uvrslsld881452-actions{display:flex;align-items:center;gap:12px}
.uvrslsld881452-tablewrap{overflow-x:auto}
.uvrslsld881452-table{width:100%;border-collapse:collapse;min-width:1450px}
.uvrslsld881452-table th{padding:14px 12px;border-bottom:1px solid #e2e8f0;font-size:.83rem;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.04em}
.uvrslsld881452-table td{padding:16px 12px;border-bottom:1px solid #eef2f7;font-size:.95rem;color:#171833;vertical-align:middle}
.uvrslsld881452-table tbody tr:hover{background:#fbfdff}
.uvrslsld881452-table tbody tr:last-child td{border-bottom:none}
.uvrslsld881452-leadmeta{display:flex;flex-direction:column;gap:4px}
.uvrslsld881452-leadmeta strong{font-size:.95rem;color:#171833}
.uvrslsld881452-leadmeta small{font-size:.82rem;color:#64748b}
.uvrslsld881452-stagebadge{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:6px 12px;border-radius:999px;font-size:.8rem;font-weight:800}
.uvrslsld881452-badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 12px;border-radius:999px;font-size:.8rem;font-weight:800}
.uvrslsld881452-badgeblue{background:#e8f1fb;color:#2b6cb0}
.uvrslsld881452-badgegold{background:#fff4db;color:#b7791f}
.uvrslsld881452-badgered{background:#feecef;color:#be123c}
.uvrslsld881452-usercell{display:flex;align-items:center;gap:10px}
.uvrslsld881452-useravatarwrap{width:34px;height:34px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.uvrslsld881452-useravatarwrap img{width:100%;height:100%;object-fit:cover;display:block}
.uvrslsld881452-userinitials{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;font-size:.74rem;font-weight:800}
.uvrslsld881452-userinitialsalt{background:#eef4fb;color:#2b6cb0}
.uvrslsld881452-openbtn{height:42px;padding:0 14px;border:none;border-radius:14px;background:#171833;color:#ffffff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:.88rem;font-weight:700;transition:transform .2s ease,box-shadow .2s ease}
.uvrslsld881452-openbtn:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(23,24,51,.16);color:#ffffff}
.uvrslsld881452-empty{padding:30px;text-align:center;color:#64748b;font-weight:700}
.uvrslsld881452-paginationwrap{display:flex;justify-content:center;padding-top:20px}
.uvrslsld881452-pagination{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}
.uvrslsld881452-pagebtn{min-width:44px;height:44px;padding:0 14px;border:1px solid #dbe3ee;border-radius:14px;background:#ffffff;color:#171833;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:.9rem;font-weight:700;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.uvrslsld881452-pagebtn:hover{transform:translateY(-1px);background:#f8fbff;color:#171833}
.uvrslsld881452-pagebtnactive{background:linear-gradient(135deg,#171833 0%,#7faed9 100%);border-color:transparent;color:#ffffff}
.uvrslsld881452-pagebtnactive:hover{color:#ffffff;background:linear-gradient(135deg,#171833 0%,#7faed9 100%)}
@media (max-width:1399.98px){.uvrslsld881452-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.uvrslsld881452-board{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:1199.98px){.uvrslsld881452-main{padding:18px 0 30px}.uvrslsld881452-container{padding:0 16px}.uvrslsld881452-hero{flex-direction:column;align-items:flex-start}.uvrslsld881452-filtergrid{grid-template-columns:1fr 1fr}.uvrslsld881452-board{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:767.98px){.uvrslsld881452-hero{padding:22px;border-radius:22px}.uvrslsld881452-stats{grid-template-columns:1fr}.uvrslsld881452-panel{padding:18px;border-radius:22px}.uvrslsld881452-filtergrid{grid-template-columns:1fr}.uvrslsld881452-actions{flex-direction:column;align-items:stretch}.uvrslsld881452-btn{width:100%}.uvrslsld881452-board{grid-template-columns:1fr}.uvrslsld881452-board{gap:16px}}


/*START TOEVOEGEN*/
.uvrslsladd551742-main{padding:24px 0 40px}
.uvrslsladd551742-container{max-width:1600px;margin:0 auto;padding:0 22px}
.uvrslsladd551742-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:28px;border-radius:28px;background:linear-gradient(135deg,#171833 0%,#24345d 45%,#7faed9 100%);box-shadow:0 20px 50px rgba(15,23,42,.14);margin-bottom:22px;color:#ffffff}
.uvrslsladd551742-heroleft{max-width:760px}
.uvrslsladd551742-kicker{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);font-size:.82rem;font-weight:700;color:#ffffff;margin-bottom:14px}
.uvrslsladd551742-title{margin-bottom:10px;color:#ffffff}
.uvrslsladd551742-text{margin-bottom:0;color:rgba(255,255,255,.78);max-width:700px}
.uvrslsladd551742-heroright{display:flex;align-items:center;justify-content:flex-end}
.uvrslsladd551742-usercard{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:20px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18)}
.uvrslsladd551742-useravatar{width:46px;height:46px;border-radius:50%;overflow:hidden;background:#ffffff;color:#171833;display:inline-flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:800;flex:0 0 auto}
.uvrslsladd551742-useravatar img{width:100%;height:100%;object-fit:cover}
.uvrslsladd551742-usermeta{display:flex;flex-direction:column;line-height:1.1}
.uvrslsladd551742-usermeta strong{font-size:.92rem;color:#ffffff}
.uvrslsladd551742-usermeta small{font-size:.78rem;color:rgba(255,255,255,.76)}
.uvrslsladd551742-alert{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;border-radius:16px;font-size:.95rem;margin-bottom:18px}
.uvrslsladd551742-alerterror{background:#fff1f2;border:1px solid #fecdd3;color:#be123c}
.uvrslsladd551742-panel{padding:22px;border:1px solid #e2e8f0;border-radius:26px;background:#ffffff;box-shadow:0 14px 34px rgba(15,23,42,.05)}
.uvrslsladd551742-form{display:flex;flex-direction:column;gap:22px}
.uvrslsladd551742-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.uvrslsladd551742-field{display:flex;flex-direction:column;gap:8px}
.uvrslsladd551742-fieldfull{grid-column:1 / -1}
.uvrslsladd551742-field label{font-size:.9rem;font-weight:700;color:#171833}
.uvrslsladd551742-field input{height:54px;border:1px solid #dbe3ee;border-radius:16px;background:#ffffff;padding:0 14px}
.uvrslsladd551742-field select{height:54px;border:1px solid #dbe3ee;border-radius:16px;background:#ffffff;padding:0 14px}
.uvrslsladd551742-field textarea{min-height:180px;border:1px solid #dbe3ee;border-radius:18px;background:#ffffff;padding:14px;resize:vertical}
.uvrslsladd551742-field input:focus{border-color:#7faed9;box-shadow:0 0 0 4px rgba(127,174,217,.14);outline:none}
.uvrslsladd551742-field select:focus{border-color:#7faed9;box-shadow:0 0 0 4px rgba(127,174,217,.14);outline:none}
.uvrslsladd551742-field textarea:focus{border-color:#7faed9;box-shadow:0 0 0 4px rgba(127,174,217,.14);outline:none}
.uvrslsladd551742-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.uvrslsladd551742-btn{height:50px;padding:0 18px;border:none;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.uvrslsladd551742-btn:hover{transform:translateY(-1px)}
.uvrslsladd551742-btnprimarydark{background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;box-shadow:0 14px 30px rgba(23,24,51,.16)}
.uvrslsladd551742-btnprimarydark:hover{color:#ffffff}
.uvrslsladd551742-btnlight{background:#f8fafc;color:#171833;border:1px solid #e2e8f0}
.uvrslsladd551742-btnlight:hover{color:#171833;background:#eef4fb}
@media (max-width:1199.98px){.uvrslsladd551742-main{padding:18px 0 30px}.uvrslsladd551742-container{padding:0 16px}.uvrslsladd551742-hero{flex-direction:column;align-items:flex-start}}
@media (max-width:767.98px){.uvrslsladd551742-hero{padding:22px;border-radius:22px}.uvrslsladd551742-panel{padding:18px;border-radius:22px}.uvrslsladd551742-grid{grid-template-columns:1fr}.uvrslsladd551742-actions{flex-direction:column;align-items:stretch}.uvrslsladd551742-btn{width:100%}}
/*EINDE TOEVOEGEN*/

/*START BEKIJKEN*/
.uvrslslbk662741-main{padding:24px 0 40px}
.uvrslslbk662741-container{max-width:1600px;margin:0 auto;padding:0 22px}
.uvrslslbk662741-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:28px;border-radius:28px;background:linear-gradient(135deg,#171833 0%,#24345d 45%,#7faed9 100%);box-shadow:0 20px 50px rgba(15,23,42,.14);margin-bottom:22px;color:#ffffff}
.uvrslslbk662741-heroleft{max-width:760px}
.uvrslslbk662741-kicker{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);font-size:.82rem;font-weight:700;color:#ffffff;margin-bottom:14px}
.uvrslslbk662741-title{margin-bottom:10px;color:#ffffff}
.uvrslslbk662741-text{margin-bottom:0;color:rgba(255,255,255,.78);max-width:700px}
.uvrslslbk662741-heroright{display:flex;align-items:center;gap:12px}
.uvrslslbk662741-alert{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;border-radius:16px;font-size:.95rem;margin-bottom:18px}
.uvrslslbk662741-alerterror{background:#fff1f2;border:1px solid #fecdd3;color:#be123c}
.uvrslslbk662741-alertsuccess{background:#ecfdf3;border:1px solid #bbf7d0;color:#15803d}
.uvrslslbk662741-topstats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:22px}
.uvrslslbk662741-statcard{padding:20px;border:1px solid #e2e8f0;border-radius:24px;background:#ffffff;box-shadow:0 12px 30px rgba(15,23,42,.06);display:flex;flex-direction:column;gap:8px}
.uvrslslbk662741-statlabel{font-size:.88rem;font-weight:700;color:#64748b}
.uvrslslbk662741-statvalue{font-size:1.45rem;font-weight:800;color:#171833}
.uvrslslbk662741-stagebadge{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:6px 12px;border-radius:999px;font-size:.8rem;font-weight:800;width:max-content}
.uvrslslbk662741-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(340px,.85fr);gap:22px}
.uvrslslbk662741-colmain{display:flex;flex-direction:column;gap:22px;min-width:0}
.uvrslslbk662741-colside{display:flex;flex-direction:column;gap:22px;min-width:0}
.uvrslslbk662741-panel{padding:22px;border:1px solid #e2e8f0;border-radius:26px;background:#ffffff;box-shadow:0 14px 34px rgba(15,23,42,.05)}
.uvrslslbk662741-panelhead{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}
.uvrslslbk662741-paneltitle{font-size:1.25rem;margin-bottom:6px;color:#171833}
.uvrslslbk662741-paneltext{margin-bottom:0;color:#64748b}
.uvrslslbk662741-form{display:flex;flex-direction:column;gap:20px}
.uvrslslbk662741-formgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.uvrslslbk662741-field{display:flex;flex-direction:column;gap:8px}
.uvrslslbk662741-field label{font-size:.9rem;font-weight:700;color:#171833}
.uvrslslbk662741-field input{height:54px;border:1px solid #dbe3ee;border-radius:16px;background:#ffffff;padding:0 14px}
.uvrslslbk662741-field select{height:54px;border:1px solid #dbe3ee;border-radius:16px;background:#ffffff;padding:0 14px}
.uvrslslbk662741-field textarea{min-height:130px;border:1px solid #dbe3ee;border-radius:18px;background:#ffffff;padding:14px;resize:vertical}
.uvrslslbk662741-field input:focus{border-color:#7faed9;box-shadow:0 0 0 4px rgba(127,174,217,.14);outline:none}
.uvrslslbk662741-field select:focus{border-color:#7faed9;box-shadow:0 0 0 4px rgba(127,174,217,.14);outline:none}
.uvrslslbk662741-field textarea:focus{border-color:#7faed9;box-shadow:0 0 0 4px rgba(127,174,217,.14);outline:none}
.uvrslslbk662741-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.uvrslslbk662741-btn{height:50px;padding:0 18px;border:none;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.uvrslslbk662741-btn:hover{transform:translateY(-1px)}
.uvrslslbk662741-btnprimary{background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;box-shadow:0 14px 30px rgba(23,24,51,.16)}
.uvrslslbk662741-btnprimary:hover{color:#ffffff}
.uvrslslbk662741-btnlight{background:#f8fafc;color:#171833;border:1px solid #e2e8f0}
.uvrslslbk662741-btnlight:hover{color:#171833;background:#eef4fb}
.uvrslslbk662741-btnsmall{height:42px;padding:0 14px;border-radius:14px;font-size:.85rem}
.uvrslslbk662741-btnfull{width:100%}
.uvrslslbk662741-list{display:flex;flex-direction:column;gap:14px}
.uvrslslbk662741-noteform{display:flex;flex-direction:column;gap:14px;margin-bottom:18px}
.uvrslslbk662741-noteform textarea{min-height:140px;border:1px solid #dbe3ee;border-radius:18px;background:#ffffff;padding:14px;resize:vertical}
.uvrslslbk662741-listitem{padding:16px;border-radius:18px;background:#f8fafc;border:1px solid #e9eef5}
.uvrslslbk662741-listcontent{margin-top:12px;color:#334155;line-height:1.7}
.uvrslslbk662741-userrow{display:flex;align-items:center;gap:12px}
.uvrslslbk662741-userrowcompact{margin-top:12px}
.uvrslslbk662741-useravatar{width:42px;height:42px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800;flex:0 0 auto}
.uvrslslbk662741-useravatarsmall{width:34px;height:34px;font-size:.72rem}
.uvrslslbk662741-useravatar img{width:100%;height:100%;object-fit:cover;display:block}
.uvrslslbk662741-usermeta{display:flex;flex-direction:column;line-height:1.15}
.uvrslslbk662741-usermeta strong{font-size:.92rem;color:#171833}
.uvrslslbk662741-usermeta small{font-size:.78rem;color:#64748b}
.uvrslslbk662741-timeline{display:flex;flex-direction:column;gap:16px}
.uvrslslbk662741-timelineitem{display:flex;align-items:flex-start;gap:14px}
.uvrslslbk662741-timelineicon{width:42px;height:42px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#171833 0%,#7faed9 100%);color:#ffffff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800;flex:0 0 auto}
.uvrslslbk662741-timelineicon img{width:100%;height:100%;object-fit:cover;display:block}
.uvrslslbk662741-timelinecontent{flex:1 1 auto;padding:14px 16px;border-radius:18px;background:#f8fafc;border:1px solid #e9eef5}
.uvrslslbk662741-timelinehead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}
.uvrslslbk662741-timelinehead strong{font-size:.92rem;color:#171833}
.uvrslslbk662741-timelinehead small{font-size:.78rem;color:#64748b}
.uvrslslbk662741-timelinesub{font-size:.8rem;color:#64748b;margin-bottom:8px}
.uvrslslbk662741-timelinecontent p{margin-bottom:0;color:#334155}
.uvrslslbk662741-timelinechange{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}
.uvrslslbk662741-timelinechange span{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#eef4fb;color:#2b6cb0;font-size:.78rem;font-weight:700}
.uvrslslbk662741-badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 12px;border-radius:999px;font-size:.8rem;font-weight:800}
.uvrslslbk662741-badgeblue{background:#e8f1fb;color:#2b6cb0}
.uvrslslbk662741-badgegold{background:#fff4db;color:#b7791f}
.uvrslslbk662741-badgegreen{background:#e8f8ee;color:#15803d}
.uvrslslbk662741-badgered{background:#feecef;color:#be123c}
.uvrslslbk662741-personcard{padding:14px;border-radius:18px;background:#f8fafc;border:1px solid #e9eef5}
.uvrslslbk662741-personcard+.uvrslslbk662741-personcard{margin-top:12px}
.uvrslslbk662741-personlabel{display:inline-flex;margin-bottom:10px;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#64748b}
.uvrslslbk662741-personrow{display:flex;align-items:center;gap:12px}
.uvrslslbk662741-taskform{display:flex;flex-direction:column;gap:14px;margin-bottom:18px}
.uvrslslbk662741-taskitem{padding:16px;border-radius:18px;background:#f8fafc;border:1px solid #e9eef5}
.uvrslslbk662741-taskhead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}
.uvrslslbk662741-taskhead strong{font-size:.95rem;color:#171833}
.uvrslslbk662741-taskitem p{margin-bottom:10px;color:#334155}
.uvrslslbk662741-taskmeta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}
.uvrslslbk662741-taskmeta span{display:inline-flex;align-items:center;gap:8px;font-size:.82rem;color:#64748b}
.uvrslslbk662741-taskstatusform{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:12px}
.uvrslslbk662741-taskstatusform select{height:42px;border:1px solid #dbe3ee;border-radius:14px;background:#ffffff;padding:0 12px}
.uvrslslbk662741-resbox{display:flex;flex-direction:column;gap:12px}
.uvrslslbk662741-resrow{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:12px;border-bottom:1px solid #eef2f7}
.uvrslslbk662741-resrow:last-of-type{padding-bottom:0;border-bottom:none}
.uvrslslbk662741-resrow span{font-size:.88rem;font-weight:700;color:#64748b}
.uvrslslbk662741-resrow strong{font-size:.92rem;color:#171833;text-align:right}
.uvrslslbk662741-empty{padding:22px;border-radius:18px;background:#f8fafc;border:1px dashed #dbe3ee;color:#94a3b8;text-align:center;font-weight:700}
@media (max-width:1399.98px){.uvrslslbk662741-topstats{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:1199.98px){.uvrslslbk662741-main{padding:18px 0 30px}.uvrslslbk662741-container{padding:0 16px}.uvrslslbk662741-hero{flex-direction:column;align-items:flex-start}.uvrslslbk662741-grid{grid-template-columns:1fr}.uvrslslbk662741-formgrid{grid-template-columns:1fr 1fr}}
@media (max-width:767.98px){.uvrslslbk662741-hero{padding:22px;border-radius:22px}.uvrslslbk662741-topstats{grid-template-columns:1fr}.uvrslslbk662741-panel{padding:18px;border-radius:22px}.uvrslslbk662741-formgrid{grid-template-columns:1fr}.uvrslslbk662741-actions{flex-direction:column;align-items:stretch}.uvrslslbk662741-btn{width:100%}.uvrslslbk662741-timelinehead{flex-direction:column;align-items:flex-start}.uvrslslbk662741-taskstatusform{flex-direction:column;align-items:stretch}}
/*EINDE BEKIJKEN*/


/*END LEADS BY CAM*/
