.dx-widget:not(.dx-popup-title) {
    border-radius: 15px !important;
}

:root {
    --bg-color: #eee;
}

body {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--bg-color);
}

html[data-theme='dark'] {
    --bg-color: #35363a;
}

.btn {
    margin-bottom: 30px;
}

.combo-control {
    height: auto !important;
}

@media (max-width: 992px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 420px) {
    .user_card-md {
        width: 500px;
    }
}

.dx-switch-container {
    height: 34px;
}

.dx-switch-handle {
    height: 28px;
}

.dx-switch-off,
.dx-switch-on {
    line-height: 28px;
}

.user_card {
    height: 515px;
    max-width: 450px;
    margin: 0 auto;
    padding: 30px 40px 40px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 40px;
}

.postit_card {
    min-height: 160px;
    min-width: 280px;
    max-width: 280px;
    padding: 30px;
    position: absolute;
    left: 65%;
    top: 20%;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 40px;
    display: none;
}

.dx-texteditor-input {
    min-height: 40px;
    border-radius: 15px !important;
    padding-left: 20px;
}

.dx-dropdowneditor-icon {
    border-radius: 15px !important;
    width: 51px;
}

.dx-dropdowneditor-button {
    width: 53px;
}

small {
    font-size: 70%;
    font-weight: 500;
}

input[class="dx-texteditor-input"][role="combobox"] {
    padding-left: 0!important
}

.select-lang-dx-edit {
    /*position: absolute;
    width: calc(100% - 30px);
    bottom: 40px;
    left: 5px;*/
    position: fixed;
    background-color: white;
    color: black;
    z-index: 999 !important;
    display: none;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    box-shadow: 0 0 10px #e0e0e0;
    padding: 2px;
}

.select-lang-dx-edit-active {
    display: block;
}

.text-select-lang-dx-edit {
    color: #333;
    padding: 5px;
    font-size: 14px;
}

.text-select-lang-dx-edit-active {
    background-color: rgba(0,0,0,.1);
}

.text-select-lang-dx-edit:hover {
    cursor: pointer;
    opacity: 0.5;
}
