ce@import url('https://fonts.googleapis.com/css2?family=Playwrite+IS:wght@100..400&display=swap');

body {
    font-family: "Work Sans", sans-serif;
    background: url('assets/bg.jpg') no-repeat center left fixed;
    background-size: cover;
    margin: 0;
    color: #1a627b;
}


.form-group{font-family: "Roboto", sans-serif;}

.entry-step{font-family: "Roboto", sans-serif;}


.event-info {    
    ont-size: 1.1em;
    margin-bottom: 20px;
    ext-align: center;
    font-family: "Roboto", sans-serif;
    olor: #1a627b;
}

h4.event-info{color:#56232a; margin-bottom:10px;}
p.event-info{color:#2b2b2b; margin-bottom:14px;}



.container {
    background: white;
    padding: 20px 20px;
    border-radius: 10px;
    argin-top:600px;
    max-width: 700px;
    width: 100%;
    ox-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 100px;
}

.logo-section {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #eb195f;
}

.header-section {
    display:none; /* ++++++++++++++++++++++++++++++++++++++++++++++++++  hidden ++++++++++++++++++++++++++++++++++++++++++++++++++ */
    background-color: #fff;
    color: white;
    padding: 20px;
    border-radius: 8px 8px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header-section img {
    max-width: 100%;
}

.form-section {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 0px;
   
    
    
}

.form-control {
    border-radius: 50px;
    border: 1px solid #ccc;
    padding: 10px 20px;
    margin-bottom: 15px;
    height:42px;
}

.form-check-input {
    margin-right: 10px;
}

.btn-custom {
    background-color: #eb195f;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-custom:hover {
    background-color: #ff4040;
    transform: translateY(-2px);
}

.btn-custom:active {
    background-color: #ff2020;
    transform: translateY(0);
}

.total-spend {
    font-weight: bold;
    font-size: 1.2em;
    text-align: right;
    margin-top: 20px;
}

.modal-body {
    max-height: 400px;
    overflow-y: auto;
}

.filepond--root {
    overflow: hidden;
}

.add-more-btn {
    display: flex;
    margin-top: 20px;
}

.logo-left, .logo-right {
    height: 50px;
    width: auto;
}

.alert-custom {
    background-color: #f6cb7;
    font-family: 'Playwrite IS', sans-serif;
    font-size: 1.5em;
    border: none;
    text-align: center;
    color: #000;
    padding: 10px;
    border-radius: 50px;
}

/* Custom Checkbox 
.form-check-input {
    position: absolute;
    left: -9999px;
}

.form-check-input + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    user-select: none;
}

.form-check-input + label::before, .form-check-input + label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 5px;
}

.form-check-input + label::before {
    background: #fff;
    border: 2px solid #ccc;
    transition: background-color 0.3s, border-color 0.3s;
}

.form-check-input:checked + label::before {
    background: #ff6060;
    border-color: #ff6060;
}

.form-check-input:checked + label::after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}
*/

/* Custom Dropdown */
.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
    height:110%;
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    user-select: none;
}

.select-selected:after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #ccc;
}

.select-selected.select-arrow-active:after {
    content: "\f0d8";
    color: #ff6060;
}

.select-items div, .select-selected {
    color: #333;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 50px;
    cursor: pointer;
    user-select: none;
}

.select-items {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 99;
    width: 100%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.select-items div:hover, .same-as-selected {
    background-color: #ff6060;
    color: #fff;
}


/* Destination button styling */
.btn-destination {
    background-color: #ffb714;
    color: #fff;
    border-radius: 50px;
    border: none;
    padding: 10px 20px;
    margin-right: 5px;
    width: 48%;
    text-align: center;
}

.btn-destination:hover{color:#fff;}

.btn-destination.active {
    background-color: #811f62;
    color: #fff;
}

/* Full width for destination buttons */
.full-width {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.input-group-text {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 0 10px;
}

.input-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.bill-title {
    font-weight: bold;
    font-size: 1.25em; /* Adjusted size to be a bit smaller */
    margin-bottom: 15px;
    border-bottom: 1px solid #b12e5c; /* Thin border under the title */
    padding-bottom: 5px;
}


/* Media query for mobile devices */
@media (max-width: 767px) {
    .container {
        margin-top: 0;
    }
    .logo-left, .logo-right {
        height: 40px; /* 20% smaller */
    }
}



select.form-control {
    height: 45px; /* Adjust the height value as needed */
    padding: 10px;
    font-size: 16px; /* Adjust font size for better readability */
}

select.form-control option {
    background-color: #fff; /* Background color of the options */
    color: #333; /* Text color */
    padding: 10px; /* Padding inside the options */
    font-size: 16px; /* Font size of the options */
}

select.form-control option:hover {
    background-color: #f66836; /* Background color when hovered */
    color: #fff; /* Text color when hovered */
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ffb714;
    border-radius: 4px;
    background-color: #ffb714;
    color: white;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

.custom-file-upload:hover {
    background-color: #ffb714;
}

.btn-custom {
    background-color: #ffb714;
    color: white;
    border: 1px solid #ffb714;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.btn-custom:hover {
    background-color: #ffb714;
    border-color: #ffb714;
}

.btn-block {
    display: block;
    width: 100%;
}

.add-more-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}

.bill-preview img {
    max-width: 100px;
    margin-top: 10px;
}

.iti--separate-dial-code .iti__selected-flag{ border-radius:20px 20px;}

input[type="checkbox"] {
    width: 25px; /* Adjust the size of the checkbox */
    height: 25px; /* Adjust the size of the checkbox */
    margin: 0px; /* Adds space around the checkbox */
    cursor: pointer; /* Makes the mouse cursor a pointer on hover */
}

.form-check-label{
    margin-bottom: 0;
    margin: 0 0 0 39px;
}


@media (max-width: 600px) {
 .btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child){padding-top:22px;}
}




.iti input, .iti input[type=text], .iti input[type=tel]{width:350px;}

/* Default CSS */

.foot {
    
    width: 100%;
    
    bottom: 0;
}

.footer {
    max-width: 600px;
    margin: 0 auto;
    height: 90px;
    background-size: cover;
}

/* Media query for desktop */
@media (min-width: 501px) {
    .foot {
       
    }
    .footer{max-width:450px!important; height:68px!important;}
}

/* Media query for mobile */
@media (max-width: 500px) {
    .foot {
       
    }
    
}






.


.event-info-heading {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.entry-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.step-circle {
    width: 32px;
    height: 32px;
    min-width: 32px;
    background-color: #ffb714;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    margin-right: 12px;
    flex-shrink: 0;
}

.step-text {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}


