.pull-right {
    float: right;
}
.love {
    color: #cb4335;
}
.imageTable {
    height: 40px;
}
.mini-form {
    max-width: 500px;
    margin: auto;
}
.task-avatar {
    max-width: 50px;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.img-center {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.height-image-bar {
    height: 29px;
}
.column-button{
    width: 100px !important;
    padding: 0 !important;
}
.padding-8{
    padding: 8px !important;
}
.size-card-icon{
    font-size:95px;
}
.icon-file{
    font-size: 20px;
    margin: 5px;
}
.mt--6{
    margin-top: -6px;
}
/* SWEET ALERT */
body.dark-only .title-message{
    color:#fff !important;
}
body.dark-only .text-message{
    color:#fff !important;
}
body.dark-only .swal2-modal{
    background:#111727 !important;
}
/* SCROLL */
.custom-scrollbar::-webkit-scrollbar{
    width: 6px;
    height: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track{
    background: #eee;
    border-radius:13px;
}
.custom-scrollbar::-webkit-scrollbar-thumb{
    background: #bbb;
    border-radius:13px;
}
.custom-scrollbar::-webkit-scrollbar-corner{
    background: #bbb;
}
body.dark-only .custom-scrollbar::-webkit-scrollbar-track{
    background: rgba(68,102,242,.15);
}
body.dark-only .custom-scrollbar::-webkit-scrollbar-thumb{
    background: #bbb;
}
body.dark-only .custom-scrollbar::-webkit-scrollbar-corner{
    background: #bbb;
}
.card-header-init{
    height:65px;
}
.image-signature{
    width: 100px;
}
.row-signature{
    display: flex;
    width: 100%;
}
.col1-signature{
    width: 420px;
}
.col2-signature{
    width: calc(100% - 420px);
}
.input-hidden{
    width: 0px;
    height: 0px;
    padding: 0px;
    margin: 0px;
    border: none;
}
.margin-30{
    margin: 30px;
}