/*
Assets & Locations CSS
*/

.SRow1 {
    display: flex;
    align-content: center;
}

.SRow1 .itemSeat {
    /*padding: 5px 10px 5px 10;*/
    height: 25px;
    width: 38px;
    /* width: 40px;*/
    text-align: center;
}

.p-v-20-h-30 {
    padding: 20px 30px 20px 30px;
}

#imgLbl {
    padding: 10px;
    display: block;
    position: relative;
    margin: 5px;
    cursor: pointer;
    background-color: #f5f5f5;
    border-radius: 10px;
}

#imgLbl:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    transition-duration: 0.4s;
    transform: scale(0);
}

 :checked+#imgLbl {
    border-color: #ddd;
    z-index: 1;
    margin-top: 5px;
    margin-left: 5px;
    margin-top: 5%;
}

 :checked+#imgLbl:before {
    content: "✓";
    background-color: green;
    transform: scale(1);
    z-index: 1;
}

 :checked+#imgLbl img {
    transform: scale(0.9);
    box-shadow: 0 0 5px #333;
    z-index: -1;
}

.scroll {
    width: 710px;
    height: 400px;
    background: white;
    overflow-y: scroll;
}

.scroll::-webkit-scrollbar {
    width: 3px;
}

#imgForm .progress {
    line-height: 15px;
}

#paymentstampcancel {
    position: absolute;
    z-index: 1;
    -webkit-transform: rotate(-30deg);
    /* Safari */
    -moz-transform: rotate(-30deg);
    /* Firefox */
    -ms-transform: rotate(-30deg);
    /* IE */
    -o-transform: rotate(-30deg);
    /* Opera */
    transform: rotate(-30deg);
    font-size: 25px;
    color: #c00;
    background: #fff;
    border: solid 4px #c00;
    padding: 5px;
    border-radius: 10px;
    zoom: 1;
    filter: alpha(opacity=20);
    opacity: 0.4;
}

#paymentstamppaid {
    position: absolute;
    left: 10px;
    z-index: 1;
    -webkit-transform: rotate(-34deg);
    /* Safari */
    -moz-transform: rotate(-34deg);
    /* Firefox */
    -ms-transform: rotate(-34deg);
    /* IE */
    -o-transform: rotate(-34deg);
    /* Opera */
    transform: rotate(-34deg);
    font-size: 30px;
    color: #4CAF50;
    background: #fff;
    border: solid 4px #4CAF50;
    padding: 5px 10px;
    border-radius: 10px;
    zoom: 1;
    filter: alpha(opacity=20);
    opacity: 0.6;
}

.credit-point-selected {
    border: solid 1px green;
}

.credit-point-selected::before,
.credit-point-selected::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-color: transparent;
    border-style: solid;
}

.credit-point-selected::after {
    content: '\2713';
    font-size: 20px;
    line-height: 13px;
    font-weight: bold;
    color: white;
}

.credit-point-selected::before {
    border-radius: 0;
    border-width: 15px;
    border-left-color: green;
    border-top-color: green;
}


/*business landing css */

.business-about-padding {
    padding: 14px 20px 0;
}

.business-custom-text-color {
    color: #9E9E9E;
}

.business-custom-asserts-ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.business-custome-asserts-li {
    display: inline-block;
    background: #09c !important;
    border-radius: 10px;
    margin-right: 10px;
}

.business-custom-asserts-img {
    width: 70px;
    height: 70px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.business-custom-footer-ul {
    list-style: none;
}

.business-landing-custom-bgimg {
    height: 450px;
    width: 100%;
    margin-top: -75px;
}

#business-landing-custom-container {
    min-height: 500px;
    margin-top: -10%;
}

#business-landing-custom-img {
    height: auto;
    width: 100px;
}

#business-landing-custom-padding {
    padding-left: 84px;
}

.display-inline-flex {
    display: inline-flex;
}

.business-landing-margin-bottom {
    margin-bottom: 300px;
}

#business-service-card-bg {
    background: none;
    box-shadow: none;
}

.business-service-ml-mr {
    margin-left: -74px;
    margin-right: -74px;
}

.opacity-0-5 {
    opacity: 0.5;
}

.p-l-12 {
    padding-left: 12px !important;
}

.p-l-14 {
    padding-left: 14px;
}

.p-r-14 {
    padding-left: 14px;
}

.m-t-12 {
    margin-top: 12px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-35 {
    margin-left: 35px;
}

.m-r-35 {
    margin-right: 35px;
}

.m-l-100 {
    margin-left: 100px;
}

.f-17 {
    font-size: 17px;
}

.f-24 {
    font-size: 24px;
}

.f-25 {
    font-size: 25px;
}

.f-28 {
    font-size: 28px;
}

.f-22 {
    font-size: 22px;
}

.f-35 {
    font-size: 35px;
}

.f-30 {
    font-size: 30px;
}

.f-31 {
    font-size: 31px;
}

.f-32 {
    font-size: 32px;
}

.f-33 {
    font-size: 33px;
}

.f-34 {
    font-size: 34px;
}

.f-26 {
    font-size: 26px !important;
}

.f-23 {
    font-size: 23px;
}

.f-65 {
    font-size: 65px !important;
}

.f-11-5 {
    font-size: 11.5px;
}

.top-m-2 {
    top: -2px !important;
}

.top-0 {
    top: 0px !important;
}

.top-1 {
    top: 1px;
}

.top-2 {
    top: 2px !important;
}

.top-3 {
    top: 3px;
}

.top-4 {
    top: 4px;
}

.top-5 {
    top: 5px !important;
}

.minus-top-5 {
    top: -5px;
}

.minus-top-12 {
    top: -12px;
}

.top-10 {
    top: 10px !important;
}

.top-12 {
    top: 12px !important;
}

.top-15 {
    top: 15px !important;
}

.wid-col-sm-3-2 {
    width: 27.77777%;
}

.wid-col-sm-2-8 {
    width: 20.83333333%;
}

.wid-col-sm-0-5 {
    width: 4.333333%
}

.wid-col-sm-1-8 {
    width: 15.222223%
}

.light-gray-clr {
    color: #9E9E9E;
}

.bgm-light-gray-clr {
    background-color: #e7e4e4;
    color: #384D48 !important;
}

.text-align-center {
    text-align: center !important;
}

.business-transaction {
    margin-top: -8px;
    letter-spacing: 1px;
}

#business-tansaction-card-body {
    margin-left: -28px;
    margin-right: -28px
}

#business-transaction-view-more {
    border: 1px solid #f0ad4e;
    padding: 2px 6px;
    font-size: 11px;
    margin-right: 13px
}

#modal-t-0 {
    top: 0px;
}

#common-modal-content {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 11px;
}

#footer-modal-content {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 11px;
    top: -35px;
}

#common-modal-header-bg-color {
    background-color: rgba(0, 0, 0, 0.1);
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

#common-modal-business-header-bg-color {
    background-color: rgba(0, 0, 0, 0.1);
    background: url(../img/login/cr1.jpg);
    border-radius: 10px 10px 0px 0px;
}

#input-group-addon-color {
    color: #00BCD4;
}

.common-modal-input-bg-color {
    background-color: rgba(0, 0, 0, 0);
}

.login-text-color {
    color: #9E9E9E !important;
}

#business-regstration-content-m-t {
    margin-top: -45px;
}

#headre-font-weight {
    font-weight: 200;
}

.modal .modal-dialog .modal-content {
    border-radius: 10px;
}

.font-weight-300 {
    font-weight: 300;
}

#business-registration-container-header {
    padding: 0px;
    border: 0 !important;
    background-color: #999999;
    color: #FFFFFF !important;
    font-size: 12px;
    height: 32px;
    margin-top: -24px;
}

.login-body-custom-card {
    max-height: 300px;
    min-height: 300px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15)
}

#{
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 22px;

}
#previous-button {
    background-color: #999999;
    color: #FFFFFF;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0);
    margin-left: 9%;
}
#next-button {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0);
    margin-right: 9%;
}
.business-card-custom {
    border-radius: 4px;
    min-height: 225px;
    max-height: 225px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.connect-collaborate {
    color: #FFFFFF;
    letter-spacing: 1.5px;
    font-family: thoma;
    font-size: 29px;
}
.connect-collaborate-top {
    top: -233px;
}
#connect-collabrate-i-g {
    height: 50px;
    background: #FFFFFF;
    border-radius: 5px;
}
#seelist-button-custom {
    height: 50px;
    font-size: 18px;
    letter-spacing: 1px;
    box-shadow: none;
}
.include-platform-custom {
    width: 90%;
    margin-left: 5.3%;
    margin-top: -92px;
}
.include-business-custom {
    width: 90%;
    margin-left: 5.3%;
    margin-bottom: 200px;
}
.hooper-platform-card {
    border-radius: 4px;
    min-height: 165px;
    max-height: 165px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.consumer-business-list {
    width: 90%;
    margin-left: 5.3%;
    margin-top: -92px;
    margin-bottom: 200px;
}
.m-h-25 {
    min-height: 25px;
}
.m-t-130 {
    margin-top: 130px;
}
.m-t-n-32 {
    margin-top: -32px;
}
.h-0 {
    height: 0px;
}
.h-79 {
    min-height: 79px;
}
.b-b-1 {
    border-bottom: 1px solid whitesmoke;
}
.w-25 {
    width: 25px !important;
}
.w-25-cent {
    width: 25% !important;
}
.w-35-cent {
    width: 35% !important;
}
.w-70 {
    width: 70px;
}
.h-70 {
    height: 70px;
}
.w-40 {
    width: 40px;
}
.h-40 {
    height: 40px;
}
.li-s-n {
    list-style-type: none;
}
.d-i-b {
    display: inline-block;
}
.d-i-f {
    display: inline-flex;
}
.d-n {
    display: none;
}
.m-b-3 {
    margin-bottom: 3px;
}
.m-t-n-2 {
    margin-top: -2%;
}
.m-t-n-4 {
    margin-top: -4%;
}
.m-t-4 {
    margin-top: 4px;
}
.m-t-n-6 {
    margin-top: -6%;
}
.m-l-n-11 {
    margin-left: -11%;
}
.m-l-19 {
    margin-left: 19px;
}
.m-r-18 {
    margin-right: 18px;
}
.m-t-2 {
    margin-top: 2px !important;
}
.m-2 {
    margin: 2px !important;
}

.m-t-3 {
    margin-top: 3px !important;
}
.m-t-40 {
    margin-top: 40px !important;
}
.m-t-38 {
    margin-top: 38px !important;
}
.p-19 {
    padding: 19px;
}
.min-h-115 {
    min-height: 115px;
}
.min-h-134 {
    min-height: 134px;
}
.p-l-n-20 {
    padding-left: 20%;
}
.p-l-32 {
    padding-left: 32px !important;
}
.p-l-40 {
    padding-left: 40px !important;
}
.p-l-50 {
    padding-left: 50px !important;
}
.p-r-50 {
    padding-right: 50px !important;
}
.p-t-40 {
    padding-top: 40px !important;
}
.p-t-50 {
    padding-top: 50px !important;
}
.p-l-23 {
    padding-left: 23px !important;
}
.p-r-23 {
    padding-right: 23px !important;
}
.m-b-16 {
    margin-bottom: 16px !important;
}
.m-t-7 {
    margin-top: 7px !important;
}
.bg-header-gray {
    background-color: #f7f7f7;
}
.c-gold-yellow {
    color: #FFDF00 !important;
}
.lv-item-hover-bg {
    background: #ECF9FF !important;
}
.listview-lv-lg-hover-bg {
    background: #FFFFDB;
}
.listview-lv-biz-team-bg {
    background: #e1e6d9;
}
.v-align-middle {
    vertical-align: middle !important;
}
.text-under-line {
    text-decoration: underline !important;
}
.b-rd-10 {
    border-radius: 10px !important;
}
.tabs-header-card-sticky {
    z-index: 9;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 133px;
    background: #FFFFFF;
}
.pic-select {
    width: auto;
    height: 70px;
    position: relative;
    float: none;
    object-fit: cover;
}
.img-list {
    width: 75px;
    height: 75px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}
.img-li-del {
    width: 70px;
    height: 70px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}
#addAsset {
    margin: 10px auto;
    width: 800px;
    height: 500px;
}
#sys-option {
    height: 500px;
}
.add-catg {
    margin: 200px auto;
}
.m-50 {
    margin: 50px;
}
#map {
    position: relative;
    height: 531px;
    width: 96%;
    top: 0px;
    left: 43%;
    margin-left: -300px;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}
#search-loc {
    height: 50px;
}
#loc-mod {
    width: 700px;
    height: 600px;
}
.bgm-whtsmk {
    background-color: whitesmoke;
}
.v-a-m {
    vertical-align: middle;
}
#map-pop {
    max-width: 520px;
    margin-right: 50px;
    margin-top: 100px;
    margin-left: 50px;
}
#map-content {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 0px;
}
#map-header {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0px 0px;
}
.t-0 {
    top: 0px;
}
#bus-map-mod {
    max-width: 800px !important;
}
#bus-map-mod-content {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 11px;
}
#bus-map {
    position: relative;
    height: 494px;
    width: 96.2%;
    top: 0px;
    left: 38.1%;
    margin-left: -300px;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#bus-map-action {
    position: relative;
    height: 494px;
    width: 96.2%;
    top: 0px;
    left: 38.1%;
    margin-left: -300px;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#bus-list-map {
    position: relative;
    height: 494px;
    width: 96.2%;
    top: 0px;
    left: 38.1%;
    margin-left: -300px;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.b-s-n {
    box-shadow: none !important;
}
#bus-loc-card {
    padding-left: 35px;
    padding-right: 35px;
}
#webcam {
    margin-left: 25%;
    margin-top: 10%;
}
#media-lib {
    margin-bottom: 3px;
    padding-left: 50px;
    width: 750px;
}
#media-sys {
    height: 500px;
    padding-top: 10px;
}
#media-sys-r {
    margin-top: -2%;
    padding: 0px 10px;
}
#media-bus-mod {
    width: 800px;
    height: 600px;
}
.c-grey37 {
    color: #5E5E5E;
}

/*Common Headers*/
#common-headers {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    min-height: 79px;
}
.common-headers-title-o {
    height: 0px;
    background-color: #9E9E9E;
    text-align: right;
    font-size: 15px;
}
.common-headers-title-i {
    background-color: white;
    position: relative;
    top: 1.75em;
    right: 22em;
    padding: 0 10px 0 10px;
}

/* Calendars */
.pastCell {
    position: absolute;
    background-color: lightgray;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin: 3% 4%;
    padding: 4px;
}
.bookedCell {
    position: absolute;
    background-color: #ea7272;
    color: #ea7272;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin: 3% 4%;
    padding: 4px;
}
.no-data-available {
    position: absolute;
    background-color: lightgray;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin: 3% 4%;
    padding: 4px;
    font-weight: bold;
}
.availableCell {
    position: absolute;
    background-color: #63b563;
    
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin: 3% 4%;
    padding: 4px;
    font-weight: bold;
}
.availableCell-1 {
    position: absolute;
    color: #09c;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin: 4% 4%;
    padding: 4px;
    font-size: 15px;
    font-weight: bold;
}
.calendar-body {
    width: 80%;
    height: 80%;
    float: none;
    margin: 0 auto;
}
.input-border {
    border: 1px solid gray;
    background-color: white;
}
.hint-available-o {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #63b563;
}
.hint-available-i {
    position: absolute;
    top: -37.6%;
    left: 29.5%;
}
.hint-full-o {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ea7272;
}
.hint-full-i {
    position: absolute;
    top: -39.6%;
    left: 28.5%;
}
#z-index-500 {
    z-index: 500;
}
#conumer-sidebar-profile-p {
    padding: 10px 20px;
}
.text-decoration {
    text-decoration: underline;
}
#horizontal-line {
    border-top: 2px solid #c3c3c3;
}

#min-height {
    min-height: 200px;
}
#crop-bg-color {
    background-color: whitesmoke;
}
#letter-spa {
    letter-spacing: 0.9px;
}
#crop-m-t {
    margin-top: -9px;
}
#crop-img-lable-b {
    border: 1px solid #d9534f;
}
.crop-img-custom-lable {
    border: 1px solid #5bc0de;
}
#crop-img-v {
    vertical-align: middle;
}

/*user registration custom css*/
.user-registartion-custom {
    background-color: rgba(255, 255, 255, 1);
    color: #9E9E9E;
}
.height-29 {
    height: 29px;
}
#business-header-searc-button {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding-left: 10px;
    border: 0px solid #e0e0e0;
    height: 29px;
}
#business-header-see-list {
    padding: 7px 9px;
    letter-spacing: 1px;
    font-size-12px;
}
.w-93 {
    width: 93%;
}
.business-landing-footer-padding {
    padding: 5px 0px;
}

.buisness-social-custom {
    margin-left: 28%;
    width: 77%;
}
.hooper-footer-custom {
    background: #1f1f1f;
    bottom: -15px;
    opacity: 0.6;
}
.hooper-footer-custom1 {
    margin-top: 15px;
    margin-bottom: 5px;
    width: 85%;
    margin-left: 7.5%;
}
.hooper-footer-custom2 {
    margin-top: 10px;
    margin-bottom: 21px;
    width: 85%;
    margin-left: 7.5%;
}
.hooper-footer-input-email {
    width: 240px;
    padding-left: 10px;
    border: 0px solid #e0e0e0;
}
.business-dash-footer {
    background: #e1e1e1;
    bottom: -25px;
    opacity: 0.6;
}
.business-dash-footer1 {
    margin-top: 15px;
    margin-bottom: 5px;
    width: 85%;
    margin-left: 7.5%;
}

.business-name-left {
    left: 110px;
}
.business-name-left1 {
    left: 160px;
}
.business-header-title {
    position: absolute;
    top: 26%;
}
.business-header-title-transform {
    text-transform: capitalize;
}
.hooper-landing-footer-padding {
    padding: 5px 0px;
    font-size: 12px;
    text-align: right;
}
#login-header-login-button {
    border: 1px solid #FFFFFF;
    width: 117px;
}
.hooper-otp-input-fileds {
    background-color: rgba(255, 255, 255, 1);
    color: #9E9E9E;
    text-align: center;
}
#newbsuiness-create-button {
    border: 1px solid #5bc0de;
    width: 117px;
}
.business-text {
    color: #9E9E9E;
    padding-top: 100px;
    margin-left: 10px;
    margin-right: 10px;
}
#letter-spacing-0-5 {
    letter-spacing: 0.5px;
}
.footer-modal-dialog {
    max-width: 600px;
    margin: 120px auto;
}
.footer-scrol-data {
    height: 394px;
    overflow-y: scroll;
}
.modal-open .footer-modal {
    overflow-x: hidden;
}
.business-creation-msg {
    margin-right: 30px;
    
    margin-left: 73px;
    text-align: center;
    letter-spacing: 0.5px;
}
.business-creation-msg1 {
    margin-right: 30px;
    margin-left: 30px;
    text-align: center;
}
.text-color {
    color: #AC3F3A;
}
.b-msg-btn-color {
    color: #FFFFFF;
    background: #E84969;
    border-radius: 5px;
    height: 42px;
    margin-bottom: 20px;
    letter-spacing: 0.7px;
}
#text-center {
    text-align: center;
}
#business-msg-modal-content {
    background-color: transparent;
}
.modal-content .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/settings/bg_for_bussiness_settings.png) center center;
    opacity: 0.08;
    width: 100%;
    height: 100%;
}
.login-bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    
    width: 100%;
    height: 100%;
    background: url(../img/login/hoo_biz_bg1.jpeg) center center;

}
.sweet-alert .icon {
    width: 45px;
    height: 45px;
    border: 4px solid gray;
    border-radius: 50%;
    
    position: relative;
    box-sizing: content-box;
    top: 16px;
    
    padding-left: 73px !important;
}
.sweet-alert h2 {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    top: -45px;
    text-align: center;
    text-transform: uppercase;
    
    margin-right: 48px;
    margin-left: 80px;
    line-height: 1.5;
}
.sweet-alert p {
    display: block;
    
    position: relative;
    margin-left: 48px;
    margin-right: 48px;
}
#consumer_card_bottom {
    margin-bottom: 0px;
}
.showtabnav {
    display: none;
}
#showHedarSearch {
    display: none;
}
.bgm-lightgraycard {
    background-color: #f5f5f5 !important;
}
.bgm-lightgreencard {
    background-color: #d7ffd9 !important;
}
.bgm-graycard {
    background-color: #f7f7f7 !important;
}
.bgm-tablightgraycard {
    background-color: lightgray !important;
}
.listview-small-nowrap {
    text-overflow: unset !important;
    white-space: unset !important;
}
.fix-to-top {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 74px;
    background: white;
    z-index: 110;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}
.staff-role-display {
    border: 1px solid #4caf50;
    color: #4caf50;
    font-size: 10px;
    padding: 2px;
    margin-left: 5px;
}
.backspace-oper {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 4px;
    padding-top: 4px;
}
.cursor-defalut {
    cursor: default !important;
}
.cursor-disabled {
    cursor: not-allowed !important;
}
.profile_name_break {
    width: 10em;
    word-wrap: break-word;
}
.brd-25 {
    border-radius: 25px;
}
.price-font-family {
    font-family: Georgia, serif !important;
}
.table-bordered {
    border: 1px solid #f0f0f0;
}
.home-dashboard-boxcount {
    background-color: #ffffff;
    //height: 20vh;
    height: 100px;
    padding-top: 6%;
}
.home-dashboard-boxcount-small {
    background-color: #ffffff;
    //height: 10vh;
    height: 50px;
    padding-right: 0px;
    padding-left: 0px;
}
.v-align-middle {
    vertical-align: middle !important;
}
.vl {
    border-left: 1px solid #ffffff;
    height: 30px;
    margin-right: 5px;
    margin-left: 5px;
}
.m-t-12-minus {
    margin-top: -12px !important;
}
.m-l-25-minus {
    margin-left: -25px !important;
}
.border-left {
    border-left: 1px solid #00BCD4 !important;
}
.border-right {
    border-right: 1px solid #00BCD4 !important;
}
.border-top {
    border-top: 1px solid #00BCD4 !important;
}
.border-bottom {
    border-bottom: 1px solid #00BCD4 !important;
}
.border-full {
    border: 1px solid #00BCD4 !important;
    
    height: auto !important;
}
.border-radius-full {
    border-radius: 5px;
}
.border-radius-top-left {
    border-top-left-radius: 5px;
}
.border-radius-top-right {
    border-top-right-radius: 5px;
}
.border-radius-bottom-left {
    border-bottom-left-radius: 5px;
}
.border-radius-bottom-right {
    border-bottom-right-radius: 5px;
}
.border-radius-20-per {
    border-radius: 20%;
}
table tr td:first-letter {
    text-transform: none !important;
}
.min-width-20 {
    min-width: 20px !important;
}

/* Service image crop */
.cropArea {
    overflow: hidden;
    width: 500px;
    height: 350px;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 116px;
    
    right: 46px;
    display: none;
    z-index: 9;
}
.hoo-f-10 {
    font-size: 10px !important;
    text-transform: uppercase !important;
    font-weight: 500;
}
.hoo-card-header-bottom {
    border-bottom: 1px solid #eeeeee !important;
}

.sortorder:after {
    content: '\f1ce';
    font-family: 'Material-Design-Iconic-Font';
}
.sortorder.reverse:after {
    content: '\f1cd';
    font-family: 'Material-Design-Iconic-Font';
}
#header-fixed {
    position: fixed;
    top: 180px;
    display: none;
    background-color: white;
}
#hoo-fd-business-name {
    padding-left: 34px !important;
    padding-top: 20px;
    
    position: absolute;
}
.p-r-60 {
    padding-right: 60px !important;
}
.hps-col-sm-4 {
    width: 33.3333% !important;
}
.ho-mini-charts-item {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-bottom: 30px;
}
.ho-mini-charts-item .chart {
    padding: 15px;
    float: left;
}
.ho-mini-charts-item .count {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.9);
    padding: 16px 12px;
}
.ho-mini-charts-item .count>h2,
.mini-charts-item .count>small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ho-mini-charts-item .count>small {
    margin-bottom: 2px;
    display: block;
}
#ho-cus-font {
    font-family: Georgia, serif;
    color: #999;
}
.m-l-38 {
    margin-left: 38px !important;
}
.m-l-70 {
    margin-left: 70px !important;
}
.f-w-100 {
    font-weight: 100 !important;
}
.m-t-n-60 {
    margin-top: -60px !important;
}
#dashboard-dates-m {
    color: #595959;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -4px;
}
#home-dashboard-dates-m {
    /* color: #595959;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -4px; */
    color: #384d48;
    font-weight: bold;
    position: relative;
    line-height: 100%;
    font-size: 20px;
    
}
.pic-select1 {
    width: auto;
    height: 30px;
    position: relative;
    float: none;
    margin-top: -7px;
    margin-left: 22px;
}
.bgm-color-1 {
    background-color: rgba(80, 227, 194) !important;
}
.bgm-color-2 {
    background-color: rgba(255, 102, 99) !important;
}
.bgm-color-3 {
    background-color: rgba(35, 216, 255) !important;
}
.bgm-color-4 {
    background-color: rgba(117, 35, 255) !important;
}
.bgm-color-5 {
    background-color: rgba(210, 91, 255) !important;
}
.bgm-color-6 {
    background-color: rgba(255, 62, 240) !important;
}
.bgm-color-7 {
    background-color: rgba(93, 156, 236) !important;
}
.bgm-color-8 {
    background-color: rgba(77, 193, 233) !important;
}
.bgm-color-9 {
    background-color: rgba(160, 212, 104) !important;
}
.bgm-color-10 {
    background-color: rgba(255, 206, 84) !important;
}
.bgm-color-11 {
    background-color: rgba(252, 110, 81) !important;
}
.bgm-color-12 {
    background-color: rgba(237, 85, 101) !important;
}
.script-disble {
    background-color: #f5f5f5 !important;
    border-radius: 5px !important;
    height: 40px;
    pointer-events: none;
}

.list-form-field {
    border: 1px solid #fdfdfd;
    padding: 0 0 0 10px;
}

.txn-calendar-body {
    border: 0px solid #e1e1e1;
    padding: 20px;
    border-radius: 10px;
    box-shadow: none !important;
}

.txn-calendar-body .fc {
    margin-bottom: 0px;
}

.txn-calendar-body .fc .fc-day-grid .fc-row .fc-day-top {
    padding-right: 15px;
}

.txn-calendar-body #calendar .fc-day-header {
    text-transform: uppercase;
    font-weight: bold;
    color: #c9c9c9;
}

.txn-calendar-body .fc-view>table>tbody>tr>.ui-widget-content {
    border-top: 2px solid #e1e1e1;
    padding-top: 15px;
    border-right: 0px;
    border-bottom: 0px;
}

.txn-calendar-body .fc th {
    background-color: #ffffff;
    border-width: 0px;
    border-style: none;
    border: 0px;
}

.txn-calendar-body .fc .fc-head .fc-head-container {
    border-width: 0px;
}

.txn-calendar-body .fc .fc-day-grid .fc-row .fc-bg td{
    border: 0px;
    border-right: 8px solid #ffffff;
    border-top: 5px solid #ffffff;
    border-radius: 25px;
}

.txn-calendar-body .fc .fc-day-grid .fc-row .fc-bg .fc-mon,
.txn-calendar-body .fc .fc-day-grid .fc-row .fc-bg .fc-tue,
.txn-calendar-body .fc .fc-day-grid .fc-row .fc-bg .fc-wed,
.txn-calendar-body .fc .fc-day-grid .fc-row .fc-bg .fc-thu,
.txn-calendar-body .fc .fc-day-grid .fc-row .fc-bg .fc-fri{
    background-color:#f5f5f5;
}

.txn-calendar-body .fc .fc-day-grid .fc-row .fc-bg .fc-sun,
.txn-calendar-body .fc .fc-day-grid .fc-row .fc-bg .fc-sat  {
    background-color:#f1f1f1;
}

.txn-calendar-body .fc .fc-day-grid .fc-row .fc-bg .fc-today  {
    background-color:#d0edf9;
}

.txn-calendar-body .fc-today {
    color: #384D48 !important;
}

.txn-calendar-body #calendar .fc-toolbar:before {
    background : #ffffff;
}

.txn-calendar-body .fc-toolbar .ui-button {
    color: #adabab !important;
}

.txn-calendar-body .fc-toolbar .fc-left {
    float: right;
}

.txn-calendar-body .fc-toolbar .fc-left .ui-button {
    color: #09c !important;
    text-decoration: underline;
    font-size: 13px;
    font-weight: bold;
    width: 50px;
}

.txn-calendar-body .fc-toolbar h2 {
    color: #384d48 !important;
    font-weight: bold;
}

.txn-calendar-body .fc-toolbar .ui-button>span {
    font-size: 30px;
}

.txn-calendar-body .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left;
}

.txn-calendar-body #calendar .fc-day-number {
    font-size: 15px;
    padding-top: 15px !important;
    padding-left: 30px !important;
    font-weight: bold;
    color: #aba8a8;
}

.txn-calendar-body .fc-basic-view .fc-body .fc-row {
    min-height: 2em;
    height: 100px !important;
}

.txn-calendar-body .calendar-bydate {
    z-index: 4;
    position: absolute;
    top: 25px;
}

.date-icon-blue {
    background-color: #d0edf9 !important;
    border-radius: 5px;
    padding: 7px 10px;
    font-size: 18px;
    margin-right: 10px;
    color: #1e9ace !important;
}

.txn-list-count {
    position: absolute;
    margin-top: 4%;
    margin-left: 9%;
    padding: 4px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 18px;
}

.txn-list-view {
    position: absolute;
    margin-top: 4%;
    margin-left: 2%;
    padding: 4px;
    font-weight: bold;
    color: #14a07d;
    cursor: pointer;
    text-decoration: underline;
}

.txn-calendar-body .fc-highlight {
    opacity: unset !important;
    border-radius: 20px;
}

.next-button{
    float: right;
    padding: 10px 28px 10px 36px;
    top: 20px;
    right: 26px;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 50px;
    background: #f3571e !important;

}

.previous-button{
    padding: 10px 28px 10px 16px;
    left: 30px;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 50px;
    background: #f3571e !important;
}

/* report v2 related css */
.report-service-icon{
    position: relative;
    top: -5px;
    left: -28px;
}
.report-title-css {
    position: relative;
    left: -14px;
}
.t-30{
    top: 30px !important;
}
.padding-150{
    padding: 150px;
}

/* end report v2 related css */

/* form related css */
.s-t-1 {
    top: -1px !important;
}
.form-icon{
    width: 50px !important;
    height: 50px !important;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
}
.form-icon-css{
    top: 1px;
    position: relative;
    left: -4px;
}
.f-45 {
    font-size: 45px !important;
}

.form-search{
    background: none !important;
    top:6px !important;
}

/* end form related css */
.connectors-logo{
    max-width: 75px !important;
    object-fit: contain !important;
}

.home-apps-icon-width{
    min-width: 80px;
}
.m-t-25-minus{
    margin-top: -25px;
}
.pro-ui{
    top: -3px;
    position: relative;
}