.dropdown-toggle{
    height: 40px;
    width: 400px !important;
}

select#locations {
    width: 100%;
    height: 400px;
}
li.sub-location {
    padding-left: 30px;
}
.dropdown-menu>.active>a{
    text-decoration:none;
    outline:0;
}

.btn-group {
    position: absolute;
    display: flex;
    width: 31%;
}
.error_msg{
    color:#FF7F7F;
}

select#locations {
    width: 100%;
    height: 400px;
}
li.sub-location {
    padding-left: 30px;
}
.dropdown-menu>.active>a{
    text-decoration:none;
    outline:0;
}

ul.multiselect-container.dropdown-menu.show {
    width: 100%;
    padding-left: 15px;
    overflow-y: auto;
    max-height: 500px;
}
.btn-group {
    position: absolute;
    display: flex;
    width: 31%;
}
.error_msg{
    color:red;
}
table.w-100 tr:nth-child(2) {
    background-color: #c1c1c1
}

table.w-100 tr:nth-child(2) th,
table.w-100 tr:nth-child(2) td {
    font-size: 26px;
    background-color: #c1c1c1;
}

.col-lg-2.col-6 {
    max-width: 10%;
}

.colum {
    border: 1px solid black;
    border-collapse: collapse;
}

table {
    border-collapse: collapse;
}


body {
    background: #f5f7fa;
    font-family: 'Arial', sans-serif;
}

.page-container {
    margin-top: 20px;
    margin-bottom: 40px;
}

.card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    padding: 20px;
}

.card-header {
    border-radius: 12px 12px 0 0;
    padding: 20px;
    text-align: center;
}

.card-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #1976D2 !important;
}

.card-body-form {
    padding: 25px;
}

.form-group {
    margin-bottom: 25px;
}

label {
    font-size: 16px;
    color: #1976D2 !important;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.form-group label input[type="radio"] {
    margin-right: 6px;
}

.form-group label + label {
    display: inline-block;
    margin-right: 15px;
    font-weight: normal;
    font-size: 15px;
}

#submitBtn {
    background-color: #0d47a1;
    color: white;
    padding: 12px 25px;
    border: none;
    
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s;
}
.header-img {
    width: 100%;
    height: 200px;
    display: block;
}