﻿/* Font face code for Solve Pro Screen Variable */
@font-face {
    font-family: 'Solve Pro Screen Variable';
    font-weight: 400;
    font-style: normal;
    src: url('fonts/Solve-Pro-Screen-Variable.woff2') format('woff2'), url('fonts/Solve-Pro-Screen-Variable.woff') format('woff'), url('fonts/Solve-Pro-Screen-Variable.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Solve Pro Screen Variable';
    font-weight: 700;
    font-style: normal;
    src: url('fonts/Solve-Pro-Screen-Variable.woff2') format('woff2'), url('fonts/Solve-Pro-Screen-Variable.woff') format('woff'), url('fonts/Solve-Pro-Screen-Variable.ttf') format('truetype');
    font-display: swap;
}

/* ========== FONT VARIABLES ========== */
:root {
    --font-family-primary: 'Solve Pro Screen Variable', system-ui, -apple-system, sans-serif;
    --font-family-heading: 'Solve Pro Screen Variable', system-ui, -apple-system, sans-serif;
    --font-family-mono: 'Courier New', monospace;
    --font-weight-regular: 400;
    --font-weight-bold: 700;
}

/* ========== FONT FACE DEFINITIONS ========== */
/* Already defined above with 400 and 700 weights */

html {
    scroll-behavior: smooth;
    font-size: var(--c-thm-font-size-root);
    height: 100%;
    scrollbar-gutter: stable;
}

p {
    font-family: 'Solve Pro Screen Variable';
    font-size: 16px;
    line-height: 20px;
}

a {
    font-family: "Solve Pro Screen Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* ==============4. Links ====================== */

.position-relative {
    position: relative
}

.link-text {
    color: var(--color-emerald-emerald-70, #307D76);
    font-family: "Solve Pro Screen Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem; /* 125% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* Email Confirmation Success Text */
.emailConfirmationSuccessText {
    margin: 16px 0 32px;
}

.editemailConfirmationSuccessText {
    margin: 14.5px 0 32px !important;
}

body {
    /*    height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;*/
    font-family: var(--c-thm-font-family-body-default), var(--font-family-primary);
    font-weight: var(--c-thm-font-weight-default);
    color: var(--c-thm-color-text);
    background-color: var(--c-thm-color-bg-00);
    line-height: var(--c-thm-font-body-m-height);
    height: 100%;
}

/*.main-block {
    display: table;
    height: 100%;
    width: 100%;
}*/

.main-block {
    display: flex;
    min-height: 100vh;
}

.datepicker .disabled {
    color: #ccc;
}

/* Custom Margins for form elements */
.mtb-24 {
    margin: 24px 0 24px !important;
}

.mb-24 {
    margin: 18px 0 24px !important;
}

.mb-32 {
    margin: 0 0 32px;
}

.pb-20 {
    padding-bottom: 20px;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.text-decoration-underline {
    text-decoration: underline;
}

.no-decoration {
    text-decoration: none !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-left {
    padding-left: 0;
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

.no-padding-right {
    padding-right: 0;
}

.m-b-20px {
    margin-bottom: 20px;
}

.width-300 {
    width: 300px
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid {
    max-width: 100%;
    /*border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;*/
}

/* bootstrap override start */
.alert {
    padding: 10px;
}

.nav-user-menu .dropdown .btn {
    padding: 15px 40px;
}

a:hover, a:focus {
    text-decoration: none;
}

.btn-redirectToSignIn {
    line-height: 35px;
}

.btn {
    font-family: 'Solve Pro Screen Variable';
    font-weight: 700;
}

.btn-big {
    height: 48px;
    font-size: 16px;
}

.btn-default {
    color: #656569 !important;
    font-family: 'Solve Pro Screen Variable';
    font-weight: 700;
    border-radius: 2px;
}

.form-group {
    margin: 0;
    position: relative;
    display: block;
}

.form-wrapper {
    /*margin: 10% 20% 0 20%;*/
    /*margin: 10% 5% 0 5%;*/
    margin: 8.8% 5% 0 5%;
    /*max-width: 500px;*/
}

.account-wrapper {
    /*    margin: 10px 20px;*/
    margin: 10px 10px;
}

.form-control {
    height: 40px;
    line-height: 40px;
    font-family: 'Solve Pro Screen Variable';
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #b4b4b8;
    border-radius: 2px;
    background: transparent;
    margin: 18px 0 0;
    padding: 0 10px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #555555 !important;
}

.btn-primary {
    border-radius: 2px;
}

    .btn-primary, .btn-primary:focus {
        outline-offset: 0;
    }

        .btn-primary,
        .btn-primary:focus {
            height: 48px;
            background: var(--c-thm-button-primary-bg);
            border-color: rgba(0,73,189,1);
            font-size: 16px !important;
            font-family: 'Solve Pro Screen Variable';
            font-weight: 700 !important;
            outline: 0;
        }

            .btn-primary:hover,
            .btn-primary:active,
            .btn-primary:active:hover {
                background-color: var(--c-thm-button-primary-bg-hover);
                color: var(--c-thm-button-primary-fg);
            }

            .btn-primary.disabled:hover,
            .btn-primary[disabled]:hover,
            fieldset[disabled] .btn-primary:hover,
            .btn-primary.disabled:focus,
            .btn-primary[disabled]:focus,
            fieldset[disabled] .btn-primary:focus,
            .btn-primary.disabled.focus,
            .btn-primary[disabled].focus,
            fieldset[disabled] .btn-primary.focus {
                background-color: var(--c-thm-color-bg-20) !important;
                color: var(--c-thm-color-text);
                border-color: rgba(0,73,189,0.5);
                pointer-events: auto;
            }

.form-control:focus {
    border-color: #b4b4b8;
    box-shadow: none;
    -webkit-box-shadow: none;
}

/* Modal Edit */

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


.modal-footer {
    border-top: none;
}

.modal-title {
    color: var(--color-gray-gray-90, #303640);
    font-family: "Solve Pro Screen Variable";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem; /* 116.667% */
}

.modal-dialog {
    /*    width: 380px;
    min-height: 168px;
    border-radius: 7px;*/

    width: 23.75rem;
    /*height: 18rem;*/
    height: auto !important;
    border-radius: 0.4375rem;
    background: var(--color-gray-gray-00, #FFF);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.20), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
}



.modal-header {
    border: none;
}

    .modal-header .close {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #94949a;
        color: #ffffff;
        margin-top: 0px;
    }

.close:hover, .close:focus {
    opacity: 0.5;
}

/*.modal-footer {
    text-align: center;
    padding: 16px 32px 32px;
}*/

.modal-footer {
    display: flex;
    justify-content: center; /* or space-between */
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    padding: 0 1rem 1rem 0;
}

    .modal-footer .btn-default {
        white-space: nowrap; /* prevents text wrapping */
        min-width: max-content; /* modern browse*/
    }

    .modal-footer .btn-saveChanges {
        white-space: nowrap; /* prevents text wrapping */
        min-width: max-content; /* modern browse*/
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
    }

.btn-Cancel {
    border-color: #656569;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.btn-saveChanges {
    background-color: var(--c-thm-button-primary-bg);
    color: var(--c-thm-button-primary-fg);
    font-size: 16px !important;
    font-family: 'Solve Pro Screen Variable';
    font-weight: 700 !important;
    outline: 0;
}

.modal-footer .btn-saveChanges:focus {
    color: #ffffff;
}

.modal-footer .btn-saveChanges:hover {
    background-color: var(--c-thm-button-primary-bg-hover);
    color: var(--c-thm-button-primary-fg);
}

.unSavedDataBody {
    color: #323234;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Solve Pro Screen Variable';
    width: 316px;
    height: auto;
    padding: 16px 32px !important;
}

.close {
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    text-shadow: none;
    opacity: 1;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    border: none;
}

.modal-body {
    width: 370px;
    height: auto;
    color: var(--color-gray-gray-90, #303640);
    font-family: "Solve Pro Screen Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 125% */
    padding: 1.30rem !important;
}

    .modal-body p {
        font-family: "Solve Pro Screen Variable";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.25rem; /* 125% */
    }

.modal-content {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

#SessionExpiryWarningModal .modal-footer a:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#SessionExpiryWarningModal .modal-footer a {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    white-space: nowrap; /* prevents text wrapping */
    min-width: max-content; /* modern browse*/
    height: 2rem;
}
/* Bootstrap Modal override ends */


/* Custom Checkbox for Device page */
.customCheckBox:after {
    content: '';
    display: table;
    clear: both;
}

.form-group .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #b4b4b8;
    border-radius: 1px;
    width: 26px;
    height: 26px;
    float: left;
    margin-right: .5em;
}

    .form-group .cr .cr-icon {
        position: absolute;
        background-image: url('images/check.svg');
        width: 18px;
        height: 15px;
    }

.customCheckBox {
    line-height: 2
}

.form-group .customCheckBox input[type="checkbox"] {
    display: none;
}

    .form-group .customCheckBox input[type="checkbox"] + .cr > .cr-icon {
        opacity: 0;
    }

    .form-group .customCheckBox input[type="checkbox"]:checked + .cr > .cr-icon {
        opacity: 1;
    }

    .form-group .customCheckBox input[type="checkbox"]:disabled + .cr {
        opacity: .5;
    }


/* Info Sign in Textbox */
.info-sign {
    position: absolute;
    right: 10px;
    top: 8px;
    background-image: url('../images/Icons/information-med.png');
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
}


/* Disable default checkbox / Custom Checkbox Code */
.glyphicon-user {
    left: 15px !important;
    top: 15px !important;
}

.user-icon {
    position: absolute;
    background-image: url('../images/Icons/group-265.png');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 9px;
    left: 9px;
}

.glyphicon {
    position: absolute;
    left: 4px;
    top: 4px;
}

.glyphicon-ok:before {
    content: none;
}


/* Bootstrap Form Group Override */
.form-group:after {
    display: table;
    clear: both;
    content: '';
}

.has-feedback .form-control {
    padding: 0 12px;
}

label {
    margin: 0 !important;
}
/* bootstrap override end */


/*Left block of Sign in page */
.UserSignInText {
    margin: 50px 0;
}

.left-block {
    /*display: table-cell;*/
    flex: 0 0 40%;
    width: 40%;
    vertical-align: top;
    margin: 0px;
    background-color: var(--c-thm-color-primary-stronger);
    color: var(--c-thm-color-text-inverse);
    padding: 5px 24px 0 24px;
    position: relative;
    padding-bottom: 40px;
}

.banner {
    background: var(--c-thm-color-primary-stronger) !important;
    color: var(--c-thm-color-text-inverse);
}


.left-block p {
    padding: 50px 10px 40px 10px;
    font-family: 'Solve Pro Screen Variable';
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #ffffff;
}


.warrantyBadge p {
    padding: 0;
    margin: 0;
}

.warrantyBadge .circleText {
    text-align: center;
    color: #76767a;
    font-size: 12px;
}

.warrantyBadge {
    background: #ffffff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: #323234;
    text-align: center;
    font-family: 'Solve Pro Screen Variable';
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    padding-top: 28px;
    display: inline-block;
}

.warrantyText {
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: 'Solve Pro Screen Variable';
    font-weight: 300 !important;
    padding: 25px 22px 30px 20px !important;
    border-left: 1px solid white;
}

.separationText {
    font-size: 20px !important;
    padding: 0 !important;
    text-align: center !important;
}

.singInnormalText {
    font-size: 16px !important;
    padding: 35px 12px 30px 20px !important;
    margin: 0 !important;
    font-family: 'Solve Pro Screen Variable';
    font-weight: 300 !important;
    line-height: 20px !important;
    border-left: 1px solid white;
    position: relative;
    top: 20px;
}

.left-block li {
    color: #fff;
    padding-bottom: 10px;
    margin: 0 0 0 -3px;
    font-family: 'Solve Pro Screen Variable';
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
}

.logo {
    padding: 7px 0;
}

.company-name {
    font-family: 'Solve Pro Screen Variable';
    font-weight: 700;
    font-size: 32px;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 2px solid #fefefe;
    color: #fefefe;
    font-weight: normal;
    height: 40px;
    display: inline-block;
}

.companyName {
    color: #ffffff;
    font-size: 32px;
    border-left: 2px solid #ffffff;
    vertical-align: top;
    padding: 2px 12px;
    margin: 10px;
    line-height: 32px;
    font-family: 'Solve Pro Screen Variable';
    font-weight: 700;
}

sup {
    top: 0;
    font-size: 8px;
    vertical-align: top;
    line-height: 14px;
}

.company-name sup {
    font-size: 8px;
    vertical-align: top;
    line-height: 14px;
}


.left-blockCompany-name sup {
    font-size: 8px;
    vertical-align: top;
    line-height: 14px;
}

.separationText {
    padding: 10px !important
}


/*Right block of Sign in page */
.right-block {
    padding: 24px 24px;
    /*display: table-cell;*/
    flex: 0 0 60%;
    width: 60%;
    vertical-align: top;
    position: relative;
}

    .right-block h1 {
        font-size: 28px;
        font-family: 'Solve Pro Screen Variable';
        font-weight: 700;
        padding-bottom: 10px;
        margin: 0;
    }

    .right-block h2 {
        font-size: 20px;
        font-family: 'Solve Pro Screen Variable';
        font-weight: 700;
        padding-bottom: 20px;
        margin: 0;
    }

    .right-block p a {
        /* text-decoration: underline;
        padding-bottom: 4px;*/
        /*color: var(--color-gray-gray-70, #575F6A) !important;*/
        color: var(--color-emerald-emerald-70, #307D76);
        font-family: "Solve Pro Screen Variable";
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.25rem; /* 125% */
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

.forgot-password {
    display: inline-block;
    padding-top: 20px;
}

    .forgot-password a {
        color: #656569 !important;
    }

#SuccessBlock, .SuccessBlock {
    padding: 0 20px;
}

    #SuccessBlock h1, .SuccessBlock h1 {
        padding-bottom: 16px;
    }

#TryAgainBlock h1, #SignInLinkExpiredBlock h1 {
    padding-bottom: 15px;
    margin-bottom: 0;
}

#TryAgainBlock p, #SignInLinkExpiredBlock p {
    padding-bottom: 20px;
    margin-bottom: 0;
}

.margintop-100 {
    margin-top: 100px !important
}

.margintop-90 {
    margin-top: 90px !important;
}

.margintopbottom-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.icon {
    position: relative;
    width: 28px;
    height: 28px;
    /*margin: 16px;*/
}

    .icon .name {
        /*max-width: 400px;*/
        position: absolute;
        /*text-align: center;*/
        top: 4px;
        /*left: 8px;*/
        font-family: 'Solve Pro Screen Variable';
        font-weight: 700;
        font-size: 16px;
        margin-left: 34px;
        /*min-width:400px;*/
        white-space: nowrap;
        color: var(--color-emerald-emerald-70, #307D76);
    }

.icon-plus {
    background-color: var(--c-thm-button-primary-bg);
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    width: 28px;
    height: 28px;
    position: relative;
    top: 0;
    left: 0;
}

    .icon-plus:after {
        background-color: #fff;
        width: 13px;
        height: 2px;
        border-radius: 1px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        position: absolute;
        top: 13px;
        left: 8px;
        content: "";
    }

    .icon-plus:before {
        background-color: #fff;
        width: 2px;
        height: 13px;
        border-radius: 1px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        position: absolute;
        top: 8px;
        left: 13px;
        content: "";
    }


.EmailSignInLink h1 {
    padding: 16px 0;
}

.EmailSignInLink p {
    padding-bottom: 30px;
}

.success-icon {
    width: 46px;
    height: 46px;
    background: #00ac31;
    border-radius: 46px;
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    display: block;
    /* margin: 100px auto 24px auto; */
    margin: 0px auto 24px auto;
}

    .success-icon:after {
        content: '';
        display: inline-block;
        width: 8px;
        height: 16px;
        border: solid #fff;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        margin-left: 20px;
        margin-top: 13px;
    }

.btn-signin {
    margin: 18px 0 0;
    border-radius: 2px;
}

.EditAccountInfo {
    /*    padding: 20px 0 0 !important;*/
    padding: 17.3px 0 0 !important
}

.deviceAccountInfo {
    padding: 20px 0 0 !important;
}

.deviceInformation h2 {
    padding: 0 !important;
}



/* Floating Label for Textboxes CSS Code */
.contact-label {
    position: absolute;
    top: 10px;
    left: 30px;
    font-size: 16px;
    color: #76767a;
    padding: 0 80px;
    font-family: 'Solve Pro Screen Variable';
    /*opacity: 0.5;*/
    pointer-events: none;
    font-weight: normal;
    transition: 0.5s;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}

.float-label {
    position: absolute;
    top: 10px;
    left: 8px;
    font-size: 16px;
    color: #76767a;
    font-family: 'Solve Pro Screen Variable';
    /*opacity: 0.5;*/
    pointer-events: none;
    font-weight: normal;
    transition: 0.5s;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}

/* Check if Input values are not empty */
.form-control:valid ~ .float-label {
    top: -7px;
    left: 10px;
    color: #76767a;
    font-size: 12px;
    background-color: white;
    height: 10px;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 1;
}

.form-control:focus ~ .float-label,
.form-control:not(:empty) ~ .float-label {
    top: -7px;
    left: 10px;
    color: #76767a;
    font-size: 12px;
    background-color: white;
    height: 10px;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 1;
}

/* Remove Cross Icons from Textbox in IE */
.form-control::-ms-clear {
    display: none;
}

.address-text {
    top: -7px;
    left: 10px;
    color: #767676;
    font-size: 12px;
    background-color: white;
    height: 10px;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 1;
}


.form-control::placeholder {
    color: transparent;
}

.form-control::-moz-placeholder {
    color: transparent;
}

.form-control:-ms-input-placeholder {
    color: transparent;
}

.form-control::-webkit-input-placeholder {
    color: transparent;
}

.address-text1::placeholder {
    color: #76767a;
}

.address-text1::-moz-placeholder {
    color: #76767a;
}

.address-text1:-ms-input-placeholder {
    color: #76767a;
}

.address-text1::-webkit-input-placeholder {
    color: #76767a;
}

.address-text1.errormsg::placeholder {
    color: #c90000;
}

.address-text1.errormsg::-moz-placeholder {
    color: #c90000;
}

.address-text1.errormsg:-ms-input-placeholder {
    color: #c90000;
}

.address-text1.errormsg::-webkit-input-placeholder {
    color: #c90000;
}

.iti {
    width: 100%;
}

.form-control:focus {
    border-color: #0049bd !important;
}

    .form-control:active ~ .float-label, .form-control:focus ~ .float-label {
        border-color: #0049bd !important;
        color: #0049bd !important;
    }

    .form-control:focus ~ .float-label,
    .form-control:not(:focus):valid ~ .float-label,
    .form-control:not(:placeholder-shown) ~ .float-label {
        top: -7px;
        left: 10px;
        color: #767676;
        font-size: 12px;
        background-color: white;
        height: 10px;
        padding-left: 5px;
        padding-right: 5px;
        opacity: 1;
    }

.optional {
    top: 10px !important;
    left: 1px !important;
    font-size: 16px !important;
}

.form-control:focus ~ .optional, .form-control:not(:focus).avail_data ~ .optional {
    top: -7px !important;
    left: 10px !important;
    color: #767676;
    font-size: 12px !important;
    background-color: white;
    height: 10px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    opacity: 1;
}

.form-control:focus ~ .float-label, .form-control:not(:focus).avail_data ~ .float-label {
    top: -7px !important;
    left: 10px !important;
    color: #767676;
    font-size: 12px !important;
    background-color: white;
    height: 10px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    opacity: 1;
}


/* Floating Label for Country Flag Dropdown */
.country-label {
    top: -7px;
    left: 10px;
    color: #767676;
    font-size: 12px;
    background-color: white;
    height: 10px;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 1;
    position: absolute;
    font-family: 'Solve Pro Screen Variable';
    font-weight: normal;
}

/* Intl Telephone input css override */
.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel] {
}

.iti__selected-flag {
    padding: 4px 6px 0 8px !important;
}

.iti__arrow--up {
    /*background: url()*/
}

.iti--allow-dropdown .iti__flag-container {
    height: 40px !important;
}

/* Intl telephone input css Override Ends */

.cursor-default {
    cursor: default;
}
/* Stepper Menu */
#progress {
    margin-bottom: 30px;
    overflow: hidden;
    padding-left: 0;
}

    #progress li {
        list-style-type: none;
        color: #76767a;
        font-size: 9px;
        width: 33.33%;
        float: left;
        position: relative;
        font: 500 13px/1 'Roboto', sans-serif;
        text-align: center;
    }

        #progress li a {
            color: #76767a;
            font-family: 'Solve Pro Screen Variable';
            font-weight: 700;
            font-size: 12px;
            line-height: 16px;
        }

        #progress li.activeClass a {
            color: #00ac31;
        }

        #progress li.completeClass a {
            color: #00ac31;
            font-family: 'Solve Pro Screen Variable';
            font-weight: 700;
            font-size: 12px;
            line-height: 16px;
            text-decoration: none;
        }

.progresStep .fa.fa-check {
    color: #ffffff;
    position: absolute;
    top: 30%;
    left: 30%;
    z-index: 2;
}

#progress li:nth-child(1) .progresStep {
    margin: 0;
}

#progress li:nth-child(3) .progresStep {
    margin: 0;
    float: right;
}

.device-text {
    clear: both;
    display: block;
    text-align: right;
}

#progress li:first-child:before {
    margin: 0 auto 10px 0;
}

#progress li:last-child:before {
    margin: 0 0 10px auto;
}

#progress li:last-child {
    text-align: right;
}

#progress li:first-child {
    text-align: left;
}

#progress li:after {
    content: "";
    width: 100%;
    height: 10px;
    background: #e4e4e8;
    position: absolute;
    left: -50%;
    top: 11px;
    z-index: -1;
}

#progress li:last-child:after {
    width: 142%;
}


/*#progress li:before*/
#progress li .progresStep {
    content: "";
    font-family: 'Solve Pro Screen Variable';
    width: 32px;
    height: 32px;
    line-height: 50px;
    display: block;
    background: #e4e4e8;
    border-radius: 50%;
    margin: 0 auto 0 auto;
    position: relative;
    margin-bottom: 10px !important;
}

#progress li.activeClass .progresStep:before {
    content: '';
    background: #5cb85c;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 8px;
    top: 8px;
}

#progress li.activeClass:after {
    background: #e4e4e8;
    color: white;
}

#progress li:nth-child(2).activeClass:after {
    background: #5cb85c;
    z-index: 1;
}

#progress li:nth-child(3).activeClass:after {
    background: #5cb85c;
    z-index: 1;
}

#progress li.completeClass .progresStep {
    background: #5cb85c;
}

#progress li.completeClass:after {
    background: #5cb85c;
    left: 5%;
}

.progress-steps {
    content: '';
    counter-increment: step;
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 50%;
    background-color: #5cb85c;
}

.progressbar {
    counter-reset: step;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    padding: 0;
}

    .progressbar li {
        list-style: none;
        float: left; /*width: 16.66%;*/
        width: 33.33%;
        position: relative;
        text-align: center;
        font-family: 'Solve Pro Screen Variable';
        font-weight: 700;
        font-size: 12px;
        color: #a0a0a4
    }

.configuration-complete li {
    width: 14% !important;
}

.progress-step {
    content: '';
    counter-increment: step;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 24px;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #e4e4e8;
}

    .progress-step .fa {
        color: #fff;
        line-height: 32px;
    }

    .progress-step .fa-tick {
        background: url('images/check.svg');
        color: #ffffff;
    }

    .progress-step span {
        position: absolute
    }

.progressbar li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    background: #e4e4e8;
    top: 12px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar .active, .progressbar .completed {
    color: #74a31a;
    font-weight: 600;
    cursor: pointer;
}

.progressbar li.completed .progress-step {
    background-color: #00ac31;
    transform: scale(1.1);
}

.progressbar li.completed + li:after {
    background-color: #00ac31;
}

.progressbar .progress-step .inprogress {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #00ac31;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    margin-top: 8px;
    color: #74a31a;
    z-index: 1;
}

    .progressbar .progress-step .inprogress:before {
        content: "";
        height: 8px;
        float: left;
        display: inline-block;
        width: 10px;
        margin: 4px 0 0 -8px;
        background: #00ac31;
    }

.progressbar li:first-child .progress-step .inprogress:before {
    height: 0;
}

.progressbar .completeStatus {
    color: #00ac31;
    font-family: 'Solve Pro Screen Variable';
    font-size: 12px;
}

.progressbar li p {
    font-family: 'Solve Pro Screen Variable';
    font-weight: 300;
    font-size: 12px;
}


.stepwizard-step p {
    margin-top: 0;
    /*   color: #666;*/
    font-family: 'Solve Pro Screen Variable';
    font-weight: 700;
    line-height: 30px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

    .stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
        opacity: 1 !important;
        color: #bbb;
    }

.stepwizard-row:before {
    top: 11px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 70%;
    height: 8px;
    background-color: #e4e4e8;
    z-index: 0;
    left: 90px;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    border: 10px solid green;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 20px;
}

#outer-circle {
    background: #e4e4e8;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    position: relative;
    margin: 0px auto;
    /* 
Child elements with absolute positioning will be 
positioned relative to this div 
*/
}

#inner-circle {
    position: absolute;
    background: #00ac31;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    /*
Put top edge and left edge in the center
*/
    top: 8px;
    left: 8px;
    /* 
Offset the position correctly with
minus half of the width and minus half of the height 
*/
}
/* Stpper Menu End*/



.normalText {
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: 'Solve Pro Screen Variable';
    font-weight: 300 !important;
}

.noacct {
    padding-right: 15px;
}

.niceCountryInputMenuCountryFlag {
    width: 32px !important;
    height: 20px !important;
    border: 1px solid #b4b4b8 !important;
}

.niceCountryInputMenu {
    width: 100% !important;
    height: 40px !important;
    border-radius: 2px !important;
    border: 1px solid #b4b4b8 !important;
}

.niceCountryInputMenuDefaultText {
    padding: 7px
}

.niceCountryInputMenuCountryFlag ~ span {
    padding-left: 10px !important;
}

.warrantyperiod {
    color: #323234 !important;
    font-size: 40px !important;
    line-height: 30px !important;
    text-align: center !important;
}

.months {
    color: #323234 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: center !important;
}

.addwarranty {
    margin-top: 28px !important;
    font-size: 16px !important;
    line-height: 20px !important;
}

.divSerialNumber {
    width: 350px;
    position: relative;
    padding: 0 0 20px;
}

.createAccountText {
    padding: 0;
}

.iti__arrow {
    background-image: url('../images/Icons/arrow-down_2.png');
    width: 24px !important;
    height: 24px !important;
    border-left: 0 !important;
    border-top: 0 !important;
}

.iti__arrow--up {
    background-image: url('../images/Icons/arrow-down_2.png');
    width: 24px !important;
    height: 24px !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
}

/* Country Dropdown Flag Style Override */
.dd {
    border: none !important;
}

.borderRadius {
    border-radius: 2px !important;
}

.ddcommon {
    height: 40px;
}

.dd .ddTitle {
    background: none !important;
    height: 40px;
    color: #76767a !important;
    border: 1px solid #b4b4b8;
}

.borderRadiusTp {
    border-radius: 0 !important;
}

.dd .ddTitle .ddTitleText {
    padding: 10px 14px !important;
    /*    padding: 9px 14px !important;*/
}

.ddTitleText > img {
    border: 1px solid #b4b4b8;
    border-radius: 4px;
    width: 32px;
    height: 22px;
}

.ddTitleText img ~ span {
    padding: 0 14px;
}

.ddcommon .shadow {
    box-shadow: none !important;
}

.ddcommon .text {
    width: 90% !important;
    height: 95% !important;
    top: 1px !important;
}

#countries_titleText {
    text-indent: 15px;
}

    #countries_titleText:focus {
        outline: none;
    }

.borderRadiusBtm .border {
    border-radius: 2px 2px 0 0 !important;
}

.borderRadiusBtm ul li:first-child {
    border-radius: 0 !important;
}
/* Custom Scrollbar Style for Country flag dropdown */
#countries_child::-webkit-scrollbar-track {
    background-color: #ffffff;
}

#countries_child::-webkit-scrollbar {
    width: 8px;
    background-color: #b4b4b8;
}

#countries_child::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,73,189,.3);
    background-color: #b4b4b8;
}

.dd .divider {
    border: none !important;
}

.dd .arrowoff {
    background-image: url('../images/Icons/arrow-down_2.png') !important;
    width: 24px !important;
    height: 24px !important;
    right: 8px !important;
    top: 44% !important;
}

.dd .arrowon {
    background-image: url('../images/Icons/arrow-up_2.png') !important;
    width: 24px !important;
    height: 24px !important;
    right: 8px !important;
    top: 44% !important;
}

.dd .ddChild li {
    padding: 8px !important;
}

    .dd .ddChild li .ddlabel {
        padding: 0 10px !important;
    }
/* Country Dropdown Flag Style Override Ends */
/* CSS Class for Form Validation */
.errortext {
    color: #c90000 !important;
    font-family: 'Solve Pro Screen Variable';
    font-size: 14px;
    line-height: 18px;
}

.errormsg {
    border-color: #c90000 !important;
}

    .errormsg:focus {
        border-color: #c90000 !important;
    }

.form-control:focus ~ .errorclass {
    color: #c90000 !important;
}

.form-control ~ .errorclass {
    color: #c90000 !important;
}


.has-success .form-control {
    border-color: #b4b4b8 !important;
    box-shadow: none;
}

    .has-success .form-control:focus {
        box-shadow: none;
    }

.has-error .form-control:focus {
    box-shadow: none;
    border-color: #ff0000;
}


.errormsg:focus ~ .float-label {
    color: #c90000 !important;
    border-color: #c90000 !important;
}

.has-error .form-control {
    border-color: #b4b4b8 !important;
}

    .has-error .form-control:focus {
        border-color: #c90000 !important;
    }

        .has-error .form-control:focus ~ .float-label {
            color: #c90000 !important;
        }

.field_errorblock {
    margin: 10px 0;
}

/* User Navigation Bar After Sign In Page*/
.dropdown-toggle {
    cursor: pointer;
}

.btn-userMenu {
    background-color: #ffffff;
    font-family: 'Solve Pro Screen Variable';
    font-size: 14px;
    line-height: 18px;
    color: #323234;
    border: none;
    padding: 15px 30px 15px 40px;
    text-decoration: none;
    display: inline-block;
    width: 220px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 48px;
    white-space: nowrap;
}

.open {
    background-color: #ffffff;
    font-family: 'Solve Pro Screen Variable';
    font-size: 14px;
    line-height: 18px;
    color: #323234;
    border: none;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0px 7px 7px rgba(0,73,189, 0.175), 0px -3px 8px rgba(0,73,189, 0.175);
    -webkit-box-shadow: 0px 7px 7px rgba(0,73,189, 0.175), 0px -3px 8px rgba(0,73,189, 0.175);
    -moz-box-shadow: 0px 7px 7px rgba(0,73,189, 0.175), 0px -3px 8px rgba(0,73,189, 0.175);
}

.dropdown-menu {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    margin: 0;
    padding: 2px 0;
    /*    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
    font-size: 14px;
}

    .dropdown-menu li a {
        padding: 10px 15px;
        font-family: 'Solve Pro Screen Variable';
        text-decoration: none;
        display: block;
        width: 100%;
        white-space: normal;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

.dropup, .dropdown {
    width: 240px;
}

.navbar-right .dropdown-menu {
    left: 0;
}

.dropdown-toggle .show {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important;
}

.caret {
    border: none;
    background-image: url('../images/Icons/arrow-down_2.png');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 5px;
}

.dropdown-menu > li > a:hover {
    background: #e4e4e8;
    color: #323234;
    font-family: 'Solve Pro Screen Variable';
    font-weight: 700;
}

/* Device Page */
.addDeviceWidth {
    width: 185px;
    margin: 14px 0 30px;
}


/* CSS Icon classes */
.chevron-down-arrow {
    background: url('../images/Icons/arrow-down_2.png');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
}


/* Error Message Block */

.ErrorMessageDiv {
    margin: 20px 0;
    padding: 0 20px;
}

/* Error Message Block for Sign In Page */
#SignInErrorMessageBlock {
    padding: 20px 0;
}
/* Download Page para */
.DownloadContent {
    color: #323234;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Solve Pro Screen Variable';
}

/* Error Page */
.mainBlock {
    height: 100%;
    background: #333;
    background-image: url("../images/left-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.navigationBar {
    background: #333;
    width: 100%;
}

    .navigationBar a {
        border-left: 2px solid #ffffff;
        padding: 10px;
        margin: 0 15px;
    }

.InvalidAccessMessage {
    padding: 50px 10px;
    text-align: center;
}

    .InvalidAccessMessage h1 {
        font-size: 28px;
        line-height: 32px;
        width: 350px;
        min-height: 64px;
        margin: 0px auto;
        text-align: left;
        color: #ffffff;
        font-family: 'Solve Pro Screen Variable';
        font-weight: 700;
    }

    .InvalidAccessMessage p {
        font-size: 16px;
        line-height: 20px;
        width: 350px;
        min-height: 40px;
        margin: 16px auto;
        text-align: left;
        color: #ffffff;
        font-family: 'Solve Pro Screen Variable';
    }

.noborder {
    border: none;
}

.company-logo.errorPageLogo {
    padding: 5px 24px 0 24px;
}

.btn-redirect {
    color: #ffffff;
    font-family: 'Solve Pro Screen Variable';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    width: 350px;
    display: inline-block;
    background-color: #ff0000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: middle;
    padding: 14px 0;
    text-decoration: none;
}

.footerWrap {
    padding: 5px 0;
    text-align: right;
    position: absolute;
    bottom: 5px;
    /*    right: 15px;*/
    right: 30px;
}

.copyright-version {
    color: #000;
    font-size: 11px;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 0;
    width: 100%;
    text-align: center;
}

    .footer a {
        color: #ffffff;
        font-size: 14px;
        font-family: 'Solve Pro Screen Variable';
        line-height: 18px;
        padding: 0 18px;
        text-align: center;
        border-right: 2px solid #ffffff;
        text-decoration: none;
    }

        .footer a:last-child {
            border-right: none;
        }

.genericError {
    margin: 50px auto;
}
/* Company Name and Logo inline display */
.companySectionName {
    float: left;
}

    .companySectionName:after {
        content: '';
        display: table;
        clear: both;
    }

.companylogo {
    float: left;
    position: relative;
    top: 18px;
}

.companytext {
    float: left;
    color: #ffffff;
    font-size: 32px;
    line-height: 39px;
    margin: 10px;
    margin-left: 20px;
    border-left: 2px solid #ffffff;
    padding-left: 20px;
    font-family: 'Solve Pro Screen Variable';
    font-weight: 700;
}



.company-logo {
    margin: 10px 0;
    max-width: 100%;
}

.demoDiv {
    float: left;
    margin-bottom: 5px;
    margin-left: 9px;
    position: relative;
    width: 100%;
    line-height: 40px;
}

img {
    vertical-align: middle;
    margin: 0 10px;
}

.demoDivText {
    color: #ffffff;
    font-size: 32px;
    vertical-align: middle;
    padding: 0 20px;
    border-left: 2px solid #ffffff;
    font-family: 'Solve Pro Screen Variable';
    font-weight: 700;
    border-left: 2px solid #ffffff;
    outline: 0;
}



/* Modal Style for UnSaved Data */
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.unsavedData-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 999999;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 0 !important;
}

.modal-open {
    overflow: auto;
}

/* 

Country Select Dropdown Validation Error Class

*/

.countryselecterror {
    border-color: #c90000 !important;
}

.countryErrorText {
    color: #c90000 !important;
}

/* Email Sign in Success Page */
.success-img {
    margin: 5px auto;
    text-align: center;
    /*    padding: 20px 0;*/
    padding: 13px 0;
}

.toaster, .toaster2 {
    z-index: 9999;
}
    /* Succcess Snackbar for Success Messages */
    .toaster.successMsgBlock, .toaster2.successMsgBlock {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background: #e3f7e8;
        width: 100%;
        padding: 17px;
        border-left: 8px solid #00ac31;
        -webkit-box-shadow: 0 1px 14px 0 rgba(0,73,189, 0.12), 0 5px 8px 0 rgba(0,73,189, 0.14), 0 3px 5px -1px rgba(0,73,189, 0.2);
        -moz-box-shadow: 0 1px 14px 0 rgba(0,73,189, 0.12), 0 5px 8px 0 rgba(0,73,189, 0.14), 0 3px 5px -1px rgba(0,73,189, 0.2);
        box-shadow: 0 1px 14px 0 rgba(0,73,189, 0.12), 0 5px 8px 0 rgba(0,73,189, 0.14), 0 3px 5px -1px rgba(0,73,189, 0.2);
        font-family: 'Solve Pro Screen Variable';
        font-size: 16px;
        font-weight: normal;
        line-height: 1.25;
        color: #323234;
    }

    .toaster.errorMsgBlock, .toaster2.errorMsgBlock {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background: #ffdbdb;
        width: 100%;
        padding: 17px;
        border-left: 8px solid #ff0000;
        -webkit-box-shadow: 0 1px 14px 0 rgba(0,73,189, 0.12), 0 5px 8px 0 rgba(0,73,189, 0.14), 0 3px 5px -1px rgba(0,73,189, 0.2);
        -moz-box-shadow: 0 1px 14px 0 rgba(0,73,189, 0.12), 0 5px 8px 0 rgba(0,73,189, 0.14), 0 3px 5px -1px rgba(0,73,189, 0.2);
        box-shadow: 0 1px 14px 0 rgba(0,73,189, 0.12), 0 5px 8px 0 rgba(0,73,189, 0.14), 0 3px 5px -1px rgba(0,73,189, 0.2);
        font-family: 'Solve Pro Screen Variable';
        font-size: 16px;
        font-weight: normal;
        line-height: 1.25;
        color: #323234;
    }

    .toaster.warningMsgBlock, .toaster2.warningMsgBlock {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background: #faf5d3; /*#fcf8e3*/
        width: 100%;
        padding: 17px;
        border-left: 8px solid #fff500;
        -webkit-box-shadow: 0 1px 14px 0 rgba(0,73,189, 0.12), 0 5px 8px 0 rgba(0,73,189, 0.14), 0 3px 5px -1px rgba(0,73,189, 0.2);
        -moz-box-shadow: 0 1px 14px 0 rgba(0,73,189, 0.12), 0 5px 8px 0 rgba(0,73,189, 0.14), 0 3px 5px -1px rgba(0,73,189, 0.2);
        box-shadow: 0 1px 14px 0 rgba(0,73,189, 0.12), 0 5px 8px 0 rgba(0,73,189, 0.14), 0 3px 5px -1px rgba(0,73,189, 0.2);
        font-family: 'Solve Pro Screen Variable';
        font-size: 16px;
        font-weight: normal;
        line-height: 1.25;
        color: #323234;
    }

.imgsuccess {
    background-image: url("../images/Icons/affirmation-icon-2.png");
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    margin: 0 10px 0 0;
}

.imgerror {
    background-image: url("../images/Icons/serious-icon.png");
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    margin: 0 10px 0 0;
}

.imgwarning {
    background-image: url("../images/Icons/warning-icon.png");
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    margin: 4px 10px 0 0;
}

.toaster span, .toaster2 span {
    float: left;
}

.toaster img:after, .toaster2 img:after {
    content: '';
    display: table;
    clear: both;
}

.toaster p, .toaster2 p {
    margin: 2px 0;
    padding: 0 8px;
    display: inline-block;
    vertical-align: middle;
}

.purchase-date {
    padding: 10px 0 0 0;
    width: 200px;
}

.toaster.warningMsgBlock p, .toaster2.warningMsgBlock p {
    line-height: 24px;
}

.left-block-bottomtext {
    font-family: 'Solve Pro Screen Variable';
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    position: absolute;
    bottom: 0
}

    .left-block-bottomtext h6 {
        color: #fff;
        letter-spacing: 0.2px;
    }

        .left-block-bottomtext h6 a {
            font-family: 'Solve Pro Screen Variable';
            font-weight: 700;
            color: #87b7f3;
            text-decoration: underline;
        }

.device-bottom-msg {
    position: absolute;
    border: 10px;
    text-align: center
}

.top-padding-30 {
    padding-top: 30px;
}

.term-condition-text {
 
    padding: 8px 0;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
    text-align: center;
    width: 98%;
    margin-top: 24rem;
}

.device-bottom-msg h6 {
    /*    font-family: 'Solve Pro Screen Variable' !important;*/
    font-family: inherit !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #323234 !important;
}

.bottomAbsoluteText {
    font-family: 'Solve Pro Screen Variable';
    font-size: 10px;
    line-height: 16px;
    color: #323234;
    position: absolute;
    bottom: 5px;
}

/* terms of use page css start */
.small-logo {
    padding: 15px 0 0 0;
}

.shiftLeft {
    padding: 0 0 0 40px;
}

.textBold {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #323234;
    font-family: 'Solve Pro Screen Variable';
    font-weight: 700;
}

.header-wrapper {
    padding: 0px 10px 15px 10px;
    border-bottom: 1px solid #ccccd0;
    /*margin-bottom: 30px;*/
}

.header-right-block {
    padding-top: 24px;
}

    .header-right-block li {
        list-style: none;
        padding: 0 10px;
        font-family: 'Solve Pro Screen Variable';
        font-size: 16px;
        float: left;
    }

        .header-right-block li a {
            line-height: 35px;
        }

            .header-right-block li a.active, .header-right-block li a:hover {
                display: inline-block;
                border-bottom: 4px solid var(--color-emerald-emerald-100, #0a7b6b);
                color: #0049bd;
            }

.link-list-block a {
    color: #262432;
    margin-left: 4px;
}

.link-list-block .selected {
    /*border-left: 4px solid #0049bd;*/
    background: #f2f2f3;
    margin-left: 0;
    border-left: 4px solid var(--color-emerald-emerald-100, #0a7b6b);
}

.link-list-position {
    position: fixed;
    padding: 0;
}

.right-part {
    font-family: 'Solve Pro Screen Variable';
    font-size: 16px;
    padding: 11px 10px 9px 10px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 5px;
    width: 270px;
}

    .right-part:hover {
        border-left: 4px solid var(--color-emerald-emerald-100, #0a7b6b);
        background: #f2f2f3;
        margin-left: 0;
    }

.content-data {
}

    .content-data h1 {
        height: 32px;
        font-family: 'Solve Pro Screen Variable';
        font-weight: 700;
        font-size: 28px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: normal;
        color: #323234;
    }

    .content-data h3 {
        font-family: 'Solve Pro Screen Variable';
        font-weight: 700;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        color: #323135;
        /*        padding: 15px 0 0 0;*/
        padding: 17px 0 0 0;
    }

    .content-data h5 {
        height: 20px;
        font-family: 'Solve Pro Screen Variable';
        font-weight: 700;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        color: #323135;
    }

    .content-data h6 {
        padding: 20px 0 0 0;
    }

    .content-data p {
        font-size: 16px;
    }

.pointlist li {
    font-family: 'Solve Pro Screen Variable';
    list-style: outside;
    padding-left: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #323234
}
/* terms of page css end */

.word-break {
    word-break: break-all !important;
}

.white-space-normal {
    white-space: normal;
}

.btnDelete {
    height: auto;
    min-height: 48px;
}

/*new css 2022*/
.purchase-date {
    /*    padding: 10px 0 0 0;*/
    padding: 9px 0 0 0;
    width: 30%;
    float: left;
    padding-left: 10px;
}

.divSerialNumber {
    width: 36%;
    padding: 0 0 0 10px;
    /*    margin-top: 27px;*/
    margin-top: 26px;
    float: left;
}

.deviceSerialNumber {
    margin-top: 0 !important;
}

.serialNumberFloatClass {
    margin-left: 5px !important;
    padding-right: 2px !important;
}

.DeviceTypeDropDownWrapper {
    float: left;
    width: 34%;
    /*    padding-top: 27px;*/
    padding-top: 26px;
}

.deviceTypeFloat {
    font-size: 12px;
    /*    top: 42px !important;*/
    top: 43px !important;
    z-index: 1;
    background-color: #fff;
}

/*Delete button CSS:*/
.btn-delete {
    font-weight: bold;
    font-size: 15px;
    color: var(--color-emerald-emerald-70, #307D76);
    /* //color: var(--color-gray-gray-70, #575F6A) !important;*/
}

.managecity {
    margin-top: -18px !important;
}

/*end of css 2022*/

/*mobile media query started */
@media(min-width: 1920px) {
    .signInText {
        margin: 0px auto;
    }

    .warrantyExtensionBlock {
        margin: 0px auto;
    }

    .emailsuccessconfirmwidth {
        width: 100% !important;
    }
}

@media(min-width: 1240px) {

    .signInText {
        width: 500px;
        margin: 0 auto;
    }

    .warrantyExtensionBlock {
        width: 500px;
    }
}

@media (max-width: 1024px) {

    .container-fluid {
        padding: 25px !important;
    }

    .link-list-position, .right-part {
        width: 240px;
    }
}

@media (max-width: 991px) {

    .city {
        margin: 18px 0;
    }

    .zipcode {
        margin: 18px 0;
    }

    .left-block {
        padding: 1.5rem; /* 24px */
        padding-bottom: 2.5rem; /* 40px */
    }

    .right-block {
        padding: 0.9375rem; /* 15px */
    }

    #SuccessBlock, .SuccessBlock {
        padding: 0 10px;
        text-align: center;
    }

    .success-icon {
        margin-top: 20px;
        text-align: left
    }

    .mobile-successblock {
        margin-top: 0px !important;
        padding: 0px;
    }

    .warrantyperiod {
        color: #323234 !important;
        font-size: 40px !important;
        line-height: 30px !important;
        text-align: center !important;
    }

    .months {
        color: #323234 !important;
        font-size: 16px !important;
        line-height: 20px !important;
        text-align: center !important;
    }

    .addwarranty {
        margin-top: 28px !important;
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .city {
        padding-right: 0;
    }

    .zipcode {
        padding-right: 0;
    }

    .warrantyTag {
        width: 15%;
    }
    /* Country Select Dropdown 100% Width for Responsive */
    .dd.ddcommon {
        width: 100% !important;
        margin: 0 0 20px !important;
    }
}

@media (max-width: 768px) {
    .warrantyTag {
        width: 25%;
    }

    .datepicker-dropdown {
        left: 10px !important;
        width: 220px;
    }

    .left-block {
        display: block;
        width: 100%;
    }

    .UserSignInText {
        padding: 10px !important;
    }

    .signInText {
        width: 500px;
        padding: 40px 0 !important;
        margin: 0 auto !important;
    }

    .right-block {
        width: 100%;
        display: block;
    }

    .form-wrapper, .account-wrapper {
        margin: 10px auto;
    }

    .modal-sm {
        width: 380px;
        min-height: 168px;
        border-radius: 7px;
        border: 1px solid #979797;
    }
    /* Warranty Period Text for IPad */
    .warrantyExtensionBlock {
        max-width: 500px;
        margin: 0 auto;
    }

    .warrantyText {
        padding: 18px 5px 60px 19px !important;
        margin: 0 5px;
    }

    .warrantyperiod {
        color: #323234 !important;
        font-size: 40px !important;
        line-height: 30px !important;
        text-align: center !important;
    }

    .months {
        color: #323234 !important;
        font-size: 16px !important;
        line-height: 20px !important;
        text-align: center !important;
    }

    .addwarranty {
        margin-top: 28px !important;
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .city {
        padding-right: 0;
    }

    .zipcode {
        padding-right: 0;
    }


    .dropdown-menu {
        width: 100%;
    }

    .caret {
        position: absolute !important;
        right: 10px !important;
        top: 8px !important;
    }

    .btn-userMenu {
        width: 100%;
        text-align: center;
    }
    /* Country Select Dropdown 100% Width for Smaller Devices */
    .dd.ddcommon {
        width: 100% !important;
        margin: 0 0 20px !important;
    }

    .ErrorMessageDiv {
        margin: 20px 0;
        padding: 0;
    }

    .alert {
        margin-bottom: 0;
    }

    .unsavedData-dialog {
        position: fixed;
    }

    .link-list-position, .right-part {
        width: 165px;
    }

    .right-block h1 {
        font-size: 20px;
    }

    .btn-userMenu {
        font-size: 12px;
    }

    .footer a {
        font-size: 12px;
    }

    .phone-number-align {
        width: 100% !important;
    }
}

/* Media Query for Small mobile devices */

@media (max-width: 767px) {

    .link-list-position, .right-part {
        position: relative;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .warrantyText {
        padding: 20px 5px 20px 20px !important;
    }

    .bottomAbsoluteText {
        padding-right: 15px;
        position: relative;
    }

    .footerWrap {
        bottom: 0;
        position: relative;
        margin-top: 15px;
        right: 0;
    }
}

@media (max-width: 500px) {


    .btnDelete {
        font-size: 13px !important;
    }

    .otherThanEnglish .optional {
        font-size: 12px !important;
    }

    .otherThanEnglish .contact-label {
        font-size: 12px !important;
    }

    .otherThanEnglish .btn-primary, .otherThanEnglish .btn-primary:focus {
        height: 55px;
        white-space: normal;
    }

    #SuccessBlock, .SuccessBlock {
        padding: 0 10px;
        text-align: left;
    }

    .noacct {
        display: none;
    }

    .content-data h5 {
        height: 28px;
    }

    .signInText {
        width: 100%;
    }

    .divSerialNumber {
        width: 100% !important
    }

    .datepicker-dropdown {
        left: 10px !important;
        width: 220px;
    }

    .modal-footer {
        padding: 1rem 0 !important;
    }

        .modal-footer .btn-default {
            white-space: nowrap; /* prevents text wrapping */
            min-width: max-content; /* modern browse*/
        }

    .modal-sm, .modal-body {
        width: 320px;
    }

    .modal-create .modal-body {
        width: 320px !important;
    }

    #infoContactNumber .modal-dialog {
        width: 320px !important;
    }

    #SessionExpiryWarningModal .modal-dialog {
        width: 340px !important;
    }

    #infoSerialNumber .modal-dialog {
        width: 320px !important;
    }

    #SessionExpiryWarningModal .modal-footer {
        padding: 1rem 1rem !important
    }

    .btn-userMenu {
        width: 440px;
    }

    .DeviceTypeDropDownWrapper, .divSerialNumber, .purchase-date {
        width: 100% !important;
        float: none !important;
        padding-left: 0 !important
    }

    .divSerialNumber {
        margin-top: 0 !important;
    }

    .modal-responsive {
        width: 320px !important;
    }

    #forgotEmail .modal-dialog {
        width: 320px !important;
    }

    #DeleteAccountConfirmDialog .modal-dialog {
        width: 320px !important;
    }

    #NonUnsavedData .modal-dialog {
        width: 340px !important;
    }

    .termspagespacer {
        margin-top: 20px !important;
    }

    .managepopup-container-fluid {
        padding: 0 !important;
    }

    .workphonefield {
        width: 100% !important;
    }

    .managecity {
        margin-top: 0 !important;
    }

    .workphonefield {
        width: 100% !important;
    }
}

@media (max-width: 420px) {
    .btn-userMenu {
        width: 340px;
    }
}

@media (max-width: 360px) {
    .noacct {
        padding-right: 5px;
    }

    .otherThanEnglish .contact-label, .otherThanEnglish .float-label {
        font-size: 10px !important;
        top: 12px;
    }

    .otherThanEnglish .address-text {
        top: -7px;
    }

    .otherThanEnglish .address-text1::placeholder {
        font-size: 10px;
    }

    .otherThanEnglish .address-text1::-moz-placeholder {
        font-size: 10px;
    }

    .otherThanEnglish .address-text1:-ms-input-placeholder {
        font-size: 10px;
    }

    .otherThanEnglish .address-text1::-webkit-input-placeholder {
        font-size: 10px;
    }

    .btn-userMenu {
        width: 320px;
    }

    .modal-footer {
        flex-direction: column;
        gap: 8px;
    }

        .modal-footer .btn {
            width: 100%;
        }
}

@media (max-width: 340px) {
    .modal-title {
        font-size: 20px;
    }

    .modal-sm, .modal-body {
        width: 300px;
    }

    #SessionExpiryWarningModal .modal-dialog {
        width: 300px !important;
    }

    .btn-userMenu {
        width: 220px;
    }
}

.btn-bigbutton {
    border: 1px solid #ccc;
    font-size: 14px;
}

    .btn-bigbutton:hover {
        background-color: #cccccc4d;
        border: 1px solid #ccc;
    }

/* Custom hover effect for disabled button */

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--c-thm-button-secondary-fg);
    background-color: var(--c-thm-button-secondary-bg-hover);
    border-color: var(--c-thm-button-secondary-fg);
    pointer-events: auto;
    box-shadow: none; /* flat look */
    transition: background-color .15s ease, transform .05s ease;
}

    .btn:disabled:hover {
        background-color: var(--c-thm-button-secondary-bg-hover);
        border-color: var(--c-thm-button-secondary-fg);
        pointer-events: auto;
        cursor: not-allowed;
        box-shadow: none; /* flat look */
        transition: background-color .15s ease, transform .05s ease;
    }

.dropdown-menu.show {
    display: block;
    width: 240px;
    margin-top: -2px !important;
}

#dropdownMenuButton1[aria-expanded="true"] {
    /*    box-shadow: 0 4px 6px rgb(0 0 0 / 5%),0 1px 3px rgba(0, 0, 0, 0.05) */
    -webkit-box-shadow: 0px 7px 7px rgba(0,73,189, 0.175), 0px -3px 8px rgba(0,73,189, 0.175);
}

#dropdownMenuButton2[aria-expanded="true"] {
    /*    box-shadow: 0 4px 6px rgb(0 0 0 / 5%),0 1px 3px rgba(0, 0, 0, 0.05);*/
    -webkit-box-shadow: 0px 7px 7px rgba(0,73,189, 0.175), 0px -3px 8px rgba(0,73,189, 0.175);
}

#divMyAccountBlock[aria-expanded="true"] {
    /*    box-shadow: 0 4px 6px rgb(0 0 0 / 5%),0 1px 3px rgba(0, 0, 0, 0.05)*/
    -webkit-box-shadow: 0px 7px 7px rgba(0,73,189, 0.175), 0px -3px 8px rgba(0,73,189, 0.175);
}

.margintop-45 {
    margin-top: 45px !important
}

@media (min-width: 576px) {
    .modal-sm {
        --bs-modal-width: 23.75rem !important;
    }
}

.BtnCancel {
    border: 1px solid #575F6A;
    display: flex;
    width: 9.375rem;
    height: 3rem;
    justify-content: center;
    align-items: center;
    color: var(--color-gray-gray-70, #575F6A);
    text-align: center;
    font-family: 3MCircularTTBold;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 125% */
}

    .BtnCancel:hover {
        border: 1px solid #575F6A;
        background-color: #cccccc4d !important;
    }

.nav-dropIcon {
    /*    margin-left:23px;*/
    margin-right: -26.7px;
}

.nav-userdowndrop {
    margin-right: -11.7px;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    color: #23527c;
}

h6 {
    color: #333333;
    font-weight: 400;
    font-size: 12px;
    font-family: sans-serif;
}

.content-data p:first-of-type {
    /*    margin: 0 0 10px;*/
    margin: 10px 0 10px;
}

.content-data p:nth-of-type(2) {
    /*    margin: 0 0 10px;*/
    margin: 10px 0 10px;
}

@media (min-width: 576px) {
    .popupmodal {
        /*        left: -48px !important;*/
        left: -40px !important;
    }

    .popupmodal-sign {
        left: 0px !important;
    }

    .forgot h4 {
        margin-bottom: -0.5rem !important;
    }
}

.h5text {
    font-size: 14px;
    font-family: inherit;
    font-weight: 500;
    padding-left: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-default:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}

.info-sign-Edit {
    right: 0px !important;
}

.select-flagspace {
    margin: 0 5px 5px 0 !important;
}

.iti__country-list {
    width: 395px;
    font-size: 14px;
}

img.fnone {
    margin: 0 5px 5px 0 !important;
}

.form-device {
    color: #555555;
}

.create-button {
    margin-right: -15px;
    margin-left: -15px;
}

.h1email-align {
    margin-top: 10.5px !important;
}

.email-successblock {
    padding: 0 8px !important;
}

.didemail {
    /*line-height: 0.5rem !important;*/
    color: var(--color-emerald-emerald-70, #307D76);
}

.container-align {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.signin-text {
    padding-bottom: 29px !important;
}

.sucessalign {
    /* margin-top: -1.55px;*/
    color: var(--color-gray-gray-90, #303640);
    font-family: "Solve Pro Screen Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 125% */
}

.leftside-text {
    padding: 50px 20px 35px 10px !important;
}

.leftblock-align {
    padding: 5px 24px 0 18px !important;
}

/*.right-textalign {
    margin: 3px 20px !important;
}*/

.form-wrapper1 {
    margin: 8.8% 5% 0 3.5% !important;
}

.account-wrapper1 {
    margin: 4px 20px !important;
}

.modal.fade .modal-dialog {
    transition: none !important;
    transform: translate(0, 0) !important;
}

.modal-backdrop {
    transition: none !important;
}

.modal-backdrop {
    transition: none !important;
}

.modal.fade {
    transition: none !important;
}

.modal-dialog {
    transition: none !important;
}

#LeftupperDownloadHeader {
    margin: 0 0 10px !important;
}

.ulList {
    margin-bottom: 10px;
    margin-left: 1px;
}

.overflowx {
    overflow-x: hidden;
}

.expiredalign {
    margin-left: 0.5%;
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
    }
}

.form-wrapper-lettry {
    margin: 9.2% 3.4% 0 3.5% !important;
}

.container-magic-link {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.EmailSignInLinkexpired h1 {
    padding: 16px 0;
}

.EmailSignInLinkexpired p {
    padding-bottom: 30px !important;
    margin-top: -2px !important;
}

.signExpired {
    margin-top: 0px !important;
}

.forgotpopup-align {
    margin-bottom: 0.5rem !important;
}

.forgot-margin {
    margin-top: 0.6px;
}

.download-margin {
    margin-top: 45.6px !important;
}

.download-align {
    padding-left: 3px;
    bottom: 7px !important;
}

.downlaod-content {
    margin-top: -2px;
}

.leftBlock-popup {
    padding: 5px 24px 0 25px !important;
}

.mansge-acc-wrapper {
    margin: 8px 20px !important
}

.add-device-space {
    margin: 8.8px 8px !important;
}

.right-textalign {
    margin: 3px 20px !important
}

.create-rightspace {
    margin: 2.9px 20px !important;
}

.edit-account-space {
    margin-left: -12px;
}

.leftblock-second {
    padding: 50px 20px 35px 10px !important;
}

.left-craete {
    padding: 5px 18px 0 24px !important;
}

.left-badge {
    margin-left: 3px;
}

.left-create-margin {
    margin-right: -15px;
    margin-left: -15px;
}

@media only screen and (width: 360px) {
    .right-textalign {
        margin: 0px !important;
    }

    .create-rightspace {
        margin: 0px !important;
    }

    .left-create-margin {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mobile-successblock {
        padding: 0 !important;
    }

    .dropdown-menu {
        width: 100% !important;
    }

    .editdropdown {
        width: 100% !important;
    }

    .confirm-margintext {
        margin-top: 13.5px !important;
    }
}

@media only screen and (max-width:768px) {

    .left-create-margin {
        margin-right: 0 !important;
        margin-left: auto !important;
    }

    .mansge-acc-wrapper {
        margin: 0 !important;
    }
}

.session-padding {
    padding: 0 !important;
}

.signheader {
    margin-top: -1px;
}

.signInwrapper {
    margin: 9% 5% 0px 5% !important;
}

.signInform {
    margin-top: -1px;
}

.leavepopup-header {
    /*    padding-top: 10px;    */
    padding: 15px;
}

.leavepopup-footer {
    padding: 16px 32px 25px !important;
}

.btn-font-size {
    font-size: 14px !important;
}

.btn-delete-btn {
    width: 9.375rem;
}

.btn-cancel-wid {
    width: 9.375rem;
}

.delet-bottom {
    margin-top: -3px;
}

.confirmfailed {
    margin-top: -2px !important;
}

.device-formText {
    margin-top: 15.5px !important;
}

.adddeviceplus {
    margin: -1px 0 30px !important;
}

.left-side-margin-scd {
    margin-top: -6px;
}

.left-side-margin-fst {
    margin-top: -1px;
}

.left-side-h6 {
    margin-top: -24px;
    font-family: inherit !important
}

.contact-prog {
    /*    margin-top: -0.8px;*/
    margin-top: -1.9px !important;
}

@media (max-width: 576px) {
    .right-textalign {
        margin: 0 !important;
    }

    .create-rightspace {
        margin: 0 !important;
    }

    .user-icon {
        /*        left: -5px !important;*/
        left: 5px !important;
    }

    .download-drop {
        margin-right: 0;
        margin-left: 0;
    }

    .dropdown {
        width: 100% !important;
    }

    .dropdown-menu.show {
        width: 100% !important;
    }

    .download-margin {
        margin: 0 !important;
    }

    .edit-account-space {
        margin-left: 0 !important;
    }

    .addsignInblock {
        margin: 0 !important;
        padding: 0 !important;
    }

    .margincommon {
        margin: 0 !important;
    }

    .device-bottom-msg {
        text-align: left !important;
    }
}

.forgot-magic {
    padding-top: 22px !important;
}

@media (min-width: 1024px) and (max-width: 1920px) {
    .ddcommon {
        width: 100% !important;
    }

    .w-92 {
        width: 100% !important;
    }
}

.termsright {
    padding-left: 15px;
}

#NonUnsavedData .modal-footer {
    flex-wrap: nowrap !important;
}

.confirm-emailgap {
    margin-top: 92.54px !important
}

.confirm-margintext {
    margin-top: -1.5px !important;
}

.confirmEmailText {
    margin-top: -6px !important;
}

.confirm-header {
    margin-left: -2.8px !important;
    margin-top: -1px !important;
}

#btnCancelUnSavedPopup:focus {
    border: 2px solid black;
    outline: none;
}

.createh1 {
    margin-top: -0.5px !important;
}

.createformspace {
    margin-top: -1.2px !important;
}

.workphonefield {
    width: 69.2%;
}

.devicepage-bottomtex {
    margin-left: 1px !important;
    margin-top: -1.3px !important;
}

.editconfirm-emailgap {
    margin-top: 98.5px !important;
}

#downloadborder:focus {
    border: 2px solid black;
    outline: none;
}

.userh1 {
    line-height: 1.1;
    margin-top: 23.8px !important;
}

.userparatext {
    margin-top: -6px;
}

.userparatxtsec {
    margin-top: 0.2px;
}

.usersuccessicon {
    margin: 1.5px auto 24px auto !important;
}

.btn:focus {
    /*  border: 2px solid black;*/
    outline: none;
}

.editretrywrapper {
    margin: 7.8% 3.4% 0px 3.4% !important
}

.editretry {
    margin-top: -0.5px !important;
}

.managenew-acc-wrapper {
    margin: 9px 8px !important
}

.EditAccountInfofacility {
    padding: 18.1px 0 0 !important;
}

.terms-leftside {
    margin-top: -1px;
}

.w-92 {
    width: 92% !important;
}

.margin-confirm91 {
    margin-top: 92.5px !important;
}

.emailconformtxt {
    margin: 14.5px 0 32px;
}

.facility-manage {
    margin: 2.5px 4.9px !important
}

.device-bottom-txtspace {
    margin-top: 10px;
    font-family: 'Solve Pro Screen Variable' !important;
}

.device-h1tag {
    margin-bottom: -3px !important;
}

.checklabeltxt {
    font-weight: 600;
}

.device-checked {
    font-weight: 700;
}

.div-logo {
    background: var(--color-emerald-emerald-100, #053334);
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-inline-default, 0.5rem);
}

    .div-logo span {
        color: var(--color-gray-gray-00, #FFF);
        font-family: var(--font-family-body-default, "Solve Pro Screen Variable");
        font-size: var(--font-body-l-size, 1rem);
        font-style: normal;
        font-weight: 400;
        line-height: var(--font-body-l-height, 1.25rem);
    }


/*New Css Added */


/* ==============2. Base Styles======================== */
body {
    /*  background-color: var(--c-thm-color-bg-30);*/
    font-family: var(--c-thm-font-family-body-default);
    font-size: var(--c-thm-font-size-default);
    font-weight: var(--c-thm-font-weight-default);
    color: var(--c-thm-color-text);
}

html, body {
    height: 100%;
}

main .row {
    height: 100%;
}

p {
    font-size: var(--c-thm-font-size-default);
    font-weight: var(--c-thm-font-weight-default);
}


/* ==============3. Typography========================== */
h1, .page-title {
    font-family: var(--c-thm-font-family-heading);
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: var(--c-thm-font-weight-bold);
    color: var(--c-thm-color-primary-stronger);
}

h2, .section-title {
    font-family: var(--c-thm-font-family-heading);
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: var(--c-thm-font-weight-bold);
    color: var(--c-thm-color-primary-strong);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--c-thm-font-family-heading), var(--font-family-heading);
    font-weight: var(--c-thm-font-weight-bold);
    line-height: 1.125;
    margin: 0;
}

h1 {
    font-size: var(--c-thm-font-h1-size);
    font-weight: var(--c-thm-font-h1-weight);
}

h2 {
    font-size: var(--c-thm-font-h2-size);
    font-weight: var(--c-thm-font-h2-weight);
}

/* ==============5. Background Utilities ============================ */
.bg-brand-dark {
    background-color: var(--c-thm-color-primary-stronger) !important;
    color: var(--c-thm-color-text-inverse);
}

.bg-brand-light {
    background-color: var(--c-thm-color-bg-20) !important;
    color: var(--c-thm-color-text);
}

/* ==============6. Buttons================== */
.btn-primary {
    background-color: var(--c-thm-button-primary-bg);
    color: var(--c-thm-button-primary-fg);
    border-radius: var(--c-thm-border-radius);
    font-weight: var(--c-thm-font-weight-bold);
    border: none;
    transition: all 0.3s ease;
}

    .btn-primary:hover {
        background-color: var(--c-thm-button-primary-bg-hover);
        color: var(--c-thm-button-primary-fg);
    }

.btn-outline-secondary {
    background-color: var(--c-thm-button-secondary-bg);
    color: var(--c-thm-button-secondary-fg);
    border: 1px solid var(--c-thm-color-text-muted);
    border-radius: var(--c-thm-border-radius);
    transition: all 0.3s ease;
}

    .btn-outline-secondary:hover {
        background-color: var(--c-thm-button-secondary-bg-hover);
        color: var(--c-thm-button-secondary-fg);
    }

/* ==============7. Form Validation Styles==================== */
.form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-select.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.form-control.is-invalid ~ .invalid-feedback,
.form-select.is-invalid ~ .invalid-feedback {
    display: block;
}

/* ==============8. Layout Utilities ==================== */
.page-960 {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.divider {
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: var(--c-thm-color-text-muted);
    margin: 0 8px;
}

/* ==============9. User Dropdown ==================== */
.user-btn {
    background-color: var(--c-thm-color-primary-stronger);
    color: var(--c-thm-color-text-inverse);
    border: none;
    border-radius: var(--c-thm-border-radius);
    padding: var(--c-thm-spacing-static-xs) var(--c-thm-spacing-static-m);
}

    .user-btn:hover {
        background-color: var(--c-thm-color-primary-strong);
        color: var(--c-thm-color-text-inverse);
    }

.user-menu {
    background-color: var(--c-thm-color-bg-00);
    border: 1px solid var(--c-thm-color-text-muted);
    border-radius: var(--c-thm-border-radius);
    box-shadow: var(--c-thm-shadow-inline);
}

    .user-menu li a {
        color: var(--c-thm-color-text);
        font-size: 12px;
        font-weight: 300;
    }

    .user-menu li:hover {
        background-color: var(--c-thm-color-bg-20);
    }

/* ==============10. Banner===================== */
.banner {
    background: linear-gradient(to right, var(--c-thm-color-primary-stronger), var(--c-thm-color-primary-strong));
    color: var(--c-thm-color-text-inverse);
}

.banner-text h1 {
    color: var(--c-thm-color-text-inverse);
}

.banner-text h2 {
    color: var(--c-thm-color-text-inverse);
}

/* ==============11. Cards ==================== */
.dashboard-page.card {
    border: 1px solid transparent !important;
    box-shadow: var(--c-thm-shadow-inline) !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    .dashboard-page.card:hover {
        border-color: var(--c-thm-color-accent) !important;
        box-shadow: 0 0 10px rgba(72, 150, 144, 0.5) !important;
    }

/* ==============12. Misc Utilities ==================== */
.dropdown-toggle::after {
    display: none !important;
}

#dropdownArrow {
    transition: transform 0.3s ease;
}

.dropdown.show #dropdownArrow {
    transform: rotate(180deg);
}

.device-row .col-md-1 {
    width: 0%;
    padding: 0px;
}

.removeDevice {
    margin-top: 0.3rem;
    padding: 0;
}

.flatpickr-calendar {
    font-family: inherit;
    border-radius: var(--c-thm-border-radius);
}

.sidebar ul li {
    line-height: 1.6;
    margin-bottom: 8px;
    font-size: 0.95rem;
}
