/* Stacked Cards component css */
/* body {
    overflow-x: hidden;
    font-family: "Open Sans";
    font-size: 12px;
    background: #BFC7D0;
    padding: 10%;
  }
   */
/* .no-transition {
    -webkit-transition: none ! important;
    -o-transition: none ! important;
    transition: none ! important;
  } */

  .stackedcards-overflow {
    overflow-y: hidden !important;
}

.stackedcards.init {
    opacity: 0;
    /* set the opacity to 0 if you want a fade-in effect to stacked cards on page load */
}

.stackedcards {
    position: relative;
}

.stackedcards * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.stackedcards--animatable {
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.stackedcards .stackedcards-container>*,
.stackedcards-overlay {
    position: absolute;
    width: 100%;
    /* set 100% */
    /* height: 100%; set 100% */
    will-change: transform, opacity;
    top: 0;
    border-radius: 10px;
    margin-bottom: 0;
}

.stackedcards-overlay.left>div,
.stackedcards-overlay.right>div,
.stackedcards-overlay.top>div {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stackedcards-overlay.left,
.stackedcards-overlay.right,
.stackedcards-overlay.top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    top: 0;
    height: 100%;
    font-size: 24px;
    /* this style was added only for better preview */
    text-transform: uppercase;
    /* this style was added only for better preview */
    font-weight: 500;
    /* this style was added only for better preview */
    color: #fff;
    /* this style was added only for better preview */
}

.stackedcards-overlay.top {
    background: #E38568;
}

.stackedcards-overlay.right {
    background: #7BB3C5;
}

.stackedcards-overlay.left {
    background: #E58D93;
}

.stackedcards-overlay.left:empty,
.stackedcards-overlay.right:empty,
.stackedcards-overlay.top:empty {
    display: none !important;
}

.stackedcards-overlay-hidden {
    display: none;
}

.stackedcards-origin-bottom {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.stackedcards-origin-top {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.stackedcards-bottom,
.stackedcards-top,
.stackedcards-none {
    background: #fff;
    /* set card background background */
    height: 100%;
}

/* Removes white background for animation */
.stackedcards-top {
    background: none;
}

.stackedcards .stackedcards-container> :nth-child(1) {
    position: relative;
    display: block;
}

/* global actions buttons*/
.global-actions {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: block;
    width: 100%;
    margin-top: 10px;
    padding-top: 16px;
    width: 50%;
    margin: auto;
    text-align: center;
}

.top-action,
.right-action,
.left-action {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
}

.top-action {
    /* background: #E38568;
    margin: 0 10px; */
    dn
}

.right-action {
    float: right;
    background: #4DE2DB;
    -webkit-transition: background-color 100ms ease;
    transition: background-color 100ms ease;
}

.left-action {
    float: left;
    background: #4DE2DB;
    -webkit-transition: background-color 100ms ease;
    transition: background-color 100ms ease;
}

.right-action:active {
    background: #fff;
}

.left-action:active {
    background: #fff;
}

/* elements on stacked cards */
.card-item {
    background: #fff;
    /* opacity: 1!important; */
}

.card-item-no-background {
    background: none;
}

/* AMENDED LETFLIX CSS */

.card-centred {
    position: relative;
    left: 0%;
    top: 0;
    right: 0%;
    bottom: auto;
    width: 100%;
    max-width: 340px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.property-card-dev {
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
    border-radius: 10px;
    /* z-index: 100;
    display: block;
    margin-right: auto;
    margin-left: auto; */
    background-color: #fff;
    cursor: -webkit-grab;
    cursor: grab;
    /* border: 1px solid white; */
    box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.3);
}

.card-left-icon {
    width: 40px;
    cursor: pointer;
}

.card-right-icon {
    width: 40px;
    cursor: pointer;
}

.zero-prop-card img {
    width: 100%;
    margin-top: 100px;

}

.zero-prop-card {
    background-color: #00b4ac;
    padding: 40px;
    /* position: absolute;
    margin-top: 60px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; */
}

.flick-wrapper {
    position: relative;
    height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #00d6cc;
    overflow: hidden;
}

@media screen and (max-width: 767px) { 
    .flick-wrapper {
        padding-top: 20px;
    }
}

@media screen and (max-width: 479px) {
    .property-card {
        width: 100%;
    }

}