:root {
    --white: #fff;
    --blue: #509cf6;
    --gray20: #646875;
    --gray40: #3b3f4d;
    --gray60: #2b2d38;
    --gray70: #24262e;
    --gray80: #1b1d24;
    --font-size-base: 1rem;
    --font-size-xs: 0.6875rem;
    --font-size-sm: 0.875rem;
}

body {
    font-family: 'Titillium Web', sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* Fix white background on Windows */
select, select option {
    background-color: var(--gray70);
}

select.form-control {
    -webkit-appearance: none;
    background-image: url("icons-chevron-secondary.305f9f04945a.svg");
    background-position: right 0.5625rem center;
    background-repeat: no-repeat;
}

.wrap {
    display: grid;
    grid-template-columns: minmax(min-content, 350px) auto;
    grid-template-rows: 70px auto;
    height: 100vh;
}
.ll-primary-button{
    padding: 12px;
    color: #212333;
    background: #27BF9D;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    height: 38px;
    border: none;
    line-height: 100%;
    margin-bottom: 10px;
}
.ll-primary-button > *{
    padding: 0;
    color: #212333;
    font-weight: 600;
    font-size: 14px;
}
.ll-primary-button > *:hover{
    color: #212333;
    text-decoration: none;
    background-color: transparent;
} 
.ll-primary-button > *:focus{
    color: #212333;
    text-decoration: none;
    background-color: transparent;
} 
.ll-primary-button[disabled]{
    background: #84858B;
    color: #212333;
}
.ll-default-button{
    background: #E5E6EE;
    border-radius: 4px;
    padding: 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #212333;
    border: none;
    margin-bottom: 6px;
}
.ll-default-button[disabled]{
    background: #84858B;
    color: #212333;
}
.ll-tertiary-button{
    padding: 12px;
    background-color: transparent;
    color: white;
    border-color: white;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    height: 38px;
    line-height: 80%;
    margin-left: 4px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
}

.ll-tertiary-button:hover{
    text-decoration: none;
    background: rgba(255, 255, 255, 0.3);
} 
.ll-danger-button{
    padding: 12px;
    color: white;
    background: #A00D32;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    height: 38px;
    border: none;
    line-height: 100%;
    font-weight: 600;
    margin-left: 2px;
}
.ll-danger-button:hover{
  background: #A92546;
}
.page-back-button {
    align-items: center;
    background-color: var(--gray80);
    border-bottom: solid var(--gray60) 1px;
    display: flex;
    font-size: 18px;
    padding: 0 16px;
}

.page-heading {
    align-items: center;
    background-color: var(--gray60);
    display: flex;
    padding: 0 32px;
}

    /* .page-heading .back-link {
        margin-left: -24px;
    } */

.page-sidebar {
    background-color: var(--gray80);
    font-size: 18px;
}

    .page-sidebar .nav-link {
        border-left: solid transparent 2px;
    }

    .page-sidebar .nav-link:hover {
        background-color: var(--gray70);
    }

    .page-sidebar .nav-link.active {
        background-color: var(--gray60);
        border-left: solid var(--blue) 2px;
    }

.page-sidebar-heading {
    font-size: initial;
}

.page-user-panel {
    border-top: solid var(--gray60) 1px;
}

.page-content {
    background-color: var(--gray70);
    padding: 0 17px;
}

.modal-header {
    align-items: center;
}

.modal-header {
    background-color: var(--gray40);
    color: white;
}

.modal-footer {
    color: white;
}

.modal-header .close {
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    margin: 0;
    overflow: hidden;
    width: 20px;
    opacity: 1 !important;
    padding: 0;
}


.back-link {
    padding-left: 36px;
    background-image: url("icons-arrow-secondary.75a20bdd6f00.svg");
    background-position: left center;
    background-repeat: no-repeat;
}

.back-link-overhang {
    margin-left: -36px;
}

.btn-primary {
    color: white;
    background-color: #6eafff;
    border: none;
    font-weight: 600;
    padding: .5rem 1.75rem;
}

.btn-default {
    color: black;
    background-color: white;
    border: none;
    font-weight: 600;
    padding: .5rem 1.75rem;
}

.modal-body p {
    font-size: 1.0rem;
    font-weight: 600;
    color: white;
}

.modal-header {
    font-weight: 700;
    padding: 1rem 1.3rem 1rem;
    border: none;
    background: #3b3f4d;
    font-size: 1.2rem;

}

.model-content {
    background-color: #24262e;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    color: #fff;
    overflow: hidden;
}

.flex-header {
    display: block;
}

.modal-content .close {
  color: white;
  text-shadow: none;
  font-size: 2.5rem;
  font-weight: normal;
  opacity: 1 !important;;
  margin-top: -.75rem;
}

.btn-archive {
    color: red;
    border: 2px;
    border-radius: .25rem;
    border-color: red;
    width: 160px;
    border-style: solid;
    padding: .375rem .75rem;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
}

.btn-archive:hover {
    background: #646875;
    border-color: #646875;
    color: white;
    transition: 0.3s;
    cursor: pointer;
}

.btn-add {
    background-image: url("symbol-defs.aba04767f92c.svg#icon-add");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
    color: var(--gray20);
}

.btn-add.rounded-circle {
    height: 36px;
    width: 36px;
}

.btn-add:hover {
    background-image: url("symbol-defs.aba04767f92c.svg#icon-add-hover");
}

.btn-more {
    background-image: url("symbol-defs.aba04767f92c.svg#icon-more");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    height: 36px;
    width: 36px;
}

.btn-more:hover {
    background-image: url("symbol-defs.aba04767f92c.svg#icon-more-hover");
}

.btn-outline-secondary {
    color: var(--white);
}

.external-page {
    min-height: 100vh;
    background-color: rgba(27, 29, 36, 1);
}

.external-page-logo {
    height: 24vh;
}

.external-page-heading {
    background-image:
        linear-gradient(to bottom, rgba(27, 29, 36, 0), rgba(27, 29, 36, 1)),
        url("pattern_Y.e20aa5a99c7c.svg"),
        linear-gradient(to bottom, #1E2F2F, #1C2D33);
    background-position: top left, top left, top left;
    background-repeat: no-repeat, repeat, no-repeat;
}

.external-page-footing {
    background-image:
        linear-gradient(to top, rgba(27, 29, 36, 0), rgba(27, 29, 36, 1)),
        url("pattern_Y.e20aa5a99c7c.svg"),
        linear-gradient(to top, #1E2F2F, #1C2D33);
    background-position: bottom left, bottom left, bottom left;
    background-repeat: no-repeat, repeat, no-repeat;
    min-height: 20vh;
}

.btn-settings {
    background-image: url("symbol-defs.aba04767f92c.svg#icon-settings");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    height: 20px;
}

    .btn-settings.show,
    .btn-settings:hover {
        background-image: url("symbol-defs.aba04767f92c.svg#icon-settings-hover");
    }

.text-xs {
    font-size: var(--font-size-xs);
}

.text-sm {
    font-size: var(--font-size-sm);
}


.cms-message-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cms-message-container p {
   font-size: 20px;
   font-family:'IBM Plex Sans', sans-serif;
   font-weight: 600;
}

.cms-iframe-placeholder {
    color: #fff;
   font-size: 35px;
   font-family:'IBM Plex Sans', sans-serif;
   font-weight: 600;
}