| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231 |
- @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
- body {
- font-family: 'Poppins', sans-serif;
- background-color: #271956;
- color: white;
- background-image: url(../imgs/header-bg.png);
- background-repeat: no-repeat;
- background-position: top;
- }
- p {
- font-size: 12px;
- }
- .bg-menu {
- background-color: #271956;
- backdrop-filter: blur(10px);
- }
- .btn-primary {
- background: rgb(237,31,37);
- background: linear-gradient(90deg, rgba(237,31,37,1) 0%, rgba(254,89,36,1) 100%);
- border: none;
- padding-left: 30px !important;
- padding-right: 30px !important;
- color: white;
- }
- .main-heading {
- font-size: 70px;
- font-weight: 700;
- }
- .main-heading-2 {
- border-radius: 10px;
- font-size: 50px;
- background-color: rgb(37 5 77 / 67%);
- border-width: 2px;
- border-style: solid;
- border-image: linear-gradient(to top, rgb(58, 157, 213), rgb(242, 48, 37)) 1 / 1 / 0 stretch;
- padding: 10px;
- margin-top: 30px;
- font-weight: 600;
- }
- .main-heading-3 {
- border-radius: 10px;
- font-size: 24px;
- background-color: rgb(37 5 77 / 67%);
- border-width: 2px;
- border-style: solid;
- border-image: linear-gradient(to top, rgb(58, 157, 213), rgb(242, 48, 37)) 1 / 1 / 0 stretch;
- padding: 10px;
- font-weight: 600;
- }
- .btn-gradient {
- background: -webkit-linear-gradient(90deg, rgba(237,31,37,1) 0%, rgba(254,89,36,1) 100%);
- color: white;
- border: none;
- font-size: 20px;
- width: 80%;
- font-weight: 700;
- padding: 10px;
- }
- .btn-gradient:hover {
- background: -webkit-linear-gradient(90deg, rgba(254,89,36,1) 0%, rgba(237,31,37,1) 100%);
- color: white;
- }
- .text-primary {
- background: -webkit-linear-gradient(90deg, rgba(237,31,37,1) 0%, rgba(254,89,36,1) 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- }
- section {
- padding-top: 5rem;
- padding-bottom: 5rem;
- }
- .bg-danger {
- background: -webkit-linear-gradient(90deg, rgba(237,31,37,1) 0%, rgba(254,89,36,1) 100%);
- color: white;
- }
- .btn-secondary {
- color: white;
- background-color: #34065c;
- }
- .bg-secondary {
- color: white;
- background-color: #34065c !important;
- }
- .count {
- list-style-type: none;
- display: inline-block;
- min-width: 85px;
- }
- .count-1 {
- list-style-type: none;
- padding: 1em;
- display: inline-block;
- top: 70%;
- transform: translateY(-70%);
- }
- ol, ul {
- padding-left: 0rem;
- }
- .bg-primary {
- background-color: #271956 !important
- }
- .gold {
- background-color: #fff6e5;
- border: 1px solid #FF9D00;
- }
- .silver {
- background-color: #e4e4e4;
- border: 1px solid #a4b8b8;
- }
- .platnium {
- background-color: #ffdbcb;
- border: 1px solid #f57020;
- }
- .main-heading-4 {
- background-color: rgb(37 5 77 / 67%);
- border-width: 2px;
- border-style: solid;
- border-image: linear-gradient(to top, rgb(58, 157, 213), rgb(242, 48, 37)) 1 / 1 / 0 stretch;
- padding: 10px;
- backdrop-filter: blur(8px);
- }
- header {
- padding-bottom: 0rem;
- }
- section {
- padding-bottom: 0rem;
- }
- .step-bg {
- background-image: url(../imgs/step-bg.png);
- background-repeat: no-repeat;
- background-size: cover;
- }
- .footer-bg {
- background-image: url(../imgs/footer-bg.png);
- background-repeat: no-repeat;
- background-position: bottom;
- }
- .language-box{
- display: block;
- width: 124px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- border: 1px solid #fff;
- border-radius: 6px;
- font-size: 16px;
- font-weight: 400;
- text-decoration: none;
- color: #ffffff;
- margin-left: 24px;
- }
- .crm_pagination{
- text-align: center;
- margin-top: 10px;
- }
- .el-pagination.is-background .el-pager li:not(.disabled):hover {
- color: #ED2025 !important;
- }
- .el-pagination.is-background .el-pager li:not(.disabled).active {
- background-color: #fff !important;
- color: #ED2025 !important;
- border: 1px solid #ED2025 !important;
- }
- .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
- background-color: #fff !important;
- color: #333 !important;
- border: 1px solid #DFE3E8;
- }
- .luckyLoginBox{
- position: relative;
- }
- .luckyLogin{
- width: 100%;
- position: absolute;
- top: 160px;
- left: 0;
- text-align: center;
- color: rgb(220, 53, 69);
- font-size: 20px;
- }
- .luckyLogin p{
- font-size: 22px;
- font-weight: bold;
- margin-bottom: 0.5rem;
- }
- .el-icon-bottom,.el-icon-top{
- font-size: 24px;
- font-weight: bold !important;
- position: absolute;
- left: 5px;
- }
- .el-icon-bottom{
- color: green;
- }
- .el-icon-top{
- color: red;
- }
- @media screen and (max-width: 768px) {
- .px-4 {
- padding-right: 0.5rem !important;
- padding-left: 0.5rem !important;
- }
- .main-heading-4 {
- overflow-x: scroll;
- }
- .nav-item {
- margin-bottom: 10px;
- }
- .main-heading{
- font-size: 28px;
- }
- .main-heading-2{
- font-size: 22px;
- }
- .count-1.active{
- width: 100%;
- }
- .count-1.active1{
- display: none;
- }
- .luckyLogin{
- top: 140px;
- }
- .table > :not(caption) > * > *{
- min-width: 90px;
- }
- .el-icon-bottom, .el-icon-top {
- left: -5px;
- }
- }
|