body,
html {
    background-color: #F4F4F7 !important;
}


/* Change the white to any color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background: white;
}

a {
    color: #5664D2;
}

.label-success {
    background: #5ed25682;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 5px;
}

.label-danger {
    background: #f7101082;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 5px;
}

button:focus {
    outline: none !important;
}

.highlight-text-default{
    color:rgb(84, 84, 84);
}
.mode-heading{
   /* border-bottom:solid rgb(115 187 187) 5px ;
   border-image:linear-gradient(45deg,rgb(224 135 189), rgb(25, 96, 202)) 10; */
    /*  border-left:solid rgb(115 187 187)  3px ;
    border-radius: 7px;*/
    box-shadow: -4px 4px 4px grey;
    background-image: linear-gradient(to left, rgb(224 135 189), rgb(25, 96, 202)); 
     color: white;
}
.productHeadings{
    border-bottom:solid ;
   
    border-width: 7px;
    border-image: linear-gradient(45deg, rgb(224 135 189), rgb(25, 96, 202)) 1;
}
.DoubleArrowIcon{
    font-size: 15;
}
option{
    cursor:  pointer;
    padding: 10px;
}
option:hover{
    background-color: #F4F4F7;
}
.infoCards{
    word-wrap: break-word;
}