#sidebar {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#sidebar .nav {
    flex: 1;
}

.nav-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.nav-bottom .copyright {
    color: rgb(187, 187, 187);
    font-size: smaller;
}

.socials {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    row-gap: 10px;
    gap: 10px;
}

.socials a {
    text-decoration: none;
    color: white;
}

.social-button {
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #5F85C1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-button:hover {
    background-color: #3567b8;
}

.sidebar-icon-only .nav-bottom {
    display: none;
}

.company-name {
    font-size: 16px;
    margin-left: 5px;
    vertical-align: middle;
    font-weight: bolder;
}

#loading-container {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    height: auto;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: black;
    opacity: 0.4;
    z-index: 9999;
}

#loading {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 150px;
    height: 150px;
    margin: -68px 0 0 -68px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#lottie {
    position: absolute;
    left: 0%;
    right: 0;
    top: 50%;
    background-color: white;
    padding: 25px;
    z-index: 99999;
    margin: -68px 0 0 -68px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lottie-message
{
    font-size: x-large;
    margin-top: 15px;
}


.form-label-50px .dx-field-label
{
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
}
.form-label-50px .dx-field-value
{
    width: calc(100% - 55px) !important;
}

.form-label-80px .dx-field-label
{
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
}
.form-label-80px .dx-field-value
{
    width: calc(100% - 85px) !important;
}

.form-label-90px .dx-field-label
{
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
}
.form-label-90px .dx-field-value
{
    width: calc(100% - 95px) !important;
}

.form-label-100px .dx-field-label
{
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
}
.form-label-100px .dx-field-value
{
    width: calc(100% - 105px) !important;
}

.form-label-120px .dx-field-label
{
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
}
.form-label-120px .dx-field-value
{
    width: calc(100% - 150px) !important;
}

.dx-overlay-shader
{
    background-color: rgba(0, 0, 0, 0.6)!important;
}

.dx-button-text
{
    text-transform: none!important;
}

.dx-popup-content
{
    padding: 10px!important;
}
.dx-fieldset
{
    margin-left: 10px!important;
    margin-right: 10px!important;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

.dx-datagrid-header-panel
{
    padding: 0px !important;
}

.form-vertical .dx-field
{
    margin: 0px!important;
}

.dx-field
{
    margin-bottom: 10px!important;
}

.form-label-140px .file-type .dx-field-label,
.form-label-120px .file-type .dx-field-label,
.form-label-160px .file-type .dx-field-label,
.form-label-200px .file-type .dx-field-label,
.form-label-230px .file-type .dx-field-label
{
    width: 105px !important;
    min-width: 105px !important;
    max-width: 105px !important;
}
.form-label-140px .file-type .dx-field-value,
.form-label-120px .file-type .dx-field-value,
.form-label-160px .file-type .dx-field-value,
.form-label-200px .file-type .dx-field-value,
.form-label-230px .file-type .dx-field-value
{
    width: calc(100% - 105px) !important;
}

.dx-fileuploader-button {
  width: 100%;
}

.form-label-230px .dx-field-label
{
    width: 230px !important;
    min-width: 230px !important;
    max-width: 230px !important;
}
.form-label-230px .dx-field-value
{
    width: calc(100% - 230px) !important;
}

.form-label-130px .dx-field-label
{
    width: 130px !important;
    min-width: 130px !important;
    max-width: 130px !important;
}
.form-label-130px .dx-field-value
{
    width: calc(100% - 130px) !important;
}

.form-label-140px .dx-field-label
{
    width: 140px !important;
    min-width: 140px !important;
    max-width: 140px !important;
}
.form-label-140px .dx-field-value
{
    width: calc(100% - 145px) !important;
}

.form-label-150px .dx-field-label
{
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
}
.form-label-150px .dx-field-value
{
    width: calc(100% - 155px) !important;
}

/* 160px */
.form-label-160px .dx-field-label
{
    width: 160px !important;
    min-width: 160px !important;
    max-width: 160px !important;
}
.form-label-160px .dx-field-value
{
    width: calc(100% - 165px) !important;
}

.deleteBtn{
  position: absolute;
  top: 7px;
  right: -10px;
}

.file .dx-invalid-message > .dx-overlay-content{
  color: #d9534f !important;
  background: none !important;
  transform: translate(24px, 27px) !important;
}

/* 170px */
.form-label-170px .dx-field-label
{
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
}
.form-label-170px .dx-field-value
{
    width: calc(100% - 175px) !important;
}

/* 200px */
.form-label-200px .dx-field-label
{
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
}
.form-label-200px .dx-field-value
{
    width: calc(100% - 205px) !important;
}

/* 220px */
.form-label-220px .dx-field-label
{
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
}
.form-label-220px .dx-field-value
{
    width: calc(100% - 225px) !important;
}

/* 240px */
.form-label-240px .dx-field-label
{
    width: 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;
}
.form-label-240px .dx-field-value
{
    width: calc(100% - 245px) !important;
}

.form-vertical .dx-field-label
{
    float: none!important;
}

.form-vertical .dx-field-value
{
    float: left!important;
}

.grid-container
{
    padding: 5px;
    background-color: white;
    border-radius: 5px;
}

.file-compact .dx-fileuploader-wrapper,
.file-compact .dx-fileuploader-input-wrapper,
.file-compact .dx-fileuploader-files-container,
.file-compact .dx-fileuploader-file-container
{
    padding: 0px!important;
}
