.ea-registration-form .el-select {
    min-width: 300px;
}
    .ea-registration-form .el-select.ea-narrow-select {
        min-width: inherit;
    }

.el-input-number {
    width: 160px;
}

.el-input-number--small {
        width: 120px;
    }

.ck .ck-editor__editable {
    min-height: 110px;
}

.ck-rounded-corners .ck.ck-balloon-panel, .ck.ck-balloon-panel.ck-rounded-corners {
    z-index: 10055 !important;
}

.ea-inline-alert {
    display: inline-flex;
    width: auto;
    padding: 0;
}

.slide-fade-enter-active {
    transition: all 2s ease 3s;
}

.slide-fade-enter {
    transform: translateX(100px);
    opacity: 0;
}

.el-popover {
    word-break: break-word;
    max-width: 300px;
}

.ea-form-label {
    display: block;
}

.ea-card-payment {
    font-size: 2rem;
}

.StripeElement {
    background: #fff;
    border: 1px solid #DCDFE6;
    padding: 11px;
}

.ea-events-remaining {
    text-align: center;
    margin: auto;
}

.ea-form-text {
    font-style: italic;
}

.el-form-item__content {
    line-height: inherit;
}

.el-form-item__label {
    text-align: left;
    float: none;
    line-height: inherit;
    padding: 0 12px 6px 0;
}

.ea-activity-header {
    font-size: small;
    font-style: italic;
    word-break: break-word;
}

.ea-marketer-activity-header {
    font-size: smaller;
    word-break: break-word;
}

.ea-date {
    font-style: italic;
}

.ea-cost-table tr td {
    padding: .1rem 1rem .1rem 0rem;
}

.ea-cost-table td.ea-heading {
    text-align: right;
}

.ea-cost-table tr:last-child {
    color: red;
}

.ea-cost-table tr td:last-child {
    text-align: right;
}

.ea-registration-edit .ea-heading,
.ea-registration .ea-heading {
    font-weight: 600;
}

.el-table .cell {
    word-break: break-word;
}

.ea-slide-background {
    width: 100%;
    object-fit: cover;
}

.ea-slide-darkened {
    filter: brightness(70%);
}

.ea-slide-container {
    position: absolute;
    top: 50%;
    width: 80%;
    display: flex;
    align-items: flex-start;
}

    .ea-slide-container el-alert {
        max-width: 300px;
    }

.ea-slide-center,
.ea-slide-left,
.ea-slide-right {
    right: 50%;
    transform: translate(50%, -50%);
    flex-direction: column;
    align-items: center;
}

.ea-slide-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.ea-slide-title {
    font-size: 25px;
}

.ea-slide-subtitle {
    font-size: 17px;
}

.ea-slide-image {
    height: 120px;
    display: none;
}

.ea-slide-right {
    right: 5%;
    transform: translate(0, -50%);
    flex-direction: row-reverse;
}

    .ea-slide-right img {
        margin-left: 10px;
        display: block;
    }

    .ea-slide-right .ea-slide-text {
        align-items: flex-end;
        text-align: right;
    }

.ea-slide-left {
    left: 5%;
    transform: translate(0, -50%);
    flex-direction: row;
}

    .ea-slide-left img {
        margin-right: 10px;
        display: block;
    }

    .ea-slide-left .ea-slide-text {
        align-items: flex-start;
        text-align: left;
    }



/*.ea-slide-background {
}

.ea-slide-container {
    position: absolute;
    top: 50%;
    max-height: 80%;
}

.ea-slide-right {
    right: 10%;
    transform: translate(0, -50%);
    text-align: right;
}

.ea-slide-left {
    left: 10%;
    transform: translate(0, -50%);
    text-align: left;
}

.ea-slide-center {
    right: 50%;
    transform: translate(50%, -50%);
    text-align: center;
}

.ea-slide-text {
    display: inline-block;
}

.ea-slide-title, .ea-slide-subtitle {
    color: #fff;
    line-height: 120%;
}

.ea-slide-image {
}*/

.fc-day-grid-event, .fc-time-grid-event {
    padding: .2rem;
}

    .fc-day-grid-event .fc-content,
    .fc-time-grid-event .fc-content {
        white-space: normal;
    }

.fc-button-primary {
    background-color: #409EFF;
    border-color: #409EFF;
}

.fc-event,
.fc-event-dot {
    background-color: #409EFF;
}

.fc-event {
    border: 1px solid #409EFF;
}

.fc-scroller {
    height: auto !important;
}

.rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6 {
    font-family: inherit;
    font-weight: inherit;
}

.recurrence-options .el-select {
    width: 150px;
}

.recurrence-options .el-input-number {
    width: 90px;
}

.question-options .el-input-number {
    width: 110px;
}

.el-transfer-panel__body {
    height: 200px;
    overflow: auto;
}

.el-radio {
    white-space: normal;
}

.el-tree-node__content {
    height: auto;
    padding: 4px 0;
}

.custom-tree-node {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 8px;
}

.ea-icon-2x {
    font-size: 1.4rem;
    margin-right: .4rem;
}

.ea-icon-larger {
    font-size: 1.2rem;
    margin-right: .2rem;
}

.ea-icon-normal {
    font-size: 1rem;
    margin-right: .1rem;
}

.pull-right {
    float: right;
}

.admin-bar .el-drawer {
    padding-top: 30px;
}

.el-drawer__header span {
    font-size: 1.6rem;
}

.el-drawer__body {
    padding: 0 20px;
}

.el-form {
    width: 100%;
}

.el-form--label-top .el-form-item__label {
    padding: 0;
}

.ea-photo-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .ea-photo-uploader .el-upload:hover {
        border-color: #409EFF;
    }

.ea-photo-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.ea-slide-uploader-icon {
    font-size: 20px;
    color: #8c939d;
    width: 300px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.ea-photo {
    width: 200px;
    height: 200px;
    display: block;
}
