:root {
    --purple: #3B3646;
    --red: #EE4B5A;
}

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #003366;
    padding: 20px;
    border-radius: 0px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    margin-left: 30px;
    font-family: system-ui;
    z-index: 1000;
}

#gdpr-cookie-message h4 {
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}

#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}

#gdpr-cookie-message a {
    color: #ababab;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: #EE4B5A;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button {
       border: none;
    background: #fff;
    color: #003366;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0px;
    margin-left: 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease-in;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 1px;
}

#gdpr-cookie-message button:hover {
   background: white;
    color: #000000;
    box-shadow: 1px 0px 8px 0px #ffffff8f;
    text-shadow: 0 0 black;
      transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
  background: transparent;
    color: #fff;
    border-bottom: 1px dashed #4f6c87;
    text-transform: uppercase;
    padding: 2px 0px;
    font-weight: 400;
}
button#gdpr-cookie-advanced:hover{
    box-shadow: none !important;
    background-color: transparent;
    color:#fff;
    text-shadow: 0 0 black;
    transition: all 0.3s ease-in;
    border-bottom: 1px dashed;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

/*Cookie*/

.cc-animate.cc-revoke.cc-bottom:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
    transform: translateY(2em);
}

.cc-color-override.cc-revoke {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
}

.cc-animate.cc-revoke {
    -webkit-transition: transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease,-webkit-transform 1s ease;
}

.cc-bottom {
    bottom: 1em;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer;
}

.cc-revoke {
    padding: .5em;
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}

*  cookie design*/
#gdpr-cookie-types .cust_in_field{
position: relative;
    display: inline-block;
    margin: 0;
    width: .9rem;
    height: .9rem;
    background-color: #fff;
    border: 1px solid rgb(var(--color-text));
    border-radius: 0%;
    margin-right: .5rem;
    cursor: pointer;
}
#gdpr-cookie-types ul li input{
    display: none !important;
}
#gdpr-cookie-types ul li label{
cursor: pointer;
    margin: 0;
    margin-right: 1rem;
    display: flex;
}

#gdpr-cookie-types ul li input[type="checkbox"] + label > span.cust_in_field {
    position: relative;
    display: inline-block;
    margin: 0;
    width: .9rem;
    height: .9rem;
    background-color: #b6b6b6;
    /* border-radius: 50%; */
    margin-right: .5rem;
    cursor: pointer;
    width: 45px;
    height: 25px;
}
#gdpr-cookie-types ul li input[type="checkbox"] + label > span.cust_in_field:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
    background-color: #fff;
    width: 17px;
    margin: 3px;
    -webkit-transition:transform 1s ease;
-webkit-transition:-webkit-transform 1s ease;
transition:-webkit-transform 1s ease;
transition:transform 1s ease;
transition:transform 1s ease,-webkit-transform 1s ease;
}
#gdpr-cookie-types ul li input[type="checkbox"]:checked + label > span.cust_in_field:before {
    position: absolute;
    right: 0;
    -webkit-transform:translateX(1.3em);
    transform:translateX(1.3em);
    background-color: #fff;
}
#gdpr-cookie-types ul li input[type="checkbox"]:checked + label > span.cust_in_field{
    position: relative;
    display: inline-block;
    margin: 0;
    width: .9rem;
    height: .9rem;
    background-color: #94e795;
    margin-right: .5rem;
    cursor: pointer;
    width: 45px;
    height: 25px;
}

