a.card-link {
    color: #333;
    /* Change to your desired link color */
    text-decoration: none;
    /* Remove underlines from links */
}

a {
    color: #333;
    /* Change to your desired link color */
    text-decoration: none;
    /* Remove underlines from links */
}

a:hover {
    color: #F5333E;
}

a.card-link:hover {
    color: #333;
    /* Change to your desired link color on hover */
}

h5.profile-name {
    margin-bottom: 0;
    /* Remove the margin below the title */
}

.fillstar {
    color: #FE8D4D;
     !important
}

.webtitle {
    background-color: #5F4BDB;
    color: #fff
}

.form-search input::placeholder {
    color: #F5333E;
    /* Change this to your desired placeholder color */
}

/* Change the color of the search icon */
.form-search button {
    color: #F5333E;
    /* Change this to your desired search icon color */
}

.border-black {
    border-color: #1F2131 !important
}


ul {
    list-style-type: none;
}

.myfont {
    font-family: 'Pacifico', cursive;
}

.contactUsimage{
    max-width: 100px;
}


.imgCss{
    height: 100px;
    padding: 0px;
}

.imgCss > img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    
}


/*dashboard css*/

html .content.app-content {
    padding: calc(1rem + -2.45rem  + 1.3rem) 2rem 0;
}

html .content {
    padding: 0;
    position: relative;
    transition: 300ms ease all;
    backface-visibility: hidden;
    min-height: calc(100% - 3.35rem);
    margin-left: 260px;
}

.sidebar-menu{
    width: 260px;
    position: absolute;
    height: 100%;
}

.sidebar-fixed {
    position: fixed;
}

.dashboard-main {
    padding-top: 100px;
}

.main{
    padding: ;
}
