.elementor-216 .elementor-element.elementor-element-c633bb9 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.elementor-216 .elementor-element.elementor-element-c633bb9>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-216 .elementor-element.elementor-element-f49bec6 img {
    width: 334px
}

.elementor-216 .elementor-element.elementor-element-a2bae67 {
    text-align: center
}

.elementor-216 .elementor-element.elementor-element-a2bae67 .elementor-heading-title {
    color: #000000;
    font-size: 18px;
    padding: 36px 0 0
}

#sidebar p {
    font-size: .5em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999
}

#sidebar a,
#sidebar a:focus,
#sidebar a:hover {
    color: #000000;
    text-decoration: none;
    transition: all .3s;
}

#sidebar.wpadmin {
    margin-top: 32px
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1)
}

.navbar-btn {
    box-shadow: none;
    outline: 0 !important;
    border: none
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background-image: url(../asset/bg-01.webp);
    background-repeat: no-repeat;
    background-size: cover;
    color: #000000;
    transition: all .3s;
    overflow-y: scroll;
    /* box-shadow: 3px 3px 3px rgba(0, 0, 0, .2) */
}

#sidebar.active {
    left: 0
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: linear-gradient(45deg, #6c6c6c, #3c3c3c);
    border-radius: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    border: none;
    color: #fff;
    z-index: 999999999;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center
}

#dismiss:hover {
    background: #fff;
    color: #565656
}

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

.overlay.active {
    display: block;
    opacity: 1
}

#sidebar .sidebar-header {
    padding: 33px 15px;
    background-image: url(../asset/bg-01.webp);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 2px 3px #00000082;
}

#sidebar .sidebar-header img {
    width: 134px;
    height: auto
}

#sidebar ul.components {
    border-bottom: 1px solid #ffc705
}

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

#sidebar ul li a {
    padding: 13px;
    font-size: .9em;
    display: block
}

#sidebar ul li a:hover {
    color: #fff1a8;
    background: #4848488a
}

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

.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: #6d7fcc
}

ul.CTAs {
    padding: 20px
}

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

.download {
    background: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #fff 0, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    color: #fff;
    font-size: 20px !important;
    font-weight: 700
}

.download:hover {
    background: radial-gradient(ellipse farthest-corner at left top, #fedb37 0, #fdb931 8%, #9f7928 30%, #8a6e2f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at right bottom, #fff 0, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%, #5d4a1f 100%) !important;
    color: #fff !important;
    font-size: 17px !important
}

a.article {
    background-color: #262626;
    color: #fff;
    font-weight: 700
}

a.article:hover {
    background: #565656 !important;
    color: #fff !important;
    font-size: 17px !important
}

#content {
    width: 100%;
    min-height: 100vh;
    transition: all .3s;
    position: absolute;
    top: 0;
    right: 0
}