@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Open+Sans:ital,wght@1,300;1,500&family=Oswald:wght@300;400;500&family=Poppins:wght@500&family=Roboto&family=Rubik:ital@1&family=Yanone+Kaffeesatz:wght@400;500;600&display=swap');
body{
    margin: 0px;
    padding: 0px;
}
.edit_button {
    margin-top: 23px;
    padding: 5px 20px;
    background-color: #cfd8dc9c;
    color: #0e0101;
    border: 1px solid black;
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;
    position: relative;
    top: 7px;
}
.follow_img {
    width: 100%;
    height: 351px;
}
#signup{
    align-items: center;
}
.category{
  display: flex;
    align-items: baseline;  
}
.mobile_view{
 background-color:white;   
}
.mass_1{
 display: flex;   
}
.category p{ 
font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0px;
}    
input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: 2px;
    opacity: 0.2;
    color: #eeeeee;
    font-size: 18px;
  }
  .first_2 {
    padding-left: 42px;
    display: flex;
    align-items: center;
}
input[type="checkbox"]{
margin: 0px 14px;
}
header {
   padding: 14px 20px;
    background-color: #fff;
    text-align: center;
    border-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.icofont-caret-down:before {
    content: "\ea67";
    position: absolute;
    font-size: 41px;
    color: #D9D9D9;
    left: 66%;
    padding-top: 6px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='grey' height='34' viewBox='0 0 24 24' width='34' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 0px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
  }
/*
.calender{
    content: "\eecd";
    position: absolute;
    font-size: 41px;
    color: #D9D9D9;
    left: 66%;
    padding-top: 6px;
}
*/
input[type="radio"] {
    accent-color: #09a318 !important;
    /* width: 31px; */
    margin-left: 23px;
    /* height: 29px; */
    width: 24px;
    height: 24px;
}
.back_img {
    width: 89%;
    position: relative;
    height: 564px;
    top: 37px;
    left: 46px;
    right: 0px;
}

.logo {
    width: 28%;
}
.wrapper{
background: #F8F8F8;
padding: 23px 0px;
}
.wrapper .user {
    background: #ECE556;
    border: 1px solid #818181;
    border-radius: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-transform: uppercase;
    width: 100%;
    padding: 3px 0px;
}
.wrapper .user-formhead h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    color: #000000;
    padding: 8px 0px;
   
}
footer {
    padding: 16px 0px;
    background-color: #fff;
    text-align: left;
    width: 100%;
    border-radius: 6px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
   
}
footer p{
   margin: 0px;
   font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 18px;
text-align: center;
color: #000000;
}
.form-control{
    border: 1px solid #818181;
    border-radius: 6px;
    padding: 4px 8px 4px 13px !important;
    font-family: 'Poppins';
    font-size: 15px;
}
.first_1{
    padding-left: 26px;
    display:flex;
    align-items: center;
}
.user_form {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    border-radius: 15px;
    padding: 9px 24px;
   margin: 9px 10px;

}
::placeholder{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
 position:relative;
 bottom:2px;
    color: #000000 !important;
}

label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #000000;
}
.form__radio{
    display: flex;
    align-items: center;
}
select {
    font-size: 10px !important;
    line-height: 24px !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}


input[type="date"]{
     font-size: 9px;
}
input[type="date"]:before {
    content: attr(placeholder) !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #000000 !important;
    margin-right: 0.5em;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }
  input[type='radio'] {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    outline: none;
    box-shadow: 0 0 0 2px #7C7C7C;
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

input[type='radio']:checked:before {
    background: #00C514;
}
.form{
    border: 1px solid #818181;
    border-radius: 10px;
    padding: 12px !important;
    width:100%;
}
select {
    font-size: 12px !important;
    line-height: 24px !important;
}
.box_table{
    background:#fff;
    color: #000;
    border-collapse: collapse;
    border: 2px solid #80808040;
    margin: 12px 0px 13px;
    padding: 10px;
}
.edit_button{
margin-top: 23px;
    padding: 5px 20px;
    background-color: #cfd8dc9c;
    color: #0e0101;
    border: 1px solid black;
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;
    position: relative;
    top: 7px;
}    
form{
    margin:0px;
}
.razorpay-payment-button{
    padding: 6px 8px;
    position: relative;
    top: 3px;
    margin-top: 10px;
    left: 12px;
}
.email_header{
background-color: white; padding: 20px 55px;margin: 0px 0px;
}
/*
  .edit_button_home{
margin-top: 28px;
    padding: 5px 20px;
    background-color: #cfd8dc9c;
    color: #0e0101;
    border: 1px solid black;
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;
}
*/
.prview{
    background-color: white; 
    padding: 20px 55px !important;
    margin: 3px 50px;
}

.payment-table tr td {
    width: 50%;
}

.payment-table tr td:nth-child(2) {
    text-align: right !important;
    padding-right: 15px;
}

.payment-table tr td:nth-child(2) a {
    margin-left: auto;
    margin-top: 0 !important;
    font-family: sans-serif;
    font-size: 14px !important;
}
.preview_table table td .edit_button {margin-top:0 !important;}
.preview_table table td form .razorpay-payment-button, .preview_table table td .edit_button {
    width:200px;
    left: 0;
    border: 0 !important;
    background: #576EF8;
    color: #fff;
    padding: 10px !important;
    border-radius: 3px !important;
    display: block !important;
    left: 0 !important;
    top: auto !important;
    text-align: center;
    box-sizing: border-box;font-family: sans-serif;
}
.preview_table table td form .razorpay-payment-button {
    margin-left: auto;
    margin-top: 16px;
    margin-right: 10px;
    height: 38px;
}
div#categoryByAgeDiv {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 10px !important;
}

div#categoryByAgeDiv label#category\[\]-error {
position: absolute;
    border: 0;
    top: auto !important;
    bottom: 0;
    line-height: initial !important;
}



table.preview_tabletag.tag-1 td {
    padding: 8px 15px !important;
    width: 50%;
    margin: 0 !important;
    display: table-cell !important;
}

table.preview_tabletag.tag-1 td p {
    margin: 0 !important;
    left: auto !important;
    padding: 0 !important;
}

table.preview_tabletag.tag-1 td b {
    left: auto !important;
    padding: 0 !important;
}

table.preview_tabletag.tag-1 tr.pr_cata.hidetd-2 td:nth-child(2),table.preview_tabletag.tag-1 tr.pr_cata.hidetd-2 td:nth-child(4) {
    display: none !important;
}

table.preview_tabletag.tag-1 tr td:nth-child(2) {
    text-align: right !important;
}

table.preview_tabletag.tag-1 tr td:nth-child(2) p {
    text-align: right !important;
}

table.preview_tabletag.tag-1 tr.pr_cata.hidetd-1 td:nth-child(2) {
    display: none !important;
}

table.preview_tabletag.tag-1 tr.pr_cata.hidetd-1 td:nth-child(3),table.preview_tabletag.tag-1 tr.pr_cata.hidetd-2 td:nth-child(3) {
    text-align: right;
}
table.preview_tabletag.tag-1 tr.pde_td td:nth-child(2) {
    display: none !important;
}
.backto_home a:hover {
    background: #2196f3;
}
.backto_home a {
    display: inline-block;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 19px;
    background: #576EF8;
    color: #ffffff;
    padding: 11px 28px;
    border-radius: 5px;
    transition: 600ms all;
}
.backto_home {
    text-align: right;
}
/*media*/
@media (max-width: 768px) {
    .page-preview{
        overflow: hidden;
    margin: 0 !important;
    padding: 20px !important;
    }
.preview_table table {
    width: 100%;
    display: block;
    margin: 0 !important;
    padding: 10px;
}

.preview_table table td {
    display: block;
    text-align: left !important;
    width: 100%;
    padding: 5px 0 !important;
    margin: 0 !important;
}

.preview_table table td p {
    margin: 0 !important;
    text-align: left !important;
    float: none;
    padding: 2px 0 !important;
    left: 0 !important;
}

.preview_table table td b {
    color: #576EF8;
    font-weight: normal !important;
    display: block;left: 0 !important;padding-left: 0 !important;
}
.preview_table table tr.pr_cata {
    display: flex;
    justify-content: space-between;
}
.preview_table table tr.pr_cata td {
    width: 50%;
}
.preview_table table tr.pr_cata.hidetd-2 td{padding-left:10px;}
.preview_table table tr.pr_cata.hidetd-1 td:nth-child(2), .preview_table table tr.pr_cata.hidetd-2 td:nth-child(2), .preview_table table tr.pr_cata.hidetd-2 td:nth-child(4) {
    display: none;
}
.preview_table table tbody tr {
    display: block;
}
.preview_table table tbody {
    width: 100%;
    display: block;
}
.preview_table table td form .razorpay-payment-button, .preview_table table td .edit_button {
    width: 100% !important;
    left: 0;
    border: 0 !important;
    background: #576EF8;
    color: #fff;
    padding: 10px !important;
    border-radius: 3px !important;
    display: block !important;
    left: 0 !important;
    top: auto !important;
    text-align: center;
    box-sizing: border-box;
}

.preview_table table td .edit_button {margin-top: 0px !important;background: #E5F0FF !important;font-family: sans-serif;font-size:12px !important;}
.preview_table table.paybtntable{margin-bottom:15px !important;}
.preview_table table.faq_table td ul li::before {
    content: "\21D2";
    position: absolute;
    left: 0;
    color: #6c80f9;
    font-weight: 600;
}
.preview_table table.faq_table td ul li {
    margin: 8px 0 !important;
    display: block;
    padding: 0 !important;
    font-weight: normal !important;
    line-height: 18px;
    color: #a1a0a0;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 5px !important;
    position: relative;
    padding-left: 22px !important;
}
.preview_table table.faq_table td ul {
    padding: 0;
}
.category p {
    width: calc(100% - 30px);
    vertical-align: top;
}
.category input[type="checkbox"] {
    top: 0;
    margin-left: 0;
    margin-top: 5px;
    margin-right: 5px;
    width: 15px;
}
.main_category .category {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}



/**/
table.preview_tabletag.tag-1 td {
    padding:5px 0 !important;
    width: 100%;
    margin: 0 !important;
    display: block !important;
}

table.preview_tabletag.tag-1 td p {
    margin: 0 !important;
    left: auto !important;
    padding: 0 !important;
}

table.preview_tabletag.tag-1 td b {
    left: auto !important;
    padding: 0 !important;
}

table.preview_tabletag.tag-1 tr.pr_cata.hidetd-2 td:nth-child(2),table.preview_tabletag.tag-1 tr.pr_cata.hidetd-2 td:nth-child(4) {
    display: none !important;
}

table.preview_tabletag.tag-1 tr td:nth-child(2) {
    text-align: left !important;
}

table.preview_tabletag.tag-1 tr td:nth-child(2) p {
    text-align: left !important;
}

table.preview_tabletag.tag-1 tr.pr_cata.hidetd-1 td:nth-child(2) {
    display: none !important;
}

table.preview_tabletag.tag-1 tr.pr_cata.hidetd-1 td:nth-child(3),table.preview_tabletag.tag-1 tr.pr_cata.hidetd-2 td:nth-child(3) {
    text-align: left;
}
table.preview_tabletag.tag-1 tr.pde_td td:nth-child(2) {
    display: none !important;
}
}

.footcontainer{
    margin-top: 50px;
}
.left_side img{
     margin-left: 0px !important;
}
.row .col-md-4 img{
    margin-left: 70px;
 }
 .row .col-md-4 p{
     margin-top:zz0px;
   font-size: 12px;
 }