﻿/* List filter by letters start */
.item-filter-list {
    display: none;
}

.show-item-filter-list {
    display: block;
}

.filter-letters {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    margin: 0 2px;
    border: 1px solid var(--border);
    color: var(--white);
    border-radius: 50%;
}

    .filter-letters:hover {
        background-color: #FF9933;
        color: #121212;
    }

.fl-active {
    background-color: #FF9933;
    color: #121212;
}
/* List filter by letters end */

@media (min-width: 767px) {
    .text-container-min-767 {
        max-width: 100%;
        word-wrap: break-word;
        white-space: pre-wrap;
    }
}

.new-list-img-m {
    max-width: 100%;
    padding-bottom: 20px;
    clear: both;
}

.cust-logo-header {
    width: 36px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.cust-logo-canvas {
    width: 100px;
}

.cust-logo-footer {
    width: 36px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.cust-logo-h3 {
    padding-right: 200px;
}

.hero-4-bgimg {
    background-image: url('/assets/img/hero/hero-bg.png');
}

.breadcrumb-wrapper-bgimg {
    background-image: url('/assets/img/breadcrumb-shape.png');
}

.newsitem-img {
    max-width: 100%;
}

.newsitem-cpyr-img {
    font-size: 12px;
    font-style: italic;
}

.newsitem-desc {
    font-size: 14px;
    font-style: italic;
}

.new-list-img-s {
    width: 61px;
}
/* Page content text*/
.page-content {
    padding: 20px;
}

    .page-content strong {
        font-weight: 600;
        margin-top: 1.5em;
        margin-bottom: 0.5em;
    }

    .page-content ul, .page-content ol {
        margin: 0.5em 0;
        padding-left: 2.5em;
        list-style-position: outside;
        list-style: disc !important;
    }

    .page-content li {
        margin-bottom: 0.5em;
        list-style: disc !important;
    }

    .page-content a {
        color: #007BFF;
        text-decoration: none;
    }

        .page-content a:hover {
            text-decoration: underline;
        }

    .page-content p {
        margin-bottom: 1.5em;
    }

.page-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    max-width: 100%;
    margin-bottom: 40px;
}

.btn-wcg-gradient {
    background-image: linear-gradient(to right, #FF9933, #FFD531);
    color: #121212;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

    .btn-wcg-gradient:hover {
        filter: brightness(1.1);
        transform: scale(1.03);
    }



#countrySearch {
    background-color: #fff;
    color: #121212;
}

h6.text-warning {
    font-weight: 600;
    border-bottom: 1px solid #333;
}

#countryList {
    max-height: 60vh;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.country-item {
    background-color: #222;
    color: #f5f5f4cc;
    transition: background 0.2s ease;
}

    .country-item:hover {
        background-color: #FFD531;
        color: #121212;
    }

input:invalid {
    border: 2px dashed red;
}

    input:invalid:required {
        border: 2px dashed red;
    }

input#code {
    background-color: #1e1e1e;
    color: #ffffff;
    border: 2px solid #0099cc;
    padding: 10px;
    font-size: 1.5rem;
    text-align: center;
}

.wizard-wrapper {
    padding: 3rem;
    background-color: #1e1e1e;
    border-radius: 10px;
}

.wizard-title {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 1rem;
}

.wizard-lead {
    color: #dddddd;
    font-size: 16px;
}

.info-icon {
    cursor: pointer;
    margin-left: 4px;
    font-weight: bold;
    color: #0dcaf0;
}

#previewSection {
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .wizard-wrapper {
        padding: 1.5rem;
    }

    .wizard-title {
        font-size: 20px;
    }

    .wizard-lead {
        font-size: 14px;
    }
}

.fflag {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}

.ffag-small {
    width: 30px;
    height: 20px;
    margin-right: 10px;
}

.page-nav-wrap ul {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
}

    .page-nav-wrap ul li {
        display: inline-block;
        margin-right: 6px;
    }
