﻿.uaMaterialContainer {
    max-width:100%;
    font-family: "anekdevanagari-regular",sans-serif;
}

.section-header {
    display: flex;
    flex-direction: column;
    margin:3% auto;
}

.uaMaterialTitle {
    color: #FF795C;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2rem;
}

.tcDescription {
    width: 40%;
    margin-top:3%;
    align-self: stretch;
    text-align: center;
    font-size: 1.25rem;
    color: #737195;
    font-weight: 500;
}

#unAcceptableButton {
    font-family: "anekdevanagari-regular", sans-serif;
    color: white;
    border: none;
    padding: 1%;
    background-color: #FF795C;
    font-weight: 500;
    justify-content:center;
}
    #unAcceptableButton:hover {
        background-image: linear-gradient(to right, #bb5ac4, #FF795C);
        box-shadow: 0px 4px 20px 0px rgba(255, 121, 92, 0.75) !important;
        transition: all .4s ease;
        -webkit-transition: all .3s ease;
    }

.orginregulationContainer {
    height: auto;
    margin: 1% auto;
    padding: 2rem;
    box-shadow: 0 3px 6px 0px rgba(0,0, 0, 0.20);
}

.orgin-regulations, .destination-regulations {
    color: black;
    font-size: 2rem;
    font-weight: 700;
}
.orgin-unacceptablematerial-outof p, .weight-limit p, .value-limit p, .general-unaccaptablematerial p, .destiantion-unaccaptablematerial-into p, .regulations-in-destination p {
    color: #737195;
    font-size: 1rem;
    font-weight: 500;
    margin: 1% 0 1% 0;
}



