:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #306fd3;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* config color */
.bg-primary {
    background-color: var(--primary) !important;
}
.btn-primary {
    background-color: var(--primary) !important;
}
.text-primary {
    color: var(--primary) !important;
}

.btn-search {
    top: 5px;
    right: 5px;
    width: 100px;
}
.font-poppins {
    font-family: 'Poppins', sans-serif;
}
.font-open-sans {
    font-family: 'Open Sans', sans-serif;
}
.rounded-hero {
    border-bottom-left-radius: 20px !important;
}
.hero {
    height: 300px;
}
body {
    font-family: 'Open Sans', sans-serif;
}
.root {
    position: relative;
    -webkit-font-smooting: antialiased;
}
#search {
    font-size: 15px;
}
#topBg {
    left: 0;
}
#topBg, .home::after {
    position: absolute;
    top: 0;
}
#topBg::before {
    content: '';
    height: 100%;
    background-image: linear-gradient(90deg,#306fd3 0,#2f6fd3 60%,#5d8fd9);
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    border-bottom-left-radius: 30px;
}

.section-n1 {
    height: 320px;
    box-sizing: border-box;
    padding: 40px 0;
}
.divider-text::before {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #000;
    width: 100%;
}

.banner-hight {
    height: 24rem;
}
.wrapper-banner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
}
.image-box {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    height: 100%;
}
.box {
    box-sizing: border-box;
    display: block;
    max-width: 100%;
}
.box img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    padding: 0;
    border: none;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.rounded-top-right {
    border-top-right-radius: .25rem;
}
.rounded-bottom-right {
    border-bottom-right-radius: .25rem;
}
.text-desc {
    max-width: 100%;
    max-height: 100%;
    text-overflow: ellipsis;
    /* word-break: break-all; */
    overflow: hidden;
    white-space: pre-wrap;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-title {
    max-width: 100%;
    max-height: 100%;
    text-overflow: ellipsis;
    /* word-break: break-all; */
    overflow: hidden;
    white-space: pre-wrap;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video {
    object-fit: cover;
    width: 100%;
}
.menu-profile {
    color: var(--gray-dark);
}
.profile {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.menu-profile.active, .menu-profile:hover {
    color: var(--success);
    border-left: 4px solid var(--success);
    font-weight: bold;
}

html {
    scroll-behavior: smooth;
}

#navigation-menu {
    transition: .1s all ease-in;
}

#logo {
    display: none;
}
#logo + label {
    background-color: #00002c67;
    padding: 10px 10px;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
}
.text-cutting {
    max-width: 100%;
    max-height: 100%;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-line-clamp: var(--i);
    -webkit-box-orient: vertical;
}

/* .wrapper {
    width: 0px;
    animation: fullView 0.5s forwards linear;
}

@keyframes fullView {
    100% {
      width: 100%;
    }
} */

.image-loader {
    width: 100%;
    height: 150px;
    border-radius: 3px;
    background-color: #a9a9a9;
}
.comment {
    height: 10px;
    background-color: #a9a9a9;
    margin-top: 15px;
    border-radius: 3px;
}

.animate {
    animation : shimmer 3s infinite;
    background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
    background-size: 1000px 100%;
}

@keyframes shimmer {
    0% {
      background-position: -1000px 0;
    }
    100% {
      background-position: 1000px 0;
    }
}

/* .drag-leave {
    background-color: #a9a9a9;
} */
.drag-enter {
    border: #343a40 dashed 2px;
    border-radius: 5px;
    height: 200px;
}
.drag-start {
    border: #343a40 dashed 2px;
    border-radius: 5px;
    height: 200px;
}
.is-dragging {
    border: #5c5c5c dashed 2px;
    border-radius: 5px;
    padding: 10px;
}

@media only screen and (max-width: 600px) {
    .section-n1 {
        height: auto;
    }
}

.stepper {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    /* background-color: #434343; */
    flex-wrap: nowrap;
}

.stepper .stepper_step {
    text-align: center;
    width: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* .stepper .stepper_step.stepper_pending {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-end;
} */

.stepper .stepper_step .step-icon {
    border: var(--secondary) 4px solid;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 25px;
}

.stepper .stepper_step.stepper_finish .step-icon {
    background-color: #fafafa;
    color: var(--secondary);
    z-index: 2;
}

.stepper .stepper_step.stepper_pending .step-icon {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fafafa;
    z-index: 2;
}

.stepper .stepper_step .step-text {
    text-transform: uppercase;
    font-size: .8rem;
    color: rgba(0, 0, 0, .8);
    line-height: 1.25rem;
    margin-top: .75rem;
    font-weight: bold;
}

.stepper .stepper_step .step-date {
    font-size: .75rem;
}
.stepper .stepper-line {
    width: 100%;
    position: absolute;
    height: 4px;
    background-color: var(--secondary);
    z-index: 1;
    top: 29px;
}
