/*Mainfont - Montserrat*/
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-ExtraLight.ttf');
    font-weight:100;
    font-style:normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Light.ttf');
    font-weight:200;
    font-style:normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Thin.ttf');
    font-weight:300;
    font-style:normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Regular.ttf');
    font-weight:400;
    font-style:normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Medium.ttf');
    font-weight:500;
    font-style:normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
    font-weight:600;
    font-style:normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
    font-weight:700;
    font-style:normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-ExtraBold.ttf');
    font-weight:800;
    font-style:normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Black.ttf');
    font-weight:900;
    font-style:normal;
}
body{
    position: relative;
    font-family: 'Montserrat';
}
section#sign-in-content{
    background: linear-gradient(90deg, rgba(20,169,227,1) 36%, #0c2a5c 100%);
}

div#sign-out-sec {
    margin-top: 2rem;
    display: grid;
    place-items: center;
}

h1.main-title span {font-weight: 800;position: relative;z-index: 2;}

h1.main-title {font-size: 3.5em;font-family: 'Montserrat';font-weight: 400;margin-bottom: 1rem;line-height: 1;}
h1.main-title span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 10px;
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(20,169,227,1) 36%, rgba(243,2,135,1) 100%);
}
.btn--prime:hover {
    background: linear-gradient(180deg, rgba(20,169,227,1) 0%, rgba(243,2,135,1) 100%);
    /* transition: all .6s ease; */
}
.btn {
    display: inline-block;
    position: relative;
    padding: 1rem 3rem;
    font-size: 0.9rem;
    text-align: center;
}
.btn--prime {
    /* width: 100%; */
    /* height: 100%; */
    background: #0ea5da;
    border: 0px;
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.tour-table {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.tour-inner {
    display: flex;
    position: relative;
    align-items: center;
    padding: 1rem;
    border-radius: .5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin: .5rem 0;
}

.tour-inner-img {
    width: 10%;
    height: 80px;
    position: relative;
    background: linear-gradient(260deg, rgba(20,169,227,1) 36%, rgba(243,2,135,1) 100%);
    object-fit: cover;
    border-radius: .5rem;
    overflow: hidden;
}

.tour-inner-title {
    width: 70%;
    position: relative;
    padding: 0 3rem;
    color: #181818;
}

.tour-action-set {
    width: 20%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

h2.details-title {
    margin: 2rem 1rem;
}

div#popup-odin {
    position: fixed;
    display: grid;
    place-items: center;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background: rgb(44 44 44 / 90%);
    visibility: hidden;
    opacity: 0;
}

.ta-input-sec {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}

.ta-inputsec-title {
    position: relative;
    font-size: 3rem;
    margin-bottom: 2rem;
}

.title-section {
    padding: 2rem 0;
}

.ta-input-window {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.ta-input-left {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
    padding-right: 2rem;
    align-items: flex-start;
}

.ta-input-right {
    position: relative;
    width: 50%;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.ta-input-outer {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2.5rem;
}

.ta-in-input {
    position: relative;
    padding: 1rem;
    border: 2px solid #14a9e3;
    border-style: groove;
    font-family: 'Montserrat';
}

label.ta-in-label {
    color: #181818;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: .5rem;
}

span.ta-in-message {
    position: absolute;
    font-size: 12px;
    margin: .25rem 0;
    font-weight: 500;
    bottom: -1.5rem;
    display: none;
}

.package-input {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.package-item {
    position: relative;
    width: calc(100% / 3);
    padding: 1rem;
}

.package-item-inner {
    position: relative;
    border: 2px solid #181818;
    border-radius: 1rem;
    padding: 1.5rem;
    height: 100%;
}

.tour-inner-img img {
    width: 100%;
    position: relative;
    height: 100%;
    object-fit: cover;
}

.package-item-img {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: .5rem;
    margin-top: 1rem;
    object-fit: cover;
}

.package-item-img img {
    position: relative;
    width: 100%;
    object-fit: cover;
    /* margin-top: 1rem; */
    height: 100%;
}

.package-item-desc {
    position: relative;
    color: #181818;
    font-size: 13px;
    text-align: center;
}

.new-item-add {
    position: relative;
    width: 100%;
    border: 2px dashed;
    border-radius: 1rem;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.image-div {
    position: relative;
    padding: 1rem;
    width: 100%;
    border: 2px solid #181818;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}

.main-img-input-sec {
    position: relative;
    text-align: center;
    cursor: pointer;
    color: rgb(152, 161, 179);
    padding: 35px 50px 50px;
    border-width: 3px;
    border-style: dashed;
    border-color: rgb(152, 161, 179);
    border-image: url(https://resumedone.co/static/img/ui/crop/border-dash-rounded.svg) 3 / 1 / 0 round;
    transition: color 0.1s ease 0s;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-radius: .5rem;
    margin-top: 1rem;
}

.image-upload, .file-upload {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.main-img-input-sec span {
    font-size: 11px;
    margin-top: 1rem;
}

.popup-outer {
    height: auto;
    background: #fff;
    width: 60%;
    max-width: 600px;
    position: relative;
    padding: 2rem;
    height: 70vh;
}

span.pop-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
}

div#pop-odin-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 1rem;
}

div#popup-odin.active {
    visibility: visible;
    opacity: 1;
}

.do-include-set {
    position: relative;
    width: 50%;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
}

.include-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.left-include:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #ddd;
    right: 0;
    top:0;
}

.do-include-set h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
}

.check-mark-input {
    width: calc(100% / 3);
    position: relative;
    padding: 0 .5rem;
    margin-bottom: 1.5rem;
}

.no-content {
    position: relative;
    width: 5%;
}

.details-inner-title {
    position: relative;
    width: 85%;
}

.details-action-set {
    width: 10%;
    display: flex;
    justify-content: space-evenly;
}

.details-inner-title h3 {
    color: #181818;
    font-weight: 600;
    font-size: 15px;
}

.popup-title {
    position: relative;
    width: 100%;
    padding: 2rem;
    text-align: center;
    font-size: 1.5rem;
    color: #181818;
}

.tour-buttons {
    cursor: pointer;
}

.tour-buttons:hover {
    color: #ed0689;
}

.main-img-input-sec.filled {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.filled .up-icon {
    opacity: 0;
    transition: all .3s ease;
}

.filled:hover .up-icon {
    opacity: 1;
}

.filled span {
    opacity: 0;
    transition: all .3s ease;
}

.filled:hover span {
    opacity: 1;
}

div#price-include, #price-dont-include {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.popup-btn-area {
    position: relative;
    margin: 2rem 0;
    display: flex;
    justify-content: space-evenly;
}

.hover-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.6);
    left: 0;
    top: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.dtp-buttons {
    position: relative;
    font-size: 1.5rem;
    color: rgb(24 24 24 / 50%);
    margin: 0 2rem;
    width: 50px;
    height: 50px;
    border: 3px solid rgb(24 24 24 / 50%);
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: all .3s ease;
}

.hover-btn-sec {
    display: flex;
}

.dtp-buttons:hover {
    color: #ec088a;
    border-color: #ec088a;
}

.package-item-inner:hover .hover-content {
    opacity: 1;
    visibility: visible;
}

.dest-inner-title {
    width: 80%;
    position: relative;
    padding: 0 3rem;
    color: #181818;
}

.dest-action-set {
    width: 10%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

div#slider-img-sec {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slider-ind {
    position: relative;
    width: calc(100% / 3);
    padding: 1rem;
}

.ta-input-left.flex-stock {
    display: block;
}

div#featured-categories {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.check-cat-input {
    width: 25%;
    position: relative;
    padding: 0 0.5rem;
    margin-bottom: 1.5rem;
}

.tour-package-input {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.gallery-items {
    width: 20%;
    position: relative;
    padding: 1rem;
}

.gallery-thumb {
    position: relative;
    width: 100%;
    height: 150px;
    background-size: cover;
    z-index: 1;
    background-position: center;
}

.thumb-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(246,246,246,.8);
    display: grid;
    place-items: center;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}

.thumb-hover .dtp-buttons {
    font-size: 1.1rem;
}

.gallery-thumb:hover .thumb-hover {
    opacity: 1;
    visibility: visible;
}

span.pkg-item-header {
    position: absolute;
    background: #14a9e3;
    color: #fff;
    padding: 5px;
    top: -2.3rem;
    left: -.5rem;
}

.package-item-desc.rtp {
    text-align: left;
}

h1.pkh-item-title {
    font-size: 23px;
    font-weight: 800;
    color: #181818;
    margin-bottom: 0.5rem;
}

.cke_chrome {
}

.cke_chrome {
    border: 2px solid #14a9e3 !important;
}

.pkg-item-content p {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 1.5em;
    max-height: 4.5em;
    max-height: 7.5em;
    position: relative;
    color: #181818;
    font-size: .9375em;
    overflow: hidden;
}

.pkg-item-content {}

.table-outer-container h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.table-inner-container {}

section#thor-popups {
    position: fixed;
    z-index: 200;
    background: rgba(52, 60, 73, 0.5);
    width: 100vw;
    height: 100vh;
    display: none;
    place-items: center;
}

section#thor-popups.active {
    display: grid;
}

div#delete-pop {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 460px;
    border-radius: 6px;
    padding: 36px 30px 18px;
}

.popup-header {
    background: #fff;
    color: #444;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
}
.comp-scnd-btn {
    margin-right: 12px;
    border-radius: 3px;
    border: 2px solid #e6e6ff;
    background-color: rgb(255, 255, 255);
    color: rgb(113, 113, 166);
    font-size: 16px;
    padding: 0.7em 1.3em;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
}
.popup-action-btn {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: right;
    padding: 10px 0;
}
div#delete-pop .popup-header h3 {
    font-weight: 600;
    font-size: 24px;
    color: rgb(51, 51, 79);
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 1.2;
    text-transform: capitalize;
}

div#delete-pop .popup-header span {
    margin-bottom: 50px;
    line-height: 1.5;
    font-size: 16px;
    color: rgb(113, 113, 166);
}

.comp-btn {
    background: rgb(33, 150, 243);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(33, 150, 243);
    width: max-content;
    font-size: 15px;
    font-weight: 500;
    padding: 0.7em 1.7em;
    cursor: pointer;
    will-change: box-shadow;
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
}

.package-item-desc p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 1.5em;
    max-height: 4.5em;
    max-height: 7.5em;
    position: relative;
    color: #181818;
    font-size: .9375em;
    overflow: hidden;
}

div#dashboard-logo-area h4 {
    font-size: 1.4rem;
    font-weight: 300;
    text-transform: uppercase;
}

tbody tr {
    border-bottom: 1px solid #efefef;
}
.custom-dropdown {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.dropdown-toggle {
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
    position: relative;
    padding: 1rem;
    border: 2px solid #14a9e3;
    border-style: groove;
    font-family: 'Montserrat';
    background: #fff;
}

.dropdown-toggle:hover {
    background: #eeeeee;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    z-index: 1000;
    overflow-y: scroll;
    background: #fff;
}

.custom-dropdown.open .dropdown-menu {
    max-height: 200px;
}

.dropdown-item {
    padding: 12px 16px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.dropdown-item:hover {
    background: #f0f0f0;
}

.dropdown-item.selected {
    background-color: #e0e0e0;
    font-weight: bold;
}

.wr-head {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.upld-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 4rem;
}

.img-cont-wrapper {
    position: relative;
    width: 100%;
    border: 1px solid;
    padding: 1rem;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
}

.img-thumb {
    position: relative;
    width: 24%;
    aspect-ratio: 1;
    /* background: red; */
    margin-right: 10px;
}

.btn-area-p {
    position: relative;
    width: max-content;
    height: max-content;
}
#popbottom-slider {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 550;
    background: #fff;
    display: flex;
    flex-direction: column;
    top: 100%;
    left: 0;
    padding: 2rem;
    justify-content: flex-start;
    transition: all .4s ease;
    align-items: center;
    overflow-y: scroll;
}

.pb-outer {
    position: relative;
    width: 100%;
    height: calc(100% - 80px);
}

.pb-footer {
    position: relative;
    display: flex;
    padding: 2rem 4rem 0;
    justify-content: flex-end;
    border-top: 1px solid hsl(218, 4%, 92.5%);
    width: 100%;
}

.pb-footer .button:not(:last-child) {
    margin-right: 1rem;
}

.pb-title {
    text-align: center;
    font-size: 2rem;
    color: var(--clr-primary-text);
    margin-bottom: 2rem;
}

#popbottom-slider.active {
    top: 0;
}

#pb-img-preview {
    position: relative;
    width: 100%;
    height: 60vh;
}


.attachment-item {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

div#attachments-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}

svg.delete-icon {
    width: 20px;
}

.attachment-delete {
    position: relative;
    display: flex;
    cursor: pointer;
}