.main{  background-color: #e6222fba;}

.cal{ width: 259px;   height: 500px;
    background-color: #02080e;
    border-radius: 25px;
    margin: auto;
    overflow: hidden;
    margin-top: 5%;  }
 
.cal_top{ width: 100%;   height: 40%;
    background-color: #030b12;
    border-radius: 25px 25px 0px 0px;
    margin: auto;}

.cal_bottom{   width: 100%;     height: 60%;
    background-color: #020910;
    border-radius: 0px 0px 25px 25px;
    margin: auto;}

.bt1{ padding: 0 !important; }

.row1{  width: 100%;  padding: 0;  margin: 0; }

.lbl{  color:white;
    height: 100%;
    text-align: right;
    width: 100%;
    padding-right: 15px;
    padding-top: 30%;
    font-size: 35px;
    font-family: sans-serif;  }

.sabz{color: #ea810a;}

.bnf{ color: #84ffad; }


button{width: 100%;   height: 60px;
    background-color: #03080e;
    border: 1px solid #01060c;
    color: white;
    font-size: 18px;
    font-family: sans-serif; }

button:focus {  outline: none;
    background-color: #0e2a48 !important;}