/* <=======fonts============>
h1==>  font-family: "Pacifico", cursive;
h2==> font-family: "Righteous", sans-serif;

*/
/* <===================globle=============> */
.is-valid {
    border: 1px solid #28a745 !important;
}

.is-invalid {
    border: 1px solid #dc3545 !important; 
}
/* <===================globle=============> */

/* <======= start main===========> */

main{
    background-color: #F7ECDE;
    min-height:100vh ;
}

/* <======= end main===========> */

/* <=========== Start main-title============> */

#title h1{
    display: inline-block;
    font-family: "Pacifico", cursive;
    font-size: 50px;
    font-weight: 500;
    color: #352e28;
    z-index: 1;
}

#title h1::before{
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    background-color: #fec260;
    width: 100%;
    height: 25%;
    transition: height 0.5s;
    z-index: -1;
}

#title h1:hover::before{
    height: 40%;
}

/* <=========== end main-title============> */

/* <====== Start form===============> */

#form .container{
    border-width: 2px 0 ;
    border-style: dotted;
    border-color: #352e28;
}

#form h2{
    font-family: "Righteous", cursive;
    font-size: 25px;
    background-image: linear-gradient(to right, #3ca55c, #b5ac49);
    /* <الاولي دعم للتانيه  علشان الالوان تبقي ع الكلام > */
    background-clip: text;  
    -webkit-background-clip: text;
    /* <علشان الكلام يبقي شفاف  > */
    -webkit-text-fill-color: transparent;
}

#form label{
    font-weight: 600;
}

#form .button button{
    color: #fff;
    background-color: #d1512d;
}

#form .button button:hover{
    background-color: #bb4120;
}

/* <====== end form===============> */

/* ======================================*/

/* <-----start table-------> */

#table .btn-vist{    
    color: #fff;
    background-color: #9eb23b;
    transition: background-color 0.5s;
}
#table .btn-vist:hover{    
    background-color: #8a9e23;
}
#table .btn-delete{    
    color: #fff;
    background-color: #eb1d36;
    transition: background-color 0.5s;
}
#table .btn-delete:hover{    
    background-color: #d30820;
}

/* <-----end table-------> */

/* =======================================================*/

/* <===== box error msg=======> */

.box-info {
    background-color: #0007;
    z-index: 3;
}

.box-conent{
    width: 500px;
    z-index: 10;
}

.circles span {
    display: block;
    width: 20px;
    height: 20px;
}

.rounded-circle{
    border-radius: 50% !important;
}

.circles span:nth-child(1){
    background-color: #f15f5d;
}

.circles span:nth-child(2){
    background-color: #febe2e;
}

.circles span:nth-child(3){
    background-color: #4db748;
}

.box-conent p {
    font-family: "Bree Serif", serif;
    font-size: 21px;
    line-height: 1.3;
    color: #352e28;
}

.rules li {
    font-size: 18px;
    padding-top: 10px;
}

/* =======================================================*/


