body {
    padding-right: 0 !important;
    background-color: #f8f6f6 !important;
}

body.frontend {
    background-color: #fff !important;
}

#wlt-BaseDialog form {
    padding: 0 !important;
    margin: 0 0 20px !important
}

#wlt-BaseDialog .container-fluid {
    padding: 0 0 !important;
}

#wlt-BaseDialog .container-fluid:after {
    clear: none !important
}

#wlt-BaseDialog .form-actions {
    padding: 0 !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    float: right !important
}

#wlt-LocationSelect {
    display: none
}

#wlt-LocationSelect ul.country, #wlt-LocationSelect ul.country .state, #wlt-LocationSelect ul.country .city {
    display: none
}

#wlt-LocationSelect ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#wlt-LocationSelect li {
    padding: 0;
    margin: 0;
    float: left
}

#wlt-LocationSelect .currentCountry, #wlt-LocationSelect a {
    padding: .5em;
    margin: 0
}

#wlt-LocationSelect .search a {
    float: left
}

#wlt-LocationSelect li.state {
    float: none
}

#wlt-LocationSelect li.country {
    float: none;
    width: 100%;
    clear: both
}

#wlt-LocationSelect ul:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

#wlt-PaymentMenu form .buttons {
    margin: 0;
    padding: 0;
    text-align: center
}

#wlt-PaymentSuccess form .buttons {
    margin: 0;
    padding: 0
}

#wlt-CustomizeThemeUpdateScheme [class*="span"] {
    margin-left: 0
}

#wlt-CustomizeThemeUpdateScheme input[type="text"] {
    color: #D14;
    font-family: Menlo, Monaco, "Courier New", monospace;
    font-size: 12px;
    margin-bottom: 9px
}

#wlt-CustomizeThemeUpdateScheme .popover {
    white-space: normal
}

#wlt-CustomizeThemeUpdateScheme .popover-content {
    font-size: 10px
}

#wlt-CustomizeThemeUpdateScheme .varName {
    width: 220px !important;
    text-align: right !important
}

#wlt-CustomizeThemeUpdateScheme .input-prepend {
    padding-left: 10px
}

#wlt-BaseDialog {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    top: 5%;
    width: 400px;
    padding: 15px;
}

#wlt-UserLogin .errorSummary {
    padding: 10px;
    border-radius: 3px;
    color: #D8000C;
    background-color: #FFD2D2
}

#layout_main #wlt-UserLogin .errorSummary {
    margin-bottom: 30px
}

#MBaseCaptchaForm_verifyCode {
    text-align: center
}

.ck-editor__editable_inline {
    min-height: 200px
}

.text-huge {
    font-size: 1.8em
}

.text-big {
    font-size: 1.4em
}

.text-small {
    font-size: .85em
}

.text-tiny {
    font-size: .7em
}

.ck-content .marker-yellow {
    background-color: #ff0;
}

.g-recaptcha {
    display: inline-block
}

.recaptcha-container {
    text-align: center
}

#wlt-BaseContact svg {
    width: 30px;
    height: 30px;
}

.dongi_contact span {
    line-height: 1.8;
}

.dongi_contact h3 {
    color: #333;
    font-weight: bold;
    font-size: medium !important;
}

.dongi_contact {
    display: grid;
    grid-template-columns: 40px 100px 1fr;
    align-items: center;
}

#wlt-UserRegistercode span.required, #wlt-UserVerifycode span.required {
    display: none;
}

.modal-confirm {
    color: #353940;
}

.modal-confirm .modal-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    background: #ffffff;
    border-bottom: none;
    position: relative;
    text-align: center;
    border-radius: 25px 25px 0 0;
    padding-top: 50px;

}
.modal-confirm .modal-body {
    padding-bottom: 45px;
    border-radius: 0px 0px 25px 25px;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
}

.modal-confirm .form-control, .modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}


.modal-confirm .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-shadow: none;
    opacity: 0.65;
}
#register_modal{
    width: 50% !important;
}
#register_modal .modal-confirm .close{
    position: absolute;
    text-align: left;
    top: 25px;
    left: 25px;
    color: #000000;
    text-shadow: none;
    opacity: 0.5;
    font-size: 23px;
}

.modal-confirm .close:hover {
    opacity: 0.8;
}

.modal-confirm .icon-box {
    color: #E7FFF1;
    width: 86px;
    height: 86px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 17px solid #E7FFF1 !important;
    padding: 15px;
    text-align: center;
    background: #00BE4D;
}

.modal-confirm .icon-box i {
    font-size: 25px;
    margin: -1px -1px 0px 0px;
}

.modal-confirm.modal-dialog {
    margin-top: 80px;
}

.modal-confirm .btn, .modal-confirm .btn:active {
    color: #0BA0DA !important;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 4px;
    margin-top: 10px;
    padding: 6px 20px;
    border: none;
    font-weight: bold;
    font-size: 14px;
    background: #fff !important;
}

.modal-confirm .btn:hover, .modal-confirm .btn:focus {
    outline: none;
}

.modal-confirm .btn span {
    margin: 1px 3px 0;
    float: right;
}

.modal-confirm .btn i {
    margin-left: 1px;
    font-size: 20px;
    float: left;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

#register_modal {
    margin: 100px;
    padding-right: 0 !important;
}

#edit_dialog, #passwd_dialog, #error_dialog, #revert_dialog, #nonlegal_modal {
    margin: 100px;
    padding-right: 0 !important;
}

#add_dialog {
    padding-right: 0 !important;
}

/* spinner hack for bt3*/

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 2rem;
    height: 2rem;
    margin-bottom: 2px;
}

/**/

#edit_dialog .ck-editor__editable_inline {
    min-height: 100px;
    max-height: 200px;
}

.inline_edit_text {
    border: none;
    background-color: #78696917;
    border-radius: 3px;
    width: 100%;
    outline: none;
}

table #edit_save {
    margin-right: 5px;
}

table .btn_inline_edit_cancel {
    margin-right: 5px;
}

.new_avatar {
    border-radius: 100%;
    display: flex;
    flex: 0 0 160px;
    height: 160px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 160px;
    padding-top: 35px;
}

.img_overlay {
    background-color: #DDEAF3;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    bottom: -5px;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: text-bottom;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.img_overlay:hover {
    opacity: 1;
}

.avatar {
    width: 90px;
    height: 90px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%
}

.nobtmMargin {
    margin-bottom: 0 !important;
}

.DongiTable tr:first-child td {
    border-top: none !important;
}

.DongiTable tr td:first-child {
    color: #979797 !important;
}

.DongiTable td {
    vertical-align: middle !important;
}

.floatLeft {
    text-align: left;
}

.profile_tbl_header {
    margin: 0 auto;
    font-weight: bold;
    text-align: right;
}

.profile_tbl_header_warning {
    color: #979797 !important;
    font-weight: normal;
    font-size: smaller;
    margin-top: 5px;
}

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

#dash_tabs .miui-tabs-nav.nav.nav-tabs {
    display: none;
}

#dash_tabs {
    box-shadow: none;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-error hr {
    border-top-color: #e4b9c0;
}

.alert-error .alert-link {
    color: #843534;
}

.table.rowfy {
    white-space: pre-wrap;
    word-wrap: break-word;
}

#biography_body {
    text-align: justify;
}

.list-view .items {
    background-color: #f8f6f6 !important;
}

.comment_reply {
    width: 365px !important;
    height: 145px !important;
    resize: none;
}

.slider_image {
    max-width: 100%;
    max-height: 100%;
}

#addlegal_box {
    padding: 10px;
    color: #01193d;
    margin-bottom: 10px;
    background: #DDEAF3;
    border: 1px solid #DAE4ED;
    border-radius: 5px;
}

#addlegal_box .title {
    line-height: 22px;
    color: #15A6FF !important;
}

.fade.in.tooltip {
    opacity: 1 !important;
}

.extendedTooltip div.tooltip {
    width: 190px;
}

.alertIban {
    background-color: red;
    color: beige;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;

}

.new_actions i {
    margin-left: 5px;
}

.card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    direction: ltr;
}

.card-input {
    border: none;
    line-height: 1.833;
    color: #424750;
    direction: ltr;
    width: 50px;
}

.card-separator {
    line-height: 1.833;
    color: #424750;
    text-align: center;
    display: inline-block;
}

.cardTbl {
    text-align: right;
    margin-right: 30px;
    margin-bottom: 10px;
}

.cardTbl td {
    padding: 5px;
}

.warning_card_change {
    color: black;
    background-color: yellow;
    border: 1px solid red;
    padding: 5px;
    margin-bottom: 10px;
    display: block;
}

.d-flex {
    display: flex;
}

.flex-col-center {
    flex-direction: column;
    flex-wrap: wrap-reverse;
    align-content: center;
}

.flex-items-center {
    align-items: center;
}

.inline-middle {
    vertical-align: middle;
    margin: 0;
}

.martop5 {
    margin-top: 5px;
}

.resize-v {
    resize: vertical;
}

#sejam_captcha {
    height: 46px;
    padding-left: 0;
    cursor: pointer;
}

.form-hint {
    color: #aaa;
    font-size: 0.7em;
}

.captcha_reload_hint {
    padding-left: 0 !important;
    text-align: center;
}
#chat-icon {
    position: fixed;
    bottom: 20px;
    right: 13px;
    cursor: pointer;
    z-index: 10000;
}
@media (max-width: 767px) {
    #chat-icon {
        bottom: 93px;
    }
}

#chat-icon button {
    box-shadow: 0 7px 16px 0 rgba(0,0,0,.1);
    background-size: cover!important;
    width: 54px;
    height: 54px;
    color: white;
    padding: 10px;
    border-radius: 4px;
    background: #00bcd4;
    border: 2px solid #00bcd4;
}
#chat-spinner {
    display: none;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
