@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: poppins, sans-serif;
    background: #fafafa
}

p {
    font-family: poppins, sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999
}

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
    color: inherit;
    text-decoration: none;
    transition: all .3s
}

.navbar {
    padding: 8px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 8px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1)
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0
}

#sidebar i,
#sidebar span {
    display: inline-block
}

.wrapper {
    display: flex;
    align-items: stretch
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: var(--primary-color);
    color: #fff;
    transition: all .3s
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center
}

#sidebar h3 {
    font-size: x-large;
    padding: 0;
    margin: 0
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none
}

#sidebar.active .sidebar-header strong {
    display: block;
    font-size: medium
}

#sidebar ul li a {
    text-align: left
}

#sidebar.active ul li a span {
    display: block
}

#sidebar.active ul li a {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
    text-align: center
}

#sidebar.active ul ul a {
    padding: 10px !important
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

#sidebar .sidebar-header {
    padding: 20px;
    color: #fff
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em
}

#sidebar ul.components {
    padding: 20px 0
}

#sidebar>ul>li:first-child {
    border-top: 1px solid #fff
}

#sidebar>ul>li {
    border-bottom: 1px solid #fff
}

#sidebar>ul>li>ul>li {
    border-bottom: .3px solid #fff
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block
}

#sidebar ul li a:hover {
    color: #7386d5;
    background: #fff
}

#sidebar ul li a i {
    margin-right: 10px
}

#sidebar ul li.active>a,
a[aria-expanded=true] {
    color: #fff;
    background: var(--primary-color)
}

a[data-toggle=collapse] {
    position: relative
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

ul ul a {
    font-size: .9em !important;
    padding-left: 30px !important;
    background: var(--primary-light-color);
    color: #fff
}

ul.CTAs {
    padding: 20px
}

ul.CTAs a {
    text-align: center;
    font-size: .9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px
}

a.download {
    background: #fff;
    color: #7386d5
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important
}

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all .3s
}

#content .btn-secondary {
    color: #fff;
}

@media(max-width:780px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important
    }

    #sidebar .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }

    #sidebar.active {
        margin-left: 0 !important
    }

    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none
    }

    #sidebar .sidebar-header strong {
        display: block
    }

    #sidebar ul li a {
        padding: 20px 10px
    }

    #sidebar ul li a span {
        font-size: .35em
    }

    #sidebar ul li a i {
        margin-right: 0;
        display: block
    }

    #sidebar ul ul a {
        padding: 10px !important
    }

    #sidebar ul li a i {
        font-size: 1.3em
    }

    #sidebar {
        margin-left: 0
    }

    #sidebarCollapse span {
        display: block;
        float: right;
        margin-left: 5px
    }
}

.has-error {
    border: 1px solid red !important
}

#vrx-loader {
    background: #1aa3a73d;
    height: 90vh;
    position: absolute;
    top: 0;
    right: 0
}

#vrx-loader .ring {
    position: relative;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: 0 0;
    border: 3px solid #3c3c3c;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    font-family: sans-serif;
    font-size: medium;
    color: #1f73a4;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #1f73a4;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

#vrx-loader .ring:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top: 3px solid #1f73a4;
    border-right: 3px solid #1f73a4;
    border-radius: 50%;
    animation: animateCircle 2s linear infinite
}

#vrx-loader span {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    width: 50%;
    height: 4px;
    background: 0 0;
    transform-origin: left;
    animation: animate 2s linear infinite
}

#vrx-loader span:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #1f73a4;
    top: -6px;
    right: -8px;
    box-shadow: 0 0 20px #343a40
}

@keyframes animateCircle {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate {
    0% {
        transform: rotate(45deg)
    }

    100% {
        transform: rotate(405deg)
    }
}

.Blink {
    animation: blinker .5s cubic-bezier(.5, 0, 1, 1) infinite alternate
}

@keyframes blinker {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

div.dataTables_wrapper div.dataTables_filter label {
    max-width: 100%
}

div.dataTables_wrapper div.dataTables_filter input {
    max-width: 76%
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td.responsive-td:first-child::before {
    left: 14px
}

.scoreboard-box {
    background: url(/images/bg-score.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff
}

.prev_overs span {
    border-radius: 50%;
    padding: 2px 5px !important;
    margin: 1px !important;
    background-color: #1a94dd !important;
    border-color: #1a94dd !important;
    font-size: xx-small
}