﻿/*#region edit modal-dialog */
.g-useful-links {
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 60px;
    display: inline-block;
    z-index: 1000;
}

    .g-useful-links .complain-block {
        background: #76b51b;
        font-size: 20px;
        width: 3em;
        height: 3em;
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 12px;
        text-decoration: none;
        border-radius: 3em;
    }

    .g-useful-links .complain-block {
        background: #FFFFFF;
        color: #444444;
        padding: 20px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    }

        .g-useful-links .complain-block:before {
            width: 20px;
            height: 20px;
            display: block;
            content: url(/images/complain/complain.svg);
            margin-bottom: 4px;
            margin-right: 3px;
        }

        .g-useful-links .complain-block > span {
            display: none;
        }

        .g-useful-links .complain-block:hover {
            width: 12em;
            float: right;
            margin-bottom: 12px;
        }

            .g-useful-links .complain-block:hover > span {
                -moz-animation: fadeIn 0.5s;
                -webkit-animation: fadeIn 0.5s;
                animation: fadeIn 0.5s;
                display: block;
                font-size: 16px;
                font-weight: 600;
                line-height: 24px;
                margin-left: 12px;
            }
.modal-dialog.complain, .modal-dialog.success {
    max-width: 560px;
    margin: 0 auto;
    transform: translateY(-50%) !important;
    top: 50%;
}

.modal-dialog.success {
    max-width: 500px;
    text-align: center;
}

    .modal-dialog.success lottie-player {
        margin: 0 auto 28px;
        width: 150px;
        height: 150px;
    }

    .modal-dialog.success .close,
    .modal-dialog.complain .close {
        width: 16px;
        height: 16px;
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 10;
        background: url(/images/Close.svg) center no-repeat;
        background-size: contain;
        cursor: pointer;
        text-decoration: none;
    }

.modal-dialog.complain .minimize {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 20px;
    right: 42px;
    z-index: 10;
    background: url(/images/complain/Minimize.svg) center no-repeat;
    background-size: contain;
    cursor: pointer;
    text-decoration: none;
}

.modal-dialog.complain .modal-header {
    padding: 20px 20px 12px;
}

    .modal-dialog.complain .modal-header .modal-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
    }

.modal-dialog.success .modal-header {
    border-bottom: 0;
}

.modal-dialog.success .modal-body {
    padding: 0 20px 20px;
}

.modal-dialog.complain .modal-body {
    padding: 0 20px 0;
    margin: 20px 0;
    height: 480px;
    max-height: calc(100vh - 300px);
    overflow: auto;
    scrollbar-width: thin !important;
    scrollbar-color: #D9D9D9 transparent !important;
}

.modal-dialog.complain .desc {
    display: block;
    color: #8C8C8C;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 20px 20px 0;
}

.modal-dialog.complain .modal-body .form-group:not(:last-child) {
    margin-bottom: 20px;
}

.modal-dialog.complain .modal-body label {
    margin-bottom: 8px;
    font-weight: 500;
}

.modal-dialog.complain .modal-footer {
    border-top: none;
}

#myModalComplain .modal-dialog.complain .modal-footer .btn {
    height: 52px;
}

.dropdown button,
.dropdown button:hover,
.dropdown button:focus:not(:focus-visible) {
    background: #FFF;
    width: 100%;
    height: 38px;
    text-align: left;
    border: solid 1px #ccc;
    background: url(/images/complain/select-arrow.svg) calc(100% - 16px) center no-repeat, #FFF;
    background-size: 20px;
}

    .dropdown button.show,
    .dropdown button:focus:not(:focus-visible),
    .dropdown:hover button {
        border-color: #176BFB;
    }

.dropdown .dropdown-item {
    padding: 16px;
    cursor: pointer;
}

.form-control.error {
    border-color: #EA4649;
}

.form-control + .msg:not(:empty) {
    display: block;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #EA4649;
    min-height: 16px;
    margin-top: 12px;
    padding-left: 24px;
    background: url(/images/complain/msg_error.svg) left center no-repeat;
    background-size: auto 16px;
}

.resutl-upload a {
    display: block;
    width: 81px;
    height: 56px;
    position: relative;
    float: left;
    text-align: center;
    padding: 8px;
    border: solid 1px #E0E0E0;
    border-radius: 4px;
    margin-right: 16px;
}

    .resutl-upload a img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 4px;
    }

.modal-dialog.complain .resutl-upload {
    display: block;
    float: left;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 12px;
}

    .modal-dialog.complain .resutl-upload a .close {
        position: absolute;
        top: -8px;
        right: -8px;
        width: 16px;
        height: 16px;
        opacity: .8;
        background: url(/images/complain/close.svg) center no-repeat;
        background-size: contain;
        cursor: pointer;
    }

.resutl-upload a.close:hover {
    cursor: pointer;
    opacity: 1;
}

textarea.form-control:focus,
input.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #176BFB;
}

[type="file"].hidden + label {
    display: flex;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: solid 1px #E0E0E0;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

    [type="file"].hidden + label.dragging,
    [type="file"].hidden + label:hover {
        border: 1px dashed #7FCA27;
        background: rgba(127, 202, 39, 0.07);
        cursor: pointer;
    }

    [type="file"].hidden + label:before {
        display: block;
        margin-bottom: 16px;
        width: 30px;
        height: 36px;
        content: url(/images/complain/form.svg);
    }

    [type="file"].hidden + label i {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        color: #8C8C8C;
    }

.dropdown-menu.show {
    width: 100%;
}

.dropdown-toggle::after {
    display: none;
}

.form-control:disabled {
    background: #F8F8F8;
    color: #989898;
}

.dropdown button:disabled {
    background: url(/images/complain/select-arrow.svg) calc(100% - 16px) center no-repeat, #F8F8F8;
    background-size: 20px;
}

.form-control::placeholder {
    color: #DCDCDC;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: #DCDCDC;
}

.form-control::-moz-placeholder {
    color: #DCDCDC;
}

.form-control:-ms-input-placeholder {
    color: #DCDCDC;
}

textarea.form-control {
    min-height: 87px;
}

.capture-monitor {
    display: block;
}
body #cpsaosxlpftnyakpaltlf .widget-layout {
    z-index: 99 !important;
}
/*#endregion */