#BTN_Sections a{
    margin-top: 20px;
    color: #100f0f;
}

#BTN_Sections a i{
    color: #3b54d2;
    font-size: 5em;
}

#BTN_Sections a div:hover i{
    color: #ffffff;
}


#BTN_Sections a div{
    text-align: center;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    background: linear-gradient(0deg, rgb(236, 236, 236) 0%, rgb(224, 224, 224) 100%);
    padding-top: 25px;
    padding-bottom: 15px;
}

#BTN_Sections a div h3 {
    font-size: 15px;
    font-weight: 500;
    font-family: monospace;
    margin-top: 15px;
}

#BTN_Sections a div:hover {
    background: rgb(34,193,195);
    background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
    border: solid 1px #6e3fe5 !important;
    color: #ffffff;
}

@media (min-width: 576px) {
    #BTN_Sections a div h3 {
        font-size: 20px;
    }

}


/*customer delete loading animation*/
.deleteRecord{
    width: 100%;
    height: 50px;
    background-image: linear-gradient(to right, #fd7575, #fafa47);
    animation-name: sineAnimation;
    animation-duration: 2s;
    animation-iteration-count: infinite;

}

@keyframes sineAnimation {
    from {
        background-image: linear-gradient(to right, #fd7575, #fafa47);
    }
    to {
        background-image: linear-gradient(to right, #fc5757, #ffff17);
    }
}


.myform-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}


.input-group .mybtn {
    position: relative;
    z-index: 2;
}
.input-group .mybtn:focus {
    z-index: 3;
}


.mybtn:focus,
.mybtn.focus {
    outline: 0;
    background-color: #f33527!important;
    color: #ffffff!important;
    box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}



body {
    background-image: url("/assets/images/bg.jpg")!important;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}


.notification_dot {
    background: #ff0000;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .8em;
    color: #ffffff;
}
