@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

.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%);
    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;
}
.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;
}
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: relative;
    z-index: 99;
    text-align: 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: 22px;
    border-radius: 4px;
    font-size: 12px;
}
.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: 14px;
    letter-spacing: 0.5px;
}
.navbar.fixed-top + .page-body-wrapper {
    padding-top: 70px; }

.logout{
    display: 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;
    padding: 30px;
}
.auth .auth-form-light > div {
    width: 100%;
}
.auth-form-light h2 {
    font-size: 30px;
    color: #111;
    margin-bottom: 10px;
}
.back_login a {
    text-decoration: underline;
    font-size: 13px;
    color: #909090;
}
.forgot_pass a {
    text-decoration: underline;
    font-size: 12px;
    color: #909090;
    display: inline-block;
}
.lead_txt {
    color: #666;
    font-size: 13px;
}
.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: calc((100% - 18px) / 2);
    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;
}
.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: -10px;
    margin-bottom: 10px;
    width: 40%;
}
.approve-layout .btn {
    height: 40px;
    background: #40a1bf;
    color: #fff;
    border-color: #40a1bf;
}
.dataTables_filter img {
    max-width: 20px;
    position: absolute;
    left: 0;
    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: 36px !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;
}
#list_franchise_onboarding .form-check {
    margin-top: 0;
    margin-bottom: 20px;
    width: 23px;
    display: inline-block;
}
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;
}

/* 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;
}
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: 14px;
    color: #666;
    line-height: 20px;
}
.table-striped table.item_table tbody tr:nth-of-type(odd) {
    background: transparent;
}
#contact_list.table td img{width:50px;height:50px}

@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;
    }
}


/************ 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;
}



/*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 {
    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: 20px;
    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: 13px;
    margin-bottom: 3px;
}
.yard_sign_prints {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.yard_url {
    position: absolute;
    bottom: 0;
    width: 75%;
    right: 0;
    padding: 0px 10px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-family: 'Questrial', sans-serif;
}
p.yard_phone_number {
    position: absolute;
    bottom: 30px;
    width: 75%;
    right: 0;
    text-align: center;
    font-size: 50px;
    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 {
    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: 50px;
    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;
    bottom: 45px;
    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;
    bottom: 60px;
    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: 9px;
    color: #8d8e90;
    bottom: 34px;
    margin: 0;
    width: 200px;
}
.door_hnager2_prints .door_hanger2_url {
    position: absolute;
    bottom: 26px;
    width: 290px;
    padding: 0px 10px;
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    font-family: 'roboto-bold';
}


@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;
    }
}



/*Admin Dashboard css*/
.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: 40px;
    font-family: 'roboto-bold';
    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;
}
.card .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0px 1px 20px 0px rgb(69 90 100 / 8%);
    box-shadow: 0px 1px 20px 0px rgb(69 90 100 / 8%);
}
.dash_feeds h5 {
    margin-bottom: 12px;
    color: #37474f;
    font-size: 26px;
    font-family: 'roboto-medium';
    display: inline-block;
    margin-right: 10px;
    line-height: 1.4;
    position: relative;
}
.dash_feeds .table thead th, .dash_feeds .table td {
    font-size: 15px;
    color: #616161;
}
.dash_feeds .table-hover tbody tr:hover {
    background-color: #fafbfc;
}

.f_list i {
    font-size: 9px;
    color: #67ccc9;
    margin-right: 10px;
}
.card a{
    text-decoration: none;
}
.dash_widget .card .card-body {
    padding: 30px 16px !important;
}
.f_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.feed_time {
    color: #b5b5b5;
    font-style: italic;
    font-size: 14px;
}


/*Marketing System design css*/
.tagsinput,.tagsinput *{box-sizing:border-box}
.tagsinput{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#fff;font-family:sans-serif;font-size:14px;line-height:20px;color:#556270;padding:5px 5px 0px 5px;border: 1px solid #aaa;
    border-radius: 4px;
    background: rgb(244 247 248 / 35%);}
.tagsinput.focus{border-color:#ccc}
.tagsinput .tag{position:relative;background:#f1f1f1;    border: 1px solid #aaa;    border-radius: 4px;display:block;max-width:100%;word-wrap:break-word;color:#666;padding:5px 30px 5px 5px;margin:0 5px 5px 0}
.tagsinput .tag .tag-remove{position:absolute;background:0 0;display:block;width:30px;height:30px;top:0;right:0;cursor:pointer;text-decoration:none;text-align:center;color:#666;line-height:30px;padding:0;border:0}
.tagsinput .tag .tag-remove:after,.tagsinput .tag .tag-remove:before{background:#666;position:absolute;display:block;width:10px;height:2px;top:14px;left:10px;content:''}
.tagsinput .tag .tag-remove:before{-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}
.tagsinput .tag .tag-remove:after{-webkit-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}
.tagsinput div{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}
.tagsinput div input{background:0 0;display:block;width:100%;font-size:12px;line-height:20px;padding:0px;border:0;margin:0;
    height: 34px !important; color: #666666; top: -2px;
    position: relative;}
.tagsinput div input.error{color:#ff6b6b}
.tagsinput div input::-ms-clear{display:none}
.tagsinput div input::-webkit-input-placeholder{color:#ccc;opacity:1}
.tagsinput div input:-moz-placeholder{color:#ccc;opacity:1}
.tagsinput div input::-moz-placeholder{color:#ccc;opacity:1}
.tagsinput div input:-ms-input-placeholder{color:#ccc;opacity:1}

.tagsinput div input:focus {
    outline: none;
}
.tagsinput div input::-webkit-input-placeholder { /* Edge */
    color: #666;
}

.tagsinput div input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666;
}

.marketing_meidums_testing .tagsinput div input::placeholder {
    color: #666;
}
.marketing_meidums_testing div.tagsinput {
    padding: 5px 12px 0px;
    border-color: #f3f3f3;
    border-radius: 2px;
}
.marketing_meidums_testing div.tagsinput span.tag {
    background: #03a9f3;
    border: 0;
    color: #ffffff;
    padding: 6px 25px 6px 6px;
    font-size: .8125rem;
    font-family: inherit;
    line-height: 1;
    display: flex;
    align-items: center;
}
.marketing_meidums_testing .tagsinput .tag .tag-remove {
    width: 25px;
}
.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;
}
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, #editVendors .modal-dialog, #addMedium .modal-dialog,
#addVendorsReview .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;
}
.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;
}


/*Marketing mediums new css*/
.marketing_main_content {
    position: relative;
}
.marketing_grid {
    background: white;
    border-radius: 8px;
    padding: 15px;
    position: relative;
    margin-bottom: 20px;
}


/*Admin design center css*/
.funding_certicate_front {
    position: relative;
}
.funding_certificate_prints {
    position: absolute;
    top: 190px;
    left: 62px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #4d4d4d;
}
.first-tent_card {
    position: absolute;
    top: 140px;
    left: 0;
    font-size: 36px;
    width: 50%;
    padding: 0px 15px;
    margin: 0;
    text-align: center;
    font-style: italic;
}
.second-tent_card {
    position: absolute;
    top: 140px;
    right: 0;
    font-size: 36px;
    width: 50%;
    padding: 0px 15px;
    margin: 0;
    text-align: center;
    font-style: italic;
}
.third-tent_card {
    position: absolute;
    bottom: 85px;
    left: 0;
    font-size: 36px;
    width: 50%;
    padding: 0px 15px;
    margin: 0;
    text-align: center;
    font-style: italic;
}
.fourth-tent_card {
    position: absolute;
    bottom: 85px;
    right: 0;
    font-size: 36px;
    width: 50%;
    padding: 0px 15px;
    margin: 0;
    text-align: center;
    font-style: italic;
}
.traing_certificate_prints {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 180px;
    font-size: 24px;
    font-family: 'Fjalla One', sans-serif;
    color: #4d4d4d;
    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: 275px;
    left: 0;
    text-align: center;
}
.name_tag_fourth_grid {
    position: absolute;
    width: 50%;
    padding: 0px 10px;
    top: 275px;
    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: 44px;
    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: 18px;
}
.name_tags_prints .title_name_tag {
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
    margin: 0;
}
.name_tags_prints .location_name_tag {
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
    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;
    }
}



/* 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;
}
.pending_report_list {
    height: 65vh;
    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: 65vh;
    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 a.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 a.anchor-time {
    color: #aaa;
    font-size: 14px;
    font-style: italic;
}
.del_view_post {
    position: absolute;
    right: 15px;
    top: 15px;
}
.post_news_grid .post-body {
    padding-right: 30px;
}
.del_view_post i {
    color: #379dcc;
}


/**/
.pending_report_list {
    height: 460px;
}
.news_feed_content {
    height: 1012px;
}
.post_news_grid .post-body {
    padding-right: 0;
}
.del_view_post {
    position: absolute;
    right: 0;
    top: 0;
}

.post_head_vs {
    position: relative;
    padding-right: 40px;
}
.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: 7px;
}
.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;
}



.dashboard_content_rap {
    position: relative;
}
.dashboard_other_links_mobile li a:hover{
    text-decoration: none;
}
.dashboard_other_links_mobile li a.active {
    background: #f1f1f1;
}

@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;
    }
}
/* it's for spinner */
@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: -3px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

@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%;
    }
}
.error {
    color: red !important;
    font-size: 12px !important;
    padding-top: 3px !important;
    font-style: italic;
}
div.dataTables_wrapper div.dataTables_filter input {
    width: auto;
    height: 40px;
}
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;
}
ul.fcontact_list li p {
    margin: 0;
    font-size: 14px;
}
ul.fcontact_list li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
ul.fcontact_list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 350px;
    overflow-y: auto;
}
ul.fcontact_list li:last-child{
    border-bottom:none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.location_states select {
    min-width: 170px;
    border: 1px solid #ddd;
}
div.dt-buttons {
    position: relative;
    float: right;
    margin-left: 15px;
}
button.dt-button.buttons-csv {
    background: #4bb1cc;
    color: #fff;
    font-family: "roboto-bold", sans-serif;
}
button.dt-button.buttons-csv.buttons-html5 {
    margin-bottom: 20px;
    height: 40px;
    background: #4bb1cc;
    border-color: #4bb1cc;
    margin-right: 0;
}
.dt-button.buttons-csv:hover {
    background: #0060aa;
    color: #fff;
    font-family: "roboto-bold", sans-serif;
}

.ajobs_chk_div {
    position: absolute;
    left: 1.81rem;
    z-index: 9;
}

/*for tagging */
div.tagsinput span.tag {
    padding: 6px 20px 6px 10px;
    min-width: 60px;
}

.tagsinput .tag .tag-remove {
    width: 25px;
    height: 25px;
    top: -2px;
}

form#notes_form textarea {
    line-height: 18px;
}

form#notes_form .form-control:disabled,
form#notes_form .form-control[readonly]{
    background-color: #f5f5f5;
    opacity: 1;
    cursor: not-allowed;
}

button#send_multiple_ordered_job_notification {
    float: right;
    margin-left: 15px;
    min-width: 120px;
}
.job_action_bar{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 70%;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    min-height: 40px;

}
.archive_jobs_vs {
    margin-right: 20px;
}
div#job_wrapper {
    margin-top: -38px;
}