@font-face {
    font-family: times new roman;
    font-style: normal;
    font-weight: 400;
    src: local('Times New Roman'),url(https://fonts.cdnfonts.com/s/57197/times.woff) format('woff')
}

*, *::after, *::before, body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
    font-size: 1rem
}

h1, h2, h3, h4, h5, h6, th, label {
    font-family: times new roman,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.bd-masthead {
    --bd-pink-rgb: 214, 51, 132;
    padding: 3rem 0;
    background-image: radial-gradient(#dcd1e6, #cdcef1);
    /*min-height: 98vh;*/
}

/*.customBg {
    background-color: #204983;
    color: white;
}*/

.customColor {
    color: #204983;
}

.customBorder {
    border: 1px solid #c1b3b3;
}

.border-top-rounded {
    border-radius: 5px 5px 0px 0px;
}

.border-bottom-rounded {
    border-radius: 0px 0px 5px 5px;
}



/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

.bd-callout-info, .customBg, .k-window-titlebar {
    background: -webkit-radial-gradient(#3194d6, #044b8b);
    border: 1px solid #9eeaf9;
    color: white !important;
}

th {
    background-color: #686A6C;
    color: white !important;
}

.k-grid-filter-menu {
    color: #e1e1e1 !important;
}

.fa-user {
    color: transparent;
    background: -webkit-linear-gradient(45deg,#3194d6,#044b8b);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fa-sign-out {
    background: -webkit-linear-gradient(45deg,red,darkred);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-danger {
    background: -webkit-linear-gradient(45deg,red,darkred);
    border: none;
}

.btn-primary {
    background: -webkit-linear-gradient(45deg,#3194d6,#044b8b);
    border: none;
}

.btn-secondary {
    background: -webkit-linear-gradient(45deg,#044b8b,#000);
    border: none;
}

.btn-success, .k-badge-solid-success {
    background: -webkit-linear-gradient(45deg,#278200,darkgreen);
    border: none;
}

h4 {
    background: -webkit-linear-gradient(45deg,#044b8b,#000);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.k-grid-md td, .k-grid-md .k-table-td {
    padding-block: 4px !important;
    padding-inline: 6px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    color: dimgrey;
}

.k-window-titlebar, .customBg {
    /*background: linear-gradient(8deg,#caedfb,#57dffe) !important;*/
    color: #038eae;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
}

input {
    accent-color: #038eae
}

.k-grid-content {
    min-height: calc(100vh - 18rem) !important;
    /*height: calc(100vh - 20em) !important;*/
}

.k-column-title {
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1rem
}

.ticketGernate {
    width: 30px;
    height: 30px;
    background: -webkit-linear-gradient(45deg,red,darkred);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 35px;
    font-size: 1.75rem;
    right: 5%;
    bottom: 10%;
    color: white;
    box-shadow: 0 0 5px dimgray;
    backdrop-filter: blur(3px);
}

    .ticketGernate:hover {
        background: -webkit-linear-gradient(45deg,darkred,red);
        color: white;
    }

span.sideLeft {
    position: absolute;
    left: -7px;
    top: -10px;
}
.k-table-th.k-sorted, .k-table-th.k-sorted  .k-grid-header-menu {
    color: black !important;
}