/* <------------------------------------------------------------------ box shadows page ----------------------------------------------------------------> */
.box_shadow_textarea {
    display: none;
}

.actions_icon a {
    cursor: pointer;
}

/* profile setting page  */
.profile_image>img {
    height: 12rem;
    aspect-ratio: 1/1;
    border-radius: 0.3rem;
    object-fit: cover;
}

.box_shadow_textarea {
    min-height: 20rem !important;
}

div#image-preview>img {
    height: 200px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

.table-responsive svg {
    height: 28px;
}

.previews-images img {
    height: 90px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.preview-image {
    display: flex;
    flex-direction: column-reverse;
}

.previews-images {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.multiple-images {
    cursor: pointer;
}

.preview-feature-image img {
    height: 200;
    object-fit: cover;
}

.preview-icon>img {
    height: 157px;
    object-fit: contain;
    width: 100%;
    margin-top: 1rem;
}

.preview-image>img {
    height: 200px;
    object-fit: contain;
}

.preview-logo>img {
    height: 100px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    margin-top: 1rem;
}

ul.list-unstyled.view-driver {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.password-field {
    position: relative;
}

.password-field .toggle-password {
    position: absolute;
    right: 12px;
    top: 15px;
    cursor: pointer;
}

span.logo-sm img {
    height: 31px;
    object-fit: contain;
    line-height: 0px;
}

span.logo-lg>img {
    height: 50px;
}

.footer {
    padding-left: 11.18rem;
    background-color: #f5f5f5;
}

.footer .copyright {
    padding: 0.9375rem;
}

.footer .copyright p {
    text-align: center;
    margin: 0;
}

.footer .copyright a {
    color: #93BDDB;
}

@media only screen and (min-width: 768px) {
    [data-sidebar-style="mini"] .footer {
        padding-left: 6.2rem;
    }
}

/* Make Select2 match Bootstrap form-control height */
.select2-container .select2-selection--single {
    height: 38px;
    /* match Bootstrap input height */
    padding: 6px 12px;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
    /* vertically center the text */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 10px;
}

/* Make dropdown full width */
.select2-container {
    width: 100% !important;
}