html {
    font-family: 'SamsungOneLatinWeb', 'SamsungSans', 'Interface_bd', Arial, Helvetica, 'San-Serif';
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: 'SamsungOneLatinWeb', 'SamsungSans', 'Interface_bd', Arial, Helvetica, 'San-Serif';
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

footer,
header,
main {
    display: block
}

progress {
    display: inline-block;
    vertical-align: baseline
}

[hidden] {
    display: none
}

a {
    background-color: transparent;
    color: #337ab7;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0;
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

b,
strong {
    font-weight: 600;
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

img {
    border: 0;
    vertical-align: middle
}

button,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled] {
    cursor: default
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

[role=button] {
    cursor: pointer
}

p {
    margin: 0 0 10px;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

h5 {
    font-size: 15px;
    font-weight: 500;
}

h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    max-width: 94%;
    width: 100%;
    text-align: center;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: auto;
    margin: 10px auto;
}

@media (min-width:768px) {
    .container {
        max-width: 94%;
        padding: 40px;
    }
}

.col-md-8,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 6px;
    padding-left: 6px
}

.col-xs-12 {
    float: left;
    width: 100%
}


@media (min-width:992px) {
    .col-md-8 {
        float: left;
        /* width: 66.66666667%; */
    }
    
    .footer{
        margin-left: 16.66666667%;
        width: 66.66666667%
    }
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    border: 1px solid #cecece;
    border-radius: 0px;
    background-color: rgba(255,255,255,0.85);
    position: relative;
    background-clip: padding-box;
    margin-top: 40%;
    color: #363636;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px;
    font-family: 'SamsungOneLatinWeb', 'SamsungSans', 'Interface_bd', Arial, Helvetica, 'San-Serif';
}

.modal-body p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 24px
}

.modal-footer {
    position: relative
}

.opword{
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #4086f6;
    border-radius: 4px;
    width: 150px;
    margin: 0 auto;
    padding: 12px 0px;
    text-decoration: none;
    font-weight:bold;
    font-family: 'SamsungOneLatinWeb', 'SamsungSans', 'Interface_bd', Arial, Helvetica, 'San-Serif';
    margin-bottom: 10px;
}

.pptt{
    color: #000;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    padding: 6px;
}

.ppm{
    padding: 20px 0px;
    position: relative;
    white-space: normal;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}

.container:after,
.container:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.container:after,
.modal-footer:after,
.modal-header:after,
.row:after {
    clear: both
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.hidden {
    display: none !important
}

.marked{
    color: #4086f6
}

body {
    font: 100% 'SamsungOneLatinWeb', 'SamsungSans', 'Interface_bd', Arial, Helvetica, 'San-Serif';
    color: #000;
    background: #f5f5f7;
    background-repeat: no-repeat;
    background-attachment: fixed
}

header .logo-wrap {
    background-color: #fff;
    text-align: center;
}

header .slogan-wrap{
    background-color: #4086f6;
    color: #000;
}

header .slogan-wrap .slogan {
    color: #fff;
    padding: 8px 15px 8px 15px;
    text-align: center;
    font-weight: 400;
    font-family: 'SamsungOneLatinWeb', 'SamsungSans', 'Interface_bd', Arial, Helvetica, 'San-Serif';
    font-size: 18px;
}

.body-container {
    background-color: #fff;
    margin-bottom: 10px
}

.lead-container {
    background-color: #fff
}

@media screen and (min-width:768px) {
    .lead-container {
        background-position: left bottom
    }
}

.lead-container .recipe-content {
    background-color: #fff !important;
    color: #363636;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 5px;
    overflow: hidden;
    border-radius: 0px;
    line-height: 22px;
    font-family: 'SamsungOneLatinWeb', 'SamsungSans', 'Interface_bd', Arial, Helvetica, 'San-Serif';
    font-size: 16px;
}

.lead-container .recipe-content .Samsunger {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #565656;
    font-size: 18px;
}

.qu-wrap {
    background-color: #fff;
    min-height: 70px;
    border-radius: 0px;
    margin-top: 0px;
    box-shadow: 0 0 0 0 #080000
}

.footer{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 12px;
}

.project{
    margin-bottom:20px;
    color: #6e6e73;
    font-size: 13px;
    font-weight: 400;
    font-family: 'SamsungOneLatinWeb', 'SamsungSans', 'Interface_bd', Arial, Helvetica, 'San-Serif';
}

.fcolumn{
    color: #6e6e73;
    border-top: 1px solid #d2d2d7;
    padding-top:10px;
    padding-bottom:10px;
    font-weight: 400;
    font-size: 12px;
    font-family: 'SamsungOneLatinWeb', 'SamsungSans', 'Interface_bd', Arial, Helvetica, 'San-Serif';
}

.geo{
    color: #424245;
    border-top: 1px solid #d2d2d7;
    padding-top:30px;
    padding-bottom:20px;
    font-weight: 500;
    font-size: 13px;
    font-family: 'SamsungOneLatinWeb', 'SamsungSans', 'Interface_bd', Arial, Helvetica, 'San-Serif';
}

.terms{
    color: #6e6e73;
    font-weight: 400;
    font-size: 13px;
    font-family: 'SamsungOneLatinWeb', 'SamsungSans', 'Interface_bd', Arial, Helvetica, 'San-Serif';
}

.cdlg{
    height: 80px;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

.iclg{
    vertical-align: middle;
    height: 80px;
}

.txt {
    text-align: center;
    color: #363636;
    font-size: 18px;
    line-height: 22px;
}

.imgwrapper{
    display: inline-block;
}

#menu{
    float: left;
}

#user{
    float: right;
}

#hlg{
    height: 48px;
    padding: 5 10px;
}

#mu{
    height: 48px;
    padding: 13px
}

.qu-btn{
    margin: 30px auto;
    width: 80%;
    min-width: 250px;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    animation: pulse-animation 0.9s infinite;
    display: none;
    color: #fff;
    border-radius: 8px;
    border-color: #4086f6;
    background: #4086f6;
}

.qu-btn:hover {
    border: none;
    color: #fff;
    border-radius: 8px;
    border-color: #f4b400;
    background:  #f4b400;
}

.prog-sec {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 35px 0;
}

.main-prog {
    background-color: #d7d7d7;
    height: 20px;
    width: 100%;
    margin: 7px 0 0 0;
    overflow: hidden;
    border-radius: 5px;
}

.how-storage {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-prog-sec {
    width: 100%;
    height: 100%;
    display: flex;
}

.prog-sec-1-main {
    width: 55%;
    overflow: hidden;
    height: 100%;
}

.prog-sec-1 {
    background-color: #4086f6;
    width: 100%;
    height: 100%;
}

.prog-sec-2-main {
    width: 35%;
    overflow: hidden;
    height: 100%;
}

.prog-sec-2 {
    background-color: #f8bd03;
    width: 100%;
    height: 100%;
}

.prog-sec-3-main {
    width: 10%;
    overflow: hidden;
    height: 100%;
}

.prog-sec-3 {
    background-color: #eb4236;
    width: 100%;
    height: 100%;
}

.cercl-1 {
    width: 9px !important;
    height: 9px !important;
    background-color: #4086f6;
    border-radius: 50%;
    margin: 3px 7px 0 0;
}

.cercl-2 {
    width: 9px !important;
    height: 9px !important;
    background-color: #f8bd03;
    border-radius: 50%;
    margin: 3px 7px 0 0;
}

.cercl-3 {
    width: 9px !important;
    height: 9px !important;
    background-color: #eb4236;
    border-radius: 50%;
    margin: 3px 7px 0 0;
}

.cercel-sec-1 {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px 0 0 0;
}

.storage-info {
    display: flex;
    justify-content: space-between;
    margin: 33px auto 0;
    width: 95%;
}

.how-storage p {
    font-size: 14px;
    color: #363636;
    font-weight: 500;
    margin: auto 0;
}

.storage-info h5 {
    font-size: 15px;
    font-weight: 500;
}

.storage-info p {
    color: #d56969;
    font-size: 14px;
    font-weight: 500;
}

.mt-3 {
    margin-top: 1rem !important;
}

.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}

.qu-progress{
    animation: 1.6s identifier ease-in-out;
}

@keyframes identifier {
    from{
        width: 0px;
    }
    to{
        width: 100%;
    }
}

#txt12,#txt13,.qu-btn{
    display: none;
}

#txt12{
    color: #363636;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
}

.warning-icon {
    margin: 0 auto;
    height: 60px;
    width: 60px;
    color: #ef4444;
}

.title {
    font-size: 22px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.description {
    font-size: 17px;
    color: #4b5563;
    margin: 0;
    line-height: 22px;
}

.urgent-text {
    font-size: 20px;
    color: #ef4444;
    font-weight: 500;
    line-height: 24px;
}

.urgent-text strong {
    font-weight: 700;
}

.error-box {
    background-color: #f7df0940;
    color: #d1bc06;
    padding: 12px;
    border-radius: 12px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 10px;
}

.info-box {
    background-color: #f9fafb;
    color: #374151;
    padding: 12px;
    border-radius: 12px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.info-title {
    font-weight: 500;
    margin: 0;
}

.info-list {
    text-align: left;
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.info-list li {
    margin-bottom: 4px;
}

.offer-text {
    font-size: 22px;
    font-weight: 500;
    color: #111827;
}

.cdn {
    color: #ef4444;
}

.update-btn {
    background-color: #3b82f6;
    border: 1px solid #3b82f6;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 99px;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s ease;
    animation: pulse 2s infinite;
    width:92%;
    margin: 0 auto;
}

.update-btn:hover {
    background-color: #4caf50;
    border: 1px solid #4caf50;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
    }
}

.secure-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.secure-text {
    color: #6b7280;
    font-size: 12px;
    position: relative;
}

.secure-text::before {
    content: '\1F512';
    margin-right: 8px;
}

.payment-logo {
    height: 20px;
}

.support-text {
    color: #6b7280;
    font-size: 12px;
    margin: 0;
}

.support-link {
    color: #3b82f6;
    text-decoration: none;
}

.support-link:hover {
    text-decoration: underline;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 80%;
    z-index: 1000;
}

.popup h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.countdown-container {
    position: relative;
    width: 240px;
    height: 240px;
    margin: 0 auto;
}

.cdn2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: bold;
}

.progress-circle {
    transform: rotate(-90deg);
}

.progress-circle circle {
    fill: none;
    stroke: #4CAF50;
    stroke-width: 10;
    stroke-dasharray: 314;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
}

.checkmark {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
}

.checkmark path {
    fill: none;
    stroke: #4CAF50;
    stroke-width: 10;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.outer-circles {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
}

.outer-circles circle {
    fill: #4CAF50;
    opacity: 0.3;
}

.button-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.protection-reminder {
    font-size: 16px;
    color: #696969;
    text-align: center;
    margin: 20px 0;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

@keyframes slideIn {
    from {
        margin-top: -100px;
    }
    to {
        margin-top: 30px;
    }
}

.slideIn {
    animation: slideIn .7s;
    -webkit-animation: slideIn .7s;
    -moz-animation: slideIn .7s;
    -o-animation: slideIn .7s;
}

@keyframes slideFadeOut {
    from {
        margin-top: 30px;
        opacity: 1
    }
    to {
        margin-top: 5px;
        opacity: 0
    }
}

.slideFadeOut {
    animation: slideFadeOut .7s;
    -webkit-animation: slideFadeOut .7s;
    -moz-animation: slideFadeOut .7s;
    -o-animation: slideFadeOut .7s;
}

@media (min-width: 768px) {
    .title {
        font-size: 30px;
    }

    .description,
    .urgent-text {
        font-size: 16px;
    }

    .error-box,
    .info-box {
        font-size: 16px;
    }

    .offer-text {
        font-size: 18px;
    }

    .update-btn {
        font-size: 16px;
        padding: 12px 32px;
    }

    .secure-text,
    .support-text {
        font-size: 14px;
    }

    .payment-logo {
        height: 24px;
    }
}

/* Additional styles from _style.css */
.btn-primary {
    color: #fff;
    border-color: none;
    border-radius: 4px;
    border-color: #4086f6;
    background: #4086f6;
   
}
.btn-primary:hover{
    background-color: #4086f6
}
.btn-primary:active{
    background-color: #4086f6
}
.btn {
    display: inline-block;
    padding: 6px 24px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
   border-radius: 4px;
    border-color: #4086f6;
    background: #4086f6;
}
.btn:active{
    background-color: #4086f6
}
@keyframes glowing {
        0% {
          background-color: #FD7A06;
          box-shadow: 0 0 5px #FD7A06;
        }
        50% {
          background-color: #FD7A06;
          box-shadow: 0 0 20px #FD7A06;
        }
        100% {
          background-color: #FD7A06;
          box-shadow: 0 0 5px #FD7A06;
        }
}
@keyframes pulse-animation{
    0%{
      box-shadow: 0 0 0 0px #4086f6;
    }
    100%{
      box-shadow: 0 0 0 16px rgba(0,0,0,0);
    }
  }
