:root {
    --label_inner_line_color: #11a732;
    --label_inner_text_color: #11a732;
    --label_inner_line_width: 0.2mm;
    --label_outer_line_color: #f8acd9;
    --label_outer_line_width: 0.2mm;
    --main_background_color: #eff1f4;
    --buttons_color: #138efc;
    --buttons_hover_color: #067be3;
    --input_icon_color: grey;
    --lines_color_black: #000000;
    --lines_color_green: #1bb35f;
    --lines_color_dark_green: #007b3f;
    --lines_color_blue: #2372b9;
    --lines_color_navy_blue: #293793;
    --lines_color_red: #f03341;
}


/* HEADER */

body {
    font-family: 'Poppins';
    background: var(--main_background_color);
}

header {
    background: #fff;
    /*height: 90px;*/
    box-shadow: 1px 1px 13px 1px #ccc;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 200;
}

header .navbar {
    padding: 0px !important;
}

header .navbar-nav .nav-link {
    color: #191819 !important;
    padding: 27px 15px !important;
    margin: 0 10px;
}

header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link:hover {
    /*background: #f9f9f9;*/
    border-bottom: solid 5px #191819;
}


/* HEADER */

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}


/* FOOTER */

.footer {
    color: #b4b4b4;
}

.footer p {
    margin-bottom: 5px;
    padding-bottom: 5px;
}


/* FOOTER */

.page_heading {
    margin-top: 40px;
    font-weight: 600;
    font-size: 40px;
}

.page_sub_heading {
    font-size: 25px;
    margin-top: 30px;
}


/* Dashboard Page */

.dashboard_menu {
    height: 175px;
    text-align: center;
    color: #1A1A1A;
    text-decoration: none;
    font-weight: 600;
}

.dashboard_menu:hover {
    color: #008F0D !important;
}

.dashboard_menu_items {
    position: relative;
    height: 150px;
    width: 100%;
    margin-bottom: 10px;
    background: #fff !important;
    box-shadow: 5px 5px 20px #d5d5d5;
    border-radius: 5px;
}

.menu_item_img {
    position: absolute;
    height: 107px;
    top: 50%;
    left: 50%;
    margin: -53.5px 0 0 -69.5px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}

.menu_item_img:hover {
    -webkit-transform: scale(1.25) rotate(0.01deg);
    transform: scale(1.25) rotate(0.01deg);
}

.dashboard_logo_top {
    width: auto !important;
    max-width: 200px!important;
    height: 100px !important;
    float: right;
    margin-top: 20px;
}

.dashboard_page_heading {
    margin-top: 75px !important;
}


/* Dashboard Page */


/* Generate Label Page */

.sticky_area {
    position: sticky;
    top: 20px;
    margin-top: 20px;
}

.generated_label,
.generated_label * {
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: content-box !important;
}

.generated_label {
    position: relative;
    transform: scale(2);
    margin-top: 75px!important;
    margin-bottom: 75px !important
}

.generated_label_inner {
    background: #fff;
    border: solid var(--label_outer_line_width) var(--label_outer_line_color);
    width: 70mm;
    height: 35.5mm;
    border-radius: 1.5mm;
    /* position: relative; */
    margin: 0 auto;
    display: block;
}

.generated_label.label_size_1 .generated_label_inner {
    width: 72mm;
    height: 35.5mm;
}

.label_bottom_area {
    border-top: solid var(--label_inner_line_width) var(--label_inner_line_color);
    width: 73mm !important;
    height: 10mm !important;
    margin: -10mm auto 0px -1.5mm !important;
    padding: 0.3mm !important;
}

.generated_label.label_size_1 .label_bottom_area {
    width: 75mm !important;
}

.label_last_area {
    height: 10mm;
}

.disp {
    border-left: solid var(--label_inner_line_width) var(--label_inner_line_color);
    height: 10.5mm;
    text-align: center;
    width: 8mm;
    margin-left: 55.5mm !important;
    margin-top: -8.8mm !important;
    font-size: 2.2mm !important;
    padding-top: 1mm !important;
    display: block !important;
}

.generated_label.label_size_1 .disp {
    margin-left: 57.5mm !important;
}

.chck {
    border-left: solid var(--label_inner_line_width) var(--label_inner_line_color);
    height: 10.5mm;
    text-align: center;
    width: 8mm;
    margin-left: 63.5mm !important;
    margin-top: -11.5mm !important;
    font-size: 2.2mm !important;
    padding-top: 1mm !important;
    display: block !important;
}

.generated_label.label_size_1 .chck {
    margin-left: 65.5mm !important;
    padding-top: 0.8mm !important;
}

.generated_label.hideLines .chck {
    margin-top: -11.6mm !important;
    padding-top: 0.65mm !important;
}


/* Left Side 70 x 36 Arial - p */

.generated_label.left_side .warning_note_holder,
.generated_label.left_side.arial .warning_note_holder,
.generated_label.left_side.arial.label_size_2 .warning_note_holder {
    bottom: 10.2mm;
    left: 10px;
    background: none;
    transform-origin: left;
    transform: rotate(-90deg);
    position: absolute;
    font-size: 1.4mm !important;
}


/* Left Side 70 x 36 Times New Roman p */

.generated_label.left_side.times_new_roman .warning_note_holder,
.generated_label.left_side.times_new_roman.label_size_2 .warning_note_holder {
    bottom: 11.2mm;
    left: 10px;
    background: none;
    transform-origin: left;
    transform: rotate(-90deg);
    position: absolute;
    font-size: 1.4mm !important;
}


/* Left Side 70 x 36 Avenir - p */

.generated_label.left_side.avenir .warning_note_holder,
.generated_label.left_side.avenir.label_size_2 .warning_note_holder {
    bottom: 10.5mm;
    left: 10px;
}


/* Left Side 70 x 36 Calibri - p */

.generated_label.left_side.calibri .warning_note_holder,
.generated_label.left_side.calibri.label_size_2 .warning_note_holder {
    bottom: 10.2mm;
    left: 10px;
    font-size: 1.55mm !important;
}


/* Left Side 72 x 36 Calibri - p */

.generated_label.left_side.calibri.label_size_1 .warning_note_holder {
    bottom: 10.5mm;
    left: 9px;
    font-size: 1.55mm !important;
}


/* Left Side 72 x 36 Arial - p */

.generated_label.left_side.arial.label_size_1 .warning_note_holder {
    bottom: 10.5mm;
    left: 8px;
}


/* Left Side 72 x 36 Times New Roman p */

.generated_label.left_side.times_new_roman.label_size_1 .warning_note_holder {
    bottom: 10.5mm;
    left: 8px;
}


/* Left Side 72 x 36 Avenir - p */

.generated_label.left_side.avenir.label_size_1 .warning_note_holder {
    bottom: 10.9mm;
    left: 8px;
}


/* Right Side 70 x 36 Arial - p */

.generated_label.right_side .warning_note_holder,
.generated_label.right_side.arial .warning_note_holder,
.generated_label.right_side.arial.label_size_2 .warning_note_holder {
    top: 3px;
    right: 11px;
    background: none;
    transform-origin: right;
    transform: rotate(-90deg);
    position: absolute;
    font-size: 1.4mm !important;
}


/* Right Side 70 x 36 Times New Roman p */

.generated_label.right_side.times_new_roman .warning_note_holder,
.generated_label.right_side.times_new_roman.label_size_2 .warning_note_holder {
    top: 3px;
    right: 11px;
    background: none;
    transform-origin: right;
    transform: rotate(-90deg);
    position: absolute;
    font-size: 1.4mm !important;
}


/* Right Side 70 x 36 Avenir - p */

.generated_label.right_side.avenir .warning_note_holder,
.generated_label.right_side.avenir.label_size_2 .warning_note_holder {
    top: 0px;
    right: 15px;
}


/* Right Side 72 x 36 Arial - p */

.generated_label.right_side.arial.label_size_1 .warning_note_holder {
    top: 5px;
    right: 15px;
}


/* Right Side 72 x 36 Times New Roman p */

.generated_label.right_side.times_new_roman.label_size_1 .warning_note_holder {
    top: 5px;
    right: 15px;
}


/* Right Side 72 x 36 Avenir - p */

.generated_label.right_side.avenir.label_size_1 .warning_note_holder {
    top: 3px;
    right: 15px;
}


/* Right Side 70 x 36 Calibri - p */

.generated_label.right_side.calibri .warning_note_holder,
.generated_label.right_side.calibri.label_size_2 .warning_note_holder {
    top: 0px;
    right: 11px;
    font-size: 1.55mm !important;
}


/* Right Side 72 x 36 Calibri - p */

.generated_label.right_side.calibri.label_size_1 .warning_note_holder {
    top: 2px;
    right: 15px;
    font-size: 1.55mm !important;
}

.generated_label.top_center .warning_note_holder {
    background: none;
    transform-origin: center;
    transform: rotate(0deg);
    width: 100%;
    text-align: center;
    font-size: 1.4mm;
    color: var(--label_inner_text_color);
    padding-top: 1mm !important;
}

.generated_label.above_separate .warning_note_holder {
    bottom: 65px;
    left: 0px;
    background: none;
    transform-origin: center;
    transform: rotate(0deg);
    width: 100%;
    text-align: center;
    position: absolute;
}

.generated_label.inline_separator .warning_note_holder {
    bottom: 70px;
    /* bottom: 59px; */
    left: 0px;
    background: none;
    transform-origin: center;
    transform: rotate(0deg);
    width: 100%;
    text-align: center;
    z-index: 1;
    line-height: 10px;
    position: absolute;
}

.generated_label.inline_separator .warning_note_holder span {
    background: #fff;
    padding: 0 10px;
}

.generated_label.above_separate .warning_note_holder,
.generated_label.top_center .warning_note_holder {
    width: auto;
}

.label_content_area .company_name {
    font-size: 2.8mm;
    display: block;
    text-align: center;
    line-height: 3.5mm;
}

.label_content_area .address {
    line-height: 2.4mm;
    display: block;
    text-align: center;
    font-size: 6px;
}

.label_content_area .phone,
.label_content_area .other_info {
    line-height: 2.4mm;
    /* display: block; */
    text-align: center;
    font-size: 6px;
}

.label_content_area .quantity {
    margin-top: 5px;
    display: inline-block;
}

.label_bottom_area .logo {
    margin-top: -9mm !important;
    margin-left: 4.5mm !important;
    height: 30px;
    width: 30px;
    font-size: 2mm !important;
    display: block;
}

.generated_label .logo #Layer_1 {
    object-fit: contain;
    height: 30px;
    width: 30px;
}


/* NHS LOGO */

.generated_label.nhs_logo .label_bottom_area .logo {
    margin-top: -11.5mm !important;
}

.generated_label.nhs_logo .label_bottom_area .logo,
.generated_label.nhs_logo .logo #Layer_1 {
    height: 37px !important;
    width: 40px !important;
}


/* NHS LOGO */


/* .label_bottom_area .logo img {
 object-fit: contain;
 height: 50px;
 width: 70px;
} */

.label_content_area {
    text-align: center;
    padding: 0px 70px 0px 50px !important;
    /* margin-top: 3px;
 margin-left: 5px;
 width: 335px;
 float: left; */
}

.generated_design_msg {
    font-size: 20px;
}

.place_button {
    background: var(--buttons_color);
    color: #fff;
    font-size: 24px;
    border-radius: 0;
}

.place_button:hover {
    background: var(--buttons_hover_color);
}

.generated_label_form {
    border: none;
    box-shadow: 0px 0px 19px 1px #cfcfcf;
    padding: 20px;
    border-radius: 12px;
}

.generated_label_form.plain_box {
    box-shadow: none;
    border-radius: 0px;
}

.generated_label_form label {
    color: #242a2e;
    font-size: 15px;
    font-weight: 600;
}

.generated_label_form input.form-control {
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    border: solid 1px #d2d2d2;
    color: #242a2e;
    font-size: 13px;
}

.generated_label_form .form-control:focus {
    color: #242a2e;
    border-color: #d2d2d2;
    outline: 0;
    box-shadow: none;
}

.generated_label_form .form-select {
    height: 50px;
    line-height: 40px;
    border-radius: 0px;
    border: solid 1px #d2d2d2;
    color: #242a2e;
    font-size: 13px;
}

.generated_label_form .form-select>option {
    height: 50px;
    line-height: 40px;
    border-radius: 0px;
    color: #242a2e;
    font-size: 13px;
}

.generated_label_form .form-select:focus {
    color: #242a2e;
    border-color: #d2d2d2;
    outline: 0;
    box-shadow: none;
}

.form-check.radio {
    display: block;
    padding-right: 1.5em;
    padding-left: 0;
}

.form-check.radio .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
}

.form-check.radio label {
    font-size: 13px;
}

.inline_radio .form-check.radio .form-check-input {
    float: none;
}

.inline_radio .form-check.radio {
    padding-right: 0;
}

.choose_color_2 input[type="radio"],
.choose_color input[type="radio"],
.choose_logo_color input[type="radio"] {
    display: none;
}

.black_color {
    width: 25px;
    height: 25px;
    background: var(--lines_color_black);
    cursor: pointer;
}

.green_color {
    width: 25px;
    height: 25px;
    background: var(--lines_color_green);
    cursor: pointer;
}

.blue_color {
    width: 25px;
    height: 25px;
    background: var(--lines_color_blue);
    cursor: pointer;
}

.red_color {
    width: 25px;
    height: 25px;
    background: var(--lines_color_red);
    cursor: pointer;
}

.dark_green_color {
    width: 25px;
    height: 25px;
    background: var(--lines_color_dark_green);
    cursor: pointer;
}

.navy_blue_color {
    width: 25px;
    height: 25px;
    background: var(--lines_color_navy_blue);
    cursor: pointer;
}

.generated_label.lines_black .warning_note_holder,
.generated_label.lines_black .label_content_area .company_name,
.generated_label.lines_black .label_bottom_area {
    color: var(--lines_color_black);
}

.generated_label.lines_black .label_bottom_area,
.generated_label.lines_black .disp,
.generated_label.lines_black .chck {
    border-color: var(--lines_color_black);
}

.generated_label.logo_black .logo #Layer_1,
.generated_label.logo_black .logo path {
    fill: var(--lines_color_black);
}

.generated_label.logo_black .logo circle,
.generated_label.logo_black .logo polygon {
    stroke: var(--lines_color_black);
}

.generated_label.lines_green .warning_note_holder,
.generated_label.lines_green .label_content_area .company_name,
.generated_label.lines_green .label_bottom_area {
    color: var(--lines_color_green);
}

.generated_label.lines_green .label_bottom_area,
.generated_label.lines_green .disp,
.generated_label.lines_green .chck {
    border-color: var(--lines_color_green);
}

.generated_label.logo_green .logo #Layer_1,
.generated_label.logo_green .logo path {
    fill: var(--lines_color_green);
}

.generated_label.logo_green .logo circle,
.generated_label.logo_green .logo polygon {
    stroke: var(--lines_color_green);
}

.generated_label.lines_blue .warning_note_holder,
.generated_label.lines_blue .label_content_area .company_name,
.generated_label.lines_blue .label_bottom_area {
    color: var(--lines_color_blue);
}

.generated_label.lines_blue .label_bottom_area,
.generated_label.lines_blue .disp,
.generated_label.lines_blue .chck {
    border-color: var(--lines_color_blue);
}

.generated_label.logo_blue .logo #Layer_1,
.generated_label.logo_blue .logo path {
    fill: var(--lines_color_blue);
}

.generated_label.logo_blue .logo circle,
.generated_label.logo_blue .logo polygon {
    stroke: var(--lines_color_blue);
}

.generated_label.lines_red .warning_note_holder,
.generated_label.lines_red .label_content_area .company_name,
.generated_label.lines_red .label_bottom_area {
    color: var(--lines_color_red);
}

.generated_label.lines_red .label_bottom_area,
.generated_label.lines_red .disp,
.generated_label.lines_red .chck {
    border-color: var(--lines_color_red);
}

.generated_label.logo_red .logo #Layer_1,
.generated_label.logo_red .logo path {
    fill: var(--lines_color_red);
}

.generated_label.logo_red .logo circle,
.generated_label.logo_red .logo polygon {
    stroke: var(--lines_color_red);
}

.generated_label.lines_dark_green .warning_note_holder,
.generated_label.lines_dark_green .label_content_area .company_name,
.generated_label.lines_dark_green .label_bottom_area {
    color: var(--lines_color_dark_green);
}

.generated_label.lines_dark_green .label_bottom_area,
.generated_label.lines_dark_green .disp,
.generated_label.lines_dark_green .chck {
    border-color: var(--lines_color_dark_green);
}

.generated_label.logo_dark_green .logo #Layer_1,
.generated_label.logo_dark_green .logo path {
    fill: var(--lines_color_dark_green);
}

.generated_label.logo_dark_green .logo circle,
.generated_label.logo_dark_green .logo polygon {
    stroke: var(--lines_color_dark_green);
}

.generated_label.lines_navy_blue .warning_note_holder,
.generated_label.lines_navy_blue .label_content_area .company_name,
.generated_label.lines_navy_blue .label_bottom_area {
    color: var(--lines_color_navy_blue);
}

.generated_label.lines_navy_blue .label_bottom_area,
.generated_label.lines_navy_blue .disp,
.generated_label.lines_navy_blue .chck {
    border-color: var(--lines_color_navy_blue);
}

.generated_label.logo_navy_blue .logo #Layer_1,
.generated_label.logo_navy_blue .logo path {
    fill: var(--lines_color_navy_blue);
}

.generated_label.logo_navy_blue .logo circle,
.generated_label.logo_navy_blue .logo polygon {
    stroke: var(--lines_color_navy_blue);
}


/* NHS LOGO */

.generated_label.nhs_logo .logo #Layer_1,
.generated_label.nhs_logo .logo path {
    fill: #2372b9;
}

.generated_label.nhs_logo .logo circle,
.generated_label.nhs_logo .logo polygon {
    stroke: #2372b9;
}


/* NHS LOGO */

.black_color.active,
.green_color.active,
.blue_color.active,
.red_color.active,
.dark_green_color.active,
.navy_blue_color.active {
    border: solid 2px #b8b8b8;
}

.form-check.radio.choose_color,
.form-check.radio.choose_color_2,
.form-check.radio.choose_logo_color {
    display: inline-block;
    padding-right: 0.75em;
}

.form-check.radio.choose_logo_color:last-child,
.form-check.radio.choose_color_2:last-child,
.form-check.radio.choose_color:last-child {
    padding-right: 0em;
}

.small_label {
    font-size: 13px !important;
    font-weight: 300 !important;
}

.generated_label.hideLines .label_bottom_area {
    border: none;
}

.generated_label.hideLines .chck,
.generated_label.hideLines .disp {
    border-top-style: solid;
    border-top-width: var(--label_inner_line_width);
}

.pre_loaded_logo,
.my_logos {
    cursor: pointer;
    border: solid 2px #fff;
    padding: 2px;
}

.pre_loaded_logo:hover,
.pre_loaded_logo.active,
.my_logos:hover,
.my_logos.active {
    border: solid 2px #00a651;
    padding: 2px;
}

.other_printer {
    display: none;
}

.choose_popup {
    font-size: 13px;
    color: #7BA1C6;
    font-weight: 500;
}


/* Generate Label Page */


/* File Upload */

.file-drop-area {
    position: relative;
    align-items: center;
    /*width: 450px;*/
    max-width: 100%;
    padding: 15px;
    border: 3px dashed #e7e7e7;
    border-radius: 3px;
    transition: 0.2s;
    background: #f5faff;
    color: #bec0c2;
    text-align: center;
}

.choose-file-button {
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px 0px;
    font-size: 14px;
    color: #929497;
    font-weight: 400;
}

.choose-file-button img {
    margin-bottom: 5px;
}

.file-message {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}


/* File Upload */


/* Login Page */

.login_form_box {
    border: none;
    box-shadow: 0px 0px 19px 1px #cfcfcf;
    padding: 15px 30px;
    border-radius: 12px;
}

.login_form_box h3 {
    font-weight: bold;
    font-size: 29px;
}

#login_password {
    font-size: 24px;
    line-height: 24px;
}

#login_password:placeholder-shown {
    font-size: 7px !important;
    word-spacing: 2px;
    line-height: 24px;
}

.login_button {
    background: var(--buttons_color);
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    border-radius: 0;
}

.login_button:hover {
    background: var(--buttons_hover_color);
}

.login_form_box label {
    color: #242a2e;
    font-size: 15px;
    font-weight: 600;
}

.login_form_box input.form-control {
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    border: solid 1px #d2d2d2;
    color: #242a2e;
    font-size: 13px;
}

.login_form_box .form-control:focus {
    color: #242a2e;
    border-color: #d2d2d2;
    outline: 0;
    box-shadow: none;
}

.fontuser {
    position: relative;
}

.fontuser i {
    position: absolute;
    right: 15px;
    top: 57px;
    color: var(--input_icon_color);
    font-size: 12px;
}

.fontpassword {
    position: relative;
}

.fontpassword i {
    position: absolute;
    right: 15px;
    top: 57px;
    color: var(--input_icon_color);
    font-size: 12px;
}

.forgot_pass {
    font-size: 12px;
    color: var(--buttons_color);
    font-weight: bold;
    text-decoration: none;
}

.create_account {
    font-size: 12px;
    color: #767676;
    font-weight: 500;
}

.create_account a {
    color: var(--buttons_color);
    font-weight: bold;
    text-decoration: none;
}

.forgot_pass a:hover,
.create_account a:hover {
    color: var(--buttons_hover_color);
}


/* Login Page */


/* Register Page  */

.register_form_box {
    border: none;
    box-shadow: 0px 0px 19px 1px #cfcfcf;
    padding: 15px 30px;
    border-radius: 12px;
}

.register_form_box h3 {
    font-weight: bold;
    font-size: 29px;
}

#reg_password,
#reg_confirm_password {
    font-size: 24px;
    line-height: 24px;
}

#reg_password:placeholder-shown,
#reg_confirm_password:placeholder-shown {
    font-size: 7px !important;
    word-spacing: 2px;
    line-height: 24px;
}

.register_button {
    background: var(--buttons_color);
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    border-radius: 0;
}

.register_button:hover {
    background: var(--buttons_hover_color);
}

.register_form_box label {
    color: #242a2e;
    font-size: 15px;
    font-weight: 600;
}

.register_form_box input.form-control {
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    border: solid 1px #d2d2d2;
    color: #242a2e;
    font-size: 13px;
}

.register_form_box .form-control:focus {
    color: #242a2e;
    border-color: #d2d2d2;
    outline: 0;
    box-shadow: none;
}

.agree_terms {
    font-size: 12px !important;
    color: #767676 !important;
    font-weight: 500 !important;
}

.agree_terms a {
    color: var(--buttons_color);
    font-weight: bold;
    text-decoration: none;
}

.agree_terms a:hover {
    color: var(--buttons_hover_color);
}


/* Register Page */


/* Validation */

label.error {
    color: red !important;
    font-weight: 400 !important;
}


/* Validation */

.form-check-input:checked {
    background-color: var(--buttons_color);
    border-color: var(--buttons_hover_color);
}


/* Checkout Page */

.order_total {
    width: 100%;
}

.order_table {
    font-size: 17px;
    font-weight: 600;
}

.order_table tr:first-child td {
    border-top-width: 1px;
}

.order_table td:first-child {
    padding-left: 25px;
}

.order_table td:last-child {
    padding-right: 15px;
    text-align: right;
}

.payment_options .list-group-item,
.payment_options .list-group-item label {
    cursor: pointer;
}


/* Checkout Page */


/* Order Page */

.reorder_form {
    border: none;
    box-shadow: 0px 0px 19px 1px #cfcfcf;
    padding: 20px;
    border-radius: 12px;
}

.reorder_form h3 {
    font-weight: bold;
}

.listen_area {
    background: #f9faff;
}

.listen_area .table th,
.listen_area .table td {
    border-bottom-color: #e8eaff !important;
    padding: 1.5rem 2rem;
    font-size: 15px;
    vertical-align: middle;
    font-weight: 600;
}

.listen_area .table td {
    color: #a7a7a7;
    font-weight: normal;
}

.listen_area .table td:nth-child(2n+2) {
    font-weight: 600;
    color: #000;
}

.reorder_button {
    background: var(--buttons_color);
    color: #f9faff;
    font-size: 15px;
    border-radius: 0;
    font-weight: normal;
}

.reorder_button:hover {
    background: var(--buttons_hover_color);
    color: #f9faff;
}

.new_order_button {
    background: #00a651;
    color: #f9faff;
    font-size: 23px;
    border-radius: 0;
    font-weight: normal;
    padding: .375rem 1.95rem;
}

.new_order_button:hover {
    background: #018b44;
    color: #f9faff;
}

#order_listening_wrapper>.row:first-child,
#order_listening_wrapper>.row:last-child {
    padding: 1.5rem 2rem;
}

#order_listening_wrapper>.row:first-child,
#order_listening_wrapper>.row:last-child,
#order_listening_wrapper div.dataTables_length label,
#order_listening_wrapper div.dataTables_filter label {
    color: #000;
    font-weight: 600 !important;
    font-size: 15px !important;
}

#order_listening_wrapper .page-link {
    border: none;
    background: none;
    padding: 0.375rem 0.95rem;
    color: #000;
    border-radius: 5px;
    margin: 0 1px;
}

#order_listening_wrapper .page-item.active .page-link,
#order_listening_wrapper .page-item:hover .page-link {
    z-index: 3;
    color: #fff;
    background-color: #00a651;
    border-color: #00a651;
}

#order_listening_wrapper .page-item .page-link:focus {
    box-shadow: none;
}

#order_listening_wrapper .page-item:hover.disabled .page-link {
    z-index: 3;
    color: #a7a7a7;
    background: none !important;
    border-color: none !important;
}

#order_listening_wrapper .page-item.disabled .page-link {
    color: #a7a7a7;
}


/* Order Page */


/* Verify Email Page */

.verify_email_button {
    background: var(--buttons_color);
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    border-radius: 0;
}

.verify_email_button:hover {
    background: var(--buttons_hover_color);
}


/* Verify Email Page */


/* Forgot Password Page */

.login_back_button {
    background: var(--buttons_color);
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    border-radius: 0;
    display: inline-block;
}

.login_back_button:hover {
    background: var(--buttons_hover_color);
}

.login_reset_button {
    border: 1px solid var(--buttons_color);
    background: none;
    color: var(--buttons_color);
    font-size: 15px;
    line-height: 25px;
    border-radius: 0;
    display: inline-block;
}

.login_reset_button:hover {
    border: none;
    background: var(--buttons_color);
    color: #fff;
}

.reset_button {
    background: var(--buttons_color);
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    border-radius: 0;
}

.reset_button:hover {
    background: var(--buttons_hover_color);
}


/* Forgot Password Page */


/* Profile Page */

.profile_box {
    padding: 15px 30px;
}

.profile_box h3 {
    font-weight: bold;
    font-size: 29px;
}

.profile_box img {
    max-width: 200px !important;
}

.profile_label_form {
    border: none;
    box-shadow: 0px 0px 19px 1px #cfcfcf;
    padding: 20px;
    border-radius: 12px;
}

.profile_label_form.plain_box {
    box-shadow: none;
    border-radius: 0px;
}

.profile_label_form label {
    color: #242a2e;
    font-size: 15px;
    font-weight: 600;
}

.profile_label_form input.form-control {
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    border: solid 1px #d2d2d2;
    color: #242a2e;
    font-size: 13px;
}

.profile_label_form .form-control:focus {
    color: #242a2e;
    border-color: #d2d2d2;
    outline: 0;
    box-shadow: none;
}

.profile_label_form .form-select {
    height: 50px;
    line-height: 40px;
    border-radius: 0px;
    border: solid 1px #d2d2d2;
    color: #242a2e;
    font-size: 13px;
}

.profile_label_form .form-select>option {
    height: 50px;
    line-height: 40px;
    border-radius: 0px;
    color: #242a2e;
    font-size: 13px;
}

.profile_label_form .form-select:focus {
    color: #242a2e;
    border-color: #d2d2d2;
    outline: 0;
    box-shadow: none;
}

.profile_button {
    background: var(--buttons_color);
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    border-radius: 0;
}

.profile_button:hover {
    background: var(--buttons_hover_color);
}


/* Profile Page */

textarea {
    line-height: 50px;
    border-radius: 0px;
    border: solid 1px #d2d2d2;
    color: #242a2e;
    font-size: 13px !important;
}

.fixed_img_size {
    height: auto;
    max-height: 15rem;
    width: auto;
}

.fixed_img_svg {
    height: auto;
    max-height: 9rem;
    width: auto;
}

.middle_row {
    display: flex;
    flex-direction: column;
    justify-content: center;
}