/* Scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: #646464 #000000;
}
::-webkit-scrollbar {
    width:6px;
    background-color:#000000;
}
::-webkit-scrollbar:horizontal {
    height:6px;
}
::-webkit-scrollbar-track {
    border:1px #000000 solid;
    border-radius:3px;
    -webkit-box-shadow:0 0 6px #000000 inset;
}
::-webkit-scrollbar-thumb {
    height:30px;
    background-color:#646464;
    border:1px solid #646464;
    border-radius:3px;
}
::-webkit-scrollbar-thumb:hover {
    background-color:#787878;
    border:1px solid #787878;
}
::-webkit-scrollbar-thumb:active {
    background-color:#787878;
    border:1px solid #787878;
}
/* Inputs */
input {
    width: 100%;
    height: 50px;
    padding: 15px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #666666;
    background-color: #000000;
    border-radius: 4px;
    border: 2px solid #2c2c2c;
    font-family: 'Roboto Condensed', sans-serif;
}
input:hover, input:focus, input:active {
    border: 2px solid #464646;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}
/* Input placeholder */
input:-moz-placeholder {
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}
input::-moz-placeholder {
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}
input::-webkit-input-placeholder {
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}
input::-ms-input-placeholder {
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}
input::placeholder {
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}
input:focus:-moz-placeholder {
    visibility: hidden;
}
input:focus::-moz-placeholder {
    visibility: hidden;
}
input:focus::-webkit-input-placeholder {
    visibility: hidden;
}
input:focus:-ms-input-placeholder {
    visibility: hidden;
}
input:focus::-ms-input-placeholder {
    visibility: hidden;
}
input:focus::placeholder {
    visibility: hidden;
}
/* Textarea */
textarea {
    width: 100%;
    padding: 12px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #666666;
    background-color: #000000;
    border-radius: 4px;
    border: 2px solid #2c2c2c;
    font-family: 'Roboto Condensed', sans-serif;
}
textarea:hover, textarea:focus, textarea:active {
    border: 2px solid #464646;
}
/* Textarea placeholder */
textarea:-moz-placeholder {
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}
textarea::-moz-placeholder {
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}
textarea::-webkit-input-placeholder {
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}
textarea:-ms-input-placeholder {
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}
textarea::-ms-input-placeholder {
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}
textarea::placeholder {
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}
textarea:focus:-moz-placeholder {
    visibility: hidden;
}
textarea:focus::-moz-placeholder {
    visibility: hidden;
}
textarea:focus::-webkit-input-placeholder {
    visibility: hidden;
}
textarea:focus:-ms-input-placeholder {
    visibility: hidden;
}
textarea:focus::-ms-input-placeholder {
    visibility: hidden;
}
textarea:focus::placeholder {
    visibility: hidden;
}
/* Select2 */
.select2 {
    display: none;
}
.select2-container {
    min-width: 250px;
    min-height: 50px;
    color: #666666;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    z-index: 10000;
}
.select2-container .select2-selection--single {
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none;
    background-color: #000000;
    border-radius: 4px;
    border: 2px solid #2c2c2c;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    display: block;
    padding-left: 15px;
    padding-right: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
    padding-left: 46px
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 100%;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap
}
.select2-container .select2-search--inline {
    float: left;
    height: 100%;
}
.select2-container .select2-search--inline .select2-search__field {
    height: 100%;
    color: #666666;
    box-sizing: border-box;
    border: none;
    padding: 0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}
.select2-dropdown {
    background-color: #000000;
    border: 2px solid #2c2c2c;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}
.select2-results {
    display: block
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 5px 0
}
.select2-results__option {
    padding: 10px 15px;
    user-select: none;
    -webkit-user-select: none
}
.select2-results__option[aria-selected] {
    cursor: pointer
}
.select2-container--open .select2-dropdown {
    left: 0
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.select2-search--dropdown {
    display: block;
    padding: 0px 5px;
}
.select2-search--dropdown .select2-search__field {
    padding: 10px 5px;
    margin: 10px 0;
    width: 100%;
    color: #666666;
    background: #000000;
    box-sizing: border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}
.select2-search--dropdown.select2-search--hide {
    display: none
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}
.select2-hidden-accessible {
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}
.select2-container--default .select2-selection--single {
    
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #666666
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 2px;
    right: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 100%;
    height: 100%;
    display: block;
    background: url(https://rawcatalog.com/images/icons/form/switch_small.png);
    /* background: url(../../images/icons/form/switch_small.png); */
    background-repeat: no-repeat;
    background-position: center;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.select2-container--default .select2-selection--multiple {
    display: block;
    cursor: text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 10px;
    width: 100%;
    min-height: 46px;
    background-color: #000000;
    border-radius: 4px;
    border: 2px solid #2c2c2c;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.select2.select2-container:hover .select2-selection--single,
.select2.select2-container:focus .select2-selection--single, 
.select2.select2-container:active .select2-selection--single,
.select2.select2-container:hover .select2-selection--multiple .select2-selection__rendered, 
.select2.select2-container:focus .select2-selection--multiple .select2-selection__rendered, 
.select2.select2-container:active .select2-selection--multiple .select2-selection__rendered {
    border: 2px solid #464646;
}
.select2-container--default .select2-selection--multiple:hover .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #d30017;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    background: #d30017;
    border-color: #d30017;
    border-radius: 10px;
    cursor: default;
    float: left;
    padding: 3px 8px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    padding: 2px 2px 2px 5px;
    float: right;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #ffffff
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    outline: 0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid #2c2c2c;
}
.select2-container--default .select2-search--inline .select2-search__field {
    height: 46px;
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}
.select2-container--default .select2-results__option[role=group] {
    padding: 0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}
.select2-container--default .select2-results__option[aria-selected=true] {
    color: #ffffff;
    font-weight: bold;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #ffffff;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}
/* Checkbox2 */
.checkbox2 {
    height: 50px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.checkbox2 input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox2 .checkbox--text {
    height: 50px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #666666;
    position: relative;
    padding: 0 0 0 70px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.checkbox2 .checkbox--text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    background: #000000;
    border-radius: 4px;
    border: 2px solid #2c2c2c;
}
.checkbox2 .checkbox--text:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    border-radius: 4px;
    transition: .2s;
}
.checkbox2 input:checked + .checkbox--text:before {
    background-image: url(../../images/home/icons/check.png);
    background-position: center;
    background-repeat: no-repeat;
}
.checkbox2 input:checked + .checkbox--text:after {
    left: 0px;
}
.checkbox2 input:focus + .checkbox--text:before {
    
}
/* Table */
table {
    width: 100%;
    font-size: 18px;
    line-height: 18px;
}
table thead {
    font-weight: bold;
    color: #ffffff;
    background: #161616;
    border-bottom: 1px solid #343434;
}
table thead tr th {
    padding: 20px 0;
}
table thead tr th:first-child {
    padding-left: 30px;
}
table thead tr th:last-child {
    padding-right: 30px;
}
table tbody {
    color: #666666;
}
table tbody tr {
    background: #101010;
    -moz-transition: color 0.1s ease-out 0ms;
    -o-transition: color 0.1s ease-out 0ms;
    -webkit-transition: color 0.1s ease-out 0ms;
    transition: color 0.1s ease-out 0ms;
}
table tbody tr:hover {
    color: #ffffff;
}
table tbody tr a {
    color: #666666;
}
table tbody tr:hover a {
    color: #ffffff;
}
table tbody tr:nth-child(2n) {
    background: #161616;
}
table tbody tr td {
    padding: 10px 10px 10px 0px;
}
table tbody tr td:first-child {
    padding-left: 30px;
}
table tbody tr td:last-child {
    padding-right: 30px;
}