﻿
@font-face {
    font-family: Inter;
    src: url(fonts/Inter/Inter-VariableFont_slnt,wght.ttf);
}

@font-face {
    font-family: Open Sans;
    src: url(fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf);
}

.BtnStyle {
    background: #1EDCA2 0% 0% no-repeat padding-box;
    border-radius: 5px;
    font: normal normal normal;
    letter-spacing: 0.27px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    border-style: none;
}

::-webkit-input-placeholder {
    /* Edge */
    text-align: left;
    font: normal normal normal 14px/17px Inter;
    letter-spacing: 0.13px;
    color: #00000099;
    opacity: 1;
}

.textBoxStyle {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000026;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    height: 50px;
    opacity: 1;
    width: 100%;
    padding-left: 15px;
}


.PnlHeaderStyle
{
    text-align: center;
    font: normal normal 600 14px/25px Inter;
    letter-spacing: 0px;
    color: #05233B;
    text-transform: capitalize;
    opacity: 1;
}

.textBoxStyle:focus
{
    outline-color: #1EDCA2; 
    outline-style: ridge;   
}

.headerLogoStyle {
    background-image: url('../images/Enhancement/SubERP_App_Logo.png');
    height: 37px;
    width: 155px;
    background-repeat: no-repeat;
    background-size: cover;
}

.BG_Style {
    background-image: url(../images/banner/BG_Common.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.BtnNavStyle {
    background-color: #EEEEEE;
    border-radius: 15px;
    opacity: 1;
    width: 31px;
    height: 31px;
    padding: 0px 0px 0px 0px;
}

.BtnNavStyle > img {
    background-color: transparent;
    width: 24px;
    height: 24px;
}