@font-face{
    font-family:Blooming Elegant Hand;
    src:url(../fonts/Blooming/Blooming-Elegant-Hand.otf) format("otf"),
    url(../fonts/Blooming/Blooming-Elegant-Sans-Bold.otf) format("otf"),
    url(../fonts/Blooming/Blooming-Elegant-Sans.ttf) format("truetype");
    font-weight:200;
    font-style:normal;
    font-display:swap
}
/* @font-face{
    font-family:Blooming Elegant Hand;
    src:url(../fonts/Blooming/BloomingElegant_Monoline.otf) format("otf"),
    url(../fonts/Blooming/BloomingElegant_MonolineBold.otf) format("otf"),
    url(../fonts/Blooming/BloomingElegant.otf) format("otf");
    font-weight:200;
    font-style:italic;
    font-display:swap
} */
@keyframes shake {
    from,to {transform: translate3d(0, 0, 0);}
    10%,30%,50%,70%,90% {transform: translate3d(-10px, 0, 0);}
    20%,40%,60%,80% {transform: translate3d(10px, 0, 0);}
}

@keyframes motion {
    0% {transform: translateX(0) scale(1);}
    25% {transform: translateX(-50px) scale(0.3);}
    50% {transform: translateX(-25px) scale(0);}
    75% {transform: translateX(0) scale(1);}
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    
}
body > * {
    box-sizing: border-box;
}

.app {
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    overflow: hidden;
    display: grid;
    align-items: center;
    justify-content: center;
}

.app-preloader {
    background: #233142;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden !important;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.5s ease;
    animation: fade 0.5s ease forwards;
    animation-play-state: paused;
}

.app-preloader__container {
    width: 376px;
    height: 666px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    position: absolute;
    overflow: hidden;
}

@media only screen and (hover: none) and (pointer: coarse) {
    .app-preloader__container {
        width: 100%;
        height: 100%;
    }
}

.app-preloader.is-hide {
    background: #233142;
    animation-play-state: running;
}
.app-preloader__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.app-preloader__shake {
    animation: shake 5s ease-in-out infinite;
}

.app-preloader__image {
    vertical-align: middle;
    border-style: none;
    width: 220px;
}

.app-preloader__circle {
    position: absolute;
    left: 20px;
    top: 18px;
    width: 12px;
    height: 12px;
    background-color: #1d80e3;
    border-radius: 50%;
    display: inline-block;
    animation: motion 1s ease-in-out infinite;
    overflow: hidden;
}

.app-preloader__circle::after {
    display: inline-block;
    left: -5px;
    top: -10px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.16;
    background: #fff;
    position: relative;
    content: "";
}
.profile{
    width: 19px;
    height: 23px;
}



    /* CSS to style the modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 328px;
    width: 100%;
    border: 1px solid rgb(225, 232, 238);
    background: #fff;
    border-radius: 20px;
    padding: 16px;
    box-shadow: rgba(79, 115, 151, 0.17) 0px 8px 16px 0px;
}


    .dialpad__emptybox{
        margin-top: 13px;
    display: flex;
    justify-content: center;
    }
    .output{
        display: flex;
    justify-content: center;
    margin-top: 25px;
    }
#output {
    font-family: "Exo";
    font-size: 2rem;
    height: 58px;
    font-weight: bold;
    color: #4f7396;
    text-align: center;
    border-bottom: 2px solid #bfd1e8;
    width: 276px;
 
  
}

.pn-select {
    position: relative;
border-width: 1px;
border-style: solid;
border-color: darkgrey;
display: grid;
grid-template-columns: 4.5em 1fr;
border-radius: var(--border-radius);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
transition: all 0.2s ease-out;
max-width: 18em;
width: 100%;
z-index: 1;
height: 26px;
border-radius: 6px;
background-color: white;
margin-right: -18px;
}
.pn-selected-prefix {
align-items: center;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: var(--dropdown-trigger-background-color);
border-radius: var(--border-radius) 0 0 var(--border-radius);
border: 0;
cursor: pointer;
display: flex;
justify-content: center;
margin: 0;
outline: none;
padding: 0;
transition: background 0.2s ease-out;
margin-top: -2px;
}
.span{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
.pn-input {
border-radius: 0 var(--border-radius) var(--border-radius) 40;
line-height: 1;
overflow: hidden;
padding: 0.5em 1em;
}
.pn-input__label {
color: var(--input-label-color);
font-size: 0.7rem;
position: relative;
top: -0.25em;
}
.pn-input__container {
display: flex;
flex-direction: row;
}
.pn-selected-prefix__icon {
display: block;
height: 1.25rem;
margin-left: 1.5em;
/* margin-right: 10px; */
transition: all 0.15s ease-out;
width: 1.25rem;
margin-top: -13px;
}

.pn-dropdown {
background: #ffffff;
border-radius: var(--border-radius);
border-width: 1px;
border-style: solid;
border-color: var(--dropdown-border-color);
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.135);
opacity: 0;
padding: 0 0.5em 0.5em;
pointer-events: none;
position: absolute;
top: 140%;
transform-origin: left top;
transition: all 0.15s ease-out;
width: 100%;
visibility: hidden;
}
.pn-list {
margin-right: -0.5em;
max-height: 10.5em;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: #ffffff #ffffff;
position: relative;
}
ol, ul {
list-style: none;
}
.pn-list-item {
align-items: center;
border-radius: 0.5em;
display: flex;
font-weight: 400;
padding: 0.6em 0.75em;
transition: background-color 0.2s ease-out;
cursor: pointer;
outline: none;
}
li{

margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}



#call:hover svg path {
fill: green;
}
.contact {
height: 42px;
border-top: 1px solid var(--lightColor);
font-size: 12px;
align-items: center;
overflow: hidden;
font-weight: 600;
transition: height 200ms ease-in-out 0s;
}
.hFlex {
display: flex;
justify-content: space-between;
}
.spacer {
flex-grow: 1;
}
.contactType {
color: #9b9a9a;
font-weight: 200;
margin-right: 3px;
}

.contactType::after {
content: "+032544-155";
font-weight: 400;
font-size: 12px;
}  
.form-input::placeholder {
color: #999; 
}
