 body {
            font-family: Arial, sans-serif;
            background-color: #f9f9f9;
            margin: 0;
            padding: 0;
            color: #333;
        }

        .container {
            width: 80%;
            max-width: 900px;
            margin: 30px auto;
            background: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        h1 {
            text-align: center;
            color: #2c3e50;
        }

        h2 {
            margin-top: 30px;
            color: #34495e;
            border-bottom: 2px solid #ecf0f1;
            padding-bottom: 10px;
            font-size: 24px;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
        }

        table th, table td {
            padding: 12px;
            text-align: left;
            border-bottom: 1px solid #ddd;
        }

        table th {
            background-color: #f4f4f4;
            font-weight: bold;
        }

        table td {
            background-color: #fafafa;
        }

        table tr:last-child td {
            border-bottom: none;
        }

        .footer {
            text-align: center;
            margin-top: 30px;
            font-size: 14px;
            color: #999;
        }

        .footer p {
            margin: 0;
        }













        
    .linktag {
        font-size: 15px !important;
        padding: 7px 11px 4px 115px !important;
                background-color: #e3b04b !important;
    }

    .main-content {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 3px 76px 6% 23px;
    height: auto;
    margin-bottom: 30px;
    margin-top: 17px;

    }

    .title {
        color: #21cdad;
    padding-left: 26%;
    font-weight: 700;
    padding-top: 2px;text-transform: uppercase;

}
.title:after{
    background-image: linear-gradient(27deg, #088F8F, hsla(0, 0%, 67%, 0) 66.29%);
    content: "";
        position: absolute;
    height: 4px;
    width: 37%;
       top: 35%;
    right: 28%;


}
    .para-content {
        font-size: 17px;
        font-weight: 600;
    }

    .linktag {
       
        background-color: #002678 !important;
    }

    .breadcrumb-item {
        color: white !important;

    }

    .newconatin{


        max-width: 1320px !important;
    margin: 0px auto !important;
    padding: 0px 15px !important;
    width: 100% !important;


    }


    .contact-support h2 {
    margin: 0;
    color: #fff;
    font-family: "robotomedium";
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #002678 !important;
    margin-bottom: 0;
    position: relative;
}
.contact-support h2::after {
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-top: 15px solid #002678 !important;
    bottom: -15px;
    content: " ";
    left: 30px;
    position: absolute;
}
.contact-support .contact-details p {
    font-size: 14px;
    margin-bottom: 15px;
}
.contact-support .contact-details {
    background-color: rgb(231, 231, 231);
    padding: 25px;
}

.contact-support .contact-details p img {
    margin-right: 10px;
}
.get-support h2 {
    margin: 0;
    color: #fff;
    font-family: "robotomedium";
    font-size: 18px !important;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #002678 !important;
    margin-bottom: 0;
    position: relative;
}
.get-support > h2::after {
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-top: 15px solid #002678 !important;
    bottom: -15px;
    content: " ";
    left: 30px;
    position: absolute;
}.get-details {
    background-color: rgb(231, 231, 231);
    padding: 25px;
}.get-details ul {
    list-style: none;
    padding-left: 0px;
}.get-details li {
    margin-bottom: 5px;
}
.new{

    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    color: #333;
    font-size: 20px;
    margin-right: 5px;
    padding: 10px 15px;

}
.get-support{
    padding-top: 18px;
    padding-bottom: 23px;
}
.new1{

background: #fff none repeat scroll 0 0;
border-radius: 50px;
color: #333;
font-size: 20px;
margin-right: 5px;
padding: 10px 10px;

}
.sidebar{

    padding-top: 69px;

}
.span{

padding: 0px 0 0px 0px;
color: black;
font-weight: 500;

}
.breadcrumb-item.active {
    color: #6c757d !important;
}



        .email-container {
            border:2px solid #00004B;
            max-width: 600px;
            margin: 20px auto;
            background-color: #ffffff;
            border: 1px solid #ddd;
            border-radius: 8px;
            overflow: hidden;
        }

        .email-header {
            background-color: #004085;
            padding: 20px;
            text-align: center;
        }

        .email-header img {
            max-width: 150px;
            height: auto;
        }

        .email-content {
            padding: 20px;
            line-height: 1.6;
        }

        .email-content p {
            margin-bottom: 15px;
        }

        .email-content ol {
            margin-left: 20px;
            padding-left: 0;
        }

        .email-content ol li {
            margin-bottom: 10px;
        }

        .call-to-action {
            text-align: center;
            margin: 20px 0;
        }

        .call-to-action a {
            text-decoration: none;
            background-color: #004085;
            color: #ffffff;
            padding: 10px 20px;
            border-radius: 5px;
            font-weight: bold;
            display: inline-block;
        }

        .call-to-action a:hover {
            background-color: #0056b3;
        }

        .email-footer {
            background-color: #f1f1f1;
            text-align: center;
            padding: 10px;
            font-size: 14px;
            color: #666;
        }

        .email-footer a {
            color: #004085;
            text-decoration: none;
        }

        .email-footer a:hover {
            text-decoration: underline;
        }

        .note {
            font-size: 14px;
            color: #888;
        }


















 .report-title-1 img {
            height: 85px;
            width: 10%;
        }

        .search {
            width: 9%;
            padding: 3px 3px 6px 9px;
            position: relative;
            left: 11%;
            color: blue;
            font-weight: 800;
            font-size: 16px;
        }

        .breadcrumb {
            padding: 0;
            background-color: transparent;
        }

        .color-home {
            color: black !important;
            font-weight: 700 !important;
        }



        .new-padding {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

        #emailError,
        #error-security-code {
            color: #fb641b !important;
            font-weight: 600;
        }

        @media only screen and (min-width: 375px) and (max-width: 768px) {
            .icon-card-date {
                padding-top: 28px !important;
            }
        }

        .breadcrummm {
            margin: 0;
            padding-top: 14px;
        }



.email-container {
            max-width: 600px;
            margin: 30px auto;
            background: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        .email-header {
            text-align: center;
            border-bottom: 2px solid #007bff;
            padding-bottom: 20px;
        }

        .email-header img {
            max-width: 150px;
            margin-bottom: 10px;
        }

        .email-header h2 {
            color: #007bff;
            font-size: 24px;
            margin: 0;
        }

        .email-body {
            padding: 20px;
            text-align: center;
        }

        .email-body p {
            font-size: 16px;
            line-height: 1.6;
            margin: 10px 0;
        }

        .email-footer {
            text-align: center;
            padding-top: 20px;
            font-size: 14px;
            color: #777;
        }

        .button {
            display: inline-block;
            margin-top: 20px;
            padding: 12px 25px;
            font-size: 16px;
            color: #fff;
            background-color: #007bff;
            text-decoration: none;
            border-radius: 5px;
            box-shadow: 0 3px 6px rgba(0, 123, 255, 0.3);
            transition: background-color 0.3s ease;
        }

        .button:hover {
            background-color: #0056b3;
        }

        @media (max-width: 600px) {
            .email-container {
                padding: 15px;
            }

            .email-body p {
                font-size: 14px;
            }
        }
