@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
p {
  margin: 0px;
  padding: 0px;
}
.order__see__order {
  text-align: right;
}
.order__see__order a {
  display: inline-block;
  color: rgb(36, 36, 36);
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}
.order__form__holder {
  margin: auto;
  margin-bottom: 30px;
}
.step1__price__holder {
  padding-top: 21px;
}
.step1__price__holder .price__holder p {
  line-height: 2rem;
  font-weight: 600;
  font-size: 1.4rem;
  color: black;
}
.price__orange,
.price__orange__discount {
  color: #ff6f6f !important;
}
.step1__price__holder .benefit__prompt {
  font-size: 14px;
  font-style: italic;
  line-height: 19px;
  color: rgb(66, 66, 66);
}
.order__price__divider {
  padding: 6px;
}
.order__cost__discount {
  padding: 3px 10px;
  border-radius: 3px;
  background-color: #05ada217;
  font-size: 13px;
  color: #ff6f6f;
}
.guarantee__images {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  flex-direction: row;
}
.guarantee__images img {
  height: 30px;
  margin: 15px 20px;
}
.phone__files__upload label {
  color: rgb(26, 105, 252);
  font-size: 15px;
  cursor: pointer;
}
.phone__files__upload label .fa {
  margin-right: 8px;
}
.upload__file__holder_div__phone {
  display: block;
}
.upload__file__holder_div__pc {
  display: block;
  margin-bottom: 20px;
}
.upload__file__holder {
  display: block;
  opacity: 0.5;
  max-width: 100%;
}
.upload__file__content {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  align-items: center;
  /* background-color: #d8d7d6; */
  padding: 7px;
  border-bottom: 1px solid #d1cec5;
  margin: 5px 5px;
}
.upload__file__holder .fa:nth-child(2) {
  font-size: 16px;
  color: #0086d4;
  cursor: pointer;
}
.order__forms .order__form .upload__file__holder .fa:nth-child(1) {
  margin-right: 7px;
}
.upload__file__holder p {
  white-space: nowrap;
  overflow: hidden;
  /* font-weight: 600; */
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 7px;
  text-overflow: ellipsis;
  font-weight: bold;
  color: black;
}
.upload__file__holder .fa-trash {
  font-size: 17px;
}
.upload__file__holder .fa-times {
  cursor: pointer;
  margin-left: 7px;
  font-size: 18px;
  transition: 0.2s all linear;
}
.upload__file__holder .fa-times:hover {
  color: rgb(194, 11, 11);
}

.control {
  display: block;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
}
.control__indicator {
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  border: 1px solid #bbbbbb;
  background-color: white;
  border-radius: 4px;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .extra-content-holder-container .control__indicator,
.control input:focus ~ .extra-content-holder-container .control__indicator {
  border-color: #949393;
}

.control input:checked ~ .extra-content-holder-container .control__indicator,
.control input:checked ~ .checkout-paypal-confirm-checkbox .control__indicator {
  background: #5ab275;
  border: none;
  color: white;
  position: relative;
}

.control:hover
  input:not([disabled]):checked
  ~ .extra-content-holder-container
  .control__indicator,
.control
  input:checked:focus
  ~ .extra-content-holder-container
  .control__indicator {
  background: #5ab275;
  color: white;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none;
}

.control__indicator:after {
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
  display: none;
  font-size: 16px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.control
  input:checked
  ~ .extra-content-holder-container
  .control__indicator:after,
.control
  input:checked
  ~ .checkout-paypal-confirm-checkbox
  .control__indicator:after {
  display: block;
  color: #fff;
}

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.control--checkbox
  input:disabled
  ~ .extra-content-holder-container
  .control__indicator:after {
  border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #7e0cf5;
  opacity: 0.2;
}

.font-weight-bold {
  font-size: 1rem;
  font-weight: 700 !important;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica, sans-serif;
}
.d-sm-flex {
  margin-bottom: 0.8rem;
}
.order__summary,
.order__summary__price {
  padding: 0 1.5rem;
  background: #f9f7f3;
  border-bottom: 2px solid #fff;
  padding-top: 1.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.order__summary__header {
  margin-bottom: 1rem !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order__summary__header .edit__order {
  font-size: 0.875rem;
  color: #2196f3;
  cursor: pointer;
  font-weight: 600;
}
.list-unstyled li {
  line-height: 1.75rem;
  box-sizing: border-box;
  padding-left: 0;
  list-style: none;
  font-size: 0.875rem;
  color: #212529;
  font-family: Arial, Helvetica, sans-serif;
}
.paper__email__getter .order__email__holder label {
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  padding-left: 2rem;
  margin-bottom: 5px;
}
.order__summary__price {
  border-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 1.5rem;
}
.discount__form button {
  padding: none;
  background-color: transparent;
  outline: none;
  border: none;
}
.discount__form button span:nth-child(1) {
  /* color: #1772e9; */
  color: #0073e6;
  background-color: #f5f9fe;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  padding: 4px 10px;
  border-radius: 5px;
  transition: 0.2s all ease-in-out;
}
.discount__form button span:nth-child(1):hover {
  background-color: #eaeff5;
}
.discount__income .hidden {
  display: none;
}
.discount__form button .discount__progress {
  margin-left: 6px;
  display: none;
  color: #c54022;
}
.discount__form button .discount__progress .fa {
  font-size: 20px;
}
.order__summary__price p:nth-child(1) {
  line-height: 2rem;
  font-weight: 700 !important;
  font-size: 1.3rem;
  font-family: Arial, Helvetica, sans-serif;
}
.order__summary__price .d-sm-flex {
  margin-top: 6px;
}
.discount__amount__holder {
  display: none;
}
.discount__amount__holder p:nth-of-type(1) {
  font-size: 0.9rem;
}
.discount__amount__holder .benefit__prompt {
  font-size: 13px;
  background-color: #0086d40c;
  border-radius: 2px;
  padding: 5px;
}
.discount__amount__holder .order__cost__discount {
  background-color: rgb(224, 224, 224);
}
.step-2-order-submit {
  text-align: center;
}
.step-2-order-submit .guarantee__images {
  justify-content: center;
}
.step-2-order-submit button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  outline: none;
  /* background-color: #800000; */
  cursor: pointer;
  border: none;
  color: white;
  height: 50px;
  padding: 0px 25px;
  border-radius: 25px;
  font-weight: 600;
}
.button__div {
  margin-top: 30px;
}
.order__stepper__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 1rem;
  font-weight: 600;
}
.order__stepper__container .order__step_phone {
  display: none;
}
.order__stepper__container svg {
  height: 10px;
  margin: 0px 10px;
  width: 10px;
}
.order__stepper__container button {
  background-color: transparent;
  outline: none;
  border: none;
}
.order__stepper__container .step__number {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  line-height: 1.3125rem;
  display: inline-block;
  margin-right: 0.5rem;
  border: 2px solid #f9f7f3;
  background-color: #f9f7f3;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
}
.order__stepper__container .active .step__number,
.order__stepper__container .done {
  border-color: #a9d7ff;
  background: #a9d7ff;
  color: #fff;
}
.order__stepper__container button span {
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.order__stepper__container .step {
  opacity: 0.5;
}
.order__stepper__container .active {
  opacity: 1;
}
.order__stepper__container .done .fa {
  font-size: 14px;
}
.paypal__payment_holder {
  width: 100%;
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 20px;
  background-color: rgba(199, 184, 180, 0.13);
}
.paypal__amount__holder .row {
  margin: 0px !important;
  padding: 0px !important;
}
.paypal__amount__holder .row .col {
  padding: 0px !important;
  margin: 0px !important;
}
.paypal__amount__holder .row .col:nth-child(1) p {
  font-size: 1.3rem;
  font-weight: 700;
}
.paypal__amount__holder .row .col:nth-child(2) p {
  font-size: 13px;
  line-height: 17px;
  margin: 0px 10px;
}
.paypal__amount__holder {
  border-bottom: 1px solid rgba(199, 184, 180, 0.247);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.paypal__guarantees__holder img {
  height: 40px;
  margin: auto;
}
.paypal__guarantees__holder p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  margin: auto;
}
.paypal__guarantees__holder .col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.paypal__confirm__input {
  margin-top: 35px;
}
.paypal__confirm__input label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  cursor: pointer;
  line-height: 16px;
  color: rgb(43, 43, 43);
}
.pc__step {
  display: block;
}
.phone_step {
  display: none;
}
.pc__step1__price__holder {
  position: sticky;
  top: 10px;
  z-index: 1001;
}
.phone__price__holder {
  display: none;
}
.order__stepper__container button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

/* custom header  */
.order-page-header-section-shared-content {
  box-shadow: 0 15px 40px rgba(21, 37, 72, 0.08);
  background-color: white;
  height: 80px;
}
.order-page-header-section-shared-content img {
  height: 60px;
}
.order-page-header-section-shared-content .container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.shared-order-header-right-login a {
  box-shadow: none;
  border-radius: 0;
  color: #ff6f6f;
  font-weight: 700;
  font-size: 0.915rem;
  margin: 0;
  width: auto;
  height: auto;
  margin-right: 1.5rem;
  transition: 0.2s all ease-in-out;
}
.shared-order-header-right-login a .fa {
  margin-right: 10px;
}
.shared-order-header-right-login a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.orders-page-shared-header-bottom-divider {
  height: 7vh;
}

/* order form items section */
.form-input-overlay-form-items-container {
  width: 100%;
  position: relative;
}
.order-form-accordion-section-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  left: 0;
  display: none;
}
.order-form-accordion-section-item.active {
  display: block;
}
.order-page-shared-header-outer-container {
  margin-bottom: 30px;
}
.order-page-shared-header-outer-container p {
  color: #212529;
  font-size: 15px;
  line-height: 19px;
}

/* form section navigation  */
.order-page-custom-pagination-container {
  margin-top: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.order-page-custom-navigation-steps h6 {
  margin: 0px !important;
  padding: 0px !important;
}
.order-page-custom-navigation-steps .order-custom-navigation-step-faded {
  color: #ff6f6f8e;
}
.order-page-custom-page-navigation-back {
  cursor: pointer;
  color: #ff6f6f;
  font-size: 17px;
}
/* order form input  */
.accordion-form-item {
  margin: 10px 0px;
}
.accordion-form-item input,
.accordion-form-item select,
.accordion-form-item textarea {
  width: 100%;
  border: 1px solid #c9cde4;
  border-radius: 5px;
  outline: none;
  padding: 8px 15px;
}
.accordion-form-item #paper__topic {
  min-height: 100px;
}
.order-form-input-label {
  text-align: right;
}
.order-form-input-label label,
.order-form-input-label div,
.attachment-container-drag-drop-container label {
  font-size: 15px;
  line-height: 18px;
  color: #5e676b;
  font-style: normal;
  font-weight: 400;
}
.attachment-container-drag-drop-container label {
  display: block;
}
#order__instructions {
  margin-bottom: 10px;
  max-height: 135px;
}

/* hide the file upload button  */
#fileUploads {
  display: none;
}
.attachment-container-drag-drop-container {
  background-color: #fffdf0;
  border: 1px dashed #c9cde4;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 4px;
}
.attachment-drag-drop-browse-button {
  padding: 8px 15px;
  font-size: 16px;
  line-height: 19px;
  border-width: 1px;
  color: #0073e6;
  background-color: #f5f9fe;
  border-color: transparent;
  transition: 0.2s all ease-in-out;
}
.order-details-drag-drop-files-area.mouse-over {
  background-color: #e9edf1;
}

/* paging container  */
.order-page-shared-custom-radio-button-item input {
  display: none;
  border: none;
  margin: 0px;
}
.order-page-shared-custom-radio-button-paging-label {
  display: flex;
}
.order-page-shared-custom-radio-button-item {
  flex-grow: 1;
  padding: 10px 20px;
  transition: 0.1s all ease-in;
  font-size: 15px;
  cursor: pointer;
}
.order-page-shared-custom-radio-button-item.active {
  background-color: #3d5f75;
  border-radius: 4px;
  color: white;
}
.remove__file.fa img,
.remove__file img {
  height: 20px;
  width: 20px;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.2s all ease-in-out;
}
.remove__file.fa img:hover {
  opacity: 1;
}
.file__name .fa-file {
  color: rgb(179, 22, 22);
}

/* email address last section  */
.order-form-details-account-email-address p {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 20px;
}
.default-load-icon-moon-but-not-display:after {
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
  display: none;
  font-size: 16px;
}
.place-order-section-footer {
  background-color: #f2f6f9;
  padding: 30px 0px;
}
.footer-small-pages-inner-content p:nth-child(1) {
  font-size: 13px;
  color: #212529;
  margin-bottom: 20px;
  opacity: 0.7;
  text-align: center;
}
.footer-small-pages-inner-content p:nth-child(2) {
  width: 100%;
  text-align: center;
  font-size: 12px;
  opacity: 0.8;
}

/* discount input container  */
.second-step-discount-input-element {
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid rgba(128, 128, 128, 0.288);
  outline: none;
}

/* the footer  */
.order-section-footer-container-section {
  background-color: #f2f6f9;
  padding: 5vh 0px;
  display: none;
}

/* order placed successfully page  */
.order-placed-successfully-container {
  text-align: center;
}
.order-placed-successfully-image-1 {
  height: 60px;
  margin-bottom: 20px;
}
.order-placed-successfully-container p {
  font-size: 14px;
  color: #212529;
  line-height: 18px;
  text-align: center;
  margin-right: auto;
  width: 86%;
  margin: auto;
  margin-bottom: 0px !important;
}
.order-placed-successfully-container p img {
  height: 40px;
  margin-top: 10px;
}
#orderPlacedConfirmed {
  z-index: 1000001 !important;
}
.modal-dialog {
  width: 100%;
  height: 100%;
  display: flex;
  transform: none;
  justify-content: center;
  align-items: center;
  padding-bottom: 10vh;
}
.pay_later a:hover {
  text-decoration: none;
}
.form-control {
  height: auto !important;
}
.custom-form-option-element .modal-body {
  background-color: rgba(0, 20, 50, 0.04);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 25px 20px 15px;
}
.custom-form-input-body button {
  padding: 9px 16px;
  font-size: 16px;
  line-height: 19px;
  border-width: 0;
  color: #fff;
  background-color: #0073e6;
  border-radius: 5px;
  margin-top: 20px;
  display: inline-block;
  transition: 0.2s all ease-in-out;
}
.custom-form-input-body {
  text-align: right;
}
.custom-form-input-body input {
  width: 100%;
}
.custom-form-input-body button:hover {
  background-color: #045ab1;
}

/* custom add charts container  */
.charts-input-inner-content input {
  text-align: center;
  border: none !important;
  padding: 0px;
  margin: 0px;
  height: 100%;
  width: 100%;
  display: inline-block;
  background-color: white;
}
.charts-input-inner-content input::-webkit-outer-spin-button,
.charts-input-inner-content input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.charts-input-inner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.charts-custom-order-input-container {
  max-width: 170px;
  border: 1px solid #c9cde4;
  border-radius: 5px;
  outline: none;
}
.charts-inner-button {
  padding: 6px 14px;
  color: #2199e8;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  width: 35px;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: transparent;
}
.charts-inner-button:hover {
  background-color: #c9cde471;
}
.charts-input-inner-content input:disabled {
  background-color: white;
}
.accordion-form-item-chart-input {
  margin-top: 20px;
}
.charts-inner-button-right {
  padding-right: 30px;
}

/* additional writers  */
.preferred-writer-outer-content .row,
.preferred-writer-outer-content .col {
  margin: 0px !important;
  padding: 0px !important;
}
.preferred-writer-outer-content .row,
.preferred-writer-outer-content label {
  height: 100%;
}
.preferred-writer-outer-content input {
  display: none;
}
.preferred-writer-outer-content label {
  padding: 10px;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
.preferred-writer-outer-content label:hover {
  background: #e8f3ff;
}
.preferred-writer-outer-content .row {
  border: 1px solid rgba(74, 90, 182, 0.3);
  border-radius: 5px;
}
.preferred-writer-outer-content .row .col:not(:last-child) label {
  border-right: 1px solid rgba(74, 90, 182, 0.3) !important;
}
.preferred-writer-outer-content label {
  height: 100%;
  margin: 0px !important;
}
.preferred-writer-outer-content label.active {
  background-color: #3d5f75;
  color: #fff;
}
.custom-preferred-writer-header span:nth-child(1) {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.custom-preferred-writer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-preferred-writer-content p {
  font-size: 13px;
  color: rgba(0, 20, 50, 0.9);
  line-height: 20px;
  font-weight: 400;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  padding-top: 10px;
}
.preferred-writer-outer-content
  label.active
  .custom-preferred-writer-content
  p {
  color: white;
}

/* account email address  */
.email-address-accordion-item {
  margin-top: 20px;
}

/* extra labels  */
.order-step-2 label {
  background-color: #f5fbff;
  box-shadow: 0 1px 0 #dff1fd;
  transition: 0.15s all ease-in-out;
  padding: 20px;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border-radius: 4px;
}
.extra-content-holder-container {
  display: flex;
}
.extra-content-item-header {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: rgba(0, 20, 50, 0.8);
  display: flex;
  margin-bottom: 5px;
  justify-content: space-between;
}
.extra-content-item-container {
  margin-left: 20px;
}
.indicator-holder {
  padding-top: 5px;
}
.extra-content-content p {
  font-size: 14px;
  color: rgba(0, 20, 50, 0.8);
  line-height: 18px;
  font-weight: normal;
}
.order-step-2 label.active {
  background-color: #f0fce5;
  box-shadow: 0 1px 0 #ceebb5;
}
.order-step-2 label.active .extra-content-item-header {
  color: #5ab275;
}

/* discount prompt  */
.submit-discount-prompt-label {
  display: flex;
  justify-content: flex-start;
}
.submit-discount-prompt-label input {
  margin-right: 10px;
  margin-top: 3px;
}
.order__summary__holder {
  margin-top: 30px;
}

/* checkout paypal box  */
.checkout-paypal-confirm-checkbox {
  display: flex;
  justify-content: space-between;
}
.checkout-paypal-confirm-checkbox .caption {
  margin-left: 15px;
}

/* order details sidebar indicator  */
.pricing__column {
  padding: 0px;
  margin: 0px;
}
.step1__price__holder.pc__step1__price__holder {
  background-color: #f9f7f3;
  padding: 15px;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.sidebar-order-price-item p {
  font-size: 14px;
  line-height: 19px;
  opacity: 0.8;
}
.sidebar-order-price-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddbd7;
}
.order-sidebar-details p:first-child {
  margin-bottom: 6px;
  opacity: 1;
  color: black;
}
.order-sidebar-pricing p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-sidebar-pricing p span:nth-child(2) {
  font-weight: bold;
  color: black;
  opacity: 1;
}
.order-sidebar-pricing p .fa {
  cursor: pointer;
}
/* total count  */
.sidebar-pricing-total-count {
  font-weight: bold;
  font-size: 17px !important;
}
/* inquiries  */
.hide-inquiry {
  display: none;
}
.helpful-extras-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.helpful-extras-title a {
  color: #0086d4;
  font-weight: 500;
  transition: 0.2s all ease-in-out;
}
.helpful-extras-title a:hover {
  text-decoration: none;
  color: #006199;
}
.back-from-admin-create-order {
  padding: 5px 15px;
  border-radius: 10px;
  display: inline-block;
  margin-left: 10px;
  background-color: white;
  text-decoration: none;
}
.back-from-admin-create-order:hover {
  text-decoration: none;
  transition: 0.2s all ease;
  background-color: rgb(243, 243, 243);
}
