﻿.carousel-control-next, .carousel-control-prev {
    display: flex !important;
}

.fa-angle-double-left::before {
    position: absolute;
    margin-left: -135px;
    background: #e8f0fe;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 5px;
    background-size: 65px;
    font-size: 31px;
    color: #ffc107;
}

.fa-angle-double-right::before {
    position: absolute;
    margin-left: 135px;
    background: #e8f0fe;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 5px;
    background-size: 65px;
    font-size: 31px;
    color: #ffc107;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 9px;
    height: 5px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffc107;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-radius: 48%;
}

.form-control:focus {
    border-color: #ffbe40c7 !important;
    box-shadow: 0 0 0 0.25rem rgb(255 190 64 / 41%) !important;
}

.icon-sec {
    position: relative;
}

.input_icon {
    position: absolute;
    right: 10px;
    top: 10px;
}
