/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
    max-width: 600px;
    margin: 0 auto!important;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: .900em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    max-width: 600px;
    margin: 0 auto;
    padding: 13px 6px;
    background: #fff !important;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    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 #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 190px;
    position: fixed;
    top: 0;
    right: -366px;
    height: 100vh;
    z-index: 9999;
    background: #ffffff;
    color: rgb(0, 0, 0);
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.close-modal{
    /* margin-top: 5px; */
    background-color: transparent;
    font-size: 24px;
}
#sidebar.active {
    right: 0;
}
.login{
    margin: 0 auto !important;
    font-size: 20px !important;
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ffffff;
    position: absolute;
    top: 17px;
    left: 10px;
    color: rgba(46, 40, 40, 0.5) !important;
    font-size: 21px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #40673b;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 50px 10px 10px;
    background: #40673b;
}
#sidebar .home-sidebar-header {
    padding: 3px 54px 4px;
    background: #ffffff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%), 0 1px 3px 0 rgb(0 0 0 / 8%);;
}
#sidebar ul.components {
    padding: 0px 0;
    /* border-bottom: 1px solid #47748b; */
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 20px 30px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:after {
    /* background-image: url("assets/img/icon.png"); */
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    right: 12px;
    opacity: 0.5;
    /* top: 51%; */
    margin-top: 4px;
}
#sidebar li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    /* bottom: 0; */
    height: 1px;
    background: #E1E1E1;
}
#sidebar ul li a:hover {
    color: #40673b;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #40673b;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: unset !important;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #fff;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #40673b;
}

a.article,
a.article:hover {
    background: #40673b !important;
    color: #fff !important;
}
h1, h2, h3, h4, h5, p{
    margin-bottom: 0 !important;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
.form-check .form-check-label:before {
    /* content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 5px !important;
    top: 5px !important;
    z-index: 3;
    opacity: 0;
    border-radius: 10px; */
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e); */
}
.form-check .form-check-label:after {
    /* position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 15px !important;
    height: 15px !important;
    background: transparent;
    border-radius: 10px !important;
    border: 1px solid #E1E1E1; */
}
