@media (max-width: 1024px) {
    .card-title strong {
        font-size: 1rem !important;
    }

        .card-title strong:before {
            content: " ";
            display: block !important;
        }
}

.table-hover > tbody > tr.no-hover:hover {
    background-color: unset !important;
}

/* for a links on tables */
.text-underline {
    text-decoration: underline !important;
}

.btn-toolbar {
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 11px !important;
}

    .btn-toolbar a.btn {
        width: 39px !important;
        padding: 8px !important;
        margin: 5px !important;
    }

/* Responsive Behaviors */
.breadcrumb-responsive {
    margin: 0 16px 0 16px !important;
}

.card-home-responsive {
    margin-left: -10px !important;
    margin-right: -10px !important;
    margin-bottom: -15px !important;
}

.card-page-responsive {
    margin: 36px 0px 0px 0px !important;
}

    .card-page-responsive .card-body {
        padding: 0px !important;
    }

    .card-page-responsive .card-body,
    .card-page-responsive .no-data {
        display: none;
    }

    .card-page-responsive .no-data {
        padding: 0.5rem !important;
    }

.card-accordion-responsive {
    padding-bottom: 2px !important;
    border: none !important;
}

    .card-accordion-responsive .card-header {
        padding: 2px 0 !important;
        border-radius: 0px !important;
        background-color: rgb(89, 105, 141) !important;
        border: 1px solid #d2d2d2 !important;
    }

        .card-accordion-responsive .card-header.sticky-top {
            position: -webkit-sticky !important;
            position: sticky !important;
            top: 49px !important;
            z-index: 9 !important;
        }

    .card-accordion-responsive th.sticky-top {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 0px !important;
        z-index: 8 !important;
        border: none !important;
    }

    .card-accordion-responsive .card-header h5 {
        font-size: 0.9rem !important;
    }

    .card-accordion-responsive .card-body {
        padding: 0 !important;
    }

        .card-accordion-responsive .card-body .badge-head-container {
            border-left: 1px solid #d2d2d2 !important;
            border-right: 1px solid #d2d2d2 !important;
            margin-left: 1px !important;
            margin-right: 1px !important;
        }

    .card-accordion-responsive .table th,
    .card-accordion-responsive .table td {
        line-height: 21.6px !important;
        font-weight: 700 !important;
    }

.table-responsive table {
    width: calc(100% - 2px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

    .table-responsive table tr.bold-header-text th {
        font-weight: 700 !important;
    }

.accordion-expander-all {
    margin-top: 16px !important;
    margin-bottom: 10px !important;
}

@media (max-width: 280px) {
    .card-accordion-responsive .card-header.sticky-top {
        top: 113px !important;
    }
}

@media (min-width: 576px) {
    .btn-toolbar a.btn {
        width: auto !important;
        padding: 8px 16px 8px 16px !important;
        margin: 6px !important;
    }
}

.navbar {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

@media (min-width: 600px) {
    .navbar {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .card-page-responsive .card-body {
        padding: 8px !important;
    }

    .card-accordion-responsive .card-header.sticky-top {
        top: 59px !important;
    }

    .card-accordion-responsive th.sticky-top {
        top: 0px !important;
    }
}

@media (max-height: 480px) and (max-width: 992px) {
    .navbar {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 1023px) {
    .card-page-responsive {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }
}

@media (min-width: 1024px) {
    .card-home-responsive {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .card-page-responsive {
        margin-left: 16px !important;
        margin-right: 16px !important;
        margin-bottom: 48px !important;
    }

        .card-page-responsive .card-body {
            padding: 16px !important;
        }

    .card-accordion-responsive .card-body {
        padding: 0 !important;
    }

    .card-accordion-responsive th.sticky-top {
        top: 0px !important;
    }
}

.sticky-responsive {
    z-index: 7 !important;
}

.sticky-bottom {
    position: -webkit-sticky !important;
    position: sticky !important;
    bottom: 0 !important;
    z-index: 6 !important;
}

.collapse,
show:last-child {
    margin-bottom: 8px !important;
}

/* Custom Dimensions*/
.pb-15 {
    padding-bottom: 15px;
}

.mh-50vh {
    max-height: 50vh !important;
}

.mh-70vh {
    max-height: 70vh !important;
}

.vh-75 {
    height: 75vh !important;
}

.vh-60 {
    height: 60vh !important;
}

.vh-50 {
    height: 50vh !important;
}

.vh-40 {
    height: 40vh !important;
}

.vh-45 {
    height: 45vh !important;
}

.vh-25 {
    height: 25vh !important;
}

/*****Another Scroll******/
::-webkit-scrollbar {
    width: 10px;
}

    ::-webkit-scrollbar:vertical {
        width: 5px;
    }

::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7);
}

/*****Scroll*/
.noScroll {
    position: fixed;
}

.scroll {
    position: relative;
}

.ps {
    overflow: hidden !important;
    -ms-touch-action: auto;
    touch-action: auto;
    overflow-anchor: none;
    -ms-overflow-style: none;
    position: relative;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps__rail-y {
    top: 0;
}

.ps__rail-y {
    position: absolute;
    right: 0;
    display: none;
    width: 15px;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
}

.ps__thumb-y {
    position: absolute;
    right: 2px;
    width: 6px;
    background-color: #aaa;
    border-radius: 6px;
    -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
    transition: background-color 0.2s linear, width 0.2s ease-in-out;
}

.ps__thumb-x {
    position: absolute;
    bottom: 2px;
    height: 6px;
    background-color: #aaa;
    border-radius: 6px;
    -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
    transition: background-color 0.2s linear, height 0.2s ease-in-out;
}

.ps__rail-x {
    position: absolute;
    bottom: 0;
    display: none;
    height: 15px;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
}

/**Pretty Tabs**/
.pretty-tabs .nav-link {
    color: black;
    border: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pretty-tabs {
    position: relative;
    z-index: 1;
    padding: 0.7rem;
    margin-right: 1rem;
    margin-bottom: -20px;
    margin-left: 1rem;
    background-color: #59698d;
    border-bottom: 0px solid #dee2e6 !important;
    border: 0;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

    .pretty-tabs .nav-link:hover {
        background-color: #ccc;
        color: black;
    }

    .pretty-tabs .nav-link.active,
    .pretty-tabs .nav-item.open .nav-link {
        color: black !important;
        background-color: /*#4b515d*/ #2c3e50 !important;
        border-radius: 0.25rem;
        -webkit-transition: all 1s;
        transition: all 1s;
    }

/**Pretty BreadCrumbs**/
.pretty-breadcrumb {
    position: relative;
    z-index: 1;
    padding: 0.7rem;
    margin-right: 1rem;
    margin-bottom: 0;
    transform: translateY(-30px) !important;
    margin-left: 1rem;
    background-color: #59698d;
    color: #fff;
    border-bottom: 0px solid #dee2e6 !important;
    border: 0;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    opacity: 0.9;
}

/* SideNavItems hover background color */
ul.list-unstyled > li:hover {
    background-color: #EAEAEA !important;
}

/*Counter Social*/
.counter.counter-sm {
    top: -15px;
}

.counter.counter-lg {
    top: -27px;
}

.counter.counter-md {
    top: -19px;
}

.counter {
    position: relative;
    top: -23px;
    left: auto;
    z-index: 2;
    padding: 1px 7px;
    margin-left: -34px;
    font-size: 11px;
    color: black;
    background-color: #ED2E7E;
    border-radius: 10em;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/**Radio Buttons --- CheckBoxs**/
/* Customize the label (the container) */
.container-radio-buttons {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    /*padding-top: 5px;*/
    /*margin-top:5px;*/
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .container-radio-buttons input {
        position: absolute;
        top: 0;
        left: 0;
        height: 15px;
        width: 15px;
        background-color: #fff;
        border-radius: 50%;
        border: 2px solid #5a5a5a;
        /*position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;*/
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #5a5a5a;
}

/* On mouse-over, add a grey background color */
.container-radio-buttons:hover input ~ .checkmark {
    /*background-color: #ccc;*/
}

/* When the radio button is checked, add a blue background */
.container-radio-buttons input:checked ~ .checkmark {
    background-color: #4285f4;
    border: 2px solid #4285f4;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/*checkbox*/
/* Customize the label (the container) */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    /*padding-top: 5px;*/
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* container small checkbox into table */
.checkbox-item {
    display: block;
    position: relative;
    padding-left: 1rem;
    margin-bottom: 2rem;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default check box */
    .container-checkbox input,
    .checkbox-item input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 2px solid #5a5a5a;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark-checkbox,
.checkbox-item input:checked ~ .checkmark-checkbox {
    background-color: #4285f4;
    border-color: #4285f4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.checkmark-checkbox:hover {
    cursor: pointer;
}

/*sideNav*/
#content {
    min-height: 100vh;
    height: auto;
    transition: all 0.2s ease-in-out;
    padding-left: 0px;
    background-color: #f5f5f5 !important;
}

@media (max-width: 720px) {
    .main-header {
        font-size: 260%;
    }
}

.textlogplace::-webkit-input-placeholder {
    color: white !important;
}

.absolute-center {
    width: 32%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Theme colors */
.color-1 {
    background-color: #ffffff !important;
}

.text-indigo {
    color: #3263AA !important;
}

.color-2 {
    background-color: #214a80 !important;
}

/* Btn borders rounded */
.btn-rounded {
    border-radius: 10em;
}

/* Override font-size bootstrap.min.css */
.invalid-feedback {
    font-size: 100% !important;
    margin-left: 2rem !important;
    position: absolute;
    top: 2.5rem;
}

    /*Preloading 1*/
    #loading {
        background: url("/backend/images/sports.gif") rgba(0, 0, 0, 0.815) no-repeat center center;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 9999999;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }

    @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
        .bg-blur-opacity {
            -webkit-backdrop-filter: blur(5px) !important;
            backdrop-filter: blur(5px) !important;
            filter: blur(5px) !important;
            -moz-filter: blur(5px) !important;
            -o-filter: blur(5px) !important;
            -ms-filter: blur(5px) !important;
            visibility: visible !important;
            opacity: 1 !important;
        }
    }

    /* slightly transparent fallback for Firefox (not supporting backdrop-filter) */
    @supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
        .bg-blur-opacity {
            background-color: rgba(56, 75, 95, 0.8);
            opacity: 1 !important;
            visibility: visible !important;
        }
    }

    .loader {
        border: 16px solid #f3f3f3; /* Light grey */
        border-top: 16px solid #3498db; /* Blue */
        border-radius: 50%;
        width: 120px;
        height: 120px;
        animation: spin 2s linear infinite;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    /*Loading for modal agent rights*/
    @keyframes spinner {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .spinner div {
        left: 70.5px;
        top: 36px;
        position: absolute;
        animation: spinner linear 1s infinite;
        background: #375c8d;
        width: 9px;
        height: 18px;
        border-radius: 4.5px / 9px;
        transform-origin: 4.5px 39px;
    }

        .spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -0.9166666666666666s;
            background: #375c8d;
        }

        .spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -0.8333333333333334s;
            background: #375c8d;
        }

        .spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.75s;
            background: #375c8d;
        }

        .spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.6666666666666666s;
            background: #375c8d;
        }

        .spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.5833333333333334s;
            background: #375c8d;
        }

        .spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.5s;
            background: #375c8d;
        }

        .spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.4166666666666667s;
            background: #375c8d;
        }

        .spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.3333333333333333s;
            background: #375c8d;
        }

        .spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.25s;
            background: #375c8d;
        }

        .spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.16666666666666666s;
            background: #375c8d;
        }

        .spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.08333333333333333s;
            background: #375c8d;
        }

        .spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
            background: #375c8d;
        }

    .loadingio-spinner-spinner-size {
        width: 150px;
        height: 150px;
        display: inline-block;
        overflow: hidden;
        background: none;
    }

    .spinner {
        position: fixed;
        transform: translateZ(0) scale(1);
        backface-visibility: hidden;
        transform-origin: 0 0;
        display: flex;
        width: 50%;
        height: 50%;
        justify-content: center;
        align-items: center;
        top: 25%;
        left: 40%;
    }

        .spinner div {
            box-sizing: content-box;
        }

    #spinner {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    /* label style for input */
    .label-transformY {
        transform: translateY(-24px) scale(0.8) !important;
        font-size: 0.95rem !important;
        color: #757575;
    }

    .btn-outline-unique-color {
        color: #3f729b !important;
        background-color: transparent !important;
        border: 2px solid #3f729b !important;
    }

    .custom-align-center > thead > tr > th,
    .custom-align-center > tbody > tr > td {
        text-align: center;
        vertical-align: middle;
    }

    .font-label-1 {
        font-family: sans-serif;
        color: #757575;
    }

    .font-family-roboto {
        font-family: sans-serif;
    }

    table th,
    .table td:not(:nth-child(1)),
    .table tfoot th,
    .card-footer {
        text-align: center;
        vertical-align: middle !important;
    }

    .table tbody td:nth-child(1),
    .table tfoot td:nth-child(1) {
        padding-left: 0.5rem !important;
    }

    #ctl00_MainContent_txtDateFrom,
    #ctl00_MainContent_txtDateTo,
    #ctl00_MainContent_txtDate {
        display: none;
    }

    .table tfoot td,
    .card-footer {
        font-weight: 700 !important;
    }

    .table tfoot td {
        text-align: center !important;
        background-color: white !important;
        color: #343a40 !important;
        padding-bottom: 32px !important;
    }

    .pretty-breadcrumb-agent-modal {
        position: relative;
        z-index: 1;
        padding: 0.7rem;
        margin-right: 1rem;
        margin-bottom: 0;
        transform: translateY(-30px);
        color: #fff;
        margin-left: 1rem;
        background-color: #33b5e5;
        border-bottom: 0px solid #dee2e6 !important;
        border: 0;
        border-radius: 0.25rem;
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

    .modal-backdrop {
        z-index: 900 !important;
    }

    #modal-agents {
        background-color: #33b5e5;
        color: black;
    }

    .a-agent:hover {
        background-color: black;
    }

    .treeview-colorful-items:first-of-type {
        margin-right: 20px !important;
    }

    .md-form-little {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }

    /******Table scroll********/
    .table-wrapper-scroll-y {
        display: block;
    }

    /********Ddl ParlayTab Player Profile Management ********/
    .ddl-parlay {
        transform: translateX(-10px);
    }

    .my-custom-scrollbar {
        position: relative;
        height: 1024px;
        overflow: auto;
    }

    /****Media Query for Game Type GridView Player Profile Management****/
    @media (max-width: 575px) {
        .my-custom-scrollbar {
            height: 1024px;
        }
    }

    @media (max-width: 600px) {
        .my-custom-scrollbar {
            height: 1200px;
        }
    }

    @media (max-width: 900px) {
        .my-custom-scrollbar {
            height: 1350px;
        }
    }

    @media (max-width: 991px) {
        .my-custom-scrollbar {
            height: 1400px;
        }
    }

    @media (min-width: 992px) {
        .my-custom-scrollbar {
            height: 720px;
        }
    }

    @media (max-height: 900px) {
        .side-nav {
            overflow-y: auto;
        }
    }

    /*******Button Top********/
    #buttonTop {
        display: inline-block;
        background-color: #3f51b5;
        color: black;
        width: 35px;
        height: 35px;
        text-align: center;
        border-radius: 10px;
        /*margin: 25px;*/
        position: fixed;
        bottom: 45px;
        right: 15px;
        opacity: 0.5;
        transition: background-color 0.3s;
        z-index: 1000;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }

        #buttonTop:hover {
            cursor: pointer;
            background-color: #33b5e5;
            opacity: 1;
        }

        #buttonTop:active {
            background-color: #555;
        }

    #backToTop {
        color: #cdcdcd;
        height: auto;
        position: fixed;
        bottom: 65px;
        margin: 0;
        z-index: 98;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        right: 20px;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

        #backToTop.off {
            right: 25px;
        }

        #backToTop.on {
            opacity: 1;
            filter: alpha(opacity=100);
            visibility: visible;
            right: 25px;
        }

        #backToTop span {
            width: 52px;
            height: 52px;
            line-height: 52px;
            text-decoration: none;
            -o-border-radius: 52px;
            -moz-border-radius: 52px;
            -webkit-border-radius: 52px;
            border-radius: 52px;
            -webkit-transition: all 0.2s ease 0s;
            -moz-transition: all 0.2s ease 0s;
            -o-transition: all 0.2s ease 0s;
            border: 2px solid #e8e8e8;
            background: 0 0;
        }

            #backToTop span i {
                font-size: 22px;
                color: #b0b0b0;
                line-height: 52px;
                -webkit-transition: color 0.2s ease 0s;
                -moz-transition: color 0.2s ease 0s;
                -o-transition: color 0.2s ease 0s;
            }

        #backToTop:hover span {
            background-color: #e8e8e8;
        }

    .fab-stack {
        position: relative;
        display: flex;
        width: 2em;
        height: 2em;
        line-height: 2em;
        vertical-align: middle;
        justify-content: center;
    }

    .btn-filter {
        margin-left: 1rem !important;
        margin-right: 0 !important;
    }

    @media (max-width: 480px) {
        .btn-filter {
            width: 100% !important;
            margin-left: 0 !important;
        }
    }

    /*********pointer for the alt ptrfix icons************/
    .fa-eye:hover .fa-eye-slash:hover .fa-calendar-alt:hover {
        cursor: pointer;
    }

    .table-scroll {
        width: 100%;
        max-height: 400px;
        overflow: auto;
    }

    @media (max-width: 814px) {
        .no-span-movile {
            display: none;
        }
    }

    @media (max-width: 768px) {
        /*less size for laoding balls in mobile resolution*/
        #loading {
            background-size: 50%;
        }

        .card-body-mobile {
            margin-left: -1rem !important;
            margin-right: -1rem !important;
        }
    }

    /*little font size for badge pills*/
    .little-size-font {
        font-size: 0.7rem;
    }

    /*sticky-top to see all content of total under the header*/
    .sticky-top-total {
        top: 185px !important;
    }

    .link-active {
        background-color: #EAEAEA !important;
    }

    .load-container {
        width: 100%;
        height: 75vh;
    }

    .badge {
        padding: 4px 8px !important;
    }

    .badge-total-default-color {
        background-color: #59698d !important;
    }

    .badge-total {
        font-size: 0.875rem;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .badge-header {
        font-size: 0.875rem;
        padding: 3px 8px !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .badge-balance {
        font-size: 0.875rem;
        line-height: 18px !important;
        transition: line-height 0.2s ease-in-out;
        -webkit-transition: line-height 0.2s ease-in-out;
    }

    .nav-menu {
        font-size: 1rem !important;
        padding: 0.5rem !important;
        margin: 0 !important;
    }

        .nav-menu i {
            padding-left: 1px !important; /* fixes icon cutoff to the left */
            padding-right: 0.2rem !important;
        }

    @media (min-width: 600px) {
        .top-nav-collapse .badge-balance {
            line-height: 14px !important;
            transition: line-height 0.2s ease-in-out;
            -webkit-transition: line-height 0.2s ease-in-out;
        }

        .top-nav-collapse .nav-menu {
            padding: 0.2rem 0.5rem !important;
        }
    }

    @media (max-width: 599px) {
        .nav-menu {
            font-size: 0.875rem;
            padding: 0 !important;
        }

        .badge-balance {
            line-height: 14px !important;
            font-size: 0.875rem;
        }
    }

    .nav-menu:hover {
        background-color: #EAEAEA !important;
    }

    body.modal-open {
        overflow: hidden;
        width: 100%;
    }

    /*Styles for modals*/
    .modal-body {
        padding: 0rem !important;
    }

    .modal-header {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .modal .close {
        margin-left: 0 !important;
        margin-top: -0.8rem;
    }

    /**Rotate Gif**/
    #rotate-gif {
        background: url("/backend/images/rotate.gif") rgba(0, 0, 0, 0) no-repeat center center;
        height: 300px;
        width: 300px;
    }

    .select-wrapper.mdb-select {
        width: calc(100% - 1rem) !important;
    }

    .mdb-select input {
        top: 3px !important;
        line-height: 34px !important;
    }

    .mdb-main-label.active {
        color: #757575 !important;
        font-family: "Open Sans", sans-serif;
        font-weight: 300 !important;
        font-size: 0.95rem !important;
        transform: translateY(-24px) scale(0.8) !important;
    }

    li.active a.active {
        color: #3263AA !important;
        font-weight: bold;
    }

    .color-navli {
        background-color: #f9f6fb !important;
        font-size: 12px;
    }

        .color-navli:hover,
        .color-navli-group:hover {
            background-color: #fcfaff !important;
            position: relative;
        }

            .color-navli:hover:before,
            .color-navli-group:hover:before {
                content: "";
                width: 6px;
                height: 100%;
                position: absolute;
                z-index: 1;
                top: 0;
                left: 0;
                bottom: 0;
                border-radius: 45px;
                background: transparent;
            }

            .color-navli:hover:before,
            .color-navli-group:hover:before {
                background: #3263AA;
            }

    .top-100 {
        top: 104px;
        z-index: 6 !important;
    }

    .top-144 {
        top: 143px;
    }

    .top-145 {
        top: 144px;
    }

    /*sticky-top to see all content under the navbar*/
    .sticky-top-header1 {
        top: 44px !important;
        z-index: 7 !important;
    }

    .sticky-top-header2 {
        top: 45px !important;
        z-index: 7 !important;
    }

    .sticky-top-header3 {
        top: 46px !important;
        z-index: 7 !important;
    }

    /*sticky top under the date pickers*/
    .sticky-top {
        z-index: 5 !important;
    }

    /* Font Size MDB buttons */
    .btn.btn-sm {
        padding: 0.42rem 1.6rem !important;
        font-size: 0.72rem !important;
        text-transform: capitalize;
    }

    .btn.btn-md {
        padding: 0.62rem 1.6rem !important;
        font-size: 0.78rem !important;
        text-transform: capitalize;
    }

    .btn[class*="btn-outline-"].btn-md {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    /* MDB Breadcrumb Navigation */
    .breadcrumb {
        padding: 0.64rem 1rem !important;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 0.2rem !important;
    }

    .top-85 {
        top: 85px;
        z-index: 6 !important;
    }

    .treeview-colorful h6 {
        color: #385c8d !important;
    }

    .treeview-colorful {
        background: rgba(224, 127, 178, 0) !important;
    }

    .border-secondary {
        border-color: #385c8d !important;
    }

    .treeview-colorful hr {
        border-color: #385c8d !important;
    }

    .treeview-colorful .treeview-colorful-items-header .fa-plus-circle {
        color: #0056b3 !important;
    }

    .treeview-colorful .treeview-colorful-items-header .fa-minus-circle {
        color: #ff0000 !important;
    }

    .treeview-colorful .treeview-colorful-items-header.open:hover {
        color: #fff !important;
        background-color: #42a5f5 !important;
    }

    .treeview-colorful .treeview-colorful-items-header.open {
        background-color: #fff !important;
        border-bottom: 1px solid #385c8d !important;
    }

        .treeview-colorful .treeview-colorful-items-header.open span {
            color: #616161 !important;
        }

    .treeview-colorful .treeview-colorful-list ul {
        background: #fff !important;
    }

    a.treeview-colorful-items-header:hover {
        color: #33b5e5;
    }

    a.treeview-colorful-items-header.open:hover {
        color: #616161;
    }

    .treeview-colorful .treeview-colorful-element:hover {
        background-color: #42a5f5 !important;
    }

    .treeview-colorful .treeview-colorful-items-header:hover {
        background-color: #42a5f5 !important;
    }

    .treeview-colorful .treeview-colorful-element:hover {
        color: #fff !important;
    }

    div.treeview-colorful-element:hover {
        color: #0056b3;
    }

    .modal-dialog.modal-notify.modal-info .far {
        color: #000000 !important;
    }

    .modal-dialog.modal-notify.modal-info a.treeview-colorful-items-header:hover {
        color: #0056b3 !important;
        font: bold !important;
    }

    .modal-dialog.modal-notify.modal-info .fa-plus-circle {
        color: #0056b3 !important;
    }

    .modal-dialog.modal-notify.modal-info .fa-minus-circle {
        color: #ff0000 !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
    }

    h4,
    .h4 {
        font-size: 18px;
    }

    h4,
    h5,
    h6 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .side-nav .fa-angle-down.rotate-icon {
        top: 0.55rem;
    }

    .side-nav .collapsible a {
        color: #adadad !important;
    }

    input[type="text"].form-control,
    input[type="text"].hasDatepicker,
    input[type="number"].form-control {
        height: auto !important;
        font-size: 0.875rem;
    }

    i.prefix {
        line-height: 32px !important;
    }

    .md-form label {
        left: 0 !important;
    }

    .md-form > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
    .md-form > input[type="time"]:not(.browser-default) + label {
        font-size: 0.95rem !important;
        -webkit-transform: translateY(-14px) scale(0.8) !important;
        transform: translateY(-14px) scale(0.8) !important;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }

    /*
    ---------------------------------------
    SideNav
    ---------------------------------------
*/
    .side-nav {
        max-height: 100vh;
    }

        .side-nav .sidenav-bg:after {
            padding-bottom: 0px !important;
            padding-top: 0px !important;
        }

        .side-nav ul.collapsible {
            margin-top: 2rem !important;
        }

    #slide-out {
        z-index: 1030 !important;
    }

    #side-nav-close {
        display: none !important;
    }

    /* Mobile version */
    @media only screen and (max-width: 992px) {
        .side-nav ul.collapsible {
            margin-top: 0rem !important;
        }

        #side-nav-close {
            display: block !important;
        }

        #slide-out {
            margin-top: 0 !important;
            z-index: 1040 !important;
        }

        #side-nav-logo-wrapper {
            display: block !important;
        }

            #side-nav-logo-wrapper img {
                width: 84% !important;
                padding: 4px !important;
            }
    }

    /*
    ---------------------------------------
    Navbar Logo
    ---------------------------------------
*/
    #navbar-logo {
        width: 90%;
        margin-top: -5px !important;
        transition: width 0.5s ease-in-out;
        -webkit-transition: width 0.5s ease-in-out;
    }

    .top-nav-collapse #navbar-logo {
        width: 52%;
        margin-top: 0 !important;
        transition: width 0.5s ease-in-out;
        -webkit-transition: width 0.5s ease-in-out;
    }

    @media (max-width: 992px) {
        #navbar-logo {
            display: none !important;
        }
    }

    .mng-icon-right {
        position: absolute !important;
        right: 10px !important;
        top: 0.8rem !important;
        z-index: 3;
    }

        .mng-icon-right.has-changed {
            right: 30px !important;
        }

    span.highlight {
        background: #f1c40f;
    }

    .md-form.input-group .form-control {
        padding: 0.6rem 0 0.4rem 0 !important;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        -o-appearance: none;
        margin: 0;
    }

    input[type="number"] {
        -moz-appearance: textfield;
        -webkit-appearance: textfield;
        -ms-appearance: textfield;
        appearance: textfield;
        -o-appearance: textfield;
    }

    /*Change color a switch buttons: when active the color is red, inactive the color is white*/
    .custom-control-input:focus ~ .custom-control-label::before {
        border-color: #adb5bd !important;
        box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0) !important;
    }

    .custom-control-input:disabled ~ .custom-control-label::before {
        border-color: #d0d0d0 !important;
        background-color: #d0d0d0 !important;
    }
    /*End of declaration the color a switch buttons*/

    .text-decoration-line-through {
        text-decoration: line-through;
    }

    .check-hide-leagues {
        width: 50%;
        min-width: 240px;
        float: left;
    }

    @media (max-width: 768px) {
        .check-hide-leagues {
            width: 100% !important;
            margin-right: 8px;
        }

        .vertical-line {
            border-right: 0px !important;
        }
    }

    .top-50 {
        top: 50px;
    }

    @media (max-width: 575px) {
        .top-50 {
            top: 45px;
        }
    }

    @media (max-height: 900px) {
        .top-50 {
            top: 38px;
        }
    }

    #slide-out {
        touch-action: pan-y;
    }

    .overall-index-slide {
        z-index: 1032;
    }

    .ul-transparent-white {
        background-color: #ffffff42 !important;
    }

    .shadow-none-bc {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: transparent !important;
    }

    .card-spacing {
        margin-top: -1em;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .font-icon-style {
        font-size: 19px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .transparent-font-indigo {
        color: #3263AA !important;
        background-color: #3263AA !important;
    }

    .transparent-font-marine {
        color: #31b8f9 !important;
        background-color: #31b8f93d !important;
    }

    .transparent-font-green {
        color: #2dc35b !important;
        background-color: #31f9a633 !important;
    }

    .transparent-font-red {
        color: #d93a5f !important;
        background-color: #c32d9838;
    }

    .rounded-border-radious {
        border-radius: 50px 50px 50px 50px !important;
    }

    .grey-front-color {
        background-color: #f5f5f5 !important;
    }

    .shadow-indigo {
        -webkit-box-shadow: #3263AA 0px 0px 2px 1px;
        -moz-box-shadow: #3263AA 0px 0px 2px 1px;
        box-shadow: #3263AA 0px 0px 2px 1px;
    }

    .vertical-line {
        border-right: 1px solid gray;
    }

    .counter-email {
        position: relative;
        top: 1px;
        left: auto;
        z-index: 2;
        padding: 1px 7px;
        margin-left: -9px;
        font-size: 11px;
        color: #fff;
        background-color: #ED2E7E;
        border-radius: 10em;
    }

    @media (max-width: 600px) {
        .counter-email {
            position: relative;
            top: 2px;
            z-index: 2;
            padding: 1px 7px;
            font-size: 11px;
            color: #fff;
            background-color: #ED2E7E;
            border-radius: 10em;
        }
    }

    .counter-email-notifications {
        position: relative;
        vertical-align: middle;
        left: auto;
        z-index: 2;
        padding: 1px 7px;
        margin-left: -9px;
        font-size: 11px;
        color: #fff;
        background-color: #ED2E7E;
        border-radius: 10em;
    }

    #profileImage {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 0.9rem;
        color: #fff;
        text-align: center;
        line-height: 40px;
        vertical-align: middle !important;
    }

    .ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .classic-tabs .nav.tabs-cyan li a.active {
        border-color: #3263AA !important;
    }

    @media (min-width: 992px) {
        .modal-content .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 0rem !important;
            padding-left: 05rem !important;
        }
    }

    .loading-email {
        width: 50% !important;
        height: 50% !important;
    }

    .font-size-date-notifications {
        font-size: 0.8rem !important;
    }
