.text-red {
    color: var(--primary);
}
.tour-plan-modal img {
    height: auto;
}
.product-filter-row {
    position: relative;
    display: flex;
    width: 100%;
}
.product-filter-div {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 48px;
    border-right: 1px solid #949799;
	width: 100%;
}
.product-filter-div:first-child {
    border-left: 1px solid #949799;
}
.product-filter-div label {
    position: relative;
    display: block;
    color: #464B4F;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 15px;
    font-weight: 700;
    text-transform: inherit;
    letter-spacing: 0;
}
.product-filter-div .jq-selectbox__select {
    border-radius: 0;
    border: none;
    padding: 0 47px 0 0;
    height: 32px;
    color: #949799;
    font-size: 16px;
}
.product-filter-div .jq-selectbox__select-text {
    line-height: 32px;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 100%;
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.jq-selectbox__trigger-arrow:before {
    position: absolute;
    content: '';
    display: flex;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 9px;
    background: url(../images/angle-down.svg) no-repeat center;
    background-size: contain;
}
.jq-selectbox ul {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: #eee;
    border: 1px solid #eee;
}
.jq-selectbox li {
    border-radius: 0;
}
.jq-selectbox li:last-child {
    margin-bottom: 0;
}
.product-filter-div .form-group {
    margin: 0;
}
.form-control {
    border-radius: 0;
    border: none;
    padding: 0;
    color: #949799;
    font-size: 16px;
    line-height: 1.2;
    outline: none;
    box-shadow: none;
}
.input-group-text {
    position: relative;
    display: flex;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: url(../images/calendar.svg) no-repeat center;
    background-size: contain;
    background-color: transparent;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
}
.datepicker {
    border-radius: 0;
    direction: ltr;
    align-items: center;
}
.tour-row > .row {
    margin: 0px -22.5px;
}
.tour-row > .row > [class^="col-"]{
    padding: 15px 22.5px;
}
.tour-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.tour-blog-top {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(100% - 74px);
    margin-left: 37px;
    background-color: #F5F5F5;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16);
    align-items: flex-start;
    padding-bottom: 69px;
}
.tour-blog-top-meta {
    position: relative;
    display: inline-flex;
    margin-left: -14px;
    margin-top: -11px;
    background-color: #707070;
}
.tour-blog-top-meta span {
    position: relative;
    display: inline-flex;
    padding: 6px 12px;
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
}
.tour-blog-top-meta span:first-child {
    font-size: 16px;
    font-weight: 700;
}
.tour-blog-top-meta span.red {
    background-color: #DA2229;
}
.tour-blog-top-meta span.green {
    background-color: #5BAB00;
}
.tour-blog-top-content {
    position: relative;
    display: block;
    padding: 12px 18px;
    width: 100%;
	z-index: 2;
}
.tour-blog-top-content ul {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0 0 15px;
    width: 100%;
    gap: 3px;
}
.tour-blog-top-content ul li {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    gap: 0 20px;
}
.tour-blog-top-content ul li p,
.tour-blog-top-content ul li span {
    position: relative;
    display: flex;
    flex: 1 0 0;
    margin: 0;
    color: #949799;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0;
    word-break: break-word;
}
.tour-popup {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #DA2229;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
}
.tour-popup img {
    display: flex;
    width: 23px;
}
.tour-blog-img {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: -87px;
}
.tour-blog-img img {
    width: 100%;
    height: auto;
}
.tour-blog-img .main-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 29px;
    background-color: #DA2229;
}
.tour-info {
    position: absolute;
    right: 9px;
    top: 8px;
    display: flex;
    width: 12px;
}
.map-modal .modal-dialog {
    max-width: 1160px;
}
.map-modal .modal-content {
    border-radius: 0;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
}
.map-modal .modal-body {
    padding: 46px 80px;
}
.map-modal .map-div {
    position: relative;
    display: block;
    width: 100%;
}
.map-modal .map-div p {
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    margin: 0;
}
.map-modal .map-div p strong {
    position: relative;
    display: block;
    color: #DA2229;
    font-weight: 700;
    margin: 0 0 10px;
}
.map-img {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.map-img img {
    width: 100%;
}
.map-modal button.close {
    position: absolute;
    right: 35px;
    top: 30px;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}
.tour-form-row {
    position: relative;
    display: block;
    width: 100%;
}
.tour-form-row h3 {
    position: relative;
    font-size: 24px;
    padding-bottom: 10px;
}
.tour-form-row h3:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 140px;
    height: 3px;
    background-color: var(--primary);
}
.tour-form > .row {
    margin: 0 -17px;
}
.tour-form > .row > [class^="col-"]{
    padding: 0 17px;
}
.tour-form-row > .row {
    margin: 0 -17px;
}
.tour-form-row > .row > [class^="col-"]{
    padding: 0 17px;
}
.tour-form-row > .row > div.col-12 {
    margin-bottom: 40px;
}
.tour-form-row .input-div {
    margin-bottom: 20px;
}
.tour-form-row .input-div input,
.tour-form-row .input-div textarea {
    background-color: #F8F8F8;
    padding: 14px 20px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
    height: auto;
}
.tour-form-row .input-div textarea {
    height: 139px;
}
.tour-form-row .input-div .form-group {
    height: auto;
}
.tour-form-row .input-div .input-group-append {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.check-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    height: 50px;
    align-items: center;
}
.check-row label {
    position: relative;
    display: block;
    padding: 0 0 0 38px;
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    color: #808080;
    letter-spacing: 0;
}
.check-row .jq-checkbox {
    position: absolute !important;
    left: 0;
    top: 0;
    background-color: #F8F8F8;
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.jq-checkbox.checked .jq-checkbox__div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.jq-checkbox.checked .jq-checkbox__div:before {
    position: absolute;
    content: '';
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/check.svg) no-repeat center;
    background-size: 80%;
}
.check-row .jq-radio {
	 position: absolute !important;
    left: 0;
    top: 0;
    background-color: #F8F8F8;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
}
.check-row .jq-radio.checked {
	background-color: #48B02C;
}
.jq-radio.checked .jq-radio__div {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.jq-radio.checked .jq-radio__div:before{
    position: absolute;
    content: '';
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/check-white.svg) no-repeat center;
    background-size: 80%;
}
.file-upload {
    position: relative;
    display: block;
    width: 100%;
    height: 139px;
    padding: 15px 20px;
    background-color: #F8F8F8;
    text-align: center;
    color: #808080;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 0;
}
.file-upload input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.file-upload img {
    position: relative;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    width: 35px;
}
.chekc-div label {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 0 38px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    color: #808080;
    letter-spacing: 0;
}
.chekc-div label a {
    color: #808080;
    text-decoration: underline;
}
.chekc-div .jq-checkbox {
    position: absolute !important;
    left: 0;
    top: 0;
    background-color: #F8F8F8;
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.submit-btn .main-btn {
    padding: 15px 20px;
}
.max-width-711 {
    max-width: 750px;
}
.header-part.header-light {
    background: #fff;
    box-shadow: none;
}
.header-part.header-light.sticky {
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
}
.header-part.header-light ul.sk-mobile-menu > li > a,
.header-part.header-light .main-menu > li > a {
    color: #000000;
    font-size: 16px;
}
.header-part.header-light ul.sk-mobile-menu > li > a span,
.header-part.header-light .main-menu > li > a span {
    position: absolute;
    right: -10px;
    top: 0;
    width: 25px;
    height: 25px;
    background-color: #DA2229;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}
.header-part.header-light ul.sk-mobile-menu > li > a span {
    right: 0;
}
.header-part.header-light .main-menu > li:hover > a,
.header-part.header-light .main-menu > li.current-menu-item > a, 
.header-part.header-light .main-menu > li.current-menu-ancestor > a {
    font-weight: 400;
    color: #DA2229;
}
.header-right-link ul {
    position: relative;
    display: flex;
    padding: 15px 0 30px;
    margin: 0;
    gap: 40px;
    justify-content: flex-end;
}
.header-right-link ul li {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
}
.header-right-link ul li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #000000;
    text-decoration: none;
}
.header-right-link ul li a i {
    position: relative;
    display: flex;
}
.header-right-link ul li a i img {
    width: 18px;
    transition: all 0.3s ease-out;
}
.hover-icon {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.header-right-link ul li a:hover .normal-icon {
    opacity: 0;
    visibility: hidden;
}
.header-right-link ul li a:hover .hover-icon {
    opacity: 1;
    visibility: visible;
}
.header-right-link ul li a:hover {
    color: #DA2229;
}
.header-part.header-light .dropdown-toggle span,
.header-part.header-light .dropdown-toggle span:after {
    background-color: #000;
}
.sk-offcanvas-content .header-right-link {
    display: none;
}
.width-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.pdf-icon {
    position: relative;
    display: flex;
    width: 40px;
    margin-bottom: 15px;
}

.table-outer table {
    width: 100%;
}
.table-bottom-info p {
    color: #FF0000;
    font-weight: 400;
}
.dataTables_paginate,
.dataTables_info,
.dataTables_filter,
.dataTables_length {
    display: none;
}
table.dataTable td {
    padding: 20px 17px;
    color: #000;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 400;
    border: none;
    background-color: transparent;
    vertical-align: middle;letter-spacing: 0;
} 
table.dataTable th {
    background-color: #83CCEB;
    padding: 20px 17px;
    color: #000;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 600;
    border: none;
    vertical-align: middle;
    letter-spacing: 0;
}
table.dataTable th.empty-th:after,
table.dataTable th.empty-th:before {
    display: none;
}
table.dataTable tbody tr:nth-child(odd) {
    background-color: rgba(227, 227, 227, 0.25);
}
table.dataTable tbody tr:nth-child(even) {
    background-color: rgba(227, 227, 227, 0.5);
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc:before, 
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
    color: #000;
    opacity: 1;
    font-weight: 400;
    font-size: 18px;
}
table.dataTable thead tr th:nth-last-child(2):after,
table.dataTable thead tr th:nth-last-child(2):before,
table.dataTable thead tr th:last-child:before,
table.dataTable thead tr th:last-child:after {
    font-size: 0;
}

.tour-plan-modal .modal-dialog {
    max-width: 1160px;
}
.tour-plan-modal .modal-content {
    border-radius: 0;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
}
.tour-plan-modal .modal-body {
    padding: 45px 30px;
}
.tour-plan-form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.bg-light-blue {
    background-color: rgba(131, 204, 235, 0.5);
}
.bg-light-orange {
    background-color: rgba(241, 169, 131, 0.5);
}
.bg-light-green {
    background-color: rgba(142, 217, 115, 0.5);
}
.tour-plan-blog {
    padding: 30px;
	margin-bottom: 20px;
}
.tour-plan-blog .content-img {
    margin-left: -30px;
    width: calc(100% + 50px);
    margin-bottom: -20px;
}
.tour-plan-form-row .input-div label {
    font-size: 11px;
    line-height: 1.1;
    font-weight: 700;
}
.tour-plan-form-row .input-div input, 
.tour-plan-form-row .input-div textarea {
     font-size: 11px;
    line-height: 1.1;
    padding: 13px 15px;
    background-color: #fff;
}
.tour-plan-form-row  .input-group-text {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background: url(../images/date.svg) no-repeat center;
    background-size: contain;
    background-color: transparent;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
}
.tour-plan-form-row .input-div p {
    font-size: 11px;
    line-height: 1.1;
    font-weight: 400;
    margin: 0;
    display: flex;
    align-items: center;
}
.tour-plan-form-row .jq-selectbox__select {
    height: 40px;
    background-color: #fff;
    border-radius: 0;
    border: none;
    padding: 0 15px;
    color: #000;
    font-size: 11px;
    font-weight: 400;
}
.tour-plan-form-row .jq-selectbox__select-text {
    line-height: 40px;
}
.tour-plan-form-row .jq-selectbox__trigger-arrow:before {
    width: 12px;
    height: 7px;
    background: url(../images/select-arrow.svg) no-repeat center;
    background-size: contain;
}
.tour-plan-form-row .jq-selectbox li {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 11px;
}
.jq-selectbox__dropdown {
    margin: 0px 0 0;
}
.edit-date {
    position: relative;
    display: flex;
    flex-direction: column;
}
.edit-date .d-flex {
    gap: 0 50px;
}
.edit-date label {
    font-size: 11px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0;
}
.edit-date ul {
    position: relative;
    display: flex;
    gap: 13px;
    padding: 0;
    margin: 0 0 8px;
}
.edit-date ul li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
}
.edit-date ul li img {
    width: 13px;
    display: flex;
}
.edit-date-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    font-size: 11px;
    line-height: 1.1;
    font-weight: 400;
}
.edit-date-info span {
    position: relative;
    display: flex;
    gap: 10px;
}
.edit-date-info span strong {
    position: relative;
    display: flex;
    font-weight: 700;
}
.tour-plan-form-row .check-row {
    gap: 10px 18px;
    height: 40px;
}
.tour-plan-form-row .check-row label {
    font-weight: 400;
    font-size: 11px;
    line-height: 1.5;
    margin: 0;
    padding-left: 31px;
    color: #000;
}
.tour-plan-form-row .check-row .jq-checkbox {
    width: 19px;
    height: 19px;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #CCD6E3;
    top: -1px;
}
.tour-plan-form-row .check-row .jq-checkbox.checked {
    background-color: #48B02C;
    border-color: #48B02C;
}
.tour-plan-form-row .check-row .jq-checkbox.checked .jq-checkbox__div:before {
    background: url(../images/check-white.svg) no-repeat center;
    background-size: 14px;
}
.tour-plan-form-row .row {
    margin-left: -7px;
    margin-right: -7px;
}
.tour-plan-form-row  .row > [class^="col-"]{
    padding: 0 7px;
}
.tour-plan-form-row .input-div-info {
    margin-bottom: 20px;
}
.tour-plan-form-row .input-div-info *:last-child {
    margin-bottom: 0;
}
.tour-plan-form-row .input-div-info p {
    font-size: 11px;
    line-height: 1.1;
    font-weight: 400;
    margin: 0 0 10px;
    letter-spacing: 0;
}
.pdf-list {
    position: relative;
    display: flex;
    gap: 20px 40px;
    flex-wrap: wrap;
}
.pdf-list a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-size: 11px;
    line-height: 1.1;
    font-weight: 400;
    color: #000;
}
.pdf-list a img {
    width: 22px;
}
.tour-plan-img-row {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.tour-plan-img {
    position: relative;
    display: flex;
    width: 86px;
    min-width: 86px;
}
.tour-plan-img img {
    width: 100%;
}
.tour-plan-img-info {
    flex: 1 0 0;
    flex-direction: column;
    display: flex;
}
.tour-plan-img-info p {
    font-size: 11px;
    line-height: 1.1;
    font-weight: 400;
    color: #000000;
    margin: 0 0 10px;
    letter-spacing: 0;
}
.tour-plan-img-info *:last-child {
    margin-bottom: 0;
}
.bg-light-pink {
    background-color: rgba(242, 206, 239, 0.5);
}
.btn-outer.justify-content-between {
    justify-content: space-between;
}
.filter-title .col-12 {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.filter-title .col-12 h2 {
    margin-bottom: 0;
}
.title-icon-right {
    position: relative;
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    width: 100%;
}
.search-bar {
    position: relative;
    display: flex;
}
.search-bar input {
    width: 300px;
    background-color: #F8F8F8;
    padding: 13px 45px 13px 15px;
    border-radius: 0;
    border: none;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 400;
}
.search-bar button {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 100%;
    background-color: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
}
.table-filter {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0 0 15px;
}
.table-filter .input-div {
    max-width: 155px;
    margin-bottom: 0;
}
.table-filter .jq-selectbox__select {
    background-color: #F5F5F5;
    padding: 0 14px;
    height: 34px;
    border-radius: 0;
    font-size: 11px;
    font-weight: 600;
    border: none;
    letter-spacing: 0;
}
.table-filter .jq-selectbox__select-text {
    line-height: 34px;
}
.table-filter .main-btn {
    font-size: 11px;
    font-weight: 700;
    padding: 5px 10px;
    background-color: #DA2229;
}
.table-filter .jq-selectbox__trigger-arrow:before {
    width: 12px;
    height: 7px;
    background: url(../images/select-arrow.svg) no-repeat center;
    background-size: contain;
}
table.dataTable td .jq-checkbox, table.dataTable th .jq-checkbox {
    margin: 0;
    width: 19px;
    height: 19px;
    border-radius: 5px;
    border: 1px solid #CCD6E3;
    background-color: #fff;
}
table.dataTable thead th.bg-green {
    background-color: #8ED973;
}
.table-filter-row {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    background-color: rgba(227, 227, 227, 0.35);
    padding: 13px;
}
.table-filter-row-div {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}
.table-filter-row-div label {
    position: relative;
    display: block;
    margin: 0;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0;
}
.table-filter-row-check {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
}
.table-filter-row-check label {
    position: relative;
    display: block;
    padding: 0 0 0 30px;
    font-weight: 400;
}
.table-filter-row-check .jq-checkbox {
    position: absolute !important;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    border-radius: 0;
    background-color: #fff;
}
.table-filter-row-div .form-control {
    max-width: 140px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.1;
    font-weight: 400;
}
.table-filter-row-div .form-group {
    margin-bottom: 0;
}
.table-filter-row-div  .input-group-text {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background: url(../images/date.svg) no-repeat center;
    background-size: contain;
    background-color: transparent;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
}
table.dataTable td .pdf-icon {
    margin: 0;
}
.custom-col .file-upload {
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    background-color: #E2E2E2;
    align-items: center;
    justify-content: center;
}
.custom-col .file-upload img {
    margin: 0;
    width: 25px;
}
.download-img {
    position: relative;
    display: flex;
    width: 100%;
}
.download-img.tourplan-gray {
	background-color: #E2E2E2;
	height: 40px;
}
.download-img img {
    width: 100%;
}
.download-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 25px;
}

.download-img-row .row {
    align-items: center;
}
.download-img-row textarea {
	padding: 11px 13px;
    background-color: #F8F8F8;
	font-size: 11px;
    line-height: 1.1;
	width: 100%;
	margin: 0;
	height: 100%;
	min-height: 90px;
	border: none;
}
.tour-plan-form-row .input-div + .download-img-row {
	margin-top: -15px;
}
.werbeflaechen-item-edit-content-area .download-img-row .row {
	align-items: inherit;
}
.download-img-info {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 11px 13px;
    background-color: #F8F8F8;
    width: 80%;
    min-height: 94px;
}
.grafik-heck-bild-area,
.lkw1-gray-1 {
	background-color: #F8F8F8;
}
.download-img.grafik-heck-bild-area {
	height: 101px;
}
.lkw1-gray-1 {
	background: url(../images/Fix_1.png) no-repeat center;
	background-size: contain;
    height: 126px;
	max-width: 280px;
}
.lkw1-gray-1 .formedia_bild_upload_container {
    height: calc(100% - 16px);
    position: absolute;
    width: calc(100% - 10px);
    left: 5px;
    top: 8px;
}
.lkw1-gray-2 {
	background: url(../images/Fix_2.png) no-repeat center;
	background-size: contain;
    height: 126px;
	max-width: 280px;
}
.lkw1-gray-2 .formedia_bild_upload_container {
   	height: calc(100% - 10px);
    position: absolute;
    width: calc(114px - 10px);
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
}
.formedia_bild_upload_container {
	height: 126px;
    position: absolute;
    width: 100%;
}
.download-img.tourplan-gray .formedia_bild_upload_container {
	height: 40px;
}
.grafik-heck-bild-area .formedia_bild_upload_container {
	height: 101px;
}
.download-img.tourplan-gray img {
    width: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.download-img-info p {
    font-size: 11px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 10px;
}
.download-img-info *:last-child {
    margin-bottom: 0;
}
.modal .main-btn {
    background-color: #DA2229;
}
.product-filter-div .input-group-append {
	align-items: center;
}
.ads-thumb {
	position: relative;
	
}
.ads-thumb img {
	border: 1px solid #c3b8b8;
}
.ads-thumb:not(:last-child) {
	border-right: none;
}
.ads-thumb .upload-fotos-thumb-buttons {
	padding: 5px 10px;
	border: 1px solid #c3b8b8;
	border-top: none;
}
.ads-thumb .upload-fotos-thumb-buttons button {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #c3b8b8;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	outline: none;
	box-shadow: none;
	position: relative;
	margin: auto;
    cursor: pointer;
}
.ads-thumb .upload-fotos-thumb-buttons button:after {
	position: relative;
	display: flex;
	content: '';
	width: 12px;
	height: 12px;
	background: url(../images/delete.svg) no-repeat center;
	background-size: contain;
}
.werbeflaechen-fixe-flachen-datatable thead th,
.werbeflaechen-touren-datatable thead th {
	vertical-align: bottom;
	padding-top: 0;
}
.werbeflaechen-fixe-flachen-datatable thead th[rowspan="1"][colspan="2"],
.werbeflaechen-touren-datatable thead th[rowspan="1"][colspan="2"] {
	text-align: center;
	padding-top: 20px;
}
.bootstrap-select>.dropdown-toggle {
	font-size: 11px;
    line-height: 1.1;
    padding: 13px 15px;
    background-color: #fff;
	width: 100%;
	height: auto;
	border: 1px solid var(--white);
    box-shadow: none;
    color: #292828;
    transition: all 0.3s ease-out;
    letter-spacing: 0.04em;
	border-radius: 0;
}
.bootstrap-select {
	width: 100% !important;
}
.bootstrap-select>.dropdown-toggle:before {
	position: absolute;
	content: '';
	display: flex;
	right: 10px;
	top: 50%;
	transform: translatey(-50%);
    width: 12px;
    height: 7px;
    background: url(../images/select-arrow.svg) no-repeat center;
    background-size: contain;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    background-color: #fff;
	border: 1px solid var(--white);
    color: #292828;
	outline: none !important;
}
.delete.werbeflaechen-item-delete-btn img,
.edit.werbeflaechen-item-edit-btn img {
	min-width: 15px;
}
.reminder-dates-row {
	position: relative;
	display: flex;
	gap: 10px;
}
.reminder-dates-row .main-btn {
	white-space: nowrap;
    padding: 4px 10px;
    display: flex;
    font-size: 12px;
    min-width: 149px;
}
#reminder-date-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    min-height: 39px;
	align-items: center;
}
.date-item {
    position: relative;
    display: inline-flex;
    gap: 5px;
    font-size: 12px;
    line-height: 1.3;
    color: #000;
    align-items: center;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 999px;
    padding: 5px 10px;
}
.remove-date {
	position: relative;
	display: inline-flex;
	background-color: #DA2229;
	padding: 0;
	color: #fff;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	border: none;
	box-shadow: none;
	font-size: 15px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.formedia_bild_upload_container.is-pdf {
    background: #f6f7f7;
    border: 2px dashed #ccd0d4;
}

.formedia-pdf-preview {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 12px;
	margin-top: 43px;
    margin-left: -10px;
    padding: 0;
    z-index: 2;
    position: relative;
    font-size: 12px;
	float: right;
	white-space: nowrap;
}

.formedia-pdf-icon {
    font-size: 24px;
    color: #d63638; /* WP red */
	height: 24px;
}

.formedia-pdf-meta {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

.formedia-pdf-view {
    margin-top: 4px;
    cursor: pointer;
    text-decoration: none;
}

.datepicker table tr td, .datepicker table tr th {
    font-size: 14px;
    padding: 6px 9px;
}
.datepicker-dropdown {
	border-radius: 4px;
}
.datepicker-dropdown table tr {
	border: none;
}

.tour-popup-gray {
    color: #707070;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
@media (min-width: 992px) {
    .custom-col .col-lg-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .custom-col .col-lg-2 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }
	.tour-plan-blog > .row {
		margin-top: -30px;
	}
	.tour-plan-blog > .row > div {
		margin-top: 30px;
	}
}

@media (max-width: 1440px) {
    .tour-blog-top {
        width: calc(100% - 40px);
        margin-left: 20px;
    }
    .header-part.header-light .main-menu > li {
        margin-left: 30px;
    }
    .table-filter-row-check {
        gap: 10px 20px;
    }
    .table-filter-row-div {
        gap: 15px;
    }
	.product-filter-div {
		padding: 0 30px;
	}
	.product-filter-div label {
		margin: 0 0 10px;
	}
	
	.grid-60 > .row {
		margin: 0 -40px;
	}
	.grid-60 > .row > [class^="col-"] {
		padding: 0 40px;
	}
	.table-outer {
        overflow-x: auto;
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .product-filter-div {
        padding: 0 15px;
    }
    .product-filter-div label {
        font-size: 16px;
    }
    .product-filter-div .jq-selectbox__select,
    .form-control {
        font-size: 16px;
    }
    .tour-blog-top-content {
        padding: 12px 10px;
    }
    .header-right-link ul {
        padding: 0;
        margin-right: 30px;
    }
    .table-outer {
        overflow-x: auto;
        width: 100%;
    }
    .tour-plan-modal .modal-body {
        padding: 45px 30px;
    }
	.grid-60 > .row {
		margin: 0 -30px;
	}
	.grid-60 > .row > [class^="col-"] {
		padding: 0 30px;
	}
	.tour-plan-modal .modal-dialog {
		max-width: 960px;
	}
	.lkw1-gray-2,
	.lkw1-gray-1 {
		height: 100px;
	}
	.lkw1-gray-2 .formedia_bild_upload_container {
		width: calc(92px - 10px);
	}
	
}

@media (max-width: 991px) {
    .product-filter-row {
        flex-wrap: wrap;
        gap: 20px 0;
    }
    .product-filter-div {
        width: 50%;
    }
    .product-filter-div:nth-child(3) {
        border-left: 1px solid #949799;
    }
    .map-modal .modal-body {
        padding: 45px 60px;
    }
    .tour-form > .row,
    .tour-form-row > .row {
        margin: 0 -12px;
    }
    .tour-form > .row > [class^="col-"],
    .tour-form-row > .row > [class^="col-"] {
        padding: 0 12px;
    }
    .tour-plan-blog .content-img {
        margin-left: 0;
        width: 100%;
        margin-bottom: 0;
    }
    .title-icon-right {
        justify-content: flex-start;
        margin-top: 30px;
    }
    .tour-plan-form-row {
        margin-bottom: 30px;
    }
    .download-img {
        margin-left: 0;
    }
	.tour-row > .row {
		margin: 0px -15px;
	}
	.tour-row > .row > [class^="col-"] {
		padding: 15px 15px;
	}
	.tour-plan-modal .modal-dialog {
		max-width: 720px;
	}
	.lkw1-gray-2,
	.lkw1-gray-1 {
    	height: 138px;
	}
	.lkw1-gray-2 .formedia_bild_upload_container {
		width: calc(123px - 10px);
	}
	
}

@media (max-width: 767px) {
    .map-modal .modal-body {
        padding: 30px 30px;
    }
    .map-modal .map-div p {
        font-size: 16px;
    }
    .map-modal button.close {
        right: 16px;
        top: 11px;
        width: 16px;
        height: 16px;
    }
    .tour-form-row .input-div {
        margin-bottom: 10px;
    }
    .tour-form-row .input-div input, .tour-form-row .input-div textarea {
        padding: 11px 17px;
        font-size: 16px;
    }
    .tour-form-row h3 {
        font-size: 18px;
    }
    .tour-form-row > .row > div.col-12 {
        margin-bottom: 26px;
    }
    .header-right-link {
        display: none;
    }
    .sk-offcanvas-content .header-right-link {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 30px 0 0;
    }
    .header-right-link ul {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .tour-plan-modal .modal-body {
        padding: 45px 15px;
    }
    .tour-plan-blog {
        padding: 15px;
    }
    .tour-plan-img-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .search-bar {
        width: 100%;
    }
    .search-bar input {
        width: 100%;
    }
    .table-filter-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .table-filter-row-div {
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }
    .download-img-info {
        width: 100%;
    }
	.werbeflaechen-item-edit-content-area .tour-plan-form-row .download-img-row .row div:nth-child(2) textarea {
		margin-top: 15px;
		height: auto;
	}
	.tour-plan-modal .modal-dialog {
		max-width: 540px;
	}
	
}

@media (max-width: 575px) {
    .product-filter-row {
        gap: 0;
    }
    .product-filter-div label {
        margin-bottom: 5px;
    }
    .product-filter-div {
        width: 100%;
        border: none;
        padding: 20px 0;
        border-bottom: 1px solid #949799;
    }
    .product-filter-div:nth-child(3),
    .product-filter-div:first-child {
        border-left: none;
    }
	.tour-plan-modal .modal-dialog {
		max-width: 100%;
	}
	.lkw1-gray-2,
	.lkw1-gray-1 {
    	height: 110px;
		max-width: 227px;
	}
	.lkw1-gray-2 .formedia_bild_upload_container {
		width: calc(99px - 10px);
	}
}

@media (max-width: 480px) {
}

@media (max-width: 375px) {
}

@media (max-width: 374px) {
}