@font-face{
    font-family:Poppins-Regular;
    src:url(../fonts/Poppins-Regular.ttf)
}
@font-face{
    font-family:Poppins-Medium;
    src:url(../fonts/Poppins-Medium.ttf)
}
@font-face{
    font-family:Poppins-Bold;
    src:url(../fonts/Poppins-Bold.ttf)
}
@font-face{
    font-family:Poppins-SemiBold;
    src:url(../fonts/Poppins-SemiBold.ttf)
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box
}
body,html{
 
    font-family:Poppins-Regular,sans-serif
}
a{
    font-family:Poppins-Regular;
    font-size:14px;
    line-height:1.7;
    color:rgb(0, 0, 0);
    margin:0;
    transition:all .4s;
    -webkit-transition:all .4s;
    -o-transition:all .4s;
    -moz-transition:all .4s;
    text-decoration: none;
}
a:focus{
    outline:none!important
}
a:hover{
    text-decoration:none;
    color:#FC1121
}
h1,h2,h3,h4,h5,h6{
    margin:0
}
p{
    font-family:Poppins-Regular;
    font-size:14px;
    line-height:1.7;
    color:rgb(0, 0, 0);
    margin:0
}
ul,li{
    margin:0;
    list-style-type:none
}
input{
    outline:none;
    border:none
}
textarea{
    outline:none;
    border:none
}
textarea:focus,input:focus{
    border-color:transparent!important
}
input:focus::-webkit-input-placeholder{
    color:transparent
}
input:focus:-moz-placeholder{
    color:transparent
}
input:focus::-moz-placeholder{
    color:transparent
}
input:focus:-ms-input-placeholder{
    color:transparent
}
textarea:focus::-webkit-input-placeholder{
    color:transparent
}
textarea:focus:-moz-placeholder{
    color:transparent
}
textarea:focus::-moz-placeholder{
    color:transparent
}
textarea:focus:-ms-input-placeholder{
    color:transparent
}
input::-webkit-input-placeholder{
    color:#adadad
}
input:-moz-placeholder{
    color:#adadad
}
input::-moz-placeholder{
    color:#adadad
}
input:-ms-input-placeholder{
    color:#adadad
}
textarea::-webkit-input-placeholder{
    color:#adadad
}
textarea:-moz-placeholder{
    color:#adadad
}
textarea::-moz-placeholder{
    color:#adadad
}
textarea:-ms-input-placeholder{
    color:#adadad
}
button{
    outline:none!important;
    border:none;
    background:0 0
}
button:hover{
    cursor:pointer
}
iframe{
    border:none!important
}
.txt1{
    font-family:Poppins-Regular;
    font-size:14px;
    line-height:1.5;
    color:rgb(0, 0, 0)
}
.txt2{
    font-family:Poppins-Regular;
    font-size:14px;
    line-height:1.5;
    color:#333;
    text-transform:uppercase
}
.bg1{
    background-color:#3b5998
}
.bg2{
    background-color:#1da1f2
}
.bg3{
    background-color:#ea4335
}
.limiter{
    width:100%;
    margin:0 auto
}
.container-login100{
    width:100%;
    
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
   
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    padding-top: 100px;
    padding-bottom: 100px;

}
.wrap-login100{
    width:500px;
    background:#fff;
    border-radius:10px;
    overflow:hidden
}


.wrap-login1000{
    width:800px;
    background:#fff;
    border-radius:10px;
    overflow:hidden
}

.wrap-login10000{

    background:#fff;
    border-radius:10px;
    overflow:hidden
}


.login100-form{
    width:100%
}
.login100-form-title{
    display:block;
    font-family:Poppins-Bold;
    font-size:39px;
    color:#333;
    line-height:1.2;
    text-align:center
}
.wrap-input100{
    width:100%;
    position:relative;
    border-bottom:1px solid #000000
}
.label-input100{
    font-family:Poppins-Regular;
    font-size:14px;
    color:rgb(0, 0, 0);
    line-height:1.5;
    padding-left:7px
}
.input100{
    font-family:Poppins-Medium;
    font-size:16px;
    color:#000;
    line-height:1.2;
    display:block;
    width:100%;
    height:55px;
    background:none;
    padding:0 7px 0 43px;
    border: none;
}
.focus-input100{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    top:0;
    left:0;
    pointer-events:none
}
.focus-input100::after{
    content:attr(data-symbol);
    font-family:Material-Design-Iconic-Font;
    color:#12773d;
    font-size:22px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    height:calc(100% - 20px);
    bottom:0;
    left:0;
    padding-left:13px;
    padding-top:3px
}
.focus-input100::before{
    content:"";
    display:block;
    position:absolute;
    bottom:-2px;
    left:0;
    width:0;
    height:2px;
    background:#7f7f7f;
    -webkit-transition:all .4s;
    -o-transition:all .4s;
    -moz-transition:all .4s;
    transition:all .4s
}
.input100:focus+.focus-input100::before{
    width:100%
}
.has-val.input100+.focus-input100::before{
    width:100%
}
.input100:focus+.focus-input100::after{
    color:#FC1121
}
.has-val.input100+.focus-input100::after{
    color:#FC1121
}
.container-login100-form-btn{
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap:wrap;
    justify-content:center
}
.wrap-login100-form-btn{
    width:100%;
    display:block;
    position:relative;
    z-index:1;
    border-radius:25px;
    overflow:hidden;
    margin:0 auto;
    box-shadow:0 5px 30px 0 rgba(3,216,222,.2);
    -moz-box-shadow:0 5px 30px 0 rgba(3,216,222,.2);
    -webkit-box-shadow:0 5px 30px 0 rgba(3,216,222,.2);
    -o-box-shadow:0 5px 30px 0 rgba(3,216,222,.2);
    -ms-box-shadow:0 5px 30px 0 rgba(3,216,222,.2)
}
.login100-form-bgbtn{
    position:absolute;
    z-index:-1;
    width:300%;
    height:100%;
    background:#a64bf4;
    background:-webkit-linear-gradient(right,#033F7C,#FC1121,#033F7C,#FC1121);
    background:-o-linear-gradient(right,#033F7C,#FC1121,#033F7C,#FC1121);
    background:-moz-linear-gradient(right,#033F7C,#FC1121,#033F7C,#FC1121);
    background:linear-gradient(right,#033F7C,#FC1121,#033F7C,#FC1121);
    top:0;
    left:-100%;
    -webkit-transition:all .4s;
    -o-transition:all .4s;
    -moz-transition:all .4s;
    transition:all .4s
}
.login100-form-btn{
    background: #12783e;
    font-family:Poppins-Medium;
    font-size:16px;
    color:#fff;
    line-height:1.2;
    text-transform:uppercase;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:0 20px;
    width:100%;
    height:50px
}
.wrap-login100-form-btn:hover .login100-form-bgbtn{
    left:0
}
.validate-input{
    position:relative
}
.alert-validate::before{
    content:attr(data-validate);
    position:absolute;
    max-width:70%;
    background-color:#fff;
    border:1px solid #c80000;
    border-radius:2px;
    padding:4px 25px 4px 10px;
    bottom:calc((100% - 20px)/2);
    -webkit-transform:translateY(50%);
    -moz-transform:translateY(50%);
    -ms-transform:translateY(50%);
    -o-transform:translateY(50%);
    transform:translateY(50%);
    right:2px;
    pointer-events:none;
    font-family:Poppins-Regular;
    color:#c80000;
    font-size:13px;
    line-height:1.4;
    text-align:left;
    visibility:hidden;
    opacity:0;
    -webkit-transition:opacity .4s;
    -o-transition:opacity .4s;
    -moz-transition:opacity .4s;
    transition:opacity .4s
}
.alert-validate::after{
    content:"\f06a";
    font-family:FontAwesome;
    display:block;
    position:absolute;
    color:#c80000;
    font-size:16px;
    bottom:calc((100% - 20px)/2);
    -webkit-transform:translateY(50%);
    -moz-transform:translateY(50%);
    -ms-transform:translateY(50%);
    -o-transform:translateY(50%);
    transform:translateY(50%);
    right:8px
}
.alert-validate:hover:before{
    visibility:visible;
    opacity:1
}
@media(max-width:992px){
    .alert-validate::before{
        visibility:visible;
        opacity:1
    }
}
.login100-social-item{
    font-size:25px;
    color:#fff;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:center;
    align-items:center;
    width:50px;
    height:50px;
    border-radius:50%;
    margin:5px
}
.login100-social-item:hover{
    color:#fff;
    background-color:#333
}
@media(max-width:576px){
    .wrap-login100{
        padding-left:15px;
        padding-right:15px
    }
}

.txt1 a{
    font-weight: bold;
    font-size: 14px;
    color: red;
}


.txt1 a:hover{
    font-weight: bold;
    font-size: 14px;
    color: rgb(255, 86, 86);
}

.copy{
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0%;
    color: black;
    padding-bottom: 25px;
    
}




.auth_branding--brand--aXUkB {
    font-family:Whyte,sans-serif!important
   }
   .auth_branding--brand--aXUkB a {
    font-size:12px;
    cursor:pointer;
    color:var(--color-text-brand, #5551ff)
   }
   .auth_branding--brand--aXUkB button:not([aria-haspopup="listbox"]) {
    transition:transform .2s;
    transform:translateZ(0)
   }
   .auth_branding--brand--aXUkB button:not([aria-haspopup="listbox"]):hover:not(:disabled):not(:active) {
    transform:translateY(-2px)
   }
   .auth_branding--brand--aXUkB button:not([aria-haspopup="listbox"]):active {
    transform:translateY(2px)
   }
   .auth_view--input--pVl8W {
    color:var(--color-text-secondary, #666);
    display:block;
    width:100%;
    margin-bottom:12px;
    border:1px solid var(--color-border, #d4d4d4);
    border-radius:3px;
    height:60px;
    padding-left:12px;
    box-sizing:border-box;
    -webkit-user-select:auto;
    -moz-user-select:auto;
    -ms-user-select:auto;
    user-select:auto;
    font-size:14px
   }
   .auth_view--input--pVl8W:focus {
    padding-left:12px;
    border-color:var(--color-border-brand, #0d99ff)
   }
   .auth_view--input--pVl8W::-webkit-input-placeholder {
    color:var(--color-text-secondary, #d4d4d4)
   }
   .auth_view--fullWidth--HrOJA {
    width:100%
   }
   .auth_view--wideButton--1DF8U {
    box-sizing:border-box;
    margin-top:12px;
    height:60px;
    font-size:16px
   }

   .auth_view--brandButtonBase--yT1mh {
    height:48px;
    font-size:18px;
    line-height:24px;
    padding-left:20px;
    padding-right:20px;
    box-sizing:border-box;
    font-weight:700;
    border-radius:8px;
    cursor:pointer
   }
   .auth_view--brandButton--K2XZu {
   
    cursor:pointer;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    border: 1px solid #000;
    border-radius: 50px;
    color: black;
    margin-top: 15px;
}

   .auth_view--footerButtonRow--eayM0 {
    display:flex;
    align-items:center;
    justify-content:center
   }
   .auth_view--centerText--x3Gm1 {
    text-align:center
   }
   .auth_view--footerText--Sw8Jj {
    color:var(--color-text-secondary, rgba(0, 0, 0, .6));
    font-size:12px
   }
   .extra_info--wideButton--SOq4S {
    height:48px;
    margin:0
   }

   .landing_form--googleButtonInner--AsRMV {
    display:flex;
    align-items:center;
    justify-content:center
   }
   .landing_form--googleIcon--9QGPz {
    width:18px;
    height:18px;
    display:inline-block;
    margin-right:12px
   }
   .landing_form--googleText--AqjKH {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size: 16px;
   }
   .sign_in_and_up--orBlock--BD8ed {
    display:block;
    height:60px;
    width:100%;
    font-size:16px;
    line-height:60px;
    color:var(--color-text-secondary, #666)
   }
  .main-bg-color{

    background: rgb(248,242,228);
    background: linear-gradient(60deg, rgba(248,242,228,1) 0%, rgba(230,236,237,1) 100%);
  }


  @media(max-width:992px){


    .main-bg-color{
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
      }

      .container-login100 {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding-top: 10px;
      }

      .p-r-55 {
        padding-right: 15px;
      }
      .p-l-55 {
        padding-left: 15px;
      }

}



.card{
    border:none;
}

.form-control {
    border-bottom: 2px solid #a09898  !important;
    border: none;
    font-weight: 600
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #8bbafe;
    outline: 0;
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 2px solid rgb(34, 34, 34) !important;
}



.inputbox {
    position: relative;
    margin-bottom: 20px;
    width: 100%
}

.inputbox span {
    position: absolute;
    top: 7px;
    left: 11px;
    transition: 0.5s
}

.inputbox i {
    position: absolute;
    top: 13px;
    right: 8px;
    transition: 0.5s;
    color: #3F51B5
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.inputbox input:focus~span {
    transform: translateX(-0px) translateY(-15px);
    font-size: 12px
}

.inputbox input:valid~span {
    transform: translateX(-0px) translateY(-15px);
    font-size: 12px
}

.card-blue{

    background-color: #fff;
    border: 1px solid #eee;
  }

  
.card-blue span{

   color: rgb(0, 0, 0) !important;
   
  }
}

.hightlight{

    background-color: #f40004;
    padding: 10px;
    border-radius: 10px;
    margin-top: 15px;
    font-size: 14px;
}

.yellow{

    color: #000000; 
}

.decoration{

    text-decoration: none;
    font-size: 14px;
}

.btn-success {
    color: #fff;
    background-color: #123d7c;
    border-color:#123d7c;
}

.btn-success:hover {
    color: #fff;
    background-color:#11428b;
    border-color: #11428b;
}


.decoration:hover{

    text-decoration: none;
    color: #fdcc49; 
}





.cc-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}
.visa{background-image:url(../images/visa.png);}
.mastercard{background-image:url(../images/master.png);}
.AmericanExpress{background-image:url(../images/express.png);}
.discover{background-image:url(../images/discover.png);}

.cc-selector input:active +.drinkcard-cc{opacity: .9;}
.cc-selector input:checked +.drinkcard-cc{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.drinkcard-cc{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:54px;height:49px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(0) opacity(.7);
       -moz-filter: brightness(1.8) grayscale(0) opacity(.7);
            filter: brightness(1.8) grayscale(0) opacity(.7);
}
.drinkcard-cc:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
}

/* Extras */
a:visited{color:#888}
a{color:#444;text-decoration:none;}
p{margin-bottom:.3em;}

.f-bold {
    font-weight: normal !important;
    font-size: 14px;
    padding-bottom: 10px;
}
#calendar {
    width: 800px;
    margin: 0 auto;
}

.response {
    height: 60px;
}

.success {
    background: #cdf3cd;
    padding: 10px 60px;
    border: #c3e6c3 1px solid;
    display: inline-block;
}
.btnContact {
  width: 35%;
  border-radius: 1rem;
  padding: 1.5%;
  background: #fff;
    background-color: rgb(255, 255, 255);
  font-weight: 600;
  color: #000;
  cursor: pointer;
  border: 1px solid #000;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  float: right !important;
  padding-right: 29%;
}
.calclass {
	min-width: 200px;
	overflow-x: auto;
	white-space: nowrap;
}
.fc-day-header{
    background-color:greenyellow;

}

.auth_view--brandButton--K2XZuapple {
   
    cursor:pointer;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    border: 1px solid #000;
    border-radius: 50px;
    color: rgb(255, 255, 255);
    margin-top: 15px;
    background-color: rgb(0, 0, 0);
}






