/* Your custom styles */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800');

body {
    background-color: #eff2f5 !important;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

html {
    height: 100%;
}

.main-container {
    min-height: 94%;
    padding: 90px 30px 15px;
}

footer {
    padding: 10px 15px;
    font-size: 16px;
    color: #698ab1;
    font-weight: 600;
}

footer .logo {
    width: 30px;
}

button:focus,
a:focus,
a:hover,
.btn.focus,
.btn:focus {
    text-decoration: none;
    outline: none !important;
    box-shadow: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff !important;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #fff !important;
    cursor: no-drop;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::after,
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::after {
    cursor: no-drop;
}

.custom-control-input:disabled ~ .custom-control-label::before {
    opacity: .8;
    cursor: no-drop;
}

.custom-control-input:disabled:checked ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
    opacity: .8;
    cursor: no-drop;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    border: 2px solid #E83646 !important;
}

/* .custom-radio .custom-control-label::before {
    background-color: #fff;
    border: 1.5px solid #e83646;
} */

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none !important;
    content: '\f111' !important;
    display: block !important;
    font-family: Fontawesome !important;
    width: 15px !important;
    height: 15px !important;
    line-height: 15.5px !important;
    font-size: 9px !important;
    color: #e83646 !important;
    text-align: center !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: transparent !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    content: '\2713';
    background-image: none;
    display: block !important;
    font-family: Fontawesome !important;
    width: 15px !important;
    height: 15px !important;
    font-size: 28px !important;
    color: #e83646 !important;
    text-align: center !important;
    line-height: 15px !important;
    font-weight: 600;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

#options_list .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
#others_options_list .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    color: #402f04 !important;
}

.login {
    position: relative;
    height: 100%;
    background: url(/images/login-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 10% 0 0;
}

.login:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 50;
}

.login .login-img {
    position: relative;
    background: url(/images/login-logo-bg.jpg) center no-repeat;
    background-size: cover;
}

.login .login-img img {
    display: block;
    position: relative;
    width: 150px;
    left: 42%;
    top: 36%;
}

.login .card {
    padding: 0px;
    box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.1);
    z-index: 100;
    border-radius: 10px;
}

.login .form-group {
    padding-right: 15px;
}

.login .title {
    font-size: 24px;
    text-transform: capitalize;
    margin: 60px 0px 60px;
    color: #000;
    text-align: center;
    font-weight: 600;
}

.login .title:after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: #e83646;
    margin: 10px auto 0;
}

.login .title small {
    color: #777;
}

.login .card label {
    font-size: 15px;
    font-weight: 400;
    color: #666;
}

.login .card .form-control {
    box-shadow: none;
    font-size: 18px;
    color: #000;
}

.login .card a {
    display: block;
    padding-right: 15px;
    color: #333;
}

input:autofill,
textarea:autofill,
select:autofill,
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: rgba(255, 255, 255, 1) !important;
}

.dashboard {
    padding: 0 15px;
}

.form-group label, .md-form label {
    font-weight: 600;
}

.navbar.fixed-top {
    background-color: #fff;
    box-shadow: 20px 0px 10px 2px rgba(0, 0, 0, 0.2);
}

.navbar.fixed-top .navbar-brand {
    padding: 0px;
}

.navbar.fixed-top .navbar-brand img {
    height: 40px;
}

.eurovent-logo img {
    height: 50px !important;
}

.navbar.fixed-top .btn-collapse {
    background-color: #E83646;
    color: #fff;
    margin: 0px 15px 0px 0px;
}

.navbar.fixed-top .navbar-text {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar.fixed-top .nav-item {
    position: relative;
}

.navbar.fixed-top .nav-item a {
    font-size: 16px;
    color: #72879c;
}

.navbar.fixed-top .nav-item a:hover {
    text-decoration: none;
    color: #000;
}

.navbar.fixed-top .nav-item a small {
    display: block;
    font-weight: 600;
    font-size: 70%;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.navbar.fixed-top .nav-item .dropdown-toggle::after {
    position: absolute;
    top: 20px;
    right: -6px;
}

.navbar.fixed-top .dropdown-menu {
    left: auto;
    right: 0;
    padding: 0px;
}

.navbar.fixed-top .dropdown-menu .dropdown-item {
    padding: 10px;
}

.navbar.fixed-top .dropdown-menu .dropdown-item .fa {
    margin-right: 5px;
}

#navbarSupportedContent {
    width: 100%;
}

.side-nav {
    position: fixed;
    top: 0px;
    right: 0;
    left: -250px;
    bottom: 0;
    max-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-align: start;
    align-items: flex-start;
    background-color: #fff;
    padding: 15px 0px;
    z-index: 1400;
    transition: all .4s;
}

.side-nav.active {
    transition: all .4s;
    box-shadow: 0px 20px 10px 2px rgba(0, 0, 0, 0.2);
    left: -15px;
}

.side-nav .nav-logo {
    display: block !important;
    width: 150px !important;
    margin: 0 auto 20px !important;
}

.side-nav ul {
    display: block;
    width: 100%;
}

.side-nav .nav-item a {
    display: block;
    line-height: 50px;
    padding: 0px 15px 0px 30px;
    font-size: 16px;
    color: #333;
    position: relative;
    cursor: pointer;
}

.side-nav .nav-item a:hover,
.side-nav .nav-item a:focus,
.side-nav .nav-item a.active {
    text-decoration: none;
    background-color: rgba(227, 5, 24, 0.19);
    color: #E83646;
}

.side-nav .nav-item a.active:after,
.side-nav .nav-item a:hover:after {
    content: '';
    display: block;
    width: 5px;
    background-color: #E83646;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.side-nav .nav-item a .fa {
    width: 25px;
    font-size: 16px;
    text-align: left;
}

.side-nav .drp-menu {
    background-color: #eff2f5;
    height: 0px;
    transition: ease-in .4s !important;
    overflow: hidden;
}

.side-nav .drp-item .fa-angle-down {
    position: absolute;
    width: auto;
    right: 10px;
    top: 20px;
}

.side-nav .drp-menu.active {
    height: auto;
    transition: ease-in .4s !important;
}

.side-nav .drp-menu ul {
    padding: 0px;
    list-style: none;
}

.side-nav .drp-menu li a:before {
    content: "\f101";
    display: inline-block;
    font-family: fontawesome;
    font-size: 16px;
    margin-right: 5px;
}

.side-nav .drp-menu li a {
    line-height: 40px;
    padding: 0px 15px 0 30px;
}

.side-nav .drp-menu li a.active {
    background-color: transparent;
}

.side-nav .drp-menu li a.active::after {
    display: none;
}

.main-top {
    margin-bottom: 30px;
}

.title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin: 0px;
    padding: 0px;
}

.btn.disabled,
.btn:disabled {
    cursor: no-drop;
}

.btn-create {
    background-color: #fff;
    color: #e83646;
    border-color: #e83646;
    padding: 0px 20px;
    line-height: 38px;
    height: 40px;
    border-radius: 20px;
    margin: 0px 5px;
    font-size: 15px;
    text-transform: uppercase;
}

.text-red {
    color: #e83646;
}

.btn-create:hover,
.btn-create:focus {
    background-color: #e83646;
    color: #fff;
}

.btn-danger {
    background-color: #E83646;
    color: #fff !important;
    border-color: #E83646;
    padding: 0px 20px;
    line-height: 38px;
    height: 40px;
    border-radius: 20px;
    margin: 0px 5px;
    font-size: 15px;
    text-transform: uppercase;
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: #fff !important;
    color: #E83646 !important;
    box-shadow: none !important;
}

.btn-danger-o {
    background-color: #fff;
    color: #E83646 !important;
    border-color: #E83646;
    padding: 0px 20px;
    line-height: 38px;
    height: 40px;
    border-radius: 20px;
    margin: 0px 5px;
    font-size: 15px;
    text-transform: uppercase;
}

.btn-danger-o:hover,
.btn-danger-o:focus {
    background-color: #E83646 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.dashboard .card {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    padding: 0px;
    box-shadow: 0px 0px 16px 1px rgba(24, 145, 204, 0.2);
    z-index: 100;
}

.dashboard .card .fa-lr {
    font-size: 30px;
    color: #fff;
    height: 100px;
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    line-height: 100px;
    background-color: #E83646;
}

.dashboard .card .fa:before {
    opacity: .7;
}

.dashboard .card a:hover {
    text-decoration: none;
}

.dashboard .card h3 {
    font-size: 36px;
    padding: 10px;
    color: #000;
    margin: 0px 0px 5px;
}

.dashboard .main-top .form-control {
    border: 1px solid #e83646;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.dashboard .main-top .form-control[type=number]::-webkit-inner-spin-button,
.dashboard .main-top .form-control[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.dashboard .main-top .form-control[type=number] {
    -moz-appearance: textfield;
}

.dashboard .main-top .input-group .btn-danger {
    margin: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.dashboard .main-top .input-group::after {
    display: none;
}

.dwl .icon {
    position: relative;
    text-align: center;
    background-color: #e83646;
}

.dwl .icon img {
    display: inline-block;
    width: 25%;
    margin: 30px auto;
    z-index: 100;
}

.dwl h4 {
    font-size: 16px;
    padding: 30px 10px;
    color: #000;
    text-align: center;
    margin: 0px 0px;
}

.dwl .ic-dwl {
    position: absolute;
    background-color: #333;
    left: 0;
    right: 0;
    bottom: -81px;
    transition: all .4s;
}

.dwl .ic-dwl a {
    display: block;
    height: 81px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 81px;
    vertical-align: middle;
}

.dwl .ic-dwl a .fa {
    line-height: 81px;
    color: #fff;
}

.dwl .card {
    cursor: auto;
}

.dwl .card:hover .ic-dwl {
    bottom: 0px;
}

.pad-l-0 {
    padding-left: 0;
}

.walk {
    width: 100%;
    min-height: 320px;
    border: none;
    box-shadow: none;
}

.dashboard .card label,
.dashboard .card span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #999;
    text-transform: uppercase;
    cursor: pointer;
}

.dashboard .card .cr {
    position: absolute;
    top: 0;
    right: -60px;
    bottom: 0;
    overflow: hidden;
    transition: all .4s;
    cursor: pointer;
    background-color: #866164;
    z-index: 300;
}

.dashboard .card:hover .cr {
    right: 0;
}

.dashboard .card .cr .fa {
    width: 60px;
    border-radius: 5px;
    background-color: transparent;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 100px;
}

.dashboard .charts .card {
    padding: 15px;
}

.dashboard .charts .card .title {
    margin: 0px 0px 30px;
}

.dashboard .charts .chart {
    width: 100%;
}

.carousel {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 16px 1px rgba(24, 145, 204, 0.2);
}

.carousel-indicators li {
    background-color: #e83646;
    opacity: .5;
}

.carousel-indicators li.active {
    background-color: #e83646;
    opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e83646;
    background-size: 50% 50%;
}

.carousel-caption {
    bottom: 60px;
    top: 5%;
    left: 10%;
    right: 50%;
    padding: 5px;
    background-color: #fff;
    color: #444;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 16px 1px rgba(24, 145, 204, 0.2);
}

.carousel-caption h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0px 0px 15px;
    padding: 15px;
    color: #000;
}

.carousel-caption h4:after {
    content: '';
    position: relative;
    display: block;
    width: 100px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #e83646;
    margin: 5px auto 0;
}

.carousel-caption .carousel-control-next,
.carousel-control-prev {
    width: 6%;
}

.dashboard .charts .card {
    padding: 15px;
}

.dashboard .charts .card .title {
    margin: 0px 0px 30px;
}

.dashboard .charts .chart {
    width: 100%;
}

.modal-open .modal {
    background: rgba(255, 255, 255, .9);
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.modal.fade.show .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

.createModal .modal-content {
    border: none;
    border-radius: 5px;
    box-shadow: 10px 10px 60px -25px;
}

.createModal .modal-body {
    padding: 30px;
}

.createModal .modal-header {
    background: none !important;
    background-color: #E83646 !important;
    text-align: center;
    text-transform: uppercase;
    border: none;
}

.createModal .modal-header .modal-title {
    font-size: 16px;
    font-weight: 600;
    flex: 1;
    color: #fff;
}

.form-control,
.custom-select {
    height: 40px !important;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid;
    border-color: #d0d9e2;
    transition: all .5s;
}

.custom-select:disabled {
    background-image: none;
    background-color: #fff;
}

.input-group-append .btn {
    border-radius: 0px;
}

.form-control.bordered,
.custom-select.bordered {
    border: 1px solid #d0d9e2;
}

textarea.form-control {
    height: auto;
}

.form-control:focus,
.custom-select:focus {
    box-shadow: none;
    border-color: #E83646;
}

.form-control[disabled],
.custom-select[disabled] {
    pointer-events: none;
    background-color: #fff;
}

.input-group-text {
    display: inline-block;
    font-size: 15px;
    width: 40px;
    padding: 0px 5px;
    text-align: center;
    line-height: 38px;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid;
    border-color: #d0d9e2;
    color: #a4aeb7;
    border-radius: 0px;
}

.form-group,
.md-form {
    margin-bottom: 15px;
}

.input-group {
    position: relative;
}

.input-group:after {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 1px;
    background-color: #E83646;
    bottom: 0;
    left: 50%;
    z-index: 100;
    transition: all .4s;
}

.input-group.active:after {
    width: 100%;
    left: 0;
}

form .btn-save {
    margin: 30px 0px 0px;
}

.btn-save {
    background-color: #485158;
    border-color: #485158;
    color: #fff !important;
    padding: 0px 20px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
}

.btn-save:hover {
    background-color: #fff;
    color: #485158 !important;
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff !important;
    padding: 0px 20px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
}

.btn-success:hover {
    background-color: #fff;
    color: #28a745 !important;
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #fff !important;
    padding: 0px 20px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
}

.btn-warning:hover {
    background-color: #fff;
    color: #ffc107 !important;
}

.btn-maroon {
    background-color: #BC1515;
    border-color: #BC1515;
    color: #fff !important;
    padding: 0px 20px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
}

.btn-maroon:hover {
    background-color: #fff;
    color: #BC1515 !important;
}

.btn-save-o {
    background-color: #fff;
    border-color: #485158;
    color: #485158 !important;
    padding: 0px 20px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
}

.btn-save-o:hover {
    background-color: #485158;
    color: #fff !important;
}

.chosen-container {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1% !important;
}

.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    background: none;
    height: 40px;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid;
    border-color: #d0d9e2;
}

.chosen-container-single .chosen-single span {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.chosen-container-single .chosen-single div b:before {
    content: "\f078";
    display: block;
    font-family: fontawesome;
    line-height: 40px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b:before {
    content: "\f077";
}

.chosen-container-single .chosen-search input[type="text"] {
    height: 40px;
    border-radius: 0px;
    box-shadow: 0px;
    background: #fff;
}

.chosen-container .chosen-drop {
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 15px 0px 0px;
    margin-top: 1px;
}

.chosen-container .chosen-results li.active-result {
    padding: 15px 10px;
    font-size: 16px;
}

.chosen-container .chosen-results li.active-result.highlighted {
    background: #fff;
    color: red;
}

.chosen-container .chosen-results li.no-results {
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

.modal .collapse .card-body {
    border: 1px solid #d0d9e2;
}

.table {
    background-color: #fff;
    border-color: #d8e0e8;
}

.table.dataTable {
    border-collapse: collapse !important;
}

.dataTables_wrapper {
    padding-top: 10px;
}

div.dataTables_wrapper div.dataTables_filter input {
    display: block !important;
    width: 100% !important;
}

#config_data_table td a {
    color: #222;
    text-decoration: underline;
}

#config_data_table td a:hover {
    color: #e83646;
}

.table thead th {
    background-color: #72879c;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-bottom-width: 1px;
    border-color: #d8e0e8;
}

.table td {
    padding: 8px 10px;
    vertical-align: middle;
    border-color: #d8e0e8;
}

.table td#model_price {
    font-family: Arial;
}

.table tr:hover td {
    background-color: #eff2f5;
}

.btn-open {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    background-color: #607d8b;
    border-color: #607d8b;
    border-radius: 20px;
    padding: 0px 20px;
    color: #fff;
    font-size: 16px;
}

.btn-open:hover {
    background-color: #fff;
    color: #607d8b;
}

.btn-open:focus {
    outline: none;
    box-shadow: none;
}

.card {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    border: none;
    overflow: hidden;
    border-radius: 5px;
}

.config-dt .card,
.modal_desc .card {
    margin-bottom: 40px;
    overflow: visible;
}

.config-dt .card .card-header {
    display: inline-block;
    width: 300px;
    margin: -35px 0px 20px 0px;
    background-color: #fff;
    color: #e83646;
    border: none;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
}

.modal_desc .card .card-header {
    display: inline-block;
    width: 200px;
    margin: -35px 0px 20px 0px;
    background-color: #e83646;
    color: #fff;
}

.card .card-header {
    display: inline-block;
    width: 200px;
    margin: -35px 0px 20px 0px;
    background-color: #e83646;
    color: #fff;
}

.series .card {
    overflow: hidden;
}

.series .card:hover {
    box-shadow: 0px 0px 25px 1px rgba(24, 145, 204, 0.2);
}

.series .card h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
    margin: 0px -15px -15px;
    background-color: #E83646;
}

.series .card-lb {
    position: absolute;
    transform: rotate(-45deg);
    left: -32px;
    top: 24px;
    background-color: #E83646;
    color: #fff;
    font-size: 13px;
    padding: 5px 25px;
}

.series .seriesImg {
    display: block;
    margin: 0 auto;
    height: 15em;
    width: auto;
    max-width: 100%;
}

#selectModel .title {
    margin-bottom: 10px;
}

.bottom-sheet {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    height: 0%;
    background-color: #fff;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all .4s;
}

.bottom-sheet.active {
    height: calc(100% - 80px);
    padding: 30px;
    box-shadow: 0px 0px 25px 1px rgba(24, 145, 204, 0.2);
    z-index: 1200;
}

.sheet-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: -15px -15px 15px;
    padding: 15px;
    color: #000;
}

.sheet-title:after {
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    border-radius: 3px;
    background-color: #E83646;
    margin: 10px auto 0;
}

#preloader {
    background-color: rgba(255, 255, 255, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    overflow: hidden;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: #2D98DE;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: #FDA543;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: #E83646;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#Pagepreloader {
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    overflow: hidden;
}

#Pagepreloader #Ploader {
    position: relative;
    display: block;
    text-align: center;
    top: 45%;
    color: #e83646;
}

#Pagepreloader #Ploader .fa:first-child {
    display: inline-block;
    font-size: 5em;
    color: #e83646;
}

#Pagepreloader #Ploader .fa:nth-child(2) {
    position: relative;
    display: inline-block;
    font-size: 4em;
    right: 9px;
    bottom: -3px;
    color: #e83646;
}

#Pagepreloader #Ploader .fa:last-child {
    position: relative;
    display: inline-block;
    font-size: 4em;
    right: 75px;
    bottom: -51px;
    color: #e83646;
}

.fa-spin-reverse {
    -webkit-animation: fa-spin-reverse 2s infinite linear;
    animation: fa-spin-reverse 2s infinite linear;
}

@-webkit-keyframes fa-spin-reverse {
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin-reverse {
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.noUi-tooltip {
    display: block;
    border-radius: 30px;
    padding: 5px 10px;
    width: 90px;
    height: 30px;
    border-radius: 15px;
    background-color: #E83646;
    border: none;
    color: #fff;
    font-size: 15px;
    transform: translate(-50%, -50%) !important;
}

.noUi-active .noUi-tooltip {
    display: block !important;
    transform: translate(-50%, -50%) !important;
}

.noUi-handle {
    width: 0px !important;
    height: 0px !important;
    border-radius: 2px;
    top: -16px !important;
    right: -10px !important;
    border: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #E83646;
    background: transparent;
    cursor: pointer;
    box-shadow: none;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}

.noUi-handle:focus {
    outline: none;
}

.noUi-pips-horizontal {
    padding: 8px 0px;
}

.noUi-horizontal {
    height: 6px;
    border-radius: 3px;
    background: #eee !important;
    border: none;
}

.noUi-connect {
    background: #E83646 !important;
    border-radius: 5px;
}

#selectModel .custom-control-inline {
    flex: 1;
    justify-content: left;
}

.btn-radio {
    background-color: #fff;
    border: 1px solid #E83646;
    padding: 0px 15px;
    color: #E83646;
    line-height: 40px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.btn-radio.active {
    background-color: #E83646;
    color: #fff;
}

.btn-radio input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-radio.focus {
    box-shadow: none !important;
}

.custom-control-label {
    cursor: pointer;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #72879c;
    border-color: #72879c;
}

.page-item .page-link {
    color: #72879c;
}

.page-item.active .page-link:focus {
    box-shadow: none;
}

.modal_desc .prdImage {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 60px auto 0;
}

.dropdown-menu {
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-menu .dropdown-item {
    font-size: 15px;
    color: #333;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #fff;
    color: #000;
}

@media print {
    .d-print-block {
        padding: 30px !important;
        background-color: #f4f4f4 !important;
    }

    .print-title {
        font-size: 18px;
        text-align: center;
        margin: 30px 0px 20px;
        padding: 0px;
        color: #E83646;
    }

    .printImg {
        background-color: #f5f5f5;
        padding: 15px;
    }

    .printImg img {
        display: block;
        width: 60%;
        margin: 0px auto;
    }

    .d-print-block .table {
        max-width: 100%;
    }
}

.ahuInput .card {
    padding: 30px;
    overflow: visible;
}

.ahuInput .card .form-group {
    padding: 0px 15px;
}

.compImg {
    display: block;
    margin: 0 auto;
    height: 200px;
    width: auto;
    max-width: 100%;
}

#modulesInput {
    padding: 15px 30px;
    margin-top: 30px;
}

#modulesInput .custom-select {
    margin-bottom: 15px;
}

#modulesInput .form-control[disabled],
#main_tabs .form-control[disabled] {
    background-color: #fff;
    border-color: #fff;
}

#modulesInput .full-module .tile {
    padding: 15px;
    border: 1px solid #eee;
}

#modulesInput .full-module .tile label {
    font-size: 14px;
}

#model_info {
    overflow: visible;
}

#model_info .form-group {
    margin-bottom: 15px;
}

#model_info label,
#main_tabs label {
    font-weight: 600;
}

#model_info label.custom-control-label {
    font-weight: 400;
}

#model_info .custom-control-inline,
.d-flex .custom-control-inline {
    flex: 1;
    justify-content: left;
}

.nav-tabs {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    margin-bottom: 3px;
    position: relative;
}

.nav-tabs .nav-link {
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #929292;
    padding: 0px 15px;
    line-height: 60px;
    height: 65px;
    position: relative;
}

#main_tabs .nav-tabs .nav-link.active {
    border: none;
    color: #E83646;
}

.noSliderTab .nav-tabs .nav-link.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 3px;
    background-color: #E83646;
}

.nav-tabs .nav-link.disabled {
    cursor: no-drop;
}

#sub_categories_tabs .nav-tabs .nav-link.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 3px;
    background-color: #E83646;
}

.nav-tabs .slider {
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background-color: #E83646;
    position: absolute;
    z-index: 1000;
    bottom: 0;
    transition: all .4s linear;
}

#main_tabs .tab-pane .noUi-horizontal {
    margin: 20px 30px 50px;
}

#main_tabs .tab-pane .noUi-horizontal .noUi-tooltip {
    display: none;
}

.bordered-parent .row {
    padding: 15px 0;
}

.bordered-parent [class*="col"]:nth-child(even) .row {
    border-bottom: 2px solid #eff2f5;
}

.bordered-parent [class*="col"]:nth-child(odd) .row {
    border-bottom: 2px solid #eff2f5;
    border-right: 2px solid #eff2f5;
}

.bordered-parent [class*="col"]:nth-last-child(2) .row,
.bordered-parent [class*="col"]:last-child .row {
    border-bottom: none;
    margin-bottom: 15px;
}

.tab-pane {
    border: none;
}

.table .uni {
    font-weight: 600;
    float: right;
}

.table .dim {
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #9a9a9a;
    float: right;
    width: 90px;
    text-align: right;
}

.table label {
    display: block;
}

.output_type .table td {
    padding: 15px 10px;
}

.table-title {
    margin: 0px;
    padding: 20px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
}

.table-title:before {
    content: '';
    display: block;
    width: 4px;
    height: 30px;
    border-radius: 2px;
    background-color: #E83646;
    position: absolute;
    left: 0;
}

#sub_categories_tabs .tile {
    padding: 15px;
    border: 1px solid #d8e0e8;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 5px;
}

#sub_categories_tabs .tile:hover {
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}

.tile.highlight,
.tile.highlight:hover {
    box-shadow: 0px 0px 4px 2px rgba(232, 54, 70, 0.72) !important;
}

#sub_categories_tabs .table thead th {
    background-color: #fff;
    color: #333;
    font-weight: 600;
}

#sub_categories_tabs .tile .custom-control-label {
    font-weight: 400;
}

#invoice,
#other_options_table {
    position: relative;
    margin: 25px 0;
    background-color: #fffaed;
}

.product-table td,
.product-table th {
    border: none;
    border-bottom: 1px solid #ece4cf;
    padding: 15px 20px;
}

.product-table th {
    border-bottom: none;
    font-weight: 600;
    color: #402f04;
}

.product-table td {
    color: #402f04;
    font-weight: 600;
}

.product-table tr:hover td {
    background-color: #ece4cf;
}

.product-table td small {
    display: inline-block;
    color: #c5af73;
    margin-left: 5px;
    text-transform: capitalize;
}

.product-table:before {
    content: " ";
    display: block;
    background: linear-gradient(-45deg, #fffaed 16px, red 16px, blue 16px, transparent 0), linear-gradient(45deg, #fffaed 16px, transparent 0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 14px 30px;
    height: 20px;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 0;
}

.product-table:after {
    content: " ";
    display: block;
    background: linear-gradient(-45deg, transparent 16px, #fffaed 0), linear-gradient(45deg, transparent 16px, #fffaed 0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 14px 30px;
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
}

#options_list_toggle.show,
#options_list_toggle1.show {
    display: contents;
}

#options_list tr[data-toggle="collapse"] td {
    cursor: pointer;
}

#options_list tr[data-toggle="collapse"] td label {
    display: block;
    cursor: pointer;
}

#options_list tr[aria-expanded="false"] td label:before {
    content: '\f067';
    display: inline-block;
    font-family: fontawesome;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

#options_list tr[aria-expanded="true"] td label:before {
    content: '\f068';
    display: inline-block;
    font-family: fontawesome;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.toggler .btn-toggle {
    display: inline-block;
    margin: 0 8px;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
    vertical-align: middle;
}

.toggler .btn-toggle:focus,
.toggler .btn-toggle.focus,
.toggler .btn-toggle:focus.active,
.toggler .btn-toggle.focus.active {
    outline: none;
    box-shadow: none;
}

.toggler .btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left .25s;
}

.toggler .btn-toggle.active {
    transition: background-color 0.25s;
}

.toggler .btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left .25s;
}

.toggler .btn-toggle.active {
    background-color: #E83646;
}

.toggler {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    line-height: 20px;
}

.toggler span {
    display: inline-block;
    position: relative;
}

.toggleSwitch .switch {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 1.5rem;
    vertical-align: middle;
    margin: 0 5px;
}

.toggleSwitch .switch input {
    display: none;
}

.toggleSwitch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggleSwitch .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggleSwitch input:checked + .slider {
    background-color: #e83646;
}

.toggleSwitch input:focus + .slider {
    box-shadow: 0 0 1px #e83646;
}

.toggleSwitch input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* Rounded sliders */

.toggleSwitch .slider.round {
    border-radius: 34px;
}

.toggleSwitch .slider.round:before {
    border-radius: 50%;
}

.datepicker.dropdown-menu {
    max-height: 100%;
    overflow: hidden;
    border: none;
    box-shadow: 0px 0px 10px 3px rgba(54, 136, 232, 0.16);
    padding: 0px;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active,
.datepicker table tr td span.focused,
.datepicker table tr td span:hover,
.datepicker table tr td.active.active:hover {
    color: #fff;
    background-color: #e83646;
    border-color: #e83646;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover {
    border-color: #e83646;
    color: #e83646;
    background-color: #fff;
    font-weight: 600;
}

.datepicker.dropdown-menu table thead tr:nth-child(2) {
    background-color: #e83646
}

.datepicker.dropdown-menu table thead tr:nth-child(2) th {
    border-radius: 0px;
    color: #fff;
    padding: 10px;
}

.datepicker.dropdown-menu table thead tr:nth-child(2) th:hover {
    background-color: #fff;
    color: #e83646;
}

.datepicker.dropdown-menu table thead tr th,
.datepicker.dropdown-menu table tbody tr td {
    padding: 10px;
}

table.borderless,
table.borderless th,
table.borderless td {
    border: none;
    position: relative;
}

table.hoverless,
table.hoverless tr:hover th,
table.hoverless tr:hover td {
    background-color: #fff;
}

.cursor-p {
    cursor: pointer;
}

#coil_circuits_nos {
    color: #333;
    margin-right: 5px;
    font-size: 16px;
}

.badge-cus {
    padding: 0 10px;
    line-height: 30px;
    border-radius: 15px;
}

.conf-dt img.conf-img {
    width: 100%;
}

.conf-dt .card {
    overflow: visible;
}

.badge-round {
    font-size: 15px;
    line-height: 40px;
    padding: 0 20px;
    font-weight: 400;
    border-radius: 20px !important;
}

.badge-status {
    padding: 0px 10px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 5px;
}

.config td[href] {
    cursor: pointer;
}

.config td[href]:hover {
    text-decoration: underline;
    color: #0b51c5;
}

.comment .sm-col {
    max-width: 60px;
}

.comment .bar {
    display: block;
    width: 3px;
    height: 100%;
    background-color: #cacaca;
    border-radius: 1.5px;
    margin: 0 auto;
}

.comment .card {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.comment .card:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #e83646;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: 10px;
}

.comment .card:after {
    content: '\f10d';
    display: inline-block;
    font-family: fontawesome;
    font-size: 6em;
    color: #f7f7f7;
    position: absolute;
    bottom: -38px;
    right: 0px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    z-index: -1;
}

.comment ul {
    margin-bottom: 0px;
}

.comment li {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.comment li:last-child {
    margin-bottom: 0px;
}

.comment li small {
    font-size: 14px;
    float: right;
    color: #666;
    font-weight: 600;
}

.comment li .fa-li {
    color: #555;
}

.light-grey-text {
    color: #a4aeb7;
}

.usr-cr .custom-control {
    margin-bottom: 10px;
}

.usr-cr .custom-control-label {
    font-weight: 400;
}

#production_form label.error {
    position: absolute;
    top: -26px;
    left: -54px;
    background-color: #fff;
    color: #000;
    padding: 5px;
    border-radius: 30px;
    font-size: 12px;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .1);
    z-index: 100;
    margin: 0;
}

#production_form label.error:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    bottom: -6px;
    left: 42%;
}

@media only screen and (min-width: 1400px) {
    .walk {
        min-height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    #Pagepreloader #Ploader {
        top: 36%;
        left: 11%;
    }

    .navbar.fixed-top .nav-item a {
        padding-right: 10px;
        margin-right: 5px;
    }

    .login {
        background-attachment: fixed;
    }

    .login::after {
        position: fixed;
    }

    .login .login-img {
        height: 200px;
    }

    .login .login-img img {
        width: 100px;
        left: 36%;
        top: 25%;
    }

    .login .form-group {
        padding: 0px 15px;
    }

    .login .custom-control {
        margin-left: 15px;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar.fixed-top {
        background-color: #fff;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    }

    .main-container {
        padding: 120px 15px 15px;
    }

    .main-top .title {
        margin: 0px 0 30px;
    }

    .main-top .btn-danger {
        margin: 5px auto;
    }

    .dashboard .card h3 {
        padding: 10px 20px;
        text-align: center;
    }

    .dashboard .card label,
    .dashboard .card span {
        padding: 10px 25px;
        text-align: center;
    }

    .dashboard .card .fa-lr {
        border-radius: 0px;
    }

    .dashboard .card .cr .fa {
        line-height: 7;
    }

    .carousel {
        margin-bottom: 30px;
    }

    .carousel-caption .carousel-control-next,
    .carousel-control-prev {
        width: 15%;
    }

    .walk {
        min-height: auto;
        height: auto;
    }

    .bottom-sheet.active {
        height: calc(100% - 120px);
    }

    .custom-control {
        margin-bottom: 15px;
    }

    .custom-control-inline {
        flex: auto !important;
    }

    .bottom-sheet button.close {
        position: relative;
        right: -17px;
        top: -25px;
    }

    #value-input-initFPM {
        margin: 30px 0px;
    }

    #value-input-nom {
        margin-bottom: 30px;
    }

    #pmd-slider-value-input-initAfr,
    #pmd-slider-value-input-tsp {
        margin: 0px auto 60px;
    }

    .modal_desc .prdImage {
        width: 100%;
        height: auto;
    }

    .modal_desc .text-right {
        text-align: center !important;
        padding-top: 30px;
    }

    .nav-tabs {
        display: -webkit-box;
        display: -moz-box;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .nav-tabs .nav-item {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        float: none;
        text-align: center;
        display: block;
    }

    .bordered-parent [class*="col"]:nth-last-child(2) .row {
        border-bottom: 2px;
        margin-bottom: 15px;
    }

    .mr-bottom {
        margin-bottom: 15px;
    }

    .xs-row {
        display: block;
        margin-top: 10px;
    }

    .xs-row:before,
    .xs-row:after {
        content: '';
        display: block;
        clear: both;
    }

    .table .dim {
        width: auto;
        margin-left: 10px;
    }

    .nav-tabs .slider {
        display: none;
    }

    .nav-tabs .nav-link.active:after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 3px;
        background-color: #E83646;
    }

    #modulesInput {
        padding: 15px 0px;
        margin-top: 30px;
    }

    .custom-control-inline .d-flex:parent {
        display: block;
    }

    .config .main-top .btn-create {
        margin-top: 10px;
    }

    .uscom .flex-row {
        display: block;
    }

    .comment h5 {
        width: 100%;
    }

    .comment .sm-col {
        max-width: 30px;
    }

    .comment .card:before {
        left: -34px;
    }

    .comment li small {
        float: none;
        display: block;
    }

    .filter-dimensions-table td {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .dashboard .card .cr {
        right: 0;
        background-color: #3f4956;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .login .login-img img {
        left: 32%;
    }

    .login .card a {
        font-size: 15px;
    }

    .login {
        padding: 30% 0 0;
    }

    #Pagepreloader #Ploader {
        left: 5%;
        top: 40% !important;
    }

    .walk {
        min-height: 174px;
    }

    .series .seriesImg {
        height: 10em;
        width: auto;
    }

    .series .card h5 {
        font-size: 15px;
    }

    .modal_desc .prdImage {
        width: 100%;
        height: auto;
    }

    .compImg {
        height: 150px;
    }

    .xs-row {
        display: block;
        margin-top: 10px;
    }

    .table .dim {
        width: auto;
        margin-left: 10px;
    }
}

/*filter dimensions table*/
.filter-dimensions-table table {
    display: block;
    border: none !important;
}

.filter-dimensions-table tbody {
    display: flex !important;
    max-width: 100%;
    border: none;
    flex-wrap: wrap;
}

.filter-dimensions-table tr {
    display: flex;
    max-width: 50%;
    flex-wrap: wrap;
    margin: 0;
}

.filter-dimensions-table tr:nth-child(even) {
    margin-left: 15px;
}

.filter-dimensions-table tr:nth-child(odd) {
    margin-right: 15px;
}

.filter-dimensions-table td {
    flex: 1;
}

@media only screen and (min-width: 1300px) {
    .filter-dimensions-table tr {
        width: 48.8%;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    .filter-dimensions-table tr {
        width: 48%;
    }
}

@media only screen and (max-width: 767px) {
    .filter-dimensions-table tr {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 !important;
    }
}

.w-auto {
    width: auto !important;
}

.f-width {
    flex: 1 0 80px !important;
}

.btn-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.relative {
    position: relative;
}