| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- .active_predict {
- background: linear-gradient(82.89deg, #ff5f08 5.39%, #ff5ff9 94.31%) !important;
- }
- .btn-option {
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- padding: 12px 0px;
- /* gap: 10px; */
- /* max-width: 109.67px; */
- width: calc(49% - 2.2px);
- height: 37px;
- background: linear-gradient(90deg, gray 2.8%, gray 100%);
- /* border-radius: 20px; */
- font-weight: 700;
- font-size: 18px;
- line-height: 16px;
- display: flex;
- align-items: center;
- text-align: center;
- text-transform: uppercase;
- color: #ffffff;
- display: inline-block;
- border: 1px solid white;
- border-bottom: none;
- }
- .card-history {
- width: 100%;
- min-height: 529px;
- background: rgba(255, 255, 255, 0.3);
- border-radius: 24px;
- position: relative;
- border-bottom: 1px solid rgba(255, 52, 139, 1);
- border-right: 1px solid rgba(255, 52, 139, 1);
- }
- .content-history::before {
- /* content: "";
- position: absolute;
- left: 0;
- top: -6px;
- min-width: 140px;
- height: 55px;
- background: rgba(255, 255, 255, 0.3);
- border-radius: 24px 24px 0px 0px; */
- }
- .content-history1::before {
- content: "";
- position: absolute;
- left: 50%;
- transform: translateX(-43%);
- top: -6px;
- min-width: 140px;
- height: 55px;
- background: rgba(255, 255, 255, 0.3);
- border-radius: 24px 24px 0px 0px;
- }
- .content-history2::before {
- content: "";
- position: absolute;
- right: 0;
- top: -6px;
- min-width: 120px;
- height: 55px;
- background: rgba(255, 255, 255, 0.3);
- border-radius: 24px 24px 0px 0px;
- }
- .title-table-history {
- font-family: "Quicksand";
- font-style: normal;
- font-weight: 700;
- font-size: 12px;
- line-height: 15px;
- /* identical to box height */
- display: flex;
- align-items: center;
- text-align: center;
- text-transform: capitalize;
- color: #ffffff;
- padding-bottom: 20px;
- border-bottom: 1px solid #ffdeeb;
- }
- .row-table-history {
- padding: 10px 0;
- border-bottom: 1px solid #ffdeeb;
- }
|