﻿.tcContainer {
    max-width:100%;
    font-family: 'tajawal-regular';
}

.section-header {
    display: flex;
    flex-direction: column;
    margin: 3% auto;
}

.firstTermsConditionHeader {
    letter-spacing: 1px;
    color: #FF795C;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 2rem;
}

.tcDescription {
    margin-top: 3%;
    align-self: stretch;
    text-align: center;
    font-size: 1.3rem;
    color: #737195;
    font-weight: 500;
}

.divDefaultSNSparntersection, .divSNSparntersection {
    height: auto;
    margin: 6% auto;
    padding: 2rem;
    box-shadow: 0 3px 6px 0px rgba(0,0, 0, 0.20);
}

.nav-pills {
    border-bottom: 2px solid #748fb533;
}

#catagoryTab {
    border: 1px #DFDEE7 solid;
}

    #catagoryTab:has(.nav-link.active) {
        border: 1px #DFDEE7 solid;
        background-color: #FF795C;
        color: white;
    }

.nav-pills .nav-link.active {
    background-color: #FF795C;
    color: white;
}

.nav-pills .nav-link {
    color: #737195;
    background: #FAFAFC;
}

@media (max-width:768px){
    .divDefaultSNSparntersection, .divSNSparntersection{
        padding:1rem;
    }
}


* {
    direction: rtl;
}