@import "../scss/variables.scss";

.job-details-section {
    .share-this-job {
       .icon-box {
        .social-icon {
            border-radius: $border-radius;
            width:50px;
            height:50px;

            @media (max-width:575px) {
                width: 36px;
                height: 36px;
            }
                
            &:nth-child(1) {
                background-color: #3A5BA0;
            }
            &:nth-child(2) {
                background-color: #1DA1F2;
            }
            &:nth-child(3) {
                background-color: #0077B5;
            }
            &:nth-child(4) {
                background-color: #DB4A39;
            }
            &:nth-child(5) {
                background-color: #E60023;
            }
            .icon {
                i {
                   font-size: 22px;

                    @media (max-width:575px) {
                        font-size:14px;
                    }
                }
            }
           } 
       } 
    }
    }
    .company-overview {
        .company-profile {
            .profile {
                width:60px;
                height:60px;
            }
        }
    }
