/* ImageCropper */
html body {
    overflow-x: hidden !important;
}

.dark-layout .tf-cropper-root {
    background-color: #2e3750;
}

.dz {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

body.vertical-layout.vertical-menu-modern .horizontal-menu-wrapper {
    display: none;
}

.horizontal-menu > .main-menu {
    display: none;
}

.horizontal-menu .fixed-top {
    left: 0;
}

.dt-center {
    text-align: center;
}

.success .col-form-label label {
    color: #28c76f;
}

.warning .col-form-label label {
    color: #ff9f43;
}

.danger .col-form-label label {
    color: #ea5455;
}

.success textarea, .success input {
    border-color: #28c76f !important;
}

.warning textarea, .warning input {
    border-color: #ff9f43 !important;
}

.danger textarea, .danger input {
    border-color: #ea5455 !important;
}

.success .dropzone {
    border: 2px dashed #28c76f;
}

.warning .dropzone {
    border: 2px dashed #ff9f43;
}

.danger .dropzone {
    border: 2px dashed #ea5455;
}

.tf-keyval-wrapper-grid > div {
    padding-left: 0;
    padding-right: 0;
}

.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after, .custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
    cursor: pointer;
}

.demo-inline-spacing > * {
    margin-top: 0.7rem !important;
}

label {
    font-size: 1rem !important;
}

.dark-layout .hr {
    border-color: #3b4253;
}

.hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-bottom: 1px solid #ebe9f1;
}

.tf-heading-wrapper {
    margin-top: 3.53rem;
}

.mh {
    min-height: 150px;
}

.avatar-content-large {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.dropzone .dz-preview {
    margin: 0 !important;
}

html body.navbar-static .app-content .header-navbar {
    background: transparent;
    box-shadow: none !important;
}

@media (max-width: 575.98px) {
    body.vertical-layout:not(.horizontal-layout).navbar-floating .header-navbar {
        margin-left: 1.2rem;
        margin-right: 1.2rem;
    }

    [role~=tooltip][data-microtip-size=large]::after {
        white-space: initial;
        width: 100px;
    }

    .info_old {
        padding: 0;
        margin-top: 20px;
    }
}

.toggle-on, .toggle-off {
    border: 1px !important;
}

.toggle-on.btn {
    padding-right: 2.5rem;
}

.toggle-off.btn {
    padding-left: 2.5rem;
}

.light-layout input.form-control::-moz-placeholder {
    color: #c1c0c6 !important;
}

.light-layout input.form-control:-ms-input-placeholder {
    color: #c1c0c6 !important;
}

.light-layout input.form-control::placeholder {
    color: #c1c0c6 !important;
}

.dark-layout input.form-control::-moz-placeholder {
    color: #7a7a7a !important;
}

.dark-layout input.form-control:-ms-input-placeholder {
    color: #7a7a7a !important;
}

.dark-layout input.form-control::placeholder {
    color: #7a7a7a !important;
}

.tf-repeater-root .tf-repeater-btns-wrapper {
    top: 0;
    right: 0;
}

.my-effect {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
    opacity: 0.8;
    justify-content: center;
    align-items: center;
    background-color: #000;
    transition: top 700ms;
}

.waste {
    border: 1px solid #3b4253;
    padding: 25px;
}

.smallTitle .tf-heading-wrapper {
    margin-top: 0;
}

.tf-keyval-wrapper-grid .waste:last-child {
    border-bottom: 1px solid #3b4253;
    padding: 25px;
    color: red;
}
