* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    min-height: 100vh;
}

.text-primary{
    color: #285B8A !important;
}

.main-section{
    height: auto;
    min-height: 74vh;  
    margin-top: 132px;
}

/* .main-section .bg-img-z{
    background-position: center;
    background-size: cover;
    background-image: url(../img/bg-z.png);
    background-attachment: fixed;
    align-items: center;
} */

.bg-img-z {
    position: fixed;
    width: 60%;
    margin: 0 20%;
    top: 5%;
    z-index: -1;
    opacity: 0.5;
}

.card2btn {
    background:#285B8A !important;
    color:#fff !important;
}
.error{
    color:red !important;
}
.all_grace_time_div, .all_payout_eligible_date_div, .all_responsible_date_div, .all_due_time_div, .all_due_date_div{
    display: none;
}

input.is-check-all {
    width: 18px;
    height: 18px;
    margin: 5px;
}
.form-control{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}


input.form-control:read-only {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}
.toggle-btn-group,  .toggle-btn-group-top{
    display: inline-flex;
    border: 2px solid #285B8A;
    border-radius: 30px;
    overflow: hidden;
    /* float: right; */
}

.toggle-btn, .toggle-btn-top {
    padding: 4px 10px;
    border: none;
    background: transparent;
    color: #285B8A;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    width: max-content !important;
    text-decoration: none;
}

.toggle-btn.active, .toggle-btn-top.active {
    background: #285B8A;
    color: white;
}

nav {
    z-index: 999;
}

.navbar-nav li a {
    font-weight: 600;
    color: #285B8A !important;
    padding: 0 !important;
}

.navbar-nav li a.active {
    font-weight: 700;
    border-bottom: 3px Solid #285B8A;
}

.navbar-nav li {
    margin-right: 20px;
}

.navbar-nav li:last-child {
    margin-right: 0px;
}

/* .bst-sel {
    z-index:99 ;
} */

.bst-sel:hover .ovrly-cust{
    background-color: #275885c9;
    height: 100%;
    top: 0;
    width: -webkit-fill-available !important;
    margin-right: calc(var(--bs-gutter-x)* .5);
}

.ovrly-cust h3{
    display: none;
}

.bst-sel:hover .ovrly-cust h3{
    display: flex;
    align-items: center;
    justify-content: center;
    height: -webkit-fill-available;
}

.blg-btn{
    background-color: #285b8a;
    color: #fff;
    border: 0;
    width: fit-content;
    margin: 0 auto;
    padding: 8px 15px;
    border-radius: 5px;
}

.sbmt-btn{
    background-color: #285b8a;
    color: #fff;
    border: 0;
    width: fit-content;
    padding: 8px 15px;
    border-radius: 100px;
}

.sec-1 h1{
    font-size: 3.5rem;
    margin-bottom: 30px;
}

.sec-1 a{
    font-size: 20px;
}

.sec-1 img{
    border-radius: 25px;
}

/* .sec-2 img{
    border-radius: 40px 0 0 0;
} */

.sec-2 .sec2-txt{
    border-radius: 0 40px 40px 0;
    color:#000000;
    display: flex    ;
    flex-direction: column;
    justify-content: center;
}

.sec-3 .sec3-dv1 .dv{
    border-radius: 40px 0 0 0;
}

.sec-3 .sec3-dv1 .dv .img-dv{
    width:fit-content;
    padding: 10px;
    border: 2px solid;
    border-radius: 100px;
}

.sec-3 .sec3-dv1 .dv .img-dv img{
    width: 80px;
    padding: 12px;
}

.sec-3 .sec3-dv1 .dv h4{
    border-bottom: 4px dashed;
    width: fit-content;
    padding-bottom: 5px;
}

.sec2-txt h4{
    border-bottom: 4px dashed;
    width: fit-content;
    padding-bottom: 5px;
}

.sec-3 .sec3-dv2 img {
    border-radius: 0 40px 0 0;
}

.sec-3 .sec3-dv3 img {
    border-radius: 0;
}

.sec-3 .sec3-dv4 .dv{
    border-radius: 0;
}

.sec-3 .sec3-dv4 .dv .img-dv{
    width:fit-content;
    padding: 10px;
    border: 2px solid;
    border-radius: 100px;
}

.sec-3 .sec3-dv4 .dv h4{
    border-bottom: 4px dashed;
    width: fit-content;
    padding-bottom: 5px;
}

.sec-3 .sec3-dv4 .dv .img-dv img{
    width: 80px;
    padding: 12px;
}

.sec-3 .sec3-dv5 .dv{
    border-radius: 0 0 0 40px;
}

.sec-3 .sec3-dv5 .dv .img-dv{
    width:fit-content;
    padding: 10px;
    border: 2px solid;
    border-radius: 100px;
}

.sec-3 .sec3-dv5 .dv .img-dv img{
    width: 80px;
    padding: 12px;
}

.sec-3 .sec3-dv5 .dv h4{
    border-bottom: 4px dashed;
    width: fit-content;
    padding-bottom: 5px;
}

.sec-3 .sec3-dv6 img {
    border-radius: 0 0 40px 0;
}

/* header start */

header a {
    text-decoration: none;
}
header li {
    list-style: none;
}

header {
    width: 100%;
    text-align: center;
    /* background-color: #ffffff; */
    z-index: 999;
    top: 0;
}
/* .brand {
    width: auto;
    height: 100%;
    float: left;
    margin: 0 0 0 5%;
} */
/*Início das configurações da Navigation*/
.menu {
    height: 100%;
    float: right;
}
.menu ul {
    width: 100%;
    height: inherit;
    margin: 0;
    padding: 0;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.menu ul a {
    height: inherit;
    color: #222;
    display: inline-block;
}
/* .menu ul a:hover {
    font-weight: 700;
    border-bottom: 3px Solid #285B8A;
}  */

#menuToggle {
    display: none;
}
.menu-icon {
    display: none;
}
/*Início das configurações da Navigation com dispositivos < 768px*/
@media screen and (max-width: 820px) {
    .menu {
        width: 100%;
        height: auto;
    }
    .menu ul {
        display: block;
        max-height: 0;
    	overflow: hidden;
    	-webkit-transition: max-height 0.3s;
    	-moz-transition: max-height 0.3s;
        -ms-transition: max-height 0.3s;
        -o-transition: max-height 0.3s;
    	transition: max-height 0.3s;
        /*Para fazer com que o menu saia da esquerda, você deve trocar max-height por max-width*/
        /*Para fazer com que o menu saia da direita, você deve trocar max-height por max-width e setar float: right*/
    }
    .menu ul a {
        text-align: left;
        width: max-content;
        padding: 10px 0px 10px 5%;
    }
    .menu-icon {
        width: 100px;
        display: block;
        position: fixed;
        top: 6%;
        right: 0;
        line-height: 60px;
    }
    #menuToggle:checked ~ ul {
        max-height: 350px;
        text-align: left;
        border-top: 1px solid #326390;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .menu-icon i {
        font-size: 1.7em;
    }
}

/* header end */


textarea.form-control, input.form-control, select.form-control {
    border-color: #275885;
}

.sec-4 .b-img img {
    border-radius: 0 150px 150px 0;
}

.log-cust-set{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-control.error {
    color: #585858 !important;
}

.tbl-img img {
    width: 60px;
}

.tbl-img-del img {
    width: 60px;
}

.tbl-btn{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.tbl-img, .tbl-img-del {
    border: 0;
    background-color: transparent;
        margin: 4px 0;
    line-height: 0;
}

/* testimonial start */

.testimonial-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 2rem;
    color: #285B8A;
    border-radius: 15px;
    margin: 0px auto;
    position: relative;
  }
  
  .stars {
    font-size: 14px;
  }
  
  .testimonial {
    display: flex;
    align-items: center;
    text-align: center;
    height: 100%;
    line-height: 28px;
    margin: 0;
  }
  
  .user {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  
  .user .user-image {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    object-fit: cover;
  }
  
  .user .user-details {
    text-align: center;
  }
  
  .user .username {
    margin: 0;
    font-size: 14px;
  }
  
  .user .role {
    margin: 0;
    font-size: 12px;
  }
  
  .progress-dots {
    display: flex;
    gap: 5px;
  }
  
  .progress-dot {
    width: 5px;
    height: 5px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  .progress-dot.active {
    background-color: #555;
  }
  
  .testimonial-container .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    font-size: 10px;
    cursor: pointer;
    transition: 0.1s ease;
  }
  
  .testimonial-container .btn:hover {
    background-color: #eee;
  }
  
  .testimonial-container #btn-prev {
    left: 25px;
  }
  
  .testimonial-container #btn-next {
    right: 25px;
  }

  .qr-img {
    display: flex;
    justify-content: space-evenly;
  }

  .qr-img img {
    width: 30%;
    height: fit-content;
}

.social-icn {
    display: flex;
    justify-content: flex-end;
}

.social-icn img {
    width: 30px;
    margin-right: 16px;
}

.log-icn{
    width: 32px;
}

.navbar-nav {
    align-items: center;
}

.admin-menu ul {
    display: flex;
    justify-content: space-evenly;
    padding-left: 0;
}

.admin-menu ul a {
    text-decoration: none;
}

.admin-menu ul li {
    padding: 5px 15px;
    color: #285b8a;
    border: 2px solid #285b8a;
    background-color: #ececec;
    border-radius: 100px;
    font-weight: 600;
    list-style: none;
}

.admin-menu ul li.active {
    padding: 5px 15px;
    background-color: #285b8a !important;
    color: #fff !important;
}

.tbl-btn {
    width: max-content;
    margin: 5px;
}

.table>thead {
    vertical-align: middle;
}

.d-acnt-mob{
    display: block !important;
}

.d-acnt-otr {
    display: none !important;
}

  /* testimonial end */

div#ledger-list_wrapper {
    margin-top: 20px;
}

table.dataTable {
    margin-top: 15px !important;
}

.pos-msg {
    position: absolute;
    top: 150px;
    left: 42%;
    z-index: 999;
}

.plus{
    width: 35px !important;
    height: 35px !important;
    padding: 0px !important;
    font-size: 22px !important;
    line-height: 0 !important;
    font-weight: 600 !important;
    padding-bottom: 5px !important;
}

.minus{
    width: 35px !important;
    height: 35px !important;
    padding: 0px !important;
    font-size: 24px !important;
    line-height: 0 !important;
    font-weight: 600 !important;
    padding-bottom: 5px !important;
}

.ad-r{
    margin-top:24px;
}

.mn-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.mn-head h5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

td {
    vertical-align: middle;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: none;
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-position: right calc(1em + .1875rem) center;
}

.bor-bot{
    border-bottom: 1px solid #a3a3a3;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.bor-bot:last-child{
    border-bottom: none;
    padding-bottom: 0 !important;
}

.f-icn{
    width: 22px;
    padding-bottom: 4px;
}

/* @font-face {
    font-family: chilispepper;
    src: url(../font/chilispepper.ttf);
} */

/* .sec-1 h1 { 
    font-family: chilispepper;
    font-weight: 100 !important;
} */

.calendar .fa-calendar {
    position: absolute;
    /* left: 10px; */
    bottom: 5%;
    transform: translateY(-50%);
    color: #888;
    pointer-events: none;
    right: 10px;
}

.error-div.calendar .fa-calendar {
    bottom: 30%;
}

.cust-mar{
    margin-top: 24px;
}

.cards-cust {
    margin: 0 auto;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

select {
    height: 38px;
}

.navbar-nav .lgin-lnk{
    padding: 5px 10px !important;
    border-radius: 100px !important;
    color: #fff !important;
    background-color: #285B8A !important;
}

.gt-strt{
    color: #285b8a;
    background-color: #fff;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 100px;
    text-decoration: none;
}

.abt-img{
    width: 80%;
}

.gc-img{
    border-radius: 0 80px 0 80px;
}

.fp-img{
    border-radius: 80px 0 80px 0;
}

.slid-bg{
    /* background-image: url(../img/slid-img-web.png); */
    background-color: #002B52;
    border-radius: 30px;
    min-height: 750px;
    overflow: hidden;
    position: relative;
}

.slid-bg-sec{
    background-color: #002B52;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.slid-bg-sec1{
    background-color: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.slid-img1, .slid-img2, .slid-img3, .slid-img4, .slid-img5, .slid-img6, .slid-img7{
    position: absolute;
}

.slid-img1{
    width: 300px !important;
    top: 40%;
    left: -3%;
    border-radius: 0 !important;
}
.slid-img2{
    width: 300px !important;
    top: 4%;
    left: 12%;
    border-radius: 0 !important;
}
.slid-img3{
    width: 160px !important;
    left: 45%;
    border-radius: 0 !important;
}
.slid-img4{
    width: 220px !important;
    bottom: 3%;
    left: 20%;
    border-radius: 0 !important;
}
.slid-img5{
    width: 180px !important;
    bottom: 9%;
    right: 30%;
    border-radius: 0 !important;
}
.slid-img6{
    width: 280px !important;
    right: 5%;
    bottom: 18%;
    border-radius: 0 !important;
}
.slid-img7{
    width: 180px !important;
    right: 10%;
    top: 5%;
    border-radius: 0 !important;
}

.figma-pad{
    padding-top: 112px;
    padding-bottom: 112px;
}

.figma-pad-x{
    padding-left: 64px;
    padding-right: 64px;
}

.foot-pad{
    padding-top: 80px;
    padding-bottom: 80px;
}

.foot-pad1{
    padding-top: 32px;
    padding-bottom: 80px;
}

footer .navbar-nav li a {
    color:#ffffff !important;
    text-decoration: none;
}

.titl-cust{
    max-height: 36px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.titl-cust:hover{
    max-height: 100%;
    overflow: hidden;
}





@media only screen and (max-width: 1366px) {
    .slid-bg{
        /* background-image: url(../img/slid-img-1366.png); */
    }

    .qr-img img {
        width: 40%;
        height: fit-content;
    }

    .pos-msg {
        position: absolute;
        top: 150px;
        left: 40%;
        z-index: 999;
    }

    .cards-cust {
        margin: 0 auto;
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
}

@media only screen and (max-width: 1024px) {
    .figma-pad{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .foot-pad{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .foot-pad1{
        padding-top: 32px;
        padding-bottom: 40px;
    }

    .slid-img1 {
        width: 270px;
        left: -4%;
    }
    .slid-img2 {
        width: 260px;
    }
    .slid-img3 {
        width: 130px;
        left: 50%;
    }
    .slid-img5 {
        width: 150px;
    }
    .slid-img6 {
        width: 220px;
        right: 2%;
        bottom: 21%;
    }
    .slid-img7 {
        width: 150px;
        right: 7%;
    }
    .slid-bg{
        min-height: 700px;
    }

    .sec-1 h1{
        font-size: 2.8rem;
    }

    .sec-1 p{
        font-size: 24px;
    }

    .bg-img-z {
        width: 80%;
        margin: 0 10%;
        top: 15%;
    }

    .qr-img img {
        width: 50%;
        height: fit-content;
    }

    .pos-msg {
        position: absolute;
        top: 150px;
        left: 35%;
        z-index: 999;
    }
}

@media (max-width:991px) and (min-width:821px){
    .menu ul {
        flex-direction: row;
    }

    .admin-menu ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .admin-menu ul a {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 820px) {
    .titl-cust{
        max-height: 100%;
    }
    
    .figma-pad-x {
        padding-left: 24px;
        padding-right: 24px;
    }

    .figma-pad{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .foot-pad{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .foot-pad1{
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .slid-img1{
        width: 260px !important;
        top: 50%;
        left: -6%;
    }
    .slid-img2{
        width: 240px !important;
        top: 4%;
        left: 12%;
    }
    .slid-img3{
        width: 120px !important;
        left: 55%;
    }
    .slid-img4{
        width: 180px !important;
        bottom: 3%;
        left: 25%;
    }
    .slid-img5{
        width: 120px !important;
        bottom: 11%;
        right: 25%;
    }
    .slid-img6{
        width: 200px !important;
        right: 1%;
        bottom: 24%;
    }
    .slid-img7{
        width: 140px !important;
        right: 4%;
        top: 4%;
    }
    .slid-bg{
        min-height: 650px;
    }

    .tbl-btn{
        flex-direction: row;
    }

    .tbl-img, .tbl-img-del {
        margin: 0 4px;
    }

    .resp-img{
        display: flex;
        align-items: center;
    }

    .gc-img {
        border-radius: 0 40px 0 40px;
    }

    .fp-img {
        border-radius: 40px 0 40px 0;
    }

    .abt-img {
        width: 50%;
    }

    .ad-r{
        margin-top:0px;
    }

    .sec-1 h1{
        font-size: 2.5rem;
    }

    .sec-1 img{
        width: 100%;
    }

    /* .sec-2 img{
        border-radius: 40px 0 0 0;
    } */

    .sec-2 .sec2-txt{
        border-radius: 0 0 40px 40px;
    }

    .sec-3 .sec3-dv1 .dv .img-dv{
        padding: 10px;
    }
    
    .sec-3 .sec3-dv1 .dv .img-dv img{
        width: 50px;
        padding: 5px;
    }

    .sec-3 .sec3-dv5 .dv .img-dv img {
        width: 50px;
        padding: 5px;
    }

    .sec-3 .sec3-dv1 .dv h4 {
        font-size: 20px;
    }

    .sec-3 .sec3-dv1 .dv p {
        font-size: 14px;
    }

    .sec-3 .sec3-dv4 .dv .img-dv{
        padding: 10px;
    }
    
    .sec-3 .sec3-dv4 .dv .img-dv img{
        width: 50px;
        padding: 5px;
    }

    .sec-3 .sec3-dv4 .dv h4 {
        font-size: 20px;
    }

    .sec-3 .sec3-dv4 .dv p {
        font-size: 14px;
    }

    .sec-4 .b-img img {
        border-radius: 0 0 150px 150px;
    }

    .bg-img-z {
        width: 70%;
        margin: 0 15%;
        top: 25%;
    }

    .qr-img img {
        width: 50%;
        height: fit-content;
    }

    .d-acnt-mob{
        display: none !important;
    }
    
    .d-acnt-otr {
        display: block !important;
    }

    .admin-menu ul li {
        margin: 5px;
    }

    .admin-menu ul {
        justify-content: flex-start !important;
        flex-wrap: wrap !important;
    }

    .pos-msg{
        position: absolute;
        top: 150px;
        left: 30%;
        z-index: 999;
    }
}

@media only screen and (max-width: 520px) {
    .titl-cust{
        max-height: 100%;
    }
    
    .figma-pad-x {
        padding-left: 10px;
        padding-right: 10px;
    }

    .figma-pad{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .foot-pad{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .foot-pad1{
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .slid-img1{
        width: 160px !important;
        top: 67%;
        left: -10%;
    }
    .slid-img2{
        width: 180px !important;
        top: 10%;
        left: 2%;
    }
    .slid-img3{
        width: 90px !important;
        left: 55%;
        top: 2%;
    }
    .slid-img4{
        width: 150px !important;
        bottom: 3%;
        left: 8%;
    }
    .slid-img5{
        width: 90px !important;
        bottom: 9%;
        right: 14%;
    }
    .slid-img6{
        width: 150px !important;
        right: 1%;
        bottom: 20%;
    }
    .slid-img7{
        width: 100px !important;
        right: 2%;
        top: 14%;
    }
    .slid-bg {
        min-height: 600px;
    }

    .social-icn {
        display: flex;
        justify-content: center;
    }

    .cntr-img{
        margin: auto;
    }

    .ad-r{
        margin-top:0px;
    }

    .cust-mar {
        margin-top: 0px;
    }

    .sec-1 h1{
        font-size: 2rem;
    }

    .sec-1 p{
        font-size: 18px;
    }

    .sec-3 .sec3-dv2 img {
        border-radius: 0 0 40px 0;
    }

    .sec-3 .sec3-dv3 img {
        border-radius: 40px 0 0 0;
    }
    .log-cust-set{
        display: block;
    }

    .testimonial-container #btn-prev {
        display: none;
    }
    
    .testimonial-container #btn-next {
        display: none;
    }

    .bg-img-z {
        width: 80%;
        margin: 0 10%;
        top: 30%;
    }

    .qr-img img {
        width: 25%;
        height: fit-content;
    }

    .admin-menu ul {
        flex-wrap: wrap;
    }

    .admin-menu ul li {
        margin: 5px 0;
    }

    .main-section {
        padding-top: 0px;
    }

    .admin-menu ul li {
        margin: 5px;
    }

    .pos-msg {
        position: absolute;
        top: 150px;
        left: 15%;
        z-index: 999;
    }

    .toggle-btn-group {
        float: left;
    }

    .sec-3 .sec3-dv4 .dv .img-dv img {
        width: 50px;
        padding: 4px;
    }

    .sec-3 .sec3-dv1 .dv .img-dv img {
        width: 50px;
        padding: 4px;
    }

    .sec-3 .sec3-dv5 .dv .img-dv img {
        width: 50px;
        padding: 4px;
    }

    .mn-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    .mn-head h5 {
        padding-top: 0.5rem !important;
        padding-bottom:5px !important;
    }

    .plus{
        height: 26px !important;
    }
    
    .minus{
        height: 26px !important;
    }
}

@media only screen and (max-width:320px){
    .pos-msg {
        position: absolute;
        top: 150px;
        left: 10%;
        z-index: 999;
    }
}

@media only screen and (max-width:320px){
    .slid-bg{
        /* background-image: url(../img/slid-img-smob.png); */
    }

    .main-section {
        padding-top: 0px;
    }

    .pos-msg {
        position: absolute;
        top: 150px;
        left: 6%;
        z-index: 999;
    }
}


.product-pricing {
    max-height: 350px;
    overflow-x: auto;
}

#order-list-container .order-item{
    padding-top: 20px;
    padding-bottom: 15px;
    border-radius: 8px;
    position: relative;
}

#order-list-container .order-item:nth-child(odd) {
    background-color: #f2f2f2;
}

.remove-box {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}
.removeRow{
    margin-top: 7px;
}