@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400&display=swap');

html, body {
    /* font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: 'Manrope', sans-serif;
    overflow-x: hidden;
    height: 100vh;
    /*    scroll-behavior: smooth;*/
}
}

a, .btn-link {
    color: #495057;
}

.btn-primary {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
    width:75px;
}

.content {
    padding-top: 0.5rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.top-logo {   
   /* border-bottom: 1px solid #d6d5d5;*/
    height: 3.5rem;
    display: flex;
    font: bold;
    color: #1261b7 !important;
    height:3.5rem
}
.brand {
    vertical-align: bottom;
    margin-top: 25px;
    margin-left: 5px;
    font-weight: bold;
    color: #6c757d;
    font-size: 12px;
}

* {
    box-sizing: border-box;
}
.close{
    text-shadow:none !important;
    opacity:1 !important;
    font-weight:lighter;
}

/*.bx {
    color: #999999 !important;
   
}*/


.footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    color: maroon;
    text-align: center;
    background-color: #f7fafb;
    font-size:10px;
}
.home{
    max-width:100% !important;

}
.scroll {
    overflow-x:scroll;
}
.content {
    height: 93vh;
}
  .pagetitle{
      position:relative;
      height:10%

  }
.pageContent {
    position: relative;
    height: 95%
}
.examPanel{
    position: relative;
    width: 100%
}

.examPanel.k-card-deck .k-card {
        flex:initial !important
    }
.tile-with-overflow .k-card-body {
    overflow-x: scroll !important; /* choose a value that fits your needs */
}
.bg{
    background-color:whitesmoke !important;
}
.panelbar-template {
    padding: 0px !important;
    width: inherit !important;
}
.subtabstrip .k-tabstrip-items-wrapper .k-item.k-active, .k-tabstrip-items-wrapper .k-item.k-selected {
    background-color: #ffc00078;
}
.form-group {
    margin-bottom: 3px;
}
.label{
    margin-bottom: 1px !important;
}
/*.panelrow {
   height:60px;
}*/
.toprow {
    height: 40px !important;
}

/*.k-tabstrip-content, .k-tabstrip > .k-content {
    overflow: initial !important;
}*/
.set-overflow{
    overflow:auto;
}
.card-header {
    background-color: #dee2e6;
    border-bottom: none;
    padding: .4rem 1rem;
}
.card{
    padding-left:0;
    border:none;

}
.form-group{
    margin-bottom:0 !important;
}
.k-grid{
    font-size:12px !important;
}
.k-button-md {
    font-size: 14px !important;
}
.k-toolbar {
    padding: 2px 8px !important; 
}
.k-grid-header,
.k-header,
th.k-header,
.k-grid-header-wrap,
.k-grouping-header,
.k-grouping-header .k-group-indicator,
.k-grid td,
.k-grid-footer,
.k-grid-footer-wrap,
.k-grid-content-locked,
.k-grid-footer-locked,
.k-grid-header-locked,
.k-filter-row > td,
.k-filter-row > th {
    border-color: rgb(0 0 0 / 0%) !important
}
.k-grid {
    border-style: none !important
}
.k-pager-wrap {
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
  /*  background-color: #f9f3ec !important;*/
}
.k-pager-numbers .k-link.k-selected {
    color: #666666 !important;
    background: #cccccc !important;
}
.k-panelbar > .k-item > .k-link, .k-panelbar > .k-panelbar-header > .k-link {
    background-color: #ffffff !important;
    color: #00AAE0 !important;
    border-style: none !important;
    height:35px;
}
    .k-panelbar > .k-item > .k-link.k-selected:hover, .k-panelbar > .k-item > .k-link.k-selected.k-hover, .k-panelbar >
    .k-panelbar-header > .k-link.k-selected:hover, .k-panelbar > .k-panelbar-header > .k-link.k-selected.k-hover {
        background-color: #ffffff !important;
        border-style: none !important;
    }
/*.k-grid-header, .k-grouping-header, .k-grid-add-row, .k-grid-footer {
    background-color: #f9f3ec !important;
}
.k-grid tr.k-alt {
    background-color: #f9f3ec !important;
}*/
/*.k-picker {
    background-color: #eef5f6 !important;
}*/
/*.k-button-solid-base {
    background-color: #eef5f6 !important;
}*/

.k-button-solid-primary {
    align-items: center;
    background-color: #f8a84c !important;
    border-style:none !important;
    border-radius: 4px;
    display: flex;
    gap: 0;
    justify-content: center;
    min-height: 42px;
    min-width: 136px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
}
.button-button-1 {
    align-items: center;
    background-color: #ffffff !important;
    border-radius: 4px;
    display: flex;
    gap: 0;
    min-height: 42px;
    min-width: 136px;
    justify-content: center;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    border: 2px solid var(--secondary--orange--100) !important;
    color: var(--secondary--orange--100) !important;
}
.button-button-2 {
    align-items: center;
    border-radius: 4px;
    display: flex;
    gap: 0;
    min-height: 42px;
    min-width: 136px;
    justify-content: center;
}
.button-button-3 {
    align-items: center;
    border-radius: 4px;
    display: flex;
    gap: 0;
    min-height: 42px;
    min-width: 136px;
    justify-content: center;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    border: 1px solid var(--primary--orange--80) !important;
    background-color: #F8A84C !important;
    color: #ffffff !important;
}
    .k-button-solid-primary:hover, .k-button-solid-primary.k-hover {
        background-color: #fef4e9 !important;
        border-style: none !important;
        color: #f8a84c;
    }

.k-button-solid-secondary {
    border-color: #f6921f !important;
    align-items: center;
    background-color: #ffffff !important;
    border-radius: 4px;
    display: flex;
    gap: 0;
    justify-content: center;
    min-height: 42px;
    min-width: 136px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    color: #f6921f !important;
    border-width:2px !important;
}

    .k-button-solid-secondary:hover, .k-button-solid-secondary.k-hover {
        border-color: #626262;
        background-color: #626262;
    }

    .k-button-solid-secondary:focus, .k-button-solid-secondary.k-focus {
        box-shadow: 0 0 0px 2px rgba(102, 102, 102, 0.3);
    }

    .k-button-solid-secondary:active, .k-button-solid-secondary.k-active {
        border-color: #5a5a5a;
        background-color: #5a5a5a;
    }

    .k-button-solid-secondary.k-selected {
        border-color: #5a5a5a;
        background-color: #5a5a5a;
    }


.k-text-secondary,
.k-color-secondary {
    color: #00b18f !important;
}
.k-bg-secondary {
    background-color: #fef4e9 !important;
}

.k-text-primary,
.k-color-primary {
    color: #5098a4 !important;
}
.k-bg-primary {
    background-color: #f8a84c !important;
}

.k-list-item.k-selected, .k-selected.k-list-optionlabel {
    background-color: #999999 !important;
}
.k-calendar .k-calendar-td.k-selected .k-link {
    background-color: #999999 !important;
}
.k-panelbar > .k-item > .k-link:focus, .k-panelbar > .k-item > .k-link.k-focus, .k-panelbar > .k-item > .k-link.k-focus, .k-panelbar >
.k-panelbar-header > .k-link:focus, .k-panelbar > .k-panelbar-header > .k-link.k-focus, .k-panelbar > .k-panelbar-header > .k-link.k-focus {

    box-shadow:none !important;
}
.k-switch-on .k-switch-track {
    border-color: #5098a4 !important;
    color: white;
    background-color: #5098a4 !important;
}

.hideFile .k-upload .k-upload-files,
.k-upload .k-file {
    display:none !important;
}


.bg-success {
    border-color: #00b18f;
    border-width:3px;
    color: #424242;
    background-color: #ffffff !important;
    opacity: 1;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
    border-style: solid;
    justify-content: center !important;
    text-align: center;
    font-size: 14px;
}
.bg-error {
    border-color: red;
    color: #424242;
    background-color: #ffffff !important;
    border-width: 3px;
    border-style: solid;
    opacity: 1;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
    justify-content: center !important;
    text-align: center;
    font-size:14px;
}
.k-dialog-titlebar {
    background-color: #a5a5a5 !important;
}
.no-border {
    border: none !important;
    background-color:transparent !important;
}
.navfont {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.k-tabstrip-items .mainTabstrip .k-link {
  /*  color: #999999 !important;*/
}
.k-panelbar .k-panelbar-expand, .k-panelbar .k-panelbar-collapse, .k-panelbar .k-panelbar-toggle {
    margin-inline-start: inherit !important;
    color: #00AAE0 !important;
}
.k-i-arrow-chevron-up::before {
    content: "\e004" !important;
}
.k-i-arrow-chevron-down::before {
    content: "\e006" !important;
}
.k-grid-header,
.k-grouping-header,
.k-grid-add-row,
.k-grid-footer {
    color: #424242;
    background-color: #cccccc82 !important;
}
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
    color: #00AAE0 !important;
}
.k-tabstrip-items-wrapper .k-item {
    color: #999999 !important;
}
.test.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active .k-link {
    color: #00AAE0 !important;
     background-color: #03a9f417 !important;
}
.test .k-tabstrip-items .k-link {
    color: #999999 !important;
}
.k-tabstrip-items-wrapper .k-item:focus, .k-tabstrip-items-wrapper .k-item.k-focus {
    box-shadow: inset 0 0 0 2px #03a9f417 !important;
    border-bottom: none !important;
}
.icon-color {
    color: #00AAE0 !important;
}
/*.anchor_offset::before {
    display: block;
    content: ' ';
    height: 10em;
    margin-top: -10em;
    width: 100%;
    visibility: hidden;
}*/
.VTLTelerikNotification .k-notification-container .k-notification-wrap {
    width: 300px;
    height: 150px;
    font-size: 1.5em;
    text-align: center;
    align-items: center;
}
.k-radio:checked,
.k-radio.k-checked {
    border-color: #5098a4 !important;
    color: white;
    background-color: #5098a4 !important;
}
.k-tabstrip {
 
    font-size: 13.5px !important;
   
}
/*::-webkit-scrollbar {
    width: 0;*/ /* Remove scrollbar space */
    /*background: transparent;*/ /* Optional: just make scrollbar invisible */
/*}*/
.justify-space-between {
    justify-content: space-between;
    background-color: #DCEAED;
    box-shadow: 0px -1px 0px #EEF5F6;
    /*    color: #0597d9 !important;*/
}
.k-card-header {
    border: none !important;
    padding: 5px 12px !important;
}
.k-card {
    border-top-left-radius: 6px;
    border-bottom: none !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.k-card-title {
    font-weight: 600 !important;
    margin-top: 3px !important;
    font-size: 16px !important;
}
.action_button {
    background-color: #EEF5F6 !important;
    border-radius: 16px !important;
    border: 1px solid #DCEAED !important;
    padding: 6px 16px !important;
}
.action_button_t {
    background-color: #EEF5F6 !important;
    border-radius: 16px !important;
    border: 1px solid #DCEAED !important;
    padding: 6px 20px !important;
}
.subCard {
    background: #F7FAFB !important;
    height: 40px;
}
.nopadding{
    padding:0 !important;
}
.cardbody-border {
    border-bottom: 1px;
    border-bottom-style: solid;
    border-color: rgba(0,0,0,0.08);
}

.bottomBorder {
    border-bottom-style: solid !important;
    border-color: rgba(0,0,0,0.08) !important;
    border-bottom-width: 1px !important;
    border-radius: 6px !important;
}
.customLabel{
    color:#999999;
    margin:0;
}

.k-form-fieldset .k-form-legend {
    text-transform: capitalize !important;
}
.addspace .k-radio-item{
    margin-bottom:10px !important;
}

.k-card-list {
    gap:0 !important;
}
.status {

    font-size: 25px;
}

.status-UT {
    color: #f0c505;
}

.status-T {
    color: #10b507;
}

.status-NT {
    color: #e30000;
}
.k-button-solid-base.k-selected {
    color: #666666 !important;
    background-color: transparent !important;
    border-color: #5098a4 !important;
    border-width: 4px;
}
.k-button-group .k-button:not(:first-child):not(:last-child) {
    border-start-end-radius: 12px;
    border-end-end-radius: 12px;
    border-start-start-radius: 12px;
    border-end-start-radius: 12px;
}

.k-button-group > .k-button:first-child:not(:only-child) {
    border-start-end-radius: 12px;
    border-end-end-radius: 12px;
}

.k-button-group > .k-button:last-child:not(:only-child) {
    border-start-start-radius: 12px;
    border-end-start-radius: 12px;
}

.k-checkbox:checked,
.k-checkbox.k-checked {
    border-color: #5098a4 !important;
    color: white;
    background-color: #5098a4 !important;
}

.UT {
    background-color: rgb(254 199 15 / 0.68) !important;
}
.NT {
    background-color: rgb(240 41 41 / 0.54) !important;
}
.k-button-solid-secondary:hover, .k-button-solid-secondary.k-hover {
    border-color: #ffc000 !important;
    background-color: #f6a74b87 !important;
    color: white !important;
}
.k-radio:checked:focus, .k-radio.k-checked.k-focus {
    box-shadow: 0 0 0 2px #5098a47a !important;
}
.k-switch-on:focus .k-switch-track, .k-switch-on.k-focus .k-switch-track {
    outline: 2px solid #5098a47a !important;
}
.k-checkbox:checked:focus, .k-checkbox.k-checked.k-focus {
    box-shadow: 0 0 0 2px #5098a47a !important;
}
.k-checkbox {
    border-color: rgb(0 0 0 / 18%) !important;
    background-color: #ffffff;
}
.k-radio {
    border-color: rgb(0 0 0 / 18%) !important;
    background-color: #ffffff;
}

.import {
    background-color: #F8A84C !important;
    color: #ffffff !important;
}

.outcome {
    background-color: #FFF9E7 !important;
}
.k-button-solid-light {
    border-color: #99999947 !important;
    color: black;
    background-color: #e5e5e5 !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
    min-height: 42px !important;
    width: 160px !important;
}
    .k-button-solid-light:hover, .k-button-solid-light.k-hover {
        border-color: #e2e2e2;
        background-color: #999999 !important;
        color:#ffffff;
    }
.exam-button {
    border-color: #5098a4 !important;
    color: #5098a4 !important;
}
.exam-button2 {
    background-color: #5098a4 !important;  
}

.exam-button:hover {
    border-color: #5098a4 !important;
    background-color: #5098a480 !important;
    color: white !important;
}
 .exam-button2:hover {
    background-color: #eef5f6 !important;
    border-style: none !important;
    color: #5098a4;
}
.right-text {
    text-align: right !important;
}
.k-window{

    z-index:10005 !important;
}
.k-overlay-alert {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: fixed;
    z-index: 10001;
}

.k-overlay-alert {
    background-color: #000000;
}
.k-button.button-button-1:disabled, .k-button.button-button-1.k-disabled {
    outline: none;
    cursor: default;
    opacity: 0.6;
    filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
    border: 1px solid var(--primary--orange--40) !important;
}
.k-grid  {
    justify-content: center;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
}

    .k-grid  .k-column-title {
        white-space: normal;
    }
.k-grid-pager {
    display: flex;
}
.k-daterange-picker, .k-daterangepicker {
    height:40px;
}
.k-pager-wrap, .k-pager {
    margin-bottom: 20px;
}
.k-tabstrip{
    height:100%;

}
.gray-black .k-tooltip {
    background: #eef5f6;
    color: black;
    font-size:12px
}
    .gray-black .k-tooltip .k-callout {
        /* same as tooltip background */
        color: #eef5f6;
    }

.teal-black .k-tooltip {
    background: #f1ffff;
    color: black;
    font-size: 12px;
    border: solid;
    border-color: teal;
    border-radius: 1.5rem;
    border-width: thin
}

    .teal-black .k-tooltip .k-callout {
        /* same as tooltip background */
        color: teal;
    }

.k-form-hint {
    display: block;
    margin-top: 1em;
}
.k-button-solid-info {
    border-color: #00AAE0 !important;
    background-color: #00AAE0 !important; 
}