html, body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    min-width: 1024px;
}
h1 {
    font-weight: 600;
    border-bottom: 1px solid lightgray;
    margin: 24px 24px 48px 0;
    padding: 24px;
    font-family: "F Grotesk", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2 {
    font-weight: 600;
    padding: 16px 24px 0 24px;
    font-family: "F Grotesk", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h3 {
    font-weight: 600;
    font-size: 16px;
    margin: 8px 0 24px 0;
    font-family: "F Grotesk", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div {
    box-sizing: border-box;
}
strong {
    font-weight: 600;
}
button {
    width: 115px;
    margin-right: 4px;
    color: #FFF;
    border: none;
    padding: 8px;
    cursor: pointer;
    border-radius: 4px;
}
.buttons {
    display: flex;
    width: -webkit-fill-available;
    justify-content: space-between;
    margin: 0 24px;
}
.open {
    background-color: #00897A;
}
.closed {
    background-color: #1E1E1C;
}
.container {
    display: grid;
    grid-template-columns: 0 1fr 1fr 55px 1fr 0;
    grid-template-rows: 110px auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: calc(100vh - 102px);
    position: relative;
}
.columns-0-0-0 {
    grid-template-columns: 0 1fr 1fr 55px 0 0;
}
.columns-1-0-0 {
    grid-template-columns: 285px 1fr 1fr 55px 0 0;
}
.columns-0-1-0 {
    grid-template-columns: 0 1fr 1fr 55px 1fr 0;
}
.columns-0-0-1 {
    grid-template-columns: 0 1fr 1fr 55px 0 400px;
}
.columns-1-1-0 {
    grid-template-columns: 285px 1fr 1fr 55px 1fr 0;
}
.columns-1-0-1 {
    grid-template-columns: 285px 1fr 1fr 55px 0 400px;
}
.columns-0-1-1 {
    grid-template-columns: 0 1fr 1fr 55px 1fr 400px;
}
.columns-1-1-1 {
    grid-template-columns: 285px 1fr 1fr 55px 1fr 400px;
}
.columns-1-0-1 .assets, .columns-0-0-1 .assets {
    display: none;
}
.columns-1-1-0 .preview, .columns-0-0-0 .preview, .columns-0-1-0 .preview {
    display: none;
}

.menu { grid-area: 1 / 1 / 3 / 2; }
.header { grid-area: 1 / 2 / 2 / 4; }
.vertical-menu { grid-area: 1 / 4 / 3 / 5; }
.assets { grid-area: 1 / 5 / 3 / 6; }
.preview { grid-area: 1 / 6 / 3 / 7; }
.top-position { grid-area: 2 / 2 / 3 / 3; }
.secured-position { grid-area: 2 / 3 / 3 / 4; }


.header {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #FFF;
    margin-right: 1px;
}
.header h1 {
    margin: 0;
    padding: 0;
    font-family: "F Grotesk", "Source Sans Pro";
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    border: none;
}
.header h3 {
    margin: 0;
    padding: 0;
}
.line-1 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f2f0ef;
    height: 55px;
    padding-left: 14px;
}
.line-1 img {
    width: 40px;
    height: 40px;
    margin-right: 16px;
}
.line-2 {
    display: flex;
    align-items: center;
    height: 55px;
    padding-left: 24px;
}
.vertical-menu {
    background-color: white;
    position: relative;
    background-image: url(../img/menu-icons.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.vertical {
    transform: rotate(-270deg);
    font-weight: bold;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 88px;
    right: -36px;
    width: 130px;
}

.width33 {display: inline-block;}
.width400 {display: none;}
.width300 {display: none;}
.no-asset {display: none;}

.canvas {
    background-color: #F8F6F5;
    border-top: 1px solid rgb(242, 240, 239);
    margin-top: 24px;
}
.menu {
    background: #FFF;
    margin-right: 1px;
}
.content1 {
    padding: 16px 12px 16px 24px;
}
.content2 {
    padding: 16px 24px 16px 12px;
}
.content3 {
    padding: 16px 24px;
}
.content4 {
    padding: 16px 24px;
}
.content1 h3, .content2 h3 {
    text-align: center;
}
.assets .card-left {
    display: none;
}
.assets .card-right {
    width: 100%;
}
.preview img {
    width: -webkit-fill-available;
}

.ss {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    position: absolute;
    top: 0;
    color: #fff;
    padding: 16px;
}
.ss285 {
    width: 285px;
    top: 55px;
}
.ss400 {
    width: 400px;
    left: -400px;
}
.ss400x2 {
    width: 800px;
    left: -800px;
}
.ss600 {
    width: 600px;
    left: -600px;
}
.ss600x2 {
    width: 1200px;
    left: -1200px;
}
.ss600-400 {
    width: 1000px;
    left: -1000px;
}


/* CARD */
.card {
    display: flex;
    margin-bottom: 12px;
    width: 100%;
    min-height: 115px;
    min-width: 285px;
    border: 1px solid #E5E3E2;
    background-color: #F2F0EF;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 6px 0px;
}
.card-left {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 44px;
    text-align: center;
    padding: 8px;
}
.card-left svg {
    width: 16px;
}
.card-left-top {
    height: 50%;
}
.card-position {
    font-weight: 600;
    font-size: 16px;
}
.card-left-bottom {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 50%;
    font-size: 11px;
}
.card-left-bottom label {
    color: #7a7877;
    font-weight: normal;
}
.card-left-bottom div {
    font-weight: 600;

}
.card-right {
    display: flex;
    background: #FFF;
    border-radius: 4px;
    width: 100%;
}
.card-image-column {
    width: 33%;
    min-width: 90px;
    position: relative;
}
.card-image-column figure {
    margin: 0;
    background-size: cover;
    background-position: 50% 50%;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    border-radius: 4px 0 0 4px;
}
.card-text-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 16px;
    width: 67%;
}
.card-header {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 4px 4px 6px 4px;
    background-color: rgba(255,255,255,.7);
    width: -webkit-fill-available;
    font-family: "Source Sans Pro";
    font-size: 13px;
    color: #343331;
    _border-bottom: 1px solid #E5E3E2;
    line-height: 1;
}
.card-footer {
    display: flex;
    justify-content: space-between;
    height: 16px;
    padding-top: 2px;
    width: -webkit-fill-available;
    font-family: "Source Sans Pro";
    font-size: 13px;
    color: #7a7877;
    _border-top: 1px solid #E5E3E2;
    line-height: 1;
}
.card-titles {
    padding: 2px 0;
}
.card-kicker {
    margin-bottom: 4px;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #7a7877;
    line-height: 1.1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.card-title {
    font-family: "F Grotesk", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #343331;
    line-height: 1;
    padding-bottom: 2px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.card-deck {
    margin-top: 4px;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #7a7877;
    line-height: 1.1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.thumb-1 {background-image: url(../img/thumb.avif);}
.thumb-2 {background-image: url(../img/thumb2.avif);} 
.thumb-3 {background-image: url(../img/thumb3.avif);} 
.thumb-4 {background-image: url(../img/thumb4.avif);} 
.thumb-5 {background-image: url(../img/thumb5-1.avif);} 
.thumb-6 {background-image: url(../img/thumb6.avif);} 
.thumb-7 {background-image: url(../img/thumb7.avif);} 
.thumb-8 {background-image: url(../img/thumb8.webp);} 
.thumb-9 {background-image: url(../img/thumb9.avif);} 
.thumb-10 {background-image: url(../img/thumb10.webp);} 
.thumb-11 {background-image: url(../img/thumb11.avif);} 

.check {
    color: #dd2a30;
}
.plus {
    display: inline-block;
    background: #000;
    border-radius: 50%;
    font-size: 17px;
    color: #FFF;
    height: 12px;
    width: 12px;
    text-align: center;
    line-height: 0.7;
    margin-left: 4px;
}

/* /CARD */


@media (max-width: 1500px) {
    .card-text-column {
        padding: 8px;
    }
    .card-title {
        font-size: 14px;
    }
}

