.hover-custom{
    color:#6b6b6b!important;
    min-width: 15rem;
    width: 669px;
    z-index: 95000;
    background-color: whitesmoke;
    margin: 0;
    line-height: 0.2;
    display: flex;
}

.hover-custom:hover{
    background-color: #727cf5!important;
    cursor: pointer;
    color:white!important;
    transition: all;
    transition-duration: 100ms ;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.hover-disabled{
    color:#6b6b6b!important;
    background-color: whitesmoke;
    width: 669px;
    margin: 0;
    line-height: 0.2;
    z-index: 5000;
}

.hover-disabled:hover{
    color:#6b6b6b!important;
    background-color: whitesmoke;
    width: 669px;

    z-index: 5000;
}

.ck-editor__editable_inline {
    min-height: 400px;
}

.manual-check{
    z-index: 1;
    color: #206bc4;
    background: rgba(32,107,196,.04);
    border-color: #206bc4;
}


.qrcode-image svg{
    width: 100%;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

.mh-50vh{
    min-height: 36vh;
}

.h-fix-custom{
    height: 8rem;
}

.custom-border{
    border-top:1px solid;
    border-bottom:1px solid;
    border-top-style: dashed;
    border-bottom-style: dashed;
}

.custom-table tr td{
    padding-top: 13px!important;
    vertical-align: top;
}

.custom-table th{
    padding-top: 13px!important;
    padding-bottom: 13px!important;
    vertical-align: top;
}

.p-5{
    padding-right: 5rem;
}
.top-0px{
    top: 0px!important;
}

.mr-20px{
margin-right: 20px!important;
}

.max-w-100percent{
max-width: 100%!important;
}

.w-1percent{
    width: 1%!important;
}

.w-50px{
    width: 50px!important;
}
[x-cloak] { display: none !important; }