﻿/*Cooky policy*/
.cookies-policy-content p {
    margin-left: 20px;
    margin-bottom: 20px;
}

.cookies-policy-content h4 {
    margin-left: 20px;
}

.cookies-policy-content li {
    margin-bottom: 0px;
}

.hightlight {
    color: #c5271e;
}

#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Georgia",sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

    #cookieConsent span {
        font-size: 15px;
        color: white;
    }

    #cookieConsent a.cookieConsentOK {
        background-color: #F1D600;
        color: #000;
        display: inline-block;
        border-radius: 5px;
        padding: 0 20px;
        cursor: pointer;
        float: right;
        /* margin: 0 60px 0 10px; */
        margin: 0 0 0 10px;
    }

    label.cookieConsentOK.btn_cookies {
        background-color: #F1D600;
        color: #000;
        display: inline-block;
        border-radius: 5px;
        padding: 0 20px;
        cursor: pointer;
        float: right;
        margin: 0 0 0 10px;
    }

    #cookieConsent a {
        color: #4B8EE7;
        text-decoration: none;
    }

.page-not-found404 {
    margin-top: 110px;
    padding: 40px;
    text-align: center;
    color: #e80505;
}

.term-of-service-container-main {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.term-of-service-container-main h1 {
    font-size: 36px;
    font-weight: 600;
}

    .term-of-service-container-main h4 {
        margin-bottom: 10px;
        margin-top: 25px;
        font-size: 20px;
        font-weight: 600;
    }

    .term-of-service-container-main ul {
        line-height: 1.7;
    }

.term-of-service-container-main ul li {
        padding-bottom: 10px;
}

.public-page-container {
    margin-top: 30px;
}

.term-of-service-container {
    max-width: 664px;
    font-size: 18px;
    border: solid 1px #e7e7e7;
    padding: 23px;
    border-radius: 15px;
    font-family: georgia;
}

    .term-of-service-container h2 {
        font-size: 22px;
        margin-top: 23px;
        line-height: 1.6;
    }
    .term-of-service-container h3 {
        font-size: 18px;
        margin-top: 23px;
        line-height: 1.6;
    }

    .term-of-service-container p {
        line-height: 1.7;
        font-size: 18px;
    }
.term-of-service-container-main a {
    color: #0b2556;
    word-break: break-all;
}
    
/*Cooky policy*/
