/* @font-face {
    font-family: 'Roboto';
    src: url("fonts/roboto/Roboto-Regular.ttf");
} */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
*{
    font-family: 'Poppins', sans-serif;
}

body{
    /* background: linear-gradient(315deg,#93a5cf,#e4efe9 74%); */
    /*min-height: 100vh;*/
    /*height:100vh;*/
    /*background-image: url("https://prathamyouthnet.org/pratham_membership/assets/images/background.png");*/
    background-color: #fff !important;
    background-repeat: no-repeat;
    background-size:cover;
}
.hide{
    display: none !important;
}
a {
    text-decoration: none !important;
}

input.form-control, select.form-select{
    height:56px !important;
}
textarea.form-control{
    height:150px !important;
}
.fsize12{
    font-size:12px;
}
.fsize13{
    font-size:13px;
}
.fize14{
    font-size: 14px;
}
.fsize40{
    font-size:35px;
}
label.error{
    color:red;
    float:left;
    font-size:12px;
    width:100%;
    text-align: left;
    margin-bottom: 10px;
}
#artwork-error,#check-error{
    text-align: center;
}
input.error,select.error{
    border:1px solid red;
}
.cursor-pointer{
    cursor:pointer;
}
#message-container.success, #evaluator-message-container.success{
    background: rgba(0,255,0,0.75);
}
#message-container.error, #evaluator-message-container.error{
    background: rgba(255,0,0,0.75);
}
.font-weight-bold{
    font-weight:bold !important;
}
.registration-preview-table td{
    padding:15px;
    vertical-align: middle;
}
.registration-preview-table td.font-weight-bold{
    max-width: 100px;
}
.bootbox .bootbox-close-button{
    float:right;
}
.placeholder{
    position: absolute;
    top:15px;
    left:10px;
    padding:0 5px;
    color:#999;
    transition:0.3s;
    pointer-events: none;
    background:transparent;
    opacity: 1;
}
.placeholder.filled{
    top:-8px;
    color:#000;
    background-color: #fff !important;
    font-size: 13px;
    z-index: 10;
}
input:focus{
    box-shadow: none !important;
}
.navbar{
    background-color:#fff!important;
}
.navbar-header{
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-left: 60px;
}
.navbar-brand{
    max-height: 80px;
    margin-left:60px;
}
.pradigi-icon{
    max-height: 70px;
    margin-right:30px;
    justify-content: end;
}
.registration-box{
    width:320px;
    height:200px;
    background-color:#FFBB85!important;
    color:#000000 !important;
    /* box-shadow: 0px 0px 12px 0 #171616; */
    box-shadow: #977a63 7px 7.95px 2px;
    border-radius:5px;
    font-size:20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    flex-direction: column;
    row-gap: 10px;
    
}
.registration-box1{
    width:320px;
    height:200px;
    background-color:#52DDA2!important;
    color:#000000 !important;
    /* box-shadow: 0px 0px 12px 0 #ccc; */
    box-shadow: #669280 7px 7.95px 2px;
    border-radius:5px;
    font-size:20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    flex-direction: column;
    row-gap: 10px;
}
.registration-box2{
    width:320px;
    height:200px;
    background-color:#ABC1E4!important;
    color:#000000 !important;
    /* box-shadow: 0px 0px 12px 0 #ccc; */
    box-shadow: #5e6a7d 7px 7.95px 2px;
    border-radius:5px;
    font-size:20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    flex-direction: column;
    row-gap: 10px;
}
.box1{
    background-color:#FFBB85!important;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    position: relative;
    bottom: -30px;
}
.box1-image{
    position: absolute;
    z-index: 1;
    left: -10px;
    bottom: -10px;
    height: 180px;
}
.content-heading{
    margin-left: 95px;
    margin-top: -20px;
}
.box2{
    background-color:#ABC1E4!important;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    position: relative;
    bottom: -30px;
}
.box2-image{
    position: absolute;
    z-index: 1;
    left: 00px;
    bottom: 20px;
    height: 160px;
}
.content-heading2{
    margin-left: 120px;
    margin-top: -20px;
}
.box3{
    width:820px;
    background-color:#52DDA2!important;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    position: relative;
    bottom: -30px;
}
.box3-image{
    position: absolute;
    z-index: 1;
    left: -10px;
    bottom: -10px;
    height: 180px;
}
.content-heading3{
    margin-left: 240px;
    margin-top: -20px;
}

/* scrollbar styles */
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  
@media(max-width: 600px){
    .mobpdx0{
        padding-left:0 !important;
        padding-right: 0 !important;
    }
    .navbar-header{
        color: #000;
        font-size: 25px;
        font-weight: 700;
        margin-left:-20px;
        padding-top: 10px;
    }
    .navbar-brand{
        max-height: 50px;
        margin-left:30px;
    }
    .pradigi-icon{
        max-height: 40px;
        margin-right:10px;
        justify-content: end;
    }
    .registration-box{
        margin-top: -20px;
        width:320px;
        height:200px;
        background-color:#FFBB85!important;
        color:#000000 !important;
        /* box-shadow: 0px 0px 12px 0 #171616; */
        box-shadow: #977a63 7px 7.95px 2px;
        border-radius:5px;
        font-size:20px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        cursor: pointer;
        flex-direction: column;
        row-gap: 10px;
        
    }
    .registration-box1{
        margin-top: 10px;
        width:320px;
        height:200px;
        background-color:#52DDA2!important;
        color:#000000 !important;
        /* box-shadow: 0px 0px 12px 0 #ccc; */
        box-shadow: #669280 7px 7.95px 2px;
        border-radius:5px;
        font-size:20px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        cursor: pointer;
        flex-direction: column;
        row-gap: 10px;
    }
    .registration-box2{
        margin-top: 10px;
        width:320px;
        height:200px;
        background-color:#ABC1E4!important;
        color:#000000 !important;
        /* box-shadow: 0px 0px 12px 0 #ccc; */
        box-shadow: #5e6a7d 7px 7.95px 2px;
        border-radius:5px;
        font-size:20px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        cursor: pointer;
        flex-direction: column;
        row-gap: 10px;
    }
    .box1{
        width:320px;
        height: 80px;
        background-color:#FFBB85!important;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        position: relative;
        bottom: -30px;
    }
    .box1-image{
        position: absolute;
        z-index: 1;
        left: -10px;
        bottom: 00px;
        height: 120px;
    }
    .content-heading{
        margin-left: 80px;
        margin-top: -60px;
    }
    .box2{
        width:320px;
        height: 80px;
        background-color:#ABC1E4!important;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        position: relative;
        bottom: -30px;
    }
    .box2-image{
        position: absolute;
        z-index: 1;
        left: -10px;
        bottom: 00px;
        height: 120px;
    }
    .content-heading2{
        margin-left: 80px;
        margin-top: -60px;
    }
    .box3{
        width:320px;
        height: 80px;
        background-color:#52DDA2!important;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        position: relative;
        bottom: -30px;
    }
    .box3-image{
        position: absolute;
        z-index: 1;
        left: -10px;
        bottom: 00px;
        height: 80px;
    }
    .content-heading3{
        margin-left: 80px;
        margin-top: -60px;
    }
    @media (min-width: 575px) {
        .margin_60_35 {
            padding-top: 10px;
            padding-bottom: 5px;
            background-color: #D8D8D8;
        }
    }
   
    
}
/* footer {
    background-color: #F8F8F8;
    
    flex-shrink: 0;
position: fixed; 
  left: 0;
  bottom: 0;
  width: 100%;
  
  
} */
.footer
{
   
    background-color: #F8F8F8;
    margin-top:10px;
    padding-bottom: 20px;
   width: 100%;
}