.remodal.remodal-order {
    max-width: calc(100vw - 100px);
    width: calc(100vw - 100px);
    height: calc(100vh - 100px);
    overflow: hidden;
}
.remodal-container-order {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 80px);
}
.order-header {
    font-size: 24px;
    line-height: 28px;
    border-bottom: 1px solid #767676;
    padding-bottom: 15px;
    padding-top: 0px;
    text-align: left;
    flex: 0 0 auto;
    position: sticky;
    top: 0;
}
.order-container {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 30px;
    box-sizing: border-box;
    flex: 1 1 auto;
    overflow-y: auto;
    padding-bottom: 80px;
}
.order-container.template-container {
    display: block;
    margin-top: 30px;
}
.template-container textarea {
    height: calc(100vh - 248px);
}
.order-panel {
    margin-top: 20px;
}
.order-left-panel {
    flex: 0 0 20%;
}
.order-center-panel {
    flex: 0 0 60%;
}
.order-right-panel {
    flex: 0 0 20%;
}
.order-container select {
    width: 100%;
    padding: 25px 10px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 2.5em;
    font-size: 14px;
}
.order-container .select-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.order-container .order-left-panel .select-wrapper {
    margin-bottom: 20px;
}
.order-container .select-wrapper select {
    -webkit-appearance: none;
    appearance: none;
    padding-right: 2.5em;
    border-radius: 5px;
    background: #efefef;
}

.order-container .select-wrapper::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    right: 1.75em;
    top: 60%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 1em;
    color: #333;
}
.order-container .select-wrapper label {
    position: absolute;
    top: 6px;
    left: 12px;
    font-size: 10px;
    color: #666;
    pointer-events: none;
}
.order-link {
    display: inline-block;
    color: #fff;
    padding: 14px 24px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    box-sizing: border-box;
    margin-bottom: 20px;
    width: 100%;
    background: #0081a6;
    transition: all .2s ease-in-out;
}
.order-link:hover,
.update-zendesk:hover {
    filter: brightness(1.2);
}
.header-link {
    float: right;
    margin-right: 20px;
    width: fit-content;
    margin-bottom: 0;
    margin-top: -5px;
    padding: 5px 15px;
}
.order-link a,
.order-link a:hover {
    color: #fff;
    text-decoration: none;
}
.order-link i {
    padding-left: 5px;
}
.update-zendesk {
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    box-sizing: border-box;
    margin-bottom: 20px;
    width: 100%;
    background: #0081a6;
    transition: all .2s ease-in-out;
    margin-bottom: 0;
    padding: 9px 15px;
}
.order-button {
  display: inline-block;
  color: #fff;
  padding: 14px 24px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 100%;
}

.order-button:hover {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.order-button:active {
  transform: translateY(3px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.update-order,
.build-website  {
    background: #ff9308;
}
.update-order:hover,
.build-website:hover {
    background: #ffbe00;
}
.delete-order {
    background: #db4654;
}
.delete-order:hover {
    background: #ef5350
}
.process-order, 
.resend-request {
    background: #35aa1c;
}
.process-order:hover {
    background: #53bd3c;
}
.build-website {
    margin-top: 50px;
}
.alert {
    position: relative;
    padding: 25px;
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: .5px;
    font-size: 1rem;
}
.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #9eeaf9;
}
.alert-success {
    color: #0a3622;
    border-color: #a3cfbb;
    background: #d1e7dd;
}
.order-alert-title {
    font-size: 24px;
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    margin-bottom: 15px;
}
.alert-body {
    text-align: left;
}
.alert-body p {
    margin-bottom: 15px;
}
.order-warnings .alert-info {
    overflow: hidden;
    transition: all 3s ease-in-out;
}
.order-container .capsule-data {
    border: 1px solid #ccc;
    background: #eee;
    padding: 20px 20px 10px;
    margin-bottom: 30px;
}
.capsule-data:empty {
    display: none;
}
.capsule-data-title {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
}
.capsule-data-title .capsule-link {
    margin-right: 0px;
    margin-top: -3px;
}
.capsule-addresses {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.capsule-address {
    padding: 10px;
    text-align: left;
    background: #ddd;
    color: #000;
}
.capsule-link {
    background: #990000;
}
.zendesk-link {
    background: #D27A31;
}
.website-link {
    background: #005168;
}
.address-checkbox-wrapper,
.field-checkbox-wrapper {
    font-size: 14px;
    padding-left: 21px;
    text-indent: -21px;
    text-align: left;
    margin-bottom: 4px;
}
.address-checkbox-wrapper {
    margin-top: 10px;
}
.status-checkbox-wrapper {
    font-size: 14px;
    padding-left: 21px;
    text-indent: -21px;
    text-align: center;
}
.order-container input[type="checkbox"] {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 3px;
}
.order-container .status-checkbox-wrapper input[type="checkbox"] {
    margin-top: 1px;
}
.capsule-tags {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    text-align: left;
    background-color: #ddd;
    color: #000;
    font-size: 14px;
    box-sizing: border-box;
}
.capsule-tag {
    padding-right: 15px;
}
.capsule-tags p {
    padding-top: 8px;
}
.capsule-tag-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.order-panel-title {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 8px;
}
.order-container .input-wrapper input,
.order-container .input-wrapper textarea {
    width: 100%;
    padding: 25px 10px 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #767676;
    box-sizing: border-box;
    background: #efefef;
    font-family: "Open Sans", sans-serif
}
.order-container textarea#sno_project_notes,
.order-container textarea#sno_notes,
.order-container textarea#custom_message,
.order-container textarea#notes {
    height: 600px;
    max-height: calc(100vh - 230px);
}
.order-container .input-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.order-container .input-wrapper label {
    position: absolute;
    top: 6px;
    left: 12px;
    font-size: 10px;
    color: #666;
    pointer-events: none;
}
.order-container .order-one-half {
    width: calc(50% - 5px);
    margin-right: 10px;
}
.order-container .order-two-thirds {
    width: calc(66.66% - 5px);
    margin-right: 10px;
}
.order-container .order-three-fourths {
    width: calc(75% - 5px);
    margin-right: 10px;
}
.order-container .order-one-third {
    width: calc(33.33% - 6.66px);
    margin-right: 10px;
}
.order-container .order-one-fourth {
    width: calc(25% - 7.5px);
    margin-right: 10px;
}
.order-container .order-one-sixth {
    width: calc(16.66% - 8.33px);
    margin-right: 10px;
}
.order-fields-row {
    width: 100%;
    box-sizing: border-box;
    display: flex;
}
.order-section {
    width: 100%;
    margin-bottom: 30px;
}
.order-fields-row > div:last-child {
    margin-right: 0;
}
.order-container .Unavailable,
.order-container .Available {
    box-sizing: border-box;
    height: 53px;
    border-radius: 5px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 18px;
}
.order-container .Not-Checked {
    display: none;
}
.order-section-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.order-split-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.order-container .input-wrapper.Unavailable input {
    background: #db4654;
    color: #fff;
}
.order-container .input-wrapper.Unavailable label,
.order-container .input-wrapper.Available label {
    color: #fff;
}
.order-container .input-wrapper.Available input {
    background: #35aa1c;
    color: #fff;
}
.status-bar {
    font-size: 14px;
    line-height: 1;
    padding: 8px;
    margin-bottom: 2px;
    color: #fff;
    position: relative;
    cursor: default;
}
.order-green {
    background: #35aa1c;
}
.order-orange {
    background: #ff9308;
}
.order-red {
    background: #db4654;
}
.view-order-form {
    background: #ff9308;
}
.status-bar .status-tooltip {
    visibility: hidden;
    opacity: 0;
    width: 400px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 20px 20px 5px;
    position: absolute;
    z-index: 1;
    left: 100%;
    margin-left: 15px;
    top: 0;
    transition: opacity 0.3s;
    white-space: normal;
    height: auto;
    line-height: 1.3em;
    top: 50%;
    transform: translateY(-50%);
}
.status-bar .status-tooltip p {
    padding-bottom: 15px;
}
.status-bar:hover .status-tooltip {
    visibility: visible;
    opacity: 1;
}
.trial-expiration {
    display: none;
}
.order-message-center {
    background: #ddd;
    padding: 15px;
    margin-top: 40px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.order-message-center .order-panel-title {
    text-align: center;
}
.order-message-center .status-bar {
    margin-bottom: 20px;
    margin-top: 10px;
}
.zendesk-order-id,
.edit-order-id-field {
    display: none;
    margin-top: 20px;
}
.edit-zendesk-id,
.edit-order-id {
    margin-top: 10px;
    font-size: 10px;
    color: #999;
    text-align: center;
    cursor: pointer;
}
textarea#sno_category_list {
    height: 175px;
    line-height: 22px;
}
.title-top-margin {
    margin-top: 25px;
}
input.sno-color-picker {
    height: 65px;
}
.select-wrapper select {
    height: 56px;
}
.custom-zendesk-message {
    display: none;
}
.domain-change-options {
    display: none;
}
.app-selection {
    display: none;
}
.order-addon-split {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}
.order-container .capsule-data-addon {
    padding: 10px;
    border: none;
    background: #eee;
}
.capsule-data-addon .header-link {
    margin: 0 0 15px;
    width: 100%;
    float: none;
    padding: 10px 0;
}
.capsule-data-addon .capsule-data-title {
    font-size: 14px;
}
.capsule-row {
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
}
.capsule-row-addon {
    margin-bottom: 4px;
}
.capsule-row .capsule-label {
    font-weight: bold;
}
.capsule-label-long {
    font-weight: bold;
    width: 100%;
}
.capsule-row-data {
    width: 100%;
}
.red-highlight {
    background: #ff0000;
    color: #fff;
    margin-left: -5px;
    margin-right: -5px;
    padding: 5px;
}
.customization-panel .process-order {
    margin-top: 30px;
}
.text-field-wrapper {
    text-align: left;
    font-size: 14px;
    line-height: 1.3em;
}
p.text-field-question {
    font-weight: bold;
    padding-bottom: 5px;
}
p.text-field-answer {
    padding-bottom: 15px;
}
table.leftlist tr.open-order-overlay.orderrow {
    cursor: pointer;
}
.orders-capsuleicon { float:right; width:16px; margin-right:6px;}
.full-screen {
    width: calc(100vw - 162px);
    box-sizing: border-box;
    padding: 0 30px 30px;
    height: calc(100vh - 50px);
    overflow: scroll;
    display: flex;
    flex-direction: column;
}
  
.orders-header {
    flex: 0 0 auto; /* Keeps its natural height */
}
  
.orders-list-area {
    flex: 1;            /* Takes up the remaining space */
    overflow-y: auto;   /* Enables vertical scrolling */
}
.orders-title {
    font-size: 24px;
    color: #006683;
    background: #fff;
    position: relative;
}
.orders-search {
    position: absolute;
    right: 0;
    top: 0;
}
.orders-search input[type=text] {
    color: #006683;
    border-color: #aaa;
    font-size: 18px;
    padding: 7px;
    border-radius: 5px;
}
table.orders-table {
    width: 100%;
    border-collapse: collapse;
}
table.orders-table tr {
    font-size: 12px;
    line-height: 18px;
    height: 42px;
    border-bottom: 1px solid #ddd;
    color: #000;
    cursor: pointer;
}
table.orders-table th {
    text-align: left;
    font-size: 16px;
}
table.orders-table td {
    font-size: 14px;
}
.order-status-outer { 
    width: calc(100% - 2px); 
    height: 20px; 
    position: relative; 
    line-height: 20px; 
    padding-left: 2px;
}
.order-status-inner { 
    position: absolute; 
    left: 0; 
    top: 0; 
    bottom: 0; 
    background: #78979f55 !important; 
}
.orders-list-area { 
    color: #fff; 
    height: calc(100vh - 163px); 
}
.alertorange { 
    background: #ff9308 !important; 
    color: #fff !important; 
}
table.orders-table tr.alertorange > td:first-child, 
table.orders-table tr.alertblue > td:first-child,
table.orders-table tr.alertgray > td:first-child,
table.orders-table thead > tr th:first-child,
table.orders-table tr > td:first-child {
    padding-left: 5px;
}
table.orders-table .zendeskicon,
table.orders-table .orders-capsuleicon {
    float: right;
}
table.orders-table th.th-links {
    text-align: right;
    padding-right: 7px;
}
table.orders-table th i {
    padding-left: 7px;
    color: #aaa;
}
.form-data-preview {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
}
.form-data-preview p {
    margin-bottom: 2px;
}
.import-form,
.import-form-success {
    text-align: center;
    transition: all .3s ease-in-out;
}
.import-form:hover {
    background: #ff9308;
    color: #fff;
}
.wufoo-get-more-forms {
    background: #005168;
    border-radius: 5px;
    color: #fff;
    padding: 7px 15px;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    margin-left: 11px;
    width: fit-content;
    vertical-align: top;
    display: inline-block;
}
.wufoo-get-more-forms:hover {
    filter: brightness(1.5);
}
.orderrow {
    transition: all .3s ease-in-out;
}
.orderrow:hover {
    background: #eee;
}
.save-notice-ds {
    background: #ff0000;
    width: 130px;
}
.ds-right-panel {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 10;
}
.ds-left-panel,
.ds-center-panel {
    overflow-y: auto;
}
.ds-container {
    height: 100vh;
}
.orders-header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
    padding-top: 30px;
    padding-bottom: 20px;
}
table.orders-table thead th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
}