/* This file is reserved for overriding and extending the template styles. */

.logo-img {
    width: 120px;
}

.left-td-image {
    height: 65px !important;
    object-fit: cover;
}

/* .dz-preview {
    width: 100% !important;
} */

hr {
    color: rgb(0 0 0 / 28%);
}

.profile-img {
    width: 80px !important;
    height: 80px !important;
}

[data-behaviour="unpinned"] .profile-img {
    width: 40px !important;
    height: 40px !important;
}

@-webkit-keyframes spinner-scale {
    to {
        transform: scale(1.2);
    }
}

@keyframes spinner-scale {
    0% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1.6);
    }

    100% {
        transform: scale(1.2);
    }
}

body.spinner::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999 !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

body.spinner:after {
    content: "";
    background-image: url('../img/logo/logo-base.png');
    z-index: 999999 !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    -webkit-animation: spinner-scale 1.5s linear infinite;
    animation: spinner-scale 1.5s linear infinite;
    position: fixed;
    right: 50%;
    top: 45%;
    border-width: 0.15em;
    margin-top: -15px;
    margin-right: -15px;
}

.dropzone .dz-preview.dz-file-preview .img-thumbnail {
    display: block !important;
}
.select2-selection__arrow{
    left: 3px !important;
    right: inherit !important;
}
