.load-background
{
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 1099;
}
.load-background .loader
{
    position: absolute;
    top: calc( 50% - 100px );
    left: calc( 50% - 100px );
}

.hidden
{
    display: none;
}

.text-telegram
{
    color: #20A0D9;
}

.text-black
{
    color: #3d405c;
}

.underline
{
    text-decoration: underline;
}

.field
{

}
.field .title
{
    margin-bottom: 2px;
    font-size: 14px;
}
.field .title sub
{
    font-weight: bold;
    font-size: 24px;
    color: #CF3131;
}
.field .error
{
    margin-top: 2px;
    text-align: left;
    font-size: 13px;
    color: #CF3131;
}
.field textarea
{
    resize: none;
}
.field .pretty
{
    vertical-align: middle;
}
.field .action
{
    cursor: pointer;
}

.calendar-error, .calendar-error:hover
{
    background-color: #CF3131 !important;
    border: 2px solid #FFFFFF !important;
    color: #fff !important;;
}

a.link,
a.link:hover
{
    font-size: 18px;
    color: #007bff;
}

.pointer
{
    cursor: pointer;
}

.cursor-help
{
    cursor: help;
}

.no-caret
{
    caret-color: transparent;
}

.company-name
{
    margin-right: 50px;
    font-size: 19px;
    font-weight: bold;
}
.balance-block
{
    padding: 5px;
    font-size: 21px;
    border: 1px solid #71748d;
    border-radius: 3px;
}
.user-data
{
    font-size: 18px;
    font-weight: bold;
}

.modal
{

}
.modal [data-block=fields]
{

}
.modal [data-block=process]
{
    margin-top: 15px;
}
.modal [data-block=process] .alert
{
    margin-bottom: 0;
}

.modal-md
{
    max-width: 675px
}

.modal-600
{
    max-width: 600px
}

#showModal
{

}
#showModal .modal-body
{
    background-color: #EFEFF6;
}
#showModal .modal-body .card
{
    margin-bottom: 0;
}

#errorModal
{

}
#errorModal [data-block=text]
{
    margin-bottom: 0;
}

#imageModal
{

}
#imageModal img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.toast
{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.hint
{

}

.hint p
{
    margin: 0 0 10px 0;
    font-size: 15px;
    text-align: justify;
}

.empty-text
{
    color: #888888;
    text-align: center;
    font-size: 16px;
}

.sign
{
    margin-bottom: -15px;
}
.sign [data-role='process']
{
    margin: 10px 0 0 0;
}

#dataTable .alert
{
    margin-bottom: 0;
}

.details-content
{
    position: relative;
    overflow: hidden;
}
.details-content .overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.details-content .overlay .loader
{
    position: absolute;
    top: calc( 50% - 100px );
    left: calc( 50% - 100px );
}

.main
{
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order
{

}
.order .name_value
{

}
.order .name_value .name
{
    margin-bottom: 2px;
    font-size: 13px;
    color: #71748d;
}
.order .name_value .value
{
    font-size: 17px;
}

.order .params
{
    display: flex;
    flex-wrap: wrap;
}

.order .actions
{

}
.order .actions .action
{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #F2F2F8;
}
.order .actions .action .more
{
    display: inline-block;
    color: #71748d;
}

.telegram-message
{
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #222;
    line-height: 1.5;
    white-space: pre-wrap;
    border: 2px solid #ddd;
    max-width: 500px;
}
.telegram-message a
{
    color: #0088cc;
    text-decoration: none;
}
.telegram-message a:hover
{
    text-decoration: underline;
}

.file-preview
{

}
.file-preview .photo
{

}
.file-preview .photo img
{
    width: 100%;
    object-fit: contain;
    cursor: pointer;
}
.file-preview .video
{

}
.file-preview .video video
{
    width: 100%;
}

.file-preview .document
{
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    transition: 0.3s;
}
.file-preview .document .title
{
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
}
.file-preview .document .pdf
{
    color: #AD0B00;
}
.file-preview .document .xls,
.file-preview .document .xlsx
{
    color: #0F7840;
}
.file-preview .document .doc,
.file-preview .document .docx
{
    color: #1757B7;
}
.file-preview .document .subtitle
{
    font-size: 14px;
    color: #6c757d;
}