.mt-25 {
    margin-top: 25px !important;
}

.field-icon {
    left: 286px;
    top: 25px;
    float: right;
    position: relative;
    z-index: 500;
    cursor: pointer;
}

.color-red {
    color: red !important;
}

.card1 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 25px 0;
    box-shadow: 0 1px 4px 0 #0000008a !important;
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
}


/*# sourceMappingURL=style.css.map */


/* End Gallary */

@media (max-width: 768px) {
    .image1 {
        display: inline-block;
        margin: 1px;
        width: 100% !important;
    }
}

.image1 {
    display: inline-block;
    margin: 6px;
    width: 32%;
}

.card1:hover [data-header-animation="true"] {
    -webkit-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    -o-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

.card .profile {
    width: 125px !important;
    height: 125px !important;
}

.logo-img-txt img {
    width: auto;
    height: 38px;
}

.logo-img1 {
    margin-left: 5%;
}

.cursor-pointer {
    cursor: pointer;
}

.error {
    color: red;
}


/* Media list start/
/* Gallary */

.tooltip-triangle-video {
    /* height: 150px; */
    /* width: 200px; */
    height: 100%;
}

a {
    color: #7ac143;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #7ac143;
    outline: none;
}

p {
    margin-bottom: 1.5em;
}

figure {
    margin-bottom: 2.5em;
    float: left;
    width: 100%;
}

figure figcaption {
    font-size: 16px;
    width: 80%;
    margin: 20px auto 0px auto;
    color: #b3b3b3;
    font-style: italic;
    font-family: "Merriweather", Times, serif;
}

::-webkit-selection {
    color: #fff;
    background: #7ac143;
}

::-moz-selection {
    color: #fff;
    background: #7ac143;
}

::selection {
    color: #fff;
    background: #7ac143;
}

#fh5co-page {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#fh5co-aside {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 15%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    overflow-y: scroll;
    background: #e6e6e6;
    z-index: 1001;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-aside.border {
    border-right: 1px solid #e6e6e6;
}

#fh5co-aside #fh5co-logo {
    text-align: center;
}

#fh5co-aside #fh5co-main-menu ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

#fh5co-aside #fh5co-main-menu ul li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

#fh5co-aside #fh5co-main-menu ul li a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 10px 10px;
    letter-spacing: .2em;
    font-family: "Merriweather", Times, serif;
}

#fh5co-aside #fh5co-main-menu ul li a:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 7px;
    left: 10px;
    right: 10px;
    background-color: #7ac143;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#fh5co-aside #fh5co-main-menu ul li a:hover {
    text-decoration: none;
    color: black;
}

#fh5co-aside #fh5co-main-menu ul li a:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

#fh5co-aside #fh5co-main-menu ul li.fh5co-active a {
    color: black;
}

#fh5co-aside #fh5co-main-menu ul li.fh5co-active a:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

#fh5co-aside .fh5co-footer {
    position: absolute;
    bottom: 40px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

#fh5co-aside .fh5co-footer span {
    display: block;
}

#fh5co-aside .fh5co-footer ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

#fh5co-aside .fh5co-footer ul li {
    padding: 0;
    margin: 0;
    display: inline;
    list-style: none;
}

#fh5co-aside .fh5co-footer ul li a {
    color: rgba(0, 0, 0, 0.7);
    padding: 4px;
}

#fh5co-aside .fh5co-footer ul li a:hover,
#fh5co-aside .fh5co-footer ul li a:active,
#fh5co-aside .fh5co-footer ul li a:focus {
    text-decoration: none;
    outline: none;
    color: #7ac143;
}

#fh5co-main {
    width: 100%;
    /* float: right; */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-main .fh5co-narrow-content {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 4em 0;
}

.fh5co-gallery {
    position: relative;
    margin-bottom: 7em;
    float: left;
    width: 100%;
}

.fh5co-gallery .gallery-item {
    /* width: 190px; */
    width: 186px;
    height: 132px;
    background-color: #84848459;
    margin-left: 1%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    /* float: left; */
    z-index: 110;
}

.fh5co-gallery .gallery-item-2 {
    width: 176px;
    height: 132px;
    background-color: #f5f5f5;
    margin-left: 1%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    /* float: left; */
    z-index: 110;
}

.color-head {
    color: #ec4a47;
    font-weight: bold;
}

.fh5co-gallery .gallery-item img {
    position: relative;
    max-width: 100%;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}

.fh5co-gallery .gallery-item .overlay1 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 11;
    vertical-align: middle;
    padding-top: 6%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 100% !important;
}

.fh5co-gallery .gallery-item .overlay1 h2,
.fh5co-gallery .gallery-item .overlay1 span {
    position: relative;
    z-index: 12;
    margin-bottom: 0;
    text-align: center;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fh5co-gallery .gallery-item .overlay1 h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 10px;
    bottom: -15px;
}

.fh5co-gallery .gallery-item .overlay1 span {
    color: #7ac143;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    bottom: -5px;
    visibility: hidden;
    opacity: 0;
}

.fh5co-gallery .gallery-item .overlay1:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}

.fh5co-gallery .gallery-item img {
    height: 132px;
    width: 100vh;
}

.fh5co-gallery .gallery-item:hover video {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    height: 154px;
}

.fh5co-gallery .gallery-item:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    height: 132px;
    width: 100vh;
}

.fh5co-gallery .gallery-item:hover .overlay1 {
    visibility: visible;
    opacity: 1;
}

.fh5co-gallery .gallery-item:hover .overlay1:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}

.fh5co-gallery .gallery-item:hover .overlay1 h2 {
    bottom: 0px;
}

.fh5co-gallery .gallery-item:hover .overlay1 span {
    visibility: visible;
    opacity: 1;
    bottom: 0px;
}

.fh5co-services {
    margin-top: 5px;
}

.fh5co-services ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.work-pagination {
    padding: 3em 0;
}

.work-pagination a {
    color: #000;
}

.work-pagination a:hover {
    color: #7ac143;
    text-decoration: none;
}

.fh5co-border-bottom {
    border-bottom: 1px solid #f0f0f0;
}

.fh5co-testimonial {
    padding: 3em 0;
    background: #7ac143;
    position: relative;
}

.fh5co-testimonial .item figure {
    text-align: center;
}

.fh5co-testimonial .item figure img {
    max-width: inherit;
    width: 90px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.fh5co-testimonial .item p {
    font-size: 30px;
}

.fh5co-testimonial .item .author {
    font-size: 16px;
    display: block;
}

.fh5co-counters {
    padding: 1em 0;
    background: #e6e6e6;
    background-size: cover;
    background-attachment: fixed;
}

.fh5co-counters .fh5co-counter {
    font-size: 50px;
    display: block;
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    width: 100%;
    font-weight: 700;
    margin-bottom: .5em;
}

.fh5co-counters .fh5co-counter-label {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Merriweather", Times, serif;
    letter-spacing: 5px;
    margin-bottom: 2em;
    display: block;
}

.fh5co-lead {
    font-size: 24px;
    line-height: 1.5;
}

.fh5co-heading-colored {
    color: #7ac143;
}

.fh5co-cards {
    padding: 1em 0;
    background: #e6e6e6;
}

.fh5co-cards .fh5co-flex-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

.fh5co-cards .fh5co-flex-wrap>div {
    width: 49.5%;
    margin-right: 1%;
    background: #fff;
    padding: 30px;
    margin-bottom: 10px;
}

.fh5co-cards .fh5co-flex-wrap>div:nth-of-type(1) {
    float: left;
}

.fh5co-cards .fh5co-flex-wrap>div:nth-of-type(2) {
    float: right;
    margin-right: 0%;
}

.fh5co-cards .fh5co-flex-wrap .fh5co-card p:last-child {
    margin-bottom: 0;
}

.fh5co-cards .fh5co-flex-wrap .fh5co-card h5 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .2em;
    padding: 4px 8px;
    background: #ebebeb;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.fh5co-counter .fh5co-number {
    font-size: 100px;
    color: #7ac143;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: .7;
}

.fh5co-counter .fh5co-number.fh5co-left {
    float: left;
    width: 30%;
}

.fh5co-counter .fh5co-text {
    float: right;
    text-align: left;
    width: 70%;
}

.fh5co-counter .fh5co-text h3 {
    margin: 0;
    padding: 0;
    position: relative;
}

.fh5co-counter .fh5co-text h3.border-bottom:after {
    content: "";
    width: 50px;
}

.fh5co-social {
    padding: 0;
    margin: 0;
    text-align: center;
}

.fh5co-social li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.fh5co-social li a {
    font-size: 22px;
    color: #000;
    padding: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

.fh5co-social li a:hover {
    color: #7ac143;
}

.fh5co-social li a:hover,
.fh5co-social li a:active,
.fh5co-social li a:focus {
    outline: none;
    text-decoration: none;
    color: #7ac143;
}

#map {
    width: 100%;
    height: 700px;
}

.fh5co-more-contact {
    background: #fafafa;
}

.fh5co-feature {
    text-align: left;
    width: 100%;
    float: left;
    padding: 20px;
}

.fh5co-feature .fh5co-icon {
    float: left;
    width: 10%;
    display: block;
    margin-top: 5px;
}

.fh5co-feature .fh5co-icon i {
    color: #7ac143;
    font-size: 70px;
}

.fh5co-feature.fh5co-feature-sm .fh5co-icon i {
    color: #7ac143;
    font-size: 28px;
}

.fh5co-feature .fh5co-text {
    float: right;
    width: 80%;
}

.fh5co-feature .fh5co-text h2,
.fh5co-feature .fh5co-text h3 {
    margin: 0;
    padding: 0;
}

.fh5co-feature .fh5co-text h3 {
    font-weight: 300;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.fh5co-heading {
    font-size: 45px;
    margin-bottom: 1em;
}

.fh5co-heading.fh5co-light {
    color: #fff;
}

.fh5co-heading span {
    display: block;
}

.fh5co-staff img {
    margin-bottom: 1.5em;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

.fh5co-staff h3 {
    margin: 0 0 10px 0;
}

.fh5co-staff h4 {
    margin: 0 0 20px 0;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.4);
}

.float-right {
    float: right;
}

.card-signup-top {
    margin-top: 30px !important;
}

.margin-bottom-10 {
    margin-bottom: 10vh;
}

.card .card-actions {
    top: -25px !important;
}


/* Media list end */


/* Media list end */

.timepicker table {
    margin-top: 15px !important;
}


/* label */

.label {
    border-radius: 2px;
    padding: .3em .6em .3em !important;
    color: white;
}

.label,
.label.label-default {
    background-color: #FFFFFF;
}

.label.label-inverse {
    background-color: #212121;
}

.label.label-primary {
    background-color: #9c27b0;
}

.label.label-success {
    background-color: #4caf50;
}

.label.label-info {
    background-color: #00bcd4;
}

.label.label-warning {
    background-color: #ff9800;
}

.label.label-danger {
    background-color: #f44336;
}

.label.label-rose {
    background-color: #e91e63;
}

.cursor {
    cursor: pointer;
}

.padding-left-6 {
    padding-left: 6%;
}

.padding-left-57 {
    padding-left: 50px;
}

.padding-left-36 {
    padding-left: 36%;
}

.calendar-icon {
    position: absolute;
    top: 31px;
    vertical-align: middle;
    right: 0;
}

.radio-btn ul {
    list-style: none;
    padding-left: 0;
}

.radio-btn ul li {
    float: left;
}

.radio-btn ul li:nth-child(n+2) {
    padding-left: 60px
}

.radio-btn ul li:nth-child(n+3) {
    padding-left: 37px
}

.radio-btn ul li span.padding-left-6 {
    padding-left: 20px
}

.playet-radio-btn ul {
    list-style: none;
    padding-left: 0;
}

.playet-radio-btn ul li {
    float: left;
}

.playet-radio-btn ul li:nth-child(n+2) {
    padding-left: 60px
}

.playet-radio-btn ul li span.padding-left-6 {
    padding-left: 20px
}

.day-btn ul {
    list-style: none;
    padding-left: 0;
}

.day-btn ul li {
    float: left;
    padding-left: 5px
}

mat-pseudo-checkbox.mat-option-pseudo-checkbox.mat-pseudo-checkbox.ng-star-inserted.mat-pseudo-checkbox-checked {
    background-color: #ff4081 !important;
}

mat-pseudo-checkbox.mat-option-pseudo-checkbox.mat-pseudo-checkbox.ng-star-inserted.mat-pseudo-checkbox-checked::after {
    color: #fff !important;
    width: 12px;
    height: 7px;
}


/* .radio-btn ul li span.padding-left-6{padding-left:54px} */

.select-day-range .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
    padding-top: 0px;
}

.mat-select-panel .mat-optgroup-label,
.mat-select-panel .mat-option {
    font-size: 14px !important;
    line-height: 3em;
    height: 2em !important;
}

.margin-top-9 {
    margin-top: 9px;
}

.datepicker {
    border: none;
    padding: 5px;
    border-bottom: 1px solid gray !important;
}

.margin-top-bottom-low {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
    min-height: 27px !important;
}

tr th {
    font-weight: 500 !important;
}

.font-weight-500 {
    font-weight: 500;
}

.blue-color {
    color: #2265bb
}

.orange-color {
    color: #ff9800
}


/***spinner code starts here***/

#myOverlay {
    position: fixed;
    height: 100%;
    width: 100%;
    
}

#myOverlay {
    background: #545151e6;
    opacity: .8;
    z-index: 1030;
    display: none;
    justify-content: center;
    align-items: center;
}

#loadingGIF {
    position: absolute;
    top: 50%;
    left: 38%;
    z-index: 10610;
    display: none;
}


/* 
#loadingGIF1 {
    position: absolute;
    top: 50%;
    left: 46%;
    z-index: 10610;
    display: none;
} */

#loadingGIFUpload {
    position: absolute;
    top: 44%;
    /* width: 100%; */
    left: 30%;
    z-index: 500001;
    display: none;
}
#loadingGIF1Upload {
    position: absolute;
    top: 44%;
    /* width: 100%; */
    left: 30%;
    z-index: 500001;
    display: none;
}

.progress-status {
    /* margin-left: -34px; */
    margin-top: 16px;
    color: whitesmoke;
    font-size: 20px;
}

#loadingGIF1 {
    position: absolute;
    top: 50%;
    left: 45%;
    z-index: 10610;
    display: none;
}

#loadingGIFLogin {
    position: absolute;
    top: 31%;
    left: 45%;
    z-index: 1030;
    display: none;
}


/* Table Spinner */


/* start */

@keyframes lds-facebook_1 {
    0% {
        top: 36px;
        height: 128px;
    }

    50% {
        top: 60px;
        height: 80px;
    }

    100% {
        top: 60px;
        height: 80px;
    }
}

@-webkit-keyframes lds-facebook_1 {
    0% {
        top: 36px;
        height: 128px;
    }

    50% {
        top: 60px;
        height: 80px;
    }

    100% {
        top: 60px;
        height: 80px;
    }
}

@keyframes lds-facebook_2 {
    0% {
        top: 41.99999999999999px;
        height: 116.00000000000001px;
    }

    50% {
        top: 60px;
        height: 80px;
    }

    100% {
        top: 60px;
        height: 80px;
    }
}

@-webkit-keyframes lds-facebook_2 {
    0% {
        top: 41.99999999999999px;
        height: 116.00000000000001px;
    }

    50% {
        top: 60px;
        height: 80px;
    }

    100% {
        top: 60px;
        height: 80px;
    }
}

@keyframes lds-facebook_3 {
    0% {
        top: 48px;
        height: 104px;
    }

    50% {
        top: 60px;
        height: 80px;
    }

    100% {
        top: 60px;
        height: 80px;
    }
}

@-webkit-keyframes lds-facebook_3 {
    0% {
        top: 48px;
        height: 104px;
    }

    50% {
        top: 60px;
        height: 80px;
    }

    100% {
        top: 60px;
        height: 80px;
    }
}

.lds-facebook {
    position: relative;
}

.lds-facebook div {
    position: absolute;
    width: 30px;
}

.lds-facebook div:nth-child(1) {
    left: 35px;
    background: #bd4030;
    -webkit-animation: lds-facebook_1 1.3s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    animation: lds-facebook_1 1.3s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    -webkit-animation-delay: -0.26s;
    animation-delay: -0.26s;
}

.lds-facebook div:nth-child(2) {
    left: 85px;
    background: #e0b83e;
    -webkit-animation: lds-facebook_2 1.3s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    animation: lds-facebook_2 1.3s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    -webkit-animation-delay: -0.13s;
    animation-delay: -0.13s;
}

.lds-facebook div:nth-child(3) {
    left: 135px;
    background: #7f9626;
    -webkit-animation: lds-facebook_3 1.3s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    animation: lds-facebook_3 1.3s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}


/* END */


/**Start of pop up **/

.headerline {
    border-top: 1px solid #c7c7c7 !important;
}

.modal {
    background: rgba(0, 0, 0, 0.6);
    z-index: 1050 !important;
}

.trbgcolor {
    background-color: #e2dfdf;
}

.modalcreate {
    color: rgba(1, 74, 143, 0.88);
    font-size: 20px;
}

.boxshadow {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
}

.modalheadertxt {
    border-bottom: none !important;
    text-align: center;
}


/* .closebtn {
    margin: 0 6px !important;
    height: 40px !important;
    min-width: 0 !important;
    line-height: 24px !important;
    padding: 9px !important;
    width: 40px !important;
    border-radius: 50% !important;
    background-color: #da2244;
    font-size: 16px !important;
    position: fixed;
    top: -21px;
    right: -25px;
    z-index: 100;
    color: #fff;
    cursor: pointer;
} */


/* .okbtn {
    border-radius: 3px;
    color: currentColor;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding: 0 6px;
    margin: 6px 8px;
    line-height: 36px;
    min-width: 88px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    background-color: #013d79 !important;
    color: #fff !important;
} */

@media (min-width: 544px) {
    .modalwidth {
        width: 11.054cm;
        top: 4.054cm;
    }
}

@media (min-width: 544px) {
    .modalwidthpur {
        width: 26.054cm;
        top: 4.054cm;
    }
}


/**End of pop up**/

.urlactive {
    background-color: rgba(255, 255, 255, 0.2);
    transition: 0.3s background-color 0.2s;
}

.activeroute {
    background-color: #ffffff38 !important;
}

.red-dot {
    height: 10px;
    width: 10px;
    background-color: rgb(240, 6, 6);
    border-radius: 50%;
    display: inline-block;
}

.blue-dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.green-dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.txt-font-style a.btn,
.navbar .navbar-nav>li>a.btn {
    padding: 10px 10px !important;
}


/* Primeng auto complete */

.ui-inputtext {
    border: none !important;
}

.ui-autocomplete {
    width: auto;
    zoom: 1;
    cursor: pointer;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    display: inline-block;
}

.ui-autocomplete .ui-autocomplete-dropdown {
    height: 100%;
    width: 2em;
    margin-right: 0;
    vertical-align: top;
}

.ui-autocomplete-query {
    font-weight: bold;
}

.ui-autocomplete-panel {
    position: absolute;
    overflow: auto;
}

.ui-autocomplete-panel .ui-autocomplete-list {
    padding: 0.4em;
    border: 0 none;
}

.ui-autocomplete-panel .ui-autocomplete-list-item {
    border: 0 none;
    cursor: pointer;
    font-weight: normal;
    margin: 1px 0;
    padding: 0.186em 0.313em;
    text-align: left;
}

.ui-autocomplete .ui-button-icon-only,
.ui-autocomplete .ui-button-icon-only:hover,
.ui-autocomplete .ui-button-icon-only:focus,
.ui-autocomplete .ui-button-icon-only:active {
    border-left: 0 none;
}


/* Multiple Selection */

.ui-autocomplete-multiple-container {
    display: inline-block;
}

.ui-autocomplete-multiple-container.ui-inputtext {
    clear: left;
    cursor: text;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0 .25em;
}

.ui-autocomplete-token {
    cursor: default;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: .125em .5em;
    white-space: nowrap;
    position: relative;
    margin-right: .125em;
    border: 0 none;
    font-size: .9em;
}

.ui-autocomplete-token-label {
    display: block;
    margin-right: 2em;
}

.ui-autocomplete-token-icon {
    margin-top: -.5em;
    position: absolute;
    right: 0.2em;
    top: 50%;
    cursor: pointer;
}

.ui-autocomplete-input-token {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    margin: 0 0 0 .125em;
    padding: .25em .25em .25em 0;
}

.ui-autocomplete-input-token input {
    border: 0 none;
    width: 10em;
    outline: medium none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.ui-autocomplete-dd input.ui-corner-all,
.ui-autocomplete-dd .ui-autocomplete-multiple-container.ui-corner-all {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ui-autocomplete-dd .ui-autocomplete-dropdown.ui-corner-all {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


/** AutoComplete **/

.ui-fluid .ui-autocomplete,
.ui-fluid .ui-autocomplete-input {
    width: 100%;
}

.ui-fluid .ui-autocomplete.ui-autocomplete-dd .ui-autocomplete-input,
.ui-fluid .ui-autocomplete.ui-autocomplete-dd .ui-autocomplete-multiple-container {
    width: calc(100% - 2em);
}

.ui-fluid .ui-autocomplete .ui-autocomplete-dropdown.ui-button {
    width: 2em;
}

.ui-state-highlight {
    background-color: #2265bb !important;
    color: white !important;
}

.ui-autocomplete-panel {
    width: 100% !important;
}

.blue {
    color: blue !important;
}

.vertical {
    text-align: center !important;
    /* height: 161px !important;
    width: 112px !important;
    left: 82px !important; */
}

.vertical img {
    width: 92px !important;
}

.dropdown-message .nav-link {
    padding-left: 0px !important;
}

.h1-edit-size h1 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
}

.h1-edit-size h2 {
    margin: 0px;
    padding: 0px;
    font-size: 19px;
}

.h1-edit-size h3 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
}

.h1-edit-size h4 {
    margin: 0px;
    padding: 0px;
    font-size: 17px;
}

.h1-edit-size h5 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

.h1-edit-size h6 {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
}

.disabled {
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}

.dropdown-menu a:hover {
    color: white !important;
    cursor: pointer;
}

.width-80px {
    width: 80px;
    margin-bottom: 0px !important;
}

.width-40px {
    width: 40px;
    margin-bottom: 0px !important;
}

.width-50px {
    width: 50px;
    margin-bottom: 0px !important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.capitalize::first-letter {
    text-transform: uppercase !important;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}


/* .tableBodyScroll tbody {
    display: block;
    max-height: 220px;
    overflow-y: scroll;
}

.tableBodyScroll thead,
tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
} */

.super-admin-tab .mat-tab-body {
    padding-top: 15px !important;
}

.dashboard-font {
    color: #1058b5 !important;
}

.dashboard-font-card1 {
    color: #FC9006 !important;
}

.dashboard-font-card2 {
    color: #DB2063 !important;
}

.dashboard-font-card3 {
    color: #46A34A !important;
}

.dashboard-font-card4 {
    color: #04AFC3 !important;
}

.list-iframe {
    height: 333px;
    /* overflow: auto !important;
    overflow-x: hidden; */
}

.list-iframe li img {
    width: 170px !important;
}

.list-iframe li {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
    padding-top: 3px;
}

.list-iframe li:last-child {
    border-bottom: none
}

#deleteIcon {
    position: absolute;
    right: 1vw;
    font-size: 3px;
    top: 0.5vw;
    background: red;
    color: #fff;
    padding: 5px;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    cursor: pointer;
}

.list-iframe li img {
    /* width: 140px !important; */
    cursor: pointer !important;
}

.list-iframe li p,
.list-iframe li span,
.list-iframe li h1,
.list-iframe li h2,
.list-iframe li h3,
.list-iframe li h4,
.list-iframe li h5,
.list-iframe li h6 {
    cursor: pointer !important;
}

.mat-standard-chip.mat-chip-with-trailing-icon {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-right: 5px !important;
    padding-left: 7px !important;
}

.capitalize {
    text-transform: capitalize;
}

.list-iframe li p,
.list-iframe li span,
.list-iframe li h1,
.list-iframe li h2,
.list-iframe li h3,
.list-iframe li h4,
.list-iframe li h5,
.list-iframe li h6 {
    cursor: pointer !important;
    font-size: 14px !important;
}

.ui-autocomplete {
    position: relative !important;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-autocomplete input {
    background: white !important;
}

image-cropper div img {
    max-height: 40vh !important;
}


/* .mat-chip-list-wrapper {
    margin: -11px !important;
} */

.sign-up .empty-form {
    margin-top: 6px !important;
}


.voted {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}