html, body {
    height: 100%;
    margin: 0px;
}

body {
    font-family: "Open Sans", Roboto, sans-serif, Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: "Open Sans";
    src: url(../fonts/Regular/OpenSans-Regular.woff2), url(../fonts/Regular/OpenSans-Regular.woff);
    font-weight: 400;
    font-style: normal
}
.loginout {
    position: fixed;
    width: 100%;
    min-height: 100%;
    background: #fff;
    min-height: calc(100% - 3.5rem);
}

.login {
    width: 470px;
    height: auto;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

    .login h1 {
        font-size: 22px;
        text-transform: uppercase;
        color: #000;
        font-weight: bold;
    }

    .login .md-form.md-outline .form-control {
        padding: 15px .75rem;
        height: 52px;
        color: #000;
        background: #fff;
        border-radius: 0;
        border: 0;
        border: 1px solid #e5e5e5;
    }

    .login .md-form.md-outline label {
        top: 6px;
    }

        .login .md-form.md-outline label.active {
            top: 0;
        }

    .login a {
        color: #495057;
        cursor: pointer;
    }

        .login a:hover {
            color: #495057;
        }

    .login .btn-secondary {
        width: 100%;
        font-size: 17px;
        padding: 10px 50px;
        background-color: #bf1e2d !important;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 10px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        border-radius: 0;
        font-weight: bold;
    }

.custom-control-label {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

.menu {
    background-color: #bf1e2d !important;
}

    .menu .secondary-color {
        background-color: transparent !important;
    }

    .menu .nav {
        padding: 10px 0;
    }

.filterfield {
    background: #fff;
    padding: 7px;
    margin-bottom: 5px;
}

.selectbox {
    width: 100%;
    height: 40px;
    background: #f2f2f2 url(../images/downarrow.png) top 20px right 10px no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    padding: 7px;
}

.fixedarea .navbar {
    box-shadow: none;
}

.menu .navbar-nav .nav-item {
    padding: 14px 0;
}

.menu .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 6px !important;
    padding-right: 6px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-right: 1px solid #fff;
    line-height: normal;
    font-size: 13px;
}

.mainarea {
    position: relative;
    padding: 15px;
    padding-bottom: 100px;
    min-height: 70%;
}

    .mainarea h4 {
        margin-top: 10px;
        font-weight: bold;
        margin-bottom: 15px;
    }

.maintitle {
    display: flex;
    margin-bottom: 30px;
}

    .maintitle h3 {
        margin: 0;
        white-space: nowrap;
    }

    .maintitle span {
        color: #bf1e2d;
        padding: 8px 8px 9px
    }

    .maintitle hr {
        width: 100%;
        margin: 25px 0 0 8px;
        border: 0;
    }

.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
    background-color: transparent !important;
    font-weight: 500;
    text-decoration: underline;
}

.form-outline .form-control ~ .form-label {
    padding-top: 8px;
}

.form-outline .form-control.active ~ .form-label, .form-outline .form-control:focus ~ .form-label {
    -webkit-transform: translateY(-1.2rem) translateY(.1rem) scale(.9);
    transform: translateY(-1.2rem) translateY(.1rem) scale(.9);
    background: #fff;
    padding-left: 3px;
    padding-right: 3px;
}

.form-outline .form-control ~ .form-notch {
    display: none;
}

.form-outline .form-control {
    position: relative;
    border: 1px solid #b7b7b7;
}

.form-outline textarea.form-control {
    height: 130px;
}

/*Select Dropdown Styles Starts Here*/
.selectinput {
    position: relative;
}

.selectbox {
    position: relative;
    width: 100%;
    height: 38px;
    font-size: 14px;
    color: #757575;
    padding: 5px;
    padding-right: 25px;
    padding-left: 8px;
    border: none;
    background: #fff url(../images/downarrow.png) top 15px right 10px no-repeat;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 1.2;
    margin-bottom: 10px;
}

    .selectbox option {
        cursor: pointer;
    }

        .selectbox option:focus {
            background: none !important;
        }

    .selectbox + label {
        position: absolute;
        top: 8px;
        left: 12px;
        font-size: 14px;
        color: rgba(0,0,0,.6);
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        max-width: 90%;
        opacity: 1;
    }

    .selectbox:focus {
        outline: none;
        border-width: 2px;
        /*border-color: #bf1e2d;*/
    }

        .selectbox:focus + label {
            color: #bf1e2d;
            transition: all .3s ease-out;
        }

        .selectbox:focus + label, .selectbox.has-value + label {
            top: -11px;
            left: 10px;
            background: #fff;
            padding: 0 3px;
            font-size: 14px;
            z-index: 99;
            line-height: normal;
            opacity: 1;
        }

        .selectbox:focus + label {
            color: #bf1e2d;
            font-size: 14px;
        }
/*Select Dropdown Styles Ends Here*/
.btnn {
    margin: 0 5px !important;
    padding: 8px 30px !important;
    font-size: 14px !important;
    color: #fff !important;
}

.tablehold table {
    border: 1px solid #d3d3d3;
}

    .tablehold table th, td {
        padding: 10px;
    }

    .tablehold table th {
        background: #bf1e2d;
        color: #fff;
        white-space: nowrap !important;
    }

.subfooter {
    width: 100%;
    padding: 3px 0;
    background: #242323;
    min-height: 40px;
    color: #fff;
    font-size: 12px;
    z-index: 99;
}

    .subfooter p {
        margin: 0;
        margin-top: 12px;
    }

.social-icons {
    float: right;
    margin-top: 10px;
}

    .social-icons li {
        list-style-type: none;
        display: inline-block;
        margin: 0 2px;
    }

.backbtn {
    white-space: nowrap;
}

    .backbtn a:hover {
        color: #bf1e2d;
    }
/*multiselect dropdown*/
.multiselectdrp {
    position: relative;
}

    .multiselectdrp .multilabel {
        position: absolute;
        top: -7px;
        left: 9px;
        background: #fff;
        padding: 0 3px;
        font-size: 13px;
        color: #757575;
        z-index: 99;
        line-height: 15px;
    }

    .multiselectdrp .btn-group {
        width: 100%;
        border: 1px solid #b7b7b7;
        border-radius: 0;
        box-shadow: none;
    }

    .multiselectdrp .btn-default.dropdown-toggle {
        background: #fff url(../images/downarrow.png) top 15px right 10px no-repeat !important;
        box-shadow: none;
        padding: 6px 30px 6px 10px;
        text-align: left;
        cursor: auto;
        height: 38px;
    }

    .multiselectdrp .multiselect-selected-text {
        text-transform: capitalize;
        color: #757575;
        font-size: 1rem;
        display: block;
        height: 27px;
        overflow: hidden;
    }

.mb-150 {
    margin-bottom: 150px !important;
}

.multiselectdrp .dropdown-menu.show {
    width: 270px;
    max-height: 125px;
    overflow-y: auto;
    border: 1px solid #b7b7b7;
}

.multiselectdrp .show > .btn-default.dropdown-toggle:focus {
    box-shadow: none;
}

.multiselectdrp .btn-default:not([disabled]):not(.disabled):active {
    background-color: transparent !important;
    box-shadow: none;
}

.multiselectdrp .dropdown-toggle::after {
    border: 0;
}


.showpword {
    position: absolute;
    top: 6px;
    right: 1.5%;
}

.errorbdr {
    border: 1px solid #f00;
    border-radius: 5px;
}

.container {
    max-width: 1380px !important;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 15px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
    background-color: #bf1e2d !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before {
    background-color: #bf1e2d !important;
}

/* Upload control */

.formupload {
    position: absolute;
    right: 14px;
    top: 39px;
}

    .formupload label {
        color: #000;
        cursor: pointer;
    }

    .formupload a:focus {
        border: 2px solid #2e7d32;
    }

.iconhold {
    height: 27px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 0 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: normal;
    font-size: 12px;
    text-align: right;
}

.lefthold {
    height: 23px;
    display: inline-block;
    width: 20%;
    padding: 0;
}

.righthold {
    height: 23px;
    display: inline-block;
    width: 80%;
    padding: 0;
    padding-top: 3px;
}

.form-check-input {
    position: relative;
}

.iconhold .form-check .form-check-input[type="radio"] {
    margin-top: 3px;
}

.iconhold .form-check-input {
    background-color: transparent;
    border: .125rem solid #fff;
}

.divimgupload .imgupload {
    height: 150px;
}

.imghvicons a:hover {
    color: #bf1e2d;
}

.imgvidsection {
    width: 100%;
    height: 161px;
    line-height: 161px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 2px dashed #b7b7b7;
    color: #757575;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

    .imgvidsection:hover .imghvicons {
        display: block;
    }

.parentimgvidsection {
    position: relative;
}

    .parentimgvidsection h5 {
        position: absolute;
        top: 7px;
        left: 8px;
        background: rgba(255,255,255,0.7);
        text-transform: uppercase;
        font-size: 14px;
        color: rgba(0,0,0,.6);
        padding: 3px 10px;
        z-index: 9;
        margin: 0;
        border-radius: 3px;
    }

.imghvicons {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    display: none;
    opacity: 0;
    transition: all 0.5s ease-out 0s;
}

    .imghvicons:hover {
        opacity: 1;
        transition: all 0.5s ease-out 0s;
    }

.custheight-3 {
    height: 147px !important;
    line-height: 147px;
}

.imagefit {
    background-size: contain !important;
}

.imagecenter {
    background-size: cover !important;
}

.imghvicons a {
    color: #242b36;
}

.imgUploadbtn {
    background: #bf1e2d;
    position: absolute;
    bottom: 10px;
    right: 20px;
    display: block;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    float: right;
    font-weight: bold;
    margin: 0 7px;
    cursor: pointer;
}

    .imgUploadbtn:hover {
        box-shadow: none;
        color: #fff;
        box-shadow: 0 2px 15px 0 rgba(54, 145, 210, 0.8);
    }

.uploadinfo {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99;
    cursor: pointer;
    color: #bf1e2d;
}

/* Upload control -new ends */
.page-item.active .page-link {
    z-index: 0 !important;
}

.bannerimg {
    width: 429px;
    height: 416px;
}

.login .md-form.md-outline > input[type]:autofill:not(.browser-default):not([type="search"]) + label.active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    font-size: 13px;
}

.table .dtr-data {
    white-space: normal;
}

.profile {
    text-align: right;
}

    .profile span {
        color: #bf1e2d;
        font-weight: bold;
    }

.errorhold {
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    color: #000;
}

    .errorhold h1 {
        font-size: 150px;
        margin-top: 150px;
        margin-bottom: 0;
        font-weight: bold;
        color: #bf1e2d;
    }

    .errorhold p {
        font-size: 16px;
    }

    .errorhold h2 {
        font-size: 50px;
        margin-top: 150px;
        margin-bottom: 0;
        font-weight: bold;
        color: #bf1e2d;
    }

    .errorhold .btn-secondary {
        background-color: #bf1e2d !important;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

.vertical-middle {
    vertical-align: middle !important;
}

#html5-watermark {
    display: none !important;
}

.html5-nav {
    display: none !important;
}

.html5-prev {
    width: 32px;
    height: 32px;
    background: url(../lightboximages/lightbox-prev.png) no-repeat;
    border-radius: 0px 5px 5px 0px;
    margin-left: 7px;
}

    .html5-prev img {
        display: none;
    }

.html5-next {
    width: 32px;
    height: 32px;
    background: url(../lightboximages/lightbox-next.png) no-repeat;
    border-radius: 5px 0 0 5px;
    margin-right: 7px;
}

    .html5-next img {
        display: none;
    }

#html5-close {
    width: 32px;
    height: 32px;
    background: url(../lightboximages/lightbox-close.png) no-repeat;
    border-radius: 5px 0 0 5px;
}

    #html5-close img {
        display: none;
    }

.html5-play {
    width: 32px;
    height: 32px;
    background: url(../lightboximages/lightbox-play.png) no-repeat;
    border-radius: 5px 0 0 5px;
}

.html5boxPause {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image: url(../lightboximages/html5boxplayer_playpause.png) !important;
    background-position: right top !important;
}

.html5boxPlay {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image: url(../lightboximages/html5boxplayer_playpause.png) !important;
    background-position: left top !important;
}

.html5boxFullscreen {
    width: 32px;
    height: 32px;
    margin: 2px;
    cursor: pointer;
    background-image: url(../lightboximages/html5boxplayer_fullscreen.png) !important;
}

.html5boxVolumeButton {
    width: 32px;
    height: 32px;
    margin: 2px;
    cursor: pointer;
    background-image: url(../lightboximages/html5boxplayer_volume.png) !important;
}

.html5-play img {
    display: none;
}

.html5-pause {
    width: 32px;
    height: 32px;
    background: url(../lightboximages/lightbox-pause.png) no-repeat;
    border-radius: 5px 0 0 5px;
}

    .html5-pause img {
        display: none;
    }

.html5-elem-box {
    border-radius: 10px;
}

.fieldiconhold {
    position: absolute;
    top: 6px;
    right: 7px;
}

    .fieldiconhold a {
        display: inline-block;
        margin: 0 2px;
    }

.mriconhold {
    margin-right: 40px;
}

.fieldprgt {
    padding-right: 56px !important;
}
/*Profile dropdown styles - starts*/
.profiledpdown {
    float: right;
}

    .profiledpdown .btn {
        padding: 4px;
        margin: 0;
    }

    .profiledpdown .dropdown-menu {
        right: 0;
        left: auto;
        box-shadow: none;
    }

    .profiledpdown .btn {
        box-shadow: none;
        font-size: 15px;
        text-transform: capitalize;
    }

        .profiledpdown .btn:active, .btn:focus, .btn:hover {
            box-shadow: none !important;
        }

    .profiledpdown .dropdown-toggle::after {
        border-top: .4em solid #bf1e2d;
        border-right: .4em solid transparent;
        border-left: .4em solid transparent;
        position: relative;
        top: 2px;
    }

    .profiledpdown .dropdown-menu {
        background: #bf1e2d;
        padding: 0;
        border-radius: 0;
        top: 30px;
        -webkit-transition: all 0.5s ease-in;
        box-shadow: 0 5px 10px 0 rgba(0,0,0,.10);
    }

        .profiledpdown .dropdown-menu a {
            padding: 3px 15px;
            color: #fff; /*border-bottom: 1px solid #56b1f2;	*/
        }

    .profiledpdown .dropdown-item {
        margin: 3px 0;
    }

    .profiledpdown .dropdown-menu a:last-child {
        border-bottom: 0;
    }

    .profiledpdown .dropdown-item:focus, .dropdown-item:hover {
        background: rgba(0,0,0,.05);
        border-radius: 30px;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
    }

.dropdown .dropdown-menu .dropdown-item:active {
    background: transparent;
}

.profiledpdown .dropdown-menu::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 5px;
    border-width: 0 5px 8px 5px;
    border-style: solid;
    border-color: #bf1e2d transparent;
}
/*Profile dropdown styles - ends*/

.classDocUpload .progress {
    height: 14px;
    border-radius: 0 0 5px 5px;
    position: relative;
    top: -2px;
}

.classDocUpload .bar {
    background-color: #bf1e2d;
    text-align: right;
    color: #fff;
    line-height: 12px;
    padding-right: 5px;
    font-size: 10px;
}

.rndrfieldiconhold {
    background: #fff;
    /*position: absolute;*/
    top: 10px;
    right: 1.5%;
    z-index: 2;
}

    .rndrfieldiconhold a {
        margin-left: 15px;
    }

.display-none {
    display: none;
}

.normal-label {
    position: absolute;
    top: -11px;
    left: 10px;
    z-index: 9;
    font-size: 14px;
    color: #495057;
    background: #fff;
    padding: 0 3px;
}

.tablehold table {
    border: 1px solid #d3d3d3;
    margin-top: 6px !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.elipurl {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 99%;
}

.contentarea img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.logomobile a {
    display: inline-block;
}

.box {
    display: block;
}

.pagination a.btn-navigation {
    background-color: #9f000d;
    border-color: #9f000d;
    color: #fff;
}

    .pagination a.btn-navigation:hover {
        background-color: #9f000d;
        border-color: #9f000d;
        color: #fff;
        opacity: 0.9;
    }

.norecords {
    text-align: center !important;
    font-size: 22px !important;
}


.blockOverlay {
    background-color: rgba(255, 255, 255,0.9) !important;
}

.serialnum {
    display: inline-block;
    width: 50px;
    text-align: center;
    vertical-align: top;
    font-weight: bold
}

.higlightbox {
    width: 95%;
    min-height: 170px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    margin-bottom: 10px
}

.Questions {
    font-size: 16px;
    color: #495057;
    width: 100%;
    min-height: 108px;
    padding: 3px;
    overflow-y: auto;
    line-height: 25px
}

.textarea-replace {
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 14px;
    color: #414141;
    border-radius: 5px;
}

.greybox {
    background-color: lightgray;
    min-height: 60px;
    padding-top: 15px;
    position: relative;
    width: 99.8%;
    bottom: 1px;
    padding-left: 10px;
    left: 1px;
    right: 1px;
}

.speakerMword {
    position: absolute;
    top: 17px;
    left: 128px;
    z-index: 99;
}

.speakerMwordprev {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 99;
}

.timer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.playpaging {
    text-align: center;
    margin-top: 16px;
}

.input-group-append, .input-group-prepend {
    display: block
}

.gamecomplete {
    max-height: 250px;
    overflow-y: auto;
}

.serialnum {
    display: inline-block;
    width: 50px;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
}

.divImage {
    text-align: center;
}

.webImage {
    max-height: 160px;
    max-width: 160px;
    min-width: 120px;
    min-height: 120px;
    margin: 15px;
}

.sortinggame .mainplay {
    padding: 30px;
}

.sortinggame .sortbtnhold {
    background: #f4f4f4;
    padding: 5px 10px;
    font-size: 0;
    margin-bottom: 10px
}

.sortinggame .box-item {
    display: inline-block;
    color: white !important;
    border-radius: 0;
    min-height: 38px;
    padding: 5px 30px;
    cursor: move;
    text-align: center;
    line-height: 30px;
    vertical-align: top;
    overflow-wrap: break-word;
    margin: 2px;
    backface-visibility: hidden;
    font-size: 16px
}

.columncenter {
    justify-content: center !important;
}

.sortinggame .drag-box {
    border: 1px dashed #c6c5c6 !important;
    min-width: 150px;
    width: 100%;
    background: white !important;
    min-height: 40px;
    padding: 0px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px
}

.allgroup {
    position: relative;
    width: 100%;
    padding: 20px;
    min-height: 300px;
    border: 1px solid #C6C5C6;
    margin: 35px 0;
}

.sortinggame .sorticonhold {
    position: absolute;
    top: -13px;
    right: -20px;
    font-size: 0
}

    .sortinggame .sorticonhold a {
        display: inline-block;
        margin-right: 10px
    }

        .sortinggame .sorticonhold a img {
            width: 24px
        }

.sortinggame .textboxgrp {
    width: 88%;
    display: inline-block;
}

.sortinggame .boxgrey {
    position: relative;
    background: #F4F4F4;
    padding: 10px;
    margin-bottom: 20px
}

.form-outline .form-control {
    background: #fff;
}

.additemlink {
    color: #000;
    text-decoration: none;
    position: relative;
    top: 2px;
}

    .additemlink:hover {
        color: #bf1e2d;
        text-decoration: none
    }

    .additemlink span {
        font-size: 35px;
        font-weight: bold;
        vertical-align: middle;
        line-height: 0;
        position: relative;
        bottom: 3px;
    }

.textMdright {
    text-align: left;
    font-size: 0;
}

.flashcardgame .mainplay {
    padding: 30px;
}

.flipbtn {
    margin-top: 10px;
    background: #BF1E2D;
    padding: 5px 30px;
}

    .flipbtn:focus {
        background: #BF1E2D;
    }

.flippanel {
    background-color: transparent;
    width: 75%;
    min-height: 500px;
    margin: 20px auto;
    perspective: 1000px;
    border-radius: 20px;
}

.flippanel-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.rotate {
    transform: rotateY(179deg);
}

.flippanel-front, .flippanel-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flippanel-front {
    width: 100%;
    height: 500px;
    overflow-y: auto;
    background-color: #BF1E2D;
    border: 20px solid #DE4452;
    color: #fff;
    font-size: 30px;
    border-radius: 20px;
    transform: rotateY(0deg);
}

    .flippanel-front:before {
        color: #fff;
        font-size: 30px;
    }

.flippanel-back {
    width: 100%;
    height: 500px;
    overflow-y: auto;
    background-color: #BF1E2D;
    border: 20px solid #DE4452;
    font-size: 30px;
    color: white;
    transform: rotateY(179deg);
    border-radius: 20px;
}

    .flippanel-back:before {
        color: #fff;
        font-size: 30px;
    }

.flippanel-inner img {
    max-width: 40%;
    max-height: 40%;
    margin-top: 40px
}

.flippanel-inner h1 {
    text-align: center;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    word-break: break-word;
}

.txtonly {
    margin-top: 26% !important;
}

.swapbtn {
    float: right;
    margin-top: 15px;
    background: #F1F1F1;
    border: 1px solid #C6C5C6;
    border-radius: 4px;
    text-transform: capitalize;
    box-shadow: none;
    padding: 3px 10px;
    margin-right: -5px
}

.loadmorebtn {
    background: #bf1e2d;
    display: inline-block;
    min-width: 130px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 7px 10px;
    cursor: pointer;
}

.frontvoice-text {
    text-align: center;
    margin: 10px auto 0;
}

.backvoice-text {
    text-align: center;
    margin: 10px auto 0;
}

.all_list_box .dropdown-menu {
    padding: 0
}

.QuestionChoiceDiv .form-check {
    z-index: 9 !important
}

#SharedOptions {
    z-index: 99999
}

#LinkCopied {
    z-index: 99999
}

























/*Media Queries Starts here*/
@media (max-width: 575px) {
    .navbar .navbar-toggler {
        padding: 8px 15px;
    }

    .menu .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
        padding: 8px 15px !important;
    }

    .menu .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
        color: #333;
        padding: 10px 15px !important;
    }

    .menu .navbar-collapse {
        background: #fff;
        border-bottom: 1px solid #e5e5e5;
    }

    .menu .navbar-nav .nav-item {
        padding: 0;
    }

    .login {
        width: 90%;
        box-shadow: none;
    }

    .btnn {
        margin: 10px 0 !important;
        padding: 15px 30px !important;
        width: 100%;
    }

    .mainarea {
        padding: 0;
        padding-bottom: 70px;
    }

    .logomobile a {
        display: inline-block;
        width: 43%;
    }

    .maintitle h3 {
        font-size: 16px;
        white-space: normal;
        font-weight: bold;
    }

    .profile {
        text-align: center;
    }

    .profiledpdown {
        float: none;
        display: inline-block;
    }

    .tablehold {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .profiledpdown .dropdown-menu {
        background: #fff;
    }

        .profiledpdown .dropdown-menu a {
            color: #000;
        }

    .form-control {
        min-width: 150px;
    }

    .selectbox {
        min-width: 150px;
        margin: 10px 0
    }

    .maintitle hr {
        display: none;
    }

    .logomobile a {
        width: 32%;
        display: inline-block;
    }

    .tab_container .container {
        padding: 0
    }

    .multiselectdrp .dropdown-menu.show {
        width: 100%;
    }

    .fixedarea .ddown {
        width: 100% !important;
        margin-bottom: 0;
        padding: 0;
    }

    .higlightbox {
        width: 100%;
    }

    .serialnum {
        width: 100%;
    }

    .greybox {
        background-color: lightgray;
        min-height: 60px;
        padding: 5px;
        padding-top: 18px;
    }

    .textMdright {
        text-align: center
    }

    .sortinggame .textboxgrp {
        width: 100%
    }

    .flashcardgame .mainplay {
        padding: 10px;
    }

    .flippanel {
        width: 100%
    }

    .flippanel-inner {
        width: 100%
    }

    .flippanel-front {
        width: 100%
    }

    .flippanel-back {
        width: 100%
    }

    .btnonly .reload_game {
        position: absolute;
        margin-top: 60% !important
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .navbar .navbar-toggler {
        padding: 8px 15px;
    }

    .menu .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
        padding: 8px 15px !important;
    }

    .menu .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
        color: #333;
        padding: 10px 15px !important;
    }

    .menu .navbar-collapse {
        background: #fff;
        border-bottom: 1px solid #e5e5e5;
    }

    .menu .navbar-nav .nav-item {
        padding: 0;
    }

    .login {
        width: 90%;
        box-shadow: none;
    }

    .btnn {
        margin: 10px 0 !important;
        padding: 15px 30px !important;
        width: 100%;
    }

    .mainarea {
        padding: 0;
        padding-bottom: 70px;
    }

    .logomobile a {
        display: inline-block;
        width: 43%;
    }

    .maintitle h3 {
        font-size: 24px;
    }

    .profile {
        text-align: center;
    }

    .profiledpdown {
        float: none;
        display: inline-block;
    }

    .tablehold {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .profiledpdown .dropdown-menu {
        background: #fff;
    }

        .profiledpdown .dropdown-menu a {
            color: #000;
        }

    .tab_container .container {
        padding: 0
    }

    .multiselectdrp .dropdown-menu.show {
        width: 100%;
    }

    .logomobile a {
        width: 32%;
        display: inline-block;
    }

    .fixedarea .ddown {
        width: 100% !important;
        margin-bottom: 0;
        padding: 0;
    }

    .innerpagebanner img {
        width: 100%;
    }

    .right-tick::after {
        color: #07EF56 !important;
    }

    .wrong-tick::after {
        color: red !important;
    }

    .sortinggame .textboxgrp {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-toggler {
        padding: 8px 15px;
    }

    .menu .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
        padding: 8px 15px !important;
    }

    .menu .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
        color: #333;
        padding: 10px 15px !important;
    }

    .menu .navbar-collapse {
        background: #fff;
        border-bottom: 1px solid #e5e5e5;
    }

    .menu .navbar-nav .nav-item {
        padding: 0;
    }

    .mainarea {
        padding: 0;
        padding-bottom: 70px;
    }

    .tablehold {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .tab_container .container {
        padding: 0
    }

    .multiselectdrp .dropdown-menu.show {
        width: 100%;
    }

    .logomobile a {
        display: inline-block;
        width: 32%;
    }

    .innerpagebanner img {
        width: 100%;
    }

    .right-tick::after {
        color: green !important;
    }

    .wrong-tick::after {
        color: red !important;
    }

    .sortinggame .textboxgrp {
        width: 90%
    }

    .sortinggame .drag-box {
        min-width: auto
    }

    .maintitle h3 {
        font-size: 18px;
        margin-top: 20px;
    }

    .btnn {
        padding: 8px 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .searchthumb {
        width: 250px;
        height: 205px;
    }

    .innerpagebanner img {
        width: 100%;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .searchthumb {
        width: 100%;
        height: 205px;
    }

    .pt-lg-0 {
        padding-top: 3rem !important;
    }

    .phrasetextboxclue {
        width: 88%;
    }

    .sortinggame .drag-box {
        min-width: auto
    }
    .maintitle h3 {
        font-size: 20px;
        margin-top: 20px;
    }
}
