/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.toggle-password {
  cursor: pointer;
}

.toggle-password:hover {
  color: #f47421;
}

/** Title bar **/
.title-bar {
  background-color: #000;
  width: 100%;
  padding: 10px 30px;
}

.title-bar h2 {
  color: #fff;
}

.hanwha-portal-plugin-wrapper h2 {
  font-size: 32px;
  font-weight: normal;
}

.hanwha-portal-plugin-wrapper h2 span {
  font-size: 15px;
  font-weight: normal;
}

.hanwha-portal-plugin-wrapper h3.sub-title {
  font-size: 28px;
  font-weight: normal;
  margin: 20px 0px;
}

/** Scroll box for privacy policy or enrollee types **/
.scroll-box {
  display: block;
  height: 500px;
  overflow-y: scroll;
  overflow-x: hide;
  border: solid 1px #ccc;
  padding: 18px;
  margin: 20px 0px;
  background-color: #fff;
}

.scroll-box ol {
  margin-inline-start: 20px;
}

.scroll-box ul,
.scroll-box ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.scroll-box ul li,
.scroll-box p {
  margin-bottom: 10px;
}

.scroll-box h4 {
  font-size: 1.2em;
}

/** Enrollment Forms */
#company-details-wrapper {
  display: none;
}

#enroll-country-select {
  display: block;
}

#enroll-privacy-statement,
#enroll-confirm-email,
#enroll-company-search,
#enroll-company-details,
#enroll-enrollee-type,
#enroll-technology-partner-terms,
#enroll-regional-distributor-partner-terms,
#enroll-company-questions,
#enroll-review {
  display: none;
}

/** Enrollment Terms **/
#generic_terms,
#generic_terms_download,
#reseller_terms,
#reseller_terms_download {
  display: none;
}

/** Datepicker Z-index issue **/
.ui-widget {
  font-size: 1em;
}
.ui-datepicker {
  z-index: 9999 !important;
}

/** Country / Region select option styling **/
select option.country {
  font-weight: bold;
}

select option.region {
  font-weight: normal;
}

/** Bootstrap color overrides **/

.btn-primary {
  background-color: #f47421;
  border-color: #f47421;
  color: #fff;
}

.btn-primary:hover {
  background-color: #f48136;
  border-color: #f48136;
  color: #fff;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #949494;
  border-color: #949494;
  box-shadow: 0 0 0 0.2rem rgba(148, 148, 148, 0.5);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f48136;
  border-color: #f48136;
}

.btn-secondary {
  background-color: #000;
  border-color: #444;
  color: #fff;
}

.btn-secondary:hover {
  background-color: #444;
  border-color: #444;
  color: #fff;
}

.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: #949494;
  border-color: #949494;
  box-shadow: 0 0 0 0.2rem rgba(148, 148, 148, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.btn-third {
  background-color: #949494;
  border-color: #949494;
  color: #fff;
}

.btn-third:hover {
  background-color: #444;
  border-color: #444;
  color: #fff;
}

.btn-third.focus,
.btn-third:focus {
  color: #fff;
  background-color: #949494;
  border-color: #949494;
  box-shadow: 0 0 0 0.2rem rgba(148, 148, 148, 0.5);
}

.btn-third:not(:disabled):not(.disabled).active,
.btn-third:not(:disabled):not(.disabled):active,
.show > .btn-third.dropdown-toggle {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.badge-primary {
  background-color: #f47421;
  color: #fff;
}

.badge-secondary {
  background-color: #000;
  color: #fff;
}

.text-primary {
  color: #f47421 !important;
}

.text-secondary {
  color: #000 !important;
}

/** Form Styles */
div.alert p,
.select2-container div,
.hanwha-portal-plugin-wrapper div,
.hanwha-portal-plugin-wrapper button,
.hanwha-portal-plugin-wrapper input,
.hanwha-portal-plugin-wrapper label,
.hanwha-portal-plugin-wrapper select,
.hanwha-portal-plugin-wrapper textarea,
.hanwha-portal-plugin-wrapper p,
.input-group-text {
  font-family: Raleway, sans-serif;
  font-size: 15px;
}

.hanwha-form button:disabled,
.hanwha-form input:disabled,
.hanwha-form select:disabled,
.hanwha-form textarea:disabled {
  background-color: #ddd;
}

button.close {
  font-size: 1.5em;
}

input.error,
select.error,
textarea.error {
  border: 1px solid red;
}

label.error {
  width: auto;
  color: red;
  margin-left: 10px;
  font-size: 0.8em;
}

.label-optional {
  color: #aeaeae;
  font-size: 0.875em;
}

.form-check-inline {
  width: 30%;
  margin: 5px;
}
.form-check-label {
  text-align: left !important;
}

.form-control-plaintext:disabled {
  background-color: transparent !important;
}
div.center {
  margin: 0 auto;
}

div.row.enroll-contact {
  margin: 15px 0;
}

.row.enroll-contact.span.icon-envelope {
  margin: 0 5px;
}
@media (max-width: 480px) {
  .input-group-addon,
  .input-group-btn,
  .input-group .form-control {
    display: block;
    margin-bottom: 10px;
    clear: both;
  }
  .input-group {
    position: relative;
    display: block;
    border-collapse: separate;
  }
}

/** Password Info Styles **/
.content {
  z-index: 101 !important; /* hack to fix pswd popup */
}

.pswd_info {
  width: 235px;
  padding: 15px;
  background: #fff;
  font-size: 0.875em;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.pswd_info h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
}

.datepicker[readonly] {
  background-color: #fff;
  opacity: 1;
}

/** Tables Styling **/
.table td {
  text-align: left;
}

.table-hover tbody tr:hover {
  cursor: pointer;
}

.table-hover tbody tr:hover td.dataTables_empty {
  cursor: auto;
}

.dataTables_paginate ul.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #f47421;
  border-color: #f47421;
}

.page-link:hover {
  color: #000000;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link {
  color: #696969;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child:before {
  box-shadow: 0 0 3px #aaa;
  background-color: #949494;
}

/** Tabs Styling **/
.tab-content > .tab-pane {
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  padding: 10px;
  background-color: #fff;
}

/** Highlight (Mark) **/
mark {
  background-color: rgba(244, 116, 33, 0.1);
}

/** Product Search Results **/

.product_result {
  padding: 5px;
}

.product_result_wrapper::after {
  content: "";
  clear: both;
  display: table;
}

.product_result_detail_wrapper {
  float: left;
  width: 75%;
}

.product_result_image {
  float: right;
  text-align: center;
  width: 25%;
}

.product_result_image img,
.product_image img {
  max-width: 100px !important;
  max-height: 75px !important;
}

.product_result_category,
.product_category_name {
  font-weight: bold;
}
.product_result_product,
.product_name {
  font-weight: bold;
}
.product_result_divider,
.product_divider {
  padding: 0px 10px;
}
.product_result_description,
.product_description {
  font-size: 0.9em;
}
.select2-container--default .select2-selection--multiple {
  height: auto !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  font-size: 1.5em;
  margin-right: 8px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  font-size: 1.5em;
}
.select2 .selection .error {
  border-color: red;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin: 1px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  margin: 6px 0px 0px 0px;
}

.select2-results {
  max-height: inherit !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 65vh;
}
.select2-dropdown {
  top: 32px !important;
}
#project-product-information-form span.select2-selection__choice__remove {
  display: none !important;
}
#project-product-information-form  .form-group .select2-container{width:calc(100% - 40px)!important}
#project-product-information-form .form-group .btn-success{display: none;width: 44px;height: 44px;position: absolute;right: 0;top: 0;}

/** Product Table Styles **/

#product_wrapper .product_name,
#review_product_wrapper .product_name {
  display: block;
  white-space: nowrap;
}

#product_wrapper .category_name,
#review_product_wrapper .category_name {
  display: block;
  white-space: nowrap;
}

#product_wrapper .product_description,
#review_product_wrapper .product_description {
  display: block;
}

#product_wrapper .product_unit_msrp,
#review_product_wrapper .product_unit_msrp {
  display: block;
  white-space: nowrap;
}

#product_wrapper .product_total_msrp,
#review_product_wrapper .product_total_msrp {
  display: block;
  white-space: nowrap;
}

#product_wrapper .product_qty {
  min-width: 80px;
}

/** Project Detail Page */
.project-wrapper {
  display: none;
}
.project-wrapper #spec_sheets,.review-project-additional-information #submit_spec_sheets{
  width: 20px;
}
/** Callouts **/
.callout {
  padding: 20px;
  border: 1px solid #ced4da;
  border-left-width: 5px;
  border-radius: 3px;
  background-color: #fff;
  border-left-color: #ced4da;
}

.callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.callout p:last-child {
  margin-bottom: 0;
}

.callout code {
  border-radius: 3px;
}

.callout-primary {
  border-left-color: #f47421;
}

/** Navigation **/
.slant-container {
  margin: 3px 0px;
}

.hanwha-portal-plugin-wrapper .nav-pills .nav-link.active,
.hanwha-portal-plugin-wrapper .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000;
  border-radius: 0;
}

.hanwha-portal-plugin-wrapper .nav-pills .nav-link.active:hover,
.hanwha-portal-plugin-wrapper .nav-pills .show > .nav-link:hover {
  background-color: #5a6268;
}

.hanwha-portal-plugin-wrapper .navbar .navbar-element {
  background: #eee;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 6px 10px;
}

.hanwha-portal-plugin-wrapper .navbar .navbar-element span {
  color: #f48136;
}

/** Slanted boxes **/

.slant-container {
  overflow: hidden;
}

.slant-container .nav-item {
  border-radius: 0;
}

.slant {
  -ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  margin: 0px 3px;
}

.slant-content {
  display: inline-block;
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.slant-left {
  margin-left: 0px;
}

.slant-right {
  margin-right: 0px;
}

.slant-left:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  background-color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.slant-right:after {
  content: "";
  position: absolute;
  width: 110px;
  height: 100%;
  background-color: inherit;
  position: absolute;
  top: 0;
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.slant-0,
.slant-0:hover {
  color: transparent !important;
  background-color: transparent !important;
  pointer-events: none;
  cursor: default;
}

.slant-1 {
  color: #fff;
  background-color: #f07222;
}

.slant-2 {
  color: #fff;
  background-color: #997362;
}

.slant-3 {
  color: #fff;
  background-color: #938a86;
}

.slant-4 {
  color: #fff;
  background-color: #aaaaaa;
}

.slant-5 {
  color: #fff;
  background-color: #c9c9c9;
}

.slant-6 {
  color: #fff;
  background-color: #ddd;
}

.slant-7 {
  color: #5d5d5d;
  background-color: #eee;
}

/* Tooltip styles */

.tooltip.show {
  opacity: 1;
}

.tooltip-inner h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
}

.tooltip-inner {
  background-color: #fff !important;
  color: #8b8b8b;
  border: 1px solid #ccc;
  max-width: 250px;
}

.tooltip-inner li {
  text-align: left;
  white-space: nowrap;
  list-style-type: none;
}

.tooltip-inner li i {
  width: 30px;
  text-align: center;
}

.tooltip-inner li.valid {
  color: green;
}

.tooltip-inner li.invalid {
  color: red;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #ccc;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: #ccc;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom,
.arrow::before {
  border-bottom-color: #ccc;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left,
.arrow::before {
  border-left-color: #ccc;
}

/* Project Detail */

.project-header {
  margin-top: 40px;
  margin-bottom: 40px;
}

.project-opportunity-header {
  display: inline-block;
  letter-spacing: 1px;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom-width: 1px;
  border-bottom-color: #c9c9c9;
  border-bottom-style: solid;
  padding-bottom: 6px;
}

.opportunity-number-header {
  display: inline-block;
}

.opportunity-number-title {
  color: #c9c9c9;
}

.opportunity-number-value {
  color: #000;
}

.opportunity-status-header {
  display: inline-block;
  border-left-width: 1px;
  border-left-color: #c9c9c9;
  border-left-style: solid;
  padding-left: 18px;
  margin-left: 18px;
}

.opportunity-status-title {
  color: #c9c9c9;
}

.opportunity-status-value {
  color: #000;
}

.opportunity-contact-header {
  display: inline-block;
  border-left-width: 1px;
  border-left-color: #c9c9c9;
  border-left-style: solid;
  padding-left: 18px;
  margin-left: 18px;
}

.opportunity-contact-title {
  color: #c9c9c9;
}

.opportunity-contact-value {
  color: #000;
}

.opportunity-notes-header {
  display: inline-block;
  border-left-width: 1px;
  border-left-color: #c9c9c9;
  border-left-style: solid;
  padding-left: 18px;
  margin-left: 18px;
}

.opportunity-notes {
  color: #000;
  cursor: pointer;
}

.opportunity-notes:hover {
  color: #f47421;
  cursor: pointer;
}

.project-buttons-header {
  display: inline-block;
  float: right;
}

.project-name-header {
  margin-top: 10px;
  color: #000;
  font-size: 1.1em;
  letter-spacing: 1px;
}

.project-name-title {
  font-weight: bold;
}

.project-notices .alert {
  margin-top: 1rem;
  margin-bottom: 0px;
}

/** Printing **/
@media print {
  #ssb-container,
  .header_inner_right,
  .main_menu,
  .mobile_menu,
  footer {
    display: none !important;
  }
  .container_inner {
    width: 100% !important;
  }
  .content.content_top_margin {
    margin-top: 0px !important;
  }
}

/** Debug styling **/
table.xdebug-error {
  margin-top: 100px;
}

.modal {
  z-index: 99999;
}

.nav-tabs .nav-item {
  background-color: #eee;
  margin-right: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/** A&E Partner Activities **/
.ae-partner-activity-wrapper table.history {
  width: 100%;
}

.ae-partner-activity-wrapper table.history > tbody > tr > td {
  padding: 10px;
}

.ae-partner-activity-wrapper table.history-row {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.ae-partner-activity-wrapper table.history-row td.history-row-header {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  text-align: left;
}

.ae-partner-activity-wrapper table.history-row td.history-row-text {
  padding: 0.75rem 1.25rem;
  text-align: left;
}

.ae-partner-activity-wrapper td.history-row-details td:first-child {
  text-align: right;
  min-width: 20%;
}

.ae-partner-activity-wrapper td.history-row-details td {
  text-align: left;
}

/* May 1,2023 */
form#close-project-note {
  max-width: 60%;
  margin: 10px auto;
}

form#close-project-noteform#close-project-note textarea {
  margin-bottom: 20px;
}

#close-project-note textarea {
  margin-bottom: 12px;
}

form#close-project-note button.btn {
  text-align: center;
  margin: auto;
  display: inherit;
}
#close_project .spinner-border.spinner-border-sm {
  position: absolute;
  right: 41%;
  bottom: 40px;
}

#close_project div.alert-info {
  width: 60%;
  margin: 0 auto;
}
/* May 2,2023 */
h5#project-notes-label {
  width: 100%;
  margin-bottom: 10px;
}
#close_project .modal-header {
  flex-wrap: wrap;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
  border: 0.25em solid rgba(255, 218, 31, 0.3) !important;
}
div:where(.swal2-icon).swal2-success [class^="swal2-success-line"] {
  background-color: #ffda1f !important;
}
div:where(.swal2-icon).swal2-success {
  border-color: #ffda1f !important;
  color: #ffda1f !important;
}
.product_result_document,
.product_not_eligible_project {
  padding-top: 10px;
  color: red;
}
.product_document {
  display: block;
  padding-top: 10px;
  color: red;
}
/* july 28 */
.project-qoute-wrapper {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
}
.project-qoute-wrapper {
  margin-top: 10px;
}
.qoute-revision-header,
.qoute-expiration-header {
  border-left-width: 1px;
  border-left-color: #c9c9c9;
  border-left-style: solid;
  padding-left: 18px;
  margin-left: 18px;
}
.qoute-name-value,
.qoute-revision-value,
.qoute-expiration-value {
  color: #000;
}
.qoute-name-title,
.qoute-revision-title,
.qoute-expiration-title {
  color: #c9c9c9;
}
.submit_quote_extension .form-check-input {
  margin-left: 0;
}
.quote_extension_message,
.quote_counter_message {
  margin-top: 10px;
  color: red;
}
div:where(.swal2-icon).swal2-info {
  border-color: #75d69c !important;
  color: #75d69c !important;
}

/* Signature Pad */
.signature_pad_wrapper {
  padding-left: 0px;
  margin-bottom: 20px;
}

.signature_pad_wrapper label.error {
  display: block;
  margin-left: 0px;
}

.signature_pad_wrapper div.signature_pad_window {
  border: 4px solid #000;
  width: 410px;
  height: 160px;
  margin-bottom: 20px;
}

.signature_pad_wrapper button {
  clear: both;
  margin-bottom: 20px;
}

.form-group.row .offset-sm-3.infomation-btn {
  gap: 5px;
  display: flex;
}

/* Swal styling of button */
button.swal2-styled {
  margin: 0 !important;
  background-color: #000 !important;
  border-color: #444 !important;
  color: #fff !important;
}

button.swal2-styled:hover {
  background-color: #444 !important;
  border-color: #444 !important;
  color: #fff !important;
}

button.swal2-styled.focus {
  color: #fff !important;
  background-color: #949494 !important;
  border-color: #949494 !important;
  box-shadow: 0 0 0 0.2rem rgba(148, 148, 148, 0.5) !important;
}

div#bulk-add-modal{
  margin-top:80px;
}
#bulk-add-modal .button-section{
  text-align:center;
}
#bulk-add-modal .modal-dialog{
  max-width:600px;
}
#bulk-add-modal .filter_products_by, #bulk-add-modal .importprocess #csv_file,#bulk-add-modal .button-section,#bulk-add-modal #bulk_add{
  margin-bottom: 16px;
}
#bulk-add-modal .importprocess .column-section{
  display: none
}
#bulk-add-modal .importprocess #column_select,#bulk-add-modal .importprocess #column_select_qty{
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
}
.hanwha-collateral-plugin-wrapper .title-bar, .hanwha-specs-plugin-wrapper .title-bar, .hanwha-portal-plugin-wrapper .title-bar {
  margin-top: 32px;
}
body .content.content_top_margin {
  margin-top: 128px !important;
}
.tax-info-submit .loader {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 12px;
    height: 12px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    margin-left: 5px;
}
#project-product-information-form .product_relations .modeldesc{
  width: 150px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.modal-backdrop{
  z-index : 0;
  background-color: #fff;
}
#product_wrapper .product_relations #relatedProductsContent .related_product{
  width: calc(100% - 16px);
  color: #6c757d;
  border: 1px solid #6c757d;
  padding: 6px 12px;
  margin: 8px;
}
#product_wrapper .product_relations #relatedProductsContent .related_product .porduct-detail{
  display: flex;
  justify-content: space-between;
}
#product_wrapper .related_product .d-flex {
  justify-content: space-between;
  gap: 20px;
}
#product_wrapper .related_product .product-content{
  width: 100%;
}
#product_wrapper .related_product .product-desc{
  text-align: justify;
  font-weight: 400;
}
#product_wrapper  .related_product .toggle_product{
  border: 0;
  outline: 0;
}
#product_wrapper .related_product .toggle_product:focus {
  background-color: #000;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.modal-footer{
  align-items: baseline !important;
}

.table td.revenulist_product_item {
  text-align: center;
}
.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.spinner-overlay .spinner-border-sm {
    width: 5rem;
    height: 5rem;
    border-width: .5em;
}
.pramotional-modal .swal2-popup{
    max-width: 800px;
    width: 100%;
    padding: 0;
    border-radius: 10px;
}
.pramotional-modal .swal2-popup .pramotional-container {
    height:500px;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 10px;
}
.pramotional-modal .swal2-popup .swal2-close {
    position: absolute;
    right: -20px;
    top: -20px;
    background: #000;
    border-radius: 24px;
    line-height: 20px;
    font-size: 24px;
    width: 40px;
    height: 40px;
    color: #fff;
}
.pramotional-modal .swal2-popup .swal2-close:hover {
    color: #fff;
}
.pramotional-modal .swal2-popup .swal2-close:focus {
    outline: none;
    border: 0;
    box-shadow: none;
}
.pramotional-modal .swal2-popup img.swal2-image {
    margin: 0;
}
.pramotional-modal .swal2-html-container{
  margin:0;
  border-radius:10px ;
}
.pramotional-modal .swal2-popup .swal2-container {
    text-align: left;
    margin: 0;
    padding: 0 30px;
    overflow: unset;
    display: block;
}
.pramotional-modal .swal2-popup .swal2-title {
    margin: 20px 0;
}
.pramotional-modal p,.pramotional-modal ul{
    font-family: Arial, "Noto Sans KR", Helvetica, sans-serif;
    color:#737373;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 14px;
}
@media (max-width: 1000px) {
  .header_bottom_before {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .pramotional-modal .swal2-popup .swal2-close {
      right:-10px
  }
}
@media (max-width: 782px) {
  .header_bottom_before {
    margin-top: 45px;
  }
}
