input[type="text"] {
    display: block;
    background-color: white;
    /* border: 1px solid rgba(0, 0, 0, 0.25); */
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: rgba(0, 0, 0, 0.87);
    outline: none;
    padding: .5rem 1rem;
    line-height: normal;
    font-size: 0.875rem;
    vertical-align: middle;
    /* height: 2.1875rem; */
    transition: .2s ease-out all;
}

input[type="text"].lg {
    font-size: 12px;
    /* height: 2.8125rem; */
    /* padding: 0.6875rem 0.8125rem; */
}

input[type="text"].sm,
input[type="text"].xsm {
    font-size: 0.8125rem;
    height: 2rem;
    padding: 0.4375rem 0.5625rem;
}

input[type="text"].sm--x {
    height: 1.5rem;
    font-size: .8rem;
    padding: 0 .3rem;
}

input[type="text"].full-w {
    width: 94%;
    height: 45px;
}

input[type="text"]:hover {
    /* border: 1px solid rgba(0, 0, 0, 0.38); */
}

input[type="text"]:focus {
    /* border: 1px solid #ed1d53; */
    caret-color: #ed1d53;
}

.inp-float-label {
    position: relative;
    width: 100%;
    margin-left: 20px;
}

.inp-float-label:hover label {
    color: rgba(0, 0, 0, 0.87);
}

.inp-float-label input[type="text"]:invalid {
    box-shadow: none;
}

.inp-float-label label {
    position: absolute;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.38);
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    transition: 0.2s ease-out all;
}

.inp-float-label label:not(:last-child) {
    top: 35%;
}

.inp-float-label input[type="text"].lg+label {
    left: 0.6875rem;
}

.inp-float-label input[type="text"].sm+label {
    left: 0.4375rem;
}

.inp-float-label input[type="text"]:focus~label {
    color: #ed1d53;
}

.inp-float-label input[type="text"]:focus~label,
.inp-float-label input[type="text"]:not(:focus):valid~label {
    top: -7%;
    left: 0.6875rem;
    font-size: 12px;
    background: white;
    height: 0.875rem;
    padding: 0 5px;
}

.inp-float-label input[type="text"]:focus~label:not(:last-child),
.inp-float-label input[type="text"]:not(:focus):valid~label:not(:last-child) {
    top: -5%;
}

.inp-float-label input[type="text"].lg:focus~label,
.inp-float-label input[type="text"].lg:not(:focus):valid~label {
    left: 0.5rem;
}

.inp-float-label input[type="text"].sm:focus~label,
.inp-float-label input[type="text"].sm:not(:focus):valid~label {
    left: 0.25rem;
}

.inp-float-label span.message {
    margin-top: .5rem;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.38);
}

.inp-float-label.invalid input[type="text"] {
    animation: errorShake .6s forwards 0s ease-in-out;
    border: 1px solid rgba(255, 0, 0, 0.5);
}

.inp-float-label.invalid input[type="text"]:focus~label,
.inp-float-label.invalid input[type="text"]:not(:focus)~label,
.inp-float-label.invalid input[type="text"] label {
    color: rgba(255, 0, 0, 0.5);
}

.inp-float-label.invalid span.message {
    color: rgba(255, 0, 0, 0.5);
}

@keyframes errorShake {
    0% {
        transform: translateX(-0.25rem);
    }

    20% {
        transform: translateX(0.25rem);
    }

    40% {
        transform: translateX(-0.25rem);
    }

    60% {
        transform: translateX(0.25rem);
    }

    80% {
        transform: translateX(-0.25rem);
    }
}

@keyframes dropIt {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideIt {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    50% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.getQuotemainContainerClass {
    display: none;
    display: grid;
    /* width: 35%; */
    position: relative;
    top: 3vh;
    margin: auto;
    width: 400px;
    grid-gap: 30px;
    display: none;
    grid-template-rows: 40px 1fr;
    /* justify-items: center; */
    background: #FFFFFF;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.30);
    border-radius: 3px;
}

.getQuoteheaderClass {
    display: grid;
    grid-auto-flow: column;
    height: 45px;
    align-items: center;
    /* justify-items: center; */
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    border-radius: 3px 3px 0px 0px;
}

.getQuoteheadertextClass {
    padding-left: 33px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 0.5px;
}

.getQuoteheadercloseClass {
    padding-left: 33px;
    background-image: url('../images/storyteller/close-HQ render.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 17px;
    justify-self: end;
	cursor:pointer;
}

.getQuotecontentsClass {
    display: grid;
    grid-gap: 30px;
    justify-items: center;
    padding: 10px 5px 0 0;
}

.getQuotetextClass {
    display: grid;
    justify-self: center;
    align-items: center;
    background: #ed1d53;
    padding: 12px 40px 12px 40px;
    box-shadow: 0 2px 4px 0 #7B0121;
    border-radius: 2px;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 15px;
    opacity: .5;
    cursor: default;
}

.getQuotecontentsinputtext {
    width: 360px;
}

.getQuoteNameClass {
    font-size: 21px !important;
    padding: 10px !important;
    color: rgba(0, 0, 0, 0.87) !important;
}

.getQuoteemailClass {
    font-size: 21px !important;
    padding: 10px !important;
    color: rgba(0, 0, 0, 0.87) !important;
}

.getQuotenumberClass {
    font-size: 21px !important;
    padding: 10px !important;
    color: rgba(0, 0, 0, 0.87) !important;
}


#getQuoteID{
    /*padding: 6% 3% 2% 20%;*/
}
.getQuotetextClassFlatpopup{
    display: grid;
    justify-self: center;
    align-items: center;
    color: #ed1d53;
    padding: 12px 40px 15px 40px;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: default;
    background: #FFFFFF;
    border: 1px solid #ed1d53;
    border-radius: 2px;
    -webkit-transition:  2s; /* Safari */
    transition:  .4s;
}
.getQuotetextClassFlatpopup:hover {
    background: #ed1d53;
    border: 1px solid #ed1d53;
    border-radius: 2px;
    color: white;
}
.getQuoteheaderClassFlatpopup {
    display: none;
    grid-auto-flow: column;
    height: 45px;
    align-items: center;
    /* justify-items: center; */
    background: #FFFFFF;
    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10); */
    /* border-radius: 3px 3px 0px 0px; */
}


.getQuotemainContainerClassFlatpopup {
    display: grid;
    /* width: 35%; */
    position: relative;
    top: 3vh;
    margin: auto;
    width: 400px;
    justify-self: center;
    grid-gap: 30px;
    grid-template-rows:max-content;
    /* justify-items: center; */
    background: #FFFFFF;
    /* box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.30); */
    /* border-radius: 3px; */
}

#getquotesuccess{
    display: grid;
    position: relative;
    top: 3vh;
    margin: auto;
    justify-items: center;
    grid-gap: 15px;
    align-items: center;
    padding-bottom: 36px;
}
#getquotesuccessImg{
    display: grid;
    background-image: url('../images/icons/Success text.svg');
    background-repeat: no-repeat;
    background-size: contain;

    width: 330px;
    height: 220px;
}
#getquotesuccessImgfail{
    display: grid;
    background-image: url('../images/icons/error text.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 330px;
    height: 220px;
}
#getquotesuccessbottomtext{
    display: grid;
    background: #ed1d53;
    border-radius: 2px;
    width: fit-content;
    width: -moz-fit-content;
    color: white;
    box-shadow: 0 2px 4px 0 #7B0121;
    border-radius: 2px;
    padding: 12px 20px 12px 20px;
	cursor:pointer;
	display:none;
}

.getquoteerrors{
    color: red;
    visibility: hidden;
}
#neogetQuoteContainer{
    position: absolute;
    /* left: 40%; */
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999999999999999999;
}
.getQuotemainContainerClasscallback{
    top:20vh !important;
}
.flatpopupgetquoteheaderclass{
    background: #ed1d53;
    border: 1px solid #ed1d53;
    color: white;
    padding: 2px 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    border-radius: 2px;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
.getQuotemainContainerClassFlatpopup {
overflow-x: hidden;
overflow-y: scroll;
}
.getQuotemainContainerClassFlatpopup::-webkit-scrollbar-thumb {
background-color: #ed1d53;
}
}
.getQuotemainContainerClassFlatpopup::-webkit-scrollbar {
width: 0;
}
@media screen and (max-width: 800px) {
#getQuoteID {
overflow-x: hidden;
overflow-y: scroll;
}
#getQuoteID::-webkit-scrollbar-thumb {
background-color: #ed1d53;
}
#getQuoteID::-webkit-scrollbar {
width: 0;
}
}
