/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Sep 7, 2023, 3:36:28 PM
    Author     : AllyCat
*/

@font-face {
    
    font-family: KanitLight;
    src: url(../CSSFonts/Kanit-Light.ttf);
}

#Small_Table_RequestMoreInfo{

    margin-left: auto;
    margin-right: auto;
}

#Small_ConnectBtnBox{
    width: 78px;
    margin: auto;
}

#Small_ConnectBtn {

    background: linear-gradient(#F06E5C, #C43D30);
    border-radius: 5px;
    color: white;
    font-family: KanitLight;
    border: 1px black solid;
    font-size: 20px;
}

#Small_ConnectBtn:hover {
    background: linear-gradient(#D14B3D, #A0221C);
    border: 2px black solid;
}

#Small_ConnectBtn:active {
    background: linear-gradient(#8E180C, #5B0703);

}

#Small_Title_RequestMoreInfo{
    text-align: center;
    margin: 0px;
}

#SmallSection_RequestMoreInfo{
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0px;
    background-color: #efc90a;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23020006' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    border-bottom: 1px black solid;
    width: 100%;
}


@media only screen and (max-width: 600px) {

    #Large_Table_RequestMoreInfo{
        display: none;
    }

    #Small_Table_RequestMoreInfo{
        display: block;
    }
    
    #Small_Table_RequestMoreInfo{
        width: 300px;
    }
}

@media only screen and (max-width: 345px) {
    
    #Small_Table_RequestMoreInfo{
        width: 100%;
    }

}
