﻿/*Class input bootstrap=        .was-validated .form-control:invalid*/
/*Class input bootstrap=          .was-validated .form-control:valid*/

.card-head-btn {
    font-size: 1.1rem;
    background-color: #085c87 !important;
    color: white;
    border: none;
    border-radius: 0.3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    font-weight: 500;
}
.header-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left:solid red 0.4rem;
    padding-left:10px;
}
.header-left-Sign { 
    flex-direction: column;
    justify-content: center; 
    padding-left: 10px;
}

.title-line {
    font-family: Roboto;
    font-size: 1.5rem;
    font-weight: 600;
    color: black;
    letter-spacing: 0.001rem;
}

.dept-name {
    letter-spacing: 1px; /* space between alphabets */
    
    font-size: 1rem;
    color: #198754;
    font-family: Roboto;
}

/* RIGHT BUTTON SECTION */
.header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-header-Wide {
    padding-left: 1.3rem;
    padding-right: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: white;
    border-bottom: 0.1rem solid #f4f4f4;
    margin: 0.7rem;
    color: #073851;
}

.btn-cardclose-Wide {
    font-size: 1.1rem;
    background-color: #e4f0f6;
    color: #212529;
    border: none;
    border-radius: 0.3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    font-weight: 500;
}
#spinnerContainer {
    position: absolute;
    top: 0;
    left: 0;
 display:none;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    align-content:center;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    text-align:center;
}

.topbuttonicon{

}
.Dashboard-head-btn {
    background-color: #0355ff;
    color: white;
    padding: 10px;
    text-decoration: none;
    margin-left: 5px;
    border-radius: 150px;
    font-family: Roboto;
    aspect-ratio: auto;
}
    .Dashboard-head-btn:hover {
        background-color: white;
        transition: background-color 0.4s;
        color: white;
        color: #0355ff;
        border: solid 0.02rem #0355ff;
        padding: 10px;
   
        text-decoration: none;
        margin-left: 5px;
        border-radius: 150px;
        font-family: Roboto;
    }
.dashborad_header{ 
    background-color:white;
    padding-left:3px;
    padding-top:15px;
    padding-bottom:15px; 
    margin-top:8px; 
  border-radius:100px; 
}

.dashboad-head-text {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
textarea.form-control {
    border: 1.5px solid #ced4da;
    border-radius: 5px;
    padding: 10px;
    transition: 0.2s;
}

textarea.form-control:focus {
    border-color: #0d6efd; /* Bootstrap primary */
    box-shadow: 0 0 0 2px rgba(13,110,253,.25);
}
.modal-scroll-content {
    height: calc(100vh - 120px); /* full height minus header/footer */
    overflow-y: auto; /* enable vertical scroll */
    padding-right: 10px; /* avoid scrollbar overlapping */
}

.file-real::-webkit-file-upload-button {
    visibility: hidden; /* hides the default Choose File button */
}

.file-real {
    padding: 6px;
    background: #f8f9fa;
    border-right: none;
    border-radius: 6px 0 0 6px;
}

/* Right button */
.browse-btn {
    border-radius: 0 6px 6px 0;
    padding: 6px 18px;
}
.was-validated .form-control:invalid {
    border-color: #124265; /* red */
    background-color: white !important;
}

.was-validated .form-control:valid {
    border-color: black; /* green */
    background-color: white !important;
}

.was-validated .form-select:invalid {
    border-color: #124265; /* red */
    background-color: white !important;
}

.was-validated .form-select:valid {
    border-color: black; /* green */
    background-color: white !important;
}

.was-validated input[type="file"]:invalid,
input[type="file"].is-invalid {
    border-color: #dc3545 !important;
    box-shadow: none;
}

.was-validated input[type="file"]:valid,
input[type="file"].is-valid {
    border-color: #198754 !important;
    box-shadow: none;
}

.accordion-button{
    background-color:#d3d3d3 !important;

}
.collaps_Button {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    cursor: pointer;
    background-color: #fbfbfb;
    padding: 0.3rem;
    color: #071a53;
    text-decoration: none;
}

.collaps_Button:hover {
    background-color: #085c87;
    color: white;
    transition: background-color 0.4s;
}

    .bg-secondary-subtle {
        background-color: #dcdcdc;
    }

.card-header-bg {
    background-color: #085c87;
    color: white;
    font-size: 1.2rem;
    padding: 10px;
}
.Collapus_Icon_Header{
    margin-right:10px;
    font-size:1rem; font-weight:bolder;
}
.sub-header {
    max-width: 100%;
    display: flex;
    margin-bottom: 3px;
    font-size: 1.2rem;
    align-items: center;
    font-weight:500;
}

 

.sub-header-icon {
    font-size: 1.5rem;
}
.collapusbody_format{
    padding:5px;
}
.inventoryimg {
    max-width: 200px;
}
.digitalportal{
    font-size:1.4rem;
    padding:5px;
}
.footersocial {
    display: inline-flex;
    width: 100%;
    padding-top: 10px;
    border-bottom: solid 1px #b3b3b381;
    margin-bottom: 10px;
}
.note_icon {
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
    background-color: red;
    border-radius: 50%; /* Makes it circular */
    width: 20px; /* Set a width */
    height: 20px; /* Set a height */
    display: flex; /* Center the content */
    align-items: center;
    justify-content: center;
    text-align: center;
    margin:5px;
}
 
 
.btn-cardclose {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    color: white;
    background: transparent;
    border: 0;
    opacity: .9
}
.page-listheadline {
    color: green;
    padding: 1px;
    font-size: 1.03rem;
    font-weight:bold;
}
.page-list-icon {
    color: green;
    font-size: 1rem;
}
.singuplable {
  
    font-family: Roboto;
    font-size: 1rem;
    padding-right: 10px;
    margin-bottom: 7px;
    margin-top: 7px;
    font-weight:500;
}

.radio-flex {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.form-radio {
    display: inline-flex;
    flex-direction: row;
    gap: 10px; /* Space between radio buttons and labels */
}

.radiobox {
    font-weight:bold;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    border-radius: 50%; /* Make it round */
    background-color: #124265 !important;
 
}

    .radiobox:checked {
        background-color: gray !important; /* Background color when checked */
    }

        .radiobox:checked::before {
            content: "";
            position: absolute;
            padding: 14px;
            top: 0em;
            left: 0.2px;
            width: 7px;
            height: 7px;
            border: solid gray 1px;
            border-radius: 50%;
            background-color: #0272d1; /* Color of the checkmark */
        }

    .radiobox:not(:checked)::before {
        content: "";
        position: absolute;
        left: 5px;
        top: 5px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        /*background-color: transparent;*/
        /*border: 2px solid #000;*/ /* Border color for unchecked state */
    }
@font-face {
    font-family: 'roboto-regular';
    src: url('fonts/roboto-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto-thin';
    src: url('fonts/roboto-thin.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto-black';
    src: url('fonts/roboto-black.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto-bold';
    src: url('fonts/roboto-bold.ttf') format('truetype');
}

.footer-bg {
    background-color: #e0e0e0cc;
    color: black;
}
.custom-column{
    text-align:center;
    color:white;
    font-size:1.4rem;
    padding:10px;
    height:150px;
    align-content:center;
    margin:10px; 
    font-weight:400;
    font-family:'Arial Narrow';
}
 

.fullscreen {
    top: 0;
    left: 0;
    /*    height: 100vh;*/
    display: block;
}
.scrolldiv {

    width: 100%;
    height: 330px;
    overflow-y: scroll;
}


.chekout {
    padding-left: 17px;
    font-size: 1.9rem;
    font-weight: bolder;
    color: #30787d;
}
.bg-tahaColor {
    background-color: #f5f7f8 !important;
}
.agreecheckbox {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #1da3b4;
    background-repeat: no-repeat;
    background-position: center; 
    border: 8px solid #0272d1;
     
 
  
}
.custom-button { 
    border: none;
    background: none;
    cursor: pointer;
    outline: none; /* Removes the default focus border */
}
.cardimg {
  width:55px;
 margin-left:1px;
 position:absolute;
 margin-top:-27px;
}
.bg-no-border {
    border: none !important;
}
.placeimage {
    display: flex;
    align-items: center;
  
    color: #212529;
    text-align: center;
    white-space: nowrap;
   
    border-radius: .25rem
}
 
/* Style for required fields */
input:required {
    border: 0.06rem solid red;
    color: black;
    background-color: #eeebeb81 !important;
} 
/* Style for valid inputs */
input:valid {
    border: 0.06rem solid green;
    background-color: #e3f6c769 !important;
    color:black;
}
input {
    border-radius: 4px;
    background-color: #eeebeb81 !important;
}



select:required {
    border: 1px solid red;
    color: black;
    background-color: #f3a09b81 !important;
} 
/* Style for valid inputs */
select:valid {
    border: 0.06rem solid green;
    background-color: #e3f6c7 !important;
    color: black;
}
select {
    border-radius: 4px;
    background-color: #b5b4b4;
}
.invalid-feedback {
    background-color: red;
}
.setting-icon {
    color: #ffcf05;
    font-size: 0.9rem;
    padding: 10px 10px 0px 0px;
    border: none;
}
.bg-row{

}
.edit-icon {
    color: #09a003;
    font-size: 1.2rem;
    padding: 10px 10px 0px 0px;
    border: none;
    margin-right: 15px;
    cursor: pointer;
}
.new-icon {
    color: white;
    font-size: 0.8rem;
    padding: 10px 10px 0px 0px;
    border: none;
}


.loginbtn{
    border:none;
    background-color:#d32f2f !important;
    padding:5px 15px;
    color:white;
    border-radius:2px;
}
    .loginbtn:hover {
        transition: background-color 0.4s;
        background-color: #8d1717 !important;
    }
.card-btn-toggle {
    border: none;
    background-color: transparent;
}

.dropicon {
    color:#034ffd;
    font-size:1.3rem;
    padding:0;
}
.dropicon:hover {
    color: #f42c2c;
    font-size: 1.3rem;
    padding: 0;
}
.micon {
    font-size: 0.8rem;
    margin-right: 9px;
    color: #ffffff;
}
.popover {
    display: none;
    position: absolute;
    top: 100%; /* Position it below the button */
    left: 0;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

    /* Show popover when active class is added */
    .popover.active {
        display: block;
    }
.uppercase {
    text-transform: uppercase;
}
.password-container {
    position: relative;
}

.password-input {
    padding-right: 30px; /* Space for eye icon */
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}



/*DASHBOARD*/
.container1 {
    display: flex;
    flex-direction: column;

}

.flex-container1 {
    display:inline-flex;
}

.flex-item1 {
    flex: 1;
  
}

.col-icon{
    
    color:white;
    font-size:2.5rem;  
 padding:5px; 
 justify-content:center;
 }
.col-text {
    padding:10px;
    color: white; 
    font-family: 'Calibri';
    width: 100%; 
    font-size:1.3rem;
}
.bg-card-blue {
    /* background: linear-gradient(to right, #f3f3f3 0%, #1da3b4 100%);
 */
    background:  #f2f5fd;
    transition: background-color 0.4s;
}
.bg-card-blue-footer {
    background: linear-gradient(to left, #0272d1 0%, #1da3b4 100%);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: white;
    text-align: center;
    font-size: 0.9rem;
}

.bg-card-blue:hover {
    background: linear-gradient(to left, #0272d1 0%, #1da3b4 100%);
    transition: background-color 0.4s;
}
.bg-card-secondary {
    background: linear-gradient(to left, #333b41 0%, #606060 100%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition: background-color 0.4s;
}
    .bg-card-secondary:hover {
        background: linear-gradient(to right, #333b41 0%, #606060 100%);
        transition: background-color 0.4s;
    }

.bg-card-secondary-footer {
    background: linear-gradient(to right, #333b41 0%, #606060 100%);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: white;
    text-align: center;
    font-size: 0.9rem;
}
    .bg-card-secondary-footer:hover {
        background: linear-gradient(to left, #333b41 0%, #606060 100%);
        transition: background-color 0.4s;
    }


.bg-card-orange {
    background: linear-gradient(to left, #ff7805 0%, #ad5500 100%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition: background-color 0.4s;
}

    .bg-card-orange:hover {
        background: linear-gradient(to right, #ff7805 0%, #ad5500 100%);
        transition: background-color 0.4s;
    }

.bg-card-orange-footer {
    background: linear-gradient(to right, #ff7805 0%, #ad5500 100%);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: white;
    text-align: center;
    font-size: 0.9rem;
}

    .bg-card-orange-footer:hover {
        background: linear-gradient(to left, #ff7805 0%, #ad5500 100%);
        transition: background-color 0.4s;
    }



.text-blue {
    color: #124265;
}
.hipericon {
    cursor: pointer;
}

#hiddenDiv {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 15px;
    z-index: 1;
}
.horizontal-card {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 15px;
}

.card2 {
    flex: 0 0 auto;
    width: 300px;
    margin-right: 15px;
}


.bg-blue-light {
    background-color: #124265 !important;
}

.row-bg {
 
    background-color: #333b41 !important;
    color:white;
    font-size:1.1rem; 
   
    }
.affiliationote{
    font-size:1.3rem;
    font-family:Roboto;
    padding:20px;
}
.affiliationote1 {
    font-size: 1.1rem;
    font-family: Roboto;
    padding: 20px;
}
.row-hover {
    font-weight: normal;
    padding-left: 10px;
    background-color: #ffffff
}

    .row-hover:hover {
        background-color: #efefef !important;
        transition: 0.6s;
    }

.btn-special-del {
    display: inline-block;
    background-color: #d01212;
    border: none;
    color: white;
    padding: 0.3rem 0.7rem;
    text-align: center;
    font-size: 16px;
    margin: 2px 2px;
    opacity: 0.9;
    transition: 0.3s;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    /*border-radius: 3px;*/
}

    .btn-special-del:hover {
        /*  background-color: #b11a1a;
        border: solid 2px #8c8c8e;
        color: white; */
        opacity: 1;
        background-color: #ff5454;
    }

.btn-special-mody {
    display: inline-block;
    background-color: #198754;
    border: none;
    /*border-radius: 3px;*/
    color: white;
    padding: 0.3rem 0.7rem;
    text-align: center;
    font-size: 16px;
    margin: 2px 2px;
    opacity: 0.9;
    transition: 0.3s;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

    .btn-special-mody:hover {
        /*  background-color: #b11a1a;
        border: solid 2px #8c8c8e;
        color: white; */
        opacity: 1;
        background-color: #35bb2e;
        color: white;
    }

.btn-special-Add {
    font-size: 1.1rem;
    background-color: #e4f0f6;
    color: #212529;
    border: none;
    border-radius: 0.3rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    font-weight: 500;
}

    .btn-special-Add:hover {
        background-color: #085c87 !important;
        color: white;
        opacity: 1;
        color: white;
        transition: 0.5s;
    }
    
    .d-flex-hover:hover {
        background-color: #cfcfd1;
    }

.d-flex-hover-link:hover {
    color: #494747; 
}

.card-btn {
    background-color: #d5d5d5 !important;
    border: none; /*
    color: #ffffff;*/
    border: solid 0.01rem #b3b3b3 !important;
    color: black !important;
}
    .card-btn:hover {
        background-color: #2880ad !important;
        color: white !important;
        transition: 0.3s;
        border: solid 0.01rem #0272d1 !important;
    }
.floating-label {
    position: relative;
}

    .floating-label .form-control {
        background-color: #e9ecef;
    }

    .floating-label label {
        position: absolute;
        top: 50%;
        left: 12px;
        color: #6c757d;
        font-size: 14px;
        transform: translateY(-50%);
        pointer-events: none;
        padding: 0 4px;
        transition: all 0.2s ease;
        background-color: transparent;
    }

    /* Float label on focus or value */
    .floating-label input:focus + label,
    .floating-label input:not(:placeholder-shown) + label {
        top: -6px;
        font-size: 12px;
        color: #0d6efd;
        background-color: #fff;
    }
input:focus{
    background-color:white;
}
.form-control:focus {
    background-color: white !important;
    box-shadow: none !important;
    outline: none;
    border-color: #86b7fe; /* or your theme color */
}

.form-control:not(:placeholder-shown) {
    header1 background-color: white !important;
    order-color: #86b7fe;
}
.loging-card-body {
    padding-top: 20px;
}
.loginheader {
    padding: 8px;
    background-color: gray;
    color: white; 
    font-family: Roboto;
    font-size: 1.3rem;
}
.musttop{
    z-index:10000;
}

.fill-form-font {
   
     background-color:red;
}
.logoh {
    max-width: 200px; /* Adjust as needed */
    display: inline;
}
 
.leftlinks {
    display: flex;
    font-size:1rem;
    flex-grow: 1;
    color: gray;
    text-decoration: none;
}

.leftlinks a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
}

 
.shortnote{
    font-size:1.4rem;
    margin-bottom:1rem;
}
.pad-between {
    padding-right: 0.7rem;
}
.bars{
color:gray;
font-size:2rem;
padding:5px;
}
.h-text {
    color: #180d70;
    display: flex;
    justify-content: right; 
    flex-grow: 1; 
    text-decoration: none;
}

 

.logo_ {
    transition: 0.3s;
    max-width: 190px;
    margin-left: 5px;
 
}
.bg_cross {
    background-color: #cf001e;
}
.bg_cross-secondary {
    background-color: #525252;
}

.top-icons {
 font-size:1.2rem;
 color:#333b41;
}
.icon-holder { 
    padding-right:10px;
    color: #cf001e;
}
 
.profile-icon1 {
    width: 80px;
    border-radius: 50%;
    border: 0.01px solid #333b41;
    padding: 0.01rem;
    height: 80px;
}
 
.profilename{
color:#979797;
font-family:'Arial Narrow';
font-size:1.1rem;
}
.crossbtn {
    /*background-color:#ebebeb;*/
   
    color: white;
    font-weight: 400; 
    text-align: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-decoration: none;
    font-size:1.3rem;
}
    .crossbtn:hover {
      
        transition: 0.3s;
        color:#d7d7d7;
    }

.menubtn{


}
.crossLink {
    /*background-color:#ebebeb;*/

    color: #ededed;
    text-decoration: none;
}
    .crossLink:hover {
       
        transition: 0.3s;
        color: #dbdbdb;
    }

.w-15 {
    width: 25%;
}
.w-80 {
    width: 80% !important;
}

.img-width {
    width: 100% !important;
}
.hidde_field_onMobile {
    visibility: visible;
    transition: 0.3s;
    
}

.VisibleonSmartDevice {
    visibility: hidden;
    transition: 0.3s;
    display: none;
}/*
@media all and (max-width:320px) {
     
    .logo_ {
        transition: 0.3s;
        max-width: 170px;
     
    }
   
    .crossbtn { 
        border-radius: 7px;
        background-color: #ededed;
        margin: 3px;
        color: black;
        font-weight: 400;
        padding: 5px;
        text-align: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
    }
    .top-icons {
        font-size: 0.8rem;
        margin: 4px;
    }
}

@media all and (max-width:400px) {
     
    .logo_ {
        transition: 0.3s;
        max-width: 170px;
    }
 
    .crossbtn { 
        border-radius: 7px;
        background-color: #ededed;
        margin: 3px;
        color: black;
        font-weight: 400;
        padding: 5px;
        text-align: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
    }

    .top-icons {
        font-size: 0.8rem;
        margin: 4px;
    }
}
@media all and (max-width:480px) {
    
    .logo_ {
        transition: 0.3s;
        max-width: 170px; 
    }
    
    .crossbtn {
      
        border-radius: 7px;
        background-color: #ededed;
        margin: 3px;
        color: black;
        font-weight: 400;
        padding: 5px;
        text-align: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
    }
    .top-icons {
        font-size: 0.8rem;
        margin: 4px;
    }
}

@media all and (max-width:528px) {
    .VisibleonSmartDevice {
        visibility: visible;
        transition: 0.3s;
        display: inline;
    }

    .hidde_field_onMobile {
        visibility: hidden;
        transition: 0.3s;
        display: none;
    }
    .logo_ {
        transition: 0.3s;
        max-width: 170px; 
    }
    
    .crossbtn { 
        border-radius: 7px;
        background-color: #ededed;
        margin: 3px;
        color: black;
        font-weight: 400;
        padding: 5px;
        text-align: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
    }
    .top-icons {
        font-size: 0.8rem;
        margin: 4px;
    }
}
*/

@media (max-width: 767px) {
    .header-left-Sign {
        flex-direction: column;
        justify-content: center;
        padding-left: 10px;
    }
    .Dashboard-head-btn {
        background-color: #0355ff;
        color: white;
        padding: 8px;
        text-decoration: none;
        margin-left: 3px;
        border-radius: 150px;
        font-family: Roboto;
        aspect-ratio: auto;
       font-size:0.9rem;
    }

        .Dashboard-head-btn:hover {
            background-color: white;
            transition: background-color 0.4s;
            color: white;
            color: #0355ff;
            border: solid 0.02rem #0355ff;
            padding: 8px;
            text-decoration: none;
            margin-left:4px;
            border-radius: 150px;
            font-family: Roboto;
        }

    .dashborad_header {
        background-color: white;
        padding-left: 0px;
        padding-top: 5.6px;
        padding-bottom: 8px;
        margin-top: 5px;
        border-radius: 150px;
    }
    .card-head-btn {
        font-size: 0.9rem;
        background-color: #085c87 !important;
        color: white;
        border: none;
        border-radius: 0.3rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.2rem;
        padding-bottom: 0.3rem;
        font-weight: 500; 
    }

    .header-left {
        display: flex;
        flex-direction: column; 
        border-left: solid red 0.4rem;
        padding-left: 10px;
        margin-bottom: 0.7rem; 
    }

    .title-line {
        font-family: Roboto;
        font-size: 1.3rem;
        font-weight: 600;
        color: black; 
    }

    .dept-name { 
        font-size: 1rem;
        color: #198754;
        font-family: Roboto;
    }

    /* RIGHT BUTTON SECTION */
    .header-right {
        display: flex;
        align-items: center;
        width: 100%;  
        box-sizing: border-box;  
      padding-right:20px;
    }
     
        /* Push the second button to the right */
        .header-right button:last-child {
            margin-left: auto;
           
        }
        .header-right button:only-child {
            margin-right: -25px;
      
        }
    .card-header-Wide {
        padding-left: 0.3rem;
        padding-right: 0.3rem;
        padding-top: 0rem;
        padding-bottom: 1rem; 
        font-weight: bold;
        background-color: white;
        border-bottom: 0.1rem solid #f4f4f4;
        margin: 0.5rem;
        color: #073851;
    }

    .btn-cardclose-Wide {
        font-size: 0.9rem;
        background-color: #e4f0f6;
        color: #212529;
        border: none;
        border-radius: 0.3rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.2rem;
        padding-bottom: 0.3rem;
        font-weight: 500;
    
    }

    .inputboxmargin {
        margin-left: 2px;
        margin-right: 2px;
    }
  
    .radiobox {
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: relative;
        border-radius: 50%; /* Make it round */
        background-color: red !important;
    }

        .radiobox:checked {
            background-color: gray !important; /* Background color when checked */
        }

            .radiobox:checked::before {
                content: "";
                position: absolute;
                padding: 9px;
                top: 0.02em;
                left: 0.01em;
                width: 5px;
                height: 5px;
                border: solid gray 1px;
                border-radius: 50%;
                background-color: red; /* Color of the checkmark */
            }

        .radiobox:not(:checked)::before {
            content: "";
            position: absolute;
            left: 5px;
            top: 5px;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            /*background-color: transparent;*/
            /*border: 2px solid #000;*/ /* Border color for unchecked state */
        }




    .img-width {
        width: 100% !important;
    }
    .logo_ {
        transition: 0.3s;
        max-width: 200px;
    }
  
    .VisibleonSmartDevice {
        visibility: visible;
        transition: 0.3s;
        display: inline;
    }
    .hidde_field_onMobile {
        visibility: hidden;
        transition: 0.3s;
        display: none;
        width:0;
    }
    .horizontal-card {
        flex-wrap: wrap;
    }

    .card2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

    

@media all and (max-width:600px) {
   
}

@media all and (max-width:768px) {

   

/*
    .containerb {
        flex-direction: column;
    }

    .blocker {
        width: calc(50% - 20px);
    }*/
}

@media all and (max-width:868px) {
}

@media all and (max-width:992px) {
}