:root {
    --view-background: #F0F2F4;
    --panel-background: #fff;
    --c1: #ebebeb;
  }

  html,
  body {
    height: 100%;
    min-height: 100vh;
  }
  
  body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: var(--view-background);
  margin: 0;
  }
  

.material-symbols-outlined {
    color: inherit;
}

img {
    width: 100%;
}

.main-header {
    background: #0c141c;
    display: flex;
    justify-content: space-between;
    height: 60px;
    display: flex;
    color: var(--c1);
    padding: 0 30px;
    align-items: center;
    font-size: 14px;
    gap: 2rem;
}

.dropdown {
    display: none;
    position: absolute;
    top: 50px;
    right: 30px;
    background: #f7f9fa;
    display: block;
    padding: 16px;
    position: absolute;
    font-size: 14px;
    text-decoration: none;
    right: 10px;
    border: 1px solid var(--c1);
    width: 220px;
    border-radius: 4px;
    color: black;
    z-index: 999;
    display: none;
}

.dropdown a:link,
.dropdown a:visited {
    color: #111;
    text-decoration: none;
}

.dropdown a:hover {
    text-decoration: underline;
}

.drop-down-name {
    margin: 0;
    font-size: 16px;
    color: rgb(65, 77, 99);
    margin-top: 0;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-weight: bold;
}

.dropdown-active {
    display: block;
}


.header-branding {
    text-decoration: none;
    font-weight: 600;
    color: #fff;
}

.main-navigation ul {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 1rem;
}

.main-navigation a:link,
.main-navigation a:visited {
    color: #fff;
    text-decoration: none;
}

.user-toggle {
    display: flex;
    gap: 12px;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    display: flex;
    align-items: center;
    background: none;
    margin-left: auto;
}

.user-avatar {
    background: #ea5493;
    padding: 0;
    width: 26px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    line-height: 1;
    font-size: 14px;
    border-radius: 100%;
    color: white;
    font-weight: normal;
}

main {
    max-width: 1400px;
    margin: auto;
    padding: 20px 30px;
}

main.hug {
    padding: 0 30px;
}



.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
table {
    border-collapse: collapse;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

th {
    text-align: inherit;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.login-splash {
    background: #0c2f45;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: white;
}

.login-splash-right {
    display: flex;
    align-items: center;
}

.login-splash-content {
    max-width: 400px;
    padding: 0 40px;
    margin: auto;
}
.view-medium {
    background: var(--panel-background);
    border-radius: 16px;
    padding: 40px 100px;
    margin: auto;
    border: 1px solid #F0F2F4;
    width: 100%;
    margin-top: 30px;
    max-width: 600px;
}

.view-constrain {
    background: var(--panel-background);
    border-radius: 16px;
    padding: 40px 100px;
    max-width: 600px;
    margin: auto;
    border: 1px solid #F0F2F4;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

h1 {
    font-size: 22px;
    margin: 0;
    margin-bottom: 10px;
}

.view-constrain p {
    font-size: 16px;
    line-height: 150%;
}

table {
    margin-top: 2rem;
}






/** DESIGNER & DEISGNER DASHBOARD **/



.main {
    width: 100%;
    max-width: 1200px;
    padding: 16px;
    margin: auto;
}

.section-header-title {
    font-size: 16px;
    display: block;
    padding-bottom: 12px;
    margin: 0;
}

.section-header {
    border-bottom: 1px solid var(--c1);
    margin-bottom: 22px;
    padding: 8px 0;
}

.option-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 16px;
}

.single-preview {
    background: #ebebeb;
}

.single-preview-img {
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
    font-size: 0;
    position: relative;
}

.single-preview-img-src {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 200px;
    object-position: top;
}

.single-preview-tags {
    padding: 8px 8px 12px 8px;
    border-radius: 0 0 4px 4px;
    background: white;
    border: 1px solid var(--c1);
}

.single-preview-tag {
    font-size: 12px;
    color: #444;
    background: whitesmoke;
    border-radius: 2px;
    padding: 4px 4px;
}

.single-preview-name {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.open-designer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.designer-button,
.designer-button:visited {
    color: white;
    font-size: 14px;
    padding: 4px 12px;
    background: #1971f5;
    border: 1px solid #2c2c2c;
    text-decoration: none;
    display: flex;
    align-content: inherit;
    align-items: center;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.5px 1px 0px, rgba(255, 255, 255, 0.04) 0px 29px 23px -16px inset, rgba(255, 255, 255, 0.2) 0px 0.5px 0.5px 0px inset;
  }

  .designer-icon {
    display: inline-block;
    margin-left: 8px;
    margin-top: 4px;
  }

  .designer-icon .material-symbold-outlined {
    font-size: 20px;
    display: block;
  }

  .open-designer {
    opacity: 0;
    transition: opacity .1s ease-in-out;
  }

  .single-preview:hover .open-designer {
    opacity: 1;
  }


  /** DESIGNER **/

  .designer-title {
    display: flex;
    border-bottom: 1px solid rgb(231, 235, 238);
    background: #f7f9fa;
    padding: 16px 12px 12px 10px;
    justify-content: space-between;
    position: relative;
  }

  .designer-title-text {
    color: #111b2b;
    font-size: 16px;
    font-weight: bold;
  }

  .designer-title-left {
    display: flex;
    align-items: center;
  }

  .designer-title-back {
    margin-right: 16px;
  }

  .back-button,
  .back-button:visited {
    opacity: .5;
    transition: opacity ease-in-out .1s;
    color: black;
    width: 20px;
    overflow: hidden;
  }

  .back-button:hover {
    opacity: .7;
  }

  .designer-title-download {
    color: white;
    font-size: 14px;
    padding: 4px 12px;
    background: #1971f5;
    border: 1px solid #2c2c2c;
    text-decoration: none;
    display: flex;
    align-content: inherit;
    align-items: center;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.5px 1px 0px, rgba(255, 255, 255, 0.04) 0px 29px 23px -16px inset, rgba(255, 255, 255, 0.2) 0px 0.5px 0.5px 0px inset;
    outline: none;
    border: none;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    display: inline-block;
    padding: 11px 18px;
    display: inline-flex;
}

    .designer-title-download:hover {
        background: #1971f5eb;
        cursor: pointer;
    }
  
   .designer-title-back .material-symbols-outlined {
        font-size: 20px;
        line-height: 20px;
        margin-top: 4px;
    }

    .designer-options {
        display: grid;
        grid-template-columns: 400px auto;
    }

    .designer-panel-content {
        background: #f7f9fa;
        border-right: 1px solid rgb(231, 235, 238);
        padding: 16px;
        height: 100%;
    }

    .preview {
        padding: 16px
    }

    .editor-section-title {
        font-size: 0.75rem;
        display: flex;
        -moz-box-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid rgb(174, 193, 204);
        margin-bottom: 24px;
        margin-top: 16px;
        -moz-box-align: center;
        align-items: center;
    }

    .editor-section-title-desc {
        margin: 0px;
        padding: 0px;
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
        font-weight: 600;
        font-size: 0.75rem;
        letter-spacing: 0.1rem;
        text-transform: uppercase;
        color: rgb(103, 114, 138);
        line-height: 1.5rem;
    }


    .editor-section-fieldset {
        margin-bottom: 22px;
      }

      .editor-section-label {
        display: block;
        margin-bottom: 4px;
        font-weight: bold;
        font-size: 14px;
        opacity: .7;
      }

      .editor-section-field{
        outline: none;
box-shadow: rgba(225, 228, 232, 0.2) 0px 2px 0px inset;
box-sizing: border-box;
background-color: rgb(255, 255, 255);
border: 1px solid rgb(207, 217, 224);
border-radius: 6px;
color: rgb(65, 77, 99);
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
font-size: 0.875rem;
line-height: 1.25rem;
padding: 10px 0.75rem;
margin: 0px;
cursor: auto;
width: 100%;
z-index: 1;
height: 40px;
max-height: 40px;
      }


.svg-preview {
    display: block;
    height: 100%;
    max-width: calc(100vh - 370px);
    text-align: center;
    margin: auto;
}

.svg-preview-social {
    display: block;
    height: 100%;
    max-width: calc(100vh - 166px);
    text-align: center;
    margin: auto;
}

.plainLink,
.plainLink:link,
.plainLink:visited {
    color: black;
    text-decoration: none;
    line-height: 1.3;
}


.pullDataButton {
    box-sizing: border-box;
    border: 1px solid transparent;
    box-shadow: rgba(25, 37, 50, 0.08) 0px 1px 0px;
    border-radius: 6px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    opacity: 1;
    display: inline-flex;
    min-width: auto;
    max-width: 240px;
    overflow: hidden;
    flex-shrink: 0;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 500;
    outline: none;
    text-decoration: none;
    margin: 0px;
    transition: background 0.1s ease-in-out 0s, opacity 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 133, 57);
    font-size: 0.875rem;
    line-height: 1.25;
    padding: 0.25rem 0.75rem;
    margin-left: 10px;    
}




.card-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.card-stack h2 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 10px;
}

.card-stack p {
    margin: 0;
    line-height: 1.5;
    max-width: 30rem;
}

a.card-stack-card,
a.card-stack-card:link,
a.card-stack-card:visited {
    text-decoration: none;
    color: #222;
}

.card-stack-card {
    background: #f5f5f5;
    transition: background ease-in-out .15s;
    padding: 32px;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro-title {
    margin-bottom: 2rem;
}

a.card-stack-card:hover {
    background: #fff;
}

.mtn {
    font-size: 40px;
    opacity: .3;
}

a.card-stack-card:hover .mtn {
    color: #1971f5;
    opacity: .7;
}


.form-footer-button {
    display: flex;
    align-items: center;
    padding-top: 20px;
}



.button {
    display: flex;
    padding: 16px;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #282438;
    border: 1px solid #EDEFF1;
    border-radius: 8px;
    gap: 8px;
    color: #1A182B;
    background: #fff;
    cursor: pointer;
    text-decoration: none;
}



.button-accent {
    background: #178FFF;
    color: white;
    padding: 16px 32px;
}


.ht-n {
    border: 1px solid rgba(0,0,0,.1);
    padding: 2rem;
    background: white;
    border-radius: 8px;
    margin-bottom: 2rem;
    background: hsl(216.67deg 78.91% 91.37%);
    border-left: 4px solid #0d6efd;
}

.ht-t {
    font-size: 18px;
    line-height: 150%;
    max-width: 50rem;
    margin: 0;
}