/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/
.auth-one-bg {
    background-image: url(../images/banners/img_bg1.png);
    background-position: center;
    background-size: cover;
}

.dl dt {
    float: left;
    width: 41%;
    padding: 0 !important;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1rem;
    font-size: .9em;
}

.dl dd {
    margin-left: 44%;
    line-height: 1rem;
    font-size: .9em;
}

.cesw-search-box input.form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right-width: 0;
}
.cesw-search-box button.btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-color: #ced4da !important;
    border-left-width: 0;
}
.cesw-block-dropzone.dropzone .dz-file-preview.dz-preview {
    display: block;
}
.cesw-block-dropzone.dropzone .dz-file-preview.dz-preview .dz-image {
    width: 100%;
}
.cesw-block-dropzone.dropzone .dz-file-preview.dz-preview .dz-details {
    position: initial;
    padding-bottom: 5px;
}
.cesw-block-dropzone.dropzone .dz-file-preview.dz-preview .dz-details .dz-progress {
    border: 3px solid transparent;
    background: transparent;
}
.navbar-menu .cesw-menu-verical .navbar-nav .nav-link {
    font-size: .91rem !important;
}
.navbar-menu .cesw-menu-verical .navbar-nav .nav-link.active,
.navbar-menu .cesw-menu-verical .navbar-nav .nav-link:hover {
    font-weight: 800;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: contents !important;
}
