/*=========================================================
Author       : Sila Teknologi Utama
Template Name: Yoline
Version      : 1.0
==============================================================*/

/*=============================================================
    CSS ditujukan untuk membuat standard element html
    CSS INDEX:
            1. Form Control         4. widget           9. alerts           14. payment information
            2. Selection            5. tabs             10. Term Condition
            3. Fieldset             6. checkbox         11. subscribe
            4. pagination           7. social           12. dashboard
            5. button               8. blockquote       13. stepper
==============================================================*/

/*==================================================================================================== part:form-control*/
.form-control {
    color: #000;
    box-shadow: none;
    height: 45px;
    padding: 8px 15px;
    border: 1px solid rgba(52,73,94,0.44);
}

    .form-control:focus,
    .custom-file-input:focus ~ .custom-file-label {
        color: #000;
        box-shadow: none;
        height: 50px;
        border-color: #03a56a;
        border-width: medium;
    }

.no_padding {
    height: 40px;
    padding: 0px 10px;
}

.no-padding {
    padding: 0px 0px;
}

textarea.form-control, textarea.form-control:focus {
    height: auto;
    padding: 12px 15px;
}

.form-control-sm,
.form-control-sm:focus,
.custom_select select.form-control-sm,
.custom_select select.form-control-sm:focus {
    height: 50px;
}

.form-control::placeholder {
    font-size: 16px;
    font-style: italic;
    color: #03a56a;
}

/*==================================================================================================== part:selection*/
select.not_chosen,
select.first_null option:first-child,
select.not_chosen:focus,
select.form-control.not_chosen,
select.form-control.first_null option:first-child,
select.not_chosen.form-control:focus {
    color: red;
    border: none;
}

select option {
    color: #000;
}

.custom_select {
    position: relative;
    border: none;
    margin-top: 15px;
}

    .custom_select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        /*border: 1px solid #ced4da; mengubah tampilan kategori search*/
        border: none;
        padding: 8px 0px 0px 15px;
        width: 100%;
        height: 40px;
        color: red;
    }

    .custom_select:focus {
        border: none;
    }

    .custom_select::before {
        border: none;
        content: "\e64b";
        font-family: 'themify';
        position: absolute;
        display: block;
        color: red;
        top: 50%;
        right: 15px;
        font-weight: 900;
        pointer-events: none;
        font-size: 12px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.custom-file-label::after {
    height: 48px;
    border: 0;
    line-height: 40px;
    border-radius: 0;
}

.custom-file-label, .custom-file, .custom-file-input {
    height: 50px;
    line-height: 38px;
}

/*==================================================================================================== part:fieldset*/
.rounded_login .form-control,
.rounded_login input {
    border-top: none;
    border-right: none;
    border-left: none;
    height: 50px;
    margin-left: 30px;
    width: 90%;
    background-color:#fff;
}

.rounded_login2 {
    margin-top: 10%;
    margin-bottom: 10%;
}

    .rounded_login2 .form-control,
    .rounded_login2 input {
        border-top: none;
        border-right: none;
        border-left: none;
        width: 100%;
        height:50px;
    }

        .rounded_login2 .form-control:focus,
        .rounded_login2 input:focus {
            border-bottom-color: #03a56a;
        }

    .rounded_login2 label {
        font-size: 12px;
        margin-bottom: 0;
    }

    .rounded_login2 input:focus ~ .floating-label,
    .rounded_login2 input:not(:focus):valid ~ .floating-label {
        top: -5px;
        bottom: 10px;
        left: 5px;
        font-size: 11px;
        opacity: 1;
    }

.rounded_login2 .floating-label {
    position: absolute;
    pointer-events: none;
    left: 5%;
    top: 20%;
    transition: 0.2s ease all;
    color: #03a56a;
}

.rounded_signup .form-control,
.rounded_signup input {
    border-top: none;
    border-right: none;
    border-left: none;
    height: 50px;
    width: 100%;
}

    .rounded_signup input:focus ~ .floating-label,
    .rounded_signup input:not(:focus):valid ~ .floating-label {
        top: -10%;
        bottom: 0px;
        left: 15px;
        font-size: 11px;
        opacity: 1;
    }

.rounded_signup .floating-label {
    position: absolute;
    pointer-events: none;
    left: 30px;
    top: 20%;
    transition: 0.2s ease all;
    color: #03a56a;
}

.rounded_input .form-control,
.rounded_input input {
    border-radius: 30px;
    height: 40px;
    padding: 10px 20px 10px 20px;
}

.rounded_input .custom_select select {
    padding-right: 40px;
}

.rounded_input .custom_select::before {
    right: 20px;
}

.rounded_input textarea.form-control, .rounded_input textarea.form-control:focus {
    padding: 15px 20px;
}

.input_group {
    position: relative;
}

.input_icon {
    position: absolute;
    right: 20px;
    top: 14px;
    pointer-events: none;
    color: #848484;
}

.rounded_input .input_icon {
    top: 12px;
}

/*==================================================================================================== part:pagination*/
.mobile_pagination_area{
    display:none !important;
}

.pagination_area {
    display: block;
}

.pagination .page-item a {
    color: #0E93D8;
    text-align: center;
    line-height: 40px;
    padding: 0px 15px;
    z-index: 1;
    text-transform: capitalize;
}

.page-link:focus {
    box-shadow: none;
}

.pagination_style1 li,
.pagination_style2 li,
.pagination_style3 li,
.pagination_style4 li {
    margin-right: 5px;
}

.pagination_style1 .page-item a {
    border: 2px solid #dee2e6;
    border-radius: 0 !important;
    color: #232938;
    margin-left: 0px;
    line-height: 36px;
}

    .pagination_style1 .page-item a i {
        line-height: 36px;
    }

.pagination_style1 .page-item.disabled .page-link,
.pagination_style3 .page-item.disabled .page-link {
    color: #c6c6c6;
    pointer-events: none;
    background-color: #fff;
    border-color: #f4f4f4;
}

.pagination_style1 .page-item.active .page-link,
.pagination_style1 .page-item .page-link:hover {
    background-color: #FF324D;
    border-color: #FF324D;
    color: #fff;
}

.pagination_style1 .page-item:not(.active) .page-link:hover {
    cursor: pointer;
}

/*==================================================================================================== part:button*/
.btn:focus, .btn:hover, .btn.active {
    box-shadow: none;
    outline: medium none;
}

button:focus {
    outline: none;
}

.btn {
    border-width: 1px;
    cursor: pointer;
    line-height: normal;
    padding: 12px 35px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.btn-outline-red {
    color: #dc3545;
    background-color: #f7f8fb;
}

    .btn-outline-red:hover {
        color: #dc3545;
        background-color: #f9dcdf;
    }

.btn-red {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-red:hover {
        color: #dc3545;
        background-color: #f9dcdf;
    }

.btn-yellow {
    color: #173F5F;
    background-color: #F6D55C;
    border-color: #c4aa49;
}

    .btn-yellow:hover {
        color: #F6D55C;
        background-color: #fff;
    }

.btn.active:focus, .btn:active:focus {
    box-shadow: none !important;
}

.btn-expand {
    background-color: #DC143C;
    border-radius: 0 0 10px 10px;
    color:#fff;
}

    .btn-expand:hover {
        color: lightgrey;
    }

.btn-fill-out {
    background-color: transparent;
    border: 1px solid #FF324D;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .btn-fill-out::before,
    .btn-fill-out::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #FF324D;
        z-index: -1;
        transition: all 0.3s ease-in-out;
        width: 51%;
    }

    .btn-fill-out::after {
        right: 0;
        left: auto;
    }

    .btn-fill-out:hover:before,
    .btn-fill-out:hover:after {
        width: 0;
    }

    .btn-fill-out:hover {
        color: #FF324D !important;
    }

.btn-fill-line {
    background-color: transparent;
    border: 1px solid #DC3545;
    overflow: hidden;
    position: relative;
    color: #fff !important;
    transition: all 0.8s ease 0s;
    z-index: 1;
}

    .btn-fill-line:before, .btn-fill-line:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #DC3545;
        z-index: -1;
        transition: all 0.3s ease-in-out;
        width: 50%;
    }

    .btn-fill-line::after {
        right: 0;
        left: auto;
    }

    .btn-fill-line:hover:before,
    .btn-fill-line:hover:after {
        width: 0;
    }

    .btn-fill-line:hover {
        color: #DC3545 !important;
    }

.btn-border-fill {
    border: 1px solid #2BAE66FF;
    color: #2BAE66FF;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .btn-border-fill::before,
    .btn-border-fill::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #2BAE66FF;
        z-index: -1;
        transition: all 0.3s ease-in-out;
        width: 0;
    }

    .btn-border-fill::after {
        right: 0;
        left: auto;
    }

    .btn-border-fill:hover:before,
    .btn-border-fill:hover:after {
        width: 50%;
    }

    .btn-border-fill:hover {
        color: #fff !important;
    }

.btn-white {
    background-color: transparent;
    border: 1px solid #fff;
    color: #292b2c !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .btn-white::before,
    .btn-white::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        z-index: -1;
        transition: all 0.5s ease-in-out;
        width: 50%;
    }

    .btn-white::after {
        right: 0;
        left: auto;
    }

    .btn-white:hover:before,
    .btn-white:hover:after {
        width: 0;
    }

    .btn-white:hover {
        color: #fff !important;
    }

.btn-fill-out-dark {
    background-color: transparent;
    border: 1px solid #333;
    color: #fff !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .btn-fill-out-dark:hover {
        color: #333 !important;
    }

    .btn-fill-out-dark::before {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        z-index: -1;
        content: '';
        background-color: #333;
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    }

.btn-line-fill {
    border: 1px solid #DC143C;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    color: #DC143C !important;
    transition: all 0.8s ease 0s;
    z-index: 1;
}

    .btn-line-fill:hover {
        color: #fff !important;
    }

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        left: 50%;
        width: 450px;
        height: 450px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        right: 50%;
        width: 450px;
        height: 450px;
    }
}

.btn-line-fill:before, .btn-line-fill:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #DC143C;
    border-radius: 50%;
    z-index: -1;
}

.btn-line-fill:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-line-fill:after {
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.btn-line-fill:hover:before {
    -webkit-animation: criss-cross-left 0.7s both;
    animation: criss-cross-left 0.7s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.btn-line-fill:hover:after {
    -webkit-animation: criss-cross-right 0.7s both;
    animation: criss-cross-right 0.7s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.btn-line-white {
    border: 1px solid #fff;
    color: #fff !important;
}

    .btn-line-white:hover {
        color: #333 !important;
    }

.btn-line-fill.btn-line-white:before, .btn-line-fill.btn-line-white:after {
    background-color: #fff;
}

.btn-tran-light {
    background-color: rgba(255,255,255,0.2);
    color: #fff;
}

    .btn-tran-light:hover {
        background-color: #fff;
    }

.btn-radius {
    border-radius: 40px;
}

.btn + .btn {
    margin-left: 10px;
}

.btn i {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 1;
}

.btn span {
    vertical-align: middle;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 8px 25px;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 16px 45px;
}

.btn-xs {
    padding: 4px 20px;
    font-size: 12px;
}

.btn-md {
    padding: 12px 35px;
    font-size: 16px;
}

.btn.btn-xs i {
    font-size: 10px;
}

.btn.btn-sm i {
    font-size: 12px;
}

.btn.btn-lg i {
    font-size: 22px;
}

.btn-ripple {
    padding-right: 0 !important;
    border: 0;
}

.btn-link {
    position: relative;
    z-index: 2;
    text-decoration: none;
}

    .btn-link:hover {
        text-decoration: none;
    }

    .btn-link::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        height: 1px;
        background-color: #FF324D;
        z-index: -1;
    }

.button_group .btn {
    margin-bottom: 20px;
}

/*Menaruh icon dalam input*/
.btn_icon {
    color: lightgrey;
    font-size: 25px;
    width: 50px;
    height: 47px;
    position: absolute;
    right: 1px;
    transform: translate(0,-90%)
}

.btn_password {
    color: lightgrey;
    font-size: 25px;
    width: 50px;
    position: absolute;
    right: 44px;
    transform: translate(0,-110%);
}

.btn_password2 {
    color: lightgrey;
    font-size: 25px;
    width: 50px;
    position: absolute;
    right: 0px;
    transform: translate(0,-99%);
}


.btn_view {
    background: #ddd;
    padding: 10px;
    cursor: pointer;
    border-radius: 20px;
}

.btn-yellow {
    color: #173F5F;
    background-color: #F6D55C;
    border-color: #c4aa49;
}

    .btn-yellow:hover {
        color: #F6D55C;
        background-color: #fff;
    }

.btn-blue-gradient {
    background-color: #6dd5ed;
    background-image: linear-gradient(160deg, #6dd5ed 0%, #2193b0 100%);
    color: #283747;
}

    .btn-blue-gradient:hover {
        color: #6dd5ed;
        background-image: none;
        background-color: #fff;
    }

.btn-blue {
    background-color: #6dd5ed;
    color: #283747;
}

    .btn-blue:hover {
        color: #6dd5ed;
        background-color: #fff;
    }

.widget_title {
    margin-bottom: 25px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.support_title {
    margin-bottom: 25px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/*==================================================================================================== part:background*/
.bg-grey {
    background: #f2f2f2;
}

.bg-pastel-blue {
    background: #A5C8E4;
}

.bg-blue-green {
    background: #0D98BA;
}

.bg-dark-blue {
    background: #015D67;
}

.bg-pastel-green {
    background: #C0ECCC;
}

.bg-old-green {
    background: #3AAFA9;
}

.bg-pastel-yelow {
    background: #F9F0C1;
}

.bg-pastel-orange {
    background: #F4CDA6;
}

.bg-pastel-red {
    background: #F6A8A6;
}

.bg-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #333333
}

.bg-green {
    background: #26B99A !important;
    border: 1px solid #26B99A !important;
    color: #fff
}

.bg-red {
    background: #DC143C !important;
    border: 1px solid #E74C3C !important;
    color: #fff
}

.bg-blue {
    background: #3498DB !important;
    border: 1px solid #3498DB !important;
    color: #fff
}

.bg-orange {
    background: #F39C12 !important;
    border: 1px solid #F39C12 !important;
    color: #fff
}

.bg-purple {
    background: #9B59B6 !important;
    border: 1px solid #9B59B6 !important;
    color: #fff
}

.bg-blue-sky {
    background: #50C1CF !important;
    border: 1px solid #50C1CF !important;
    color: #fff
}

/*==================================================================================================== part:border*/

.border-blue {
    border-color: #3498DB !important
}

.border-purple {
    border-color: #9B59B6 !important
}

.border-green {
    border-color: #26B99A !important
}

.border-old-green {
    border-color: #3AAFA9 !important
}

.border-aero {
    border-color: #9CC2CB !important
}

.border-red {
    border-color: #E74C3C !important
}

.border-dark {
    border-color: #34495E !important
}

.border-pastel-green {
    border-color: #C0ECCC !important
}

.highlight_header {
    border-radius: 0px 0px 25px 25px;
    display: flex;
    justify-content: center;
}

/*==================================================================================================== part:text*/

.text-orange {
    color: #DC143C !important;
}

.text-orange {
    color: #fd7e14 !important;
}

.text-grey {
    color: #e9ecef !important;
}

.text-white {
    color: #fff !important;
}

/*==================================================================================================== part:widget*/
.widget_categories li,
.widget_archive li {
    padding-bottom: 10px;
    list-style: none;
}

    .widget_categories li a,
    .widget_archive li a {
        position: relative;
    }

        .widget_categories li a::before,
        .widget_archive li a:before {
            content: "\f3d1";
            font-family: "Ionicons";
            height: auto;
            line-height: normal;
            margin-right: 10px;
        }

    .widget_categories li:last-child,
    .widget_archive li:last-child {
        padding-bottom: 0;
    }

.widget_categories .categories_num,
.widget_archive .archive_num {
    float: right;
    font-size: 14px;
}

.sidebar .widget + .widget {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
}

.widget_newsletter p {
    font-size: 14px;
    line-height: normal;
}

.widget_newsletter button {
    padding: 5px 12px;
}

    .widget_newsletter button i, .widget_newsletter .btn i {
        font-size: 18px;
    }

.widget_recent_post li,
.widget_course li {
    list-style: none;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
}

.widget_course li {
    display: table;
}

.post_footer {
    display: inline-block;
    vertical-align: top;
}

.widget_recent_post li:last-child,
.widget_course li:last-child {
    margin-bottom: 0px;
}

footer .widget_recent_post .post_img img {
    border: 0;
}

.post_img,
.widget_course li .course_img {
    float: left;
    margin-right: 10px;
}

    .post_img img {
        width: 80px;
    }

.post_content,
.widget_course li .course_content {
    overflow: hidden;
}

    .post_content h6 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .post_content .product_title {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .post_content .product_price {
        margin-bottom: 0px;
    }

.tags a {
    background-color: #f7f7f7;
    font-size: 14px;
    padding: 8px 15px;
    display: inline-block;
    margin-bottom: 5px;
    color: #333;
}

    .tags a:hover {
        background-color: #FF324D;
        color: #fff;
    }

.tags_style1 a {
    border-radius: 40px;
}

.widget_tweet_feed li {
    list-style: none;
    position: relative;
    font-size: 14px;
    padding-bottom: 15px;
    padding-left: 25px;
}

    .widget_tweet_feed li::before {
        content: "\e74b";
        font-family: 'themify';
        position: absolute;
        left: 0;
        top: 0;
        color: #292B2C;
    }

.widget_tweet_feed a {
    color: #FF324D;
}

.widget_tweet_feed li:last-child {
    padding-bottom: 0px;
}

.widget_instafeed {
    margin: -2px;
    display: table;
}

    .widget_instafeed li {
        list-style: none;
        float: left;
        width: 33.33%;
        padding: 2px;
        position: relative;
    }

.instafeed_col4 li {
    width: 25%;
}

.widget_instafeed li a {
    display: block;
    position: relative;
    overflow: hidden;
}

    .widget_instafeed li a::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        opacity: 0;
        background-color: rgba(0,0,0,0.8);
        transition: all 0.5s ease-in-out;
        z-index: 1;
    }

.widget_instafeed img {
    width: 100%;
}

.insta_icon {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

.widget_instafeed li:hover a::before, .widget_instafeed li:hover .insta_icon {
    opacity: 1;
}

.insta_img {
    position: relative;
}

.instagram_icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transform: translateY(-50%) rotate(30deg) scale(1.8);
    -webkit-transform: translateY(-50%) rotate(30deg) scale(1.8);
    transform: translateY(-50%) rotate(30deg) scale(1.8);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

    .instagram_icon i {
        color: #fff;
        font-size: 50px;
    }

.insta_img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.insta_img:hover:before {
    opacity: 1;
    visibility: visible;
}

.insta_img:hover .instagram_icon {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(-50%) rotate(0deg) scale(1);
    -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
    transform: translateY(-50%) rotate(0deg) scale(1);
}

.follow_box {
    position: absolute;
    top: 50%;
    z-index: 9;
    text-align: center;
    right: 0;
    left: 0;
    max-width: 400px;
    background-color: rgba(255,255,255,01);
    margin: 0 auto;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 25px;
    border-radius: 80px;
}

    .follow_box i {
        position: absolute;
        font-size: 80px;
        left: 0;
        right: 0;
        z-index: -1;
        opacity: 0.1;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.instafeed_box {
    overflow: hidden;
}

    .instafeed_box a {
        position: relative;
        display: block;
    }

        .instafeed_box a::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            opacity: 0;
            background-color: rgba(0,0,0,0.4);
            z-index: 1;
            display: block;
            transition: all 0.5s ease-in-out;
        }

        .instafeed_box a:hover:before {
            opacity: 1;
        }

        .instafeed_box a img {
            transition: all 0.5s ease-in-out;
        }

        .instafeed_box a:hover img {
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

/*==================================================================================================== part:tabs*/
.nav-tabs li.nav-item a {
    background-color: transparent;
    border: 0;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    padding: 5px 20px;
}

.tab-content {
    margin-top: 25px;
}

.tab-style1 .nav-tabs,
.tab-style2 .nav-tabs {
    border-bottom: 0;
}

    .tab-style1 .nav-tabs li.nav-item a.active, .tab-style1 .nav-tabs li.nav-item a.active:hover,
    .tab-style2 .nav-tabs li.nav-item a.active, .tab-style2 .nav-tabs li.nav-item a.active:hover {
        color: #FF324D;
    }

    .tab-style2 .nav-tabs li.nav-item a {
        padding: 0px 15px;
    }

    .tab-style2 .nav-tabs li.nav-item:last-child a {
        padding-right: 0;
    }

.tab-style3 .nav-tabs li.nav-item a {
    background-color: transparent;
    display: block;
    padding: .5rem 1rem;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid rgba(0,0,0,0);
    text-align: center;
    text-transform: uppercase;
}

.tab-style3 .nav-tabs .nav-item a.active {
    border-bottom-color: #FF324D;
    color: #FF324D;
}

.tab_slider {
    max-width: 100%;
}

    .tab_slider > .tab-pane {
        display: block;
        height: 0;
        max-width: 100%;
    }

    .tab_slider .tab-pane.active {
        height: auto;
        display: flex;
        -webkit-animation-name: moveUp;
        animation-name: moveUp;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-timing-function: cubic-bezier(.26,.69,.37,.96);
        animation-timing-function: cubic-bezier(.26,.69,.37,.96);
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }

@-webkit-keyframes moveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes moveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.heading_tab_header {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1%;
    margin-top: 1%;
    position: relative;
}

    .heading_tab_header [class*="heading_"] {
        float: left;
    }

/*memposisikan view_all */
.view_all {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
    font-size: 14px;
}

    .view_all i, .view_all span {
        vertical-align: middle;
    }

/*==================================================================================================== part:checkbox*/
.custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
    color: #232938;
    padding: 0;
    vertical-align: middle;
}

.custome-checkbox .form-check-input {
    display: none;
}

.custome-checkbox .form-check-label span {
    vertical-align: middle;
}

.custome-checkbox .form-check-label::before {
    content: "";
    border: 2px solid #ced4da;
    height: 17px;
    width: 17px;
    margin: 0px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.custome-checkbox input[type="checkbox"]:checked + .form-check-label::after {
    opacity: 1;
}

.custome-checkbox input[type="checkbox"] + .form-check-label::after {
    content: "";
    width: 11px;
    position: absolute;
    top: 50%;
    left: 3px;
    opacity: 0;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -moz-transform: translateY(-65%) rotate(-45deg);
    -webkit-transform: translateY(-65%) rotate(-45deg);
    transform: translateY(-65%) rotate(-45deg);
}

.custome-checkbox input[type="checkbox"]:checked + .form-check-label::before {
    background-color: #FF324D;
    border-color: #FF324D;
}

.custome-radio .form-check-input, .custome-checkbox .form-check-input {
    display: none;
}

.custome-radio .form-check-label::before {
    content: "";
    border: 1px solid #908f8f;
    height: 16px;
    width: 16px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 8px;
}

.custome-radio input[type="radio"] + .form-check-label::after {
    content: "";
    background-color: #FF324D;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: 3px;
    opacity: 0;
}

.custome-radio .form-check-label, .custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
}

.custome-radio input[type="radio"]:checked + .form-check-label::before {
    border-color: #FF324D;
}

.custome-radio input[type="radio"]:checked + .form-check-label::after {
    opacity: 1;
}

.custome-checkbox input[disabled] + .form-check-label,
.custome-radio input[disabled] + .form-check-label {
    color: #d0d0d0;
}

    .custome-checkbox input[disabled] + .form-check-label::before,
    .custome-radio input[disabled] + .form-check-label::before {
        border-color: #e8e8e8;
    }




/*==================================================================================================== part:social*/
.social_icons [class*="sc_"] {
    color: #fff !important;
}

    .social_icons [class*="sc_"] i {
        transition: all 0.3s ease-in-out;
        display: block;
        line-height: 36px;
    }

    .social_icons [class*="sc_"]:hover i {
        -webkit-animation: toLeftFromRight 0.3s forwards;
        -moz-animation: toLeftFromRight 0.3s forwards;
        animation: toLeftFromRight 0.3s forwards;
    }

.sc_facebook {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}

.sc_gplus,
.sc_google {
    background-color: #dd4b39 !important;
    border-color: #dd4b39 !important;
}

.sc_linkedin {
    background-color: #0e76a8 !important;
    border-color: #0e76a8 !important;
}

.sc_rss {
    background-color: #ee802f !important;
    border-color: #ee802f !important;
}

.sc_skype {
    background-color: #00aff0 !important;
    border-color: #00aff0 !important;
}

.sc_twitter {
    background-color: #00acee !important;
    border-color: #00acee !important;
}

.sc_youtube {
    background-color: #c4302b !important;
    border-color: #c4302b !important;
}

.sc_vimeo {
    background-color: #86c9ef !important;
    border-color: #86c9ef !important;
}

.sc_yahoo {
    background-color: #720e9e !important;
    border-color: #720e9e !important;
}

.sc_tumblr {
    background-color: #34526f !important;
    border-color: #34526f !important;
}

.sc_instagram {
    /*background-color: #3f729b !important;
    border-color: #3f729b !important;*/
    background-color: #cd486b !important;
    border-color: #cd486b !important;
}

.sc_pinterest {
    background-color: #c8232c !important;
    border-color: #c8232c !important;
}

.sc_dribbble {
    background-color: #EA4C89 !important;
    border-color: #EA4C89 !important;
}

.sc_reddit {
    background-color: #C6C6C6 !important;
    border-color: #C6C6C6 !important;
}

.sc_github {
    background-color: #171515 !important;
    border-color: #171515 !important;
}

.sc_android {
    background-color: #A4C639 !important;
    border-color: #A4C639 !important;
}

.sc_windows {
    background-color: #00A7E7 !important;
    border-color: #00A7E7 !important;
}

.sc_tux {
    background-color: #C1C1C1 !important;
    border-color: #C1C1C1 !important;
}

.sc_delicious {
    background-color: #205cc0 !important;
    border-color: #205cc0 !important;
}

.sc_paypal {
    background-color: #00588b !important;
    border-color: #00588b !important;
}

.sc_blogger {
    background-color: #fc4f08 !important;
    border-color: #fc4f08 !important;
}

.sc_flickr {
    background-color: #ff0084 !important;
    border-color: #ff0084 !important;
}

.sc_yahoo {
    background-color: #720e9e !important;
    border-color: #720e9e !important;
}

.sc_dropbox {
    background-color: #3d9ae8 !important;
    border-color: #3d9ae8 !important;
}

.sc_ebay {
    background-color: #89c507 !important;
    border-color: #89c507 !important;
}

.sc_wordpress {
    background-color: #1e8cbe !important;
    border-color: #1e8cbe !important;
}

.sc_yelp {
    background-color: #c41200 !important;
}

/*==================================================================================================== part:blockquote*/
blockquote {
    font-size: 20px;
    line-height: 34px;
}

    blockquote p {
        line-height: 34px;
    }

        blockquote p:last-child {
            margin: 0;
        }

.blockquote_style1 {
    padding-left: 20px;
    border-left: 3px solid #ddd;
    margin: 30px 0;
}

    .blockquote_style1 p {
        color: #292B2C;
    }

.blockquote_style2 {
    background-color: #FF324D;
    padding: 20px;
    position: relative;
}

    .blockquote_style2 * {
        color: #fff;
        font-size: 16px;
        line-height: 28px;
    }

    .blockquote_style2::before {
        content: "\f10e";
        position: absolute;
        left: 20px;
        top: 10px;
        color: #fff;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 70px;
        opacity: 0.3;
        line-height: normal;
    }

.blockquote_style3 {
    background-color: #FAFAFA;
    padding: 20px;
    border-left: 2px solid #FF324D;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 28px;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    position: relative;
}

    .blockquote_style3::before {
        content: "\f10e";
        position: absolute;
        left: 20px;
        top: 10px;
        color: #000;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 70px;
        opacity: 0.05;
        line-height: normal;
        pointer-events: none;
    }

    .blockquote_style3 p {
        line-height: 28px;
    }

.blockquote_style4 {
    text-align: center;
    padding: 20px;
    background-color: #f7f7f7;
    margin-bottom: 20px;
    font-size: 18px;
    position: relative;
}

    .blockquote_style4::before {
        content: "\f10d";
        position: absolute;
        left: 50px;
        top: 10px;
        color: #000;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 70px;
        opacity: 0.05;
        line-height: normal;
    }

    .blockquote_style4,
    .blockquote_style4 p {
        color: #222;
    }

.blog_post_footer {
    padding-bottom: 30px;
    padding-top: 15px;
}

.mdtp__wrapper {
    bottom: auto;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.modal {
    padding-right: 0 !important;
}

.page_soon {
    font-size: 10px;
    color: #fff;
    padding: 0px 5px;
    border-radius: 20px;
    background-color: #28A745;
    text-transform: uppercase;
    font-weight: 600;
}

/*==================================================================================================== part:alerts*/
.alert .close {
    font-weight: normal;
    margin-left: 10px;
}

.alert_style1 {
    border-radius: 0;
    border-left: 3px solid;
    padding: 20px;
    position: relative;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}

.alert > i {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle;
}

.alert_style2 {
    border-radius: 20px;
    padding: 20px 20px;
    background-color: #fff;
    border-left: 3px solid;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-top: 0;
    border-bottom: 0;
    border-right: 3px solid;
}


/*==================================================================================================== part:termcondition*/
.trading_img {
    margin-top: -40px;
}

.term_conditions h6 {
    margin-bottom: 15px;
}

.term_conditions ul,
.term_conditions ol {
    padding-left: 15px;
}

.term_conditions p,
.term_conditions li {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 28px;
}

/*==================================================================================================== part:subscriber*/
.subscribe_popup .modal-body {
    padding: 0;
}

.subscribe_popup .modal-content {
    border: 0;
    border-radius: 0;
}

.popup_content {
    padding: 50px;
    text-align: center;
}

.subscribe_popup .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    opacity: 1;
    text-shadow: none;
    width: 40px;
    height: 40px;
}

    .subscribe_popup .close i {
        font-size: 40px;
    }

.modal {
    z-index: 99999;
}

.modal-backdrop {
    z-index: 9999;
}

/*==================================================================================================== part:dashboard*/
.dashboard_menu {
    box-shadow: 0 0px 4px 0 #e9e9e9;
}

    .dashboard_menu .nav-tabs li.nav-item a {
        text-align: left;
        padding: 12px 20px;
        border-radius: 0;
        border-bottom: 1px solid #efefef;
        color: #2b2f4c;
    }

        .dashboard_menu .nav-tabs li.nav-item a.active {
            background-color: #FF324D;
            color: #fff;
        }

        .dashboard_menu .nav-tabs li.nav-item a i {
            margin-right: 8px;
            vertical-align: middle;
        }

.profile_menu {
    box-shadow: 0 0px 4px 0 #e9e9e9;
}

    .profile_menu .nav-tabs li.nav-item a {
        text-align: justify;
        border-radius: 0;
        border-bottom: 1px solid #efefef;
        color: #2b2f4c;
    }

.dashboard_menu .nav-tabs li.nav-item a.active {
    background-color: #FF324D;
    color: #fff;
}

.dashboard_menu .nav-tabs li.nav-item a i {
    vertical-align: middle;
}

.profile_img img {
    margin: auto;
    padding: 15px 0px;
    display: block;
}

.dashboard_content {
    margin: 0;
}

    .dashboard_content .card-header {
        background-color: transparent;
        border-color: #f0f0f0;
    }

        .dashboard_content .card-header * {
            margin: 0;
            display: inline;
        }

    .dashboard_content .card {
        border-radius: 0;
        border: 0;
        box-shadow: 0 0px 4px 0 #e9e9e9;
    }

    .dashboard_content .card-body p:last-child {
        margin: 0;
    }

    .dashboard_content .table {
        margin: 0;
    }

        .dashboard_content .table thead th {
            border: 0;
            padding-top: 0;
            font-weight: 600;
        }

        .dashboard_content .table tbody tr:last-child td {
            padding-bottom: 0;
        }

        .dashboard_content .table tbody tr td {
            vertical-align: middle;
            white-space: nowrap;
        }

    .dashboard_content label {
        color: #333;
    }

        .dashboard_content label .required {
            color: #ff0000;
        }

.bootstrap-tagsinput {
    width: 100%;
    min-height: 100px;
}

.form_one_row {
    margin-left: 10px;
    margin-right: 10px;
}

.symbol_input {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 35px;
    pointer-events: none;
    color: #666666;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

div.banner_large_pad {
    padding: 200px 0;
}

.list_none li {
    list-style: none;
}

.order_list,
.disc_list {
    padding-left: 15px;
}

.box_shadow1 {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.leads {
    margin-bottom: 30px;
}

ul.user_data li {
    margin-bottom: 6px;
    padding: 2px 20px;
    font-size: 13px;
}

    ul.user_data li p {
        margin-bottom: 0
    }

    ul.user_data li .progress {
        width: 90%
    }

.status_keanggotaan {
    padding: 10px;
}

    .status_keanggotaan h6 {
        font-size: 14px;
        font-weight: 700;
    }

    .status_keanggotaan span {
        font-size: 13px;
        font-weight: 400;
    }

.front_icon {
    color: #03a56a;
    font-size: 25px;
    position: relative;
    left: 10%;
}

.front_icon2 {
    color: #03a56a;
    font-size: 25px;
    position: absolute;
    left: 10px;
    transform: translate(0,-90%);
    margin-top: 40px;
}

/*==================================================================================================== part:stepper*/
/*ub stepwizards*/
.stepwizard-step p {
    margin-top: 10px;
    font-size: 14px;
}

.stepwizard-row {
    display: flex;
}

.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}

.stepwizard-step a[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    pointer-events: none;
    cursor: default;
}

.stepwizard-row:before {
    top: 16px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 90%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

    .stepwizard-step a i {
        position: absolute;
        top: 8px;
        right: 127px;
    }

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 20px;
    line-height: 1.428571429;
    border-radius: 25px;
}

.btn-default {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 20px;
    line-height: 1.428571429;
    border-radius: 25px;
    background-color: lightgrey;
}


/*==================================================================================================== part:payment information*/
.payment_information {
    margin:0px 30px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

    .payment_information .label {
        color: #292b2c;
        font-weight:700;
    }

.transaction_no {
    background-color: #2B3252;
    color:#FAD744;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    padding: 15px;
}

.bank_name {
    text-transform: capitalize;
}

.payment_type {
    color: #1770c1;
}

.virtual_account {
    color: #5fbc4a;
    font-weight:700;
    font-size:20px;
}

.status {
    background-color: #4831D4;
    color: #CCF381;
    height: 100%;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    text-transform: uppercase;
}

#table_payment_channel{
    cursor:pointer;
}

    #table_payment_channel .table tr {
        height:100px;
    }

    #table_payment_channel tbody tr:hover td, #table_payment_channel tbody tr:hover th {
        background-color: #B9F6CA;
    }

    #table_payment_channel tr.selected {
        background-color: #69F0AE;
    }

.error_wrap {
    width: 100%;
}

.error_txt {
    color: #333;
    font-size: 150px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1;
}

.search_form form {
    position: relative;
}

    .search_form form input {
        height: 50px;
        padding: 5px 60px 5px 20px;
    }

        .search_form form input:focus {
            height: 50px;
        }

.search_form .icon_search {
    position: absolute;
    right: 18px;
    top: 50%;
    padding: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 1px solid #ddd;
    border-radius: 0;
    padding-left: 15px;
}

    .search_form .icon_search i {
        font-size: 24px;
        margin-right: 0;
    }

.form-note {
    margin-top: 10px;
}

    .form-note a {
        color: #03a56a;
        font-weight: 800;
    }

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.qr{
    width:50%;
}

.total_price{
    font-weight:800;
}
