@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap'); body { font-family: 'Poppins', sans-serif; color: black; } p { font-size: 12px; } .btn-primary { background: rgb(237,31,37); background: linear-gradient(90deg, rgba(237,31,37,1) 0%, rgba(254,89,36,1) 100%); border-radius: 20px; border: none; padding-left: 30px !important; padding-right: 30px !important; color: white; } .main-heading { font-size: 70px; font-weight: 700; } .bg-header { color: white; background-image: url(../imgs/header-bg.png); background-repeat: no-repeat; /* background-attachment: fixed; */ background-size: 100% 100%; } .btn-gradient { background: -webkit-linear-gradient(90deg, rgba(237,31,37,1) 0%, rgba(254,89,36,1) 100%); color: white; border-radius: 30px; border: none; font-size: 30px; padding-left: 80px !important; padding-right: 80px !important; 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; } .section-bg { background-image: url(../imgs/section-bg.png); background-repeat: no-repeat; background-size: contain; background-position: center; } .bg-menu { background-color: #4e1565db; backdrop-filter: blur(10px); } .section-bg-1 { background-image: url(../imgs/section-bg-1.png); background-repeat: no-repeat; /* background-attachment: fixed; */ background-size: 100%; } .section-bg-2 { background-image: url(../imgs/section-bg-2.png); background-repeat: no-repeat; /* background-attachment: fixed; */ background-size: 100% 100%; color: white; } .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; } .container__image { float: left; } .container__text { display: table-cell; padding-left: 15px; } .followers-section { border-width: 2px; border-style: solid; border-image: linear-gradient(to bottom, #3A9DD5, #F23025) 1; background-color: #25054D; padding: 15px; } .step { position: relative; min-height: 1em; color: gray; } .step + .step { margin-top: 3em } .step > div:first-child { position: static; height: 0; } .step > div:not(:first-child) { margin-left: 3em; padding-left: 1em; } .step.step-active { color: #ee2424; } .step.step-active .circle { background-color: #ee2424; } /* Circle */ .circle { background: gray; position: relative; width: 3em; height: 3em; line-height: 3em; border-radius: 100%; color: #fff; text-align: center; box-shadow: 0 0 0 3px #fff; cursor: pointer; } /* Vertical Line */ .circle:after { content: ' '; position: absolute; display: block; top: 1px; right: 50%; bottom: 1px; left: 50%; height: 100%; width: 1px; transform: scale(1, 2); transform-origin: 50% -100%; background-color: rgba(0, 0, 0, 0.25); z-index: -1; } .step:last-child .circle:after { display: none; } .title { line-height: 1.5em; font-weight: bold; } .caption { font-size: 0.8em; } .language-box{ display: block; width: 120px; height: 40px; line-height: 40px; text-align: center; border: 1px solid #fff; border-radius: 50px; font-size: var(--bs-nav-link-font-size); font-weight: bold; text-decoration: none; color: #ffffff; margin-left: 30px; } .text-muted{ font-size: 16px; } .el-dialog.crm-signup{ width: 680px; border-radius: 10px; } .banner-signup{ padding: 25px 50px; color: #333; position: relative; font-family: Poppins, sans-serif; } .banner-signup .close{ width: 40px; height: 40px; border-radius: 30px; background-color: #F02925; cursor: pointer; display: flex; justify-content: center; align-items: center; color: #fff; position: absolute; top: -40px; right: 0; } .banner-signup .title{ font-size: 18px; margin-bottom: 50px; font-family: Poppins, sans-serif; display: flex; flex-direction: column; justify-content: center; align-items: center; } .banner-signup .title .img-responsive{ margin-bottom: 40px; } .banner-signup .title .title2{ font-size: 26px; font-weight: 900; } .banner-signup .el-input__inner{ width: 100%; height: 60px; font-size: 17px; background-color: #F8F8F8; border-radius: 6px; border-color: #B1B1B1; color: #434242; background-color: transparent; font-weight: 600; } .banner-signup .el-input__inner::placeholder{/*Firefox,Chrome,Opera*/ color:#434242; } .banner-signup .el-input__inner:-ms-input-placeholder{/*InternetExplorer10-11*/ color:#434242; } .banner-signup .el-input__inner::-ms-input-placeholder{/*MicrosoftEdge*/ color:#434242; } /* .el-input__inner { border: none; border-bottom: 1px solid; border-radius: 0; border-color: #979797; color: #e4e4e4; background-color: transparent; } */ .banner-signup .el-select .el-input__inner { padding-left: 40px; } i.icondingwei { position: absolute; top: 10px; left: 12px; color: #F02925; font-weight: 600; } .banner-signup .el-input__prefix, .el-input__suffix{ color: #F02925; font-weight: 600; } .banner-signup .el-input--prefix .el-input__inner { padding-left: 40px; } .banner-signup .el-input__prefix{ padding-left: 8px; top: 2px; } .banner-signup .el-select{ width: 100%; } .banner-signup .el-col{ padding: 0; } .banner-signup .getCode{ display: inline-block; width: 100%; line-height: 60px; text-align: center; background-color: #191B28; border: 1px solid #e4e4e4; cursor: pointer; color: #e4e4e4; border-radius: 6px; font-size: 17px; padding: 0 !important; } .pwd { text-align: left; padding-left: 20px; margin: 0; margin-left: 10px; font-size: 15px; } .pwd li { list-style-type: disc; /*height: 20px;*/ line-height: 20px; color: #979797; } .pwd .fit { color: #EC1920; } .banner-signup .agree{ font-size: 16px; color: #434242; } .banner-signup .agree_title{ word-break: keep-all; } .banner-signup .el-checkbox__inner::after{ height: 10px; left: 7px; position: absolute; top: 2px; } .banner-signup .el-checkbox__inner{ width: 20px; height: 20px; } .banner-signup .el-checkbox__input.is-checked .el-checkbox__inner{ background-color: #EC1920; border-color: #EC1920; } .banner-signup .el-checkbox__inner:hover { border-color: #EC1920; } .banner-signup .el-checkbox__input.is-focus .el-checkbox__inner{ border-color: #EC1920; } .banner-signup .sign-btn.btn-gradient{ width: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; word-break: break-word; padding-left: 0px !important; padding-right: 0px !important; } .banner-signup-btnBox{ display: flex; } .video-play{ position: relative; } .icon-video-play{ width: 40px; height: 40px; position: absolute; top: 39%; left: 48%; font-size: 50px; color: #fff; background-color: #EC1920; border-radius: 40px; cursor: pointer; display: flex; justify-content: center; align-items: center; } .el-icon-video-play{ font-size: 50px; } @media screen and (max-width: 768px) { .main-heading { font-size: 30px; } .section-bg{ background-image: none; } section { padding-top: 1rem; padding-bottom: 1rem; } .crm_table{ overflow-x: scroll; } .mt-5 { margin-top: 1rem !important; } .followers-section{ display: flex; align-items: center; } .text-muted { font-size: 12px; } .nav-item{ margin-bottom: 10px; } .el-dialog.crm-signup { width: 95%; border-radius: 10px; } .banner-signup { padding: 25px 0; word-break: break-word; } .banner-signup .text-primary.fw-bolder{ font-size: 25px; } .banner-signup .title .title2 { font-size: 20px; } .pwd { word-break: break-word; } .Scriptcontent{ margin-bottom: 50px; } .banner-signup-btnBox{ display: flex; flex-wrap: wrap; } .banner-signup .sign-btn{ margin-left: 0 !important; margin-right: 0 !important; } }