::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #CA2C73;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
}
body {
    background-color: #F3F3F9 !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 16px;
}
.btn {
    height: 30px;
    text-align: center;
    font-size: 13px;
    border: none;
    margin-top: auto;
    margin-bottom: auto;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 2%;
    text-transform: capitalize !important;
}
.btn-success {
    background-color: #1cc88a !important;
}

.btn-success:hover {
    background-color: #067644 !important;
}

.btn-primary {
    background-color: #4e73df !important;
}

.btn-primary:hover {
    background-color: #254fcc!important;
}

.btn-danger {
    background-color: #ed254e !important;
}

.btn-danger:hover {
    background-color: #c11b1b!important;
}

.btn-warning {
    background-color: #f6c23e !important;
}

.btn-warning:hover {
    background-color: #c48c00 !important;
}

.btn-info {
    background-color: #36b9cc !important;
    color: #fff;
}

.btn-info:hover {
    background-color: #4aa6b2 !important;
}

.btn-secondary {
    background-color: #858796 !important;
}

.btn-secondary:hover {
    background-color: #535670 !important;
}

.btn-circle {
    background-color: #6749b9 !important;
    color: #fff;

}
.form-control {
    background-color:  #fff;
    border: solid 1px #ddd;
    color: #666;
    margin-bottom: 3%;
    height: 30px;
}
.form-group {
    margin-bottom: 1% !important;
}
label {
    color: #888;
}
.card {
    border: none;
    padding: 10px;
    box-shadow: 2px 10px 20px #ddd;
}
.card-header {
    background-color: #fff !important;
}

table {
    border-collapse: separate !important;
}

table th{
    color: #999;
}

span {
    color: #866EC7;
    font-weight: bold;
    text-transform: capitalize;
}

#sidebar, a{
    text-decoration: none !important;
    font-weight: bold !important;
}
.modal-width {
    color: #000;
    width: 50%;
}
@media screen and (max-width: 576px){
    .modal-width {
        color: #000;
        width: 95%;
    }
}
.modal-dialog {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    max-width: none !important;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #866ec7;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
#sidebar .h6 {
    color: #fff;
}
#sidebar.active {
    margin-left: -250px;
}
#sidebar.active .custom-menu {
    margin-right: -50px;
}
#sidebar h1 {
    margin-bottom: 20px;
    font-weight: 700;
}
#sidebar h1 .logo {
    color: #fff;
}
#sidebar ul.components {
    padding: 0;
}
#sidebar ul li {
    font-size: 16px;
}
#sidebar ul li > ul {
    margin-left: 10px;
}
#sidebar ul li > ul li {
    font-size: 14px;
}
#sidebar ul li a {
    padding: 10px 0;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#sidebar ul li a:hover {
    color: #fff;
}
#sidebar ul li.active > a {
    background: transparent;
    color: #fff;
}
@media (max-width: 991.98px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebar .custom-menu {
        margin-right: -50px !important;
        top: 10px !important;
    }
}
#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
    #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
#sidebar .custom-menu .btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#sidebar .custom-menu .btn.btn-primary {
    background: #6749b9;
    border-color: #6749b9;
}
#sidebar .custom-menu .btn.btn-primary:hover, #sidebar .custom-menu .btn.btn-primary:focus {
    background: #6749b9 !important;
    border-color: #6749b9 !important;
}

#sidebar .link-menu {
    margin-top: 16% !important;
}
a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991.98px) {
    #sidebarCollapse span {
        display: none;
    }
}
#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
