[v-cloak] {
    display: none;
}

.filter_btn_group {
    display:flex;
    width: 100%;
}

body.dark-only .page-wrapper .list-group-flush .list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

body.dark-only .page-wrapper .list-group-item {
    background-color: #09090b;;
    border: 1px solid rgba(50, 50, 81, 0.5);
}

body.dark-only .page-wrapper .list-group-item:last-child {
    background-color: #09090b;;
    border: none;
}

.filter_btn_group_center {
    justify-content: center;
}

.filter_btn_group > div {
    margin-left: 15px;
}

.filter_btn_group > div:first-child {
    margin-left: 0px;
}

.text-primary {
    color: var(--theme-deafult) !important;
}

.blank_page_info > div {
    margin-bottom: 20px;
}

.my_loader,
.my_loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.my_loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid var(--theme-deafult);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.form_center_label {
    font-size: 16px;
}

.form_ask_label {
    font-size: 16px;
}

.banner_upload {
    cursor: pointer;
    position: relative;
    background-color: #323251;
    padding: 20px;
    border-radius: 8px;
    border: 1px dashed var(--theme-deafult);
}

.img_thumbnail_main {
    display: flex;
}

.img_thumbnail {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #323251;
    padding: 20px;
    border-radius: 8px;
    border: 1px dashed var(--theme-deafult);
    justify-content: center;
    vertical-align: center;
    margin-left: 10px;
}

.img_thumbnail:first-child {
    margin-left: 0;
}


.center_icon {
    position: relative;
    bottom: 5px;
    right: 5px;
}

.center_icon_spin {
    position: relative;
    bottom: 6px;
    right: 6px;
}

.theme_thumbnail_main {
    display: flex;
}

.theme_thumbnail {
    width: 25px;
    height: 25px;
    cursor: pointer;
    /*background-color: #323251;*/
    /* padding: 5px; */
    border-radius: 2px;
    /*//border: 1px solid var(--theme-deafult);*/
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: center;
    margin-left: 10px;
    outline: 0px solid #CCC;
}

.theme_thumbnail div {
    color: #FFFFFF !important;
    font-size: 10px !important;
}

.theme_thumbnail:first-child {
    margin-left: 0;
}

.color_center_icon {
    position: relative;
    /* left: 2px;
    top: 2px; */
    font-size: 12px !important;
}

.theme_color_1 {
    background-color: #0175FF;
}

.theme_color_2 {
    background-color: #4444B2;
}

.theme_color_3 {
    background-color: #0A9B77;
}

.theme_color_4 {
    background-color: #DA1769;
}

.theme_color_5 {
    background-color: #EC7603;
}

.theme_color_6 {
    background-color: #FAB83C;
}

.CodeMirror {
    height: 200px;
}

.my_link_label_main {
    /*display: flex;*/
}

.my_link_label {
    position: relative;
    border: 1px solid var(--theme-deafult);
    color: var(--theme-deafult);
    padding: 5px 35px 5px 10px;
    border-radius: 8px;
    width: fit-content;
    margin-bottom: 10px;

}

.theme_thumbnail.select {
    outline: 1px solid #FFFFFF;
    animation: borderSelect 1.5s infinite;
}

@keyframes borderSelect {
    50% {
        outline-color: #000000;
        /*color: var(--theme-secondary);*/
    }
}

.my_link_label.remove {
    animation: borderRemove 1s infinite;
}

@keyframes borderRemove {
    50% {
        border-color: var(--theme-secondary);
        /*color: var(--theme-secondary);*/
    }
}

.my_link_label.tag {
    margin-right: 10px;
    display: inline;
    float: left;
}

.my_link_label .right_icon {
    position: absolute;
    /*right: -20px;*/
    right: 10px;
    top: 3px;
}

.my_link_label i {
    padding: 5px;
    cursor: pointer;
    transition: color 0.4s ease;
}

.my_link_label i:hover {
    padding: 5px;
    cursor: pointer;
    color: var(--theme-secondary);
    transition: color 0.4s ease;
}

.banner_box {
    width: 250px;
    height: 42px;
    /*border: 5px solid black;*/
    position: relative;
    max-width: 100%;
}

.banner_thumbnail {
    width: 100%;
    object-fit: cover;
}

.banner_box_edit {
    position: absolute;
    width: 100%;
    background-color: #00000085;
    height: 100%;
    top: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_box img {
    max-width: 100%;
    max-height: 100%;
    display: block; /* remove extra space below image */
    border-radius: 5px;
}

/* .banner_edit_icon_edit {
    top: 28%;
    left: 35%;
    position: absolute;
}

.banner_edit_icon_new {
    top: 28%;
    left: 55%;
    position: absolute;
} */

.banner_edit_icon_edit:hover, .banner_edit_icon_new:hover {
    color: var(--theme-secondary);
    cursor: pointer;
}

.day_folded {
    position: relative;
    display: flex;
    padding: 10px 40px 10px 10px;
    border: 1px solid #525660;
    border-radius: 10px;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.day_folded .day_folded_two_icon .light {
    padding: 10px 80px 10px 10px !important;
    /*color: #ffffff99;*/

}

.light_border {
    border: 1px solid #ffffff99 !important;
}

day_folded .day_folded_icon, .light_border:hover {
    border: 1px solid var(--theme-deafult) !important;
    color: var(--theme-deafult);
    transition: all 0.3s;
}

.link_link {
    color: #ffffff99;
}

day_folded .day_folded_icon, .light_border {
    transition: all 0.3s;
}

.day_folded .day_folded_icon {
    position: absolute;
    right: 20px;
    transition: right 0.3s ease-out;
}

.day_folded:hover .day_folded_icon {
    transition: right 0.3s ease-out;
    right: 12px;
}

.day_folded .day_folded_icon i {
    font-size: 24px;
    color: var(--theme-deafult);
}

.feather-12 {
    width: 12px;
    height: 12px;
}

.feather-14 {
    width: 14px;
    height: 14px;
}

.feather-16 {
    width: 16px;
    height: 16px;
}

.feather-18 {
    width: 18px;
    height: 18px;
}

.feather-20 {
    width: 20px;
    height: 20px;
}

.feather-30 {
    width: 30px;
    height: 30px;
}

.feather-40 {
    width: 40px;
    height: 40px;
}

.feather-60 {
    width: 60px;
    height: 60px;
    stroke-width: 1;
}


.day_folded .day_folded_icon_edit {
    position: absolute;
    right: 50px;
}

.day_folded .day_folded_icon_view {
    position: absolute;
    right: 85px;
}
.day_folded .day_folded_icon_profile {
    position: absolute;
    right: 150px;
}
.day_folded .day_folded_icon_view i {
    font-size: 18px;
    color: var(--theme-deafult);
}

.day_folded .day_folded_icon_edit i {
    font-size: 18px;
    color: var(--theme-deafult);
}

.day_folded .day_folded_icon_remove {
    position: absolute;
    right: 20px;
}

.day_folded .day_folded_icon_remove i {
    font-size: 18px;
    color: var(--theme-secondary);
}

.hide {
    display: none;
}

.day_folded:hover .hide {
    display: block;
}

.day_folded .link_icon {
    position: absolute;
    top: 16px;
}

.link_title {
    margin-left: 35px;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 20px;
}

.sidebar_profile {
    display: flex;
    cursor: pointer;
}

.sidebar_profile img {
    border-radius: 10%;
}

.trip_rbn {
    background: linear-gradient(90deg, #000000 0.1%, rgba(0, 0, 0, 0) 31.74%);
    margin-left: -10px;
}

.banner_rbn {
    background: linear-gradient(
        90deg, #000000 5.1%, rgba(0, 0, 0, 0) 84.74%);
    position: absolute;
    width: 100px;
    margin-top: 10px;
    text-align: start;
    cursor: pointer;
    transition: color 0.3s ease-in;
}
.banner_rbn:hover{
    color: var(--theme-deafult);
    transition: color 0.3s ease-in;
}
.trip_img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my-border-bottom {
    border-bottom: 0.5px solid #323251 !important;
    margin: 10px 0;
    height: 10px;
}

.link_input_box {
    background: rgb(64 64 64 / 20%);
    border-radius: 8px;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.profile_edit_icon {

}
.input_box_link{
    padding: 0px;

    cursor: move;
}

.center {
    justify-content: center;

}

.blog-details ul li {
    color: #FFF !important;
}

.my_sidebar {

    animation: 2s fadeIn;
    animation-fill-mode: forwards;
    visibility: hidden;
}
.animate { animation: disappear 2.5s linear; }

.copyAlert { opacity: 0; }

@keyframes disappear {
    5%  { opacity: 1; }
    30%  { opacity: 1; }
    60%  { opacity: 1; }
    100% { opacity: 0; }
}
.my_fade_in {

    animation: 1s fadeIn;
    animation-fill-mode: forwards;
    visibility: hidden;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

.form_error {
    color: var(--theme-secondary);
    font-size: 13px;
    transition: all 1s ease-in;
}

.c_p {
    cursor: pointer !important;
}

.no_c_p {
    cursor: default !important;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}

.list-enter-active,
.list-leave-active {
    transition: all 0.5s ease;
}

.list-enter-from,
.list-leave-to {
    opacity: 0;
    transform: translateX(10px);
}

.banner_image_input {
    opacity: 0.0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.day_container {
    position: fixed;
    z-index: 9;
    background-color: #262932;
    padding: 20px 40px;

    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    /*border-left: 0.5px solid #7365ff;*/
}

.day_container_close {
    right: -100%;
    transition: right 0.3s ease;
}

.day_container_open {
    right: 0;
    transition: right 0.3s ease;
}

#my_overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

.my_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.my_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.my_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.my_close:hover,
.my_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.day_img_thumbnail {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -6px;
    left: -20px;
    border-radius: 18%;
    object-fit: cover;
}


.img-container {
    display: flex;
    justify-content: center;
}

.trip_box {
    cursor: pointer;
}


/*designer CSS*/
.profile-tags-and-search {
    flex-wrap: wrap;
}

.profile-page .container article .profile-tags-and-search .profile-tags {
    width: 100%;
}

.profile-page .container article .profile-tags-and-search .Search {
    width: 100%;
    padding: 0;
    margin-top: 15px;
}

.show_form {
    display: block;
    transition: display 0.4s ease;
}

.hide_form {
    display: none;
    transition: display 0.4s ease;
}

.profile-page .container article .profile-tags-and-search .Search input {
    padding: 10px 10px;
    padding-left: 33px;
    background: url(../images/search.svg) no-repeat;
    background-size: 18px;
    background-position: 9px 10px;
}

.blog-details-add {
    position: absolute;
}

.treck_me_logo {
    width: 110px!important;
}
.input_box_link_small{
    display: none;

}
.create_link_header{
    display: flex;
    align-items: center;
     justify-content: space-between
}

.create_link_header_heading_text{
    border-bottom: 2px solid var(--theme-deafult);
    display: inline-block;
    line-height: 30px;
    margin-bottom: 0
}

.daels_menu_items{
    padding-bottom: 10px;
    padding-top: 11px;
}
@media only screen and (max-width: 1024px){
    .card .card-body {
        padding: 20px;
    }
    .show_preview_btn{
        padding: 8px 15px;
    }
   .banner_edit_icons{
    width: 20px;
   }
}
@media only screen and (max-width:590px){

    .input_box_link{
        display: none;
    }
    .input_box_link_small{
        display: block;
        align-items: center;

    }
    .link_input_box {
        padding: 20px;
    }
    .input_box_link_small_flex_content{
        display: flex;
        align-items: center;

    }
}

@media only screen and (max-width:575px){
    .search_bar_input_box{
        width: 100%;
    }
    .input_bar_space_end{
        margin-right: 15px;
    }

    .input_bar_space_start{
        margin-left: 15px;
    }
}
@media only screen and (max-width:460px){
    .create_link_header{
        display: block;
    }
    .create_link_header_heading_text{
        margin-bottom: 15px;
    }
}

