* {
}

.btn-auth {
    text-transform: uppercase;
    background: linear-gradient(90.68deg, #8F3E97 0%, #A4447F 100%);
    border-radius: 113px;
    width: 300px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

*::-webkit-scrollbar {
    height: 6px;
    background: transparent;
    border-radius: 5px;
    width: 6px;
}

*::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.wrap-auth {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
    background-image: url("../../assets/images/bg-auth.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.wrap-auth .logo {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 220px;
}

.wrap-auth .logo img {
    width: 100%;
}

.btn-base:hover {
    transform: translateY(-2px);
    cursor: pointer;
    box-shadow: 0 2px 5px rgb(255 255 255 / 15%);
}

.btn {
    transition: .3s;
}

.wrap-auth:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}

.form-auth .form-group .form-control {
    color: #000 !important;
    font-weight: 500;
    font-size: 20px;
}

.form-auth {
    color: #fff;
    width: 530px;
    border-radius: 15px;
    padding: 30px 35px;
    position: absolute;
    top: 50%;
    right: 140px;
    background: radial-gradient(103.88% 264.59% at 8.56% 6.45%, rgba(255, 255, 255, 0.42) 0%, rgba(196, 196, 196, 0.24) 100%);
    transform: translate(0, -50%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    backdrop-filter: blur(7px);
    border: none;
    transition: all .3s;
}

.form-auth h4 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.form-auth h4, .form-auth p {
    text-align: center;
}

.form-auth .form-control {
    border: none;
    height: 32px;
}

.form-auth p {
    margin-bottom: 30px;
}

.form-auth .form-control::-webkit-input-placeholder {
    font-size: 14px;
}

.form-auth:hover {
    box-shadow: 0 4px 20px rgb(0 0 0 / 33%);
}

.input-icon .form-control {
    padding-left: 2.375rem;
}

.input-icon .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.form-login .form-group input:not(input[type=checkbox], input[type=radio]) {
    background: none;
    outline: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    height: 42px;
}

input:focus {
    box-shadow: none !important;
}

.form-login .form-group input::-webkit-input-placeholder {
    color: #fff;
}

.form-login {
    width: 450px;
}

.wrap-header {
    max-width: 1440px;
    margin: 0 auto;
}

.wrap-header .navbar .navbar-collapse {
    justify-content: flex-end;
}

.profile-header .dropdown-toggle {
    display: flex;
    align-items: center;
}

header#header {
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

header#header .navbar {
    background: #fff !important;
}

.input-cash {
    width: 159px;
    background: #F55A38;
    border-radius: 19px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    margin-right: 60px;
}

.profile-header .user-img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    margin-left: 30px;
}

.profile-header .user-img img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.search-header {
    margin-right: 145px;
}

.search-header .input-group {
    border: 1px solid #ebebeb;
    border-radius: 24px;
    overflow: hidden;
    width: 348px;
}

.search-header .input-group input {
    border: none;
}

.search-header .input-group span {
    border: none;
    background: none;
    padding: 0;
    padding-left: 11px;
}

.logo img {
    width: 200px;
}

.active-sidebar-left {
    margin-right: 50px;
    cursor: pointer;
}

.active-sidebar-left img {
    width: 24px;
}

.sidebar-left {
    width: 290px;
    background: radial-gradient(103.88% 264.59% at 8.56% 6.45%, rgba(255, 255, 255, 0.42) 0%, rgba(196, 196, 196, 0.24) 100%);
    backdrop-filter: blur(10px);
    color: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    z-index: 999;
    transition: left .3s;
}

.back-drop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.sidebar-app.active .sidebar-left {
    left: 0;
}

.sidebar-app.active .back-drop {
    display: block;
}

.lst-sidebar {
    list-style: none;
    padding-left: 37px;
}

.lst-sidebar li {
    border-radius: 80px 0px 0px 80px;
    margin-bottom: 10px;
    transition: all .3s;
}

.lst-sidebar li.active {
    background: #C33EB0;
}

.lst-sidebar li a {
    color: #fff;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    width: 100%;
    text-transform: uppercase;
}

.lst-sidebar li a .icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.sidebar-logo {
    text-align: center;
    padding: 30px 0;
}

.lst-sidebar li:hover a {
    text-decoration: none;
}

.lst-sidebar li:hover {
    background: #C33EB0;
}

.affiliate-link-x .custom-control {
    width: 300px;
    margin-left: 14px;
    margin-top: 6px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--base-color);
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.main-body {
    padding: 30px 0;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb * {
    color: #8F3E97;
}

.breadcrumb-app .title {
    color: #8F3E97;
    font-weight: bold;
    font-size: 18px;
}

.balance-account {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.balance-account img {
    margin-right: 10px;
}

.nav-affiliate nav {
    position: absolute;
    top: -82px;
}

.nav-affiliate {
    position: relative;
}

.box-affiliate {
}

.nav-affiliate nav .nav-item {
    border-radius: 15px 15px 0px 0px;
    margin-right: 16px;
    background: #B2B4B8;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.nav-affiliate nav .nav-item.active {
    color: #8F3E97;
    font-weight: bold;
}

.affiliate-link-x input {
    color: var(--base-color);
}

.custom-control-label::before {
    background: #fff;
    border: 1.5px solid #7F7F80;
}

#footer .footer-top {
    background-color: #C33EB0;
    padding: 30px 0;
    color: #fff;
}

.box-tk {
    margin-top: 30px;
}

.tk-item {
    display: flex;
    border: 1px solid #8F3E97;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
}

.tk-item .img img {
    height: 100%;
}

.tk-item .img {
    height: 100%;
}

.tk-item .ct {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tk-item h6 {
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #272735;
    margin: 0;
}

.tk-item .result {
    font-size: 30px;
    width: 100%;
    text-align: center;
    border-bottom: 1.2px solid #7F7F80;
}

.tk-item .status {
    text-align: center;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.menu-foot {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.menu-foot li a {
    color: #000;
    margin-left: 30px;
    font-size: 12px;
    font-weight: bold;
}

.footer-bot {
    padding: 5px 0;
    flex-wrap: wrap;
}

.title-footer {
    text-transform: uppercase;
}

.footer-top a {
    color: #fff;
}

.footer-top h5 {
    font-weight: bold;
    font-size: 18px;
}

* {
}

.b-top {
    margin-top: 30px;
}

.btn-auth {
    text-transform: uppercase;
    background: linear-gradient(90.68deg, #8F3E97 0%, #A4447F 100%);
    border-radius: 113px;
    width: 300px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

*::-webkit-scrollbar {
    height: 6px;
    background: transparent;
    border-radius: 5px;
    width: 6px;
}

*::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.wrap-auth {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
    background-image: url("../../assets/images/bg-auth.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.wrap-auth .logo {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 220px;
}

.wrap-auth .logo img {
    width: 100%;
}

.wrap-auth:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}

.form-auth {
    color: #fff;
    width: 530px;
    border-radius: 15px;
    padding: 30px 35px;
    position: absolute;
    top: 50%;
    right: 140px;
    background: radial-gradient(103.88% 264.59% at 8.56% 6.45%, rgba(255, 255, 255, 0.42) 0%, rgba(196, 196, 196, 0.24) 100%);
    transform: translate(0, -50%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    backdrop-filter: blur(7px);
    border: none;
    transition: all .3s;
}

.form-auth h4 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.form-auth h4, .form-auth p {
    text-align: center;
}

.form-auth .form-control {
    border: none;
    height: 32px;
}

.form-auth p {
    margin-bottom: 30px;
}

.form-auth .form-control::-webkit-input-placeholder {
    font-size: 14px;
}

.form-auth:hover {
    box-shadow: 0 4px 20px rgb(0 0 0 / 33%);
}

.input-icon .form-control {
    padding-left: 2.375rem;
}

.input-icon .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.form-login .form-group input:not(input[type=checkbox], input[type=radio]) {
    background: none;
    outline: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    height: 42px;
}

input:focus {
    box-shadow: none !important;
}

.form-login .form-group input::-webkit-input-placeholder {
    color: #fff;
}

.form-login {
    width: 450px;
}

.wrap-header {
    max-width: 1440px;
    margin: 0 auto;
}

.wrap-header .navbar .navbar-collapse {
    justify-content: flex-end;
}

.profile-header .dropdown-toggle {
    display: flex;
    align-items: center;
}

header#header {
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

header#header .navbar {
    background: #fff !important;
}

.input-cash {
    width: 159px;
    background: #F55A38;
    border-radius: 19px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    margin-right: 60px;
}

.profile-header .user-img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    margin-left: 30px;
}

.profile-header .user-img img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.search-header {
    margin-right: 145px;
}

.search-header .input-group {
    border: 1px solid #ebebeb;
    border-radius: 24px;
    overflow: hidden;
    width: 348px;
}

.search-header .input-group input {
    border: none;
}

.search-header .input-group span {
    border: none;
    background: none;
    padding: 0;
    padding-left: 11px;
}

.logo img {
    width: 200px;
}

.active-sidebar-left {
    margin-right: 50px;
    cursor: pointer;
}

.active-sidebar-left img {
    width: 24px;
}

.sidebar-left {
    width: 290px;
    background: radial-gradient(103.88% 264.59% at 8.56% 6.45%, rgba(255, 255, 255, 0.42) 0%, rgba(196, 196, 196, 0.24) 100%);
    backdrop-filter: blur(10px);
    color: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    z-index: 1000;
    transition: left .3s;
}

.back-drop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.sidebar-app.active .sidebar-left {
    left: 0;
    overflow-y: scroll;
}

.sidebar-app.active .back-drop {
    display: block;
}

.lst-sidebar {
    list-style: none;
    padding-left: 37px;
}

.lst-sidebar li {
    border-radius: 80px 0px 0px 80px;
    margin-bottom: 10px;
    transition: all .3s;
}

.lst-sidebar li.active {
    background: #C33EB0;
}

.lst-sidebar li a {
    color: #fff;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    width: 100%;
    text-transform: uppercase;
}

.lst-sidebar li a .icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.sidebar-logo {
    text-align: center;
    padding: 30px 0;
}

.lst-sidebar li:hover a {
    text-decoration: none;
}

.lst-sidebar li:hover {
    background: #C33EB0;
}

.copy-link {
    background: #F55A38;
    border-radius: 6px;
    color: #fff;
}

.affiliate-link-x {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
}


.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--base-color);
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.main-body {
    padding: 30px 0;
    padding-top: 0;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb * {
    color: #8F3E97;
}

.breadcrumb-app .title {
    color: #8F3E97;
    font-weight: bold;
    font-size: 18px;
}

.balance-account {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.balance-account img {
    margin-right: 10px;
}

.nav-affiliate nav {
    position: absolute;
    top: -82px;
}

.nav-affiliate {
    position: relative;
}

.box-affiliate {
}

.nav-affiliate nav .nav-item {
    border-radius: 15px 15px 0px 0px;
    margin-right: 16px;
    background: #B2B4B8;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.nav-affiliate nav .nav-item.active {
    color: #8F3E97;
    font-weight: bold;
}

.affiliate-link-x input {
    color: var(--base-color);
    flex: 1;
}

.custom-control-label::before {
    background: #fff;
    border: 1.5px solid #7F7F80;
}

#footer .footer-top {
    background-color: #C33EB0;
    padding: 30px 0;
    color: #fff;
}

.box-tk {
    margin-top: 30px;
}

.tk-item {
    display: flex;
    border: 1px solid #8F3E97;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
}

.tk-item .img img {
    height: 100%;
}

.tk-item .img {
    height: 100%;
}

.tk-item .ct {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tk-item h6 {
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #272735;
    margin: 0;
}

.tk-item .result {
    font-size: 30px;
    width: 100%;
    text-align: center;
    border-bottom: 1.2px solid #7F7F80;
}

.tk-item .status {
    text-align: center;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.menu-foot {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.menu-foot li a {
    color: #000;
    margin-left: 30px;
    font-size: 12px;
    font-weight: bold;
}

.footer-bot {
    padding: 5px 0;
    flex-wrap: wrap;
    background: #fff;
}

.title-footer {
    text-transform: uppercase;
}

.footer-top a {
    color: #fff;
}

.footer-top h5 {
    font-weight: bold;
    font-size: 18px;
}

nav.tab-affiliate {
    /* margin-bottom: 40px; */
    display: flex;
    width: 100%;
    /* justify-content: flex-end; */
    position: relative;
    z-index: 9;
    margin-left: 30px;
}

.sidebar-logo img {
    width: 220px;
}

nav.tab-affiliate .nav {
    margin-right: 20px;
}

nav.tab-affiliate .nav-item {
    color: #000;
    text-transform: uppercase;
    background: #B2B4B8;
    border-radius: 15px 15px 0 0;
    margin-right: 15px;
    color: #fff;
}

nav.tab-affiliate .nav-item.active {
    font-weight: bold;
    color: #8F3E97;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, .1);
}

.box-result {
    display: flex;
    border: 1px solid #C33EB0;
    border-radius: 10px;
}

.box-result .img {
    width: 130px;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 0 0 10px;
}

.box-result .ct .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 10px;
    margin: 0;
}

.box-result .ct .rl {
    font-size: 30px;
    line-height: 35px;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    text-align: center;
    padding-bottom: 6px;
}

.box-result .ct {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.box-result .status {
    padding: 0 10px;
    flex: 1;
    align-items: center;
}

.tbl-list-click thead {
    background: #C33EB0;
    color: #fff;
}

.tbl-list-click {
    width: 100%;
    overflow-x: scroll;
}

.tbl-list-click th, .tbl-list-click td {
    min-width: 150px;
    text-align: center;
}

.cmt-upload {
    position: relative;
    margin: 50px auto 10px auto;
    border: 2px solid #7F7F80;
    width: 100%;
    height: 280px;
    border-radius: 15px;
    overflow: hidden;
}

.cmt-upload .avatar-edit {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cmt-upload .avatar-edit input {
    display: none;
}

.cmt-upload .avatar-edit input + label img {
    width: 70%;
}

.cmt-upload .avatar-edit input + label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 12%);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.cmt-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.cmt-upload .avatar-preview {
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.cmt-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 20px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.box-title {
    font-size: 30px;
    text-transform: uppercase;
    color: #8F3E97;
    font-weight: bold;
    margin-bottom: 30px;
}

.m-info {
    display: flex;
    align-items: start;
}


.form-add-info {
    margin-top: 40px;
}

.form-add-info .form-group label {
    font-weight: 600;
}

.form-update-profile .form-group label {
    font-weight: 600;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #c33eb0;
    border-color: #c33eb0;
}

.banner-home {
    padding: 30px 0;
}

.banner-home .breadcrumb-app .title {
    color: #fff;
}

.banner-home .breadcrumb * {
    color: #fff;
}

.banner-home .balance-account span {
    color: #fff;
}

.info-banner {
    text-align: center;
    width: 100%;
}

.logo-banner {
    width: 160px;
}

.info-banner .title {
    font-size: 30px;
    margin-top: 30px;
    color: #fff;
    text-transform: uppercase;
}

.type-search {
    display: flex;
}

.info-banner {
    margin-bottom: 40px;
}

.form-query {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 19px;
    padding: 40px 50px;
    color: #fff;
    position: relative;
    width: 100%;
    margin: 0;
}

.slide-suggest .owl-nav {
    display: block !important;
    width: 100%;
}

.slide-suggest .owl-nav button span {
    font-size: 50px;
}

.slide-suggest .owl-nav .owl-next {
    right: -10px;
}

.slide-suggest .owl-nav button:focus {
    outline: none;
    border: none;
}

.slide-suggest .owl-nav .owl-previous {
    left: 0;
}

.slide-suggest {
    position: relative;
}

.slide-suggest .owl-nav button {
    position: absolute;
    top: 40%;
    transform: translate(-50%, 0);
}

.form-query:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 55px solid transparent;
    border-top-color: #151419;
    bottom: -140px;
    left: 10px;
}

.form-query .btn-submit {
    max-width: 350px;
    margin: 30px auto 20px auto;
}

.result-query {
    margin-top: 200px;
}

.mk-top {
    position: absolute;
    top: -127px;
    left: 0;
    z-index: 9;
}

.box-result-query {
    padding: 90px 120px 20px;
}

.box-result-query:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 26px;
    background: #C33EB0;
    top: 24px;
    left: 0;
}

.box-result-query .title {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 40px;
}

.tbl-result {
    width: 100%;
    overflow-x: scroll;
}

.result-item .rl-left {
    background: #C33EB0;
    color: #fff;
    width: 170px;
    border-right: 4px solid #fff;
    text-align: center;
    padding: 10px 0;
}

.result-item .rl-right {
    background: #1E2B5F;
    color: #fff;
    font-weight: 500;
    flex: 1;
    padding: 10px;
    display: flex;
    align-items: center;
}

.result-item {
    display: flex;
    border-bottom: 3px solid #fff;
}

table.tbl-show-number {
    width: 100%;
}

.info-left {
    font-size: 18px;
}

.std h5 {
    font-size: 35px;
    font-weight: bold;
    color: #1E2B5F;
    text-align: center;
}

.std h2 {
    color: #C33EB0;
    font-size: 10rem;
    font-weight: bold;
    text-align: center;
    line-height: 7rem;
}

.btn-view {
    border-radius: 40px;
    font-size: 24px;
}

.box-lg {
    margin-top: 30px;
}

.bc-item {
    background: #fff;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    margin-bottom: 40px;
    position: relative;
}

.bc-item .img img {
    width: 100%;
}

.bc-item .content {
    padding: 10px 20px;
    text-align: center;
    padding-bottom: 65px;
}

.btn-gradient {
    background: #9157AA;
    color: #fff !important;
    cursor: pointer;
    border-radius: 50px;
    padding: 5px 18px;
    transition: .3s;
}

.btn-gradient:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 0px 10px rgb(0 0 0 / 26%);
}

.bc-item .action-bot {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
}

.bc-item .title * {
    color: #963C73;
    font-weight: bold;
    margin-bottom: 2px;
    font-size: 17px;
}

.bc-item .title {
    margin-bottom: 14px;
}

.lst-bc-detail .bc-item .title {
}

.bc-item .action {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.bc-item .action .btn {
    font-size: 12px;
    margin-bottom: 10px;
}

.bc-item .action .btn img {
    width: 15px;
    margin-right: 3px;
}

.lst-bc .title-main {
    font-size: 36px;
    font-weight: bold;
    color: #8F3E97;
    margin: 40px 0;
}

.lst-bc {
    background: #fff;
    margin-top: 40px;
}

.lst-bc-detail {
    background: none;
}

.bg-full {
    background-repeat: no-repeat;
    background-size: cover;
}

.more-info {
    color: #fff;
    padding: 50px 0;
}

.more-info .title-main {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}

.more-info-item {
    display: flex;
    margin-top: 40px;
    align-items: center;
}

.more-info-item .img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #F55A38;
}


.more-info-item .content {
    flex: 1;
    padding-left: 40px;
}

.more-info-item .content .title {
    text-transform: uppercase;
    font-weight: bold;
}

.more-info-item .content p {
    font-style: italic;
    font-weight: 600;
}

.more-info-item .img img {
    min-width: 100%;
    min-height: 100%;
}

.more-detail {
    background: #C33EB0;
    color: #fff;
}

.mk-top img {
    width: 100%;
}

.more-detail .ct {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
}

.more-detail .ct .img img {
    width: 168px;
}

.more-detail .ct p {
    font-size: 24px;
}

.more-detail .ct .content {
    padding-left: 50px;
}

.btn-white {
    background: #fff;
}

.more-detail .ct .action {
    margin-top: 11px;
}

.more-detail .ct .action .btn {
    font-weight: bold;
}

.slide-suggest-item {
    padding: 30px;
    text-align: center;
}

.slide-suggest-item .img img {
    width: 100%;
}

.slide-suggest-item .ct h5 {
    color: #F55A38;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.slide-suggest-item .ct {
    padding-top: 20px;
}

.slide-suggest-item .img {
    display: flex;
    align-items: flex-end;
    height: 230px;
}

.suggest-more .main-title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin: 50px 0;
}

.slide-suggest-item .ct h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.banner-home .b-top {
    margin-top: 0;
}

.banner-event .breadcrumb-app .breadcrumb-item.active {
    color: #c5c5c5;
}

.banner-event {
    height: 280px;
}

.event-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    display: flex;
    padding: 15px;
    height: 320px;
    margin-bottom: 25px;
}

.lst-event {
    transform: translateY(-120px);
}

.event-item .img {
    width: 340px;
    display: flex;
    align-items: center;
}

.event-item .content {
    flex: 1;
    padding-left: 25px;
}

.event-item .content .title {
    font-size: 25px;
    font-weight: bold;
}

.info-event {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.info-event .reward {
    width: 25%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.info-event .reward strong {
    margin-left: 8px;
}

.progress-event {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.progress-event .progress {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 94px;
    background: #fff;
    margin: 8px 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    position: relative;
    height: 30px;
}

.progress-event .progress .progress-bar {
    height: 5px;
    background: #8F3E97;
    position: relative;
    max-width: calc(100% - 12px);
}

.progress-event .progress .progress-bar:after {
    position: absolute;
    content: '';
    top: -7px;
    right: -16px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #E2E2EC;
    background: #8f3e97;
}

.copy-link:hover {
    color: #fff;
}

.progress-event .progress:before {
    position: absolute;
    content: '';
    height: 5px;
    background: #E2E2EC;
    left: 10px;
    width: calc(100% - 20px);
}

.target-event {
    padding: 0 10px;
}

.progress-event .top.between-x {
    padding: 0 10px;
}

.result-box .title-box {
    width: 100%;
    background: #C33EB0;
    color: #fff;
    text-align: center;
}

.result-box .title-box h5 {
    font-size: 25px;
    padding: 12px 0;
    margin: 0;
}

.result-box .b-top {
    position: absolute;
    top: -129px;
    left: 0;
    z-index: 99;
    max-width: 620px;
}

.result-box .box {
    position: relative;
    margin-top: 90px;
}

.box .b-top img {
    width: 100%;
}

.result-box .box .content {
    padding: 30px 45px 0;
    position: relative;
    max-height: 265px;
    overflow: hidden;
}

.box .show-more {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    left: 0;
    height: 75px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-image: linear-gradient(to top, #ffffff, #ffffffdb, #ffffffb8, #ffffff8a, #ffffff12);
    font-weight: bold;
    cursor: pointer;
}

.modal-result .title {
    color: #1E2B5F;
    font-weight: bold;
}

.modal-result .modal-content {
    padding: 30px 0;
}

.box .show-more img {
    transform: translateY(-6px);
}

.show-more .more {
    display: block;
}

.show-more .less {
    display: none;
}

.result-box .box .content.active .show-more .more {
    display: none;
}

.result-box .box .content.active .show-more .less {
    display: block;
}

.result-box .box .content.active .show-more img {
    transform: rotate(180deg);
    transform-origin: top;
}

.result-box .box .content.active {
    max-height: inherit;
}

.box.lst-click p i {
    font-weight: bold;
}

.box-custom-p {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.box-custom-p .ct-box {
    padding-left: 45px;
    padding-right: 45px;
}

p > i {
    font-weight: bold;
}

.box.search-result-item {
    padding: 30px 0;
    margin-top: 30px;
}

.search-result-item .header {
    padding: 5px 20px;
    background: var(--base-color);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.search-result-item .content {
    padding: 40px;
}

.search-result-item .header span i {
    margin-left: 20px;
}

.box-result-top {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border-radius: 20px;
    margin-top: 30px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.box-result-top:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffb8;
    top: 0;
    left: 0;
    z-index: 0;
}
.box-result-top * {
    z-index: 2;
    position: relative;
}
.box-result-top .wrap {
    /*padding: 30px 40px;*/
    /*background: rgb(255 255 255 / 69%);*/
    /*border-radius: 40px;*/
}
.box-result-top h3 {
    text-align: center;
    font-weight: bold;
    font-size: 35px;
}

.action-buy {
    text-align: center;
}

.action-buy .btn {
    border-radius: 20px;
    padding: 5px 20px;
}

.action-buy .btn img {
    width: 20px;
    margin-left: 6px;
    transform: translateY(-3px);
}

.box-result-title {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    margin-top: 30px;
    padding: 7px 40px;
    background: var(--base-color);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 10px;
    text-transform: uppercase;
}

.no-event p {
    font-size: 25px;
    font-style: italic;
    text-align: center;
    font-weight: bold;
    max-width: 720px;
    margin: 30px auto;
    padding: 0 30px;
}

.no-event .img {
    text-align: center;
}

.no-event .img img {
    max-width: 380px;
}

.box-voucher {
    background: linear-gradient(105.16deg, rgba(239, 186, 255, 0.7) -5.44%, #94C1FF 99.11%);
}

.voucher-item {
    background: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transition: all .3s;
    margin-bottom: 30px;
}

.voucher-item:hover {
    box-shadow: none;
}

.voucher-item .img {
    min-height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.voucher-item .img .expires {
    position: absolute;
    top: 15px;
    right: 10px;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    padding-left: 20px;
}

.voucher-item .img .promos {
    position: absolute;
    border-radius: 15px;
    bottom: 40px;
    background: #fff;
    text-align: center;
    padding: 5px 12px;
    left: 10px;
    font-size: 14px;
    color: #F55A38;
    font-weight: bold;
}

.voucher-item .img img {
    width: 100%;
}

.voucher-item .bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.voucher-item .txt {
    height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.voucher-item .bot .price * {
    display: block;
}

.voucher-item .bot .price .txt-km {
    text-decoration: line-through;
    color: #949494;
}

.voucher-item .bot .price strong {
    font-size: 25px;
}

.voucher-item .bot .btn img {
    width: 18px;
    margin-right: 6px;
}

.voucher-item .bot .btn {
    display: flex;
    align-items: center;
}

.voucher-list {
    margin-top: 30px;
}

.max-100 {
    max-width: 100%;
}

.txt-voucher h2 {
    font-size: 3.6rem;
    font-weight: bold;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #ff586c, #ff6765, #ff7760, #ff855de0, #ff935cd9);
    -webkit-text-fill-color: transparent;
}

.txt-voucher h4 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #803598, #762e99, #6b279a, #5f219b, #501b9c);
    -webkit-background-clip: text;
    font-weight: bold;
    font-size: 28px;
}

.txt-voucher {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
}

.report-ck-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.report-ck-list .ck__item {
    width: calc(100% / 3);
    padding: 15px;
}

.btn {
    cursor: pointer;
}

.ck__item-body {
    background: #8F3E97;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    border: 1px solid #8F3E97;
    overflow: hidden;
}

.ck__item-body .info {
    padding: 12px;
    text-transform: uppercase;
}

.ck__item-body .info p {
    margin-bottom: 4px;
    font-weight: bold;
}

.report-ck-list .ck__item .action {
    display: flex;
    align-items: flex-end;
    background: #fff;
    justify-content: space-around;
    padding: 10px 5px;
    flex-wrap: wrap;
}

.report-ck-list .ck__item .action .btn {
    font-size: 12px;
    margin: inherit;
    margin: 5px 0;
}

.modal-title {
    font-weight: bold;
    font-size: 16px;
    color: #8f3e97;
}

h2.result-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #9C27B0;
    padding: 10px 0;
}


#accordion [data-toggle="collapse"] .fa:before {
    content: "\f106";
    font-size: 27px;
    color: var(--base-color);
}

#accordion [data-toggle="collapse"].collapsed .fa:before {
    content: "\f105";
}

.detail-box h2.title {
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 3rem;
    background-image: linear-gradient(to right, #803598, #762e99, #6b279a, #5f219b, #501b9c);
}

.detail-box h5.title {
    text-align: center;
    background-image: linear-gradient(to right, #ff586c, #ff6765, #ff7760, #ff855d, #ff935c);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 24px;
}

.box-ques .title {
    background-image: linear-gradient(to right, #e4907e, #f84257, #f23176, #c33eb0, #c33eb0);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
}

#accordion .card-header h5 span {
    color: var(--base-color);
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-left: 10px;
    white-space: break-spaces;
}

#accordion .card-header h5 img {
    width: 20px;
}

#accordion .card-header h5 button {
    display: block;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
}

#accordion .card-header h5 button:hover {
    text-decoration: none;
}

#accordion .card-header h5 button i {
    position: absolute;
    right: 20px;
}

#accordion .card-body {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

#accordion .card-header {
    background: #fff;
    border: none;
    padding: 0;
}

#accordion .card {
    border: none;
    border-bottom: 1px solid #ccc;
}

#accordion .card-header h5 {
    width: 100%;
    padding: 6px 0;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}

.detail-box h2.title {
    font-size: 2rem;
}

.detail-box h5.title {
    font-size: 18px;
}

#accordion .card-header h5 span {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
}

.box-ques .title {
    font-size: 24px;
}

.feedback-item .img {
    width: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.feedback-item {
    text-align: center;
    background: rgb(255 255 255);
    padding: 30px 20px;
    border-radius: 15px;
    /* max-width: 820px; */
    margin: 0 auto;
}

.feedback-kh {
    padding: 40px 0;
}

.feedback-item .pos {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}

.feedback-item .content {
    max-width: 650px;
    margin: 0 auto;
}


.slide-feedback {
    position: relative;
    margin: 40px 0;
    padding: 0;
}
.slide-feedback .owl-nav button {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    background: #fff !important;
    border-radius: 50%;
}

button:focus {
    outline: none;
}

.slide-feedback .owl-nav button span {
    color: #c33eb0;
    font-size: 2.5rem;
    transform: translateY(-4px);
}

.slide-feedback .owl-nav button.owl-next {
    right: -10px;
}

.slide-feedback .owl-nav button.owl-prev {
    left: -10px;
}
.col-4.sidebar-video {
    position: relative;
}

.video-ct {
    position: sticky;
    top: 50px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.detail-content .voucher-item {
    padding: 10px;
}

.detail-content .voucher-item .img {
    min-height: 160px;
}

.detail-content .voucher-item .img img {
    min-width: 100%;
    min-height: 100%;
}

.detail-content .voucher-item .img .promos {
    bottom: 20px;
    font-size: 12px;
    padding: 5px 10px;
}

.detail-content .voucher-item .bot .price strong {
    font-size: 20px;
}

.detail-content .voucher-item .bot .btn {
    font-size: 14px;
    padding: 5px 10px;
}

.detail-content .voucher-item .bot {
    margin-top: 10px;
}
.voucher-list h5 strong {
    color: #c33eb0;
}

.accordion-tn{
    padding: 30px;
    margin: 0 auto;
    margin-top: 35px;
}
.accordion-tn .card-header h5 button span {
    color: #fff !important;
    display: flex;
    font-weight: normal !important;
}

.accordion-tn .card-header h5 button span img {
    margin-left: 5px;
}

.accordion-tn .card-header h5 button {
    border: none !important;
    background: #f55a38;
}

.accordion-tn .card-header h5 {
    padding: 0 !important;
}

.accordion-tn .card-header h5 button i:before {
    color: #fff !important;
}

.accordion-tn .card {
    border-bottom: none !important;
    margin-bottom: 11px;
}
.addReadMore.showlesscontent table {
    width: 100% !important;
    margin-bottom: 20px;
}

.addReadMore.showlesscontent table td {
    padding: 18px;
    border-color: #ccc;
}

.result-content {
    background: rgb(255 255 255 / 72%);
}
.result-content img {
    max-width: 100%;
    height: auto !important;
}

.detail-content .voucher-item {
    padding: 10px;
}

.detail-content .voucher-item .img {
    min-height: 160px;
}

.detail-content .voucher-item .img img {
    min-width: 100%;
    min-height: 100%;
}

.detail-content .voucher-item .img .promos {
    bottom: 20px;
    font-size: 12px;
    padding: 5px 10px;
}

.detail-content .voucher-item .bot .price strong {
    font-size: 20px;
}

.detail-content .voucher-item .bot .btn {
    font-size: 14px;
    padding: 5px 10px;
}

.detail-content .voucher-item .bot {
    margin-top: 10px;
}
.voucher-list h5 strong {
    color: #c33eb0;
}
.wrapper-b-top {
    position: relative;
    max-width: 620px;
}

.wrapper-b-top .text {
    position: absolute;
    top: 44px;
    right: 104px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
.wrap-label-crop img {
    width: 200PX;
    border-radius: 50%;
    height: 200px;
}

.crop-change-image .img-container img {
    width: auto !important;
}
.img-dai-luong {
    max-width: 200px;
    display: block;
    margin: 15px auto;
    border-radius: 15px;
}
.result-crush {
    margin-top: 100px;
}
.name-acc {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

#footer-mb{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    display: none;
    z-index: 999;
}
.footer-menu__item span {
    color: #989B9D;
    font-size: 12px;
    text-transform: uppercase;
}

.footer-menu__item {
    text-align: center;
    padding: 5px;
}

.footer-menu__item.search-f-mb {
    position: relative;
}

.footer-menu__item .icon i{
    color: #9a9d9f;
}
.footer-menu__item.search-f-mb .icon {
    position: absolute;
    top: -25px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    left: 42%;
    transform: translate(-50%, -8px);
}

.footer-menu__item.search-f-mb span {
    padding-top: 26px;
    display: block;
    color: #8f3f98;
}
.home-sidebar-left {
    font-size: 16.5px;
    margin-left: 5px;
    margin-right: 14px;
}
.form-login .input-icon .form-control-feedback img {
    filter: brightness(0);
}
.export-loading i {
    width: 14px;
    height: 14px;
}
