/*
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, 12:15:44 AM
    Author     : AllyCat
*/

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

#LargeSection_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%;
}

#Large_Table_RequestMoreInfo{

    width: 500px;
    margin-left: auto;
    margin-right: auto;

}

#Large_ConnectBtnBox{
    width: 100px;
    margin: auto;
}

#Large_ConnectBtn {

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

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

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

}

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

