﻿:root {
    --bs-body-bg: rgba(248,248,248,1);
    --bs-primary: #29b7dd;
    --bs-primary-rgb: 41, 183, 221;
    --bs-primary-hover: #1d95b5;
    --bs-link-color: var(--bs-primary);
    --kendo-color-primary: var(--bs-primary);
    --kendo-color-primary-hover: var(--bs-primary-hover);
    --kendo-color-primary-active: var(--bs-primary-hover);
    --kendo-color-primary-on-surface: #94dbee;
}

.btn-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-primary-hover);
    --bs-btn-hover-border-color: var(--bs-primary-hover);
    --bs-btn-active-bg: var(--bs-primary-hover);
    --bs-btn-active-border-color: var(--bs-primary-hover);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6bcde8;
    --bs-btn-disabled-border-color: #6bcde8;
}

header {
    background-color: #000000;
}

.logo {
    height: 66px;
}

header span.h6 {
    color: #fff;
}

header a.nav-link {
    color: #fff;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

    header a.nav-link:hover,
    header a.nav-link.active {
        color: #fff;
    }

        header a.nav-link:hover:after,
        header a.nav-link.active:after {
            content: "";
            height: 2px;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: var(--bs-primary);
        }

/* To remove licence bookmark */
.k-grid > div[style*="position: absolute;"],
.k-tabstrip > div[style*="position: absolute;"],
.k-drawer-container > div[style*="position: absolute;"],
.k-panelbar > div[style*="position: absolute;"] {
    display: none;
}

#k-license-banner {
    display: none !important;
}


.k-stepper .k-step-current .k-step-indicator,
.k-stepper .k-step-done .k-step-indicator,
.k-stepper .k-step-current:hover .k-step-indicator,
.k-stepper .k-step-done:hover .k-step-indicator {
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
}

.k-progressbar {
    background-color: #dadada;
}

    .k-progressbar .k-selected {
        background-color: var(--bs-primary);
    }

.trk-t {
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 0 0 7px 0;
    margin: 0;
    font-weight: 500;
}

.text-black-14 {
    color: black !important;
}

.border-bottom-solid {
    border-bottom-style: solid;
}

.border-black-1 {
    border-color: rgba(0, 0, 0, 0.05);
}

.font-weight-semi {
    font-weight: 500 !important;
}

.border-w-1 {
    border-width: 1px;
}

.trk-container .trk-inr .trk-row .trkCol {
    display: flex;
    padding: 3px 0 3px 0;
    font-size: 14px;
}

.trk-container.customerViewBox .trk-inr .trk-row .trkCol .trkCol-h {
    min-width: 250px;
    max-width: 250px;
}

.systemSet .trk-container .trk-inr .trk-row .trkCol .trkCol-h {
    line-height: 20px;
}

.systemSet .trk-container .trk-inr .trk-row .trkCol .trkCol-dot {
    line-height: 20px;
}

.systemSet .trk-container .trk-inr .trk-row .trkCol .trkCol-p {
    line-height: 20px;
    color: #333;
    padding: 1px 3px 1px 3px;
    border: 2px solid white;
    position: relative;
    word-break: break-all;
}

.stepFlowRow {
    float: left;
    width: 100%;
    z-index: 3;
    position: relative;
    grid-row: 1 / -1;
}

.stepLabelRow {
    float: left;
    width: 100%;
    margin: 0 0 0 30px;
    display: flex;
    justify-content: space-between;
    opacity: 0.4;
    border-bottom: 1px solid rgba(0,0,0, 0.1);
    padding: 13px 0 13px 0;
}

.stepFlowCol {
    float: left;
    width: 100%;
}

.stepColumn {
    display: flex;
    float: left;
    width: 100%;
    padding: 0 0 0 1px;
    align-items: center;
}

.stepLabel {
    font-size: 14px;
    color: var(--bs-primary);
    font-weight: bold;
    padding: 5px 0 0 0;
}

.stepCircle {
    width: 32px;
    height: 30px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0, 0.2);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepCircleIcon i {
    font-size: 11px;
    color: rgba(0,0,0, 0.2);
}

.stepLine {
    position: absolute;
    height: 100%;
    background: transparent;
    border-left: 2px dashed rgba(0,0,0, 0.2);
    width: 3px;
    z-index: 2;
    top: 53px;
    left: 16px;
    grid-row: 1 / 3;
}

.stepCircleBdr {
    background: transparent;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepCircleBox {
    height: 10px;
    width: 10px;
    background: rgba(0,0,0, 0.13);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-active .stepCircleBox {
    background: var(--bs-primary);
    width: 100%;
    height: 100%;
}

    .step-active .stepCircleBox i {
        font-size: 16px;
        color: rgba(255,255,255, 0.99);
    }

.step-active .stepLabelDetails {
    color: rgba(0,0,0, 0.9);
}

.step-current .stepCircleBox {
    background: rgba(0,0,0, 0.6);
}

    .step-current .stepCircleBox i {
        color: #ffffff;
    }

.step-current .stepLabelDetails {
    color: rgba(0,0,0, 0.7);
}

.stepDetailBox {
    float: left;
    width: 100%;
    padding: 10px 0 20px 0;
}

.stepFlowGroup {
    position: relative;
    float: left;
    width: 100%;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
}

.stepLabelDetails {
    float: left;
    width: 100%;
    padding: 5px 0 1px 0;
    font-size: 13px;
    color: rgba(0,0,0, 0.7);
}

.stepRowText {
    float: left;
    width: 86%;
}

.stepBtn {
    text-align: right;
}

    .stepBtn button {
        margin: 0 0 7px 0;
        min-width: 70px;
    }

.step-active .stepLabelRow {
    opacity: 0.85;
}

.step-current .stepLabelRow {
    opacity: 1;
}

.opacity45 {
    opacity: 0.45;
}

.stepFlow {
    float: left;
    width: 100%;
    background: rgba(0,0,0, 0.02);
    padding: 15px 20px;
    box-shadow: 0px 1px 5px 0 rgba(0,0,0, 0.15);
    border-radius: 10px;
}

.stepMain {
    padding: 5px 20px 5px 10px;
    float: left;
    width: 90%;
}

.trk-title {
    float: left;
    width: 100%;
    font-size: 18px;
    margin: 0;
}





.userListingData {
    max-height: calc(100% - 53px);
    min-width: 720px;
    overflow: hidden auto;
    padding: 8px 5px;
}

.userListingDataCol {
    background: rgba(0, 0, 0, .03);
    border: 2px dashed rgba(0, 0, 0, .1);
    border-radius: 6px;
    float: left;
    height: 100%;
    margin: 7px 0;
    padding: 7px 15px 10px;
    width: 100%;
}

.font-weight-bold {
    font-weight: 700 !important;
}


.tblUsr .topUsrAreaPic {
    align-items: center;
    display: flex;
    float: left;
}

.tblUsr .contact-list-icon {
    align-items: center;
    border: 2px solid rgba(0, 0, 0, .2);
    border-radius: 120px;
    display: flex;
    height: 120px;
    justify-content: center;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    width: 120px;
}

.topUsrAreaPic-i {
    float: left;
    padding: 0 5px 0 0;
}

.tblUsr .contact-list-icon {
    height: 38px;
    width: 38px;
}

.tblUsr .topUsrAreaPic-i .contact-list-icon {
    border: 2px solid #fff;
}

.topUsrAreaPic-tx {
    display: grid;
}

    .topUsrAreaPic-tx .mx-td-spn {
        min-width: 0;
    }


.mx-td-spn {
    cursor: default;
    max-height: 24px;
    max-width: 100%;
    min-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: max-height 1.5s cubic-bezier(0,1.05,0,1);
    white-space: nowrap;
}

.font-weight-semi {
    font-weight: 500 !important;
}


.bg-darksteelblue {
    background: #abb0d6 !important;
    color: $white;
}

.bg-thistle {
    background: #d0aece !important;
    color: $white;
}

.bg-darkseagreen {
    background: #bfd699 !important;
    color: $white;
}

.bg-darkkhaki {
    background: #ccca90 !important;
    color: $white;
}

.bg-blueskydull {
    background: #5cb0ba !important;
    color: $white;
}

/*.editable-field {
    background-color: #f0f8ff;
    border: 1px solid #007bff; 
    padding: 5px;
    border-radius: 4px;
}

    .editable-field:focus {
        outline: none;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); 
    }*/

@keyframes loader-animation {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
    z-index: 999999;
}

.loader-icon div {
    position: absolute;
    animation: loader-animation 0.5s linear infinite;
    width: 86px;
    height: 86px;
    top: 65px;
    left: 65px;
    border-radius: 50%;
    box-shadow: 0 4.34px 0 0 var(--bs-primary);
    transform-origin: 43.4px 45.57px;
}

.loader-icon-container {
    width: 217px;
    height: 217px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.loader-icon {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
}

    .loader-icon div {
        box-sizing: content-box;
    }

.loader-small {
    height: 18px;
    position: relative;
    top: -2px;
}

.loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7); /* semi-transparent white */
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}



.login-page {
    width: 360px;
    padding: 50px 0 0;
    margin: auto;
}

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 50px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

    .form .message {
        margin: 15px 0 0;
        font-size: 12px;
    }

        .form .message a {
            color: var(--bs-primary);
            text-decoration: none;
        }

    .form .forgotpassword-form {
        display: none;
    }

.form-control {
    -webkit-appearance: auto;
    appearance: auto;
}

body.account {
    background: var(--bs-primary); /* fallback for old browsers */
    background: rgb(var(--bs-primary-rgb));
    background: linear-gradient(90deg, rgba(var(--bs-primary-rgb),0.5) 0%, rgba(var(--bs-primary-rgb),1) 50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    min-height: 100vh;
}
    body.account:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        background-image: url(images/logo-transparent_white.png);
        background-size: cover;
        width: 500px;
        height: 500px;
        opacity: 0.1;
    }


.box-container {
    height: auto;
    padding: 10px;
    position: relative;
    width: 100%;
}

    .box-container .box-title {
        background-color: #f8f8f8;
        font-size: 14px;
        left: 10px;
        padding: 0 5px;
        position: absolute;
        top: -12px;
    }

.fs-14 {
    font-size: 14px;
}