@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700;900&display=swap');

body {
    background: url('/images/landingpage2/home-left-design.svg');
    z-index: 1;
    margin: 0;
    padding: 0;
    font-family: 'Titillium Web', sans-serif;
}
img{
    max-width: 100%;
}
ul,ol,li {
    padding: 0px;
    margin: 0px;
}
.outer-body {
    overflow: hidden;
    background: #DFE8E9;
    padding: 25px 0;
    position: relative;
    z-index: 1;
}
.body-container {
    padding: 0;
    background: #ffffff;
    box-shadow: 0px 30px 50px #b0c9cceb;
    border-radius: 50px;
}
.heading-logo-menu-section {
    display: flex;
    justify-content: space-between;
    padding: 0px 35px;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 15px;
}
.menu-bar-right ul li{
    list-style-type: none;
    display: inline-block;
    padding: 0px 20px;
}
.logo-container-part {
    padding-top: 10px;
}
.menu-bar-right .nav-bar-section li a {
    display: block;
    font-size: 14px;
    color: #8d8d8d;
    text-transform: capitalize;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: 600;
    position: relative;
    text-decoration: none;
}
.nav-item .active{
    color: black !important;
}
/* .active a::before, .nav-bar-section li a:hover::before {
    background: url(../image/menu-active-logo.svg);
    width: 85px;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -33px;
    bottom: 0;
    left: -25px;
} */
ul.navbar-nav.me-auto.nav-bar-section {
    display: flex;
    width: 100%;
    justify-content: end;
}
.header-section {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    position: relative;

}
.active:hover{
    color: black;
}

.image-slider {
    padding: 0px 30px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
}
.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    background-color: black;
    border-radius: 50%;
}
.carousel-indicators {
    position: initial;
    display: flex;
    justify-content: center;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}
.carousel-indicators [data-bs-target]:focus{
    background-color: #FF7300;
    width: 13px;
    opacity: 1;
    height: 8px;
    border-radius: 5%;
}
.enjoy-game-sec h3 {
    color: #000;
    font-weight: 700;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center;
}
.game-name-sec {
    margin-top: 20px;
}
.last-end-section {
    margin-top: 25px;
    padding: 10px;
}
.last-end-section h3 {
    color: #222;
    opacity: 0.6;
    font-size: 14px;
    margin: 0 0 5px;
    line-height: normal;
}
.enquiry-sec p {
    color: #1B1C15;
    opacity: 0.4;
    font-size: 13px;
    margin: 0;
    line-height: normal;
    text-align: center;
}
.enquiry-sec h4{
    color: #1B1C15;
    opacity: 1;
    font-size: 13px;
    margin: 0;
    line-height: normal;
    margin-bottom: 1rem;
    text-align: center;
}
.enquiry-sec h4 a{
    text-decoration: none;
}
.term-and-condition-sec .know-more li{
    list-style-type: none;
    display: inline-block;
}
.term-and-condition-sec .know-more li a{
   text-decoration: none;
   color: #1B1C15;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    padding-right: 7px;
    margin-right: 4px;
}
.border-right {
    border-right: 1px solid #bfbfbf;
}
.betfair {
    filter: drop-shadow(2px 4px 6px black);
    height: 40px;
    margin-right: 10px;
}

 .nav-bar-section li.active a, .nav-bar-section li a:hover {
    color: black;
}
.home-left {
    position: absolute;
    left: -10%;
    top: 80px;
    width: 25%;
    z-index: -1;
}
.home-right{
    position: absolute;
    right: -10%;
    top: 400px;
    width: 25%;
    z-index: -1;
}

.mobile-view {
    display: none;
}
.logo-pop-up {
    padding: 0px;
    margin: 0px;
}
.logo-pop-up img {
    padding: 5px 20px;
    width: 80%;
    margin-top: 5px;
}
.btn-close {
    border: none;
    background: none;
    right: 8px;
    top: 8px;
    position: absolute;
    opacity: 1;
    font-size: 30px;
    color: #000;
    background-image: linear-gradient(to bottom right, #FFC558, #FF7300);
    width: 24px;
    height: 28px;
    border-radius: 0 22px 0 22px;
}
.btn-close img {
    width: 15px;
}
.modal-content {
    border-radius: 30px;
}
.modal {
    --bs-modal-header-border-width: 0;
    --bs-modal-footer-border-width: 0;
}
.form-check {
    border-radius: 10px;
}
.modal-body {
    padding: 5px 25px;
}
.form-check {
    display: inline;
    min-height: auto;
    padding: 10px;
}
.col-form-label {
    color: #9d9d9d;
    text-transform: capitalize;
    font-size: 13px;
    margin-bottom: 3px;
}
.login-pop-btn .form-control {
    border: 1px solid #0000007E;
    border-radius: 6px !important;
    font-size: 14px;
}
.login-pop-btn {
    margin-bottom: 10px;
}
.form-check-input-box {
    color: #414042;
    opacity: 0.6;
    font-size: 13px;
}
.modal-footer .btn-secondary {
    box-shadow: 0px 20px 30px #0000006a;
    border-radius: 40px;
    background-image: linear-gradient(to bottom right, #FFC558, #FF7300);
    display: block;
    border: none;
    font-size: 15px;
    font-weight: 700;
    margin: 1px auto;
    text-align: center;
    color: #000;
    text-decoration: none;
    min-width: 48%;
    width: 175px;
    padding: 12px;
    text-transform: uppercase;
}
.modal-footer .btn-primary {
    box-shadow: 0px 20px 30px #0000006a;
    display: inline-block;
    width: 175px;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    border-radius: 40px;
    background-image: linear-gradient(to bottom right, #FFC558, #FF7300);
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    min-width: 48%;
    color: #000;
}
.modal-content {
    width: 420px;
}
.enquiry-contact-section h2 {
    font-size: 16px;
    color: #212529;
}
.enquiry-contact-section a {
    text-align: center;
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 10px !important;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.registration-form h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}
.form-check .form-check-input {
    float: left;
    margin-left: 0px;
}
.overlay {
    height: 0%;
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background-color: white;
    overflow-y: hidden;
    transition: 0.5s;
    border-radius: 70px;
    margin: 20px auto;
    right: 0px;
    background-image: url(/images/landingpage2/banner-mask-heading-sec.png);
    background-size: cover;
    background-repeat: no-repeat;
}
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .overlay a {
    padding: 15px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    color: #545454;
    font-weight: 600;
   }
  .overlay a:hover, .overlay a:focus {
    color: black;
  }
  .overlay .closebtn {
    position: absolute;
    top: 23px;
    right: -21px;
}
  .nav-bar-section .toggle-btn {
    display: none;
  }
  figure.desktop-view {
    width: 100%;
    height: 400px;
}
.enjoy-game-sec h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #222;
    line-height: 45px;
    text-align: center;
    padding: 0px 30px;
}
.best-bet-text-title p {
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    padding: 0px 70px;
    margin-bottom: 50px;
}
.gaming-experiance-sec {
    position: relative;
    z-index: 0;
    background: #c42cc3;
    background: -moz-linear-gradient(-45deg, #c42cc3 0%, #0a2065 100%);
    background: -webkit-linear-gradient(-45deg, #c42cc3 0%,#0a2065 100%);
    background: linear-gradient(135deg, #c42cc3 0%,#0a2065 100%);
    border-radius: 30px;
    color: #fff;
    margin: 50px 20px 30px 20px;
}
.tiger-exch-deposit-sec {
  text-align: center;
}
.create-acc-info h3 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
}
.create-acc-info {
    color: #fff;
    padding: 40px;
}
.create-info {
    color: #fff;
    padding: 0px 5px;
    margin: 0 0 10px;
}

.create-info ol li {
    font-size: 25px;
    line-height: 35px;
    padding: 10px 10px;
    margin-left: 20px;
}
.tiger-exch-deposit-sec img {
    margin-top: -70px;
}
.proud-sponcer-sec {
    margin: 50px 0px 20px 0px;
}
.proud-sponcer-sec h3{
    font-size: 16px;
    color: #222;
    font-weight: 700;
}
.world-series ul li {
    list-style-type: none;
    display: inline-block;
    padding: 15px 0px;
}
.world-series ul li a img{
   width: 110px;
}
.world-series ul .road-safty-img{
    padding-right: 20px;
 }
 .pyment {
 margin: 5px 0px;
 }
 .payment-methode-sec ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 20px;
}
.payment-methode-sec ul li a img {
    width: 80px;
    filter: saturate(0) brightness(90%) contrast(50%);
}
.payment-methode-sec {
    padding: 15px 0px;
    border-bottom: 1px solid #BFBFBF;
}
.payment-methode-sec ul li a img:hover {
    filter: initial;
}
.favourate h4 {
    font-weight: 700;
    font-size: 16px;
    color: #222;
    margin-bottom: 0.5rem;
}
.favourate p {
    font-size: 14px;
    line-height: 26px;
    color: #212529;
}
.odds-and-offer h4 {
    font-weight: 700;
    font-size: 16px;
    color: #222;
    margin-bottom: 0.5rem;
}
.odds-and-offer p {
    font-size: 14px;
    line-height: 26px;
    color: #212529;
}
.odds-and-offer {
    margin: 15px 0px;
}

.betfair ul li {
    list-style-type: none;
    display: inline-block;
    padding: 10px;
}
.betfair img {
    max-width: 140px;
}
.socail-icons ul li {
    list-style-type: none;
    padding: 5px;
}
.socail-icons ul li a img {
   width: 35px;
}
.socail-icons {
    position: fixed;
    right: 5px;
    top: 50%;
    z-index: 9999;
}
.login-pop-btn .form-control {
    display: block;
    width: 100%;
    padding: 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.demo-login-sec .modal-footer{
    display: flex;
    justify-content: center;
}
.background-filter .modal-content {
    width: 420px;
    margin: auto;
    box-shadow: 0px 30px 50px #00000041;
    border: none;
    border-radius: 28px;
    background-image: url(/images/landingpage2/banner-mask-heading-sec.png);
    background-size: cover;
}
.about-tiger-exch .modal-content {
    width: 80%;
    margin: auto;
    box-shadow: 0px 30px 50px #00000041;
    border: none;
    border-radius: 28px;
    background-image: url(/images/landingpage2/banner-mask-heading-sec.png);
    background-size: cover;
    backdrop-filter: saturate(180%) blur(8px);
    background-color: rgba(255,255,255,0.7) !important;
}
.background-size .modal-dialog {
    max-width: 80%;
}
.para-1 p {
    font: 11px Helvetica;
    color: #000000;
    line-height: 20px;
}
.para-1 p a{
   text-decoration: none;
}
.about-tiger-exch .btn-close {
    border: none;
    background: none;
    right: 8px;
    top: 8px;
    position: absolute;
    opacity: 1;
    font-size: 30px;
    color: #000;
    background-image: linear-gradient(to bottom right, #FFC558, #FF7300);
    width: 24px;
    height: 28px;
    border-radius: 0 22px 0 22px;
}
.para-2 p {
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    color: #212529;
    margin-bottom: 20px;
    line-height: 22px;
}
.para-3 {
    margin-top: -5px;
}
.para-3 h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Titillium Web', sans-serif;
    color: #212529;
}
.para-4 {
    margin: 30px 0px;
}
.para-4 p, .para-6 p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 22px;
    font-family: 'Titillium Web', sans-serif;
    color: #212529;
}
.about-page-details .modal-body {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 22px;
    font-family: Helvetica;
}
.para-5 h3 {
    font-size: 1.5rem;
    font-family: 'Titillium Web', sans-serif;
    color: #212529;
}
.para-6 {
    margin: 15px 0px;
}

 .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
    .owl-theme .owl-nav [class*='owl-'] {
      color: #FFF;
      font-size: 14px;
      margin: 5px;
      padding: 4px 7px;
      background: #D6D6D6;
      display: inline-block;
      cursor: pointer;
      border-radius: 3px; }
      .owl-theme .owl-nav [class*='owl-']:hover {
        background: #4DC7A0;
        color: #FFF;
        text-decoration: none; }
    .owl-theme .owl-nav .disabled {
      opacity: 0.5;
      cursor: default; }
  
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    
}
  
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; 
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    }
.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 0px 2px;
    background: #000000;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; 
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 15px;
    background: linear-gradient(to bottom, #ffc558 0%,#ff7300 100%);
}

.slider-image-sec {
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px;
    border-radius: 25px;
    position: relative;
    height: 400px;
    width: auto;
    max-height: 100%;
}


.slider-join-us-sec-1 a {
    border-radius: 40px;
    border: 0;
    background: linear-gradient(to bottom, #ffc558 0%,#ff7300 100%);
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    padding: 13px 85px;
    position: absolute;
    bottom: 50px;
    right: 95px;
}
.slider-join-us-sec-2 a {
    border-radius: 40px;
    border: 0;
    background: linear-gradient(to bottom, #ffc558 0%,#ff7300 100%);
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    padding: 13px 85px;
    position: absolute;
    bottom: 40px;
    left: 225px;
}
.slider-join-us-sec-3 a {
    border-radius: 40px;
    border: 0;
    background: linear-gradient(to bottom, #ffc558 0%,#ff7300 100%);
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    padding: 13px 85px;
    position: absolute;
    bottom: 40px;
    right: 39%;
    left: 39%;
}
.slider-join-us-sec-4 a {
    border-radius: 40px;
    border: 0;
    background: linear-gradient(to bottom, #ffc558 0%,#ff7300 100%);
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    padding: 13px 85px;
    position: absolute;
    bottom: 50px;
    left: 22%;
}
.slider-join-us-sec-5 a {
    border-radius: 40px;
    border: 0;
    background: linear-gradient(to bottom, #ffc558 0%,#ff7300 100%);
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    padding: 13px 85px;
    position: absolute;
    bottom: 65px;
    right: 21%;
}
section.legal-and.fulllicensed-sec {
    margin-top: 30px;
}
.pravacy-heading h2 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 2rem;
    color: #212529;
    font-weight: 400;
}
.para-10 p {
    font-family: 'Titillium Web', sans-serif;
    color: #000000;
    margin: 50px 0px;
    line-height: 23px;
    color: #212529;
}
.pravacy-heading p {
    font-family: 'Titillium Web', sans-serif;
    color: #212529;
}
.para-11 p {
    font-size: 11px;
    margin-bottom: 20px;
    color: #000000;
}
.home {
    color: #e96b56 !important;
}
.overlay a:active {
    color: #e96b56;
}
.background-size-of-login-btn .modal-content {
    width: 90%;
}
.login-logo-btn img {
    width: 135px;
}
.login-logo-btn {
    text-align: center;
}
.about-login-details {
    margin: 5px 30px;
}
.about-login-details .input-btn-login .form-control {
    display: block;
    width: 100%;
    padding: 7px 10px;
    color: #212529;
    background-color: #fff;
    border: 1px solid #000;
    margin: 7px 0px;
}
.input-btn-login label {
    color: #414042;
    font-size: 15px;
}
.input-btn-login {
    margin-bottom: 10px;
}
.input-group-mobile-sec {
    display: flex;
    align-items: center;
}
.input-group-mobile-sec .form-control {
    display: block;
    width: 100%;
    padding: 7px 10px;
    color: #212529;
    background-color: #fff;
    border: 1px solid #000;
    margin: 7px 0px;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 7px 12px;
    color: #000000;
    margin-right: 6px;
    border: 1px solid #000;
    font-weight: 600;

}
.input-check-box .form-check {
    display: inline;
    min-height: auto;
    padding: 0px;
}
.input-check-box {
    display: flex;
    flex-direction: column;
    margin: 10px 0px;
}
.input-check-box .form-check .form-check-input {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    opacity: 0.5;
}
.input-check-box .form-check label {
    color: #414042;
    font-size: 15px;
    opacity: .6;
}

.verification-code-text {
    color: #414042;
    font-size: 14px;
    opacity: .6;
}

.get-otp-sec a {
    box-shadow: 0px 5px 10px #0000006a;
    border-radius: 40px;
    margin: 0 auto;
    font-size: 20px;
    display: inherit;
    color: #000 !important;
    font-weight: 700;
    background: linear-gradient(#FFC558, #FF7300);
    margin-bottom: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 12px 50px;
}
.get-otp-sec {
    text-align: center;
}
.nav-bar-section .toggle-btn span {
    font-size:30px;
    cursor:pointer;
}
.menu-bar-right-desktop-view ul li {
list-style-type: none;
display: inline-block;
} 
.menu-bar-right-desktop-view ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
  padding: 0px 20px;
} 
.menu-bar-right-desktop-view ul li a:hover, .menu-bar-right-desktop-view ul li a.active {
    color: #fff;
  } 

.header-for-desktop {
    display: block;
}
.header-mobile-view {
    display: none;
}  
.menu-bar-right-desktop-view .toggle-btn{
    position: relative;
}
.menu-bar-right-desktop-view .toggle-btn a.active::before, .menu-bar-right-desktop-view .toggle-btn:hover a:before {
    content: '';
    background: url(/images/landingpage2/menu-active.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -35px;
    left: 44%;
    justify-content: center;
    display: flex;
    width: 80px;
    height: 35px;
    margin-left: -34px;
}
.game-name-sec img {
    width: 100%;
}
.slider-img-mobile-view {
    width: 97%;
    height: 600px;
    border-radius: 42px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}
.slider-img-mobile-view {
    display: none;
}
.slider-join-us-mobile-sec a {
    border-radius: 40px;
    border: 0;
    background: -moz-linear-gradient(top, #ffc558 0%, #ff7300 100%);
    background: -webkit-linear-gradient(top, #ffc558 0%,#ff7300 100%);
    background: linear-gradient(to bottom, #ffc558 0%,#ff7300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc558', endColorstr='#ff7300',GradientType=0 );
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    filter: drop-shadow(0 20px 20px rgba(0,0,0,0.5));
    margin: 10px 0 0;
    text-decoration: none;
    position: absolute;
    top: 38%;
    left: 33%;
    padding: 12px 90px;
}
.modal-backdrop.show {
    z-index: 9999;
}
.modal {
    z-index: 99999;
}
.create-info ol li{
    list-style-type: none;
    display: flex;
    line-height: 40px;
}
.create-info ol li .sequence-no {
    margin-right: 25px;
    font-size: 0.85em;
    font-weight: 600;
    height: 29px;
    text-align: center;
    color: #fff;
    background-color: #ff7300;
    border-radius: 5px;
    line-height: 8px;
    padding: 9px;
}

.nav-logo-img {
    max-width: 150px;
}
.white-logo-bg {
    background-color: #333333;
    border-radius: 30px 30px 0 0;
}
.whatsApp {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 3;
    width: 81px;
    height: 81px;
    z-index: 9999999;
  }
  
  .whatsApp_img {
    position: relative;
    z-index: 2
  }
  
  .whatsApp .circleIconPanel {
    width: 265px;
    height: 50px;
    border-radius: 25px;
    z-index: 1;
    position: absolute;
    left: 30px;
    bottom: 19px;
    opacity: 0;
    text-align: start;
    padding: 8px 20px 7px 50px;
    font: normal normal 600 12px/17px Poppins;
    letter-spacing: 0;
    color: #fff;
    background: #2db642 0 0 no-repeat padding-box;
    background-image: url(/images/WhatsAppMessage.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
  }
  .whatsApp .circleIconPanel {
    opacity: 0;
    -webkit-animation: hideMessage 1s linear;
    /* animation: hideMessage 1s linear; */
    animation: hideMessage 6s infinite;
    width: 0
  }
  
  .whatsApp:hover .circleIconPanel{
    opacity: 1;
    -webkit-animation: showMessage 1s linear;
    animation: showMessage 1s linear;
    width: 270px;
  }
  
  
  
  @-webkit-keyframes showMessage {
    0%,25% {
        opacity: 0;
        width: 0
    }
  
    to {
        opacity: 1;
        width: 265px
    }
  }
  
  @keyframes showMessage {
    0%,25% {
        opacity: 0;
        width: 0
    }
  
    to {
        opacity: 1;
        width: 265px
    }
  }
  
  @-webkit-keyframes hideMessage {
    0% {
        opacity: 1;
        width: 265px
    }
  
    80%,to {
        opacity: 0;
        width: 0
    }
  }
  
  @keyframes hideMessage {
    0% {
        opacity: 1;
        width: 265px
    }
  
    80%,to {
        opacity: 0;
        width: 0
    }
  }