* {
    padding: 0;
    margin: 0;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Poppins', sans-serif !important;
    margin-top: 100px !important;
    margin-bottom: 100px !important;
    height: 100%;
}
.d-unset{
    display: unset !important;
}
.w-65 {
    width: 65% !important;
}

.w-6 {
    width: 6% !important;
}

#main-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.footer {
    margin-top: auto;
    padding: 20px 0;
    text-align: center;
}

.main-section > .dot-agent-info-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    background-color: aliceblue !important;
    z-index: 9999;
    padding: 10px;
}

.main-section > .dot-agent-info-header > .container .content-wrapper {
    width: 85%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    body {
        margin-top: 160px !important;
    }

    .main-section > .dot-agent-info-header > .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .main-section > .dot-agent-info-header > .container > .row > .logoImg {
        margin: 0 auto !important;
    }

    .main-section > .dot-agent-info-header > .container > .row > .logoImg > img {
        width: 180px !important;
        float: unset !important;
    }

    .main-section > .dot-agent-info-header > .container > .row > .col > table {
        float: unset !important;
        margin: 0 !important;
        margin-top: 10px !important;
    }
}

#dot_pay_loading_overlay > div {
    position: absolute;
    top: 50%;
    z-index: 9999;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid !important;
}

#dot_pay_loading_overlay > div > lottie-player {
    width: 90px;
    margin: 0 auto;
}

#dot_pay_loading_overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fffffff1;
    z-index: 9999;
    cursor: pointer;
}

.dot_canvas_sign > canvas {
    margin: 0;
    padding: 0;
}

.dot_canvas_sign > canvas {
    position: relative;
    margin: 1px;
    border: 2px solid #000;
}

@media only screen and (max-width: 414px) {
    #newSignature {
        width: 98% !important;
    }
}

#dot_loading_overlay > div {
    position: absolute;
    top: 50%;
    z-index: 9999;
    left: 50%;
    transform: translate(-50%, -50%);
}

#dot_loading_overlay > div > lottie-player {
    width: 90px;
    margin: 0 auto;
}

#dot_text_loading > lottie-player {
    width: 110px !important;
    margin: 0 auto;
}

#dot_loading_overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fffffff1;
    z-index: 9999;
    cursor: pointer;
}


@media screen and (max-width: 768px) {
    .main-section > .dot-agent-info-header > .container .content-wrapper{
        flex-direction: column;
    }
    .main-section > .dot-agent-info-header > .container .content-wrapper .logoImg img, .main-section > .dot-agent-info-header > .container .content-wrapper table {
        float: left !important;
    }
}

@media screen and (max-width: 475px) {
    .main-section > .dot-agent-info-header > .container .content-wrapper table tr{
        white-space: nowrap;
    }
}


