/* /vm.fabri.cc/css/podStyles.css */

/* =========================================================
   THEME TOKENS
   ========================================================= */

:root,
html[data-theme="light"] {
    color-scheme: light;

    --themeHeaders: "Lexend Deca", sans-serif;
    --themeBody: "Nunito", sans-serif;
    --themeH2: "Lexend Deca", sans-serif;
    --themeFontFam: "Roboto Slab", serif;
    --pod-page-bg: #edf2f1;
    --bg-overlay: rgba(80, 47, 128, 0.26) !important;

    --pod-surface: rgba(255, 255, 255, .86);
    --pod-surface-strong: #ffffff;
    --pod-surface-soft: rgba(255, 255, 255, .62);
    --pod-surface-muted: #eef4f3;

    --pod-text: #172426;
    --pod-text-soft: #556668;
    --pod-text-muted: #7b898b;

    --pod-accent: #3e8993;
    --pod-accent-strong: #1d6f7a;
    --pod-accent-soft: #dceced;

    --pod-border: rgba(31, 72, 76, .14);
    --pod-border-strong: rgba(31, 72, 76, .24);

    --pod-danger: #984b4b;
    --pod-danger-soft: #f7e8e7;

    --pod-shadow:
        0 18px 45px rgba(36, 58, 60, .14);

    --pod-shadow-soft:
        0 7px 22px rgba(36, 58, 60, .08);

    --pod-input-bg: rgba(255, 255, 255, .96);
    --pod-button-bg: #edf4f3;
    --pod-button-text: #315e64;

    --pod-primary-bg: #172426;
    --pod-primary-text: #ffffff;

    --pod-focus:
        0 0 0 3px rgba(62, 137, 147, .22);
        
    --themeClckBg:#fff;
    --themeClckClr:#000;
    --themeClckBg-hover:#fff;
    --themeClckClr-hover:#000;
    
    --modalOpenHL: #dee9e3;
    --viewsHoldBg: #e8f2f6c2;
    
    --localBdropBg: url('https://pod.fabri.cc/images/fabric-videomail-background-whaleBox.jpg');
}

html[data-theme="dark"] {
    color-scheme: dark;
    
    --themeFontFam: "Roboto Slab", serif;
    --pod-page-bg: #111719;
    --bg-overlay: rgba(8, 14, 16, .66);

    --pod-surface: rgba(25, 33, 36, .91);
    --pod-surface-strong: #1e282b;
    --pod-surface-soft: rgba(35, 46, 49, .84);
    --pod-surface-muted: #253033;

    --pod-text: #f2f5f4;
    --pod-text-soft: #b8c5c6;
    --pod-text-muted: #88999b;

    --pod-accent: #80c4cc;
    --pod-accent-strong: #a4dde3;
    --pod-accent-soft: rgba(91, 170, 181, .18);

    --pod-border: rgba(220, 239, 240, .12);
    --pod-border-strong: rgba(220, 239, 240, .23);

    --pod-danger: #f0a4a0;
    --pod-danger-soft: rgba(157, 70, 67, .22);

    --pod-shadow:
        0 20px 55px rgba(0, 0, 0, .42);

    --pod-shadow-soft:
        0 8px 28px rgba(0, 0, 0, .25);

    --pod-input-bg: rgba(10, 16, 18, .72);
    --pod-button-bg: #2a373a;
    --pod-button-text: #dce8e8;

    --pod-primary-bg: #eef5f4;
    --pod-primary-text: #152022;

    --pod-focus:
        0 0 0 3px rgba(128, 196, 204, .25);
        
    --themeClckBg:#fff;
    --themeClckClr:#000;
    --themeClckBg-hover:#fff;
    --themeClckClr-hover:#000;
    --modalOpenHL: #dee9e3;
    --viewsHoldBg: #e8f2f6c2;
}

html[data-theme="classic"] {
    color-scheme: light;

    --pod-page-bg: #dfeceb;
    --bg-overlay: rgba(226, 239, 235, .48);

    --pod-surface: rgba(249, 250, 239, .91);
    --pod-surface-strong: #fbf8e8;
    --pod-surface-soft: rgba(246, 241, 216, .78);
    --pod-surface-muted: #e7ead2;

    --pod-text: #39494a;
    --pod-text-soft: #637071;
    --pod-text-muted: #7d8986;

    --pod-accent: #438f98;
    --pod-accent-strong: #1f7384;
    --pod-accent-soft: #d6e8e1;

    --pod-border: rgba(67, 117, 114, .22);
    --pod-border-strong: rgba(67, 117, 114, .38);

    --pod-danger: #973f36;
    --pod-danger-soft: #f3ded4;

    --pod-shadow:
        9px 11px 0 rgba(63, 96, 91, .13);

    --pod-shadow-soft:
        4px 5px 0 rgba(63, 96, 91, .10);

    --pod-input-bg: #f9f7e9;
    --pod-button-bg: #dce8df;
    --pod-button-text: #365c5f;

    --pod-primary-bg: #4e8e93;
    --pod-primary-text: #fffdf0;

    --pod-focus:
        0 0 0 3px rgba(67, 143, 152, .25);
        
    --themeClckBg:#fff;
    --themeClckClr:#000;
    --themeClckBg-hover:#fff;
    --themeClckClr-hover:#000;
    --modalOpenHL: #dee9e3;
    --topMenuInt: rgb(244, 245, 242);
    --viewsHoldBg: #e8f2f6c2;
}

body.fabricSmallApp h1,
body.fabricSmallApp h2, 
body.fabricSmallApp h3,
body.fabricSmallApp h4, 
body.fabricSmallApp h5 {
    font-family:var(--themeHeaders);
}

body.fabricSmallApp p, 
body.fabricSmallApp a,
body.fabricSmallApp input,
body.fabricSmallApp placeholder {
    font-family:var(--themeBody);
}


#logoutWelcome p {
    font-weight:400;
}

video, audio {
    display: block;
    margin: 10px auto;
    width: 100%;
}

.whaleSpan {
    font-weight: 100;
    color: #348890;
}

.boxSpan {
    font-weight: 500;
    color: #348890;
}

.courier-fix {
    letter-spacing: -0.5px !important; 
    font-size: 0.9em !important;
}

#createBox {
    position: relative;
    background: #fff;
    display:block;
    padding: 10px;
    box-sizing: border-box;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

#yourBoxes {
    background: #fbfafa;
    display:none;
    padding: 10px 20px;
    height:100%;
    min-height:360px;
}

#yourBoxes ul {
    padding-left:0;
}

#customizeIt {
    cursor: pointer;
    font-size: 15px;
    color: #a4a4a4;
    border: 1px solid;
    width: 130px;
    margin: 23px auto;
    padding: 6px 0;
}

.customizerOps {
    position:absolute;
    left:100%;
    bottom:0;
    height: 240px;
    width:460px;
    max-width:0px;
    box-shadow: 4px 4px 10px -4px #b5b5b5;
    overflow: hidden;
    transition: all .2s ease-in-out;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.customizerInner {
    width: 460px;
    height: 240px;
    background:#fff;
    box-sizing: border-box;
    padding: 10px;
}

.customizerOps.showCustOpt {
   max-width:468px;
}

.col1,
.col2 {
    display:inline-block;
    width:148px;
}

.col2 {
    width:calc(100% - 158px);
    vertical-align: top;
    padding-top: 16px;
}

#desc-Cust,
#header-Cust,
#font-Cust,
#color-Cust,
#bg-Cust {
    display:none;
}

#desc-Cust.showIt,
#header-Cust.showIt,
#font-Cust.showIt,
#color-Cust.showIt,
#bg-Cust.showIt {
    display:block;
}

.menuBtns p {
    cursor:pointer;
    margin: 0;
    padding: 9.5px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 14px;
    color: #bfbebe;
}

.menuBtns p:hover {
    background: #f8f8f8;
    color: #9f9a9a;
}

.menuBtns p.selected {
    color: #6c6666;
    background: #f7f7f7;
}

#mailboxDescription {
    width: calc(100% - 20px);
    margin-left: 10px;
    height: 100px;
    border: .5px solid #e1e1e1;
    background: #eeebeb;
}

#mailboxDescription:focus-visible {
    outline:none;
}

.showDes {
    text-align: right;
    display: block;
    margin-top: 19px;
    font-weight: 100;
    font-size: 15px;
}

.leftCol,
.rightCol {
    display:inline-block;
    width:115px;
}

.leftCol {
    font-size: 13px;
    font-weight: 100;
}

.rightCol {
    width: calc(100% - 124px);
    vertical-align: top;
    padding: 0 10px;
    box-sizing: border-box;
}

.innerR {
    background: #f4f4f4;
    padding: 9px;
    transform: translateX(6px);
    border: 1px solid #eaeaea;
    box-shadow: 2px 3px 10px #00000014;
}

.innerR h2 {
    margin-top: 0;
    font-size: 16px;
}

.innerR p {
    font-weight: 100;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
}

#headerPreview {
    max-height: 103px;
    max-width: 50%;
    margin-top: 12px;
}

#mailboxName,
#mailboxPassword,
#submitPassword,
#viewPassword {
    display:block;
    margin: 14px auto;
    height: 35px;
    padding: 4px 10px;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 13px;
    background: #e3eceb;
    border-left: 1.5px solid #b3b9c8;
    border-top: 1.5px solid #b3b9c8;
    font-weight: 700;
    width: 230px;
}

#mailboxName {
    width:190px;
}

#submitPassword,
#viewPassword {
    margin: 4px 0 0 0;
    width: 142px;
    transform: translateX(6px);
    height: 26px;
    margin-bottom: 9px;
    display: block;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    color: #5e5e5e;
}

#submitPassword:not(:placeholder-shown),
#viewPassword:not(:placeholder-shown) {
    color:#000;
}

#mailboxName,
#mailboxPassword {
    font-family: 'Rubik', sans-serif;
    display: inline-block;
}

#mailboxPassword {
    margin: 6px auto 0;
    height: 29px;
}

#dashboard {
    position: relative;
    height: auto;
    max-height: calc(100vh - 150px);
    overflow-y: scroll;
    overflow-x: visible;
}

#presetBackgrounds img {
    width: calc(31% - 10px);
    margin: 5px;
    border: 2px solid #fff;
    border-radius: 3px;
    outline: 2px solid #2e405a;
    transition:all .23s ease;
}

#presetBackgrounds img.selected {
    background: #e3b0a5;
    outline: 2px solid #e3b0a5;
    border: 2px solid #e3b0a5;
    width: calc(32% - 10px);
}

#videoPreview {
    width: 90%;
    aspect-ratio: 3/2;
    background: #e2e2e2;
    margin-bottom: 30px;
}

.prevURL {
    display: inline-block;
    margin-left: 10px;
    vertical-align: bottom;
    font-size: 15px;
    max-width: calc(100% - 310px);
}

#urlPreview {
    font-size: 15px;
    font-weight:200;
}

.createRow {
    height: 70px;
    margin-top: 12px;
}

.createRowSpec {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: center;
    gap: 13px;
    height: auto;
    margin-bottom: 18px;
    padding-top: 11px;
    border: 1px solid #e2e2e2;
    width: 92%;
    margin-left: 4%;
}

.createRow div {
    display: inline-block;
    vertical-align: bottom;
}

.createRow div label {
    font-size: 14px;
    padding-right: 20px;
    border-right: 1px solid;
}

.passRow {
    margin-right: 6px;
}

.passRow p {
    margin-top:0;
    font-size: 14px;
}

.passRow2 {
    display: flex !important;
}

.passRow2 div label {
    border-right: 0px solid;
    font-weight: 380;
}

#checkAvailability {
    margin: 10px 10px 0 22px;
    padding: 8px 14px;
}

#availabilityMessage {
    width: 100%;
    display: inline-block;
    margin-top: 0;
}

.greyColor {
    color:#e2e2e2;
}

#createMailbox {
    margin-top: 0;
}

#messageUpload {
    width:185px;
}
#userMailboxes table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 1em;
  font-size: 13px;
  font-weight: 400;
}

#userMailboxes th,
#userMailboxes td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.finalTD {
    text-align: center;
}

#userMailboxes th {
    background-color: #f2f2f2;
}

#userMailboxes button {
    cursor: pointer;
    padding: 2px 8px;
    margin: 2px 0px;
    font-size: 0.9em;
    background: #dfe9e3;
    color: #404b4d;
}

.tabActions {
    width:60px;
}

.tabCreated {
    width: 80px;
}

.vmCustomizer{margin-top:22px;padding:22px;border:1px solid #d8e1df;border-radius:12px;background:#fff;display:grid;gap:15px}.vmCustomizer[hidden]{display:none}.vmCustomizerHead,.vmFieldPair{display:flex;gap:14px;justify-content:space-between;align-items:flex-start}.vmCustomizerHead h3{margin:0}.vmCustomizerHead button{border:0;background:transparent;font-size:28px}.vmCustomizer label{display:grid;gap:6px;font-size:13px}.vmCustomizer input,.vmCustomizer select,.vmCustomizer textarea{width:100%;box-sizing:border-box;padding:9px;border:1px solid #ccd7d5;border-radius:7px}.vmCustomizer .vmCheck{display:flex;align-items:center}.vmCustomizer .vmCheck input{width:auto}.vmFieldPair>*{flex:1}.vmPresetGrid{grid-template-columns:repeat(3,1fr);gap:8px}.vmPresetGrid:not([hidden]){display:grid}.vmPresetGrid button{min-height:58px;border:3px solid transparent;border-radius:7px;background:#dce7e5}.vmPresetGrid button.is-selected{border-color:#348890}.vmPreview{padding:20px;border-radius:10px;background:#edf3f1;min-height:120px}.vmPreview img{max-width:180px;max-height:90px;object-fit:contain}.vmBoardGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.vmBoardCard{padding:18px;border:1px solid #d8e1df;border-radius:12px;background:#fff}.vmBoardCard h3{margin:7px 0}.vmBoardCard p{color:#657879}.vmBoardActions{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.vmBadge{display:inline-block;padding:4px 8px;border-radius:99px;background:#e1ece9;color:#28666a;font-size:11px;font-weight:700;text-transform:uppercase}.vmEmpty{padding:30px;text-align:center;color:#738183}.vmUsage{margin:12px 0;color:#657879;font-size:13px}@media(max-width:650px){.vmFieldPair{display:grid}.vmBoardGrid{grid-template-columns:1fr}}
.vmMessageManager{margin-top:24px;padding:22px;border:1px solid #d8e1df;border-radius:12px;background:#fff}.vmMessageManager[hidden]{display:none}.vmMessageCard{padding:18px 0;border-bottom:1px solid #d8e1df}.vmMessageCard video,.vmMessageCard audio{width:100%;max-width:520px}.vmMessageCard strong{display:block;margin-top:8px}

@media all and (max-width:800px) {
    
    #createBox h2 {
        font-size:18px;
    }
    
    #mailboxName, 
    #mailboxPassword {
        display: block;
        margin-bottom: 0;
        margin-top: 30px;
    }
    
    .prevURL {
        max-width: 100%;
    }
    
    .createRowSpec {
        padding-bottom: 9px;
    }
    
    .createRow div {
        text-align: left;
    }
    
    .createRow div label {
        font-size: 12px;
        padding-right: 0;
    }
    
    .passRow {
        display: block !important;
    }
    
    .passRow p {
        font-size: 12px;
    }
    
    .createRow div {
        display: block !important;
    }

}







