/* ==================== */
/*		   MODAL 	 	*/
/* ==================== */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 0.7em;
}

.rl-modalBg {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background: rgba(31, 31, 88, 0.8);
}

.rl-modalRow {
    display: table;
    width: 100vw;
    height: 100vh;
}

.rl-modalContainer {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.rl-modalClose {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 25px;
    cursor: pointer;
    background: url("/web/20211203172753im_/http://af2af.com/vendor/migrate-pop-up/close.svg") 0 0 no-repeat;
    background-size: 100% 100%;
}

.rl-modalContent {
    background: #fff;
    padding: 25px 27px;
    border-radius: 5px;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}

.rl-modalContent__item {
    margin-bottom: 15px;
}

.rl-modalContent__item-header {
    margin-top: 0;
    /* margin-bottom: 25px; */
}

.rl-modalContent__item:last-child {
    margin-bottom: 0;
}

.rl-modalContentInput{
    padding-left: 20px!important;
    padding-right: 20px!important;
    border-width: 0!important;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 50px;
    min-height: 50px;
    max-height: 300px;
    background-color: #ecf5f6!important;
    font-size: 16px;
    color: #2e2e4f;
}

.rl-modalContentInput::placeholder{
    color: #2e2e4f;
}
.rl-modalContentInput:hover,
.rl-modalContentInput:focus{
    background: #e2edee!important;
}
.modalContentInput-error::placeholder,
.modalContentInput-error:hover,
.modalContentInput-error:focus,
.modalContentInput-error{
    background-color: #fcd2d2!important;
    color: #f17373;
}
.rl-modalContentInput-textarea{
    min-height: 150px;
    height: 150px;
    padding: 14px!important;
}

.rl-modalContentButton {
    display: inline-block;
    width: 100%;
    line-height: 45px;
    padding: 0;
    background: #39ace5;
    box-shadow: 0 4px 0 #4095bf;
    color: #fff;
    transition: 0.1s;
    font-size: 16px;
}

.rl-modalContentButton:focus,
.rl-modalContentButton:hover {
    background: #48a6d4;
}
/*
     FILE ARCHIVED ON 17:27:53 Dec 03, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:02:23 Mar 10, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 85.58
  exclusion.robots: 0.068
  exclusion.robots.policy: 0.057
  cdx.remote: 0.049
  esindex: 0.008
  LoadShardBlock: 52.011 (3)
  PetaboxLoader3.datanode: 78.253 (5)
  load_resource: 197.772 (2)
  PetaboxLoader3.resolve: 109.482 (2)
*/
