/* Minification failed. Returning unminified contents.
(220,33): run-time error CSS1046: Expect comma, found '133'
(220,41): run-time error CSS1046: Expect comma, found '/'
(220,65): run-time error CSS1046: Expect comma, found '97'
(220,71): run-time error CSS1046: Expect comma, found '/'
(266,37): run-time error CSS1046: Expect comma, found '144'
(266,45): run-time error CSS1046: Expect comma, found '/'
(266,74): run-time error CSS1046: Expect comma, found '182'
(266,82): run-time error CSS1046: Expect comma, found '/'
 */
.xero {
    /*background-color: #18bcf2;*/
    background-color: #13B5EA !important;
    color: white !important;
    border-color: #13B5EA !important;
    border-radius: 4px;
}

    .xero:focus {
        background-color: #1699C4 !important;
        color: white !important;
        border-color: #13B5EA !important;
    }

    .xero:hover {
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2) !important;
        color: white !important;
        border-color: #13B5EA !important;
    }


.myob {
    /*background-color: #7c05e6;*/
    background-color: #8241aa !important;
    color: white !important ;
    border-color: #8241aa !important; 
    border-radius: 4px;
}

    .myob:focus {
        background-color: #703694 !important;
        color: white !important;
        border-color: #8241aa !important;
    }

    .myob:hover {
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2) !important;
        color: white !important;
        border-color: #8241aa !important;
    }

/*.k-dialog .k-window-titlebar .k-dialog-title {
    visibility: hidden;
}*/

/*.k-dialog-button-layout-stretched .k-button {
    flex: 0 0 auto; 
    white-space: nowrap; 
    margin: 0 auto;
}*/

h1 h2 h3 {
    font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
    color: #2F6A99 !important;
}

.topic-for-selection {
    color: #2F6A99 !important;
    font-size: 24px;
}

.sentence-selection-box {
    color: #929292 !important;
    font-weight: 600;
}

card-topic {
    margin-top: 0px !important;
    padding-top: 0px !important;
    color: #2F6A99 !important;
}

#myobCompanyFileName {
    color: #7C3F98 !important;
}

#xeroOrganisationName {
    color: #13B5EA !important;
}
/*body {
            background-color: #ececec;
            font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        }*/
.centered-xxx {
    /*position: fixed;
            top: 50%;
            left: 50%;
            margin-top: -50px;
            margin-left: -100px;*/
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.xeroLogo {
    background-image: url("/Images/xero-logo-vector.svg");
    /*background-position: 0 -64px;*/
}

.myobLogo {
    background-image: url("/Images/myob-logo-vector.svg");
    /*background-position: 0 -64px;*/
}


/*.login-with-xero-btn {
    background-image: url('/Images/xero-logo-vector.svg');
}*/

.top-logo {
    float: left;
    margin-left: 8px;
}

    .top-logo img{
        height:30px;
        
    }
/*.login-with-myob-btn {
   background-image: url('/Images/myob-logo-vector.svg');
}*/

/*.login-with-btn {
    transition: background-color .3s, box-shadow .3s;
    padding: 12px 16px 12px 48px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 6px 5px;
    background-size: 32px 32px;
    text-decoration: none;
}*/

/*.login-with-btn {
    transition: background-color .3s, box-shadow .3s;
    padding: 12px 16px 12px 48px;
    border: none;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 6px 5px;
    background-size: 32px 32px;
    text-decoration: none;
   
}
*/

.login-with-btn {
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 7px 12px 7px 12px;
    border: 2px solid transparent;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    color: #333;
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(to bottom, #ffffff, #f5f5f5);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 35px 28px;
    padding-right: 55px !important;
    text-decoration: none;
    display: inline-block;
}

.login-with-xero-btn {
    background-image: url('/Images/xero-logo-vector.svg');
    border-color: #13B5EA; /* Xero Blue */
}

.login-with-myob-btn {
    background-image: url('/Images/myob-logo-vector.svg');
    border-color: #7c3f98; /* MYOB Purple */
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 12px;
    color: #999;
    margin: 25px auto;
    width: 150px;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
}

    .divider hr {
        flex: 1;
        border: none;
        border-top: 1px solid #ccc;
    }

.btnConnect:hover {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
    cursor: pointer;
    background-color: #f5f5f5;
}

.btnConnect:active {
    background-color: #eeeeee;
}

.btnConnect:focus {
    outline: none;
    box-shadow: 0 -1px 0 rgb(59 133 204 / 0%), 0 2px 4px rgb(91 97 98 / 26%), 0 0 0 3px #fefeff;
}

.error-message {
    color: red;
}

/*body {*/
    /*background-color: #ececec;*/
    /*margin: 0;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
    padding-top: 20px !important;
    color: #595d60;
    background-color: #E1ECEF;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}*/

html, body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
    background-color: #E1ECEF;
}

*, *::before, *::after {
    box-sizing: inherit;
}

.navbar {
    overflow: hidden;
    background-color: #fff;
    color: #595d60;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgb(144 144 144 / 20%), 0 2px 10px 0 rgb(182 182 182 / 19%);
    height: 42px;
    padding: 5px;
    font-size: 12px;
    z-index: 1000;
}

.navbar-logo {
    float: left;
    margin-right: 20px;
    margin-top: 8px;
}

.navbar-logo-img {
    height: 15px;
    padding-top: 10px;
}

.user-login {
    background-image: url("/Images/user-icon.svg");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    height: 21px;
    width: 21px;
    vertical-align: middle;
    display: block;
}

a[href*="/Connect/Logout"] {
    display: inline-block;
    background-color: #136ac1;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    margin-left: 10px;
    line-height: 1.42857143;
    font-size:14px;
}

    a[href*="/Connect/Logout"]:hover {
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) !important;
    }

.main {
    margin: 50px 10px 10px 10px;
    overflow-y: auto;
   /* flex-grow: 1;*/
    /*padding: 10px;
    height:100vh;*/
}
/*.centered {
    position: fixed;
    top: 50%;
    left: 50%;*/
    /* bring your own prefixes */
    /*transform: translate(-50%, -50%);
}*/

.centered {
    max-width: 660px;
    margin: 80px auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.centered-container-main {
    max-width: 720px;
    margin: 50px auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.centered-transfers {
    max-width: 660px;
    margin: auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.company-selection-card {
    /*max-width: 720px;*/
    margin: auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.container-data-transfer-main {
    width: 97vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 24px;  Optional: prevent tight edges */
    box-sizing: border-box;
    background-color: white;
    border-radius: 15px;
}

.img-logo {
    width: 230px;
    margin-top: 20px;
}

.box {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    min-width: 400px;
    min-height: 200px;
    border-radius: 10px;
    padding: 10px;
}

.box-for-login {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    min-width: 380px;
    min-height: 400px;
    border-radius: 10px;
    padding: 10px;
}

.button-wrapper-for-login {
    margin-top:40px;
}

.login-box {
    float: right;
    margin-right: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.text-center {
    text-align: center;
}

.btn-xero {
    border-color: #13B5EA !important;
    background-color: #13B5EA !important;
}

.btn-myob {
    border-color: #8241aa !important;
    background-color: #8241aa !important;
}

.toDate-label {
    margin-top: 5px;
}
/* Steps Start  -*/
.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    font-size: 12px;
}

    .stepper-item::before {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: 100%;
        top: 20px;
        left: -50%;
        z-index: 2;
    }

    .stepper-item::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: 100%;
        top: 20px;
        left: 50%;
        z-index: 2;
    }

    .stepper-item .step-counter {
        position: relative;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgb(226, 226, 226);
        margin-bottom: 6px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .stepper-item.active {
        font-weight: bold;
    }

    .stepper-item.completed .step-counter {
        background-color: #5ebd4a;
    }

    .stepper-item.completed::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #5ebd4a;
        width: 100%;
        top: 20px;
        left: 50%;
        z-index: 3;
    }

    .stepper-item:first-child::before {
        content: none;
    }

    .stepper-item:last-child::after {
        content: none;
    }

.step-name {
    margin-top: 10px;
}

/* Steps End  -*/

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111;
    background-color: rgba(0, 0, 0, .25);
    opacity: 0.75;
    width: 100%;
    height: 100%;
}

/* Loader */

.lds-ellipsis {
    display: inline-block;
    position: fixed; /* changed from relative to fixed */
    top: 50%; /* vertically center */
    left: 50%; /* horizontally center */
    transform: translate(-50%, -50%); /* exact center */
    width: 80px;
    height: 80px;
    z-index: 9999;
}

    .lds-ellipsis div {
        position: absolute;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #062aff;
        opacity: 1 !important;
        z-index: 112;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.span-bg-xero {
    background-image: url("/Images/xero-logo-vector.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    display:inline-block;
    vertical-align:middle;
}
.span-bg-myob {
    background-image: url("/Images/myob-logo-vector.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
}
.img-activity-log {
    background-image: url("/Images/img-activity-log.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.66;
}

.img-activity-log:hover {
    opacity:1.0;
}


.page-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
}

.card {
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    padding: 24px 24px 34px 24px;
    /*margin-bottom: 40px;*/
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    background-color: #fff;
    text-align: center;
    margin: 20px;
}

.card-transfer {
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    padding: 24px 24px 34px 24px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    background-color: #fff;
    text-align: center;
    margin: 20px;
    width: 750px;
}

.card-connections-main {
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    padding: 24px 24px 34px 24px;
    margin-bottom: 40px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    background-color: #fff;
    text-align: center;
    width: 720px;
}

.card-connections {
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    background-color: #fff;
    text-align: center;
}

.container-for-grid {
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    max-width: 100%;
    width: 98vw;
    box-sizing: border-box;
}

.container-for-grid-session-history {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    max-width: 100%;
    width: 98vw;
    box-sizing: border-box;
}

.container-for-all {
    width: 97vw;
    height: 90vh;
    display: flex;
    flex-direction: column; /* stack header at top, content below */
    background-color: white;
    border-radius: 15px;
    overflow: auto;
    box-sizing: border-box;
}

.topic-for-grid {
    margin: 0;
    color: #2F6A99;
    font-weight: 700;
}

.topic-for-company-name {
    font-weight: 500;
    color: #929292 !important;
    margin: 8px 0px 12px 0px;
    font-size: 17px;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px; /* Optional spacing below */
    flex-wrap: wrap; /* For responsiveness */
}

.header-row-session-history {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.button-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 10px; /* Optional spacing between buttons */
}

.button-wrapper-botom {
    display: flex;
    justify-content: flex-start;
    gap: 10px; /* Optional spacing between buttons */
    margin-top: 10px;
}

.transfer-btn {
    background-color: #136ac1 !important;
    border-color: #136ac1 !important;
    border-radius: 4px !important;
}

    .transfer-btn :hover {
        background-color: #115498 !important;
        color: white !important;
    }

    .transfer-btn :focus {
        background-color: #115498 !important;
        color: white !important;
    }

#buttonStartTransfer {
    background-color: #136ac1 !important;
    border-color: #136ac1 !important;
    border-radius: 4px !important;
}

    #buttonStartTransfer :hover {
        background-color: #115498 !important;
        color: white !important;
    }

    #buttonStartTransfer :focus {
        background-color: #115498 !important;
        color: white !important;
    }

.button-wrapper-for-conversions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* centers buttons horizontally */
    gap: 10px;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
}

.conversion-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 20px auto 25px;
}

.conversion-card {
    display: flex;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 110px;
    background-color: #F5FAFD;
    border: 1px solid #b6dce4;
    border-radius: 8px;
    padding: 12px;
    text-decoration: none;
    color: #1a609d;
    font-size: 14px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s;
}

    .conversion-card:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .conversion-card img {
        width: 30px;
        height: 30px;
        margin-bottom: 8px;
    }

    .conversion-card h4 {
        margin: 0 0 6px 0;
        font-size: 13px;
        font-weight: 600;
    }

    .conversion-card span {
        font-size: 12px;
        color: #2A9AB2;
    }

    .conversion-card:nth-child(4) {
        flex-basis: 100%;
    }

.flow-display-container {
    background-color: #E6F4FD;
    border-radius: 12px;
    border-color: #B6DCE4;
    padding: 34px 24px 34px 24px;
    max-width: 400px;
    margin: 20px auto 20px auto;
    display: inline-block;
    border-width: 1.5px;
    border-style: solid;
}

.flow-display-container-second {
    background-color: #E6F4FD;
    border-radius: 12px;
    border-color: #B6DCE4;
    padding: 34px 24px 34px 24px;
    width: 60%;
    margin: 30px auto 10px auto;
    box-sizing: border-box;
    border-width: 1.5px;
    border-style: solid;
}

.flow-display-container-cards {
    background-color: #E6F4FD;
    border-radius: 12px;
    border-color: #B6DCE4;
    padding: 34px 24px 34px 24px;
    max-width: 400px;
    margin: 15px auto 30px auto;
    display: flex;
    border-width: 1.5px;
    border-style: solid;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.controller-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
}

.button-wrapper-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.left-buttons,
.right-buttons {
    display: flex;
    gap: 0.5rem;
}

.circle-back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    padding: 8px !important;
    background-color: #ffffff; /* white for embossed look */
    color: #136ac1;
    text-decoration: none;
    min-width: 0 !important;
    line-height: 1 !important;
    border:1px solid #136ac1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: background-color 0.2s ease, color 0.2s ease;
    margin-bottom:5px;
}

    .circle-back-btn .k-icon {
        font-size: 18px;
        line-height: 1;
        color: #136ac1; /* default arrow color */
    }

    /* Hover: Blue background + white arrow */
    .circle-back-btn:hover {
        background-color: #136ac1 !important;
    }

        .circle-back-btn:hover .k-icon {
            color: #ffffff;
        }

.container-header {
    display: flex;
    justify-content: space-between; /* arrow left, help right */
    align-items: center;
    padding: 15px; /* spacing inside */
    width: 100%;
    box-sizing: border-box;
}

.container-header-grid {
    display: flex;
    justify-content: space-between; /* arrow left, help right */
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.topic-header {
    display: flex;
    align-items: center; /* vertically align button & heading */
    gap: 8px; /* space between button & text */
    margin-bottom: 8px;
}

.btn-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}


    .btn-circle .k-icon {
        margin: 0;
    }

.warning-msg {
    margin-top: 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #c04c4c;
}

.help-icon {
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 24px; /* adjust size */
    color: #2F6A99; /* theme color */
}

    .help-icon a {
        text-decoration: none;
        color: inherit;
    }

        .help-icon a:hover {
            color: #1d4564;
        }
    .help-icon .k-icon {
        font-size: 24px;
        color: #136ac1;
    }

.help-icon-question {
    position: relative;
    top: -5px;
    font-size: 24px; /* adjust size */
    color: #2F6A99; /* theme color */
}

    .help-icon-question a {
        text-decoration: none;
        color: inherit;
    }

        .help-icon-question a:hover {
            color: #1d4564;
        }

    .help-icon-question .k-icon {
        font-size: 24px;
        color: #136ac1;
    }

.help-icon-sub-container {
    float: right;
    font-size: 20px;
    color: #2F6A99;
    position: relative;
    top: -5px;
}

    .help-icon-sub-container a {
        text-decoration: none;
        color: inherit;
    }

        .help-icon-sub-container a:hover {
            color: #1d4564;
        }

    .help-icon-sub-container .k-icon {
        font-size: 20px;
        color: #136ac1;
    }

.break {
    flex-basis: 100%;
    height: 0;
}

#tokenStatus {
    color: #929292 !important;
}

.k-grid tr.k-state-selected {
    background-color: #fafafa !important;
}

.k-grid tr.k-state-selected {
    color: #555A5D !important;
    font-weight: 600;
}

.k-grid tr.k-state-selected:hover td {
    background-color: white !important;
}

.k-state-selected {
    box-shadow: none !important;
    border-bottom-color:aliceblue !important;
}

.k-grid tr.k-state-selected:nth-child(even) {
    background-color: #F4F4F4 !important; /* slightly different blue for even */
    color: #000;
}

.k-button {
    border-color: #136ac1;
    border-radius: 4px;
    color: #136ac1;
    background-color: #fafafa;
    box-shadow: none;
}

    .k-button:hover {
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) !important;
        background-color: #f5f5f5;
        border-color: #136ac1 ;
        color: #136ac1;
    }

    .k-button:focus {
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) !important;
        background-color: #f5f5f5 ;
        border-color: #136ac1;
        color: #136ac1;
    }

    .k-primary {
        background-color: #136ac1 !important;
        border-color: #136ac1 !important;
        border-radius: 4px !important;
        box-shadow: none;
        color: white !important;
    }

    .k-primary :hover {
        background-color: #115498 !important;
        color: white !important;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) !important;
    }

    .k-primary :hover {
        background-color: #115498 !important;
        color: white !important;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) !important;
    }

    /*.k-button:focus {
        background-color: #115498 ;
        color: white !important;
    }*/

    .k-grid .k-grouping-header {
        color: #969696;
        font-size: 14px;
        padding-left: 8px;
    }

secondary-btn {
    color: #136AC1 !important;
}

.k-grid-header, .k-grid-header .k-header, .k-grid-footer, .k-footer-template td {
    background-color: white;
}

.k-grid-header .k-header .k-link, .k-grid-header .k-link, .k-grid-header .k-link:link {
    color: #24578e;
    font-weight:650 !important;
}

.k-widget {
    border-color: #d7e2ee !important;
    border-radius: 4px !important;
    color: #555A5D !important;
    font-size: 14px;
}

.k-grid {
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05), -2px 0 6px rgba(0, 0, 0, 0.05), 2px 0 6px rgba(0, 0, 0, 0.05);
    margin-top: 10px;
}

.k-toolbar {
    border-color: #d7e2ee !important;
}

.k-grid tr:hover {
    background-color: #F1F7FA !important;
}

.k-grid tbody tr:nth-child(even) {
    background-color: #F1F7FA; 
}

.k-grid td, .k-header {
    border-color: transparent !important;
}

.k-window-titlebar {
    background-color: #136AC1 !important;
}

.k-button[disabled] {
    border-color: #cccccc !important;
    background-color: #cccccc !important;
    color: #666666 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}

#dialogMYOBCompanyFiles .k-grid-footer, .k-grid-footer-wrap {
    border-color: transparent !important;
}

#dialogMYOBCompanyFiles .k-grid-header {
    border-color: transparent !important;
}

#dialogMYOBCompanyFiles .k-grid-header-wrap {
    border-color: transparent !important;
}

#dialogMYOBCompanyFiles .k-grid-content {
    overflow-y:hidden;
}

#dialogMYOBCompanyFiles .k-widget {
    border-color: transparent !important;
    box-shadow: none !important;
}

#dialogMYOBCompanyFiles .k-grid tbody tr:nth-child(even) {
    background-color: white !important;
}

#grid-list-myob .k-icon:before {
    display: none !important;
    visibility: hidden !important;
}

#dialogXeroOrganisations .k-grid {
    border-color: transparent !important;
    box-shadow: none !important;
}

#dialogXeroOrganisations .k-grid tbody tr:nth-child(even) {
    background-color: white !important;
}

#grid-list-xero .k-grid-header, .k-grid-header-wrap, .k-grid-footer {
    border-color: transparent !important;
}

#grid-list-xero .k-icon:before {
    display: none !important;
    visibility: hidden !important;
}

#dialogXeroOrganisations .k-grid-content {
    overflow-y: hidden;
}

.k-loader-primary .k-loader-segment::after {
    background-color: #1B68C7;
}

.k-grid-header th.k-header {
    color: #24578E;
    font-weight: 650 !important;
}

    /*.k-button:hover {
    background-color: #f7f6f6;
    box-shadow: 2px 6px 0 rgba(0, 0, 0, .2);
}*/

.textarea.k-textarea {
    background-color: #fafafa !important;
}

.sessions-quota {
    color: white;
    padding: 4px 12px;
    text-decoration: none;
    border-radius: 24px;
    transition: background 0.3s ease;
}

.sessions-quota-available {
    background-color: #00B430;
}

.sessions-quota-exceeded {
    background-color: #BF090C;
}

.sessions-quota-available:hover {
    background-color: #009900;
}

.sessions-quota-exceeded:hover {
    background-color: #9C0A0C;
}

.user-name {
    border: 1px solid #fff;
    color: #2F6A99 !important;
    padding: 4px 8px;
    text-decoration: none;
    transition: background 0.3s ease;
    border-radius: 24px;
    font-weight: bold;
}

    .user-name:hover {
        border: 1px solid #136ac1;
        background-color: #fafafa;
    }

.required-input {
    border-right: 1px solid red;
    padding-right: 4px; 
}

.form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 12px;
}

    .form-group label {
        margin-bottom: 4px;
    }


.form-inline-group {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

    .form-inline-group label {
        display: inline-block;
        width: 140px;
        font-weight: 500;
        text-align: left;
        margin-right: 8px;
    }

    /*.form-inline-group input {
        flex: 1;
    }*/
