/* custom header css */
div.dyna-webhost-custom-header {
    overflow: hidden;
    margin-top: 34px;
    margin-bottom: 15px;
    line-height: 36px;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 700;
    color: #31373D;
}
div.dyna-webhost-custom-header span {
    display: inline-block;
    vertical-align: middle;
}
div.dyna-webhost-custom-header i {
    width: 28px;
    height: 28px;
    padding-top: 6px;
    margin-left: 8px;
    font-size: 16px;
    letter-spacing: 0;
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
    color: #828EA6;
    cursor: pointer;
}
div.dyna-webhost-custom-header i:hover {
    color: #000;
    background: #e3e3e3;
    border-radius: 50%;
}
div.dyna-webhost-custom-header input {
    float: right;
    height: 36px;
    padding: 0 14px;
    border: 1px solid #0068A8;
    border-radius: 3px;
    line-height: 36px;
    font-size: 1.3rem;
    letter-spacing: 0;
    font-weight: 400;
    color: #FFFFFF;
    background-image: linear-gradient(180deg, #008CE3 0%, #0076BF 100%);
}
div.dyna-webhost-custom-header input:hover {
    color: #FFFFFF;
}
div.dyna-webhost-custom-header::after {
    content: "";
    display: block;
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
}

/* overlay css */

body.no-scroll {
    overflow: hidden;
}
div#webhost-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 999;
    overflow: auto;
}

#webhost-overlay.webhost-confirm-overlay {
    background: rgba(0, 0, 0, 0.5);
}

div#webhost-overlay-logo {
    height: 40px;
    text-align: center;
    line-height: 40px;
    right: 0px;
    margin: 16px 0px 26px;
}

div#webhost-overlay-logo img {
    max-height: 100%;
}

div#webhost-overlay-content-wrap {
    max-width: 1000px;
    box-shadow: rgba(43, 59, 93, 0.3) 0px 1px 3px;
    margin: 5% auto 0 auto;
    background: rgb(255, 255, 255);
    padding: 0px 40px 20px;
    border-radius: 3px;
    position: relative;
}

#webhost-overlay.webhost-confirm-overlay #webhost-overlay-content-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
}

div#webhost-overlay .webhost-overlay-title {
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: rgb(49, 60, 80);
    border-bottom: 1px solid rgb(167, 177, 194);
}

div#webhost-overlay .webhost-overlay-title + :not(#webhost-overlay-error) {
    margin-top: 20px;
}

div.webhost-overlay-section .row:not(.header-row):not(:last-child) {
    margin-bottom: 12px;
}

div#webhost-overlay .webhost-overlay-button-row {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgb(167, 177, 194);
    height: 66px;
}
div#webhost-overlay input.form-control {
    border: 1px solid #D8DFE5;
    border-radius: 3px;
}
div#webhost-overlay input[type="password"],
div#webhost-overlay input[type="text"] {
    height: 34px;
    margin-bottom: 0;
    padding-left: 8px;
    font-size: 1.4rem;
}
div#webhost-overlay input[type="button"] {
    line-height: 36px;
    padding-left: 12px;
    padding-right: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(211, 219, 226);
    border-image: initial;
    border-radius: 4px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
    font-size: 1.3rem;
}
div#webhost-overlay .webhost-overlay-button-row input[type="button"] {
    margin-left: 10px;
}
div#webhost-overlay .webhost-overlay-button-row input[type="button"]:first-child {
    margin-left: 0;
}
div#webhost-overlay form div.header-row {
    margin-bottom: 4px;
}
div#webhost-overlay form div.header-row .copy-checkbox {
    vertical-align: middle;
    margin-right: 8px;
}
div#webhost-overlay form div.header-row .copy-checkbox + span {
    vertical-align: middle;
}
div#webhost-overlay form div.webhost-overlay-select-row select {
    height: 34px;
    line-height: 34px;
    display: inline-block;
    margin: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 10px;
    min-width: 100%;
    background: transparent;
    color: #1A1A19;
    font-weight: 400;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F9FAFB 100%);
    border: 1 px solid #C4CDD5;
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 5%);
    border-radius: 3px;
}
div#webhost-overlay form div.webhost-overlay-select-row i {
    position: absolute;
    position: absolute;
    right: 35px;
    top: 12px;
    font-size: 12px;
    color: #798C9C;
    letter-spacing: 2.24px;
    text-align: center;
    pointer-events: none;
}
div#webhost-overlay input.form-control.float-input {
    float: left;
    width: 80%;
}
div#webhost-overlay input.form-control.float-input+span {
    line-height: 36px;
    margin-left: 7px;
}
div#webhost-overlay .webhost-overlay-cancel, div#webhost-overlay .webhost-overlay-sync , div#webhost-overlay .webhost-overlay-draft {
    color: rgb(0, 120, 189);
    background: rgb(255, 255, 255);
}
div#webhost-overlay .webhost-overlay-action {
    color: rgb(255, 255, 255);
    box-shadow: rgba(22, 29, 37, 0.05) 0px 1px 0px 0px;
    background: linear-gradient(rgb(0, 137, 221), rgb(0, 123, 191));
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 104, 168);
    border-image: initial;
}

div#webhost-overlay .webhost-overlay-action:disabled,
div#mailbox-info .webhost-non-overlay-action:disabled {
    background: #80BBE0;
    border: 1px solid #80B4D4;
    color: #FFFFFF;
}

#mailboxUserGoogleAuth .webhost-overlay-action {
    background: #304462;
    border: 1px solid #304462;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 0.25rem;
    margin-right: 10px;
}

div#mailbox-info .webhost-non-overlay-action {
    padding: 1rem 1.5rem !important;
    background-color: #0068A8 !important;
}

div#mailbox-info .hidden {
    display: none !important;
}

div#webhost-overlay .webhost-overlay-delete {
    color: rgb(255, 255, 255);
    box-shadow: rgba(22, 29, 37, 0.05) 0px 1px 0px 0px;
    background: linear-gradient(rgb(240, 20, 20), rgb(207, 33, 33));
    border-width: 1px;
    border-style: solid;
    border-color: rgb(240, 62, 8);
    border-image: initial;
}

div#webhost-overlay-close {
    cursor: pointer;
    font-size: 30px;
    color: rgb(155, 159, 162);
    position: absolute;
    right: 30px;
    top: 25px;
}

/* overlay error box  */
#webhost-overlay-error {
    margin-bottom: 20px;
}
#webhost-overlay-error .webhost-error-inner {
    padding: 0;
}
.webhost-error-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.webhost-error-inner-content {
    width: 100%;
    background: #fbeae5;
    padding: 10px 22px 10px 10px;
    border-top: 3px solid #ed6347;
    position: relative;
}
.webhost-error-icon {
    display: table-cell;
}
.webhost-error-icon i {
    font-size: 28px;
    color: #ed6347;
    margin-right: 10px;
}
.webhost-error-inner-content-msg {
    display: table-cell;
    vertical-align: top;
    color: #333;
    font-size: 14px;
}
.webhost-error-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #d1634a;
    cursor: pointer;
}

/* overlay notice box */
#webhost-notice {
    position: fixed;
    bottom: 10px;
    color: #FFF;
    left: 50%;
    background: rgba(0, 0, 0, 0.7);
    height: 0px;
    font-size: 20px;
    line-height: 48px;
    overflow: hidden;
    padding: 0 20px;
    border-radius: 3px;
    z-index: 1051;
    transform: translate(-50%);
}

#webhost-notice.webhost-error-notice {
    background: #EF5350;
}

.succ-notice {
    position: fixed;
    bottom: 10px;
    color: #FFF;
    left: 50%;
    background: rgba(0, 0, 0, 0.7);
    font-size: 20px;
    line-height: 1.7;
    height: 0;
    overflow: hidden;
    padding: 0 20px;
    border-radius: 3px;
    z-index: 1051;
    transform: translate(-50%);
}

.ck.ck-editor__main > .ck-editor__editable {
    min-height: 350px;
}

.webhost-table {
    display: table;
    width: fit-content;
}

.webhost-tr {
    display: table-row;
}

.webhost-td {
    display: table-cell;
}

.webhost-td:not(:first-child) {
    padding-left: 5px;
}

.avatar-photo.nav {
    border-radius: 50%;
    height: 100%;
}

#webhost-overlay .webhost-overlay-cancel, #webhost-overlay .webhost-overlay-draft {
    float: right;
    margin-left: 10px !important;
    border: 1px solid rgb(211, 219, 226);
    background-color: white;
    color: rgb(49, 60, 80);
}

#attach-btn {
    float: left;
    width: 110px;
    margin-left: 10px;
    line-height: 38px;
    border-radius: 4px;
    background-color: #EBF3FF;
    color: #55606d;
    cursor: pointer;
    text-align: center;
}

#overlay-attachments .hidden {
    display: none !important;
}

#really-attach-btn {
    display: none;
}

.overlay-attachments {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.overlay-attachments-li {
    display: flex;
    float: left;
    justify-content: space-between;
    width: 24%;
    flex-direction: row;
    border: 1px solid #0096DF;
    border-radius: 6px;
    height: 54px;
    padding: 9px;
    gap: 10px;
}

.overlay-attachments-li .fa-file {
    width: 30px;
    height: 30px;
    color: #0096F7;
    margin-top: -5px;
    border: 8px solid #EBF3FF;
    border-radius: 45px;
    font-size: 15px;
    padding-left: 2px;
}

.overlay-attachments-li .overlay-attachments-info {
    min-width: 50%;
    font-size: 14px;
}

.overlay-attachments-li .overlay-attachments-info .overlay-attachments-name {
    display: block;
    color: #000000;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overlay-attachments-li .overlay-attachments-info .overlay-attachments-size {
    color: #828EA6;
}

.overlay-attachments-li .progress-content {
    width: 35px;
    height: 35px;
}

.overlay-attachments-li .progress-content path {
    stroke-width: 20;
}

.overlay-attachments-li .progress-content .checkmark {
    color: #0096F7;
}

.overlay-attachments-li .fa-circle-xmark {
    height: 16px;
    color: #828EA6;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}

.overlay-attachments-li .progress-value {
    display: none;
}

#id_webhost_compose {
    background-color: #3C91E6;
    border: 0;
}

#webhost-overlay-content-wrap .webhost-overlay-send {
    float: left;
    background: #3C91E6 !important;
}

/* overlay Animate*/

.overlay-loading-mask #overlay-load-animate + div {
    opacity: .4;
    pointer-events: none;
}

#overlay-load-animate {
    display: none;
    position: absolute;
    z-index: 9999;
    float: left;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
}

.overlay-loading-mask #overlay-load-animate {
    display: block;
}

.la-ball-atom,
.la-ball-atom > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-atom {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-atom.la-dark {
    color: #333;
}

.la-ball-atom > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-atom {
    width: 32px;
    height: 32px;
}

.la-ball-atom > div:nth-child(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 60%;
    height: 60%;
    background: #aaa;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: ball-atom-shrink 4.5s infinite linear;
    -moz-animation: ball-atom-shrink 4.5s infinite linear;
    -o-animation: ball-atom-shrink 4.5s infinite linear;
    animation: ball-atom-shrink 4.5s infinite linear;
}

.la-ball-atom > div:not(:nth-child(1)) {
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: none;
    -webkit-animation: ball-atom-zindex 1.5s 0s infinite steps(2, end);
    -moz-animation: ball-atom-zindex 1.5s 0s infinite steps(2, end);
    -o-animation: ball-atom-zindex 1.5s 0s infinite steps(2, end);
    animation: ball-atom-zindex 1.5s 0s infinite steps(2, end);
}

.la-ball-atom > div:not(:nth-child(1)):before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    content: "";
    background: currentColor;
    border-radius: 50%;
    opacity: .75;
    -webkit-animation: ball-atom-position 1.5s 0s infinite ease, ball-atom-size 1.5s 0s infinite ease;
    -moz-animation: ball-atom-position 1.5s 0s infinite ease, ball-atom-size 1.5s 0s infinite ease;
    -o-animation: ball-atom-position 1.5s 0s infinite ease, ball-atom-size 1.5s 0s infinite ease;
    animation: ball-atom-position 1.5s 0s infinite ease, ball-atom-size 1.5s 0s infinite ease;
}

.la-ball-atom > div:nth-child(2) {
    -webkit-animation-delay: .75s;
    -moz-animation-delay: .75s;
    -o-animation-delay: .75s;
    animation-delay: .75s;
}

.la-ball-atom > div:nth-child(2):before {
    -webkit-animation-delay: 0s, -1.125s;
    -moz-animation-delay: 0s, -1.125s;
    -o-animation-delay: 0s, -1.125s;
    animation-delay: 0s, -1.125s;
}

.la-ball-atom > div:nth-child(3) {
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -.25s;
    -moz-animation-delay: -.25s;
    -o-animation-delay: -.25s;
    animation-delay: -.25s;
}

.la-ball-atom > div:nth-child(3):before {
    -webkit-animation-delay: -1s, -.75s;
    -moz-animation-delay: -1s, -.75s;
    -o-animation-delay: -1s, -.75s;
    animation-delay: -1s, -.75s;
}

.la-ball-atom > div:nth-child(4) {
    -webkit-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: .25s;
    -moz-animation-delay: .25s;
    -o-animation-delay: .25s;
    animation-delay: .25s;
}

.la-ball-atom > div:nth-child(4):before {
    -webkit-animation-delay: -.5s, -.125s;
    -moz-animation-delay: -.5s, -.125s;
    -o-animation-delay: -.5s, -.125s;
    animation-delay: -.5s, -.125s;
}

.la-ball-atom.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-atom.la-sm > div:not(:nth-child(1)):before {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
}

.la-ball-atom.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-atom.la-2x > div:not(:nth-child(1)):before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

.la-ball-atom.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-atom.la-3x > div:not(:nth-child(1)):before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
}

/*
 * Animations
 */
@-webkit-keyframes ball-atom-position {
    50% {
        top: 100%;
        left: 100%;
    }
}

@-moz-keyframes ball-atom-position {
    50% {
        top: 100%;
        left: 100%;
    }
}

@-o-keyframes ball-atom-position {
    50% {
        top: 100%;
        left: 100%;
    }
}

@keyframes ball-atom-position {
    50% {
        top: 100%;
        left: 100%;
    }
}

@-webkit-keyframes ball-atom-size {
    50% {
        -webkit-transform: scale(.5, .5);
        transform: scale(.5, .5);
    }
}

@-moz-keyframes ball-atom-size {
    50% {
        -moz-transform: scale(.5, .5);
        transform: scale(.5, .5);
    }
}

@-o-keyframes ball-atom-size {
    50% {
        -o-transform: scale(.5, .5);
        transform: scale(.5, .5);
    }
}

@keyframes ball-atom-size {
    50% {
        -webkit-transform: scale(.5, .5);
        -moz-transform: scale(.5, .5);
        -o-transform: scale(.5, .5);
        transform: scale(.5, .5);
    }
}

@-webkit-keyframes ball-atom-zindex {
    50% {
        z-index: 10;
    }
}

@-moz-keyframes ball-atom-zindex {
    50% {
        z-index: 10;
    }
}

@-o-keyframes ball-atom-zindex {
    50% {
        z-index: 10;
    }
}

@keyframes ball-atom-zindex {
    50% {
        z-index: 10;
    }
}

@-webkit-keyframes ball-atom-shrink {
    50% {
        -webkit-transform: translate(-50%, -50%) scale(.8, .8);
        transform: translate(-50%, -50%) scale(.8, .8);
    }
}

@-moz-keyframes ball-atom-shrink {
    50% {
        -moz-transform: translate(-50%, -50%) scale(.8, .8);
        transform: translate(-50%, -50%) scale(.8, .8);
    }
}

@-o-keyframes ball-atom-shrink {
    50% {
        -o-transform: translate(-50%, -50%) scale(.8, .8);
        transform: translate(-50%, -50%) scale(.8, .8);
    }
}

@keyframes ball-atom-shrink {
    50% {
        -webkit-transform: translate(-50%, -50%) scale(.8, .8);
        -moz-transform: translate(-50%, -50%) scale(.8, .8);
        -o-transform: translate(-50%, -50%) scale(.8, .8);
        transform: translate(-50%, -50%) scale(.8, .8);
    }
}

/* animate css end  */