@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
:root {
    --primary-color: rgb(82, 80, 144);
    --secondary-color: #536390;
    --font-color: #424242;
    --bg-color: #fff;
    --heading-color: #292922;
    --color: black;
    --border-color: rgb(234, 229, 229);
    --icon-color: black;
    --outline-color: black;
    --btn-color: black;
    --bg-shadow-color: rgb(215 205 205);
    --bg2-color:#fff;
    --font2-color:black;
    --bg3-color:#eee;
    --font3-color:black;
    --font4-color:#00aeef;
    --keyframe-bg-color : #eeeeee;
    --keyframe2-bg-color : #dddddd;
    --keyframe-bg-image:url('../../../projects/images/bg-smart-insights-grey.png');
}

[data-theme="dark"] {
    --primary-color: rgb(107, 106, 134);
    --secondary-color: #818cab;
    --font-color: #e1e1ff;
    --bg-color: transparent;
    --heading-color: #63656d;
    --color: white;
    --dropdown-color: rgb(169, 168, 168);
    --border-color: #63656d;
    --icon-color: #00aeef;
    --outline-color: #00aeef;
    --btn-color: #00aeef;
    --bg-shadow-color: #00000091;
    --bg2-color:#2b2b2b;
    --font2-color:#00aeef;
    --bg3-color:transparent;
    --font3-color:rgb(14, 46, 35);
    --font4-color:#fff;
    --keyframe-bg-color : #00aeef30;
    --keyframe2-bg-color : #2b2b2b;
    --keyframe-bg-image:url('../../../projects/images/bg-smart-insights-blue.png');

}

body {
    /* background: #ebeaea !important; */
    background-color: #fcfcfc !important;
    /* #e8edef */
    /* background-color:#e8edef !important; */
    color: #333333;
    margin-top: 5rem;
    font-family: 'Montserrat', sans-serif !important;
}

.can-mem-btn {
    border: 1px solid var(--outline-color) !important;
    color: var(--btn-color) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444444;
}

ul {
    margin: 0;
}

.logo {
    position: relative;
    width: 74px;
    height: 43px;
    right: 15px;
    padding: 0 2px 0 0;
}

.navbar-dark .navbar-toggler {
    outline: none;
}

.navbar-nav>.nav-item {
    font-size: 1.2em;
    color: #00aeef !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.dropdown-menu {
    font-size: 0.8rem !important;
}


/* .navbar-nav > .nav-link :hover{
 border-bottom: 1px solid #00aeef !important;
 transition: 1s ease-in;
} */

.navbar-bg {
    background-color: white !important;
    box-shadow: 3px 6px 18px rgb(215, 205, 205) !important;
}

.navbar-dark {
    background-color: #2B2B2B !important;
    box-shadow: 5px 8px 18px #00000091 !important;
}

.bg-dark-theme {
    background-color: #171717 !important;
}


/* h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00aeef !important;
} */

.navbar-dark .navbar-nav .nav-link {
    color: #00aeef !important;
}

.swicth-pro {
    border: 1px solid transparent;
    /* background-color: white; */
    font-size: 14px !important;
    /* padding: 3px; */
    border-radius: 6px;
}

.navbar-dark .navbar-toggler-icon {
    display: revert !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.site-header .navbar-nav .nav-link {
    color: #00aeef;
}

.site-header .navbar-nav .nav-link:hover,
.create-1:hover {
    color: rgb(89, 89, 89) !important;
    transition: 0.2s ease-in;
    border-bottom: 1px solid #00aeef !important;
}

.site-header .navbar-nav .nav-link.active {
    font-weight: 500;
}

.content-section {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.upload-sec-dark {
    background-color: #2B2B2B !important;
    box-shadow: 5px 8px 18px #00000091 !important;
    color: #ffffff !important;
    border: 1px solid transparent !important;
}

.card-col {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.article-title {
    color: #444444;
}

a.article-title:hover {
    color: #428bca;
    text-decoration: none;
}

.article-content {
    white-space: pre-line;
}

.article-img {
    height: 65px;
    width: 65px;
    margin-right: 16px;
}

.article-metadata {
    padding-bottom: 1px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
    color: #333;
    text-decoration: none;
}

.article-svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
}

.account-heading {
    font-size: 2.5rem;
}


/* -------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* additonal styles */

.content-box,
.content-box-large {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
}

.content-box-large {
    padding: 20px;
}

.panel-heading>.panel-title,
.content-box-header .panel-title {
    float: left;
    padding: 10px 15px;
    padding-top: 0px;
}

.panel-heading>.panel-title>*,
.content-box-header .panel-title>* {
    margin: 0;
}

.panel-heading>.panel-title>span,
.content-box-header .panel-title>span {
    font-weight: normal;
}

.panel-heading>.panel-options,
.content-box-header .panel-options {
    float: right;
    padding-right: 15px;
}

.panel-heading>.panel-options>a,
.content-box-header .panel-options>a {
    margin-top: 10px;
}

.panel-body {
    clear: both;
}

.nav-logo {
    height: 40px;
}

@media(max-width:976px) {
    .site-header .navbar-nav .nav-link {
        text-align: center;
    }
}


/* table css */


/* table{
  border-radius: 15px;
}

.table thead th {
  font-size: 1.4em;
}

.table td {
  font-size: 1.2em;
  font-weight: 500;
}

.table-container{
  background-color: white;
  box-shadow: 5px 10px 18px #b0adad;
  border-radius: 10px;
} */

.create-project {
    background-color: #444444;
}

#id_name {
    border: none;
    width: 70%;
    padding: 10px;
    font-size: 1.1em;
    /* background: white !important; */
    border-radius: 5px;
}

input textarea {
    background: transparent !important;
    color: var(--color) !important;
    border-color: var(--border-color) !important;
}

.form-control:not(.change-dt) {
    background-color: transparent;
    border-color: var(--border-color) !important;
    color: var(--color) !important;
}

.form-select {
    background: var(--bg-color) !important;
    color: var(--dropdown-color) !important;
    border: 1px solid var(--border-color)
}

input[type="radio"] {
    color: var(--color) !important;
}

select option {
    color: black !important;
}

#myDiv2 {
    width: 100%;
    float: left;
    background-color: #2B2B2B !important;
}

.main-svg {
    background-color: transparent !important;
}

input[id=id_name],
input[id=id_file],
input[id=id_raw_file] {
    border: 1px solid var(--border-color) !important;
    border-radius: 5px;
    margin: auto;
    background-color: transparent !important;
    color: var(--color) !important;
    /* position: relative;
  right: 15%; */
}

input[id=model-name] {
    border: 1px solid rgb(234, 229, 229) !important;
    border-radius: 5px;
}

.inputs {
    border: none;
    width: 50%;
    padding: 10px;
    font-size: 1.1em;
    background: white !important;
    border-radius: 5px;
}

input[id=id_name]:focus {
    border: 1px solid rgb(234, 229, 229);
}

#id_username:focus,
#id_email:focus,
#id_file:focus,
#id_raw_file:focus,
#model-name:focus {
    outline-color: whitesmoke;
}

.create-sec input {
    width: 100% !important;
    float: left !important;
}

.create-pro {
    box-shadow: 5px 15px 10px rgb(171, 171, 171);
    border-radius: 6px;
}

.profile-sec input {
    width: 100% !important;
    float: left !important;
}

.profile-sec #id_email {
    border: 1px solid whitesmoke;
    padding: 10px;
    font-size: 1.1em;
    background: transparent !important;
    border-radius: 5px;
}

input#csvFile {
    border: none !important;
}

input,
label {
    display: block;
    text-align: left;
}

label[for=id_name] {
    text-align: left !important;
}

label {
    font-size: 0.9em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.create-project-btn,
.update-profile,
.preview-btn,
.submit-btn,
.apply-ml-button,
.submit-btn
 {
    font-family: 'Montserrat', sans-serif;
    background-color: #00AEEF !important;
    border-color: transparent !important;
    color: white !important;
    font-size: 1.3em;
    font-weight: bold;
}

.create-project-btn:hover,
.update-profile:hover,
.preview-btn:hover,
.submit-btn:hover,
.apply-ml-button:hover {
    background-color: white !important;
    color: #00aeef !important;
    border: 1px solid !important;
    border-color: #00aeef !important;
}

#save-changes,
#undo-changes{
    font-family: 'Montserrat', sans-serif;
}

#save-changes{
    background-color: #019786;
    color: white;
}

/* profile-info */

.imputation-btn {
    background-color: white !important;
    color: #00aeef !important;
    border-color: #00aeef !important;
}

.profile-card {
    background-color: white;
    box-shadow: 5px 10px 15px #cbc3c3;
    border-radius: 15px;
}

.profile-head {
    font-size: 2em;
    font-weight: bold;
}

.upload-sec
/* .graph-sec */
 {
    /* box-shadow: 5px 8px 18px #c6c2c2;
    border-radius: 5px; */
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(136 144 195 / 20%), 0 5px 15px 0 rgb(37 44 97 / 15%);
    border-radius: 15px;
    transition: 0.7s;

}

.train-card>.card-header {
    background: #00aeef !important;
    padding: 2px !important;
}

.train-card>.card-header>.card-title {
    font-size: 1.4rem !important;
    margin-left: 1%;
}

.choose-file {
    border: 1px solid #00aeef;
    border-radius: 5px;
}

.dropdown-toggle {
    display: inline-block !important;
}

#dtype-correction {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.preview-sec {
    box-shadow: 5px 8px 18px #c6c2c2;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    background-color: rgb(255, 255, 255);
}

main .container-fluid {
    padding-right: 8% !important;
    padding-left: 8% !important;
    margin-right: auto;
    margin-left: auto;
    /* overflow-x: hidden !important; */
    font-family: 'Montserrat', sans-serif;
}

.more-option-dropdown {
    background-color: white !important;
    border-color: white !important;
    font-size: 100% !important;
}

.training-complete {
    box-shadow: 5px 8px 18px #c6c2c2;
    border-radius: 5px;
    padding: 20px 10px;
}

.ml-model,
.archive-yes {
    background-color: #00aeef !important;
    border-color: transparent !important;
}

.archive-no:hover {
    background-color: #212121 !important;
    color: white !important;
}

.ml-model:hover,
.archive-yes:hover {
    background-color: white !important;
    color: #00aeef !important;
    border-color: #00aeef !important;
}

.create-1 {
    background-color: transparent !important;
    color: #00aeef !important;
    font-weight: bold !important;
    border: none !important;
    font-size: 14px !important;
}


/* .imp h6 { 
  float: left;
  margin-right: 30%;
}
.imp span { 
display: inline;
} */

.impu-check label {
    display: inline-flex;
}

@media (max-width:476px) {
    .upload-text {
        font-size: 18px;
    }
}

.impu-check label {
    display: inline-flex;
    font-family: 'Montserrat', sans-serif !important;
}

.imputaion-sec,
.upload-csv-sec {
    box-shadow: 10px 5px 10px rgb(174, 173, 173);
}

.target_var {
    padding: 4px;
    font-size: 1.3em;
    border-color: rgb(189, 188, 188);
    background-color: white;
}

.card-header {
    background-color: white !important;
}

.projects {
    color: #00aeef !important;
    font-weight: bolder !important;
}

.more-option {
    font-family: 'Montserrat', sans-serif !important;
    /* font-weight: bold; */
}

.disabled {
    background-color: gray;
    opacity: 0.8;
}

.sheet-list {
    height: 300px;
    width: 60%;
    max-height: 200px;
    overflow-y: auto;
}


/* .sheet-list{
  overflow:hidden;
  overflow-y:scroll;
  } */

.parent_sheet,
.parent_column,
.child_sheet,
.child_column,
.sheet_name,
.primary_key,
.target-entity {
    font-size: 0.8em !important;
}

.project-menu {
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-item {
    color: #00aeef !important;
    font-weight: bold !important;
}

.loader {
    width: 0;
    height: 4.8px;
    display: inline-block;
    position: relative;
    background: #00aeef;
    box-shadow: 0 0 10px #00aeef;
    /* opacity: 0.5; */
    box-sizing: border-box;
    animation: animFw 8s linear infinite;
}

.loader::after,
.loader::before {
    content: '';
    width: 10px;
    height: 1px;
    background: #00aeef;
    position: absolute;
    top: 9px;
    right: -2px;
    opacity: 0;
    transform: rotate(-45deg) translateX(0px);
    box-sizing: border-box;
    animation: coli1 0.3s linear infinite;
}

.loader::before {
    top: -4px;
    transform: rotate(45deg);
    animation: coli2 0.3s linear infinite;
}

@keyframes animFw {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes coli1 {
    0% {
        transform: rotate(-45deg) translateX(0px);
        opacity: 0.7;
    }
    100% {
        transform: rotate(-45deg) translateX(-45px);
        opacity: 0;
    }
}

@keyframes coli2 {
    0% {
        transform: rotate(45deg) translateX(0px);
        opacity: 1;
    }
    100% {
        transform: rotate(45deg) translateX(-45px);
        opacity: 0.7;
    }
}

.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}

.files input:focus {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    border: 1px solid #92b0b3;
}

.files {
    position: relative
}

.files:after {
    pointer-events: none;
    position: absolute;
    top: 40%;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    /* background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png); */
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.color input {
    background-color: #f1f1f1;
}

.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " or drag it here. ";
    display: block;
    margin: -20px auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

@media (max-width:567px) {
    .files input {
        outline: 2px dashed #92b0b3;
        outline-offset: -10px;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
        padding: 120px 0px 85px 20%;
        text-align: center !important;
        margin: 0;
        width: 100% !important;
        font-size: 0.7rem !important;
    }
}

.section_our_solution .row {
    align-items: center;
}

.our_solution_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.our_solution_category .solution_cards_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.solution_cards_box .solution_card {
    flex: 0 100% !important;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    margin: 8px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 240px;
    transition: 0.7s;
    cursor: pointer;
}

.solution_cards_box .solution-card-dark {
    flex: 0 100% !important;
    background-color: #2B2B2B !important;
    box-shadow: 5px 8px 18px #00000091 !important;
    border-radius: 15px;
    color: white !important;
    margin: 8px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 240px;
    transition: 0.7s;
    cursor: pointer;
}

.solution_cards_box .solution_card:hover {
    background: #309df0;
    color: #fff;
    transform: scale(1.1);
    z-index: 9;
}

.solution_cards_box .solution_card:hover .source-type{
    filter: brightness(0) invert(1) opacity(1);
}

.solution_cards_box .solution_card:hover::before {
    background: rgb(85 108 214 / 10%);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
    color: #fff !important;
}

.solution_cards_box .solution_card:before {
    content: "";
    position: absolute;
    /* background: rgb(85 108 214 / 5%); */
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description a {
    background: #fff !important;
    color: #309df0;
}

.solution_card .so_top_icon {}

.solution_card .solu_title h3 {
    color: #212121;
    font-size: 1.3rem;
    margin-top: 13px;
    margin-bottom: 13px;
}

.solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px;
}

.solution_card .solu_description a {
    border: 0;
    border-radius: 15px;
    background: linear-gradient( 140deg, #00aeef 0%, #00aeef 50%, #00aeefc7 75%) !important;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 8px 16px;
}

.file_img {
    /* width: 30%; */
    height: 80px;
}

.our_solution_content h1 {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.our_solution_content p {}

.hover_color_bubble {
    position: absolute;
    /* background: rgb(54 81 207 / 15%); */
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
    width: 100px;
    height: 72px;
    object-fit: contain;
}


/*start media query*/

@media screen and (min-width: 320px) {
    .sol_card_top_3 {
        position: relative;
        top: 0;
    }
    .our_solution_category {
        width: 100%;
        margin: 0 auto;
    }
    .our_solution_category .solution_cards_box {
        flex: auto;
    }
}

@media only screen and (min-width: 768px) {
    .our_solution_category .solution_cards_box {
        flex: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .sol_card_top_3 {
        position: relative;
        top: -3rem;
    }
    .our_solution_category {
        width: 100%;
        margin: 0 auto;
    }
}

.aml-sec {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 5px 8px 10px rgb(232, 230, 230);
}

.aml-img {
    width: 100%;
    /* height: 31vh; */
}

.back-engage {
    cursor: pointer;
    height: 18%;
}

@media (max-width:991px) {
    .aml-sec {
        width: 80% !important;
        margin: 5px auto !important;
    }
    .aml-img {
        width: 80%;
        height: 30vh;
    }
    .back-engage {
        height: 30%;
    }
}

@media (max-width:575px) {
    #id_name {
        width: 100% !important;
    }
}

@media (max-width:768px) {
    .pro-card {
        min-height: 100% !important;
    }
    .solution_card .solu_description a {
        font-size: 0.8rem;
    }
}

@media (max-width:353px) {
    #back-btn {
        margin-top: 5px;
    }
}

.no-pro {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #00aeef;
    opacity: 0.6;
}

.no-pro,
.rocket {
    color: #00aeef;
    opacity: 0.8;
    font-size: 4.4rem;
}

.cr:hover {
    text-decoration: none !important;
}

.errorlist {
    color: red !important;
    list-style-type: none !important;
}


/* .drop {
    position: relative !important;
    left: 40% !important;
} */

.email-input,
.code-input {
    height: 5% !important;
    padding: 8px 8px !important;
    width: 40% !important;
    color: #32325d !important;
    margin: auto !important;
    /* background-color: rgba(255, 255, 255, 0.756); */
    background-color: whitesmoke !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    box-shadow: 7px 5px 3px 0 #e6ebf1 !important;
    -webkit-transition: box-shadow 150ms ease !important;
    transition: box-shadow 150ms ease !important;
    /* margin: 15px auto; */
}

.jumbotron {
    background-color: white !important;
    border-radius: 10px !important;
    box-shadow: 5px 8px 18px #c6c2c2;
}

.ac-card {
    box-shadow: 5px 8px 18px #c6c2c2;
    border-radius: 6px !important;
    border: none;
}

.light {
    border-radius: 50% !important;
    background-color: whitesmoke !important;
    border: 1px solid transparent !important;
    box-shadow: 2px 5px 3px 0 #e6ebf1 !important;
}

.dark {
    border-radius: 50% !important;
    /* background-color: rgb(22, 22, 43) !important; */
    background-color: rgb(30, 30, 58) !important;
    border: 1px solid transparent !important;
    box-shadow: 2px 5px 3px 0 #283441 !important;
}

.dark-mode {
    background-color: #121212 !important;
}

.card {
    border: none !important;
}

.graph_image {
    width: 100% !important;
}
.profile-opt{
    color: #00aeef !important;
    text-decoration: none !important;
}
.profile-opt-1{
    font-size: 0.7rem !important;
}
.sidebar ul li.active>a, a[aria-expanded="true"]{
    background: transparent !important;
}

/* Icon Bar */

.connectionbar{
     font-family: Monsterrat, sans-serif;
    background-color: var(--bg-color);
    width: 4rem;
    height: 100vh;
    position: fixed;
    /* margin-top: 15rem; */
    padding-top: 28vh;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-around; */
    margin-left: 0;
    left: 0;
    box-shadow: rgb(214 213 213 / 40%);
    box-shadow: rgb(214 213 213 / 40%) 0.2em 0.2em 0.5em;
    z-index: 1;
  }
  
  .connectionbar a{
    display: block;
    text-align: center;
    font-size: 1.5rem;
    padding: 1rem 0rem;
    /* margin-top: 20rem; */
    color: white;
    cursor: pointer !important;
  }
  
  .connectionbar a.img.active{
    background-color: #00aeef !important;
  }
  .connectionbar a:hover{
    background-color: #00aeef20;
    cursor: pointer !important;
  }
  
.accordion {
    background-color: var(--bg-color);
    color:  var(--font-color) !important;
}
.accordion .accordion-item{
    background-color: var(--bg2-color);
    color:  var(--font-color) ;
    border-color: var(--border-color);
}
.accordion .accordion-button {
    background-color: var(--bg3-color);
    color:  var(--font2-color);

}
.accordion-button::after {
    color:  var(--font2-color) !important;
    content: '\27A4';
    background-image: none;
    transform: rotate(90deg);

}
.accordion-button:not(.collapsed)::after
{
    color:  var(--font2-color) !important;
    color:  var(--font2-color) !important;
    content: '\27A4';
    background-image: none;
    transform: rotate(-90deg);
}


.accordion .table{
    color : var(--font-color);
}



.btn-columns {
    padding: 12px 16px !important;
    cursor: pointer !important;
    /* padding-top: 100px; */
    border-width: 1px !important;
    border-radius: 6px !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12) !important;
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12) !important;
    border: 1px solid #00aeef !important;
    font-weight: bold !important;
    background-color: var(--bg-color) !important;
    color: var(--font-color) !important;
}


.btn:hover{
    color: #00aeef;
    border-color: #00aeef;
    border: 1px solid;
}


.btn-columns-sm {
    padding: 8px 10px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 6px;
    font-size: 0.7rem;
    text-decoration: none;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    border: 1px solid #00aeef;
    font-weight: bold;
    background-color: var(--bg-color) !important;
    color: var(--font-color);
}


.btn-columns.btn-outline  {
    border: 1px solid var(--border-color) !important;
    color: var(--font-color) !important;
    /* background: transparent; */
}

.btn-columns.btn-outline:hover {
    color: var(--font4-color);
    border-color: var(--border-color);
}

/*  */
.btn.btn-columns:hover {
    color: var(--font4-color);
    border-color: var(--font4-color);
    border: 1px solid;
}