html,
body {
    height: 100%;
}

body {
    margin: 0;
    background:#fff;
    margin: 0;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #192a3e!important;
    text-align: left;
    letter-spacing: 0;
}

.ngx-toastr {
    width: 550px !important;
    background-color: rgb(14, 85, 14);
    height: 50px;
}

#toast-container>.toast-success {
    background-color: #6da387;
    color: white;
}

.container-padding {
    padding: 10px 5%;
}

.search-triggers .search-button {
    display: inline-block;
    width: 40%;
    margin-right: 25px;
}

.search-triggers .search-button .form-control {
    height: calc(1.5em + .75rem + 12px);
    border-radius: 25px 0px 0px 25px;
    border: 0px;
    background: #ebeff7;
    padding: .375rem 1.5rem;
}

.search-triggers .search-button .form-control:focus {
    background: #ebeff7;
    box-shadow: none;
}

.search-triggers .right-button {
    float: right;
}

.filters-icon,
.download-icon {
    display: inline-block;
    margin-right: 25px;
    font-size: 28px;
    color: #90a0b7;
    position: relative;
    top: 5px;
}

.download-icon {
    color: #2e68ff;
}

.creat-trigger {
    display: inline-block;
}

.input-group-append .btn,
.input-group-prepend .btn-outline-secondary {
    border-radius: 0px 25px 25px 0px;
    background-color: #ebeff7 !important;
    border: 0px;
    background: #ebeff7;
    padding: .375rem 1.5rem;
}

.input-group-append .btn-outline-secondary.focus,
.input-group-append .btn-outline-secondary:focus {
    box-shadow: none !important;
}

.btn {
    padding: 0.7rem 2rem;
}

.btn-rounded {
    border-radius: 40px;
}

.btn-primary {
    background: #2e68ff;
    letter-spacing: 1px;
}

.btn-primary:hover {
    background: #235beb;
}

.input-group-append i {
    color: #192a3e;
}

.trigger-block {
    padding-top: 5rem;
}

.trigger-block img {
    text-align: center;
    margin: 0px auto;
    display: block;
}

.trigger-info {
    padding: 1rem 0px 5rem 0px;
    width: 60%;
    margin: 0px auto;
    text-align: center;
}

.trigger-info p {
    line-height: 28px;
    color: #9eacc1;
    padding-top: 20px;
}

.trigger-active .mat-form-field-appearance-fill .mat-form-field-flex {
    background-color: transparent !important
}

.trigger-details .mat-form-field-appearance-fill .mat-form-field-flex {
    background-color: transparent !important
}

.mat-input-element,
.mat-select-value {
    color: #192a3e;
}

.mat-dialog-container {
    border-radius: 40px !important;
}

.mat-accordion {
    width: 96%;
    display: table;
    margin-bottom: 10px;
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
    background: #ddd !important;
    box-shadow: 0px;
    border: none;
    border-radius: 0px;
}
.mat-accordion .mat-expansion-panel:last-of-type, .mat-expansion-panel{

    box-shadow: none !important;
    border-radius: 0px !important;
}

.mat-expansion-panel-header.mat-expanded:focus,
.mat-expansion-panel-header.mat-expanded:hover {
    background: #ddd !important;
}

.header-bg {
    background: #ddd;
    padding: 10px 20px 0px 0px;
    width: 100%;
    line-height: 21px;
    height: 60px;
    box-shadow: none;
}

.loading-form {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 25px rgb(0 0 0 / 15%);
    padding: 4em;
    height: 1042px;
}

.loading-div {
    position: relative;
    text-align: center;
    margin-bottom: 20em;
    margin-top: 9em;
    width: 80%;
    left: 10%;
    top: 25%;
}

.loading-images {
    position: relative;
    margin-bottom: 3em;
}

.billboard-img {
    position: absolute;
    width: 100%;
    top: 0;
}

.billboard-img img {
    margin-right: 30em;
}

app-max-loader {
    position: relative;
}

#fountainG {
    position: relative;
    width: 7em;
    height: 28px;
    margin: auto;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: #4e63a4;
    width: 18px;
    height: 18px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
}

#fountainG_1 {
    left: 0;
    animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
}

#fountainG_2 {
    left: 20px;
    animation-delay: .75s;
    -o-animation-delay: .75s;
    -ms-animation-delay: .75s;
    -webkit-animation-delay: .75s;
    -moz-animation-delay: .75s;
}

#fountainG_3 {
    left: 40px;
    animation-delay: .9s;
    -o-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
}

#fountainG_4 {
    left: 60px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#fountainG_5 {
    left: 80px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}