.existing-file {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.file-preview {
    display: flex;
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 5px;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.file-preview img{
    max-width: 100%;
}

.file-clear-button {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid red;
    color: red;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 3px -1px #000;
}

.file-preview a.thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-group-xs > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.sidebar.sidebar-pills .nav-link, .sidebar.sidebar-pills .nav-title {
    color: #495057;
    padding: .5rem .1rem .5rem .1rem;
}
.sidebar .nav-link .nav-icon{
    margin: 0 .1em 0 0;
}
.sidebar .nav-dropdown-toggle::before {

    right: 0px;
}
.table.table-striped.mb-0 table tr td p strong {
    color: #fff;
    text-align: center;
    display: block;
}

.table.table-striped.mb-0 table tr td p {
    margin-bottom: 0;
}

caption{
    caption-side: top;
}

.switch-slider{
    border: 1px solid rgba(0,40,100,.42);
}
.switch-label .switch-slider::after {
    color: #404040;

}

@media (max-width: 991px) {
    .app-header .navbar-brand {
        margin-left: -365px;
    }
}

@media (max-width: 767px) {
    .app-header .navbar-brand {
        left: 50%;
        margin-left: -145.5px;
        position: absolute;
        top: 0;
    }

    .app-header .navbar-toggler{
        z-index: 1000;
    }
}

.package_pricing {
    display: flex;
    justify-content: flex-start;
}

.package_pricing div{
    position: relative;
    margin: 15px;
    width: 200px;
    height: 75px;
}

.package_pricing input {
    position: absolute;
    visibility: visible;
    top: 45%;
    left: 10px;
    z-index: 1;
}

.package_pricing label {
    position: absolute;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    background: #eee;
    box-shadow: 0 0 5px 0px #ccc;
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.package_pricing input:checked + label{
    background: #fff;
    box-shadow: 0 0 0px 0px #ccc;
}


@media (max-width: 468px){
    .navbar-brand{
        font-size: 1rem;
    }
}