html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.v-center {
    vertical-align: middle !important;
}

.ng-hide {
    visibility: hidden;
}


.full-size {
    width: 100%;
    height: 100%;
}


#zend-custom-tracker-map {
    width: 100%;
    height: 50vh;
    margin-top: 20px;
}

.g-label {
    font-weight: bold;
    font-size: 13px;
    border: 1px solid black;
    border-radius: 3px;
    background-color: white;
    padding: 3px;
    display: block;
    margin: auto;
    text-align: center;
    white-space: nowrap;
}

.g-marker-img {
    display: block;
    margin: auto;
}

.table-layout-fix {
    table-layout: fixed;
}

.table-layout-fix>tbody>tr>td {
    word-wrap: break-word;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
    font-weight: normal;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

.alert-gray {
    color: #000000;
    background-color: #eee;
    border-color: #d6e9c6;
}

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.left-addon select {
    padding-left: 30px;
}

.right-addon select {
    padding-right: 30px;
}

.last-edit {
    background-color: #d6d3f3 !important;
}

.img-reseller-logo {
    display: inline-block;
    max-width: 200px;
}


.img-reseller-input {
    display: inline-block;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.sel-item {
    color: #31708f;
    background-color: #d9edf7;
}

#drop-xlsx {
    border: 2px dashed #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    font: 20pt bold;
    color: #bbb;
}

.modal-full {
    width: 98%;
    height: 92%;
    padding: 0;
}

.td-loader {
    background-color: white !important;
    border: none !important;
}

.login-container {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    display: table;
}

.login-container-v-center {
    display: table-cell;
    vertical-align: middle;
}

.tracker-link {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.report-summary-header {
    font-size: 16px;
}

.tracker-app-video {
    background-color: black;
    height: 240px;
    max-height: 50vh;
    width: 420px;
    max-width: 25vw;
}

.theme-logo {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    /* height: 50px;
	width: 100px; */
    /* margin-top: 7px;
	margin-right: 7px; */
    background-size: contain;
    background-color: transparent;
    width: 90px;
    height: 14px;
    flex-shrink: 0;
}

.logo-full {
    width: auto;
    height: auto;
    display: inline-block;
}

.logo-full img {
    width: 100%;
    height: auto;
    max-height: 38px;
    max-width: 100px;
}

.theme-login-logo {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 80px;
    width: 280px;
    background-size: contain;
    background-color: transparent;
}

.login-option-container{
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px !important;
}

img.thumb-row {
    width: 32px;
    height: 32px;
}

/* Managment */
table.managment-videos {
    width: 100%;
}

table.managment-videos td.videos {
    width: auto;
}

table.managment-videos td.issues {
    width: 200px;
}

.managment-video {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 420px;
    height: 225px;
}

.managment-video video {
    width: 420px;
    height: 225px;
}

.managment-video img {
    width: 420px;
    height: 225px;
}

.manage-icon-td {
    width: 30px;
}

td.manage-icon-td {
    cursor: pointer;
}

.manage-thumb-td {
    max-width: 50px;
    width: 50px;
}

th.checkbox-column {
    width: 50px;
}

.sort-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.sort-header>div {
    color: rgb(102, 102, 102);
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.sort-header>div:last-child {
    margin-left: 10px;
}

.sort-header.active div:last-child {
    color: black;
    font-weight: bold;
    font-size: 15px;
}

.sort-header div.desc::after {
    content: "\2193";
}

.sort-header div.asc::after {
    content: "\2191";
}

.shared-devices-add {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.shared-devices-add>span {
    word-wrap: normal;
    white-space: nowrap;
}

.shared-devices-add>input {
    flex-grow: 2;
    margin-right: 10px;
    margin-left: 10px;
}

.shared-device-list-item {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.theme-navbar.navbar-inverse {
    background: #FFF;

    /* Shadow/Table_Inner */
    box-shadow: 0px -1px 0px 0px #ECECED inset;
    min-height: 50px;
    background-color: #FFF !important;
}

.line {
    background: #F2F2F2;
    width: 1px;
    height: 23px;
    margin: 0 32px;
}

.navbar-inverse .container-fluid {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.navbar-inverse .container-fluid .navbar-nav {
    display: flex;
    flex-direction: row;
}

.navbar-inverse .navbar-nav>li {
    margin-right: 24px;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 16px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #828282 !important;
    padding: 15px 0 14px 0;

}

.theme-navbar.navbar-inverse .navbar-nav>.active>a,
.theme-navbar.navbar-inverse .navbar-nav>.active>a:hover,
.theme-navbar.navbar-inverse .navbar-nav>.active>a:focus {
    color: #2188D9 !important;
    box-sizing: border-box;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    background-color: unset !important;
    border-bottom: 3px solid #2188D9;
}

.theme-navbar.navbar-default .navbar-nav>li>a:hover,
.theme-navbar.navbar-default .navbar-nav>li>a:focus {
    background-color: unset !important;
    color: #2188D9;
}

.right-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-left: auto;
}

.right-content img {
    margin-left: 16px;
    cursor: pointer;
}

.blue-outline {
    border-top: 10px solid #2188D9;
    margin-top: 30px;
    width: 476px;
}

.login-inputs-container {
    width: 476px;
    flex-shrink: 0;
    border: 1.6px solid #ECECED;
    background: #FFF;
    display: flex;
    flex-direction: column;
    padding: 32px 64px 0px 64px;
    align-items: baseline;
}

.register-inputs-container {
    width: 619px;
    flex-shrink: 0;
    border: 1.6px solid #ECECED;
    background: #FFF;
    display: flex;
    flex-direction: column;
    padding: 24px 22px 0px 22px;
}

.login-inputs-container .reseller-heading {
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #2188D9;
    margin: auto;
}

.register-inputs-container .reseller-heading {
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #2188D9;
}

.login-center-container,
.register-center-container {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.login-inputs-container .form-group,
.register-inputs-container .form-group {
    margin-bottom: 24px;
}

.form-field-text {
    display: flex;
    width: 348px;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}

.login-inputs-container .form-field-text {
    height: 44px;
}

.register-inputs-container .form-field-text {
    display: flex;
    width: 576px;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    height: 44px;
}

.register-inputs-container .form-group-row .form-field-text {
    width: 276px;
}

.form-field-text label {
    color: #4F4F4F;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
}

.form-field-text input.form-control {
    color: #4F4F4F;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding-bottom: 7px;
}

.signin-box {
    display: flex;
    justify-content: center;
    margin: auto;
}

.signin-box button {
    display: flex;
    width: 147px;
    height: 37px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 2px;
    background: #2188D9;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.forget-password a {
    color: #2188d9;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
}

.footer-container {
    display: flex;
    justify-content: center;
    border-radius: 0px 0px 4px 4px;
    border: 1.6px solid #ECECED;
    background: #FFF;
    border-top: unset;
    padding: 24px 0px;
    flex-direction: row;
    gap: 16px;
    width: 619px;
}

.footer-container span {
    color: #4F4F4F;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.footer-container a {
    color: #2188D9;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
}

.bottom-links {
    display: flex;
    justify-self: center;
    gap: 16px;
    margin-top: 30px;
}

.bottom-links a {
    color: #2188D9;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
}

.bottom-links .line {
    background: #BEBEBE;
    height: 16px;
    margin: 0;
}

.form-group-row {
    display: flex;
    gap: 24px
}

.image-upload-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}

.image-upload-box {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #ECECED;
    background: #FFF;
    display: flex;
}

.image-upload-box img {
    width: 16px;
    height: 16px;
    position: absolute;
    margin: 15px;
}

.image-upload-box input {
    opacity: 0;
}

.logo-content {
    display: flex;
    flex-direction: row;
}

.registration-button {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 24px;
}

.registration-button button {
    display: flex;
    width: 147px;
    height: 37px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

/*reseller page*/

.header-tab {
    display: flex;
    flex-direction: row;
    height: 78px;
    align-items: center;
    padding-left: 24px;
}

.heading-text {
    color: #4F4F4F;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.right-align {
    display: flex;
    margin-left: auto;
    gap: 16px;
}

.email-btn,
.add-btn {
    display: flex;
    height: 38px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 2px;
    border: unset;
}

.email-btn {
    border: 1px solid #F2F2F2;
    background-color: unset;
}

.add-btn {
    background: #2188D9;
}

.add-btn:disabled{
    cursor: not-allowed;
    background: #cfe9fd;
}

.add-btn span {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.email-btn span {
    color: #828282;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.email-btn img {
    font-size: 16px;
    display: flex;
    width: 20px;
    height: 20px;
    padding: 3.4px 2px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.add-btn img {
    display: flex;
    width: 20px;
    height: 20px;
    padding: 4px;
    align-items: flex-start;
}

.table-striped.table>thead>tr>th {
    height: 60px;
    flex-shrink: 0;
    background: #F4F9FD;
    padding: 8px 0px 8px 12px;
    border: unset;
}

.cursor-hand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}

.cursor-hand label {
    color: #4F4F4F;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 0;
}

.cursor-hand .form-control {
    height: 25px;
    padding-bottom: 7px;
    box-shadow: inset 0 -1px 0 #D6D6D8;
    font-size: 14px;
    color: #BEBEBE;
    font-weight: 400;
}

.table-wrapper .table-ui thead th.logo-colmn {
    display: flex;
    align-items: center;
    color: #4F4F4F;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 0;
}

.table-wrapper .table-ui thead th.logo-colmn label {
    width: max-content;
}

.table-ui {
    border-collapse: collapse;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
}

.table-ui tbody tr {
    cursor: pointer;
    z-index: 0;
    position: relative;
}

.table-ui tbody tr td {
    padding: 8px 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    background: #FFFFFF;
    color: #828282;
    height: unset;
    box-shadow: inset 0px -1px 0px #ECECED;
    border: unset;
    min-height: 48px;
    vertical-align: unset;
}

.table-ui tbody tr:hover {
    z-index: 1;
    box-shadow: 0 4px 10px rgba(6, 12, 27, 0.15);
}

.edit {
    display: none;
}

.table-ui tbody tr:hover td:last-of-type {
    display: flex;
}

.table-ui tbody tr:hover td:last-of-type label {
    display: flex;
    margin-bottom: 0;
    align-items: center;
}

.table-ui tbody tr:hover td:last-of-type .edit {
    display: flex;
    margin-left: auto;
    align-items: center;
}

/*edit reseller*/

.page-header {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 70px;
    margin: 0;
    padding: 0;
    padding-left: 24px;
    padding-right: 15px;
    gap: 16px;
    border-bottom: 1px solid #ECECED;
}

.page-back {
    display: flex;
    color: #828282;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    gap: 11px;
    align-items: center;
}

.page-back i {
    font-size: 12px;
}

.page-back:hover {
    cursor: pointer;
}

.text-heading {
    color: #4F4F4F;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.btn-normal {
    display: flex;
    height: 38px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 2px;
    border: 1px solid #F2F2F2;
    color: #828282;
    text-align: center;
    /* Body/Body_03 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    background: unset;
}

.btn-normal:disabled{
    cursor: not-allowed;
    background: #cfe9fd;
    color: #fff;
}

.btn-stroked {
    background: #2188D9;
    color: #FFF;
}

.tab-layout {
    display: flex;
    padding: 24px 24px 1px 24px;
    align-items: flex-start;
    gap: 32px;
    box-shadow: 0px -1px 0px 0px #ECECED inset;
}

.tab-layout>.tab {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #828282;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    cursor: pointer;
    letter-spacing: 0.16px;
}

.tab-layout>.tab.active {
    font-weight: 500;
    color: #2188D9;
    border-bottom: 3px solid #2188D9;
    padding-bottom: 10px;
}

.tab-layout>.tab:hover {
    color: #2188D9;
}

.white-labelling {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.container-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
}

.block-header {
    display: flex;
    height: 37px;
    background: #F4F9FD;
    color: #4F4F4F;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.16px;
    align-items: center;
    margin-bottom: 24px;
    padding-left: 24px;
    width: 100%;
}

.block-content {
    display: flex;
    flex-direction: row;
    gap: 50px;
    padding-left: 24px;
    width: 100%;
}

.container-block .left-content,
.container-block .right-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: start;
    margin: 0;
    justify-content: flex-start;
}

.domain-block {
    display: flex;
    flex-direction: column;
    gap: 25px;

}

.logo-block {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.logo-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.logo-wrap label {
    color: #4F4F4F;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
}

.add-logo {
    width: 108px;
    height: 108px;
    border-radius: 4px;
    border: 1px solid #ECECED;
    background: #FFF;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.add-logo img {
    position: absolute;
    max-width: 108px;
    max-height: 108px;
}

.add-logo input {
    opacity: 0;
    width: 108px;
    height: 108px;
    position: absolute;
}

.white-labelling .form-row {
    width: auto;
    min-width: 204px;
    align-items: baseline;
}

.white-labelling .form-group {
    display: flex;
    width: 576px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    justify-content: flex-start;
}

.white-labelling .domain-block .form-group {
    width: 264px
}

.white-labelling .domain-block input {
    width: 264px
}

.domain-field span {
    color: #A0A0A0;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 4px;
}

.domain-field .lable-header {
    display: flex;
    margin-bottom: 7px;
}

.domain-field .lable-header label {
    margin: 0;
    display: flex;
    align-items: center;
    transition: 0.3s;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #4f4f4f;
}

.domain-field.form-element:focus-within label {
    color: #2188d9 !important;
}

.domain-field .lable-header img {
    width: 16px;
    height: 16px;
    margin: 0;
}

.domain-input-field {
    display: flex;
    position: relative;
}

.domain-input-field input.material-input {
    display: flex;
    position: relative;
    padding-bottom: 7px !important;
    line-height: 130%;
    font-size: 14px;
    box-shadow: unset !important;
}

.relative{
    position: relative;
}

.triple-dots-options {
    color: #60636c;
    position: relative;
    display: flex;
    width: 38px;
    height: 38px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid #ECECED;
    background: #FFF;
    cursor: pointer;
}

.main-component-export-btn {
    position: absolute;
    right: 0;
    width: max-content;
    z-index: 3;
    top: 45px;
    padding: 8px 0px;
    border-radius: 4px;
    box-shadow: 0px 4px 10px 0px rgba(6, 12, 27, 0.15);
    background: #FFF;
}

.main-component-export-btn .export-btn-list {
    display: flex;
    width: 216px;
    padding: 10px 16px;
    align-items: center;
    cursor: pointer;

}

.main-component-export-btn .export-btn-list:hover {
    background: #F4F9FD;
}

.flex-row{
    flex-direction: row !important;
}

.ml-auto{
    margin-left: auto !important;
}

.padding-header-select select{
    padding: 0;
}

.domain-input-field a {
    position: absolute;
    right: 0;
}

.domain-input-field img {
    width: 16px;
    height: 16px;
}

.form-element>.material-input {
    padding-bottom: 6px !important;
    line-height: 130%;
    font-size: 14px;
    box-shadow: unset !important;
}

common-form .form-element>label {
    line-height: 100%;
}

.box-content {
    display: flex;
    border-radius: 4px;
    border: 1px solid #ECECED;
    gap: 16px;
    padding: 16px;
    width: auto;
    margin: auto;
    margin-left: 24px;
    flex-direction: column;
    margin-bottom: 24px;
}

.box-content>.heading-box {
    color: #4F4F4F;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.16px;
}

.flex-row{
    flex-direction: row !important;
}

.box-content .block-content {
    padding: 0;
}

.box-content .form-element {
    width: 552px;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    left: 5px;
    right: 0;
    bottom: 0;
    background: #def0ff;
    border-radius: 34px;
    transition: 0.4s;
    width: 33px;
    height: 8px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 0px;
    bottom: -4px;
    background-color: #ffffff;
    box-shadow: 0 0 10px #bee1fd;
    border-radius: 50%;
    transition: 0.4s;
    height: 15px;
    width: 15px;
}

input:checked+.slider {
    background-color: #2188d9;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2188D9;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.table-wrapper .table-ui tbody tr td {
    vertical-align: middle;
}

.common-form .form-element {
    margin: 0;
}

.customer-software-settings .form-element>.material-input {
    color: #828282;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.customer-software-settings .block-content tbody tr{
    height: 48px;

}

.customer-software-settings .block-content tbody .common-form{
    width: 309px !important;
    display: table-cell !important;
}

.customer-software-settings .block-content tr{
    box-shadow: none !important;
}

.customer-software-settings .table-ui tbody tr:hover td:last-of-type{
    display: table-cell;
}

.company-tracker-management .form-element>.material-input {
    color: #828282;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.company-tracker-management .block-content tbody tr{
    height: 48px;

}

.company-tracker-management .block-content tbody .common-form{
    width: 780px !important;
    display: table-cell !important;
}

.company-tracker-management .block-content tr{
    box-shadow: none !important;
}

.company-tracker-management .table-ui tbody tr:hover td:last-of-type{
    display: table-cell;
}

input[type="checkbox"].material-input::after {
    border-radius: 2px;
    border: 1.6px solid #D6D6D8;
}

input[type="checkbox"].material-input:checked::after {
    background-color: unset;
    border-color: #2188d9;
    color: #2188d9;
}

input[type="checkbox"].material-input:checked::before {
    border-color: #2188d9;
}

.adds-on {
    display: flex;
    gap: 36px;
    margin-bottom: 40px;
}

.adds-on label {
    color: #4F4F4F;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.password-relative {
    position: relative;
    margin-bottom: 8px !important;
}

.eye-off-svg {
    cursor: pointer;
    right: 0;
    position: absolute;
    bottom: 4px;
    width: 24px;
    height: 20px;
    background-image: url(../svg/eye-off.svg);
    z-index: 3;
}

.eye-off-svg:hover {
    background-image: url(../svg/eye-off-blue.svg);
}

.eye-svg {
    cursor: pointer;
    right: 0;
    position: absolute;
    bottom: 4px;
    width: 24px;
    height: 20px;
    background-image: url(../svg/eye-password.svg);
    z-index: 3;
}


/* accounts tabs */

.account-details-top-text {
    background: #f4f9fd;
    height: 37px;
    margin-bottom: 24px;
}

.account-details-top-text h2 {
    color: #4f4f4f;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.16px;
    margin: 0;
    padding-left: 24px;
    padding-top: 9px;
    padding-bottom: 7px;
}

.width-40 {
    width: 548px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.flex-reseller-account {
    display: flex;
    align-items: start;
    gap: 48px;
}

.contact-and-user1 {
    display: flex;
    width: 77%;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
}

.contact-and-user {
    display: flex;
    width: 80%;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
}

.w-100 {
    width: 100%;
}

.material-input-label {
    font-size: 12px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
    color: #4f4f4f;
    margin-bottom: 7px;
}

.reseller-account-input {
    height: 25px !important;
    padding: 0 0 4px 0 !important;
    font-family: Roboto;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.reseller-account-input-width {
    height: 25px !important;
    font-size: 14px;
    width: 15vw;
    padding: 4px 0;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    font-family: Roboto;
}

.ml-5 {
    margin-left: 5px;
}

.padding-inner-table {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;

}

.w-10 {
    width: 95px;
    margin-left: 4px;
}

.heading-set {
    margin-top: 41px;
}

.check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    margin-left: 2px;
    height: 20px;
}

.check label {
    color: #4f4f4f;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0px;
}

.check input {
    width: 20px;
    height: 20px;
    margin-top: 0;
}

.asterisk {
    color: #DC3E33 !important;
}

.reseller-address-top-container {
    margin-bottom: 20px;
}

.reseller-address-top-container input {
    width: 548px;
}

.padding-inner-table .common-form .form-group {
    width: 224px;
    display: flex;
    flex-direction: column;
}

.eye-svg:hover {
    background-image: url(../svg/eye-password-blue.svg);
}

.eye-off-svg-img {
    cursor: pointer;
    right: 0;
    width: 24px;
    height: 20px;
    position: absolute;
    bottom: 4px;
}

.text-transform-capitalize {
    text-transform: capitalize;
}

select.custom-dropdown {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../svg/down-arrow.svg');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}

select.custom-dropdown:focus {
    background-image: url('../svg/down-arrow.svg');
}

.err {
    background-color: #dc3e33
}

.color-block {
    display: flex;
    flex-direction: row;
    margin-bottom: 42px;
}

.color-block .form-element {
    width: 100px;
}

.color-block .form-element button {
    height: 22px;
    width: 22px;
    padding: 0;
    margin: 0;
    box-shadow: unset;
    border-radius: 0;
    border: 1px solid #828282;
    background: #FFF;
}

.color-block .form-element span {
    color: #4F4F4F;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.account-details-top-text .form-element {
    display: flex;
    flex-direction: column;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-between img {
    padding-right: 18px;
}

.flex-between .flex-wrap {
    flex-flow: wrap;
}

.tracker-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 223px;
}

.btn-logout {
    border-radius: 2px;
    border: 1px solid #F2F2F2;
    display: flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #828282;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    background-color: #fff;
    margin-left: 16px;
    /* width: 100px; */
    height: 28px;
}

.btn-logout img {
    margin-left: unset;
}

.btn-download {
    border-radius: 2px;
    border: 1px solid #2188D9;
    display: flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    background-color: #2188D9;
    cursor: pointer;
    /* width: 100px; */
    height: 28px;
}

.btn-download img {
    margin-left: unset;
}

.search-wrapper {
    display: flex;
    align-items: center;
}

.search-wrapper input {
    flex: 1;
}

.forms-field {
    display: flex;
    align-items: center;
}

.logo-container {
    position: relative;
    display: inline-block;
}

.logo-container:hover .dropdown-logo-menu {
    display: block;
}

.img-logo {
    height: 32px;
    cursor: pointer;
}

.dropdown-logo-menu {
    display: none;
    position: absolute;
    width: 120px;
    padding: 8px 0px;
    border-radius: 4px;
    background: #FFF;
    /* Shadow/Hover */
    box-shadow: 0px 4px 10px 0px rgba(6, 12, 27, 0.15);
    left: 42px;
    top: 80px;
    min-width: unset;
}

.dropdown-logo-menu li {
    display: flex;
    width: 120px;
    padding: 10px 16px;
    align-items: center;
    color: #828282;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    cursor: pointer;
}

.view-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #ECECED;
    background: #FFF;
    text-align: center;
    position: relative;
    width: 108px;
    height: 108px;
}

.view-logo-placeholder {
    cursor: pointer;
}

.view-logo img {
    max-width: 108px;
    max-height: 108px;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.view-logo-edit {
    width: 108px;
    height: 108px;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #ECECED;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
}

.view-logo:hover .view-logo-edit {
    visibility: visible;
}

.view-logo .plus-icon {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: flex-start;
    gap: 10px;
}

.view-logo .edit-icon {
    display: flex;
    width: 32px;
    height: 32px;
    align-items: flex-start;
    gap: 10px;
    background: unset;
}

.view-logo .btn-remove {
    color: #DC3E33;
}

.device-report-component .flex-wrap{
    flex-direction: column;
}

.device-report-component .form-control{
    padding-bottom: 0px !important;
    height: 32px;
}

.manage-table tbody tr td{
    overflow: hidden;
}

.device-report-component .width-150{
    margin-bottom: 0px;
    font-size: 12px;
}

.device-report-component .display-top label{
    padding-bottom: 32px;
}

.device-report-component .device-report-gap-10 .flex-wrap {
    gap: 10px !important;
}


.right-content .order-btn{
    display: flex;
    align-items: flex-end;
    border: none;
    border-radius: 4px;
    color: #2188D9;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.right-content .order-icon {
    width: 20px;
    height: 18px;
    color: #2188D9;
    align-self: flex-end;
    margin-bottom: 4px;
}

.right-content .order-now-cointainer {
    flex-direction: column;
    display: flex;
    align-items: start;
}

.right-content .order-now-new {
    display: flex;
    padding: 0 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    background-color: #DC3E33;
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.2px;
}

/* Floating Feedback Button */
.floating-feedback-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    background: #2188D9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 4px 12px rgba(33, 136, 217, 0.3);
    z-index: 1000;
    transition: all 0.3s ease;
    border: none;
    outline: none;
    user-select: none;
}

.floating-feedback-button:hover {
    background: #1976c7;
    box-shadow: 0px 6px 16px rgba(33, 136, 217, 0.4);
    transform: translateY(-2px);
}

.floating-feedback-button.dragging {
    cursor: grabbing;
    transform: scale(1.1);
    box-shadow: 0px 8px 20px rgba(33, 136, 217, 0.5);
    transition: none;
}

.floating-feedback-button img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
    margin: 0;
    pointer-events: none;
}

.floating-feedback-button:active {
    transform: scale(0.95);
}

.floating-feedback-button.dragging:active {
    transform: scale(1.05);
}

/* Prevent text selection while dragging */
.floating-feedback-button.dragging,
.floating-feedback-button.dragging * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .floating-feedback-button {
        width: 48px;
        height: 48px;
        bottom: 16px;
        right: 16px;
    }
    
    .floating-feedback-button img {
        width: 20px;
        height: 20px;
    }
}
.announcements-bar {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

.announcement-item {
  padding: 4px 8px;
  margin-bottom: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.announcement-icon img {
  height: 16px;
}

.announcement-text {
  flex: 1;
}

.announcement-btn {
  color: black;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
}

.link-btn {
  background-color: white;
  border: 1px solid #ccc;
  padding: 2px 6px;
  font-size: 12px;
}

.close-btn {
  background: none;
  border: none;
  font-size: 12px;
  padding: 0 4px;
  line-height: 1;
}

/* =========================
   TwoFactorSetup.html
   ========================= */
.two-factor-setup-pre-setup {
  margin-top: 50px;
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.two-factor-setup-title-primary {
  color: #1A73E8;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 24px;
}

.two-factor-setup-text {
  color: #5F6368;
  font-size: 14px;
  line-height: 1.5;
}

.two-factor-setup-text-tight {
  margin-bottom: 12px;
}

.two-factor-setup-text-spaced {
  margin-bottom: 32px;
}

.two-factor-setup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 24px;
}

.two-factor-setup-primary-btn {
  padding: 10px 24px;
  border-radius: 4px;
  font-weight: 500;
  background-color: #1A73E8;
  border-color: #1A73E8;
  color: #fff;
}

.two-factor-setup-primary-btn--phone {
  min-width: 160px;
}

.two-factor-setup-primary-btn--auth {
  min-width: 200px;
}

.two-factor-setup-btn:hover,
.two-factor-setup-primary-btn:hover {
  background-color: #1557b0 !important;
  border-color: #1557b0 !important;
  color: #fff !important;
}

.two-factor-setup-skip-link {
  color: #1A73E8;
  font-size: 14px;
  text-decoration: underline;
}

.two-factor-setup-skip-link:hover {
  color: #1557b0 !important;
}

.two-factor-setup-panel {
  margin-top: 50px;
}

.two-factor-setup-section-intro {
  margin-bottom: 20px;
}

.two-factor-setup-divider-section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.two-factor-setup-code-input {
  font-size: 24px;
  letter-spacing: 5px;
  text-align: center;
}

.two-factor-setup-back {
  margin-top: 20px;
}

.two-factor-setup-instructions {
  margin-top: 10px;
  margin-bottom: 0;
}

.two-factor-setup-qr {
  margin: 30px 0;
}

.two-factor-setup-qr-loading {
  padding: 40px;
}

.two-factor-setup-qr-spinner {
  font-size: 48px;
}

.two-factor-setup-qr-img {
  max-width: 300px;
  border: 1px solid #ddd;
  padding: 10px;
  background: #fff;
}

.two-factor-setup-manual-entry {
  margin-top: 20px;
}

.two-factor-setup-secret {
  font-size: 14px;
  word-break: break-all;
}

/* =========================
   TwoFactorVerify.html
   ========================= */
.two-factor-verify-panel {
  margin-top: 50px;
}

.two-factor-verify-info-text {
  margin-top: 10px;
  margin-bottom: 0;
}

.two-factor-verify-code-group {
  margin-top: 25px;
}

.two-factor-verify-code-input {
  font-size: 24px;
  letter-spacing: 5px;
  text-align: center;
}

.two-factor-verify-resend {
  margin-top: 20px;
}

.two-factor-verify-help {
  margin-top: 20px;
}

.two-factor-verify-back {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

/* =========================
   admin.edit.html
   ========================= */
.admin-edit-mfa-divider {
  margin: 20px 0;
}

.admin-edit-mfa-phone {
  margin-left: 10px;
}


