﻿.page-content {
    padding-top:114px;
    margin-left:140px;
    margin-right:140px;
/*    margin-left:auto;
    margin-right:auto;*/
    max-width:1440px;
}
@media (max-width:1440px) {
    .page-content {
        margin-left: 140px;
        margin-right: 140px;
    }
}
.page-header {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.4px;
    font-family: 'SF-Pro';
    margin-bottom:48px;
}
.content-details {
    min-width: 500px;
    max-width: 1000px;
    /*height: 100vh;*/
    /*overflow-y: auto;*/
    margin-right: 24px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;  Safari 
    -moz-user-select: none;  Firefox 
    -ms-user-select: none;  IE/Edge 
}
.content-details::-webkit-scrollbar{
    display:none;
}
.tnc-country-select {
    margin-bottom:48px;
}
.tnc-country-select .select2-container--default .select2-selection--single {
    height: 56px;
    border-radius: 16px;
    background-color: #F3F3F3 !important;
    border:0px;
}
.tnc-country-select .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top:11px;
    padding-left: 16px;
    padding-right: 16px;
}
.tnc-country-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px;
    right: 32px;
}
.tnc-country-select .select2-container--default .select2-selection--single .areacodeflag {
    width: 32px;
    height: 24px !important;
    font-size: 18px;
    font-family: 'SF-Pro';
    font-weight: 500;
    margin-right:8px;
}
.tnc-country-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url('/assets/images/dropdown arrow.svg');
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 7px !important;
    width: 12px !important;
    top: 45% !important;
    left: 50% !important;
}    
.tnc-country-select .select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
    border-radius: 16px;
}
.tnc-country-select .select2-container--default .select2-results>.select2-results__options{
    padding:16px 20px 16px 16px;
    overflow:visible;
}
.tnc-country-select .select2-container--default .select2-results>.select2-results__options li{
    margin-bottom:2px;
}
.tnc-country-select .select2-container--default .select2-results>.select2-results__options .areacodeflag{
    margin-right:8px;
}
.tnc-country-select .select2-container--open .select2-dropdown--below{
    margin-top:6px;
    border:none;
    border-radius:16px;
    background-color:rgb(243, 243, 243);

}
.tnc-country-select .select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color:rgba(178, 178, 178, 0.3);
    color:black;
    border-radius:8px;
}
.tnc-country-select .select2-container--default .select2-results__option[aria-selected=true]{
    border-radius:8px;
}
.country-tnc {
    font-family: 'SF-Pro';
    font-size: 18px;
    color: #000000;
    font-weight:700;
}
.tnc-content {
    max-width:1440px;
}
.tnc-details {
    font-family: 'SF-Pro';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.13px;
    line-height: 29px;
    margin-bottom:12px;
}
.tnc-details ul {
    list-style-type:none;
    padding-left:0px;
}
.tnc-section {
    margin-top:36px;
    margin-bottom:36px;
}
.tnc-details-bold {
    font-weight:700;
    font-family:'SF-Pro';
}
.tnc-title {
    font-family:'SF-Pro';
    font-weight:700;
    font-size:24px;
    letter-spacing:0.2px;
    line-height:24px;
    margin-bottom:24px;
}

.privacy-content, .tnc-content{
    position: relative;
}

.outline {
    /*min-width:210px;
    max-width:326px;*/
    /*position:relative;*/
    /*position:sticky;
    height:460px;
    top:76px;*/
    min-width: 210px;
    max-width: 326px;
    /* position: relative; */
    position: fixed;
    height: 350px;
    top: 114px;
    right: 50px;
}
.outline .outline-header{
    color:#525252;
    font-family:'SF-Pro';
    font-weight:700;
    font-size:24px;
    width: 326px;
    margin-bottom:24px;
}
.outline ul {
    list-style-type: none;
    width:300px;
}
.outline-toggle {
    position: fixed;
    bottom: 110px;
    right: 20px;
    width: 75px;
    height: 75px;
    background-color: #FCAF17;
    color: #000;
    border: none;
    border-radius: 50%;
    font-size: 34px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

    .outline-toggle:hover {
        background-color: #e6a000;
    }

/* Mobile bottom popup behavior for outlineSidebar */
@media (max-width: 767.98px) {
    #outlineSidebar {
        position: fixed;
        bottom: -100%;
        left: 0;
        width: 100%;
        background: #fff;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        z-index: 1060;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.25);
        transition: bottom 0.3s ease;
        max-height: 75%;
        overflow-y: auto;
    }

        #outlineSidebar.mobile-active {
            bottom: 0;
        }

        #outlineSidebar .outline-header {
            font-size: 16px;
            font-weight: bold;
            padding: 12px 20px;
            border-bottom: 1px solid #eee;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            #outlineSidebar .outline-header::after {
                content: "×";
                font-size: 24px;
                cursor: pointer;
                color: #000;
            }

        #outlineSidebar .list-group-item {
            padding: 12px 20px;
            font-size: 14px;
            border-bottom: 1px solid #f0f0f0;
        }
}



#list-section {
    overflow-y:scroll;
    height:300px;
    scroll-behavior: smooth;
}

#list-section::-webkit-scrollbar {
    display:none;
}

#list-section a {
    color: #A0A0A0;
    font-size:16px;
    font-weight:500;
    background-color: transparent;
    border: 0px;
    border-radius:0px;
    border-left: solid 4px #DEDEDE;
    padding:2px 0px 8px 16px ;
    cursor: pointer;
}

#list-section a.active {
    color: #474747;
    border-left: solid 4px #474747;
}

@media (max-width:1450px) {
    .content-details{
        max-width: 800px;
    }

    .outline {
        right:20px
    }
}

@media (max-width:1300px) {
    .content-details {
        max-width: 700px;
    }
}