@import "adminGlobal.css";

@font-face {
    font-family: 'MyFont';
    src: url('../fonts/Satoshi-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MyFont';
    src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'MyFont';
    src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MyFont';
    src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


body {
    font-family: 'MyFont', sans-serif;
}
h4 {
    font-weight: 700 !important;
}

/*Navigation*/
.navbar.navbar-expand-md {
    position: absolute !important;
    z-index: 999 !important;
}
.hide {
    transition: height 1s;
}

.accordion {
    --bs-accordion-bg: #1c2434 !important;
    --bs-accordion-btn-color: white !important;
    --bs-accordion-active-color: white !important;
    --bs-accordion-active-bg: #343b4a !important;
    --bs-accordion-border-color: #1c2434 !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
}
.btn{
    width: 200px !important;
    height: 36px !important;
}

/*input[type=radio] {
    display: none;
}*/

label.e-btn {
    background-color: #f2f2f2 !important;
    color: #1c2434;
    border-radius: 5px 5px 5px 5px;
    border-color: #f2f2f2 !important;
    height: 35px;
    width: 115px;
}

    label.e-btn:hover {
        background: #f2f2f2 !important;
        color: #1c2434;
        border-radius: 5px 5px 5px 5px;
        border-color: #1c2434 !important;
    }

div input:checked + label.e-btn {
    background: #1c2434 !important;
    color: #f2f2f2;
    border-radius: 5px 5px 5px 5px;
    border-color: #1c2434 !important;
}
/*
button:hover,
.active-acc {
    background-color: #343b4a !important;
}*/
.accordion-collapse, .dropdown-menu {
    background-color: #343b4a !important;
}
.accordion-button::after, .dropdown-toggle::after {
    content: none !important;
}

#navAccordion {
  height: 83.5vh;
  overflow: scroll;
  scrollbar-width: none;
}

.table.table-hover tr td,
.table.table-hover thead tr th {
    vertical-align: middle;
    padding: 8px 8px;
    border: 1px solid #eff4f9;
}

/*tbody, td, tfoot, th, thead, tr {
    height: 70px !important;
}*/
.table-responsive-lg > table tbody,
.table-responsive-lg > table td,
.table-responsive-lg > table tfoot,
.table-responsive-lg > table th,
.table-responsive-lg > table thead,
.table-responsive-lg > table tr,
.table-responsive > table tbody,
.table-responsive > table td,
.table-responsive > table tfoot,
.table-responsive > table th,
.table-responsive > table thead,
.table-responsive > table tr{
    height: 70px !important;
}

.table.table-hover thead tr th {
    background-color: #f1f5f9 !important;
    color: #64748b !important;
}
            .table.table-hover tr td img {
                height: 20px;
            }
.table.table-hover tr td img.logo {
    height: 60px;
    border-radius: 5px;
    box-shadow: #979797 0.8px 0.8px 3.3px;
    padding: 10px;
}

.btn-outline-success {
    --bs-btn-border-color: red !important;
    --bs-btn-color: red !important;
}

/*Campaign page*/
.e-input-group::before, .e-input-group::after, .e-input-group.e-control-wrapper::before, .e-input-group.e-control-wrapper::after {
    display: none !important;
}

.e-upload .e-file-select-wrap, .e-bigger.e-small .e-upload .e-file-select-wrap {
    padding: 0;
}
.e-input-group.e-error, .e-input-group.e-control-wrapper.e-error, .e-input-group.e-error:not(.e-float-icon-left), .e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left),
.e-input-group.e-success, .e-input-group.e-control-wrapper.e-success, .e-input-group.e-success:not(.e-float-icon-left), .e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
.e-input-group:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error),
.e-upload.e-control-wrapper, .e-bigger.e-small .e-upload.e-control-wrapper{
    border: 1px solid #dee2e6 !important;
    border-radius: 5px;
}
.e-upload.e-control-wrapper.e-control-container.e-lib.e-keyboard {
    padding: 2px 15px;
}
/*HTML CHANGE START*/
.e-dropdownbase.e-control.e-multiselect.e-lib {
    height: 36px;
    font-size: 16px;
}
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.valid {
    width: 50% !important;
}
/*HTML CHANGE END*/
#date, UploadFiles, #dropdown-select, #statusDropdown-select {
    /*all: unset !important;*/
    border: none;
    height: 100%;
}

/*#date-label, #upload-label {
    color: rgba(var(--bs-body-color-rgb), .65) !important;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem) !important;
}*/

/*Modal
.modal {
    top: 45px !important;
    transform: translate(13%,0) !important;
}
*/
@media only screen and (max-width: 992px) {
    /*Modal
    .modal {
        top: 45px !important;
        transform: translate(0%,0) !important;
    }*/
}

/*New Styles*/
.table {
    font-size: 14px;
    table-layout: fixed;
    min-width: 1000px;
}


.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    width: 50%;
    background-color: #f2f2f2;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    width:50%;
}

.card-header:first-child {
    background: none;
}

.e-input-group.e-success .e-input-group-icon, .e-input-group.e-control-wrapper.e-success .e-input-group-icon {
    margin-left: auto
}

.table-caption {
    font-size: 16px;
    font-weight: bold;
}

@media only screen and (max-width: 992px) {
    /**/
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }
    .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
        font-size: 14px;
        white-space: break-spaces;
        text-align: left;
    }

    .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        font-size: 14px;
    }
}
/* Pagination */
#paginationbtn{
    max-width: 60px;
    max-height: 35px;
    font-size: 12px;
    background-color: white;
    padding: 0
}

.dropdown-menu {
    --bs-dropdown-min-width: 10.5rem !important;
}



/* offcanvas style */
.bettingTransactionOffcanvas.offcanvas, .depositeWithdrawlOffcanvas.offcanvas {
    width: 65%;
}

@media (max-width: 1199.98px) {
    .bettingTransactionOffcanvas.offcanvas, .depositeWithdrawlOffcanvas.offcanvas {
        width: 100%;
    }
}

.depositeWithdrawlOffcanvas.offcanvas .nav .nav-link {
    opacity: 0.4;
}

    .depositeWithdrawlOffcanvas.offcanvas .nav .nav-link.active {
        opacity: 1;
    }