﻿/* Custom styles
-------------------------------------------------- */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #333;
    opacity: 60%;
    display: none;
    z-index: 9998;
}

.spinner {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    display: none;
    z-index: 9999;
}

.app-sidebar .menu .menu-item.active > .menu-link {
    background-color: rgba(68, 214, 44, 1);
    color: #000000;
}

    .app-sidebar .menu .menu-item.active > .menu-link .menu-icon {
        color: #000000;
    }

.app-sidebar-content {
    background-color: rgba(34,34,34,1);
}

.table.dataTable thead tr {
    background-color: rgba(68, 214, 44, 1);
    white-space: nowrap;
    text-align: left;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
}

.dark-mode .table.dataTable thead tr {
}

.table.dataTable thead tr th.sorting:after, body table.dataTable thead tr th.sorting_asc:after {
    color: rgba(34,34,34,1);
}


.dark-mode .table.dataTable tr.odd, .dark-mode .table.dataTable tr.even {
}

/*.razerTable {
    background-color: rgba(34,34,34,1);
}*/


/*div.dataTables_wrapper div.dataTables_filter {
    width: 100%;
    float: none;
    text-align: center;
}*/


.dataTables_wrapper .dataTables_filter {
    float: left;
    padding-bottom: 15px;
}

.dataTables_wrapper .dataTables_length {
    float: right;
}

.page-item.active .page-link {
    background: rgba(68, 214, 44, 1);
    border-color: gray;
}

.support-Link {
    text-decoration: underline;
    color: rgba(68, 214, 44, 1);
}

#Line_9 {
    fill: transparent;
    stroke: rgba(68,68,68,1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Line_9 {
    overflow: visible;
    position: absolute;
    width: 1px;
    height: 34px;
    left: 85px;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
}

.caret-up {
    color: rgba(68, 214, 44, 1);
}

.caret-down {
    color: red;
}

.btn-razer {
    background-color: #44D62C;
    color: black;
    text-transform: uppercase;
    box-sizing: border-box;
    border: none;
}

.text-razer {
    color: #44D62C;
}

.dark-mode .panel.panel-inverse > .panel-heading {
    background-color: #333333;
}

.dark-mode .panel .panel-body {
    background-color: #1a1a1a;
}

.dark-mode .panel .footer {
    background-color: #222222;
}

.dark-mode .form-control:disabled, .form-control[readonly] {
    background-color: #333333;
}

.ml-5px {
    margin-left: 5px;
}

.ml-10px {
    margin-left: 10px;
}

.ml-15px {
    margin-left: 15px;
}

.ml-20px {
    margin-left: 20px;
}

.ml-25px {
    margin-left: 25px;
}

.pl-30px {
    padding-left: 30px;
}

.pr-30px {
    padding-right: 30px;
}

.RazerBackgroundColor {
    background-color: rgba(68, 214, 44, 1);
}

.RazerTableHeaderRow {
    background-color: rgba(68, 214, 44, 1);
    line-height: 17px;
    text-align: left;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    color: rgba(0, 0, 0, 1);
}

.StepTable {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.StepDetails {
    color: rgba(255, 255, 255, 1);
    line-height: 18px;
    text-align: left;
    font-family: Lucida Console;
}

.StepHeader {
    color: rgba(153,153,153,1);
    vertical-align: top;
    width: 75px;
}

#StepTitle {
    /*width: 165px;*/
    white-space: nowrap;
    line-height: 24px;
    margin-top: -3px;
    text-align: left;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: rgba(255,255,255,1);
}

.note.note-black {
    border-color: rgba(68, 214, 44, 1);
    background: #1a1a1a;
    color: #000;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: rgba(68, 214, 44, 1);
    color: #000000;
    font-weight: bold;
}

.icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 3em;
    height: 3em;
    display: inline-block;
}

    .icon.icon-small {
        width: 1.8em;
        height: 1.8em;
    }

    .icon.icon-upload {
        background-image: url( '../images/icons/upload.svg');
        background-color: #44D62C;
    }

    .icon.icon-info {
        background-image: url( '../images/icons/info.png');
        width: 1em;
        height: 1em;
        background-size: 100%;
    }

    .icon.icon-success {
        background-image: url( '../images/icons/success.svg');
        filter: invert(86%) sepia(21%) saturate(6036%) hue-rotate(57deg) brightness(93%) contrast(85%);
    }

    .icon.icon-error {
        background-image: url( '../images/icons/error.svg');
        filter: invert(61%) sepia(58%) saturate(2169%) hue-rotate(1deg) brightness(111%) contrast(103%);
    }

        .icon.icon-error.icon-error-inactive {
            filter: invert(75%) sepia(11%) saturate(8%) hue-rotate(10deg) brightness(91%) contrast(83%);
        }

    .icon.icon-1-active {
        background-image: url( '../images/icons/1-circle-fill.svg');
        filter: invert(96%) sepia(46%) saturate(5372%) hue-rotate(44deg) brightness(85%) contrast(97%);
    }

    .icon.icon-1-inactive {
        background-image: url( '../images/icons/1-circle-fill.svg');
        filter: invert(83%) sepia(3%) saturate(23%) hue-rotate(44deg) brightness(92%) contrast(89%);
    }

    .icon.icon-2-active {
        background-image: url( '../images/icons/2-circle-fill.svg');
        filter: invert(96%) sepia(46%) saturate(5372%) hue-rotate(44deg) brightness(85%) contrast(97%);
    }

    .icon.icon-2-inactive {
        background-image: url( '../images/icons/2-circle-fill.svg');
        filter: invert(83%) sepia(3%) saturate(23%) hue-rotate(44deg) brightness(92%) contrast(89%);
    }

    .icon.icon-3-active {
        background-image: url( '../images/icons/3-circle-fill.svg');
        filter: invert(96%) sepia(46%) saturate(5372%) hue-rotate(44deg) brightness(85%) contrast(97%);
    }

    .icon.icon-3-inactive {
        background-image: url( '../images/icons/3-circle-fill.svg');
        filter: invert(83%) sepia(3%) saturate(23%) hue-rotate(44deg) brightness(92%) contrast(89%);
    }

    .icon.icon-feedback {
        background-image: url( '../images/icons/feedback.png');
        cursor: pointer;
    }
    .icon.icon-feedback:hover {
        background-image: url( '../images/icons/feedback-hover.png');
    }
    .icon.icon-feedback-check {
        background-image: url( '../images/icons/feedback-check.svg');
        cursor: pointer;
        background-color: black;
        border-radius: 100%;
        position: relative;
        bottom: 1px;
    }
    .icon.icon-feedback-rating-1 {
        background-image: url( '../images/icons/feedback-rating-1.svg');        
        cursor: pointer;
    }
    .icon.icon-feedback-rating-2 {
        background-image: url( '../images/icons/feedback-rating-2.svg');
        cursor: pointer;
    }
    .icon.icon-feedback-rating-3 {
        background-image: url( '../images/icons/feedback-rating-3.svg');
        cursor: pointer;
    }
    .icon.icon-feedback-rating-4 {
        background-image: url( '../images/icons/feedback-rating-4.svg');
        cursor: pointer;
    }
    .icon.icon-feedback-rating-5 {
        background-image: url( '../images/icons/feedback-rating-5.svg');
        cursor: pointer;
    }
    .icon.icon-feedback-rating-1:hover, .feedback-rating-active .icon.icon-feedback-rating-1 {
        filter: invert(42%) sepia(100%) saturate(1843%) hue-rotate(330deg) brightness(103%) contrast(120%);
    }

    .icon.icon-feedback-rating-2:hover, .feedback-rating-active .icon.icon-feedback-rating-2 {
        filter: invert(69%) sepia(50%) saturate(2990%) hue-rotate(360deg) brightness(103%) contrast(106%);
    }

    .icon.icon-feedback-rating-3:hover, .feedback-rating-active .icon.icon-feedback-rating-3 {
        filter: invert(73%) sepia(63%) saturate(3514%) hue-rotate(13deg) brightness(110%) contrast(101%);
    }

    .icon.icon-feedback-rating-4:hover, .feedback-rating-active .icon.icon-feedback-rating-4 {
        filter: invert(69%) sepia(34%) saturate(1376%) hue-rotate(61deg) brightness(98%) contrast(85%);
    }

    .icon.icon-feedback-rating-5:hover, .feedback-rating-active .icon.icon-feedback-rating-5 {
        filter: invert(42%) sepia(100%) saturate(358%) hue-rotate(71deg) brightness(96%) contrast(93%);
    }
.feedback-button:hover .icon.icon-feedback {
    background-image: url( '../images/icons/feedback-hover.png');
}

.float-left {
    float: left !important;
}

.nav.nav-tabs .nav-link.active {
    background-color: transparent;
    border-bottom: 2px solid #44D62C;
}


a.disabled-link {
    pointer-events: none;
    opacity: 0.65;
}

.feedback-form {
    /*display: none !important;*/
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 99;
}

    .feedback-form.active {
        display: block;
    }

    .feedback-form.inactive {
        display: none;
    }

    .feedback-form .list-group-item {
        border: none;
    }

.feedback-remark-container {
    display: none;
}

.feedback-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.feedback-button {
    /*display: none !important;*/
    position: fixed;
    bottom: 0;
    left: 1%;
}
#feedbackToast {
    position: fixed;
    bottom: 15px;
    left: 40%;
    background-color: #44D62C;
    color: #000000;
    width: auto;
}
.feedback-form .feedback-rating li {
    color: #fff;
    z-index: 9;
    text-align: center;
    background-color: #333333;
    padding: 0;
}
    .feedback-form .feedback-rating li p {
        margin: 0;
    }
    .feedback-form .feedback-rating li {
        margin-left: 10px;
    }
    .feedback-form .feedback-rating li:hover {
        cursor: pointer;
    }

    .feedback-form .feedback-rating li.feedback-rating-active {
        background-color: rgba(45,53,60,.075);
    }
.feedback-button i.far, .feedback-button i.fa {
    font-size: 24px;
    vertical-align: middle;
}

.feedback-form .feedback-form-close {
    color: #44D62C;
    font-size: 24px;
}

.feedback-form .feedback-remark-container {
    display: block;
    margin: 0 -23px;
    display: none;
}

.feedback-form .feedback-remark {
    background-color: #000;
    border: none;
    border-radius: unset;
}

    .feedback-form .feedback-remark:focus {
        box-shadow: none;
    }

.feedback-form .card {
    background: #333333;
    border: none;
}

.feedback-form .feedback-submit {
    display: none;
}

.feedback-rating > li > p {
    font-size: 11px;
}

.navbar-item .menu-icon {
    width: 20px;
    height: 20px;
}

.support {
    background: url('../images/icons/support/support.png') no-repeat;
}

    .support:hover {
        background: url("../images/icons/support/support-hover.png") no-repeat;
    }

.new-notification {
    margin-bottom: 0px;
    background: url('../images/icons/notification/new-notification.png') no-repeat;
}

    .new-notification:hover {
        background: url("../images/icons/notification/new-notification-hover.png") no-repeat;
    }

.notification {
    margin-bottom: 0px;
    background: url('../images/icons/notification/notification.png') no-repeat;
}

    .notification:hover {
        background: url("../images/icons/notification/notification-hover.png") no-repeat;
    }

.account {
    margin-bottom: 0px;
    background: url('../images/icons/account/account.png') no-repeat;
}

    .account:hover {
        background: url("../images/icons/account/account-hover.png") no-repeat;
    }

.widget {
    background-color: #333333;
}

    .widget .widget-tooltips {
        cursor: pointer;
        z-index: 9;
        color: #aaaaaa;
        font-size: 14px;
    }

body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available.start-date {
    background: #44d62c;
    color: #000;
}

body .daterangepicker.show-ranges.ltr .ranges ul li.active, body .daterangepicker.show-ranges.rtl .ranges ul li.active {
    color: #44d62c;
    background: none;
}

body .daterangepicker.show-ranges.ltr .ranges ul li:hover, body .daterangepicker.show-ranges.rtl .ranges ul li:hover {
    background: #44d62c;
    color: #000;
}

.dark-mode body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available.in-range {
    background: #333333;
}

.daterangepicker .cancelBtn {
    background: #333333;
    color: #939393;
}

.dark-mode body .daterangepicker .drp-calendar .calendar-table table tbody tr td.available.in-range.active {
    background: #44d62c;
}

body .daterangepicker .drp-calendar.left .calendar-table {
    border: none;
}

body .daterangepicker .drp-calendar .calendar-table {
    border: none;
}

body .daterangepicker .drp-calendar.right, body .daterangepicker.show-ranges.ltr .drp-calendar.left, body .daterangepicker.show-ranges.rtl .drp-calendar.left {
    border-left: 1px solid #191919;
}

.daterangepicker.show-calendar .drp-buttons {
    border: none;
}

body .daterangepicker {
    padding-top: 15px;
}

.menu-payment i {
    margin-bottom: 0px;
    background: url('../images/icons/menu/payment-method.png') no-repeat;
    width: 14px;
    height: 14px;
}

.menu-payment:hover i {
    background: url("../images/icons/menu/payment-method-hover.png") no-repeat;
}

.menu .active i {
    background: url("../images/icons/menu/payment-method-active.png") no-repeat !important;
}

.i-info {
    background-image: url('/images/icons/exclamation-grey.png');
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
}

.i-next-page {
    height: 36px;
    display: inline-block;
    width: 36px;
    margin-top: -8px !important;
    background: url('../images/icons/next.png') no-repeat;
}

    .i-next-page:hover {
        background: url("../images/icons/next-hover.png") no-repeat;
    }


.i-prev-page {
    height: 36px;
    display: inline-block;
    width: 36px;
    margin-top: -8px !important;
    background: url('../images/icons/prev.png') no-repeat;
}

    .i-prev-page:hover {
        background: url("../images/icons/prev-hover.png") no-repeat;
    }

.notyf .notyf__toast {
    border-radius: 6px;
    max-width: 700px;
}

    .notyf .notyf__toast .notyf__wrapper {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .notyf .notyf__toast .notyf__icon {
        display: none;
    }

    .notyf .notyf__toast .notyf__wrapper .notyf__dismiss {
        top: 24%;
        right: 6px;
    }

    .notyf .notyf__toast .notyf__dismiss .notyf__dismiss-btn {
        border-radius: 100%;
        height: 24px;
        width: 24px;
        position: absolute;
    }