﻿
.sm-height-container {
    padding: unset;
    margin: unset;
    width: auto;
}

    .sm-height-container .row-flex {
        display: flex;
        flex-wrap: wrap;
    }

    .sm-height-container .content {
        height: 100%;
        display: grid;
        vertical-align: middle;
    }

.myicon {
    font-size: 20pt;
    margin: 5pt;
}

.mybigicon {
    margin-bottom: 10pt;
    max-width: 45pt !important;
}

    .mybigicon:hover {
        color: #7fc3c3;
    }

a {
    cursor: pointer;
}

    a:hover {
        color: #57809d;
    }

.dflex {
    display: flex;
    align-items: center
}

@media(max-width:1150px) {
    .dflex {
        display: block;
    }
}

.company-action-button {
    font-size: 25px;
    cursor: pointer;
    margin-left: 20px;
}

.description {
    padding: 0pt 30pt;
    color: black !important;
    line-height: 18pt;
    margin-bottom: 15pt
}

.company-item-image-select {
    cursor: pointer;
    margin: 5px;
}

    .company-item-image-select img {
        padding: 10px;
    }

    .company-item-image-select:hover {
        background: var(--light-grey);
    }

    .company-item-image-select .selected-claim {
        background: var(--light-grey);
    }

#company-items {
    padding-bottom: 10px;
    padding-top: 10px;
}

.company-item {
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    padding: 10px 10px;
    height: 120px;
    border: 3px solid var(--light-grey);
}

    .company-item a {
        cursor: pointer;
        font-size: 11pt;
        color: black
    }

        .company-item a img {
            max-width: 35pt;
        }

        .company-item a p {
            text-wrap: balance;
            width: 100px;
            font-size: 13px;
            font-weight: 500;
            margin-top: 10px;
            margin-bottom: 0;
            line-height: 20px;
        }

    .company-item i {
        position: absolute;
        left: -15px;
    }



.big-title {
    font-size: 2.3em;
    color: #0e3060;
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: 50px;
}

.profile {
    position: relative;
    background: white;
    box-shadow: 0 3px 15px rgba(51, 51, 51, 0.2);
    border-radius: 10px;
    transition: 0.2s ease;
    text-align: center;
    margin-bottom: 25px;
}

.profile__stats__title {
    font-size: 14px;
    font-weight: 600;
    color: #354F9A;
}

.profile-long {
    display: grid;
    grid-template-columns: repeat(4, 1fr) 150px;
    padding: 20px 40px 20px 20px;
}

    .profile-long .profile__image {
        grid-column: 5/6;
        margin-bottom: 10px;
        align-self: center;
    }

        .profile-long .profile__image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
            width: 140px;
            height: 140px;
            margin-top: 25px;
        }

    .profile-long .profile__info {
        grid-column: 1/5;
        grid-row: 1;
    }

        .profile-long .profile__info h3 {
            font-weight: 600
        }

        .profile-long .profile__info p {
            color: #787e95 !important;
            font-size: 14px;
            margin-bottom: 0px;
        }

    .profile-long .profile__stats {
        min-width: 130px;
        border-top: 0.5px solid var(--grayColor);
    }

    .profile-long .profile__cta {
        grid-column: span 1;
        border-top: 0.5px solid var(--grayColor);
    }

@media (max-width: 900px) {
    .profile-long {
        grid-template-columns: repeat(3, 1fr);
        padding: 30px;
    }

        .profile-long .profile__stats {
            min-width: 50px;
            padding-top:30px;
        }

        .profile-long .profile__cta {
            grid-column: span 4;
        }

        .profile-long .profile__image {
            grid-column: span 4;
        }

        .profile-long .profile__info {
            grid-row: 2;
        }
}

.btn-success:hover {
    color: rgb(112 152 99 / 85%);
}
