/* .popover-modal:after,
.popover-modal:before {
    display: inline-block;
    content: " "
} */


/* .popover-wrapper {
    position: relative
} */


/* .popover-modal {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    //-webkit-transition:all 240ms cubic-bezier(.34,1.61,.7,1);
    //-o-transition:all 240ms cubic-bezier(.34,1.61,.7,1);
    //transition:all 240ms cubic-bezier(.34,1.61,.7,1);
    -webkit-transform: scale(0);
    transform: scale(0);
    transform-origin: 29px -10px;
    opacity: 0;
    position: absolute;
    z-index: 1000;
    width: 300px;
    border-radius: 4px;
    border: 1px solid #aab2bd;
    background-color: #fff;
} */


/* .popover-wrapper.open .popover-modal {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
} */


/* .popover-wrapper.open .btn-dropdown {
    outline: 0
} */


/* .popover-modal:before {
    position: absolute;
    //bottom:-16px;
    left: 16px;
    border: 8px solid transparent;
    border-bottom-color: #aab2bd
} */


/* .popover-modal:after {
    position: absolute;
    bottom: -14px;
    left: 17px;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    max-width: 5px;
} */


/* .popover-modal .popover-body {
    margin: 0;
    padding: 4px 0;
    max-height: 300px;
} */


/* .popover-modal .popover-body.popover-body-padded {
    padding: 8px
} */


/* .popover-modal .popover-header {
    padding: 8px;
    line-height: 19px;
    border-bottom: 1px solid #aab2bd
}

.popover-modal .popover-header a {
    color: #434a54;
    text-decoration: none;
    line-height: 19px
}

.popover-modal .popover-header a:hover {
    color: #000
} */


/* .popover-modal .popover-header .popover-close-btn {
    float: right
} */


/* .popover-wrapper.right .popover-modal {
    transform-origin: 275px -10px;
    bottom: 20px;
    left: -135px;
} */


/* .popover-wrapper.right .popover-modal:before {
    left: auto;
    right: 50%
} */


/* .popover-wrapper.right .popover-modal:after {
    left: auto;
    right: 50%
} */


/* .popover-wrapper.top-right .popover-modal {
    left: 0%;
    bottom: 100%;
} */


/* .popover-wrapper.top-right .popover-modal::after {
    left: 3px;
} */


/* Bottom */


/* .popover-wrapper.bottom-right .popover-modal {
    left: 20px;
    top: 0;
} */


/* .popover-wrapper.bottom-right .popover-modal::before {
    left: -16px;
    top: 3px;
    bottom: auto;
    border: 8px solid rgba(251, 248, 248, 0);
    border-bottom-color: #ffffff;
    transform: rotate(270deg);
} */


/* .popover-wrapper.bottom-right .popover-modal::after {
   border: 0;
} */


/* .popover-wrapper.bottom .popover-modal::before {
    left: 7px;
    top: -16px;
    bottom: auto;
    border: 8px solid rgba(251, 248, 248, 0);
    border-bottom-color: #ffffff;
    transform: rotate(0);
} */


/* .popover-wrapper.bottom .popover-modal::after {
   border: 0;
} */


/* Left */


/* .popover-wrapper.right.left .popover-modal {
    right: 0;
    left: auto;
} */


/* .popover-wrapper.bottom-left .popover-modal {
    right: 0;
} */


/* .popover-wrapper.bottom-left .popover-modal::before {
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
    right: 3px;
    left: auto;
    top: -15px;
    z-index: 1;
} */


/* .popover-wrapper.bottom-left .popover-modal::after {
    border: 0;
} */


/* .popover-wrapper.right.top-left .popover-modal {
    right: 0;
    left: auto;
} */


/* .popover-wrapper.right.top-left .popover-modal::after {
    right: 3px;
} */

@media screen and (max-width: 384px) {
    /* .popover-wrapper.open .popover-modal {
        -webkit-transform: scale(.65);
        transform: scale(.65);
    }
    .popover-wrapper.right .popover-modal {
        bottom: -35px;
        left: -186px;
    }
    .popover-wrapper.right .popover-modal:after {
        right: 47%;
    }
    .popover-wrapper.right.top-left .popover-modal {
        right: -5px;
    }
    .popover-wrapper.top-right .popover-modal {
        left: -6px;
        bottom: -35px;
    }
    .popover-wrapper.bottom-right .popover-modal {
        left: 9px;
        top: 3px;
    }
    .popover-wrapper.bottom-left .popover-modal {
        right: -92px;
    } */
}

@media screen and (min-width: 385px) and (max-width: 768px) {
    /* .popover-wrapper.open .popover-modal {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
    .popover-wrapper.bottom-left .popover-modal {
        right: -27px;
    }
    .popover-wrapper.right .popover-modal {
        bottom: 3px;
        left: -147px;
    }
    .popover-wrapper.bottom-right .popover-modal {
        left: 15px;
    }
    .popover-wrapper.top-right .popover-modal {
        bottom: 5px;
    } */
}