﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*@tailwind base;
@tailwind components;
@tailwind utilities;*/

.container-main {
    min-width: 100%;
    font-family: Calibri;
}

.chart-font {
    font-family: Calibri;
    font-size: 12px;
}

.logout-button {
    background-color: inherit;
    color: black;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    /*color: #0366d6;*/
    color: #0056b3;
    text-decoration: underline;
}

.btn-select {
    color: #212529;
    background-color: #eee;
    border-color: #000;
}

.btn-edit {
    color: #fff;
    background-color: #3f6ad8;
    border-color: #3f6ad8;
}

.btn-delete {
    color: #fff;
    background-color: #d92550;
    border-color: #000;
}

.btn-primary {
    color: #fff;
    background-color: #3f6ad8 !important;
    border-color: #3f6ad8;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: rgb(28 68 169);
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* Custom CSS Styles */
* {
    box-sizing: border-box
}

.card-primary {
    box-shadow: 0 2px 6px #e1e5e8;
}

.card-height-1 {
    height: 250px;
}

.card-height-2 {
    height: 410px;
}

.card-center-page {
    margin-left: auto;
    margin-right: auto;
}

.text-header {
    margin-bottom: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.header-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.search-table {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    min-width : 155px;
    height: 100%;
    margin-top: 2.6rem;
}

/* Style the buttons that are used to open the tab content */
.tablinks {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tablinks:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    padding: 0px 12px;
    display: none;
    margin-bottom: 200px;
    text-align: center;
}

.checklist-container {
    width: 100%;
    height: 100%;
}


/* displays the buttons inside of a tabs contents on a single line */
.question-content {
    display: block;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

.radio-group label{
    padding: 5px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: Gainsboro;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    text-align: center;
    font-weight: bold;
}

.accordion-group {
    /*background-color: Maroon;*/
    Border: solid;
    /*Padding: 1%;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #fdfdfd;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    display: flex;
    flex-direction: column;
    padding: 0 18px;
    background-color: #ebebeb;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.summary {
    text-align: center;
    padding: 20px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.overall-results {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
    float: inherit;
    margin-left: auto;
    margin-right: auto;
}

.results-table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.summary-table, th, td {
    max-width: 100%;
    border: 1px solid black;
    border-collapse: collapse;
    padding: 10px;
    /*background-color: ghostwhite;*/
}

.table-element {
    max-width: 70%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.score-element {
    border: 1px solid black;
    margin: 30px;
    text-align: center;
    width: 500px;
}

.score-element-items {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.score-element-header {
    font-size: 1.75rem;
    padding: 10px;
}

.score-element-body {
    font-size: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex: 1;
    border: dotted;
}

/*.result-row {
    max-width: 50%;
    text-align: left;
    border-bottom: solid;
    padding-bottom: 10px;
}*/
.btn-primary-bottom-form {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    position: absolute;
    top: 85%;
    right: 24.5%;
    width: 100px;
}

.input-container {
    display: flex;
    flex-direction: column;
    justify-content: left;
    width: 50%;
}

.input-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.assessment-container {
    display: flex;
    flex-direction: column;
}

.assessment-button {
    display: inherit;
    justify-content: end;
    padding-top: 10px;
}

/*Styles for chart information*/
#chartdiv {
    width: 100%;
    height: 500px;
}

#chartdiv2 {
    width: 100%;
    height: 500px;
}

.chart-container {
    /*display: flex;
    flex-direction: column;*/
    margin-top: 30px;
}

.chart-item {
    margin-bottom: 30px;
}

/*Styles for comparison page*/
.comparison-container {
    /*display: flex;
    flex-direction: column;
    justify-content: center;*/
    align-items: center;
}

/*Styles for Company Profile Card*/
.card-container {
    display: flex;
    height: 150px;
    background-color: gainsboro;
}

.card-image {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}


.card-item {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.card-content {
    display: flex;
    flex: 1;
}

.dropdown-input {
    width: 14rem;
}

.table-cell {
    margin-top: auto;
    margin-bottom: auto;
}

#trend_table.dataTable {
    border: 0;
}

#trend_table.dataTable thead th,
#trend_table.dataTable tbody td,
#trend_table.dataTable tfoot th {
    text-align: left;
    border: 0;
}

#compare_table.dataTable {
    border: 0;
}

#compare_table.dataTable thead th,
#compare_table.dataTable tbody td,
#compare_table.dataTable tfoot th {
    text-align: left;
    border: 0;
}

#new_company_table.dataTable {
    border: 0;
}

#new_company_table.dataTable thead th,
#new_company_table.dataTable tbody td,
#new_company_table.dataTable tfoot th {
    text-align: left;
    border: 0;
}

#new_company_table.dataTable thead th,
#new_company_table.dataTable tbody td,
#new_company_table.dataTable tfoot th {
    text-align: left;
    border: 0;
}


.information-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.information-tooltip .tooltiptext {
    visibility: hidden;
    width: 500px;
    background-color: #fdfdfd;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 10;
}

.information-tooltip:hover .tooltiptext {
    visibility: visible;
}

.selectgroup {
    display: inline-flex;
}

.selectgroup-item {
    flex-grow: 1;
    position: relative;
}

.selectgroup-item + .selectgroup-item {
    margin-left: 4px;
}

.selectgroup-item:not(:first-child) .selectgroup-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.selectgroup-item:not(:last-child) .selectgroup-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.selectgroup-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.selectgroup-button {
    background-color: rgb(232 236 246);
    border-color: #e4e6fc;
    border-width: 1px;
    border-style: solid;
    display: block;
    text-align: center;
    padding: 0 1rem;
    /*height: 35px;*/
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    min-width: 2.375rem;
    line-height: 36px;
}

.selectgroup-button-icon {
    padding-left: .5rem;
    padding-right: .5rem;
}

.selectgroup-button-icon i {
    font-size: 14px;
}

.selectgroup-input:hover + .selectgroup-button {
    background-color: rgb(186 198 229);
    /*color: #fff;*/
    z-index: 1;
}

.selectgroup-input:checked + .selectgroup-button {
    background-color: rgb(28 68 169);
    color: #fff;
    z-index: 1;
}

.selectgroup-pills {
    display: block;
    flex-wrap: wrap;
    align-items: flex-start;
}

.selectgroup-pills .selectgroup-item {
    margin-right: .5rem;
    flex-grow: 0;
}

.selectgroup-pills .selectgroup-button {
    border-radius: 50px !important;
}

.w-100 {
    width: 100% !important;
}

.header-text-input:hover, .header-text-input:focus {
    border: 1px solid black;
    opacity: 1;
}

.header-text-input {
    border: 1px solid transparent;
    opacity: 0.5;
}

/*select2 styles*/
.select2 {
    width: 100% !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
    box-shadow: none;
}

.select2-container .select2-selection--multiple, .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 42px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    outline: none;
    background-color: #fdfdff;
    border-color: #e4e6fc;
}

.select2-dropdown {
    border-color: #e4e6fc !important;
}

.select2-container.select2-container--open .select2-selection--multiple {
    background-color: #fefeff;
    border-color: #95a0f4;
}

.select2-container.select2-container--focus .select2-selection--multiple, .select2-container.select2-container--focus .select2-selection--single {
    background-color: #fefeff;
    border-color: #95a0f4;
}

.select2-container.select2-container--open .select2-selection--single {
    background-color: #fefeff;
    border-color: #95a0f4;
}

.select2-results__option {
    padding: 10px;
}

.select2-search--dropdown .select2-search__field {
    padding: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 42px;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
    min-height: 42px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    background-color: #3f6ad8;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 10px;
    padding-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6777ef;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 1rem;
    padding-right: 5px;
}

.select2-results__option {
    padding-right: 10px 15px;
}

.main-sidebar, .navbar, .main-content, .main-footer {
    transition: all .5s;
}

.main-sidebar {
    box-shadow: 0 4px 8px rgb(0 0 0 / 3%);
    position: fixed;
    top: 0;
    height: 100%;
    width: 250px;
    background-color: #fff;
    z-index: 880;
    left: 0;
}

.main-sidebar .sidebar-menu {
    padding: 0;
    margin: 0;
}

.main-sidebar {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    position: fixed;
    top: 0;
    height: 100%;
    width: 250px;
    background-color: #fff;
    z-index: 880;
    left: 0;
}

.main-sidebar,
.navbar,
.main-content,
.main-footer {
    transition: all 0.5s;
}

body.sidebar-gone .main-sidebar {
    left: -250px;
}

body.sidebar-mini .hide-sidebar-mini {
    display: none !important;
}

body.sidebar-mini .main-sidebar {
    width: 65px;
    overflow: initial !important;
    position: absolute;
    box-shadow: none;
}

    body.sidebar-mini .main-sidebar:after {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
        content: " ";
        position: fixed;
        background-color: #fff;
        width: 65px;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        opacity: 0;
        -webkit-animation-name: mini-sidebar;
        animation-name: mini-sidebar;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

@-webkit-keyframes mini-sidebar {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes mini-sidebar {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

body.sidebar-mini .main-sidebar .sidebar-brand {
    display: none;
}

body.sidebar-mini .main-sidebar .sidebar-brand-sm {
    display: block;
}

body.sidebar-mini .main-sidebar .sidebar-menu > li {
    padding: 10px;
}

    body.sidebar-mini .main-sidebar .sidebar-menu > li.menu-header {
        padding: 0;
        font-size: 0;
        height: 2px;
    }

    body.sidebar-mini .main-sidebar .sidebar-menu > li > a {
        border-radius: 3px;
        height: 45px;
        padding: 0;
        justify-content: center;
    }

        body.sidebar-mini .main-sidebar .sidebar-menu > li > a .ion, body.sidebar-mini .main-sidebar .sidebar-menu > li > a .fas, body.sidebar-mini .main-sidebar .sidebar-menu > li > a .far, body.sidebar-mini .main-sidebar .sidebar-menu > li > a .fab, body.sidebar-mini .main-sidebar .sidebar-menu > li > a .fal {
            margin: 0;
            font-size: 20px;
        }

        body.sidebar-mini .main-sidebar .sidebar-menu > li > a span {
            display: none;
        }

        body.sidebar-mini .main-sidebar .sidebar-menu > li > a .badge {
            padding: 5px;
            position: absolute;
            top: 4px;
            right: 4px;
            font-size: 10px;
        }

        body.sidebar-mini .main-sidebar .sidebar-menu > li > a.has-dropdown:after {
            content: initial;
        }

    body.sidebar-mini .main-sidebar .sidebar-menu > li.active > a {
        box-shadow: 0 4px 8px #acb5f6;
        background-color: #6777ef;
        color: #fff;
    }

    body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu {
        position: absolute;
        background-color: #fff;
        left: 65px;
        top: 10px;
        width: 200px;
        display: none;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
    }

        body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li > a:focus,
        body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li.active > a,
        body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li.active > a:hover {
            color: #fff;
            background-color: #6777ef !important;
        }

        body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li a {
            height: 40px;
            padding: 0 20px;
            background-color: #fff;
        }

            body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li a.has-dropdown:after {
                content: "\f054";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                position: absolute;
                top: 50%;
                right: 20px;
                transform: translate(0, -50%);
                font-size: 12px;
                transition: all 0.5s;
            }

body.sidebar-mini .main-sidebar .sidebar-menu li:hover > ul.dropdown-menu {
    display: block !important;
}

    body.sidebar-mini .main-sidebar .sidebar-menu li:hover > ul.dropdown-menu li:hover > a {
        background-color: #fcfcfd;
    }

    body.sidebar-mini .main-sidebar .sidebar-menu li:hover > ul.dropdown-menu li .dropdown-menu {
        left: 200px;
        padding: 0;
    }

body.sidebar-mini .navbar {
    left: 65px;
}

body.sidebar-mini .main-content, body.sidebar-mini .main-footer {
    padding-left: 90px;
}

body.layout-2 .navbar-bg {
    z-index: 889;
    height: 70px;
}

body.layout-2 .navbar {
    left: 0;
    z-index: 890;
}

body.layout-2 .main-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0 50px;
}

body.layout-2 .main-sidebar,
body.layout-2 .main-content,
body.layout-2 .main-footer {
    flex-shrink: 0;
    flex-grow: 0;
}

body.layout-2 .main-sidebar {
    background-color: transparent;
    box-shadow: none;
    position: static;
    margin-top: 100px;
    width: 200px;
}

    body.layout-2 .main-sidebar .sidebar-menu li.menu-header {
        padding: 0;
    }

    body.layout-2 .main-sidebar .sidebar-menu li a {
        padding: 0;
    }

        body.layout-2 .main-sidebar .sidebar-menu li a i {
            width: 10px;
        }

        body.layout-2 .main-sidebar .sidebar-menu li a.has-dropdown:after {
            right: 0;
        }

        body.layout-2 .main-sidebar .sidebar-menu li a:hover {
            color: #6777ef;
            background-color: transparent;
        }

    body.layout-2 .main-sidebar .sidebar-menu li ul.dropdown-menu li a {
        padding-left: 34px;
    }

    body.layout-2 .main-sidebar .sidebar-menu li.active a {
        background-color: transparent;
    }

    body.layout-2 .main-sidebar .sidebar-menu li.active ul.dropdown-menu {
        background-color: transparent;
    }

        body.layout-2 .main-sidebar .sidebar-menu li.active ul.dropdown-menu a {
            background-color: transparent;
        }

.main-sidebar .sidebar-brand {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

    .main-sidebar .sidebar-brand.sidebar-brand-sm {
        display: none;
    }

    .main-sidebar .sidebar-brand a {
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-weight: 700;
        color: #000;
    }

.main-sidebar .sidebar-user {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

    .main-sidebar .sidebar-user .sidebar-user-picture {
        float: left;
        margin-right: 10px;
    }

        .main-sidebar .sidebar-user .sidebar-user-picture img {
            width: 50px;
            border-radius: 50%;
        }

.main-sidebar .sidebar-menu {
    padding: 0;
    margin: 0;
}

    .main-sidebar .sidebar-menu li {
        display: block;
    }

        .main-sidebar .sidebar-menu li.menu-header {
            padding: 3px 15px;
            color: #a1a8ae;
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: 1.3px;
            font-weight: 600;
        }

            .main-sidebar .sidebar-menu li.menu-header:not(:first-child) {
                margin-top: 10px;
            }

        .main-sidebar .sidebar-menu li a {
            position: relative;
            display: flex;
            align-items: center;
            height: 50px;
            padding: 0 20px;
            width: 100%;
            letter-spacing: 0.3px;
            color: #78828a;
            text-decoration: none;
        }

            .main-sidebar .sidebar-menu li a .badge {
                float: right;
                padding: 5px 10px;
                margin-top: 2px;
            }

            .main-sidebar .sidebar-menu li a i {
                width: 28px;
                margin-right: 20px;
                text-align: center;
            }

            .main-sidebar .sidebar-menu li a span {
                margin-top: 3px;
                width: 100%;
            }

            .main-sidebar .sidebar-menu li a:hover {
                background-color: #f8fafb;
            }

        .main-sidebar .sidebar-menu li.active a {
            color: #6777ef;
            font-weight: 600;
            background-color: #f8fafb;
        }

            .main-sidebar .sidebar-menu li.active a.has-dropdown:after {
                transform: translate(0, -50%) rotate(90deg);
            }

        .main-sidebar .sidebar-menu li.active ul.dropdown-menu {
            background-color: #f8fafb;
        }

        .main-sidebar .sidebar-menu li a.has-dropdown:after {
            content: "\f054";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translate(0, -50%);
            font-size: 12px;
            transition: all 0.5s;
        }

        .main-sidebar .sidebar-menu li.active > ul.dropdown-menu li a:hover {
            background-color: #f8fafb;
        }

        .main-sidebar .sidebar-menu li ul.dropdown-menu {
            padding: 0;
            margin: 0;
            display: none;
            position: static;
            float: none;
            width: 100%;
            box-shadow: none;
            background-color: transparent;
        }

            .main-sidebar .sidebar-menu li ul.dropdown-menu li a {
                color: #868e96;
                height: 35px;
                padding-left: 65px;
                font-weight: 400;
            }

                .main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover {
                    color: #6777ef;
                    background-color: inherit;
                }

            .main-sidebar .sidebar-menu li ul.dropdown-menu li.active > a {
                color: #6777ef;
                font-weight: 600;
            }

            .main-sidebar .sidebar-menu li ul.dropdown-menu li a i {
                margin-top: 1px;
                text-align: center;
            }

            .main-sidebar .sidebar-menu li ul.dropdown-menu li ul.dropdown-menu {
                padding-left: 10px;
            }

body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active a {
    background-color: #6777ef;
    color: #fff;
}

body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active ul.dropdown-menu li a {
    color: #e8ebfd;
}

    body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active ul.dropdown-menu li a:hover {
        background-color: #6777ef;
        color: #fff;
    }

body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active ul.dropdown-menu li.active a {
    color: #fff;
}

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu > li.active > a {
    padding-left: 16px;
    background-color: transparent;
    position: relative;
}

    body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu > li.active > a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 25px;
        width: 4px;
        background-color: #6777ef;
    }

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu li.active ul.dropdown-menu li a {
    padding-left: 61px;
    background-color: #fff;
}

@media (max-width: 1024px) {
    .sidebar-gone-hide {
        display: none !important;
    }

    .sidebar-gone-show {
        display: block !important;
    }

    .main-sidebar {
        position: fixed !important;
        margin-top: 0 !important;
        z-index: 891;
    }

    body.sidebar-show {
        overflow: hidden;
    }

    body.search-show:before, body.sidebar-show:before {
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0;
        z-index: 891;
        -webkit-animation-name: fadeinbackdrop;
        animation-name: fadeinbackdrop;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
}