.text-right{
    text-align: right;
}
.left-arrow-img{
    width: 15px;
    height: 15px;
}

/* Style the custom checkbox container */
.custom-checkbox {
    display: inline-block;
    position: relative;
    padding-right: 25px; /* Adjust this value as needed */
    cursor: pointer;
    user-select: none;
}
button.accordion-button {
    background-color: #f1f1f1;
    border: 0px solid #f1f1f1;
    color:#006A82;
    font-weight: 600;
}
.accordion-item{
    border:none;
}
.custom_checkbox label{
    top:-18px !important
}
.accordion-button::after{
    margin-left: 15px !important;
}
.card-body span.icon {
    margin-right: 10px;
    margin-left: 5px;
}
.card-body li.list-group-item {
    padding-left: 0;
    border-radius: 0px;
}
input#commune_name {
    padding: 4px;
    border-left: 0px;
    box-shadow: 4px .125rem .25rem rgba(0,0,0,.075)!important;
}

input#venue_name {
    padding: 4px;
    border-left: 0px;
    box-shadow: 4px .125rem .25rem rgba(0,0,0,.075)!important;
}

input#event_name {
    box-shadow: -3px .125rem .25rem rgba(0,0,0,.075)!important;
}
.input-group-text {
    background: #fff !important;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-left: 0px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.p-5{
    padding:15px;
}
/* img.me-4.accordian-img {
    width: 30px;
    height: 30px;
} */
span#basic-addon3 {
    height: 38px;
    border-radius: 5px 0px 0px 5px;
    padding-left: 10px;
    padding-right: 0px;
    border-right: none;
    box-shadow: -1px 0px 4px 1px rgba(0,0,0,0.075)!important;
}
.input-group input.form-control {
    border-right: 0px;
}
.accordion-button:not(.collapsed) {
    background-color: #f1f1f1!important;
    color: #006A82!important;
}
.accordion-item:last-of-type{
    border-radius: 10px !important;
}
.card-body li.list-group-item {
    padding-left: 0;
}
img.marker-icon {
    width: 35px;
    height: 34px;
}
.uploadAnImage{
    background: #fff;
    padding: 10px 15px;
    border: none;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-radius: 5px;
}
.form-control{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
/* Hide the default checkbox */
.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
img.add_image {
    margin-right: 15px !important;
}
/* Create a custom checkbox design */
.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    right: 0; /* Place the checkbox on the right side */
    height: 23px; /* Adjust this value as needed */
    width: 23px; /* Adjust this value as needed */
    background-color: #fff;
    border: 2px solid #233951;
    border-radius: 7px;
    cursor: pointer;
    margin-top: 3px;
}

/* Style the custom checkbox when it's checked */
.custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #223950; /* Change this to your desired background color when checked */
    border: 1px solid #223950; /* Change this to your desired border color when checked */
}

/* Style the checkmark inside the custom checkbox */
.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when the custom checkbox is checked */
.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
    display: block;
}

/* Style the appearance of the checkmark (you can use an icon or custom content here) */
.custom-checkbox .checkmark::after {
    right: 5px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); /* Rotate the checkmark */
}
div#commune_dropdown {
    display: none;
}

div#commune_dropdown.is-active {
    display: block;
}

div#commune_dropdown {
    width: 94% !important;
    height: 272px;
    margin-top: 10px;
    overflow: scroll;
    position: absolute;
    z-index: 2;
}

div#commune_dropdown .card-body {
    padding: 0px;
    border: 0 solid transparent;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}



























div#venue_dropdown {
    display: none;
}

div#venue_dropdown.is-active {
    display: block;
}

div#venue_dropdown {
    width: 94% !important;
    height: 272px;
    margin-top: 10px;
    overflow: scroll;
    position: absolute;
    z-index: 2;
}

div#venue_dropdown .card-body {
    padding: 0px;
    border: 0 solid transparent;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}

.user-account-details.event-add-form .error {
    border: red 1px solid;
}