.slider-img {
    width: 100%;
    height: 580px;
    object-fit: cover;
}

#SliderRG .slide {
    min-height: 580px !important;
    max-height: 580px !important
}

.slider-img2 {
    width: 100%;
    height: 680px;
    object-fit: cover;
}

#SliderRG .slide2 {
    min-height: 680px !important;
    max-height: 680px !important
}

.card-label lab {
    font-size: 18px;
}
#SliderRG .carousel-control-prev,
#SliderRG .carousel-control-next {
    background: var(--main-color) !important;
    display: block;
    color: #ffffff !important;
    font-size: 45px !important;
    height: 80px !important;
    width: 80px !important;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;
    position: absolute;
    top: 260px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
}

.light-mode #SliderRG .carousel-control-prev,
.light-mode #SliderRG .carousel-control-next {
    background: var(--main-lcolor) !important
}

.carousel-indicators div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    width: 160px !important;
    height: 90px !important;
    margin: 0 10px !important;
}

#SliderRG .carousel-indicators {
    margin-bottom: 224px !important;
}

.carousel-indicators div:hover {
    opacity: 1;
    transition: all 0.5s;
}

.services-konten {
    min-height: 80px;
    padding: 40px 0;
    margin-top: -215px;
}

.flow {
    background-color: #353535;
    overflow: hidden;
    max-height: 880px;
}

.light-mode .flow {
    background-color: #F1F3F4;
}

.services-right {
    background-color: #525252;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
}

.light-mode .services-right {
    background-color: #c3c9cc;
}

.paket {
    width: 100%;
    background-color: #525252;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
}

#CheckOut .accordion-item {
    position: relative;
    background: #353535 !important;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
    margin-bottom: 10px !important;
    border-radius: 15px !important;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 4 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}

.accordion-item input[type=radio] {
    display: none;
}

.accordion-item label {
    width: 100%;
    height: 100%;
    display: block;
}

#CheckOut .accordion-button {
    color: #ffffff !important;
    background-color: #353535 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 15px !important
}

.light-mode #CheckOut .accordion-item {
    color: #1C1E1F !important;
    background-color: #F1F3F4 !important;
    box-shadow: 0px 0px 8px 2px rgba(124, 124, 124, 0.5);
    -webkit-box-shadow: 0px 0px 8px 2px rgba(124, 124, 124, 0.5);
    -moz-box-shadow: 0px 0px 8px 2px rgba(124, 124, 124, 0.5);
}

.light-mode #CheckOut .accordion-button {
    background-color: #F1F3F4 !important;
    color: #1C1E1F !important
}

#CheckOut .accordion-button:not(.collapsed) {
    border: none !important;
    outline: none !important
}

.mbpay {
    margin-bottom: 40px !important
}

.radio {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
    margin: 15px;
}

.cntr .label {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--second-color);
    border-radius: 100%;
    -webkit-tap-highlight-color: transparent
}

.cntr .label::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: var(--main-color);
    transform: scale(0);
    transition: all .2s ease;
    opacity: 0.5;
    pointer-events: none;
}

.light-mode .cntr .label::after {
    background: var(--main-lcolor);
    opacity: 0.5;
}

.cntr .label:hover::after {
    transform: scale(3.6);
}

.cntr input[type="radio"]:checked+.label {
    border-color: var(--main-color)
}

.light-mode .cntr input[type="radio"]:checked+.label {
    border-color: var(--main-lcolor)
}

.cntr input[type="radio"]:checked+.label:after {
    transform: scale(1);
    transition: all .2s cubic-bezier(.35, .9, .4, .9);
    opacity: 1
}

.cntr {
    position: absolute;
    top: calc(35% - 10px);
    left: 0;
    width: 100%;
    text-align: left;
}

.hidden {
    display: none
}

.form_title {
    margin: 20px 0 15px 0 !important
}

form small {
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 5px;
}

.avatar-wrapper {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 15px -5px black;
    transition: all .3s ease;
    object-fit: cover;
    border: 2px solid var(--main-color);
    cursor: pointer;
}

.light-mode .avatar-wrapper,
.avatar-wrapper-hero {
    border-color: var(--main-lcolor);
}

.avatar-wrapper-hero {
    position: relative;
    height: 150px;
    width: 100%;
    overflow: hidden;
    box-shadow: 1px 1px 15px -5px black;
    transition: all .3s ease;
    object-fit: cover;
    border: 2px solid var(--main-color);
    cursor: pointer;
}

.avatar-wrapper:hover::before {
    opacity: 1;
    transform: scale(1.5);
    transition: all .3s ease;
}

.profile-pic {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    object-fit: cover;
}

.avatar-wrapper::before {
    content: '\f093';
    font-family: 'FontAwesome';
    display: block;
    font-size: 20px;
    background-color: var(--main-color);
    padding: 10px;
    border-radius: 100%;
    right: 55px;
    top: 55px;
    position: absolute;
    cursor: pointer;
    opacity: 0.5;
    color: #ffffff !important
}

.light-mode .avatar-wrapper::before {
    background-color: var(--main-lcolor);
}

.upload-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.avatar-upload {
    position: relative;
    width: 100%;
    margin: 5px 0 10px 0;
}

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

.avatar-edit input[type='file'] {
    display: none;
}

.avatar-edit input+label {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #353535;
    border: 1px solid transparent;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
    margin-right: 5px;
    margin-top: 5px;
}

.avatar-preview {
    width: auto;
    height: 140px;
    position: relative;
    border-radius: 8px;
    border: 6px solid #353535;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    margin: auto;
}

.light-mode .avatar-preview,
.light-mode .avatar-edit input+label {
    border-color: #F8F8F8;
    background-color: #ffffff;
}

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

.avatar-edit input+label:hover {
    background: #000000;
    border-color: #636363;
}

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

.avatar-edit input+label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: var(--main-color);
    position: absolute;
    top: 16px;
    right: 16px;
    text-align: center;
    margin: auto;
}

.light-mode .avatar-edit input+label:after {
    color: var(--main-lcolor);
}

.user_card {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    max-width: 100%;
    background-color: #1C1E1F;
    border-radius: 16px;
    position: relative;
    background-clip: padding-box;
    text-align: center;
    color: #ffffff;
}

.user_card button {
    font-weight: 600;
}

.user_card::before {
    content: '';
    display: block;
    top: -3px;
    left: -3px;
    bottom: -3px;
    right: -3px;
    position: absolute;
    border-radius: 16px;
    background: rgb(78, 78, 78);
    background: linear-gradient(340deg, rgba(78, 78, 78, 1) 0%, rgba(31, 31, 31, 1) 51%, rgba(78, 78, 78, 1) 100%);
}

.user_card::after {
    content: '';
    background-color: #1C1E1F;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    border-radius: 16px;
}

.light-mode .user_card::after,
.light-mode .user_card {
    background-color: #F8F8F8;
    color: #1C1E1F;
}

.light-mode .user_card::before {
    content: '';
    display: block;
    top: -3px;
    left: -3px;
    bottom: -3px;
    right: -3px;
    position: absolute;
    border-radius: 16px;
    background: rgb(78, 78, 78);
    background: linear-gradient(340deg, rgb(172, 172, 172) 0%, #f8f8f8 51%, rgb(173, 173, 173) 100%);
}

.profile-image {
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    z-index: 2;
}

.profile-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.profile-name {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
    z-index: 1;
}

.profile-username {
    z-index: 1;
}

.user_card .about {
    background-color: #353535;
    width: 100%;
    margin: auto;
    padding: 0 20px 10px 20px;
    z-index: 1;
    border-radius: 5px;
    white-space: pre-wrap;
    margin-top: 10px;
    overflow-y: auto;
    height: 280px;
    -ms-overflow-style: 2px;
    scrollbar-width: 2px;
    padding: 30px 20px 0 20px;
}

.about::-webkit-scrollbar {
    width: 2px;
}

.light-mode .user_card .about {
    background-color: #F1F3F4;
}

.user_card .about a {
    display: inline-block;
    margin: 10px auto;
    padding: 8px 20px;
    border: 2px solid var(--main-color);
    font-weight: 500;
}

.light-mode .user_card .about a {
    border-color: var(--main-lcolor);
}

.light-mode .user_card .about a:hover {
    background-color: var(--main-lcolor);
    color: #ffffff;
}

.user_card .about a:hover {
    background-color: var(--main-color);
    color: #ffffff;
}

.so_media {
    text-align: center;
    z-index: 1;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.so_media a {
    color: #ffffff !important;
    width: 40px;
    height: 40px;
    background-color: var(--main-color);
    border-radius: 50%;
    color: #ffffff;
    box-shadow: 0px 0px 6px 0px #000000;
    transition: all 0.3S;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}

.light-mode .so_media a {
    background-color: var(--main-lcolor);
}

.so_media a:hover {
    transform: scale(1.2);
    transition: all 0.3S;
}

.follow {
    z-index: 2;
    position: absolute;
    top: 20px;
    right: 20px;
    outline: none;
    border: 2px solid var(--main-color);
    border-radius: 50px;
    padding: 2px 20px;
    background-color: transparent;
    overflow: hidden;
}

.follow::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -110%;
    transition: all 0.5s;
}

.follow:hover::before {
    left: 0;
    transition: all 0.5s;
}

.light-mode .follow::before {
    background-color: var(--main-lcolor);
}

.light-mode .follow {
    border-color: var(--main-lcolor);
}

.follow.added {
    background-color: var(--main-color);
    color: #ffffff;
}

.light-mode .follow.added {
    background-color: var(--main-lcolor);
    color: #ffffff;
}

.btn-rg {
    display: inline-block;
}

.konten-glass {
    background: rgba(255, 102, 0, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 102, 0, 0.2);
    padding: 20px;
    margin-bottom: 20px;
}

.light-mode .konten-glass {
    background: rgba(230, 230, 230, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(230, 230, 230, 0.2);
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.bg-wine {
    background-color: #722F37 !important
}

.rgPricing {
    text-align: center
}

.rgPricing .pricingTable-header {
    padding: 30px 0;
    background: var(--main-color);
    position: relative;
    ;
    border-radius: 10px;
}

.light-mode .rgPricing .pricingTable-header {
    background: var(--main-lcolor);
}

.rgPricing h3 {
    font-family: 'Urbanist';
}

.rgPricing .pricingTable-header:after,
.rgPricing .pricingTable-header:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #c3c9cc;
    position: absolute;
    bottom: 12px
}

.rgPricing .pricingTable-header:before {
    left: 40px
}

.rgPricing .pricingTable-header:after {
    right: 40px
}

.rgPricing .heading {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0
}

.rgPricing .price-value {
    display: inline-block;
    position: relative;
    font-size: 50px;
    font-weight: 700;
    color: var(--second-color);
}

.light-mode .rgPricing .price-value {
    color: var(--second-lcolor);
}

.rgPricing .currency {
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    top: 6px;
    left: -19px
}

.rgPricing .month {
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: -30px;
    text-transform: uppercase
}

.rgPricing .pricing-content {
    padding: 50px 20px 20px 20px;
    background: #353535;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    margin-top: 10px;
    min-height: 290px;
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.pre_wrap {
    white-space: pre-wrap;
    transition: all 0.2s;
}

.light-mode .rgPricing .pricing-content {
    background: #F1F3F4;
}

.rgPricing .pricing-content:after,
.rgPricing .pricing-content:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #c3c9cc;
    position: absolute;
    top: 12px;
    background: transparent;
}

.rgPricing .pricing-content:before {
    left: 40px
}

.rgPricing .pricing-content:after {
    right: 40px
}

.rgPricing .pricing-content ul {
    padding: 0 20px;
    margin: 0;
    list-style: none
}

.rgPricing .pricing-content ul:after,
.rgPricing .pricing-content ul:before {
    content: "";
    width: 8px;
    height: 50px;
    border-radius: 3px;
    background: linear-gradient(to bottom, #818282 50%, #727373 50%);
    position: absolute;
    top: -30px;
    z-index: 1;
    box-shadow: 0 0 5px #707070;
}

.light-mode .rgPricing .pricing-content:after,
.light-mode .rgPricing .pricing-content:before,
.light-mode .rgPricing .pricingTable-header:after,
.light-mode .rgPricing .pricingTable-header:before {
    border-color: #c3c9cc;
}

.rgPricing .pricing-content ul:before {
    left: 44px
}

.rgPricing .pricing-content ul:after {
    right: 44px
}

.rgPricing .pricing-content ul li {
    font-size: 15px;
    font-weight: 700;
    color: #777473;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d8
}

.rgPricing .pricing-content ul li:last-child {
    border-bottom: none
}

.rgPricing .read {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #d9d9d8;
    padding: 8px 25px;
    margin: 30px 0;
}

.mbt {
    margin-top: 10px !important
}

.padding-0 {
    padding: 0 10px !important
}

#more,
#more1,
#more2,
#more3,
#more4,
#more5,
#more6,
#more7,
#more8,
#more9,
#more10 {
    display: none;
    min-height: 140px;
    transition: all 0.2s;
}

.rdmore,
.rdmore:focus {
    margin: 10px 0;
    display: inline-block;
    outline: none !important;
    background: transparent;
    box-shadow: none !important;
    border: 1px solid var(--main-color);
    border-radius: 50px;
    color: var(--main-color);
    padding: 4px 20px;
}

.light-mode .rdmore,
.light-mode .rdmore:focus {
    border-color: var(--main-lcolor);
    color: var(--main-lcolor);
}

.borderku {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    margin-top: -2px;
    margin-bottom: 40px;
}

.sercon {
    padding: 20px 40px;
}

.rg-bg {
    background-color: #353535 !important
}

.light-mode .rg-bg {
    background-color: #F1F3F4 !important
}

.rg-color {
    color: #ffffff !important
}

.light-mode .rg-color,
.light-mode .rg-close {
    color: #1C1E1F;
}

.rg-close {
    background-color: transparent;
    background: transparent;
    outline: none;
    border: none;
    box-shadow: none;
    color: #ffffff
}

.modal-header {
    border: none !important
}

.owner {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    padding: 20px;
    margin-top: -80px;
    margin-bottom: 20px;
    text-align: center;
}

small {
    font-size: 20px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*Also */
.btn-success {
    background: var(--main-color);
    font-weight: bold;
    color: #ffffff;
}

.light-mode .btn-success {
    background: var(--main-lcolor);
    font-weight: bold;
    color: #ffffff;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.thumbss {
    height: 80px;
    width: 100px;
    border: 1px solid #000;
    object-fit: cover;
    margin-top: 20px;
}

ul.thumb-Images li {
    width: 120px;
    display: inline-block;
    vertical-align: top;
    height: 80px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 40px;
}

.img-wrap {
    position: relative;
    display: inline-block;
    font-size: 0;
}

.img-wrap .close {
    position: absolute;
    top: 8px;
    right: -6px;
    z-index: 100;
    background-color: #d0e5f5;
    padding: 3px;
    color: #000;
    font-weight: bolder;
    cursor: pointer;
    opacity: 0.5;
    height: 24px;
    width: 24px;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
}

.img-wrap:hover .close {
    opacity: 1;
    background-color: #ff0000;
}

.FileNameCaptionStyle {
    font-size: 12px;
    max-width: 100%;
    white-space: nowrap;
    padding: 2px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.galery {
    background-color: #353535;
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.light-mode .galery {
    background-color: #F1F3F4;
}

.rg-close {
    font-size: 20px;
    color: #ffffff;
    background-color: transparent;
    outline: none !important;
    border: none !important
}

.light-mode .rg-close {
    color: #1C1E1F;
}

.rg-error p {
    background-color: red;
    color: #fff !important;
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
    font-weight: 600;
}

.rg-group-flex {
    display: flex;
    flex-wrap: wrap;
}

.rg-group-flex input {
    flex: 0 0 auto;
    width: 70% !important;
    background-color: var(--second-color);
    padding: 10px 20px;
    border: none;
    outline: none !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.rg-group-flex button {
    flex: 0 0 auto;
    width: 30%;
    background-color: var(--main-color);
    outline: none !important;
    border: none;
    padding: 10px 20px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'reysat';
    text-transform: uppercase;
}

#password-availability-status {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
}

.light-mode .rg-group-flex input {
    background-color: var(--second-lcolor);
}

.light-mode .rg-group-flex button {
    background-color: var(--main-lcolor);
}

.rg-slim {
    margin: auto;
    width: 60%;
    padding: 20px 0;
}

.div-r {
    text-align: right;
    margin-bottom: 20px;
}

.btn-tema {
    background-color: var(--main-color) !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    padding: 6px 20px !important
}

.light-mode .btn-tema {
    background-color: var(--main-lcolor) !important
}

.form-check {
    margin-bottom: 20px !important;
    align-items: center !important
}

.form-check label {
    font-size: 14px !important;
}

.form-check input {
    margin-top: 3px !important
}

.popup-tab-content label {
    margin-bottom: 5px !important
}

.bg-hitam {
    background-color: #000000 !important
}

.admin {
    font-weight: 700;
    color: var(--main-color);
    position: relative;
}

.light-mode .admin {
    color: var(--main-lcolor);
}

.popimg {
    width: 100%;
    height: auto;
    border: 8px solid #000;
    margin-bottom: 10px;
}

.light-mode .popimg {
    border-color: #bebebe;
}

.infox {
    display: block !important;
    margin-top: -15px !important;
    font-size: 18px;
    margin-bottom: 10px;
    font-style: italic;
}

.admin::after {
    content: "\f00c"
        !important;
    font-family: "FontAwesome" !important;
    display: block;
    font-size: 8px;
    margin-left: 5px;
    padding: 3px 3.5px;
    border-radius: 50%;
    background-color: var(--main-color);
    color: #ffffff;
    right: -20px;
    bottom: 2px;
    position: absolute;
}

.light-mode .admin::after {
    background-color: var(--main-lcolor);
}

.dispute {
    max-width: 100%;
    margin: auto;
}

.pesan {
    margin-top: 20px;
    white-space: pre-wrap;
    padding: 20px;
    background-color: #ffffff20;
    border-radius: 8px;
}

.light-mode .pesan {
    background-color: #ffffff20;
}

.konten-history .accordion-item {
    background-color: #ffffff20 !important;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 8px !important
}

.konten-history .accordion-button {
    background-color: transparent !important;
    color: #ffffff !important
}

.light-mode .konten-history .accordion-button {
    color: #1C1E1F !important
}

.fooedit {
    border-top: 1px solid var(--main-color);
    padding: 20px 0 !important;
    text-align: right;
    margin-top: 40px !important
}

.light-mode .fooedit {
    border-color: var(--main-lcolor);
}

.rgbuttons {
    padding: 6px 20px;
    border-radius: 4px;
    margin: 10px 0;
    color: #fff !important;
    display: inline-block;
}

.rgbutton {
    position: relative;
}

.rgbutton:focus,
.rgbutton:active,
.rgbutton[disabled] {
    color: transparent !important;
}

.rgbutton:focus::before,
.rgbutton:active::before,
.rgbutton:disabled::before {
    content: '\f110';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    color: #ffffff !important;
    left: 48%;
    z-index: 4000;
    animation: fa-spin 1s infinite;
}

.rg_types {
    padding: 3px 20px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.rg_link_btn {
    padding: 4px 20px;
    border: 1px solid var(--main-color);
    display: inline-block;
    font-weight: 600;
}

.light-mode .rg_link_btn {
    border: 1px solid var(--main-lcolor);
}

.rg_link_btn:hover {
    background-color: var(--main-color);
    color: #fff;
}

.light-mode .rg_link_btn:hover {
    background-color: var(--main-lcolor);
    color: #fff;
}

.order_details {
    width: 80%;
    margin: auto;
    padding: 40px 0;
}

.order_konten {
    border: 4px solid var(--main-color);
    padding: 20px;
    border-radius: 10px;
    line-height: 1.6;
}
.order_row {
    border: 4px solid var(--main-color);
    padding: 20px;
    border-radius: 10px;
    line-height: 1.6;
    display: flex;
    flex-wrap: wrap;
}
.order_konten hr, .order_row hr {
    width: 100%;
    border-top: 1px dashed var(--main-color);
}
.light-mode .order_row,
.light-mode .order_row hr,
.light-mode .order_konten,
.light-mode .order_konten hr,
.light-mode hr.solid {
    border-color: var(--main-lcolor) !important
}
.order_row .col-md-4, .order_row .col-md-8, .order_row .col-12 {
    padding: 5px 0;
}
.teks-right {
    text-align: right !important
}

hr.solid {
    border-top: 2px solid var(--main-color) !important
}

.kupon {
    display: inline-block;
    padding: 2px 20px 0 20px;
    background-color: #000;
    color: var(--main-color);
    border: 1px dashed var(--main-color);
    cursor: grab;
    margin-left: 2px;
}

.light-mode .kupon {
    border-color: var(--main-lcolor);
    color: var(--main-lcolor);
    background-color: #fff;
}

.slim {
    margin: auto;
    width: 800px;
}

.license {
    background-color: #ffffff;
    border: 2px solid var(--main-color);
    padding: 4px 20px;
}

.light-mode .license {
    border-color: var(--main-lcolor);
}

.t-right {
    text-align: right !important
}

#progress-rgs {
    width: 100%;
    height: 10px;
    background-color: var(--second-color);
    position: relative;
    display: none;
    border: 50px;
}

#progress-rgs .bar {
    width: 0%;
    height: 100%;
    background-color: var(--main-color);
    position: absolute;
    top: 0;
    left: 0;
}

.light-mode #progress-rgs {
    background-color: var(--second-lcolor);
}

.light-mode #progress-rgs .bar {
    background-color: var(--main-lcolor);
}

.rg-log {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.rg-log input {
    width: 80%;
    height: 50px;
    padding: 10px 20px;
    border: 2px solid var(--main-color);
}

.rg-log button {
    width: 20%;
    padding: 10px 20px;
    outline: none !important;
    border: none !important;
    background-color: var(--main-color);
    font-weight: 600;
    color: #fff;
}

.light-mode .rg-log input {
    border-color: var(--main-lcolor);
}

.light-mode .rg-log button {
    background-color: var(--main-lcolor);
}

.rg-log p {
    margin-bottom: 10px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #353535;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.6s ease;
}

.light-mode #preloader {
    background-color: #dadada;
}

#preloader {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.fond {
    position: absolute;
    top: 45%;
    left: 48%
}

.contener_general {
    -webkit-animation: animball_two 1s infinite;
    -moz-animation: animball_two 1s infinite;
    -ms-animation: animball_two 1s infinite;
    animation: animball_two 1s infinite;
    width: 44px;
    height: 44px;
}

.contener_mixte {
    width: 44px;
    height: 44px;
    position: absolute;
}

.ballcolor {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.ball_1,
.ball_2,
.ball_3,
.ball_4 {
    position: absolute;
    -webkit-animation: animball_one 1s infinite ease;
    -moz-animation: animball_one 1s infinite ease;
    -ms-animation: animball_one 1s infinite ease;
    animation: animball_one 1s infinite ease;
}

.ball_1 {
    background-color: var(--second-color);
    top: 0;
    left: 0;
}

.ball_2 {
    background-color: var(--main-color);
    top: 0;
    left: 24px;
}

.ball_3 {
    background-color: var(--main-lcolor);
    top: 24px;
    left: 0;
}

.ball_4 {
    background-color: var(--second-lcolor);
    top: 24px;
    left: 24px;
}

@-webkit-keyframes animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }

    100% {
        position: absolute;
    }
}

@-moz-keyframes animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }

    100% {
        position: absolute;
    }
}

@-ms-keyframes animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }

    100% {
        position: absolute;
    }
}

@keyframes animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }

    100% {
        position: absolute;
    }
}

@-webkit-keyframes animball_two {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -webkit-transform: rotate(720deg) scale(1);
    }
}

@-moz-keyframes animball_two {
    0% {
        -moz-transform: rotate(0deg) scale(1);
    }

    50% {
        -moz-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -moz-transform: rotate(720deg) scale(1);
    }
}

@-ms-keyframes animball_two {
    0% {
        -ms-transform: rotate(0deg) scale(1);
    }

    50% {
        -ms-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -ms-transform: rotate(720deg) scale(1);
    }
}

@keyframes animball_two {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(360deg) scale(1.3);
    }

    100% {
        transform: rotate(720deg) scale(1);
    }
}

.rev-card {
    margin: 5px;
    background-color: #1C1E1F;
    padding: 10px 15px;
    position: relative;
    border-radius: 15px;
}

.light-mode .rev-card {
    background-color: #F8F8F8;
}

.hidepc {
    display: none;
}

.rgheight {
    padding-bottom: 1000px;
}

.pd0 {
    padding-bottom: 0 !important
}

.similiar .col-6,
.similiar .col-5,
.similiar .col-7 {
    padding: 0 !important;
    margin: 0 !important
}

.similiar {
    margin: 10px 0;
    background-color: #2b2b2b;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

.light-mode .similiar {
    background-color: #f8f8f8;
}

.similiar .thumbs {
    background-size: cover;
    background-position: center center;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 214px;
    height: 120px;
}

.descripti .link-cat {
    margin-top: 10px !important;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    transition: all 0.3s;
}

.descripti .link-cat:hover {
    background-color: var(--main-color) !important;
    color: #fff !important;
    transition: all 0.3s;
}

.light-mode .descripti .link-cat:hover {
    background-color: var(--main-lcolor) !important;
    color: #fff !important;
    transition: all 0.3s;
}

.similiar .thumb {
    background-size: cover;
    background-position: center center;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 140px;
    height: 140px;
}

.descripti {
    padding: 5px 5px 5px 10px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-image: var(--rg-bg-img);
    background-position: center;
}

.light-mode .descripti {
    background-image: var(--rg-light-bg-img);
}

.descripti h6 {
    font-family: 'urbanist';
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.descripti span {
    font-size: 18px;
}

h5 {
    font-size: 22px !important
}

.rg_info .col-6 {
    padding: 5px 10px !important
}

.rg_info .row {
    padding: 20px 0 !important
}

.link-cat {
    font-size: 16px !important;
    padding: 4px 10px;
    border-radius: 4px;
}

.bks {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.chat-konten {
    display: flex;
    height: 120px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
}

.mt-c40 {
    margin-top: 40px !important
}

.reysat-button {
    position: relative;
    top: 0;
    left: 0;
    min-width: 250px;
    max-width: 80%;
    height: 40px;
    margin: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 6;
}

.reysat-button a i {
    margin-right: 10px;
}

.reysat-button a {
    position: absolute;
    font-family: 'reysat';
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 4px 10px;
    letter-spacing: 1px;
    text-decoration: none;
    overflow: hidden;
    color: #fff;
    font-weight: 400;
    z-index: 1;
    transition: 0.5s;
    backdrop-filter: blur(15px);
    font-size: 20px;
}

.reysat-button:hover a {
    letter-spacing: 3px;
}

.light-mode .reysat-button:hover a {
    color: #fff;
}

.reysat-button a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
    transform: skewX(45deg) translate(0);
    transition: 0.5s;
    filter: blur(0px);
}

.reysat-button:hover a::before {
    transform: skewX(45deg) translate(200px);
}

.reysat-button::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: -5px;
    width: 30px;
    height: 10px;
    background: var(--main-color);
    border-radius: 10px;
    transition: 0.5s;
    transition-delay: 0.5;
}

.light-mode .reysat-button a::before {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.15), transparent);
}

.light-mode .reysat-button::after,
.light-mode .reysat-button::before {
    background: var(--main-lcolor);
}

.reysat-button:hover::before {
    bottom: 0;
    height: 50%;
    width: 80%;
    border-radius: 30px;
}

.reysat-button::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: -5px;
    width: 30px;
    height: 10px;
    background: var(--main-color);
    border-radius: 10px;
    transition: 0.5s;
    transition-delay: 0.5;
}

.reysat-button:hover::after {
    top: 5px;
    height: 50%;
    width: 80%;
    border-radius: 30px;
}

.rey-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
}

.light-mode .rey-overlay {
    background-color: rgba(255, 255, 255, 0.9);
}

.rey-logo {
    width: auto;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 68px;
    background-position: center;
    margin: auto
}

.rey-alert-body {
    width: 100%;
    padding: 10px 0;
}

.rey-alert-confirm {
    width: 600px;
    background-color: #353535;
    animation: myAlrty 1s ease 0s 1 normal forwards;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    z-index: 10000;
    padding: 20px;
    text-align: center;
}

.light-mode .rey-alert-confirm {
    background-color: #dadada;
    border: 1px solid var(--main-lcolor);
}

.rey-alert-confirm-button {
    background-color: #1FD537;
    color: white;
    padding: 4px 10px;
    border: none;
    cursor: pointer;
    margin: 5px;
    border-radius: 4px;
}

.rey-alert-confirm-button:hover,
.rey-alert-cancel-button:hover {
    background-color: var(--main-color);
}

.light-mode .rey-alert-confirm-button:hover,
.light-mode .rey-alert-cancel-button:hover {
    background-color: var(--main-lcolor);
}

.rey-alert-cancel-button {
    background-color: #B3000C;
    color: white;
    padding: 4px 10px;
    border: none;
    cursor: pointer;
    margin: 5px;
    border-radius: 4px;
}

.rg_element {
    margin: 40px auto;
}

.bet-button {
    --c: #fff;
    background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p, 100%)/300% no-repeat,
        var(--main-color);
    text-transform: uppercase;
    color: #0000;
    border: none;
    transform: perspective(500px) rotateY(calc(20deg*var(--_i, -1)));
    text-shadow: calc(var(--_i, -1)* 0.08em) -.01em 0 var(--c),
        calc(var(--_i, -1)*-0.08em).01em 2px #0004;
    outline-offset: .1em;
    transition: 0.3s;
    display: inline-block;
}

.bet-button:hover,
.bet-button:focus-visible {
    --_p: 0%;
    --_i: 1;
}

.light-mode .bet-button {
    --c: #fff;
    background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p, 100%)/300% no-repeat,
        var(--main-lcolor);
    color: #0000;
}

.bet-button:active {
    text-shadow: none;
    color: var(--c);
    box-shadow: inset 0 0 9e9q #0005;
    transition: 0s;
}

.bet-button {
    font-weight: bold;
    font-size: 2rem;
    margin: 0;
    cursor: pointer;
    padding: .1em .3em;
}

.blok-konten h1 {
    font-size: 34px;
}

.blok-konten h2 {
    font-size: 30px;
}

.blok-konten h3 {
    font-size: 26px;
}

.blok-konten h4 {
    font-size: 22px;
}

.blok-konten h5 {
    font-size: 20px;
}

.blok-konten h6 {
    font-size: 18px;
}

.blok-konten p {
    margin-bottom: 0;
    margin: 20px 0;
}

box_body p {
    margin: 20px 0;
}

box_body ul li,
.lis ul li {
    list-style: none;
}

box_body ul li::before,
.lis ul li::before {
    content: "●";
    color: var(--main-color);
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.light-mode box_body ul li::before,
.light-mode ul .lis li::before {
    color: var(--main-lcolor);
}

box_body ul,
.lis ul {
    margin: 20px 0;
}

.mr_nol.error {
    margin: 0 !important;
    padding: 5px !important;
    margin-bottom: -20px !important;
}

.konprod iframe {
    margin: 20px auto !important;
    max-width: 100% !important
}

.footer-margin {
    height: 100px !important
}

@media(max-width:1600px) {
    .profile-image {
        width: 100px;
        height: 100px;
    }

    .user_card {
        padding: 14px 15px
    }

    .link-cat {
        font-size: 14px !important;
    }

    .similiar .thumbs {
        width: 178px;
        height: 100px;
    }

    .similiar .thumb {
        width: 120px;
        height: 120px;
    }

    .slider-img {
        height: 500px;
    }

    .slider-img2 {
        height: 590px;
    }

    #SliderRG .slide2 {
        min-height: 590px !important;
        max-height: 590px !important
    }

    .services-konten {
        margin-top: -148px;
    }

    #SliderRG .carousel-control-prev,
    #SliderRG .carousel-control-next {
        font-size: 40px !important;
        height: 70px !important;
        width: 70px !important;
        top: 220px;
    }

    .carousel-indicators div {
        width: 140px !important;
        height: 80px !important;
        margin: 0 8px !important
    }

    #SliderRG .carousel-indicators {
        margin-bottom: 155px !important;
    }

    #SliderRG .slide {
        min-height: 500px !important;
        max-height: 500px !important
    }

    .flow {
        overflow: hidden;
        max-height: 770px;
    }

    .so_media a {
        width: 35px;
        height: 35px;
    }

    .rgPricing .pricing-content {
        min-height: 280px;
    }

    .descripti h6 {
        font-size: 18px;
    }

    .descripti span {
        font-size: 16px;
    }

    .user_card .about {
        height: 240px;
        padding: 20px 15px 0 15px;
    }

    .thumb {
        height: 70px;
        width: 90px;
    }

    ul.thumb-Images li {
        width: 110px;
        height: 70px;
    }

    .rg_types {
        font-size: 14px;
    }

    h5 {
        font-size: 20px !important
    }

    .rey-logo {
        height: 58px;
    }

    .infox {
        font-size: 16px;
    }

    .reysat-button a {
        font-size: 19px;
    }

    .mt-c40 {
        margin-top: 30px !important
    }

    .blok-konten h1 {
        font-size: 32px;
    }

    .blok-konten h2 {
        font-size: 28px;
    }

    .blok-konten h3 {
        font-size: 24px;
    }

    .blok-konten h4 {
        font-size: 20px;
    }

    .blok-konten h5 {
        font-size: 18px;
    }

    .blok-konten h6 {
        font-size: 16px;
    }

    .card-label lab {
        font-size: 16px;
    }

}

@media(max-width:1399px) {
    .slider-img {
        height: 440px;
    }
    
    .card-label lab {
        font-size: 14px;
    }

    .blok-konten h1 {
        font-size: 30px;
    }

    .blok-konten h2 {
        font-size: 26px;
    }

    .blok-konten h3 {
        font-size: 22px;
    }

    .blok-konten h4 {
        font-size: 18px;
    }

    .blok-konten h5 {
        font-size: 16px;
    }

    .blok-konten h6 {
        font-size: 14px;
    }

    .mt-c40 {
        margin-top: 20px !important
    }

    .reysat-button a {
        font-size: 18px;
    }

    .infox {
        font-size: 14px;
    }

    .rey-logo {
        height: 48px;
    }

    .slider-img2 {
        height: 520px;
    }

    #SliderRG .slide2 {
        min-height: 520px !important;
        max-height: 520px !important
    }

    .reysat-button a {
        background: rgba(255, 255, 255, 0.05);
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .similiar .thumbs {
        width: 160px;
        height: 90px;
    }

    .user_card {
        padding: 12px 10px
    }

    .similiar .thumb {
        width: 100px;
        height: 100px;
    }

    .profile-image {
        width: 80px;
        height: 80px;
    }

    .so_media a {
        width: 30px;
        height: 30px;
    }

    .link-cat {
        font-size: 12px !important;
    }

    .flow {
        overflow: hidden;
        max-height: 680px;
    }

    .services-konten {
        margin-top: -115px;
    }

    #SliderRG .slide {
        min-height: 440px !important;
        max-height: 440px !important
    }

    #SliderRG .carousel-control-prev,
    #SliderRG .carousel-control-next {
        font-size: 35px !important;
        height: 60px !important;
        width: 60px !important;
        top: 195px;
    }

    .chat-konten {
        height: 80px;
    }

    .so_media {
        padding-top: 0;
    }

    .reysat-button {
        min-width: 220px;
        height: 35px;
    }

    .carousel-indicators div {
        width: 120px !important;
        height: 68px !important;
        margin: 0 6px !important
    }

    #SliderRG .carousel-indicators {
        margin-bottom: 120px !important;
    }

    .rgPricing .pricing-content {
        min-height: 276px;
    }

    .user_card .about {
        height: 220px;
        padding: 20px 10px 0 10px;
    }

    .thumb {
        height: 60px;
        width: 80px;
    }

    ul.thumb-Images li {
        width: 100px;
        height: 60px;
    }

    .rg-slim {
        margin: auto;
        width: 70%;
    }

    .form-check input {
        margin-top: 2px !important
    }

    .rg_types {
        font-size: 12px;
    }

    .slim {
        margin: auto;
        width: 600px;
    }

    .descripti h6 {
        font-size: 16px;
    }

    .descripti span {
        font-size: 14px;
    }

    h5 {
        font-size: 18px !important
    }

    .rey-alert-confirm {
        width: 500px;
    }

}

@media(max-width:1199px) {
    .slider-img {
        height: 360px;
    }

    .card-label lab {
        font-size: 12px;
    }

    .blok-konten h1 {
        font-size: 18px;
    }

    .blok-konten h2 {
        font-size: 24px;
    }

    .blok-konten h3 {
        font-size: 20px;
    }

    .blok-konten h4 {
        font-size: 16px;
    }

    .blok-konten h5 {
        font-size: 14px;
    }

    .blok-konten h6 {
        font-size: 12px;
    }

    .mt-c40 {
        margin-top: 10px !important
    }

    .infox {
        font-size: 12px;
    }

    .rey-logo {
        height: 40px;
    }

    .rey-alert-confirm {
        width: 400px;
    }

    .link-cat {
        font-size: 10px !important;
    }

    .so_media {
        padding-top: 0;
    }

    .reysat-button {
        min-width: 200px;
        height: 28px;
    }

    .similiar .thumbs {
        width: 124px;
        height: 70px;
    }

    .similiar .thumb {
        width: 80px;
        height: 80px;
    }

    .form-check input {
        margin-top: 2px !important
    }

    .slider-img2 {
        height: 430px;
    }

    #SliderRG .slide2 {
        min-height: 430px !important;
        max-height: 430px !important
    }

    #SliderRG .carousel-control-prev,
    #SliderRG .carousel-control-next {
        font-size: 30px !important;
        height: 50px !important;
        width: 50px !important;
        top: 155px;
    }

    .profile-image {
        width: 60px;
        height: 60px;
    }

    .user_card .about {
        height: 200px;
        padding: 10px 10px 0 10px;
    }

    .carousel-indicators div {
        width: 100px !important;
        height: 56px !important;
        margin: 0 5px !important
    }

    #SliderRG .carousel-indicators {
        margin-bottom: 115px !important;
    }

    #SliderRG .slide {
        min-height: 360px !important;
        max-height: 360px !important
    }

    .flow {
        overflow: hidden;
        max-height: 570px;
    }

    .so_media a {
        width: 25px;
        height: 25px;
        font-size: 12px;
        margin: 4px;
    }

    .thumb {
        height: 50px;
        width: 70px;
    }

    ul.thumb-Images li {
        width: 90px;
        height: 50px;
    }

    .sercon {
        padding: 30px 30px;
    }

    .rg_types {
        font-size: 10px;
        padding: 3px 18px;
    }

    .descripti h6 {
        font-size: 14px;
    }

    .descripti span {
        font-size: 12px;
    }

    h5 {
        font-size: 16px !important
    }

    .reysat-button a {
        font-size: 16px;
    }

}

@media(max-width:991px) {
    .services-konten {
        margin-top: -154px;
        padding: 30px 0;
    }

    .reysat-button a {
        font-size: 16px;
    }

    .form-check input {
        margin-top: 1px !important
    }

    .user_card .about {
        height: 160px;
        padding: 20px;
    }

    .rey-logo {
        height: 35px;
    }

    .flow {
        overflow: hidden;
        max-height: 1100px;
    }

    .user_card {
        margin-top: -100px;
    }

    .carousel-indicators div {
        width: 100px !important;
        height: 56px !important;
        margin: 0 5px !important
    }

    #SliderRG .carousel-indicators {
        margin-bottom: 160px !important;
    }

    .rgPricing {
        margin-bottom: 25px
    }

    .rgPricing .pricing-content {
        min-height: 260px;
    }

    .thumb {
        height: 40px;
        width: 50px;
    }

    .rg-slim {
        margin: auto;
        width: 80%;
    }

    .slim {
        margin: auto;
        width: 90%;
    }

    .similiar .thumbs {
        width: 302px;
        height: 170px;
    }

}


@media(max-width:767px) {
    .slider-img {
        height: 300px;
    }

    .slider-img2 {
        height: 360px;
    }

    #SliderRG .slide2 {
        min-height: 360px !important;
        max-height: 360px !important
    }

    .chatboxcontent {
        max-height: 60vh;
    }

    .services-konten {
        margin-top: -134px;
        padding: 30px 0;
        ;
    }

    #SliderRG .slide {
        min-height: 300px !important;
        max-height: 300px !important
    }

    .rey-alert-confirm {
        width: 350px;
    }

    #SliderRG .carousel-control-prev,
    #SliderRG .carousel-control-next {
        font-size: 25px !important;
        height: 40px !important;
        width: 40px !important;
        top: 130px;
    }

    .carousel-indicators div {
        width: 80px !important;
        height: 45px !important;
        margin: 0 5px !important
    }

    #SliderRG .carousel-indicators {
        margin-bottom: 135px !important;
    }

    .rgPricing .pricing-content {
        min-height: 280px;
        padding: 50px 10px 10px 10px
    }

    .rg-slim {
        margin: auto;
        width: 90%;
    }

    .form-check input {
        margin-top: 0px !important
    }

    .fond {
        position: absolute;
        top: 45%;
        left: 43%
    }

    .hidepc {
        display: block;
    }

    .similiar .thumbs {
        width: 240px;
        height: 135px;
    }

    .similiar .thumb {
        width: 150px;
        height: 150px;
    }

    .user_card .about {
        height: 150px;
        padding: 10px 10px 0 10px;
    }

    .reysat-button {
        min-width: 180px;
    }

    .rey-logo {
        height: 30px;
    }

}


@media(max-width:575px) {
    .slider-img {
        height: 200px;
    }

    .sercon {
        padding: 30px 10px;
    }

    .rg_types {
        font-size: 10px;
        padding: 3px 10px;
    }

    .rey-logo {
        height: 25px;
    }

    .slider-img2 {
        height: 250px;
    }

    #SliderRG .slide2 {
        min-height: 250px !important;
        max-height: 250px !important
    }

    .rey-alert-confirm {
        width: 80%;
    }

    .order_details {
        width: 90%;
    }

    .rg-slim {
        margin: auto;
        width: 100%;
    }

    .user_card .about {
        height: 190px;
        padding: 10px 10px 0 10px;
    }

    .reysat-button {
        min-width: 180px;
    }

    .user_card {
        margin-top: -400px;
    }

    .similiar .thumbs {
        width: 80px;
        height: 80px;
    }

    .similiar .thumb {
        width: 70px;
        height: 70px;
    }

    .cntr {
        position: absolute;
        top: calc(10% - 15px);
        left: -15px;
        width: 100%;
        text-align: left;
        position: relative;
    }

    .services-konten {
        margin-top: -430px;
        padding: 20px 0;
        ;
    }

    #SliderRG .slide {
        min-height: 200px !important;
        max-height: 200px !important
    }

    #SliderRG .carousel-control-prev,
    #SliderRG .carousel-control-next {
        font-size: 20px !important;
        height: 30px !important;
        width: 30px !important;
        top: 85px;
    }

    .carousel-indicators div {
        width: 50px !important;
        height: 30px !important;
        margin: 0 5px !important
    }

    #SliderRG .carousel-indicators {
        margin-bottom: 430px !important;
    }

    .rgPricing .pricing-content {
        min-height: 260px;
        padding: 50px 10px 10px 10px
    }

    .slim {
        margin: auto;
        width: 100%;
    }

    .rg-log input {
        width: 70%;
    }

    .rg-log button {
        width: 30%;
    }

}

@media(max-width:320px) {
    .profile-image {
        width: 60px;
        height: 60px;
    }

    .rg_info {
        font-size: 12px !important
    }

    .reysat-button {
        min-width: 160px;
    }

    .user_card .about {
        height: 175px;
        padding: 10px 10px 0 10px;
        font-size: 12px;
    }

    .user_card {
        padding: 10px;
    }

    .follow {
        top: 10px;
        right: 10px;
        font-size: 12px;
    }

    .similiar .thumbs {
        width: 60px;
        height: 60px;
    }

}

@media(max-width:340px) {
    .rey-betting .col-3 {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .icons-bet {
        margin: auto;
    }

}