@font-face {
    font-family: 'SolaimanLipi';
    src: url('../fonts/SolaimanLipiNormal.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SolaimanLipiNormal.woff') format('woff'),
    url('../fonts/SolaimanLipiNormal.ttf')  format('truetype'),
    url('../fonts/SolaimanLipiNormal.svg#SolaimanLipiNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

.screen {
    height: 200px;
    text-align: center;
    padding: 5px 10px;
    background-color: #f4953f !important;
    color: #fff;
}
.screen:hover {
    background-color: #fff !important;
    color: #f4953f !important;
    border:solid 1px #f4953f;
    transition: 1s;
    cursor: pointer;
}
.triangle-success {
    width: 0;
    height: 0;
    border-bottom: 80px solid green;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    position: absolute;
    top: 0;
    transform: rotate(-45deg);
    left: -38px;
}
.triangle-danger {
    width: 0;
    height: 0;
    border-bottom: 80px solid red;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    position: absolute;
    top: 0;
    transform: rotate(-45deg);
    left: -38px;
}

.triangleNest {
    margin-top: -50px !important;
    padding-top: 0px;
    margin-left: -77px;
    font-weight: bold;
    font-size: 24px;
    font-family: sans-serif;
    color: white;
    width: 156px;
}