﻿body{
    /* background-image: url(./img/Background.svg);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 40%;
    background-attachment: fixed;
    width: 100%; */
    zoom: 95%;
    
}
.de_policy_spacing {
    margin-bottom: 30px;
}
.phone .de_policy_spacing {
    margin-bottom: 20px;
}
.de_policy_indent {
    margin-left: 20px;
}
.phone .de_policy_indent {
    margin-left: 12px;
}
.de_policy_container {
   width: 100%;
}
.de_policy_wrapper {
    margin: 0px 0px 50px 0px;
    width: 100%;
    max-width: 540px;
    text-align: left;
    margin-bottom: 30px;
}
.phone .de_policy_wrapper {
    margin-bottom: 50px;
}
.de_policy_heading {
    display: flex;
    height: 25px;
    overflow: visible;
    margin-bottom: 30px;
    
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    color: var(--color-main-black);
}
.de_policy_heading>div {
    width: 100%;
}
.de_policy_heading>div:nth-child(2) {
    text-align: center;
}
.de_policy_heading img{
    max-width: 300px;
}
.phone .de_policy_heading {
    flex-direction: column;
    height: auto;
    margin-bottom: 40px;
}
.phone .de_policy_heading img {
    max-width: 139px;
}
.phone .de_policy_title {
    font-size: 32px;
    line-height: 1.375;
}
.de_policy_text {
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 1.75;
    color: #414141;
}
.phone .de_policy_text {
    font-size: 15px;
    line-height: 1.6;
}
.de_policy_link {
    color: var(--color-secondary);
    font-weight: 700;
}
.de_policy_topic_spacing {
    margin-bottom: 20px;
}
.phone .de_policy_topic_spacing {
    margin-bottom: 14px;
}
.de_policy_topic_indent {
    margin-left: 20px;
}
/* OLD UI */
.privacy_policy_wrapper {
    width: 100%;
    background-color: #FFFFFF;
    border: 0px solid transparent;
    border-radius: 4px;
    box-shadow: 0px 2px 10px 2px RGBA(0, 0, 0, 0.13);
    margin-bottom: 50px;
}
.phone .privacy_policy_wrapper {
    margin-bottom: 20px;
}
/*SCROLL*/
::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
    width: 12px;
}
::-webkit-scrollbar:horizontal {
    height: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}
::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}
/*END SCROLL*/

/*Iphone 6 / 7/ 8 Plus*/
@media only screen and (max-width: 414px) and (-webkit-max-device-pixel-ratio: 3)
        and (orientation:portrait) {
    .gradient_btn-extension-width{
        width: 140px;
    }
}
@media only screen and (max-width: 640px) and (-webkit-max-device-pixel-ratio: 3.5)
        and (orientation:landscape) {
    .gradient_btn-extension-width{
        width: 140px;
    }
}