.error-message {
    margin-top: 5px;
    padding-left: 3px;
    color: #ff0000b8;
    font-size: small;
    font-weight: 550;
}

.unauthorised-message {
    margin-top: 5px;
    padding-left: 3px;
    color: #ff0000b8;
    font-size: large;
    font-weight: 700;
}

.naics-div {
    margin-top: 5px;
    padding-left: 3px;
    font-size: small;
    font-weight: 550;
    max-height: 100px;
    overflow-y: scroll;
    margin-bottom: -10px;
}

.custom-error-div {
    margin-top: -15px !important;
    margin-bottom: 5px !important;
}

.center-content {
    justify-content: center;
    display: flex;
    text-align: center;
    font-weight: 500;
}

.padd-top50 {
    padding-top: 50px;
}

.padd-top20 {
    padding-top: 20px;
}

.img-center {
    height: 100px;
}

.profile-setup .ui-multiselect {
    width: 50%;
}

.image-preview-section {
    width: 21.33% !important;
}

.close_img {
    display: inline-block;
    width: 21px;
    height: 21px;
    border-color: #f78a8a;
    font-weight: 500;
    color: #f78a8a;
    border: 2px solid #f78a8a;
    position: absolute;
    right: -12px;
    border-radius: 100%;
    top: 2px !important;
    text-align: center;
    vertical-align: middle;
    line-height: 21px;
    cursor: pointer;
}

a.close_img i {
    font-size: 16px;
    line-height: 0;
    padding-top: 9px;
}

.no-click {
    pointer-events: none;
}

.liked {
    background: url(../images/love-react.png);
    background-size: 20px;
    background-repeat: no-repeat;
}

.reply-textarea {
    min-height: unset !important;
}

.pre-wrap-comment {
    white-space: pre-line !important;
}

.chip-style {
    margin-right: 15px !important;
    margin-top: -9px !important;
}

.prev_btn_form_builder {
    border: 1px solid #ededed !important;
    background-color: #ededed !important;
    color: #2e2e2e;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    min-width: 206px;
    margin: 5px;
}

.next_btn_form_builder {
    border: 1px solid #3f9e85 !important;
    background-color: #3f9e85 !important;
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    min-width: 206px;
    margin: 5px;
}

.mat-tab-label .mat-tab-label-content {
    font-family: 'Montserrat', sans-serif !important;
    opacity: 1 !important;
    font-weight: 600 !important;
}

.autocomplete-input {
    border: 1px solid #cacfe7 !important;
    color: #3b4781 !important;
    height: 42px !important;
    padding: 8px !important;
    border-radius: 5px !important;
    font-size: 14px !important;
}

.autocomplete-input:focus {
    box-shadow: none;
    border-color: #3b4781 !important;
}

.autocomplete-input::placeholder {
    color: black;
    opacity: .6; /* Firefox */
  }
  
.autocomplete-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
    opacity: .6; /* Firefox */
}

.autocomplete-input::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
    opacity: .6; /* Firefox */
}

.autocomplete-search-input {
    border: 1px solid #cacfe7 !important;
    color: #3b4781 !important;
    height: 45px !important;
    border-radius: .25rem!important;
    font-size: 14px !important;
    padding: .375rem .75rem !important;
}

.autocomplete-search-input:focus {
    box-shadow: none;
    border-color: #3b4781 !important;
}

.autocomplete-search-input::placeholder {
    color: black;
    opacity: .6; /* Firefox */
  }
  
.autocomplete-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
    opacity: .6; /* Firefox */
}

.autocomplete-search-input::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
    opacity: .6; /* Firefox */
}

.formlevelspan font {
    color: #f00;
    font-size: 17px;
    position: relative;
    top: 0;
    padding-left: 5px;
}

.register-radio-label {
    padding: 1px !important;
}

.certification_each {
    margin-bottom: 5px !important;
}

.connect-button-div {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    padding-top: 10px;
    vertical-align: top;
}

.cancel-button {
    margin-left: 10%;
    background-color: #f7f7f7 !important;
    color: black;
    border: 1px solid #131514 !important;
}

.dept_addition {
    justify-content: flex-start !important;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}

.dept_details {
    margin: 5px 0px 5px 10px !important;
}

#view_survey_form_section_as_biz .sv_header {
    display: none;
}
#view_survey_form_section_as_govt .sv_header {
    display: none;
}

.connection_list_left ul li a.active {
    box-shadow: rgba(204, 204, 204, 0.23) 0px 0px 18px 6px;
    color: #000;
    text-decoration: none;
}

/* body .ui-datepicker:not(.ui-datepicker-inline) {
    display: flex !important;
}

.ui-calendar .ui-datepicker {
    min-width: 200% !important;
} */

.post-card-image img{
    height: 50px;
    width: 50px;
    border-radius: 10px;
}

.right-section-header {
    float: right;
    display: flex;
}

.right-section-dropdown {
    width: 145px; 
}

.according-dropdown {
    padding-top: 5px;
    padding-left: 5px;
}

.according-dropdown i{
    font-weight: bolder !important;
    font-size: 28px !important;
    cursor: pointer;
}

.slider-section {
    display: flex;
    align-content: center;
    align-items: center;
}

.checkbox-container .form-group label {
    display: flex !important;
}

.form-group p font {
    color: #f00;
    font-size: 17px;
    position: relative;
    top: 0;
    padding-left: 5px;
}

.description-add:hover {
    text-decoration: none;
    opacity: .8;
    color: #000;
}

.preview_req_doc {
    background: #e5ffe500 !important;
    color: #3f9e85 !important;
    font-size: 18px !important;
    margin: 0 !important;
}

.smtl {
    margin-left: 5px !important;
    margin-top: 2px !important;
}

.btn-outline-primary {
    color: #007bff !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 1px solid #007bff !important;
}

.readmore {
    display: contents !important;
}

.readmore:hover {
    text-decoration: none;
    opacity: .8;
    color: #000;
    cursor: pointer;
}

.mt-15 {
    margin-top: 7px;
}

.small-icon {
    font-size: 14px !important;
}

.mat-tab-list {
    background-color: white !important;
}

.mat-tab-group {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
}

.calendar-section {
    position: relative !important;
}

.calendar-section .mat-icon-button {
    position: absolute !important;
    top: -3% !important;
    right: 2% !important;
}

.applicationtable .custom-table td.bit-small {
    width: 400px !important;
}

.applicationtable .custom-table td.reason-cell {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.ngx-charts {
    float: right !important;
    overflow: scroll !important;
}

.chart-legend .legend-labels {
    background: rgb(255, 255, 255) !important;
}

@media(max-width: 1920px) {
    .mat-tab-group {
        max-width: 1400px;
    }
}

@media(max-width: 1680px) {
    .mat-tab-group {
        max-width: 1280px;
    }
}

@media(max-width: 1360px) {
    .mat-tab-group {
        max-width: 1200px;
    }
}

.danger-text {
    color: #f00;
}

.req-check-mark {
    background: #e5ffe500 !important;
    border-radius: 0px !important;
}

.checkbox-label>input:checked~.req-check-mark {
    background-color: #000 !important;
}

.autocomplete-template-span {    
    position: absolute;
    margin: -3px;
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-template-icon {    
    width: 40px;
    padding-bottom: 10px;
    opacity: 0.8;
    color: #a59f9f !important;
}

.autocomplete-left ul {
    margin: 0 !important;
}

.search-error-msg {
    text-align: center;
    font-size: larger;
    font-weight: 600;
    margin-top: 15px;
}

.budylistradio>.form-group {
    margin-bottom: 0;
}

.budylistradio .form-group {
    display: block;
    position: relative;
    width: 92px;
    height: 21px;
    padding: 0;
}

.popoup-toggle {
    width: 80px !important;
}

.budylistradio .form-group input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer;
    opacity: 0;
}

.budylistradio .form-group .swipeChk {
    display: block;
    position: absolute;
    box-shadow: 0 0 0 3px rgba(226, 226, 226, 0.58);
    border-radius: 100px;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

.budylistradio .form-group input:checked+.swipeChk:before {
    left: 100%;
    margin-left: -21px;
}

.budylistradio .form-group input:not(:checked)+.swipeChk:before {
    margin-left: 4px;
}

.budylistradio .form-group .swipeChk:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 4px;
    left: 3px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.1) inset;
    z-index: 1;
    border-radius: 100px;
    transition: 400ms;
}

.budylistradio .form-group input:checked+.swipeChk .on {
    opacity: 1;
}

.budylistradio .form-group input:checked+.swipeChk .off {
    opacity: 0;
}

.budylistradio .form-group .swipeChk .on {
    color: #fff !important;
    background-color: #52b5a1 !important;
    padding: 0 0 0 8px !important;
    opacity: 0;
}

.budylistradio .form-group .swipeChk .on, .budylistradio .form-group .swipeChk .off {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 6px;
    color: #494b4c;
    font-size: 13px;
    line-height: 23px;
    font-weight: 700;
    /* background-color: #bebebe; */
    background-color: #c52419c4;
    padding: 0 0 0 38px;
    text-transform: uppercase;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.popoup-toggle .swipeChk .off {
    padding: 0px 0 0 30px !important;
    color: #fff !important;
}

.flex-right {
    margin-left: auto;
}

.admin-signin-header {
    color: #002a7a;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Hind Madurai', sans-serif;
    text-align: center;
    word-spacing: 8px;
    letter-spacing: 2px;
}

.admin-theme-style.card {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    border-radius: 6px !important;
    font-family: 'Montserrat', sans-serif !important;
}

.admin-theme-style h3 {
    font-size: 1.2rem !important;
    line-height: 1.4em !important;
    font-weight: 300 !important;
    font-family: 'Montserrat', sans-serif !important;
}

.admin-theme-style h4 {
    font-size: 1rem !important;
    line-height: 1.4em !important;
    font-weight: 300 !important;
    font-family: 'Montserrat', sans-serif !important;
}

.admin-theme-style .card-title {
    color: #3c4858 !important;
    font-weight: 300 !important;
    line-height: 1.4em !important;
    padding: 0 !important;
    font-family: 'Montserrat', sans-serif !important;
}

.admin-theme-style .card-body {
    padding: .9375rem 20px !important;
}

.admin-theme-style .card-description {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    line-height: 1.5em !important;
}

.admin-theme-content.content {
    margin-top: 70px;
    padding: 30px 15px;
    min-height: calc(100vh - 123px);
}

.mb-5rem {
    margin-bottom: .5rem !important;
}

.sub-category {
    font-size: 11px !important;
}

.sub-category i {
    font-size: 14px !important;
    width: 16px !important;
    height: 16px !important;
    line-height: 1.5 !important;
    top: 2px !important;
}

.subnav {
    margin-top: 10px !important;
}

.main-content-area.profile_page {
    line-height: 1.5 !important;
    font-family: 'Montserrat', sans-serif !important;
}

.main-content-area.profile_page h3 {
    margin-top: 0px !important;
    line-height: 1.2 !important;
}

.main-content-area.profile_page h4 {
    line-height: 1.2 !important;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

/* .user-list-table td.action-cell {
    max-width: 190px !important;
}

.user-list-table td.email-view-cell {
    max-width: 160px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
} */

.remove_delete_btn {
    color: #d82c0a !important;
    border: #d82c0a 1px solid !important;
}

.remove_delete_btn:hover {
    background: #d82c0a !important;
    color: #FFF !important;
}

.checking-logs-btn {
    padding: 5px 12px;
    color: #232943;
    font-weight: 500;
}

.checking-logs-btn:hover {
    text-decoration: none;
    color: black;
}

.pricingBlock .pricing sup {
    margin-right: 2px !important;
}

.CardField-postalCode {
    display: none;
}

.payment-modal {
    background-color: #f1f0f0 !important;
}

.hide {
    display: none;
}

.scroll-post-data {
    max-height: 136vh;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scroll-post-data::-webkit-scrollbar { width: 0 !important }

.scroll-post-data-biz {
    max-height: 89vh;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scroll-post-data-biz::-webkit-scrollbar { width: 0 !important }

/*** OTP SECTION START ***/
.digit-group input {
    width: 50px;
    height: 40px;
    border: none;
    line-height: 34px;
    text-align: center;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    margin: 0 5px;
    border-bottom: 1px solid #001489;
}

.digit-group input:focus {
    outline: none;
    border-bottom: 1px solid red;
}

/* Chrome, Safari, Edge, Opera */
.digit-group input::-webkit-outer-spin-button,
.digit-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.digit-group input[type=number] {
  -moz-appearance: textfield;
}

/*** OTP SECTION END ***/

/*** STRIPE RELATED CSS START ***/

.example.example1 {
    /* background-color: #6772e5; */
    /* border: 1px solid black; */
}
  
  .example.example1 * {
    font-family: Roboto, Open Sans, Segoe UI, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }
  
  .example.example1 fieldset {
    margin: 0 15px 20px;
    padding: 0;
    border: 1px solid black;
    background-color: #f3f3f3;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
      inset 0 1px 0 #829fff;
    border-radius: 4px;
  }

  .example.example1 .payment-label {
    color: black;
    min-width: 100%;
    padding: 0;
  }
  
  .example.example1 .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
  }
  
  .example.example1 .row + .row {
    border-top: 1px solid #819efc;
  }
  
  .example.example1 label {
    width: 15%;
    min-width: 70px;
    padding: 11px 0;
    color: #c4f0ff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .example.example1 input, .example.example1 button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-style: none;
  }
  
  .example.example1 input:-webkit-autofill {
    -webkit-text-fill-color: #fce883;
    transition: background-color 100000000s;
    -webkit-animation: 1ms void-animation-out;
  }
  
  .example.example1 .StripeElement--webkit-autofill {
    background: transparent !important;
  }
  
  .example.example1 .StripeElement {
    width: 100%;
    padding: 11px 15px 11px 0;
  }
  
  .example.example1 input {
    width: 100%;
    padding: 11px 15px 11px 0;
    color: #fff;
    background-color: transparent;
    -webkit-animation: 1ms void-animation-out;
  }
  
  .example.example1 input::-webkit-input-placeholder {
    color: #87bbfd;
  }
  
  .example.example1 input::-moz-placeholder {
    color: #87bbfd;
  }
  
  .example.example1 input:-ms-input-placeholder {
    color: #87bbfd;
  }
  
  .example.example1 button {
    display: block;
    width: calc(100% - 30px);
    height: 40px;
    margin: 40px 15px 0;
    background-color: #f6a4eb;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
      inset 0 1px 0 #ffb9f6;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
  }
  
  .example.example1 button:active {
    background-color: #d782d9;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
      inset 0 1px 0 #e298d8;
  }
  
  .example.example1 .error svg .base {
    fill: #fff;
  }
  
  .example.example1 .error svg .glyph {
    fill: #6772e5;
  }
  
  .example.example1 .error .message {
    color: #fff;
  }
  
  .example.example1 .success .icon .border {
    stroke: #87bbfd;
  }
  
  .example.example1 .success .icon .checkmark {
    stroke: #fff;
  }
  
  .example.example1 .success .title {
    color: #fff;
  }
  
  .example.example1 .success .message {
    color: #9cdbff;
  }
  
  .example.example1 .success .reset path {
    fill: #fff;
  }

/*** STRIPE RELATED CSS END ***/

/*** FULL SCRENN LOADER START ***/

.full-page-loader {
    position:relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(4, 4, 4, 0.9);
    height: 100%;
    z-index: 99999 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .rotator {
    top: 50%;
    left: 50%;
    margin: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #ba1afdd1!important;
  }
  
  .loader-message {
    width: 100%;
    color: #fff;
    margin-top: 171px;
    font-size: 20px;
    text-align: center;
  }
  /*** FULL SCRENN LOADER END ***/

/*** LOAADER ICON START ***/
  /*!
    * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
    * Copyright 2015 Daniel Cardoso <@DanielCardoso>
    * Licensed under MIT
 */
.la-ball-fussion,
.la-ball-fussion > div {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-ball-fussion {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-fussion.la-dark {
    color: #333;
}
.la-ball-fussion > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-fussion {
    width: 8px;
    height: 8px;
}
.la-ball-fussion > div {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: ball-fussion-ball1 1s 0s ease infinite;
       -moz-animation: ball-fussion-ball1 1s 0s ease infinite;
         -o-animation: ball-fussion-ball1 1s 0s ease infinite;
            animation: ball-fussion-ball1 1s 0s ease infinite;
}
.la-ball-fussion > div:nth-child(1) {
    top: 0;
    left: 50%;
    z-index: 1;
}
.la-ball-fussion > div:nth-child(2) {
    top: 50%;
    left: 100%;
    z-index: 2;
    -webkit-animation-name: ball-fussion-ball2;
       -moz-animation-name: ball-fussion-ball2;
         -o-animation-name: ball-fussion-ball2;
            animation-name: ball-fussion-ball2;
}
.la-ball-fussion > div:nth-child(3) {
    top: 100%;
    left: 50%;
    z-index: 1;
    -webkit-animation-name: ball-fussion-ball3;
       -moz-animation-name: ball-fussion-ball3;
         -o-animation-name: ball-fussion-ball3;
            animation-name: ball-fussion-ball3;
}
.la-ball-fussion > div:nth-child(4) {
    top: 50%;
    left: 0;
    z-index: 2;
    -webkit-animation-name: ball-fussion-ball4;
       -moz-animation-name: ball-fussion-ball4;
         -o-animation-name: ball-fussion-ball4;
            animation-name: ball-fussion-ball4;
}
.la-ball-fussion.la-sm {
    width: 4px;
    height: 4px;
}
.la-ball-fussion.la-sm > div {
    width: 6px;
    height: 6px;
}
.la-ball-fussion.la-2x {
    width: 16px;
    height: 16px;
}
.la-ball-fussion.la-2x > div {
    width: 24px;
    height: 24px;
}
.la-ball-fussion.la-3x {
    width: 24px;
    height: 24px;
}
.la-ball-fussion.la-3x > div {
    width: 36px;
    height: 36px;
}
/*
 * Animations
 */
@-webkit-keyframes ball-fussion-ball1 {
    0% {
        opacity: .35;
    }
    50% {
        top: -100%;
        left: 200%;
        opacity: 1;
    }
    100% {
        top: 50%;
        left: 100%;
        z-index: 2;
        opacity: .35;
    }
}
@-moz-keyframes ball-fussion-ball1 {
    0% {
        opacity: .35;
    }
    50% {
        top: -100%;
        left: 200%;
        opacity: 1;
    }
    100% {
        top: 50%;
        left: 100%;
        z-index: 2;
        opacity: .35;
    }
}
@-o-keyframes ball-fussion-ball1 {
    0% {
        opacity: .35;
    }
    50% {
        top: -100%;
        left: 200%;
        opacity: 1;
    }
    100% {
        top: 50%;
        left: 100%;
        z-index: 2;
        opacity: .35;
    }
}
@keyframes ball-fussion-ball1 {
    0% {
        opacity: .35;
    }
    50% {
        top: -100%;
        left: 200%;
        opacity: 1;
    }
    100% {
        top: 50%;
        left: 100%;
        z-index: 2;
        opacity: .35;
    }
}
@-webkit-keyframes ball-fussion-ball2 {
    0% {
        opacity: .35;
    }
    50% {
        top: 200%;
        left: 200%;
        opacity: 1;
    }
    100% {
        top: 100%;
        left: 50%;
        z-index: 1;
        opacity: .35;
    }
}
@-moz-keyframes ball-fussion-ball2 {
    0% {
        opacity: .35;
    }
    50% {
        top: 200%;
        left: 200%;
        opacity: 1;
    }
    100% {
        top: 100%;
        left: 50%;
        z-index: 1;
        opacity: .35;
    }
}
@-o-keyframes ball-fussion-ball2 {
    0% {
        opacity: .35;
    }
    50% {
        top: 200%;
        left: 200%;
        opacity: 1;
    }
    100% {
        top: 100%;
        left: 50%;
        z-index: 1;
        opacity: .35;
    }
}
@keyframes ball-fussion-ball2 {
    0% {
        opacity: .35;
    }
    50% {
        top: 200%;
        left: 200%;
        opacity: 1;
    }
    100% {
        top: 100%;
        left: 50%;
        z-index: 1;
        opacity: .35;
    }
}
@-webkit-keyframes ball-fussion-ball3 {
    0% {
        opacity: .35;
    }
    50% {
        top: 200%;
        left: -100%;
        opacity: 1;
    }
    100% {
        top: 50%;
        left: 0;
        z-index: 2;
        opacity: .35;
    }
}
@-moz-keyframes ball-fussion-ball3 {
    0% {
        opacity: .35;
    }
    50% {
        top: 200%;
        left: -100%;
        opacity: 1;
    }
    100% {
        top: 50%;
        left: 0;
        z-index: 2;
        opacity: .35;
    }
}
@-o-keyframes ball-fussion-ball3 {
    0% {
        opacity: .35;
    }
    50% {
        top: 200%;
        left: -100%;
        opacity: 1;
    }
    100% {
        top: 50%;
        left: 0;
        z-index: 2;
        opacity: .35;
    }
}
@keyframes ball-fussion-ball3 {
    0% {
        opacity: .35;
    }
    50% {
        top: 200%;
        left: -100%;
        opacity: 1;
    }
    100% {
        top: 50%;
        left: 0;
        z-index: 2;
        opacity: .35;
    }
}
@-webkit-keyframes ball-fussion-ball4 {
    0% {
        opacity: .35;
    }
    50% {
        top: -100%;
        left: -100%;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 50%;
        z-index: 1;
        opacity: .35;
    }
}
@-moz-keyframes ball-fussion-ball4 {
    0% {
        opacity: .35;
    }
    50% {
        top: -100%;
        left: -100%;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 50%;
        z-index: 1;
        opacity: .35;
    }
}
@-o-keyframes ball-fussion-ball4 {
    0% {
        opacity: .35;
    }
    50% {
        top: -100%;
        left: -100%;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 50%;
        z-index: 1;
        opacity: .35;
    }
}
@keyframes ball-fussion-ball4 {
    0% {
        opacity: .35;
    }
    50% {
        top: -100%;
        left: -100%;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 50%;
        z-index: 1;
        opacity: .35;
    }
}

/*** LOAADER ICON END ***/

/*** PROGRESS BAR START ***/

.sign-up-step-count{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: center;
    max-width: 991px;
    margin: auto;
    position: relative;
}
.sign-up-step-count li{
    border-radius: 100%;
    padding: 4px;
    background: #fafafa;
    position: relative;
    z-index: 3;
}

.sign-up-step-count li span{
    background: #d7d5d8;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign-up-step-count li.active{
        box-shadow: 0 0 8px #001489;
}

.sign-up-step-count li.active span{
    background: #001489;
    color:#fff;
}

.sign-up-process-container {
    padding: 36px 0;
}

.sign-up-step-count:before{
    content:"";
    height: 2px;
    position: absolute;
    top:calc(50% - 1px);
    background: #d7d5d8;
    left:4px;
    right: 4px;
    z-index: 0;
}
.__progress {
    position: absolute !important;
    height: 2px !important;
    top:calc(50% - 1px) !important;
    background: #001489 !important;
    left:4px !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    padding:0 !important;
    max-width: 100%;
}

/*** PROGRESS BAR END ***/

.make-super-admin-btn {
    height: 40px !important;
}

.me-manage-user-list {
    background-color: #f0f9fff2 !important;
}

.payment-modal {
    z-index: 99;
}

.custom-image-sec-design .logo_sec{
    min-width: 200px;
	    height: auto;
}

.custom-image-sec-design .logo_sec img {
    width: 100% !important;
    height: 100% !important;
}

.govt_profile_sec .profile_des h1{
    color: #fff !important;
}

.govt_profile_sec .profile_des h6{
    color: #fff !important;
}


.profile_descrip p {
    color: #fff !important;
}

.ac-image-c-cover {
    width: 500px !important;
}

.u-photo-cover {
    height: 200px !important;
}

.ac-image-c-cover .u-photo-cover .no-photo {
    object-position: center !important;
}

.flex-end {
    display: flex !important; 
    justify-content: flex-end !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
}

.flex-end a {
    color: #fb0707;
    font-weight: 600;
}

.flex-end label {
    color: #fb0707;
    font-weight: 600;
}

.flex-end .renewal_msg {
    color: rgb(6, 179, 6);
    font-weight: 600;
}

.flex-end a:hover {
    color: #419f86;
    text-decoration: none;
}

.free img {
    filter: grayscale(1);
}

.card-detail-upgrade {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-detail-upgrade .available-card {
    font-weight: 500;
    font-size: larger;
    color: #212529;
}

.btn-upgrade-avial {
    padding-top: 20px;
    padding-bottom: 10px;
    overflow: hidden;
}

.btn-upgrade-avial .btn {
    display: inline-block;
    font-size: 14px;
    height: 41px !important;
    padding: 0px 20px !important;
    border-radius: 35px;
    color: #3f9e85;
    line-height: 38px !important;
    background-color: transparent;
    border: 2px solid #3f9e85;
    font-weight: 700;
}

.ngx-mat-timepicker form .table .tbody tr td {
    border: none;
    padding: 0.25rem;
}

.ngx-mat-timepicker form .table .tbody tr td.spacer {
    vertical-align: middle;
}

.quote-table-bid td.action-cell {
    max-width: 173px !important;
}

@media (max-width: 480px) {
    .quote-table-bid td.action-cell {
        max-width: none !important;
    }
}

@media (max-width: 767px) {
    .quote-table-bid td.action-cell {
        max-width: none !important;
    }
}

.job_details_form font {
    color: #f00;
    font-size: 12px;
    position: relative;
    top: 0;
    display: block;
}

.fixed-progress-bar {
    position: fixed !important;
    top: 0 !important;
    z-index: 9999 !important;
}

.supports a {
    font-weight: bold;
    font-size: 15px;
    color: #3f9e85;
}


/* 28 may added by PP */

.sidebar_main_logo .sfg_right {
    width: 66%;
    color: #292929;
    font-size: 18px;
    line-height: 31px;
    cursor: pointer;
    outline: 0;
  }