@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pulse {
  50% {
    background: white;
  }
}
@keyframes pulse {
  50% {
    background: white;
  }
}
a { text-decoration: none; }

.page-content-area {

    min-height: 600px;

}
.row img { width:auto; }
#stripe-form, #stripe-form.d-block {
    height: auto; opacity: 1;
    transition: height 0ms 0ms, opacity 600ms 0ms;
}
#stripe-form.d-none      {
    overflow: hidden;  /* Hide the element content, while height = 0 */
    height: 0;
    opacity: 0;
    transition: height 0ms 400ms, opacity 400ms 0ms;
}
#pulse-container {
    margin: 0 auto;
    text-align: center;
    width: 25px;
}
.loading {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(3, 3, 3, 0.5);
  border-top-color: white;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}

.loading-pulse {
  position: relative;
  width: 6px;
  height: 24px;
  background: rgba(3, 3, 3, 0.5);
  -webkit-animation: pulse 750ms infinite;
          animation: pulse 750ms infinite;
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}
.loading-pulse:before, .loading-pulse:after {
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 6px;
  background: rgba(3, 3, 3, 0.5);
  top: 50%;
  transform: translateY(-50%);
  -webkit-animation: pulse 750ms infinite;
          animation: pulse 750ms infinite;
}
.loading-pulse:before {
  left: -12px;
}
.loading-pulse:after {
  left: 12px;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.hide {
    display: none!important;
}
.pull-left { float:left; }
.header-top-bar .top-right {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.files-outer-container {
    margin-bottom: 30px;
}

.dropdown-menu[data-bs-popper] {
    right: 0;
    left: initial;
}

.nav-link sup { top: -0.3em; }

.lh-12 { line-height: 12px; }


.lh-18 { line-height: 18px; }

.pdf-header.pdf-header-top { height: auto; font-size: 14px; }

.pdf-header-top .pdf-options-header { width: 60%; }

.pdf-header-top .pdf-title-name { height: auto; font-weight: 600; }

.pdf-header-top .pdf-options-header .form-group { font-weight: 600; }

.pdf-header {

    padding: 10px;

    position: relative;

}

.pdf-panel {
    overflow: hidden;
    padding: 0;
}

.pdf-header:after {

    content: '';
    display: block;
    clear: both;

}


.pdf-header .pdf-title {

    width: 40%;
    float: left;
    line-height: 40px;
    overflow: hidden;
}

.pdf-header .pdf-title.v2 {
    width: 40%;
}

.pdf-header .pdf-button {

    width: 10%;
    float: right;

    text-align: center;
    position: absolute;;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

    z-index: 99;

    cursor: pointer;

}

.pdf-header.sub-page {
    padding-left: 40px  ;
}

.pdf-title a i {
    color: #fff;
    background-color: #dd1717;
    padding: 2px;
}

.pdf-title a.collapsed i {
    background-color: #ccc;
}

.actions-buttons {
    margin-top: 20px;
}

.actions-buttons .add-file-btn,
.actions-buttons .cart-update-btn {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.actions-buttons .add-file-btn { 
    background-color: #eee;
    border: 1px solid #ddd;
    float: left;
}

.actions-buttons .cart-update-btn {
    float: right;
    background-color: #eee;
    border: 1px solid #ddd;
}

.actions-buttons .add-file-btn:hover,
.actions-buttons .cart-update-btn:hover {
    background-color: #0f4392;
    color: #fff;
}


#image-upload-display .pdf-panel.brd-bottom {
    margin-bottom: 10px;
    border: 1px solid #ddd;
}


@media screen and (min-width: 1200px) {
    .pdf-header.pdf-header-top {
        display: block!important;
    }
}

.pdf-header-top {
    display: none;
}

.pdf-button i {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.pdf-options {
    transition: 300ms;
    width: 60%;
    float: right;
}

.pdf-options.v2 {
    width: 58.5%;
}

.pdf-header-top .pdf-options-header .form-group,
.pdf-options .form-group {
    margin-bottom: 0rem;
    line-height: 40px;
}

.col-md-cs1,
.col-md-cs4, 
.col-md-cs3, 
.col-md-cs2 {
    float: left;
}

.col-md-cs4 {
    width: 20%;
}

.pdf-options.v2 .col-md-cs4 {
    width: 21%;
}

.lsp5 {
    padding-left: 5px;
}

.col-md-cs1 {
    width: 5%;
}

.col-md-cs2 {
    width: 15%;
}

.pdf-options.v2 .col-md-cs2 {
    width: 16%;
}

.lsp5 {
    padding: 0 5px;
}

.col-md-cs3 {
    width: 10%;
}

.pdf-options :first-child {
    font-size: 13px;
}

.pdf-options :first-child {
    font-size: 13px;
}

.pdf-mobile-title {
    display: none;
}

.frmerror { display: none; margin-top: 30px; }

.input-error {
    border-color: #d03e3e!important;
    color: #d03e3e!important;
}

.quantity {
    width: 100%;
    padding-right: 0;
    position: relative;
}

.quantity input[type="number"] {
    width: 80%;
    height: 35px;
    line-height: 30px;
    padding: 2px 0px 3px 5px;
    border: 1px solid #ccc;
}

.quantity .qty {
    width: 35px;
    padding-right: 0;
}

.qty-button.inc {
    top: 0;
    border-top-right-radius: 3px;
    border-top: 1px solid #ccc;
}

.qty-button.dec {
    bottom: 0;
    border-bottom-right-radius: 3px;
    height: 20px;
}

.qty-button {
    display: inline-block;
    position: absolute;
    right: 0;
    height: 19px;
    width: 20px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    background-color: #e2e2e2;
    border-right: 1px solid #ccc;
    border-left: 1px solid #d0d0d0;
    border-bottom: 1px solid #ccc;
}

form select.sel-arrow {
  /* styling */
  background-color: white;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  font-size: 12px;
  line-height: 30px;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 3em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

form select.sel-arrow:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

#view-btn {
    border: 1px solid #ddd;
}

@media screen and (max-width: 1024px) {
    .pdf-header .pdf-title, .pdf-header .pdf-options {
        width: 100%;
        float: none;
        position: relative;
        top: inherit;
        right: inherit;
    }

    .pdf-header .pdf-title, .pdf-header .pdf-options {
        width: 100%;
        float: none;
        position: relative;
        top: inherit;
        right: inherit;
    }

    .pdf-header .pdf-options > :first-of-type {}
}


@media screen and (min-width: 480px) {

    .pdf-header-top .pdf-options-header {
        transition: 300ms;
        position: relative;
        float: right;
    }

    .pdf-header-top .pdf-options-header .form-group {
        text-align: center;
    }

    .pdf-header-top .pdf-title-name {
        width: 40%;
        float: left;
        overflow: hidden;
    }

    .pdf-header.pdf-header-top {
        background: transparent;
    }

}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
    .files-outer-container {
        border: none;
    }

    .pdf-header {
        padding-bottom: 20px;
    }

    .col-md-cs4 {
        width: 100%;
        margin-bottom: 4px;
    }

    .pdf-mobile-title {
        display: block;
    }

    .lsp5 {
        margin-left: 0px;
        padding-left: 0;
    }

    .col-md-cs2 {
        width: 100%;
        margin-bottom: 4px;
    }

    .col-md-cs1, .col-md-cs3 {
        width: 100%;
        margin-bottom: 4px;
    }

    #view-btn { width:100%; }
}

.page-inner {
    border-top: 1px solid #ddd;
}


.iframe-container {    
    padding-bottom: 60%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.iframe-container iframe,
.iframe-container object,
.iframe-container embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal.in .modal-dialog {
  transform: none; /*translate(0px, 0px);*/
}


/*.upload-actions {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;

}*/
.fileinput-remove-button {
    background: #ccc;
}
.upload-actions .btn {
    border-radius: 0.5rem!important;
}
.file-upload-area {
    position: relative;
    color: #fff;
    padding: 10px 0;
    min-height: calc( 100vh - 192px );
}

.file-upload-area .file-drop-zone-title,
.file-upload-area .file-caption, 
.file-upload-area .file-caption .btn-outline-secondary {
    color: #fff;
}

.file-upload-area .form-control, .upload-actions {
    /*background: #181e43;
    border: 1px solid #0c1239;
    border-radius: 0;*/
    color: #fff;
}

.progress-container {  
    position: absolute;
    top: 0;
    left: 0;
    right: 0;  
    background-color: #fff;
    z-index: 999999999999;
}

#progress-status {
    background-color: #cf2a27;
}

.file-upload-area .btn-primary {
    background-color: #0c1239;
    border-color: #0c1239;
}

.krajee-default.file-preview-frame {
    background-color: #fff;
}

.whatsapp-btn { display: none; visibility: hidden; }

.file-upload-area .file-caption {
    background: #181e43;
    position: fixed;
    bottom: 0;
    z-index: 99999;
}

.file-upload-area .file-preview {
    z-index: 0;
    cursor: alias;
}

.file-upload-area .file-drop-zone {
    background-color: transparent;
    z-index: 9999;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.file-preview-thumbnails {
    overflow-y: scroll;
    max-height: 60%;

}


.file-preview-thumbnails::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.file-preview-thumbnails::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

.file-preview-thumbnails::-webkit-scrollbar-thumb
{
    background-color: #0ae;
    
    background-image: -webkit-gradient(linear, 0 0, 0 100%,
                   color-stop(.5, rgba(255, 255, 255, .2)),
                   color-stop(.5, transparent), to(transparent));
}

.primary-action, .fileinput-upload-button {
  background-color: #cf2a27;
  color: #fff;
}

.primary-action:hover, .fileinput-upload-button:hover,
.primary-action:hover, .fileinput-cancel-button:hover,
.primary-action:hover, .fileinput-remove-button:hover {
  background-color: #5a6268!important;
  border-color:#5a6268;
  color: #fff;
}

.file-input .file-caption .btn, .file-input .file-caption input {
    padding: 30px 40px;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
}

.file-input .file-caption .fileinput-remove {
    background-color: #ccc;
}


.file-input .file-caption .fileinput-upload {
    border-radius: 0;
}

.kv-upload-progress {
    position: fixed;
    bottom: 75px;
    z-index: 999;
    width: 100vw;
}

.kv-upload-progress .progress {
    border-radius: 0;
}

.file-preview .file-icon {
    margin: 20px auto;
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
}

.file-preview .file-icon .inner i,
.file-preview  .file-icon .inner span {
    font-size: 60px;
    margin-bottom: 10px;
    color: #000;
}

/*.file-preview .file-icon .inner {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}*/


.file-drop-zone-title {
    line-height: 50px;
}

.file-drop-zone-title h3,
.file-drop-zone-title h4,
.file-drop-zone-title h5,
.file-drop-zone-title h6 {
    color: #fff;
    padding: 15px 10px;
}

.file-preview .btn-outline-secondary {
    color: #fff;
    background-color: #cf2a27;
    border-color: #cf2a27;
}

.file-preview .btn-outline-secondary:hover {
    color: #fff;
    background-color: #cf2a27!important;
    border-color: #cf2a27;
}

.file-preview .file-footer-buttons .btn-outline-secondary {
    background-color: #000;
    border-color: #000;
}

.file-preview .file-footer-buttons .btn-outline-secondary:hover {
    background-color: #0f4392;
    border-color: #0f4392;
}

.cart-area-section .active {
    background-color: #ddd;
}

/*** Breadcrumb **/

@-webkit-keyframes bounce {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.9);
  }
  66% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.9);
  }
  66% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}


/* Component Styles - Steps */
.steps {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0 0 2rem 0;
  list-style: none;
}

.step {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  position: relative;
  pointer-events: none;
}
.step--active, .step--complete {
  cursor: pointer;
  pointer-events: all;
}
.step:not(:last-child):before, .step:not(:last-child):after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 0.25rem;
  content: "";
  transform: translateY(-50%);
  will-change: width;
  z-index: 1;
}
.step:before {
  width: 100%;
  background-color: #e6e7e8;
}
.step:after {
  width: 0;
  background-color: #cb3228;
}
.step.step--current .step__icon {
    background-color: #cb3228;
}
.step--complete:after {
  width: 100% !important;
  opacity: 1;
  transition: width 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.step__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border: 0.25rem solid #fff;
  border-radius: 50%;
  color: transparent;
  z-index: 2;
}
.step--complete.step--active .step__icon:before {
  display: block;
  color: #fff;
  content: "✓";
}
.step--complete.step--active .step__icon {
  color: #fff;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.step--complete.step--active .step__icon {
  border-color: #cb3228;
  background-color: #cb3228;
  transition-delay: 0.5s;
}
.step--complete .step__icon {
  -webkit-animation: bounce 0.5s ease-in-out;
          animation: bounce 0.5s ease-in-out;
  background-color: #ff2267;
  border-color: #ff2267;
  color: #fff;
}

.step__label {
  position: absolute;
  bottom: -2rem;
  left: 8%;
  margin-top: 1rem;
  font-size: 0.8rem;
  transform: translateX(-50%);
}
.step--complete.step--active:not(:last-child):before {
    background-color: #cb3228;
}
.step--complete.step--inactive .step__label {
  color: #e6e7e8;
}
.step--complete.step--active .step__label,
.step.step--current .step__label {
  color: #fff;
}
.step--active .step__label {
  transition: color 0.3s ease-in-out;
  transition-delay: 0.5s;
}

/* hide input */
input.radio:empty {
    margin-left: -999px;
}

/* style label */
input.radio:empty ~ label {
    position: relative;
    float: left;
    line-height: 1.2em;
    text-indent: 3.25em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.order-payment-box input.radio:empty ~ label {
    line-height: inherit;
}

.checkout-area-section .payment-options {
    border: none;
}

#stripe-form {
    background-color: #ecececdd;
    padding: 30px 60px;
}

input.radio:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    content: '';
    width: 2.5em;
    background: #cb3228;
    border-radius: 3px;
    line-height: 33px;
}

/* toggle hover */
input.radio:hover:not(:checked) ~ label:before {
    content:'\2714';
    text-indent: .9em;    
}

input.radio:hover:not(:checked) ~ label {
    color: #fff;
}

/* toggle on */
input.radio:checked ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #fff;
    background-color: #cb3228;
}

input.radio:checked ~ label {
    color: #777;
}

/* radio focus */
input.radio:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.checkout-area-section .form_group {
    margin-bottom: 10px;
}

.checkout-area-section .form_group div {
    display:flex;
    align-items:center;
}

.checkout-area-section .form_group label {
    margin: 0;
}

.slct-48 { line-height: 48px; }

.slct-48 select { margin-right:10px; }

.checkout-area-section .bottom .cart-table tbody .product-title .prod-title {
    font-size: 14px;
    font-weight: 400;
}

.sq-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.sq-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background-color: #cb3228;
}

/* On mouse-over, add a grey background color */
.sq-radio:hover input ~ .checkmark {
  background-color: #cb3228;
  color: #fff;
}

/* On mouse-over, add a grey background color */
.sq-radio:hover input ~ .checkmark:after {
    color: #fff;
}

/* When the radio button is checked, add a blue background 
.sq-radio input:checked ~ .checkmark {
    background-color: #cb3228;
}
*/
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content:'\2714';
    position: absolute;
    line-height: 15px;
    text-align: center;
    color: #9d9d9d;
}

/* Show the indicator (dot/circle) when checked */
.sq-radio input:checked ~ .checkmark:after {
    display: block;
    color: #fff;
}

/* Style the indicator (dot/circle) */
.sq-radio .checkmark:after {
    top: 7px;
    left: 7px;
    width: 18px;
    height: 18px;
    border-radius: 2px;
}


.el-flex-auto div {
    flex: 0 0 auto;
    width: auto;
}

.el-flex-auto .change--btn {
    line-height: 1;
}

.checkout-area-section .bottom .cart-total .cart-total-table {
    border: none;
    text-align: right;
    width: 70%;
    float: right;
}

.checkout-area-section .bottom .cart-total .cart-total-table li,
.checkout-area-section .bottom .cart-total .cart-total-table li span.col.col-title {
    border: none;
}

.checkout-area-section .bottom .cart-total .cart-total-table li span.col.col-title {
    width: 60%;
}

.checkout-area-section .bottom .cart-total .cart-total-table li span.col.col-value {
    width: 40%;
}

.checkout-area-section .form-check { padding:0; }

.other-addresses .sq-radio { margin-left: 0; }

.user-area-section .btn-warning { background-color: #cb3228; color: #fff; }

.selectables:hover { cursor: pointer; }

.checkboxes:hover { cursor: pointer; }



.back-to-top {
    background: #010446;
    color: #fff;
    z-index: 9999999999;
}

.purchase-success, .booking-success {
    padding: 40px 20px;
}

.th_pb_icon {
    color: #000249;
    font-size: 30px;
}
.form-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
      background-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}


.loader {
  width: 48px;
  height: 48px;
  border:10px solid #FFF;
  border-radius: 50%;
  position: relative;
  transform:rotate(45deg);
  box-sizing: border-box;
}
.loader::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  inset:-10px;
  border-radius: 50%;
  border:10px solid #FF3D00;
  animation: prixClipFix 2s infinite linear;
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

.text-light { color: #fff!important; }

.pl-30 {
    padding-left: 45px!important;
}

.user-dashboard .user-sidebar .links li,
.list li {
    list-style: none;
}
.user-dashboard .view-order-page .order-info-area {
    margin-bottom: 0;
}
.was-validated .form-control.input-error {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")!important;
}



.collapsible.collapsed .collapse-hidden {
    display: block;
}
.collapsible.collapsed .collapse-shown {
    display: none;
}

.collapsible .collapse-hidden {
    display: none;
}

#uploadModal .modal-content {
    padding: 20px;
    background: #010446;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    height: 60vh;
}
#uploadModal .modal-body {
    width: 100%;
}
.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60vw;
    max-width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    border-radius: 15px;
    transform: translate(-50%, -50%);
}
#fileCountText {
    color: #fff!important;
}
.button-container {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    display: flex;
    justify-content: space-between;
}
.btn-custom {
    padding: 1rem;
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 2.5rem;
    text-align: center;
    width: 48%;
}
.btn-next {
    background-color: #dd1717;
    color: white;
    border: none;
}
.btn-edit {
    background-color: #ffffff;
    color: #000249;
    border: 2px solid #000249;
}
#uploadModal .progress {
    width: 80%;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}
#uploadModal .progress-bar {
    background-color: #dd1717 !important;
}
.spinner {
    width: 100px;
    height: 100px;
}
#uploadModal .modal-footer {
    border: none;
    position: relative;
    z-index: 999;
}