@font-face {
    font-family: Poppins;
    src: url('./font/AsapCondensed-Regular.ttf') format('truetype');
  }


html,
body { 
    height: 100%;
    font-family:  Poppins  !important;
    overflow:auto !important; 
    line-height: 1.8 !important;    
    background: #f6f9fb;
}
* {
    font-family:  Poppins  !important;
}
.classRmm {
    max-width: calc(100% - 30px);
    display: inline-block;
    text-overflow: clip;
    font-family: 'Poppins';
    font-weight: normal;
    text-transform: uppercase;
    overflow-wrap: break-word;
    padding: 0px !important;
    max-height: 46px;
    overflow: hidden;
}

/* scroll */
/* width */
::-webkit-scrollbar {
    width: 2px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(149, 122, 255);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #6644ee;
}

.content-wrapper {
    max-height: 82vh;
    overflow: scroll;
}

.help-block {
    color: rgb(154, 53, 53);
}

/* //  selcting check bo style */

.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    user-select: none;
 
}

.checkbox-group-legend {
    font-size: 1.5rem;
    font-weight: 700;
    color: #9c9c9c;
    text-align: center;
    line-height: 1.125;
    margin-bottom: 1.25rem;
}

.checkbox-input {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;

    &:checked+.checkbox-tile {
        border-color: #2260ff;
        box-shadow: 0 5px 10px rgba(#000, 0.1);
        color: #2260ff;

        &:before {
            transform: scale(1);
            opacity: 1;
            background-color: #2260ff;
            border-color: #2260ff;
        }

        .checkbox-icon,
        .checkbox-label {
            color: #2260ff;
        }
    }

    &:focus+.checkbox-tile {
        border-color: #2260ff;
        box-shadow: 0 5px 10px rgba(#000, 0.1), 0 0 0 4px #b5c9fc;

        &:before {
            transform: scale(1);
            opacity: 1;
        }
    }
}

.checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 10rem;
    min-height: 10rem;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(#000, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;

    &:before {
        content: "";
        position: absolute;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        border: 2px solid #b5bfd9;
        background-color: #fff;
        border-radius: 50%;
        top: 0.25rem;
        left: 0.25rem;
        opacity: 0;
        transform: scale(0);
        transition: 0.25s ease;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    &:hover {
        border-color: #2260ff;

        &:before {
            transform: scale(1);
            opacity: 1;
        }
    }
}

.checkbox-icon {
    transition: .375s ease;
    color: #494949;

    svg {
        width: 3rem;
        height: 3rem;
    }
}

.checkbox-label {
    color: #707070;
    transition: .375s ease;
    text-align: center;
    word-break: break-all;
    padding: 0 3px;
    max-height: 10rem;
    overflow: hidden;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 9rem; */
}

/* //  selcting check bo style end */

.autosize {
    resize: none;
    overflow: hidden;
}


#bmassignment-course_id input[type="radio"] {
    margin: 5px;
    display: none;
}
#bmassignment-course_id label {

    display: inline-block;
    /* background-color: #e9eaf1; */
    /* padding: 4px 11px; */
    font-family: fantasy;
    font-size: 16px;
    cursor: pointer;
    font-weight: bolder;
    text-align: center; 
    /* border-radius: 15px; */
    width: 100%;
    /* margin-left: 1%; */
    /* border-radius: 11px; */
}



.checkedlabel {
    border: 1px solid;
    border-color: #54ecff !important;
    background: #bff8ff !important;
    color: #00bcd4 !important;
    
}

.field-bmcampaign-repeat_mode label {
    display: none;
}

.aUpload {
    opacity: 1 !important; transform: none !important;
    cursor: pointer;
}



.pagination{
    margin: auto;
    width: 100%;
    padding-left: 33px;
    height: 52px;
    margin-top: 14px;
  }
  
  .pagination > li > a, .pagination > li > span {
    margin-right: 5px !important;
    background: #569906;
    padding: 7px;
    border-radius: 50%;
    color:#fff;
    text-decoration: none;
  }
  
  
  .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
    text-decoration: none;
  }