body {
    background-color: #181721!important;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    padding: 0;
}
.pre_title {
    color: rgb(232 92 112); 
    margin-bottom: 0; 
    font-weight: 600;
}
header {
    font-family: "Roboto", sans-serif; 
}
.divider3 {
    height: 1px;
    width: 100%;
    background: linear-gradient(
        hsla(293, 12%, 85%, 0.19) 50%
    ); 
}
.divider4 {
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, 
        hsla(293, 12%, 85%, 0.19) 0%, 
        hsla(288, 89%, 83%, 0) 100%
    ); 
}

.form_dol_1 {
    background-color: #1c1a25;
    z-index: 0;
    border-radius: 15px;
}
.form_dol_2 {
    background-color: #1c1a25;
    z-index: 0;
    border-radius: 15px;
}
.payment_method {
    color: white; 
    margin-bottom: 0; 
    font-weight: 600;
}
.amount-range {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: rgb(35 33 44);
    outline: none;
}

.amount-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.amount-range::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
#amount-range-output {
    width: 100px; 
    background: rgb(35 33 44); 
    border: solid 1px rgb(50, 46, 61); 
    color: rgb(34, 197, 94); 
    font-weight: 700; 
    height: auto; 
    display: flex; 
    align-items: center;
}
#amount-range-output:focus {
    border-color: #fff;
    box-shadow: 0 0 0 1px rgb(255, 255, 255);
    outline: none;
  }
.regulamin_checkbox input {
    display: none;
}
  
.regulamin_checkbox .checkmark {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    position: relative;
    transition: all 0.25s ease-in-out;
    flex-shrink: 0;
}
  
.regulamin_checkbox input:checked + .checkmark {
    background-color: rgb(34, 197, 94);
    border-color: rgb(34, 197, 94);
}
  
.regulamin_checkbox .checkmark::after {
    content: '';
    position: absolute;
    display: none;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
  
.regulamin_checkbox input:checked + .checkmark::after {
    display: block;
}
  
.check_reg {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-left: 10px;
}
.check_reg span {
    background: linear-gradient(270deg, #d0beff 0%, #d8d0e0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

input::placeholder {
    color: rgba(255, 255, 255, 0.6)!important;
}
.form_dol_1_amount_desc_1 {
    font-weight: 700; 
    color: rgb(34, 197, 94);
}
.form_dol_1_amount_desc_2 {
    font-size: 14px; 
    font-weight: 600; 
    color: rgba(255, 255, 255, 0.9)!important;
}
.form_dol_2_nick_desc_1 {
    font-weight: 700; 
    color: white;
}
.form_dol_2_nick_desc_2 { 
    font-size: 14px; 
    font-weight: 600; 
    color: rgba(255, 255, 255, 0.8);
}
.form_dol_2_nick {
    min-width: 100px!important;
}
.nick_input, .email_input {
    background: rgb(35, 33, 44)!important; 
    border: solid 1px rgb(50, 46, 61)!important; 
    color: white!important; 
    height: 50px!important; 
    font-size: 1rem!important;
}
.nick_input:focus, .email_input:focus {
    border-color: #fff!important;
    box-shadow: 0 0 0 1px rgb(255, 255, 255)!important;
    outline: none!important;
}
.form_dol_2_email {
    min-width: 100px;
}
.form_dol_2_email_desc_1 {
    font-weight: 700; 
    color: white;
}
.form_dol_2_email_desc_2 {
    font-size: 14px; 
    font-weight: 600; 
    color: rgba(255, 255, 255, 0.8);
}
.form_dol_2_to_pay_1 {
    font-weight: 700; 
    color: rgb(34, 197, 94);
}
.form_dol_2_to_pay_2 {
    font-size: 14px; 
    font-weight: 600; 
    color: rgba(255, 255, 255, 0.9);
}
.total-price-span {
    font-weight: 700; 
    font-size: 1.1rem; 
    color: white;
}
.dol_btn {
    color: white!important;
    padding: 15px 35px !important;
    border-radius: 8px;
    background: linear-gradient(270deg, #eb5e6c 0, #8c22d0)!important;
    font-size: 1rem; 
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    border: none;
}
.doladowanie-regulamin-alert {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(140, 34, 208, 0.3);
    color: white;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    font-weight: 500;
    font-size: 1rem;
    z-index: 10000;
    display: flex;
    align-items: center;
    animation-duration: 0.5s;
}

@keyframes shake {
    0% { transform: translateX(-50%) translateY(0); }
    25% { transform: translateX(-48%) translateY(0); }
    50% { transform: translateX(-52%) translateY(0); }
    75% { transform: translateX(-48%) translateY(0); }
    100% { transform: translateX(-50%) translateY(0); }
}

.toast-shake {
    animation: shake 0.4s;
}

@keyframes fadeOut {
    from { opacity: 1; transform: translateX(-50%) translateY(0); }
    to { opacity: 0; transform: translateX(-50%) translateY(-10px); }
}

.toast-hide {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.fog2 {
    position: absolute;
    top: 450px;
    width: 100px;
    height: 350px;
    background: linear-gradient(270deg, rgba(235, 94, 108, 0.3) 0, rgba(140, 34, 208, 0.4));
    filter: blur(82px);
    pointer-events: none;
    transform: translate(-50%, -50%) rotate(135deg);
    z-index: -1;
}