﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
:root {
    --app-height: 100%;
}

@font-face {
    font-family: "Open Sans";
    src: url('/fonts/Open Sans/OpenSans-SemiBold.ttf');
    font-weight: bold;
}
@font-face {
    font-family: "Pixel";
    src: url('/fonts/PixeloidSansBold-RpeJo.ttf');
    font-weight: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url('/fonts/Open Sans/OpenSans-SemiBold.ttf');
    font-weight: 500;
}

@font-face {
    font-family: "Open Sans";
    src: url('/fonts/Open Sans/OpenSans-light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: "Open Sans";
    src: url('/fonts/Open Sans/OpenSans-Regular.ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/fonts/Glyphicons Halflings/glyphicons-halflings-regular.eot');
    src: url('/fonts/Glyphicons Halflings/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Glyphicons Halflings/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/Glyphicons Halflings/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/Glyphicons Halflings/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/Glyphicons Halflings/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('/fonts/Gotham/Gotham Book Font.otf') format("opentype");
}
@font-face {
    font-family: 'Gotham';
    font-style: italic;
    font-weight: 400;
    src:  url('/fonts/Gotham/GothamBookItalic.woff') format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 300;
    src:  url('/fonts/Gotham/GothamLight.woff') format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: italic;
    font-weight: 300;
    src:  url('/fonts/Gotham/GothamLightItalic.woff') format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    src:  url('/fonts/Gotham/GothamMedium.woff') format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    src:  url('/fonts/Gotham/GothamMedium_1.woff') format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: italic;
    font-weight: 500;
    src:  url('/fonts/Gotham/GothamMediumItalic.woff') format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    src:  url('/fonts/Gotham/GothamBold.woff') format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    src:  url('/fonts/Gotham/Gotham-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: italic;
    font-weight: 700;
    src:  url('/fonts/Gotham/GothamBoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Black';
    font-style: normal;
    font-weight: 500;
    src: local('Gotham Black'), url('/fonts/Gotham/Gotham-Black.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Light';
    font-style: normal;
    font-weight: 500;
    src: local('Gotham Light'), url('/fonts/Gotham/Gotham-Light.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Thin';
    font-style: normal;
    font-weight: 500;
    src: local('Gotham Thin'), url('/fonts/Gotham/Gotham-Thin.woff') format('woff');
}

@font-face {
    font-family: 'Gotham XLight';
    font-style: normal;
    font-weight: 500;
    src: local('Gotham XLight'), url('/fonts/Gotham/Gotham-XLight.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Book';
    font-style: italic;
    font-weight: 500;
    src: local('Gotham Book'), url('/fonts/Gotham/Gotham-BookItalic.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Thin';
    font-style: italic;
    font-weight: 500;
    src: local('Gotham Thin'), url('/fonts/Gotham/Gotham-ThinItalic.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Ultra';
    font-style: italic;
    font-weight: 500;
    src: local('Gotham Ultra'), url('/fonts/Gotham/Gotham-UltraItalic.woff') format('woff');
}

@font-face {
    font-family: 'Gotham XLight';
    font-style: italic;
    font-weight: 500;
    src: local('Gotham XLight'), url('/fonts/Gotham/Gotham-XLightItalic.woff') format('woff');
}


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: blue;
  cursor:pointer;
}
    a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    }
.btn-primary {
    color: black;
    background: linear-gradient(90deg, #f9fa07 0%, #8ee902 100%);
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    font-weight: Bold;
    font-size: 14px;
    cursor: pointer;
    border:0;
}
.primary-text {
    color: #a3c71d !important;
}
.primary-bg {
    background-color: #ffd950 !important;
}
.btn-black {
    color: white;
    background: #202020;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    font-weight: Bold;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid white;
}
.btn-black:hover {
    color: white;
}
    .btn-primary:disabled {
        background-color: #435572;
    }

.btn-white {
    cursor: pointer;
    border-radius: 3px;
    padding: 8px 5px;
    background-color: white;
    width: 20%;
    margin-right: 3px;
    text-align: center;
    font-weight: bold;
    border-color:transparent
}

    .btn-white:hover {
        color: white;
        background-color: #3793d6;
    }
    .btn-white:focus {
        color: white;
        background-color: #3793d6;
        border-color: transparent;
        outline:0;
    }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
    .realtime-deposit-bt div {
        font-size: 0.8vw !important;
    }
    .green-button div {
        font-size: 0.8vw !important;
    }
}
html, body {
    height: 100dvh; /* Adjusts when the keyboard appears */
    margin-top: 0 !important;
    position:fixed;
    top:0;left:0;
    width:100%;
    overflow: hidden;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
:root {
    --app-height: 100%;
}
/* Sticky footer styles
-------------------------------------------------- */

body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    height: var(--app-height);
    font-family: 'Gotham';
    color: #676a6c;
    font-weight: normal;
    font-size: 14px;
}
.uppercase{
    text-transform:uppercase;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.color-main {
    background: linear-gradient(45deg, #fdfa07, #87e802) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.color-main-bg {
    background-color: #3a5fff !important;
}


.z-depth-0 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.z-depth-0-half {
    -webkit-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.17);
}

.z-depth-1 {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-1-half {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.z-depth-2 {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-3 {
    -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}


.background-responsive {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    width: 100%;
}
.sidenav-toggle {
    color: white !important;
    background-color: #3a5fff !important;
    border-color: #3a5fff !important;
    border-width:3px;
    border-style:solid;
    padding-right:10px;
    padding-left:10px;
    height:34px;
    cursor:pointer;
    border-radius:5px;
    margin-left:10px;
    display:flex;
    align-items:center;
}



.img-circle {
    border-radius: 50%;
    height:auto;
}

.align-middle{
    display:flex;
    align-items:center;
}
a:hover
{
    text-decoration:none;
}
.searching-label {
    display: flex;
    align-items: center;
    font-weight: bold;
    flex-wrap: nowrap;
}


@media (min-width: 768px) {
    .searching-label {
    }
}

@media (max-width: 767px) {
    .searching-label {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}


.white-rounded-container {
    border-radius: 20px;
    background-color: white;
    border: 1px solid #dee2e6;
    padding-top: .5rem !important;
    padding-bottom: 1rem !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: .5rem !important;
    margin-right: .5rem !important;
}

.white-rounded-container-header {
    font-size: 20px;
    margin-left: 1.5rem !important;
    margin-bottom: 1rem !important;
}

    .white-rounded-container-header a {
        margin-bottom: 3px;
    }

@media (min-width: 768px) {
    .white-rounded-container-header {
        display: flex;
        white-space: nowrap;
    }
}
.input-label {
    font-weight: bold;
    margin-bottom: 4px;
}

    .input-label ~ input, .input-label ~ textarea, .input-label ~ select, .input-label ~ div {
        margin-bottom: 12px;
    }


.searching-label {
    display: flex;
    align-items: center;
    font-weight: bold;
    flex-wrap: nowrap;
}

.row {
    margin: 0;
}

@media (min-width: 768px) {
    .searching-label {
    }
}

@media (max-width: 767px) {
    .searching-label {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6 .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    padding-top: 3px;
    padding-bottom: 8px;
}
.error {
    color: red;
    font-size: 14px;
    font-style: italic;
}


table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important
}

    table.dataTable td, table.dataTable th {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

        table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
            text-align: center
        }

    table.dataTable.nowrap th, table.dataTable.nowrap td {
        white-space: nowrap
    }

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right
}

    div.dataTables_wrapper div.dataTables_filter label {
        font-weight: normal;
        white-space: nowrap;
        text-align: left
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0.5em;
        display: inline-block;
        width: auto
    }

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right
}

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap
    }

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 30px
}

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
    outline: none
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
}

    table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
        position: absolute;
        bottom: 8px;
        right: 8px;
        display: block;
        font-family: 'Glyphicons Halflings';
        opacity: 0.5
    }

    table.dataTable thead .sorting:after {
        opacity: 0.2;
        content: "\e150"
    }

    table.dataTable thead .sorting_asc:after {
        content: "\e155"
    }

    table.dataTable thead .sorting_desc:after {
        content: "\e156"
    }

    table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
        color: #eee
    }

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

    div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
        display: none
    }

    div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
        border-top: none
    }

div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: none
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center
    }
}

table.dataTable.table-condensed > thead > tr > th {
    padding-right: 20px
}

table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
    top: 6px;
    right: 6px
}


table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0
}

    table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
        border-right-width: 0
    }

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0
}

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
        padding-left: 0
    }

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
        padding-right: 0
    }



.tree {
}

    .tree ul {
        position: relative;
        padding: 1em 0;
        white-space: nowrap;
        margin: 0 auto;
        text-align: center;
    }

        .tree ul::after {
            content: '';
            display: table;
            clear: both;
        }

    .tree li {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        list-style-type: none;
        position: relative;
        padding: 1em 0.5em 0 0.5em;
    }

        .tree li::before, .tree li::after {
            content: '';
            position: absolute;
            top: 0;
            right: 50%;
            border-top: 1px solid #ccc;
            width: 50%;
            height: 1em;
        }

        .tree li::after {
            right: auto;
            left: 50%;
            border-left: 1px solid #ccc;
        }

        .tree li:only-child::after, .tree li:only-child::before {
            display: none;
        }

        .tree li:only-child {
            padding-top: 0;
        }

        .tree li:first-child::before, .tree li:last-child::after {
            border: 0 none;
        }

        .tree li:last-child::before {
            border-right: 1px solid #ccc;
            border-radius: 0 5px 0 0;
        }

        .tree li:first-child::after {
            border-radius: 5px 0 0 0;
        }

    .tree ul ul::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        border-left: 1px solid #ccc;
        width: 0;
        height: 1em;
    }

    .tree a {
        border: 1px solid #ccc;
        padding: 0.5em 0.75em;
        text-decoration: none;
        display: inline-block;
        border-radius: 5px;
        color: #333;
        position: relative;
        top: 1px;
    }

        .tree a:hover, .tree a:hover + ul li a {
            background: #e9453f;
            color: #fff;
            border: 1px solid #e9453f;
        }

            .tree a:hover + ul li::after, .tree a:hover + ul li::before, .tree a:hover + ul::before, .tree a:hover + ul ul::before {
                border-color: #e9453f;
            }

.red-dot {
    background-color: red;
    border-radius: 50%;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 30px;
    text-align: center;
    float: right;
    margin-top: -5px;
    height: 30px;
    display: block;
    font-size:12px;
}



/*start of add on */

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    background-color: #fff;
    border: 1px solid #E5E6E7;
    border-radius: 1px;
    color: black;
    font-size: 1rem;
    font-weight: 400;
    padding: 7px 12px;
    padding-bottom:6px;
    text-align: center;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }


.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}


.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}


.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
}

/*end of add on */

/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}

    .icheckbox_square-green.hover {
        background-position: -24px 0;
    }

    .icheckbox_square-green.checked {
        background-position: -48px 0;
    }

    .icheckbox_square-green.disabled {
        background-position: -72px 0;
        cursor: default;
    }

    .icheckbox_square-green.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-green {
    background-position: -120px 0;
}

    .iradio_square-green.hover {
        background-position: -144px 0;
    }

    .iradio_square-green.checked {
        background-position: -168px 0;
    }

    .iradio_square-green.disabled {
        background-position: -192px 0;
        cursor: default;
    }

    .iradio_square-green.checked.disabled {
        background-position: -216px 0;
    }
    .label-title{
        font-weight:bold;
        margin-bottom:2px;
        font-size:15px;

    }


.select-border {
    border-radius: 5px;
    border-color: darkgrey;
    border-width: 2px;
    border-style:solid;
}
    .select-border.selected {
        border-color: #3a5fff;
        border-width :3px;
    }
    .select-border:hover {
        border-color: #3a5fff;
        border-width :3px;
    }

    label{
        margin-bottom:0px;
    }

.background-grey {
    background: linear-gradient(180deg, #fbfbfb 0%, #e6e6e6 100%);
}
.background-black {
    background: #202020;
    background: #202020;
    color:white;
}
.body-container {
    background-color: #061F00;
    min-height: 100dvh;
    width: 100%;
}

.btn-grey {
    color: #001326;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(142,142,142,1) 7%, rgba(255,255,255,1) 50%, rgba(142,142,142,1) 96%, rgba(255,255,255,1) 100%);
    border-style: solid;
    border-width: 3px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 8px;
    padding-bottom: .175rem;
    padding-top: .175rem;
    font-weight: bold;
    height: 34px;
    cursor: pointer;
}
.btn-yellow {
   background-color:black;border:2px solid #ffd950;border-radius:10px; height:50px;color:white;
   cursor:pointer;
   display:flex;
   align-items:center;
   justify-content:center;

}
    .btn-yellow:hover {
        background-color: #ffd950;
        color: black;
    }
    .btn-yellow:hover, .btn-yellow.selected {
        background-color: #ffd950;
        color: black;
    }
.btn-blue {
    color: #001326;
    background: rgb(146,201,231);
    background: linear-gradient(90deg, rgba(146,201,231,1) 0%, rgba(136,194,228,1) 8%, rgba(255,255,255,1) 50%, rgba(136,194,228,1) 92%, rgba(146,201,231,1) 100%);
    border-style: solid;
    border-color: black !important;
    border-width: 2px;
    border-radius: 8px;
    padding-bottom: .175rem;
    padding-top: .175rem;
    font-weight: bold;
    height: 34px;
    cursor: pointer;
}
.whitespace-nowrap{
    white-space:nowrap;
}

.mobile-login-bt {
    width: 50%;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #001326;
    font-weight: bold;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(142,142,142,1) 20%, rgba(255,255,255,1) 50%, rgba(142,142,142,1) 80%, rgba(255,255,255,1) 100%);
    cursor: pointer;
}
.mobile-register-bt {
    width: 50%;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #001326;
    font-weight: bold;
    background: rgb(146,201,231);
    background: linear-gradient(90deg, rgba(146,201,231,1) 0%, rgba(136,194,228,1) 8%, rgba(255,255,255,1) 50%, rgba(136,194,228,1) 92%, rgba(146,201,231,1) 100%);
    cursor: pointer;
}

.modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(80% - 0rem);
}
.modal-body {
    background: rgb(207,207,207);
    background: linear-gradient(180deg, #443b28 0%, #161616 100%);
    border: 2px solid #c8f424;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: white;
}
    .modal-body .input-label {
        font-weight: normal !important;
        color: white;
    }
    .modal-body a {
    }
    .modal-body .form-control, .modal-body .input-group-addon {
        border: 1px solid black;
    }
.modal-header {
    border: 0;
    justify-content: center;
    background-color: #ffd950;
    font-weight: bold !important;
    color: black !important;

}
.modal-header h5,.modal-header button {
    font-weight: bold !important;
    color:black;
    opacity:1;
}
.modal-header-empty-span {
   width:13px;
}
    .modal-header .close
    {
        margin:0;
        padding:0;
        right:10px;
        font-size:30px;
        position:absolute;
    }

.label-hint {
    color: #919499;
    margin-top:2px;
}
.nav-bt {
    color: #001326 !important;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    margin-top: 8px;
    margin-bottom: 8px;
}
    .nav-bt.selected {
        color: white !important;
        background-color: #3692d5;
    }
    .nav-bt:hover {
        color: white !important;
        background-color: #3692d5;
    }


.collapse-bar {
    width: 100%;
    display: block;
    background-color: #3793d6;
    color: white;
    font-weight: bold;
    padding: 10px;
    padding-left: 10px;
    border-radius: 5px;
    cursor: pointer;
}

    .collapse-bar.collapsed {
        background-color: white;
        color: #001326;
        border: 1px solid lightgrey;
    }

.blue-container {
    border-radius: 5px;
    margin-top: 0.5rem;
    background-color: white;
    background-color: #98a8b5 !important;
    padding: 20px 11px;
}
.blue-container-label {
    padding-top: 1rem;
    margin-bottom: 0.5rem;
    color: white;
}
.blue-container-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}
.background-lightblue {
    background-color: #98a8b5 !important;
}

.blue_table thead {
    background-color: #3692d5;
    color: white;
    border-radius: 4px;
}

.blue_table {
    overflow: hidden;
    border-radius: 4px;
}

    .blue_table th {
        padding: 5px 10px;
    }
    .blue_table td {
        padding: 5px 10px;
    }

.sidenav {
    color: white !important;
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background: rgb(70,62,41);
    background: linear-gradient(180deg, rgba(70,62,41,1) 0%, rgba(53,47,35,1) 50%, rgba(21,21,21,1) 100%);
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    /* The navigation menu links */
    .sidenav a {
        padding: 12px 8px 12px 21px;
        text-decoration: none;
        font-size: 14px;
        color: white !important;
        display: block;
        display:flex;
        align-items:center;
        transition: 0.3s;
    }
    .sidenav img {
     width:28px;
     margin-right:8px;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}


@media only screen and (min-width: 768px) {
    .is-mobile {
        display: none !important;
    }

    .game-selection-parent .col-4{
        max-width:180px;
    }

    .desktop-50{
        width:50%;
    }
}
.game-selection-parent .col-4 {
    padding:5px;
    padding-bottom: 5px !important;
}
.game-selection-parent
{
    padding-right:17px !important;
    padding-left:17px !important;
}
.main-color {
    color: #001326;
}
.slick-dots
{
    bottom:0px;

}
.slick-dotted.slick-slider
{
    margin-bottom:0px;
}
.slick-dots li button:before {
    opacity: 0.75;
}
.slick-dots li button:before {
    font-size: 20px;
    line-height: 20px;
    color: white;
}
.slick-active button:before {
    background-color: #FFC425 !important;
    color: #FFC425 !important;
}
.slick-dots li button:before {
    background-color: white;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
}
* {
    scrollbar-width: thin;
    scrollbar-color: #453d28 white;
}

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 12px;
    }

    *::-webkit-scrollbar-track {
        background: white;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #453d28;
        border-radius: 20px;
        border: 3px solid white;
    }

.horizontal-scrollbar::-webkit-scrollbar {
    width: 1px !important;
}
.horizontal-scrollbar-none::-webkit-scrollbar {
   display:none;
}
.horizontal-scrollbar::-webkit-scrollbar-thumb {
    border:8px solid white;
}
.horizontal-scrollbar::-webkit-scrollbar-track {
    border: 7px solid white;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.menubar ul {
    margin-bottom: 0px;
    display: -webkit-inline-box;
    padding-left: 0px;
    list-style: none;
    width: 100%
}

.menubar li {
    background: white;
    width: 25%;
    text-align: center;
}

    .menubar li.selected {
        background: #3792d6;
        color: white !important;
    }

    .menubar li:hover {
        background: #3792d6;
        color: white !important;
    }

    .menubar li.selected a {
        color: white !important;
    }

    .menubar li a:hover {
        color: white !important;
    }

    .menubar li a {
        color: #001326;
        font-size: 12px;
        height: 100%;
        width: 100%;
        display: block;
        padding: 10px 0;
    }

.menubar {
    overflow-x: scroll;
    position:sticky;
    top:0px;
}
.menubar2 .position-absolute img, .mobile-menu .position-absolute img {
    border-radius: 50%;
}
.mobile-menu .position-absolute img {
   margin-bottom:7px;
}
.sticky-menu {
    position: sticky;
    top: 0;
    z-index: 9999
}

.align-center{
    display:flex;
    justify-content:center;
    align-items:center;
}

.paginate_button {
    margin-left:4px;
    margin-top:5px;
}
.paginate_button a{
    color:white !important;
}
.datatables-bt {
    background-color: #c8f424;
    border: 0;
    padding: 5px 8px;
    color: black
}
.input-group .form-control {
    height: auto;
}

.modal-header {
    border-top-left-radius:0;
    border-top-right-radius:0;
}

.modal-content {
    border-radius: 10px;
    overflow: hidden;
}
.modal-body .btn-primary
{
}
.game-selection.selected {
    background: rgb(254,239,198);
    background: linear-gradient(90deg, #f7fa07 0%, #84e701 100%);
}
.game-selection, .game-selection2, .payment-selection {
    cursor: pointer;
    height: 80px !important;
    padding-bottom:5px;
    padding-top:5px;
}
    .game-selection2 div, .game-selection div {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .game-selection.selected .PlaytechLive, .game-selection2.selected .PlaytechLive {
        content: url('/images/logo/playtech.png');
    }
    .game-selection.selected .SBO, .game-selection2.selected .SBO {
        content: url('/images/logo/sbobet.png');
    }
    .game-selection.selected .RichGaming, .game-selection2.selected .RichGaming {
        content: url('/images/logo/richGaming-black.png');
    }
    .game-selection.selected .Habanero, .game-selection2.selected .Habanero {
        content: url('/images/logo/habanero_blk.png');
    }
    .game-selection.selected .Evolution, .game-selection2.selected .Evolution {
        content: url('/images/logo/Evo Gaming_black.png');
    }
    .game-selection.selected .OBet33, .game-selection2.selected .OBet33 {
        content: url('/images/logo/obet33.png');
    }
    .game-selection.selected .MarioClub, .game-selection2.selected .MarioClub {
        content: url('/images/logo/marioClub.png');
    }
    .game-selection.selected .PragmaticplaySlot, .game-selection2.selected .PragmaticplaySlot {
        content: url('/images/logo/pp-black.png');
    }
.main-bg {
    background-image: url('/Images/home/background v2.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    .main-bg {
        background-image: url('/Images/home/Background_desktop.png') !important;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.table-yellow td, .table-yellow th {
    align-items: center;
    justify-content: center;
    text-align: center !important;

}
.table-yellow {
    border-radius: 10px;
    background-color: #f8fe29;
    width: 100%;
}
    .table-yellow td {
        background-color: #1e1e1e;
        border: 1px solid #ffd950
    }
    .table-yellow thead tr {
        color: black;
        font-weight: Bold;
    }
    .table-yellow thead th {
       padding-top:0.5rem;
       padding-bottom:0.5rem;
    }
.close
{
    text-shadow:none !important;
}
.btn-primary:hover
{
    color:black;
}
.modal{
    overflow:auto !important;
}

.glow {
    -webkit-animation: glow 0.5s ease-in-out infinite alternate;
    -moz-animation: glow 0.5s ease-in-out infinite alternate;
    animation: glow 0.5s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        box-shadow: 0 0 0px #fff, 0 0 5px #fff, 0 0 5.5px #fc970d, 0 0 10px #fc970d, 0 0 12.5px #fc970d, 0 0 15px #fc970d, 0 0 17.5px #fc970d;
    }

    to {
        box-shadow: 0 0 10px #f5da78, 0 0 7.5px #fc970d, 0 0 15px #fc970d, 0 0 22.5px #fc970d, 0 0 15px #fc970d, 0 0 17.5px #fc970d, 0 0 20px #fc970d;
    }
}

.game-selection.selected .PragmaticSlot {
    content: url('/images/logo/pp-black.png');
}

.hide-scroll-bar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scroll-bar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.marquee {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: sticky;
    top:0;
    z-index:999;
}

    .marquee span {
        display: inline-block;
        animation: marquee 20s linear infinite;
    }

@keyframes marquee {
    0% {
        transform: translateX(100vw);
    }

    100% {
        transform: translateX(-100%);
    }
}
.frame-modal {
    position: relative;
    padding: 10px;
    z-index: 9;
    background: transparent;
    border:0 !important;
}
    .frame-modal .close {
        right: 15px;
        top: 27px; color: white !important;
    }
    .frame-modal .modal-title {
        background: linear-gradient(45deg, #fdfa07, #87e802) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
    }

    .frame-modal .modal-header {
        margin-top: 6px;
        color: white !important;
        background: rgb(0,21,127);
        background: linear-gradient(90deg, #060a03 0%, #1f3513 50%, #060a03 100%) !important;
    }

        .frame-modal .modal-header h5 {
            color: white !important;
        }

    .frame-modal .modal-body {
        border: 0;
        background: rgb(0,21,127);
        background: linear-gradient(90deg, #060a03 0%, #1f3513 50%, #060a03 100%) !important;
    }


    .frame-modal:after {
        content: '';
        background: url('/images/login-frame.png'); /* with class ModalCarrot ??*/
        position: absolute; /*or absolute*/
        left: 0px;
        bottom: 0;
        background-size: 100% 100%;
        height: 100%;
        z-index: -1;
        width: 100%;
    }
.realtime-deposit-bt {
    background-color: white;
    height: 100%;
    width: 100%;
    color: white;
    border-radius: 30px;
    text-align: center;
    padding: 1px;
    font-weight: Bold;
    cursor: pointer;
}

    .realtime-deposit-bt div {
        padding: 5px;
        padding-top: 15px;
        padding-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        border-radius: 30px;
        background-color: #202020;
        white-space: nowrap;
    }

        .realtime-deposit-bt div span {
            background: linear-gradient(45deg, #ffedcc, #90b326) !important;
            -webkit-background-clip: text !important;
            -webkit-text-fill-color: transparent !important;
        }
    .realtime-deposit-bt.selected div {
        background: rgb(254,240,169);
        background: linear-gradient(90deg, #f7fa07 0%, #8ae801 100%);
    }

        .realtime-deposit-bt.selected div span {
            background: black !important;
            -webkit-background-clip: text !important;
            -webkit-text-fill-color: transparent !important;
        }

    .realtime-deposit-bt.selected {
        background-color: white;
        color: #202020;
    }

    .realtime-deposit-bt div {
        font-size: 2.8vw;
    }
.green-button {
    background-color: white;
    height: 100%;
    width: 100%;
    color: white;
    border-radius: 30px;
    text-align: center;
    padding: 1px;
    font-weight: Bold;
    cursor: pointer;
}

    .green-button div {
        padding: 5px;
        padding-top: 15px;
        padding-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        border-radius: 30px;
        background-color: #202020;
        white-space: nowrap;
    }

        .green-button div span {
            background: linear-gradient(45deg, #ffedcc, #90b326) !important;
            -webkit-background-clip: text !important;
            -webkit-text-fill-color: transparent !important;
        }
    .green-button.selected div {
        background: rgb(254,240,169);
        background: linear-gradient(90deg, #f7fa07 0%, #8ae801 100%);
    }

        .green-button.selected div span {
            background: black !important;
            -webkit-background-clip: text !important;
            -webkit-text-fill-color: transparent !important;
        }

    .green-button.selected {
        background-color: white;
        color: #202020;
    }

    .green-button div {
        font-size: 2.8vw;
    }