* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background: #f5f5f5 !important;
}

/* Common Navbar Starts */
nav {
    max-width: 1324px;
    margin: auto;
    padding: 12px;
    border-radius: 17px;
    background: rgba(245, 245, 245, 0.92);
    backdrop-filter: blur(6px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

nav .left-part {
    display: flex;
    align-items: center;
    gap: 12px;
    /*   width: 25%; */
}

/*   nav .middle-part {
              width: 50%;
            }
            nav .right-side {
              width: 30%;
            } */
nav .left-part .icons-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.nav-menu {
    border-radius: 12px;
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 2px;
    align-items: center;
    gap: 2px;
    margin: 0rem;
}

nav .middle-part ul a {
    text-decoration: none;
}

nav .middle-part ul li {
    color: var(--Light-Text-2nd, #404040);
    cursor: pointer;

    /* Desktop/JP/KG/Button 3 */
    font-family: "M PLUS 1";

    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 123.077% */
    list-style: none;
    padding: 12px 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

nav .middle-part ul li:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 10px;
    background: var(--Light-Text-1st, #181818);
    color: var(--Accent-Yellow--1, #efdf76);
    /* Desktop/JP/KG/Button 3 */
    font-family: "M PLUS 1";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 123.077% */
}

nav .middle-part ul li.active {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 10px;
    background: var(--Light-Text-1st, #181818);
}

nav .middle-part ul li.active span {
    color: var(--Accent-Yellow--1, #efdf76);

    /* Desktop/JP/KG/Button 3 */
    font-family: "M PLUS 1";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.dropdown-menu {
    width: 220px;
    display: none!important;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #ddd;
    padding: 10px 0;
    list-style: none;
    margin: 0;
}

.dropdown-menu li {
    margin: 0;
    justify-content: start!important;
}

.dropdown-menu a {
    display: block;
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.dropdown-menu li:hover {
    background-color: #f0f0f0!important;
}

.dropdown:hover .dropdown-menu {
    display: block!important;
}

nav .right-side ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin: 0rem;
}

nav .right-side ul li {
    list-style: none;
    padding: 12px;
    display: flex;
    gap: 6px;
}

nav.active .right-side ul li.user-profile {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 10px;
    background: var(--Light-Text-1st, #181818);
}

nav.active .right-side ul li.user-profile span {
    color: var(--Accent-Yellow, #ecd855);
    font-family: "M PLUS 1";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 123.077% */
}

nav .right-side ul a {
    text-decoration: none;
}

nav .right-side ul li span {
    color: var(--Light-Text-2nd, #404040);
    font-family: "M PLUS 1";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 123.077% */
}

nav .right-side ul li .kg-common-btn span {
    margin-left: 16px;
}

nav.active .right-side ul li .kg-common-btn span {
    margin-left: 16px;
    color: #333;

    /* Desktop/JP/KG/Button 3 */
    font-family: "M PLUS 1";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 123.077% */
}

nav .right-side .kg-common-btn{
    padding: 0 !important;
}
.kg-common-btn {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--Accent-Yellow, #f6be00);
    text-decoration: none;
    position: relative;
    height: 40px;
    width: 98px;
    transition: all 300ms ease;
    margin: auto;
    border: none;
}


.kg-common-btn .animated-box {
    width: 8.545px;
    height: 8.222px;
    background: #fff;
    position: absolute;
    right: 12px;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.kg-common-btn.preorder-btn .animated-box {
    position: relative;
    left: 4px;
}

.kg-common-btn .animated-box .triangle {
    width: 8px;
    height: 9px;
    position: absolute;
    top: 52%;
    left: -50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    opacity: 0;
    object-fit: contain;
}

.kg-common-btn:hover {
    cursor: pointer;
}

.kg-common-btn:hover .animated-box {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    right: 6px;
}

.kg-common-btn:hover .animated-box .triangle {
    left: 55%;
    opacity: 1;
}

nav .right-side .mibot-homePage-menuIcon {
    display: none;
}

.phoneview-menu-list {
    height: 0vh;
    overflow: hidden;
}

.phoneview-menu-list ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    margin-bottom: 104px;
    padding-left: 0rem;
}

.phoneview-menu-list ul a {
    text-decoration: none;
    color: #000;
    font-family: "Fivo Sans Modern";
    font-size: 24px;
    font-style: normal;
    font-weight: 450;
    line-height: 130%;
}

.phoneview-menu-list ul li {
    list-style: none;
    padding: 12px 24px;
}

.phoneview-menu-list ul a {
    text-decoration: none;
}

.phoneview-menu-list ul li {
    color: #000;
    font-family: "Fivo Sans Modern";
    font-size: 24px;
    font-style: normal;
    font-weight: 450;
    line-height: 130%;
    /* 31.2px */
    transition: all 0.3s ease;
}

.phoneview-menu-list ul li.active {
    color: var(--Accent-Yellow-1, #f6be00);
    font-family: "Fivo Sans Modern";
    font-size: 24px;
    font-style: normal;
    font-weight: 450;
    line-height: 130%;
}

.phoneview-menu-list ul li:hover {
    color: var(--Accent-Yellow-1, #f6be00);
}

.kg-common-btn.preorder-btn {
    width: 90%;
    border-radius: 10px;
    background: #242424;
    color: var(--Dark-Text-1st, #f2f2f2);
    text-align: center;
    padding: 16px 8px;
    font-family: "Jeko DEMO";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kg-common-btn.preorder-btn span {
    font-size: 16px;
    color: var(--Dark-Text-1st, #f2f2f2);
    text-align: center;

    /* Mobile/EN/KG/Button 1 */
    font-family: "Jeko DEMO";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    /* 125% */
}

.kg-common-btn.preorder-btn .animated-box {
    background: var(--Accent-Yellow--1, #efdf76);
}

nav .mibot-homePage-closeIcon {
    display: none;
}

@media screen and (max-width: 1000px) {
    nav {
        border-radius: 12px;
        background: rgba(245, 245, 245, 0.9);
        backdrop-filter: blur(3px);
        padding: 6px 6px 6px 14px;
        height: 60px;
    }

    nav.show .mibot-homePage-closeIcon {
        display: block;
        cursor: pointer;
    }

    nav .left-part a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    nav .left-part img {
        width: 86.656px;
        object-fit: cover;
    }

    nav .middle-part ul {
        display: none;
    }

    nav .right-side ul {
        display: none;
    }

    nav .left-part .icons-group {
        display: none;
    }

    nav .right-side .mibot-homePage-menuIcon {
        display: block;
        cursor: pointer;
    }

    .phoneview-menu-list.show {
        height: 100vh;
        transition: all 0.4s ease;
        border-radius: 12px;
        /*  inset: 0; */
        top: 60px;
        left: 0;
        right: 0;
        position: fixed;
        background: rgba(245, 245, 245, 0.85);
        backdrop-filter: blur(6px);
        height: 100vh;
        padding-bottom: 16px;
        padding-top: 44px;
        z-index: 10000;
        transform: all 0.3s ease;
    }
}

@media screen and (max-width: 768px) {
    * {
        font-family: 'M PLUS 1'!important;
    }
}

/* Common Navbar Ends */

/****************
*****************
Order First Page 
*****************
****************/
.orderFirst-page {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    max-width: 1324px;
    margin: 0rem auto;
    margin-top: 88px;
}

.orderFirst-page .leftSide-container {
    width: 40%;
    border-radius: 40px;
    background: #fff;
    padding: 56px 64px;
    min-height: 90vh;
    height: 90vh;
    overflow-y: scroll;
}

.orderFirst-page .leftSide-container .title-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.orderFirst-page .leftSide-container .title-container h1 {
    color: #1a1a1a;
    font-family: "Jeko DEMO";
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 90%;
    /* 43.2px */
    letter-spacing: -2.4px;
}

.orderFirst-page .leftSide-container .title-container h1 span {
    color: #1a1a1a;
    font-family: "M PLUS 1";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 32px */
    letter-spacing: 0.64px;
}

.orderFirst-page .leftSide-container .price-title {
    color: #000;
    font-family: "M PLUS 1";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 28px */
    letter-spacing: -0.4px;
    margin-top: 54px;
    margin-bottom: 12px;
}

.orderFirst-page .leftSide-container .price-container {
    border-radius: 10px;
    border: 2px solid rgba(26, 26, 26, 0.05);
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 43px;
    margin-bottom: 22px;
}

.orderFirst-page .leftSide-container .price-container p {
    color: var(--Light-Text-2nd, #404040);

    /* Desktop/JP/KG/Body 2 M */
    font-family: "M PLUS 1";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    /* 28.9px */
    letter-spacing: 0.68px;
    margin-bottom: 12px;
}

.orderFirst-page .leftSide-container .price-container .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.orderFirst-page .leftSide-container .price-container .d-flex:last-child {
    margin-top: 12px;
}

.orderFirst-page .leftSide-container .price-container .d-flex p:nth-child(1) {
    color: #1a1a1a;

    /* Desktop/JP/KG/Body 2 M */
    font-family: "M PLUS 1";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    /* 28.9px */
    letter-spacing: 0.68px;
    margin: 0rem;
}

.orderFirst-page .leftSide-container .price-container .d-flex p:nth-child(2) {
    color: #1a1a1a;

    /* Desktop/EN/KG/Body 2 */
    font-family: "Fivo Sans Modern";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 28.9px */
    margin: 0rem;
}

.orderFirst-page .leftSide-container a.link {
    color: var(--Light-Text-2nd, #404040);

    /* Desktop/JP/KG/Label 1 */
    font-family: "M PLUS 1";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 21px */
    letter-spacing: 0.28px;
    text-decoration-line: underline;
}

.orderFirst-page .leftSide-container ul.list-container {
    max-width: 326px;
    margin-bottom: 16px;
    padding-left: 0rem;
}

.orderFirst-page .leftSide-container ul.list-container li {
    color: var(--Light-Text-3rd, #8c8c8c);

    /* Desktop/JP/KG/Label 1 */
    font-family: "M PLUS 1";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 21px */
    letter-spacing: 0.28px;
    list-style: none;
}

.orderFirst-page .leftSide-container h1.preorder-title {
    color: var(--Light-Text-2nd, #404040);

    /* Desktop/JP/KG/Headline 2 */
    font-family: "M PLUS 1";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 28px */
    letter-spacing: -0.4px;
    margin-top: 40px;
}

.orderFirst-page .leftSide-container .preorder-d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
}

.orderFirst-page .leftSide-container a.proceed-btn {
    color: #95ffac;
    font-family: "M PLUS 1";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    display: flex;
    flex-direction: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 26px;
    text-decoration: none;
    margin-top: 48px;
    border-radius: 10px;
    background: #111;
    transition: all 0.3s ease;
}

.orderFirst-page .leftSide-container a.proceed-btn:hover {
    color: #111;
    background-color: #95ffac;
}

.orderFirst-page .leftSide-container .orderForm-container h1 {
    color: #1a1a1a;
    font-family: "M PLUS 1";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 28px */
    letter-spacing: -0.4px;
    margin-top: 80px;
    margin-bottom: 32px;
}

.orderFirst-page .leftSide-container .orderForm-container h1.last-one {
    margin-bottom: 4px;
}

.orderFirst-page .leftSide-container .orderForm-container .user-information {
    display: flex;
    flex-direction: column;
    justify-content: center;

    gap: 24px;
}

.orderFirst-page .leftSide-container .orderForm-container .user-information input.input-info {
    display: flex;

    width: 100%;
    padding: 14px 20px 16px 20px;
    align-items: center;
    border-radius: 10px;
    background: #f2f2f2;
    border: none;
    outline: none;
}

.icon_select_mate {
    position: absolute;
    top: 21px;
    right: 2%;
    font-size: 16px;
    height: 22px;
    transition: all 275ms
}

.select_mate {
    position: relative;
    width: 100%;
    height: 60px;
    color: #404040;
    font-weight: 300;
    background-color: #f2f2f2;
    border-radius: 10px;
}

.select_mate input {
    padding: 20px 20px 10px 20px;
    font-size: 14px;
    box-sizing: border-box;
}

.select_mate select {
    position: absolute;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    z-index: -1
}

.cont_list_select_mate {
    position: relative;
    float: left;
    width: 100%
}

.cont_select_int {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    overflow: hidden;
    height: 0px;
    width: 100%;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, .2);
    /*     transition: all 375ms ease-in-out */
}

.cont_select_int li {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f5f5f5;
    list-style-type: none;
    padding: 10px 20px;
    margin: 0px;
    /*  transition: all 275ms ease-in-out; */
    display: block;
    cursor: pointer;

}

.cont_select_int li:last-child {
    border-radius: 3px;
    border-bottom: 0px
}

.cont_select_int li:hover {
    background-color: #eee
}

.cont_select_int .active {
    background-color: #eee
}

.select_mate p.input-title {
    color: var(--Light-Text-2nd, #404040);
    font-family: "Fivo Sans Modern";
    font-size: 10px;
    font-style: normal;
    font-weight: 450;
    line-height: 130%;
    /* 13px */
    letter-spacing: 0.1px;
    text-transform: uppercase;
    position: absolute;
    top: 11px;
    left: 20px;
    margin: 0rem
}

.selecionado_opcion {
    padding: 30px 20px 11px 20px;
    width: 96%;
    display: block;
    margin: 0px;
    cursor: pointer
}



.orderFirst-page .leftSide-container .orderForm-container .payment-card-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
}

.orderFirst-page .leftSide-container .orderForm-container .user-information p.info {
    color: var(--Light-Text-3rd, #8c8c8c);

    /* Desktop/JP/KG/Label 1 */
    font-family: "M PLUS 1";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 21px */
    letter-spacing: 0.28px;
    max-width: 379px;
}

.orderFirst-page .leftSide-container .orderForm-container .payment-amount-title {
    color: var(--Light-Text-2nd, #404040);

    /* Desktop/JP/KG/Headline 2 */
    font-family: "M PLUS 1";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 28px */
    letter-spacing: -0.4px;
    margin: 0rem;
}

.orderFirst-page .leftSide-container .orderForm-container .d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.orderFirst-page .leftSide-container .orderForm-container .d-flex p:nth-child(1) {
    color: var(--Light-Text-2nd, #404040);
    font-family: "M PLUS 1";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    /* 32.3px */
    letter-spacing: 1.02px;
}

.orderFirst-page .leftSide-container .orderForm-container .d-flex p:nth-child(2) {
    color: var(--Light-Text-2nd, #404040);
    text-align: right;
    font-family: "Fivo Sans Modern";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 28.9px */
}

.orderFirst-page .leftSide-container .orderForm-container .checkbox-container {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 21px;
    margin-top: 42px;
}

.orderFirst-page .leftSide-container .orderForm-container .checkbox-container .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.orderFirst-page .leftSide-container .orderForm-container .checkbox-container .container {
    display: flex;
    gap: 10px;
    margin: 0rem !important;
    padding: 0rem !important;
    width: 20px;
    height: 20px;
}

.orderFirst-page .leftSide-container .orderForm-container .checkbox-container .checkmark {
    position: relative;

    background-color: #d9d9d9;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: -1px;
    transition: all 0.2s ease 0s;
    cursor: pointer;
    transform-origin: 0px 10px;
    border-radius: 4px;
    margin: -1px 10px 0px 0px;
    padding: 0px;
    box-sizing: border-box;
}

.orderFirst-page .leftSide-container .orderForm-container .checkbox-container .container input:checked~.checkmark {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: -1px;
    transition: all 0.2s ease 0s;
    cursor: pointer;
    transform-origin: 0px 10px;
    border-radius: 4px;
    margin: -1px 10px 0px 0px;
    padding: 0px;
    box-sizing: border-box;
}

.orderFirst-page .leftSide-container .orderForm-container .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.orderFirst-page .leftSide-container .orderForm-container .checkbox-container .container input:checked~.checkmark:after {
    display: block;
}

.orderFirst-page .leftSide-container .orderForm-container .checkbox-container .container .checkmark:after {
    left: 0.45em;
    top: 0.25em;
    width: 0.25em;
    height: 0.5em;
    border: solid #181818;
    border-width: 0 0.15em 0.15em 0;
    transform: rotate(45deg);
    transition: all 500ms ease-in-out;
}

.orderFirst-page .leftSide-container .orderForm-container .checkbox-container p.info {
    color: var(--Light-Text-1st, #181818);
    font-family: "M PLUS 1";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 21px */
    letter-spacing: 0.28px;
}



@media screen and (max-width: 1000px) {
    .orderFirst-page {
        flex-direction: column-reverse;
    }


}

@media screen and (max-width: 768px) {
    .orderFirst-page .leftSide-container {
        width: 96%;
        padding: 20px;
        height: auto;
        overflow-y: none;
    }
}


/****************
*****************
Payment Page 
*****************
****************/
.firstPage_single_payment {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    max-width: 1324px;
    margin: 0rem auto;
    margin-top: 88px;
}

.firstPage_single_payment .leftSide-container {
    width: 40%;
    border-radius: 40px;
    background: #fff;
    padding: 56px 64px;
    min-height: 90vh;
    height: 90vh;
    overflow-y: scroll;
}

.leftSide-container::-webkit-scrollbar {
    width: 8px;
}


/* Track */
.leftSide-container::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.leftSide-container::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.firstPage_single_payment .leftSide-container .title-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.firstPage_single_payment .leftSide-container .title-container h1 {
    color: #1a1a1a;

    /* Desktop/EN/Mibot/Title 1 */
    font-family: "Jeko DEMO";
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 90%;
    /* 43.2px */
    letter-spacing: -2.4px;
}

.firstPage_single_payment .leftSide-container .title-container h1 span {
    color: #1a1a1a;

    /* Desktop/JP/Mibot/Title 2 */
    font-family: "M PLUS 1";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 32px */
    letter-spacing: 0.64px;
}

.firstPage_single_payment .leftSide-container .btn-title {
    color: #1a1a1a;

    /* Desktop/JP/KG/Headline 2 */
    font-family: "M PLUS 1";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 28px */
    letter-spacing: -0.4px;
    margin-top: 48px;
    margin-bottom: 12px;
}

.firstPage_single_payment .leftSide-container .ellipse-container {
    position: relative;
    width: 60px;
    height: 60px;
}

.firstPage_single_payment .leftSide-container .ellipse-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.firstPage_single_payment .leftSide-container .price-title {
    color: #000;

    /* Desktop/JP/KG/Headline 2 */
    font-family: "M PLUS 1";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 28px */
    letter-spacing: -0.4px;
    margin-top: 48px;
    margin-bottom: 20px;
}

.firstPage_single_payment .leftSide-container .price-container {
    border-radius: 10px;
    border: 2px solid rgba(26, 26, 26, 0.05);
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;

}

.firstPage_single_payment .leftSide-container .price-container .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.firstPage_single_payment .leftSide-container .price-container .d-flex .btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.firstPage_single_payment .leftSide-container .price-container .d-flex .btn-container button {
    background: transparent;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}

.firstPage_single_payment .leftSide-container .price-container .d-flex .btn-container button:active {
    opacity: 0.8;
}

.firstPage_single_payment .leftSide-container .price-container .d-flex .btn-container .plus-btn {
    display: flex;

    padding: 10.24px;
    align-items: flex-start;
    gap: 20.48px;
    border-radius: 7.68px;
    background: #181818;
}

.firstPage_single_payment .leftSide-container .price-container .d-flex .btn-container .minus-btn {
    display: flex;

    padding: 10.24px;
    align-items: flex-start;
    gap: 20.48px;
    border-radius: 7.68px;
    background: #181818;
}

.firstPage_single_payment .leftSide-container .price-container .d-flex p:nth-child(1) {
    color: #1a1a1a;

    /* Desktop/JP/KG/Body 2 M */
    font-family: "M PLUS 1";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    /* 28.9px */
    letter-spacing: 0.68px;
    margin: 0rem;
}

.firstPage_single_payment .leftSide-container .price-container .d-flex p:nth-child(2) {
    color: #1a1a1a;

    /* Desktop/EN/KG/Body 2 */
    font-family: "Fivo Sans Modern";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 28.9px */
    margin: 0rem;
}

.firstPage_single_payment .leftSide-container p.note {
    color: var(--Light-Text-2nd, #404040);

    /* Desktop/JP/KG/Label 2 */
    font-family: "M PLUS 1";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
    letter-spacing: 0.24px;
    margin-top: 51px;
}

.firstPage_single_payment .leftSide-container .kg-common-btn.proceed-btn {
    border-radius: 10px;
    background: #141414;
    width: 100%;
    margin: 0rem;
    margin-top: 11px;
    justify-content: center;
}

.firstPage_single_payment .leftSide-container .kg-common-btn.proceed-btn span {
    color: var(--Dark-Text-1st, #F2F2F2);

    /* Desktop/JP/KG/Button 3 */
    font-family: "M PLUS 1";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 123.077% */
}

.firstPage_single_payment .leftSide-container .kg-common-btn.proceed-btn .animated-box {
    background: #efdf76;
    position: relative;
    left: 4px
}

@media screen and (max-width: 1000px) {
    .firstPage_single_payment {
        flex-direction: column;
    }

    .firstPage_single_payment .leftSide-container {
        width: 80%;
        height: auto;
        overflow-y: none;
    }
}

@media screen and (max-width: 768px) {
    .firstPage_single_payment .leftSide-container {
        width: 96%;
        padding: 20px;
    }
}

/****************
*****************
Confimation-Success
*****************
****************/

.orderPage-success {
    display: flex;
    flex-wrap: wrap;

    align-items: center;
    gap: 16px;
    max-width: 1324px;
    margin: 0rem auto;
    margin-top: 88px;
}

.orderPage-success .leftSide-container {
    width: 40%;
    border-radius: 40px;
    background: #fff;
    padding: 56px 64px;
    min-height: 90vh;
    height: 90vh;
    overflow-y: scroll;
}

.orderPage-success .leftSide-container .title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;

    gap: 16px;
}

.orderPage-success .leftSide-container .title-container h1 {
    color: #1A1A1A;

    /* Mobile/JP/Mibot/Title 2 */
    font-family: "M PLUS 1";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 135%;
    /* 32.4px */
    letter-spacing: -0.96px;
}

.orderPage-success .leftSide-container .title-container p {
    color: var(--Light-Text-3rd, #8C8C8C);

    /* Desktop/JP/KG/Body 3 */
    font-family: "M PLUS 1";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 30px */
    letter-spacing: 1.05px;
    max-width: 331px;
}

.orderPage-success .leftSide-container .order-details-container {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    gap: 24px;
}

.orderPage-success .leftSide-container .order-details-container:last-child {
    margin-top: 80px;
}

.orderPage-success .leftSide-container .order-details-container h1 {
    color: #1A1A1A;

    /* Desktop/EN/KG/Headline 2 */
    font-family: "Jeko DEMO";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 24px */
    letter-spacing: -0.4px;
}

.orderPage-success .leftSide-container .order-details-container .mibot-price-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px
}

.orderPage-success .leftSide-container .order-details-container .mibot-price-container .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.orderPage-success .leftSide-container .order-details-container .mibot-price-container .d-flex p:first-child {
    color: var(--Light-Text-2nd, #404040);

    /* Desktop/JP/KG/Body 3 M */
    font-family: "M PLUS 1";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 157.143% */
    letter-spacing: 0.14px;
}

.orderPage-success .leftSide-container .order-details-container .mibot-price-container .d-flex p:last-child {
    color: var(--Light-Text-2nd, #404040);

    /* Desktop/EN/KG/Body 3 */
    font-family: "Fivo Sans Modern";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.orderPage-success .leftSide-container .order-details-container .mibot-price-container .d-flex.total-sum {
    margin-top: 8px;
}

.orderPage-success .leftSide-container .order-details-container .mibot-price-container p.price-note {
    color: var(--Light-Text-3rd, #8C8C8C);

    /* Desktop/EN/KG/Body 3 */
    font-family: "Fivo Sans Modern";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.orderPage-success .leftSide-container .order-details-container .order-date-container {
    display: flex;
    flex-direction: column;
    justify-content: center;

    gap: 8px
}

.orderPage-success .leftSide-container .order-details-container .order-date-container .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    ;
}

.orderPage-success .leftSide-container .buttons-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 78px;
}

.orderPage-success .leftSide-container .buttons-container a.download-btn {
    color: #EEE;

    /* Desktop/JP/KG/Button 2 */
    font-family: "M PLUS 1";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    display: flex;
    padding: 16px 18px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    background: #111;
    text-decoration: none;
}

.orderPage-success .leftSide-container .buttons-container a.back-btn {
    color: var(--Light-Text-1st, #181818);


    font-family: "M PLUS 1";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    border-radius: 10px;
    background: #F3F3F3;
    display: flex;
    padding: 16px 18px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    text-decoration: none;
}



@media screen and (max-width: 1000px) {
    .orderPage-success {
        flex-direction: column-reverse;
    }

    .orderPage-success .leftSide-container {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {

    .orderPage-success .leftSide-container,
    .orderPage-success .rightSide-container1 {
        width: 96%;
        padding: 20px;
    }

    .orderPage-success .rightSide-container1 img.mibot {
        width: 100%;
        margin-top: 0rem;
    }
}

/*rgith*/
.rightSide-container {
    width: 56%;
    border-radius: 40px;
    background: #fff;
    height: 90vh;
    min-height: 90vh;
    display: flex;
    flex-direction: column;

    align-items: start;
    position: relative;
    overflow: hidden;
}

.rightSide-container img.mibot {
    width: 480px;
    margin: auto;
    margin-bottom: 103px;
}

.rightSide-container .mibot-info-container {
    width: 100%;
    padding: 0px 8px;
    overflow: hidden;
    overflow-x: scroll;
    cursor: grab;
    user-select: none;
    position: absolute;
    bottom: 46px;
}

.rightSide-container .mibot-info-container::-webkit-scrollbar {
    display: none;
}

.rightSide-container .mibot-info-container.active {
    cursor: grabbing;
}

.rightSide-container .mibot-info-container .grid-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.rightSide-container .mibot-info-container .d-flex {
    display: flex;
    flex-direction: column;
    min-width: 110px;
    padding: 17px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #f2f2f2;
}

.rightSide-container .mibot-info-container .d-flex h1 {
    color: #232323;
    font-family: "Jeko DEMO";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
}

.rightSide-container .mibot-info-container .d-flex h2 {
    color: #8e8888;
    letter-spacing: 0.14px;
    color: #9A9A9A;
    font-family: "M PLUS 1";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.14px;
}

.rightSide-container .slider-container {
    position: relative;
    width: 100%;
    height: 100vh;
    /* Adjust the max-width as needed */
    overflow: hidden;
    background: #fff;
}

.rightSide-container .slider-container .slide {
    /*    display: none; */
    opacity: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.rightSide-container .slider-container .slide.active {
    /*    display: block; */
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.rightSide-container .slider-container .btn-left,
.rightSide-container .slider-container .btn-right {
    position: absolute;
    top: 50%;
    width: 32px;
    /* Adjust the size of buttons */
    height: 32px;
    cursor: pointer;
    transform: translateY(-50%);
    opacity: 0.7;
    transition: opacity 0.2s;
}

.rightSide-container .slider-container .btn-left:hover,
.rightSide-container .slider-container .btn-right:hover {
    opacity: 1;
}

.rightSide-container .slider-container .btn-left {
    left: 40px;
}

.rightSide-container .slider-container .btn-right {
    right: 40px;
}

@media screen and (max-width: 1000px) {

    .leftSide-container,
    .rightSide-container {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .rightSide-container .mibot-info-container .grid-container {
        justify-content: start;
    }

    .rightSide-container img.mibot {
        width: 100%;
        margin-top: 0px;
    }

    .rightSide-container .slider-container {
        height: 100vh;
    }

    .rightSide-container .slider-container .slide {
        height: auto;
    }

    .rightSide-container .slider-container .btn-left {
        top: 35%;
        left: 10px;
    }

    .rightSide-container .slider-container .btn-right {
        top: 35%;
        right: 10px;
    }
}


/* address dropdown css */

.custom-dropdown {
    position: relative;
    width: 100%;
}

.dropdown-input {
    width: 100%;
    padding: 14px 20px 16px 20px; /* Reduced padding */
    border-radius: 10px;
    background-color: #f2f2f2;
    color: var(--Light-Text-3rd, #7a7a7a);
    font-family: "M PLUS 1", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 1.05px;
    outline: none;
    border: none;
    cursor: pointer;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23333" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 8px 10px !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Added shadow */
    z-index: 1;
    max-height: 200px; /* Optional: to limit the height of the dropdown */
    overflow-y: auto;  /* Optional: to add scrolling if the dropdown exceeds max-height */
}

.dropdown-content div,
.gender-dropdown-content div,
.status-dropdown-content div {
    color: var(--Light-Text-3rd, #7a7a7a);
    padding: 8px 16px; /* Reduced padding */
    font-family: "M PLUS 1", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 1.05px;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 0px;
}

.dropdown-content div:hover,
.gender-dropdown-content div:hover,
.status-dropdown-content div:hover {
    background-color: #e6e6e6; /* Slightly darker background on hover */
}

.dropdown-content, .gender-dropdown-content, .status-dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Added shadow */
    z-index: 1;
    max-height: 200px; /* Optional: to limit the height of the dropdown */
    overflow-y: auto;  /* Optional: to add scrolling if the dropdown exceeds max-height */
}

.dropdown-content div,
.gender-dropdown-content div,
.status-dropdown-content div {
    color: var(--Light-Text-3rd, #7a7a7a);
    padding: 8px 16px; /* Reduced padding */
    font-family: "M PLUS 1", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 1.05px;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 0px;
}

.modal-content {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    padding: 32px;
    gap: 24px;
    width: 90% !important;
    margin: auto !important;
}

.modal-content img.warning {
    width: 26px;
    height: 24px;
}

.modal-content .message-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.modal-content .message-container h1.title {
    color: var(--Light-Text-2nd, #404040);
    font-family: "Jeko DEMO";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -0.4px;
    margin: 0rem;
}

.modal-content .message-container ul {
    padding-left: 20px;
}

.modal-content .message-container ul li {
    color: var(--Light-Text-3rd, #7a7a7a);
    font-family: "Fivo Sans Modern";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px !important;
        margin-right: auto;
        margin-left: auto;
    }
}

/* Show class to display the dropdown content */
.show {
    display: block;
}

/* address dropdown css end */