body {
    font-family: 'Poppins', sans-serif;
    background: #f5f5f5;
}

a:active, a:hover, a:focus {
    outline: 0;
    text-decoration: none;
}

p {
    margin: 0 0 5px;
}

.table-bg th {
    font-weight: 500;
}

/* Home page css */
.home_text {
    margin-bottom: 20px;
}
.radiobutton input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    display: inline-block !important;
    width: auto !important;
    margin: 4px 7px 0 !important;
}


/* The container */
/*.container {
  
    cursor: pointer;
    user-select: none;
}*/

    /* Hide the browser's default radio button */
    /*.container input[type=radio]{
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }*/

/* Create a custom radio button */
/*.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}*/

/* On mouse-over, add a grey background color */
/*.container:hover input[type=radio], input[type=checkbox] ~ .checkmark {
}*/

/* When the radio button is checked, add a blue background */
.radiobutton input[type=radio], input[type=checkbox]:checked ~ .checkmark {
    background-color: red;
}
.radiobutton input[type=radio], input[type=checkbox]:checked ~ .checkmark1 {
    background-color: lawngreen;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
/*.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}*/

/* Show the indicator (dot/circle) when checked */
/*.container input[type=radio], input[type=checkbox]:checked ~ .checkmark:after {
    display: block;
}*/
/* Style the indicator (dot/circle) */
/*.container .checkmark:after {
    top: 7px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}*/
/*.radiobutton  {
    font-size: 18px;
    padding: 10px;
    display: inline-block;
    width: auto;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #757575;
}*/
.dropdown-menu > li > a {
    font-size: 20px;
    font-weight: 400;
    color: #8b8b8b;
}

.dropdown-menu {
    min-width: 149px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-right .dropdown-menu {
    right: -87px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #8b8b8b;
    text-decoration: none;
    background-color: transparent;
}

.setting_bg.help_sec textarea {
    width: 100% !important;
    height: 150px !important;
}

.table thead > tr.table-bg1 th {
    padding: 0px 0 5px;
    font-weight: normal;
}

.main_menu {
    float: right;
    /*width: 58%;*/
    display: inline-block;
}

.nav.navbar-nav li {
    border-right: 1px solid #f5f5f5;
}

.gs_bg_Scrol {
    height: 333px;
    overflow: auto;
}

.navbar-nav {
    float: left;
    font-size: 20px;
    margin-right: 0;
}

.navbar-default {
    background-color: #fff;
    border-color: transparent;
    padding: 15px 0;
}

.navbar {
    margin-bottom: 0;
}

#navbar {
    float: left;
    margin-top: 7px;
    margin-right: 19px;
}

.nav_list {
    padding: 0;
    border: none;
    margin-top: 15px;
}

.navbar-brand {
    padding: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: black;
    background-color: transparent;
    font-weight: 600;
}


.home_bg {
    background: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 98px;
}

.login_form .login_check_box {
    margin-top: 15px;
}

.home_text h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 400;
    color: #4c4e4e;
}

.login-msg {
    color: red;
    text-align: center;
    margin-bottom: 4px;
}

.top {
    margin-top: 30px;
}

.nav_list {
    background: transparent;
    border: none;
}

.Inventory {
    background: #509CE4;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.inventory_text h3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}

.dailyinspection {
    background: #ff4415 !important;
}
.spillbucket {
    background: #ff565c !important;
}
.hanginghardware {
    background: #ffd535 !important;
}
.monthlyinspection {
    background: #00cdb2 !important;
}
.monthlyinspectioninner {
    background: #ff4415 !important;
}
.atgcertification {
    background: #f1a43b !important;
}
.operationchecklist {
    background: #62b49d !important;
}
.annualinspection {
    background: #2e94fb !important;
}
.testresults {
    background: #e5136e !important;
}
.certificatess {
    background: #fd631c !important;
}
.ustprofile {
    background: #00af59 !important;
}
.bundlereport {
    background: #4C81AD !important;
}
.serviceticket {
    background: #00cdb2 !important;
}
.internalticket {
    background: #ff5e2d !important;
}
.externalticket {
    background: #ff686d !important;
}
.reportss {
    background: #304ed8 !important;
}
.contactinfo {
    background: #fd3b10 !important;
}

.over_view {
    background: #4fbb86 ;
}

.cash_drop {
    background: #509CE4;
}

.mart {
    background: #ECC600;
}

.delivery {
    background: #57BAB2;
}

.reports {
    background: #5CC0F4;
}

.car_wash {
    background: #5ECC35;
}

.mechanic_shop {
    background: #D6504B;
}

.deli {
    background: #C73FF9;
}

.expenses {
    background: #4C81AD;
}

.pro_name2 {
    color: #7A7A7A;
}
    .Inventory.Certificates {
    background: #E16700;
}

.gas_station {
   /* background: #509CE4;*/
    padding: 10px 20px;
    width: 100%;
    display: inline-block;
}

.gas_station_text h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    float: left;
}

.gas_station.current_price {
    background: #44b6ac;
    display: inline-block;
    width: 100%;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: transparent;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
    border-top: transparent;
}

.gas {
    font-size: 25px;
    color: #4e4e4e;
    font-weight: 400;
}

.regular1 {
    font-size: 18px;
    color: #8b8b8b;
    text-align: right;
}

.regular {
    font-size: 18px;
    color: #8b8b8b;
}

.current_pri {
    background: #fff;
    padding: 0 20px;
}


    .gas_station_bg .current_pri table tr td, .current_pri .table > thead > tr > th {
        padding: 6px 0;
    }

.gas1 {
    font-size: 25px;
    color: #4e4e4e;
    font-weight: 400;
    text-align: right;
    padding: 0 0 0 20px !important;
}

.gas_station_text img {
    float: right;
}

.abc_gas_station_text p span {
    display: block;
    font-size: 18px;
    color: #8b8b8b;
    font-weight: 400;
}
.abcd{
    text-align:right;
}
.abc_gas_station {
    background: #00af59;
    color:white;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.abc_gas_station_text p {
    font-size: 18px;
    color: #4e4e4e;
    font-weight: 600;
    line-height: 28px;
}

.gas_station_bg {
    background: #fff;
    height: 800px;
}

.side_menu_sec {
    height: 300px;
    overflow: auto;
}

.list {
    padding: 0;
}

.gas_station_text span {
    float: right;
}
/* Admin */
.home_text_Admin h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    color: #4c4e4e;
    font-weight: 400;
    display: inline-block;
}

.contact_form label.control-label {
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
}

.contact_form .form-group {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
   
}
/* footer */

#footer {
    background: #414246;
    padding: 28px 0;
    text-align: center;
}

.footer_text {
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #fff;
}

    .footer_text p {
        display: inline-block;
    }

.terms {
    text-align: center;
    color: #fff;
}

.powered_by {
    text-align: center;
    color: #fff;
}

.terms a {
    color: #fff;
}

.powered_by a {
    color: #fff;
    margin: 5px 0;
}
/* Login page css */

/*  Logo */

#logo_section {
    padding-top: 40px;
}

#input_img_eye {
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 12px;
    color: #B0AFAF;
    font-size: 25px;
}

.logo {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}

.login_form .group {
    margin-bottom: 22px;
}
/* login form */
.forgot_password {
    margin-left: 83%;
}

.button {
    background: #151515;
    border: none;
    padding: 25px 65px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.sign_up {
    font-size: 18px;
    font-weight: 200;
    margin-top: 30px;
    text-align: center;
}





/* form starting stylings ------------------------------- */
.group {
    position: relative;
    margin-bottom: 45px;
}

input {
    font-size: 18px;
    padding: 10px;
    display: block;
    width: 100%;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #757575;
}

    input:focus {
        outline: none;
    }

/* LABEL ======================================= */
.login_form label {
    color: #414141;
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
.login_form input:focus ~ label, .login_form input:valid ~ label {
    /* top: -20px;*/
    font-size: 18px;
    color: #8b8b8b;
}

/* BOTTOM BARS ================================= */



/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}






.fas.fa-eye {
    margin-left: 946%;
}

.password_forgot {
    display: inline-block;
    float: right;
    text-align: right;
    font-size: 18px;
    margin-top: 15px;
    color: #4fbb86;
}

.login_check_box:input {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    display: inline-block;
}

.check_box {
    width: auto;
    display: inline-block;
    transform: scale(1.9);
    margin-right: 13px !important;
}

.rember_me {
    display: inline-block;
    text-align: right;
    font-size: 18px;
    /*margin-top: 15px;*/
    color: #000;
    vertical-align: sub;
}

a:focus, a:hover.password_forgot {
    color: #999;
}

.login_form {
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left: 100px;
    padding-right: 100px;
}

.button_login {
    text-align: center;
    margin-top: 4px;
}

.main {
    width: 70%;
    background: #fff;
    margin: auto;
}

.sign_up a {
    color: #50bbb2;
}

    .sign_up a:hover {
        color: #50bbb2;
        text-decoration: none;
    }

.password {
    margin-bottom: 0;
}

/* Notification */

.today {
    background: #509CE4;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

    .today h3 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 30px;
        color: #fff;
        font-weight: 400;
    }

.notification_text h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    color: #8b8b8b;
    font-weight: 400;
}

.today_text {
    background: #ffff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

.cash_drop_image {
    display: inline-block;
}

.cash_Drop_text {
    display: inline-block;
    vertical-align: text-top;
}

.mark, mark {
    padding: 0;
    background-color: transparent;
}

.cash_Drop_text h4 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    color: #8b8b8b;
}

.john_doe {
    color: #4F4F4F;
    font-weight: 600;
}

.cash_text {
    color: #9277B6;
    font-weight: 600;
}

.time {
    display: inline-block;
    float: right;
}

    .time h4 {
        font-size: 20px;
        color: #8b8b8b;
        font-weight: 400;
    }

/* All inventory */


.home_text1 h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    color: #4c4e4e;
    font-weight: 400;
    display: inline-block;
    margin-left: 15px;
}

.all_inventory_image img {
    margin-top: -10px;
}

.all_inventory_image {
    display: inline-block;
}

.food {
    background: #4fbb86;
}

.add_user.gas {
    background: #509CE4;
}

.add_user.food {
    background: #4fbb86;
}

.add_user.food {
    background: #4fbb86;
}

.add_user.Certificates {
    background: #E16700;
}



.Inventory.lotto {
    background: #ff4415;
}

.Inventory.propane {
    background: #ff4415;
}

.Inventory.scratchcard {
    background: #ff4415;
}

/* Cash Drop */
.cashdrop_time_clock {
    position: relative;
}

.contact_form {
    background: white;
    padding: 15px 9px;
    display: inline-block;
    width: 100%;
}

.all_inventory_image a {
    color: #ff4415;
}

.mnguser_table tr.add_mart_total > td {
    color: #050505 !important;
    font-weight: 600;
}

.add_mart_total td:nth-child(2), .add_mart_total td:nth-child(5), .add_mart_total td:nth-child(7) {
    text-align: center;
}

.add_mart_button {
    margin-left: 15px;
    padding-bottom: 40px;
}

/*.form-group {
    margin-bottom: 30px;
}*/

#input_img_clock {
    position: absolute;
    bottom: 0px;
    right: 0;
    top: 0px;
    color: #fff;
    font-size: 35px;
    background: #4fbb86;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}

.control-label {
    margin-bottom: 25px;
}

.name {
    font-size: 20px;
    color: #191919;
}

.form-control {
    border-radius: 0;
    height: 50px;
    box-shadow: 0px 0px 11px 1px #eaeaea;
    border: 1px solid #e9e9e9;
}

.date {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: 50px;
}

.date1 {
    line-height: 50px;
    margin-top: 30px;
}

.card {
    background: #EEF8F8;
    padding-top: 8px;
    vertical-align: middle;
    margin-bottom: 8px;
    /*margin-top: 30px;
    margin-bottom: 30px;*/
    /*padding: 15px;*/
}

.card_text {
    color: #8b8b8b;
    letter-spacing: 1px;
    font-size: 20px;
}

.card_text1 {
    color: #8b8b8b;
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 30px;
}

.time_sec {
    margin-bottom: 30px;
}

.button_mart {
    margin-left: 20px;
}

.form-control_card_text {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.save_button {
    background: #151515;
    border: none;
    padding: 13px 70px 10px;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-top: 30px;
}
/* Add Mart */
.no-ctrl {
    margin-top: 50px;
}

.pro_info {
    padding: 10px 21px;
}




.table-bg {
    background: #509CE4;
    font-size: 22px;
    color: #fff;
}

#add_mart_table tr th {
    font-weight: 400;
}

.add_mart.mnguser_table table tr td {
    vertical-align: middle;
}

.add_mart {
    background: white;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}

.save_button_add_mart {
    background: #151515;
    border: none;
    padding: 20px 70px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 35px;
}

.ten {
    text-align: center;
    font-weight: bold !important;
}

.twinty_five {
    color: #5C5C5C;
    font-size: 20px;
    text-align: center;
}

.fifty {
    color: #151515;
    font-size: 20px;
    font-weight: 600;
}

.form-control::placeholder {
    font-weight: 400;
    color: #999;
    opacity: 1;
    font-size: 20px;
}

/* Add Delivery */
.table {
    margin-bottom: 0;
}

.mnguser_table tr.delivery_total > td {
    color: #414141 !important;
    font-weight: 400;
}

.underline a {
    text-decoration: underline;
    color: #8b8b8b;
}

.mnguser_table tr.car_Wash_total > td {
    color: #050505 !important;
    font-weight: 600;
}

#input_img_calender {
    position: absolute;
    bottom: 0px;
    right: 15px;
    top: 0px;
    color: #fff;
    font-size: 27px;
    background: #4fbb86;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}

.card_input input.form-control {
    box-shadow: 0px 0px 11px 1px #eaeaea;
    border: 1px solid #e9e9e9;
}

.add_delivery_time {
    font-size: 20px;
    color: #8b8b8b;
    font-weight: 200;
}

.bol {
    font-size: 20px;
    color: #8b8b8b;
    font-weight: 200;
    margin-top: 15px;
}

.unlead {
    font-weight: 400;
    color: #414141;
}

    .unlead span {
        width: 100%;
        font-size: 20px;
        font-weight: 400;
        color: #8b8b8b;
        display: block;
    }

.product {
    font-weight: 500;
}

.total {
    font-size: 20px;
    color: #191919;
    font-weight: 400;
}




/* DEli */
.button_deli {
    margin-left: 350px;
}
/* Manage Users */
.mnguser_table td span {
    display: block;
    font-size: 19px;
}

#input_img1 {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 50px;
    height: 50px;
    border-color: transparent;
}

.card_input {
    position: relative;
}

.add {
    background: #4fbb86;
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
   
    font-weight: 400;
    min-width: 150px;
    box-shadow: none;
    border: 1px solid #4fbb86;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

    .add:focus, .add:hover {
        color: #fff;
        outline: none;
    }

.spill-header-row {
    margin-bottom: 20px;
}
.mnguser_table .table > tbody > tr > td {
    vertical-align: middle;
    font-size: 20px;
    color: #8b8b8b;
}

.mnguser_table .table > tbody > tr > th {
    font-size: 25px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > th {
    padding: 20px;
    padding-left: 25px;
}

.table-info {
    background: #EEF8F8;
    width: 100%;
}

.unlead p span {
    display: inline-block;
}


/* Forgot_Password */
.enter_email_id p span {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    color: #313131;
}

.table-bg-nb {
    background-color: lightgray;
}

#input_img_forgot_password {
    position: absolute;
    bottom: 0px;
    width: 30px;
    height: 30px;
    right: 0px;
    top: 10px;
    background: #70C73F;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    color: #fff;
}

.cancel a {
    color: #fff;
}

.cancel {
    /* float: right;*/
    margin-top: 20px;
    margin-right: 20px;
    background: #8b8b8b;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    color: #fff;
}
/* Gas Station */
.today_date_gas h3 {
    margin-left: 10px;
    font-weight: 600;
    font-size: 24px;
    color: #2a2b2b;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.Gas_Station h3 {
    font-size: 30px;
    color: #4c4e4e;
    font-weight: 400;
    margin: 5px 0 0;
    vertical-align: middle;
}

.gast-st-details-main .form-group .radio_buttons{
    width: 100%;
    margin: 0;
}
.gast-st-details-main .radio_button li {
    padding: 0;
    margin-right: 15px !important;
}
.gast-st-details-main .radio_button li input {
     width: 30px;
 }

.up-imggas .fileUpload i {
    font-size: 62px !important;
    color: #5f5656;
}

.Gas_Station .pgmain-ttl {
    margin-bottom: 20px !important;
}

.gas_Station_button {
    float: right;
}

.Gas_Station {
    display: inline-block;
    width: 100%;
}

.trial {
    font-weight: 500;
    color: #000;
}
/* Payemnt History */
.Gas_Station a {
    float: left;
    margin-right: 15px;
}

.eye {
    margin-right: 4px;
}

.payment_history {
    background: #fff;
}
/* Add Gas Inventory */
.icon_image {
    background: #5C5C5C;
    height: 50px;
    width: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    border-radius: 50px;
}

.gas_inventory_border {
    border-bottom: 1px solid #8b8b8b4d;
}
/************ overlay menu ************/


.top_right_sec ul {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

.top_right_sec li {
    padding: 0;
    margin-right: 17px;
    display: inline-block;
}

.top_right_secnav {
    text-align: center;
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    background: none;
}

.top_right_sec a img {
    vertical-align: bottom;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

a.notify-bell {
    color: #5c5c5c;
    /*opacity: 0.5;*/
}

/*styling open close button*/
nav .button {
    display: inline-block;
    position: relative;
    /*right: 0;
    /* top: 6px; */
    z-index: 99;
    padding: 5px 14px;
    background: #5c5c5c;
    margin-right: 0;
    font-weight: 200;
    float: right;
}

ul.top_right_sec {
    float: left;
    padding: 0;
    margin-bottom: 0px;
}

nav .button a {
    text-decoration: none;
}

.btn-open:after {
    color: #fff;
    content: "\f0c9";
    font-family: "FontAwesome";
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    font-size: 35px;
}

.btn-open:hover:after {
    color: #fff;
}

.btn-close:after {
    color: #fff;
    content: "\f00d";
    font-family: "FontAwesome";
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    font-size: 35px;
}

.btn-close:hover:after {
    color: #fff;
}

.add_mart.mnguser_table.month_stick_Reading tr th {
    padding: 9px;
}
/*overlay*/
.overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    z-index: 9;
}

.gas_station_side {
    padding: 55px 0px 100px;
}


.gas_station_heading {
    display: inline-block;
    width: 100%;
}

    .gas_station_heading h3 {
        background: #509CE4;
        color: #fff;
        padding: 10px 20px;
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 0;
    }

.content {
    width: 100%;
    margin-top: 200px;
    font-size: 20px;
    color: #333;
    text-align: center;
}

.Gs_bg {
    background: #fff;
    padding: 20px;
}

.Gs_bg_search {
    position: relative;
}

    .Gs_bg_search i {
        position: absolute;
        bottom: 0px;
        right: 0;
        top: 0px;
        color: #fff;
        font-size: 35px;
        background: #4fbb86;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
    }


.gs_noti {
    background: #eef8f8;
    padding: 15px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 11px 1px #eaeaea;
    border: 1px solid #e9e9e9;
}

    .gs_noti h4 {
        font-size: 18px;
        color: #4e4e4e;
        line-height: 32px;
        font-weight: 200;
        float: left;
    }

    .gs_noti p {
        background: #509CE4;
        display: inline-block;
        border-radius: 50%;
        width: 23px;
        height: 23px;
        text-align: center;
        line-height: 25px;
        color: #fff;
        float: right;
    }

    .gs_noti span {
        display: block;
    }

    .gs_noti.gs_noti1 {
        background: #fff;
        box-shadow: 0px 0px 11px 1px #eaeaea;
        border: 1px solid #e9e9e9;
        margin-top: 10px;
    }

.gs_btn {
    text-align: center;
    margin-top: 20px;
}

    .gs_btn a {
        background: #4fbb86;
        color: #fff;
        padding: 6px 22px;
        border-radius: 8px;
        width: 100%;
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
    }

.Gs_bg_search input.form-control {
    box-shadow: 0px 0px 11px 1px #eaeaea;
    border: 1px solid #e9e9e9;
}

.navbar-static-top {
    z-index: inherit;
}

.no_padding {
    padding-right: 7px;
}


/* My Profile */
.setting_button {
    height: 50px;
    width: 50px;
    background: #4fbb86;
    font-size: 35px;
    text-align: center;
    border-radius: 30px;
    float: right;
}

#input_img_eye_profile_Active {
    position: absolute;
    bottom: 0px;
    right: 33px;
    top: 13px;
    color: #4CB5AC;
    font-size: 25px;
}

.last_Synced {
    background: #EEF8F8;
    padding: 15px;
    font-weight: 400;
    text-align: right;
    line-height: 30px;
}

    .last_Synced p span {
        font-size: 20px;
        display: inline-block;
        color: #5F6060;
    }

.status {
    color: #1A1A1A;
    font-weight: 600;
}

.setting_button a {
    color: #fff;
}

.profile_bg {
    background: #fff;
    padding: 20px;
}

#input_img_eye_profile {
    position: absolute;
    bottom: 0px;
    right: 33px;
    top: 13px;
    color: #B0AFAF;
    font-size: 25px;
}

.profile_text span {
    font-size: 20px;
    font-weight: 400;
}

.pro_name {
    color: #7A7A7A;
    width: 11%;
    display: inline-block;
}

.max {
    color: #000;
}

    .max a {
        color: #000;
    }

.my_pro {
    margin-top: 35px;
}

.update {
    background: #151515;
    border: none;
    padding: 20px 70px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 30px;
}

.pro_top {
    margin-top: 40px;
}

.profile_text {
    margin-top: 30px;
}
/* Edit current Price */
.per_gal {
    color: #fff;
    font-size: 17px;
}
/* Add User */
.info {
    background: #509CE4;
    padding: 15px 18px;
}

.add_user_bp span {
    width: 100%;
    display: inline-block;
}

#input_img_srch {
    position: absolute;
    bottom: 0px;
    right: 15px;
    top: 62px;
    color: #fff;
    font-size: 35px;
    background: #4fbb86;
    height: 49px;
    width: 49px;
    text-align: center;
    line-height: 50px;
}

.manguser_add_btn {
    float: right;
}

.add_gas_Station h3 {
    color: #5c5c5c;
    margin-top: 15px;
    margin-bottom: 20px;
}

.add_user.food:active {
    background: #4fbb86;
}

#input_img_eye_user {
    position: absolute;
    right: 25px;
    top: 10px;
    color: #B0AFAF;
    font-size: 25px;
}

.inline_input {
    line-height: 0;
}

.info h3 {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 25px;
}

.input_wrapper {
    position: relative
}

.no_touch .plastic_select:hover, .no_touch input:hover, .no_touch select:hover, .no_touch textarea:hover {
    border-color: #2780f8
}

.focus, .plastic_select:active, .plastic_select:focus, input[type=url]:active, input[type=url]:focus, input[type=text]:active, input[type=text]:focus, input[type=number]:active, input[type=number]:focus, input[type=email]:active, input[type=email]:focus, input[type=password]:active, input[type=password]:focus, select:active, select:focus, textarea:active, textarea:focus {
    border-color: #55b5ac;
    box-shadow: 0px 0px 11px 1px #eaeaea;
    outline-offset: 0;
    outline: 0
}

.large_bottom_margin {
    margin-bottom: 2rem !important;
}

.split_input {
    display: table;
    border-spacing: 0;
}

.split_input_item {
    display: table-cell;
    border-bottom: 2px solid #4CB5Ac;
}

    .split_input_item:not(:first-child) {
        border-left: none;
    }

    .split_input_item:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .split_input_item:last-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .split_input_item.focused {
        border: 1px double #2780f8;
        box-shadow: 0 0 7px rgba(39,128,248,.3);
    }

    .split_input_item input {
        text-align: center;
        font-size: 2.5rem;
        border: none;
        background: 0 0;
        box-shadow: none;
    }

    .split_input_item span {
        font-size: 2.5rem;
    }

    .split_input_item input:active, .split_input_item input:focus, .split_input_item input:hover {
        box-shadow: none
    }


.fs_split {
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e8e8e8;
    -webkit-transition: background-color .2s ease-out 0s;
    -moz-transition: background-color .2s ease-out 0s;
    transition: background-color .2s ease-out 0s;
}

    .fs_split h1 {
        font-size: 2.625rem;
        line-height: 3rem;
        font-weight: 300;
        margin-bottom: 2rem;
    }

    .fs_split label {
        margin-bottom: .5rem;
    }

    .fs_split .desc {
        font-size: 1.25rem;
        color: #9e9ea6;
        margin-bottom: 2rem;
    }

    .fs_split .email {
        color: #555459;
        font-weight: 700;
    }

    .fs_split .header_error_message {
        margin: 0 11%;
        padding: 1rem 2rem;
        background: #fff1e1;
        border: none;
        border-left: .5rem solid #ffa940;
        border-radius: .25rem;
    }

        .fs_split .header_error_message h3 {
            margin: 0;
        }

    .fs_split .error_message {
        display: none;
        font-weight: 400;
        color: #ffa940;
    }

    .fs_split .error input, .fs_split .error textarea {
        border: 1px solid #ffa940;
        background: #fff1e1;
    }

        .fs_split .error input:focus, .fs_split .error textarea:focus {
            border-color: #fff1e1;
            box-shadow: 0 0 7px rgba(255,185,100,.15);
        }

    .fs_split .error .error_message {
        display: inline;
    }

.confirmation_code_span_cell {
    display: table-cell;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    padding: 0 .5rem;
    width: 2rem;
}

.confirmation_code_state_message {
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
}

    .confirmation_code_state_message.error, .confirmation_code_state_message.processing, .confirmation_code_state_message.ratelimited {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 2rem;
    }

    .confirmation_code_state_message.processing {
        color: #3aa3e3;
    }

    .confirmation_code_state_message.error, .confirmation_code_state_message.ratelimited {
        color: #ffa940;
    }

    .confirmation_code_state_message ts-icon:before {
        font-size: 2.5rem;
    }

    .confirmation_code_state_message svg.ts_icon_spinner {
        height: 2rem;
        width: 2rem;
    }

.confirmation_code_checker {
    position: relative;
    height: 12rem;
    text-align: center;
}

    .confirmation_code_checker[data-state=unchecked] .confirmation_code_state_message.unchecked, .confirmation_code_checker[data-state=error] .confirmation_code_state_message.error, .confirmation_code_checker[data-state=processing] .confirmation_code_state_message.processing, .confirmation_code_checker[data-state=ratelimited] .confirmation_code_state_message.ratelimited {
        opacity: 1;
    }

.large_bottom_margin {
    margin-bottom: 2rem !important;
}

.split_input {
    display: table;
    border-spacing: 0;
    /* margin-top: -62px;
    margin-left: 220px;*/
}

.screen_lock h4 {
    font-size: 20px;
    /*color: #818181;*/
}


.edit_button {
    margin-left: 20px;
}

.add_delivery_time_edit {
    font-size: 20px;
    color: #8b8b8b;
    font-weight: 200;
    margin-top: -35px;
    padding-left: 10px;
}

.assistant {
    position: relative;
    margin-left: 200px;
    top: -40px;
}

.btn {
    border-radius: 0;
}


.permision {
    color: #818181;
    font-size: 25px;
    font-weight: 400;
}

.add_user_role .col-sm-4 {
    padding: 0 10px;
}

.add_user {
    background: #A9A9A9;
    text-align: center;
    padding: 35px 0 20px;
    margin-bottom: 20px;
}

    .add_user img {
        height: 65px;
    }

    .add_user.over_view_add_user {
        background: #4fbb86;
    }

    .add_user.inventory_add {
        background: #509CE4;
    }

    .add_user.cash_drop {
        background: #509CE4;
    }

.add_user_text h3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.over_view {
    background: #4fbb86;
}

.widget_top {
    margin-top: 10px;
}

.grad {
    font-size: 20px;
    color: #5C5C5C;
}

.food_inv {
    color: #818181;
    font-size: 20px;
    font-weight: 400;
}


.browser-default.custom-select.associate {
    float: right;
}

.garnd_left {
    display: inline-block;
}

.garnd_right {
    display: inline-block;
    margin-left: 20px;
}

.grand_text {
    width: 100%;
    line-height: 50px;
}

.garnd_right h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.add_check_box {
    height: 25px;
    width: 25px;
}

.associate {
    padding: 8px 20px;
    color: #818181;
    font-size: 20px;
    font-weight: 400;
    box-shadow: 0px 0px 11px 1px #eaeaea;
}

select:focus, select:active {
    border-color: transparent;
}

.assigned {
    font-size: 20px;
    color: #8c8c8c;
    box-shadow: 0px 0px 11px 1px #eaeaea;
    border: 1px solid #e9e9e9;
    padding: 20px 20px;
    background: #EEF8F8;
    width: 100%;
    margin-top: 13px;
    display: inline-block;
    position: relative;
}

.station_user {
    font-weight: 600;
    color: #4e4e4e;
    margin-bottom: 12px;
}

.add_user_right {
    float: right;
}

    .add_user_right input {
        width: auto;
    }

.add_user_left {
    float: left;
    display: inline-block;
    width: 60%;
}

    .add_user_left p span {
        width: 100%;
        display: inline-block;
    }

.my_gs_update {
    margin-top: 5px;
}

.assigned_bottom {
    background: #6DC13F;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1px 0 10px;
}

    .assigned_bottom a {
        color: #fff;
    }

    .assigned_bottom.active:active {
        background: #8B8B8B;
    }

    .assigned_bottom.active {
        background: #8B8B8B;
    }

.assigned::after {
    bottom: 100%;
    right: -32px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 5%;
    border-left-color: #eef8f8;
    border-width: 16px;
}

.assigned::before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #eef8f8;
    border-width: 16px;
    margin-left: 35px;
}

.add_user_bp {
    font-size: 20px;
    color: #8c8c8c;
    box-shadow: 0px 0px 11px 1px #eaeaea;
    border: 1px solid #e9e9e9;
    padding: 20px 20px;
    background: #fff;
}

.add_user_role {
    background: #eef8f8;
    padding: 10px 25px 35px;
}

.add_user_role_text h3 {
    margin-top: 0;
    margin-bottom: 0;
    color: #5c5c5c;
    font-size: 25px;
}

.add_user_role_text h3 {
    font-size: 21px;
}

.role_permissions {
    width: 100%;
    display: inline-block;
}

.role_permission_right {
    float: right;
    width: 83%;
    margin-right: 12px;
}

.role_permission_left {
    float: left;
    margin-top: 2%;
    padding: 0 14px;
}

#input_img_ad_user {
    position: absolute;
    color: black;
    right: 63px;
}

.role h4 {
    color: #191919;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
/* Setting */
.Gas_Station h4 {
    color: #4c4e4e;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}

.setting_bg {
    box-shadow: 0px 0px 11px 1px #eaeaea;
    background: #fff;
    padding: 20px 20px;
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
}

.help_text h4 {
    color: #4c4e4e;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
}


.setting_bg p {
    font-size: 18px;
    color: #8b8b8b;
    margin-bottom: 30px;
    line-height: 30px;
}

.setting_img_sec img {
    width: 100%;
    height: 110px;
}

.setting_bg1 {
    box-shadow: 0px 0px 11px 1px #eaeaea;
    background: #fff;
    padding: 15px;
    margin-top: 10px;
}

.setting_bg input {
    float: right;
    display: inline-block;
    width: auto;
    transform: scale(1.9);
}

.submit {
    background: #151515;
    border: none;
    padding: 11px 30px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
}

.term_sec {
    color: #3587b2;
    margin-top: 84px;
}

    .term_sec a {
        color: #3587b2;
        font-size: 18px;
    }

    .term_sec span {
        padding: 12px;
        font-weight: 600;
    }

.plus {
    background: transparent;
    border: none;
    margin-left: 35px;
}
/* Food Inventory */
.mnguser_table tr.food_total > td {
    color: #353737 !important;
    font-weight: 500;
}
/* Fuel Type inventory */
#open {
    border-bottom: 1px solid #f5f5f5;
}

.form-control_over {
    box-shadow: 0 0 7px rgba(39,128,248,.15);
    border-bottom: 0 !important;
    background: #e90c0c !important;
    color: white !important;
}
/* Add Gas Inventory */
.form-control_green {
    box-shadow: 0 0 7px rgba(39,128,248,.15);
    border-bottom: 0;
    background: #68B73E !important;
    color: white !important;
}
/* Scratch Card */
.button_card {
    margin-left: 10px;
    margin-top: 40px;
}

.mnguser_table tr.text_green {
    color: #92CF73;
}

.to h3 {
    font-size: 25px;
    font-weight: 400;
    margin-top: 10px;
}
/* Register */
.register_calender {
    background: #F79570;
    color: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 25px;
    line-height: 48px;
    border-radius: 25px;
    margin-left: 10px;
    display: inline-block;
    margin-right: 10px;
}

.today_date {
    display: inline-block;
}

    .today_date h3 {
        font-weight: 600;
        font-size: 24px;
        color: #2a2b2b;
    }
/* Mart Delivery */
.mont.select {
    display: inline-block;
    width: 100%;
}

.today_date_gas h3 {
    margin-left: 10px;
    font-weight: 600;
    font-size: 24px;
    color: #2a2b2b;
    width: 100%;
    margin-top: 17px;
    margin-bottom: 0;
}

.register_calender a {
    color: #ffff;
}

.mont.select select {
    box-shadow: 0 0 7px rgba(39,128,248,.15);
    border: none;
    font-size: 20px;
    color: #8b8b8b;
    height: 45px;
    width: 100%;
    padding: 8px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#text_green {
    color: #77C34F !important;
    font-weight: 600;
}

.today_date1 {
    display: inline-block;
    margin-top: 8px;
}

    .today_date1 h3 {
        margin-left: 0;
        font-weight: 600;
        font-size: 24px;
        color: #2a2b2b;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

.month {
    width: 510px;
}

.stick_Reading_top {
    margin-top: -8px;
}

/* Stcik Reading */
.month_end {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: #4c4e4e;
    font-weight: 400;
    display: inline-block;
    margin-left: 6px;
}

.month_end1 {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}


/* food Inventory */
.delivery_rep img {
    padding-left: 30px;
}
/* cash Drop Reports */

.bold {
    font-weight: 600 !important;
}

.to {
    display: inline-block;
}


/*Profit_lose */
.table-bg1 {
    font-size: 20px;
    color: #fff;
    background: #509CE4;
}

/* Yearly Profit/Lose */




/* Gas invoice */
.contact_form_add_delivery {
    padding: 25px 0;
}

.radio_buttons {
    list-style: none;
    float: right;
    margin-top: 15px;
}

    .radio_buttons li {
        float: left;
        padding: 0 10px;
    }

.both {
    font-size: 20px;
    color: #4c4e4e;
}

.login_check_box input {
    margin-left: 0;
    margin-right: 25px;
    width: auto;
    /* display: inline-block; */
    float: left;
    transform: scale(1.9);
    margin-top: 7px;
}

#text_red {
    color: #E51F03;
    font-weight: 600;
}

/* Payment Method */
.mark_primary h5 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    margin-left: 20px;
    letter-spacing: 1px;
}

.mark_primary {
    float: right;
}


/* Add Payment Method */

.city.select select {
    box-shadow: 0 0 7px rgba(39,128,248,.15);
    border: none;
    font-size: 20px;
    color: #8b8b8b;
    height: 50px;
    width: 100%;
    padding: 8px;
    -moz-appearance: none;
}

.mnguser_table tr.add_mart_total > td {
    color: #5c5c5c !important;
    font-weight: 600;
}

.date_view_mart {
    font-weight: 400;
    color: #999;
    font-size: 20px;
    margin-top: 15px;
}
/* add gas station details */
.gs_detail {
    background: #509CE4;
    padding: 15px 18px;
}

    .gs_detail h3 {
        font-size: 30px;
        color: #fff;
        margin-top: 0;
        margin-bottom: 0;
    }

.optional {
    font-size: 20px;
    color: #ffff;
}

.referral_code h3 {
    color: #5c5c5c;
    font-size: 25px;
    font-weight: 400;
}

.otn select {
    box-shadow: 0 0 7px rgba(39,128,248,.15);
    border: none;
    font-size: 20px;
    color: #8b8b8b;
    height: 50px;
    width: 100%;
    padding: 8px;
    -webkit-appearance: none;
}

.rember_me_Add {
    font-size: 20px;
    /*margin-top: 4px;*/
    display: inline-block;
}

.manguser_add_btn h3 {
    margin-top: 10px;
    font-size: 30px;
}

#setting_my_p {
    background: #4fbb86;
    padding: 7px;
    border-radius: 27px;
}

.skip {
    background: #4cb5ac;
    border: none;
    padding: 5px 27px;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
/* Upgrade */
.upgarde_paln_right {
    float: right;
    display: inline-block;
}

.upgarde_plan_left {
    display: inline-block;
    float: left;
}

.upgrade_plan {
    width: 42%;
}

.upgarde_plan_left p span, .upgarde_paln_right p span {
    width: 100%;
    display: inline-block;
}

.upgrde {
    margin-top: 120px;
}

.plan {
    font-size: 25px;
    color: #000000;
    font-weight: 600;
}

.gold {
    font-size: 20px;
    color: #5c5c5c;
    font-weight: 600;
}

.pay {
    background: #151515;
    border: none;
    padding: 20px 35px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 30px;
    margin-left: 5px;
}


/* Gas stattion detail */
.brand {
    width: 100%;
    border-bottom: 1px solid #ededed;
    display: inline-block;
    line-height: 40px;
    margin-bottom: 28px;
}

.brand_left {
    float: left;
    display: inline-block;
}

.brand_right {
    float: right;
}

.stret {
    color: #5c5c5c;
    font-size: 20px;
}

.brand_left p span {
    width: 100%;
    display: inline-block;
}

.brand1 {
    width: 100%;
    display: inline-block;
}

.trial_pack {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #509CE4;
}

    .trial_pack span {
        width: 100%;
        display: block;
        line-height: 71px;
    }

/*.thirty {
    font-size: 87px;
    font-weight: bolder;
}*/

.days {
    font-size: 42px;
    color: #509CE4;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: text-bottom;
    margin-left: 10px;
}

.trial_pack .pack_trial {
    font-size: 42px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 31px;
}

.pack {
    line-height: initial;
    background: #4fbb86;
    font-size: 30px;
    font-weight: 600;
    border: none;
    color: #fff;
    padding: 4px 37px;
    border-radius: 10px;
    margin-top: 20px;
    display: inline-block;
}

.billing_starts {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
}

.custom_sec h3 {
    float: right;
    margin-top: 2px;
}

.billing_starts p span {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #5c5c5c;
    font-size: 25px;
    font-weight: 400;
}

.widget h1 {
    text-align: center;
    background: #509CE4;
    /* width: 125px; */
    font-size: 87px;
    font-weight: bolder;
    color: #fff;
    border-radius: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    padding: 15px 35px 0;
    line-height: 100px;
}

.stret h3 {
    text-align: center;
}

.widget {
    /* margin-left: 55px; */
    text-align: center;
    display: inline-block;
    width: 100%;
}

.gas_products {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.gas_products_left {
    float: left;
}

.gas_products_right {
    float: right;
}

.gas_products_left {
    float: left;
    font-size: 20px;
    font-weight: 500;
    color: #5c5c5c;
}

.gas_products_right {
    float: right;
    font-size: 20px;
    color: #8b8b8b;
    font-weight: 400;
    width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.contact_form1 {
    background: white;
    padding: 15px;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 11px 1px #eaeaea;
}

.work_paid {
    display: inline-block;
    text-align: right;
    font-size: 20px;
    /* margin-top: 15px; */
    color: #8b8b8b;
}

.radio_button li {
    float: left;
    padding: 0 10px;
}

.radio_button {
    list-style: none;
    padding: 0;
    font-size: 20px;
    color: #8b8b8b;
}

    .radio_button li input {
        display: inline-block;
        float: left;
        width: 48px;
        height: 20px;
    }
/* Add Mart Delivery */
.plus_Add_mart {
    width: 100%;
    display: inline-block;
}

.plus_Add_mart_left {
    float: left;
    display: inline-block;
}

.plus_Add_mart_right h3 {
    display: inline-block;
    font-size: 30px;
    color: #4c4e4e;
    font-weight: 400;
    margin-left: 20px;
}

/* add mart Delivery Payment */
.payment_one h3 {
    font-size: 25px;
    font-weight: 400;
    color: #4c4e4e;
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
/*pdf_invocie*/
.gsds_llc {
    background: #fff;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    color: #5c5c5c;
    padding: 20px;
}

    .gsds_llc span {
        width: 100%;
        display: inline-block;
    }

.paid {
    background: #5ECC35;
    border: 0;
    padding: 10px 65px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 4px;
}

.mnguser_table tr.food_total_pdf > td {
    color: #353737 !important;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 0;
}

.icon_printer {
    background: #fff;
    height: 60px;
    width: 60px;
    padding: 3px;
    display: inline-block;
    margin-left: 10px;
}

.pdf_email {
    font-size: 20px;
    font-weight: 400;
    color: #5c5c5c;
}

    .pdf_email span {
        width: 100%;
        display: inline-block;
    }

.designed_pdf a {
    font-size: 20px;
    font-weight: 600;
    color: #5c5c5c;
}
/* Add Products */
.table-bg_add_pro {
    font-size: 25px;
    color: #4c4e4e;
    font-weight: 400;
}

.tick_user, .Gasoline {
    display: inline-block;
}

/* Gas Products */
.add_gas_products_gl {
    display: inline-block;
}


.form-control.gs_pro {
    box-shadow: 0px 0px 0 0px transparent;
    border: none;
    background: transparent;
}

.gs_pro::placeholder {
    font-size: 17px;
    color: #5c5c5c;
    background: transparent;
}

.Gas_Pro {
    font-size: 25px;
    color: #5c5c5c;
}

.new {
    padding-left: 30px;
}

.Gas_Pro th {
    font-weight: 600;
}

.mnguser_table.gs_products {
    background: #fff;
    padding: 2px 10px;
    display: inline-block;
    width: 100%;
}

.texbox-no-border {
    border: none;
    background: transparent;
    box-shadow: none;
    pointer-events: none;
}

.gs_products .login_check_box {
    margin-top: 6px;
}

.login_check_box.box_gs {
    display: inline-block;
    width: 8%;
    float: left;
}

.add_gas_products_g {
    display: inline-block;
}


/* Widget Setup */
.nav-tabs {
    border-bottom: none;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-width: 0;
    }

    .nav-tabs > li > a {
        border: none;
        color: #666;
    }

        .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
            color: #fff !important;
        }

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.nav-tabs > li > a {
    border: none;
    color: #fff;
}


.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
    transform: scale(1);
}

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    /*padding: 15px 0;*/
}

.tab-content {
    padding: -10px;
}

.card_widget {
    background: transparent;
}

.nav.nav-tabs {
    font-size: 20px;
    font-weight: 400;
}

.widget_gas {
    margin-left: -17px;
}

.tab_widget {
    background: #a9a9a9;
    padding: 0px 22px;
    margin-right: 24px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    cursor: default;
    background-color: transparent;
}

.tab_widget:hover {
    background: #4cb5ac;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 25px;
}

.widget_button {
    float: right;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #58BF32;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.add_user.mart {
    background: #ECC600;
}

.add_user.delivery {
    background: #57BAB2;
}

.add_user.reports {
    background: #5CC0F4;
}

.add_user.car_wash {
    background: #5ECC35;
}

.add_user.mechanic_shop {
    background: #D6504B;
}

.add_user.deli {
    background: #C73FF9;
}

.add_user.expenses {
    background: #4D83AE;
}

.add_user.certificate {
    background: #E16700;
}
/* Certificate */
#myFile {
    border-bottom: none;
}

.continue {
    font-size: 20px;
    width: 100%;
    color: #313131;
    text-align: center;
    font-weight: 400;
}

    .continue p span {
        width: 100%;
        display: inline-block;
        line-height: 32px;
    }

.modal-header {
    padding: 15px;
    border-bottom: none;
}

.modal-content {
    border-radius: 0;
}

.modal-body {
    padding-bottom: 50px;
}

.close:focus, .close:hover, .close {
    opacity: 2.3;
}

.form-control_over::placeholder, .form-control_green.over::placeholder {
    color: #fff;
    font-weight: bold;
    opacity: 1;
}
/* mart delivery add payment */
.mart_Add_payment h3 {
    text-align: center;
    font-size: 25px;
    color: #333;
    margin-bottom: 20px;
}

.dollar {
    border: none;
    padding: 0 0px;
    border-radius: 50px;
    background: transparent;
}

.input_img_desc {
    background-image: url(../images/icon_drop_down.png);
    background-repeat: no-repeat;
    background-position: 95%;
    cursor: pointer;
}

.mont.select.daily {
    margin-top: 9px;
}

.cashdrop_time1 .img_crtifcte {
    border-bottom: none !important;
}

.modal-content.rdius {
    border-radius: 80px;
    width: 80%;
    margin-top: 75px;
    margin-left: 75px;
}

.form-control.hep_dsk {
    height: 150px;
}

.txtarea::placeholder {
    font-size: 17px;
    text-align: left;
}

textarea {
    border: none;
    box-shadow: 0px 0px 11px 1px #eaeaea;
    padding: 8px;
    width: 100%;
}
/*  input {
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
} */
.fa.fa-plus {
    font-size: 85px;
    padding: 15px 15px 15px 15px;
}

.plus_seting input {
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}

.cross {
    width: 25px !important;
    height: 25px !important;
    margin-left: 100px;
    margin-right:10px;
    margin-top:10px;
    position: absolute;
    top: 0;
    right: 0;
    
}
.expense-modal-wrap .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 25px;
}



.setting_img_sec {
    box-shadow: 0px 0px 11px 1px #eaeaea;
    background: #fff;
    border: none;
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    border: 1px solid #c7c7c7;
}

#button_1 img {
    height: 100%;
    padding: 0;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.addMore, .editFood, .editLotto, .expand, .editMart {
    cursor: pointer;
    color: #8b8b8b;
}

.gas_station_resigsterd th {
    font-weight: 400;
    font-size: 25px;
}

.top-20 {
    margin-top: 20px;
}

.input_img_butn {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 50px;
    height: 50px;
    border: none;
    background: transparent;
}

.popup-area {
    height: 620px;
    width: 75%;
}

    .popup-area .modal-body {
        height: 610px;
        overflow-y: scroll;
    }

.popup-area-lg {
    height: 680px;
    width: 85%;
}

    .popup-area-lg .modal-body {
        height: 660px;
        overflow-y: scroll;
    }

.popup-area-md {
    height: 450px;
    width: 75%;
}

    .popup-area-md .modal-body {
        height: 440px;
        overflow-y: scroll;
    }

.popup-area-sm {
    height: 500px;
    width: 550px;
}

    .popup-area-sm .modal-body {
        height: 490px;
        overflow-y: auto;
    }

.cross.cross1 {
    top: 10px;
    right: 10px;
}

.setting_bg.help_sec textarea {
    width: 100% !important;
    height: 150px !important;
}

.table thead > tr.table-bg1 th {
    padding: 0px 0 5px;
    font-weight: normal;
}

.popup-area-xs {
    height: 420px;
    width: 600px;
}

    .popup-area-xs .modal-body {
        height: 410px;
        overflow-y: scroll;
    }

.popup-area-xxs {
    height: 300px;
    width: 600px;
}

.popup-area-share {
    height: 200px;
    width: 400px;
}

.popup-area-xxs .modal-body {
    height: 280px;
}

/*.row {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 15px;
}*/

.form-control {
    display: block;
    /* width: 50%; */
    height: 50px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    /*background-image: none;*/
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.add_mart {
    background: white;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    /*margin-top: 15px;*/
}

.fileUpload {
    cursor: pointer;
}

  .fileUpload img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

.img-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.hasDatepicker, .empDOB, .empDOJ, .myCalendar, .Calendar, .calendarDateTime, .ShiftStartDate, .ShiftEndDate {
    background: url(../images/icon_calender.png) no-repeat;
    background-position: right -1.5px center;
    padding-right: 25px;
    background-color: #fff;
}

.ui-datepicker {
    z-index: 99999 !important;
}

.inactive-link {
    pointer-events: none;
    cursor: default;
}

.Unpaid {
    color: #E51F03;
    font-weight: 600;
}

.Paid {
    color: #77C34F !important;
    font-weight: 600;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.text-danger {
    font-size: 13px;
}
.text-center {
    margin-left: 25%;
}

.search {
    background: #55b5ac;
    padding: 5px 27px;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    float: right;
    border: none;
}

.ctrl-mt {
    margin-top: 24px;
}

.text-wh {
    width: 260px;
}

.notify-bell {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    background: url('../images/notification.png');
    background-repeat: no-repeat;
    background-size: contain;
    text-decoration: none;
}

.notify-count {
    position: absolute;
    right: 11px;
    top: 2px;
    left: 22px;
    color: #fff;
    height: 25px;
    width: 25px;
    background-color: #509CE4;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 4px 0;
}

.nodata {
    color: red;
}

.setting_contact_sec {
    border-top: 1px solid #e7e5e5;
    margin-top: 30px;
    padding-top: 25px;
    text-align: center;
}

.contact_info_sec {
    font-size: 20px;
}

.phone_info_sec {
    font-size: 20px;
}

    .contact_info_sec i, .phone_info_sec i {
        color: #fa8966;
        margin-right: 10px;
    }

.row-eq-height .col-sm-6 {
    padding: 0 10px;
}

.form-control_over, .form-control_green {
    line-height: 38px;
}

.policy_main_sec p {
    color: #949494;
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 20px;
}

.policy_main_sec .main_heading {
    margin-bottom: 0;
}

.policy_main_sec p {
    color: #949494;
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 20px;
}

.policy_main_sec .main_heading.info_head {
    text-decoration: underline;
}

.policy_main_sec ul {
    padding-left: 40px;
}

.policy_main_sec li {
    color: #949494;
    font-size: 17px;
    line-height: 30px;
    list-style: inside;
}

.cashdroptext {
    font-size: 20px;
    padding-top: 12px;
    display: inline-block;
}

.biggercheckbx {
    /*transform: scale(1.5);*/
}

.upgradebtn .add {
    margin-top: 10px;
    display: inline-block;
}

.thirty h1 {
    font-size: 87px;
    font-weight: bold;
    display: inline-block;
    add-station margin-bottom: 0;
    margin-top: 0;
}

.login_check_box {
    margin-left: 6px;
    display: inline-block;
}

.add-station {
    width: 300px;
    height: 300px;
    padding: 50px;
    /*border: 1px solid grey;*/
    box-sizing: border-box;
    background-color: #fff;
    margin: auto;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.station-body {
    font-weight: bold;
    font-size: 16px;
    padding-top: 40px;
    text-align: center;
}

.main_div_widget {
    display: inline-block;
    width: 100%;
}

.widget_heading {
    display: inline-block;
}

    .widget_heading h3 {
        margin-top: 0;
    }

.widget_check_sec {
    float: right;
}

    .widget_check_sec input {
        width: auto;
        margin-top: 10px;
    }

.sticker-reading-bg th {
    font-size: 22px;
}

.sa-button-container button.cancel {
    height: auto;
    width: auto;
    line-height: inherit;
}

.setup-widgent p {
    margin-bottom: 15px;
    font-size: 18px;
}

.setup-widgent {
    margin: 0 auto;
    width: 20%;
    text-align: center;
    margin-top: 190px;
}
.no-widget {
    margin: 0 auto;
    width: 60%;
    text-align: center;
    margin-top: 190px;
    text-align: justify;
    font-size:22px;
}

.login_form .button {
    padding: 14px 60px;
    font-size: 25px;
}

#logo_section .logo img {
    width: 100%;
    max-width: 170px;
}

.gas_widget_inner, .gas_widget_row {
    display: flex;
}

.add_upload_img {
    position: relative;
    width: 100%;
    max-width: 190px;
}

p.role_head {
    padding: 0 10px;
    font-size: 20px;
    margin-bottom: 0;
    color: #4fbb86;
    font-weight: bold;
}

.add_upload_img .cross {
    margin-left: 0px;
}



/* The container */
.login_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chk-fuel {
    /*padding-left: 40px;*/
}

/* Hide the browser's default checkbox */
.login_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin-right: 0px !important;
    z-index: 999;
}


/* Create a custom checkbox */
.checkmark {
    position: absolute;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 2px solid #4c4e4e;
}

/* When the checkbox is checked, add a blue background */
.login_check input.check_box:checked ~ .checkmark {
    background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.login_check input.check_box:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.login_check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #4c4e4e;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.add_mart table .login_check input {
    left: auto;
    right: auto;
    margin: 6px 0 0 -6px;
    top: 0;
}

.check_test {
    display: block;
    position: relative;
}

.add_mart table .checkmark {
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.setting_bg .login_check input {
    right: 20px;
    left: auto;
}

.login_check {
    text-align: center;
}

.setting_bg .checkmark {
    right: 15px;
    left: auto;
}

.help_text h4 a {
    color: #333;
}

.overview_wigdet {
    position: relative;
}

    .overview_wigdet .button_card {
        position: absolute;
        bottom: 0;
    }

req {
    color: red;
    font-size: 22px;
}

.container.login_main_sec {
    height: 100vh;
    display: flex;
    padding: 10px 0px;
}

.container.login_main_sec {
    height: 100vh;
    display: flex;
}

.city.select select#StateId {
    border: 1px solid #ccc;
}

.assigned .add_user_right .check_test {
    width: 25px !important;
    display: block;
}

.assigned .login_check input {
    z-index: -9;
}

.overview_wigdet .tab-pane .widget_check_sec.login_check {
    position: relative;
    right: 28px;
}

.row.add_invoice_row {
    display: flex;
}
.addcolor {
    background-color: #4fbb86;
    border: #4fbb86;
}
.col-md-4.add_invoice_inner {
    display: flex;
}

.cw-200 {
    width: 200px;
}

.cw-260 {
    width: 260px;
}

.mart_delivery_view label.control-label {
    margin: 0px;
}

.mart_delivery_view .col-sm-7 {
    padding: 3px 15px;
}

.add_delivery_time_edit .login_check_box {
    margin-top: 2px;
}

.delivery_edit_date span {
    font-size: 19px;
    color: #555;
    margin-top: 10px;
    display: block;
}

.lockscreen {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    /*opacity: 1;*/
    background: rgba(0,0,0,0.9);
    display: flex;
    z-index:999;
}

.lockscreen-pin {
    position: relative;
    z-index: 999999;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    width: 600px;
    height: auto;
    padding: 50px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    right: 0;
    margin: auto;
    bottom: 0;
}

    .lockscreen-pin.text-center h2 {
        color: #000;
        font-weight: normal;
        margin-bottom: 20px;
    }

c.text-center h4 {
    font-size: 19px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}

.lockscreen-pin a#btnVerify {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 11px 50px;
    font-size: 22px;
}

.lockscreen-pin .form-group.row.text-center.mt-10 a {
    color: #4cb5ac;
    margin-top: 25px;
    display: block;
    font-size: 18px;
}

#tblProducts span.text-danger.field-validation-error span {
    font-size: 11px;
}

table#tblProducts tr td {
    vertical-align: middle;
}
.contact_form1.contact_form_invoice label {
    font-size: 20px;
    font-weight: 700;
}

.brand-name {
    font-size: 18px;
    text-transform: capitalize;
    color: #4e4e4e;
}
.station-name {
    font-size: 18px;
    text-transform: capitalize;
    color: #4e4e4e;
    font-weight: 600;
}
.sparate-mart-main {
    background: none !important;
}
.seprate-box {
    padding: 15px;
    background: #fff;
    margin-bottom: 20px;
    display: block;
}
.seprate-box label {
    display: block;
    font-size: 16px;
    font-weight: 500;
}
/*** 15-03-19 ***/

.fuel-table-wrap table tr td, .widget-table-wrap table tr td {
    vertical-align: middle !important;
}
.fuel-table-wrap .add_mart table .login_check input {
    margin-top: 0;
}
.fuel-table-wrap.add_mart table .checkmark {
    top: -6px;
}
.widget-table-wrap.add_mart table .login_check input {
    margin: 17px 0 0 -3px;
}
.widget-table-wrap.add_mart table tr td table .checkmark {
    top: 13px;
}
.widget-table-wrap.add_mart table tr td table tr.table-bg-nb {
    background-color: #f3f3f3;
}
.widget-table-wrap.add_mart table tr td table tr th {
    color: #5d5b5b;
}
.gs_noti p a {
    color: #fff;
}
.sub-head-text {
    display: inline-block;
    font-size: 16px;
}
.head-main {
    padding: 10px 15px;
}
.skip-text a {
    color: #4eb6ac;
}
.skip-text {
    padding-left: 25px !important;
}
.plus_Add_mart .plus_Add_mart_right h3 {
    margin-top: 7px;
}
#card-element .__PrivateStripeElement {
    top: 10px;
}
.add_mart table tr td input {
    min-width: 140px;
}

.current_pri table tr td {
    word-break: break-all;
}
.modal-img-center {
    line-height: 420px;
    text-align: center;
}
.expand {
    z-index: 999;
    position: relative;
}
.assigned.add_user_bp::after {
    border-left-color: #fff;
}


/*privacy policy style*/
.privacy-main .container {
    padding: 0px;
}

.privacy-main {
    float: left;
    width: 100%;
}

.content-box-1 h6 {
    font-size: 18px;
    color: #333;
    margin: 20px 0px 20px 0px;
}

.content-box-1 ul, .content-box-2 ul {
    list-style: none;
    padding: 0px;
    font-size: 21px;
    line-height: 33px;
    color: #333;
}

.content-box-1 p {
    font-size: 19px;
    color: #333;
    line-height: 33px;
    margin: 35px 0px;
}

.content-box-2 {
    float: left;
    width: 100%;
}

    .content-box-2 h3 {
        color: #000;
        font-size: 21px;
        margin-bottom: 10px;
    }

    .content-box-2 p {
        font-size: 19px;
        color: #333;
        line-height: 33px;
        margin: 0px 0px 40px 0px;
    }
.font14{font-size:12px;}
/*end privacy policy style*/

/* unvisited link */
.hyperlink:link {
    color: #333333;
    text-decoration:underline;
}

/* visited link */
.hyperlink:visited {
    color: green;
}

/* mouse over link */
.hyperlink:hover {
    color: #000;
}

/* selected link */
.hyperlink:active {
    color: blue;
}



span.ust-pr-setting {
    float: right;
}

span.ust-pr-setting a {
    color: #fff;
}


.selector-monthly .months {
    margin: 20px 0;
    border: 1px solid #e8e8e8 !important;
    border-radius: 3px;
    background-size: 35px;
    padding: 7px 15px;
    height: 40px;
    width: fit-content;
    min-width: 260px;
}

.mt-edit--deloption{
    display: flex;
}
.mt-edit--deloption a {
    margin: 0 5px;
    width: 30px;
}
.mt-edit--deloption a img {
    width: 100%;
}
.dailyhang-choosedate {
    display: flex;
    align-items: center;

}
.tank-userprofile-index tr td,
.tank-userprofile-index tr td input {
    font-size: 16px !important;
}
.tank-userprofile-index .user-edit-headingrow tr td {
    padding-left: 20px !important;
    vertical-align: top !important;
    min-width: 250px;
}
.tank-userprofile-index .user-edit-contentrow .ust-pr-input {
    padding: 21px 8px !important;
    vertical-align: initial !important;
}
.tank-userprofile-index .user-edit-contentrow .ust-pr-input input {
    padding: 0px 5px !important;
}
.userprofile-main-custom .table > tbody > tr > td {
    word-wrap: break-word;
    max-width: 200px;
    
}
.userprofile-main-custom .table > tbody > tr td:nth-child(2) {
    min-width: 250px;
}


    @media screen and (min-width: 768px) and (max-width: 1023px) {
        .tank-userprofile-index .user-edit-contentrow .ust-pr-input{
        padding: 20px 8px  !important;
    }
    .tank-userprofile-index .user-edit-contentrow .ust-pr-input input {
        font-size: 17px;
    }
}