<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.device_success {

    border: 2px solid #198754;
}

.device_failed {

    border: 2px solid #dc3545;
}



.device_success:hover {
    cursor: pointer;
    background-color: #9bddb9f5;
    border: 2px solid transparent;
}

.device_failed:hover {
    cursor: pointer;
    background-color: #fecbd2;
    border: 2px solid transparent;
}


.iconsize {
    font-size: 30px;
}

.icon_success {
    color: green;
}

.icon_failed {
    color: red;
}

.icon_pending {
    color: orange;
}

.formaddstyle label {
    font-size: 20px;

}

.formaddstyle select {

    width: 100%;
    padding: 10px;
    margin: 10px 0;
    outline: none;
    border: 1px solid #d0d0d0;
    background: white;

}

.previewHeight {
    height: 85vh;
}


.topvalue {
    right: 40%;
    top: 40%;
}

.titlecard {
    text-align: center;
    background-color: white;
    border-radius: 0.25rem;
}

.formtitle {
    font-size: 1.5rem;

}

.scrolldiv {
    overflow-y: scroll;
    height: 100%;
}

.titleHeader {
    position: sticky;
    top: 10px;
    background: white;
    z-index: 1;
    border-bottom: 1px solid grey;
    margin: 0 0 16px 0px;
}

::-webkit-scrollbar {
    display: none;
}

.btncancel {
    background-color: rgb(255, 104, 104);
    padding: 6px 10px;
    color: white;
    border-radius: 6px;
}



.navWidth {
    width: 95%;
}

.profile-menu .dropdown-menu {
    right: 0;
    left: unset;
}

.small-timestamp {
    font-size: small;

}

.loader-line {
    height: 3px;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.loader-line:before {
    content: "";
    position: absolute;
    left: -50%;
    height: 3px;
    width: 40%;
    background-color: #00416A;
    -webkit-animation: lineAnim 1s linear infinite;
    -moz-animation: lineAnim 1s linear infinite;
    animation: lineAnim 1s linear infinite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

@keyframes lineAnim {
    0% {
        left: -40%;
    }

    50% {
        left: 20%;
        width: 80%;
    }

    100% {
        left: 100%;
        width: 100%;
    }
}

.pgTitle {
    font-size: 30px;
}


/* ----------------------------------------------------------------MY DEVICE PAGE----------------------------------------------------------------- */
.dashSuccess{
  background-color: #EDF7FF;
}
.dashFailed{
    background-color: #ffeded;
}
.liveDash{
  background-color: #d4ffde;
}
.scard{
    background-repeat: no-repeat;
    background-size: cover;
}
.dev_bg {
    border-radius: 8px;
}

.dev_title {
    font-size: 20px;
    font-weight: 700;
}

.dev_content {
    font-size: 18px;
    margin: 16px 0;
    color: #8c8c8c;
}


.dropzone {
    position: relative;
    border: var(--border-width) solid transparent;
    border-radius: var(--border-radius);
    background-clip: padding-box;
    background-color: var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.dropzone::before {
    content: '';
    position: absolute;
    top: calc(var(--border-width) * -1);
    right: calc(var(--border-width) * -1);
    bottom: calc(var(--border-width) * -1);
    left: calc(var(--border-width) * -1);
    z-index: -1;
    background-image: repeating-linear-gradient(135deg, transparent 0 8px, var(--bg-color) 8px 16px);
    border-radius: var(--border-radius);
    background-color: rgba(0, 0, 0, 0.38);
}

p {
    margin: 0px;
}

.super_content {
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
}

.super_heading {
    font-size: 16px;
    text-transform: capitalize;
}

.frameTitle {
    font-size: 20px;
    border-radius: 0px;
}

.nav-tabs button {
    font-size: 18px;
    padding: 10px 30px;
    color: #BBBBBB;
    font-weight: bold;
}

.nav-tabs button:hover {
    color: black;
}

.dy_contentHeight {
    height: 70vh;
    overflow-y: scroll;
}

.plus_style {
    padding: 100px;
}

.badgePosition {
    position: absolute;
    left: 50%;
    padding: 4px 14px;
    border-radius: 4px;
    transform: translate(-50%, -50%);
}

.badgePosition1 {
    position: absolute;
    top: 20%;
    left: 90%;
    padding: 4px 14px;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.card-sub-head,
.card-sub-content {
    font-size: 16px;
}

.card-sub-head {

    font-weight: 600;
}

.card-sub-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rowWidth {
    width: 96%;
    margin: 0 auto;
}

.carousel-control-next,
.carousel-control-prev {
    width: 3%;
}

.zoomingDiv {
    transition: transform 0.3s ease;
}

.zoomingDiv:hover .card-sub-content {
    z-index: 2;
    padding: 10px 0;
    transform: scale(1);
    -webkit-line-clamp: unset;
    width: 90%;
    margin: 0 auto;
    cursor: pointer;

}

.zoomingDiv .card-body {
    min-height: 200px;
}

.activeOpacity_device {
    position: relative;
    opacity: 0.4;
    pointer-events: none;
}

.activeOpacity_device .spinner_device {
    display: block;
}

.loaderDiv_device {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-70%, -150%);
    z-index: 1;
}

.spinner_device {
    width: 80px;
    height: 80px;
    border-top: 4px solid #83929d;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ----------------------------------------------------- */
.alertBtn {
    position: absolute;
    right: 0;
    top: -18px;
    color: red;
}

.cardBg {
    background-color: #f1f1f170;
}

.navbar .nav-item {
    margin: 2px 10px;
    padding: 5px;
    font-size: 20px;
    font-weight: 500;
}

.navbar .nav-item a {
    color: #ffff;
    border-radius: 6px;
    margin: 6px;
}

.navbar .nav-link {
    display: unset;
    padding: unset !important;
}

.navbar .nav-item.activeMenu {
    background-color: #ffff;
    border-radius: 6px;
}

.navbar .nav-item.activeMenu a {
    color: #000;
}



/* --------------------- pricing page css ----------------------- */
.pricing-table {
    display: flex;
    justify-content: center;

}

.pricing-table .details {
    width: 90%;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    padding: 40px 20px;
}

.pricing-table .details h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.pricing-table .details p {
    font-size: 15px;
}

.pricing-table .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 20px;

}


.pricing-table .grid .box,
.pricing-table .small_grid .box {
    width: 330px;

    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.05);
}

.mes .pricing-table .grid .box {
    width: 350px;
}

.pricing-table .grid .box .title,
.pricing-table .small_grid .box .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: black;
    text-align: center;
    height: 30px;
}

.pricing-table .grid .box .title:nth-child(1) {
    font-weight: 700;
}

.pricing-table .grid .box .price,
.pricing-table .small_grid .box .price {
    margin-bottom: 20px;
}

.pricing-table .grid .box .price b,
.pricing-table .small_grid .box .price b {
    display: block;
    font-size: 40px;
    margin-bottom: -5px;
    font-weight: 700 !important;
    text-align: center !important;
}

.pricing-table .grid .box .features&gt;*,
.pricing-table .small_grid .box .features&gt;* {
  
    color: black;
    padding: 5px 0px;
 
}

.mes .pricing-table .grid .box .features&gt;*,
.broker .pricing-table .grid .box .features&gt;* {
}

.pricing-table .grid .bottom_left .feature ul&gt;il {
    margin-bottom: 12px !important;
}

.pricing-table .grid .box .feature&gt;*,
.pricing-table .small_grid .box .feature&gt;* {
    height: 505px;
    color: black;
    padding: 5px 0px;
}

.pricing-table .grid .box .features ul,
.pricing-table .grid .box .feature ul {
    padding-left: 0 !important;
}

.pricing-table ul li:before {
    content: "\2714\0020";
    left: 0;
}

.pricing-table ul li {
    position: relative;
    padding-left: 1.5em;
    padding-left: 20px !important;
 
}

.pricing-table ul li:before {
    content: "\2714\0020";
    left: 0;
}

.pricing-table ul li {
    position: relative;
    padding-left: 1.5em;
   
}

.pricing-table ul li:before {
  
    position: absolute;
    left: -11px;

    width: 1em;
    height: 1em;
 
}

.pricing-table .grid .box .button button,
.pricing-table .small_grid .box .button button {
    width: 100%;

    padding: 10px;
    background: linear-gradient(to bottom, #3a7bd5, #3a6073);
    color: #fff;
    border-radius: 5px;
    outline: none;
    border: none;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}

.pricing-table .grid .button .pricing-inner-button {
    width: 100%;
    margin: 24px 0px 24px !important;
    padding: 10px;
    background: linear-gradient(to bottom, #3a7bd5, #3a6073);
    color: #fff;
    border-radius: 5px;
    outline: none;
    border: none;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}

hr {
    margin: 24px 0px;
}

.pricing-table .grid .box:hover,
.pricing-table .small_grid .box:hover {
    margin-top: -10px;
 
    border-radius: 8px;
}

.pricing-table .grid .box.professional,
.pricing-table .small_grid .box.professional {
   
    margin-top: -10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    background: linear-gradient(to bottom, #3a7bd5, #3a6073);
}

.pricing-table .grid .box.professional .title,
.pricing-table .small_grid .box.professional .title {
    color: #eee;
    text-align: center;
}

.pricing-table .grid .box.professional .price,
.pricing-table .small_grid .box.professional .price {
    color: #fff;
}

.pricing-table .grid .box.professional .features&gt;*,
.pricing-table .small_grid .box.professional .features&gt;*,
.pricing-table .grid .box.professional .feature&gt;*,
.pricing-table .small_grid .box.professional .feature&gt;* {
    color: #fff;
   
}

.pricing-table .grid .box.professional .button button,
.pricing-table .small_grid .box.professional .button button {
    background: #fff;
    color: #3a6073;
}

.pricing-table .grid .box.professional .button button:hover,
.pricing-table .small_grid .box.professional .button button:hover {
    transform: scale(1.05);
}

@media (max-width: 804px) {
    .pricing-table .grid {
        gap: 20px;
    }

    .pricing-table .grid .box.professional {
        transform: scale(1);
    }
}

.pricing-table ul li {
    list-style: none;
}

.section-space {
    padding: 50px 0px 50px 0px;
}

.pricing-table ul li {
    position: relative;
    padding-left: 20px !important;
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 8px !important;
    margin-bottom: 4px;
}

.fs-3 {
    font-size: 1.75rem !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.breadcrumb-dot .breadcrumb-item+.breadcrumb-item::before {
    content: "â€¢";
}

.breadcrumb-bar .breadcrumb-item+.breadcrumb-item::before {
    content: "|";
}

.breadcrumb-right-arrow .breadcrumb-item+.breadcrumb-item::before {
    content: "â€º";
    vertical-align: top;
    font-size: 40px;
    line-height: 15px;
}


.breadcrumb-right-tag {
    padding: 0;
    background: none;
}

.breadcrumb-right-tag .breadcrumb-item {
    background: rgba(2, 117, 216, 0.8);
    padding: .5em 1em;
}

.breadcrumb-right-tag .breadcrumb-item a,
.breadcrumb-right-tag .breadcrumb-item {
    color: #fff;
}

.breadcrumb-right-tag .breadcrumb-item:nth-child(2) {
    background: rgba(2, 117, 216, 0.6);
}

.breadcrumb-right-tag .breadcrumb-item:nth-child(3) {
    background: rgba(2, 117, 216, 0.5);
}

.breadcrumb-right-tag .breadcrumb-item+.breadcrumb-item::before {
    content: "";
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

.breadcrumb li a {
    color: #9c9c9c;
}

.breadcrumb li.active a {
    color: #333;
    font-weight: bold;
}

:root {
    --color-one: #e6e6ff;
    --color-two: #1a1aff;
    --color-three: #b3b3ff;
    --color-run: #3fd43f;
}

.card-list .card {
    border: 1px solid var(--color-three);
    border-radius: 6px;
    margin-bottom: 20px;
    transition: border 0.1s, transform 0.3s;
}

.card-list .card.running {
    border: 1px solid var(--color-run);
    background-color: #9bddb9f5;
    margin-bottom: 20px;
    transition: border 0.1s, transform 0.3s;
}

.card-list .card-title {
    font-size: 26px;
    margin: 8px 0;
    font-weight: 600;
    color: #333333;
}



.card-list .card-p {
    color: var(--color-three);
}

.card-list .card-p i {
    color: var(--color-two);
    margin-right: 8px;
}


/* -----------------------new tab view responsive css ----------------------------- */
.tabbable-responsive {
    display: block;
    min-width: 100%;
    overflow-x: auto;
    margin: 0px -21px -13px -21px;
}

.tabbable {
    min-width: 100%;
}

.tabbable .nav-tabs {
    white-space: nowrap;
    display: inline-block;
    min-width: 100%;
    padding: 0px 21px;
}

.tabbable .nav-tabs .nav-item {
    display: inline-block;
}

.tabbable .nav-tabs .nav-item .nav-link {
    display: inline-block;
}

small {
    font-size: 12px;
}

.text-dark {
    text-decoration: none !important;
}

.elmahio-ad {
    background: #fff;
   
    border-radius: 4px;
    overflow: hidden;
}

.elmahio-ad .logo {
  
    text-align: center;
}

.elmahio-ad .logo i:hover {
    background: #0da58e;
    color: #fff;
    border: 1px solid transparent;
    text-align: center;
    cursor: pointer;
}


.elmahio-ad .logo i {
    font-size: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
  
}

.elmahio-ad .motto {
    width: 160px;

    font-weight: bolder;
    padding: 12px;
}

.card-rad {
    border-radius: 6px;
}

/* ----------------------------responsive table css --------------------------- */

.rwd-table {

    width: 100%;
    border-collapse: collapse;
}

.rwd-table thead tr:first-child {
    border-top: none;
    background: #00416A;
    color: #fff;
}

.bg-thdark {
    background: #00416A;
    color: #ffff;
}

.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
    background-color: #ebf3f9;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:first-child {
    margin-top: .5em;
}

.rwd-table td:last-child {
    margin-bottom: .5em;
}

.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 120px;
    display: inline-block;
    color: #000;
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

.rwd-table {
    color: #333;
    border-radius: .4em;
    overflow: hidden;
}

.rwd-table tr {
    border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
    padding: .5em 1em;
}

@media screen and (max-width: 601px) {
    .rwd-table tr:nth-child(2) {
        border-top: none;
    }
}

@media screen and (min-width: 600px) {
    .rwd-table tr:hover:not(:first-child) {
        background-color: #d8e7f3;
    }

    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }

    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}


@-webkit-keyframes leftRight {
    0% {
        -webkit-transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(-10px)
    }

    75% {
        -webkit-transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

@keyframes leftRight {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-10px)
    }

    75% {
        transform: translateX(10px)
    }

    100% {
        transform: translateX(0)
    }
}


.input-group {
    margin-top: 30px;
    position: relative;
}

.input-group {
    position: relative;
}

.input-group input {
    background-color: transparent !important;
}

.input-group-addon {
    border: none;
}

.linkname {
    display: none;
}

.copyButton {
    cursor: pointer;
    background: #f1bb3a;
}

.copied {
   
    display: none;
    position: absolute;
    left: 55px;
}

.copied.show {
    display: block;
    animation: fadeOut 0.7s ease-out;
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-25px);
    }
}

.menuline span {
    padding: 6px 10px;
    margin: 0px 10px;
    border-bottom: 4px solid transparent;
    cursor: pointer;
}

.menuline span.activeLine {
    border-bottom: 4px solid #00416A;
    transition: all 0.3s ease-in-out;
}

.qicon {
    font-size: 18px;
    color: grey;
}

.w35p {
    width: 35%;
}

.w80p {
    width: 80%;
}

input:disabled {
    background-color: #00000008;
}

.passwordDiv {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 10px;
    right: 8px;
    font-size: 20px;
    color: #ccc;
    cursor: pointer;
    margin-right: 10px;
}

ul li.nav-item {
    text-align: center;
   
}




/*  ---------------------- switch style css --------------- */
.switch&gt;.row {
    padding-bottom: 2rem;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid rgba(189, 193, 200, 0.5);
}

.switch h3 {
    font-weight: 400;
}

.switch h3&gt;small {
    font-weight: 200;
    font-size: 0.75em;
    color: #939aa5;
}

.switch h6 {
    font-weight: 700;
    font-size: 0.65rem;
    letter-spacing: 3.32px;
    text-transform: uppercase;
    color: #bdc1c8;
    margin: 0;
    line-height: 5rem;
}

.switch .btn-toggle {
    top: 50%;
    transform: translateY(-50%);
}

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
    outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle:before {
    content: 'Deny';
    left: -4rem;
}

.btn-toggle:after {
    content: 'Allow';
    right: -4rem;
    opacity: 0.5;
}

.btn-toggle&gt;.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.active {
    transition: background-color 0.25s;
}

.btn-toggle.active&gt;.handle {
    left: 1.6875rem;
    transition: left 0.25s;
}

.btn-toggle.active:before {
    opacity: 0.5;
}

.btn-toggle.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
}

.btn-toggle.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    display: none;
}

.btn-toggle:before,
.btn-toggle:after {
    color: #6b7381;
}

.btn-toggle.active {
    background-color: #29b5a8;
}

.btn-toggle.btn-lg {
    margin: 0 5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 5rem;
    border-radius: 2.5rem;
}

.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
    outline: none;
}

.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
    line-height: 2.5rem;
    width: 5rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle.btn-lg:before {
    content: 'Deny';
    left: -5rem;
}

.btn-toggle.btn-lg:after {
    content: 'Allow';
    right: -6rem;
    opacity: 0.5;
}

.btn-toggle.btn-lg&gt;.handle {
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.btn-lg.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-lg.active&gt;.handle {
    left: 2.8125rem;
    transition: left 0.25s;
}

.btn-toggle.btn-lg.active:before {
    opacity: 0.5;
}

.btn-toggle.btn-lg.active:after {
    opacity: 1;
}

.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
    line-height: 0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.6875rem;
    width: 3.875rem;
}

.btn-toggle.btn-lg.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-lg.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
    display: none;
}

.btn-toggle.btn-sm {
    margin: 0 0.5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 4rem;
    border-radius: 1.5rem;
}

.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
    outline: none;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: 1.5rem;
    width: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle.btn-sm:before {
    content: 'Deny';
    left: -0.5rem;
}

.btn-toggle.btn-sm:after {
    content: 'Allow';
    right: -0.5rem;
    opacity: 0.5;
}

.btn-toggle.btn-sm&gt;.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.btn-sm.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-sm.active&gt;.handle {
    left: 2.66rem;
  
    transition: left 0.25s;
}

.btn-toggle.btn-sm.active:before {
    opacity: 0.5;
}

.btn-toggle.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm.btn-sm:before {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 1rem;
    width: 2.325rem;
}

.btn-toggle.btn-sm.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
}

.btn-toggle.btn-sm.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-sm.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
    display: none;
}

.btn-toggle.btn-xs {
    margin: 0 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1rem;
    width: 2rem;
    border-radius: 1rem;
}

.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
    outline: none;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    line-height: 1rem;
    width: 0;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle.btn-xs:before {
    content: 'Deny';
    left: 0;
}

.btn-toggle.btn-xs:after {
    content: 'Allow';
    right: 0;
    opacity: 0.5;
}

.btn-toggle.btn-xs&gt;.handle {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.btn-xs.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-xs.active&gt;.handle {
    left: 1.125rem;
    transition: left 0.25s;
}

.btn-toggle.btn-xs.active:before {
    opacity: 0.5;
}

.btn-toggle.btn-xs.active:after {
    opacity: 1;
}

.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
    line-height: -1rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.275rem;
    width: 1.55rem;
}

.btn-toggle.btn-xs.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-xs.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
    display: none;
}

.btn-toggle.btn-secondary {
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
    color: #6b7381;
}

.btn-toggle.btn-secondary.active {
    background-color: #ff8300;
}


.logo_img {
    height: 40px;
}

body {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

.user-panel {
    border-bottom: 0px !important;
}

/* -----------body loading css -------------- */
.body-page-loader {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: #272727;
    z-index: 1021;
  }

  .body-page-loader .txt {
    color: #666;
    text-align: center;
    top: 40%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
  }

  .spinner {
    position: relative;
    top: 35%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
  }

  @-webkit-keyframes sk-scaleout {
    0% {
      -webkit-transform: scale(0);
    }

    100% {
      -webkit-transform: scale(1.0);
      opacity: 0;
    }
  }

  @keyframes sk-scaleout {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
      opacity: 0;
    }
  }
  .brad20px {
    border-radius: 20px;
  }


  .profile-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .icon12 {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #00416A;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  
    font-weight: bold;
    text-transform: uppercase;
  }

  .popup {
    
    top: 50px;
    right: 0;
 
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }

  .popup-content {
    padding: 20px;
    text-align: center;
  }

  .popup-content .initials {
    width: 50px;
    height: 50px;
    background-color: #00416A;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .popup-content .name {
    font-weight: bold;
    margin-bottom: 5px;
  }

  .popup-content .email {
    color: #555;
    margin-bottom: 15px;
  }

  .popup-content .sign-out {
    background-color: #00416A;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
  }

  .cp {
    cursor: pointer;
  }


    /* Custom CSS for the navigation tabs */
    .cmq-nav-tabs {
        border-bottom: none;
        display: flex;
        justify-content: center;
      }
  
      .custom-tab {
        background-color: #fff;
        border: none;
        border-bottom: 3px solid transparent;
        padding: 10px 20px;
        margin-right: 5px;
        color: #007bff;
        font-weight: bold;
        transition: color 0.3s, border-bottom-color 0.3s;
      }
  
      .custom-tab:hover {
        color: #0056b3;
        border-bottom-color: #0056b3;
      }
  
      .custom-tab.active {
        color: #003366;
        border-bottom-color: #003366;
       
      }
  
      .custom-tab:focus {
        box-shadow: none;
      }
  
      .setting-section {
      
        margin: 40px auto;
      }
       .wrap-input100 {
        background: #ffffff80;
      }
      .sec-head-sticky {
        position: sticky;
        top: 70px;
        background-color: #fff;
        padding: 20px 0;
        z-index: 1;
      }
  
      /* ATM card view style new css */
      .atmCardView-card {
        width: 320px;
        height: 150px;
        border-radius: 10px;
        perspective: 1000px;
        margin-bottom: 20px;
      }
  
  
  
      .atmCardView-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        transition: transform 600ms ease;
        transform-style: preserve-3d;
        box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.2);
      }
  
      .atmCardView-card-front,
      .atmCardView-card-back {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        overflow: hidden;
        backface-visibility: hidden;
     
        background: linear-gradient(321.03deg, #d9d9d9 0%, #1760af 91.45%);
      }
  
      .atmCardView-card-front {
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        transition: transform 300ms ease-in-out;
      }
  
      .deactiveCard {
        background: gray !important;
      }
  
      .atmCardView-card-back {
        transform: rotateY(180deg);
      }
  
      .atmCardView-card-back::before {
        content: "";
        position: absolute;
        top: 40%;
        left: 20%;
        width: 180%;
        height: 120%;
        border-radius: 100%;
        background-image: linear-gradient(to right top, #a3d4e7, #a7d5e6, #abd5e4, #aed6e3, #b2d6e2, #aed4e2, #abd3e1, #a7d1e1, #9bcee1, #8ecae1, #81c7e1, #73c3e1);
        filter: blur(10px);
        opacity: 0.15;
      }
  
      .atmCardView-card-back::after {
        content: "";
        position: absolute;
        top: 15%;
        width: 100%;
        height: 40px;
        background-image: linear-gradient(to right top, #021318, #07191f, #0a1f26, #0b262e, #0c2c35, #0c2c35, #0c2c35, #0c2c35, #0b262e, #0a1f26, #07191f, #021318);
      }
  
      .atmCardView-card-bg {
        display: none;
        position: absolute;
        top: -20px;
        right: -120px;
        width: 380px;
        height: 250px;
        background: linear-gradient(321.03deg, #01adef 0%, #0860bf 91.45%);
        border-top-left-radius: 100%;
      }
  
      .atmCardView-card-bg::before {
        content: "";
        position: absolute;
        top: -20px;
        right: -80px;
        width: 380px;
        height: 250px;
        background: linear-gradient(321.03deg, #01adef 0%, #0860bf 91.45%);
        border-top-left-radius: 100%;
      }
  
      .atmCardView-card-bg::after {
        content: "";
        position: absolute;
        top: -20px;
        right: -120px;
        width: 380px;
        height: 250px;
        background: linear-gradient(321.03deg, #01adef 0%, #0860bf 91.45%);
        border-top-left-radius: 100%;
      }
  
      .atmCardView-card-glow {
        position: absolute;
        top: -140px;
        left: -65px;
        height: 200px;
        width: 400px;
        background: rgba(0, 183, 255, 0.4);
        filter: blur(10px);
        border-radius: 100%;
        transform: skew(-15deg, -15deg);
      }
  
      .atmCardView-card-contactless {
        position: absolute;
        right: 10px;
        top: 45px;
        transform: scale(0.5);
      }
  
      .atmCardView-card-chip {
        position: absolute;
        top: 65px;
        left: 25px;
        width: 45px;
        height: 34px;
        border-radius: 5px;
        background-color: #ffda7b;
        overflow: hidden;
      }
  
      .atmCardView-card-chip::before {
        content: "";
        position: absolute;
        left: 49%;
        top: -7%;
        transform: translateX(-50%);
        background: #ffda7b;
        border: 1px solid #a27c1f;
        width: 25%;
        height: 110%;
        border-radius: 100%;
        z-index: 2;
      }
  
      .atmCardView-card-chip::after {
        content: "";
        position: absolute;
        top: 30%;
        left: -10%;
        background: transparent;
        border: 1px solid #a27c1f;
        width: 120%;
        height: 33%;
      }
  
      .atmCardView-card-holder {
        position: absolute;
        left: 25px;
        bottom: 30px;
        color: white;
        font-size: 14px;
        letter-spacing: 0.2em;
        filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
      }
  
      .atmCardView-card-number {
        position: absolute;
        left: 25px;
        bottom: 65px;
        color: white;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.2em;
        filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
      }
  
      .atmCardView-card-valid {
        position: absolute;
        right: 25px;
        bottom: 30px;
        color: white;
        font-size: 14px;
        letter-spacing: 0.2em;
        filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
      }
  
      .atmCardView-card-valid::before {
     
        position: absolute;
        top: 1px;
        left: -35px;
        width: 50px;
        font-size: 7px;
      }
  
      .atmCardView-card-signature {
        position: absolute;
        top: 120px;
        left: 15px;
        width: 70%;
        height: 30px;
        background: #eeecec;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #021318;
        font-family: "Mr Dafoe", cursive;
        font-size: 38px;
        font-weight: 400;
      }
  
      .atmCardView-card-signature::before {
        content: "Authorized Signature";
        position: absolute;
        top: -15px;
        left: 0;
        font-family: "Overpass Mono", monospace;
        font-size: 9px;
        color: #eeecec;
      }
  
      .atmCardView-card-seccode {
        position: absolute;
        top: 125px;
        left: 245px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 17px;
        color: #021318;
        background-color: #eeecec;
        text-align: center;
        font-size: 11px;
      }
  
      .atmCardView-logo {
        position: absolute;
        left: 20px;
        top: 30px;
      }
  
      .atmCardView-logo-right {
        position: absolute;
        right: 25px;
        top: 20px;
      }
  
      .atmCardView-hint {
        padding: 2em 0;
        font-family: "Noto Sans KR", sans-serif;
        letter-spacing: 0.025em;
        font-weight: 400;
        color: #a3d4e7;
      }
  
      .addNewCardStyle {
        background: transparent !important;
        border: 2px dashed grey;
      }
  
      .addNewCardStyle:hover {
        background: rgb(198, 198, 198) !important;
        cursor: pointer;
      }</pre></body></html>