body {
    font-size: 16px;
    background-color: #f2f3f4;
    font-family: 'Oxygen', sans-serif;
}

.p_type_one {
    font-size: 12;
    color: #999999;
    font-weight: 600;
    margin-bottom: 0px;
}

.h5_span {
    color: #00aa69;
    font-weight: 600;
}

.h5_span span {
    font-size: 12px;
    margin-left: 30px;
}

.h5_span_percent {
    color: #e4be3b;
}

#sidebar-wrapper {
    position: fixed;
    z-index: 2;
    top: 65px;
    bottom: 0px;
    width: 250px;
    left: -250px;
    background-color: #fff;
    transition: left .3s ease;
    overflow-y: auto;
}

#sidebar-wrapper.active {
    left: 0px;
}

#sidebar-wrapper .sidebar-header {
    padding: 10px 20px;
    background: #585454;
}

.sidebar-header {
    display: none;
}

#header-nav {
    z-index: 2;
    background-color: #00aa69;
    position: sticky;
    width: 100%;
    top: 0;
}

.navbar-header .toggle-btn {
    padding-top: 8px;
    padding-right: 15px;
}


/*** Menu Items***/

.sidebar-menu {
    margin: 0px;
    list-style: none;
    margin-top: 30px;
}

.sidebar-menu a {
    display: block;
    padding: 12px 16px 12px 30px;
    color: #9d9d9d;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}

.sidebar-menu a i {
    padding-right: 15px;
    font-size: 18px;
}

.sidebar-menu ul ul a {
    padding-left: 40px
}

.sidebar-menu a.active,
.sidebar-menu a:hover {
    color: #00aa69;
    font-weight: 600;
    font-size: 14px;
    /* background-color: #777777; */
}


/* .sidebar-menu ul ul{
      background-color: black;
  } */

.sidebar-menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.sidebar-menu li {
    list-style: none;
    padding-left: 0px;
}

.logo_img {
    height: 30px;
}

.overlay {
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    /* middle layer, i.e. appears below the sidebar */
    z-index: 1;
}

.action-wrap {
    margin: 0;
}

.action-wrap>li {
    display: inline-block;
    list-style: none;
    vertical-align: middle;
}

.user_dropdown::after {
    display: none;
}

.user_img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
}

.user .dropdown-menu-right {
    padding: 12px;
}

.person-detail a {
    color: #fff;
    margin: 0 25px;
    font-size: 18px;
}

li.add-on .dropdown>a {
    background: transparent;
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
    border: 2px solid;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
}

li.add-on .dropdown>a::after {
    display: none;
}

.add-on ul.dropdown-menu {
    background: #3FBBA2;
    color: #fff;
    margin: 0;
    border-radius: 0;
    min-width: 200px;
    left: -145px;
}


/* dashboard page */

.dashboard_numbers {
    background-color: #fff;
    margin-top: 15px;
    padding: 0px 7%;
    border-radius: 5px;
    overflow: auto;
    min-height: 72px;
}

.dashboard_numbers span:nth-child(1) {
    font-size: 36px;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
}

.dashboard_numbers span:nth-child(2) {
    font-size: 12px;
    font-weight: 600;
    color: #9d9d9d;
}

.top_calc {
    float: left;
    margin-top: 17px;
}

.top_calc h4 {
    font-weight: 600;
    margin-bottom: 0px;
}

.top_calc h6 {
    font-size: 12px;
    font-weight: 600;
    color: #9d9d9d;
}

.dash_icon_div {
    display: inline-block;
    float: right;
    background: #d1f0e7;
    padding: 18px;
    border-radius: 100%;
    margin-top: 6px;
    width: 60px;
    height: 60px;
    text-align: center;
}

.dash_icon_div img {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    max-width: 100%;
    height: auto;
}

.dash_graph_div {
    background-color: #fff;
    margin-top: 15px;
}

.today_color {
    margin-top: 20px;
    border-left: 3px solid #00ab78;
    padding-left: 20px;
    margin-bottom: 0;
}

.yesterday_color {
    margin-top: 20px;
    border-left: 3px solid #077761;
    padding-left: 20px;
    margin-bottom: 0;
}

.thismonth_color {
    margin-top: 20px;
    border-left: 3px solid #a6d66d;
    padding-left: 20px;
    margin-bottom: 0;
}

.today_number {
    color: #9d9d9d;
    padding-left: 20px;
}

.prog_type_one {
    background-color: #fff;
    border-radius: 0px;
}

.prog_type_one .progress-bar {
    background-color: #00aa69;
    border-radius: 0px;
}

.primary_div_one {
    background-color: #fff;
    margin-top: 15px;
    padding-bottom: 20px;
}

.form_label_one {
    font-size: 13px;
    font-weight: 600;
    margin-top: 7px;
    color: #303030;
}

.input_type_one {
    font-size: 12px;
}

.select_type_one {
    font-size: 12px;
}

.block_btn_one {
    width: 100%;
    background-color: #00aa69;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.btn_type_one {
    background-color: #00aa69;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    min-width: 100px;
    padding: 6px 25px;
}

.cstm_pills {
    display: inline-flex;
}

.cstm_pills .nav-link {
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

.cstm_pills .nav-item {
    border: 1px solid #ccc;
    border-radius: 0px;
}

.cstm_pills .nav-item:first-child {
    border: 1px solid #ccc;
    border-radius: 5px 0px 0px 5px;
}

.cstm_pills .nav-item:last-child {
    border: 1px solid #ccc;
    border-radius: 0px 5px 5px 0px;
}

.cstm_pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #00aa69;
    background-color: transparent;
}

.tbl_type_one {
    font-size: 12px;
    font-weight: 600;
}

.tbl_type_one tr td {
    vertical-align: middle;
}

.status_cell a {
    color: #00aa69;
    text-decoration: none;
}

.increement_input {
    width: 80%;
    float: left;
}

.increement_btn {
    border: 2px solid #00aa69;
    border-radius: 100%;
    color: #00aa69;
    font-weight: 600;
    padding: 5px;
    margin-top: 5px;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    line-height: 10px;
}

.decreement_btn {
    border: 2px solid #00aa69;
    border-radius: 100%;
    color: #00aa69;
    font-weight: 600;
    padding: 5px 8px;
    margin-top: 3px;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    line-height: 10px;
}

.minus_btn {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px 0px 0px 5px;
    border-right: none;
    font-size: 10px;
    height: 32px;
}

.plus_btn {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 0px 5px 5px 0px;
    border-left: none;
    font-size: 10px;
    height: 32px;
}

.number-spinner input {
    font-size: 12px;
    height: 32px;
}

.plan_trail a {
    color: #00aa69;
}

.plan_notAssign a {
    color: #b52b2b;
}

.plan_gold a {
    color: #7a6710;
}

.plan_premium a {
    color: #c48421;
}

.view_icon_one {
    color: #00aa69;
    font-size: 14px;
    margin-right: 15px;
}

.edit_icon_one {
    color: #b52b2b;
    font-size: 14px;
    margin-right: 15px;
}

.table_select {
    width: 100%;
    border: 1px solid #ccc;
    height: 20px;
    color: #585454;
}


/* 01/02/2021 */

.top_bar_div {
    background-color: #fff;
}

.top_bar_div>div:first-child {
    float: left;
    margin-right: 6%;
}

.prog_type_two,
.prog_type_two .progress-bar {
    background-color: transparent;
    text-align: end;
    color: #585454;
    font-weight: 600;
}

.prog_type_three .progress-bar {
    background-color: #00aa69;
    border-radius: 15px;
}

.pra_trype_one {
    font-size: 12px;
}

.ul_type_one {
    list-style-type: none;
    font-size: 12px;
    padding-left: 20px;
}

.ul_type_one li i {
    font-size: 14px;
    padding-right: 20px;
}

.link_portal a {
    color: #3d93b6;
    font-size: 12px;
    font-weight: 600;
    float: right;
}

.link_portal a i {
    color: #3d93b6;
    font-size: 14px;
    font-weight: 600;
    padding-right: 10px;
}

.btn_immd {
    background-color: #aa1111;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn_period {
    background-color: #a08424;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.green_btn_one {
    background-color: #00aa69;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.gray_btn_one {
    background-color: #868686;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.green_txt_btn {
    border: 1px solid #ced4da;
    font-size: 12px;
    font-weight: 600;
    color: #00aa69;
    border-radius: 2px;
    min-width: 120px;
    margin-right: 15px;
}

.red_txt_btn {
    border: 1px solid #ced4da;
    font-size: 12px;
    font-weight: 600;
    color: #aa1111;
    border-radius: 2px;
    min-width: 120px;
    margin-right: 15px;
}

.blue_txt_btn {
    border: 1px solid #ced4da;
    font-size: 12px;
    font-weight: 600;
    color: #3d93b6;
    border-radius: 2px;
    min-width: 120px;
    margin-right: 15px;
}

.mdl_btn_one {
    background-color: #00aa69;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    min-width: 100px;
    padding: 6px 25px;
}

.cancel_btn_one {
    background-color: #ccc;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    width: 48%;
    padding: 6px;
}

.save_btn_one {
    background-color: #00aa69;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    width: 48%;
    padding: 6px;
}

.rightSide_prgress {
    background-color: #fff;
    margin-top: 15px;
}

.rightSide_prgress p {
    font-size: 12px;
    color: #585454;
    font-weight: 600;
    margin-bottom: 5px;
}

.rightSide_prgress h6 {
    font-weight: 600;
}

.prog_type_four {
    border-radius: 15px;
    height: 10px;
}

.prog_type_four .progress-bar {
    background-color: #00aa69;
    border-radius: 15px;
}

.memo_toltip a {
    color: #3d93b6;
}

.tooltip-inner {
    background-color: #3d93b6;
    border-radius: .15rem;
    position: absolute;
    bottom: 6;
    width: 200px;
    left: -100;
    opacity: 1 !important;
    /* padding: 10px;
    position: relative; */
}

.tooltip .arrow::before {
    border-top-color: #3d93b6;
    position: absolute;
}

.col_circle_outer {
    display: flex;
    justify-content: space-between;
}

.col_circle_outer .col_circle {
    width: 19%;
}


/*datepicker customization muj 05-02-21*/

.datepicker th {
    text-transform: inherit;
    font-size: 11px !important;
}

.datepicker th.dow {
    color: #42b26d;
    border-top: 1px solid;
    font-size: 11px !important;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background: linear-gradient(to left, #09a37a 0%, #26c061 100%) !important;
    background: -webkit-linear-gradient(to left, #09a37a 0%, #26c061 100%) !important;
    background: -moz-linear-gradient(to left, #09a37a 0%, #26c061 100%) !important;
    font-size: 11px !important;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background-color: #0fa677;
    color: #fff;
    font-size: 11px !important;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background-color: #09a37a;
    background-image: -moz-linear-gradient(to bottom, #09a37a, #26c061);
    background-image: -ms-linear-gradient(to bottom, #09a37a, #26c061);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#09a37a), to(#26c061));
    background-image: -webkit-linear-gradient(to bottom, #09a37a, #26c061);
    background-image: -o-linear-gradient(to bottom, #09a37a, #26c061);
    background-image: linear-gradient(to bottom, #09a37a, #26c061);
    font-size: 11px !important;
}

.datepicker-dropdown {
    padding: 10px !important;
    font-size: 11px;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 30px !important;
    height: 30px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50% !important;
    border: none;
    font-size: 11px !important;
}


/* multiple steps progress bar */

.steps_prog {
    display: flex;
    justify-content: space-between;
}

.prog_inner {
    text-align: center;
}


/* .prog_inner:nth-child(4) {
      background-color: #fff;
      position: relative;
  } */

.step_prog_img {
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 5;
    position: relative;
    background: #ccc;
}

.step_prog_img span {
    font-size: 24px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    display: inline-block;
    font-weight: 600;
}

.prog_hr {
    border-top: 5px solid #ccc;
    margin: 0px;
    position: absolute;
    width: calc(100% - 60px);
    top: 24px;
}

.prog_hr_two {
    border-top: 5px solid #00aa69;
    margin: 0px;
    position: absolute;
    width: 24%;
    top: 24px;
}

.step_prog_txt {
    font-size: 12px;
    text-align: center;
}

.step_prog_txt p:nth-child(1) {
    display: block;
    margin-bottom: 0px;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    margin-top: 6px;
}

.step_prog_txt p:nth-child(2) {
    display: block;
    margin-top: 0px;
    font-weight: 600;
}

.borderd_div {
    box-shadow: 0px 0px 24px #13ad7212;
    padding: 10px;
    margin-top: 30px;
}

fieldset:not(:first-of-type) {
    display: none
}

.iborder {
    border: 1px solid #00aa69 !important;
    background-color: #00aa69;
}

.iicon {
    color: #fff !important;
}

.lm_btn {
    color: #00aa69 !important;
    margin-top: 20px;
}


/* The radio */

.radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #585454;
    font-weight: 600;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}


/* Hide the browser's default radio button */

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkround {
    position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border-color: #ced4da;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
}


/* When the radio button is checked, add a blue background */

.radio input:checked~.checkround {
    background-color: #fff;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkround:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.radio input:checked~.checkround {
    border: 1px solid #00aa69;
}

.radio input:checked~.checkround:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.radio .checkround:after {
    left: 1px;
    top: 1px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00aa69;
}


/* The check */

.check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-color: #ced4da;
    border-style: solid;
    border-width: 1px;
}


/* When the checkbox is checked, add a blue background */

.check input:checked~.checkmark {
    background-color: #00aa69;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.check input:checked~.checkmark:after {
    display: block;
    background-color: #00aa69;
}


/* Style the checkmark/indicator */

.check .checkmark:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cstm_chk_label {
    font-size: 12px;
    font-weight: 600;
    margin-top: 2px;
    margin-bottom: 5px;
}


/* pricing page start */

.pricing_navigation .nav-item a {
    color: #444;
    font-size: 14px;
    font-weight: 500;
}

.pricing_navigation .nav-item a.active {
    color: #00aa69;
    font-size: 14px;
}

.bk_btn {
    background-color: #00aa69;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    padding: 8px 25px;
}

.pricing_div {
    box-shadow: 0px 3px 5px #ccc;
    padding: 20px 30px;
    border-radius: 3px;
    margin-bottom: 15px;
    background-color: #fff;
}

.pricing_points {
    font-size: 14px;
}

.pricing_points i {
    color: #00aa69;
    margin-right: 10px;
    font-size: 12px;
}

.pricing_div_btn {
    width: 100%;
    font-size: 12px;
    color: #00aa69;
    /* background-color: #00aa69; */
    border: 1px solid #00aa69;
}

.pricing_div_btn:hover {
    width: 100%;
    font-size: 12px;
    color: #fff;
    background-color: #00aa69;
    border: 1px solid #00aa69;
}

.footer_email {
    position: relative;
}

.footer_email input {
    border: none;
    border-radius: 25px;
    font-size: 12px;
    height: 40px;
}

.footer_email button {
    background-color: #00aa69;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 15px;
    border-radius: 20px;
}

.point_style {
    height: 15px;
    width: 15px;
    display: inline-block;
    background-color: #00aa69;
    border: 5px solid #DCEBF1;
    border-radius: 100%;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.payment_content_div {
    box-shadow: 0px 3px 5px #ccc;
}

.payment_label {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.payment_input:focus {
    box-shadow: none;
    border: 1px solid #00aa69;
    background-color: #DCEBF1;
}

.pro_pay_btn {
    background-color: #00aa69;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 12px 25px;
}

.pro_pay_btn:hover {
    color: #fff;
    opacity: 0.9;
}

.paypal_icon {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 30px;
}

.master_visa {
    position: absolute;
    top: 15px;
    right: 25px;
    height: 30px;
}

.master_visa img {
    height: 20px;
    margin-left: 10px;
}


/* pricing page end */

@media (min-width: 767px) {
    #sidebar-wrapper {
        left: 0px;
        top: 66px;
    }
    .navbar-header .toggle-btn {
        padding-top: 10px;
        padding-left: 20px;
        display: none;
    }
    .sidebar-header {
        display: block;
    }
    .sidebar-header .sidebar-close {
        display: none;
    }
    #content-wrapper {
        margin-left: 250px;
    }
}