#dyna_form_div .ui-datepicker-trigger {
    position: relative;
    right: 6px;
    top: -25px;
    float: right;
}

.ui-autocomplete {
    position: relative;
    cursor: default;
    z-index: 9999 !important;
    width: 35%;
}

.ui-autocomplete-loading {
    background: url('/images/loader.gif') no-repeat right center
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.tab {
    overflow: hidden;
    background-color: #fff;
    width: 60%;
    margin: auto;
    text-align: center;
}

.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 0px;
    width: 30%;
}

.tab button:hover {
    background-color: #edf3fc;
}

.tab button.active {
    border-bottom: 2px solid #414e9b;
    color: #414e9b;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    min-height: 600px;
    animation: tabContentFadeEffect 1s;
}

#tab_content_container {
    background-color: #fff;
}

@keyframes tabContentFadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tt-card-table--scroller {
    max-height: calc(100vh - 228px);
    overflow-y: auto;
}

.report-detail--card {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 8px;
}

.report-detail {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-right: 32px;
}

#dyn_select_div .ms-drop.bottom {
    z-index: 9999;
}

div#ui-datepicker-div {
    z-index: 9999 !important;
}

.zindex-cls {
    z-index: 1000 !important;
    background-color: #fff !important;
    position: sticky !important;
}

.sweet-alert input {
    margin-top: 0px !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive {
    color: #000000 !important;
}

.skip-to-main-content-link {
    position: absolute;
    top: -9999px;
    z-index: 999;
    padding: 0;
    background-color: black;
    color: white;
    opacity: 0;
}

.skip-to-main-content-link:focus {
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    background-color: black;
    color: white;
}

.disclaimer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.disclaimer-modal {
    background-color: #fff;
    font-family: Roboto, Arial, sans-serif;
    border-radius: 4px;
    overflow: hidden;
    z-index: 99999;
    width: 550px;
    min-height: 350px;
    outline: none;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12) !important;
    overflow-y: auto !important;
    display: flex;
    flex-direction: column;
}

.disclaimer-header {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    color: rgba(0, 0, 0, 0.87);
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    padding: 8px 14px 9px;
    line-height: 40px;
    margin: 0;
    font-family: inherit;
}

.disclaimer-body {
    padding: 20px;
    flex: 1;
    overflow-y: auto;
    font-size: 14px;
}

.disclaimer-footer {
    padding: 14px 20px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
}

.btn-outline {
    padding: 8px 16px;
    border: 1px solid #3f51b5;
    background: #fff;
    color: #3f51b5;
    border-radius: 4px;
    cursor: pointer;
}

#dm-next,
#dm-next:hover {
    background-color: #3f51b5 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    float: left;
    text-align: center;
    border: 1px solid #3f51b5;
    color: #3f51b5;
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    font-weight: 500;
    min-width: 64px;
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.02em;
    font-size: 14px;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}