﻿form {
    margin: 0;
}

.toptable {
    background-color: #135e9b;
}

a.toplink,
a.toplink:hover,
a.toplink:visited,
a.toplink:active {
    color: #ffffff;
    text-decoration: none;
}

.forCopyright {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    background-color: #002852;
}

body,
td,
.forTexts {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0f203a;
}

#page-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(15, 32, 58, 0.98) 0%, rgba(19, 94, 155, 0.95) 100%);
    color: #ffffff;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

#page-loader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.page-loader__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-loader__logo {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: page-loader-pulse 2s ease-in-out infinite;
}

.page-loader__logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: brightness(1.8) contrast(1.6) saturate(1.4) drop-shadow(0 0 50px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 25px rgba(19, 94, 155, 0.8));
}

.page-loader__spinner {
    position: absolute;
    width: 140px;
    height: 140px;
    border: 3px solid rgba(255, 255, 255, 0.15);
    border-top-color: rgba(255, 255, 255, 0.8);
    border-right-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: page-loader-spin 1.2s linear infinite;
}

@keyframes page-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes page-loader-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
}

a.menutxt,
a.menutxt:hover,
a.menutxt:visited,
a.menutxt:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #135e9b;
}

.menutxt {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0f203a;
}

th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0f203a;
}

.title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    background-color: #002852;
}

.inpts {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #0f203a;
    background-color: #ffffff;
    border: 1px solid #d1e1f7;
}

.sbmt {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #ffffff;
    background-color: #135e9b;
    border: 1px outset #5ba5ff;
}

a.hlp,
a.hlp:active,
a.hlp:visited,
a.hlp:hover {
    font-family: verdana;
    font-size: 12px;
    color: #0f203a;
    text-decoration: none;
    cursor: help;
}

.bgcolorleft,
.bgcolormain,
.bgcolorright {
    background-color: #ffffff;
}

div.framebody {
    text-align: left;
}

h3 {
    font-weight: bold;
    font-size: 12px;
}

.calendartable {
    background-color: #135e9b;
    text-align: center;
    color: #ffffff;
}

.calendartablebg {
    background-color: #ffffff;
}

.calendarweek {
    background-color: #135e9b;
    text-align: center;
    color: #ffffff;
}

td.gray {
    color: gray;
}

/* Mobile responsive styles */
@media screen and (max-width: 800px) {
    html,
    body {
        min-width: 0 !important;
        font-size: 15px;
        line-height: 1.7;
    }

    * {
        box-sizing: border-box;
        height: auto;
    }

    img,
    embed,
    object,
    iframe {
        max-width: 100%;
        height: auto;
    }

    .m_pad {
        padding: 0 50px;
    }

    table,
    tbody,
    tr,
    td,
    th {
        width: 100% !important;
        display: block;
        box-sizing: border-box;
    }

    .toptable,
    .bgcolormain,
    .bgcolorleft,
    .bgcolorright,
    .framebody,
    .title {
        width: 100% !important;
        max-width: 100%;
    }

    .title {
        text-align: center;
        padding: 12px 10px;
    }

    a.menutxt,
    .menutxt,
    a.toplink {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    form,
    input,
    select,
    textarea,
    button {
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
    }

    input[type="submit"],
    .sbmt,
    button {
        width: 100% !important;
    }

    .forCopyright {
        padding: 12px 8px;
        text-align: center;
    }

    .bgcolorleft,
    .bgcolormain,
    .bgcolorright,
    .framebody {
        padding: 0 12px;
    }

    .mobile-menu-toggle {
        display: none;
    }

    #amk_top,
    .amk_wrap {
        min-width: 0 !important;
        width: auto !important;
        max-width: 100% !important;
    }

    #amk_top .amk_menu {
        padding: 18px 0;
    }

    #amk_top .amk_menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        margin: 0;
    }

    #amk_top .amk_menu ul li {
        display: inline-flex;
        flex: 1 1 auto;
        min-width: 120px;
        text-align: center;
    }

    #amk_top .amk_menu ul li a {
        padding: 10px 12px;
        line-height: 1.4;
    }

    #amk_top .amk_menu ul li.amk_reglog a {
        width: auto;
        margin-left: 0;
        padding: 10px 18px;
    }

    #amk_top .amk_slider {
        padding: 48px 0 28px;
        position: relative;
        overflow: hidden;
        min-height: 420px;
        background: transparent;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        width: 100vw;
    }

    #amk_top .amk_slider .amk_slider-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
        pointer-events: none;
    }

    @media (max-width: 900px) {
        #amk_top .amk_slider {
            width: 100vw !important;
            margin-left: calc(-50vw + 50%) !important;
            margin-right: calc(-50vw + 50%) !important;
            max-width: 100vw !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            overflow: hidden !important;
        }

        #amk_top .amk_slider .amk_wrap {
            max-width: 100% !important;
            width: 100% !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        #amk_top .amk_slider .amk_slider-bg {
            width: 100vw !important;
            min-width: 100vw !important;
            left: 0 !important;
            right: 0 !important;
            transform: none !important;
        }

        html,
        body {
            overflow-x: hidden !important;
        }
    }

    #amk_top .amk_slider .amk_sBox1,
    #amk_top .amk_slider .amk_sBox2 {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto 24px !important;
    }

    #amk_top .amk_slider .amk_sBox1 h1 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    #amk_top .amk_slider .amk_sBox1 p {
        font-size: 36px;
        margin: 20px 0;
    }

    #amk_top .amk_slider .amk_sBox1 .amk_btn {
        width: auto;
        padding: 0 18px;
        margin-right: 12px;
        line-height: 44px;
    }

    #amk_top .amk_slider .amk_sBox2 {
        padding: 26px 18px;
        height: auto;
    }

    #amk_top .amk_slider .amk_sBox2 h2 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    #amk_top .amk_slider .amk_sBox2 form {
        margin: 0;
    }

    #amk_top .amk_slider .amk_sBox2 form .amk_formGroup {
        width: 100% !important;
        margin: 0 0 14px !important;
        border-radius: 45px;
        padding: 0 12px;
    }

    #amk_top .amk_slider .amk_sBox2 form input,
    #amk_top .amk_slider .amk_sBox2 form button {
        font-size: 16px;
        line-height: 1.5;
        padding: 12px 14px;
        width: 100% !important;
    }

    #amk_top .amk_slider .amk_sBox2 form button {
        max-width: 100%;
    }

    #amk_about h2 {
        font-size: 32px;
        line-height: 1.15;
    }

    #amk_about p {
        font-size: 16px;
        margin-right: 0;
    }

    #amk_about .amk_btn {
        width: auto;
        padding: 16px 24px;
        height: auto;
        line-height: 1.2;
    }

    #amk_stats ul li {
        float: none !important;
        width: 100% !important;
        margin-bottom: 18px;
    }

    #amk_stats ul li h3 {
        font-size: 18px;
    }

    #amk_stats ul li p {
        font-size: 24px;
    }

    #amk_plans .amk_pBlock .amk_pBox {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 18px !important;
    }

    #amk_plans .amk_pBlock .amk_pBox ul li {
        width: auto !important;
    }

    #amk_plans .amk_calculator .amk_formGroup {
        display: block !important;
        width: 100% !important;
        margin: 0 0 14px !important;
    }

    #amk_plans .amk_calculator {
        padding: 24px 16px !important;
    }

    #amk_live .amk_table,
    #amk_live .amk_table table {
        width: 100% !important;
    }

    #amk_live .amk_table table td {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
        padding: 10px 0 !important;
    }

    #amk_top .amk_slider .amk_sBox2 form p {
        font-size: 14px;
    }
}

/* Desktop styles for video background */
@media screen and (min-width: 801px) {
    .amk_slider {
        position: relative;
        overflow: hidden;
        min-height: 500px;
        background: transparent;
    }

    .amk_slider .amk_slider-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
        pointer-events: none;
    }
}

@media screen and (max-width: 640px) {
    body,
    td,
    .forTexts {
        font-size: 13px;
    }

    h3,
    th,
    .title {
        font-size: 14px;
    }

    a.menutxt,
    .menutxt {
        font-size: 13px;
        padding: 12px 0;
    }

    .inpts,
    .sbmt {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    body,
    td,
    .forTexts {
        font-size: 14px;
    }

    .title,
    h3,
    th {
        font-size: 14px;
    }

    .forCopyright {
        font-size: 12px;
        padding: 10px 6px;
    }

    .toptable,
    .bgcolormain,
    .bgcolorleft,
    .bgcolorright {
        margin: 0;
        padding: 0 10px;
    }

    .calendarweek,
    .calendartable {
        font-size: 12px;
    }
}

@media screen and (max-width: 360px) {
    body,
    td,
    .forTexts {
        font-size: 13px;
    }

    .title,
    h3,
    th {
        font-size: 13px;
    }

    .forCopyright {
        font-size: 11px;
        padding: 8px 4px;
    }

    .inpts,
    .sbmt {
        font-size: 12px;
        line-height: 1.4;
    }

    .framebody {
        padding: 0 8px;
    }
}

@media screen and (max-width: 240px) {
    body,
    td,
    .forTexts {
        font-size: 12px;
    }

    .title,
    h3,
    th {
        font-size: 12px;
    }

    .bgcolorleft,
    .bgcolormain,
    .bgcolorright {
        padding: 0 4px;
    }
}

@media screen and (max-width: 880px) {
    html,
    body {
        margin: 0;
        padding: 0;
        min-width: 0 !important;
        padding-top: 30px;
    }

    #amk_top .amk_menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        padding: 12px 16px;
        background: #ffffff;
        border-radius: 0;
        border-bottom: 1px solid rgba(19, 94, 155, 0.12);
        box-shadow: 0 14px 30px rgba(8, 22, 42, 0.12);
        z-index: 10005;
    }

    #amk_top .amk_menu .amk_wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0;
        flex-wrap: nowrap;
        width: 100%;
    }

    #amk_top .amk_menu .amk_logo {
        flex: 0 0 auto;
        max-width: 140px;
        min-width: 110px;
    }

    #amk_top .amk_menu .amk_logo img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    iframe[src*="widget.coinlib.io"] {
        display: none !important;
        visibility: hidden !important;
        width: 0 !important;
        height: 0 !important;
    }

    #amk_top .amk_menu ul {
        position: fixed;
        left: 0;
        top: 70px;
        width: 280px;
        height: calc(100vh - 70px);
        max-height: calc(100vh - 70px);
        margin: 0;
        padding: 0;
        background: #fff;
        display: flex;
        flex-direction: column;
        gap: 0;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 10000;
        overflow-y: auto;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
    }

    #amk_top .amk_menu.mobile-menu-open ul {
        transform: translateX(0);
    }

    #amk_top .amk_menu ul li {
        display: block;
        text-align: left;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid rgba(19, 94, 155, 0.12);
    }

    #amk_top .amk_menu ul li + li {
        border-bottom: 1px solid rgba(19, 94, 155, 0.12);
    }

    #amk_top .amk_menu ul li a {
        display: block;
        width: 100%;
        padding: 16px 18px;
        color: #135e9b;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.4px;
        background: transparent;
        transition: background 0.25s ease, color 0.25s ease;
    }

    #amk_top .amk_menu ul li a:hover {
        background: rgba(19, 94, 155, 0.08);
    }

    #amk_top .amk_menu ul li.amk_reglog a {
        background: #135e9b;
        color: #fff;
        border-radius: 0;
        width: 100%;
        padding: 16px 18px;
        margin: 8px 12px;
        text-align: center;
        display: block;
    }

    #amk_top .amk_menu ul li a#tel {
        font-size: 15px;
    }

    #amk_top .amk_menu ul li a#tel i {
        font-size: 18px !important;
        top: 0 !important;
        margin-right: 10px;
    }

    .mobile-menu-toggle {
        display: inline-flex;
        position: relative;
        margin-left: auto;
        width: 46px;
        height: 46px;
        align-items: center;
        justify-content: flex-end;
        background: transparent;
        border: 2px solid transparent;
        border-radius: 14px;
        cursor: pointer;
        z-index: 1005;
        transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
    }

    .mobile-menu-toggle:hover {
        transform: scale(1.04);
        background: rgba(0, 0, 0, 0.04);
    }

    .mobile-menu-toggle span,
    .mobile-menu-toggle span::before,
    .mobile-menu-toggle span::after {
        content: "";
        display: block;
        width: 22px;
        height: 2px;
        background: #000;
        border-radius: 2px;
        transition: transform 0.25s ease, opacity 0.25s ease;
        position: relative;
    }

    .mobile-menu-toggle span::before {
        position: absolute;
        top: -7px;
        left: 0;
    }

    .mobile-menu-toggle span::after {
        position: absolute;
        top: 7px;
        left: 0;
    }

    .mobile-menu-toggle.open span {
        background: transparent;
    }

    .mobile-menu-toggle.open span::before {
        transform: translateY(7px) rotate(45deg);
    }

    .mobile-menu-toggle.open span::after {
        transform: translateY(-7px) rotate(-45deg);
    }

    .amk_menu.mobile-menu-open ul {
        display: flex;
    }

    #amk_top .amk_slider,
    #amk_top .amk_slider .amk_sBox1,
    #amk_top .amk_slider .amk_sBox2 {
        width: 100% !important;
        max-width: 100% !important;
    }

    #amk_top .amk_slider {
        padding: 40px 0 30px;
        /* min-height: 520px; */
        overflow: hidden;
        position: relative;
    }

    #amk_top .amk_slider .amk_slider-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    #amk_top .amk_slider .amk_sBox1 {
        text-align: center !important;
        padding: 20px 15px !important;
    }

    #amk_top .amk_slider .amk_sBox1 h1 {
        font-size: 28px;
        letter-spacing: 0.5px;
        line-height: 1.2;
        margin-bottom: 16px;
        font-weight: 700;
        color: #135e9b;
    }

    #amk_top .amk_slider .amk_sBox1 p {
        font-size: 18px;
        margin: 16px 0 24px;
        line-height: 1.4;
        color: #4a5568;
        font-weight: 400;
    }

    #amk_top .amk_slider .amk_sBox1 p span {
        display: block;
        margin-bottom: 8px;
    }


    #amk_top .amk_slider .amk_sBox1 .amk_btn {
        width: auto;
        padding: 12px 24px;
        margin-right: 12px;
        font-size: 14px;
        height: 48px;
        line-height: 48px;
        border-radius: 8px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        transition: all 0.3s ease;
    }

    #amk_top .amk_slider .amk_sBox1 .amk_btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(19, 94, 155, 0.3);
    }

    /* Mobile hero button container */
    #amk_top .amk_slider .amk_sBox1 center {
        width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 12px !important;
        margin-top: 24px !important;
        flex-wrap: wrap !important;
    }

    #amk_top .amk_slider .amk_sBox1 center .amk_btn {
        width: 140px !important;
        max-width: 45% !important;
        margin: 0 !important;
        display: block !important;
        text-align: center !important;
        padding: 10px 16px !important;
        font-size: 13px !important;
        height: auto !important;
        line-height: 1.4 !important;
        min-height: 44px !important;
    }


    #amk_top .amk_slider .amk_sBox1 center .amk_btn:first-child {
        margin-bottom: 0 !important;
    }



    #amk_top .amk_slider .amk_sBox2 {
        padding: 32px 20px;
        height: auto;
        background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
        border-radius: 16px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
        margin-top: 20px;
    }

    #amk_top .amk_slider .amk_sBox2 h2 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 20px;
        font-weight: 700;
        color: #135e9b;
        text-align: center;
    }

    #amk_top .amk_slider .amk_sBox2 form {
        margin: 0;
    }

    #amk_top .amk_slider .amk_sBox2 form .amk_formGroup {
        width: 100% !important;
        margin-bottom: 16px;
        padding: 0;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        overflow: hidden;
    }

    #amk_top .amk_slider .amk_sBox2 form input,
    #amk_top .amk_slider .amk_sBox2 form button[type="submit"] {
        font-size: 16px;
        padding: 16px 18px;
        width: 100% !important;
        border: none;
        background: transparent;
        font-weight: 500;
    }

    #amk_top .amk_slider .amk_sBox2 form input:focus {
        outline: none;
        box-shadow: inset 0 0 0 2px #135e9b;
    }

    #amk_top .amk_slider .amk_sBox2 form button[type="submit"] {
        background: linear-gradient(135deg, #135e9b 0%, #0f203a 100%);
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border-radius: 12px;
        margin-top: 8px;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    #amk_top .amk_slider .amk_sBox2 form button[type="submit"]:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 16px rgba(19, 94, 155, 0.4);
    }


    #amk_top .amk_slider .amk_sBox2 form button[type="submit"] {
        max-width: none;
        border-width: 0;
    }


    #amk_about h2 {font-size: 36px; line-height: 1.15;}
    #amk_about p {font-size: 16px; margin: 22px 0 0;}
    #amk_about .amk_btn {padding: 16px 24px; font-size: 18px;}

    #amk_plans .amk_pBlock .amk_pBox {width: 100% !important; margin: 0 0 20px;}
    #amk_plans .amk_pBlock .amk_pBox ul li {width: auto !important; font-size: 15px; padding: 10px 14px;}

    #amk_plans .amk_calculator {padding: 24px 20px 26px !important;}
    #amk_plans .amk_calculator .amk_formGroup {display: block !important; width: 100% !important; margin: 0 0 14px !important;}
    #amk_plans .amk_calculator .amk_formGroup input,
    #amk_plans .amk_calculator .amk_formGroup select,
    #amk_plans .amk_calculator .amk_formGroup button {font-size: 16px; padding: 12px 16px;}

    #amk_live .amk_table table td {display: block !important; width: 100% !important; padding: 12px 18px !important;}

    /* Mobile improvements for #amk_live section */
    #amk_live .amk_wrap {
        padding: 0 13px !important;
    }

    #amk_live h2 {
        opacity: 1 !important; /* Make heading fully visible */
        color: #000 !important;
    }

    #amk_live .amk_table {
        float: none !important;
        position: static !important;
        left: auto !important;
        margin-bottom: 30px;
        width: 100% !important;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 12px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    #amk_live .amk_table h3 {
        background: linear-gradient(135deg, #135e9b 0%, #0f203a 100%);
        color: #fff;
        padding: 16px 20px;
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        border-radius: 12px 12px 0 0;
    }

    #amk_live .amk_table h3 img {
        width: 24px;
        height: 24px;
        margin-right: 10px;
        vertical-align: middle;
    }

    #amk_live .amk_table table {
        margin: 0;
        border-collapse: collapse;
    }

    #amk_live .amk_table table tr {
        border-bottom: 1px solid #eee;
        transition: background 0.3s ease;
    }

    #amk_live .amk_table table tr:hover {
        background: rgba(19, 94, 155, 0.05);
    }

    #amk_live .amk_table table td {
        padding: 14px 20px !important;
        font-size: 16px;
        font-weight: 500;
        color: #333;
    }

    #amk_live .amk_table table td.dep-with-names {
        font-weight: 600;
        color: #135e9b;
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #amk_live .amk_table table td.deposit-amount {
        text-align: right;
        font-weight: 700;
        color: #0f203a;
        white-space: nowrap;
    }

    /* Enhanced mobile responsiveness */
    @media (max-width: 480px) {
        #amk_live h2 {
            text-align: center !important;
            font-size: 22px !important;
            margin-bottom: 20px;
        }

        #amk_live .amk_table {
            width: 100% !important;
            max-width: 100% !important;
            margin: 12px auto !important;
            left: 0 !important;
            position: relative !important;
            background: rgba(255, 255, 255, 0.98);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
            border-radius: 16px;
            overflow: hidden;
        }

        #amk_live .amk_table h3 {
            font-size: 18px;
            padding: 14px 16px;
            text-align: center;
            border-radius: 0;
        }

        #amk_live .amk_table h3 img {
            width: 20px;
            height: 20px;
            margin-right: 8px;
        }

        #amk_live .amk_table table {
            width: 100% !important;
        }

        #amk_live .amk_table table tr {
            display: block;
            margin: 0 auto 10px;
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
            overflow: hidden;
        }

        #amk_live .amk_table table tr:hover {
            background: #f7fbff;
            transform: none;
        }

        #amk_live .amk_table table td {
            display: block;
            width: 100%;
            padding: 14px 16px !important;
            font-size: 15px !important;
            color: #333;
            border: none !important;
            background: transparent !important;
        }

        #amk_live .amk_table table td.dep-with-names {
            font-weight: 700;
            color: #135e9b;
            max-width: none;
            white-space: normal;
            text-align: left;
        }

        #amk_live .amk_table table td.deposit-amount {
            font-weight: 800;
            color: #0f203a;
            text-align: left;
            font-size: 16px !important;
            margin-top: 2px;
        }

        #amk_live .amk_table table td:last-child {
            display: none;
        }
    }
}

.amk_iframe_widget_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

#investing-dot-com {
    width: 100%;
    max-width: 100%;
    min-height: 500px;
    height: 500px;
    padding: 0;
    border: 0;
    display: block;
}

@media screen and (max-width: 800px) {
    .amk_iframe_widget_wrap {
        padding: 0 10px;
    }

    #investing-dot-com {
        min-height: 360px;
        height: 360px;
    }
}
