﻿.swal2-container {
	z-index: 2050;
}

.swal2-modal.custom .swal2-styled:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
}

.swal2-modal.custom .swal2-close {
	font-size: 21px;
	height: 35px;
	width: 35px;
	line-height: 35px;
}

.swal2-modal.custom {
	font-family: inherit;
	text-align: inherit;
}

.swal2-modal.custom .swal2-validationerror {
	text-align: center;
}

.swal2-modal.custom .swal2-input {
	font-size: inherit;
	border-radius: unset;
	height: 34px;
	margin: 0px;
}

.swal2-modal.custom .swal2-textarea {
	font-size: inherit;
	border-radius: unset;
	margin: 0px;
	min-width: 100%;
	max-width: 100%;
}

.swal2-modal .swal2-buttonswrapper {
	padding: 0;
	margin-top: 0px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.swal2-modal.custom .swal2-title {
    color: inherit;
    font-size: 14px;
	font-weight: 600;

    text-align: left;
    text-transform: none;

    position: relative;

    border-bottom: 1px solid #e5e5e5;
    display: block;
    word-wrap: break-word;
}

.swal2-modal.custom .swal2-content {
    font-size: inherit;
    text-align: inherit;
    font-weight: inherit;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: inherit;
    word-wrap: break-word;
}

.swal2-modal .swal2-title {
    padding: 0 10px 0 10px;
}

@-webkit-keyframes showSweetAlert {
    0% {
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%);
	 opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
	 opacity: 1; }
}

@keyframes showSweetAlert {
  0% {
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%);
	opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
	opacity: 1; }
}

@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%);
    opacity: 0; } }

@keyframes hideSweetAlert {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%);
    opacity: 0; } }

.swal2-show {
  -webkit-animation: showSweetAlert .3s ease-out;
          animation: showSweetAlert .3s ease-out; }
  .swal2-show.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

.swal2-hide {
  -webkit-animation: hideSweetAlert .3s ease-out;
          animation: hideSweetAlert .3s ease-out; }
  .swal2-hide.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

.swal2-container.swal2-fade {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}