@font-face {
    font-family: "ESKlarheitGrotesk-Bd";
    src: url("ESKlarheitGrotesk-Bd.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "ESKlarheitGrotesk-Lt";
    src: url("ESKlarheitGrotesk-Lt.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "ESKlarheitGrotesk-Bk";
    src: url("ESKlarheitGrotesk-Bk.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ESKlarheitGrotesk-Smbd";
    src: url("ESKlarheitGrotesk-Smbd.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

* {
    font-family: "ESKlarheitGrotesk-Lt", sans-serif;
    font-size: 14px;
}

.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;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.flex-space-between {
    justify-content: space-between;
}

.flex-space-around {
    justify-content: space-around;
}

.flex-space-evenly {
    justify-content: space-evenly;
}

.flex-align-start {
    align-items: flex-start;
}

.flex-align-end {
    align-items: flex-end;
}

.flex-justify-start {
    justify-content: flex-start;
}

.flex-justify-end {
    justify-content: flex-end;
}

.flex-justify-center {
    justify-content: center;
}

.flex-justify-between {
    justify-content: space-between;
}

.flex-justify-around {
    justify-content: space-around;
}

.flex-justify-evenly {
    justify-content: space-evenly;
}

.flex-grow {
    flex-grow: 1;
}

.flex-shrink {
    flex-shrink: 1;
}

.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; */
    border-bottom: 1px solid #ccc !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0px 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 */
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: #ffffff;
    background: gray;
    padding: 3px 12px;
    border-radius: 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: transparent !important;
}

#summernote {
    height: 900px; /* or any custom height */
}
/* adding for data lising in itam approval page */
.style_padding_tab {
    padding-right: 10px;
    padding-left: 10px;
}

.form-heading {
    font-size: 16px;
    font-family: "ESKlarheitGrotesk-Bd", sans-serif;
}

.form-control {
    border-radius: 6px;
    height: 48px;
    font-size: 14px;
    font-family: "ESKlarheitGrotesk-Bk", sans-serif;
}

.hoverrow {
    cursor: pointer;
}

.hoverrow:hover {
    background-color: #f0f0f0;
}

div#DataTables_Table_0_paginate {
    margin-top: 10px;
}

.dataTables_scrollHeadInner {
    margin-top: 10px !important;
}

.content {
    background-color: #fafafa;
}

.form-control {
    border-radius: 0;
}

.container-rsvp-page {
    width: 90%;
    border-radius: 0px;
    padding: 2rem;
    margin: 0 auto;
}

.collectionalLogo {
    margin-bottom: 20px;
    width: 30%;
    max-width: 120px;
    margin-top: 40px;
}

.no-radius {
    border-radius: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.event-name {
    font-size: 1.4rem;
    line-height: 32px;
}

/* Small tablets (>= 481px) */
@media (min-width: 481px) {
  .container-rsvp-page {
    width: 90%;
    padding: 2rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .collectionalLogo {
    width: 20%;
  }
}

/* Medium tablets (>= 769px) */
@media (min-width: 768px) {
  .container-rsvp-page {
    width: 70%;
    padding: 4rem;
  }
}

/* Desktops (>= 1025px) */
@media (min-width: 1024px) {
  .container-rsvp-page {
    width: 36%;
    padding: 4rem;
  }

  .collectionalLogo {
        margin-top: 48px;
        margin-bottom: 0;
        width: 20%;
    }
}
