* {
    /* font-family: Microsoft JhengHei; */
    font-family: 'Montserrat', 'Almarai', 'Microsoft JhengHeis', 'PingFang', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    font-weight: 400;
}

* a {
    text-decoration: none !important;
    outline: none !important;
    word-break: break-all;
}

* ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

* img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

* p {
    word-break: break-all;
    line-height: 1.6;
    margin-bottom: 12px
}

body {
    background-color: #fff;
    padding: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
}

a,
button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #ffcc00;
}

a:hover,
button:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000;
}

textarea {
    resize: none;
}

svg#freepik_stories-dark-analytics:not(.animated) .animable {
    opacity: 0;
}

svg#freepik_stories-dark-analytics.animated #freepik--background-complete--inject-35 {
    animation: 1s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) fadeIn;
    animation-delay: 0s;
}

svg#freepik_stories-dark-analytics.animated #freepik--Chart3--inject-35 {
    animation: 3s Infinite linear floating;
    animation-delay: 0s;
}

svg#freepik_stories-dark-analytics.animated #freepik--Chart2--inject-35 {
    animation: 1.5s Infinite linear floating;
    animation-delay: 0s;
}

svg#freepik_stories-dark-analytics.animated #freepik--Chart1--inject-35 {
    animation: 1.5s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) slideDown, 3s Infinite linear floating;
    animation-delay: 0s, 1.5s;
}

svg#freepik_stories-dark-analytics.animated #freepik--Character2--inject-35 {
    animation: 6s Infinite linear shake;
    animation-delay: 0s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes floating {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

@media (min-width: 1280px) {}


/* reset_start */

.custom-file-control:invalid,
.form-control:invalid {
    background-image: unset;
}

.form-control {
    background: none;
    background: #fff;
    display: inline-block;
    padding: 8px;
    box-shadow: none;
    border: #eee solid 1px;
}

.form-control:focus {
    box-shadow: none;
    background: #fff;
}

.form-control:read-only,
.custom-file-control:read-only {
    background: #fff;
}

select.form-control:not([size]):not([multiple]),
select.custom-file-control:not([size]):not([multiple]) {
    height: auto;
    line-height: 2;
}

* .ckeditor_container ul {
    list-style: disc;
}

form {
    margin-bottom: 0px;
}

.bmd-layout-canvas {
    position: static;
}

.bmd-layout-content {
    overflow: hidden;
}

.bmd-layout-drawer {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.col-padding {
    padding: 12px;
}

.row-margin {
    margin-left: -12px;
    margin-right: -12px
}

.material-icons {
    line-height: inherit;
}

.bmd-form-group {
    position: inherit;
    padding: 0;
}

.bmd-form-group [class*=" bmd-label"],
.bmd-form-group [class^=bmd-label] {
    position: unset;
    color: #000;
    font-size: 24px;
}

.form-wrap .custom-file-control:invalid,
.form-wrap .form-control:invalid {
    background-image: unset;
}

label {
    font-size: 24px;
    color: #000;
    margin-bottom: 16px;
    display: block;
    width: 100%;
    /* padding-bottom: 12px;
    border-bottom: 1px dashed #d8d8d8; */
}

.is-focused [class*="bmd-label"] {
    color: #0089A7;
}

.is-focused .form-control {
    background-image: unset;
}

.item {
    padding: 4px;
}

input [type=file] {
    outline: unset;
}

input[type=checkbox],
input[type=radio] {
    width: 12px;
    height: 12px;
}

.owl-theme .owl-nav {
    margin-top: 0px;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 4px 8px;
}

.owl-theme .owl-nav .disabled:hover {
    opacity: .5;
    background-color: #d6d6d6;
}

.checkbox label,
.radio label {
    margin-bottom: 4px;
    line-height: 1;
    padding-left: 8px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 20px;
    color: #979797;
    border-bottom: unset;
    padding-bottom: 0;
}

.checkbox label:hover,
.radio label:hover,
.checkbox label:active,
.radio label:active {
    color: #0089A7;
}

.checkbox,
.radio {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.form-group input::placeholder {
    color: #d8d8d8;
}

.bmd-form-group .form-control,
.bmd-form-group input::placeholder {
    line-height: 1.6;
    font-size: 14px;
}


/* reset_end  */

.col-1-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 768px) {
    .col-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 576px) {}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 420px) {}