.dataTables_filter {
    display: none;
    border: none;
}

.dataTables_info {
    display: inline-block;
    margin-top: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #001125;
}

.dataTable tfoot {
    display: table-header-group;
    background: #EFF3FE;
    border: none !important;
    height: 99px;
    border-radius: 30px 10px 0px 0px !important;
}

.dataTable thead tr {
    background: #eff3fe;
    border-radius: 10px 10px 0px 0px;
}

.dataTable thead tr:first-child th:first-child {
    background: #eff3fe;
    border-radius: 10px 0px 0px 0px;
    padding-left: 15px;
}

.dataTable thead tr:first-child th {
    padding-left: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 15px;
    white-space: nowrap;
}

.dataTable thead tr:first-child th:last-child {
    background: #eff3fe;
    border-radius: 0px 10px 0px 0px;
}

.dataTable th input {
    background-image: url(../../assets/images/Vector.svg);
    background-repeat: no-repeat;
    padding: 5px 10px 5px 25px;
    background-position: 10px !important;
    width: 100%;
    border: none;
    border-radius: 5px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    display: block;
}


table.dataTable {
    border-collapse: collapse;
}

table.dataTable tbody {
    border: 1px solid rgba(0, 17, 37, 0.1);
    border-radius: 0px 0px 10px 10px;
    border-top: none;
}

.dataTables_paginate {
    margin-top: 20px;
    margin-left: 62px;
    margin-right: 0;
    padding-top: 0;
}

.dataTable label {
    width: 100%;
    float: left;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #0057B7;
    padding-bottom: 16px;
    font-family: 'DM Sans';
}

.filters-aashto-members {
    padding-bottom: 20px;
    display: block;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 0px solid rgba(0, 0, 0, 0.3);
}

table.dataTable thead>tr>th.sorting_asc:before {
    opacity: 1;
    bottom: 73%;
    font-size: 20px;
    color: #0061c2;
}

table.dataTable thead>tr>th {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #0057B7;
    border:0;
}

table.dataTable thead>tr>th.sorting_asc::after {
    opacity: 1;
    top: 49%;
    font-size: 20px;
    color: #0061c2;
}

table.dataTable thead>tr>th.sorting::after {
    top: 49%;
    font-size: 20px;
    color: #666666;
}

table.dataTable thead>tr>th.sorting:before {
    color: #666666;
    font-size: 20px;
    bottom: 51%;
}

.filters-aashto-members select.ddlCommitteName,
.filters-aashto-members select.sort-columns {
    border: none;
    border-bottom: 2px solid #0057B7;
    padding: 8px;
    color: #0057B7;
    font-family: 'Open Sans';
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    background: #EFF3FE;
    border-radius: 10px 10px 0px 0px;
    line-height: 19px;
    /* background-image: url(../../); */
    background-image: url(../../assets/images/Dropdown.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}

.filters-aashto-members select.ddlCommitteName {
    margin-bottom: 20px;
}

.filters-aashto-members select.sort-columns {
    margin-left: 0px;
    color: #001125;
    width: calc(50% - 20px);
}

.aashto-members-data {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}

/* .aashto-members-data .dataTable tr td:nth-child(2){
    width: 400px;
} */
.aashto-members-data table.dataTable tfoot th,
.aashto-members-data table.dataTable tfoot td {
    border: none;
    padding-left: 15px !important;
    padding: 0;
}

.aashto-members-data table.dataTable tfoot th:last-child,
.aashto-members-data table.dataTable tfoot td:last-child {
    padding-right: 39px !important;
}

.aashto-members-data table.dataTable tfoot th:first-child,
.aashto-members-data table.dataTable tfoot td:first-child {
    left: 39px !important;
}

.aashto-members-data table.dataTable tr td:first-child {
    padding-left: 20px !important;
    padding-top: 12px;
}

.aashto-members-data table.dataTable tr td {
    font-size: 14px;
    padding-left: 15px !important;
    line-height: 19px;
    color: #001125;
    padding-top: 12px;
    padding-bottom: 12px;
}


.aashto-members-data input:focus-visible,
.aashto-members-data select:focus-visible {
    outline: none;
}

button.send-via-email {
    display: inline-block;
    background: #EFF3FE;
    border-radius: 10px;
    width: 138px;
    height: 39px;
    color: #001125;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    float: right;
    border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    position: relative;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #0057B7;
    border-radius: 100px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: transparent !important;
    border: none;
    margin: 0em;
    font-weight: 600;
    padding: 4px 4px;
    display: initial !important;
    color: #0057B7 !important;
    /* border-bottom:2px solid #0057B7; */
    width: max-content !important;
    /*max-width: 16px;*/
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0em;
    padding: 4px 0px 4px 6px;
    color: #001125 !important;
    min-width: 1px !important;
    font-weight: 400;
    /*max-width: 16px;*/
    display: initial !important;
    font-size: 16px;
    line-height: 22px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: none;
    background-color: none;
    border: 1px solid #fff;
    color: #001125 !important;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:last-child {
    margin-right: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button img {
    vertical-align: middle;
    margin-top: -3px;
}

table tbody td span.members_address,
table tbody td span.member_phone {
    font-size: 14px;
    font-family: 'Open sans';
    color: #001125;
    line-height: 17px;
    display: block;
    font-weight: 400;
    margin-top: 3px;
}

table tbody td span.member_email a {
    color: #0057b7;
    font-size: 14px;
    line-height: 19px;
}

.toggle {
    cursor: pointer;
    display: inline-block;
}

.toggle-switch {
    display: inline-block;
    background: #fff;
    border-radius: 16px;
    width: 30px;
    border: 1px solid #0057b7;
    height: 16px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

.toggle-switch:before,
.toggle-switch:after {
    content: "";
}

.toggle-switch:before {
    display: block;
    background: #0057b7;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 1.8px;
    left: 3px;
    transition: left 0.25s;
}

.toggle-checkbox:checked+.toggle-switch {
    background: #0057b7;
}

.toggle-checkbox:checked+.toggle-switch:before {
    left: 17px;
}

.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}

.toggle-label {
    position: relative;
}

.switcher_div {
    display: inline-block;
    background-color: #eff3fe;
    padding: 8px;
    border-radius: 10px;
    margin-left: 20px;
    width: calc(19% - 19px);
}

.filters-aashto-members .switcher_div.swd-3 {
    width: 10% !important;
    text-align: center;
    cursor: pointer;
}

.switcher_div #print_csv_ops {
    padding: 2px 10px;
    cursor: pointer;
}

.circle-tog {
    border-radius: 50%;
    float: left;
    margin-right: 3px;
    line-height: 0px;
}

div.dt-buttons {
    flex-direction: column;
    position: absolute !important;
    right: -131px;
    top: -60px;
    background-color: #ffff;
    box-shadow: 0px 2px 6px #c7c7c7;
    border-radius: 10px;
    display: none;
    z-index: 3;
}

div.dt-buttons button.dt-button,
button#export-pdf-button,
button#export-csv-button {
    background: #fff;
    outline: none;
    border: none;
    border-radius: 10px;
    margin: 0;
}

button#export-pdf-button,
button#export-csv-button {
    padding: 0.5em 1em;
    border-radius: 2px;
    cursor: pointer;
    font-size: .88em;
    line-height: 1.6em;
    color: black;
    white-space: nowrap;
}

.dt-button.buttons-pdf.buttons-html5,
.dt-button.buttons-csv.buttons-html5 {
    display: none;
}

div.dt-buttons button.dt-button:hover {
    box-shadow: inset 1px 1px 3px #9990;
    background-color: rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, rgb(128 128 128 / 0%) 0%, rgb(0 0 0 / 0%) 100%);
}

div.dt-buttons button.dt-button:focus {
    border: none;
    border-bottom: 1px solid #BFBFBF;
    text-shadow: 0 1px 0 #c4def1;
    background-color: #eff3fe;
    background-image: linear-gradient(to bottom, #eff3fe 0%, #eff3fe 100%);
}

div.dt-button:active:not(.disabled):hover:not(.disabled) {
    box-shadow: inset 1px 1px 3px #9990;
}

div.dt-buttons button.dt-button:active {
    box-shadow: inset 1px 1px 3px #9990 !important;
    background-color: rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, rgb(128 128 128 / 0%) 0%, rgb(0 0 0 / 0%) 100%);
    background-image: linear-gradient(to bottom, #eff3fe 0%, #eff3fe 100%);
    box-shadow: inset 1px 1px 3px #9990;
}

div.dt-buttons button.dt-button,
button#export-pdf-button,
button#export-csv-button {
    border-radius: 10px 10px 0px 0px;
    border: none;
    border-bottom: 1px solid #BFBFBF;
}

div.dt-buttons button.dt-button:last-child {
    border-radius: 0px 0px 10px 10px;
}

div.dt-buttons button.dt-button img,
button#export-pdf-button img,
button#export-csv-button img {
    margin-right: 5px;
}

div.dt-buttons button.dt-button:hover,
button#export-pdf-button:hover,
button#export-csv-button:hover {
    background-color: #eff3fe;
    background-image: linear-gradient(to bottom, #eff3fe 0%, #eff3fe 100%) !important;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #BFBFBF;
}

div.dt-buttons button.dt-button:last-child:hover {
    border-radius: 0px 0px 10px 10px;
}

table.dataTable>tbody>tr.child span.dtr-title {
    float: left;
    margin-right: 30px;
    font-weight: 500;
}

table.dataTable>tbody>tr.child span.dtr-title input {
    display: none !important;
}

table.dataTable ul li:before {
    content: none;
    display: none !important;
}

.dataTables_paginate.paging_simple_numbers {
    margin-bottom: 40px;
}

.member-designation {
    display: none;
}

div.dataTables_wrapper {
    margin-bottom: 42px;
}

table.dataTable.display>tbody>tr.odd>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1,
table.dataTable.display>tbody>tr.even>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1 {
    box-shadow: none !important;
    padding-top: 12px;
    padding-bottom: 12px;
}

table.dataTable.display>tbody>tr.even>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1,
table.dataTable.display>tbody>tr.even>*,
table.dataTable.display>tbody>tr.odd>* {
    box-shadow: none !important;
    vertical-align: top;
}

table.dataTable.display>tbody>tr.odd>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1,
table.dataTable.display>tbody>tr.odd>.sorting_1 td:nth-child(2) {
    width: 35%;
    vertical-align: top;
    padding-left: 20px !important;
    vertical-align: top;
}

table.dataTable.display>tbody>tr.even>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1,
table.dataTable.display>tbody>tr.even>.sorting_1 td:nth-child(2) {
    width: 35%;
    vertical-align: top;
    padding-left: 20px !important;
}

table.dataTable.display>tbody>tr.even>td:first-child,
table.dataTable.display>tbody>tr.odd>td:first-child {
    width: 40% !important;
}

table.dataTable.display>tbody>tr.even>td:nth-child(2),
table.dataTable.display>tbody>tr.odd>td:nth-child(2) {
    width: 29% !important;
}

table.dataTable.display>tbody>tr.even>td:nth-child(3),
table.dataTable.display>tbody>tr.odd>td:nth-child(3) {
    width: 18% !important;
}

table.dataTable.display>tbody>tr.even>td:nth-child(4),
table.dataTable.display>tbody>tr.odd>td:nth-child(4) {
    width: 19% !important;
}

.paginate_button.disabled img {
    filter: grayscale(100%);
    opacity: 0.5;
}

.dataTables_wrapper .dataTables_paginate {
    float: left !important;
    text-align: center !important;
}

.dataTables_paginate>.previous.paginate_button {
    border-right: 2px solid #B2B7BD !important;
    padding: 3px 20px 3px 10px !important;
    margin-right: 20px !important;
}

.dataTables_paginate>.next.paginate_button {
    border-left: 2px solid #B2B7BD !important;
    padding: 3px 10px 3px 20px !important;
    margin-left: 20px !important;
}

.dataTables_paginate span {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
}

.paginate_input {
    width: 41px;
    height: 40px;
    border: 1px solid rgba(0, 17, 37, 0.2);
    border-radius: 10px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin: 0px 10px;
    font-family: 'Open Sans';
}

.dataTables_length {
    margin-top: 20px;
    float: right;
    margin-left: 30px;
}

.dataTables_length label {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    font-family: 'Open sans';
}

.dataTables_wrapper .dataTables_length select {
    width: 70px;
    border: none;
    border-bottom: 2px solid #0057B7;
    padding: 10px 12px;
    color: #001125;
    font-family: 'Open Sans';
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    cursor: pointer;
    display: inline-block;
    background: #EFF3FE;
    border-radius: 10px 10px 0px 0px;
    line-height: 19px;
    background-image: url(../images/dropdown-dd.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}


.dataTable thead th,
table.dataTable thead td {
    border-bottom: 0px solid rgba(0, 0, 0, 0.3);
}

.dataTable thead>tr>th.sorting_asc:before {
    opacity: 1;
    bottom: 73%;
    font-size: 20px;
    color: #0061c2;
}

.dataTable thead>tr>th {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #0057B7;
}

.dataTable thead>tr>th.sorting_asc::after {
    opacity: 1;
    top: 49%;
    font-size: 20px;
    color: #0061c2;
}

table.dataTable thead>tr>th.sorting::after {
    top: 49%;
    font-size: 20px;
    color: #666666;
}

.dataTable thead>tr>th.sorting:before {
    color: #666666;
    font-size: 20px;
    bottom: 51%;
}


.dataTable thead th,
table.dataTable thead td {
    border-bottom: 0px solid rgba(0, 0, 0, 0.3);
}

.dataTable thead>tr>th.sorting_asc:before {
    opacity: 1;
    bottom: 73%;
    font-size: 20px;
    color: #0061c2;
}

.dataTable thead>tr>th {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #0057B7;
}

.dataTable thead>tr>th.sorting_asc::after {
    opacity: 1;
    top: 49%;
    font-size: 20px;
    color: #0061c2;
}

.dataTable thead>tr>th.sorting:before {
    color: #666666;
    font-size: 20px;
    bottom: 51%;
}

.filters-aashto-members select.ddlCommitteName,
.filters-aashto-members select.sort-columns {
    border: none;
    border-bottom: 2px solid #0057B7;
    padding: 8px;
    color: #0057B7;
    font-family: 'Open Sans';
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    background: #EFF3FE;
    border-radius: 10px 10px 0px 0px;
    line-height: 19px;
    /* background-image: url(../../); */
    background-image: url(../../assets/images/Dropdown.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}

.filters-aashto-members select.ddlCommitteName {
    margin-bottom: 20px;
}

.filters-aashto-members select.sort-columns {
    margin-left: 0px;
    color: #001125;
    width: calc(50% - 20px);
}

.aashto-members-data {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}

@media (min-width:1025px) and (max-width: 1199px) {
    .filters-aashto-members select.sort-columns {
        margin-left: 0px;
        color: #001125;
        width: calc(50% - 18px);
    }

    .switcher_div {
        margin-left: 15px;
        width: calc(20% - 14px);
    }

    .filters-aashto-members .switcher_div.swd-3 {
        width: 8% !important;
    }

    .switcher_div #print_csv_ops {
        padding: 2px 0px;
    }

    .toggle-switch:before {
        top: 1.3px;
    }

    .toggle-label {
        margin-left: 7px !important;
    }

    div.dt-buttons {
        right: -1px;
        top: -19px;
        z-index: 2;
    }

    .dataTables_info {
        font-size: 12px;
        line-height: 14px;
    }

    .dataTables_paginate {
        margin-left: 20px !important;
        margin-top: 25px !important;
    }

    .dataTables_paginate span {
        font-size: 13px;
    }

    .dataTables_length label {
        font-size: 13px;
    }

    .paginate_input {
        width: 32px;
        height: 32px;
        font-size: 13px;
        line-height: 15px;
        margin: 0px 10px;
    }

    .dataTables_paginate>.previous.paginate_button {
        padding: 3px 10px 3px 10px !important;
        margin-right: 10px !important;
    }

    .dataTables_paginate>.next.paginate_button {
        border-left: 2px solid #B2B7BD !important;
        padding: 3px 10px 3px 10px !important;
        margin-left: 10px !important;
    }
}

@media (min-width:768px) and (max-width: 1024px) {
    .member-designation {
        display: block;
    }

    .dataTables_wrapper table.dataTable thead tr th:nth-child(3),
    .dataTables_wrapper table.dataTable tbody tr td:nth-child(3) {
        display: none;
    }

    .filters-aashto-members select.ddlCommitteName {
        width: 100%;
    }

    .filters-aashto-members select.sort-columns {
        margin-left: 0px;
        color: #001125;
        width: calc(50% - 17px);
    }

    .switcher_div {
        margin-left: 0px;
        width: calc(18% - 3px);
    }

    .filters-aashto-members .switcher_div.swd-3 {
        width: 9% !important;
    }

    .switcher_div #print_csv_ops {
        padding: 2px 2px;
        cursor: pointer;
    }

    div.dt-buttons {
        right: -1px;
        top: -19px;
        z-index: 2;
    }

    div.dataTables_paginate {
        margin-left: 15px;
    }

    .dataTables_length {
        margin-left: 0px;
    }

    .dataTables_length {
        margin-left: 0px;
    }

    .dataTables_info {
        padding-top: 4px;
    }
}

@media (min-width: 540px) and (max-width: 767px) {
    .filters-aashto-members select.ddlCommitteName {
        width: 100%;
    }

    .filters-aashto-members select.sort-columns {
        margin-left: 0px;
        width: calc(100% - 0px);
    }

    .switcher_div {
        margin-left: 12px;
        width: calc(33% - 12px);
        margin-top: 17px;
    }

    .filters-aashto-members .switcher_div.swd-1 {
        margin-left: 0px;
    }

    .filters-aashto-members .switcher_div.swd-3 {
        width: 32% !important;
    }

    .toggle-switch:before {
        top: 1.3px;
        left: 3px;
    }

    div.dataTables_paginate,
    .dataTables_length {
        text-align: center;
        width: 100%;
        margin-left: 0px;
    }

    .dataTables_info {
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper table.dataTable thead {
        display: none;
    }

    table.dataTable tr {
        margin-bottom: 0px;
        display: block;
        border: none;
        border-bottom: 1px solid #d1d1d1;
        background-color: #bdbdbd00 !important;
        padding: 10px 10px !important;
    }

    .dataTables_wrapper table.dataTable td {
        box-sizing: border-box;
        display: block;
        background-color: #fff;
        clear: left;
        width: 100% !important;
        text-align: left;
        font-size: 14px !important;
        padding: 0px !important;
        border-width: 0px !important;
        box-shadow: none;
    }

    .dataTables_wrapper table.dataTable tr td:first-child {
        font-weight: 600;
    }

    .filters-aashto-members select.ddlCommitteName {
        width: 100%;
    }

    .filters-aashto-members select.sort-columns {
        margin-left: 0px;
        width: calc(100% - 0px);
    }

    .switcher_div {
        margin-left: 13px;
        width: calc(41% - 15px);
        margin-top: 17px;
        padding: 8px 5px;
    }

    .filters-aashto-members .switcher_div.swd-1 {
        margin-left: 0px;
    }

    .filters-aashto-members .switcher_div.swd-3 {
        width: 16% !important;
    }

    .switcher_div #print_csv_ops {
        padding: 2px 2px;
    }

    .toggle-switch:before {
        top: 1.3px;
        left: 3px;
    }

    .toggle-label {
        margin-left: 6px !important;
    }

    div.dt-buttons {
        right: -1px;
        top: -19px;
        z-index: 3;
    }

    div.dataTables_paginate,
    .dataTables_length {
        text-align: center;
        width: 100%;
        margin-left: 0px;
    }

    .dataTables_info {
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .dataTables_paginate>.next.paginate_button {
        border-left: 2px solid #B2B7BD !important;
        padding: 3px 10px 3px 20px !important;
        margin-left: 20px !important;
    }

    .dataTables_paginate>.previous.paginate_button {
        border-right: 2px solid #B2B7BD !important;
        padding: 3px 20px 3px 10px !important;
        margin-right: 20px !important;
    }


    .paginate_input {
        width: 40px;
        height: 40px;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {

        padding: 4px 0px 4px 0px;

    }
}

@media screen and (max-width: 390px) {
    .dataTables_paginate>.next.paginate_button {
        border-left: 2px solid #B2B7BD !important;
        padding: 3px 10px 3px 10px;
        margin-left: 20px !important;
    }

    .dataTables_paginate>.previous.paginate_button {
        border-right: 2px solid #B2B7BD !important;
        padding: 3px 10px 3px 10px !important;
        margin-right: 10px !important;
    }


    .dataTables_info {

        font-size: 14px;
    }

    .paginate_input {
        width: 34px;
        height: 34px;
    }
}

#emailModal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

#emailModal .modal-content {
    background-color: #fefefe;
    border: 1px solid #888;
    margin: 15% auto;
    width: 22%;
}

#emailModal .modal-header {
    padding: 2px 16px;
    display: flex;
    background-color: #173E57;
    color: white;
    flex-direction: row-reverse;
}

#emailModal .modal-body {
    padding: 16px;
}

#emailModal .modal-header h3 {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}

#emailModal .close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: 0px;
    justify-content: flex-end;
    cursor: pointer;
    position: inherit;
}

.toggle-label {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans';
    line-height: 19px;
    float: right;
    margin-top: 4px;
    margin-left: 10px;
}

@media (max-width: 1500px) {
    .modal-content {
        margin: 15% auto;
        width: 30%;
    }
}