/*----------------------------------------------*\
    COLORS
\*----------------------------------------------*/
/*----------------------------------------------*\
    GRID
\*----------------------------------------------*/
/*----------------------------------------------*\
    HEADINGS
\*----------------------------------------------*/
/*----------------------------------------------*\
    FONT
\*----------------------------------------------*/
/*----------------------------------------------*\
   PRIMITIVES
\*----------------------------------------------*/
#sm-modal-popup #sm-modal-wrapper {
  max-width: 650px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  overflow: hidden;
  border-radius: 5px; }

#sm-modal-popup .sm-modal-content {
  padding: 25px 30px; }

#sm-modal-popup .button-close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  z-index: 1;
  width: 40px;
  height: 40px; }
  #sm-modal-popup .button-close .icon-close:before {
    width: 40px;
    height: 40px; }

#sm-modal-popup #sm-modal-content {
  max-height: 65vh;
  overflow-y: auto;
  padding: 10px 0; }

@media screen and (max-width: 900px) and (orientation: landscape) {
  #sm-modal-wrapper {
    top: 5vh; }
    #sm-modal-wrapper #sm-modal-content {
      max-height: 80vh; } }

@media screen and (max-width: 650px) {
  #sm-modal-popup #sm-modal-wrapper {
    top: 3vh; }
  #sm-modal-popup #sm-modal-content {
    max-height: 85vh; } }

/*# sourceMappingURL=../../maps/objects/custom-modal.css.map */
