@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap');
@font-face {
      font-family: 'MonotypeCorsiva';
      src: url(../fonts/MonotypeCorsiva.ttf) format("truetype");
      font-style: normal;
    }
.logo-text, .logo-text:hover{
	font-size: 30px;
    margin-top: 5px;
    color: #14b9c7;
    text-decoration: none;
}
.horizontal-menu .sidebar .nav .nav-item{
  padding: 0 !important
}
.sidebar {
  background: #ffffff;
  font-family: "roboto-regular", sans-serif;
  height: calc(100vh - 70px);
  padding: 0;
  position: fixed ;
  width: 220px;
  z-index: 11;
  transition: width 0.25s ease, background 0.25s ease;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
  box-shadow: 1px 0 20px rgb(0 0 0 / 8%);
  overflow-y: auto;
  min-height: 1px !important;
}
.sidebar .nav .nav-item .nav-link{
    padding: 10px !important;
}
.sidebar .nav .nav-item .nav-link.active {
  background: #f4f7f8;
}
.sidebar .nav:not(.sub-menu) > .nav-item:hover:not(.nav-profile) > .nav-link {
    background: #f4f7f8;
    color: #8d9498;
}

table.dataTable{
	border-collapse: collapse !important;
}
div.dataTables_wrapper div.dataTables_info {
    font-size: 12px;
    color: #a9a9a9;
    letter-spacing: 0.5px;
}
.table thead th, .table td {
  border-top: 1px solid rgb(243 243 243 / 80%) !important;
  border: 1px solid rgb(243 243 243 / 80%);
  vertical-align: middle;
  font-size: 13px;
      color: #666;
}
.table.franchise-detail thead th, .table.franchise-detail td{
  font-size: 12px;
}
.table .form-check{
	margin-top: 0;
    margin-bottom: 20px;
}
.table .form-check .form-check-label{
  padding-left: 0px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background: #fafbfc;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
}
.table-striped tbody tr:hover {
    background: #fafbfc;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #efefef;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
    width: 15px;
    left: 3px;
    bottom: 5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #8fc454;
}

input:focus + .slider {
  box-shadow: 0 0 1px #8fc454;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 4px;
}

.slider.round:before {
  border-radius: 4px;
}
.tab-solid-danger .nav-link.active {
  color: #93c83c !important;
    background: transparent;
}
.nav-tabs .nav-link {
    border: 1px solid #f3f3f3 !important;
}
.static-text {
    color: #8d9498;
    font-size: 13px;
        line-height: 20px;
}
/*.edit-btn, .edit-btn:hover{
  background: #d4d4d4;
    color: #333;
}*/

/*.navbar {
    background: linear-gradient( 100deg, #369ccc, #93c83c);
}*/
.navbar {
    background: linear-gradient(27deg, rgb(148, 207, 56) 0%, rgb(148, 207, 56) 7%, rgb(102, 204, 204) 56%, rgb(51, 153, 204) 100%) !important;
}
.btn-success {
    color: #fff;
    background-color: #8ec353;
    border-color: #8fc453;
}
.btn-outline-success {
    color: #8fc352;
    background-color: transparent;
    background-image: none;
    border-color: #8fc352;
}
.btn-outline-success:hover{
  background-color: #8fc352;
  color: #fff;
  border-color: #8fc352;
}
.footer a {
    color: #8fc453;
    font-size: inherit;
}
.hyper-text, .hyper-text:hover{
  color: #0971a5;
  text-decoration: none;
}
.get-week-date{
  position: relative;
}
.get-week-date input{
  opacity: 0;
  position: absolute;
}
.get-week-date label{
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #f3f3f3;
  width:100%;
  height: 45px;
  font-size: 16px;
  background-color: #ffffff;
}
/*.table-layout{
  margin-top: -42px;
}*/
.table-borderless td{
  border: 0 !important;
  padding: 5px;
}
.weekly-report{
  position: relative;
}
.dataTables_filter label{
    width: fit-content ;
}
.dataTables_filter input[type="search"]{
    width: 100% ;
    margin: 0;
    /*border: none;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    padding: 0px 35px;*/
    height: 40px;

    background: rgba(244, 247, 248, 0.35);
    border: 1px solid #f3f3f3;
    padding: 0px 15px 0px 50px;
}
.weekly-report .input-group-addon{
  position: absolute;
    top: -1px;
    right: -42px;
}
.weekly-report input{
  opacity: 0;
  position: absolute;
}
.weekly-report label {
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid #f3f3f3;
  width: 100%;
  height: 36px;
  padding: 7px 10px;
  font-size: 14px;
      margin: 0;
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px;
      background: rgb(250 251 252 / 36%);
}
.weekly-report .input-group-text, .weekly-report .asColorPicker-trigger {
    background: #43a2b9;
    color: #fff;
    width: auto;
    padding: 0.56rem 0.75rem;
    border-color: #43a2b9;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    cursor: pointer;
}
.weekly-report .text{
  color: #909090;
    font-size: 13px;
    font-style: italic;
}
.hide{
  display: none;
}
.ui-datepicker-calendar tr:hover {
    background-color: #808080;
}
.form-check.form-check-flat label input:checked + .input-helper:before {
    background-color: #8fc454;
    border: none;
}
tr.hide-table-padding{
  background: #fafbfc;
}
tr.hide-table-padding td {
  padding: 0;
}
.expand-data{
  border-right: 1px solid #e6e6e6;
  width: 100%;
}
.expand-data .table-label{
  padding:  15px;
  font-size: 13px;
  border-bottom: 1px solid #e6e6e6;
  font-family: 'roboto-medium', sans-serif;
  min-height: 65px;
      display: flex;
    align-items: center;
    justify-content: center;
}
.expand-data .table-data{
  padding:  15px;
}
.expand-button {
  position: relative;
}

.accordion-toggle .expand-button:after
{
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  content: '-';
  font-size: 16px;
    background: #f5f5f5;
    padding: 5px 9px;
    border-radius: 4px;
    cursor: pointer;
}
.accordion-toggle.collapsed .expand-button:after
{
  content: '+';
  font-size: 16px;
    background: #f5f5f5;
    padding: 5px 7px;
    border-radius: 4px;
    cursor: pointer;
}
/*.edit-btn, .edit-btn:hover{
  margin-right: 10px;
    background: #d4d4d4;
    color: #000;
    padding: 4px;
    border: 1px solid #d4d4d4;
    text-decoration: none;
    border-radius: 4px;
}*/
.card{
  border-radius: 8px;
}
.nav.nav-tabs .nav-item .nav-link, .nav.nav-pills .nav-item .nav-link {
    font-family: "roboto-medium", sans-serif;
    line-height: 1;
    padding: 12px 10px;
    font-size: 14px;
    color: #5a5a5a;
    display: -webkit-flex;
    display: flex;
    border-radius: 0;
    justify-content: center;
    margin-left: 0;
    position: relative;
    border: none !important;
        text-transform: uppercase;
    letter-spacing: 1px;
        margin-right: 25px;
}
.nav.nav-tabs .nav-item .nav-link:before, .nav.nav-pills .nav-item .nav-link:before{
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    background: transparent;
}
.nav.nav-tabs .nav-item .nav-link.active:before, .nav.nav-pills .nav-item .nav-link.active:before{
    background-color: #93c83c;
}
.nav-tabs.tab-solid {
    border-bottom: 1px solid rgb(0 0 0 / 2%);
}
.nav.nav-tabs .nav-item .nav-link.active, .nav.nav-pills .nav-item .nav-link.active{
  color: #fff;
}
.nav.nav-tabs .nav-item .nav-link:hover, .nav.nav-pills .nav-item .nav-link:hover {
   color: #93c83c;
}
.approve-layout{
  position: absolute;
  z-index: 1;
  text-align: right;
  right: 15px;
  top:-5px;
}
button.dt-button.buttons-csv.buttons-html5,
button.dt-button.buttons-excel.buttons-html5 {
    background: #40a1bf;
    color: #fff;
}
div#approved_royalty_report_filter {
    width: 60%;
}
div.dt-buttons {
    position: relative;
    float: right;
}
.modal-content{
  background-color: #fff; 
}
.modal .modal-dialog {
    margin-top: calc(58px + 0px);
}
.btn-success {
  color: #fff;
  background-color: rgb(51 153 204);
  border-color: rgb(51 153 204);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(147 200 62);
  border-color: rgb(147 200 62);
}
.edit-btn {
  margin-right: 0px;
  background: #3c9fc4;
  color: #fff;
  padding: 4px;
  border: 1px solid #3c9fc3;
  min-width: 24px;
  border-radius: 4px;
  font-size: 12px;
}
.archive-btn{
    color:#3c9fc4;
}
.archive-btn:hover{
    color: #92c73e;;
}
.pinned_blog_style{
    background: #92c73e;
    border: 1px solid #92c83e;
    color: #fff;
    text-decoration: none;
}
.edit-btn:hover{
   background: #92c73e;
    border: 1px solid #92c83e;
    color: #fff;
    text-decoration: none;
}
.report_date_column h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.report_date_column table td {
  width: 50%;
  border-bottom: 1px solid rgb(238 238 238 / 28%) !important;
  padding: 10px 10px;
  font-size: 13px;
}
.report_date_column table td strong {
  font-weight: inherit;
  font-family: "roboto-bold", sans-serif;
}
.report_date_column .static-text {
  color: #8d9498;
  font-size: 13px;
  text-align: right;
}
.report_date_column table {
  background: rgb(250 251 252 / 29%);
  position: relative;
  border: 1px solid rgb(238 238 238 / 28%) !important;
}
.report_date_column {
  position: relative;
  padding-left: 40px;
}
.report_detail_table {
    position: relative;
    margin-top: 40px;
}
.report_detail_table .bg-dark {
  background-color: #003366 !important;
}
.report_detail_table .table thead th {
  font-size: 15px;
  padding: 12px 8px;
  font-family: "roboto", sans-serif;
    font-weight: 600;
}
.report_detail_table .table thead th, .report_detail_table .table td {
    height: 40px;
    width: calc(100% + 16px);
    margin-left: -8px;
        background: #f2f5f6;
}
.report_detail_table table.table input, .report_detail_table table.table textarea {
  border: none;
  height: 40px;
  width: calc(100% + 16px);
  margin-left: -8px;
  border: 1px solid #ddd;
}
.report_detail_table .table td {
  background: #fafbfc;
  height: 40px;
  padding: 0px 8px;
}
.report-period{
    font-size: 18px;
    padding: 0 15px;
    color: #12131a;
}
.sidebar .nav .nav-item .nav-link .menu-title{
    color: #909090;
    margin-left: 10px;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.navbar.fixed-top + .page-body-wrapper {
  padding-top: 70px; }

.logout{
  display: none;
}
/** Material pricing table css **/
#material_pricing_table .franchisee_pricing_input {
    height: 40px;
    background-color: #f4f7f8;
    border: 1px solid #ced4d7;
    width: 150px;
    padding-left: 10px;
  }

.franchisee_material_pricing .submit_pricing_btn {
background-color: #4CAF50;
  color: #fff;
  border: none;
  padding: 7px 20px 7px 20px;
  border-radius: 2px;
  margin-left: 20px;
}

#material_pricing_table_wrapper .dt-button {
    border: none;
  }

@media (min-width: 992px){
  .horizontal-menu .content-wrapper {
    padding-top: 5rem !important;
  }
  .navbar .navbar-brand-wrapper{
  height: 70px;
}
.navbar .navbar-brand-wrapper .navbar-brand img {
    width: auto;
    max-width: 80px;
    height: auto;
    margin: auto;
    vertical-align: middle;
}
.sidebar-icon-only .sidebar {
    width: 90px;
}
.sidebar-icon-only .navbar .navbar-brand-wrapper {
    width: 90px; }
.sidebar-icon-only .navbar .navbar-menu-wrapper {
    width: calc(100% - 90px);
}
.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title{
  left: 80px;
}
.sidebar-icon-only .content-wrapper, .sidebar-icon-only .footer{
  margin-left: 90px;
    width: calc(100% - 90px);
}
}

@media (max-width: 991px){
  /*.navbar .navbar-brand-wrapper {*/
    /*width: 100px;*/
  /*}*/
  .navbar.fixed-top + .page-body-wrapper {
    padding-top: 60px;
  }
}





/*************** New Css Here **************/
.navbar .navbar-brand-wrapper .navbar-brand img {
    width: auto;
    max-width: 82px;
    height: auto;
    margin: auto;
    vertical-align: middle;
}
.navbar .navbar-brand-wrapper {
    height: 70px;
    display: flex !important;
    align-items: center;
    border-bottom: 1px solid #f4f7f8;
}
.login-content-wrapper {
    position: relative;
    max-width: 700px;
    width: 100%;
    background: linear-gradient( 100deg, #3c9fc3, #46a4b5);
    margin: 0 auto;
    box-shadow: 1px 0 20px rgb(0 0 0 / 8%);
    border-radius: 8px;
    overflow: hidden;
    min-height: 430px;
}
.login {
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 50px;
    position: relative;
        justify-content: center;
        background: url(../images/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.login:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(242 247 248 / 85%);
}
.custom_chkbox {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px ​!important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #909090;
  font-family: "roboto-regular", sans-serif !important;
}

/* Hide the browser's default checkbox */
.custom_chkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #ddd;
}

/* When the checkbox is checked, add a blue background */
.custom_chkbox input:checked ~ .checkmark {
  background-color: rgb(51 153 204);
  border-color: rgb(51 153 204);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom_chkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom_chkbox .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

img{
  max-width: 100%;
}
.auth-form-right {
    width: 50%;
        display: flex;
    align-items: center;
}
.auth .auth-form-light {
    background: #ffffff;
    /* color: #000; */
    width: 50%;
        display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.auth .auth-form-light > div {
    width: 100%;
}
.auth-form-light h2 {
    font-size: 30px;
    color: #111;
    margin-bottom: 10px;
}
.forgot_pass a {
    text-decoration: underline;
    font-size: 12px;
    color: #909090;
    display: inline-block;
}
.lead_txt {
    color: #666;
    font-size: 14px;
}
.custom_btn {
    text-transform: uppercase;
    letter-spacing: 1px;
        font-size: 16px !important;
    padding: 0px 15px;
    height: 40px;
    line-height: 40px;
}
.forgot_pass {
    font-size: 12px;
    line-height: 1;
}
.auth-form-light .form-group {
    margin-bottom: 20px;
}
.auth-form-light form .form-group i {
    position: absolute;
    right: 0;
    height: auto;
    top: 5px;
    color: #ddd;
}
.auth-form-light form input.form-control{
  font-size: 12px !important;
      padding: 6px 35px 6px 0px;
}
.auth-form-light form input.form-control::-webkit-input-placeholder { /* Edge */
  color: #909090 !important;
}

.auth-form-light form input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #909090 !important;
}

.auth-form-light form input.form-control::placeholder {
  color: #909090 !important;
}
.forgot_pass a:hover {
    color: rgb(147 200 62);
    text-decoration: none;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings {
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
}
.navbar-nav .nav-item.nav-settings img {
    width: 20px;
    margin-right: 5px;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings .nav-link {
    font-size: 13px;
    color: rgb(255 255 255 / 90%);
    transition: all 0.3s; 
    font-family: "roboto-light", sans-serif;  
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings .nav-link:hover{
  color: #fff;
}
.footer {
    background: rgb(247 247 247 / 68%);
    border-top: 1px solid rgb(238 238 238 / 82%);
}
.footer span {
    color: #a5a5a5 !important;
}
.content-wrapper {
    padding: 30px;
}
.content_wrap_bg{
  background: url(../images/White-Geometric-background-01.png);
    background-size: cover;
    background-position: center;
    position: relative;
}
.content_wrap_bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:rgb(242 247 248 / 70%);
}
.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background: #8fc454;
    color: #ffffff;
    padding: 0.5rem 1.25rem;
    left: 80px;
    position: absolute;
    text-align: left;
    top: 0;
    width: auto;
    z-index: 1;
    height: 52px;
    line-height: 1.8;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    transition: all 0.3s;
}
.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title:before {
  content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #8fc454;
    position: absolute;
    left: -10px;
}
.sidebar .nav .nav-item .nav-link img {
    opacity: 0.5;
}
.row.top_report_head {
       position: relative;
    padding: 20px 18px 20px 18px;
    margin: 0;
    align-items: center;
    z-index: 9;
}
/*div#paid_royalty_report_wrapper {
    margin-top: 45px;
}*/
.row.top_report_head h4 {
    font-size: 26px;
}
.dataTables_filter input.form-control.searchIn {
    width: 100%;
    margin: 0;
    border: none;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    padding: 0px 35px;
    height: 40px;
}
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    display: block;
    margin: 0;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: center;
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
}
.approve-layout .btn {
        height: 40px;
    background: #40a1bf;
    color: #fff;
    border-color: #40a1bf;
    padding: 0px 20px;
    line-height: 40px;
}
.dataTables_filter img {
    max-width: 20px;
    position: absolute;
    left: 20px;
    top: 10px;
        opacity: 0.5;
}
.approve-layout .btn:hover{
  background: #8ec353;
  border-color: #8ec353;
}
.btn-success.btn_link {
    font-size: 12px;
}
b, strong {
    font-family: "roboto-bold", sans-serif;
}
.report_detail_select select.form-control {
    background: transparent;
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
       opacity: 0.5;
       height: 40px !important;
           font-size: 14px;
}
.report_detail_select:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #949494;
    position: absolute;
    right: 10px;
    top: 16px;
}
.report_detail_select {
    position: relative;
}
label.approved_btn_vs {
        background: #94c93c;
    border-color: #94c93c;
    margin: 0;
}
.manage_fr_header h4 {
    font-size: 24px;
}
.manage_fr_header {
    margin-bottom: 20px;
    position: relative;
}
#list_franchise tbody tr:nth-child(odd) , #list_franchise tbody tr:hover{
    background: #fafbfc;
}
.manage_franchise_forms label {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 18px;
        padding-top: 0;
    padding-bottom: 0;
}
.manage_franchise_forms input.form-control {
    height: 40px;
    background: rgb(244 247 248 / 35%);
    border: 1px solid #f3f3f3;
}
.datepicker .input-group-addon.input-group-text {
    background: rgb(244 247 248 / 35%);
}
.Franchise_terms_add {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
}
.modal .modal-dialog .modal-content .modal-header .close span {
    font-size: 26px;
}
.modal .modal-dialog .modal-content .modal-header {
    padding: 15px 26px;
    background: #fafbfc;
}
.custom_btn_green{
  background: #8fc352;
  color: #fff;
}
.custom_btn_green:hover{
  background: transparent;
  color: #8fc352;
}
.report_detail_table input.form-control:focus, .report_detail_table textarea.form-control:focus {
    box-shadow: inset 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.report_detail_table textarea.form-control{
  resize: vertical;
  min-height: 40px; 
}


@media (max-width: 600px){
  .table-layout{
    margin-top: 0px;
  }
  .approve-layout{
    text-align: center;
    margin-bottom: 5px;
  }
  .navbar.fixed-top + .page-body-wrapper {
    padding-top: 70px;
  }
  .weekly-report .input-group-addon{
    right: 0px;
  }
  .weekly-report label {
    position: relative;
    left: -2px;
  }
  .navbar .navbar-brand-wrapper .brand-logo-mini img{
    width: calc(70px - 0px);
    height: 40px;
  }
  .report_date_column{
    padding-left: 0px;
  }
  .login-content-wrapper {
    display: block !important;
        min-height: 1px !important;
}
.login {
    padding: 40px 20px !important;
}
.auth .auth-form-light {
    width: 100% !important;
    padding: 30px !important;
}
.auth-form-right {
    display: none !important;
}
.content-wrapper {
    padding: 40px 15px !important;
}
div.dataTables_wrapper div.dataTables_filter {
    width: 100%  !important;
}
.card .card-body {
    padding: 30px 15px;
}
.row.top_report_head {
    padding: 20px 5px 20px 5px !important;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings {
    margin: 0;
}
.row.top_report_head h4 {
    font-size: 18px;
    margin-bottom: 10px !important;
}
.nav.nav-tabs .nav-item .nav-link, .nav.nav-pills .nav-item .nav-link {
    padding: 12px 5px;
    font-size: 13px;
    color: #5a5a5a;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-right: 5px;
}
.table thead th, .table td {
    font-size: 12px;
}
.footer span {
    font-size: 12px;
}
label.approved_btn_vs {
    margin-top: 8px;
}
.report_date_column table td {
    font-size: 12px;
}
.manage_fr_header h4 {
    font-size: 18px;
    margin-bottom: 10px !important;
}
.Franchise_terms_add h4 {
    margin-bottom: 10px !important;
}
.auth-form-light h2 {
    font-size: 20px;
}
.approve-layout .btn {
    height: 30px;
    padding: 0px 15px;
    font-size: 13px;
}
.custom_btn_green {
    height: 30px;
    padding: 0px 15px;
    line-height: 30px;
    font-size: 13px;
}
.manage_franchise_forms input.form-control {
    height: 34px;
}
.datepicker > div {
    height: 34px;
}
.row-offcanvas.row-offcanvas-right.active .sidebar-offcanvas {
    right: 0% !important;
    width: 100% !important;
    position: fixed;
    top: 70px !important;
}
.row-offcanvas.row-offcanvas-right.active {
    right: 100% !important;
}
}


/* it's for jquery validation error */
.error{

    margin-bottom: 0 !important;
    color: #f00 !important;
    font-size: 13px !important;
    font-style: italic !important;
    margin-top: 4px !important;
}

.datepicker input.form-control.error
{
    order:1;
    margin-top:0 !important;
}

.datepicker label.error
{
    order: 3;
    width: 100%;
}
.datepicker .input-group-addon.input-group-text
{
    order:2;
}

/*#list_franchise_filter{
    display: flex;
    justify-content: flex-end;
    text-align: right;
    width: 100%;
    margin-top: 15px;
    margin-right: 0 !important;
}*/

/*#user_list_filter
{
    display: flex;
    justify-content: flex-start;
    text-align: right;
    width: 100%;
    margin-top: 0px;
    margin-right: 0 !important;
}
div.dataTables_wrapper #user_list_filter.dataTables_filter label {
    width: 100%;
}*/
/*#assign_franchisee_user_list_filter
{
    display: flex;
    justify-content: flex-end;
    text-align: right;
    width: 100%;
    margin-top: 15px;
    margin-right: 0 !important;
}



#franchisee_royalty_report_filter
{
    display: flex;
    justify-content: flex-end;
    text-align: right;
    width: 100%;
    margin-top: 15px;
    margin-right: 0 !important;
}*/

/*#franchisee_royalty_report_wrapper{
    margin-top:45px;
}*/

p.edit-report-text {
    background: #94c93c;
    border-color: #94c93c;
    color: #fff;
    margin: 0;
    padding-bottom: -13px;
    padding-top: 0px;
  }
  p.edit-report-text-paid {
    background: #94c93c;
    border-color: #94c93c;
    color: #fff;
    margin: 0;
    padding-bottom: -13px;
    padding-top: 0px;
    padding-left: 16px; 
    padding-right: 16px;
  }

select.form-control.error {
    color: #666 !important;
}

#submitted_royalty_report_wrapper.dataTables_wrapper div.dataTables_filter {
    text-align: center;
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    z-index: 9;
}
input.adjust_type {
    height: 13px !important;
    width: 40px !important;
    margin-left: 0px !important;
    border: none;
}
/* Add onboarding franchisee */
input#owner {
    height: 13px !important;
    width: 40px !important;
    margin-left: 0px !important;
}
input#requires_upload {
    height: 13px !important;
    width: 40px !important;
    margin-left: 0px !important;
}
button.btn.btn-success.mr-2.sumit_onboarding {
    background: rgb(148, 207, 56);
    border-color: rgb(148, 207, 56);
}
a.add_items {
    background: rgb(51, 153, 204)!important;
    border-color: rgb(51, 153, 204)!important;
    color: #fff!important;
}
label.heading-onboard-text {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
}
.owner_radio_group {
  display: block;
  position: relative;
  padding-left: 0;
      margin-right: 0;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
      line-height: 1;
}
.owner_uline{
  margin-top: 8px;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
/* Hide the browser's default radio button */
.owner_radio_group input {
  position: relative;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.owner_radio_group input:checked ~ .checkmark {
  background-color: #389ecc;
  border-color: transparent;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.owner_radio_group input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.owner_radio_group .checkmark:after {
   top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}
.owner_radio_btns {
    display: flex;
        justify-content: center;
}
ul.owner_uline.add_owner{
    display: flex;
}
li.owner_liline{
  margin-right: 25px;
  }
  .customer_records_dynamic.upload_doc {
    display: none;
}
#list_franchise_onboarding .form-check {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    width: 23px;
    display: inline-block !important;
}
ul.child_list {
    margin-bottom: 0;
    margin-top: 8px;
    padding: 0;
}
ul.child_list li {
    /*line-height: 16px;*/
    font-size: 12px;
    margin: 4px 0px;
    /*display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-left: 0;
    position: relative;
    cursor: move;
}
ul.child_list li span {
    margin-left: 6px;
}
/*ul.child_list li:before {
    content: "\e067";
    position: absolute;
    left: 0;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    top: 0;
        font-family: 'simple-line-icons';
}*/
table#list_franchise_onboarding i.icon-check {
    color: #8fc352;
}
#list_franchise_onboarding span.steps_owner {
    margin-left: 5px;
}
#list_franchise_onboarding .icon-menu{
  cursor: move;
}
.owner_radio_group {
  display: block;
  position: relative;
  padding-left: 0;
      margin-right: 0;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
      line-height: 1;
}
.owner_uline{
  margin-top: 8px;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
/* Hide the browser's default radio button */
.owner_radio_group input {
  position: relative;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.owner_radio_group input:checked ~ .checkmark {
  background-color: #389ecc;
  border-color: transparent;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.owner_radio_group input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.owner_radio_group .checkmark:after {
   top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}
.owner_radio_btns {
    display: flex;
        justify-content: center;
}
table#list_franchise_onboarding tr td strong {
    min-height: 18px;
    display: block;
}
.edit_group_items {
    position: relative;
    margin-left: 5px;
    font-size: 12px;
    color: #3c9fc4;
}
table#list_franchise_onboarding tr td strong a{
  text-decoration: none;
}
ul.child_list.help_text_list li {
    cursor: default;
    padding-left: 0;
}
ul.child_list.help_text_list li:before{
  content: none;
}
ul.child_list.help_text_list {
    padding: 0;
}

.item-view {
    position: relative;
    border-radius: 7px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 21%);
}
/*a.remove_button.onboarding-remove {
    position: relative;
    align-items: left;
    left: 68.6em;
}*/
button.btn.btn-light.back-to-onboarding {
    background: rgb(51, 153, 204)!important;
    border-color: rgb(51, 153, 204)!important;
    color: #fff!important;
}
.form-check.form-check-flat {
    display: flex!important;
     margin-bottom: 25px!important;
     margin-top:25px!important;
}

.form-check.form-check-flat.align-center-internal {
    position: relative!important;
}
.form-check.form-check-flat.align-center-upload {
    position: relative!important;
}
table.item_table td {
    border-bottom: none;
    padding: 10px 15px;
}
table#list_franchise_onboarding tr td strong {
    min-height: 18px;
    display: block;
    padding: 15px 15px;
}
.table thead th, .table td {
    border-top: 1px solid rgb(243 243 243 / 80%) !important;
    border: 1px solid rgb(243 243 243 / 80%);
    vertical-align: middle;
    font-size: 13px;
    color: #666;
    line-height: 20px;
}
.table-striped table.item_table tbody tr:nth-of-type(odd) {
    background: transparent;
}
.form-check.form-check-flat label .input-helper:before {
    border: 2px solid #ddd !important;
}
.form-check.form-check-flat.franchisee-upload {
    width: 100px !important;
}
/*button.remove {
    background: red;
    color: #fff;
    border-color: red;
}*/
button.remove {
    position: absolute;
    align-items: left;
    right: 20px;
    background: red;
    color: #fff;
    border-color: red;
}
.col-md-8.isInternal {
    display: none;
}
/* upload document*/

.info-box-list.claim-info .white-box {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 50px;
    box-shadow: 0px 4px 16px rgb(31 36 87 / 10%);
}
.form-group.option_uline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}
.form-group.option_uline > div {
    margin-right: 35px;
}
.form-group.option_uline label {
    text-transform: capitalize;
    font-size: 16px;
}
#files1 label {
    font-size: 13px;
    color: #999;
    margin-bottom: 0;
}
#files1 input.form-control {
    height: 40px;
    font-size: 13px;
}
#files1 textarea.form-control {
    resize: none;
    font-size: 13px;
}
.msg_help_text {
    font-size: 12px;
    font-style: italic;
    text-decoration: underline;
    margin-top: 2px;
}
.msg_help_text input.reaming {
    font-style: italic;
    text-decoration: underline;
    width: 25px !important;
    font-size: 11px;
    padding: 0;
}
div#block3 label {
    font-size: 14px;
    color: #999;
}
div#files1 {
    flex-wrap: wrap;
    padding: 0;
    background: #3c9fc4;
    align-items: center;
    color: #fff;
    font-size: 14px;
    display: flex;
    margin: 0px;
}
.upblck-doc{
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 12px;
    color: #999;
    align-items: center;
}
.error-blck{
  font-size: 11px;
    color: #dc3545!important;
}
div#block3 label.custom-file-upload1 {
    margin: 0;
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding: 15px;
    / cursor: default; /
}
#files1 input[type="file"] {
   display: none;
}
span.upload_help_txt {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 20px;
    display: block;
    margin-top: 5px;
}
ol.fileList {
    margin: 0;
    font-size: 12px;
}
ol.fileList li {
    margin-bottom: 15px;
}
h4.head-text{
    font-size: 13px;
    line-height: 19px;

}
label.selfie-upload{
    font-size: 12px !important;
}
div#uploadDocument .modal-lg {
    max-width: 550px;
}
#files1 label {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    cursor: pointer
}
span#oldDocumentDiv a {
    color: #5a5a5a;
    font-size: 14px;
    text-decoration: underline;
    font-style: italic;
}
.upload_doc_model_btn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
span#oldDocumentDiv {
    display: block;
    text-align: right;
}
.upload_doc_model_btn .btn-success {
    color: #fff;
    background-color: #8ec353;
    border-color: #8fc453;
}
.bottom-upload-doc {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 3px;
}
.bottom-upload-doc span.help-block {
    width: 100%;
    font-size: 14px;
    color: #5a5a5a;
    display: inline-block;
}
span#oldDocumentDiv a {
    color: #5a5a5a;
    font-size: 14px;
    text-decoration: underline;
    font-style: italic;
    display: inline-block;
    word-break: break-word;
}

.bottom-upload-doc span#oldDocumentDiv {
    text-align: right;
    width: 100%;
}
/* end upload document*/

.fdirectory_search_field input {
    height: 50px;
    background-color: #f4f7f8;
}

.fdirectory_search_field {
    position: relative;
}

.fdirectory_search_field input {
    height: 50px;
    background-color: #f4f7f8;
    padding-left: 50px;
    border-radius: 0;
}
.fdirectory_search_icon {
    max-width: 20px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.fdirectory_search_field input:focus {
    border-color: transparent;
    background: #f4f7f8;
}
.fdirectory_flist hr {
    margin: 0;
    border-color: rgba(112,112,112,0.30);
}

.card-body.fdirectory_card {
    padding: 0;
}

.fdirectory_flist {
    position: relative;
    height: calc(750px - 50px);
    overflow-y: auto;
}

.card.fdirectory_grid {
    border-radius: 0;
}
.fdirectory_flist .card-body {
    padding: 15px 20px;
}
.fdirectory_flist h5 {
    font-size: 22px;
    color: #003366;
    margin-bottom: 10px;
}
.fdirectory_flist p {
    color: #666;
    margin-bottom: 5px;
    font-size: 14px;
}

.fdirectory_flist p i {
    color: #8dcd50;
    margin-right: 5px;
}

.card-body.fdirectory_card h4.card-title {
    padding: 20px;
    margin: 0;
    font-size: 26px;
}
img.img-cancel {
    width: 16.23px !important;
    height: 15.56px !important;
}
a.edit_group_add_items {
    background: rgb(51, 153, 204)!important;
    border-color: rgb(51, 153, 204)!important;
    color: #fff!important;
}

.auth-form-right {
    width: 50%;
    display: flex;
    align-items: center;
    background: url(../images/login-bg.jpg);
    background-size: cover;
    background-position: center;
}
table.item_table td {
    border-bottom: none;
    padding: 10px 15px;
    word-break: break-all;
}
a.question_symbol {
    text-decoration: none;
}
.complete_filter td {
    color: rgb(102 102 102 / 45%);
}
.complete_filter td textarea.notes_onboarding_item {
    color: rgb(102 102 102 / 45%);
    border-color: rgb(102 102 102 / 45%);
}
select.koala_status {
    border: 1px #666 solid;
    background: #fff;
    padding: 8px;
    border-radius: 4px;
}
.complete_filter td select.koala_status {
    border-color: rgb(102 102 102 / 45%);
    color: rgb(102 102 102 / 45%);
}
select.mark_complete {
   border: 1px #666 solid;
    background: #fff;
    padding: 7px 0px;
    width:90px;
    border-radius: 4px;
}
.complete_filter td select.mark_complete {
    border-color: rgb(102 102 102 / 45%);
    color: rgb(102 102 102 / 45%);
}
select.koala_status {
    border: 1px #666 solid;
    background: #fff;
    padding: 8px;
    border-radius: 4px;
}
.htext {
    word-break: break-all;
}

/************ Audit log css 04-13-2021*****************/
#list_audit_logs tbody tr:nth-child(odd), #list_audit_logs tbody tr:hover {
    background: #fafbfc;
}
#ManageQB .modal-lg {
    max-width: 600px;
}
.manage_franchise_Quickbooks input.form-control, .manage_franchise_Quickbooks select.form-control {
    height: 40px;
    background: rgb(244 247 248 / 35%);
    border: 1px solid #f3f3f3;
}
.qb_connect_btn {
    width: 100%;
}
#list_audit_logs_length {
    display: none;
}
div#list_audit_logs_wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
#list_audit_logs_wrapper.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap;
}
#list_audit_logs_wrapper.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}
#list_audit_logs_wrapper.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}
table.dataTable#list_audit_logs {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    
}
#list_audit_logs_wrapper{
  margin-left: -10px;
    margin-right: -10px;
}
div.dataTables_wrapper#list_audit_logs_wrapper div.dataTables_filter {
    text-align: center;
    margin-left: 0;
    margin-bottom: 10px;
    width: 40%;
}
table.dataTable#list_audit_logs thead .sorting:before, 
table.dataTable#list_audit_logs thead .sorting:after, 
table.dataTable#list_audit_logs thead .sorting_asc:before,
table.dataTable#list_audit_logs thead .sorting_asc:after, 
table.dataTable#list_audit_logs thead .sorting_desc:before, 
table.dataTable#list_audit_logs thead .sorting_desc:after, 
table.dataTable#list_audit_logs thead .sorting_asc_disabled:before, 
table.dataTable#list_audit_logs thead .sorting_asc_disabled:after, 
table.dataTable#list_audit_logs thead .sorting_desc_disabled:before, 
table.dataTable#list_audit_logs thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
}
table.dataTable#list_audit_logs thead .sorting:before, 
table.dataTable#list_audit_logs thead .sorting_asc:before, 
table.dataTable#list_audit_logs thead .sorting_desc:before, 
table.dataTable#list_audit_logs thead .sorting_asc_disabled:before, 
table.dataTable#list_audit_logs thead .sorting_desc_disabled:before {
    left: 1em;
    content: "\2191";
    font-size: 10px;
}
table.dataTable#list_audit_logs thead .sorting:after, 
table.dataTable#list_audit_logs thead .sorting_asc:after, 
table.dataTable#list_audit_logs thead .sorting_desc:after, 
table.dataTable#list_audit_logs thead .sorting_asc_disabled:after, 
table.dataTable#list_audit_logs thead .sorting_desc_disabled:after {
    left: 0.5em;
    content: "\2193";
    font-size: 10px;
}
#list_audit_logs_wrapper.dataTables_wrapper .dataTable thead th {
    border-bottom-width: 0;
    position: relative;
}
.report_selection {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#Audit_report .modal-lg {
    max-width: 600px;
}
.daterange_audit {
    position: relative;
}
.daterange_audit input {
    background: rgb(244 247 248 / 35%) url(../images/calender.png) !important;
    background-size: 32px !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
}
#list_audit_logs_filter {
    display: none;
}
ul.filter_audit_ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.filter_franchise_audit{
  position: relative;
}
.filter_franchise_audit:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #949494;
    position: absolute;
    right: 10px;
    top: 16px;
}
.filter_franchise_audit select {
    min-width: 170px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
ul.filter_audit_ul li {
    margin-right: 15px;
}
.filter_franchise_date input {
    min-width: 200px;
}
.filter_audit_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.filter_audit_box h5 {
    margin: 0;
    font-size: 14px;
    /* font-family: "roboto-regular", sans-serif; */
    margin-right: 10px;
}
.fcontacts > .row {
    background: white;
    box-shadow: 0px 3px 6px #0000001a;
    padding: 30px 15px 15px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 6px;
}

.fcontacts {
    position: relative;
    padding: 0px 15px;
}

.head_contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.close_contacts {
    position: absolute;
    right: 0;
    top: 0;
    background-color:#000;
    color: white;
    height: 20px;
    width: 20px;
    text-align: center;
    border-top-right-radius: 6px;
    cursor: pointer;
}
select#analytics_tag {
    border: 1px #666 solid;
    background: #fff;
    padding: 8px;
    border-radius: 4px;
}
.google_script {
    position: relative;
}
a#add_google_script {
    position: absolute;
    right: 20px;
}
.inner_script_row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
}
.inner_script_row > p {
    width: 25%;
    margin-right: 20px;
    margin-bottom: 0px;
}
.inner_script_row > ul {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.inner_script_row > ul li {
    margin-right: 35px;
}
.main_script_row {
    max-width: 100%;
    border: 1px solid #12131a;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 12px;
}
a#edit_google_script {
    text-decoration: none;
}
a.deleteGoogleScript {
    text-decoration: none;
}
h5.delete_rw_script{
    position: relative;
    left: 12%;
}
.float-left.my-2.delete_btn_script{
    position: relative;
    flex-wrap: wrap;
    text-align: center;
    left: 84px;
    width: 50%;
}
a#cke_26 {
    display: none;
}
form#add_blog {
    max-width: 810px;
}
.corporate_blog_form{
    max-width:100% !important;
}
div#blog_list_filter {
    display: none;
}
img.blog-img-rounded {
    width: 50px !important;
    height: 50px !important;
}
i.icon-pencil.edit_bolg {
    margin: 0px;
}
i.icon-trash.edit_bolg {
  margin: 0px;
}
div#review_list_filter {
    display: none;
}
        /* Ratings widget */
        .rate {
            display: inline-block;
            border: 0;
        }
        /* Hide radio */
        .rate > input {
            display: none;
        }
        /* Order correctly by floating highest to the right */
        .rate > label {
            float: right;
            color: #ccc;
        }
        /* The star of the show */
        .rate > label:before {
            display: inline-block;
            font-size: 30px;
            padding: .3rem .2rem;
            margin: 0;
            cursor: pointer;
            font-family: FontAwesome;
            content: "\f005 "; /* full star */
        }
        /* Zero stars rating */
        .rate > label:last-child:before {
            content: "\f006 "; /* empty star outline */
        }
        /* Half star trick */
        .rate .half:before {
            content: "\f089 "; /* half star no outline */
            position: absolute;
            padding-right: 0;
        }
        /* Click + hover color */
        .rate input:checked ~ label, /* color current and previous stars on checked */
        .rate label:hover, .rate label:hover ~ label { color: #ffe800;  } /* color previous stars on hover */

        /* Hover highlights */
        .rate input:checked + label:hover, .rate input:checked ~ label:hover, /* highlight current and previous stars */
        .rate input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
        .rate label:hover ~ input:checked ~ label /* highlight previous selected stars */ { color: #ffe800;  }

.table_rating_show {
    position: relative;
    display: inline-block;
}
.filled_rating {
  font-size: 18px;
    top: 0;
    left: 0;
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #ffe800;
    z-index: 99;
    overflow: hidden;
}
.filled_rating li {
    margin: 0px 2px;
}
.filled_rating.zero-half {
    width: 10%;
}
.filled_rating.one-full {
    width: 20%;
}
.filled_rating.one-half {
    width: 30%;
}
.filled_rating.two-full {
    width: 40%;
}
.filled_rating.two-half {
    width: 50%;
}
.filled_rating.three-full {
    width: 60%;
}
.filled_rating.three-half {
    width: 70%;
}
.filled_rating.four-full {
    width: 80%;
}
.filled_rating.four-half {
    width: 90%;
}
.filled_rating.five-full {
    width: 100%;
}
.textarea-review {
    height: 150px;
}
.visible_franch .radio-inline {
    margin-right: 20px;
}

.visible_franch .radio-inline input {
    margin-right: 5px;
}
div.tagsinput span.tag {
    padding: 9px 26px !important;
}
div#employee_directory_list_filter {
    display: none;
}
i.icon-pencil.edit_employee {
    margin: 0px;
}
i.icon-trash.edit_employee {
    margin: 0px;
}
div#koala_support_list_filter {
    display: none;
}
.filter_koala_support {
    position: relative;
    left: 43.0em;
}
.filter_koala_support {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#list_audit_logs_filter {
    display: none;
}
ul.filter_koala_ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.filter_franchise_support{
  position: relative;
}
.filter_franchise_support:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #949494;
    position: absolute;
    right: 10px;
    top: 16px;
}
.filter_franchise_support select {
    min-width: 170px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
ul.filter_koala_ul li {
    margin-right: 15px;
}
.filter_koala_support {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.filter_koala_support h5 {
    margin: 0;
    font-size: 14px;
    margin-right: 10px;
}

/*Design Center page css*/
.preview_business_card {
    width: 500px;
    margin: 0 auto;
    position: relative;
        background: #eee;
    padding: 5px;
}
.preview_business_card img {
    width: 100%;
    box-shadow: 0px 20px 50px rgb(0 0 0 / 16%);
}
.business_card_main {
    position: relative;
    margin-top: 10px;
}
.manage_bussiness_forms .form-group {
    margin-bottom: 25px;
}
.manage_bussiness_forms input.form-control {
    height: 40px;
    padding: 0px 15px;
}
ul.dropdown_submenu {
  display: none;
    list-style: none;
    padding-left: 30px;
}
ul.dropdown_submenu li a {
    color: #8d9498;
    display: block;
    padding: 8px 10px;
    font-size: 13px;
}
ul.dropdown_submenu li {
    position: relative;
    padding-left: 8px;
}
ul.dropdown_submenu li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    background: #989898;
    border-radius: 50%;
    top: 17px;
}
.sidebar-icon-only ul.dropdown_submenu {
    display: none;
}

.preview_yard_card {
    width: 500px;
    margin: 0 auto;
    position: relative;
        background: #eee;
    padding: 5px;
}
.preview_yard_card img {
    width: 100%;
    box-shadow: 0px 20px 50px rgb(0 0 0 / 16%);
}
.business_yard_main {
    position: relative;
}
.business_card_prints {
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    font-family: 'Questrial', sans-serif;
}
.business_card_header {
    width: 55%;
}
.business_card_header h2 {
    font-size: 22px;
    color: #3399cc;
    margin-bottom: 0px;
    font-family: 'Questrial', sans-serif;
}
.business_card_header p {
    color: #000;
    font-size: 13px;
    font-family: 'roboto-bold';
}
.business_Card_footer {
    position: relative;
    margin-top: 25px;
    width: 70%;
}
.business_Card_footer h3 {
    color: #fff;
    font-size: 17px;
    font-family: 'Questrial', sans-serif;
}
ul.business_card_info {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.business_card_info img.icons_info {
    box-shadow: none;
    max-width: 14px;
    position: absolute;
    right: 0;
    top: 5px;
}
ul.business_card_info li {
    position: relative;
    padding-right: 25px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 22px;
}
.yard_sign_prints {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.yard_url {
    position: absolute;
    bottom: 2px;
    width: 75%;
    right: 0;
    padding: 0px 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: 'Questrial', sans-serif;
}
p.yard_phone_number {
    position: absolute;
    bottom: 36px;
    width: 75%;
    right: 0;
    text-align: center;
    font-size: 27px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    padding: 0px 10px;
    line-height: 1;
    margin-bottom: 10px;
}
p.yard_location_name {
    position: absolute;
    bottom: 32px;
    color: #fff;
    font-size: 8px;
    left: 45px;
    margin: 0;
    width: 18%;
    opacity: 0.6;
    font-family: 'Questrial', sans-serif;
}
.preview_business_card.preview_door_hanger.preview_funding_certificate {
    width: 550px;
}
.preview_business_card.preview_door_hanger {
    width: 600px;
    display: flex;
    flex-wrap: wrap;
}
.preview_business_card.preview_door_hanger .business_card_back {
    width: calc(50% - 5px);
    margin-right: 5px;
    position: relative;
}
.preview_business_card.preview_door_hanger .business_card_main {
    width: calc(50% - 5px);
    margin: 0;
    margin-left: 5px;
}
.door_hnager2_prints .door_hanger2_phone {
    position: absolute;
    bottom: 58px;
    width: 290px;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'roboto-bold';
}
.door_hnager1_prints .door_hanger2_url {
    position: absolute;
    top: 92%;
    width: 150px;
    padding: 0px 3px;
    text-align: left;
    margin-bottom: 0;
    font-size: 10px;
    font-family: 'roboto-bold';
    right: 0;
}
.door_hnager1_prints .door_hanger2_phone {
    position: absolute;
    top: 88%;
    width: 150px;
    padding: 0px 3px;
    text-align: left;
    margin-bottom: 0;
    right: 0;
    font-size: 17px;
    color: #95c941;
    font-family: 'roboto-medium';
}
.door_hnager1_prints .door_hanger2_location {
    position: absolute;
    left: 56px;
    font-size: 8px;
    color: #8d8e90;
    bottom: 34px;
    margin: 0;
    width: 85px;
}
.door_hnager2_prints .door_hanger2_url {
    position: absolute;
    bottom: 15px;
    width: 290px;
    padding: 0px 10px;
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    font-family: 'roboto-bold';
}

/*it's for email template*/
label#f_list-error {
    display: block;
    order: 2;
}
.multiselect-native-select{
    display: flex;
    flex-direction: column;
}
.custom_width_card_left .btn {
    padding: 10px 15px;
}
.custom_width_card_left .btn {
    padding: 10px 15px;
}
li.nav-item.menu_toggle .nav-link {
    position: relative;
    cursor: pointer;
}
li.nav-item.menu_toggle .nav-link:before {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: 'FontAwesome';
    transition:all 0.3s;
}
li.nav-item.menu_toggle.design_center_open .nav-link:before {
    transform: rotate(180deg);
}

@media (max-width: 1100px){
.col-lg-5.custom_width_card_left, .col-lg-7.custom_width_card_right, .col-lg-4.custom_width_card_left, .col-lg-8.custom_width_card_right {
    max-width: 100%;
    flex: 100%;
}
.preview_yard_card, .preview_door_hanger, .preview_business_card {
    margin-top: 40px;
}
}

div#manage_site_list_filter {
    display: none;
}
.Franchise_manage_site {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
}
@media (max-width: 340px){
    .navbar .navbar-menu-wrapper{
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*it's for submit report panel*/
.submit_report_panel
{
    margin-left: 5px;
}
.submit_report_panel p
{
    margin-bottom: 0px;
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
}
.submit_report_panel span
{
    font-size: 14px;
}
/*it's for multi user select */
span.multiselect-native-select {
    position: relative;
    z-index: 9999;
}

/*it's for toggle button of multiple microsite */
.mulitple_microsite_switch.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 26px;
    margin: 0;
    margin-left: 12px;
    top: -3px;
}

.mulitple_microsite_switch.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.mulitple_microsite_switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #ddd;
}

.mulitple_microsite_switch .slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 0px;
    bottom: 0;
    background-color: #fbfbfb;
    -webkit-transition: .4s;
    transition: .4s;
}

.mulitple_microsite_switch input:checked + .slider {
    background-color: #8ec352;
}

.mulitple_microsite_switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.mulitple_microsite_switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.mulitple_microsite_switch .slider.round {
    border-radius: 34px;
}

.mulitple_microsite_switch .slider.round:before {
    border-radius: 50%;
}
/* franchisee dashboard widgets */
.dashboard_widgets_grid {
    display: flex;
    align-items: center;
}
.d_widget_icon i {
    width: 50px;
    height: 50px;
    background: #389ecd;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    margin-right: 15px;
}
.d_widgets_numbers h4 {
    margin: 0;
    font-size: 15px;
    color: #a5a5a5;
    font-family: 'roboto-regular';
    letter-spacing: 0.5px;
}
.d_widgets_numbers p {
    margin-bottom: 8px;
    font-size: 24px;
    font-family: 'roboto-medium';
    line-height: 40px;
}
.d_widget_icon i.icon-wallet {
    background: rgb(147 201 60 / 18%);
    color: #93c93c;
}
.d_widget_icon i.icon-like {
    background: rgb(254 177 97 / 20%);
    color: #feb161;
}
.d_widget_icon i.icon-hourglass {
    background: rgb(5 149 230 / 18%);
    color: #0595e6;
}
.d_widget_icon i.icon-bell {
    background: rgb(252 75 124 / 20%);
    color: #fc4b7c;
}
/*it's for leader board table row color*/
.lboard_table_row_color
{
    background-color:#6dcbb9;
    font-weight:bold;
}
.lboard_dpicker_height
{
    height:38px;
}
/*it's for sites for finance sections*/
input.finance_source {
    margin-right: 5px;
}
label.finance_radio {
    margin-right: 40px;
}
.form-group.finance_url {
    display: none;
}
.form-group.finance_image {
    display: none;
}
/* blog filter */

.filter_blog_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
ul.filter_blog_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 10px;
}
.filter_franchise_blog {
    position: relative;
}
div#blog_detail_list_filter {
    display: none;
}
/*Franchisee Notes */
#addNotes .modal-dialog,#editNotes .modal-dialog
{
    max-width: 600px;
}
.notes_main .card {
    margin-bottom: 15px;
}
ul.notes_dates {
    list-style: none;
    padding: 0;
}
ul.notes_dates li {
    margin-left: 15px;
    position: relative;
    color: #aaa;
    font-size: 13px;
    border-left: 1px solid #eee;
    padding-left: 15px;
}
ul.notes_dates li:first-child {
    border-left: 0;
}
.prev_notes_grid p {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #333;
}
ul.notes_dates li a {
    color: #95c642;
}
ul.notes_dates li a i{
    margin-left:5px;
}
/*Marketing System design css*/
.custom_range_picker {
    position: relative;
}
.custom_range_picker:before {
    content: "\e075";
    font-family: 'simple-line-icons';
    position: absolute;
    top: 7px;
    right: 10px;
    color: #c9c8c8;
}
.js-daterangepicker {
    position: relative;
}
.medium_testing_table div#pending-listing_filter {
    display: none;
}
.medium_testing_table span.tags_span {
    background: rgb(51 153 204 / 51%);
    margin-right: 5px;
    color: #fff;
    padding: 6px;
    border-radius: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
    display: inline-block
}
span.comment_genrl_span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.comment_gen_content {
    position: relative;
    padding-right: 20px;
}
.comment_gen_content .info_icon {
    position: absolute;
    right: 0;
    bottom: 0;
}
.manage_franchise_forms input.form-control[disabled] {
    background: #e9ecef;
}
#addVendors .modal-dialog,#deleteVendors .modal-dialog , #editVendors .modal-dialog, #addMedium .modal-dialog,#editMedium .modal-dialog,#addGeneralComment .modal-dialog,#editGeneralComment .modal-dialog,#generalComment .modal-dialog,#commentModal .modal-dialog,
#addVendorsReview .modal-dialog, #viewVendorsReviews .modal-dialog,#deleteVendors .modal-dialog, #editVendorsReviews .modal-dialog{
    max-width: 600px;
}
.vendor_reviews {
    position: relative;
    margin-top: 50px;
}
.marketing_meidums_testing select.form-control {
    height: 40px;
    background: rgb(244 247 248 / 35%);
    border: 1px solid #f3f3f3;
}
.marketing_meidums_testing textarea.form-control{
    background: rgb(244 247 248 / 35%);
    border: 1px solid #f3f3f3;
    line-height: 18px;
}
.create_medium_type{
    text-align: right;
    margin-top: 5px;
    justify-content: flex-end;
}
.create_medium_type span{
    font-size: 13px;
    text-transform: capitalize;
    color: #8fc352;
    font-style: italic;
    cursor: pointer;
}
.create_medium_name, .create_supplier{
    text-align: right;
    margin-top: 5px;
    justify-content: flex-end;
}
.create_medium_name span, .create_supplier span{
    font-size: 13px;
    text-transform: capitalize;
    color: #8fc352;
    font-style: italic;
    cursor: pointer;
}
.marketing_meidums_testing label {
    padding-top: 12px;
}
.custom_btn_green {
    height: 36px;
    padding: 0px 22px;
    line-height: 36px;
}
.franchise_medium_rating_form label {
    padding-top: 0;
}

.drag_drop_files input {
    padding: 45px 30px;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
    opacity: 0;
}
.drag_drop_files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
}
.drag_drop_files{ position:relative; background: rgb(244 247 248 / 35%);
    border: 1px solid #f3f3f3;}
.drag_drop_files:after {  pointer-events: none;
    position: absolute;
    top: 16px;
    left: 0;
    width: 25px;
    right: 0;
    height: 30px;
    content: "";
    background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
    display: block;
    margin: 0 auto;
    opacity: 0.6;
    background-size: 100%;
    background-repeat: no-repeat;
}
.drag_drop_files:before {
    position: absolute;
    bottom: 17px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: auto;
    content: " Drag & Drop ";
    display: block;
    margin: 0 auto;
    color: #3ba1cc;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    font-size: 14px;
}
ul.rating_medium {
    padding: 0;
    list-style: none;
}
ul.rating_medium i {
    font-size: 20px;
    margin: 0px 1px;
    color: #f4eadc;
}
ul.rating_medium .checkmark {
    border-radius: 2px;
    height: 18px;
    width: 18px;
}
ul.rating_medium .custom_chkbox .checkmark:after {
    left: 5px;
    top: 2px;
}
ul.rating_medium .custom_chkbox {
    padding-left: 28px;
    margin-bottom: 5px;
    padding-top: 0;
}
ul.rating_medium .five_rating_vs i{
    color: #edb84f;
}
ul.rating_medium .four_rating_vs i{
    color: #edb84f;
}
ul.rating_medium .three_rating_vs i{
    color: #edb84f;
}
ul.rating_medium .two_rating_vs i{
    color: #edb84f;
}
ul.rating_medium .one_rating_vs i{
    color: #edb84f;
}
.table_rating_marketing ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.table_rating_marketing ul i {
    font-size: 20px;
    margin-right: 2px;
    color: #f4eadc;
}
.table_rating_marketing span.rating_title {
    font-size: 15px;
    font-weight: 600;
    color: #666;
    letter-spacing: 1px;
    display: block;
}
.table_rating_marketing .rating_desc {
    font-size: 13px;
    margin: 0;
}
.ui-autocomplete {
    z-index:2147483647;
}div#marketing_vendors_list_filter {
     display: none;
 }
div#marketing_vendors_review_list_filter {
    display: none;
}
ul#ui-id-1 {
    z-index: 9999;
}
ul#ui-id-2 {
    z-index: 9999;
}
.filter_vendor_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
ul.filter_vendor_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 10px;
}
.filter_franchise_vendor {
    position: relative;
    margin-right: 22px;
}
.filter_company_vendor {
    position: relative;
}
/*div#vendor_list_filter {
    display: none;
}*/
h5.delete_rw_vendor {
    position: relative;
    left: 23%;
}
/*Marketing mediums new css*/
.marketing_main_content {
    position: relative;
}
.marketing_grid {
    background: white;
    border-radius: 8px;
    padding: 15px;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px #e2e1e1;
}
.marketing_grid h3{
    font-size: 22px;
    margin-bottom: 5px;
}
.marketing_grid h3 a{
    text-decoration: none;
    color: #312f2f;
}
.marketing_grid h3 a:hover{
    transition: all .5s;
    color: #399fcc;
}
.marketing_grid i{
    color: #000;

}
.comment_medium i{
    font-weight: 600;
}
.rating_marketing ul,
.marketing_grid .types_medium ul,
.marketing_grid .footer_grid_medium ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 5px;
}
.marketing_grid .comment_medium p{
    font-size: 14px;
    color:rgb(117, 114, 128);
    margin: 10px 0 20px;
    display: flex;
    align-items: baseline;
}
.marketing_grid .comment_medium p div{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.comment_medium .comment-section{
    display: flex;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;

}
.comment_medium .comment-section:last-child{
    border-bottom: none;
}
.comment_medium .comment-section i{
    font-size: 20px;
    color: #369ccc;
}
.comment_medium .comment-section div span{
    font-size: 14px;
    color: rgb(117, 114, 128);
}
.text-ellipsis{
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height:63px;
}
.marketing_grid .rating_title{
    font-size: 12px;
    margin-left: 5px;
    color: #909090;
}
.rating_marketing i{
    font-size: 16px;
    color: #f4eadc;
    margin-right: 2px;
}
.marketing_grid .types_medium ul li{
    margin-right: 5px;
    font-size: 12px;
    color: rgba(117,114,128,1);
    padding: 2px 5px;
}
.types_medium ul li{
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
    padding: 2px 5px;
}
.marketing_grid .read_more_btn{
    text-align: right;
}
.marketing_grid .read_more_btn a{
    border: 1px solid #399fcc;
    color: #399fcc;
}
.marketing_grid .read_more_btn a:hover{
    transition: all 1s;
    background-color: #399fcc;
    border: 1px solid #399fcc;
    color: #fff;
}
.marketing_grid .footer_grid_medium{
    border-top: 1px solid #efefef;
    padding-top: 10px;
}
.marketing_grid .footer_grid_medium ul{
    margin-bottom: 0;
}
.marketing_grid .footer_grid_medium ul li{
    font-size: 11px;
    color: rgba(117,114,128);
    margin-bottom: 5px;
    text-align: left;
}
.marketing_grid .footer_grid_medium p{
    font-size: 12px;
    color: rgb(123 123 123);
    margin-bottom: 5px;
    text-align: left;
}
.can-edit, .comment-action{
    text-decoration: none;
    font-size: 10px;
    border: 1px solid rgb(198 194 216);
    border-radius: 5px;
    padding: 5px 6px;
    width: 25px;
    height: 25px;
}
.can-edit:hover, .can-edit:focus, .comment-action:hover, .comment-action:focus{
    text-decoration: none;
    border: 1px solid rgb(198 194 216);
}
.can-edit i{
    color: rgba(117,114,128);
}

.comment-action i{
    color: rgba(117,114,128) !important;
    font-size: 10px !important;
}
.economic-tile i{
    color: #8ace57;
    font-size: 50px;
}
.economic-tile h2{
    font-size: 20px!important;
}
.economic-tile div{
    color:rgb(123 123 123);
    text-align: right;
}
.contact-detail{
    font-size: 14px;
    /*height: 80px;*/
    color: rgb(117, 114, 128);
    padding: 10px 0 15px;
}
.heading-ellipsis{display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;}

.label-ellipsis{text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}

/* it's for left side bar overlapping removing*/
.sidebar .nav .nav-item .nav-link {
    white-space: normal !important;
}

#lead_graph text.highcharts-credits {
    display: none;
}
#lead_graph2 text.highcharts-credits {
    display: none;
}
#addJob .modal-dialog,#editJob .modal-dialog
{
    max-width:600px;
}
/*Admin design center css*/
.funding_certicate_front {
    position: relative;
}
.funding_certificate_prints {
    position: absolute;
    top: 175px;
    left: 54px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #4d4d4d;
}
.first-tent_card {
    position: absolute;
    top: 120px;
    left: 0;
    font-size: 33px;
    width: 50%;
    padding: 0px 10px;
    margin: 0;
    text-align: center;
    font-family: MonotypeCorsiva;
}
.second-tent_card {
    position: absolute;
    top: 120px;
    right: 0;
    font-size: 33px;
    width: 50%;
    padding: 0px 10px;
    margin: 0;
    text-align: center;
    font-family: MonotypeCorsiva;
}
.third-tent_card {
    position: absolute;
    bottom: 70px;
    left: 0;
    font-size: 33px;
    width: 50%;
    padding: 0px 10px;
    margin: 0;
    text-align: center;
    font-family: MonotypeCorsiva;
}
.fourth-tent_card {
    position: absolute;
    bottom: 70px;
    right: 0;
    font-size: 33px;
    width: 50%;
    padding: 0px 10px;
    margin: 0;
    text-align: center;
    font-family: MonotypeCorsiva;
}
.traing_certificate_prints {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 171px;
    font-size: 28px;
    font-family: 'PT Serif', serif;
    color: #000;
    padding: 0px 25px;
}
.name_tag_first_grid {
    position: absolute;
    width: 50%;
    padding: 0px 10px;
    top: 57px;
    left: 0;
    text-align: center;
}
.name_tag_second_grid {
    position: absolute;
    width: 50%;
    padding: 0px 10px;
    top: 57px;
    right: 0;
    text-align: center;
}
.name_tag_third_grid {
    position: absolute;
    width: 50%;
    padding: 0px 10px;
    top: 260px;
    left: 0;
    text-align: center;
}
.name_tag_fourth_grid {
    position: absolute;
    width: 50%;
    padding: 0px 10px;
    top: 260px;
    right: 0;
    text-align: center;
}
.name_tag_fifth_grid {
    position: absolute;
    width: 50%;
    padding: 0px 10px;
    bottom: 20px;
    left: 0;
    text-align: center;
}
.name_tag_sixth_grid {
    position: absolute;
    width: 50%;
    padding: 0px 10px;
    bottom: 20px;
    right: 0;
    text-align: center;
}
.name_tags_prints h5 {
    color: #FFF;
    margin: 0;
    font-size: 34px;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}
.name_tags_prints h4 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
}
.name_tags_prints .title_name_tag {
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 15px;
    margin: 0;
}
.name_tags_prints .location_name_tag {
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 15px;
    margin: 0;
    font-style: italic;
}
.manage_bussiness_forms button {
    white-space: normal;
}
.name_tag_grid_form .form-group {
    margin-bottom: 15px;
}
.name_tag_grid_form {
    position: relative;
    margin-bottom: 20px;
}
.name_tag_grid_form h6 {
    font-size: 18px;
}
@media (max-width: 767px){
.custom_width_card_right {
    overflow-x: auto;
}
}
.fjob-text-ellipsis{
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height:63px;
}

.create_option_medium_management_type {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

#add_service_page .form-group {
    margin-bottom: 1.5rem;
}


/* badge */
.mbadge {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
}
.mbadge li {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom:30px;
}
.mbadge-grid
{
    text-align:center;
    position: relative;
    padding: 15px;
    background: #f9f9f9;
}
.mbadge-grid i {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor:pointer
}
.mbadge_no_record{
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    opacity: 0.3;
}
.mbadge-grid img {
    width: auto;
    height: 150px;
}
/* Badges css */
div#badge_list_filter {
    display: none;
}
.file_upload_badges {
    border: 1px solid #ddd;
    padding: 5px 10px;
}
.badge_img {
    width: auto !important;
    height: 100px !important;
    border-radius: 5px !important;
}
#badge_list button.multiselect,#linkified_badge button.multiselect {
    padding: 15px !important;
    font-size: 16px;
}
#linkified_badge .multiselect-container>li>a>label,#badge_list .multiselect-container>li>a>label {
    padding-left: 15px;
    color: #666;
    font-size: 14px;
}
#badge_list span.multiselect-native-select {
    position: relative;
    z-index: 99;
}
#badge_list  .multiselect-native-select {
    display: contents;
    /* flex-direction: column; */
}
#badge_list .btn-group, #badge_list  .btn-group-vertical {
    display: block;
}
#addBadge .modal-dialog{
    max-width: 600px;
}
.leads_date_row
{
    justify-content: flex-end;
    margin-top: -40px;
    align-items: center;
}
div#lead_list_filter {
    position: relative;
    width: 40% !important;
}

#addReview .modal-dialog, #editReview .modal-dialog,#showReview .modal-dialog,#notesDetail .modal-dialog ,#addNewsFeed .modal-dialog,#editNewsFeed .modal-dialog,#showComment .modal-dialog,#showLike .modal-dialog{
    max-width: 600px;
}

.filled_rating.zero {
    color: #ccc;
}
.rev_profile ul {
    list-style: none;
    padding: 0;
}
.rev_content p:last-child {
    margin-bottom: 0;
}
.rev_grid{
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.modal-body.review_body {
    max-height: 450px;
    overflow-y: auto;
}
.modal-body.review_body .rev_grid:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.rev_profile {
    width: 100%;
}

/* news feed design css*/
.pending_report_grid {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}
.pending_report_grid:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.pending_report_dashboard h2, .leads_received_dashboard h2, .news_feed_dashboard h2 {
    font-size: 22px;
    margin: 0;
    min-height:35px;
}
.pending_report_list {
    height: 460px;
    overflow-y: auto;
    position: relative;
}
a.send_email_report_dashboard {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 14px;
    padding: 6px !important;
}
a.send_email_report_dashboard i {
    font-size: 12px;
}
.pending_report_grid ul {
    margin: 0;
}
.pending_report_grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.report_grid_left_head {
    width: 65%;
    padding-right: 15px;
    position: relative;
}
.report_grid_left_head h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #003366;
}
.report_grid_left_head h5 {
    font-size: 15px;
    line-height: 1;
    font-family: 'roboto-medium';
}
.report_grid_right_head p {
    color: #aaa;
}
.report_grid_right_head p strong {
    color: #12131a;
}
ul.report_grid_uline {
    position: relative;
    padding-right: 100px;
}
ul.report_grid_uline li {
    color: #666;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1;
    margin-right: 15px;
}
.report_grid_uline li i {
    color: #8dcd50;
    margin-right: 5px;
}
/* width */
.pending_report_list::-webkit-scrollbar,
.news_feed_content::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.pending_report_list::-webkit-scrollbar-track,
.news_feed_content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.pending_report_list::-webkit-scrollbar-thumb,
.news_feed_content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* Handle on hover */
.pending_report_list::-webkit-scrollbar-thumb:hover,
.news_feed_content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.leads_help_grid_txt p {
    color: #666;
    font-size: 14px;
}
.leads_help_grid_txt p:last-child {
    margin-bottom: 0;
}
.news_feed_content {
    height: 1012px;
    overflow-y: auto;
    position: relative;
    padding: 15px;
}
.post_news_grid {
    position: relative;
    border: 1px solid #eeee;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 8%);
}
.post-footer-option ul {
    padding: 10px 0px;
    border-top: 1px solid #eee;
    position: relative;
    justify-content: space-between;
    margin: 0;
}
/*.post-footer-comment-wrapper {
    background: #f5f5f5;
    padding: 15px;
}*/
.post-footer-option ul li a {
    color: #777;
    font-size: 15px;
    transition: all 0.3s;
}
.post-footer-option ul li a:hover {
    color: #379dcc;
}
.post-heading h4.media-heading {
    font-size: 18px;
    margin-bottom: 3px;
    line-height: 1;
    color: #003366;
}
.post-heading .anchor-time {
    color: #aaa;
    font-size: 14px;
    font-style: italic;
}
.post-heading .media-left, .post-footer-comment-wrapper .media-left{
    margin-right: 12px;
}
.post-heading {
    margin-bottom: 10px;
}
.post_news_grid .post-body p, .post-footer-comment-wrapper .reply-post p{
    color: #666;
    font-size: 14px;
}
.post-footer-comment-wrapper h4.media-heading {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1;
    color: #003366;
}
.reply-post p:last-child {
    margin-bottom: 0;
}
.post-footer-comment-wrapper .anchor-time {
    color: #aaa;
    font-size: 14px;
    font-style: italic;
}
.del_view_post {
    position: absolute;
    right: 0px;
    top: 0px;
}
.post_news_grid .post-body {
    padding-right: 0px;
}
.del_view_post i {
    color: #379dcc;
}

.news_feed_comment_profile
{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.nfc_time
{
    color: #aaa;
    font-size: 14px;
    font-style: italic;
}

#showComment .comment_body
{
    max-height: 350px;
    overflow-y: auto;
}

#showLike .like_body
{
    max-height: 350px;
    overflow-y: auto;
}
.like_body ul li i
{
    color:#8fc352;
    margin-right: 5px;
}


.news_feed_write_comment {
    position: relative;
}
.news_feed_write_comment textarea{
    height: 46px;
    border-radius: 30px;
    padding-right: 115px;
    padding-top: 15px;
}
.news_feed_write_comment button{
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    right: 3px;
    top: 3px;
}
.news_feed_write_comment button img {
    max-width: 18px;
}

ul.report_grid_uline li {
    display: flex;
    line-height: 1;
}
/*new css for  news feed*/
.post_head_vs {
    position: relative;
    padding-right: 100px;
}
.post_head_vs h3 {
    font-size: 18px;
    margin-bottom: 3px;
}
.post_head_dateTime li {
    color: #aaa;
    font-family: "roboto-regular", sans-serif;
    font-size: 13px;
}
.post_head_dateTime li span{
    font-family: "roboto-regular", sans-serif;
}
.post_head_dateTime {
    margin-bottom: 5px;
}
.post_head_dateTime li i {
    margin-right: 5px;
}
.post_img_news img {
    width: 100%;
}
ul.post_like_tooltip {
    position: absolute;
    background: rgb(0 0 0 / 80%);
    z-index: 99;
    list-style: none;
    color: rgb(255 255 255 / 81%);
    font-size: 12px;
    padding: 10px;
    border-radius: 10px;
    opacity: 0;
    display: none;
}
.like_uline li:hover ul.post_like_tooltip {
    opacity: 1;
    display: block;
}

.post_comment_vs
{
    position: relative;
    padding-right:35px;
}
.post_comment_vs h4 {
    font-size: 16px;
    margin-bottom: 0px;
    color: #003366;
}
.post_comment_vs .post_head_dateTime li {
    font-size: 12px;
}
.comment {
    background: #f9f9f9;
    margin-bottom: 5px;
    padding: 15px;
    border-radius: 20px;
}
.news_feed_atthmnt_icon {
    position: absolute;
    right: 50px;
    font-size: 22px;
    color: #888;
    top: 7px;
    width: 30px;
    text-align: center;
}
.news_feed_atthmnt_icon input {
    position: absolute;
    left: 0;
    opacity: 0;
    width: 30px;
}
.news_feed_attachment_prev i {
    position: absolute;
    margin-left: 5px;
    cursor: pointer;
}
.news_feed_attachment_prev {
    position: relative;
    margin-top: 8px;
}
.news_feed_attachment_prev img {
    height: 75px;
    width: 75px;
    background: #eee;
}

#deleteComment h5.delete_rw_script, #deleteNewsFeed h5.delete_rw_script {
    position: relative;
    left: 0%;
    text-align: center;
    display: block;
    width: 100%;
}

#deleteComment .float-left.my-2.delete_btn_script, #deleteNewsFeed .float-left.my-2.delete_btn_script {
    position: relative;
    flex-wrap: wrap;
    text-align: center;
    left: 0px;
    width: 100%;
}

.btn-success:disabled {
    opacity: 0.2;
}
.post_img_news {
    position: relative;
}
.img_download_caption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 20%);
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    padding:10px;
}
.post_img_news:hover .img_download_caption {
    opacity: 1;
    visibility: visible;
}
.post_img_news:hover .img_download_caption a {
    transform: scale(1);
}
.img_download_caption a {
    display: inline-block;
    /* border: 1px solid #fff; */
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    transform: scale(0);
    transition: .3s;
    background: #88cc66;
}

.nfeed_edited_text{
    color: #aaa;
    font-family: "roboto-regular",sans-serif;
    font-size: 13px;
    margin-right: 7px
}

.fg-emoji-picker-search {
    display: none;
}

.cemoji_btn
{
    position: absolute;
    right: 80px;
    font-size: 18px;
    color: #888;
    top: 10px;
    width: 30px;
    cursor: pointer;
}

.add_news_feed_emoji_btn
{
    /*position: absolute;*/
    left: 12px;
    cursor: pointer;
    background: #fff;
    right: 12px;
    bottom: 2px;
}
.edit_news_feed_emoji_btn
{
   /* position: absolute;*/
    left: 12px;
    cursor: pointer;
    background: #fff;
    right: 12px;
    bottom: 2px;
}
.add_news_feed_emoji_txtarea, .edit_news_feed_emoji_txtarea
{
    padding-bottom: 35px;
}
.fg-emoji-container {
    /*height:300px !important;
    width:300px !important;*/
}
/*Start responsive admin panel*/
.dashboard_content_rap {
    position: relative;
}
.dashboard_other_links_mobile li a:hover{
    text-decoration: none;
}
.dashboard_other_links_mobile li a.active {
    background: #f1f1f1;
}

/* Live Preview URL */

.preview_url_box {
    border: 1px solid #ddd;
    background: #eee;
    cursor: pointer;
    margin-bottom: 5px;
}
.preview_url_content {
    padding: 15px;
}
.preview_url_img img {
    max-height: 125px;
    max-width: 240px;
}
.preview_url_img {
    background: #fff;
    text-align: center;
}
.preview_url_content h3 {
    font-size: 20px;
}
.preview_url_content p {
    margin-bottom: 0px;
}
.traing_certificate_date_print{
    font-family: 'Corinthia', cursive;
    top: 100px;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #000;
    padding: 0px 25px;
}



@media (max-width: 992px){
    .news_feed_content {
        height: auto;
    }
    .dashboard_other_links_mobile {
        display: flex !important;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        overflow-x: auto;
        position: fixed;
        top: 69px;
        z-index: 999;
        left: 0;
        margin-bottom: 0;
        right: 0;
    }
    .dashboard_other_links_mobile li a {
        color: #8fc352;
        font-size: 16px;
        background: #fff;
        padding: 15px 10px;
        display: block;
        text-align: center;
        border: 1px solid #f3f3f3;
    }
    .dashboard_other_links_mobile li {
        margin-right: 0;
        min-width: 170px;
        width: 33.33%;
    }
    .pending_report_list {
        height: auto;
    }
    .dashboard_content_rap {
        position: relative;
        padding-top: 40px;
    }
}


@media (max-width: 767px){
    .dashboard_other_links_mobile {
        display: flex !important;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        position: fixed;
        top: 69px;
        z-index: 999;
        left: 0;
        margin-bottom: 0;
        right: 0;
    }
    .cemoji_btn
    {
        display:none;
    }
    .add_news_feed_emoji_btn
    {
        display:none;
    }
    .edit_news_feed_emoji_btn
    {
        display:none;
    }

}


@media (max-width: 520px){
    .post_head_vs h3 {
        font-size: 16px;
    }
    .post_head_dateTime li {
        font-size: 12px;
    }
    .post_news_grid .post-body p, .post-footer-comment-wrapper .reply-post p {
        font-size: 13px;
    }
    .post-footer-comment-wrapper h4.media-heading {
        font-size: 14px;
        margin-bottom: 0;
        line-height: inherit;
    }
    .post-footer-comment-wrapper a.anchor-time {
        font-size: 12px;
    }
    .post-footer-option ul li a {
        font-size: 14px;
    }
    .dashboard_other_links_mobile li a {
        font-size: 14px;
    }
    ul.report_grid_uline li {
        margin-right: 0;
    }
    .report_grid_right_head p {
        font-size: 12px;
    }
    .report_grid_left_head {
        width: 62%;
    }
}

@media (max-width: 420px){
    .navbar .navbar-menu-wrapper .navbar-toggler {
        padding-right: 0;
    }
    .franchisee_location_switch {
        min-width: 140px;
        width: 140px;
    }
}

@media (max-width: 360px){
    .franchisee_location_switch {
        min-width: 120px;
        width: 120px;
    }
    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings .nav-link {
        font-size: 12px;
        margin-right: 0px;
    }
    .navbar .navbar-menu-wrapper {
        padding-left: 0;
    }
}
/*End responsive admin panel*/

/* referral card */
.reffreal_card_prints_back .back_location_logo {
    position: absolute;
    bottom: 12px;
    font-size: 6px;
    left: 232px;
}
.reffreal_card_prints_back p#head_standard_promotion {
    position: absolute;
    top: 150px;
    text-align: center;
    left: 0;
    right: 0;
    letter-spacing: 5px;
    font-size: 15px;
    padding: 0px 55px;
}
.reffreal_card_prints_back p#head_authorized {
    position: absolute;
    bottom: 42px;
    left: 106px;
    width: 143px;
    font-size: 13px;
}
.reffreal_card_prints_back p#head_date {
    position: absolute;
    bottom: 42px;
    font-size: 13px;
    left: 309px;
    width: 79px;
}
.reffreal_card_prints_front h2#head_name {
    position: absolute;
    top: 66px;
    font-size: 28px;
    font-family: 'roboto-bold';
    left: 185px;
}
.reffreal_card_prints_front p.referral_location {
    position: absolute;
    top: 100px;
    left: 185px;
    font-size: 15px;
}
.reffreal_card_prints_front p#head_title {
    position: absolute;
    top: 122px;
    left: 185px;
    font-size: 15px;
}
.reffreal_card_prints_front ul {
    position: absolute;
    left: 185px;
    top: 155px;
    list-style: none;
    padding: 0;
}
.reffreal_card_prints_front ul li {
    line-height: 21px;
    font-size: 15px;
}
.reffreal_card_prints_front .front_location_logo {
    position: absolute;
    top: 141px;
    font-size: 10px;
    left: 76px;
}
#referred_by {
    position: absolute;
    top: 53px;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 19px;
}
#head_referred_by {
    position: absolute;
    top: 53px;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 19px;
}
#adt_form input{
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
}
#adt_form label{
    font-weight: 500;
    margin: 0;
    font-size: 15px;
}
#adt_form .form-group {
    margin-bottom: 20px;
}
#add_adt_modal .modal-header {
    font-weight: bold;
    font-size: 18px;
}
div#adt_solar_list_filter {
    display: none;
}
td select.sunpro_job {
    border-color: rgb(102 102 102 / 45%);
    color: rgb(102 102 102 / 45%);
}
select.sunpro_job {
    border: 1px #666 solid;
    background: #fff;
    padding: 7px 0px;
    width: 90px;
    border-radius: 4px;
}

/* job detail page css */
.add_job_form .col-form-label {
    padding-top: 9px;
    padding-bottom: 9px;
}
.gallery_img_thumbnail_wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.gallery_img_thumbnail {
    position: relative;
    margin-right: 6px;
    margin-top: 6px;
    background: #000;
}
.gallery_img_thumbnail img {
    opacity: 0.7;
    object-fit: cover;
}
.gallery_img_action {
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 16px;
    min-width: 1px;
    cursor: pointer;
    padding: 0;
    list-style: none;
}
.gallery_img_action li {
    line-height: 1;
}
.gallery_img_action li i {
    color: #fff;
    margin-left: 4px;
    width: 23px;
    height: 23px;
    border: 1px solid #fff;
    line-height: 21px;
    font-size: 14px;
    border-radius: 50%;
}
a.anchor_link_vs {
    text-decoration: underline;
    font-size: 14px;
    color: #3aa0cc;
}
.address-align p {
    color: #666;
}
/*Chat Module*/
.chat_module{
    width: 250px;
    position: fixed;
    right: 30px;
    bottom: 0;
    box-shadow: 0 0 15px #ddd;
    z-index: 99;
}
.chat_module .chat_head{
    background-color: #0060aa;
    padding:8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 15px;
    font-family: 'roboto-medium', sans-serif;
}
.chat_module .chat_head a, .chat_module .chat_footer a{
    color: #fff;
    font-size: 14px;    
}
.chat_module .chat_body{
    padding: 16px;
    background: #f5f5f5;
    height: 290px;
    background-image: url('../images/bg-chat.jpg');
    width: 100%;
    overflow: auto;
    background-size: contain;
}
.msg-body .right{
    float: right;
    border-radius: 7.5px 0 7.5px 7.5px !important;
}
.left, .right{
    background-color: #fff;
    max-width: 80%;
    min-width: 30%;
    position: relative;
    margin: 0;
    padding: 5px 7px;
    display: inline-block;
    clear: both;
    line-height: 1;
    margin-top: 10px;
    border-radius: 0px 7.5px 7.5px 7.5px;
    box-shadow: 0 1px 0.5px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 1px 0.5px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 1px 0.5px rgba(0, 0, 0, .15);
    z-index: 2;
    word-wrap: break-word;
}
.msg-body .left:after{
    border-width: 0px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
    top: 0;
    left: -10px;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}
.msg-body .right:after{
    border-width: 0px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
    top: 0;
    right: -10px;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}
.msg-body .msg{
    font-size: 13px;
    margin-bottom: 7px;
    line-height: 1.33;
}
.msg-body .timing{
    text-align: right;
    font-size: 12px;
    color: #afafaf;
}
.chat_module .chat_footer{
    background-color: #ffffff;
    padding:0px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chat_module .chat_footer input, .chat_module .chat_footer input:focus{
    border:none;
    outline: none;
    padding: 8px 0;
    font-size: 14px;
}
.chat_module .chat_footer button{
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
}
.chat_footer .file-import{
    position: relative;
}
.chat_footer .file-import input{
    visibility: hidden;
    position: absolute;
    width: 20px;
    padding: 0;
    cursor: pointer;
}
.chat_footer .file-import label{
    cursor: pointer;
    color: #333;
    margin: 0;
}
.franchisee_notes_icon {
    font-size: 24px;
    margin-left: 12px;
}
.archive_grey_out{
    color :#d31a1a;
}
label.custom_chkbox.archive_checkbox {
    font-size: 14px;
    margin: 0;
    display: inline-flex;
    align-items: center;
}
.archive_checkbox .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
}
div#list_franchise_filter {
    width: 50%;
}
div.dataTables_wrapper div.dataTables_filter label {
    position: relative;
}

/*Vikas Performance metricspage css */
.performance_metrics_content .top_report_head .nav.nav-tabs .nav-item .nav-link.active {
    background: #369ccc;
}
.performance_metrics_content .top_report_head .nav.nav-tabs .nav-item .nav-link.active:before{
    content: none;
}
.performance_metrics_content .top_report_head {
    padding: 0;
}
.performance_metrics_content .top_report_head ul.nav.nav-tabs {
    margin: 0;
    border: none;
}
.performance_metrics_content .top_report_head .nav.nav-tabs .nav-item .nav-link.active:hover {
    color: #fff;
}
.performance_metrics_content .top_report_head .nav.nav-tabs .nav-item .nav-link {
    position: relative;
    padding: 20px 25px;
    margin-right: 0;
    background: #f4f7f8;
}
.performance_metrics_content .tab-content {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 30px 30px 30px 30px;
}
.performance_metrics_content .nav.nav-tabs .nav-item .nav-link{
    text-transform: capitalize;
}
.performance_metrics_content .top_report_head .nav.nav-tabs .nav-item .nav-link{
    text-transform: uppercase;
}

span.kpi_status {
    display: inline-block;
    padding: 5px;
    text-transform: capitalize;
    border-radius: 3px;
    min-width: 70px;
    text-align: center;
}
.kpi_approved {
    background: #93c83c;
    color: #fff;
}
.kpi_pending {
    background: rgb(255 250 215);
    color: rgb(255, 221, 0);
}
.table_filter_kpi{
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 10px;
    width: 75%;
    z-index: 9;
}
.table_filter_kpi_report{
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 10px;
    width: 58%;
    z-index: 9;
}
.table_filter_kpi .weekly-report {
    position: relative;
    min-width: 200px;
    margin-right: 55px;
}
#my_kpis_filter{
    width: 50%;
}
div.dataTables_wrapper div.dataTables_filter label {
    position: relative;
}
/*.percentage_avg{
    padding: 6px;
    border-radius: 3px;
}*/
.percentage_avg {
    padding: 6px;
    border-radius: 3px;
    display: inline-block;
}
.no_color_border{
    border:1px solid darkslategray;
    border-radius: 3px;
    /*display: inline-block;*/
}
.red_avg{
    background: rgb(253 131 131/ 95%);
    color: #666;
}
.green_avg{
    background: #93c83c;
    color: #666;
}
.yellow_avg{
    background: rgb(255, 221, 0);
    color: #666;
}
/*table#my_kpis {
    table-layout: fixed;
    min-width: 1440px;
}*/
/*SONALI*/
.job-form-wrapper{ font-size: 14px;}
.card-body{background-color: #fff;}
.job-form-wrapper #accordion .card-header{
    border-bottom: 0;
    background-color: rgb(186 186 187 / 42%);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-box{ background-color: rgb(244 247 248);box-shadow: 0 2px 5px #f1f1f1;margin-bottom: 20px;}
.create-job .multiselect-container{width: 100%;}
.job-form-wrapper #accordion .col-md-4{margin-bottom: 20px;}
.job-form-wrapper span.multiselect-native-select{z-index: 9;}

.jobs_count{list-style: none;padding-left: 0;}
.jobs_count li.card{background-color: #fff;display: flex;}
.jobs_count li.card.active{border: 1px solid #3399cc;}
.jobs_count li.card h5{margin-bottom: 0;}

.create-job .multiselect-container > li > a > label {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 0;
}
.create-job .multiselect-container > .multiselect-filter{display: none;}

.performance_metrics_content .dataTables_filter input[type="search"]{margin-left: 0;}
/* .performance_metrics_content .top_report_head .nav.nav-tabs .nav-item .nav-link.active,
.performance_metrics_content .top_report_head .nav.nav-tabs .nav-item .nav-link.active:hover{color: #8cce50;} */
/* SONALI*/
.jbtype span.multiselect-native-select,.adv_source span.multiselect-native-select {
    position: relative;
    z-index: 999;
}

#kpi_ranking_list_filter{
    width:80%;
}

.my-kpi-layout{
    width: 70%;
    display: flex;
    justify-content: end;
}
.my-kpi-layout .weekly-report{
    width:230px;
    margin-right: 15px;
}
.my-kpi-layout .weekly-report .input-group-addon{right: 0}

.table_filter_kpi.pfm_kpi{
    width:auto;
}
.weekly-report.fnkaj_wkr
{
    width:90%;
}
span.multiselect-native-select ul {
    max-height: 250px;
    overflow-y: auto;
}
#kpi_job_list_wrapper #kpi_job_list_filter{
    width:   50%
}
.kpi_filter_new{
    width: 100% !important;
    right: 0;
    position: relative;
    justify-content: flex-start;
    margin-top: 10px;
}

.job_type_innertabs .nav.nav-tabs .nav-item .nav-link.active, .job_type_innertabs .nav.nav-pills .nav-item .nav-link.active {
    color: #afc83c;
    background: #f4f7f8;
    border-color: transparent !important;
}
.job_type_innertabs .nav.nav-tabs .nav-item .nav-link, .job_type_innertabs .nav.nav-pills .nav-item .nav-link {
    background: transparent;
    min-width: 140px;
    padding: 10px 10px;
    margin-right: 10px;
    border: 1px solid #ddd !important;
}
.job_type_innertabs .nav-tabs .nav-item {
    margin-bottom: 10px;
}
.job_type_innertabs .nav-tabs {
    border-bottom: none;
}
.notes-layout{
    max-height: 300px;
    overflow: auto;
}

/*Badges page css  */
ul.nav.nav-tabs.badges_tbs_btn {
    border: none;
    margin: 0;
}
.nav.nav-tabs.badges_tbs_btn .nav-item .nav-link.active, .nav.nav-pills.badges_tbs_btn .nav-item .nav-link.active {
    color: #fff;
    background: #90c73c;
}
.badges_tbs_btn.nav-tabs .nav-link {
    font-size: 17px !important;
    padding: 18px 20px !important;
    min-width: 190px;
    margin-right: 10px !important;
    background: #ddd;
}
#add_badgeModal .modal-dialog {
    margin: 0px auto;
}
span.multiselect-native-select {
    position: relative;
    z-index: 999;
}
div#add_badgeModal input {
    height: 40px;
}
div#add_badgeModal .custom_btn_green, div#add_badgeModal .btn-light {
    min-width: 160px;
    height: 40px;
}
#linkified_badge span.multiselect-native-select {
    display: contents;
}

.progress_revenue_avg{
    height:50px;
    width: 100%;
    vertical-align: bottom;
}
.progress.custom_progress {
    border-radius: 30px;
    height: 20px;
}

.min_rev_lead {
    width: 135px;
    margin-right: 15px;
    text-align: right;
}

.rev_lead_bar {
    width: calc(100% - 250px);
}

.max_rev_lead {
    width: 135px;
    margin-left: 15px;
    text-align: left;
}

#assessment_list_filter input.form-control.form-control-sm {
    width: 200px !important;
    padding:0 !important;
}

.download_btn_export_franchise {
    position: absolute;
    top: -50px;
    right: 0;
}
.export_franchise_content {
    max-height: calc(100vh - 240px);
    overflow-y: auto;
}


/* checkbox_update 23/02/23 */
.export_franchise_checkbox_content {
    padding: 0;
    list-style: none;
    margin-left: -16px;
    margin-right: -16px;
}
.export_franchise_checkbox_content li {
    width: 33.33%;
    padding: 0px 16px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1;
}
.manage_franchise_forms .export_franchise_checkbox_content label {
    padding: 0;
    display: flex;
}
.export_franchise_checkbox_content .custom_chkbox .checkmark {
    border-radius: 0;
    height: 16px;
    width: 16px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    min-width: 16px;
    background: #fff;
}
.export_franchise_content .fcontacts > .row {
    background: #f7f7f7;
    box-shadow: none;
    border-radius: 0;
}
.export_franchise_checkbox_header .custom_chkbox .checkmark {
    border-radius: 0;
    height: 16px;
    width: 16px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    min-width: 16px;
}
.export_franchise_checkbox_header .custom_chkbox {
    padding: 0;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.export_franchise_checkbox_header {
    margin-bottom: 10px;
}
/* width */
.export_franchise_content::-webkit-scrollbar {
    width: 6px;
}
/* Track */
.export_franchise_content::-webkit-scrollbar-track {
    background: #f4f4f2;
    border-radius: 8px;
}
/* Handle */
.export_franchise_content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
}
/* Handle on hover */
.export_franchise_content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#fluent_solar_dashboard_tabs div.dt-buttons {
    position: relative;
    float: right;
    margin-left: 15px;
}
#fluent_solar_dashboard_tabs div.dataTables_wrapper div.dataTables_filter{
    text-align: center;
    margin-left: 0;
    margin-bottom: 10px;
    width: calc(100% - 400px);
    float: right;
    display: flex;
    justify-content: flex-end;
}
#fluent_solar_dashboard_tabs div.dataTables_wrapper div.dataTables_filter input{
    width: auto !important;
    height: 40px;
    padding: 8px 12px;
}

#fluent_solar_dashboard_tabs .nav-tabs {
    border-bottom: none;
    margin-left: -10px;
    margin-right: -10px;
}
#fluent_solar_dashboard_tabs .nav-tabs .nav-link.active, #fluent_solar_dashboard_tabs .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #0060aa;
    font-family: "roboto-bold", sans-serif;
}
#fluent_solar_dashboard_tabs .nav-tabs .nav-link {
    border: none;
    letter-spacing: 0.5px;
    font-size: 16px;
    margin: 0px 10px;
    background: #f4f7f8;
    color: #0060aa;
    border-radius: 4px;
    font-family: 'roboto-medium';
}

ul.install_photo_uline {
    list-style: none;
    padding: 0;
}
ul.install_photo_uline li {
    margin-bottom: 15px;
}
.install_photo_name_vs {
    background: #389ecc;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px;
    margin-top: 4px;
}
.install_photo_name_vs a {
    color: #fff;
    font-size: 13px;
}
.install_photo_name_vs .delete_pre_install {
    font-size: 14px;
    margin-left: 5px;
}
ul.install_photo_uline li {
    background: #f7f7f7;
    padding: 5px;
    border-radius: 4px;
}
.corporate_blog_form .form-group label {
    line-height: inherit !important;
}

/*Quarterly royalty report*/
.reports_content .weekly-report label{
    background: #fff;
    border-color: #fff;
}
.reports_content .performance_metrics_content .top_report_head .nav.nav-tabs .nav-item .nav-link {
    background: #e9e9e9;
}
.quarterly_report_table {
    min-width: 4000px;
}
.reports_content .row.top_report_head {
    z-index: 1;
}
.weekly-report select.form-control {
    width: auto;
    min-width: 200px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 12px;
}


@media(max-width: 992px){
    .export_franchise_checkbox_content li {
        width: 50%;
    }
}


@media(max-width: 520px){
    .export_franchise_checkbox_content li {
        width: 100%;
    }
    .download_btn_export_franchise {
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 20px;
    }
}

.franchisee_royalty_report .weekly-report {
    position: relative;
    min-width: 200px;
    background: #fff;
}

.report_detail_table input.form-control.error {
    margin-top: 0 !important;
    font-style: normal !important;
}
.report_detail_table .table tr td:last-child {
    vertical-align: top;
}
button#send_multiple_ordered_job_notification {
    float: right;
    margin-left: 15px;
    min-width: 120px;
}
div#franchise_events_table {
    max-height: 300px;
    overflow-y: auto;
}
.admin_income_report .ui-datepicker-calendar tr:hover {
    background-color: transparent;
}

#week_to_from_block, #month_to_from_block, #quaterly_to_from_block, #yearly_to_from_block {
    display: flex;
}
.report_type_selections > div {
    margin-left: 10px;
}
.report_type_selections > div input {
    height: 40px !important;
    min-width: 150px;
    background-image: url(../images/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 35px;
}
.report_type_date_field {
    margin-left: 10px;
    position: relative;
}
.report_type_selections > div select {
    margin-left: 10px;
    height: 40px !important;
    min-width: 150px;
}
button#submitReportButton {
    height: 40px;
}
.admin_income_report .ui-datepicker-calendar{
    display: none;
}

.admin_income_report  .income_report_download_csv {
    position: absolute;
    right: 0;
}

.compare_btn_board {
    position: absolute;
    right: 0;
    top: 0;
    font-family: "roboto-bold", sans-serif;
}
.compare_btn_board .mulitple_microsite_switch.switch {
    width: 50px;
    height: 30px;
    margin-left: 6px;
}
.compare_btn_board .mulitple_microsite_switch .slider:before {
    left: 2px;
    bottom: 2px;
}
.compare_btn_board .mulitple_microsite_switch input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.compare_data h3 {
    font-size: 20px;
}
.compare_data > .row > .col-6:first-child {
    border-right: 1px solid rgb(54 156 204 / 50%);
}
.compare_data > .row > .col-6 {
    padding: 0px 20px;
}
.compare_data .table thead th, .compare_data .table td {
    font-size: 12px;
}


@media(max-width:767px){
    .performance_metrics_content .tab-content {
        padding: 30px 15px;
    }

}