.filterBTn {
    background: linear-gradient(90deg, #114ABB 0%, #17449E 100%);
    border: 1px solid #EE7B40;
    border-image-slice: 1;
    width: 109.66814422607422;
    height: 43;
    border-radius: 8px;
    padding-top: 10px;
    padding-right: 24px;
    padding-bottom: 9px;
    padding-left: 24px;
    display: flex;
    color: #fff;
    align-items: center;
    gap: 8px;

}

.dataContainer {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
    gap: 16px;
    row-gap: 40px;
}

.instructorCard {
    width: 100%;
    max-width: 248px;
    min-width: 200px;
    min-height: 300px;
    height: auto;
    border-radius: 8px;
    gap: 24px;
    padding: 12px;
    box-shadow: 0px 0px 12px 4px #00000014;
    background-color: #fff;
}

.instructorCard .banner-img {
    width: 100%;
    height: 84px;
    object-fit: cover;
}

.instructorCard .profile-img {
    width: 100px;
    height: 100px;
    border: 2px solid #000000;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 12px;
}

.viewDetailBtn {
    background-attachment: #ECF2FE;
    color: #145FF4;
    font-size: var(--h5);
    font-weight: 500;
    padding: 2px 12px;
    border-radius: 8px;
    border: none;
    height: 28px;
}

.contactBtn {
    background: linear-gradient(88.31deg, #1964FA 0.28%, #0445C8 98.72%);
    border: 0.84px solid #FFFFFF;
    font-size: var(--h5);
    font-weight: 500;
    padding: 2px 12px;
    border-radius: 4px;
    border: none;
    height: 28px;
    color: #fff !important;
    width: 100px;
}

.CloseBtn {
    background-color: #F6F7F8 !important;
    border: 1px solid #E5E7EB !important;
    box-shadow: -4px 0px 8px 0px #0000000A inset;
    box-shadow: 0px -4px 8px 0px #0000000A inset;
    color: #000 !important;
    padding: 12px;
    border-radius: 8px;
    outline: none !important;
}
/* training-card */
.training-card {
    min-width: 210px;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    /* Needed for the pseudo-element */
    transition: box-shadow 0.3s ease, border-bottom 0.3s ease;
}


.custom-tooltip .tooltip-inner {
    background-color: #291C3C;
    font-size: 12px;
    font-weight: 500;
}
.custom-tooltip .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)* .5) 0;
    border-top-color: #291C3C;
}
.training-card .card-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.training-card .card-content {
    padding: 12px 12px 8px 12px;
    transition: all 0.3s ease-in-out;
}
.modal input.form-control,
.modal  select.form-control,
.modal  textarea.form-control {
    color: #444444 !important;
    border-radius: 4px;
    height: 40px;
    padding: 8px 12px;
    outline: none;
    transition: none;
    border: 1px solid #CCCCCC !important;
    box-shadow: none !important;
    background-image: none !important;
    resize: none;
}

.modal  input.form-control:focus,
.modal  select.form-control:focus,
.modal  textarea.form-control:focus {
    box-shadow: none;
}

.modal  textarea.form-control {
    height: 130px;
}

.modal  input.form-control:disabled {
    background: rgba(255, 255, 255, 0.1);
    opacity: 0.5;
    cursor: not-allowed;
}

@media (max-width: 452px) {
    .dataContainer {
        justify-items: center;
    }
}


/* alliance Modal */
.line-h-28 *{
    line-height: 26px;
}
.blueBTn{
    background-color: #2563EB !important;
    padding:9px 16px ;
    width: 100%;
    border-radius: 8px;

}
.noDataSection {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    background: #fff;
    color: #000;
    border: 1px solid rgb(225, 224, 226);
    border-radius: 8px;
    padding: 40px;
}

.noDataSection img {
    width: 254px;
    height: 254px;
    object-fit: scale-down;
}