/****************************************************/
/*********************** Login Page *****************/
/****************************************************/

.login_logo{
	width: 50%;
}
.login_content div .reset_pass {
    margin-right: 0px;
}
.login_content h1:before, .login_content h1:after {
    display: none;
}
.login_content form input[type="submit"].login_btn_d{
     margin-left: 0px; 
}

/****************************************************/
/*********************** Navbar *****************/
/****************************************************/
.nav_logo{
	/*width: 60px;*/
    width: 70%;
}
.nav-sm .nav_logo{
    width: 100%;
}
.alert-center{
	position: absolute;
    left: 30px;
    right: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    text-align: center;
    top: 3px;
    box-shadow: 1px 1px 4px #000;
}
.alert-center-login {
    position: absolute;
    text-align: center;
    box-shadow: 1px 1px 6px #444444eb;
    min-width: 350px;
}
.box_link{
	color: #ffffff;
    background-color: #26b99a;
    padding: 4px 10px;
}
.profile_col_box .image img {
    border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    float: left;
    margin-right: 10px;
    width: 26%;
}
.profile_col_box .name{
	font-size: 16px;
}
.profile_col_box .message{
	font-size: 14px;
	background-color: #fcd462;
    color: #1c2f42;
    padding: 3px 8px;
    font-weight: bold;
}
.table>tbody>tr>td.v-align{
    vertical-align: middle;
}
.action_btn{
    color: #fff;
    padding: 4px 8px;
    font-weight: bold;
}
.enabled_btn{
	background: green;
}
.disabled_btn{
	background: #bb1100;
}
.user_profile_pic{
	float: left;
    width: 20%;
    /*margin-bottom: 10px;*/
}
.personal-detail{
	float: left;
    margin-left: 10px;
    line-height: 12px;
}
.group_label {
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 3px 8px;
    font-weight: bold;
}
.task_detail_box{
	background-color: #fff;
    padding: 5px 14px;
    border: 1px solid silver;
    /*box-shadow: 3px 3px 4px silver;*/

    -webkit-box-shadow: 0 0 5px 2px silver;
    -moz-box-shadow: 0 0 5px 2px silver;
    box-shadow: 0 0 5px 2px silver;
    width: 160px;
}
.bottom_flash_msg {
    display: none; 
    opacity: 1;
    position: fixed;
    top: 96%;
    margin-top: -68px;
    right: 90px;
    margin-left: -160px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 350px;
    line-height: 25px;
    min-height: 35px;
    padding: 5px;
    background-color: #000;
    font-size: 14px;
    text-align: center;
    color: #fff!important;
    text-decoration: none;
    font-weight: 400;
    z-index: 1000;
    -webkit-transition: top 1s;
    -moz-transition: top 1s;
    -o-transition: top 1s;
    transition: top 1s;
    text-decoration: none;
    z-index: 9999;
}
.bottom_flash_msg:hover{
    text-decoration: none;   
}
.success_msg_show{
    background-color: #26b99a;
}
.error_msg_show{
    background-color: #e76d69;
}
.change_group:hover{
	cursor: pointer;
	text-decoration: underline;
}
.hide_div{
    display: none;
}
.field_error{
	border: 1px solid #bb1100;
}
.tile_count{
	margin-bottom: 0px;
}
.sm_font {
    font-size: 14px;
}
.tile-stats .md_font {
    font-size: 14px;
    padding-top: 4px;
}
.tile-stats h3.pad-top-14{
	padding-top: 7px;
}
.user_feed .tile-stats .count{
	margin-left: 0px;
}
.border-btm{
	border-bottom: 1px solid #e0dede;
}
.tile-stats h3.referral_income_sign, .referral_income_sign{
	color: #1abb9c;
    font-weight: bold;
}
.animation_image_checkout {
    position: fixed;
    background: #F6F6F6;
    height: 100%;
    z-index: 999;
    width: 100%;
    opacity: 0.8;
    text-align: center;
    padding-top: 16%;
    display: none;
}
.animation_image_checkout img{
	width: 3%;
}
.disabled_scroll{
	overflow: hidden;
    height: 100%;
}
/*.enabled_scroll{
	overflow: auto;
    height: auto;
}*/
.new_user_count{
	font-size: 20px;
    font-weight: bold;
    padding-left: 8px;
    margin: 4px 0 6px;
}
.user_detail_code{
	 font-weight: bold;
    font-size: 2em;
    color: #41ba9e;
}
ul.list-unstyled li{
	border-bottom: 1px solid #eae9e9;
    padding-top: 5px;
    padding-bottom: 5px;
}
.timeline .block{
	margin-left: 122px;
}
.timeline .tags {
    width: 100px;
}
.timeline h2.title_globle:before {
    background: #1abb9c;
}
ul.msg_list li {
    width: 85% !important;
}
.admin_chat_icon{
	margin-left: 10px;
	
}
.admin_chat_block{
	text-align: right;
}
ul.msg_list li.admin_chat_block {
    display: grid;
}
/*ul.msg_list li a .image img {
    width: 18%;
}*/
ul.msg_list li a .image img.admin_chat_icon{
	margin-right: 0px;
	width: 10%;
	margin-bottom: 5px;
}
ul.msg_list li{
	 min-height: 78px;
}
.user_name_link{
	text-decoration: underline;
	font-weight: bold;
	color: #1abb9c;
	font-size: 15px;
}
.chat_area ul li.user_chat {
    padding-right: 200px;
}
.mrg-rt-none{
	margin-right: 0px;
}
.inquiry_block tr td hr{
	margin-top: 10px;
    margin-bottom: 10px;
}
.chat_area ul li.admin_chat{
    padding-left: 200px;
    float: right;
}
.chat_area ul li.user_chat{
    padding-right: 200px;
}
.chat-body1 p.rejected {
    background: #f9ebea none repeat scroll 0 0;
    padding: 10px;
}
.chat-body1 h5.rejected{
	color: #bb1100;
}
.pagination>li>a {
    width: 40px;
    text-align: center;
}
.pagination>li {
    cursor: pointer;
}
.pad-none-all{
	padding: 0px;
}
.pad-top-22{
	padding-top: 22px;
}
.fb_vendor {
    background-color: #3B5998;
    padding: 3px 8px;
    color: #fff;
}
.gp_vendor {
    background-color: #CA3B2B;
    padding: 3px 8px;
    color: #fff;
}
.order_code{
	background-color: green;
    color: #fff;
    font-weight: bold;
    padding: 6px 10px;
}
.product-image img {
 	width: 450px;
}
.user_profile_pic_task{
	width: 10%;
}
.user_task_amt, .task_earn_amt{
	background-color: #4CAF50;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}
.task_earn_amt_danger{
    background-color: #d9534f !important;
    color: #ffffff !important;
}
.task_earn_amt_warning{
    background-color: #f0ad4e;
}
.tile_count .tile_stats_count .count {
    font-size: 22px;
}
.count_top i{
	color: #1abb9c;
}
.user_state>thead:first-child>tr:first-child>th, .user_state>tbody>tr>th{
	background-color: #31bc86;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    text-align: center;
}
.user_state{
	text-align: center;
}
.user_state_total_row{
	font-weight: bold;
	font-size: 16px;
}
.all_user_total{
	background-color: #e992b9;
	color: #fff;
}
.create_task_sub_grp{
	padding-top: 22px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #26b99a;
}
#create_task_id hr{
	margin-top: 10px;
    margin-bottom: 10px;
}
.user_task_grp_hightlight{
	box-shadow: 1px 1px 4px #4e4949;
    padding: 5px 10px;
}
#myTabContent .profile_details:nth-child(3n) {
    clear: inherit;
}
.change_network{
	cursor: pointer;
}
.font_size_12{
	font-size: 12px;
}
.user_view_unpaid{
    background-color: #41ba9e;
    color: #fff;
    padding: 6px;
}
.user_view_paid{
    background-color: #d9534f;
    color: #fff;
    padding: 6px;
}
.user_view_parent{
    color: #41ba9e;
    text-decoration: underline;
}
.payment_request_status{
    color: #fff;
    padding: 6px 15px;
}
.success_back{
    background-color: #4caf50;
}
.error_back{
    background-color: #a02d22;
}
.payment_request_mobile{
    font-size: 17px;
    font-weight: bold;
    color: #000;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1400px;
  }
}
.user_paytm_qrcode{
    width: 300px;
}
.edit_link_remark{
    text-decoration: underline;
    font-weight: bold;
    color: #1abb9c;
    font-size: 13px;
    cursor: pointer;
}
.cke_contents { min-height: 500px !important; }
.content-ck-editor .cke_contents { min-height: auto !important; }
.rating_status h3{
    margin: 0px;
    font-size: 1.3em;
    padding-left: 16px;
    color: #ffffff;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}
.paytm_ac_pending, .table-responsive table tr td.paytm_ac_pending:hover{
    background-color: #26b99a;
    color: #fff;
}
.paytm_ac_used, .table-responsive table tr td.paytm_ac_used:hover{
    background-color: #bb1100;
    color: #fff;
}
.mobile_match_error{
    color: #ffffff;
    background-color: #de5854;
    padding: 5px 16px;
}
.slot_icon img{
    width: 35px;
}
.country_code_label{
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 3px 8px;
    font-weight: bold;
}
.width_250{
    width: 250px;
}
.datetime_error{
    background-color: #ea4a3a;
    color: #ffffff;
    padding: 5px 5px;
}
.mt0{
    margin-top: 0px !important;
}
.prev-tag{
  display: none;
}
.p10p{
  padding: 10px;
}
.width250{
  width: 250px;
}
.p-required {
    color: #e32!important;
    font-weight: 400!important;
    font-size: 12px;
    display: none;
}
.thumb_error {
    margin: 0;
    /* margin-top: 14px; */
    padding-left: 11px;
}
.required{
  color: #BB1100;
}
.loader_overlay {
  position: fixed;
  z-index: 9999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color:#ffffffde;
  text-align: center;
  vertical-align: middle;
  padding-top: 40vh;
}
.loader-please-wait{
    color: #4285f4;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 3rem;
    padding: 10px;
}
.item-variant{
    margin-right: 0.5rem;
    font-size: 90%;
    padding: 6px 10px;
    background-color: #8ba128;
    /*background-color: #9d9d9d;*/
    line-height: 2rem;
}
.item-variant-view{
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    padding: 5px 10px;
    background-color: #8ba128;
}
.tooltip .tooltip-inner span.item-variant{
    font-size: 12px;
}
fieldset.scheduler-border {
    border: solid 1px #000 !important;
    padding: 0 10px 10px 10px;
    border-bottom: none;
    margin-bottom: 10px;
}
legend.scheduler-border {
    width: auto !important;
    border: none;
    font-size: 16px;
    padding: 5px 13px;
    background-color: #efeceb;
    box-shadow: 0 0 5px 2px #ecebeb;
    border: 1px solid #c5c3c3;
    -webkit-box-shadow: 0 0 5px 2px #ecebeb;
    -moz-box-shadow: 0 0 5px 2px #ecebeb;
}
.label{
    font-size: 88%;
    font-weight: normal;
    margin-left: 3px;
}
.app-list-bar .open .dropdown-menu{
    left: 0 !important;
    min-width: 220px !important;
}
.app-list-bar a img{
  width: 25px;
}
.app-list-bar .dropdown-menu a {
    padding: 8px 12px;
    border-bottom: 1px solid #ddd;
}
.app-list-bar .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.total-label{
    margin-top: 1.5rem;
    background-color: #ededed;
    color: #202020;
    padding: 10px 0px 10px 12px;
    /*text-align: center;*/
    font-size: 0.8rem !important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.order-card-header {
    padding: 0.3rem 0.5rem 0.3rem 0.8rem;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.ptd2r {
    padding-top: 0.2rem;
}
.order_total_label {
    font-size: 1.5rem;
    font-weight: bold;
    color: #5f6b78;
}
.order_total_value {
    font-size: 1.5rem;
    font-weight: bold;
}
.m0 {
    margin: 0 !important;
}
.pr0 {
    padding-right: 0 !important;
}
.pt0 {
    padding-top: 0 !important;
}
.required {
    color: #BB1100;
}

.align-right {
    text-align: right;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.product-list-wrapper .produst-list-item:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.13);
}
.produst-list-item {
    /* margin-bottom: 10px; */
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 8px;
    border-bottom: 1px dashed #9c9b9b;
}
.product-row-delete {
    /*position: absolute;
    left: -9px;
    top: 27%;*/
    font-size: 1.3rem;
    color: #4d4a49;
    cursor: pointer;
    margin-top: 5px;
}
.product-list-wrapper .produst-list-item:nth-of-type(even) {
    background-color: #dcf5f0;
}
.product-list-wrapper .produst-list-item:hover {
    background-color: #c1c1c1;
}
.personal-detail {
    float: left;
    margin-left: 10px;
    line-height: 1.3rem;
}
.personal-detail p {
    margin-bottom: 0.8rem;
}
.bold-title {
    color: #4c6276;
    font-size: 12px;
    font-weight: 600;
}
.theme-color {
    color: #4c6276;
}

.order-detail-box {
    background-color: #fff;
    padding: 5px 14px;
    border: 1px solid silver;
    /* box-shadow: 3px 3px 4px silver; */
    -webkit-box-shadow: 0 0 5px 2px silver;
    -moz-box-shadow: 0 0 5px 2px silver;
    box-shadow: 0 0 5px 2px silver;
    /* width: 160px; */
}
.min-width-250 {
    min-width: 210px;
}
.order-detail-box hr{
    margin-bottom: 6px;
}
.order-with-gst{
    border: 1px solid #e68989;
}
.order-without-gst{
    border: 1px solid #26b99a;
}
.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    cursor: pointer;
}
.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #1acc8d;
    color: #fff;
    transition: all 0.4s;
    padding-bottom: 3px;
}
.menu_section .dropdown-divider{
    color: rgba(0, 0, 0, 0.38);
    margin: 8px 0;
    display: block;
    border-top: 1px solid #000000;
}
.badge{
    border-radius: 0.25rem;
}
.mt5{
    margin-top: 5px;
}
.mb5{
    margin-bottom: 5px;
}
.tooltip-inner hr{
    margin-top: 4px;
    margin-bottom: 4px;
    border: 0;
    clear:both;
    display:block;
    width: 98%;               
    background-color:#FFFFFF;
    height: 1px;
}
.tooltip-inner {
    max-width: 300px;
    text-align: left;
}
.rm-cat-badge {
    font-size: 11px;
    font-weight: normal;
}
.btn.btn-rounded {
    border-radius: 50%;
}
.bottom-round-btn {
    position: fixed;
    display: block;
    bottom: 24px;
    right: 24px;
    z-index: 99999;
    cursor: pointer;
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 28%);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 28%);

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #ff4081;
    border-radius: 50%;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    height: 56px;
    min-width: 0;
    outline: none;
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 56px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.bottom-round-btn .fa{
    font-size: 1.5rem;
}
.custom-orange-btn {
    cursor: pointer;
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 28%);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 28%);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #ff4081;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    outline: none;
    padding: 8px 10px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    width: auto;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 0.9rem;
    border: none;
}
.custom-orange-btn:hover{
    color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 16%), 0 6px 12px rgb(0 0 0 / 32%);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
    box-shadow: 0 0 6px rgb(0 0 0 / 16%), 0 6px 12px rgb(0 0 0 / 32%);
}
.custom-orange-btn:focus{
    outline: none;
}
a.bottom-round-btn:hover, a.bottom-round-btn:focus {
    color: #ffffff;
}
.bottom-round-btn:hover {
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 16%), 0 6px 12px rgb(0 0 0 / 32%);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
    box-shadow: 0 0 6px rgb(0 0 0 / 16%), 0 6px 12px rgb(0 0 0 / 32%);
}
.form-section-title{
    color: #000000;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 15px;
}
.error-msg{
    color: #BB1100;
}
.same-as-shiiping-checkbox{
    position: absolute;
    top: 6px;
    right: 50px;
}
.show-all-fields{
    text-align: center;
    padding: 10px;
    color: #1413d5;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.pro-config-cat-title {
    color: #000000;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 17px;
    margin-left: 0px;
    border-bottom: 4px solid #8bc34a;
    width: fit-content;
    padding-bottom: 5px;
    padding-right: 10px;
}
.c-pointer{
    cursor: pointer;
}
.width-100{
    width: 100%;
}
.click-link{
    color: #337ab7;
    text-decoration: underline;
}
.sale-item-del{
    position: absolute;
    top: 0;
    right: 0;
}
.width-88p {
    width: 88%;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.sub-head-view{
    margin-top: 0px;
    color: #000000;
}
/*.mb-1{
    margin-bottom: 3px;
}*/
.right-triangle{
    height: 48px;
    position: absolute;
    border-left: 3px solid #00bcd4;
    transform: rotate(-25deg);
    top: 0;
    left: 10px;
}
.left-triangle{
    height: 48px;
    position: absolute;
    border-left: 3px solid #00bcd4;
    transform: rotate(25deg);
    top: 44px;
    left: 10px;
}
.order-view-amount{
    border-top: 3px solid #00bcd4;
    /*display: inline-block;*/
    height: 90px;
    border-bottom: 3px solid #00bcd4;
    padding: 5px 25px;
}
.p0{
    padding: 0px;
}
.m0{
    margin: 0px;
}
.order-view-amount-inn{
    text-align: right;
}
.mt-20{
    margin-top: 20px;
}
.text-black{
    color: #000000;
}
.highlight-details{
    background-color: #f7f7f9;
    padding: 5px 5px;
}
.terms-ul{
    margin: 0px;
    padding-left: 22px;
}
.account-rules-body{
    padding: 0px;
    padding-top: 5px;
    background-color: #f7f7f9;
}
ul.account-rules{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.account-rules li{
    padding: 10px 5px 10px 10px;
    font-size: 1rem;
    border-top: 1px solid rgba(38,185,154,0.11);
    border-bottom: 1px solid rgba(38,185,154,0.11);
    position: relative;
}
ul.account-rules li.account-rules-sub{
    padding-left: 50px;
}
ul.account-rules li:first-child{
    border-top: none;
}
ul.account-rules li:hover{
    background-color: #f9f9f9;
    cursor: pointer;
    background: rgba(38,185,154,0.07);
    border-top: 1px solid rgba(38,185,154,0.11);
    border-bottom: 1px solid rgba(38,185,154,0.11);
}
ul.account-rules li:first-child:hover{
    border-top: none;
}
.account-rules-action-btn-body{
    position: absolute;
    top: 10px;
    right: 10px;
}
.account-rules-action-btn{
    padding: 10px 14px;
    padding-bottom: 0px;
    /*font-size: 3rem;*/
}
.bootstrap-select .bs-placeholder, .bootstrap-select .dropdown-toggle{
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active, .bootstrap-select .btn-light:not(:disabled):not(.disabled):active, .bootstrap-select .show>.btn-light.dropdown-toggle {
     background-color: #fff; 
}
.pt0 {
    padding-top: 0 !important;
}
.width-100{
  width: 100%;
}
.h1, h1 {
    font-size: 1.8rem;
}
.form-control{
  font-size: 0.8rem;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 2px solid #4285f4;
    outline: 0;
    box-shadow: none;
}
.field-error{
  color: #BB1100;
  font-size: 1rem;
  background-color: #e7554647;
  border: 1px solid #bb1100;
  border-radius: 3px;
  padding: 8px 5px;
  max-width: 500px;
}
.link-text{
  color: #0069d9;
  text-decoration: underline;
}
.title-row-count {
    font-size: 1.5em;
    font-weight: bold;
    padding-left: 8px;
}
.title-filter-field{
  width: auto;
  /*height: calc(1.3em + .7rem + 1px);*/
  height: calc(1.5em + .7rem);
  margin-right: 8px;
  margin-bottom: 5px;
}
.modal-header{
    padding: 0.5rem 1rem;
}
.pos-relative{
    position: relative;
}
.dropdown-menu-body .dropdown-toggle::after{
    content: none;
}
.group_label {
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 3px 8px;
    font-weight: bold;
}
.form-check-label{
  padding-left: 10px;
  font-size: 1rem;
  margin-top: 0px;
}
.form-check-input{
  transform: scale(1.8);
  margin-right: 5px;
}

input[type=radio]#job_priority_low {
    accent-color: #6c757d;
}
input[type=radio]#job_priority_md {
    accent-color: #0069d9;
}
input[type=radio]#job_priority_high {
    accent-color: #c82333;
}

.c-badge{
    padding: 3px 6px;
    font-size: 0.8rem;
    font-weight: 400;
}
.bootstrap-select .bs-placeholder, .bootstrap-select .dropdown-toggle{
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active, .bootstrap-select .btn-light:not(:disabled):not(.disabled):active, .bootstrap-select .show>.btn-light.dropdown-toggle {
     background-color: #fff; 
}
.bootstrap-select .btn{
  font-size: 0.8rem;
}
.page-top-form-body .bootstrap-select:not(.input-group-btn) {
    float: left;
}
.bootstrap-select .dropdown-menu {
    font-size: 14px !important;
}
.poster-cat-list-field {
    float: left !important;
}
:not(.input-group)>.bootstrap-select.title-filter-field:not([class*=col-]) {
    max-width: 100px;
}
:not(.input-group)>.bootstrap-select.custom-width-list-lg:not([class*=col-]) {
    max-width: 180px;
}
.title-filter-field button.btn{
    padding-bottom: 4px;
    padding-top: 4px;
}
.account-rules-desc{
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    float: right;
    margin-right: 40px;
}
.account-rules-desc-text{
    font-size: 12px;
}
.b-account-box{
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}
.b-account-amt{
    font-size: 1rem;
}
.b-account-icon{
    /*font-size: 3.5rem;*/
    font-size: 2.5rem;
}
.b-account-card-body{
    padding: 0.8rem;
}
.b-account-action-btn-body {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 1.2rem;
}
.b-account-action-btn-body .dropdown-item:focus, .b-account-action-btn-body .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e4e7eb;
}
.b-account-action-btn-body .dropdown-item{
    font-size: 1rem;
}

.account-rules-action-btn-body .dropdown-item:focus, .account-rules-action-btn-body .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e4e7eb;
}
.account-rules-action-btn-body .dropdown-item{
    font-size: 1rem;
}
.clr{
    clear: both;
}
.back-arrow-header{
    padding: 2px 10px;
    font-size: 1.2rem;
    margin-right: 15px;
    font-weight: bold;
    color: #000000;
}
.empty-body-text{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.empty-body-text-item {
  /*flex: 0 0 120px;*/
}
.btn-xs{
    font-size: 0.75rem;
    padding: 0.3rem 0.4rem;
}
h2.popup-title {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #000000;
    font-weight: 500;
    font-size: 20px;
}
.purchase-view-order h6.sub-head-view{
    margin-top: 0px;
    color: #000000;
    font-size: 0.9rem;
    font-weight: 400;
}
.tr-top-border{
    border-top: 2px solid #b7b3b3;
}
.font-size-1{
    font-size: 0.5rem;
}
.font-size-2{
    font-size: 0.7rem;
}
.font-size-3{
    font-size: 0.9rem;
}
.payment-detail-box{
    background-color: #efefef;
    padding: 4px 0px 4px 6px;
    border: 1px solid;
}
.btn {
    border-radius: 0;
}
.btn-link{
    background: none;
    border-radius: 50%;
    transition-property: transform,opacity;

    width: 50px;
    height: 50px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-top: 8px;
}
.btn-link:hover{
    background-color: rgba(32,33,36,0.059);
    opacity: 1;
    transform: scale(1);
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    border-radius: 50%;
    transition-property: transform,opacity;
    color: #000000;
}
.link-text-gray{
    color: #5A738E;
    text-decoration: none;
}
.drSv4F tr{
    font-size: 14px;
    font-weight: 500;
}
.drSv4F td {
    padding: 0.3rem 0.75rem 0.3rem 0.75rem;
}
.content-block-border {
    border: 2px solid rgb(0 0 0 / 24%);
    padding: 8px 14px;
    margin-bottom: 5px;
}
.setting-sub-title::after {
    content: '';
    display: flex;
    width: 50px;
    height: 3px;
    margin: 0.5em 0 0;
    background-color: #cca454;
}
.job-body .nav-tabs{
    font-size: 0.9rem;  
}
.job-body .nav-tabs .nav-link.active{
    color: #007bff;
}
.job-body .nav-tabs .nav-link{
    border-width: 2px;
}
.job-body .nav-item a:hover{
    color: #007bff;   
}

.profile_col_box .profile-icon img {
    float: left;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    border: 1px solid #000000;
    border-radius: 50%;
}
.profile_col_box .profile-name {
    font-size: 15px;
}
.send-comment-btn{
    position: absolute;
    top: 1px;
    right: 6px;
    color: #FFFFFF;
    padding: 3px 10px;
}
.form-check-input-md {
    transform: scale(1.2);
    margin-right: 0px;
}
.fix-height-modal .modal-dialog-scrollable .modal-content {
    max-height: calc(65vh - 3.5rem);
}
.action-btn-list{
    /*display: flex;
    align-items: baseline;
    flex-direction: row;
    justify-content: space-evenly;*/
}
.upload-btn-link{
    background: none;
    border: 0;
    margin-top: 5px;
}
.tile_count .tile_stats_count .count {
    line-height: 30px;
}
.work-more-action-menu{
    font-size: 0.9rem;
}
.work-more-action-btn.dropdown-toggle::after{
    display: none;
}
.label-success {
    background-color: #00c292;
}
.label-danger {
    background-color: #fb9678;
}
.label-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}



.width100{
  width: 100px;
}
.layout_image {
    opacity: 0.8;
    width: 200px;
    height: 160px;
    background-position: center center;
    background-color: $image-bg;
    display: inline-block;
    margin: 10px;
}
.layout_image:hover {
  opacity: 1;
}
.layout-image-radio-img > input {
  display:none;
}
.layout-image-radio-img > .image{
  cursor:pointer;
  border: 2px solid black;
}
.layout-image-radio-img > input:checked + .layout_image{
  border: 4px solid #4caf50;
}
.layout_img1{
  background-image: url('../img/section_prototype/1.jpg');
}
.layout_img2{
  background-image: url('../img/section_prototype/2.jpg');
}
.layout_img3{
  background-image: url('../img/section_prototype/3.jpg');
}
.layout_img4{
  background-image: url('../img/section_prototype/4.jpg');
}
.layout_img5{
  background-image: url('../img/section_prototype/5.jpg');
}
.data-content-sequence-no{
  position: absolute;
  top: -14px;
  left: -14px;
  background: #73879c;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.data-content-edit{
  position: absolute;
  top: -14px;
  right: -14px;
}
.data-content-delete{
  position: absolute;
  top: 20px;
  right: -14px;
}
td span.line-h-20 {
    line-height: 20px;
}

.item-desc-dashed-border {
  margin: 10px 0;
  padding: 4px 10px;
  background-color: #FFFFFF;
  text-align: left;
  border: 2px dashed #E0E0E0;
  line-height: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.btn-group-sm>.btn, .btn-sm {
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.dashboard-count-box{
    min-width: 188px;
}
.edited-comment-text{
    color: #2196f3;
}
.comment-edit-icon, .comment-view-icon{
    font-size: 0.9rem;cursor:pointer;padding-left:5px;padding-top:5px;
}
.j-job-doc-tags{
    display: none;
}
.comment-msg-text{
    font-weight: bold;
    color: #000000;
    font-size: 14px;
}
.badge-info-board {
    color: #000;
/*    background-color: #cfe2f3 !important;*/
    background-color: #ffffff !important;
    border: 2px solid #b5b5b5 !important;
    font-weight: 500 !important;
    padding: 5px 8px !important;
}
.badge-info-process {
    color: #000;
    background-color: #fff2cc !important;
    border: 2px solid #b5b5b5 !important;
    font-weight: 500 !important;
    padding: 5px 8px !important;
}
.badge-info-complete {
    color: #000;
    background-color: #d9ead3 !important;
    border: 2px solid #b5b5b5 !important;
    font-weight: 500 !important;
    padding: 5px 8px !important;
}
.badge-info-cancel {
    color: #000;
    background-color: #f4cccc !important;
    border: 2px solid #b5b5b5 !important;
    font-weight: 500 !important;
    padding: 5px 8px !important;
}
.min-height-fix-900{
/*    min-height: 900px !important;*/
}
.auth-form-box {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 3px;
    padding: 1.4rem;
}
.low-pad-table .table td{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.selectable_area_hidden{
    cursor: pointer;
    position: relative;
    display: block;
}
#reports-notification {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
#reports-notification::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.print-btn{
    cursor: pointer; position: absolute; top: 20px; right: 30px; font-size: 1.4rem; color: #000000;
}

.export-btn{
    cursor: pointer; position: absolute; top: 20px; right: 70px; font-size: 1.4rem; color: #000000;background: none;border: none;padding: 0;
}
.export-btn:focus {
    outline: none;
}

@media print {
  body * {
    visibility: hidden;
  }

  .top_nav, .non-print{
    visibility: hidden;
  }
  .printAreaBlock, .printAreaBlock * {
    visibility: visible;
  }
  .printAreaBlock {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}