html {
  font-size: 14px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 1.6;
    color: #222;
}

/*body {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.011em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    letter-spacing: -0.02em;
}

.menu-item {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.01em;
}

.card-body h5 {
    font-weight: 600;
    font-size: 18px;
}*/
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.bb {
    border-bottom: solid 1px #D0D0D0;
}
.lblRequire {
    color: #0d6efd;
}
/*#fraMain {
    background-image: url(../img/appBack.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;e5e7eb
}*/

.appBack {
    background-image: url(../img/appBack.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/*.appBackS {
    background-image: url(../img/appBack.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}*/
.optHide {
    display: none;
    visibility: hidden;
}
.input-group-label {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.2rem;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
}
.errInput {
    box-shadow: 2px 1px 10px #e76881;
}
.boxSizingBorder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
textarea {
    resize: none;
}
body.waiting * {
    cursor: wait;
}
.dataInfo{
    font-size:11px;
    font-style:italic;
}
.bt {
    border-top: solid 1px #D0D0D0;
}

.bl {
    border-left: solid 1px #D0D0D0;
}
.br {
    border-right: solid 1px #D0D0D0;
}
/*.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;
}*/
.rowBtn{
    width:40px;
    height:25px;
    float:left;
}
#dtaInfo{
    font-size:9px;
    font-style:italic;
/*    font-family:Tahoma;*/
}
/*.btn {
    cursor: pointer;
    font-size: .8rem;*/
/*    padding: 0.075rem 0.75rem;*/
/*    padding-bottom: 0.3rem;*/
/*}*/
.canClick {
    cursor: pointer;
}
.uText {
    text-transform: uppercase;
}

.imgUC {
    background-image: url(../img/siteC.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    color: #000000;
}
.lText {
   text-align:left;
}
.rText {
    text-align: right;
}
.login-form .btn:hover, .login-form .btn:focus {
    background: #50b8b3;
    outline: none !important;
}    
html {
  position: relative;
  min-height: 100%;
}
.bText {
    font-weight: bold;
}
body {
    margin-bottom: 60px;
}
.cText{
    text-align:center;
}
.centered {
    position: fixed;
    top: 55%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-55%, -50%);
}
.ovBox {
    width: cover;
    height: cover;
    overflow: auto;
    border: #999988 solid 0.15px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
#lblPopMsg{
    font-size:.8rem;
    font-style:italic;

}
#txtMsg {
    font-size: .7rem;
   font-weight : bold;
   font-style :normal;

}


.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #F5F5DC !important;
}

input[type="checkbox"]:hover {
    cursor: pointer;
}

#card-backround {
    border-radius:0;
    border: none;
    background-color: #F9FAFB;
}

/* Filter section responsive */
.filter-section .select2-container {
    width: 100% !important;
}
/* Filter Section - Row Column Spacing */
.filter-section.row {
    --filter-gap: 0.5rem; /* Adjust gap size as needed */
    margin-left: calc(var(--filter-gap) * -1);
    margin-right: calc(var(--filter-gap) * -1);
}

    .filter-section.row > [class*="col"] {
        padding-left: var(--filter-gap);
        padding-right: var(--filter-gap);
    }

@media screen and (max-width: 768px) {
    #btnShow {
        width: 100%;
    }
}


#cutiTabs .nav-link {
    color: #6c757d;
    border: none;
    border-bottom: 2px solid transparent;
    background: transparent;
    padding: 8px 16px;
    font-weight: 500;
    transition: all 0.2s ease;
}

    #cutiTabs .nav-link:hover {
        color: #005AAB;
        border-bottom-color: #005AAB;
    }

    #cutiTabs .nav-link.active {
        color: #005AAB;
        border-bottom: 2px solid #005AAB;
        background: transparent;
    }