@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.text-font{
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
}

.cont-border{
    border: 3px #ffbe98;
    border-style: inset;
    border-radius: 25px;
}

.div-cont{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hr-design{
    height: 3px !important;
    background-color: #ffbe98;
}

.top-radius{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: auto;
}

.bottom-radius{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: auto;
}

.outside-top{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.outside-bottom{
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.space-margin{
    margin-left: 1px;
    margin-right: 1px;
}

.title-background{
    background-image: linear-gradient(to right, #FFBE98 , white);
    color: black;
}

.icon-image{
    width: 90px;
    position: absolute;
    top: -27px;
    left: -17px;
}

.swal2-styled.swal2-confirm{
    background-color: #FFBE98 !important;
    border: none;
    color: black;
}

.swal2-styled{
    box-shadow: none !important;
}


