﻿.HeaderStyle {
    font-family: 'NewJune-Bold','Trebuchet MS',Arial,sans-serif;
    font-size: 18px;
    color: black;
}

#ClaimForm input,
#ClaimForm select {
    font-size: medium;
    color: black
}

#ClaimForm label {
    font-size: medium;
}


/*Claim Tab Style*/
.board {
    width: 75%;
    margin: auto;
    height: auto;
    background: #fff;
    /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}

    .board .nav-tabs {
        position: relative;
        /* border-bottom: 0; */
        /* width: 80%; */
        margin: auto;
        margin-bottom: 0;
    }

    .board > div.board-inner {
        background: white;
        background-size: 30%;
    }

p.narrow {
    width: 60%;
    margin: 10px auto;
}

.liner {
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tabs.one {
        color: rgb(34, 194, 34);
        border: 2px solid rgb(34, 194, 34);
    }

li.active span.round-tabs.one {
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two {
    color: #febe29;
    border: 2px solid #febe29;
}

li.active span.round-tabs.two {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three {
    color: #3e5e9a;
    border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four {
    color: #f1685e;
    border: 2px solid #f1685e;
}

li.active span.round-tabs.four {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five {
    color: #999;
    border: 2px solid #999;
}

li.active span.round-tabs.five {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs {
    background: #fafafa;
}

.nav-tabs > li {
    width: 33%;
}
    /*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
    .nav-tabs > li:after {
        content: " ";
        position: absolute;
        left: 45%;
        opacity: 0;
        margin: 0 auto;
        bottom: 0px;
        border: 5px solid transparent;
        border-bottom-color: #ddd;
        transition: 0.1s ease-in-out;
    }

    .nav-tabs > li.active:after {
        content: " ";
        position: absolute;
        left: 45%;
        opacity: 1;
        margin: 0 auto;
        bottom: 0px;
        border: 10px solid transparent;
        border-bottom-color: #ddd;
    }

    .nav-tabs > li a {
        width: 70px;
        height: 70px;
        margin: 20px auto;
        border-radius: 100%;
        padding: 0;
    }

        .nav-tabs > li a:hover {
            background: transparent;
        }

.tab-content {
    font-family: 'NewJune','Trebuchet MS',Arial,sans-serif;
    font-size: 12px;
    padding-bottom: 10px;
    color: black;
}

.tab-pane {
    position: relative;
    padding-top: 8%;
}

.tab-content .head {
    font-family: 'NewJune-Bold','Trebuchet MS',Arial,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: black;
}

.btn-outline-rounded {
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green {
    background-color: #5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media( max-width : 585px ) {

    .board {
        width: 90%;
        height: auto !important;
    }

    span.round-tabs {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .tab-content .head {
        font-size: 20px;
    }

    .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .nav-tabs > li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .btn-outline-rounded {
        padding: 12px 20px;
    }

    .modalContent {
        width: 90% !important; /* Could be more or less, depending on screen size */
    }
}

/*BulletStyle*/

ul.no_bullet {
    list-style: none;
    padding-left: 2rem;
    margin: 0;
}


li.original {
    background-image: url('/images/OriginalCircle.png');
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 25px;
    font-size: medium;
}

li.copy {
    background-image: url('/images/CopyCircle.png');
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 25px;
    font-size: medium;
}

/*Pop-Up*/
.popupStyle {
    position: absolute;
    background-color: white;
    border: 1px solid #0096A9;
    position: absolute;
    margin-top: 20%;
    left: 20%;
    max-width: 60%;
    height: auto;
    z-index: 1000;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.popUpContent {
    font-size: 16px;
    font-style: normal;
    height: auto;
    width: 100%;
    left: 0pt;
    margin-top: 5%;
    margin-bottom: 5%;
    min-height: 150px;
    padding: 2%;
}

.popUpBackground {
    display: block;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255,.8);
}

/*Loading Screen*/
.loadingScr {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255,.8);
}

/*Pop-Up Model*/
/* The Modal (background) */
.modalPopup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background: rgba(255, 255, 255,.8);
}

/* Modal Content/Box */
.modalContent {
    background-color: white;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #0096A9;
    width: 50%; /* Could be more or less, depending on screen size */
}

.modalHeader {
    padding: 2px 16px;
    background-color: white;
    text-align: center;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

/* Popup Container */

/* Background Overlay */
#background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 999; /* Just below the popup */
    display: none; /* Hidden by default */
}

/* Centering the popup */
#popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none; /* Hidden by default */
    align-items: center;
    justify-content: center;
}

/* Close Button Styling */
#popup-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 32px; /* Ensures circle dimensions */
    height: 32px; /* Same as width for a perfect circle */
    font-size: 20px; /* Smaller size to fit within the circle */
    color: white;
    background-color: rgba(0, 0, 0, 0.7); /* Darker for better visibility */
    border-radius: 50%; /* Makes it a perfect circle */
    display: flex;
    align-items: center;
    justify-content: center; /* Center-align the '×' */
    cursor: pointer;
    z-index: 1013; /* Keeps it above the image */
    opacity: 1;
}

/* Image Styling with Mobile Responsiveness */
#popup-image {
    max-width: 90vw; /* Scale image to 90% of viewport width */
    max-height: 90vh; /* Scale image to 90% of viewport height */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    object-fit: contain;
}
/*end of Popup Container */

/*Slider */
.HeaderStyle {
    max-width: 100%;
    height: auto;
}

.carousel-item img {
    /* max-height: 90vh;*/ /* Limit the image height */
    max-height: 100%;
    max-width: 100%;
    object-fit: cover; /* Ensures the image covers the slide without distortion */
}
/*End of Slider */

/*Meh meh +footer*/
footer {
    padding: 20px;
    /* background-color: #f8f9fa;*/
    text-align: center;
    position: relative;
}

.footer-icons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.footer-icons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; /* Ensure wrapping for smaller screens */
}

.chat-container {
    position: absolute;
    right: 130px; /* Align to the right */
    display: flex;
    align-items: center;
    gap: 10px; /* Space between text and icon */
}

.chat-text-box {
    border: 1px solid #333;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: transparent;
    font-size: 14px;
    color: #333;
    white-space: nowrap; /* Prevent wrapping */
}

.chat-icon img {
    width: 120px;
    height: 120px;
    cursor: pointer;
}

/* Mobile responsive styling */
@media (max-width: 1040px) {
    .footer-icons-container {
        flex-direction: column; /* Stack content on small screens */
        align-items: center;
    }

    .chat-container {
        position: static; /* Flow in the document */
        margin-top: 10px;
        justify-content: center;
    }

    .chat-text-box {
        white-space: normal; /* Allow wrapping */
        text-align: center;
    }
}
/*end of Meh meh +footer */

/*info box*/
.info-box {
    max-width: 100%;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Light shadow effect */
}

    .info-box h2 {
        font-size: 24px;
        margin-bottom: 10px;
        color: #333;
        text-align: center;
    }

    .info-box p {
        font-size: 16px;
        color: #555;
        text-align: center;
    }

/* Responsive Styling */
@media (max-width: 576px) {
    .info-box {
        padding: 15px;
    }

        .info-box h2 {
            font-size: 20px;
        }

        .info-box p {
            font-size: 14px;
        }
}
/*end of info box*/

.text-header {
    color: #17a2b8;
    font-family: 'NewJune-Bold','Trebuchet MS',Arial,sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-decoration: underline;
    text-underline-position: under;
}
.text-title {
    color: #17a2b8;
    font-family: 'NewJune-Bold','Trebuchet MS',Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.text-title2 {
    color: black;
    font-family: 'NewJune-Bold','Trebuchet MS',Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
}

/*FAQ BOX*/
.btn-box-info {
    border-color: #17a2b8;
}


.faq-item .card {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

.faq-item .card-header {
    background-color: #fff;
    border-bottom: none;
}

.faq-item .btn-link {
    font-weight: 500;
    text-align: center !important;
}

    .faq-item .btn-link:hover {
        background-color: #f8f9fa;
    }

    .faq-item .btn-link:focus {
        box-shadow: none;
    }

.faq-item .question-text {
    display: inline-block;
    text-align: left; /* center */
    width: 100%;
    font-size: 1.6rem;
}

.toggle-icon {
    transition: transform 0.3s ease;
}

.btn-link[aria-expanded="true"] .toggle-icon {
    transform: rotate(45deg);
}


.card-body {
    padding: 1.25rem;
    border-top: 1px solid #dee2e6;
    font-size: 1.5rem;
}

    /* Ensure links within answers are clickable */
    .card-body a {
        position: relative;
        z-index: 2;
    }

/* Active state styling */
.faq-button[aria-expanded="true"] {
    background-color: #17a2b8 !important;
    color: white !important;
}

    .faq-button[aria-expanded="true"] .toggle-icon {
        color: white;
    }
.faq-button:hover {
    background-color: #17a2b8; /* Change background color on hover */
    color: white !important; /* Optional: Change text color on hover */
}

/* Floating Back to Main Menu Button */
#back-to-menu {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1001;
    padding: 12px 18px;
    font-size: 16px;
    color: white;
    background-color: #17a2b8;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s;
}

    #back-to-menu:hover {
        background-color: #0f6674; /*#0056b3;*/
    }

/*//bottom button*/
.circle-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #17a2b8;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

    .circle-button:hover {
        background-color: #0f6674; /* Darker shade of #17a2b8 */
    }

    .circle-button i {
        color: white;
        font-size: 24px;
    }

.icon-image {
    width: 50px; /* Adjust to fit inside the button */
    height: 50px;
    object-fit: contain;
}
.call-button {
    position: relative;
    overflow: hidden; /* Prevent overflow of images */
}

    .call-button .icon-image {
        width: 50px;
        height: 50px;
        object-fit: contain;
        transition: opacity 0.3s ease; /* Smooth fade effect */
    }

    /* On hover, hide the default image and show the hover image */
    .call-button:hover .icon-image {
        opacity: 0; /* Hide the default image */
    }

/*    .call-button:hover::after {
        content: "";
        background: url("/images/live-chat-hover.png") no-repeat center center;
        background-size: contain;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }*/

/*tooltip*/
/* Tooltip Wrapper */
.tooltip-wrapper {
    position: relative;
    display: inline-block;
}

/* Tooltip Text (Dialog Box Style) */
.tooltip-text {
    visibility: visible; /* Always visible */
    background-color: #0f6674;
    color: white;
    text-align: center;
    border-radius: 8px; /* Slightly more rounded for dialog look */
    padding: 5px 10px;
    position: absolute;
    bottom: 120%; /* Distance from button */
    left: 20%; /* Align tooltip to the right edge of the button */
    transform: translateX(10px); /* Add spacing between button and tooltip */
    white-space: nowrap;
    z-index: 1;
    font-size: 1.1em;
    opacity: 1; /* Fully visible */
    transition: none; /* No fade-in/out effect since it's always visible */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* More prominent shadow */
    border: 1px solid #d9d9d9; /* Optional border for a defined edge */
}

    /* Tooltip Tail */
    .tooltip-text::after {
        content: "";
        position: absolute;
        top: 100%; /* Position at the bottom of the tooltip */
        left: 20%; /* Center the tail horizontally */
        transform: translateX(-50%);
        border-width: 8px;
        border-style: solid;
        border-color: #0f6674 transparent transparent transparent; /* Match tooltip background */
    }

/* Tooltip Visibility on Hover (No effect on button) */
.tooltip-wrapper:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}


/*main menu button Customer Portal / oneTokio App Guide*/
/* Default for larger screens */
.responsive-button {
    display: flex;
    align-items: center;
    justify-content: center; /* Center align text in full screen */
    padding: 15px;
}

    .responsive-button span {
        text-align: center; /* Center align text */
        margin: 0 auto; /* Ensure text stays centered */
    }

/* Small screens */
@media (max-width: 600px) {
    .responsive-button {
        flex-wrap: wrap; /* Force content to wrap */
        justify-content: center; /* Center-align content */
    }

        .responsive-button i {
            flex-basis: 100%; /* Force the icon to take a full line */
            text-align: center; /* Center the icon */
            margin-bottom: 10px; /* Add space between the icon and text */
        }

        .responsive-button span {
            flex-basis: 100%; /* Force the text to take a full line */
            text-align: center; /* Center-align the text */
            padding-left: 15px;
        }
}

.btn-lang {
    color: #17a2b8;
    border-color: #17a2b8;
    background: white;
}

    .btn-lang:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }
    .btn-lang.active {
        background-color: #17a2b8;
        color: white;
        border-color: #17a2b8;
    }
