/****************  start Home *******************/

:root {
    --bg1: #11E8BA;
    --bg2: #11BC96;
}

/**************** start navgation *******************/



nav {
    color: #fff;
    background-color: #fff;
    width: 100%;
    height: 56px;
    line-height: 56px;
}

nav .nav-wrapper {
    height: 135%;
    padding: 0;
}

@media (max-width: 490px) {
    nav .nav-wrapper {
        height: 135%;
        width: 100%;
    }
    .dropdown-content{

        background-color: #FFFFFF;
        margin: 0;
       
        display: none;
        min-width: 233px;
        max-height: auto;
        /* margin-left: -1px; */
        /* overflow: hidden; */
        /* opacity: 0; */
        /* position: absolute; */
        white-space: nowrap;
        z-index: 1;
        will-change: width, height;
        margin-top: -200px;
        height: 396px;
    }
   
}

.dropdown-content {
    background-color: #FFFFFF;
    margin: 0;
    display: none;
    min-width: 250px; /* Changed this to accomodate content width */
    max-height: auto;
    margin-left: -1px; /* Add this to keep dropdown in line with edge of navbar */
    overflow: hidden; /* Changed this from overflow-y:auto; to overflow:hidden; */
    opacity: 0;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
    will-change: width, height;
}

.dropdown1-content {
    background-color: #FFFFFF;
    margin: 0;
    display: none;
    min-width: 300px; /* Changed this to accomodate content width */
    max-height: auto;
    margin-left: -1px; /* Add this to keep dropdown in line with edge of navbar */
    overflow: hidden; /* Changed this from overflow-y:auto; to overflow:hidden; */
    opacity: 0;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
    will-change: width, height;
}
.alink {
    text-decoration: underline;
    font-weight: bold;
    font-size: 15px;
}

.alink a {
    color: #fff;
}
.home {
    background: var(--bg1);
    height: 130%;
    padding: 8PX;
}
.home img {
    border: 0;
    margin-right: 20px;
    margin-left: 50%;
    height: 78px;
    margin-top: 10px;

}
.home .list {
    margin-left: 60%;
}

.btn-floating {
    bottom: 45px;
    right: 24px;
    background-color: #11bc96;
}

.hvr-underline-from-center:before {
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #11bc96;
    height: 4px;
}

section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px;
    box-sizing: border-box;
    background: linear-gradient(180deg, var(--bg1), var(--bg2));
    background-blend-mode: screen;
}


.side-nav a{
    color: #444;
    display: block;
    font-size: 1rem;
    margin-top: -49px;
    /* height: 64px; */
    font-weight: bold;
}

.side-nav li{
    float: none;
    padding: -1px 15px;
}


section .contact {
    max-width: 700px;
}
section .contact h2 {
    font-size: 2em;
    color: #fff;
    font-weight: bold;
    margin-left: -28%;
    margin-top: -8%;
}

section .contact p{
    font-size: 1.3em;
    color: #FFF;
    font-weight: bold;
    margin-left: -100px;
}
section img {
    position: relative;
    max-width: 200px;
    margin-top: -100px;
}
.Wave {
    position: absolute;;
    bottom: -1px;
    left: 0;
}

.Wave1 {
    margin-top: -97px;
    bottom: 0;
}

.Dl {
    font-size: 18px;
    font-family: inherit;
}


.Dr {
    text-align: center;
}

.Dr i {
    font-size: 18px;
    font-family: inherit
}

.temrms {
    background: #ddd;
    height: 450px;
}

.temrms .contact {
    margin-top: 10%;
}

.temrms .contact h2 {
    color: var(--bg2);
    font-size: 45px;
    font-weight: bold;
}

.temrms .contact i {
    font-size: 24px;
    color: var(--bg2);
    font-weight: bold;
    margin-left: 53%;
}

.temrms .contact i a {
    font-size: 15px;
    color: var(--bg2);
    font-weight: bold;
}

.temrms img {
    width: 100%;
}

.Rule h3 {
    font-weight: bold;
    color: var(--bg2);
}

.terms {
    margin-left: 20%;
}

.Rule p {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

@media (max-width: 490px) {

    .Wave1 {
        margin-top: 0;
        width: 100%;

    }

    .temrms {
        margin-top: -40%;
    }

    .temrms .contact {
        margin-top: 10%;
    }

    .temrms .contact h2 {
        font-size: 28px;
    }

    .temrms .contact i {
        margin-left: 18%;
    }

    .Rule h3 {
        font-weight: bold;
        font-family: 'Oswald', sans-serif;
    }
    .side-nav a{
        color: #444;
        display: block;
        font-size: 1rem;
        margin-top: -49px;
        height: 64px;
        width: 119px;
        font-weight: bold;
    }
}

@media (max-width: 490px) {
    section .contact h2 {
        font-size: 2em;
        color: #fff;
        font-weight: bold;
        margin-left: -28%;
        margin-top: -10%;
    }

    section img {
        position: relative;
        max-width: 200px;
        margin-top: 50px;
    }

    section .contact p {
        font-size: 1.3em;
        color: #fff;
        font-weight: bold;
        margin-left: -45px;
    }

    section img {
        position: relative;
        max-width: 200px;
        margin-top: 50px;
        margin-left: -12px;
    }

    .home img {
        border: 0;
        margin-top: 15px;
    }
}

/********* start service**************/
.homes {
    color: var(--bg2);
    font-weight: bold;
    margin-bottom: 100px;
    font-family: 'Oswald', sans-serif;
}

.card {
    transition: 0.5s;
    background: var(--bg2);
    border-radius: 30px;
}

.card h5 {
    padding: 10px 0px;
    color: #fff;
    font-weight: bold;
}
.card:hover h5{
    padding: 10px 0px;
    color: var(--bg2);
    font-weight: bold;
}

.card i,
h5 {
    color: #fff;
}
.card .card-content p {
    color: #fff;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
}


.card:hover {
    color: var(--bg2);
}
.card:hover i,
h5 {
    color: var(--bg2);
}
.card:hover
p {
    color: var(--bg2);
}

.service .card:hover {
    transform: scale(1.03);
    background: #fff;
}

.Home.card:hover a {
    color: #fff;
}
/*********end service*******************/
/*&*** start project ******/
.teal.lighten-2 {
    font-weight: bold;
    background-color: var(--bg2) !important;
    border-radius: 50px;
    margin: 10px;
    color: var(--bg2);
}

.Home {
    transition: 0.5s;
    background: #fff;
    border-radius: 30px;
}

.Home .card-image img {
    border-radius: 30px 30px 0 0;
}

.Home span {
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

.Home p a {
    color: #11bc96;
}

.Home:hover {
    transform: scale(1.03);
    background: #fff;
}

.Home p a:hover {
    color: #fff;
}

.Home:hover {
    transform: scale(1.03);
    background: var(--bg2);
    color: #ede4e4;
}

/************* end project**********************/
/**************man ***************************/
.man h2 {
    padding-bottom: 50px;
    font-weight: bold;
    color: #11BC96;
    font-family: 'Oswald', sans-serif;
}

.texthome {
    font-weight: bold;
    color: var(--bg2);
    font-family: 'Oswald', sans-serif;
}

.homeman {
    border-radius: 30px;
}

.homeman img {
    width: 100%;
}

.homeman p {
    color: var(--bg2);
    font-weight: bold;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
}

@media (max-width: 490px) {
    .homeman p {
        color: var(--bg2);
        font-weight: bold;
        margin-left: 40px;
    }
}

/***************** end man**************************************/

.about {
    margin-top: 100px;
}


.about h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 34%;
    color: #26a69a;
    font-family: 'Oswald', sans-serif;
}

.about img {
    width: 100%;
}

/*****************start counter************************************/


@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
body {
    font-family: Open Sans, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #666;
    position: relative;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.sectionClass {
    padding: 0;
    position: relative;
    display: block;
    margin: 20px;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}


.sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
}
.sectiontitle h2 {
    font-size: 37px;
    color: var(--bg2);
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background:#11bc96;
    ;
}

.projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}

#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
}

.projectFactsWrap .item:nth-child(1) {

    background: var(--bg1);
}
.projectFactsWrap .item:nth-child(2) {
    background: var(--bg2);
}

.projectFactsWrap .item:nth-child(3) {
    background: var(--bg1);
}

.projectFactsWrap .item:nth-child(4) {
    background: var(--bg2);
}

.projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 0;
    font-weight: bold;
}

.projectFactsWrap .item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

.projectFactsWrap .item span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}

.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgb(20 124 89);
    background: #fff;
    width: 50%;
    height: 100px;
    border-radius: 0px 200px 0px 200px;
    padding: 25px;
}

.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p {
    color: #14463b;;
}

.projectFactsWrap .item:hover span {
    color: #14463b;;
}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }

    .projectFactsWrap .item i {
        vertical-align: middle;
        font-size: 50px;
        color: rgb(20 124 89);
        background: #fff;
        width: 70%;
        height: 121px;
        border-radius: 0px 200px 0px 200px;
        padding: 30px;
    }
}

/**********   end counter************************/

/************ start service page **********************************/
.servicepg {
    background: #11bc96;
    height: 600px;
}

.servicepg .contact {
    margin-top: 10%;
}

.servicepg .contact h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-top: 167px;
}
    
.servicepg .contact i {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-left: 20%;
}
.servicepg .contact li {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}
.servicepg .contact li a {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: monospace;
}
.servicepg img {
    margin-top: 171px;
    width: 75%;

}
.Rule h3 {
    font-weight: bold;
}

.collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 5px 5px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    /* margin-top: 100px; */
}

@media (max-width: 490px) {

    .Wave1 {

        width: 100%;
    }

    .servicepg {
        margin-top: -50%;
    }

    .servicepg .contact {
        margin-top: -20%;
    }

    .servicepg .contact h2 {
        font-size: 28px;
        text-align: center;
    }

    .servicepg img {
        margin-top: 100px;
        width: 75%;
        margin-left: 34px;
    }
}

.servicepg .contact i {
    margin-left: 18%;
}

.Rule h3 {
    font-size: 24px;
    font-weight: bold;
}


/******************** end service page *******************************/
/************* start footer*********************/
footer.page-footer {
    margin-top: 20px;
    padding-top: 20px;
    background-color: var(--bg2);
}

footer.page-footer h5 {
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;

}

.footer1 {
    font-weight: bold;
}

.homei {
    margin: 10px;
    background: #fff;
    width: 25px;
    height: 25px;
    padding: 7px;
    border-radius: 0 9px 12px 9px;
    color: #11bc96;

}
.ico {
    margin: 10px;
    /* background: #fff; */
    width: 50px;
    height: 48px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.footer-copyright {
    background: var(--bg1);
}

/************* start footer*********************/
.fixed-action-btn > .btn-floating > .material-icons {
    transition: transform 0.3s;
}

.fixed-action-btn.active > .btn-floating > .material-icons {
    transform: rotate(135deg);
}

/****************end float *********************/


/* start  backgroundBody register style*/
.wrong-input {
    border: 1px solid #cc0000;
    color: #cc0000;
}

.Bg-color {
    background: #fff;
    width: 100%;
    color: #26a69a;
    border-radius: 0px 5px 5px 0px;
    height: 650px;
}

.Bg-color input {
    border: 2px solid #26a69a !important;
    border-radius: 12px;
    padding: -4px;
    margin-left: 4px;
    width: 104%;
}

.Bg-color .input-field {
    width: 90%;
    margin-right: 5%;
}

.Bg-color label {
    color: #ddd;
    font-size: 15px;

}


input, textarea {
    display: block;
    height: 40px;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #11bc96;
    border: 2px solid #11bc96;
    border-radius: 20px;
    margin: 20px auto;
    margin-left: 10px

}

textarea {
    height: 150px;
    font-size: 18px;
}

@media (max-width: 490px) {

    textarea {
        font-size: 18px;
        margin: 12px -26.4844px 20px 0px;
        width: 295px;
        height: 126px;
    }

}


@media only screen and (min-width: 601px) {
    .cont {
        width: 50%;
        margin-left: 0;
        height: 741px;
    }
}

.Bg-color .check {
    border: #ffffff !important;
}


.h1-input {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.btnRegister {
    height: 45px;
    text-align: center;
    margin-left: 5%;
    background: #11bc96 !important;
    color: #f6efef;
    font-size: 10px;
    font-size: 17px;
    font-weight: bold;
    font-weight: 0;
    font-weight: 600;
    margin-bottom: -28px;
    margin-left: 100px;
    border-radius: 357px;
}
.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #447bd1eb;
    font-size: 1.6rem;
    line-height: 37px;
    BACKGROUND: #fff;
}


#formValidation {
    padding: 50px;
    padding-top: 0;
}


@media (max-width: 490px) {

    #formValidation {
        padding: 10px;
        padding-top: 0px;
    }

    .btnRegister {
        width: 103%;
        height: 60px;
        text-align: center;
        margin-left: 5%;
        background: #11bc96 !important;
        color: #f6efef;
        font-size: 16px;
        border-radius: 30px;
        font-weight: 600;
        margin-bottom: 20px;
        margin-left: 0px;
    }

}

ul li {
    list-style-type: none;
    display: inline
}

.Bg-image {
    background: url(../img/contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 741px;
    max-height: 900px;
    width: 104%;
    z-index: 2;
    border-radius: 5px 0px 0px 5px;
    margin-left: -11px;
}

.Bg-image .overlay-color {
    border-radius: 5px 0px 0px 5px;
    height: 100%;
    width: 100%;
    background-color: #11e8bad4;
    position: relative;
    top: 0;
    left: 0;
    z-index: 4;
    padding: 0;
    margin-top: 0;
}

.Bg-image .overlay-color .h1-head {
    margin-top: 0;
    font-size: 25px;
    text-align: center;
    position: relative;
    top: 30%;
}


.backgroundBody {
    padding-top: 20px;
    margin-top: 10%;
    margin-bottom: 10%;
}

.Bg-image .overlay-color img {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 10%;
    right: 40%;
}

.Bg-login {
    background: url("../images/1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    z-index: 2;
    border-radius: 5px 0px 0px 5px;
}

.Bg-login .overlay-color {
    border-radius: 5px 0px 0px 5px;
    height: 100%;
    width: 100%;
    background-color: #000000a1;
    position: relative;
    top: 0;
    left: 0;
    z-index: 4;
    padding: 0;
    margin-top: 0;
}
.con {
    text-align: center;
    font-weight: bold;
}

/* End  backgroundBody register style*/
/**********map******************/

#map-canvas {
    height: 500px;
    width: 100%;
}
textarea {
    resize: vertical;
}



.alink a{
    color: #555
}




/******************  whats app plug  floot button  *************************/

  
  /* CSS Multiple Whatsapp Chat */
  .whatsapp-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
    margin-right: 32px;
  }
  
  #whatsapp-chat {
    box-sizing: border-box !important;
  
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
  }
  a.blantershow-chat {
    /*   background: #009688; */
    background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 45px;
    right: 83px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  }
  a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
  }
  .header-chat {
    /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
    background: #009688;
    background: #095e54;
    color: #fff;
    padding: 20px;
  }
  .header-chat h3 {
    margin: 0 0 10px;
  }
  .header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
  }
  .info-avatar {
    position: relative;
  }
  .info-avatar img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
  }
  
  a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 0.5s;
  }
  a.informasi:hover {
    background: #f1f1f1;
  }
  .info-chat span {
    display: block;
  }
  #get-label,
  span.chat-label {
    font-size: 12px;
    color: #888;
  }
  #get-nama,
  span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
  }
  #get-label,
  #get-nama {
    color: #fff;
  }
  span.my-number {
    display: none;
  }
  /* .blanter-msg {
    color: #444;
    padding: 20px;
    font-size: 12.5px;
    text-align: center;
    border-top: 1px solid #ddd;
  } */
  textarea#chat-input {
      border: none;
      font-family: "Arial", sans-serif;
      width: 100%;
      height: 35px;
      outline: none;
      resize: none;
      padding: 10px;
      font-size: 14px;
  }
  
  a#send-it {
    width: 30px;
    font-weight: 700;
    padding: 10px 10px 0;
    background:#eee;
    border-radius: 10px;
    
 
  }
  

  
  .start-chat .blanter-msg {
     display: flex;
     background:#fff ;


  }
  #get-number {
    display: none;
  }
  a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
  
  }
  
  @keyframes ZpjSY{
    0% {
      background-color: rgb(182, 181, 186);
    }
    15% {
      background-color: rgb(17, 17, 17);
    }
    25% {
      background-color: rgb(182, 181, 186);
    }
  }
  
  @keyframes hPhMsj {
    15% {
      background-color: rgb(182, 181, 186);
    }
    25% {
      background-color: rgb(17, 17, 17);
    }
    35% {
      background-color: rgb(182, 181, 186);
    }
  }
  
  @keyframes iUMejp {
    25% {
      background-color: rgb(182, 181, 186);
    }
    35% {
      background-color: rgb(17, 17, 17);
    }
    45% {
      background-color: rgb(182, 181, 186);
    }
  }
  
  
  @keyframes showhide {
    from {
      transform: scale(0.5);
      opacity: 0;
    }
  }
  @keyframes showchat {
    from {
      transform: scale(0);
      opacity: 0;
    }
  }
  @media screen and (max-width: 480px) {
    #whatsapp-chat {
        width: auto;
        /* left: 2px; */
        right: 0%;
        /* font-size: 80%; */
        margin-left: 45px;
        width: 255px;
    }
  }
  .hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
  }
  .show {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
  }
  
  .whatsapp-message-container {
    display: flex;
    z-index: 1;
  }
  
  .whatsapp-message {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
  }
  
  .whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;
   
  }
  
  .dAbFpq {
    display: flex;
    z-index: 1;
  }
  
  .eJJEeC {
    background-color: rgb(255, 255, 255);
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  }
  
  .hFENyl {
      position: relative;
      display: flex;
  }
  
  .ixsrax {
      height: 5px;
      width: 5px;
      margin: 0px 2px;
      border-radius: 50%;
      display: inline-block;
      position: relative;
      animation-duration: 1.2s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      top: 0px;
      background-color: rgb(158, 157, 162);
      animation-name: ZpjSY;
  }
  
  .dRvxoz {
  
      height: 5px;
      width: 5px;
      margin: 0px 2px;
      background-color: rgb(182, 181, 186);
      border-radius: 50%;
      display: inline-block;
      position: relative;
      animation-duration: 1.2s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      top: 0px;
      animation-name: hPhMsj;
  }
  
  .kAZgZq {
      padding: 7px 14px 6px;
      background-color: rgb(255, 255, 255);
      border-radius: 0px 8px 8px;
      position: relative;
      transition: all 0.3s ease 0s;
      opacity: 0;
      transform-origin: center top 0px;
      z-index: 2;
      box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
      margin-top: 4px;
      margin-left: -54px;
      max-width: calc(100% - 66px);
      
  }
  
  .bMIBDo {
      font-size: 13px;
      font-weight: 700;
      line-height: 18px;
      color: rgba(0, 0, 0, 0.4);
  }
  
  .iSpIQi {
      font-size: 14px;
      line-height: 19px;
      margin-top: 4px;
      color: rgb(17, 17, 17);
  }
  
  .iSpIQi {
      font-size: 14px;
      line-height: 19px;
      margin-top: 4px;
      color: rgb(17, 17, 17);
  }
  
  .cqCDVm {
      text-align: right;
      margin-top: 4px;
      font-size: 12px;
      line-height: 16px;
      color: 
      rgba(17, 17, 17, 0.5);
      margin-right: -8px;
      margin-bottom: -4px;
  }
  