.ts-container {
    background: #ffffff;
    text-align: center;
    padding: 15px 15px 40px;
}

.ts-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.interest-btn {
    margin-top: 20px;
    padding: 12px 30px;
    background-color: #393d85;
    color: #fff;
    border: none;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .ts-container .ts-image-wrapper img {
        max-width: 100%;
    }

    .interest-btn {
        padding: 8px 15px;
        font-size: 14px;
    }
}
.ts-image-wrapper img {
    width: 100%;      
    max-width: 53%;
    height: auto;        
    object-fit: contain;  
    display: block;
}

@media (min-height: 700px) {
    .ts-container .ts-image-wrapper img {
        max-height: calc(100vh - 320px);
        max-width: 100%;
    }
}
.interest-btn {
    margin-top: 12px;
}

/* Modal Styling */
.modal-header {
    background-color: #1a3874;
    color: #fff;
    border-bottom: 1px solid #dee2e6;
}

.modal-header .close {
    color: #fff;
    opacity: 0.8;
    margin-top: 5px !important;

}

.modal-header .modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff !important;
}

.modal-body {
    padding: 15px;
}

.modal-body .form-group {
    margin-bottom: 20px;
}

.modal-body label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.modal-body .form-control {
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.modal-body .form-control:focus {
    border-color: #393d85;
    box-shadow: 0 0 0 0.2rem rgba(57, 61, 133, 0.25);
}

.modal-footer {
    padding: 15px;
    border-top: 1px solid #dee2e6;
    margin-top: 5px !important;
}

.modal-footer .btn {
    border-radius: 4px;
    padding: 6px 12px;
    font-weight: 500;
}

.modal-footer .btn-primary {
    background-color: #1a3874 !important;
    border-color: #1a3874 !important;
    color: #ffffff;
}

.modal-footer .btn-primary:hover {
    background-color: #2e3166;
    border-color: #2e3166;
}
.cancle{
    margin-top: 5px;
    background-color: #ce2929;
}
.error-text {
    color: #dc3545;
    font-size: 13px;
    margin-top: 5px;
}

.input-error {
    border: 1px solid #dc3545 !important;
}
.confirmed_btn{
    margin-top: 5px;
    background-color: #1a3874 !important;
    border-color: #1a3874 !important;
    color: #ffffff;
}

.cancel_btn {
    background-color: #ce2929;
    font-size: 14px !important;
}

#commonModal .close{
    display: none;
}

#registrationModal{
    overflow: auto;
}
#sendOtpBtn{
    font-size: 14px !important;
    padding: 6px 6px !important;
}

.verify_btn{
    font-size: 14px !important;
    padding: 6px 6px !important;
}

.btn-color-new, .btn-color-new:hover{
    background-color: #1a3874 !important;
    border-color: #1a3874 !important;
    color: #ffffff;
    font-size: 14px !important;
    margin-right: 5px !important;
    margin-top: 4px;
}
.btn-danger{
    background-color: #c9302c !important;
    border-color: #c9302c !important;
    font-size: 14px !important;
}

#registerBtn{
    font-size: 14px !important;
}

form label {
    font-weight: 600 !important;
}

.select2-search__field{
    width: 200px !important;
    font-size: 14px !important;
}

.reg_course_offered{
    border: 1px solid red;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dddddd 2px !important;
    font-size: 14px !important;
}

#modal_popup_1772634897674 .close{
    margin-top:5px;
}