@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'), url('fonts/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular.otf') format('opentype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'), url('fonts/Montserrat-Bold.woff') format('woff'), url('fonts/Montserrat-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.woff2') format('woff2'), url('fonts/Montserrat-Medium.woff') format('woff'), url('fonts/Montserrat-Medium.otf') format('opentype');
    font-style: normal;
    font-weight: 500;
}

html {
    scroll-behavior: smooth !important;
}

body {
    background: #030327 url('../img/mask.jpg') left top no-repeat;
    background-position-x: -100px;
    background-size: calc(100% + 100px);
    margin: 0;
    padding: 0;
    font-family: 'Montserrat' !important;
    padding-top: 60px;
    overflow: hidden;
    font-size: 14px;
}

h1, h2, h3, h4 {
    font-weight: 700;
    margin: 0 0 5px 0 !important;
}

form {
    margin-bottom: 0;
}

p {
    margin-bottom: 5px;
}

a:hover {
    color: #6b38a8;
    cursor: pointer;
}

.btn-link:hover span {
    color: #6b38a8;
}

label {
    text-transform: none;
    color: #000;
}

#membership2, #membership3 {
    display: none;
}

.sub-menu {
    padding-left: 30px;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.upl-image:focus {
    outline: none;
}

.sub-menu li a {
    font-size: 11px !important;
    max-width: 100%;
    width: 100% !important;
    padding-right: 10px !important;
}

.sub-menu li.active a {
    background: linear-gradient(90deg, rgba(127, 82, 158, 1) 0%, rgba(92, 45, 145, 1) 38%, rgba(255, 255, 255, 0) 98%);
}

    .sub-menu li.active a:hover {
        background: linear-gradient(90deg, rgba(127, 82, 158, 1) 0%, rgba(92, 45, 145, 1) 38%, rgba(255, 255, 255, 0) 98%);
    }

div.page-title h2 {
    font-size: 28px;
    margin: 10px 0;
}

div.page-subtitle h4, div.page-subtitle h3 {
    font-size: 24px;
    margin: 10px 0 0 0;
    text-align: left;
}

div.page-title h2 span.text {
    background-image: linear-gradient(274deg, #7f529e 98%, #5c2d91 55%, #25255a 17%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
}

    div.page-title h2 span.text a {
        text-decoration: underline !important;
        text-decoration-color: #5c2d91 !important;
    }

div.page-subtitle h4 span.text, div.page-subtitle h3 span.text {
    font-weight: 500;
    font-size: 24px;
    color: #6b38a8;
}

div.page-title h2 span.sub-title {
    font-size: 24px !important;
    font-weight: normal !important;
    color: #6b38a8 !important;
    margin-left: 20px;
}

    div.page-title h2 span.sub-title.only-icon {
        width: 40px;
        height: 40px;
        display: inline-flex;
        padding: 11px;
        border-radius: 12px;
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
        background-color: #fff;
    }

    div.page-title h2 span.sub-title i {
        font-size: 18px;
        color: #25255a;
    }

div.steps-wrapper {
    display: block;
    position: relative;
    margin: 0 0 15px 10px;
}

    div.steps-wrapper ul.steps {
        display: block;
        margin: 0;
        padding: 0;
    }

        div.steps-wrapper ul.steps li {
            list-style: none;
            display: inline-block;
            font-size: 12px;
            color: #5a5e62;
        }

            div.steps-wrapper ul.steps li.status {
                display: list-item;
                margin-top: 20px;
            }

            div.steps-wrapper ul.steps li::after {
                width: 50px;
                height: 10px;
                display: inline-block;
                position: relative;
                border-bottom: 1px dashed #5a5e62;
                margin-top: -6px;
                margin-left: 10px;
                margin-right: 10px;
                top: -4px;
            }

            div.steps-wrapper ul.steps li span.step {
                width: 33px;
                height: 33px;
                line-height: 33px;
                text-align: center;
                background: #fff;
                display: inline-block;
                border: solid 1px #000;
                color: #000;
                border-radius: 50%;
                font-size: 14px;
                margin-right: 7px;
            }

            div.steps-wrapper ul.steps li.current span.step {
                background: #000;
                color: #fff;
                border: solid 1px #fff;
            }

            div.steps-wrapper ul.steps li.waiting span.step {
                background: #e0dd2e;
                color: #fff;
                border: solid 1px #fff;
            }

            div.steps-wrapper ul.steps li.success span.step {
                background: #086810;
                color: #fff !important;
                border: solid 1px #fff;
            }

            div.steps-wrapper ul.steps li.success span.step-text {
                color: #086810;
            }

            div.steps-wrapper ul.steps li.success::after {
                border-bottom: 1px dashed #086810;
            }

h2.section-title {
    color: #6b38a8;
    font-size: 24px;
    padding-bottom: 15px;
    font-weight: 500;
    padding-left: 7px;
}

    h2.section-title span#teamName {
        font-weight: 700;
    }

.red {
    color: #c82027 !important;
}

.orange {
    color: #c97900 !important;
}

.alert-sect {
    margin-top: 20px;
}

    .alert-sect p {
        text-align: center;
        font-size: 14px;
        margin: 10px 0;
    }

    .alert-sect .card-new-price {
        margin-top: 20px;
        font-size: 16px;
    }

div.card {
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
    background-color: #fefefe;
    min-height: 100px;
    width: 100%;
    display: flex;
    font-size: 14px;
}

div.card-div {
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
}

div.card-item, div.big-card-item {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 20px;
    -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15) !important;
    -moz-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15) !important;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15) !important;
    background-color: #fefefe;
    background-clip: border-box;
    height: 319px;
    width: 220px;
    word-wrap: break-word;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    font-size: 14px;
}

div.special-card-item {
    min-height: 300px;
    width: 220px;
    border: none;
}

div.card.yan-oda-package {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    border: none;
}

div.big-card-item {
    width: 345px;
    height: 297px;
}

div.card-item a {
    color: #000;
}

div.special-card-item p {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}

    div.special-card-item p.special-small-text {
        font-size: 12px;
    }

        div.special-card-item p.special-small-text.purple {
            display: inline-block;
            text-align: right;
            font-size: 12px;
            width: 100%;
        }

div.special-card-item .btn-compare {
    color: #5a5e62;
    font-size: 14px;
    width: 100%;
}

div.special-card-item .card-footer .btn-sign-up {
    width: 100%;
}

div.special-card-item.h-315 {
    height: 315px;
}

div.card-content {
    padding: 20px 20px 0 20px;
}

.card-item .card-left-badge {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 18px;
    background: #f5f5f5;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 19px;
    font-size: 16px;
    text-align: center;
    color: #000;
}

div.card-item .package-info p {
    margin: 0 0 10px 0;
    line-height: normal;
}

.package-info span.block-span {
    display: block;
    text-align: center;
    color: #000;
}

    .package-info span.block-span.taahhut-last {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .package-info span.block-span .bill-end {
        font-weight: bold;
    }

.card-footer {
    border-top: 2px solid rgba(0, 0, 0, .125);
    margin-top: 10px;
}

    .card-footer .card-buttons a i {
        padding-right: 7px;
    }

.packages-wrapper {
    margin-top: 20px;
}

    .packages-wrapper .packages-viewport .packages-content {
        display: block;
    }

    .packages-wrapper .packages-viewport {
        width: 100%;
        margin: 0 15px;
    }

div.teams-scroller {
    margin: 20px 0;
}

    div.teams-scroller h3 {
        font-size: 24px;
        font-weight: normal;
        color: #6b38a8;
    }

    div.teams-scroller .teams-viewport {
        margin: 15px 0;
        padding: 20px 0;
        transform-origin: right top;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        padding-left: 5px;
        white-space: nowrap;
    }

    div.teams-scroller .packages-viewport .packages-content {
        width: 1024px;
        padding: 20px 0;
    }

    div.teams-scroller .team-item {
        background: #f5f5f5;
        width: 125px;
        text-align: center;
        border-radius: 26px;
        display: inline-block;
        padding: 20px 0;
        margin-right: 15px;
        cursor: pointer;
    }

        div.teams-scroller .team-item:hover {
            background-color: #fff;
            -webkit-box-shadow: 4px 7px 9px 1px rgba(93, 46, 143, .51);
            -moz-box-shadow: 4px 7px 9px 1px rgba(93, 46, 143, .51);
            box-shadow: 4px 7px 9px 1px rgba(195, 195, 195, .51);
        }

        div.teams-scroller .team-item.active {
            box-shadow: 4px 7px 9px 1px rgba(93, 46, 143, .51);
            background: #fff;
        }

        div.teams-scroller .team-item .team-logo {
            display: block;
        }

        div.teams-scroller .team-item .team-name {
            font-size: 12px;
            color: #000;
            margin: 10px 0;
        }

div.channels-scroller h3 {
    font-size: 24px;
    font-weight: bold;
    color: #6b38a8;
    margin-bottom: 10px;
}

div.channels-scroller .channels-viewport {
    padding: 10px 0;
    transform-origin: right top;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

    div.channels-scroller .channels-viewport .channels-content {
        min-width: 750px;
        height: 156px;
    }

div.channels-scroller .channel-item {
    width: 210px;
    margin: 0 10px 0 0;
    padding: 0;
    border-radius: 12px;
    border: solid 1px #6b38a8;
    text-align: center;
    float: left;
}

    div.channels-scroller .channel-item .item-header {
        background: #2f651a;
        color: #fff;
        font-weight: normal;
        font-size: 10px;
        padding: 10px 20px;
        text-align: left;
        display: block;
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
    }

    div.channels-scroller .channel-item div.program-image {
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    div.channels-scroller .channel-item img {
        width: 100%;
    }

div.ppv-scroller {
    margin: 20px 0;
}

    div.ppv-scroller h3 {
        font-size: 24px;
        font-weight: bold;
        color: #6b38a8;
        margin-bottom: 10px;
    }

    div.ppv-scroller .ppv-viewport {
        margin: 15px 0;
        padding: 10px 0;
        transform-origin: right top;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
    }

        div.ppv-scroller .ppv-viewport .ppv-content {
            min-width: 750px;
            height: 156px;
        }

    div.ppv-scroller .ppv-item {
        width: 210px;
        margin: 0 10px 0 0;
        padding: 0;
        border-radius: 12px;
        border: solid 0 #6b38a8;
        text-align: center;
        float: left;
    }

        div.ppv-scroller .ppv-item .item-header {
            background: #030328;
            color: #fff;
            font-weight: normal;
            padding: 10px 20px;
            text-align: left;
            display: block;
            -ms-border-top-right-radius: 20px;
            border-top-right-radius: 20px;
            -ms-border-top-left-radius: 20px;
            border-top-left-radius: 20px;
        }

        div.ppv-scroller .ppv-item div.program-image {
            border-bottom-right-radius: 12px;
            border-bottom-left-radius: 12px;
        }

        div.ppv-scroller .ppv-item img {
            width: 100%;
        }

        div.ppv-scroller .ppv-item .team-logo img {
            width: unset;
        }

div.opp-scroller {
    margin: 20px 0;
}

    div.opp-scroller h3 {
        font-size: 24px;
        font-weight: bold;
        color: #6b38a8;
        margin-bottom: 10px;
    }

    div.opp-scroller .opp-viewport {
        margin: 15px 0;
        padding: 10px 0;
        transform-origin: right top;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
    }

        div.opp-scroller .opp-viewport .opp-content {
            min-width: 750px;
        }

    div.opp-scroller .opp-item {
        width: 210px;
        margin: 0 10px 0 0;
        padding: 0;
        border-radius: 12px;
        border: solid 0 #6b38a8;
        text-align: center;
        float: left;
    }

        div.opp-scroller .opp-item .item-header {
            background: #2f651a;
            color: #fff;
            font-weight: normal;
            font-size: 10px;
            padding: 10px 20px;
            text-align: left;
            display: block;
            border-top-right-radius: 12px;
            border-top-left-radius: 12px;
        }

        div.opp-scroller .opp-item div.program-image {
            border-bottom-right-radius: 12px;
            border-bottom-left-radius: 12px;
        }

        div.opp-scroller .opp-item img {
            width: 100%;
        }

div.scroller-nav {
    width: 65px;
    height: 24px;
    float: right;
}

    div.scroller-nav a {
        width: 24px;
        height: 24px;
        line-height: 20px;
        margin: 0 0 0 4px;
        border-radius: 50%;
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
        background-color: #fff;
        display: inline-block;
        text-align: center;
        background: #fff;
    }

        div.scroller-nav a:hover {
            background: #fff;
        }

            div.scroller-nav a:hover img {
                opacity: .5;
            }

.row.membership-row .right-block {
    display: none;
}

.row.membership-row.active .right-block {
    display: block;
}

    .row.membership-row.active .right-block h3 {
        text-align: left;
    }

.card-box {
    background-color: #f5f5f5;
    margin: 10px 0;
    padding: 17px 20px 17px 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

    .card-box label {
        width: 100%;
    }

.card-special {
    padding: 28px 20px 28px 40px;
}

    .card-special .right-price {
        position: relative;
        top: 10px;
        right: 0;
    }

.monthly {
    font-size: 15px;
    color: #000;
}

.taahhut {
    padding-top: 2px;
}

.card-box input[type='radio'] {
    transform: scale(1.5);
}

    .card-box input[type='radio']::after {
        background-color: #5d2e8f;
    }

    .card-box input[type='radio']:checked::after {
        border-radius: 11px;
        width: 9px;
        height: 9px;
        position: absolute;
        left: 2px;
        top: 2px;
        content: ' ';
        display: block;
        background: #5d2e8f;
        color: #5d2e8f;
        border-color: #5d2e8f;
    }

.card-box label.form-check-label {
    padding-left: 10px;
}

.card-box:hover {
    background-color: #fff;
    -webkit-box-shadow: 4px 7px 9px 1px rgba(93, 46, 143, .51);
    -moz-box-shadow: 4px 7px 9px 1px rgba(93, 46, 143, .51);
    box-shadow: 4px 7px 9px 1px rgba(195, 195, 195, .51);
}

.right-price {
    float: right;
    font-size: 16px;
    font-weight: bold;
}

    .right-price .xsmall {
        font-size: 10px !important;
    }

    .right-price .price-br {
        font-size: 12px;
        padding-left: 4px;
    }

.small {
    font-size: 12px;
}

.right-block {
    margin-top: 10px;
    padding: 5px 10px;
    border-left: 1px solid #6b38a8;
    position: relative;
}

    .right-block::before {
        content: '';
        position: absolute;
        left: -27px;
        bottom: 0;
        transform: translateY(-50%);
        width: 26px;
        height: 30px;
        background: url('../img/icons/triangle-purple.svg') right center no-repeat;
    }

    .right-block.abs::before {
        bottom: 10px;
    }

.card-btn-active, .btn.btn-bottom-right-radius.card-btn-active:hover, .btn.btn-bottom-left-radius.card-btn-active:hover {
    background-color: #6b38a8;
    color: #fff;
}

.right-head {
    font-weight: bold;
    font-size: 14px;
    color: #6b38a8;
}

.right-text {
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
    padding-right: 40px;
}

    .right-text.type-2 {
        font-size: 12px;
    }

.card-buttons {
    width: 100%;
    margin: 0;
    -webkit-box-shadow: 4px 7px 9px 1px #000;
    -moz-box-shadow: 4px 7px 9px 1px #000;
    box-shadow: 2px 2px 7px 2px #dedede;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin: 0;
    padding: 0;
}

.card-footer {
    padding: 0;
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    background: #fff;
}

.form-btn {
    text-align: center;
    padding: 10px 0;
}

    .form-btn:first-child {
        border-right: 1px solid #dedede;
    }

a .form-btn {
    color: #908f8f;
    font-size: 14px;
}

.btn.btn-round {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    border-radius: 30px;
}

.section-text {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-left: 7px;
    padding-bottom: 10px;
}

.get-service:hover {
    background: #6b38a8;
    color: #fff !important;
}

.box-text {
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
}

.box-img, .box-alert-img {
    padding-top: 20px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.alert-text {
    color: #c97900;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.alert-price {
    color: #c97900;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 40px;
}

.card.grey {
    background: #f5f5f5;
}

.success-div {
    margin: 20px 0 20px 20px;
}

.success-membership {
    background: transparent;
    color: #086810 !important;
    border: solid 1px #086810;
    border-radius: 50%;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.success-text {
    color: #086810;
    font-size: 24px;
    display: inline-block;
}

.success-note {
    color: #5a5e62;
    font-size: 16px;
    margin-top: 10px;
}

.back-package {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #a31d8d;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 16px 40px;
    float: right;
    border-radius: 16px;
    margin-top: 30px;
}

    .back-package:hover {
        color: #fff;
    }

.special-box {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 14px;
    background: linear-gradient(76deg, #7f529e 0%, #5c2d91 53%, #25255a 100%);
    border-bottom-left-radius: 8px;
    border-top-right-radius: 12px;
    font-size: 12px;
    color: #fff;
}

.package {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 45px;
    margin: 35px 0 30px 0;
    padding-top: 30px;
    height: 130px;
}

.outer-package {
    border-bottom-left-radius: 40px;
    border-top-right-radius: 45px;
    padding: 0 0;
    margin: 0 40px;
    text-align: center;
    font-size: 14px;
    width: 100%;
}

.inner-package {
    border-bottom-left-radius: 40px;
    border-top-right-radius: 45px;
    text-align: center;
    padding: 15px 0;
    height: 100px;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.package.red .inner-package {
    color: #fff;
    background: rgb(137, 17, 17);
    background: linear-gradient(90deg, rgba(137, 17, 17, 1) 1%, rgba(196, 122, 124, 1) 67%);
}

.package.red .outer-package {
    color: #fff;
    background-color: #8b1212;
}

.package.purple .inner-package {
    color: #fff;
    background: #8f2ee9;
}

.package.purple .outer-package {
    color: #fff;
    background-color: #561c8c;
}

.package.fb .inner-package {
    color: #fff;
    background: #00226a;
}

.package.fb .outer-package {
    color: #01296e;
    background-color: #fae500;
}

.outer-package h3 {
    font-size: 13px;
    margin: auto !important;
    padding: 8px 0;
    font-weight: bold;
}

.inner-package h3 {
    width: 80%;
    margin: auto !important;
    font-size: 20px;
    font-weight: bold;
}

.row-eq-height .card {
    height: 100%;
}

.footer-sub-menu {
    background-image: linear-gradient(to left, #a31d8d, #001e42) !important;
}

.info-btn {
    border-radius: 8px;
    float: right;
    margin-right: 5px;
}

    .info-btn a {
        padding: 10px 45px;
        color: #fff;
    }

.info-img {
    position: absolute;
    left: 40px;
}

    .info-img img {
        width: 142px;
    }

.info-box-div {
    margin-top: 30px;
}

    .info-box-div h3 {
        font-size: 24px;
    }

.info-box .info-content {
    width: 60%;
    margin-left: auto;
}

div.info-box {
    display: flex;
    justify-content: flex-end;
    padding: 1px 5px;
    align-items: center;
}

.info-box .info-text {
    text-align: left;
    width: calc(100% - 375px);
}

.info-box.orange {
    background: #fff;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0,.15);
}

    .info-box.orange .info-btn {
        background-color: #a31d8d;
    }

.info-box.turquoise {
    background: #47b1ba;
}

    .info-box.turquoise .info-btn {
        background-color: #127988;
    }

.old-price {
    text-decoration: line-through;
}

.new-price {
    font-weight: bold;
}

.btn-home, .live-chat-mobile {
    display: flex;
    padding-left: 20px;
    padding-right: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.live-chat-mobile {
    background: #a31d8d;
}

.btn-home {
    background-color: #fff;
}

    .live-chat-mobile img, .btn-home img {
        margin-right: 10px;
    }

.no-desktop {
    display: none;
}

.hide {
    display: none;
}

.pay-with-card-content {
    padding: 15px 15px;
    font-size: 12px;
}

.pay-with-card-img {
    width: 100%;
    max-width: 70px;
}

.credit-card-row {
    margin-top: 50px;
}

.packet-info {
    padding: 20px 15px;
}

.head-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-left: 20px;
    padding-bottom: 10px;
}

.credit-card-list {
    width: 100%;
    display: inline-flex;
    margin-bottom: 0;
    padding-left: 0;
}

    .credit-card-list::after {
        content: '';
        position: absolute;
        right: 45px;
        bottom: 25px;
        width: 26px;
        height: 30px;
        transform: rotate(90deg);
    }

#creditCardMembership .monthly-b {
    font-weight: bold;
}

#creditCardMembership .right-block::before {
    bottom: 0;
    top: auto;
}

#creditCardMembership.row .membership-row:first-child .right-block.abs {
    bottom: auto;
}

    #creditCardMembership.row .membership-row:first-child .right-block.abs::before {
        bottom: 75px;
    }

.right-block.abs {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.credit-card-list li {
    float: left;
    list-style: none;
    width: 33%;
    padding: 10px 0;
    text-align: center;
}

    .credit-card-list li img {
        padding: 5px;
        max-width: 35px;
    }

    .credit-card-list li h5 {
        font-size: 12px;
        margin-top: 3px;
        padding-left: 3px;
    }

        .credit-card-list li h5 span {
            font-weight: bold;
        }

        .credit-card-list li h5.red {
            color: #c90000;
        }

        .credit-card-list li h5.blue {
            color: #00b9e0;
        }

        .credit-card-list li h5.purple {
            color: #5d2e8f;
        }

    .credit-card-list li img {
        max-width: 50px;
    }

.credit-card-text.purple {
    color: #5d2e8f;
    font-size: 11px;
    padding-top: 4px;
}

.credit-card-bottom {
    font-size: 14px;
    color: #000;
    text-align: right;
    font-weight: normal;
    margin-top: 20px;
    min-height: 28px;
}

    .credit-card-bottom span {
        font-size: 28px;
        font-weight: bold;
    }

        .credit-card-bottom span .credit-card-tl {
            font-size: 14px;
        }

h5.credit-card-bottom.detail {
    display: none;
}

.top-ara {
    text-align: center;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
}

.bottom-ara {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

    .bottom-ara p {
        font-size: 14px;
    }

.bottom-i-ara {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    border-radius: 50%;
    padding: 8px;
    display: inline-flex;
}

.package-info {
    font-size: 14px;
    box-shadow: none !important;
    border: none !important;
}

.card.no-box-shadow {
    box-shadow: none;
}

.card.no-border {
    border: none;
}

.card-text {
    padding-right: 90px;
    padding-bottom: 10px;
}

    .card-text i {
        color: #ccc;
        margin-right: 8px;
        margin-left: 6px;
        font-size: 20px;
        vertical-align: middle;
    }

.big-lira {
    font-size: 19px;
}

.card-text:last-child {
    margin-top: 30px;
}

.card-text .card-price {
    font-size: 28px;
    line-height: 1.2;
}

.card-list {
    font-size: 13px !important;
}

.card-dotted-text {
    padding: 10px 80px 10px 15px;
    font-size: 13px;
}

.purple-dot {
    display: inline-block;
    margin-right: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #639;
}

span.strong {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

span.card-price, span.card-text {
    font-size: 18px;
    font-weight: bold;
    float: right;
}

span.small-tl {
    font-size: 12px;
    font-weight: bold;
}

span.medium-tl {
    font-size: 18px;
    font-weight: bold;
}

.green-text {
    color: #2e6149;
}

.center-items {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.channel-list {
    display: block;
    margin: 20px 0;
    width: 100%;
    padding: 0;
    border: 1px red;
}

    ul.channel-list li {
        display: block;
        list-style: none;
        margin-top: 10px;
    }

        ul.channel-list li div.list-row {
            display: table;
            border: solid 1px #f5f5f5;
            border-radius: 10px;
            width: 100%;
        }

            ul.channel-list li div.list-row .list-heading {
                display: table;
                width: 100%;
            }

            ul.channel-list li div.list-row.no-border {
                border: none;
            }

            ul.channel-list li div.list-row div.channels-detail {
                display: none;
                width: calc(100% - 75px);
                padding: 10px 0;
                margin: 0 45px 0 15px;
                border-bottom: solid 1px #ddd;
            }

            ul.channel-list li div.list-row.open {
                padding: 15px 0;
                box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
                background-color: #fefefe;
            }

                ul.channel-list li div.list-row.open div.channels-detail {
                    display: table;
                }

            ul.channel-list li div.list-row div.channels-detail span.list-link {
                width: 35px;
            }

            ul.channel-list li div.list-row div.channels-detail span.channel-status {
                width: 103px;
                text-align: center;
                color: #000;
                border-right: 5px solid #fff;
            }

                ul.channel-list li div.list-row div.channels-detail span.channel-status span {
                    text-align: center;
                    background: rgba(147, 100, 204, .60);
                    color: #fff;
                    border-right: solid 3px #fff;
                    display: block;
                    width: 98%;
                    font-size: 16px;
                    font-weight: bold;
                }

                    ul.channel-list li div.list-row div.channels-detail span.channel-status span.no-bg {
                        background: none;
                        color: #000;
                    }

            ul.channel-list li div.list-row div.channels-detail span.channel-img {
                width: 67px;
            }

            ul.channel-list li div.list-row div.channels-detail span, ul.channel-list li div.list-row span {
                display: table-cell;
                height: 20px;
                vertical-align: middle;
                margin: 0 2px;
                height: 45px;
                line-height: 45px;
            }

                ul.channel-list li div.list-row span.difference {
                    width: 250px;
                    padding-left: 15px;
                }

                ul.channel-list li div.list-row span.channel-count {
                    width: 150px;
                    text-align: center;
                }

                    ul.channel-list li div.list-row span.channel-count div.badge {
                        background: #f5f5f5;
                        border-top-left-radius: 12px;
                        border-bottom-right-radius: 12px;
                        height: 25px;
                        text-align: center;
                        line-height: 25px;
                        padding: 0 20px;
                        font-weight: normal;
                    }

                ul.channel-list li div.list-row span.channel-box {
                    width: 70px;
                    text-align: center;
                    color: #000;
                    border-right: 5px solid #fff;
                }

                    ul.channel-list li div.list-row span.channel-box.gray span {
                        text-align: center;
                        background: #f5f5f5;
                        color: #000;
                        border-right: solid 3px #fff;
                        display: block;
                        width: 98%;
                        font-weight: bold;
                    }

                ul.channel-list li div.list-row span.list-link {
                    width: 40px;
                    text-align: center;
                }

                    ul.channel-list li div.list-row span.list-link a {
                        color: #000;
                    }

p.strong {
    font-weight: bold;
}

p.text-color {
    color: #5a5e62;
}

img.pay-with-card-table-img {
    max-width: 68px;
}

.credit-card-pay-img {
    max-height: 50px;
}

#creditCardPayment label {
    font-weight: bold;
    color: #000;
    font-size: 14px;
    margin-bottom: 2px;
}

#creditCardPayment input.form-control, #creditCardPayment select.form-control {
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    height: 50px !important;
}

#creditCardPayment .form-check {
    margin-top: 10px;
}

#creditCardPayment label.check-3d {
    color: #639;
    font-size: 12px;
    font-weight: normal;
}

    #creditCardPayment label.check-3d span {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: white;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .35);
        text-align: center;
        padding: 2px;
        margin-left: 5px;
    }

.table-with-card tr {
    border: solid 1px #f5f5f5;
    border-radius: 8px;
}

    .table-with-card tr td {
        vertical-align: middle;
    }

.table-with-card thead tr {
    border: none;
    padding-bottom: 10px;
}

    .table-with-card thead tr td {
        font-weight: bold;
        color: #000;
        font-size: 16px;
        margin-bottom: 0;
        padding-bottom: 0;
        vertical-align: bottom;
    }

.table-small-td {
    width: 70px;
}

.table-middle-td {
    width: 100px;
}

.package-number {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    text-align: center;
    background-color: #f5f5f5;
}

.package-number-with-text {
    background-color: #f5f5f5;
    font-size: 16px;
    color: #000;
    text-align: center;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.card-dotted-text.green {
    color: #2e6149;
}

.card-package {
    overflow: hidden;
    border: none;
    height: 340px;
}

    .card-package.add-package {
        overflow: hidden;
        border: none;
        height: 350px;
    }

.card-title {
    position: relative;
}

.card-package .orange {
    background-color: #6b38a8;
}

.card-package .turquoise {
    background-color: #47b1ba;
}

.card-package .card-title {
    height: 45px;
}

.card-package .info-img {
    position: absolute;
    z-index: 2;
    left: 16px;
    top: 13px;
    width: 58px;
}

.card-package .img-area {
    padding: 13.5px 50px;
}

.card-package .card-title .info-text {
    padding: 20px 80px 0;
}

    .card-package .card-title .info-text p {
        font-weight: bold;
        color: #fff;
    }

.card-package .new-price {
    font-size: 24px;
}

.card-package .new-price-unit {
    font-size: 18px;
    font-weight: bold;
}

.list-channel {
    display: flex;
    margin: 5px 18px;
    padding-bottom: 5px;
    position: relative;
}

    .list-channel span {
        padding: 5px;
        text-align: center;
        text-align: center;
        display: grid;
        width: 33%;
    }

        .list-channel span img {
            width: 32px;
            height: 28px;
            margin: 0 auto;
        }

.card-package .list-channel .custom-text {
    border-top: 1px solid #5d2e8f;
    display: inline-block;
    position: relative;
    padding: 5px 0;
    margin: 0 25px;
}

.card-package .list-channel .type-1 p {
    color: #c9050b;
}

.card-package .list-channel .type-2 p {
    color: #12586e;
}

.card-package .list-channel .type-3 p {
    color: #5d2e8f;
}

.card-package .custom-text {
    position: relative;
    border-top: 1px solid #5d2e8f;
    width: calc(100% - 60px);
    display: block;
    margin-left: 48px;
}

    .card-package .custom-text .icon {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #5d2e8f transparent;
        position: absolute;
        top: -10px;
        right: 20px;
    }

        .card-package .custom-text .icon.right {
            right: 20px;
        }

        .card-package .custom-text .icon.medium {
            right: 50%;
            margin-right: -5px;
        }

        .card-package .custom-text .icon.left {
            left: 20px;
        }

.btn-room {
    height: 40px;
    margin-right: 20px;
    padding: 11px 18px 11px 19px;
    border-radius: 8px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    line-height: 18px;
}

    .btn-room.active {
        box-shadow: 0 2px 6px 0 #6b38a8;
        font-weight: bold;
        color: #6b38a8;
    }

    .btn-room:hover, .top-line .top-line-btn:hover {
        color: #6b38a8;
        box-shadow: 0 2px 6px 0 #6b38a8;
    }

div.card.package-detail-card {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-bottom: 30px;
    margin-top: 10px;
}

.package-detail-card .card-inner {
    display: flex;
}

.package-detail-card .img-area {
    display: grid;
    margin-right: 10px;
}

.package-detail-card .other-info {
    display: grid;
    width: 185px;
    margin-right: 20px;
}

.package-detail-card .text-info-area {
    display: grid;
    width: calc(100% - 285px);
}

.package-detail-card .list-channel {
    padding: 0;
}

.package-detail-card .custom-text {
    display: inline-block;
    position: relative;
    padding: 5px 0;
}

    .package-detail-card .custom-text::before {
        content: '';
        width: 80%;
        position: absolute;
        top: -1px;
        height: 1px;
        display: block;
        background: #5d2e8f;
        right: 20px;
    }

.package-detail-card p {
    font-size: 12px;
    line-height: normal;
}

.package-detail-card .list-channel .type-1 p {
    color: #c9050b;
    margin-top: 3px;
}

.package-detail-card .list-channel .type-2 p {
    color: #12586e;
    margin-top: 3px;
}

.package-detail-card .list-channel .type-3 p {
    color: #5d2e8f;
    margin-top: 3px;
}

.package-detail-card .custom-text .icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #5d2e8f transparent;
    position: absolute;
    top: -10px;
    margin-right: 11px;
}

    .package-detail-card .custom-text .icon.right {
        right: 20px;
    }

    .package-detail-card .custom-text .icon.medium {
        right: 50%;
        margin-right: -5px;
    }

    .package-detail-card .custom-text .icon.left {
        left: 20px;
    }

.package-detail-card .custom-text p {
    font-size: 10px;
    text-align: right;
    color: #5d2e8f;
    padding-right: 20px;
}

.technical-service-card {
    height: 210px
}

.select-content {
    display: flex;
}

    .select-content .membership-options {
        display: grid;
        margin-right: 20px;
    }

        .select-content .membership-options ul {
            padding-left: 0;
        }

.nav-list {
    margin-top: auto;
}

    .nav-list p {
        font-size: 14px;
        margin-left: 5px;
        margin-bottom: 10px;
    }

    .nav-list:first-child p {
        margin-left: 0;
    }

.select-content .auto-renew {
    display: grid;
    width: calc(100% - 415px);
    margin-right: 20px;
}

.select-content .change-package {
    display: grid;
    width: 175px;
    margin-top: auto;
}

.select-content a {
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    padding: 9px 12px;
    color: #212529;
}

.select-content .btn-sign-up {
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    padding: 12px;
}

.tab-menu .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
}

    .tab-menu .nav-tabs .nav-link {
        margin-right: 20px;
        border-radius: 12px;
        padding-left: 25px;
        padding-right: 25px;
        font-size: 14px;
    }

        .tab-menu .nav-tabs .nav-link:first-child {
            margin-left: 0;
        }

        .tab-menu .nav-tabs .nav-link.active {
            box-shadow: 0 2px 6px 0 #6b38a8;
            background-color: #fff;
            color: #6b38a8;
        }

            .tab-menu .nav-tabs .nav-link.active i::before {
                content: '\e901';
            }

            .tab-menu .nav-tabs .nav-link.active i.icon-cancel::before {
                content: '\e905';
                color: #5a5e62;
            }

.channel-title-card {
    display: flex;
}

    .channel-title-card span {
        display: grid;
        width: 33%;
        padding: 15px;
        font-weight: bold;
        font-size: 16px;
        line-height: 48px;
    }

        .channel-title-card span.count {
            text-align: left;
            padding: 15px 65px;
        }

        .channel-title-card span.package-count {
            padding: 15px 20px 15px 110px;
            line-height: 24px;
        }

.channel-accordion .card {
    background: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    min-height: auto;
    margin-bottom: 8px;
}

    .channel-accordion .card.active {
        box-shadow: 0 2px 6px 0 #6b38a8;
        border-radius: 8px;
        padding-top: 10px;
    }

        .channel-accordion .card.active .card-header .category, .channel-accordion .card.active .card-header .count {
            color: #6b38a8;
        }

        .channel-accordion .card.active span.icon i {
            transform: rotate(-180deg);
            transition: .5s;
        }

.channel-accordion .card-header {
    padding: 0;
    border-radius: 0;
    border: none;
    background: none;
    height: 46px;
}

    .channel-accordion .card-header > .btn {
        width: 100%;
        padding: 0 25px;
        display: flex;
        position: relative;
        text-decoration: none;
        outline: none;
        border-bottom: none;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

        .channel-accordion .card-header > .btn.collapsed {
            width: 100%;
            padding: 0 25px;
            display: flex;
            position: relative;
            text-decoration: none;
            outline: none;
            border-radius: 8px;
            border: solid 1px #f5f5f5;
        }

        .channel-accordion .card-header > .btn.collapsed {
            padding: 0 25px;
        }

        .channel-accordion .card-header > .btn:active, .channel-accordion .card-header > .btn:focus {
            outline: none;
            box-shadow: initial;
        }

        .channel-accordion .card-header > .btn span {
            width: 33%;
            display: grid;
            font-size: 14px;
            line-height: 42px;
            text-align: left;
        }

            .channel-accordion .card-header > .btn span.count {
                text-align: center;
                padding: 0 20px 0 60px;
            }

                .channel-accordion .card-header > .btn span.count span {
                    width: 90px;
                    margin-top: 8px;
                    height: 26px;
                    background-color: #f5f5f5;
                    border-top-left-radius: 8px;
                    border-bottom-right-radius: 8px;
                    line-height: 26px;
                    text-align: center;
                }

            .channel-accordion .card-header > .btn span.package-count {
                padding: 0 20px 0 120px;
                line-height: 24px;
            }

                .channel-accordion .card-header > .btn span.package-count span {
                    width: 70px;
                    background-color: #6b38a8;
                    text-align: center;
                    font-weight: bold;
                    font-size: 18px;
                    color: #fff;
                }

        .channel-accordion .card-header > .btn.collapsed span.package-count span {
            background-color: #f5f5f5;
            color: #000;
        }

        .channel-accordion .card-header > .btn span.icon {
            position: absolute;
            top: 15px;
            right: 10px;
            width: 14px;
            z-index: 2;
        }

            .channel-accordion .card-header > .btn span.icon .icon-arrow-up {
                color: #639;
                opacity: 0;
            }

        .channel-accordion .card-header > .btn.collapsed span.icon .icon-arrow-up {
            opacity: 1;
        }

        .channel-accordion .card-header > .btn span.icon .icon-arrow-down {
            opacity: 1;
        }

        .channel-accordion .card-header > .btn.collapsed span.icon .icon-arrow-down {
            opacity: 0;
        }

.channel-accordion .card-body {
    padding: 20px 63px 20px 25px;
    position: relative;
    border: solid 1px #f5f5f5;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

    .channel-accordion .card-body .item {
        display: flex;
        border-bottom: 1px solid #f5f5f5;
        height: 50px;
        margin-right: 50px;
    }

        .channel-accordion .card-body .item > div {
            display: grid;
        }

        .channel-accordion .card-body .item .img-area {
            max-width: 65px;
            margin-right: 15px;
            padding-top: 5px;
        }

        .channel-accordion .card-body .item .write-area {
            margin-right: 20px;
            margin-top: 5px;
        }

            .channel-accordion .card-body .item .write-area p {
                font-size: 16px;
                line-height: 40px;
                color: #6b38a8;
            }

        .channel-accordion .card-body .item .status {
            width: 70px;
            height: 50px;
            margin-right: 0;
            opacity: .5;
            background-color: #6b38a8;
            font-size: 16px;
            padding: 10px;
            text-align: center;
            color: #fff;
            line-height: 30px;
            margin-left: auto;
        }

#changedRoomName .card-inner p {
    color: #5a5e62;
    font-size: 14px;
    line-height: 1.43;
    margin: 0;
}

#changedRoomName .form-control {
    padding: 11px 17px 11px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    color: #5a5e62;
    font-size: 14px;
    height: 40px;
    border: none;
}

#changedRoomName .card-title {
    padding: 10px;
    margin-bottom: 12px;
}

#changedRoomName .img-area {
    margin: 32px 0;
    padding: 0 20px;
}

    #changedRoomName .img-area img {
        width: 100%;
    }

.change-room-card {
    margin-bottom: 17px;
}

.light-shadow {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15) !important;
}

.card-box.active {
    box-shadow: 0 2px 6px 0 #6b38a8;
    background-color: #fff;
}

#autoRenew .card-box.active {
    background-color: #fff;
    box-shadow: 0 2px 6px 0 #6b38a8;
    background-color: #fff;
}

    #autoRenew .card-box.active span {
        color: #6b38a8;
    }

.page-head {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.page-text {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

p.small {
    margin-top: 10px;
}

.purple {
    color: #6b38a8;
}

.btn-purple {
    padding: 16px 40px;
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #6b38a8;
    color: #fff;
}

.btn-apply-now {
    float: right;
    margin-top: 50px;
    margin-right: 30px;
}

.card-pad {
    padding-left: 50px;
    padding-right: 50px;
}

    .card-pad .pay-with-card-content {
        padding-left: 0;
        padding-right: 0;
    }

.double-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .double-card .card:last-child {
        margin-top: auto;
    }

.card-head {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6b38a8;
}

.card-prices {
    display: flex;
    align-items: center;
}

.card-old-price {
    text-decoration: line-through;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    width: 60px;
    margin-right: 15px;
}

.card-new-price {
    color: #6b38a8;
    font-size: 18px;
    font-weight: bold;
    margin-left: 15px;
}

.bottom-small-text {
    color: #5a5e62;
    font-size: 14px;
}

.card-content .bottom-small-text {
    margin: 10px 0;
}

.success-head {
    color: #086810;
    font-size: 18px;
    text-align: left;
    font-weight: normal;
    display: inline-block;
}

.success-icon {
    width: 30px;
    height: 30px;
    margin: 1px 11px 8px 0;
    padding: 5px 5px 6px;
    background-color: transparent;
    border: 1px solid #086810;
    border-radius: 50%;
    color: #086810;
    display: inline-block;
    font-size: 18px;
}

.fail-head {
    color: #c82027;
    font-size: 18px;
    text-align: left;
    font-weight: normal;
    display: inline-block;
}

.fail-icon {
    width: 30px;
    height: 30px;
    margin: 1px 11px 8px 0;
    padding: 5px 5px 6px;
    background-color: transparent;
    border-radius: 50%;
    color: #c82027;
    display: inline-block;
    font-size: 18px;
}

.top-card-content {
    padding-left: 30px;
}

p.top-card-text {
    color: #5a5e62;
    font-size: 16px;
}

.top-card-strong {
    color: #6b38a8;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}

.address-info {
    margin-top: 20px;
}

    .address-info p {
        color: #000;
        font-size: 14px;
    }

    .address-info span.address-text {
        font-weight: bold;
    }

    .address-info span.std-wdth {
        width: 58px;
        display: inline-block;
    }

.btn-back-pack {
    padding: 16px 40px;
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #a31d8d;
    color: #fff;
    float: right;
}

.btn-back-to-offer {
    padding: 8px 16px;
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #a31d8d;
    color: #fff;
    float: right;
}

.success-package {
    padding: 0 30px;
}

    .success-package .top-card-text {
        padding-left: 40px;
    }

    .success-package img {
        display: block;
        margin-bottom: 20px;
    }

.top-line {
    width: 100%;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 12px;
}

    .top-line.gray {
        background-color: #f5f5f5;
    }

    .top-line img {
        max-width: 25px;
        margin-right: 10px;
    }

    .top-line .top-line-text {
        color: #000;
        font-size: 12px;
        margin-bottom: 0;
    }

    .top-line .top-line-btn {
        padding: 5px 5px 5px 8px;
        border-radius: 8px;
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
        background-color: #fff;
        color: #5a5e62;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }

        .top-line .top-line-btn i {
            font-size: 16px;
            padding-top: 2px;
        }

.top-line-detail {
    background-color: #f5f5f5;
    color: #000;
    font-size: 12px;
}

.card-content .top-line {
    padding: 0;
}

.card-bottom-content {
    margin-top: 50px;
}

    .card-bottom-content .card-bottom-head {
        color: #000;
        font-size: 16px;
        font-weight: bold;
    }

    .card-bottom-content .card-bottom-text {
        font-size: 14px;
        color: #000;
        margin: 10px 0;
    }

.card-bottom-list {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 20px;
}

    .card-bottom-list li {
        list-style: none;
        font-size: 16px;
        color: #000;
        float: left;
        margin-left: 20px;
    }

        .card-bottom-list li:first-child {
            margin-left: 0;
        }

        .card-bottom-list li span.strong {
            font-size: 16px;
        }

.top-line-card {
    margin-bottom: 30px;
}

.ek-packages-text {
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: center;
    white-space: pre-wrap;
}

.taksit-head {
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    margin: 10px 0;
}

.taksit-list {
    width: 100%;
    height: 100%;
    display: block;
    padding-left: 0;
}

    .taksit-list li {
        float: left;
        list-style: none;
        border-right: 1px solid #ddd;
        height: 75px;
        width: 100px;
        text-align: center;
        margin-top: 10px;
    }

        .taksit-list li .taksit-img {
            height: 35px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .taksit-list li img {
            width: 75%;
            margin-left: auto;
            margin-right: auto;
            display: block;
        }

.taksit-count {
    color: #6b38a8;
    font-size: 10px;
    text-align: center;
}

.select2-selection__arrow {
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single {
    border-radius: 8px !important;
    border: solid 1px #d8d8d8 !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 50px !important;
        margin-right: 20px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 50px !important;
        padding: 0 20px !important;
    }

.select2-container .select2-selection--single {
    height: 50px !important;
}

.select2-search__field {
    display: none !important;
}

.select-dropdown {
    position: static !important;
}

    .select-dropdown .select-dropdown--above {
        margin-top: 336px !important;
    }

.img-responsive {
    max-width: 100%;
}

.wh25 {
    width: 25%;
    height: 25%;
}

.w100 {
    width: 100%;
}

.mh800 {
    min-height: 800px;
}

.card-m-20 {
    margin: 0 20px;
}

.viewport {
    overflow: hidden;
}

.digi-tabs {
    border-bottom: 2px solid #794e96;
    padding-bottom: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

    .digi-tabs .nav-link {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
        background-color: #fff;
        margin: 0 2px;
    }

    .digi-tabs .nav-link {
        color: #030328;
        font-size: 14px;
        padding: 7px 40px;
    }

        .digi-tabs .nav-link.active {
            background-image: linear-gradient(285deg, #7f529e 100%, #5c2d91 47%, #25255a);
            color: #fff;
            font-weight: bold;
            border-bottom: 1px solid #5c2d91;
        }

.firsat-box {
    margin: 15px 10px;
    width: 220px;
    height: 280px;
    background: #fff;
    box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .15);
    border-radius: 20px;
    position: relative;
    display: inline-table;
}

    .firsat-box.active {
        box-shadow: 0 2px 6px 0 #6b38a8;
    }

    .firsat-box .firsat-overlay {
        width: 100%;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

.firsat-purple {
    background-color: #639;
}

.firsat-green {
    background-color: #2f651a;
}

.firsat-dark {
    background-color: #030328;
}

.firsat-gray {
    background-color: gray;
}

.firsat-box .firsat-overlay p {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 8px 0;
    margin: 0;
}

.firsat-overlay .bold-overlay {
    font-weight: bold;
    font-size: 16px;
}

.item-header .bold-overlay {
    font-weight: bold;
    font-size: 11px;
}

.firsat-box .firsat-img {
    height: 250px;
}

    .firsat-box .firsat-img img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

.firsat-box .firsat-content {
    padding: 0 12px;
}

    .firsat-box .firsat-content .firsat-head {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0;
        height: 35px;
    }

    .firsat-box .firsat-content h3 {
        padding-top: 15px;
    }

.firsat-box.active .firsat-content .firsat-head {
    color: #6b38a8;
}

.firsat-box .firsat-content .firsat-info {
    margin: 10px 0;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.firsat-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.firsat-card-footer {
    border-top: 0;
}

.right-conditions {
    float: right;
}

a.no-hover:hover a, a.no-hover, a.no-hover a {
    color: #5a5e62;
}

.firsat-detail-card {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    border-radius: 20px;
    margin: 10px 0 30px 0;
}

.movie-detail-card {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    border-radius: 20px;
    margin: 15px 0 30px 0;
}

.firsat-card-content, .movie-card-content, .directive-card-content {
    padding: 20px 25px 1px 25px;
}

.firsat-detail-card-row .movie-detail-card-row, .directive-detail-card-row {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.firsat-detail-card-row h4 {
    font-size: 14px;
    font-weight: bold;
    color: #6b38a8;
    margin-bottom: 6px;
}

    .firsat-detail-card-row h4.joined-firsat-head {
        font-size: 16px;
    }

.firsat-detail-card-row p {
    font-size: 12px;
    font-weight: normal;
    color: #5a5e62;
}

.firsat-detail-card-row a {
    font-size: 16px;
    color: #5a5e62;
    font-weight: normal;
}

    .firsat-detail-card-row a.collapsed i {
        transform: rotate(180deg);
    }

    .firsat-detail-card-row a i {
        position: relative;
        display: inline-block;
        top: 2px;
        transform: rotate(0deg);
        left: 5px;
    }

.firsat-detail-card-row .firsat-select {
    background-color: #fff;
    border-radius: 12px;
    float: right;
    border: none;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .08);
}

.firsat-detail-card-footer, .movie-detail-card-footer, .directive-detail-card-footer {
    width: 100%;
    border-top: 1px solid #030328;
    height: 40px;
}

    .firsat-detail-card-footer a {
        padding: 11px 0;
        font-size: 14px;
        font-weight: normal;
        color: #5a5e62;
        width: 100%;
        border-bottom-left-radius: 20px;
        background-color: #fff;
    }

.firsat-detail-card-row p.firsat-campaign-detail {
    font-size: 14px;
    color: #525362;
    font-weight: normal;
}

.firsat-detail-card .card-footer, .movie-detail-card .card-footer, .directive-detail-card .card-footer {
    margin-top: 0;
}

.success-firsat-row, .fail-firsat-row {
    text-align: center;
}

    .success-firsat-row .success-firsat-icon {
        width: 30px;
        height: 30px;
        margin: 1px 11px 8px 0;
        padding: 3px 5px 6px;
        background-color: transparent;
        border: 1px solid #086810;
        border-radius: 50%;
        color: #086810;
        display: block;
        font-size: 18px;
        margin-left: auto;
        margin-right: auto;
    }

        .success-firsat-row .success-firsat-icon i {
            color: #086810;
        }

    .success-firsat-row .success-text {
        color: #086810;
        font-size: 16px;
        font-weight: normal;
    }

.fail-firsat-row {
    padding-top: 40px;
}

    .fail-firsat-row .fail-firsat-icon i {
        font-size: 30px;
        color: #c82027;
    }

    .fail-firsat-row .fail-text {
        font-size: 16px;
        color: #c82027;
        font-weight: normal;
        padding-bottom: 10px;
    }

.card-footer a.active {
    background-color: #6b38a8;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

    .card-footer a.active:hover {
        color: #fff;
    }

.notif-box {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
    margin: 20px 0 10px 0;
    display: flex;
    align-items: center;
}

    .notif-box .notif-img {
        display: inline-block;
        width: 25%;
    }

    .notif-box .notif-content {
        display: inline-block;
        margin: 0 10px;
    }

        .notif-box .notif-content h4 {
            font-size: 16px;
            color: #a31d8d;
            font-weight: bold;
        }

        .notif-box .notif-content p {
            font-size: 14px;
            font-weight: normal;
            color: #000;
        }

.notif-btn a.btn-notif {
    background-color: #a31d8d;
    border-radius: 12px;
    padding: 8px 12px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.slick-dots {
    bottom: -35px;
}

    .slick-dots li {
        margin: 0;
    }

        .slick-dots li button::before {
            content: '';
            width: 6px;
            height: 6px;
            margin: 0 6px 0 0;
            border-radius: 3px;
            background-color: #6b38a8;
        }

        .slick-dots li.slick-active button::before {
            color: #6b38a8;
            content: '';
            width: 12px;
            height: 6px;
            margin: 0 6px 0 0;
            border-radius: 3px;
            background-color: #6b38a8;
        }

.step-div {
    width: 100%;
    display: flex;
}

.advantages-head {
    padding: 20px 40px;
}

.advantages-head-img img {
    width: 100%;
}

.advantages-head-content {
    text-align: center;
}

    .advantages-head-content h4 {
        font-size: 16px;
        color: #000;
        font-weight: bold;
    }

    .advantages-head-content p {
        color: #000;
        font-size: 14px;
        font-weight: normal;
    }

.advantages-btn {
    background-color: #a31d8d;
    padding: 8px 12px;
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-top: 15px;
}

    .advantages-btn:hover {
        color: #fff;
    }

.advantages-img-content {
    display: flex;
}

.advantages-step-content {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    padding: 10px 15px;
    text-align: center;
    width: 282px;
    display: flex;
    align-items: center;
    flex-flow: column;
    border-radius: 8px;
}

    .advantages-step-content.step-1 {
        padding: 21px 51px;
        border-radius: 20px;
    }

    .advantages-step-content p {
        font-size: 12px;
        color: #000;
        font-weight: normal;
    }

.centered-vertical {
    height: 100%;
    display: flex;
    align-items: center;
}

.step-right, .step-right img {
    margin-right: auto;
}

.step-left, .step-left img {
    margin-left: auto;
}

.step-bottom-div {
    display: flex;
    align-items: center;
    padding: 0 66px;
}

    .step-bottom-div img {
        padding: 5px;
    }

    .step-bottom-div h4 {
        color: #6b38a8;
        font-size: 14px;
        font-weight: bold;
        padding: 0 12px;
    }

.step-bottom-content {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    padding: 37px 16px 44px 22px;
}

.step-bottom-img {
    width: 182px;
}

    .step-bottom-img img {
        width: 100%;
    }

.step-bottom-text {
    margin-left: 15px;
}

    .step-bottom-text p {
        font-size: 12px;
        font-weight: normal;
        color: #000;
        margin-bottom: 10px;
    }

    .step-bottom-text a {
        color: #fff;
        font-size: 12px;
        font-weight: normal;
        padding: 8px 10px 8px 9px;
        border-radius: 8px;
        background-color: #6b38a8;
    }

        .step-bottom-text a i {
            margin-right: 4px;
        }

.movie-top-info {
    padding: 20px;
    margin: 15px -30px 15px -20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}

.movie-head {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

.movie-subHead {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    margin-top: 10px;
}

.movie-p {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    margin-top: 30px;
    width: 50%;
}

    .movie-p span.pad-span {
        padding: 0 5px;
    }

    .movie-p span.strong {
        font-weight: bold;
        font-size: 14px;
        color: #fff;
    }

.movie-list {
    display: inline-table;
    padding-left: 0;
    margin: 0 30px;
}

    .movie-list:first-child {
        margin-left: 0;
    }

    .movie-list h4 {
        font-weight: bold;
        color: #fff;
        font-size: 14px;
    }

    .movie-list li {
        list-style: none;
        color: #fff;
        font-weight: normal;
        font-size: 14px;
    }

.movie-more-btn {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    border-radius: 50%;
    padding: 3px;
    font-size: 10px;
    display: inline-block;
    background-color: #fff;
    color: #000;
    margin-left: 5px;
    cursor: pointer;
}

.rotate180 {
    transform: rotate(180deg);
}

.movie-bottom-info {
    display: flex;
    flex-direction: row;
    flex-flow: row;
    align-items: center;
    margin-top: 30px;
}

    .movie-bottom-info .movie-p {
        margin: 0;
    }

.movie-fragman-btn {
    background-color: #a31d8d;
    padding: 8px 12px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0,.15);
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    display: inline-flex;
    height: 100%;
    margin-left: auto;
}

    .movie-fragman-btn:hover {
        color: #fff;
    }

.movie-detail-card-row h4 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.movie-dd {
    width: 250px;
    margin: 0 40px 20px 0;
    display: inline-block;
    border-radius: 8px;
}

    .movie-dd.active {
        box-shadow: 0 2px 6px 0 #6b38a8;
    }

    .movie-dd .dd-select {
        border-radius: 8px;
        border: solid 1px #d8d8d8;
        box-shadow: none;
    }

    .movie-dd .dd-selected {
        padding: 16px 20px;
        font-size: 14px;
        color: #5a5e62;
        font-weight: normal;
    }

        .movie-dd .dd-selected span {
            color: #5a5e62;
            font-size: 14px;
            font-weight: bold;
        }

    .movie-dd .dd-icon {
        right: 30px;
    }

    .movie-dd .dd-options {
        width: 91%;
        left: 5%;
    }

        .movie-dd .dd-options li h4 {
            font-weight: bold;
            font-size: 14px;
            margin-bottom: 2px;
            color: #000;
        }

        .movie-dd .dd-options li span {
            font-size: 12px;
            font-weight: normal;
            color: #000;
            padding-left: 10px;
        }

    .movie-dd .dd-select.active {
        background-color: #fff;
    }

.movie-success {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15) !important;
    background-color: #fff !important;
}

.movie-table {
    width: 95%;
    margin-bottom: 30px;
}

    .movie-table tr {
        border-bottom: 1px solid #f5f5f5;
        padding: 10px 0;
        margin: 10px 0;
    }

        .movie-table tr td {
            padding: 20px 0;
        }

.table-left-cell {
    text-align: left;
    color: #5a5e62;
    font-size: 14px;
    font-weight: normal;
}

.table-right-cell {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

.btn-movie-back {
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    border: solid 1px #a31d8d;
    background-color: #fff;
    padding: 8px 12px;
    color: #a31d8d;
    font-weight: bold;
    font-size: 14px;
    float: right;
}

.movie-top-line {
    margin-bottom: 20px;
}

    .movie-top-line i.icon-check {
        color: #086810;
        margin-right: 5px;
    }

.top-line.gray.active {
    background-color: #fff;
    margin: 0;
}

.movie-detail-card.active {
    margin-top: 0;
    box-shadow: none;
}

    .movie-detail-card.active .list-box {
        box-shadow: none;
    }

        .movie-detail-card.active .list-box .box-image {
            border-radius: 12px;
        }

.movie-detail-type-2 {
    padding-left: 10px;
}

    .movie-detail-type-2 h4 {
        font-size: 12px;
        font-weight: bold;
        color: #000;
    }

.kira-iptal-text {
    font-size: 12px;
    color: #000;
    font-weight: normal;
    padding-bottom: 15px;
}

.kira-iptal-success {
    color: #5a5e62;
    font-weight: normal;
    padding-bottom: 20px;
    font-size: 14px;
    padding-left: 40px;
}

.kira-list button.btn-link {
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    padding: 14px 25px;
    border: solid 1px #f5f5f5;
    border-radius: unset;
    color: #6b38a8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: none;
    margin: 5px 0;
}

    .kira-list button.btn-link:focus {
        box-shadow: none !important;
    }

    .kira-list button.btn-link.collapsed {
        border-radius: 8px;
        border: solid 1px #f5f5f5;
        background-color: #fff;
        color: #5a5e62;
    }

.kira-list .card-header button {
    width: 100%;
}

.iptal-left-item {
    float: left;
}

.iptal-right-item {
    float: right;
}

    .iptal-left-item.purple, .iptal-right-item.purple {
        padding: 14px 25px;
        font-size: 12px;
        color: #6b38a8;
        font-weight: normal;
    }

.kira-list-content {
    padding: 14px 25px;
    border: solid 1px #f5f5f5;
    border-radius: unset;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: none;
}

    .kira-list-content h4, .kira-list-content h3 {
        font-size: 12px;
        font-weight: bold;
        color: #6b38a8;
    }

        .kira-list-content h4 span, .kira-list-content h3 span {
            font-weight: normal;
        }

.btn-cancel {
    border-radius: 8px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    color: #5a5e62;
    font-size: 12px;
    font-weight: normal;
}

.right-cancel {
    margin-left: auto;
    display: table;
}

.kira-list .btn-link:not(.collapsed) i {
    transform: rotate(180deg);
    display: inline-block;
}

.kira-list h3 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.kira-iptal-bottom-div {
    display: none;
    margin-top: 30px;
}

.kira-iptal-success-div {
    display: none;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 20px;
    margin-top: 30px;
}

    .kira-iptal-success-div .iptal-card-text {
        padding-left: 40px;
        font-size: 14px;
        color: #5a5e62;
    }

.match-detail {
    background-image: radial-gradient(circle at 0 100%, #4d0095, rgba(0, 0, 0, 0) 82%), linear-gradient(to bottom, #001e42, #001e42), radial-gradient(circle at 100% 0, #620097, rgba(0, 0, 0, 0) 59%);
}

    .match-detail .box-header {
        font-size: 16px;
        color: #6b38a8;
    }

        .match-detail .box-header .on-air {
            border-radius: 5px;
            background: #c90000;
            padding: 2px 5px;
            color: #fff;
            font-size: 16px;
            float: right;
        }

            .match-detail .box-header .on-air i.dot {
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #fff;
                display: inline-block;
                top: -1px;
                position: relative;
            }

    .match-detail .box-body {
        display: flex;
        margin: 10px 0 40px 0;
        justify-content: center;
    }

        .match-detail .box-body div.team {
            width: 30%;
            text-align: center;
            font-size: 12px;
        }

            .match-detail .box-body div.team .team-logo img {
                height: 120px;
            }

            .match-detail .box-body div.team .team-name {
                font-size: 14px;
                margin-top: 10px;
                color: #fff;
                font-weight: bold;
            }

    .match-detail .box-footer {
        font-size: 14px;
        color: #fff;
    }

        .match-detail .box-footer span.price {
            float: right;
            font-weight: bold;
        }

        .match-detail .box-footer p {
            margin-top: 10px;
        }

            .match-detail .box-footer p span.strong {
                color: #fff;
            }

.program-image .box-body.box-back-image {
    color: #fff;
    background-image: radial-gradient(circle at 0 100%,#4d0095,rgba(0,0,0,0) 105%),linear-gradient(to bottom,#001e42,#001e42),radial-gradient(circle at 100% 0,#620097,rgba(0,0,0,0) 76%);
    -ms-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -ms-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.program-image .box-body div.team .team-name {
    font-size: 14px;
    margin-top: 0;
    color: #fff;
    font-weight: bold;
}

#videoModal {
    background-color: #000;
}

    #videoModal .modal-body {
        padding: 0;
    }

    #videoModal video {
        display: block;
    }

.video-modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1;
    z-index: 9;
}

    .video-modal-close span {
        color: #525252 !important;
        opacity: 1;
        font-weight: lighter;
        text-shadow: none;
        font-size: 40px;
    }

.movie-advantage-pop {
    position: fixed;
    width: 910px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 25px;
}

.movie-advantage-text {
    color: #a31d8d;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 15px;
}

.advantage-old-price {
    text-decoration: line-through;
    color: rgba(0, 0, 0, .15);
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
}

.advantage-loan-text {
    padding-right: 8px;
}

.bill-table {
    text-align: center;
}

.bill-list, .form-list {
    display: table;
    width: 100%;
    text-align: center;
    padding: 0;
}

    .bill-list li.outer-list, .form-list li.outer-list {
        float: left;
        list-style: none;
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

        .bill-list li.outer-list li, .form-list li.outer-list li {
            list-style: none;
            float: left;
            width: 33%;
        }

ul.inner-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px;
    padding: 0;
}

.bill-list .inner-list li, .form-list .inner-list li {
    font-size: 14px;
}

li.outer-list-head {
    font-weight: bold;
    height: 45px;
}

    li.outer-list-head .inner-list {
        padding: 0;
    }

.inner-list-cell {
    margin: 5px 0;
    border-radius: 8px;
    border: solid 1px #eee;
    background-color: #fff;
}

    .inner-list-cell:hover {
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    }

.bill-link li {
    color: initial;
}

.not-paid li {
    font-weight: bold;
}

    .not-paid li span {
        color: #8e4306;
        font-size: 12px;
        font-weight: bold;
        display: block;
    }

.interest li {
    font-weight: bold;
}

    .interest li span {
        font-size: 10px;
        font-weight: bold;
        display: block;
        color: #c90000;
    }

.top-pay {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    float: right;
    line-height: 20px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 12px;
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #a31d8d;
}

.bill-pop-up .btn {
    padding: 16px 0;
    width: 127px !important;
    margin-left: auto;
}

ul.bill-detail-cell {
    border-radius: 4px;
    padding-left: 32px;
    padding-right: 28px;
}

.bill-list ul.bill-detail-cell li {
    width: 50%;
    text-align: right;
    font-weight: bold;
}

    .bill-list ul.bill-detail-cell li:last-child {
        font-weight: normal;
    }

.bill-list ul.bill-detail-cell.paid li:last-child {
    color: #086810;
    font-weight: normal;
}

.bill-list ul.bill-detail-cell li i {
    padding-left: 29px;
    color: #464646;
}

ul.bill-detail-cell li:first-child {
    text-align: left;
}

.bill-detail-list {
    margin-top: 33px;
}

.bill-month {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 21px;
}

.bill-detail-top-info {
    border-bottom: 2px solid #030328;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .bill-detail-top-info p {
        display: inline-block;
        margin-right: auto;
        font-weight: normal;
        font-size: 12px;
        color: #000;
    }

    .bill-detail-top-info h4 {
        display: inline-block;
        margin-left: auto;
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }

.prev-bill, .next-bill {
    display: inline-block;
    width: 25px;
    height: 25px;
    opacity: 1;
    top: 32px;
}

.next-bill {
    right: 31%;
}

.prev-bill {
    left: 31%;
}

    .prev-bill i, .next-bill i {
        padding: 5px;
        border-radius: 20px;
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
        background-color: #fff;
        color: #000;
    }

.pay-bill-btn {
    /*display: inline-block;*/
    display: inherit;
    padding: 8px 40px;
    background-color: #a31d8d;
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    margin: 20px auto 20px auto;
}

    .pay-bill-btn span {
        display: block;
        font-size: 12px;
        color: #fff;
        font-weight: normal;
    }

        .pay-bill-btn span.bolder {
            font-size: 14px;
            font-weight: bold;
        }


.download-invoice-btn {
    /*display: inline-block;*/
    display: inherit;
    padding: 8px 7px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0px 3px 0 rgb(163, 29, 141);
    margin: 20px auto 20px auto;
}

.download-invoice-btn span {
    display: block;
    font-size: 12px;
    color: #a31d8d;
    font-weight: normal;
}

.download-invoice-btn span.bolder {
    font-size: 14px;
    font-weight: bold;
}
        
.pay-bill-bottom-info {
    padding: 20px 16px 9px 20px;
    border-radius: 20px;
    border: solid 1.5px rgba(151, 151, 151, .09);
    background-color: #fff;
    text-align: left;
}

    .pay-bill-bottom-info p {
        font-size: 12px;
        color: #000;
        font-weight: normal;
    }

.download-bill-part {
    width: 100%;
    display: flex;
    align-items: center;
}

    .download-bill-part .bill-download-text {
        color: #6b38a8;
        font-size: 14px;
        font-weight: normal;
    }

        .download-bill-part .bill-download-text i {
            font-size: 18px;
            position: relative;
            top: 3px;
        }

.send-bill-mail {
    display: flex;
    margin-left: auto;
}

.download-bill-part .dd-container {
    margin: 0;
    margin-left: auto;
    margin-right: 19px;
}

.send-bill-to-mail {
    padding: 16px 40px;
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-left: auto;
}

.bill-bottom-help {
    padding-left: 5px;
    margin-top: 20px;
}

.bill-live-help, .bill-video-help {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #6b38a8;
    text-align: left;
    display: flex;
    align-items: center;
}

.bill-video-help {
    margin: 10px 0;
}

    .bill-live-help i, .bill-video-help i {
        margin-right: 5px;
    }

.bill-list-pay li.outer-list li {
    text-align: left;
    padding-left: 60px;
    font-weight: normal;
}

.bill-list-pay li.outer-list:first-child li {
    font-weight: bold;
}

.form-list li.outer-list li {
    text-align: left;
    padding-left: 60px;
    font-weight: bold;
    width: 100%;
}

.pay-bill-checkbox, .spec-checkbox {
    border-radius: 4px;
    border: solid 1px #6b38a8;
    width: 20px;
    height: 20px;
    /*display: inline-table;*/
    position: absolute;
    left: 30px;
}

.spec-checkbox-div {
    display: flex;
    align-items: center;
}

.spec-checkbox {
    left: 15px;
}

.spec-checkbox-div-perm {
    margin-top: 40px;
}

.spec-checkbox-perm {
    left: 30px;
}

.spec-checkbox-label {
    color: #6b38a8;
    font-size: 14px;
    margin: 1px 0 1px 25px;
    font-weight: bold;
}

    .spec-checkbox-label.light {
        font-weight: normal;
    }

.bill-card-alert-footer {
    margin-top: 30px;
}

.pay-bill-checkbox i, .spec-checkbox i {
    display: none;
    color: #fff;
    vertical-align: middle;
    font-size: 13px;
    padding-left: 3px;
}

.permission-div {
    padding-bottom: 40px;
    border-bottom: 1px solid #f5f5f5;
}

.read-more, .read-less {
    cursor: pointer;
    background-color: #fff;
    border-radius: 13px;
    box-shadow: 0 5px 16px 0 rgba(0, 0,0, .15);
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 3px;
}

.text-link {
    font-size: 14px;
    color: #7f529e;
    font-weight: bold;
    text-decoration: underline !important;
}

.more-content {
    display: none;
    margin-left: -3px;
}

.top-info-box .bill-info-text {
    color: #000;
    font-size: 12px;
}

    .top-info-box .bill-info-text i {
        margin-right: 5px;
    }

.read-more i {
    font-size: 10px;
}

.pay-bill-checkbox.checked, .spec-checkbox.checked {
    background-color: #6b38a8;
}

    .pay-bill-checkbox.checked i, .spec-checkbox.checked i {
        display: table-cell;
    }

.bill-list-pay li.outer-list .bolder {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
}

    .bill-list-pay li.outer-list .bolder li {
        font-weight: bold;
    }

.credit-card-info, .borc-table-info {
    border: 1px solid #5a5e62;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 10px;
}

    .credit-card-info i {
        font-size: 10px;
    }

.borc-table-info {
    border: 1px solid #a31d8d;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

    .borc-table-info i {
        color: #a31d8d;
        font-size: 8px;
    }

.info-box-3d {
    text-align: left;
    border: 1px solid #639;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
    width: 50%;
}

    .info-box-3d p {
        text-align: left;
        font-size: 12px;
        font-weight: normal;
        color: #5d2e8f;
    }

.package-detail-card .bill-success-p {
    color: #5a5e62;
    font-size: 14px;
    font-weight: normal;
    margin: 15px 0;
}

.top-line-text .credit-card-info {
    margin-right: 5px;
}

.directive-card-content {
    padding-left: 0;
}

.directive-approve {
    font-weight: bold;
    font-size: 14px;
    padding-left: 25px;
    padding-bottom: 15px;
}

#directive-content-form {
    display: none;
}

    #directive-content-form .directive-detail-card {
        margin-top: 0;
    }

.page-subhead-p {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    margin-top: 10px;
}

.top-info-box {
    border-radius: 20px;
    background-color: #f5f5f5;
    padding: 16px 14px 17px 14px;
    margin: 20px 0;
}

    .top-info-box p {
        font-size: 14px;
        color: #5a5e62;
        font-weight: normal;
    }

        .top-info-box p span.bolder {
            font-weight: bold;
        }

.auto-pay-btn-list {
    padding-left: 0;
    display: flex;
}

    .auto-pay-btn-list li {
        float: left;
        list-style: none;
        margin-right: 20px;
    }

.btn-auto-pay {
    color: #5a5e62;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-auto-pay i {
        padding-right: 5px;
        font-size: 17px;
    }

    .btn-auto-pay.width-f {
        width: 183px;
    }

.hide {
    display: none;
}

.success-auto-pay {
    font-size: 14px;
    font-weight: normal;
    color: #5a5e62;
}

#bank-instruction-card {
    display: none;
}

#auto-pay-cancel-div {
    display: none;
}

#auto-pay-change-card {
    display: none;
}

.btn-auto-pay.active {
    box-shadow: 0 2px 6px 0 #6b38a8;
    color: #6b38a8;
}

.btn-auto-pay i.right {
    margin-left: 5px;
}

.btn-auto-pay.active i {
    transform: rotate(180deg);
}

.btn-auto-pay:not(.collapsed) {
    box-shadow: 0 2px 6px 0 #6b38a8;
}

    .btn-auto-pay:not(.collapsed) i {
        transform: rotate(-180deg);
        color: #6b38a8;
    }

.inner-spec-collapse div.card-content {
    padding-bottom: 40px;
}

.borc-acc-list {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

    .borc-acc-list li {
        color: #5a5e62;
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        list-style: none;
        float: left;
        width: 100%;
    }

.borc-acc-top ul li {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #5a5e62;
}

    .borc-acc-top ul li:not(:first-child), .borc-acc-list li:not(:first-child) {
        text-align: center;
    }

.transaction-top li:not(:first-child) {
    text-align: left !important;
}

.borc-acc-top {
    padding: 10px 25px 10px 25px;
}

.borc-item {
    margin: 10px 0;
    padding: 14px 25px;
    border-radius: 8px;
    border: solid 1px #f5f5f5;
}

    .borc-item ul li i {
        display: inline-block;
        transition: .5s;
        font-size: 21px;
        vertical-align: middle;
        float: right;
    }

.borc-table-content {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.active-shadow {
    box-shadow: 0 2px 6px 0 #6b38a8;
    margin-bottom: 30px;
}

.purple-bold {
    font-weight: bold;
    background-color: #6b38a8 !important;
    color: #fff !important;
}

.active-shadow .borc-acc-list li {
    color: #6b38a8;
}

    .active-shadow .borc-acc-list li i {
        transform: rotate(180deg);
    }

.full-width {
    width: 100% !important;
    border-radius: 5px;
}

.radius-bottom {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.borc-table-option {
    float: right;
    margin-top: 15px;
    margin-left: auto;
}

    .borc-table-option li {
        margin-right: 10px;
    }

    .borc-table-option .btn-auto-pay i {
        padding-left: 15px;
        padding-right: 0;
    }

.borc-table-tr.collapsed {
    border: 1px solid #f5f5f5;
    border-radius: 20px;
    margin: 5px 0;
    background-color: #fff;
}

    .borc-table-tr.collapsed .borc-table-inner {
        color: #5a5e62;
    }

        .borc-table-tr.collapsed .borc-table-inner i {
            transform: rotate(0deg);
        }

.borc-table-tr {
    border-radius: 8px;
    border: 1px solid #6b38a8;
    border-bottom: none;
}

.borc-table-collapse {
    border-radius: 8px;
    border: 1px solid #6b38a8;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: grid;
    padding: 20px 30px 10px 30px;
}

.borc-hide-table-tr td {
    padding: 0;
}

.spec-input-container {
    width: 250px;
    margin: 0 40px 20px 0;
    display: inline-block;
}

.spec-input {
    padding: 16px 20px;
    font-size: 14px;
    color: #5a5e62;
    font-weight: bold;
    border-radius: 8px;
    border: solid 1px #d8d8d8;
    box-shadow: none;
    padding-left: 95px;
}

.spec-input-full {
    width: 100%;
    display: inline-block;
    position: relative;
}

    .spec-input-full .dd-select {
        border-radius: 8px;
        border: solid 1px #d8d8d8;
        box-shadow: none;
        width: 100%;
    }

    .spec-input-full .dd-selected {
        padding: 10px 20px;
        font-size: 14px;
        color: #5a5e62;
        font-weight: normal;
    }

        .spec-input-full .dd-selected span {
            color: #5a5e62;
            font-size: 14px;
            font-weight: bold;
        }

    .spec-input-full label {
        position: absolute;
        left: 10px;
        top: 17px;
        bottom: 0;
        z-index: 2;
        width: 100px;
        color: #5a5e62;
        font-size: 14px;
    }

.success-message {
    display: none;
}

    .success-message .bill-success-p {
        padding-left: 40px;
        color: #5a5e62;
        font-size: 14px;
        font-weight: normal;
    }

.bank-info {
    padding: 0 40px;
}

    .bank-info p {
        color: #5a5e62;
        font-size: 14px;
        font-weight: normal;
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #f5f5f5;
    }

        .bank-info p span {
            color: #000;
            float: right;
            font-size: 14px;
            font-weight: bold;
        }

.spec-check {
    color: #5a5e62;
}

.btn-defin {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px 8px 15px;
    border-radius: 8px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    font-size: 12px;
    width: 105px;
}

    .btn-defin span {
        margin-right: 3px;
        font-size: 14px;
    }

    .btn-defin.defined {
        color: #086810;
        border: solid 1px #086810;
    }

.add-new-phone, .add-new-email {
    color: #5a5e62;
}

.btn-bill-address {
    display: flex;
    align-items: center;
}

    .btn-bill-address span {
        margin-right: 4px;
    }

.profile-dd {
    width: 321px;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 20px;
}

    .profile-dd .dd-select {
        border-radius: 8px;
        border: solid 1px #d8d8d8;
        position: relative;
        cursor: pointer;
        color: #5a5e62;
        box-shadow: none;
    }

    .profile-dd .dd-selected {
        padding: 16px 20px;
        font-size: 14px;
        color: #5a5e62;
        font-weight: normal;
    }

.form-control.address-textarea {
    height: 190px;
    width: 100%;
    color: #5a5e62;
    font-size: 16px;
    font-weight: normal;
}

.address-right-dd {
    width: 100%;
}

.address-dd {
    width: 249px;
    margin: 20px auto;
}

    .address-dd .dd-select {
        border-radius: 8px;
        border: solid 1px #d8d8d8;
        position: relative;
        cursor: pointer;
        color: #5a5e62;
        box-shadow: none;
        height: 50px;
    }

    .address-dd .dd-selected {
        padding: 16px 20px;
        font-size: 14px;
        color: #5a5e62;
        font-weight: normal;
    }

.btn-edit:focus, .btn-remove:focus, .btn-verify:focus {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
}

.address-form.disabled .dd-select, .address-form.disabled textarea {
    pointer-events: none;
    opacity: .4;
}

.defin-form-wrapper h5, .defin2-form-wrapper h5, .remove-mail-form-wrapper h5, .remove-phone-form-wrapper h5 {
    font-size: 14px;
    color: #000;
    margin-top: 20px;
}

.verify-mail-form-wrapper h5, .verify-phone-form-wrapper h5 {
    font-size: 14px;
    color: #000;
    margin-top: 20px;
}

span.bold {
    font-weight: bold;
}

.defin-form-wrapper .alert-sect p, .defin2-form-wrapper .alert-sect p {
    color: #c97900;
    font-size: 14px;
}

.sms-sect {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

    .sms-sect p {
        color: #5a5e62;
        font-size: 16px;
        margin-right: 5px;
    }

.send-again {
    color: #5a5e62;
    font-size: 12px;
    border-radius: 8px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    margin-left: 5px;
}

.sms-input {
    width: 268px;
    border-radius: 8px;
    border: solid 1px #d8d8d8;
    padding: 16px 50.5px 15px 51px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    text-align: center;
    font-size: 18px;
}

    .sms-input.form-control:focus {
        outline: none;
        box-shadow: none;
        border-color: #d8d8d8;
    }

    .sms-input::placeholder {
        color: #5a5e62;
        text-align: center;
        font-size: 16px;
    }

.form-alert, .phone-alert, .mail-alert {
    color: #c82027;
    font-size: 14px;
    display: none;
    width: 100%;
    text-align: center;
    margin-top: 4px;
}

.wrong input {
    border: solid 1px #c82027;
    color: #c82027;
}

    .wrong input::placeholder {
        color: #c82027;
    }

.wrong .form-alert {
    display: block;
}

.defin2-form-wrapper h6 {
    text-align: center;
    color: #5a5e62;
    font-size: 16px;
    margin-top: 40px;
}

.surname-inputs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
}

.surname-input {
    padding: 16px 25px 15px;
    border-radius: 8px;
    border: solid 1px #d8d8d8;
    height: 50px;
    width: 57px;
    text-align: center;
    color: #5a5e62;
    font-size: 16px;
    margin: 0 5px;
}

    .surname-input::placeholder {
        text-align: center;
        color: #5a5e62;
        font-size: 16px;
    }

.undefined-form-wrapper p {
    color: #c97900;
}

.personal-form-wrapper .footer-wrapper a.btn.left.active {
    width: 100%;
    background-color: #6b38a8;
    font-weight: bold;
    color: #fff;
    border-bottom-right-radius: 20px;
    opacity: 1;
}

.center-icon {
    display: flex;
    justify-content: center;
    font-size: 28px;
    color: #c82027;
}

.phone-dd {
    margin: 0;
    width: 66px;
    margin-right: 10px;
}

    .phone-dd .dd-select {
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
        border-radius: 12px;
        border: none;
    }

.phone-inputs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
}

.phone-dd .dd-selected {
    font-size: 12px;
    width: 66px;
    padding: 11px 8px;
}

.phone-spec-input, .mail-spec-input {
    border-radius: 8px;
    border: solid 1px #d8d8d8;
    height: 50px;
    text-align: center;
    color: #5a5e62;
    font-size: 16px;
}

    .phone-spec-input placeholder, .mail-spec-input placeholder {
        text-align: center;
        color: #5a5e62;
        font-size: 16px;
    }

.phone-add-text, .mail-add-text {
    text-align: center;
    font-size: 16px;
    color: #5a5e62;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.wrong .phone-add-text, .wrong .mail-add-text {
    display: none;
}

.wrong .phone-alert, .wrong .mail-alert {
    display: block;
}

.phone-sms-form-wrapper h5 {
    font-size: 14px;
}

.pwd-inputs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
}

    .pwd-inputs a.active {
        background-color: #6b38a8;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }

        .pwd-inputs a.active:hover {
            color: #fff;
        }

.email-inputs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
}

.advantage-box {
    padding: 15px 51px 25px 25px;
    border-radius: 8px;
    background-color: #f5f5f5;
    margin: 20px 0 10px 0;
}

    .advantage-box .advantage-head-text {
        color: #000;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0;
        text-align: left;
    }

    .advantage-box[data-toggle=collapse] {
        cursor: pointer;
    }

    .advantage-box .advantage-head-text span.price {
        float: right;
        font-size: 24px;
        position: relative;
    }

        .advantage-box .advantage-head-text span.price i {
            position: absolute;
            top: 5px;
            margin-left: 5px;
            transition: .5s;
        }

    .advantage-box .advantage-head-text span.tl {
        font-size: 14px;
        font-weight: normal;
    }

    .advantage-box .advantage-small-text {
        font-size: 12px;
        color: #000;
        font-weight: normal;
        max-width: 75%;
    }

.advantage-box-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 30px;
}

.advantage-bottom-head {
    font-size: 16px;
    color: #000;
    margin-bottom: 7px;
}

    .advantage-bottom-head.purple {
        color: #a31d8d;
        font-weight: bold;
    }

.advantage-box.passive .advantage-head-text, .advantage-box.passive .advantage-small-text {
    color: #5a5e62;
    font-weight: normal;
}

.advantage-box[aria-expanded='true'] .advantage-head-text {
    font-weight: normal;
}

.advantage-box[aria-expanded='true'] .price {
    font-weight: bold;
}

.advantage-box[aria-expanded='false'] .price i {
    transform: rotate(180deg);
    transition: .5s;
}

.advantage-box[aria-expanded='true'] .advantage-head-text, .advantage-box[aria-expanded='true'] .advantage-small-text, .advantage-box[aria-expanded='true'] .price {
    color: #6b38a8;
}

.advantage-box[aria-expanded='true'] {
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 #6b38a8;
    background-color: #fff;
}

.advantage-box-body {
    display: inline-block;
    width: 100%;
}

    .advantage-box-body .brand-list {
        padding: 0;
        display: flex;
        flex-direction: column;
    }

        .advantage-box-body .brand-list li {
            list-style: none;
            float: left;
            width: 100%;
            display: flex;
            height: 64px;
            border-bottom: 1px solid #f5f5f5;
            padding-left: 20px;
        }

            .advantage-box-body .brand-list li a {
                width: 100%;
                display: flex;
            }

            .advantage-box-body .brand-list li h5, .advantage-box-body .brand-list li h4 {
                margin: 0;
                font-size: 16px;
                font-weight: normal;
                margin-left: 20px;
                color: #000;
            }

            .advantage-box-body .brand-list li img {
                width: 60px;
            }

    .advantage-box-body .left-item {
        display: flex;
        align-items: center;
    }

    .advantage-box-body .right-item {
        display: flex;
        margin-left: auto;
        align-items: center;
    }

        .advantage-box-body .right-item .price {
            color: #000;
            font-weight: bold;
            font-size: 20px;
        }

            .advantage-box-body .right-item .price .tl {
                font-weight: normal;
            }

.brand-table-div {
    padding: 0 40px 0 20px;
}

.brand-table {
    text-align: center;
    margin-top: 20px;
}

    .brand-table tr td:first-child {
        text-align: left;
    }

    .brand-table tr td:last-child {
        text-align: right;
    }

    .brand-table thead td {
        font-size: 14px;
        color: #000;
    }

    .brand-table tbody tr {
        border-bottom: 1px solid #f5f5f5;
    }

    .brand-table .success td:last-child i {
        color: #086810;
        font-size: 20px;
    }

    .brand-table .waiting td:last-child i {
        color: #5a5e62;
        font-size: 20px;
    }

    .brand-table .canceled {
        opacity: .5;
    }

        .brand-table .canceled td:last-child i {
            color: #5a5e62;
            font-size: 20px;
        }

    .brand-table tbody td {
        color: #5a5e62;
        font-size: 14px;
    }

.brand-table-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

    .brand-table-info p {
        font-size: 12px;
        color: #5a5e62;
        font-weight: normal;
        margin-bottom: 8px;
    }

        .brand-table-info p i {
            color: #5a5e62;
            margin-right: 4px;
            font-size: 13px;
        }

        .brand-table-info p:first-child i {
            color: #086810;
        }

        .brand-table-info p span {
            font-size: 12px;
            color: #000;
            margin-left: 4px;
        }

.anasayfa-badges {
    margin: 0;
}

    .anasayfa-badges .slick-track {
        height: 200px;
    }

    .anasayfa-badges .slick-slide {
        margin: 0;
    }

    .anasayfa-badges .front-slide-img {
        height: 180px;
        width: 230px;
    }

    .anasayfa-badges .badges-slide-div {
        position: relative;
        display: flex !important;
        flex-direction: row;
    }

        .anasayfa-badges .badges-slide-div .badges-slide-text {
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin-left: 15px;
            margin-bottom: 15px;
        }

            .anasayfa-badges .badges-slide-div .badges-slide-text h4 {
                font-size: 22px;
                font-weight: bold;
                color: #fff;
            }

            .anasayfa-badges .badges-slide-div .badges-slide-text p {
                font-size: 16px;
                font-weight: normal;
                color: #fff;
            }

        .anasayfa-badges .badges-slide-div .join-btn {
            position: absolute;
            border-radius: 12px;
            box-shadow: 0 8px 24px 0 rgba(163, 29, 141, .25);
            background-color: #a31d8d;
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            bottom: 10px;
            right: 10px;
            padding: 5px 40px;
        }

.gift-card {
    padding: 19px 47px 25px 20px;
    border-radius: 20px;
    background-color: #f5f5f5;
    margin: 20px 0;
    display: flex;
    flex-direction: row;
}

.gift-first-item img {
    width: 50px;
}

.gift-second-item {
    margin-left: 10px;
}

    .gift-second-item h4 {
        color: #086810;
        font-size: 24px;
        font-weight: normal;
    }

    .gift-second-item p {
        color: #5a5e62;
        font-size: 16px;
        line-height: 24px;
        margin: 15px 0;
    }

.gift-bottom-card {
    border-radius: 20px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 351px;
    margin-right: 13px;
    display: inline-block;
}

.gift-bottom-card-header {
    padding: 0 0 20px 12px;
    height: 172px;
}

.gift-bottom-card .gift-bottom-header {
    height: 20px;
    position: relative;
}

    .gift-bottom-card .gift-bottom-header span {
        width: 140px;
        height: 20px;
        font-size: 12px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        box-shadow: 0 2px 3px rgba(136, 136, 136, .25);
        background: #086810;
        transform: rotate(45deg);
        position: absolute;
        right: -42px;
        top: 17px;
        padding-top: 1px;
    }

.gift-bottom-card .gift-bottom-img {
    height: 60px;
}

.gift-second-item .lot-m {
    margin: 25px 0;
    color: #5a5e62;
    font-size: 16px;
    line-height: 24px;
    display: block;
}

.gift-bottom-card .right-bottom-item {
    display: inline-block;
    margin-left: 5px;
}

    .gift-bottom-card .right-bottom-item h6 {
        font-size: 14px;
        color: #000;
        font-weight: normal;
        margin: 0 0 5px;
    }

    .gift-bottom-card .right-bottom-item h5 {
        font-size: 14px;
        font-weight: bold;
        color: #000;
        margin: 5px 13px 0 0;
    }

.gift-bottom-card p {
    color: #5a5e62;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 12px 0 0;
}

.gift-bottom-card .gift-bottom-card-footer {
    border-top: 2px solid rgba(0, 0, 0, .15);
}

    .gift-bottom-card .gift-bottom-card-footer a {
        text-align: center;
        color: #6b38a8;
        font-size: 14px;
        font-weight: bold;
        transition: .2s;
        width: 100%;
        border-radius: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 8px 0;
    }

        .gift-bottom-card .gift-bottom-card-footer a:hover {
            background-color: #6b38a8;
            color: #fff;
        }

.gift-bottom-card .gift-teams {
    display: table;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

    .gift-bottom-card .gift-teams .team {
        text-align: center;
        display: inline-block;
        margin: 0 20px;
    }

        .gift-bottom-card .gift-teams .team img {
            width: 60px;
            height: 60px;
        }

        .gift-bottom-card .gift-teams .team p {
            color: #5a5e62;
            font-size: 14px;
            margin: 2px 0 0;
            font-weight: normal;
        }

.btn-gift-back-pack {
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(163, 29, 141, .25);
    background-color: #a31d8d;
    margin: 40px 0 0 0;
    width: 280px;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.other-bills {
    color: #6b38a8;
    font-size: 12px;
    font-weight: normal;
    margin: 0 10px 0 10px;
    position: relative;
    top: 10px;
}

.psw-form-wrapper {
    margin: 10px 0;
}

    .psw-form-wrapper label {
        font-size: 14px;
        color: #5a5e62;
    }

    .psw-form-wrapper input::placeholder, .psw-form-wrapper input {
        color: #5a5e62;
        text-align: center;
    }

    .psw-form-wrapper label {
        width: 200px;
        margin: 0;
    }

.psw-input {
    margin: 20px 0;
}

.right-block.psw {
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

    .right-block.psw p {
        font-size: 12px;
        font-weight: normal;
        color: #6b38a8;
    }

.right-block.abs.psw::before {
    top: 25px;
}

.psw-show {
    position: absolute;
    right: 25px;
    color: #5a5e62;
    opacity: .5;
}

.combo-dd {
    width: 100%;
    margin-bottom: 30px;
}

    .combo-dd .dd-select {
        border-radius: 12px;
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    }

    .combo-dd .dd-selected {
        color: #5a5e62;
        font-size: 14px;
    }

    .combo-dd .dd-options .selected {
        background: #d8d8d8;
        font-weight: bold;
        color: #000;
    }

        .combo-dd .dd-options .selected i {
            font-weight: bold;
            float: right;
        }

.ekipman-spec {
    margin: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    padding: 20px 10px;
}

    .ekipman-spec span {
        color: #5a5e62;
        font-size: 14px;
        font-weight: normal;
        width: 50%;
    }

        .ekipman-spec span:last-child {
            float: right;
            text-align: right;
            color: #000;
            font-weight: bold;
        }

        .ekipman-spec span a {
            color: #6b38a8;
            font-size: 12px;
            font-weight: normal;
        }

            .ekipman-spec span a i {
                margin-left: 5px;
            }

.btn-card-bottom {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    color: #6b38a8;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}

    .btn-card-bottom:hover {
        color: #fff;
        background: #6b38a8;
    }

.ekipman-img {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ekipman-text {
    font-size: 14px;
    color: #5a5e62;
    font-weight: normal;
    margin: 10px 0;
}

    .ekipman-text span.bold {
        font-weight: bold;
    }

div.ekipman-card {
    margin-bottom: 20px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    width: 345px;
    display: inline-block;
    margin-right: 10px;
}

    div.ekipman-card .btn-card-bottom {
        padding: 9px 0;
    }

.ekipman-psw {
    display: flex;
    align-items: center;
    padding: 20px 30px 20px 30px;
    border-radius: 20px;
    background-color: #f5f5f5;
    justify-content: center;
    margin-bottom: 20px;
}

.ekipman-psw-text {
    color: #5a5e62;
    font-size: 14px;
    margin: 0 0 0 10px;
}

.m-subtitle {
    margin-top: 15px;
}

.standart-text {
    color: #5a5e62;
    font-size: 14px;
    font-weight: normal;
    margin: 20px 0;
    line-height: normal;
}

.permission-legal-text {
    overflow-y: scroll;
    max-height: 150px;
}

.right-block.abs.bill-spec {
    left: 5px;
}

.right-block.bill-spec .right-text {
    color: #6b38a8;
    font-size: 12px;
}

.subtitle-text {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    margin: 10px 0;
}

.movie-dd.bill-dd {
    width: 264px;
}

    .movie-dd.bill-dd .dd-options {
        width: 100%;
        left: 0;
    }

    .movie-dd.bill-dd .selected {
        background-color: #d8d8d8;
        font-weight: bold;
    }

    .movie-dd.bill-dd li {
        font-size: 14px;
        padding: 11px 15px;
    }

.bill-alert-head {
    font-weight: bold;
    color: #000;
    font-size: 14px;
    margin-bottom: 20px !important;
}

#sideBar nav {
    height: 600px;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    display: none;
}

.document-item {
    border: none;
    border-bottom: 1px solid #f5f5f5;
    border-radius: 0;
}

.fnt-wth-prp .top-line-text {
    color: #5a5e62;
}

.fnt-wth-prp i {
    color: #a31d8d;
    margin-right: 5px;
}

.prp-tabs .nav-link {
    color: #5a5e62;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
}

    .prp-tabs .nav-link.active {
        background-image: linear-gradient(190deg, #7f529e 27%, #5c2d91 57%, #25255a 114%);
    }

.search-box {
    position: relative;
    display: inline-block;
    margin: 15px 0;
    width: 50%;
}

    .search-box input.search, div.search {
        border-radius: 9px;
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
        background-color: #fff;
        border: none;
        height: 40px;
        width: 268px;
        padding-left: 13px;
        padding-right: 44px;
    }

        .search-box input.search::placeholder {
            color: #000;
            font-size: 14px;
            font-weight: normal;
        }

        .search-box input.search:focus {
            outline: none;
            border: none;
        }

    .search-box i {
        position: absolute;
        right: 15px;
        top: 10px;
        color: #a31d8d;
    }

.scroll-subtitle {
    font-weight: 600 !important;
    font-size: 24px;
    color: #6b38a8;
}

.scroll-item {
    width: 140px;
    display: inline-block;
    text-align: center;
    margin: 0 20px;
}

    .scroll-item .scroll-name {
        color: #464646;
        font-size: 14px;
        font-weight: normal;
        margin-top: 14px;
    }

.national-scroll .scroll-logo img {
    max-width: 62px;
}

.series-scroll .scroll-logo img {
    max-width: 90px;
}

.packages-scroll .scroll-logo img {
    max-width: 90px;
}

.documentary-scroll .packages-content {
    margin: 15px 0;
    padding: 20px 0;
    transform-origin: right top;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding-left: 5px;
    white-space: nowrap;
}

.page-title h2 a.go-back {
    color: #6b38a8;
    font-size: 18px;
    float: right;
    font-weight: normal;
    display: flex;
}

    .page-title h2 a.go-back i {
        margin-right: 4px;
    }

.tv-tabs {
    margin-top: 30px;
}

    .tv-tabs .slick-slide {
        height: 106px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .tv-tabs .slick-slide.slick-active.slick-current {
            justify-content: center;
        }

        .tv-tabs .slick-slide.slick-active {
            justify-content: flex-end;
        }

            .tv-tabs .slick-slide.slick-active.slick-current + .slick-active {
                justify-content: flex-start;
            }

        .tv-tabs .slick-slide:last-child {
            justify-content: flex-start;
        }

        .tv-tabs .slick-slide img {
            width: 60px;
            opacity: .5;
            cursor: pointer;
        }

        .tv-tabs .slick-slide.slick-current.slick-center img {
            width: 100px;
            opacity: 1;
        }

.tv-next, .tv-prev {
    border-radius: 50%;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    padding: 4px 7px;
    position: absolute;
    top: 40px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border-color: transparent;
}

.tv-prev {
    right: 0 !important;
    left: auto;
}

.tv-next {
    left: 0 !important;
    right: auto;
}

    .tv-next::before, .tv-prev::before {
        color: #fff;
        background: #000;
    }

.day-list {
    padding: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 12px;
}

    .day-list li {
        float: left;
        list-style: none;
        text-align: center;
    }

        .day-list li a {
            color: #5a5e62;
            font-size: 14px;
        }

            .day-list li a.active {
                color: #6b38a8;
                font-weight: bold;
            }

.program-list-div {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.program-list {
    padding-left: 0;
    display: block;
    padding: 14px 20px;
    border-radius: 8px;
    border: solid 1px #f5f5f5;
    margin: 8px 0;
}

    .program-list li {
        float: left;
        list-style: none;
        background-color: #fff;
        font-size: 14px;
        color: #000;
        font-weight: normal;
    }

.program-list-name {
    margin-left: 10px;
}

.program-list li:first-child {
    width: 94px;
}

.program-list li:last-child {
    width: 18px;
    float: right;
}

    .program-list li:last-child i {
        font-weight: bold;
    }

.tv-subtitle {
    color: #6b38a8;
    font-weight: bold;
    margin-top: 12px;
    font-size: 14px;
}

.channel-detail {
    display: none;
}

    .channel-detail.open {
        display: block;
    }

.program-list.open-tab {
    cursor: pointer;
}

.program-list i {
    display: inline-block;
    transition: .5s;
}

.program-list.open li i {
    transform: rotate(180deg);
    transition: .5s;
}

.channel-detail-card {
    border-radius: 20px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    margin-bottom: 40px;
    margin-top: 8px;
}

.channel-card-body {
    padding: 20px;
    display: flex;
    flex-direction: row;
}

.channel-card-img {
    width: 140px;
    display: contents;
}

    .channel-card-img img {
        max-height: 182px;
    }

.channel-card-content {
    margin-left: 25px;
}

    .channel-card-content .title {
        color: #a31d8d;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .channel-card-content .content {
        font-size: 14px;
        color: #000;
        font-weight: normal;
        margin-bottom: 12px;
    }

.channel-detail .half-input {
    width: 345px;
    margin-top: 25px;
    margin-bottom: 0;
}

.hours-picker {
    border-radius: 8px;
    border: solid 1px #d8d8d8;
    width: 290px;
    height: 50px;
    align-items: center;
    justify-content: flex-start;
    display: inline-flex;
    vertical-align: middle;
    margin-right: 24px;
}

    .hours-picker .title {
        color: #5a5e62;
        font-size: 14px;
        font-weight: normal;
        width: 120px;
        border-right: solid 1px #d8d8d8;
        margin: 0;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hours-picker i {
        font-size: 20px;
        cursor: pointer;
        font-weight: bold;
        color: #000;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hours-picker .time {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: bold;
        color: #5a5e62;
        width: 70px;
        border-left: solid 1px #d8d8d8;
        border-right: solid 1px #d8d8d8;
    }

.channel-card-bottom {
    padding: 20px;
}

.channel-detail .room-input {
    width: 221px;
    margin-top: 20px;
}

.channel-card-content .success-head, .channel-card-content .fail-head {
    margin-top: 70px !important;
}

.channel-success-list {
    padding-right: 80px;
}

    .channel-success-list li {
        list-style: none;
        display: flex;
        flex-direction: row;
        padding-bottom: 19px;
        border-bottom: 1px solid #f1f1f1;
        margin-top: 18px;
    }

        .channel-success-list li:last-child {
            border-bottom: none;
        }

        .channel-success-list li span.left {
            margin-right: auto;
            font-size: 14px;
            font-weight: normal;
        }

        .channel-success-list li span.right {
            margin-left: auto;
            color: #000;
            font-size: 14px;
            font-weight: bold;
        }

.fail-head {
    color: #c82027;
    font-weight: normal;
}

    .fail-head i {
        margin-right: 5px;
        position: relative;
        top: 2px;
        font-size: 26px;
    }

.box-head-purple {
    font-weight: 500;
    color: #6b38a8;
    font-size: 24px;
}

.btn-destek {
    font-size: 13px;
    padding: 11px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
}

.top-line.map {
    display: block !important;
}

.map-container .map-info {
    padding: 20px 10px;
}

    .map-container .map-info h3 {
        font-size: 16px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #6b38a8;
        display: block;
        width: 100%;
    }

.map-container .map {
    width: 100%;
    display: block;
}

    .map-container .map iframe {
        width: inherit;
    }

.channel-search {
    color: #6b38a8;
    font-size: 14px;
    font-weight: normal;
}

.search-box input.channel-search:focus {
    box-shadow: 0 2px 6px 0 #6b38a8;
    background-color: #fff;
}

.gray-alert-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #f5f5f5;
    margin: 30px 6px 0 0;
    height: 60px;
}

    .gray-alert-box h5 {
        text-align: center;
        color: #000;
        font-size: 16px;
        font-weight: bold;
        margin: 0;
    }

.form-input {
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    height: 50px !important;
}

.form-50 {
    height: 50px;
}

.form-control.form-input:focus {
    border-color: #d8d8d8;
    box-shadow: none;
}

.tuketici-sikayet ul li {
    color: #000;
}

.purple-info {
    color: #a31d8d;
    border-color: #a31d8d;
}

.search-submit-btn {
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5a5e62;
    margin-top: 5px;
}

.sikayet-tarihi {
    width: 240px;
}

.top-search-btns {
    padding: 0;
    display: flex;
    margin: 0;
}

    .top-search-btns li {
        float: left;
        list-style: none;
        margin: 0 5px;
    }

        .top-search-btns li:first-child {
            margin-left: 0;
        }

.sikayet-desc {
    color: #5a5e62;
    font-size: 14px;
    font-weight: normal;
}

.sikayet-konusu-dd {
    width: 243px;
    margin: 20px 0;
}

.sikayet-textarea {
    margin-bottom: 20px;
}

    .sikayet-textarea::placeholder {
        opacity: .5;
        font-size: 16px;
    }

.upload-part {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.upload-file {
    padding: 11px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    color: #5a5e62;
    font-size: 14px;
    font-weight: normal;
}

.upload-desc {
    font-size: 12px;
    font-weight: normal;
    color: #5a5e62;
    margin-left: 10px;
    width: 70%;
}

.uploaded-files {
    margin-top: 30px;
}

    .uploaded-files h4 {
        color: #5a5e62;
        font-size: 14px;
        font-weight: bold;
    }

    .uploaded-files ul {
        padding: 0;
    }

        .uploaded-files ul li {
            list-style: none;
            display: flex;
            align-items: center;
            flex-direction: row;
            padding: 10px 0;
            border-bottom: 1px solid #f5f5f5;
        }

            .uploaded-files ul li .left-uploaded {
                margin-right: auto;
            }

                .uploaded-files ul li .left-uploaded span {
                    color: #000;
                    font-size: 14px;
                    font-weight: normal;
                }

                .uploaded-files ul li .left-uploaded img {
                    width: 40px;
                    height: 40px;
                    margin-right: 10px;
                }

            .uploaded-files ul li .right-uploaded {
                margin-left: auto;
            }

.remove-uploaded-file {
    padding: 8px 8px 8px 8px;
    border-radius: 9.6px;
    box-shadow: 0 6px 19px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .remove-uploaded-file i {
        color: #5a5e62;
        border: 1px solid #5a5e62;
        border-radius: 50%;
        font-size: 6px;
        padding: 4px;
    }

.create-sikayet-div {
    display: flex;
    justify-content: flex-end;
}

.create-sikayet {
    padding: 16px 40px;
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(163, 29, 141, .25);
    background-color: #a31d8d;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

    .create-sikayet:hover {
        color: #fff;
    }

.sikayet-konusu-dd .dd-options {
    width: 374px;
    border-top: 1px solid #d8d8d8;
}

    .sikayet-konusu-dd .dd-options li {
        height: 42px;
        color: #5a5e62;
        font-size: 14px;
        padding-left: 21px;
        display: flex;
        align-items: center;
    }

.sikayet-konusu-dd .dd-select.active {
    background: #fff;
}

.sozlesme-item {
    width: auto;
    padding-left: 46px;
    background: url(https://stoimmedia.blob.core.windows.net/container-oim-media/Files/Images/Uye_sikayeticon.png) no-repeat;
    background-size: 36px;
    line-height: 18px;
    min-height: 36px;
    margin: 10px;
}

.sikayet-detail {
    background-color: #921d850f;
    border-radius: 15px;
}

.file-list {
    display: flex;
    padding: 4px;
    margin: 4px;
}

.credit-card-payment {
    margin-right: 0;
    margin-left: 0;
}

.modem-settings-box {
    display: block;
    border-bottom: solid 1px #ddd;
    padding: 20px 0 10px 0;
    font-size: 14px;
    position: relative;
}

    .modem-settings-box div[class*='col-'] {
        display: flex;
        align-items: center;
    }

    .modem-settings-box.grey {
        border-bottom: none;
        padding: 20px 15px 19px;
        border-radius: 10px;
    }

    .modem-settings-box .modem-details {
        align-items: center;
        position: relative;
        top: -15px;
    }

        .modem-settings-box .modem-details .details {
            font-size: 14px;
            display: block;
            margin: 15px 0;
            width: 100%;
            position: relative;
        }

        .modem-settings-box .modem-details span.label {
            color: #5a5e62;
            font-weight: normal;
            padding-right: 20px;
            display: inline-block;
        }

        .modem-settings-box .modem-details span.detail {
            font-weight: bold;
        }

    .modem-settings-box span.label {
        margin-right: 10px;
        color: #5a5e62;
    }

    .modem-settings-box.no-border {
        border-bottom: none;
    }

.pwd-form-wrapper {
    left: 15px;
    width: calc(100% - 30px);
    padding: 20px 20px 20px 25px;
    border-radius: 20px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    min-height: 100px;
    z-index: 15;
    margin: 10px 0;
}

    .pwd-form-wrapper label {
        font-size: 14px;
        color: #5a5e62;
    }

    .pwd-form-wrapper input::placeholder, .pwd-form-wrapper input {
        color: #5a5e62;
        text-align: center;
    }

    .pwd-form-wrapper label {
        width: 200px;
        margin: 0;
    }

#threeDModal {
    background-color: rgba(0, 0, 0, .55);
}

    #threeDModal .modal-body {
        padding: 0;
    }

        #threeDModal .modal-body button.close {
            background-color: #000;
        }

    #threeDModal iframe {
        display: block;
    }

#offerModal {
    background-color: rgba(0, 0, 0, .75);
}

    #offerModal .modal-body button.close {
        background-color: #000;
    }

.rating-item-group {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
}

.rating-item {
    margin: 1em 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    flex-direction: column-reverse;
    width: 40px;
}

    .rating-item:first-child .rating-item-title {
        align-self: flex-start;
        text-align: left;
        font-size: 16px;
        width: 100px;
    }

    .rating-item:not(:last-child) {
        margin-right: 24px;
    }

    .rating-item .rating-item-title {
        cursor: text;
        word-break: break-word;
        white-space: normal;
        position: relative;
        z-index: 9;
    }

.rating-item-title {
    font-size: .75em;
    width: 100%;
    text-align: center;
    margin-top: 6px;
}

.rating-item label {
    background-color: transparent;
}

.rating-item > label {
    display: flex;
    width: 40px;
    height: 40px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid;
}

.form-checkbox, .form-radio {
    position: absolute;
    opacity: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
}

#optionTwo .dd-container {
    margin: unset;
    width: 60%;
}

.kisisel-bilgiler-box {
    display: block;
    border-bottom: solid 1px #ddd;
    padding: 20px 0 10px 0;
    font-size: 14px;
    position: relative;
}

    .kisisel-bilgiler-box div[class*='col-'] {
        display: flex;
        align-items: center;
        flex-flow: wrap;
    }

    .kisisel-bilgiler-box.grey {
        border-bottom: none;
        padding: 20px 15px 19px;
        border-radius: 10px;
        background-color: #f5f5f5;
    }

    .kisisel-bilgiler-box .profile {
        display: flex;
        align-items: center;
    }

        .kisisel-bilgiler-box .profile figure.profile-image {
            border-radius: 50%;
            overflow: hidden;
            width: 60px;
            height: 60px;
            text-align: center;
            display: inline-block;
            margin-right: 15px;
            position: relative;
        }

.profile-image img {
    max-width: 100%;
}

.kisisel-bilgiler-box .profile figure.profile-image .edit-photo {
    position: absolute;
    z-index: 10;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 18px;
    line-height: 15px;
    bottom: 0;
    left: 0;
}

.kisisel-bilgiler-box .profile h2.profile-name {
    font-size: 24px;
    color: #6b38a8;
    display: inline-block;
    font-weight: 600;
}

.kisisel-bilgiler-box .member-details {
    align-items: center;
    position: relative;
    top: -15px;
}

    .kisisel-bilgiler-box .member-details .details {
        font-size: 14px;
        display: block;
        margin: 15px 0;
        width: 100%;
        position: relative;
    }

    .kisisel-bilgiler-box .member-details span.label {
        color: #5a5e62;
        font-weight: normal;
        padding-right: 20px;
        width: 150px;
        display: inline-block;
    }

    .kisisel-bilgiler-box .member-details span.detail {
        font-weight: bold;
    }

.kisisel-bilgiler-box span.label {
    margin-right: 10px;
    color: #5a5e62;
    overflow-wrap: anywhere;
}

.kisisel-bilgiler-box.no-border {
    border-bottom: none;
}

.kisisel-bilgiler-box.address #addressForm {
    display: block;
}

.font-normal {
    font-weight: normal !important;
}

.font-medium {
    font-weight: 500 !important;
}

.box-grey {
    padding: 10px 6px 10px 10px;
    border-radius: 12px;
    background-color: #f5f5f5;
    color: #000;
    padding: 10px 6px 10px 30px;
}

    .box-grey::before {
        content: '';
        width: 18px;
        height: 18px;
        position: absolute;
        display: block;
        top: 10px;
        left: 20px;
        background: url('../img/icons/icon-info.svg') left top no-repeat;
    }

    .box-grey p {
        font-size: 12px !important;
    }

.personal-form-wrapper {
    position: relative;
    left: 15px;
    width: calc(100% - 30px);
    padding: 20px 20px 20px 25px;
    border-radius: 20px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .30);
    background-color: #fff;
    min-height: 100px;
    display: none;
}

    .personal-form-wrapper.open {
        display: block;
    }

    .personal-form-wrapper.-abs {
        position: absolute;
    }

        .personal-form-wrapper.-abs.-top {
            top: 0;
        }

    .personal-form-wrapper h4 {
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000;
    }

    .personal-form-wrapper .upload-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
        text-align: center;
    }

        .personal-form-wrapper .upload-wrapper .upload-box {
            width: 150px;
            height: 150px;
            border-radius: 4px;
            background-color: rgba(0, 0, 0, .1);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-size: cover;
        }

            .personal-form-wrapper .upload-wrapper .upload-box button.upl-image {
                border: none;
                background: none;
                font-size: 40px;
                color: #5a5e62;
            }

                .personal-form-wrapper .upload-wrapper .upload-box button.upl-image:hover {
                    color: #000;
                }

    .personal-form-wrapper .footer-wrapper {
        width: calc(100% + 45px);
        left: -25px;
        position: relative;
        bottom: -20px;
        padding: 0;
        border: 1px solid #ddd;
    }

        .personal-form-wrapper .footer-wrapper a.btn {
            width: 50%;
            border-radius: 0;
            line-height: 30px;
            font-size: 14px;
            display: inline-block;
        }

            .personal-form-wrapper .footer-wrapper a.btn:hover {
                background: #6b38a8;
                color: #fff;
            }

            .personal-form-wrapper .footer-wrapper a.btn.left {
                border-bottom-left-radius: 20px;
                border-right: 1px solid #ddd;
                float: left;
            }

            .personal-form-wrapper .footer-wrapper a.btn.right {
                float: right;
                border-bottom-right-radius: 20px;
            }

    .personal-form-wrapper .form-info {
        margin: 20px auto;
        width: 40%;
        padding: 8px;
        border-radius: 8px;
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
        background-color: #fff;
        font-size: 12px;
        color: #5a5e62;
    }

        .personal-form-wrapper .form-info p {
            margin: 0;
        }

            .personal-form-wrapper .form-info p span {
                margin-right: 5px;
                font-size: 18px;
                position: relative;
                top: 3px;
            }

.psw-form-wrapper .footer-wrapper {
    right: 10px;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    left: -10px;
}

.occupation-form-wrapper, .team-form-wrapper {
    top: -43px;
    margin-bottom: -43px;
}

.add-new-phone, .add-new-address, .add-new-email {
    position: relative;
    padding-left: 20px !important;
    padding-right: 20px !important;
    float: right;
    display: block;
    font-size: 14px;
}

    .add-new-phone span, .add-new-address span, .add-new-email span {
        font-size: 18px;
        margin-right: 10px;
    }

.new-button-wrapper {
    justify-content: flex-end;
}

.btn-white {
    display: inline-flex;
    padding: 11px;
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    outline: none;
}

.btn-change-password {
    width: auto;
    font-size: 12px;
    color: #5a5e62;
}

    .btn-change-password span {
        font-size: 18px;
        color: #000;
        margin-left: 10px;
        padding-top: 1px;
    }

.btn-edit, .btn-remove, .btn-verify {
    width: 40px;
    height: 40px;
    margin: 3px;
}

.btn-verify {
    width: 105px;
}

.card-dotted-content-offer {
    min-width: 200px;
    display: inline-block;
}

@media only screen and (min-width: 1024px) {
    .movie-advantage-pop {
        right: unset;
        left: unset;
    }
}

@media only screen and (max-width: 1200px) {
    .channel-accordion .card-body {
        padding: 20px 12px 20px 25px;
    }

    .advantage-package-content {
        width: unset;
    }
}

@media only screen and (max-width: 1023px) {
    body {
        background-image: linear-gradient(to left, #a31d8d, #001e42) !important;
    }

    .no-tablet {
        display: none;
    }

    .container {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    section.content-wrapper {
        width: 100%;
    }

    .row {
        width: 100%;
        margin: 0 auto;
    }

    div#sideBar {
        display: none;
    }

    div#contentBox {
        padding: 0 15px;
        margin: 0;
        width: 100%;
    }

        div#contentBox .container.left {
            float: none !important;
            margin: 0 auto !important;
            max-width: 100%;
            padding: 0;
        }

    #logo img {
        height: 24px;
    }

    #topHeader [class*='col-'] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .content-col {
        width: 100% !important;
        max-width: calc(100% + 30px);
        flex: 0 0 100%;
        padding: 0 !important;
        margin: 0 !important;
    }

    div#contentBox {
        padding: 0;
        margin: 0;
        width: 100%;
        border-top-right-radius: 20px;
    }

        div#contentBox .container.left {
            width: 100% !important;
            float: none !important;
            margin: 0 auto !important;
            max-width: 100% !important;
            padding: 0;
        }

    #toggleMobileNav {
        display: block;
        position: absolute;
        top: 0;
        right: 20px;
        z-index: 10;
        cursor: pointer;
    }

    div.mobile-footer-wrapper {
        display: block;
    }

    div.live-support-container {
        display: none;
    }

    footer {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }

        footer .footer-wrapper {
            margin-left: 0;
            width: calc(100% + 20px);
            max-width: 100%;
            display: flex;
            flex-flow: column-reverse;
        }

    div.mobile-footer {
        display: block;
        width: calc(100%);
        margin-left: 0;
        background-image: linear-gradient(to left, #a31d8d, #001e42) !important;
        padding: 40px 20px 20px 20px;
        align-items: center;
        text-align: center;
        position: relative;
        height: auto;
    }

        div.mobile-footer::before {
            content: '';
            width: 100%;
            height: 20px;
            position: absolute;
            top: 0;
            background: #fff;
            display: block;
            left: 0;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

        div.mobile-footer h3 {
            font-size: 16px;
            color: #fff;
            width: 100%;
            margin-bottom: 20px !important;
            display: block;
            text-align: left;
        }

            div.mobile-footer h3 span {
                font-weight: normal !important;
                font-size: 16px;
            }

        div.mobile-footer ul.footer-menu-links {
            margin: 0 auto;
            width: 100%;
            padding: 0;
        }

            div.mobile-footer ul.footer-menu-links li {
                list-style: none;
                display: inline-block;
                text-align: center;
                margin: 0 auto;
                position: relative;
                padding: 0 5px;
            }

                div.mobile-footer ul.footer-menu-links li .btn {
                    display: block;
                    padding: 8px 18px 8px 18px;
                    margin-bottom: 10px;
                    font-size: 12px;
                    width: 170px;
                }

        div.mobile-footer .btn.btn-footer {
            width: 100%;
            text-align: center;
            padding: 5px 0;
            border-radius: 8px;
            display: inline-block;
            background: #fff !important;
            color: #000 !important;
        }

            div.mobile-footer .btn.btn-footer:hover, div.mobile-footer .btn.btn-footer.active {
                border: solid 1px #fff !important;
                color: #fff !important;
                background: none !important;
            }

    .footer-menu-buttons {
        margin-bottom: 30px;
    }

    #liveSupportContainer {
        right: 0;
        margin-right: 0;
        left: unset;
    }

    #liveSupportMobile {
        color: #fff;
    }

    span.header-info {
        font-size: 14px;
        margin-left: 10px;
    }

    div.steps-wrapper ul.steps li.status {
        display: list-item;
        margin-top: 20px;
    }

    div.steps-wrapper ul.steps li::after {
        display: none;
    }

    div.steps-wrapper ul.steps li.current span.step-text {
        display: inline-block;
    }

    div.steps-wrapper ul.steps li.current::after {
        display: inline-block;
    }

    div.steps-wrapper ul.steps li:last-child.current::after {
        display: none;
    }

    div.steps-wrapper ul.steps li span.step {
        margin-right: 0;
    }

    div.user-wrapper {
        display: none;
    }

    div.page-title h2 span.text {
        font-size: 22px;
    }

        div.page-title h2 span.text a {
            text-decoration: underline !important;
            text-decoration-color: #5c2d91 !important;
        }

    div.page-title h2 span.sub-title {
        font-size: 18px !important;
    }

        div.page-title h2 span.sub-title i {
            font-size: 15px !important;
        }

    label, .credit-card-payment label {
        font-size: 14px;
        font-weight: bold;
    }

    .select-box-wrapper {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    body {
        background-image: linear-gradient(to left, #a31d8d, #001e42) !important;
        padding-top: 44px;
    }

    #topHeader {
        height: 44px;
    }

    .card-m-20 {
        margin-left: auto;
        margin-right: auto;
    }

    .logo img {
        height: auto;
        width: 67px;
    }

    .oim-text {
        position: absolute;
        width: 165px;
        top: 3px;
        left: 91px;
        font-size: 12px;
    }

    .container {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #topHeader [class*='col-'] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .content-col {
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 !important;
        margin: 0 !important;
    }

    div#contentBox {
        padding: 0;
        margin: 0;
        width: 100%;
        border-top-right-radius: 20px;
        height: calc(100vh - 44px);
    }

        div#contentBox .container.left {
            float: none !important;
            margin: 0 auto !important;
            max-width: calc(100% - 35px);
            padding: 0;
        }

    .row {
        width: 100%;
        margin: 0 auto;
    }

    div.card-item {
        width: 100% !important;
        margin: 0 auto 10px auto !important;
    }

        div.card-item .right-block {
            border-left: none;
            width: 100%;
            border-top: solid 1px #6b38a8;
            padding-top: 10px;
            margin-bottom: 15px;
        }

            div.card-item .right-block::before {
                content: '';
                position: absolute;
                left: 50%;
                margin-left: -20px;
                top: -28px;
                transform: rotate(90deg);
            }

            div.card-item .right-block .right-text {
                padding-right: 0;
                font-size: 12px;
            }

    div.card-content {
        padding: 15px 10px 0 5px !important;
    }

    footer {
        max-width: calc(100% + 20px);
        margin-left: 0;
    }

    div.mobile-footer .btn {
        display: inline-flex;
        padding: 8px 18px 8px 18px;
        margin-bottom: 10px;
        font-size: 12px;
        width: 100%;
        display: block;
    }

    div.mobile-footer ul.footer-menu-links {
        margin: 0 auto;
        width: 100%;
        padding: 0;
    }

        div.mobile-footer ul.footer-menu-links li {
            list-style: none;
            display: block;
            text-align: center;
            margin: 0 auto;
            position: relative;
            padding: 0 0;
        }

        div.mobile-footer ul.footer-menu-links.main-buttons li {
            display: inline-block;
            padding: 0 10px;
            width: 49%;
        }

    .packages-wrapper .packages-viewport {
        margin: 0;
    }

    div.mobile-footer ul.footer-menu-links li .btn {
        display: block;
        padding: 8px 18px 8px 18px;
        margin-bottom: 10px;
        font-size: 12px;
        width: 100%;
    }

    #liveSupportMobile {
        color: #fff;
    }

    div.mobile-footer ul.footer-menu-links.main-buttons li .btn {
        padding: 8px 0;
    }

    div.card.package-detail-card {
        padding: 15px 10px;
    }

    .right-text.type-2 {
        padding-right: 0;
    }

    div.card-content.m-p-0 {
        padding: 0 !important;
    }

    .card-btn-active {
        background-color: transparent;
        font-weight: bold;
        color: #6b38a8;
    }

    .right-price .xsmall {
        font-weight: normal;
    }

    div.card-item.card-paket {
        max-width: 260px;
        display: inline-flex;
    }

    h2.section-title {
        font-size: 18px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-top: 5px;
    }

    .section-text {
        padding-left: 0;
    }

    .box-img {
        width: 100%;
    }

    .box-text {
        font-size: 12px;
    }

    .alert-text {
        padding-top: 10px;
    }

    .alert-price {
        padding-bottom: 0;
    }

    .no-mobile {
        display: none !important;
    }

    .no-tablet {
        display: none;
    }

    .no-desktop {
        display: block;
    }

    #chatHeader {
        background-image: linear-gradient(to left, #a31d8d, #001e42) !important;
        height: 44px;
        display: flex;
        vertical-align: middle;
        color: #fff;
    }

        #chatHeader .right-side {
            float: right;
        }

    .box-img-down {
        position: relative;
        display: block;
        margin: 15px auto 15px auto;
    }

    #chatHeader .right-side i {
        padding-right: 15px;
    }

    .chat-wrapper div#contentBox {
        min-height: calc(100vh - 105px);
    }

    .chat-footer p {
        padding: 0 15px;
    }

    .digibot-head {
        color: #639;
        font-size: 14px;
        text-align: center;
        font-weight: 500;
        margin-top: 20px;
    }

    .digibot-icon i {
        font-size: 90px;
        color: #639;
    }

    .speech-bubble {
        position: relative;
        border-radius: 10px;
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
        background-color: #fff;
        padding: 12px;
        margin-top: 6px;
    }

        .speech-bubble::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 28px;
            width: 0;
            height: 0;
            border: 14px solid transparent;
            border-top-color: #fff;
            border-bottom: 0;
            margin-left: -12px;
            margin-bottom: -10px;
        }

        .speech-bubble h4 {
            font-size: 14px;
            font-weight: 700;
            color: #639;
        }

        .speech-bubble p {
            font-size: 14px;
            font-weight: 400;
            color: #000;
        }

    .pay-with-card-content {
        padding: 15px 10px;
        font-size: 11px;
    }

    .credit-card-list::after {
        right: 25px;
        bottom: 24px;
    }

    .row.membership-row.active .right-block {
        position: relative;
        border-left: none;
        border-top: 1px solid #6b38a8;
        margin-top: 20px;
    }

    .right-block::before {
        left: calc(50% - 13px);
        bottom: initial;
        top: -28px;
        transform: rotate(90deg);
    }

    .credit-card-bottom {
        display: none;
    }

    .package-detail-arrow {
        color: #5a5e62;
        font-size: 14px;
    }

        .package-detail-arrow i {
            width: 24px;
            height: 24px;
            margin: 0 5px 0 0;
            padding: 5px;
            border-radius: 20px;
            box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
            background-color: #fff;
        }

    .packages-wrapper .packages-viewport {
        transform-origin: right top;
        width: 100%;
        max-width: 480px;
        height: auto;
        overflow: hidden;
        white-space: nowrap;
    }

        .packages-wrapper .packages-viewport .packages-content {
            width: 768px;
            padding: 10px 0;
        }

    .footer-wrapper {
        max-width: 100%;
        width: 100% !important;
    }

    div.page-subtitle h4 span.text, div.page-subtitle h3 span.text {
        font-size: 18px;
    }

    body {
        overflow-x: hidden;
    }

    .info-box-div {
        margin-bottom: 30px;
    }

    div.info-box {
        flex-direction: column;
        flex-wrap: wrap;
        padding: 15px 12px;
        border-radius: 0;
        align-content: center;
    }

    div.grey.info-box {
        border-radius: 20px;
        height: initial !important;
    }

    div.grey.bigger.info-box {
        height: 210px !important;
    }

    .info-box .info-img {
        position: inherit;
        flex: 0 0 90%;
        width: 28%;
    }

    .info-img img {
        width: 100%;
    }

    .info-box .info-text {
        padding: 0 0 0 15px;
        flex: none;
        width: 65%;
        display: block;
    }

        .info-box .info-text p {
            font-size: 15px;
        }

    .info-box .info-btn {
        order: 2;
        text-align: center;
        flex: none;
        width: 200px;
        margin-top: auto;
        margin-right: auto;
        margin-left: 16px;
    }

        .info-box .info-btn a {
            padding: 5px;
        }

    #liveSupportContainer {
        right: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100% !important;
        height: 100vh;
        bottom: 0;
    }

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

    .package-detail-card .card-inner {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        flex-flow: row wrap;
    }

    .package-detail-card .text-info-area {
        width: 100%;
        margin-top: 20px;
    }

    .package-detail-card .other-info {
        margin-right: 0;
        margin-left: auto;
    }

    .card.package-detail {
        padding-bottom: 0;
    }

    .select-content {
        display: flex;
        flex-wrap: wrap;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
    }

        .select-content .auto-renew, .select-content .membership-options, .select-content .change-package {
            width: 100%;
            margin: 10px 0;
        }

            .select-content .auto-renew p, .select-content .membership-options p, .select-content .change-package p {
                text-align: center;
            }

    .channel-accordion div.card-item {
        margin-bottom: 15px !important;
    }

    .channel-title-card span.count, .channel-accordion .card-header > .btn span.count {
        display: none;
    }

    .channel-title-card span {
        line-height: 1.2;
        width: 60%;
        font-size: 14px;
    }

    .channel-accordion .card-header > .btn span {
        width: 50%;
    }

        .channel-accordion .card-header > .btn span.package-count {
            padding-left: 50px;
        }

    .channel-title-card span.package-count {
        padding: 15px;
        width: 40%;
        line-height: 1.2;
    }

    .channel-accordion .card-body {
        padding: 10px;
    }

        .channel-accordion .card-body .item .status {
            width: 50px;
            margin-left: auto;
        }

        .channel-accordion .card-body .item .write-area p {
            line-height: 1.2;
        }

        .channel-accordion .card-body .item {
            height: auto;
            margin-right: 10px;
        }

    .top-card-content {
        padding-left: 0;
    }

    .success-head {
        font-size: 14px;
    }

    .success-icon {
        height: 20px;
        width: 20px;
        font-size: 10px;
    }

    .fail-head {
        font-size: 14px;
    }

    .fail-icon {
        height: 20px;
        width: 20px;
        font-size: 10px;
    }

    p.top-card-text {
        font-size: 11px;
    }

    .address-info p {
        font-size: 12px;
    }

    .address-info span.std-wdth {
        width: 50px;
    }

    .nav-list {
        width: 100%;
    }

        .nav-list p {
            margin: 10px 0 0 0;
        }

        .nav-list a {
            text-align: left !important;
            margin: 15px 0 !important;
        }

            .nav-list a i {
                float: right !important;
            }

    .card-special {
        padding: 13px 20px 10px 40px;
    }

    div.page-title h2 {
        margin-top: 20px !important;
        padding-left: 10px;
    }

    .card.no-box-shadow {
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    }

    div.card-content {
        padding-left: 10px !important;
    }

    .alert-sect {
        padding: 0 10px;
    }

    .success-head {
        text-align: center !important;
        font-size: 22px;
    }

        .success-head .success-icon {
            display: block;
            height: 30px;
            width: 30px;
            font-size: 18px;
            margin-left: auto;
            margin-right: auto;
        }

    .fail-head {
        text-align: center !important;
        font-size: 22px;
    }

        .fail-head .fail-icon {
            display: block;
            height: 30px;
            width: 30px;
            font-size: 18px;
            margin-left: auto;
            margin-right: auto;
        }

    .success-package p.top-card-text {
        font-size: 14px;
        text-align: center;
    }

    .success-package img {
        margin-left: auto;
        margin-right: auto;
    }

    .btn-back-pack, .btn-back-to-offer {
        padding: 8px 16px;
        font-weight: bold;
    }

    .top-line {
        margin-bottom: 20px;
    }

        .top-line img {
            margin-bottom: auto;
        }

    .card-bottom-content {
        margin-top: 30px;
    }

    .card-bottom-list li {
        margin-left: 0;
    }

    footer .footer-menu {
        padding-left: 0;
    }

    .card-bottom-list {
        text-align: center;
        margin-top: 0;
    }

        .card-bottom-list li {
            width: 100%;
            margin: 10px 0;
        }

    .btn-room-div {
        border-bottom: 1px solid #794e96;
    }

    .btn-room {
        margin-right: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 11px 30px 11px 30px;
        color: #5a5e62;
    }

        .btn-room.active {
            background-image: linear-gradient(to left, #a31d8d, #001e42) !important;
            color: #fff;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            box-shadow: 0 0 6px 0 #6b38a8;
        }

    .page-head {
        margin-top: 10px;
    }

    .btn-apply-now {
        margin-top: 20px;
    }

    .success-div {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        text-align: center;
        margin-left: 0;
    }

        .success-div .success-membership {
            margin-bottom: 15px;
        }

        .success-div .success-text {
            margin-top: 10px;
            font-weight: normal;
        }

        .success-div .success-note {
            font-size: 14px;
        }

    .card-div {
        width: 220px;
    }

    .card-item .card-buttons .col-6 {
        padding: 0;
    }

    #creditCardMembership .right-block.abs {
        display: none;
    }

    ul.channel-list li div.list-row span.difference {
        line-height: 1.2;
    }

    ul.channel-list li div.list-row span.channel-count {
        display: none;
    }

    ul.channel-list li div.list-row span.difference.list-head {
        width: 220px;
    }

    img.pay-with-card-table-img {
        max-width: 44px;
    }

    #liveSupportMobile {
        color: #fff;
    }

    .top-ara {
        position: relative;
        top: 0;
    }

        .top-ara.rotate90 .box-img {
            transform: rotate(90deg);
            width: 55px;
            height: auto;
            padding: 0;
        }

    .mobile-gray-row {
        background: #f5f5f5;
        border-radius: 20px;
    }

        .mobile-gray-row .card.no-box-shadow {
            box-shadow: none;
        }

    .d-b-mobile {
        display: block;
    }

    #creditPayment1 {
        padding: 15px 10px 0;
    }

        #creditPayment1 .row {
            width: calc(100% + 20px);
            margin-left: -10px;
            margin-right: -10px;
        }

    .card-text {
        padding-right: 0;
    }

        .card-text .card-price {
            font-size: 14px;
        }

    .credit-card-text.purple {
        font-size: 10px;
    }

    span.medium-tl {
        font-size: 12px;
    }

    .card-dotted-text {
        padding-right: 0;
    }

    .purple-dot {
        margin-right: 10px;
        vertical-align: top;
        margin-top: 5px;
    }

    .card-dotted-content {
        width: 118px;
        display: inline-block;
    }

    .card-text span.strong {
        font-size: 12px;
    }

    .card-text i {
        color: #5a5e62;
        font-size: 20px;
        vertical-align: top;
        margin-top: 10px;
    }

    div.special-card-item p.ek-packages-text {
        height: 126px;
    }

    .packet-info, .double-card .card:last-child {
        margin: 20px 0;
    }

    .digi-tabs {
    }

        .digi-tabs .nav-link {
            padding: 7px 20px;
        }

    .firsat-box {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: 320px;
    }

    .firsat-content .firsat-head {
        text-align: center;
    }

    .firsat-box .firsat-img {
        height: 220px;
        text-align: center;
    }

    .firsat-img img {
        object-fit: cover;
        height: 100%;
    }

    .firsat-box .firsat-img img {
        width: unset;
    }

    .firsat-box .firsat-content .firsat-head {
        height: 20px;
    }

    .firsat-detail-card-row, .movie-detail-card-row, .directive-detail-card-row {
        margin-bottom: 10px;
    }

    .firsat-card-content, .movie-card-content, .directive-card-content {
        padding: 12px;
    }

    .firsat-info-row {
        display: flex;
        flex-direction: column-reverse;
    }

        .firsat-info-row .firsat-select {
            width: 100%;
            margin-bottom: 15px;
        }

        .firsat-info-row .col-12, .fail-firsat-row .col-12 {
            padding: 0 !important;
        }

    .firsat-detail-card-row p.firsat-campaign-detail {
        font-size: 12px;
    }

    .firsat-mob-size {
        width: 250px;
    }

    .no-gutters.card-buttons .col-md-6 {
        padding: 0;
    }

    .right-conditions {
        float: left;
    }

    .firsat-joined-row.firsat-info-row {
        flex-direction: column;
    }

    .list-box {
        width: 100%;
        max-width: 100%;
    }

    .movie-p {
        width: 100%;
        font-size: 12px;
    }

    .movie-subHead {
        font-size: 14px;
    }

    .movie-list li {
        font-size: 12px;
    }

    .movie-bottom-info {
        flex-flow: column;
        flex-direction: column;
        background-position: center;
    }

    .movie-fragman-btn {
        margin-top: 24px;
        margin-right: 16px;
        padding: 8px 16px;
    }

    p.card-mobile-top {
        font-size: 14px;
        text-align: center;
    }

    .movie-top-line {
        display: block;
    }

        .movie-top-line i.icon-check {
            display: contents;
        }

        .movie-top-line .top-line-text {
            display: contents;
        }

    #topMovieOpen {
        display: flex;
        margin-left: auto;
        width: 73px;
    }

    .movie-top-line .top-line-btn i {
        padding-top: 0;
    }

    .movie-dd {
        width: 100%;
    }

    .kira-list button.btn-link {
        padding: 14px 4px;
    }

    .iptal-right-item i {
        color: #000;
    }

    .kira-list-content {
        padding-top: 0;
        padding-left: 5px;
        padding-right: 5px;
        display: grid;
    }

        .kira-list-content h4, .kira-list-content h3 {
            display: inline-block;
            margin-top: 10px;
        }

    .match-detail .box-footer span.price {
        position: relative;
        top: 30px;
        right: 10px;
    }

    .kira-list-content h4:nth-child(even), .kira-list-content h3:nth-child(even) {
        float: right;
    }

    .kira-list-content h4:nth-child(odd), .kira-list-content h3:nth-child(odd) {
        float: left;
    }

    .bill-list li.outer-list li, .form-list li.outer-list li {
        font-size: 12px;
    }

    .bill-list li.outer-list ul.inner-list-cell li:first-child, .form-list li.outer-list ul.inner-list-cell li:first-child {
        padding: 0 30px;
    }

    .bill-list li.outer-list-head li, .form-list li.outer-list-head li {
        font-size: 12px;
        padding: 0;
    }

    .movie-advantage-pop {
        position: fixed;
        width: 96%;
    }

    .bill-pop-up .btn {
        margin-right: auto;
        padding: 5px 0;
        margin-top: 10px;
    }

    .top-info-box {
        margin: 10px 0;
    }

    .auto-pay-btn-list li {
        margin-right: 12px;
    }

    .btn-auto-pay {
        padding: 8px 18px;
        font-size: 13px;
    }

    .bottom-ara {
        text-align: left;
        left: 20px;
    }

    .top-pay {
        margin: 0;
    }

    ul.bill-detail-cell {
        padding-left: 0;
        padding-right: 10px;
    }

    .bill-list li.outer-list ul.inner-list-cell li:first-child, .form-list li.outer-list ul.inner-list-cell li:first-child {
        padding: 0 10px;
    }

    .bill-detail-top-info {
        padding-bottom: 10px;
    }

        .bill-detail-top-info p {
            max-width: 50%;
            text-align: left;
        }

    .mobile-strong {
        font-weight: bold;
    }

    .next-bill {
        right: 12px;
    }

    .prev-bill {
        left: 12px;
    }

    .download-bill-part {
        flex-direction: column;
        align-items: flex-start;
    }

        .download-bill-part .bill-download-text {
            margin: 15px 0;
        }

    .send-bill-mail {
        margin: 0;
    }

    .download-bill-part .dd-container {
        width: 210px;
        margin-right: 5px;
    }

    .download-bill-part .send-bill-to-mail {
        padding: 15px 20px;
    }

    .bill-bottom-help {
        padding-left: 20px;
    }

    #creditCardPayment .form-check {
        margin-top: 0;
    }

    .info-box-3d {
        width: 100%;
    }

    .package-detail-card .bill-success-p {
        text-align: center;
    }

    .card-directive-div .top-line-btn {
        display: inline-flex;
        margin-left: 5px;
    }

    .directive-card-content .credit-card-info {
        margin-left: 0;
    }

    .directive-card-content .directive-approve {
        padding-left: 0;
    }

    div.container.left {
        min-height: auto;
        padding-bottom: 60px !important;
    }

    .borc-acc-list li:last-child {
        text-align: right;
    }

        .borc-acc-list li:last-child i {
            margin-left: 4px;
        }

    .borc-table-mobile-info {
        padding-right: 25px;
        margin-bottom: 15px;
    }

        .borc-table-mobile-info p {
            color: #000;
            font-size: 14px;
            font-weight: normal;
        }

            .borc-table-mobile-info p span {
                color: #5a5e62;
                float: right;
            }

    .borc-item {
        padding: 14px 12px;
    }

    .borc-table-info {
        margin-left: 0;
    }

    .borc-table-option {
        flex-direction: column;
    }

        .borc-table-option a {
            margin: 5px 0;
            text-align: left;
            display: block;
        }

    .bottom-small-text {
        font-size: 12px;
    }

    .personal-form-wrapper .footer-wrapper {
        width: calc(100% + 24px) !important;
        max-width: calc(100% + 24px) !important;
        left: -12px !important;
    }

    ul.channel-list li div.list-row div.channels-detail {
        width: calc(100% - 25px);
    }

        ul.channel-list li div.list-row div.channels-detail span.channel-status {
            width: 70px;
        }

    .card-pad {
        padding-left: 0;
        padding-right: 0;
    }

    .card-head {
        text-align: center;
    }

    .list-box.movie, .list-box.match {
        width: calc(100%);
        max-width: calc(100%);
    }

    .gift-card {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }

    .gift-second-item h4 {
        text-align: center;
        margin-top: 10px;
    }

    .gift-second-item p {
        font-size: 14px;
        margin: 5px 0 15px 0;
    }

    .gift-bottom-card {
        margin: 12px auto;
        display: block;
        width: calc(100%);
    }

    .btn-gift-back-pack {
        width: 230px;
        height: 34px;
        margin-bottom: 30px;
    }

    .anasayfa-badges .badges-slide-div .badges-slide-text h4 {
        font-size: 16px;
        text-align: right;
        margin-right: 16px;
    }

    h3.page-sub-title {
        font-size: 18px;
        text-align: left;
    }

    .front .info-box {
        margin-top: 0;
        margin-bottom: 0;
    }

    .rounded-box {
        display: flex;
        flex-direction: column;
    }

    #content-box .bills-container {
        width: 100%;
        display: flex;
    }

    #content-box .bills-right-box {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-top: 25px;
    }

    .bills-right-box .btn.btn-round.btn-primary {
        display: flex;
        width: 114px;
        margin-left: auto;
        font-size: 14px;
        align-items: center;
        justify-content: center;
        padding: 5px 12px 5px;
    }

    .discount-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .wh25 {
        width: 100%;
        height: 25%;
    }

    .btn-card-bottom {
        padding: 10px 0;
    }

    .sozlesme-top {
        padding: 0;
    }

    .document-top {
        padding: 0;
    }

    .digi-tabs.uzaktan {
        width: 100%;
    }

        .digi-tabs.uzaktan .nav-item {
            max-width: 160px;
        }

            .digi-tabs.uzaktan .nav-item a {
                font-size: 12px;
                font-weight: normal;
                text-align: center;
                padding: 4px 18px 4px 17px;
            }

    .sub-menu {
        max-height: 200px;
    }

    .btn-defin {
        margin-right: 4px;
    }

    .right-block.psw {
        padding-top: 0;
        position: relative;
    }

    .right-block.abs.psw::before {
        display: none;
    }

    .channel-detail {
        width: 100%;
    }

    .channel-card-body {
        display: block;
    }

    .channel-card-content .success-head, .channel-card-content .fail-head {
        margin-top: 20px !important;
    }

    .channel-card-content {
        margin-left: 0;
        margin-top: 20px;
    }

    .channel-card-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .program-list {
        padding: 14px 10px;
    }

        .program-list li {
            font-size: 12px;
        }

            .program-list li:first-child {
                width: 80px;
            }

    .channel-card-content .content {
        font-size: 12px;
    }

    .day-list li a {
        font-size: 12px;
    }

    .search-box {
        width: 100%;
    }

        .search-box input.channel-search {
            width: 100%;
        }

            .search-box input.channel-search.alerted {
                box-shadow: 0 2px 6px 0 #6b38a8;
                background-color: #fff;
            }

    .mobile-search-btns {
        display: flex;
        justify-content: flex-end;
    }

    .mobile-search-modal {
        padding: 11px 20px;
        border-radius: 12px;
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
        background-color: #fff;
        margin: 10px 10px 10px auto;
        color: #5a5e62;
        font-size: 14px;
    }

        .mobile-search-modal i {
            margin-right: 4px;
        }

    .sikayet-item {
        padding-left: 0;
    }

    .sikayet-card {
        padding: 20px 11px 20px 12px;
        border-radius: 20px;
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
        background-color: #fff;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

        .sikayet-card h4.siparis-head {
            color: #000;
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 20px;
        }

    .sikayet-card-footer {
        border-top: 2px solid #d8d8d8;
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
        background-color: #fff;
        border-radius: 20px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

        .sikayet-card-footer a {
            width: 50%;
            display: inline-flex;
            color: #5a5e62;
            font-size: 14px;
            font-weight: normal;
            align-items: center;
            justify-content: center;
            height: 100%;
            border-bottom-right-radius: 20px;
        }

            .sikayet-card-footer a.active {
                background-color: #9364cc;
                color: #fff;
                font-weight: bold;
            }

    .sikayet-durumu {
        margin-top: 10px;
    }

    .sikayet-tarihi {
        width: 100%;
    }

    .sikayet-card-part {
        display: none;
    }

    .mobile-search-modal.open {
        box-shadow: 0 2px 6px 0 #9364cc;
    }

        .mobile-search-modal.open i {
            color: #000;
        }

    .sikayet-konusu-dd {
        width: 100%;
    }

    .upload-part {
        flex-direction: column;
    }

        .upload-part .upload-file {
            width: 100%;
        }

        .upload-part .upload-desc {
            width: 100%;
            margin-top: 10px;
        }

    .create-sikayet {
        width: 100%;
    }

    .bill-list-pay li.outer-list li {
        text-align: left;
        padding-left: 40px;
        font-weight: normal;
    }

    .form-list li.outer-list li {
        text-align: left;
        padding-left: 40px;
        font-weight: normal;
        width: 100%;
    }

    .modem-settings-box.grey {
        padding: 20px 7px 19px 7px;
    }

    .modem-settings-box .modem-details {
        top: 0 !important;
        width: 100%;
    }

        .modem-settings-box .modem-details span.detail {
            float: right;
        }

    .pwd-form {
        margin-top: 35px;
    }

    .pwd-form-wrapper {
        width: 100%;
        left: 0;
    }

    #optionTwo .dd-container {
        width: 100%;
    }

    .channel-detail .half-input {
        width: 100%;
    }

    .hours-picker {
        width: 100%;
    }

    .sozlesme-item {
        padding-left: 45px !important;
    }

    .personal-form-wrapper {
        padding: 20px 12px 20px 12px;
    }
}

@media only screen and (min-width: 769px) {
    .no-desktop {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .password-change-container {
        position: relative;
        top: 10px;
        margin: 0 auto;
        display: block;
    }

    .btn-change-password {
        margin: 0 auto;
    }

    .kisisel-bilgiler-box .member-details {
        top: 0 !important;
        width: 100%;
    }

        .kisisel-bilgiler-box .member-details span.detail {
            float: right;
        }

    .kisisel-bilgiler-box .profile {
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }

        .kisisel-bilgiler-box .profile h2.profile-name {
            margin-top: 10px !important;
        }

    .kisisel-bilgiler-box.grey {
        padding: 20px 7px 19px 7px;
    }

    .add-new-phone, .add-new-address, .add-new-email {
        font-size: 12px;
    }

        .add-new-phone span, .add-new-address span, .add-new-email span {
            font-size: 15px;
        }

    .personal-form-wrapper .form-info {
        width: 90%;
    }

    .personal-form-wrapper {
        width: 100%;
        left: 0;
    }

    .address-dd {
        width: 100%;
    }

    .row.address-form .col-md-7, .row.address-form .col-md-5 {
        padding: 0;
    }

    .personal-form-wrapper h4 {
        margin-bottom: 10px;
    }

    .address-form {
        margin-top: 5px;
    }

    .phone-form {
        margin-top: 35px;
    }

    .email-form {
        margin-top: 35px;
    }

    .card-dotted-content-offer {
        min-width: fit-content;
        display: inline-block;
    }

    .card-list {
        font-size: 14px !important;
    }

    .psw-form-wrapper .footer-wrapper {
        left: -25px;
    }
}

.oim-custom-alert {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 8px 16px;
    color: #292929;
    display: flex;
    align-items: center;
    font-size: 12px;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 10px;
}

.custom-alert-body {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center
}

.custom-alert-icon {
    margin-right: 1em;
    align-self: flex-start;
    padding-top: .4em;
}

.custom-alert-text {
    font-size: .9em;
    flex-grow: 1;
}

.custom-alert-buttons {
    padding: .5em 0;
}

a.custom-alert-btn, a.custom-alert-btn:active, .custom-alert-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
    color: #5a5e62;
    transition: all .3s ease;
}

    a.custom-alert-btn:hover, a.custom-alert-btn:focus {
        color: #000;
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .25);
        transition: all .3s ease;
    }

.oim-custom-alert h4 {
    margin: 0;
    font-size: 16px;
}

.custom-btn-icon {
    margin-left: .4em;
}

#showOffer {
    min-height: 400px;
}

.tech-touch-outlet-button {
    padding: 16px 40px;
    border-radius: 20px;
    box-shadow: 0 8px 24px 0 rgba(163, 29, 141, .25);
    background-color: #6b38a8;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    border: 0;
    min-width: 225px;
}

    .tech-touch-outlet-button:hover {
        color: #fff;
    }

.tech-touch-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
}

.tech-touch-inner-list {
    width: 100%;
    display: flex;
    justify-content: left;
    height: 35px;
    padding: 0;
    align-items: center;
    box-shadow: 1px 1px #bbbbbb;
}

.tech-touch-list {
    list-style: none;
    padding: 0;
}

    .tech-touch-list li.outer-list li {
        list-style: none;
        float: left;
        margin-left: 20px;
        color: #a31d8d;
    }

.ppv-item-img {
    width: 210px;
    height: 322px;
    border-bottom-right-radius: 20px;
    -ms-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.tech-touch-list-item {
    border: 1px solid transparent;
    border-radius: 15px;
    text-align: left;
    padding: 10px 10px 10px 10px;
    justify-content: center;
    text-align: left;
    margin-top: 1rem;
    color: #a31d8d;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
}

.tech-touch-technical-service-true-button {
    padding: 16px 40px;
    border-radius: 20px;
    box-shadow: 0 8px 24px 0 rgba(163, 29, 141, .25);
    background-color: #a31d8d;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    border: 0;
    min-width: 225px;
}

.tech-touch-technical-service-false-button {
    padding: 16px 40px;
    border-radius: 20px;
    box-shadow: 0 8px 24px 0 rgba(163, 29, 141, .25);
    background-color: #fff;
    color: #a31d8d;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    border: 0;
    min-width: 225px;
}

.tech-touch-button-bottom {
    position: absolute;
    bottom: 20px;
}

.my-collapse {
    margin-top: 0.5rem;
    border-radius: 1.5rem;
    border: 1px solid transparent;
    padding: 15px 15px 15px 15px;
    justify-content: center;
    text-align: left;
    margin-top: 1rem;
    color: #a31d8d;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.how-to-make-video {
    border-radius: 1.5rem
}

.blackout-button-border-left {
    border-left: 2px solid #fff;
}

.blackout-button-border-right {
    border-right: 2px solid #fff;
}

.menu-scroll-active {
    height: calc(100vh - 65px);
    overflow-y: scroll;
}

.myTest {
    background: #fff;
}