/*whatsapp*/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	margin-top:16px;
}

/*new whatsapp button*/
.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom 0.2s;
    z-index:1000;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
}

.floating-wpp:hover {
    bottom: 17px;
}

.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}

.floating-wpp .floating-wpp-popup {
    /*border: 2px solid white;*/
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    width: 0px;
    height: 0px;
    bottom: 0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: white;
    padding: 8px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.2s;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: 0.2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: white;
    margin: 0 -15px 10px -15px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.floating-wpp .floating-wpp-input-message {
    background-color: white;
    margin: 10px -15px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}

.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}

/* ---- PreLoader ---- */

.loader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #fff;
}

.loader-spinner {
    position: relative;
    height: 100px;
    width: 100px;
    border: 4px solid transparent;
    border-top-color: #026cd8;
    border-left-color: #026cd8;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader-spinner::before {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    content: "";
    border: 4px solid transparent;
    border-top-color: #a09fb6;
    border-left-color: #a09fb6;
    border-radius: 50%;
    -webkit-animation: spinBack 1s linear infinite;
    animation: spinBack 1s linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@-webkit-keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}

@keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}


/* ---- Loader ends ---- */

div.ui.middle.aligned.center.aligned.grid { 
    align-items: stretch;
    box-sizing: inherit;
    color: rgba(0, 0, 0, 0.87);
    display: flex;
    flex-flow: wrap;
    font-family: Lato, system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    height: 100%;
    justify-content: center;
    line-height: 19.999px;
    margin: -1rem;
    padding: 0px;
    scrollbar-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
}

h2.ui.teal.image.header { 
    background-color: transparent;
    bottom: 0px;
    box-sizing: inherit;
    color: #00b5ad;
    display: inline-block;
    font-family: Lato, system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.71429rem;
    font-weight: bold;
    left: 0px;
    line-height: 30.8571px;
    margin: calc(-0.142857em + 2rem) 0px 1rem;
    margin-top: -100px;
    max-width: 100%;
    padding: 0px;
    position: relative;
    right: 0px;
    scrollbar-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
    text-align: center;
    text-transform: none;
    top: 0px;
    vertical-align: middle;
}

h2.ui.teal.image.header:first-child { 
    margin-top: -0.142857em;
}

img.image { 
    box-sizing: inherit;
    color: #00b5ad;
    display: block;
    font-family: Lato, system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 24px;
    font-weight: 700;
    height: auto;
    line-height: 30.8571px;
    margin-top: -100px;
    max-width: 100%;
    text-align: center;
    vertical-align: middle;
    width: 2.5em;
}

img.image:not(.icon) { 
    display: inline-block;
    height: auto;
    margin-top: 0.142857em;
    vertical-align: middle;
    width: 2.5em;
}

div.content { 
    box-sizing: inherit;
    color: #00b5ad;
    display: inline-block;
    font-family: Lato, system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 24px;
    font-weight: 700;
    line-height: 30.8571px;
    padding-left: 0.75rem;
    text-align: center;
    vertical-align: middle;
}

form.ui.large.form.initial { 
    bottom: 0px;
    box-sizing: inherit;
    color: rgba(0, 0, 0, 0.87);
    font-family: Lato, system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.14286rem;
    left: 0px;
    line-height: 19.999px;
    max-width: 100%;
    position: relative;
    right: 0px;
    scrollbar-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
    text-align: center;
    top: 0px;
}

form.ui.large.form.initial::placeholder { 
    color: rgba(191, 191, 191, 0.87);
}

div.ui.stacked.segment { 
    background: #ffffff;
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 0.285714rem;
    bottom: 0px;
    box-shadow: rgba(34, 36, 38, 0.15) 0px 1px 2px 0px;
    box-sizing: inherit;
    color: rgba(0, 0, 0, 0.87);
    font-family: Lato, system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    left: 0px;
    line-height: 19.999px;
    margin: 1rem 0px;
    padding: 1em;
    padding-bottom: 1.4em;
    position: relative;
    right: 0px;
    scrollbar-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
    text-align: center;
    top: 0px;
}

div.ui.stacked.segment:first-child { 
    margin-top: 0px;
}

div.ui.stacked.segment::before { 
    background: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    bottom: -3px;
    content: "";
    display: none;
    height: 6px;
    left: 0px;
    position: absolute;
    visibility: visible;
    width: 100%;
}

div.ui.stacked.segment::after { 
    background: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    bottom: -3px;
    content: "";
    height: 6px;
    left: 0px;
    position: absolute;
    visibility: visible;
    width: 100%;
}

div.field { 
    box-sizing: inherit;
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    font-family: Lato, system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    line-height: 19.999px;
    margin: 0px 0px 1em;
    text-align: center;
}

div.field:disabled { 
    opacity: 0.45;
    pointer-events: none;
}

div.ui.left.icon.input { 
    bottom: 0px;
    box-sizing: inherit;
    color: rgba(0, 0, 0, 0.87);
    display: inline-flex;
    font-family: Lato, system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    left: 0px;
    line-height: 19.999px;
    position: relative;
    right: 0px;
    scrollbar-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
    text-align: center;
    top: 0px;
    width: 100%;
}

i.user.icon { 
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
    border-bottom-left-radius: 4px;
    border-radius: 0.285714rem 0px 0px 0.285714rem;
    border-top-left-radius: 4px;
    bottom: 0px;
    box-sizing: inherit;
    color: rgba(0, 0, 0, 0.87);
    cursor: default;
    display: inline-block;
    font-family: icons;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    height: 1em;
    left: 1px;
    line-height: 14px;
    margin: 0px 0.25rem 0px 0px;
    opacity: 1;
    position: absolute;
    right: 353.609px;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    top: 0px;
    transition: opacity 0.3s;
    width: 1.18em;
}

input { 
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    appearance: none;
    background: #ffffff;
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 0.285714rem;
    box-shadow: none;
    box-sizing: inherit;
    color: rgba(0, 0, 0, 0.87);
    display: block;
    flex: 1 0 auto;
    font-family: Lato, system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    line-height: 17px;
    margin: 0px;
    max-width: 100%;
    outline: none;
    overflow: visible;
    padding: 0.678571em 1em;
    padding-left: 2.67143em;
    padding-right: 1em;
    text-align: left;
    transition: color 0.1s, border-color 0.1s;
    vertical-align: top;
    width: auto;
}

input:focus { 
    background: #ffffff;
    border-color: rgb(133, 183, 217);
    border-radius: 0.285714rem;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.8);
}

input:not([type="color"]) { 
    padding: 0.678571em 1em;
}

input:active { 
    background: #fafafa;
    border-color: rgba(0, 0, 0, 0.3);
    box-shadow: none;
    color: rgba(0, 0, 0, 0.87);
}

input::selection { 
    background-color: rgba(100, 100, 100, 0.4);
    color: rgba(0, 0, 0, 0.87);
}

input::placeholder { 
    color: rgba(191, 191, 191, 0.87);
}

:root > :nth-child(2) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(1) > :nth-child(2) { 
    box-sizing: inherit;
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    font-family: Lato, system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    line-height: 19.999px;
    margin: 0px 0px 1em;
    text-align: center;
}

:root > :nth-child(2) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(1) > :nth-child(2):disabled { 
    opacity: 0.45;
    pointer-events: none;
}

:root > :nth-child(2) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(1) > :nth-child(2) > :nth-child(1) { 
    bottom: 0px;
    box-sizing: inherit;
    color: rgba(0, 0, 0, 0.87);
    display: inline-flex;
    font-family: Lato, system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    left: 0px;
    line-height: 19.999px;
    position: relative;
    right: 0px;
    scrollbar-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
    text-align: center;
    top: 0px;
    width: 100%;
}