﻿.content-region {
    margin: 2px 0px 0px 119px;
}

.content-region {
    position: relative;
    user-select: none;
    cursor: pointer;
    font-size: 13px;
}

    .content-region span {
        font-weight: bold;
    }

    .content-region input {
        display: none;
    }

        .content-region input + span.checkmarkRadio {
            background: url(/images/radio/radio_default.svg) center;
            width: 100%;
            height: 100%;
            position: absolute;
            background-size: 100% 100%;
            left: -3.6em;
        }

        .content-region input:checked + span.checkmarkRadio {
            background: url('/images/radio/radio.svg') center;
            width: 100%;
            height: 100%;
            position: absolute;
            background-size: 100% 100%;
            left: -3.6em;
        }

            .content-region input:checked + span.checkmarkRadio + span.name-region {
                color: var(--red);
            }

.btn-disabled,
.btn-disabled[disabled] {
    opacity: .4;
    cursor: default !important;
    pointer-events: none;
}

.title-note {
    font-size: 16px;
    color: #7F8287;
    padding: 10px 0px;
    display: inline-block;
}

    .title-note i {
        color: #EE0033
    }

.table-price {
    border-radius: 4px;
}

    .table-price .text-center {
        padding: 5px 20px;
    }

.list-endpoint .item {
    border: solid 1px #e7e7e7 !important;
    margin-bottom: 50px !important;
}

    .list-endpoint .item:hover {
        border: 1px solid #f9acbc !important;
    }
        .list-endpoint .item:hover .item-price,
        .list-endpoint .item:hover .item-note,
        .list-endpoint .item:hover .box-button {
            background-color: #ffeaed !important;
        }

    .list-endpoint .item-price,
    .list-endpoint .item-note,
    .list-endpoint .item .box-button {
        background-color: #fcf7fa !important;
        border-radius:0px !important;
    }

        .list-endpoint .item-price h4,
        .list-endpoint .item-price-currency * {
            color: #ee0033 !important;
        }

.list-endpoint .item-note {
    color: #333 !important;
}

.list-endpoint .item-price h4 {
    font-size: 18px !important;
    padding: 0px 10px;
    min-height: 50px;
    line-height: 24px;
}
.list-endpoint .note-price{

}

.list-endpoint .item-price-currency p {
    font-size: 40px;
    margin-bottom: 0px;
}

.list-endpoint .item-price-currency span {
    font-size: 20px !important;
}

.list-endpoint .btn-action.orange {
    background-color: #EE0033;
    border: solid 1px white;
    color: white;
}

.list-endpoint .item .box-button {
    padding: 15px 24px !important;
    border: none !important;
    border-radius: 0px !important;
}

.list-endpoint .box-feature {
    padding-left: 16px !important;
    padding-right: 16px !important;
    border: none !important;
    border-top: solid 1px #e7e7e7 !important;
}

.list-endpoint .ul-feature {
}

    .list-endpoint .ul-feature li {
        text-align: left;
        margin-bottom: 10px;
    }

        .list-endpoint .ul-feature li img {
            display: inline-block;
            width: 20px;
            margin-right: 5px;
        }
.box-feature {
    min-height: 685px !important;
    position: relative;
}
.scroll-detail {
    position:absolute;
    bottom:15px;
    left:0px;
    width:100%;
}
#tableFeature {
    margin-top: 60px;
    padding-bottom: 30px;
}
.table-endpoint{
    position:relative;
}

.table-endpoint tbody tr{
    font-family: "Sarabun", sans-serif
}
.table-endpoint thead{
    position:sticky;
    top:0px;
}
.table-endpoint .td-1 {
    width: 10%;
}
.table-endpoint .td-2 {
    width: 30%;
}
.table-endpoint .td-3 {
    width: 20%;
}
.table-endpoint .text-left {
    padding: 5px 10px;
}
.ico-check {
    width: 18px;
    height: 18px;
    background: url(/Themes/itmetech/img/icons/ico-check.svg) top left no-repeat;
    display: block;
    margin: 0 auto;
    background-size: 100%;
}
.ico-uncheck {
    width: 18px;
    height: 18px;
    background: url('/Themes/itmetech/img/icons/ico-uncheck.svg') top left no-repeat;
    display: block;
    margin: 0 auto;
    background-size: 100%;
}
.box-table-feature {
    max-height: 400px;
    overflow-y: auto;
}
span.pack-price {
    display: block;
    font-size: 15px;
    color: #9a9a9a;
}

@media (min-width: 376px) {
    .view-mobile {display:none;}
    .view-default {
        display: block;
    }
}
@media (max-width: 376px) {
    .view-mobile {
        display: block;
    }

    .view-default {
        display: none;
    }
}