.input-group__input {
    color: #222;
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    border: 1px solid #d4d4d4;
    padding: 0px 10px;
    border-radius: 5px;
    padding-top: 14px;
    padding-left: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
.input-group__label {
    display: block;
    position: absolute;
    top: 5px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 500;
    color: #767676;
    left: 15px;
    padding: 0 2px;
    transition: line-height 200ms ease-in-out, font-size 200ms ease-in-out,
        top 200ms ease-in-out;
    pointer-events: none;
}
.input-group__input:not(:placeholder-shown) + label,
.input-group__input:focus + label {
    background-color: #ffffff;
    line-height: 10px;
    opacity: 1;
    font-size: 13px;
    font-weight: 500;
    top: 9px;
}
.input-group__input:focus,
.did-floating-select:focus {
    border: 1px solid #aaa3a3;
    outline: none;
}
select.did-floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.did-floating-select {
    color: #222;
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    border: 1px solid #d4d4d4;
    padding: 14px 15px 0 15px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath d='M0 0l4 6 4-6z' fill='%23003d71'/%3E%3C/svg%3E");
    background-position: right 15px center;
    background-repeat: no-repeat;
}
.did-floating-label {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #767676;
    background-color: #fff;
    padding: 0 2px;
    pointer-events: none;
    transition: 0.2s ease all;
}
.did-floating-select.has-value + .did-floating-label,
.did-floating-select:focus + .did-floating-label {
    top: 9px;
    font-size: 13px;
    font-weight: 500;
    line-height: 10px;
}
.did-floating-select:focus {
    border: 1px solid #aaa3a3;
    outline: none;
}
/*
.did-floating-select:not([value=""]):valid ~ .did-floating-label {
    top: 5px;
    font-size: 13px;
}
*/

.profile_img.circle {
    width: 40px;
    height: 40px;
    background: #eaf6fe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
}

.admin_name {
    font-size: 14px;
}

.admin_role {
    font-size: 12px;
}

.login_image_wrapper {
    height: 100vh;
}

.login_img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    display: block;
}

/* --------------- New Ankit Style ------------- */
/* profile circle */
.edit-user-block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.circle {
    width: 60px;
    height: 60px;
    background-color: #eaf6fe;
    border: 1px solid #d9e7f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    color: #007bff;
}
/* end profile circle */

/* select status */
.status-select-wrapper select.status-select {
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid;
    outline: none;
    background-position: right 6px center;
    background-repeat: no-repeat;
    background-size: 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
}

.status-select-wrapper {
    display: inline-block;
    position: relative;
}

.status-select-wrapper::after {
    content: "▼";
    font-size: 10px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.status-select-wrapper.active select {
    color: #37bd65;
    background-color: #37bd651a;
    border-color: #37bd65;
}
.status-select-wrapper.active::after {
    color: #37bd65;
}
.status-select-wrapper.deactivate select {
    color: #f2b339;
    background-color: #f2b3391a;
    border-color: #f2b339;
}
.status-select-wrapper.deactivate::after {
    color: #f2b339;
}
/* end select status */

/* user style */
.search-bar {
    position: relative;
}

.fa_search {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #767676;
}
/* end user style */

/* Common used Ankit And Sunil */
.custom_file {
    margin-left: 10px;
    position: relative;
    display: inline-block;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom_input_file {
    position: relative;
    z-index: 2;
    width: 45%;
    height: calc(2.25rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}

.custom_file_label {
    width: 45%;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 8px 0px 0px 30px;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #1990d2;
    border-radius: 0.25rem;
    box-shadow: none;
    color: #1990d2;
    border-color: #1990d2;
}

.custom_file_label.is-invalid {
    border-color: #dc3545;
}

.custom_file + span.error {
    display: block;
    margin-left: 90px;
}

/* info icon if revoked custom tooltip ------------------------------ */
.custom-tooltip-wrapper {
    position: relative;
    display: inline-block;
}
.custom-tooltip-box {
    display: none;
    position: absolute;
    top: 50%;
    right: 120%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #000;
    border: 1px solid #d6d8db;
    border-radius: 8px;
    padding: 10px 14px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    white-space: nowrap;
    text-align: left;
    font-size: 13px;
    line-height: 1.4;
    min-width: 180px;
}
.custom-tooltip-wrapper:hover .custom-tooltip-box {
    display: block;
}
.custom-tooltip-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #d6d8db;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
}
@media screen and (max-width: 600px) {
    /* .custom-tooltip-box {
        right: auto;
        left: 0;
        top: 110%;
        transform: translateY(0);
        white-space: normal;
    }
    .custom-tooltip-box::before {
        top: -6px;
        left: 20px;
        border-width: 6px 6px 0 6px;
        border-color: #fff transparent transparent transparent;
    } */
}
/* end info icon if revoked custom tooltip ------------------------------ */
.table td {
    vertical-align: middle !important;
}

/* activity logs icons notes and report  */
.action-buttons {
    display: flex;
    gap: 16px; /* spacing between icons or placeholders */
    align-items: center;
}
/* iti flag css*/
.iti {
    position: unset;
    display: unset;
}

.iti__flag-container {
    position: absolute;
    top: 25px;
    bottom: 0;
    right: 0;
    padding: 6px;
}

.iti__selected-flag {
    z-index: 1;
    position: absolute;
    display: flex;
    top: 10px;
    align-items: center;
    padding: 0 6px 0 8px;
    height: unset !important;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: unset;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: unset;
}

/* Select-2 multiple */
.select2-selection.is-invalid {
    border-color: #dc3545 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem 1rem;
    padding-right: 2rem;
}
input[type='tel'] {
    position: relative;
}
#start_date:focus-within .input-group-text {
    border: 1px solid #80bdff !important;
}

#end_date:focus-within .input-group-text {
    border: 1px solid #80bdff !important;
}
div.svg-eye {
    cursor: pointer;
}