/* Your Custom CSS Goes here */
.error
{
    color:red;
}

.tour-type-card.active {
    border-color: #0d6efd !important;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
}

.dropzone-custom {
    border: 2px dashed #ccc;
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    background: #f9f9f9;
    border-radius: 8px;
    position: relative;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dropzone-custom img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: none;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 1;
}

.dropzone-icon {
    z-index: 2;
    color: #aaa;
    text-align: center;
    font-size: 14px;
}


.template-scroll-box {
    max-height: 400px; /* Adjust height as needed */
    overflow-y: auto;
    padding-right: 10px;
}

.template-scroll-box-assigned-list {
    max-height: 450px; /* Adjust height as needed */
    overflow-y: auto;
    padding-right: 10px;
}

.sortable-placeholder {
    background-color: #cce1ff;
    border: 2px dashed #007bff;
    height: 45px;
    margin-bottom: 5px;
}

#assignedTaskList li {
    cursor: move;
}

#assignedTaskList,
#assignedTaskList li {
    list-style: none;
}

.form-check-input {
    width: 16px;
    height: 16px;
    border-color: #6f6f6f;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn i {
    margin-left: 0 !important;
    margin-right: 0 !important;
    vertical-align: middle !important;
    line-height: 1 !important;
    font-size: 18px !important;
}

.task_card
{
     height: 500px; /* you can adjust: 350px, 400px, 450px based on your design */
    overflow-y: auto;
    padding: 1rem;
}