
.contentEditor .boldclass,
.contentEditor b,
.contentEditor h5,
.contentEditor h6 {
    font-weight: 500
}

.drop-down .option,
.dropdown,
.dropdown .option {
    position: relative
}

.contentEditor .list:before,
.contentEditor pre div:before {
    color: #72808e;
    counter-increment: line;
    max-width: 60px;
    text-align: right;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    white-space: nowrap;
    float: left
}

.btnGroup,
.buttonDiv {
    z-index: 9999
}



.contentEditor,
.contentEditor body,
.contentEditor button {
    letter-spacing: .2px
}

.img_div img,
.img_div1 img,
.contentEditor img {
    max-width: 100%
}

@font-face {
    font-family: Roboto;
    src: url(https://pieditor.com/resources/fonts/Roboto-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(https://pieditor.com/resources/fonts/Roboto-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(https://pieditor.com/resources/fonts/Roboto-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(https://pieditor.com/resources/fonts/Roboto-SemiBold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(https://pieditor.com/resources/fonts/Roboto-Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic
}

.contentEditor body,
.contentEditor h1,
.contentEditor h2,
.contentEditor h3,
.contentEditor h4,
.contentEditor h5,
.contentEditor input,
.contentEditor p,
.contentEditor span,
.contentEditor textarea,.contentEditor,.editorblock {
    font-family: Roboto !important
}

:root {
    --text-color: #656970;
    --title-color: #4e4e4e;
    --main-color: #1dbf73;
    --background-color: #f2f2f7;
    --item-bg-color: #e9e9f1;
    --faded-color: #9f9ea5;
    --delete-color: #f34f5f
}

::-webkit-scrollbar {
    width: 7px
}

::-webkit-scrollbar-track {
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #e5e5e5
}

.editorblock ::-webkit-scrollbar-thumb {
    background: #e9e9ffab
}


.contentEditor h1,
.contentEditorh2,
 .contentEditor h3,
.contentEditor h4,
.contentEditor h5,
.contentEditor h6 {
    margin: unset;
    color: var(--title-color)
}

.contentEditor h5 {
    font-size: 16px;
    line-height: 26px
}

.contentEditor h6 {
    font-size: 14px
}

.contentEditor svg {
    fill: var(--text-color)
}

.contentEditor ul {
    padding-left: unset
}

.contentEditor a:hover,
.contentEditor a {
    text-decoration: none
}

.content_table .drag_td,
.no-padding,
.show_drag,
.show_drag .handle_sec button {
    padding: 0 !important
}

.contentEditor ul.checklist p,
.no-margin {
    margin: 0 !important
}

.dropdown .selected .dropdown_caption:hover {
    border-color: #bbb !important;
    color: var(--main-color)
}

.dropdown {
    margin: 5px 0 8px;
    min-width: 200px;
    background: #fff
}

.dropdown .selected .dropdown_caption,
.dropdown .selected a {
    display: block;
    padding: 8px 30px 8px 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer
}

.dropdown .selected .dropdown_caption::after,
.dropdown .selected a::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="grey" width="18" height="18"><g id="_01_align_center" data-name="01 align center"><path d="M12,15.5a1.993,1.993,0,0,1-1.414-.585L5.293,9.621,6.707,8.207,12,13.5l5.293-5.293,1.414,1.414-5.293,5.293A1.993,1.993,0,0,1,12,15.5Z"/></g></svg>');
    position: absolute;
    right: 6px;
    top: 10px
}

.dropdown .selected .dropdown_caption.up1::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 24 24" fill="grey" width="18" height="18"><path d="M17.293,15.207,12,9.914,6.707,15.207,5.293,13.793,10.586,8.5a2,2,0,0,1,2.828,0l5.293,5.293Z"/></svg>');
    position: absolute;
    right: 6px;
    top: 10px
}

.dropdown .selected .dropdown_caption span,
.dropdown .selected a span {
    cursor: pointer;
    display: block
}

.dropdown>.options>ul {
    background: #fff;
    display: none;
    padding: 10px 0;
    position: absolute;
    top: 26px;
    width: -webkit-fill-available;
    width: -moz-available;
    border: 1px solid #ddd;
    border-radius: 3px;
    z-index: 999;
    border-top: transparent;
    transition: .2s cubic-bezier(.2, .3, .25, .9);
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.2, .3, .25, .9);
    transition-delay: initial;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: dropDownAnimDown;
    box-shadow: 0 5px 25px 2px #e1e4ed, 0 8px 30px #e1e4ed;
    margin: 1em 0
}

.button_section_right ul,
.dropdown .options ul li {
    list-style: none
}

.dropdown .options ul li a,
.dropdown .options ul li option {
    padding: 5px 14px;
    display: block;
    cursor: pointer
}

.dropdown .options ul li a {
    color: #626469
}

.dropdown .options ul li a:hover,
.dropdown .options ul li option:hover,
.dropdown .options ul li:hover {
    background: var(--background-color);
    color: var(--main-color);
    transition: .2s;
    text-decoration: unset
}

.drop-down .options .dd2-opt,
.dropdown .options .dd2-opt {
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden
}

.dropdown .options ul .dd-list {
    padding: 5px 14px;
    display: grid;
    grid-template-columns: min-content auto;
    align-items: center;
    cursor: pointer
}

.dropdown .options ul .dd-list>.avatar {
    margin-right: 8px
}

.emojidropdown .options {
    z-index: 99999999
}

.contentEditor * {
    font-family: unset;
    line-height: 25px
}

.contentEditor b {
    font-weight: 700
}

.contentEditor .list {
    background-color: #ececec;
    margin: 0 !important;
    width: 100%;
    clear: both;
    color: #646567;
    position: relative;
    width: calc(100%) !important;
    xmargin: 10px 0 10px -10px !important;
    padding: 3px 0
}

.contentEditor .list:before {
    background-color: transparent;
    content: counter(line);
    display: inline-block;
    margin: 0 15px 0 -45px;
    overflow: hidden;
    width: 60px
}

.contentEditor .list:after {
    content: "";
    display: inline-block;
    height: 100%;
    left: 25px;
    position: absolute;
    width: 1px;
    top: 0;
    border: 1px solid #bdc7d0
}

.error_text_trialdays {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #d1ecf1;
    max-width: 300px;
    padding: 10px;
    text-align: center;
    border: 1px solid #d1ecf1
}

.error_text_expire {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f8d7da;
    max-width: 900px;
    padding: 10px;
    text-align: center;
    border: 1px solid #f8d7da
}

.error_text_invalid {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f8d7da;
    max-width: 300px;
    padding: 10px;
    text-align: center;
    border: 1px solid #f8d7da
}

.contentEditor p {
    line-height: 1.46 !important;
    margin: 10px 0 !important
}

.contentEditor h1,
.contentEditor h2 {
    line-height: 32px;
    margin-bottom: 12px;
    font-weight: 500
}

.contentEditor i {
    font-style: italic
}

.contentEditor h1 {
    font-size: 1.5rem
}

.contentEditor h2 {
    font-size: 1.25rem
}

.contentEditor h3 {
    font-size: 1.125rem;
    margin-bottom: 10px
}

.contentEditor h4 {
    font-size: 1rem;
    margin-bottom: 10px
}

.contentEditor h5 {
    font-size: .875rem;
    margin-bottom: 10px
}

.contentEditor h6 {
    font-size: .75rem;
    margin-bottom: 10px
}

.contentEditor h1:first-child,
.contentEditor h2:first-child,
.contentEditor h3:first-child,
.contentEditor h4:first-child,
.contentEditor h5:first-child,
.contentEditor h6:first-child {
    margin-top: 0
}

.contentEditor a {
    color: #29a3f0 !important;
    cursor: pointer
}

.contentEditor blockquote,
.contentEditor q {
    font-style: italic;
    margin: 20px;
    width: calc(100% - 20px) !important;
    position: relative;
    padding-left: 10px
}

.contentEditor p.blockquote {
    font-style: italic;
    margin: 20px;
    width: calc(100% - 20px);
    position: relative
}

.contentEditor blockquote:before,
.contentEditor p.blockquote:before {
    content: "";
    float: left;
    width: 3px;
    background: #abb4bc;
    height: 100%;
    margin-right: 10px;
    position: absolute;
    left: 0
}

.contentEditor ol,
.contentEditor ol ul,
.contentEditor ul,
.contentEditor ul ol {
    position: relative;
    margin-left: 0;
    padding-left: 3px
}

.contentEditor ol ol,
.contentEditor ol ul,
.contentEditor ul ol,
.contentEditor ul ul {
    margin: 5px 30px !important;
    width: auto !important
}

.contentEditor ol li {
    list-style: decimal
}

.contentEditor ul li {
    list-style: disc
}

.contentEditor ol li,
.contentEditor ul li {
    margin: 5px 0 !important;
    list-style-position: inside
}

.contentEditor pre {
    background-color: #ececec;
    margin: 10px 0 10px -10px !important;
    width: 100%;
    clear: both;
    float: left;
    color: #646567;
    position: relative;
    counter-reset: line;
    width: calc(100% + 20px) !important
}

.contentEditor pre>code,
.contentEditor pre>div {
    max-width: calc(100% - 25px) !important;
    clear: both;
    margin: 10px 0 10px 25px !important;
    min-height: 20px;
    white-space: pre-wrap
}

.contentEditor pre>code:after,
.contentEditor pre>div:after {
    background: #abb4bc;
    content: "";
    display: inline-block;
    height: 100%;
    left: 25px;
    position: absolute;
    width: 1px;
    top: 0
}

.contentEditor pre div:before {
    background-color: transparent;
    content: counter(line);
    display: inline-block;
    margin: 0 15px 0 -65px;
    overflow: hidden;
    width: 60px
}

.contentEditor ul.checklist {
    list-style: none;
    clear: both
}

.contentEditor ul.checklist li {
    list-style: none;
    line-height: 1.46
}

.contentEditor ul.checklist .clickboximg {
    opacity: .6;
    float: left;
    margin: 3px 10px 0 0 !important;
    z-index: 9;
    content: ' ';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    position: relative;
    cursor: pointer
}

.contentEditor .checklist_ul .checklist_selected,
.contentEditor ul.active-checklist .checklisttext {
    text-decoration: line-through
}

.clickboximg:read-only {
    background-color: #ff0
}

.contentEditor ul {
    padding-left: 3px
}

.contentEditor ul.checklist li:hover:before {
    opacity: 1 !important
}

.contentEditor ul.checklist li.active:before {
    background: url(../images/check_box_checked.png)
}

.overViewSubDiv .contentEditor>:last-child {
    margin-bottom: 0
}

.contentEditor script,
.contentEditor style {
    white-space: pre;
    display: block
}

.contentEditor .syntaxHighlight {
    color: #cefce9
}

.contentEditor .hrDiv {
    height: 1px;
    width: 100%;
    background-color: #ccc;
    margin: 10px 0 !important
}

.buttonDiv {
    border-radius: 4px 4px 0 0;
    float: left;
    padding: 0;
    clear: both;
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    opacity: 0
}

.buttonDivAnimate {
    transition: top 75ms ease-out, left 75ms ease-out;
    display: block
}

.highlightDiv {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px
}

.buttonDiv .btnGroup {
    float: left;
    border-radius: 3px;
    overflow: hidden;
    background: #144173
}

.buttonDiv .btnGroup:first-child,
.buttonDiv .btnGroup:last-child,
.buttonDivNew .btnGroup:first-child,
.buttonDivNew .btnGroup:last-child {
    border-left: none
}

.buttonDiv .btnGroup:last-child {
    width: 100%;
    display: flex;
    justify-content: center;
    top: 100%;
    background: #062344;
    border-radius: 6px;
    border: 1px solid #021429
}

.buttonDiv button,
.buttonDivNew button {
    background: 0 0;
    height: 40px;
    align-items: center
}

.buttonDiv .btnGroup button,
.buttonDiv .btnGroup button .iconDiv,
.buttonDivNew .btnGroup button,
.buttonDivNew .btnGroup button .iconDiv {
    float: left
}

.buttonDiv .btnGroup button svg,
.buttonDivNew .btnGroup button svg {
    fill: #bbbccc;
    float: left
}

.buttonDiv .active,
.buttonDiv button:hover,
.buttonDivNew button:hover {
    background: #224062
}

.buttonDiv button {
    border: none;
    border-radius: 0;
    padding: 0 6px;
    display: inline-flex;
    justify-content: center
}

.buttonDiv .btnGroup button.active svg,
.buttonDiv .btnGroup button:hover svg,
.buttonDivNew .btnGroup button.active svg,
.buttonDivNew .btnGroup button:hover svg {
    fill: #fff
}

.buttonDiv button svg {
    height: 18px;
    width: 18px;
    fill: #bbbccc
}

.buttonDivNew,
.colors input,
.emojiTop .smileColor {
    display: none
}

.sticky {
    position: fixed
}

.buttonDivNew .btnGroup {
    float: left;
    border-radius: 3px;
    overflow: visible;
    background: #144173;
    margin-top: 1%;
    position: fixed;
    bottom: 20px;
    left: calc(100% - 82.5%)
}

.btnGroup .emojidocument .emojidropdown .statusEmojiDD {
    top: -32em;
    left: 0
}

.buttonDivNew .btnGroup:last-child {
    display: flex;
    justify-content: center;
    background: #03162b;
    border-radius: 6px;
    border: 1px solid #021429;
    width: 392px
}

.buttonDivNew button {
    border: none;
    border-radius: 0;
    width: 40px;
    padding: 0;
    display: inline-flex;
    justify-content: center
}

.buttonDivNew button svg {
    height: 18px;
    fill: #bbbccc width: 18px
}

.hyperlink_text {
    border: 1px solid #b8e3fd00;
    float: left;
    min-width: 150px;
    overflow: hidden;
    padding: 5px;
    width: 300px;
    height: 40px
}

.hyperlink_btn,
.hyperlink_remove_btn {
    color: #858f99;
    line-height: 18px;
    padding: 5px 10px;
    margin-left: 0 !important;
    height: 40px;
    border: none
}

.hyperlink_text:focus,
.hyperlink_text:hover {
    border-color: #fff !important
}

.hyperlink_btn {
    background: url(https://app.aptoro.com/images/next.png) 15px center no-repeat #fdfdfd
}

.hyperlink_remove_btn {
    background: url(https://app.aptoro.com/images/close.png) 15px center no-repeat #fdfdfd
}

.hyperlink_btn:hover,
.hyperlink_remove_btn:hover {
    color: #fff
}

.contentEditor a .commentSpan {
    border: none;
    color: #53b0f6
}

.contentEditor a .commentSpan:hover,
.contentEditor a:hover .commentSpan {
    color: #4d5c69 !important
}

.cont-edit-area,
.custom-search-invite,
.sel2,
.contentEditor input[type=date i],
.contentEditor input[type=email],
.contentEditor input[type=number],
.contentEditor input[type=password],
.contentEditor input[type=search],
.contentEditor input[type=tel],
.contentEditor input[type=text],
.contentEditor input[type=url],
.contentEditor select,
.contentEditor textarea {
    border: 1px solid #ddd;
    height: 32px;
    line-height: 42px;
    padding: 0 15px;
    border-radius: 3px;
    margin: 5px 0;
    width: -webkit-fill-available;
    width: -moz-available
}

.drop-down .selected .dropdown_caption:hover,
.drop-down2 .selected .dropdown_caption:hover,
.contentEditor input:focus,
.contentEditor input:hover,
.contentEditor select:focus,
.contentEditor select:hover,
.contentEditor textarea:focus,
.contentEditor textarea:hover {
    border-color: #bbb !important
}

.contentEditor input[type=search] {
    padding: 0 30px 0 15px
}

.contentEditor button {
    cursor: pointer;
    border-radius: 3px;
    padding: 7px 15px;
    font-size: 13px;
    height: 32px;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #bbb;
    transition: background .2s ease-in;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.contentEditor button:hover {
    background-color: #ddd;
    border-color: #ddd
}

.imagediv img {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    object-fit: contain;
    max-height: 500px;
    overflow: auto
}

.imagediv.active img {
    border: 2px solid #00f;
    padding: 4px
}

.left-menu-item {
    display: flex;
    align-items: center
}

.contentEditor button:disabled {
    opacity: .6;
    cursor: default
}

.tooltip {
    cursor: pointer !important
}

.ui-tooltip,
.ui-tooltip .arrow:after {
    background: rgb(51 51 51 / 90%)
}

.ui-tooltip {
    padding: 10px 18px;
    color: #fff !important;
    z-index: 10000100;
    border-radius: 3px;
    font: 13px/20px "Proxima Nova Rg", Sans-Serif;
    box-shadow: unset !important;
    border: unset !important;
    background: #444 !important;
    max-width: 270px
}

.content_table,
.drag_table,
.contentEditor table {
    font-family: arial, sans-serif;
    border-collapse: collapse
}

.videoiconlabel .ui-tooltip {
    max-width: 350px
}

.ui-tooltip .grid-col-2 {
    gap: 15px
}

.ui-tooltip h1,
.ui-tooltip h2,
.ui-tooltip h3,
.ui-tooltip h4,
.ui-tooltip h5,
.ui-tooltip h6 {
    margin: 0 0 5px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-align: center
}

.ui-tooltip ul>li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 14px
}

.ui-tooltip .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px
}

.ui-tooltip .arrow.top {
    top: -16px;
    bottom: auto
}

.ui-tooltip .arrow.left {
    left: 20%
}

.ui-tooltip .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 21px;
    height: 21px;
    box-shadow: 6px 5px 9px -9px #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg)
}

.ui-tooltip .arrow.top:after {
    bottom: -20px;
    top: auto
}

.google-signup-btn {
    border: unset;
    padding: unset;
    margin: 10px 0;
    width: 228px;
    height: 55px;
    background-image: url(../images/google_signin_normal.png);
    background-size: contain;
    background-repeat: no-repeat
}

.valid-msg {
    padding-top: 12px;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    gap: 5px
}

.mb-p-10 {
    margin-bottom: 10%
}

.sub-title {
    line-height: 25px;
    font-size: 16px
}

.conf-code-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0
}

.colorpicker .colors>ul,
.conf-code {
    display: flex
}

.hyphen {
    margin: 0 18px;
    height: 2px;
    width: 20px;
    background: #000
}

.conf-code input:first-child {
    border-left: 1px solid #74787f;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.conf-code input:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.conf-code input:focus,
.conf-code input:hover {
    border-color: unset !important
}

.conf-code input {
    height: 60px;
    width: 55px;
    border-right: 1px solid #74787f;
    border-color: #74787f;
    border-left: unset;
    border-radius: unset;
    text-align: center;
    padding: unset
}

.dropdown.usersdropdown {
    min-width: 140px;
    background: #f5f5f9;
    margin: unset
}

.comment_emoji,
.delete_table .first_td,
.img_div.commentSpan.hoverClass {
    background: 0 0 !important
}

.linkinsertion {
    position: absolute;
    z-index: 99999
}

.imagediv1 {
    display: table;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px;
    border-spacing: 10px
}

.img_div1 {
    position: relative;
    text-align: center;
    display: table-cell
}

.img_div1 img {
    width: auto;
    min-height: 150px;
    max-height: 500px;
    object-fit: cover
}

.link_type {
    padding: 0 28px 0 15px !important
}

.remove-link-box {
    position: absolute;
    top: 12px;
    right: 7px;
    cursor: pointer
}

.emojiList .searchBoxDiv .iconDiv {
    padding: 7px 0;
    margin: 0 !important;
    float: left
}

.checklist_content {
    align-items: center !important;
    display: flex !important
}

.contentEditor label {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    font-weight: 400
}

.image_zoom {
    text-align: center
}

.img_div.commentSpan,
iframe {
    border: none !important
}

.descContent {
    width: 75%;
    float: none !important;
    height: auto;
    min-height: 300px;
    background-color: #fff;
    color: var(--text-color)
}

.drag_line_hori {
    border-top: 3px solid #1e7cbf;
    width: 100%;
    height: 30px
}

.drag_line {
    border-left: 3px solid #1e7cbf
}

.imagediv {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
    flex-direction: row
}

.img_div {
    transition: transform .1s linear;
    position: relative;
    margin: 0 5px;
    min-width: 0;
    text-align: center
}

.img_div img {
    vertical-align: top;
    transition-property: opacity;
    transition-duration: .2s;
    transition-timing-function: ease-in;
    height: auto;
    max-height: 500px;
    text-align: center
}

.img_div img::selection {
    background: #fff;
    color: #000;
    text-shadow: none;
    opacity: .5
}

.img_div img::-moz-selection {
    background: #fff;
    color: #eee;
    text-shadow: none;
    opacity: .5
}

.image_zoom img {
    width: 100%
}

.descContent img:hover {
    cursor: context-menu;
    border-radius: 1px;
    border-color: var(--hp-color-border, #e6e8eb);
    box-shadow: 0 0 0 2px var(--hp-color-bg, #fff), 0 0 0 4px #a7d3ff
}

.video_selected {
    border: 1.5px solid #7a8ec7;
    border-radius: 3px
}

.editor_section {
    display: grid;
    grid-template-columns: 850px 370px;
    justify-content: space-between
}

.emojicode_img {
    margin-left: 5px !important;
    margin-right: 1px !important;
    padding-top: 0;
    vertical-align: middle;
    width: 17px !important;
    -webkit-user-drag: none
}

.colors label,
.contentEditor input,
.handle_up {
    cursor: pointer
}

.codeblock {
    padding: 4px 8px 3px;
    background-color: #f7f5f2;
    border: 1px solid #ddd;
    color: #605d5d
}

.video_element,
.contentEditor div .separator,
.contentEditor ol .separator,
.contentEditor ul .separator {
    margin: 20px 0
}

.colorpicker {
    z-index: 999 !important
}

.checklist_ul li,
.contentEditor ul.checklist_ul li,
.nobullet {
    list-style: none !important
}

.img-wrap:hover .icons_panel {
    visibility: visible
}

div.contentEditor {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 30em;
    overflow-y: scroll
}

.contentEditor label:before {
    border-radius: 0
}

.contentEditor .checklist_ul li {
    margin: 15px 0 !important;
    display: flex !important;
    align-items: flex-start
}

.contentEditor .checklist_ul li.no-style {
    display: contents !important
}

.contentEditor .checklist_ul .checklist_selected label:before {
    font-size: 12px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAFVBMVEUeGRk5NDTc2df39fJ9eXjAvrtUUE8Sf7N8AAAAM0lEQVQI12MgGjA6QBlCJlABZUUgySLAIGQkAGQ4K0IEgNwkoABYgTFQACIkANUTSMAWAPp7A+Rid7aYAAAAAElFTkSuQmCC);
    text-align: center;
    line-height: 12px
}

#text_redo.disabled,
#text_undo.disabled {
    color: #ccc
}

.contentEditor:focus {
    text-overflow: clip
}

.contentEditor {
    float: left;
    outline: 0;
    font-size: 15px;
    line-height: 1.46rem;
    border-radius: 3px;
    min-height: 94px;
    transition: .3s linear;
    padding: 20px
}

.img_caption {
    border: none;
    display: none;
    font-style: italic
}

.img_caption:empty:before {
    content: attr(data-placeholder);
    color: gray
}

.contentEditor input:focus-visible {
    border: 1px solid #ddd;
    outline: 0 !important
}

.contentEditor img {
    margin: 10px 0;
    width: auto;
    max-width: 100%
}

.editorblock {
    padding: 40px
}

.buttonDivAnimate {
    margin-bottom: 20px;
    z-index: 99999999
}

.colorpicker {
    display: flex;
    position: absolute;
    background-color: #fff;
    align-items: center;
    box-shadow: 0 0 0 1px rgba(99, 114, 130, .16), 0 8px 16px rgba(27, 39, 51, .08);
    width: auto;
    top: 168px
}

.colors li,
.swatch {
    display: inline-block
}

.colorpicker ul {
    margin-right: 8px !important;
    padding: 3px 0 !important
}

.close_button_palatte {
    background: 0 0;
    border: none;
    border-left: 1px solid #ddd;
    padding: 7px;
    cursor: pointer
}

.colors ul {
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.colors li {
    margin: 0
}

.colors input[type=radio]:checked+.swatch {
    box-shadow: inset 0 0 0 2px #fff
}

.swatch {
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 0 5px 0 0
}

.end_search,
.videoInfo {
    margin-top: 10px
}

.contentEditor div ol {
    counter-reset: mycounter
}

.contentEditor ol li::before,
.contentEditor ol li::marker {
    content: '';
    position: relative;
    top: 0
}

.codeblockol li::before,
.codeblockol li::marker {
    content: revert !important;
    color: #c3aaaa;
    font-size: 12px;
    position: relative
}

.contentEditor ol.codeblockol li {
    background: #f7f5f2 !important;
    margin: 0 !important;
    padding: 1px 7px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-family: Monaco, Menlo, Consolas, Courier New, monospace !important;
    color: #c01343;
    font-size: 14px
}

.contentEditor ol.codeblockol {
    margin: 10px !important
}

ol.codeblockol li:first-child {
    border-top: 1px solid #ccc !important;
    padding-top: 5px
}

ol.codeblockol li:last-child {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 5px
}

.contentEditor ol li:not(.no-style)::before {
    content: counter(mycounter) ". ";
    counter-increment: mycounter
}

.statusEmojiDD {
    width: 100%;
    position: absolute;
    top: 9px;
    left: -8px;
    float: unset
}

.emojiContainer {
    overflow-y: auto !important;
    overflow-x: hidden !important
}

.emojiDiv {
    float: left;
    width: 47px;
    height: 47px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px 0 0 3px;
    position: relative
}

.video_grid {
    display: grid;
    grid-template-columns: 50% 50%
}

.video_grid .video-tile {
    margin-bottom: 20px;
    padding: 5px;
    margin-right: 6px;
    cursor: pointer
}

.video_grid img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover
}

.loader_svg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12em
}

.find_hightlight {
    background: rgb(223 255 47)
}

.find_hightlight.current_hightlight {
    background: rgb(185 217 8) !important
}

.end_search {
    color: #25a12e;
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 13px;
    font-style: italic
}

.columndrag,
.dragleftcolum,
.vertitd {
    border-left: 2px solid #1dbf73 !important
}

.columndrag,
.dragcolum {
    border-right: 2px solid #1dbf73 !important
}

.root h2 {
    font-weight: 600
}

.button_section_right li button {
    width: 100% !important
}

.contentEditor table {
    width: 80%
}

.table_sec {
    display: flex;
    margin-bottom: 20px !important
}

.insert_row,
.insert_row_hori {
    background: #ddd;
    text-align: center;
    padding: 3px
}

.insert_row:hover,
.insert_tr .insert_row_hori:hover {
    background-color: #f0f0f0 !important
}

.insert_tr .insert_row_hori {
    background-color: var(--hp-color-hover-bg, #f7f9fa);
    height: 16px !important;
    line-height: 20px !important;
    pointer-events: auto;
    margin-inline-start: -16px;
    margin-top: -1px;
    width: calc(100% + 30px);
    border-top: 1px solid var(--hp-color-border-heavy, #c1c7cd);
    z-index: 11;
    cursor: s-resize;
    text-align: center !important
}

.add_row_but,
.add_row_verti,
.add_row_verti .adrow_dot_verti {
    position: absolute;
    cursor: pointer
}

.columndrag button,
.emojiul {
    margin: 0 !important;
    padding: 0 !important
}

.columndrag svg,
.delete_table .handle_td button svg,
.delete_table .handle_tr button svg,
.emojidropdown .statusEmojiDD,
.show_drag svg {
    display: block !important
}

.add_row_verti .adrow_dot_verti,
.adrow_dot {
    background-color: var(--hp-color-border-heavy, #c1c7cd);
    display: block;
    width: 4px;
    height: 4px
}

.columndrag svg path {
    fill: #FFF !important
}

.dragele {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 1 !important;
    z-index: 2 !important
}

.add_row_verti .adrow_dot_verti {
    top: 11px;
    left: 1px;
    border-radius: 50%
}

.handle_up button {
    border: none
}

.columndrag .handle_up {
    background: #1dbf73 !important
}

.add_row_verti {
    top: -30px;
    left: -3px
}

.add_row_but {
    left: -19px;
    top: -1px
}

.adrow_dot {
    border-radius: 50%
}

.content_table,
.drag_table {
    width: 80%;
    margin: 0;
    z-index: 9999
}

.drag_table td {
    background: #f0f0f0 !important
}

.table_scroll {
    overflow: auto;
    margin-top: 0;
    width: 100%;
    display: flex
}

.content_table td,
.content_table th,
.drag_table td,
.drag_table th {
    border: 1px solid #ddd;
    text-align: left;
    height: 35px !important;
    padding-left: 10px
}

.drag_style td,
.horitd {
    border-top: 2px solid #1dbf73 !important
}

.plus_round {
    margin-left: -7px;
    margin-top: -10px;
    display: none
}

.content_table td,
.drag_table td {
    min-width: 160px;
    position: relative;
    word-break: break-word;
    max-width: 160px
}

.add_row_verti .plus_round {
    margin-top: 4px !important
}

.table_sec {
    margin: 0;
    display: flex;
    position: relative
}

.table_sec table {
    width: 100%;
    font-size: 15px
}

:focus-visible {
    outline: 0 !important
}

.content_table .insert_row {
    z-index: 1;
    background-color: var(--hp-color-hover-bg, #f7f9fa);
    width: 5px;
    min-width: 25px;
    pointer-events: auto;
    margin-top: 60px;
    border-radius: 0 8px 8px 0;
    border-inline-start: 1px solid var(--hp-color-border-heavy, #c1c7cd);
    margin-inline-end: -16px;
    cursor: e-resize;
    padding: 3px;
    text-align: center
}

.content_table .handle_td {
    width: 0;
    padding: 0 !important;
    min-width: 30px;
    border: none;
    cursor: pointer;
    background: #f0f0f0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.content_table tr:first-child .handle_td {
    background: 0 0;
    border: none
}

.drag_style td {
    border-bottom: 2px solid #1dbf73 !important;
    background: #1dbf730f
}

.columndrag {
    background: #1dbf730f
}

.drag_style .handle_td,
.handle_tr.columndrag {
    background: #1dbf73 !important;
    padding: 0 !important
}

.handle_td button {
    border: none;
    background: 0 0;
    margin: 0;
    cursor: pointer;
    padding: 3px !important
}

.emojidropdown .status-box,
.ps-scrollbar-x-rail,
.roundhover svg {
    display: none !important
}

.show_drag .handle_sec {
    background: #ccc;
    padding: 6px !important
}

.handle_tr {
    background: #f0f0f0;
    text-align: center !important;
    padding: 0 !important;
    height: 24px !important
}

.handle_tr button,
.handle_tr:first-child {
    border: none;
    background: 0 0
}

.dragover,
.dragtr td {
    border-bottom: 2px solid #1dbf73 !important
}

.plus {
    display: flex;
    align-items: center;
    justify-content: center
}

.table_scroll::-webkit-scrollbar {
    height: 7px
}

.table_scroll::-webkit-scrollbar-track {
    border-radius: 10px
}

.table_scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #e5e5e5
}

.delete_table td {
    background: #ff4f0124
}

.delete_table .insert_row_hori {
    background: #f7f9fa
}

.delete_table .handle_td,
.delete_table .handle_tr {
    background: #ff638fb3 !important;
    border: 1px solid #ff638fb3 !important
}

.delete_table .handle_td button svg circle {
    stroke: #FFF
}

.delete_table .handle_tr button svg path {
    fill: #FFF
}

.delete_table tr:nth-last-child(2) td {
    border-bottom: 1px solid #ff638fb3 !important
}

.delete_table .insert_row {
    border-left: 1px solid #ff638fb3 !important
}

.nobullet::before {
    content: none !important;
    counter-increment: mycounter
}

.video_frame {
    margin-bottom: 20px !important;
    border-radius: 10px
}

.video_frame .player {
    border-radius: 10px !important
}

.video_element.clicked {
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 0 2px var(--hp-color-bg, #fff), 0 0 0 4px var(--hp-color-selection, #0070e0) !important
}

.video_hover {
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 0 2px var(--hp-color-bg, #fff), 0 0 0 4px #a7d3ff
}

.error_popup {
    font-size: 12px;
    font-style: italic;
    color: #ff4d6c
}

.slider {
    position: relative;
    height: 34rem;
    margin: 0 auto
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 1s
}

.slide>img {
    width: auto;
    height: auto;
    max-height: 500px;
    object-fit: cover
}

.contentEditor button .fas {
    color: rgba(255, 255, 255, .5)
}

.btn-slide {
    position: absolute;
    top: 16em;
    z-index: 10;
    height: 55px;
    width: 55px;
    cursor: pointer;
    font-size: 28px;
    color: #000;
    background: #ffffff94;
    border-radius: 50px;
    border: unset
}

.btn-slide:disabled {
    opacity: .3;
    cursor: default
}

.prev {
    left: 3rem;
    transform: translate(-50%, -50%)
}

.next {
    right: 3rem;
    transform: translate(50%, -50%)
}

.dots-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.dot {
    width: 25px;
    height: 5px;
    margin: 15px 5px;
    border-radius: .5rem;
    background: rgba(39, 39, 39, .5);
    cursor: pointer
}

.emojiCatListing,
.emojiList {
    height: 380px;
    position: relative;
    float: left
}

.dot.active {
    background: #272727
}

.count {
    text-align: left;
    color: #fff;
    z-index: 999;
    top: 0;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    display: inline
}

.link_type {
    color: #4989bd
}

.count_users_folder {
    padding: 0 5px
}

.commenting_para a {
    padding-right: 5px;
    font-size: 12.5px;
    color: #4989bd
}

@media (max-width:1379px) {
    .btn-slide {
        top: 10em
    }
}

@media (max-width:1279px) {
    .editor_section {
        grid-template-columns: 100%
    }

    .editorblock {
        padding: 0
    }
}

.searchBoxDiv .searchIcon {
    fill: #8c8c8e;
    float: left;
    height: 17px;
    width: 17px
}

.searchBoxDiv>input {
    border-width: 0;
    color: #757584;
    float: left;
    font-size: .875rem;
    margin: 0;
    padding: 0 0 1px;
    transition: .2s linear;
    width: 165px
}

.emojiList {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 99999;
    border-radius: 3px;
    overflow: hidden;
    top: 0;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .1)
}

.emojiCatListing li {
    float: left;
    height: 11.1%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.emojiCatListing {
    width: 40px;
    margin: 0 !important;
    padding: 0 !important
}

ul.emojiCatListing:after {
    content: "";
    height: 369px;
    width: 1px;
    background: #eee;
    position: absolute;
    right: -1px;
    top: 0;
    z-index: -1
}

.emojiCatListing li.active:after,
.emojiCatListing li:hover:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #0978f6;
    position: absolute;
    transition: .2s linear;
    -moz-transition: .2s linear;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    top: 0;
    right: -1px
}

.emojiCatListing li.active,
.emojiCatListing li:hover {
    background: #f7f7f7;
    position: relative
}

.emojiCatListing li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    opacity: .5
}

.emojiCatListing li.active img,
.emojiCatListing li:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    opacity: 1
}

.emojiCatListing li svg {
    fill: #ccc7c7
}

.emojiList .searchBoxDiv {
    float: left;
    border: 1px solid #ddd;
    width: calc(100% - 32px);
    margin: 10px 16px;
    border-radius: 3px;
    height: 33px;
    display: block
}

.emojiContainer,
.emojiContainer .emojiCatHead,
ul.emojiCat {
    width: 100%;
    position: relative;
    float: left
}

.emojiContainer {
    height: 252px
}

.emojiContainer .emojiCatHead {
    font-size: .9rem;
    font-weight: 600;
    padding-left: 5px
}

.emojiContainer .emojiCatHead:after {
    content: "";
    width: 90%;
    height: 1px;
    position: absolute;
    background: #f7f4f4;
    left: 1px;
    bottom: -3px
}

ul.emojiCat {
    padding-left: 5px;
    margin-bottom: 10px
}

ul.emojiCat li {
    border-radius: 3px;
    float: left;
    height: 26px;
    margin: 4px;
    transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    width: 26px
}

ul.emojiCat li img {
    width: 20px;
    height: 20px;
    text-align: center
}

.emojiList ul li {
    cursor: pointer;
    list-style-type: none
}

ul.emojiCat li span {
    float: left;
    height: 74px;
    overflow: hidden;
    width: 74px;
    background: url("../images/emoji.png") no-repeat
}

.smileBW {
    fill: #ffffff
}

.emojiTop:hover .smileBW {
    fill: #FCFF00
}

.emojiTop:hover .editIcon {
    fill: #0978f6
}

.emojiList .emojiShowUp {
    background: var(--secondary-color) none repeat scroll 0 0;
    float: right;
    padding: 10px 0 7px;
    width: 99.6%
}

.emojiList .emojiShowUp .emojiOuter {
    border-radius: 3px;
    float: left;
    height: 46px;
    width: 46px;
    margin: 4px
}

.drop-down img,
.drop-down svg {
    padding: 0 8px;
    cursor: pointer;
    height: 18px;
    width: auto
}

.emojiList .emojiShowUp .emojiOuter .emoji {
    float: left;
    height: 76px;
    overflow: hidden;
    width: 76px;
    background: url("../images/emoji.png") -836px 0 no-repeat;
    transform: scale(.6);
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0
}

.emojiList .emojiShowUp span.meaning {
    vertical-align: middle;
    margin: 5px 0;
    font-size: .8rem;
    font-style: italic;
    float: left;
    text-transform: capitalize
}

.loadEmojis {
    position: fixed;
    z-index: 99999
}

.emojiList .emojiShowUp .skinTone {
    width: 88px;
    float: right
}

.emojiList .emojiShowUp .skinTone img {
    width: 22px;
    height: 22px;
    padding: 0;
    background: 0 0;
    margin: 1px 0;
    cursor: pointer
}

.emojiList .emojiShowUp .skinTone img.active,
.emojiList .emojiShowUp .skinTone img:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.emojiList .searchBoxDiv>input {
    font-size: .9rem;
    line-height: 1.25rem;
    margin: 3px 0 0;
    width: 87%;
    float: left;
    overflow: hidden;
    height: 25px
}

.suggestionDropDn>i {
    font-size: .75rem;
    margin: 0 0 0 10px
}

.emojiShowUp .alignLeft {
    float: left;
    width: calc(100% - 88px);
    display: flex;
    align-items: center
}

.emojiBoxConstruct {
    float: left;
    width: calc(100% - 40px);
    position: relative;
    display: inline-block
}

.emojidropdown {
    min-width: auto;
    background: 0 0;
    margin: 0
}

.drop-down {
    position: relative;
    margin: 5px 0 8px;
    border: none !important;
    background: #fff
}

.emojidropdown .emojiList {
    min-width: 347px !important;
    border: none !important
}

.arrow-up {
    height: 0 !important;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-bottom: 10px solid #ffff !important;
    left: 9px;
    position: absolute;
    top: 26px
}

.drop-down>.options>ul {
    background: 0 0;
    display: none;
    padding: 10px 0;
    right: 180px;
    position: absolute;
    top: 26px;
    width: -webkit-fill-available;
    width: -moz-available;
    border: none;
    border-radius: 3px;
    z-index: 999;
    border-top: transparent;
    transition: .2s cubic-bezier(.2, .3, .25, .9);
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.2, .3, .25, .9);
    transition-delay: initial;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: dropDownAnimDown;
    box-shadow: none;
    margin: 1em 0
}

@keyframes staranimate {
    from {
        opacity: 0;
        transform: scale3d(1.3, 1.3, .3)
    }

    50% {
        opacity: .8
    }

    to {
        opacity: 1
    }
}

@keyframes dash {
    from {
        stroke-dashoffset: 0;
        opacity: 1
    }

    to {
        stroke-dashoffset: 145;
        opacity: 1
    }
}

@keyframes dash1 {
    0% {
        stroke-dashoffset: 0;
        opacity: 1
    }

    99.9% {
        stroke-dashoffset: 39;
        opacity: 1
    }

    100% {
        stroke-dashoffset: 39;
        opacity: 0
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 1%, 0);
        transform: translate3d(0, 1%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 1%, 0);
        transform: translate3d(0, 1%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInUpTop {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpYop {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 1%, 0);
        transform: translate3d(0, 1%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 1%, 0);
        transform: translate3d(0, 1%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@keyframes rotateLoad {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes loadNotiBar {
    0% {
        left: -96%
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: 52% 0
    }

    100% {
        background-position: -52% 0
    }
}

@-webkit-keyframes placeHolderShimmerBig {
    0% {
        background-position: 500% 0
    }

    100% {
        background-position: -100% 0
    }
}

@keyframes placeHolderShimmerBig {
    0% {
        background-position: 500% 0
    }

    100% {
        background-position: -100% 0
    }
}

@-webkit-keyframes placeHolderShimmerLarge {
    0% {
        background-position: 500% 0
    }

    100% {
        background-position: -100% 0
    }
}

@keyframes placeHolderShimmerLarge {
    0% {
        background-position: 500% 0
    }

    100% {
        background-position: -100% 0
    }
}

@keyframes imageEditorBarAnim {
    0% {
        transform: translateY(10px)
    }

    60% {
        transform: translateY(-2px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes dropDownAnimDown {
    0% {
        transform: translateY(0)
    }

    60% {
        transform: translateY(12px)
    }

    100% {
        transform: translateY(10px)
    }
}

@keyframes dropDownAnimUp {
    0% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes animLoad {
    0% {
        transform: translateX(-100%);
        background: #81c784
    }

    70% {
        transform: translateX(0);
        background: #81c784
    }

    99% {
        transform: translateX(0);
        background: #81c784
    }

    100% {
        background: #d6d4da;
        transform: translateX(0)
    }
}

@keyframes glow {
    from {
        box-shadow: 0 0 0 0 #e1f5fe
    }

    99% {
        box-shadow: 0 0 6px 2px #e1f5fe
    }

    to {
        box-shadow: 0 0 0 0 #e1f5fe
    }
}

@keyframes glowMore {
    from {
        transform: scale3d(1, 1, 1);
        border-color: transparent
    }

    50% {
        transform: scale3d(1.15, 1.15, .15);
        border-color: #42a5f5
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.checklist_ul input[type=checkbox],
.custom-chkbox input[type=checkbox] {
    -webkit-appearance: none;
    border: 1px solid #c5c6c9 !important;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    margin-right: 7px;
    flex-shrink: 0;
    transition: .15s ease-in-out
}

.checklist_ul input[type=checkbox]::before,
.custom-chkbox input[type=checkbox]::before {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    background-color: transparent;
    background-size: contain
}

.checklist_ul input[type=checkbox]:checked,
.custom-chkbox input[type=checkbox]:checked {
    background-color: var(--main-color);
    border: 1px solid var(--main-color) !important;
    transition: .15s ease-in-out
}

.checklist_ul input[type=checkbox]:checked::before,
.custom-chkbox input[type=checkbox]:checked::before {
    box-shadow: none;
    background-image: url("data:image/svg+xml,<svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><path fill='%23ffffff' d='M19.843,8.779l-7.35,7.35l-2.35-2.35c-0.487-0.487-1.276-0.487-1.762,0c-0.487,0.487-0.487,1.276,0,1.762   l3.238,3.237c0.488,0.487,1.275,0.487,1.762,0l8.237-8.237c0.487-0.486,0.488-1.274,0.002-1.761C21.62,8.78,21.619,8.78,21.618,8.779C21.131,8.292,20.331,8.292,19.843,8.779z'/></svg>");
    height: 20px;
    width: 20px;
    margin-top: -1px;
    margin-left: -2px
}

.checklist_ul input[type=checkbox],
.custom-chkbox input[type=checkbox] {
    -webkit-appearance: none;
    border: 1px solid #c5c6c9 !important;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    margin-right: 7px;
    flex-shrink: 0;
    transition: .15s ease-in-out
}

.checklist_ul input[type=checkbox]::before,
.custom-chkbox input[type=checkbox]::before {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    background-color: transparent;
    background-size: contain
}

.checklist_ul input[type=checkbox]:checked,
.custom-chkbox input[type=checkbox]:checked {
    background-color: var(--main-color);
    border: 1px solid var(--main-color) !important;
    transition: .15s ease-in-out
}

.checklist_ul input[type=checkbox]:checked::before,
.custom-chkbox input[type=checkbox]:checked::before {
    box-shadow: none;
    background-image: url("data:image/svg+xml,<svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><path fill='%23ffffff' d='M19.843,8.779l-7.35,7.35l-2.35-2.35c-0.487-0.487-1.276-0.487-1.762,0c-0.487,0.487-0.487,1.276,0,1.762   l3.238,3.237c0.488,0.487,1.275,0.487,1.762,0l8.237-8.237c0.487-0.486,0.488-1.274,0.002-1.761C21.62,8.78,21.619,8.78,21.618,8.779C21.131,8.292,20.331,8.292,19.843,8.779z'/></svg>");
    height: 20px;
    width: 20px;
    margin-top: -1px;
    margin-left: -2px
}

.no-style {
    list-style: none
}

.linkinsertion {
    min-width: 300px
}

.contentEditor div {
    font-weight: 400 !important;
    text-decoration: none !important;
    font-style: normal !important
}

.contentEditor ol li[tabindent="0"],
.contentEditor ul li[tabindent="0"],
[tabindent="0"] {
    margin-left: 20px !important
}

.contentEditor ol li[tabindent="1"],
.contentEditor ul li[tabindent="1"],
[tabindent="1"] {
    margin-left: 40px !important
}

.contentEditor ol li[tabindent="2"],
.contentEditor ul li[tabindent="2"],
[tabindent="2"] {
    margin-left: 60px !important
}

.contentEditor ol li[tabindent="3"],
.contentEditor ul li[tabindent="3"],
[tabindent="3"] {
    margin-left: 80px !important
}

.contentEditor ol li[tabindent="4"],
.contentEditor ul li[tabindent="4"],
[tabindent="4"] {
    margin-left: 100px !important
}

.contentEditor ol li[tabindent="5"],
.contentEditor ul li[tabindent="5"],
[tabindent="5"] {
    margin-left: 120px !important
}

.contentEditor ol li[tabindent="6"],
.contentEditor ul li[tabindent="6"],
[tabindent="6"] {
    margin-left: 140px !important
}

#selection {
    display: flex;
    align-items: center;
    flex-direction: row
}

#selection-outer {
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #eee;
    padding: .5rem;
    width: 360px;
    margin-top: 2rem;
    transition: opacity .2s
}

#selection-outer.empty {
    opacity: 0
}

.contentEditor h2 {
    margin: 0;
    font-size: 1rem;
    text-align: center
}

#selection-emoji {
    font-family: 'Segoe UI Emoji', 'Segoe UI Symbol', 'Segoe UI', 'Apple Color Emoji', 'Twemoji Mozilla', 'Noto Color Emoji', 'EmojiOne Color', 'Android Emoji';
    font-size: 3rem;
    margin-right: 1rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border: 1px solid #999;
    background: #fff
}

#trigger {
    font-size: 2rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    cursor: pointer
}

#video_popup .tabs-stage {
    height: 21em;
}

.Modal-content .tabs-stage {
    height: 30em;
    overflow-y: auto;
}

.modal2 {

    /* display: none; */

    position: fixed;

    z-index: 99999;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    overflow: auto;

    /* background-color: rgba(0, 0, 0, 0.4); */

    background-color: rgb(13 18 42 / 80%);

    /* opacity: 0; */

    visibility: hidden;

}


.label_div {

    background: #5959c9;

    color: #FFF;

}


.pop-head {

    position: relative;

}


.error_msg {
    color: #ff6174;
}

.Modal-content {

    background-color: #f9f9f9;

    /* position: absolute; */

    border-radius: 3px;

    width: 50em;

    margin: auto;

    /*    box-shadow: 0 4px 10px #d7d9dd;*/

    background-color: #fefefe;

    position: absolute;

    border-radius: 3px !important;

    /* width: 52em; */

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    border-radius: unset;

}


.Modal-content .tabs-stage {

    height: 30em;

    overflow-y: auto;

}

.tab_vertical button {

    height: auto !important;

    border-radius: 0px !important;

}

.findModal-content {

    background-color: var(--background-color);

    position: absolute;

    border-radius: 3px;

    width: 40em;

    box-shadow: 0 4px 10px #d7d9dd;

}

.pop-head {

    padding: 15px 24px;

}

.pop-body {

    padding: 15px 24px 30px;

    max-height: 500px;

    overflow: auto;

}

.pop-footer {

    padding: 15px 24px;

}

.modal-close {

    float: right;

    text-align: center;

    cursor: pointer;

    font-size: 23px;

    padding: 10px 25px;

    font-weight: 400;

    position: absolute;

    right: 0px;

    top: 0px;

}

.tabs-nav {

    display: flex;

    list-style: none;

    padding-left: unset;

    margin: unset;

}

.tabs-nav>li>a {

    padding: 10px 15px;

    background: var(--background-color);

    border-right: 1px solid #e7e7e7;

    border-top: 1px solid #e7e7e7;

    border-bottom: transparent;

    text-decoration: unset;

    color: var(--title-color);

    font-size: 14px;

}

.tabs-nav>li:first-child>a {

    border-left: 1px solid #e7e7e7;

    border-top-left-radius: 5px;

}

.tabs-nav>li:last-child>a {

    border-top-right-radius: 5px;

}

.tabs-nav .tab-active>a {

    background: #ffffff;

    border-bottom-color: transparent;

}

.tabs-stage {

    border: 1px solid #e7e7e7;

    /*    border-top: unset;*/

    padding: 15px;

    margin-top: 6px;

    background: #ffffff;

    border-radius: 5px;

}

.contentEditor input[type=text],
.contentEditor input[type=email],
.contentEditor input[type=number],
.contentEditor input[type=password],
.contentEditor input[type=search],
.contentEditor input[type=url],
.contentEditor input[type=tel],
.contentEditor select,
.contentEditor textarea,
.contentEditor input[type="date" i],
.cont-edit-area,
.sel2,
.custom-search-invite {

    border: 1px solid #dddddd;

    height: 32px;

    line-height: 42px;

    padding: 0 15px;

    border-radius: 3px;

    margin: 5px 0;

    width: -webkit-fill-available;

    width: -moz-available;

}

.contentEditor input:focus,
.contentEditor select:focus,
.contentEditor textarea:focus,
.drop-down .selected .dropdown_caption:hover,
.drop-down2 .selected .dropdown_caption:hover,
.contentEditor input:hover,
.contentEditor select:hover,
.contentEditor textarea:hover {

    border-color: #bbbbbb !important;

}

.contentEditor input[type=search] {

    padding: 0 30px 0 15px;

}

.custom-search-invite {

    height: auto;

}

.custom-search-invite .search-icon .search_click::after {

    right: 2px;

    bottom: 16px;

    top: unset;

}

.custom-search-invite input[type=search] {

    border: unset;

    padding: 0 20px 0 5px;

    height: 38px;

}

:focus-visible {

    outline: unset;

}

.contentEditor button {

    cursor: pointer;

    letter-spacing: 0.2px;

    border-radius: 3px;

    padding: 7px 15px;

    font-size: 13px;

    height: 32px;

    font-weight: 500;

    background-color: transparent;

    border: 1px solid #bbbbbb;

    transition: background 0.2s ease-in;

    color: var(--text-color);

    display: inline-flex;

    align-items: center;

    justify-content: center;

}

.contentEditor button:hover {

    background-color: #dddddd;

    border-color: #dddddd;

}


.tab_vertical {

    display: flex;

    /*    border: 1px solid #ddd;*/

    background-color: var(--background-color);

    /*width: 30%;

    height: 300px;*/

}


/* Style the buttons that are used to open the tab content */

.tab_vertical button {

    display: block;

    background-color: inherit;

    color: black;

    padding: 15px 16px;

    width: 100%;

    border: none;

    outline: none;

    text-align: center;

    cursor: pointer;

    transition: 0.3s;

}


/* Change background color of buttons on hover */

.tab_vertical button:hover {

    background-color: #e4e4ef;

}


/*.tabcontent{

  height: 25em;

}*/


/* Create an active/current "tab button" class */

.tab_vertical button.active {

    background-color: var(--main-color);

    color: #FFF;

}


/* Style the tab content */

.tabcontent_vertical {

    padding: 40px 20px 20px;

    /*  box-shadow: 0 4px 10px #d7d9dd;*/

    border-left: none;

    /*  height: 35em;*/

    display: none;

}


.img_div.commentSpan.hoverClass {

    background: none !important;

}


.image_zoom {

    text-align: center;

}


.add_border img:hover {


    cursor: zoom-in !important;


}


.img_div.commentSpan {

    border: none !important;

}


#myDiv {

    width: 20px;

    height: 20px;

    background-color: Red;

}

.empty-pg-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.closemodal {
    margin-right: 10px;
}

.btn-md {
    height: 38px;
}

.txt-r {
    text-align: right;
}

.primary-btn-solid {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: #ffffff;
}

/*img

{

    width:auto;

    height:400px;

}

*/

.video_frame {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


.icons_panel {

    background: #000;

    position: absolute;

    top: 10px;

    right: 20px;

    display: flex;

    align-items: normal;

    gap: 5px;

    padding: 8px 10px;

    border-radius: 3px;

}

.icons_panel svg {

    fill: #a1a1a1;

}

.icons_panel svg:hover {

    fill: #ffffff;

}

.icon-dropdown{
        background: #ffffff;
        position: absolute;
        top: -77px;
        width: 160px;
    }
    .icon-dropdown ul{
        padding-left: unset;
        margin: 0px;
        box-shadow: 0 5px 25px 2px #e1e4ed, 0 8px 30px #e1e4ed;
        list-style: none;
        border-radius: 5px;
        text-align: left;
        border:1px solid #e7e7e7;
    }
    .icon-dropdown ul li{
        padding: 10px 20px;
        color:#6e6e6e;
        cursor:pointer;
    }
    .icon-dropdown ul li:hover{
        background: #e8edf1;
    }

    .handle_sec

{



/*left: -23px;

    height: calc(100% + 3px);

    top: -2px;

    position: absolute;

    display: none;

    border-left: none !important;

    border: 1px solid #ddd;

     cursor: pointer;*/



}



.columndrag button

{



margin: 0px!important;

padding:0px!important;



}



.columndrag svg

{

  display: block!important;

}



.columndrag svg path

{

  fill:#FFF!important;

}



.dragele {

/*  position: absolute;

  height: 39px;

  width: 100%;

  background-color: lime;

  width:100%;

  opacity: 1;

  border-radius: 0;

  transition: background-color 0.25s, border-radius 0.25s;

  cursor: move;*/



/* pointer-events: none;

    border: 1px solid var(--hp-color-border-heavy, #c1c7cd);

    background-color: #ccc;

    position: absolute;

    top: 24px;

    height: calc(100% - 42px);

    z-index: 2;

    height: 39px;

    top: -500px;

    width: 100%;

    left: 101.5px;

    opacity: 0.5;*/



      -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

  opacity: 1!important;

  z-index:2!important;



}







.add_row_verti .adrow_dot_verti

{

      position: absolute;

    top: 11px;

    left: 1px;

    cursor: pointer;

        background-color: var(--hp-color-border-heavy, #c1c7cd);

    display: block;

    width: 4px;

    height: 4px;

    border-radius: 50%;

}



.handle_up button

{

  border:none;

}



.handle_up

{

  cursor: pointer;

      /*background: #f0f0f0;*/

}



.columndrag .handle_up

{



background: #1dbf73 !important



}

.add_row_verti

{



/*      left: -3px;

    height: calc(100% + 0px);

    top: -24px;

    position: absolute;

    display: none;

     cursor: pointer;*/



     position: absolute;

    top: -30px;

    left: -3px;

    cursor: pointer;

}



.add_row_but

{



/*    left: -37px;

    height: calc(100% + 0px);

    top: -1px;

    position: absolute;

    display: none;

    cursor: pointer;*/



    position: absolute;

    left: -19px;

    top: -1px;

    cursor: pointer;

}







.adrow_dot {

    background-color: var(--hp-color-border-heavy, #c1c7cd);

    display: block;

    width: 4px;

    height: 4px;

    border-radius: 50%;

}

.handle_sec button

{



/*    width: 22px;

    height: 100%;

    cursor: pointer;

    border: none;

    padding-left: 1px;

    /*display: none;*/*/

}



.content_table,.drag_table {

  font-family: arial, sans-serif;

  border-collapse: collapse;

  width:80%;

  margin:0px;

  margin-right: 0px;

  z-index:9999;

  /*margin-left: 60px;*/



}



.drag_table td

{

  background:#f0f0f0 !important;

}



/*body

{

  overflow: hidden;

}*/



.table_scroll {

 

  overflow:auto;  

  margin-top:0px;

  width:100%;

  display: flex;

}



.content_table td, .content_table th,.drag_table td, .drag_table th {

  border: 1px solid #dddddd;

  text-align: left;

  /*padding:10px!important;*/

  height:35px!important;

  padding-left:10px;

}



.plus_round

{

      margin-left: -7px;

    margin-top: -10px;

    display: none;

}



.content_table td,.drag_table td

{

  min-width: 160px;

  position: relative;

  word-break: break-word;

  max-width: 160px;

}



.add_row_verti .plus_round

{

      margin-top: 4px!important;

}





.table_sec

{



    margin:0px;

    display: flex;

     position:relative;



}



.table_sec table

{

  width:100%;

  font-size:15px;

}

:focus-visible

{



  outline:none!important;

}



.content_table .insert_row

{





z-index: 1;

    background-color: var(--hp-color-hover-bg, #f7f9fa);

    cursor: pointer;

    width: 5px;

    min-width: 25px;

    pointer-events: auto;

    margin-top: 60px;

    border-radius: 0 8px 8px 0;

    border-inline-start: 1px solid var(--hp-color-border-heavy, #c1c7cd);

    margin-inline-end: -16px;

    cursor: e-resize;

    padding:3px;

    text-align: center;

}





.content_table .handle_td

{



width: 0px;

padding:0px!important;

    min-width: 30px;

    border: none;

    cursor: pointer;

    /* border-left: 1px solid #ddd; */

    background: #f0f0f0;

    border-bottom: 1px solid #ddd;

    border-top: 1px solid #ddd;



}



.content_table tr:first-child .handle_td

{



    background: none;

    border: none;



}



.drag_style td

{



border-top:2px solid #1dbf73!important;

border-bottom:2px solid #1dbf73!important;

background: #1dbf730f;



}



.columndrag

{

border-left: 2px solid #1dbf73 !important;

    border-right: 2px solid #1dbf73 !important;

    background: #1dbf730f;





}







.dragleftcolum

{

  border-left:2px solid #1dbf73!important;

}



/*.handle_tr.dragleftcolum

{

  border-left:2px solid #1dbf73!important;

}*/



.handle_tr.columndrag

{

  background: #1dbf73!important;

  padding:0px!important;

}



.drag_style .handle_td

{

  background:#1dbf73!important;

  padding: 0px!important;

}



.horitd

{

  border-top:2px solid #1dbf73!important

}





.vertitd

{

  border-left:2px solid #1dbf73!important;

}



.handle_td button

{



    border: none;

    background: none;

    margin: 0px;

    cursor: pointer;

    padding: 3px !important;





}



.show_drag svg

{

  display: block!important;

}



.roundhover svg

{

  display: none!important;

}



.content_table .drag_td

{

  padding: 0px!important;

}



.show_drag

{

      padding: 0px !important;

}







.show_drag .handle_sec

{



  background: #ccc;

    padding: 6px !important;

}



.show_drag .handle_sec button

{

      padding: 0px !important;

}

.handle_tr

{

background: #f0f0f0;

text-align: center!important;

padding:0px!important;

height: 24px!important;

}



.handle_tr button

{

  border:none;

  background: none;

}



.handle_tr:first-child

{

  border:none;

  background: none;

}



.dragover

{



  border-bottom: 2px solid #1dbf73!important;

}

.dragtr td

{

   border-bottom: 2px solid #1dbf73!important;

}



.dragcolum

{

   border-right: 2px solid #1dbf73!important;

}



.plus

{



display: flex;

align-items: center;

justify-content: center;



}



.table_scroll::-webkit-scrollbar {

  height: 7px;

}



/* Track */

.table_scroll::-webkit-scrollbar-track {

border-radius: 10px;

}

 

/* Handle */

.table_scroll::-webkit-scrollbar-thumb {

    border-radius: 10px;

    background: #e5e5e5;

}





.delete_table td

{



  background:#ff4f0124;

}



.delete_table .insert_row_hori

{

  background:#f7f9fa;

}



.delete_table .handle_td

{



background:#ff638fb3 !important;

border:1px solid #ff638fb3!important;



}



.nobullet

{

  list-style: none!important;

}



.delete_table .handle_tr

{



background:#ff638fb3!important;

border:1px solid #ff638fb3!important;



}







.delete_table .handle_td button svg

{

  display: block!important;

}



.delete_table .handle_td button svg circle

{

  stroke:#FFF;

}



.delete_table .handle_tr button svg path

{

  fill:#FFF;

}



.delete_table .handle_tr button svg

{

  display: block!important;

}



.delete_table tr:nth-last-child(2) td

{



border-bottom:1px solid #ff638fb3!important;



}





.delete_table .insert_row

{



border-left:1px solid #ff638fb3!important;



}



.delete_table .first_td

{



  background: none !important;



}

.Modal-content{
        width:38em;
    }
    #video_popup .pop-body{
        max-height: 300px;
    }
    .tab_vertical button{
        padding:11px 13px;
    }
    .pop-head h6{
        margin:unset;
        font-size: 13px;
    }
    .tabcontent_vertical{
        padding:30px 0px 20px;
    }
    #video_popup .pop-footer{
        padding:11px 24px;
    }
    #video_popup .tabs-stage{
        height:18em;
    }
    button{
        cursor: pointer;
        letter-spacing: 0.2px;
        border-radius: 3px;
        padding: 7px 15px;
        font-size: 13px;
        height: 32px;
        font-weight: 500;
        background-color: transparent;
        border: 1px solid #bbbbbb;
        transition: background 0.2s ease-in;
        color: var(--text-color);
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .contentEditor input[type=text], input[type=email], input[type=number], input[type=password], input[type=search], input[type=url], input[type=tel], select, textarea, input[type="date" i], .cont-edit-area, .sel2, .custom-search-invite{
        border: 1px solid #dddddd;
        height: 32px;
        line-height: 42px;
        padding: 0 15px;
        border-radius: 3px;
        margin: 5px 0;
        width: -webkit-fill-available;
    }
    .video_frame{
        aspect-ratio: 4/2;
    }
    .picmo__emojiButton{
        font-size:22px !important;
    }