.vs__dropdown-toggle {
    height: $input-height;
    border: $input-border-width solid $input-border-color;
    @include border-radius($input-border-radius, 0);
}

.b-form-file {
    > .custom-file-label {
        z-index: auto;
    }

    .custom-file-label[data-browse]::after {
        z-index: auto;
    }
}

.image-radio {
    display: inline-block;

    label > input {
        visibility: hidden;
        position: absolute;
    }

    label > input + div {
        border: 2px solid rgb(187, 187, 187) !important;
        padding: 12px;
        cursor: pointer;
        height: 125px !important;
        width: 125px !important;
        border-radius: 2px;

        img {
            width: 70px !important;
            max-width: 70px !important;
        }
    }

    label > input:checked + div {
        border: 4px solid rgb(65, 64, 68) !important;
        padding: 10px !important;
    }
}

.img-settings {
    max-width: 100%;
    max-height: 225px;
}

.snackbar {
    z-index: 9999 !important;
    min-width: 520px;
}

.vld-overlay.is-active {
    z-index: 950;
}

.side-nav-backdrop {
    z-index: 960;
}

.input-search-group {
    width: 250px;

    .search-input {
        padding-right: 33px;
        border-radius: $border-radius !important;
    }

    .search-icon {
        z-index: 10;
        margin-left: -25px;
        margin-top: 11px;
    }
}

#nprogress {
    .bar {
        background: $body-bg;
        z-index: 9999 !important;
    }

    .spinner {
        display: none !important;
    }
}

.table-responsive {
    margin-bottom: 0 !important;
}

.display-alert {

    .header {
        margin-top: 50px !important;
    }

    .side-nav-menu {
        margin-top: 50px !important;
        -webkit-transition: all 0.2s ease;
    }

    .container-fluid {
        margin-top: 50px !important;
        -webkit-transition: all 0.2s ease;
    }
}

.side-nav-menu, .container-fluid {
    -webkit-transition: all 0.2s ease;
}

//Datetime
.vdatetime {

    .vdatetime-input {
        cursor: pointer !important;
    }

    .vdatetime-overlay {
        z-index: 1050 !important;
    }

    .vdatetime-popup {
        z-index: 1051 !important;
    }

    .vdatetime-popup__header,
    .vdatetime-calendar__month__day--selected > span > span,
    .vdatetime-calendar__month__day--selected:hover > span > span {
        background: $theme-primary !important;
    }

    .vdatetime-year-picker__item--selected,
    .vdatetime-time-picker__item--selected,
    .vdatetime-popup__actions__button {
        color: $theme-primary !important;
    }
}

.dropdown-toggle, .input-group .btn {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.b-form-tags-button {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-right: 0 !important;
}

.normal-line-height {
    line-height: normal;
}

.donut-chart-graph {
    height: 250px;
    padding-top: 1.5rem;

    text {
        font-family: $font-primary !important;
    }
}

.area-chart-graph {
    height: 300px;

    text {
        text-transform: capitalize;
    }
}

.list-referrer, .map-chart, .donut-chart, .area-chart {
    height: 300px;
}

.morris-hover-point {
    color: $default-primary !important;
}

.morris-hover-row-label {
    text-transform: capitalize;
}

.map-chart-graph, .jvmap-smart {
    width: 100%;
    height: 100%;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    width: 10px !important;
    height: 10px !important;
    line-height: 10px;
}

.jvectormap-zoomout {
    top: 30px !important;
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-zoomin:hover, .jvectormap-zoomout:hover {
    color: #67686b !important;
    background: #ffffff !important;
}

.form-group-datetime {
    .vdatetime {
        flex: 1 1 0;
        width: 100%;

        .form-control {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }
    }
}

.empty-graph {
    width: 100%;
    height: 100%;
}

.b-avatar {
    transition: none !important;
}
