
#btncrtOrder {
  float:right;
}

.modal {
    max-width: 640px;
    width: calc(100% - 30px);
    background: #fff;
    border: 1px solid #000;
    box-shadow: 0 0 0 9999px rgba(0,0,0,0.6);
    margin: 40px auto;
}

.modal-header {
    background: linear-gradient(#2b2b2b, #000);
    color: #fff;
    padding: 10px 12px;
    font-weight: bold;
    position: relative;
    font-size: 15px;
}

.storePauseModal {
    position:relative;
    border:0;
    padding:0 0 10px 0 !important;
    
}
.storePauseModalBody {
    font-size: 14px;
    color: #333;
}

.storePauseText {
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    border-bottom: 1px solid #cfcfcf; /* separating line */
    background: #7f7f7f17;
}

.storePauseText p {
    margin: 0 0 8px 0;
}

.storePauseFormRow {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
    flex-wrap: wrap;
}

.storePauseFormRow label {
    width: 160px;
    color: #666;
    font-size: 13px;
}

.storePauseFormRow input[type="date"] {
    padding: 6px 8px;
    border: 1px solid #aaa;
    width: 180px;
    font-size: 13px;
}

.modal-footer {
    padding: 15px 20px;
    text-align: right;
}

/* Responsive */
@media (max-width: 480px) {
    .modal-body {
        padding: 15px;
    }

    .storePauseFormRow {
        flex-direction: column;
        align-items: flex-start;
    }

    .storePauseFormRow label {
        width: 100%;
    }

    .storePauseFormRow input[type="date"] {
        width: 100%;
    }

    .modal-footer {
        text-align: center;
    }
}
.step {
    display:none !important;
    color:#717171;
}
.step.active {
    display:block !important;
}


.redirectList {
    display: flex;
    align-items: center; /* vertical alignment */
    justify-content: space-between; /* text left, button right */
}

.redirectList button {
    margin-left: 1rem;
    width:30px;
}

ul.pauseStoreList {
    margin-top: 60px;
    margin-left: 20px;
    color:#131313;
}

.pauseStoreList li {
    list-style: none;
    margin-bottom: 10px;
}


.storePauseTextWrapper{
    padding:  5px 0 0 15px;
}

.storePauseTextHeader{
    font-weight: bold;
}

.locationPauseDate {
    border-radius: 3px;
    max-width: 90px;
    height: 20px;
    text-align: center;
    padding-right: 10px;
}
.storePauseDateWrapper {
    padding:  10px 0 0 25px;
}

.redirectMenuList {
    list-style: disc;
    padding-left: 35px;
    color: #131313;
    margin-top: 30px;
}


.listWrapper {
    display: flex;
    align-items: center; /* vertical alignment */
    justify-content: space-between;
    margin-bottom: 10px;
    width: 65%;

}
.bullet-text::before {
    content: "• "; /* the bullet */
    font-size: 27px; /* bigger bullet */
    vertical-align: middle; /* aligns with text */
}


[class*="OrdersTable"]{
    width:100%;
    border-collapse:collapse;
    color:#131313; 
    border: none;
}

[class*="OrdersTable"] th, [class*="OrdersTable"] td{
    padding:6px 8px;
    height:20px; 
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    border-top:none;
    border-bottom:none;
}
[class*="OrdersTable"] td:last-child {
    text-align: right;
    padding-right: 5px;
}

.table-head [class*="OrdersTable"] table,
.table-body[class*="OrdersTable"] table{
    border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:none;
}

[class*="OrdersTable"] thead tr th{
    font-weight:700;
    text-align:left;
    position:relative;
    background-color: #E6E6E6; 
}

col.c1{ width:130px; }
col.c2{ width:120px; }
col.c3{ width:120px; }
col.c4{ width:auto; }

[class*="OrdersTable"] td.value{ text-align:right; padding-right:10px; }

.copyBtn {
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
}

.copyBtn:hover {
  border: 2px solid #ccc;
  border-radius: 5px;
}

.pauseStoreList li:has(input[type="checkbox"]:not(.mandatoryTOS)) {
    display:none;
}

.table-wrapper {
    max-height: 270px;
    overflow-y: auto;
    display: block;
    margin-inline:30px;
    border-bottom: 1px solid #000;
}

.pauseLocationBtnSet {
    margin-top: 10px;
    padding: 0 15px;
}

.pauseLocationBtnSet button{
    min-width: 100px;
}

.pauseLocationBtnSet  button:last-child{
    float:right;
}

.pauseDialogBtn:not(:disabled) { 
    background: #131313;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}



