.detail-card
{
    background: #fff;
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #efefef;
    box-shadow: none;
    transition: all .2s ease-in-out;
}

.screen-reader-only {
    position: absolute;
    height: 1px;
    width: 1px;
    clip: rect(1px 1px 1px 1px); // IE 6 and 7
    clip: rect(1px,1px,1px,1px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    overflow: hidden !important;
    }

.prishni-primary
{
    color: rgb(255, 42, 42) !important;
}
.btn-width-md
{
    width:100px;
}
.btn-width-lg
{
    width:150px;
}
.btn-prishni-primary
{
    font-size: 14px !important;
    /* font-weight: 500 !important; */
    /* font-family: 'Roboto', sans-serif !important; */
    color: #fff !important;
    background: #ed2a26 !important;
    padding: 0px 20px !important;
    border-radius: 25px !important;
    border: 0 !important;
    height: 40px !important;
}
.width-33
{
    /* width change to screen/3  */
    width: 33.33% !important;
}

/* for screen expert/explorecourses */

.width-50
{
    /* width change to screen/3  */
    width: 50% !important;
}

/* for screen expert/live events */

.width-25
{
    /* width change to screen/3  */
    width: 25% !important;
}

/* for screen kpartner/course */
.width-16
{
    /* width change to screen/3  */
    width: 16.66% !important;
}


/* for checkbox to be colored red */
.ui.toggle._1457s2.checkbox input:focus:checked~label:before ,
.ui.toggle._1457s2.checkbox input:checked~label:before {
    background-color: #ed2a26 !important ;
}
/* scaling radio 1.5 times */
input[type='radio']{
    transform:scale(1.5);
}
.pl-25{
    padding-left:25px !important;
}

/* for fixing dropdown in expert live events */
.eps_dots_modified{
    position: absolute;
    right: 10% !important;
    top:8% !important;
    z-index: 1 !important;
}
