/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26-OCT-2021, 11:50:00 am
    Author     : BNV Software
*/


/*Fonts*/


@font-face {
    font-family: 'fnRobotoRegular';
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'fnSubsCardName';
    src: url(../fonts/Rubik-Regular.ttf);
}

@font-face {
    font-family: 'fnSubsCardTxt';
    src: url(../fonts/Rubik-Medium.ttf);
}

@font-face {
    font-family:'fnSubsCardCost';
    src: url(../fonts/Rubik-Bold.ttf);
}


.csSubsCardBoardSelect{
    font-family:'fnSubsCardTxt';
    font-size:8pt;
}

.csSubsCardBoardName{
    font-family:'fnSubsCardName';
    font-size:10pt;
    color: #332A7C;
    font-weight:500;
}

.csSubsCardBoardCost{
    font-family: 'fnSubsCardCost';
    font-size:11pt;
    color: #332A7C;    
}


.csSubsCardBoardTxt{
    font-family: 'fnSubsCardTxt';
    font-size:8pt;
    color: #91909b;
}

.csSubsBoardLeftPanel{
    font-family:'fnSubsCardName';
    font-size:10pt;
    color:white;
}


.csSubsCardBoardPanel{
    padding-left: 30px;
    padding-right: 0px;
    height: 58%;
    background: white;
    width:20.99999%;
    margin-left: 43px;
}

.csSubsCardBoardPanelImg{
    width: 35px;
    height: auto;
}

.csTopsSubsBoardDiv{
    padding-left: 20px; 
    padding-right: 20px;
    height: 330px; 
    background: white; 
    width:220px; 
    margin:5px 17px;
}

.csLeftPanelTops{
    font-family:'fnSubsCardName';
    color:white;
    font-size:400%;
    font-weight:bold;
}

.csHelpHeader{
    font-family: 'fnRobotoRegular';
    font-weight: bold;
    font-size: 10pt;
    color: #332A7C;

}
.csHelpQuestion{
    font-family: 'fnRobotoRegular';
    font-weight: bold;
    font-size: 10pt;
    color: #332A7C;

}
.csHelpAnswer{
    color:black;
    font-family: 'fnRobotoRegular';
    font-size: 10pt;

}
.csInfoHeader{
    font-family: 'fnRobotoRegular';
    font-weight: bold;
    font-size: 10pt;
    color: #332A7C;

}
.csInfoText{
    color:#91909b;
    font-family: 'fnRobotoRegular';
    font-size: 10pt;

}

.csFileAttachPopUpMenu{
    font-family: 'fnSubsCardName';
    font-size:10pt;
    color: #332A7C;                
}

.csMBFileAttachHdrPnlDropDownContent{
    position: absolute;
    background-color: #f9f9f9;
    min-width: 90px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    padding: 3px 6px;
    z-index: 1;    
    top: 21px;
    left: -34px;
    border-radius: 4px;
}
.csMBFileAttachHdrPnlDropDown {
    position: relative;
    width:50px;
    /*margin-left: 200px;*/
    text-align: left;
    display: inline-block;
    cursor:  pointer;
}


.w3-modal{
    z-index:6!important;
}


textarea{
    resize: unset;
}






