.navbar-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 40px;
    background-color: #164343;
    font-family: 'Segoe UI', sans-serif;
}
body.bg_themedrk {
    background: #164343;
}
.color_lighttheme {
    color: #0bcec0;
}
.logo-box .logo-img {
    height: 50px;
}
.bg_tasksuces {
    background: #0bcec0 !important;
}
.bg_tasksuces .task_listingbtn button.button_starttsk.bg_tasksccess {
    background: #256969;
        cursor: no-drop;
        color:#0bcec0;
}
.task_list.mb-3.bg_tasksuces h4 {
    color: #256969;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.nav-link {
    text-decoration: none;
    color: rgba(6, 37, 71, 0.7);
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-link.active {
    font-weight: bold;
    border-bottom: 2px solid #164343;
    color: #164343;
}

.auth-buttons {
    display: flex;
    gap: 10px;

}
.heading p {
    color: rgb(0 0 0 / 53%);
}
a.btn.btn-account_create {
    font-size: 18px;
    padding: 5px 5px 5px 28px;
    background: #0bcec0;
    color: white;
    box-shadow: 8px 8px 18px 0px rgb(0 217 255 / 30%);
    border-radius: 50px;
    font-weight: 500;
}
a.btn.btn-account_create span {
    display: inline-block;
    width: 35px;
    background: #fff;
    height: 35px;
    line-height: 31px;
    border-radius: 50px;
    color: white;
}
.heading-section p {
    color: #91babb;
    letter-spacing: 0.5px;
}
a.registernow {
    background: #0bcec0;
    color: #164343;
    text-decoration: none;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight:500;
}

.btn-outline {
    padding: 6px 18px;
    background: transparent;
    border: 2px solid #0bcec0;
    color: #0bcec0;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
}

.btn-filled {
    padding: 6px 18px;
    background-color: #0bcec0;
    color: white;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
}

/* banner section */

.banner-session{
    background:#164343;
    color: white;
    position:relative;
    background-image:url(https://www.meez.online/assets/img/banner_pattern.svg);
}
.bg_shape.bg_btmfix {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: auto;
    right: 0;
}
.getup{
    font-size: 55px;
    font-weight: bold;
}
.getup span {
    display: block;
    font-size:47px;
    color: #0bcec0;
    text-decoration: underline;
    
}
.per-answer{
        font-size: 49px;
    font-weight: 700;
    color: #0bcec0;
}
.option-btn{
    background: none;
    color: white;
    border: 1px solid white;
    border-radius: 50px;
    padding: 5px 21px;
}
.option-section{
    margin: 36px 0px;
}
.signup-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 100vh; */
}
.heroimg img {
    border-radius: 100px 0;
}

.signup-box {
  border-radius: 16px;
  width: 100%;
  max-width: 501px;
}

.signup-banner {
  background-color: #fff;
  color: #164343;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.signup-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

/* form input[type="email"],
form input[type="password"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
} */

.checkbox-area {
  font-size: 12px;
  color: #444;
  margin-bottom: 20px;
  display: flex;
  gap: 8px;
}

.checkbox-area input[type="checkbox"] {
  margin-top: 2px;
}

.checkbox-area a {
  color: #164343;
  text-decoration: none;
}
.bg_theme{
    background:#164343;
}
.create-btn {
  width: 100%;
  padding: 14px;
  background-color: #0bcec0;
  color: #164343;
  border: none;
  border-radius: 999px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.create-btn:hover {
  background-color: #FFF;
}

.per-heading {
   font-size: 36px;
    font-weight: 700;
    color: #090a0a;
    text-transform: capitalize;
}
.per-heading span {
    display: block;
    font-weight: bold;
    font-size: 40px;
    color: #006159;
}
.heading{text-align: center;
    padding-bottom: 30px;}

.img-backgroung{
    /*background: #164343;*/
    width: 100px;
    height: 100px;
    border-radius: 96px;
    text-align: center;
    align-content: center;
    margin: auto;
    margin-right:15px;
    flex:0 70px;
}
.card{
    width: 100%;
    padding: 21px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
    border: none;
    border-radius: 16px;
    text-align: center;
    height: 382px;
}
.card-body1{
    flex:1;
}
.card-body1 h5{
    font-size: 21px;
    font-weight: 700;
    margin: 20px 0px;
    position:relative;
    
}
.card-body1 p {
    color: rgb(0 0 0 / 53%);
}
.card11 {
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
    margin-bottom: 30px;
    padding: 14px;
    border: 1px solid;
    border-color: rgba(0,0,0,0.175);
    border-radius: 5px;
}
.card-body h5{
        font-size: 21px;
    margin: 20px 0px;
    font-weight: 700;
    position:relative;
}
.bg_lightheme{
 background: #e3f9f5;
}
.card-body1 h5:after {
    content: "";
    height: 2px;
    width: 50px;
    background: #0bcec0;
    position: absolute;
    left: 0;
    bottom: -12px;
    /*transform: translate(-50%, -50%);*/
}
.card-body p{
    font-size: 17px;
    color: #00000087;
}
a.explore {
    text-decoration: none;
    font-weight: 500;
    color: #0bcec0;
    /* border: 1px solid; */
    display: inline-block;
    padding: 6px 10px;
    border-radius: 19px;
}
.benifits_survey {
    border: 1px solid #d7dbff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
    height: 100%;
    padding:30px;
    text-align:center;
}
.benifits_surveyimg {
    flex: 0 80px;
}
.benifits_surveycont {
    flex: 1;
}
.benifits_surveycont h3 {
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
    color: #164343;
}
.benifits_surveycont p {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: 1.7;
}
.make_money{
    border-radius:50px;
}
ul.listing_front {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.listing_front li {
    padding: 10px;
    margin-bottom: 18px;
    font-size: 16px;
    letter-spacing: 0.7px;
    display: flex;
    color: #719898;
    font-weight: 400;
    position: relative;
    border: 1px solid #719898;
    border-radius: 15px;
}
ul.listing_front li span.imgcheckbox {
    margin-right: 7px;
}



ul.listing_front1 {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.listing_front1 li {
   padding: 10px;
    margin-bottom: 18px;
    font-size: 16px;
    letter-spacing: 0.7px;
    display: flex;
    color: #719898;
    font-weight: 400;
    position: relative;
    border: 1px solid #719898;
    border-radius: 15px;
    background: #164343;
}
ul.listing_front1 li span.imgcheckbox {
    margin-right: 7px;
}


.bg_section {
    background:#164343;
}
.btn-account_create {
    background: #164343;
    color: white;
    margin: auto;
    text-align: center;
    display: block;
    border-radius: 50px;
    padding: 11px;
}
.features {
    height: 100%;
    color: #fff;
    border: 1px dashed #9e9e9e;
    border-radius: 23px;
    background:#effffe;
}
.features h3 {
    font-size: 20px;
    margin-top: 15px;
    font-weight: 700;
    text-transform: capitalize;
    color: #164343;
    padding-bottom: 10px;
}

.features p {
    font-size: 16px;
    color: #666;
    font-weight: 300;
    line-height: 29px;
}
footer p {
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    color: #d4d4d9;
}
footer {
    background: #164343;
}
footer ul li a {
    text-decoration: none;
    color: #d4d4d9;
    line-height: 34px;
    font-size: 16px;
    font-weight: 300;
}
footer ul {
    padding: 0;
    list-style: none;
}
.newsletter input[type="text"] {
    background: #fff;
    border: 0;
    border-radius: 50px;
    border: 1px solid #fff;
    min-height: 52px;
}
.newsletter input[type="submit"] {
    border-radius: 50px;
    background: #0bcec0;
    min-height: 56px;
    border-color: #0bcec0;
    color:#fff;
}
.input-box{   
    width: 84%;
    border: 1px solid #80808052;
    border-radius: 63px;
    padding: 8px;
    margin: 11px;
    background:#115852;
     color: #41afaf;
}
.input-box:focus-visible{
    outline:none;
}
.form-section{
        text-align: center;
    box-shadow: 0px 2px 5px #ccc;
    /* height: 307px; */
    border-radius: 20px;
    margin: 40px 0px;
    padding: 36px 0px;
    border-top: 12px solid #0bcec0;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}
.login-btn {
    border: 2px solid #164343;
    background: #0bcec0;
    color: #164343;
    /* border: 0; */
    width: 84%;
    padding: 9px;
    border-radius: 38px;
    margin: 18px 0px
}
.forgot_link a {
    text-align: right;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-top: 6px;
    font-weight: 600;
    color: #fff;
    padding-right: 44px;
    opacity:0.6;
}
.forgot_link a:hover{
    opacity:1;
}
.lable-control.not_member a {
    color: #0bcec0;
    font-weight: 600;
    text-decoration: none;
   
}
.lable-control.not_member a:hover{
    opacity:1;
}
label{
  display: block;
  margin-top: 20px;
  color:#7cb4b4;
}
.form-head h3{
    color: #0bcec0;
}
.form-head span{
    font-size: 18px;
    color: #164343;
    font-weight: 500;
}
.text-danger {
    color: red;
    font-size: 15px;
    margin-top: 16px;
    float: left;
    margin-left: 54px;
}

.profile_info h5 {
    color: #0bcec0;
}



/* admin */
.asideleft {
    position: fixed;
    background: #164343;
    left: 0;
    width: 220px;
    height: 100%;
    color: #fff;
    /* padding: 10px; */
    top: 0;
    z-index: 999;
    transition: width 0.5s;
    overflow: auto;
}
.left_sidebar {
    width: 220px;
    position: fixed;
    background:#051d66;
    overflow: auto;
    transition: width 0.5s;
    left: 0px;
    top: 0;
     color: #fff;
    height:100%;
     z-index: 9999;
}
.right_sidebar {
      margin-left: 220px;
    transition: margin-left 0.5s;
}
.left_sidebar.active {
    width:0;
    transition:width 0.5s;
    
}

.right_sidebar.active {
    margin-left: 0;
    transition:margin-left 0.5s;
}
.middle_main {
    background: #164343;
}
.sidebar {
    background: #226464;
    min-height: 100vh;
    /* height: 100%; */
    position: sticky;
    top:0px;
    position: -webkit-sticky;
}
.sidebar h4 {
    color: #fff;
    font-size: 17px;
    padding-left: 5px;
}
.sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar ul li {
    padding: 15px 5px;
}
.sidebar ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
}
.main .topbar {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    height: 50px;
    box-shadow: 0 0 2px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 10%);
    padding: 0px 10px;
}
.toggle {
    z-index: 999;
    font-size: 22px;
    display: inline-block;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    cursor: pointer;
    transition: margin-left 0.5s;
}
.welcometxt {
    color: rgb(11 206 192);
}
.box_dash {
    background: #115852;
    border-radius: 50px;
}
.earning h5 {
    color: #164343;
    font-size: 14px;
    border-radius: 50px 50px 0 0;
}

.top-navbar {
      background-color: #226464;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 20px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      /*position: fixed;*/
      top: 0;
      width: 100%;
      z-index: 1000;
      left:0;
    }
    /* .sidebar {
      background-color: #f8f9fa;
      height: 100vh;
      position: fixed;
      top: 60px;
      left: 0;
      width: 25%;
      padding: 20px;
    } */
    .main-content {
      margin-left: 17%;
      margin-top: 60px;
      padding: 20px;
    }
    .profile-img {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      object-fit: cover;
      box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }
.welcome-banner {
    background: #fff8e5;
    border: 1px solid #ffe0a3;
    padding: 6px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-weight: unset;
    color: #333;
    width: 74%;
    }
    .stat-box {
      background: #e9f0ff;
      padding: 31px 15px;
      border-radius: 12px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    }
    .stat-box h5 {
      font-size: 16px;
      font-weight: 500;
      color: #222;
    }
    .stat-box p {
      font-size: 24px;
      font-weight: 600;
      color: #ff9900;
      margin: 0;
    }
    .survey-card {
      background: #fff;
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
      height: 100%;
    }
    .survey-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    }
    .survey-card img {
      height: 168px;
      margin-bottom: 15px;
    }
    .survey-title {
      font-size: 16px;
      font-weight: 600;
      color: #333;
      min-height: 60px;
    }
    .survey-earn {
      color: #ff9900;
      font-weight: 600;
      margin: 10px 0;
    }
    .survey-btn {
      background-color: #001f66;
      color: #fff;
      border: none;
      padding: 10px 20px;
      border-radius: 25px;
      font-weight: 600;
      transition: 0.3s;
    }
    .survey-btn:hover {
      background-color: #0044cc;
    }
.earning h5 {
    background: #0bcec0;
    padding: 5px;
    text-align: center;
    border-radius: 50px 50px 0 0;
    margin: 0;
}
.button_starttsk {
    border: 0;
    border-radius: 50px;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.earning h3 {
    color: #0bcec0;
    text-align: center;
    margin: 0;
    border: 1px solid #0bcec0;
    border-radius: 0px 0px 50px 50px;
}
.task_list {
    background: #256969;
    padding:20px;
    border-radius: 15px;
    min-height:100%;
}
.earn_popup {
    color: #0bcec0;
    font-weight: 500;
}
.task_icon img {
    width: 101px;
    border-radius:100px;
    margin-bottom:10px;
}
.button_starttsk {
    background: #0bcec0;
    color: white;
}

.dashboard_list h4 {
    color: white;
    font-size: 18px;
}

.kyc-form-container {
      border: 1px solid #eceefc;
      padding: 30px;
      border-radius: 6px;
      box-shadow: 0 2px 10px rgb(0 0 0 / 16%);
      width: 458px;
      background-color: #fff;
      margin: auto;
    }

    .kyc-form-container input[type="text"] {
      width: 100%;
      padding: 12px 14px;
      margin-bottom: 20px;
      border: none;
      border-radius: 5px;
      box-shadow: 0 2px 5px rgb(0 0 0 / 18%);
      font-size: 16px;
    }


    .kyc-form-container select{
      width: 100%;
      padding: 12px 14px;
      margin-bottom: 20px;
      border: none;
      border-radius: 5px;
      box-shadow: 0 2px 5px rgb(0 0 0 / 18%);
      font-size: 16px;
    }

    .kyc-form-container button {
      background-color: #2a3cff;
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 3px;
      font-weight: bold;
      cursor: pointer;
      box-shadow: 0 4px 6px rgba(0,0,0,0.15);
      transition: 0.3s ease;
    }

    .kyc-form-container button:hover {
      background-color: #001bcc;
    }


.wallet-card {
      background-color: #2a3cff;
      color: white;
      border-radius: 4px;
      padding: 30px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      position: relative;
    }

    .wallet-card .info {
      font-size: 16px;
    }

    .wallet-card .info h2 {
      font-size: 32px;
      margin: 0 0 10px;
    }

    .wallet-card .withdraw-btn {
      background-color: white;
      color: #2a3cff;
      border: none;
      padding: 8px 16px;
      border-radius: 6px;
      font-weight: 600;
      cursor: pointer;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .progress-bar {
      margin-top: 10px;
      background: #f1f1f1;
      height: 10px;
      border-radius: 20px;
    }

    .recent-payouts {
      margin-top: 30px;
      border: 1px solid #eee;
      border-radius: 4px;
      background: #fff;
    }

    .recent-payouts h3 {
      margin: 0;
      padding: 15px 20px;
      border-bottom: 1px solid #eee;
      font-size: 18px;
      font-weight: 600;
    }

    .recent-payouts table {
      width: 100%;
      border-collapse: collapse;
    }

    .recent-payouts th,
    .recent-payouts td {
      padding: 12px 16px;
      text-align: left;
      border-bottom: 1px solid #eee;
    }

    .recent-payouts td[colspan] {
      text-align: center;
      color: #888;
      font-style: italic;
    }

.blue-section{
  background: #0046f9e6;
    color: white;
    text-align: center;
    padding: 27px;
    /* height: 189px; */
    font-size: 18px;
    font-weight: 600;
}

.count-box{
      font-size: 30px;
    font-weight: 600;
}

.icon-section{
      border-radius: 58px;
    background: white;
    color: #195cf4;
    width: 67px;
    margin: auto;
    padding: 19px;
}

.profile-section form{
    width: 50%;
    margin: auto;
    box-shadow: 1px 5px 5px #b6b0b0;
    padding: 22px;
}

.form-bodyy input{
  width: 100%;
    padding: 8px;
    border-radius: 50px;
    border: 1px solid lightgray;
}

.form-header{
    background: #0027ed;
    color: white;
    text-align: center;
    padding: 51px;
    margin: 19px 0px;
}

.update_btn{
    width: 100%;
    padding: 8px;
    border-radius: 50px;
    border: 1px solid lightgray;
    background-color: #0bcec0;
    margin-top: 20px;
    color: white;
}

.user-img{
      /*margin-right: 245px;*/
    width: 38px;
}

.join-input {
    width: 97%;
    border: 1px solid #206262;
    padding: 11px;
    border-radius:50px;
    margin-bottom: 20px;
    background: #164343;
    color: #41afaf;
}
.join-input input:focus-visible{
    color: #41afaf;
}
.join-input::placeholder {
  color: #41afaf;
  opacity: 1; /* Firefox */
}
.join-input:focus-visible{
    outline:none;
    color:#fff;
}

.input-box::placeholder {
  color: #41afaf;
}
.input-box::-ms-input-placeholder {
  color: #41afaf;
}
.join-input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #41afaf;
}
.btn-account_create:hover{
    background: white;
    border: 1px solid #0046f9;
    color: #0046f9;
}
.nav-img{width: 21px;}
.sharelink {
    background: #226464;
}

.card_walest h3 {
    color: #0bcec0;
}
.card_walest p {
    color: #98c0c0;
}
.btn.btn-withdrawal {
    background: #0bcec0;
    color: white;
    border-radius: 50px;
    border: 2px solid #04b0a4;
}
.btn.btn-withdrawal:hover {
    background: #0cbbaf;
    color: white;
}
.title_dash h4 {
    color: #0bcec0;
}
.sharelink table thead tr th {
    background: #16958f;
    color: #ffffff;
}
.download {
    background: #164343;
    border: 15px solid #164343;
    border-radius: 50px;
}

.download h3 {
    background: #0bcec0;
    color: #115852;
    text-align: center;
    border-radius: 0 0 50px 50px;
    margin: 0;
}

.download p {
    text-align: center;
    border: 1px solid #0bcec0;
    border-radius: 50px 50px 0 0;
    color: #0bcec0;
    margin: 0;
    padding: 4px;
}
.info_profile {
    background: #256969;
    padding: 20px;
    border-radius: 20px;
}

    .input_profle input, .input_profle select, .input_profle input:disabled {
    border-radius: 50px;
    padding-left: 40px;
    background: #164343;
    color: #7cb4b4;
    border-color: #297a7a;
}
.input_profle input:disabled {
    border-radius: 50px;
    padding-left: 40px;
    background: #164343;
    color: #7cb4b4;
    opacity:0.5;
}

.input_profle input:focus {
    outline: none;
    background: #164343;
    color: #7cb4b4;
}
input.form-control.upadate {
    background: #0bcec0;
    color: #164343;
    border-color: #1c5858;
}

input[type=file]::file-selector-button {
  border: 0;
  padding:0;
  border-radius: 0;
  background-color: #164343;
  transition: 1s;
  color: #7cb4b4;
  padding-left:10px;
}
input[type=file]::file-selector-button:hover {
  background-color: #81ecec;
  border: 2px solid #00cec9;
}

.input_profle {
    position: relative;
}

.input_profle span {
    position: absolute;
    left: 4px;
    top: 4px;
    background: #0bcec0;
    color: white;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.mofify_kyc select, .bank-transfer select, .payoneer select, .paypal  select, .payPak select, .upay select, .portwallet  select, .paytm select{
   background: #164343;
    color: #7cb4b4;
    border-radius: 50px;
    border-color: #297a7a;
}
.paytm .form-group input, .bank-transfer input, .payoneer input, .paypal input, .payPak  input, .upay input, .portwallet  input, .paytm  input{
     background: #164343;
     color: #7cb4b4;
     border-radius: 50px;
     border-color: #297a7a;
}
.paytm .form-group input::placeholder , .bank-transfer input::placeholder, .payoneer input::placeholder, .paypal input::placeholder, .payPak input::placeholder, .upay input::placeholder,
.portwallet input::placeholder, .paytm input::placeholder {
  color: #7cb4b4;
  opacity: 1; /* Firefox */
}
.paytm .form-group input::placeholder , .bank-transfer input::placeholder, .payoneer input::placeholder, .paypal input::placeholder, .payPak input::placeholder, .upay input::placeholder,
.portwallet input::placeholder, .paytm input::placeholder {
  color: #7cb4b4;
  opacity: 1; /* Firefox */
}
.mofify_kyc select:focus{
  background-color: #164343 !important;
  color:#7cb4b4;
  box-shadow:2px 2px 5px #164343;
  border-color:#7cb4b4;
 
}
.paytm .form-group input::-ms-input-placeholder , .bank-transfer input::-ms-input-placeholder, .payoneer input::-ms-input-placeholder, .paypal input::-ms-input-placeholder, .payPak input::-ms-input-placeholder, .upay input::-ms-input-placeholder,
.portwallet input::-ms-input-placeholder, .paytm input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #7cb4b4;
}

input.payment_submit {
    background: #0bcec0 !important;
    color: #164343 !important;
    border: 2px solid #307d7d;
    padding: 5px 13px;
    font-weight: 500;
}





@media(max-width:767px){
    .left_sidebar{
        width:0;
    }
    .right_sidebar{
        margin-left:0;
    }
    .left_sidebar.active {
    width: 220px;
}
    .auth-buttons{
            flex-direction: column;
    }
    .getup{
        font-size:40px;
    }
    .getup span{
        font-size:40px;
    }
    .per-heading{
        font-size:30px;
    }
}

@media(min-width:768px) and (max-width:1023px){
    .left_sidebar{
        width:0;
    }
    .right_sidebar{
        margin-left:0;
    }
    .left_sidebar.active {
    width: 220px;
}
    .getup{
        font-size:40px;
    }
    .getup span{
        font-size:40px;
    }
}







































