/*!
 * Copyright 2021 business service camen Authors (https://bscit.ch/)
 */ 
 @media (max-width: 991px) {
    .container-smooth-sm {
        width: auto;
        max-width: none;
    }
} 
 
a,
a:hover,
a:focus {
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #CCC;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    background:#97bef8 /*#bbcce2*/ /*7386D5*/;
    color: #fff;
    transition: all 0.3s;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #85b3f8/*abc3e1*/ /*6d7fcc*/;
}

#sidebar .sidebar-button {
    background: #a6c6f7 /*c0d1e7*/;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #97bef8 /*47748b*/;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.063em;
    color: #fff;
    display: block;
}

#sidebar ul li a:hover {
    color: #96bdf8 /*#bbcce2*/ /*7386D5*/;
    background: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar ul ul a {
    font-size: 1em !important;
    color: #fff;
    padding-left: 30px !important;
    background: #85b3f8 /*abc3e1*/ /*6d7fcc*/;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 1.063em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #bcd8fe /*c6d9f1*/ /*CCF*/;
    color: #bbcce2 /*a3c9fd*/ /*7386D5*/;
}

a.article,
a.article:hover {
    background: #0045a5 /*95aac5*/ /*6d7fcc*/ !important;
    color: #fff !important;
}