﻿button:disabled,
button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.btn {
    text-transform: inherit
}

.title1.title5 hr[role="tournament6"]::before {
    left: 49%
}

.section-t-space {
    padding-top: 0;
}

.theme-tab {
    overflow: hidden;
    width: 100%;
}

    .theme-tab .tab-title, .theme-tab .tab-title2 {
        white-space: nowrap;
        width: 100%;
        overflow-x: scroll;
        flex-basis: 94%;
        font-size: 1em;
    }

        .theme-tab .tab-title a, .theme-tab .tab-title2 a {
            text-transform: none;
            font-size: 15px;
            color: rgb(56, 56, 61);
        }

        .theme-tab .tab-title li, .theme-tab .tab-title2 li {
            padding-top: 10px;
            padding-left: 20px;
            padding-right: 20px;
        }

            .theme-tab .tab-title li.current, .theme-tab .tab-title2 li.current {
                border-bottom: 2px solid var(--theme-deafult);
            }

        .theme-tab .tab-title::-webkit-scrollbar {
            display: none;
        }

    .theme-tab .icon-prev {
        flex-basis: 6%;
        padding-top: 5px;
        cursor: pointer;
        display: none
    }

    .theme-tab .icon-next {
        flex-basis: 6%;
        padding-top: 5px;
        text-align: right;
        cursor: pointer;
        display: none
    }

.process {
    text-align: left
}

.process-step {
    display: flex
}

.step-bar {
    width: 21px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 12px;
    position: relative;
}



.step-bar-circle {
    margin-top: 6px;
    flex-shrink: 0;
    width: 13px;
    height: 13px;
    background-color: rgb(0, 153, 0);
    border-radius: 50%;
    position: relative;
    opacity: 0.2;
    border: none;
}

.process-step.active .step-bar .step-bar-circle {
    opacity: 1;
}


.step-bar-circle:before {
    display: block;
    content: "";
    width: 21px;
    height: 21px;
    opacity: 0.2;
    background-color: rgb(0, 153, 0);
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: -4px;
}

.step-bar-line {
    margin-bottom: -6px;
    width: 1px;
    height: 100%;
    background-color: rgb(0, 153, 0);
    opacity: 0.2;
    z-index: 0;
}

.step-info {
    flex: 1 1 0%;
}

.step-info-status-text {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: rgb(120, 120, 120);
    margin-bottom: 15px;
}

.process-step.active .step-info .step-info-status-text {
    color: rgb(36, 36, 36);
}

.step-info-substate-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgb(120, 120, 120);
    margin-bottom: 4px;
}

.step-info-hint {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgb(120, 120, 120);
    margin-bottom: 4px;
}

.step-info-time {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgb(120, 120, 120);
    margin-bottom: 4px;
}

.step-info-divider {
    margin: 12px 0px;
    border-top: 1px solid rgb(238, 238, 238);
}

@media (max-width: 480px) {
    .section-t-space {
        padding-top: 30px;
    }

    #view-left-menu {
        display: none
    }

    .top-header .container .text-right {
        display: block
    }

    .blog-detail-page .comment-section li img {
        margin-right: 0
    }

    .theme-tab .tab-title, .theme-tab .tab-title2 {
        font-size: 15px
    }

    .step-info-status-text {
        margin-bottom: 10px;
    }

    .brand-logo img {
        height: 40px;
    }
}

.step-block {
    text-align: center;
    position: relative;
    padding: 30px 10px 30px 10px;
    border: solid 1px var(--theme-deafult);
    border-top: none
}

    .step-block a, .step-block button {
        margin-top: 10px
    }

.border-top-solid {
    border-top: solid 1px var(--theme-deafult);
}

.step-block span {
    left: 5px;
    position: absolute;
    top: 0;
}

.btn-disabled {
    color: #fff;
    background-color: #dddddd;
    border-color: #dddddd;
    cursor: not-allowed !important;
}

.font-default {
    font-family: Lato, sans-serif
}

.dark-light {
    display: none
}


.custom-swal-popup .swal2-actions .swal2-confirm {
    min-width: 80px
}


@media (max-width: 577px) {

    .mobile-fix-option {
        height: 50px;
        background-color: var(--theme-deafult) /*#333333*/
    }

    /* .step-block .alert {
        margin: auto
    }

    .border-product .alert {
        margin: auto
    }*/

    .step-info-status-text {
        margin-bottom: 10px;
    }

    .top-header .header-dropdown .mobile-account i, .top-header .header-dropdown .mobile-wishlist i {
        font-size: 18px !important
    }

    .theme-tab .icon-prev {
        padding-top: 5px;
    }

    .theme-tab .icon-next {
        padding-top: 5px;
    }

    .theme-tab .tab-title li {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.flex-1 {
    flex: 1 !important;
}