@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
    /* font-family: gothamBook; */
    font-family: 'Montserrat';
    background-color: #F0F5FA;
}
body {
    overflow-y: scroll;
}
.modal-open {
    padding-right: 0px /*!important*/;
}
nav.navbar.top {
    height: 65px;
}
.content-wrapper {
    margin-left: 0px;
    margin-right: 0px;
}
#sidebar, #toolbar {
    width: 15rem;
    padding-top: 65px;
    padding-right: 0px !important;
    margin-right: 0px !important;
}
#toolbar {
    min-height: 100vh;
}
#toolbar .form-group {
    margin-bottom: 0.5rem;
}
#toolbar .form-check {
    margin-bottom: 0.2rem;
}
.bulletin-edit #sidebar {
    margin-left: -15rem;
}
#sidebar > ul {
    line-height: 1rem;
}
#sidebar .nav-item.active:after {
    content: '';
    border: 3px solid #298BED;
    background-color: #298BED;
    position: absolute;
    top: 4px;
    right: 0px;
    height: 24px;
}
.avatar {
    width: 36px;
    height: 36px;
}
.account-name {
    width: 10rem;
    line-height: 1rem;
}
#content {
    min-height: calc(100vh - 65px);
    margin-top: 65px;
    padding-left: 0px;
    padding-right: 0px;
}
#content > div {
    min-height: calc(100vh - 135px - 3rem);
}
.thumb {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
}
.has-error .form-control, .form-control.has-error, input.has-error, .has-error .thumbnail-upload, .has-error select {
    color: #e74c3c;
    box-shadow: none;
    border: 1px solid #e74c3c;
}
.bulletin-edit #content > div {
    border-radius: 0 !important;
    /* min-height: calc(100vh - 117px - 3rem); */
    min-height: calc(100vh - 65px);
    margin: 0 !important;
    padding: 0px 0 !important;
}
.bulletin-outer-wrapper {
    padding: 50px;
    min-height: calc(100vh - 65px);
}
.bulletin-wrapper, .bulletin-wrapper .no-sections {
    min-height: calc(100vh - 165px);
}
.bulletin-wrapper {
    width: 800px;
    margin: 0 auto !important;
    font-family: Helvetica;
    background-color: #F8F8F8;
}
.bulletin-wrapper .edit-section-wrapper {
    width: 830px;
}
.bulletin-wrapper .edit-section-wrapper > .settings {
    display: none;
    font-size: 25px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    top: 0px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.7);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}
.bulletin-wrapper .edit-section-wrapper:hover > .settings {
    display: block;
}
.bulletin-wrapper .no-sections {
    font-family: 'Montserrat';
}
.bulletin-wrapper td {
    padding: 0px;
}
.bulletin-wrapper .section-title p {
    margin-bottom: 0;
}
.bulletin-wrapper .section-title p.title {
    margin: 0px 0px 25px 0px;
}
.bulletin-wrapper .section-title p.title, .bulletin-wrapper .section-title p.title-no-margin {
    line-height: 30px;
    font-weight: bold !important;
}
.bulletin-wrapper .section-title p.title strong, .bulletin-wrapper .section-title p.title-no-margin strong {
    font-weight: bold !important;
}
#sidebar .nav-link {
    padding: 0.5rem 0;
}
.media-wrapper.standalone > .nav {
    display: none;
}
.media-wrapper.standalone .media-content-wrapper {
    border: none;
    height: 100%;
}
.media-wrapper.standalone .media-content-wrapper .media-content {
    overflow-y: hidden !important;
}
.media-wrapper .nav-link.active {
    background-color: transparent;
    cursor: default;
    border-bottom-color: #ffffff;
}
.media-content-wrapper {
    border: 1px solid transparent;
    border-color: transparent #dee2e6 #dee2e6;
    height: calc(100% - 41px);
}
.media-content {
    height: 100%;
    overflow-y: scroll;
}
.standalone .media-content-wrapper {
    border: none;
}
.standalone .media-content {
    overflow-y: visible;
}
#media-upload-button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
#media-upload-button input, .attachment input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10;
    cursor: pointer;
    font-size: 22px;
}
#selectBox {
    position: absolute;
    border: 1px solid #049cdd;
    background-color: rgba(4, 156, 221, 0.15);
    z-index: 98;
}
.media-wrapper *:not(input):not(textarea) {
    user-select: none;
}
.media-toolbar .btn.disabled, .media-toolbar .btn:disabled {
    opacity: 0.35;
}
.media-toolbar > * {
    margin-right: 5px;
}
.media-toolbar button {
    width: 42px;
}
.media-element-container {
    width: 240px;
    background-color: #f5f5f5;
    position: relative;
    display: inline-block;
    line-height: 0;
}
.media-element-container:not(:last-child) {
    margin-right: 20px;
}
.media-element-container.selected {
    background-color: #049cdd;
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 3px 5px -1px rgb(0 0 0 / 20%);
}
.media-element-folder i {
    font-size: 24px;
    top: 12px;
    left: 18px;
}
.media-element-container.selected {
    color: #fff;
}
.media-element-name {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    display: inline-block;
    padding-left: 55px;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.media-element-photo {
    display: inline-block;
    margin: 0 5px 10px;
    background-color: #f5f5f5;
}
.media-element-photo > img {
    display: block;
    width: 100%;
    height: auto;
}
.media-element-file .media-element-name, .media-element-photo .media-element-name {
    padding-left: 0;
    text-align: center;
}
.media-element-container.selected .media-element-name:after {
    box-shadow: inset 0px 1px 20px 18px rgb(4 156 221);
}
.media-element-name:after {
    position: absolute;
    top: -15px;
    right: 0;
    width: 200%;
    height: 200%;
    content: '';
    box-shadow: inset 0px 1px 20px 20px rgb(245 245 245);
    z-index: 1;
}
.media-element-preview {
    height: 150px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 200px;
}
.media-element-preview i {
    font-size: 80px;
}
.btn.btn-white {
    background: #fff;
    border-color: #ccd0d4;
}
.backend .btn {
    border-radius: 999px;
}
.btn.btn-black {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
.button-add {
    display: inline-block;
    border-radius: 50%;
    height: 37px;
    color: var(--gray);
    border: 3px solid var(--gray);
    width: 37px;
    line-height: 32px;
    font-size: 40px;
}
.button-add:hover {
    color: var(--gray);
    text-decoration: none;
}
table + table + .button-add {
    display: none;
}
.pagination-wrapper .pagination {
    justify-content: center;
}
.search-wrapper button {
    top: 8px;
    right: 5px;
    display: none;
}
button.close {
    outline: none;
}
.bulletin-preview-wrapper {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px !important;
    /* border-radius: 0.6rem; */
    height: 553px;
    background-color: #F0F5FA;
    overflow: hidden;
}
.bulletin-preview-wrapper iframe {
    width: 800px;
    border: 0;
    transform-origin: 0 0;
    /* height: calc(100% * 800/399);
    transform: scale(calc(399/800)) */;
}
.bulletin-link-wrapper input {
    height: calc(1.6em + 0.75rem + 3px);
    padding-right: 9rem;
}
.bulletin-link-wrapper > div {
    top: 5px;
    right: 5px;
}
.saved {
    display: none;
}
.mce-content-body {
    line-height: 1.6 !important;
}

.signup-wrapper {
    margin: 0;
}
.signup-wrapper input:focus {
    border-color: #cfcfcf;
    box-shadow: 0 0 0 0.2rem rgb(132 135 137 / 25%) !important;
}
.signup-wrapper button {
    right: 0px;
    top: 0px;
}
.signup-wrapper button:focus {
    box-shadow: none !important;
}
.signup-wrapper .email-wrapper {
    margin-right: 90px;
}
.signup-wrapper .image-wrapper {
    background-size: cover;
    background-position: center center;
}
.rounded-block {
    border: 3px solid #d8d8d9;
    border-radius: 10px;
}
.cursor-pointer {
    cursor: pointer;
}
.plan-selector > div {
    width: 24%;
    min-height: 150px;
}
.plan-selector i {
    top: 6px;
    right: 6px;
    font-size: 24px;
    display: none;
}
.plan-selector .border-success i {
    display: inline;
}
.plan-selector select {
    width: 100%;
}
.plan-selector .discount {
    visibility: hidden;
}
.image-uploader > div {
    display: none;
}
.image-uploader.added > div {
    display: block;
}
.action-icons > * {
    font-size: 25px;
    color: #000000;
    text-decoration: none;
    margin-left: 10px;
}
.action-icons > *:hover {
    color: #3490dc;
    text-decoration: none;
    cursor: pointer;
}
.youtube-banner {
    background-color: #000000;
    color: #ffffff;
    height: 70px;
    bottom: 0px;
    /* left: 0px; */
    padding: 15px 40px;
    z-index: 1022;
}
.youtube-banner:hover {
    text-decoration: none;
    color: #ffffff;
}
.youtube-banner img {
    width: 40px;
    margin-top: 6px;
}
.youtube-banner .content {
    padding-left: 15px;
    padding-top: 2px;
}
.youtube-banner .title {
    font-size: 16px;
    line-height: 18px;
}
.youtube-banner .subtitle {
    font-size: 12px;
}
.youtube-banner .button {
    height: 32px;
    line-height: 32px;
    background-color: #353434;
    color: #ffffff;
    margin-top: 4px;
    padding: 0 10px;
    border-radius: 11px;
    font-size: 12px;
}
.action-icons > *[disabled] {
    color: #c5c5c5;
    cursor: default;
}
@font-face {
    font-family: 'gothamBook';
    src: url('/fonts/gothamBook/gothamrnd-book.eot');
    src: url('/fonts/gothamBook/gothamrnd-book.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gothamBook/gothamrnd-book.woff') format('woff'),
        url('/fonts/gothamBook/gothamrnd-book.ttf') format('truetype'),
        url('/fonts/gothamBook/gothamrnd-book.svg#ArrowsIconsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothamBookLight';
    src: url('/fonts/gothamLight/gothamrnd-light.eot');
    src: url('/fonts/gothamLight/gothamrnd-light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gothamLight/gothamrnd-light.woff') format('woff'),
        url('/fonts/gothamLight/gothamrnd-light.ttf') format('truetype'),
        url('/fonts/gothamLight/gothamrnd-light.svg#ArrowsIconsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.loader-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20004;
    /* background-color: inherit; */
    background-color: rgba(0,0,0,0.1);
}
.circle-loader {
    fill: transparent;
    stroke: #3490dc;
    stroke-width: 5;
    display: block;
    animation: dash 2s ease infinite, rotate 2s linear infinite;
}
@keyframes dash {
    0% {
	stroke-dasharray: 1,95;
	stroke-dashoffset: 0;
    }
    50% {
	stroke-dasharray: 85,95;
	stroke-dashoffset: -25;
    }
    100% {
	stroke-dasharray: 85,95;
	stroke-dashoffset: -93;
    }
}
@keyframes rotate {
    0% {transform: rotate(0deg); }
    100% {transform: rotate(360deg); }
}

.frontend .bulletin-outer-wrapper {
    min-height: 100vh;
}

.frontend .bulletin-wrapper {
    min-height: calc(100vh - 100px);
}

@media only screen and (max-width: 800px) {
    body.frontend {
        display: flex;
    }
    .bulletin-outer-wrapper {
        padding: 0px;
    }
    .frontend .bulletin-wrapper, .frontend .bulletin-wrapper .no-sections {
        min-height: 100vh;
    }
}

@media only screen and (max-width: 800px) {
    .signup-wrapper .form-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /*.signup-wrapper .form-wrapper > div {
        width: 80% !important;
    }*/
    .signup-wrapper .image-wrapper {
        display: none;
    }
}