.hidden {
    visibility: hidden;
    display: none;
}

.alert-success {
    color: black;
    background-color: #4caf50eb;
    border-color: #91c714;
}

.alert-success p {
    color: white;
}

.btn-block {
    width: 100% !important;
}

.beenherecontainer {
    float: right;
    display: flex;
    justify-content: space-around;
}

.searchphone {
    padding: 10px;
    height: 40px;
    width: 297px;
    margin-right: 0px;
}

.searchbutton {
    margin-bottom: 0;
    width: 100px;
    margin-right: 40px;
}

.form-custom-fields input,
.form-custom-fields select,
.form-custom-fields textarea,
.btn.btn-sm,
#countrycode {
    border-radius: 2px !important;
    padding: 10px 20px !important;
}

.loadercontainer {
    display: none;
    visibility: hidden;
}

.loadercontainer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff6;
    z-index: 99;
    left: 0;
    top: 0;
    text-align: center;
    vertical-align: middle;
}

.hideshowing {
    display: none;
    margin-top: 20px;
    /* opacity: 0;
    transition: opacity 2s, display 2s, height 2s, allow-discrete;
    margin-top: 10px;
    height: 0px; */
}

.showing {
    opacity: 1;
    visibility: visible;
    height: 100px;
}

.loadercontainer svg {
    position: fixed;
    /* left: 40%; */
    top: 40%;
}

.socketwrning {
    width: 100%;
    background: red;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}

.hideShowACS {
    display: none;
    margin-top: 20px;
}

.hideShowACS {
    display: none;
    margin-top: 20px;
}

.hideShowMetal {
    display: none;
    margin-top: 20px;
}


.text-whites {
    background: white;
}

.error-message {
    color: red;
}

.col-md-6.otpmessage {
    margin-top: 20px;
}
.pgm-first-box{
    display: flex; justify-content: space-between;
}
.pgm-box{
    flex: 1; margin-right: 1rem;
}

.pgmfourth-box{
    flex: 1;
}
.qstionoptions{
    flex: 1; margin-right: 1rem;
}
.qstionoption-box{
    display: flex; flex-wrap: wrap; justify-content: space-between;

}
.qstionselect-options{
    flex: 1;
}
.qstionbtn{
    height:38px;float:right;margin-right:19px;
}
.exam-dash
{
    min-height: 500px;
}
.exam-box{
    height: Auto; padding: 20px; display: flex; flex-direction: column; justify-content: space-between;
}
.exam-div
{
    display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; height: 100%;
}
.hse-pgm{
    margin-bottom: 30px;
}
.start-exm-btn
{
    text-align: center; margin-top: 40px;
}
.exm-frst-div{
    width: 800px; margin: auto; padding: 20px;
}
.exm-label{
    margin-left: 2px;
}
.exm-option{
    display: flex; flex-wrap: wrap; justify-content: space-between; padding-left: 20px;
}
.result-box{
    height: 600px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between;
}
.pass{
    color: green;
}
.hse-login{
    margin-top: 200px; width: 100%;
}
.key-main
{
    text-align:right; padding-bottom:10px;
}
.dataTables_wrapper.form-inline {
    display: inline;
}

.dataTables_scrollHead {
    border-top: 1px solid #ccc !important;
}

.linkbutton {
    text-decoration: underline;
    color: #000;
}
.btn-download{
    margin-left: 9px;
}
.preview{
    display: none; opacity: 0;
}
.adv-rep-div1{
    text-align: right; margin-top: 14px;
}
.gen-report{
    font-size: 14px;font-weight: bold; text-align: left; margin-left: 0; padding-left: 0; padding-bottom: 10px;
}
.gen-rep-table{
    margin: auto;
}
.gen-rep{
    justify-content: flex-end;
}
.gen-rep-p{
    font-size: 14px;font-weight: bold; text-align: right; margin-left: 0; padding-left: 0; padding-bottom: 10px;

}
.oldmonths{
    width: fit-content; margin-right: 10px;
}
.import-close{
    text-align:right; padding-bottom:10px;
}
.read-more-link {
    color: blue;
    cursor: pointer;
    font-size: small;
}
input[type="time"] {
    position: relative;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: transparent;
}

input[type="date"] {
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: transparent;
}

.note-editable ul {
    list-style-type: disc !important; /* Display bullet points */
    margin-left: 20px; /* Indentation for bullets */
}

/* Style for ordered list (numbering) */
.note-editable ol {
    list-style-type: decimal !important; /* Display numbers for ordered list */
    margin-left: 20px; /* Indentation for numbers */
}

/* Additional style for nested lists */
.note-editable ul ul,
.note-editable ol ol {
    margin-left: 40px; /* Indentation for nested lists */
}

/* Style the font size dropdown button */
.note-toolbar .note-btn-group .note-btn {
    background-color: #f8f9fa !important; /* Set a background color */
    border: 1px solid #ccc !important;    /* Set a border */
    color: #333 !important;               /* Text color */
}

/* When the button is active (selected) */
.note-toolbar .note-btn-group .note-btn.active {
    background-color: #007bff !important; /* Background color when active */
    color: white !important;              /* Text color when active */
}

/* Style the dropdown list */
.note-fontsize .dropdown-menu {
    background-color: #ffffff !important; /* Set the background color of the dropdown */
    border: 1px solid #ccc !important;    /* Border for dropdown */
}

/* Style the individual font size items */
.note-fontsize .dropdown-item {
    color: #333 !important;               /* Text color */
}

/* Hover effect on dropdown items */
.note-fontsize  .dropdown-item:hover {
    background-color: #f0f0f0 !important; /* Background color on hover */
}
/* Style the font family dropdown button */
.note-toolbar .note-btn-group .note-btn {
    background-color: #f8f9fa !important; /* Set background color */
    border: 1px solid #ccc !important;    /* Set border */
    color: #333 !important;               /* Text color */
}

/* When the button is active (selected) */
.note-toolbar .note-btn-group .note-btn.active {
    background-color: #007bff !important; /* Background color when active */
    color: white !important;              /* Text color when active */
}

/* Style the font family dropdown menu */
.note-fontname .dropdown-menu {
    background-color: #e9ecef !important; /* Set background color of dropdown */
    border: 1px solid #ccc !important;    /* Border around dropdown */
}

/* Style the individual font family items in the dropdown */
.note-fontname .dropdown-item {
    background-color: #ffffff !important; /* Set background color for items */
    color: #333 !important;               /* Text color */
    font-family: inherit !important;      /* Use the parent's font family */
}

/* Hover effect on dropdown items */
.note-fontname .dropdown-item:hover {
    background-color: #007bff !important; /* Background color on hover */
    color: white !important;              /* Text color on hover */
}
	#summernote {

    height: 900px; /* or any custom height */
}
/* adding for data lising in itam approval page */
.style_padding_tab{
    padding-right: 10px;
    padding-left: 10px;
}
.table_sign_in
{
    width: 100%;
}
