﻿input, select {
    height: 45px !important;
}

.category-img {
    object-fit: cover;
    height: 60px;
    width: 60px!important;
    border-radius: 5px;
}

.course-img {
    object-fit: contain;
    height: 195px;
    width: 274px!important;
}

.header__logo  {
    width: 120px;
}

#search__input {
    border: 1px solid #ced4da;
    background-color: #fff!important;
}

.list-icon-social-right {
    display:flex;
}

    .list-icon-social-right > a.btn-custom {
        padding:5px!important;
    }
.course__title{
    height:50px!important;
}
.list-icon-social-right-bot {
    position: fixed;
    right: 1px;
    z-index: 999;
    bottom: 4rem;
    transition: transform .4s ease;
}

    .list-icon-social-right-bot > a.btn-custom {
        display: flex;
        margin-bottom: 5px;
        position: relative;
        font-size: 18px;
    }

    .list-icon-social-right > a.btn-custom > img {
        border-radius: 50%;
    }
.btn-primary, .bg-primary {
    background-color: #6440FB !important;
}

.active {
    color: #6440FB !important;
    font-weight: 600;
}