* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    background-color: #f5f5f7;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    background: #efefef;
    padding: 15px 10px;
}

header .logo img {
    height: 40px;
}

header .fa-bars,
header .fa-cog {
    color: #a1a1a1;
}

header h1 {
    font-size: 28px;
    font-weight: 600;
}

.storage-dv {
    padding: 30px;
}

.storage-logo {
    text-align: center;
}

.storage-logo img {
    width: 100px;
}

.storage-info {
    margin-bottom: 20px;
}

.storage-info p {
    font-size: 16px;
    color: #1c1c1e;
    margin-bottom: 10px;
}

.progress-bar {
    display: flex;
    height: 20px;
    background-color: #e6e6e6;
    border-radius: 5px;
    overflow: hidden;
}

.progress-bar div {
    height: 100%;
}

.photos {
    width: 0%;
    background-color: #0072ce;
}

.files {
    width: 0%;
    background-color: #f7c800;
}

.family {
    width: 0%;
    background-color: #e32f3b;
}

.emails {
    width: 0%;
    background-color: #34b233;
}

.device-backup {
    width: 0%;
    background-color: #9e34b2;
}

.storage-options {
    margin-bottom: 10px;
}

.storage-options p {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 15px;
}

.storage-options .label {
    font-weight: bold;
}

.storage-options .status {
    color: #5a5a5a;
}

#storage-result{
    margin-top: 10px;
}

.storage-options .storage-result {
    padding-top: 7px;
    border-top: 1px solid #aaaaaa;
}

.spinner-ic {
    display: inline-block;
}

.spinner-done {
    display: none;
    text-align: end;
}

.cta {
    text-align: center;
    margin-bottom: 10px;
}

.cta p {
    font-size: 16px;
    color: #1c1c1e;
    margin-bottom: 20px;
}

.cta .secure-now {
    background-color: #f44336;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
}

.cta .secure-now:hover {
    background-color: #d32f2f;
}


@media (max-width:820px) {
    .container {
        margin: 0 10px;
        padding: 10px 20px;
    }
    header {
        margin-bottom: 10px;
        padding: 15px 20px;
    }
    .storage-dv{
        padding: 20px 0px;
    }
    header .fa-bars,
    header .fa-cog {
        font-size: 16px;
    }
    .storage-options p{
        margin-bottom: 10px;
    }
}


/* FOO */
.footer-con {
    margin-top: 100vh;
    padding: 10px 0px 30px 0px;
    width: 100%;
    background-color: #d3d3d3;
    color: #000;
    text-align: center;
}

@media (min-width:768px) {
    .footer-con {
        margin-top: 120px;
    }
}

.foot-con-inn{
    max-width: 600px;
    margin: auto;
    padding: 0px 10px;
}

.footer-con h4{
    font-size: 12px;
    font-weight: 500;
}

.footer-con p{
    font-size: 12px;
    font-weight: 400;
    color: #8f8f8f;
}

.footer-con a{
    color: #007be0;
}

.fa-exclamation-triangle{
  color: red;
}





/*    MODAL SECTION    */

.mod-con{
    width: 100%;
    height: 160%;
    background-color:#0000008f;
    position: fixed;
    top: 0;
    text-align: center;
    overflow: hidden;
}

.mdlabg{
    animation: opacity-bg 1s ease-in-out;
}

@keyframes opacity-bg {
    0%{background-color: #00000000; }
    100% {background-color: #0000008f; }
}

.mdlabg-rv{
    animation: opacity-bgrv 1s ease-in-out;
}

@keyframes opacity-bgrv {
    0%{background-color: #0000008f; }
    100% {background-color: #00000000; }
}

.modalzzz{
    text-align: center;
    max-width: 600px;
    margin: 100px auto;
    padding-top: 25px;
    border-radius: 5px 5px 5px 5px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 170px;
    font-size: 16px;
    color: #3b3b3b;
}

.modalzzz .btn-close{
    display: flex;
    padding: 0px 10px 0px 10px;
    margin-top: -15px;
    justify-content: space-between;
    align-items: center;
    text-align: start;
}

.modalzzz .btn-close h2{
    color: #1b82d6;
    font-size: 20px;
    margin-bottom: 10px;
}

.modalzzz .btn-close img{
    width: 50px;
    margin-right: 10px;
}

.modalzzz .btn-close div{
    display: flex;
    align-items: center;
}

.modalzzz .btn-close p b{
    font-size: 20px;
}

#btn-close{
    color: #b6b6b6;
    cursor: pointer;
    border: 0px;
    background-color: #fff;
}

#btn-close:hover{
    color: #ff4444;
}

.mdlainn{
    animation: move-con 1s ease-in-out;
}

@keyframes move-con {
    0%{opacity:0; transform: translate(0px,-200px); }
    100% {opacity:1; transform: translate(0px,0px); }
}

.mdlainn-rv{
    animation: move-conrv 1s ease-in-out;
}

@keyframes move-conrv {
    0% {opacity:1; transform: translate(0px,0px); }
    100%{opacity:0; transform: translate(0px,-200px); }
}

.animt-shw{
    animation: show-con 1s ease-in-out;
}

@keyframes show-con {
    0% {opacity:0; }
    100%{opacity:1; }
}


@media (max-width:768px) {
    .modalzzz{ max-width: 95%; }
}

.modalzzz h2, .modalzzz h3, .modalzzz h4, .modalzzz p{
    padding: 0;
    margin: 0;
}

.modalzzz span{
    color: #303030;
    font-weight: 600;
}

.modalzzz .prize-desc {
    color: #000;
    padding-left: 10px;
}

.modalzzz-head,.modalzzz-body{
    padding: 10px 25px 10px 10px;
    text-align: start;
}

.modalzzz-body img{
    max-width: 160px;
}

.modalzzz-body-con{
    width: 100%;
    display: flex;
    padding-bottom: 3px;
    border-bottom: 1px solid #efefef;
}

.modalzzz-body-left{
    text-align: end;
    width: 50%;
}

.modalzzz-body-right{
    text-align: start;
    width: 50%;
}

@media (max-width:768px) {
    @media (max-width:768px) { .modalzzz{ margin: 40px auto;}}
    @media (max-width:310px) { .modalzzz{ margin: 10px auto;}}
}

.modalzzz-head-pv2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modalzzz-body ol li{
    padding-bottom: 5px;
}

.modalzzz-foot{
    text-align: center;
    padding: 10px 25px;
    background-color: var(--modfttrbg);
    border-radius: 0px 0px 5px 5px;
}

.modalzzz-foot button{
    font-size: 18px;
    padding: .5rem 1rem;
    font-weight: 600;
    background-color: #00000000;
    color: #007aff;
    border: 0px;
    border-radius: 3px;
    cursor: pointer;
}





.btn-close-cls{
    color: #a0a0a0;
    cursor: pointer;
    border: 0px;
    background-color: #fff;
    margin-bottom: 10px;
}

.btn-close-cls:hover{
    color: #ff4444;
}

.mod-desc-ovr{
    overflow: auto;
    overflow-x: hidden;
    height: 450px;
}

.mod-desc-ovr p, .mod-desc-ovr li{
    font-size: 14px;
}

.mod-desc-ovr ol li{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 20px;
}

.mod-desc-ovr ol li ul li{
    padding: 0px;
}

.mod-desc-ovr ol li b{
    line-height: 2;
}

.mod-desc-ovr ol li ul li b{
    line-height: 1;
}

.modeffdate{
    font-size: 12px;
    padding-bottom: 15px !important;
}


.footer-con span{
    color: #6ba4c5;
    text-decoration: underline;
    margin: 0px 10px;
    cursor: pointer;
    font-size: 12px;
}

.footer-con span:hover{
    color: #2ea4e9;
}


.hdsnvnn_dvhddn{
    display: none;
}

#modalzzz-start .modalzzz-body{
    padding: 15px 25px 20px 10px;
}