*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
    line-height: 1.5; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -moz-tab-size: 4; /* 3 */
    -o-tab-size: 4;
    tab-size: 4; /* 3 */
    height: auto !important;
    font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

body {
    margin: 0; /* 1 */
    line-height: inherit; /* 2 */
    top: 0px !important;
    left: 0px;
    width: 100%;
    height: 100%;
    /* UI Properties */
    background: transparent linear-gradient(93deg, #1C0134 0%, #180034 100%) 0% 0% padding-box;
    opacity: 1;
}

hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
    border-top-width: 1px; /* 3 */
}

.modal-content {
    background: #0F0027 0% 0% no-repeat padding-box;
    border: 3px solid #7D0060;
    border-radius: 8px;
    opacity: 0.85;  
}

.modal-header {
    border-bottom: 0px;
}
.close {
    color: white;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

.g-recaptcha div {
    margin:auto;
}

#google_translate_element2,
#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
    position: fixed;
}

.input-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group-text {
    position: absolute;
    top: 9px;
    right: 0px;
    border: none;
    background-color: transparent;
}

.sp-input-group-text {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    background-color: transparent;
}

.icon-eye-off:before {
    content: "\e95f";
}

.jstree-themeicon-custom {
    background-size: contain !important;
}

.jstree-anchor {
    color: white !important;
}

.jstree-hovered {
    background: #ffffff00 !important;
}

.jstree-default .jstree-open>.jstree-ocl, .jstree-default .jstree-leaf>.jstree-ocl {
    -webkit-filter: grayscale(1) invert(1) !important;
    filter: grayscale(1) invert(1) !important;
}

.jstree-default .jstree-clicked {
    background: transparent !important;
    box-shadow: none !important;
}

.affiliate-tree-status2 {
    color: red;
}

.currency-unit {
    width: 50px;
    text-align: left;
    display: inline-block;
    margin-left: 10px;
}

.pagination-theme.pagination .page-item:not(.disabled).active > .page-link, 
.pagination-theme.pagination .page-item:not(.disabled):active > .page-link, 
.pagination-theme.pagination .page-item:not(.disabled):focus > .page-link, 
.pagination-theme.pagination .page-item:not(.disabled):hover > .page-link {
    background-color: #7D0060;
    border-color: #7D0060;
    color: white !important;
}

.pagination-theme.pagination .page-item > .page-link {
    background-color: #110029;
    border-color: #7D0060;
    color: white !important;
}

.pagination-circle.pagination>li>a, .pagination-circle.pagination>li>span { 
    border-radius: 5px !important;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-circle .page-link {
    padding: 0.3rem 0rem;
    text-align: center;
    height: 29px;
    width: 29px;
}