.centlogo {
    text-align: center;
    color: #fa8c28;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}
.boxcontent {
    background: #fff;
    box-shadow: 0 3px 20px rgb(203 203 203);
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.boxcontent h1,
.boxcontent h2 {
    font-size:15px;
    color: #2e305c;
    margin: 0;
    font-weight: 600;
    margin-bottom: 15px;
}

.boxcontent h4 {
    font-size: 15px;
    margin: 5px 0px;
}

.boxcontent ul.listbox {
    margin: 10px 0px 20px 0px;
    padding: 0px;
}

.boxcontent ul.listbox li {
    list-style: none;
    line-height: 26px;
    font-size: 15px;
}

.boxcontent ul.listbox li .colorchange {
    color: #fa8c28;
    font-weight: 600;
}

.boxcontent p {
    font-size: 15px;
}
.boxcontent .textdanger{
    color: #f20;
    font-weight: 600;
}
.boxcontent .bolds{
    font-weight: 600;
}
.gridboxfull {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 5px;
}
.gridboxtwo {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-gap: 20px;
}
.gridboxthree{
    display: grid;
    grid-template-columns: 32% 32% 33%;
    grid-gap: 20px;
}
.margintopbotom{
    margin-top: 15px;
    margin-bottom: 15px;
}
.tutorial-relativebox{
    position: relative;
}
.tutorial-relativebox:hover .overlaybox{
    opacity: 9;
    transition: 0.4s;
}
.overlaybox {
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    opacity: 0;
    transition: 0.4s;
}
.btn-orange,
.btn-orange:hover{
    background: #fa8c28;
    color: #fff;
}
.screenshot{
    border: #2e305b solid 5px;
}
.inset{
    background: #fff;
    box-shadow: 0 3px 20px rgb(203 203 203);
    -webkit-box-shadow: 0 3px 20px rgb(203 203 203);
    -moz-box-shadow: 0 3px 20px rgb(203 203 203);
}
.buttonbox{
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
}
.buttonbox > button{
    width: 400px;
    max-width: 100%;
    display: block;
}
.pickimgbox{
    height: 462px;
    overflow: hidden;
}
.pickimgbox img{
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}

.dayschalenge{
    height: 294px;
    overflow: hidden;
}
.dayschalenge img{
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}



@media all and (max-width: 767px){
    .gridboxtwo,
    .gridboxthree{
        grid-template-columns: 100%;
    }
    .pickimgbox,
    .dayschalenge{
        height: min-content;
    }
}
/*tutorial-css-end*/

.btncomon {
    padding: 8px 15px;
    border-radius: 5px;
    border: none;
    outline: none;
    font-size: 1rem;
    line-height: 1.5;
    cursor: pointer;
}
.my-pending-picks-detail-modal .modal-content .modal-header.mobilenew {
    background: unset;
    padding: 10px;
    margin-bottom: 0px;
}

.my-pending-picks-detail-modal .modal-content .modal-header.mobilenew .date-time {
    color: unset;
}

a {
    text-transform: unset;
}
