<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: 'bs-light';
    src: url('../fonts/BentonSans-Light.woff2') format('woff2'),
    url('../fonts/BentonSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bs-reg';
    src: url('../fonts/BentonSans-Regular.woff2') format('woff2'),
    url('../fonts/BentonSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bs-book';
    src: url('../fonts/BentonSans-Book.woff2') format('woff2'),
    url('../fonts/BentonSans-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bs-bold';
    src: url('../fonts/BentonSans-Bold.woff2') format('woff2'),
    url('../fonts/BentonSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Generic style declarations */
body {
    font-family: bs-book;
    padding: 0 !important;
    font-size: 14px;
    color: #424242;
}

h1 {
    font-family: bs-light;
    font-weight: 300;
}

.g-recaptcha {
    display: inline-block;
}

.embed-responsive1by1 {
    padding-bottom: 100%;
}

.flex-row {
    display: flex;
    flex-flow: row column;
    height: calc(100vh - 90px);
    overflow-y: auto;
}

.flex-col {
    width: 50vw
}

html {
    overflow: hidden;
}

.flex-col.one {
    padding: 24px 8%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    margin: auto 0;
}

.flex-col.two {
    align-items: center;
    justify-content: center;
    display: flex;
    background: linear-gradient(rgba(0, 111, 207, 0.5), rgba(0, 111, 207, 0.5)), url('https://secure.americanexpress.com.bh/eapply/images/hero_dmo.jpg') no-repeat center;
    background-size: cover;
    box-shadow: 40px 0 40px -40px #00000080 inset;
    position: fixed;
    right: 0;
    bottom: 0;
    height: 100%;
}

.flex-col.two.shop-small {
    align-items: center;
    justify-content: center;
    display: flex;
    background: linear-gradient(rgba(0, 111, 207, 0.5), rgba(0, 111, 207, 0.5)), url('https://secure.americanexpress.com.bh/images/DMO/hero_dmo_smb.jpg') no-repeat center;
    background-size: cover;
    box-shadow: 40px 0 40px -40px #00000080 inset;
    position: fixed;
    right: 0;
    bottom: 0;
    height: 100%;
}

.panel-default&gt;.panel-heading,
.list-group-item {
    /* height: 54px; */
    min-height: 54px;
    padding: 15px;
}
.list-group-item {
    padding-right: 76px;
}
.panel {
    font-size: 16px;
}
.panel .list-group-item .action {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    opacity: 0.25;
}

.panel .list-group-item:before {
    counter-increment: step-count;
    content: counter(step-count)".";
    padding-right: 5px;
    text-align: right;
}

.panel .list-group-item:hover .action {
    opacity: 1;
}
.panel .list-group-item .action.edit { right: 55px }
.panel .list-group-item .action.delete { right: 15px }
.panel&gt;.panel-heading {
    background-color: #fff;
}
.row.flex-row-center {
    align-items: center;
    display: flex;
}
.input-group.custom {
    width: 100%;
}
.input-group.custom fieldset {
    width: calc(50% - 25px);
    float: left;
}
.input-group.custom fieldset+fieldset {
    margin-left: -3px;
}
.input-group.custom fieldset+fieldset input {
    border-radius: 0 4px 4px 0 !important;
}
.input-group.custom .input-group-btn {
    width: 53px;
    float: left;
}
.btn {     outline: none !important }
.btn.btn-primary { background: #006FCF !important; border: #006FCF !important }
/* CUSTOM SCROLL BAR */
.scroll-container {
    overflow-y: scroll;
}
.scroll-container h1,
.scroll-container h2,
.scroll-container h3,
.scroll-container h4,
.scroll-container h5,
.scroll-container h6 {
    color: #006FCF;
}
.scroll-container p {
    padding-bottom: 24px;
}
/* width */
.scroll-container::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.scroll-container::-webkit-scrollbar-thumb {
    background: #006FCF;
    border-radius: 5px
}
.thumbnail {
    text-decoration: none !important;
}
.input-group.file input[type=file] {
    display: none;
}

.popover {
    max-width: 95vw;
    width: 500px;
}

#mobile-header,
#top-header {
	display: none ! important;
}

@media screen and (max-width: 767px) {
    .flex-col.one {
        width: 100vw
    }
}</pre></body></html>