.nice-select.currency .list{
    height: 200px;
    overflow-y: scroll;
}

.gutsyprogresssteps{
    display: inline-block;
}

.gutsyprogresssteps ul.progressbar{
    margin-top: auto;
    margin-bottom: auto;
}

.gutsyprogresssteps ul.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    height: 20px;
    font-weight: 900;
    line-height: 20px;
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: 0 auto 0px auto;
    color: var(--main-color);
    background: transparent;
    border: 1px solid var(--main-color);
}

.gutsyprogresssteps ul.progressbar li.active:before{

    color: #ffffff;
    background: var(--main-color);
    border: 0px solid var(--main-color);
}



.gutsyprogresssteps ul.progressbar li i{
    color: #ffffff;
    background: var(--main-color);
    border-radius: 50%;
    width: 13px;
    height: 13px;
    margin-right: 2px;
}

.gutsyprogresssteps ul.progressbar li i:before{
    font-size: 10px;
    content: "\f00c";
}

.gutsyprogresssteps ul.progressbar li.pending i:before{
    content: "\f12a";
}



.gutsyprogresssteps ul.progressbar li:after {
    background: var(--main-color) !important;
    top: 9px !important;
    z-index: 1 !important;
    height: 3px !important;
    width: calc(100% - 20px) !important;
    left: calc(50% + 10px) !important;
}

/*
.gutsyprogresssteps#itinerarysteps ul.progressbar li:after {
    content: none !important;
}
*/


.gutsyprogresssteps ul.progressbar li {
    list-style-type: none;
    color: var(--main-color);
    float: left;
    position: relative;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
    min-width:150px;
    cursor:pointer;
    /*margin-right: 35px;*/
}

.gutsyprogresssteps#itinerarysteps ul.progressbar li {
    min-width:90px;
}

@media (min-width: 1200px) {
    .gutsyprogresssteps#itinerarysteps ul.progressbar li {
        min-width:150px;
    }
}

@media (min-width: 900px) and (max-width: 1200px) {
    .gutsyprogresssteps#itinerarysteps ul.progressbar li {
        min-width:100px;
    }
}


.gutsyprogresssteps ul.progressbar {
    height: auto;
    padding: 0;
    counter-reset: step;
}
.tag-editor {
    min-height: 40px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border: 1px solid #e0e0e0 !important;
    background: none !important;
    box-shadow: none !important;
     border-radius: 3px !important;
 }

.sectiontitle{
	border-radius: 3px !important;
	border: 1px solid #e0e0e0 !important;
    z-index: 998;
} 

.deleteelement{
    position: absolute;
    right: 1px;
    top: 2px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 1000 !important;
}

.b_map {
    height: 100%;
    width: 100%;
    position: absolute !important;
}

#b_legend{
    line-height: 1.8em;
    padding: 12px 12px;
    margin: 10px;
    background: white !important;
    color: #000000;
    border-radius: 5px;
}

#b_legend #content {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}

#b_legend .a_item {
    cursor: move;
}

.b_rounded_map_icon{
    display: flex;
    background-color: #ffffff;
    -webkit-box-align: center;
    align-items: center;
    width: 25px;
    height: 25px;
    min-width: 25px;
    -webkit-box-pack: center;
    justify-content: center;
    color: var(--maindark-color);
    font-weight: 900;
    border-radius: 50%;
    border-color:var(--maindark-color);
    page-break-inside: avoid;
}

.mapmarker{
  font-size: 1.6em !important;
    font-style: normal !important;
}

.currency{
    /*padding: 0.25em 0.25em;*/
}

.bottom_actionbar{
    padding: 1.5em 0em;
    text-align: center;
    box-shadow: 0px 4px 8px 4px rgba(0,0,0,.25);
    /*o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
    background: #fff;
    border-radius: 4px ! important;
    width:100%;
    margin: 0 0 0px 0;
    z-index: 1003;
    position: fixed;
    bottom:0;
    height: 60px;
    /*border: 1px solid var(--mainmild-color);*/
}


.photoblogimage .label {
    color: #ffffff;
    font-size: 18px;
    font-weight: 1000 !important;
    position: absolute;
    left: 5px;
    width: calc(100% - 10px);
    background-color: rgba(0, 0, 0, 0.65);
    padding-left: 5px;
    padding-right: 5px;
    top: calc(100% - 38px);
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.photoremove {
    color: #ffffff;
    font-size: 24px;
    font-weight: 1000 !important;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 4px;
    padding: 2px;
    margin-top: 6px;
    margin-left: 10px;
    z-index: 1;
    cursor: pointer;
}

.photoblogimage{
    border: 1px solid var(--main-color);
    border-radius: 10px;
    float: left;
    position: relative;
    margin-top: 6px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 12px;
    cursor: pointer;
}

.photoblogimage img{
    max-height: 200px;
    max-width: 200px;
    border-radius: 10px;
    height: 180px !important;
    width: 300px !important;

    object-fit: cover;
    object-position: center;
}

.photoblogimage.coverimage img{
    max-height: 100px;
}

.photoblogimage .makethumbnail{
    position: absolute;
    right: 5px;
    top: 10px;
    color: #ffffff;
    font-size: 9px;
    display: none;
    cursor: pointer;
}

.photoblogimage:hover .makethumbnail{
    display: block;
}

.photosbtn{
    /*margin-left: 10px;*/
    margin-right: 15px;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    display: inline-flex;
    background: white;
    color: #444;
    border-radius: 5px;
    padding-left: 8px;
    padding-right: 8px;
    box-shadow: 1px 1px 3px grey;
    white-space: nowrap;
    cursor: pointer;

}

.photosbtn i{
    color:var(--main-color);
    align-items: center;
    justify-content: center;
    display: flex;
}

.googlebtn{
    display: inline-flex;
    background: white;
    color: #444;
    border-radius: 5px;
    /*border: thin solid #888;*/
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 1px 1px 3px grey;
    white-space: nowrap;
    cursor: pointer;
}

/* pricing items */

.priceitem{
    padding: 5px !important;
    color: #ffffff !important;
}

.priceitem span.fas {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
}

#pricetabs{
    margin-bottom: 20px;
}

.pricebtn{
    margin-right: 15px;
}

#pricetabs .ui-widget-header{
    border: none;
    background: none;
}

#pricetabs .ui-state-hover{
    /*border: none;*/
    background: var(--mainlight-color);
    font-weight: normal;
    color: var(--maindark-color);
    cursor: pointer !important;
}

#pricetabs .ui-state-hover.ui-state-active{
    border: 1px solid var(--maindark-color);
    background: var(--maindark-color);
    color: #ffffff;
    font-weight: 900;
}

#pricetabs .deletepricetype{
    color: var(--maindark-color);
    position: absolute;
    right: 1px;
    top: 2px;
    font-size: 16px;
    font-weight: 1000 !important;
}

#pricetabs .ui-tabs-active.ui-state-active .deletepricetype{
    color: #ffffff;
}

#pricetabheadings li a {
    padding-right: 25px;
}

.makethumbnail{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 9px;
    display: none;
    cursor: pointer;
}

.thumbnailcontainer:hover .makethumbnail{
    display: block;
}

.eventsection .actions{
    visibility: hidden;
    position: relative;
    z-index: 998;
    top: 10px;
    right: 100px;
}

.eventsection:hover .actions{
    visibility: visible;
}

.eventsection .actions .action{
    font-weight: bold;
    margin-right: 10px;
    padding: 6px;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    background-color: var(--mainlight-color);
    color: var(--maindark-color);
    cursor: pointer;
}

.eventsection .actions .action i{
    font-size: 14px !important;
}