/* Bootstrap CDN - Include this in your HTML <head> */
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css');

/* Custom Styles */
.float-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    width: 180px;
}

.button-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2;
}

.button-group>div {
    flex: 1;
    padding: 0px 10px;
}

.form-control {
    background: inherit;
    border: none;
}

.outerdiv {
    z-index: 999;
}

.innerdiv button {
    padding: 0;
}

.ReactModal__Content button {
    width: fit-content;
}

.innerdiv>div:last-child>div {
    background-color: #f0f0f0;
}

#dcb {
    border: 1px solid white;
    padding: 1rem;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15), 0 2px 5px rgba(0, 0, 0, 0.1);
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.dcb input,
.dcb select,
.dcb button {
    padding: 8px !important;
    width: 100%;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;
    border-color: #929ba5;
}

.radio-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.radio-group>div {
    display: flex;
}

.radio-group>div>input {
    margin-top: -3px;
}

.radio-group>div>label {
    margin-bottom: 0;
}

.mandatory {
    color: red;
    font-size: 0.9em;
}

.error {
    color: red;
    font-size: 0.8em;
    margin-top: 5px;
    margin-left: 5px;
}

.button {
    margin-top: 20px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    border-radius: 5px;
}

.logo {
    display: block;
    margin-bottom: 20px;
    max-width: 50%;
    height: auto;
}

.checkbox-container {
    align-items: flex-start;
    display: flex;
    gap: 10px;
}

.checkbox-container input[type=checkbox] {
    margin-top: 5px;
    height: 1rem;
    width: 1rem;
}

.checkbox-container label {
    margin-left: 5px;
    display: inline-block;
}

.toast_box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: #fff;
    color: #092339;
    border-left: 5px solid #ccc;
    padding: 10px;
    max-width: fit-content;
    font-family: sans-serif;
    position: absolute;
    top: 10px;
    right: 10px;
}

.toast_box.toast_success {
    border-left: 5px solid #00C246;
}

.toast_box.toast_error {
    border-left: 5px solid #F5194F;
}

.toast_box .toast_row {
    display: flex;
    position: relative;
    align-items: center;
}

.toast_box .toast_row .icon_box img {
    width: 20px;
}

.toast_box .toast_text {
    padding: 0 35px 0 5px;
}

.toast_box .toast_text strong {
    font-size: 12px;
    font-weight: 700;
    display: block;
    padding: 0 0 5px;
}

.toast_box .toast_text span {
    font-size: 11px;
    font-weight: normal;
    display: block;
    white-space: nowrap;
}

.toast_box .toast_row .toast_close {
    position: absolute;
    top: -5px;
    right: 0px;
}

.toast_box .toast_row .toast_close img {
    width: 11px;
}

.logo-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
    border-radius: 8px;
    color: #2052c9;
}

.logo-title {
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #2052c9;
}

.logo-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #e0e0e0;
}


.relative {
    position: relative;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.w-8 {
    width: 2rem;
}

.h-8 {
    height: 2rem;
}

.rounded-full {
    border-radius: 9999px;
}

.bg-blue-500 {
    background-color: #3b82f6;
}

.text-white {
    color: white;
}

.font-bold {
    font-weight: bold;
}

.cursor-pointer {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.mt-2 {
    margin-top: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.infoIconDiv {
    position: relative;

    display: flex;

    gap: 0.25rem;

    border-radius: 15px;

    border: 1px solid rgb(204, 204, 204);

    background-color: rgb(255, 255, 255);

    padding-left: 0.5rem;

    padding-right: 0.5rem;

    padding-top: 0.25rem;

    padding-bottom: 0.25rem;
}

.toolTips {
    position: absolute;
    left: 6.5rem;
    top: 50%;
    transform: translateY(-50%);
    max-width: 200px;
    background-color: #1f2937;
    color: white;
    font-size: 0.875rem;
    border-radius: 0.375rem;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
}

.toolTips {
    position: absolute;
    background-color: #000;
    color: white;
    padding: 0.5rem;
    border-radius: 0.25rem;
    z-index: 10;
    min-width: 120px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toolTips.hidden {
    display: none;
}

.infoIconDiv {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}
