*,
*:before,
*:after {
    box-sizing: inherit;
}

input,
textarea {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.datepicker-panel ul li::before {
    display: none;
}

.benefits_area,
.page_content:not(.single_sidebar):not(.double_sidebar) {
    -webkit-transform: unset !important;
    transform: unset !important;
}

.irffiledownload {
    display: flex;
    align-items: center;
}

select[multiple] {
    border: 0;
    border-radius: 0;
    background-color: rgba(238, 238, 238, 1);
    /* height: 45px; */
    line-height: 45px;
}

input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
input[type="file"],
input[type="number"] {
    display: block;
    width: calc(100% - 0px);
}

.value_items {
    margin-bottom: 30px;
}

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

select:not(.ui-datepicker-month):not(.ui-datepicker-year) {
    display: block;
    width: 100%;
}

select[multiple] {
    padding: 10px 15px;
    height: auto;
    min-height: 200px;
}

select[multiple] option {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 21px;
}

/*
label.error {
    display: none;
    color: #d90036;
} */

/* .errorbox{
    display: block;
    margin: 10px;
} */

#warning {
    display: none;
    background: #d90036;
    padding: 10px 15px;
    width: calc(100% - 0px);
    color: #fff;
    margin-top: 30px;
}

fieldset.radio_fieldset {
    display: flex;
}

/* The Radio Button container */
.customradio {
    position: relative;
    padding: 0 20px 0 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
}

/* Hide the browser's default radio button */
.customradio input {
    position: absolute;
    opacity: 0;
    left: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.customradio .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 50%;
}

td.customradio {
    text-align: center;
}

td.customradio .checkmark {
    position: relative;
    display: inline-block;
}

/* On mouse-over, add a grey background color */
.customradio:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a background */
.customradio input:checked~.checkmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.customradio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
    top: 1.5px;
    left: 1.5px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #0093d9;
}

td.customradio .checkmark:after {
    width: 15px;
    height: 15px;
}

.customradio label {
    line-height: 1;
}

input.uk-button::placeholder {
    opacity: 1;
}

a.qbutton.default {
    -webkit-box-sizing: inherit !important;
    -moz-box-sizing: inherit !important;
    box-sizing: inherit !important;
}

a.qbutton.submitlink.default {
    border: 1px solid #fff;
    color: #000;
    background-color: #fff !important;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    padding: 0 23px;
    transition: color .1s linear, background-color .1s linear, border-color .1s linear;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: 500;
    text-align: center;
    -webkit-box-sizing: inherit !important;
    -moz-box-sizing: inherit !important;
    box-sizing: inherit !important;
}

a.qbutton.submitlink.default:hover {
    border-color: #00a1ce !important;
}

/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 5px;
}

/* The actual popup */
.popup .text {
    visibility: hidden;
    width: 300px;
    background-color: #1a1b23;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    top: 125%;
    left: 50%;
    margin-left: -150px;
}

/* Popup arrow */
.popup .text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #1a1b23 transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.value_nbr {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-weight: 600;
}

.qbutton.value_btn {
    padding: unset;
    text-align: center;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qbutton.value_btn i {
    margin: 0;
}


.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background: unset !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: none;
}

.ui-datepicker .ui-datepicker-next {
    right: -5px;
    top: 6px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 10px;
    top: 6px;
}

.ui-datepicker-next.ui-corner-all::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #fff;
}

.ui-datepicker-prev.ui-corner-all::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    color: #fff;
}

.ui-datepicker-next.ui-corner-all:hover::after,
.ui-datepicker-prev.ui-corner-all:hover::after {
    color: #00a1ce;
}

.data_overview .uk-table tbody tr td {
    border: 1px solid;
    vertical-align: middle;
}

.dataTables_wrapper {
    overflow-x: scroll;
    padding-bottom: 10px;
}

/* Modal */

.ui-dialog {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 80% !important;
    max-width: 80% !important;
    height: 80%;
    max-height: 80vh !important;
    overflow-y: auto !important;
    z-index: 99999;
    background: #555557 !important;
}

.ui-dialog-titlebar {
    background: none !important;
    border: none !important;
    margin-top: 10px !important;
}

.ui-dialog-titlebar .ui-dialog-title {
    display: none !important;
}

#myDialog {
    width: 100% !important;
    overflow-x: hidden;
    box-sizing: border-box;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
    font-family: 'Roboto';
    font-size: 16px;
}

.ui-widget-overlay {
    background: #000000;
    opacity: .6;
    filter: Alpha(Opacity=30);
}

.ui-widget-content {
  color: #ffffff;
}

.ui-dialog-buttonpane {
    display: none !important;
}

#myDialog .uk-form-label {
    color: #fff;
    font-family: 'Allerta';
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea{
    font-family: 'Roboto';
    font-size: 16px;
}

.ui-widget input.uk-button,
.ui-widget button {
    font-family: 'Montserrat';
    font-size: 16px;
}

#myDialog .uk-button-default {
    color: #ffffff;
}

#myDialog .uk-table-small td,
#myDialog .uk-table-small th {
    /* background: #f8f8f8; */
}

.ui-dialog .uk-tile-muted {
    /* background-color: #f8f8f8 !important; */
}

.ui-dialog-titlebar-close {
    font-size: 0 !important;
    margin-right: 10px !important;
    /* background: #f8f8f8; */
    border: none;
    border-radius: 0px !important;
}

.ui-button-icon-only .ui-icon {
    margin-left: -8px !important;
    margin-top: -8px !important;
}


@media screen and (min-width:1400px) {

    /* Hide scrollbar for Chrome, Safari and Opera */
    .dataTables_wrapper::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .dataTables_wrapper {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }
}


@media screen and (max-width:959px) {
    .data_overview .uk-table tbody tr td {
        text-align: left !important;
    }

    .data_overview .uk-table tbody tr {
        margin-bottom: 20px;
    }

    .data_overview .uk-table tbody tr td:empty,
    .data_overview .uk-table tbody tr td.hide_mobile {
        display: none;
    }
}

@media screen and (min-width:960px) {
    .data_overview .uk-table tbody tr>td:first-child {
        border-left: 0px;
    }

    .data_overview .uk-table tbody tr>td:last-child {
        border-right: 0px;
    }
}