@font-face {
    font-family: "myFirstFont";
    src: url("Carton_Six.ttf");
}

.mycustomfont {
    font-family: "myFirstFont";
    text-transform: uppercase !important;
    font-weight: bolder;
}

.heading2 {
    font-size: 30px;
    color: #9d00ff !important;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 0px;
    text-align: center;
    margin: 0px auto;
    text-transform: uppercase;
    font-weight: bold;
}

.heading4 {
    font-size: 30px;
    color: #9cf144 !important;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 0px;
    text-align: center !important;
    margin: 0px auto;
    text-transform: uppercase;
    font-weight: bold;
}

/*------------------------------------------------------------------
  
  01. General    Styles Start line_no #
  02. Header     Start line_no #
  03. Tabs       Start line_no #
  04. newOnboardingFlow   Start line_no #
  05. Home PAge
  06. About
  06. Contact
  07. Responsive
  -------------------------------------------------------------------*/
/***************************************
           1. General Styles 
  ***************************************/
body {
    font-family: Raleway, sans-serif;
    font-weight: 400;
}

fieldset {
    text-align: left;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
}

.star {
    background-color: transparent;
    border: none;
    background-image: url('uploads/games/images/star.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}



.circle {
    /*    background-color: transparent;
      border: none;
              background-image:url('uploads/games/images/circle.png');
              background-position:center;
              background-size:contain;
              background-repeat:no-repeat;*/
    background-color: transparent;
    border: none;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background: black;
    border-radius: 24px;
}

@font-face {
    font-family: myFont1;
    src: url('fonts/font1.ttf');
}

@font-face {
    font-family: myFont2;
    src: url('fonts/font2.otf');
}

@font-face {
    font-family: myansfont;
    src: url('fonts/KGP.otf');
}

.ansfont {
    font-family: myansfont;
}

.font1 {
    font-family: myFont1;
}

.font2 {
    font-family: myFont2;
}

.serif {
    font-family: serif !important;
}

.sans-serif {
    font-family: sans-serif !important;
}

.monospace {
    font-family: monospace !important;
}

.cursive {
    font-family: cursive !important;
}

.fantasy {
    font-family: fantasy !important;
}

.newOnboardingFlow {
    background-color: #ffffff94 !important;
}

div {
    box-sizing: border-box;
    /*margin:0px auto;*/
}

a,
.joinupButton,
p a {
    text-decoration: none !important;
    color: #9d00ff !important;
}

a:hover,
.joinupButton:hover {
    text-decoration: none !important;
    color: #9d00ff !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 13px !important;
    color: black !important;
}

.dropdown-item:hover {
    background-color: #c5c5c5 !important;
}

a.dropdown-item,
.dropdown-menu a {
    color: black !important;
    font-size: 15px !important;
}

a.dropdown-item:hover,
.dropdown-menu a:hover {
    background: #c5c5c5 !important;
}

a.dropdown-item.codegen {
    color: black !important;
    font-size: 14px !important;

}

a.dropdown-item.asgame {
    color: black !important;
    font-size: 14px !important;

}

a.dropdown-item.templink {
    color: black !important;
    font-size: 14px !important;

}

.modal-header {
    background: #ff73d8;
    width: 100%;
    border-bottom: none;
}

button.action-btn.btn.btn-primary.dropdown-toggle {
    background-color: #66ccff !important;
    border-color: #66ccff !important;
}

button.myexit-btn {
    color: transparent !important;
    border: none !important;
    background: transparent !important;
    width: 50% !important;
    top: 158px !important;
    right: -220px !important;
    bottom: -12px !important;
}

a.hear-btn {
    border: 5px solid green;
    display: block;
    cursor: pointer !important;
    opacity: 0;
    height: 400px;
    width: 50%;
}

div#lastslide img {
    height: 100vh !important;
}

a>b {
    color: #9d00ff !important;
}

.tab-item {
    color: white !important;
}

.tab-item:hover {
    color: white !important;
}

/*
  
  .container-fluid{
     padding:0px;
  }*/
.mygames:hover {
    background: #e4e4e4;
}



.modal-dialog {

    max-width: 100% !important;
    margin: 40px 120px !important;
}

.modal-body {
    max-width: 100% !important;
    width: 100% !important;
}

@media only screen and (max-width:500px) {
    .modal-dialog {

        max-width: 100% !important;
        margin: 0px !important;
    }
}


h3 {
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #222;
}

p {
    margin-bottom: 0px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

button,
input,
label,
select,
textarea {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.428571429;
}

@media (min-width: 1200px) {
    .container {
        max-width: 960px;
    }
}

/***************************************
           2. Header
  ***************************************/
.header {
    border-color: #ffffff;
    background-color: #ffffff;
    background-image: linear-gradient(0deg, #ffffff, #ffffff 50%, transparent 0);
    color: #000;
    box-sizing: border-box;
    width: 100%;
    /* height: 48px;*/
    padding: 0px 15px;
    border-width: 0;
    border-style: solid;
    border-top: 1px solid transparent;
    background-size: 0;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
}

.header .title {
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    height: 48px;
    white-space: nowrap;
    font-size: 19px;
    font-weight: 500;
    line-height: 48px;
}

.main-tabs {
    background-color: #ff73d8 !important;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 49px;
    border-top: 1px #ff73d8;
    line-height: 49px;
}

a .back {
    font-size: 25px;
    line-height: 49px;
    font-weight: 500px;
    color: white;
}

@media (max-width: 425px) {
    .header-none {
        display: none;
    }

    .header .title {
        text-align: center;
    }
}

/***************************************
           3. Tabs 
  ***************************************/
.tabs {
    height: 49px;
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}

.tabs .tab-item {
    flex: 1;
    display: block;
    overflow: hidden;
    max-width: 80px;
    height: 100%;
    float: left;
    color: inherit;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    font-family: Helvetica Neue, Roboto, sans-serif;
    opacity: .7;
    font-size: 11px;
    line-height: 14px;
    color: white;
}

.tab-item .icon {
    display: block;
    margin: 0 auto;
    height: 30px;
    font-size: 30px;
    color: white;
    text-decoration: none;
}

.tab-item.active {
    border: 0;
    padding-top: 4px;
    height: 51px;
    background-color: #ff73d8;
    font-weight: 700;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    color: #fff;
    opacity: 1;
    letter-spacing: 1px;
}

/***************************************
            Button
  ***************************************/
.button {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 12px;
    min-width: 52px;
    min-height: 47px;
    border: 0 solid #b2b2b2;
    border-radius: 0;
    vertical-align: bottom;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 43px;
    cursor: pointer;
}

.button:after {
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    content: " ";
}



.btn-teacher {
    border-color: #1f40c0;
    background-color: #c963fd;
    color: #fff;
}

.btn-teacher:hover {
    border-color: #1f40c0;
    background-color: #9146b7;
    color: #fff;
    text-decoration: none;
}


a.btn.btn-primary {
    background-color: #66ccff !important;
    border-color: #66ccff !important;
}

a.btn.btn-danger {
    background-color: #ff8e10 !important;
    border-color: #ff8e10 !important;
}

a.btn.btn-warning {
    background-color: #9cf144 !important;
    border-color: #9cf144 !important;
}

a.btn.btn-info.mt-5 {
    background-color: #66ccff !important;
    border-color: #66ccff !important;
}

.btn-group .btn {
    background: black;
}

.btn-student {
    border-color: #3bbc50;
    background-color: #66ccff;
    color: #fff;
}

.btn-student:hover {
    border-color: #3bbc50;
    background-color: #34799c;
    color: #fff;
    text-decoration: none;
}

.Student-SignIn,
.buy {
    border-color: #3bbc50;
    background-color: #5ecc70;
    color: #fff;
}

.button-Rounded {
    border-radius: 50px;
}

.fastPlay,
.fastSignin {
    width: 220px;
    font-size: 20px;
    font-weight: 700;
}

.Fast-Play {
    border-color: #9d00ff;
    background-color: #9d00ff;
    color: #fff;
}

.button.button-positive-dark {
    border-color: #005c99;
    background-color: #006bb3;
    color: #fff;
}

/***************************************
           4. newOnboardingFlow 
  ***************************************/
.newOnboardingFlow {
    max-width: 450px;
    margin: 25px auto 90px;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.newOnboardingTitle {
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
}

.newOnboardingTitle h3 {
    margin: 0;
}

.newOnboardingContent {
    padding: 30px 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.chooseRoleSignIn img.centered {
    width: 140px;
    height: 140px;
    margin-bottom: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.chooseRoleSignIn .buttonRoleChoose {
    width: auto;
    min-width: 140px;
    line-height: 48px;
    white-space: nowrap;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
}

@media screen and (max-width: 480px) {
    .newOnboardingFlow {
        margin-left: 15px;
        margin-right: 15px;
    }

    .chooseRoleSignIn .btnRoleChoose+.btnRoleChoose {
        margin-top: 30px;
    }

    .para {
        font-size: 14px;
    }
}

/***************************************
           5. Home Page
  ***************************************/
.newHomepage {
    width: 90%;
    margin: 0 auto;
    font-family: Raleway, sans-serif;
    font-size: 17px;
    line-height: 1.2em;
    /*   padding: 50px 20px 0px 20px ;*/
    padding-top: 20px;
}

.newHomepage1 {
    width: 100%;
    margin: 0 auto;
    font-family: Raleway, sans-serif;
    font-size: 17px;
    line-height: 1.2em;
    /* padding: 50px 20px 0px 20px; */
    /* padding-top: 50px; */
    height: 100vh;
}

.ToStudentSignin {
    text-align: center;
}

.linkToStudentSignin {
    left: 30px;
    background-color: #5ecc70;
    border-radius: 50px;
    color: #fff !important;
    padding: 7px 15px;
}

.linkToStudentSignin:hover {
    text-decoration: none;
    color: #fff;
}

.linkToStudentSignin .icon {
    margin-right: 0.3em;
    font-weight: 700;
    color: white;
}

.ToFastPlay {
    text-align: center;
}

.linkToFastPlay {
    background-color: #16c1fc;
    border-radius: 50px;
    color: #fff !important;
    padding: 6px 55px;
}

.linkToFastPlay:hover {
    text-decoration: none;
    color: #fff;
}

.linkToFastPlay .icon {
    margin-right: 0.3em;
    font-weight: 700;
    color: white;
}

.itemNewHomepage {
    padding: 20px 30px;
    margin-top: 100px;
}

.signin-student {
    text-align: center;
    width: 100%;

}

.signin-teacher {
    text-align: center;
}

.newHomepage .button {
    width: 50%;
    color: #fff;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 12px;
    min-width: 52px;
    min-height: 47px;
    border: 0 solid #b2b2b2;
    border-radius: 0;
    vertical-align: bottom;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 43px;
    cursor: pointer;
}

.centered {
    /*width: 180px;
      height: 180px;*/
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    margin-bottom: 20px;
}

@media (max-width: 425px) {
    .newHomepage {
        text-align: center;
    }

    .ToFastPlay {
        margin-top: 20px;
    }
}

/*^*^ Sign in Page ^*^*/
.signin {
    background: #f4f7fc;
}

/*********************************
          6. Fast Play PAge
  *********************************/
.onboardingFastPlay {
    max-width: 450px;
    margin: 20px auto;
}

#fastPlayPin {
    border: 1px solid #000;
    width: 100px;
    height: 36px;
    margin: 10px auto;
    padding: 10px 10px 7px;
    text-align: center;
    font-size: 22px;
    color: #111;
    vertical-align: middle;
    outline: none;
}

/********************************
           Teacher Page
  ********************************/
.teacher {
    width: 80%;
    height: auto;
    margin: 0px auto;
    position: relative;
}

.teacher-div {
    height: 200px;
}

.teacherpicture {
    margin: 15px;
    border-radius: 80px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
}

.teacher-image {
    padding: 0px;
}

.backgrounddiv1 {
    width: 100%;
    height: 100px;
    position: relative;
    text-align: center;
    background: #9d00ff;
    z-index: 1;
    border-top: 1px solid #fff;
}

.backgrounddiv2 {
    width: 100%;
    height: 100px;
    position: absolute;
    text-align: center;
    background: #9d00ff;
    top: 0;
    right: 0;
    /*-webkit-transform: skewY(-3deg);
         -moz-transform: skewY(-3deg);
          -ms-transform: skewY(-3deg);
           -o-transform: skewY(-3deg);
              transform: skewY(-3deg);*/
    transform-origin: top right;
    z-index: -1;
}

.btn a {
    color: white !important;
}

.teacher input {
    /*  width: 50%;
      height: 34px;
      padding: 5px;
      border:none; */
}

.teacher input:focus {
    /* width: 50%;
      height: 34px;
      padding: 5px;
      border:1px solid #000;
      outline: none; */
}

.teacher-section {
    text-align: center;
    padding: 20px 0px;
}

.teacher-section p {
    font-size: 13px;
    opacity: 0.9;
    padding-bottom: 10px;
}

.teacher-section h3 {
    color: red;
}

.teacher-section .classroom-btn {
    font-size: 15px;
    font-weight: 400;
    width: 300px;
    outline: none;
}

@media (max-width: 768px) {
    .teacher {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .teacherpicture {
        width: 120px;
        height: 120px;
    }

    .teacher input {
        width: 100%;
    }

    .teacher input:focus {
        width: 100%;
    }
}

/**********************************
           classroom Page 
  **********************************/
.teacher-classroom {
    width: 80%;
}

.teacher-classroom input {
    /* width: 50%;
      height: 34px;
      padding: 5px;
      border:none;*/
}

.teacher-classroom input:focus {
    /*width: 50%;
      height: 34px;
      padding: 5px;
      border:1px solid #000;
      outline: none;*/
}

.cr_section {
    padding: 10px 0px;
    width: 100%;
}

.classroom-section1 {
    width: 100%;
    position: relative;
    height: auto;
    border-right: 1px solid #ccc;
}

.classroom-section2 {
    width: 100%;
    position: relative;
    height: auto;
    padding-bottom: 20px;
}

.classroom-section1 a {
    border-color: #9d00ff;
    background-color: #9d00ff;
    color: #fff;
    width: 100%;
}

.classroom-section2 .button {
    border-color: #9d00ff;
    background-color: #9d00ff;
    font-size: 12px;
    min-height: auto;
    color: #fff;
}

.classroom-section1 .item {
    border-radius: 10px;
    background: #eef8ff;
    padding: 8px;
    border: 1px solid #ddd;
}

.classroom-section2 .item .classroomInfoFrame i,
span {
    font-size: 12px;
}

.classroom-section1 .item h3 {
    font-size: 14px;
}

.classroomInfo {
    padding: 2px 0;
    border: 0;
    background: transparent;
}

.classroom-section2 .item {
    border-radius: 10px;
    background: #eef8ff;
    padding: 8px;
    border: 1px solid #ddd;
}

.classroom-section2 .students {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.classroom-section2 .students h3 {
    width: 150px;
    padding: 10px 0px;
    text-align: center;
    font-size: 22px;
    margin: 0px auto;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 3px solid #9d00ff;
    color: #9d00ff;
}

.classroom-section1 .student-sec {
    font-size: 12px;
}

@media (max-width: 768px) {
    .teacher-classroom {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .teacher-classroom input {
        width: 100%;
    }

    .teacher-classroom input:focus {
        width: 100%;
    }
}

/**************************************
              Teacher Info Page
  **************************************/
fieldset {
    margin: 0 2px;
    opacity: 0.9;
    padding: .35em .625em .75em;
    border: 1px solid silver;
}

.form-fieldset legend {
    font-size: 13px;
    font-weight: 700;
    border: 0;
    width: auto;
    height: auto;
    padding: 0 5px;
    line-height: 32px;
}

.form-fieldset p {
    margin-bottom: 10px;
}

.form-fieldset .form-group button {
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    margin-left: 15px;
}

.form-fieldset .form-group label {
    margin-bottom: 0px;
    width: 65px;
    float: left;
}

.form-fieldset .dataView-text {
    margin-left: 10px;
    font-size: 15px;

}

.form-fieldset p .FontBold {
    font-weight: bold;
    font-size: 16px;
}

.form-fieldset select {
    width: 150px;
    height: 30px;

    padding: 6px 12px;
}

.form-fieldset .form-control {
    /* width:150px;
      padding: 6px 12px;
      border:1px solid #ccc;*/
}

.form-fieldset .form-control:focus {
    /*width:150px;
      padding: 6px 12px;
      border:1px solid #ccc;
      outline: none;*/
}

.form-fieldset .input-form {
    /* width: 120px !important;
      margin-bottom: 0px;*/
}

.af-checkbox-group input[type=checkbox] {
    position: absolute;
    opacity: 0;
    margin: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.form-fieldset .checkbox label {
    width: 35px;

    border: 1px solid #eee;
    background: #ccc;
    margin-right: 5px;
    padding: 3px 5px;

}

.form-fieldset .permaLinkInfo {
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 8px;
    background-color: #f0f8ff;
}

.form-fieldset {
    font-size: 14px;
}

@media (max-width: 425px) {
    .form-fieldset .form-group .input-form {
        margin-bottom: 0px;
        width: 105px !important;
        float: left;
    }
}

/**************************************
             SignIn-Form
  **************************************/
.newFormInputLogin {
    background-color: #fff;
    color: #555;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    height: 52px;
    padding: 7px 40px 5px;
    line-height: 20px;
    text-align: left;
    margin-top: 25px;
}

.newFormInputLogin .icon {
    position: absolute;
    left: 5px;
    top: 8px;
    font-size: 16px;
    text-align: center;
    color: #999;
    width: 30px;
    height: 32px;
    line-height: 32px;
}

.newFormInputLogin label {
    font-size: .8em;
    display: block;
    white-space: nowrap;
    margin-bottom: 0px;
}

.newFormInputLogin div input {
    height: 20px;
    outline: none;
    border: none;
    width: 100%;
}

.newFormInputLogin .icon-right {
    right: 5px;
    left: inherit;
    cursor: pointer;
}

.pull-right {
    float: right !important;
}

.button.buttonNewLogin {
    font-family: Roboto, sans-serif;
    color: #fff;
    background-color: #9d00ff;
    font-size: 18px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 48px;
    padding: 0 40px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 50px;
    width: 100%;

}

.button-spacing {
    height: 50px;
}

.t-login {
    margin-top: 0px;
}

@media (max-width: 425px) {
    .form-signin-p {
        font-size: 12px;
    }
}

/**********************************
            Sing-up-Form
  **********************************/
.newFormInputSignup {
    background-color: #fff;
    color: #555;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    height: 52px;
    padding: 7px 40px 5px;
    line-height: 20px;
    text-align: left;
    margin-top: 25px;
}

.t-signup {
    margin-top: 0px;
}

.newFormInputSignup .icon {
    position: absolute;
    left: 5px;
    top: 8px;
    font-size: 16px;
    text-align: center;
    color: #999;
    width: 30px;
    height: 32px;
    line-height: 32px;
}

.newFormInputSignup label {
    font-size: .8em;
    display: block;
    white-space: nowrap;
    margin-bottom: 0px;
}

.newFormInputSignup div input {
    height: 20px;
    outline: none;
    border: none;
    width: 100%;
}

.newFormInputSignup .icon-right {
    right: 5px;
    left: inherit;
    cursor: pointer;
}

.pull-right {
    float: right !important;
}

.button.buttonNewSignup {
    font-family: Roboto, sans-serif;
    color: #fff;
    background-color: #9d00ff;
    font-size: 15px;
    font-weight: 500;
    line-height: 48px;
    padding: 0 40px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 50px;
    width: 100%;
}

.button.buttonNewSignup.Signup-white-style {
    color: #9d00ff;
    background-color: #fff;
    border-color: #9d00ff;
    border-width: 1px;
    font-family: Roboto;
    font-weight: 500;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
}

.s-signup-text {
    font-size: 14px;
    margin-bottom: 5px;
}

/*********************************
           Library Page
  *********************************/
.library {
    width: 90%;
    padding-top: 20px;
}

.searchSidebar {
    width: 100%;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
}

.deckLibrary .searchSidebar {
    position: absolute;
    height: 100%;
    top: 0;
    overflow: auto;
    z-index: 1;
    flex-shrink: inherit;
}

.sidebarTemplate h4 {
    font-size: 15px;
    margin-top: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.search {
    width: 100%;
    height: 34px;
    font-size: 12px;
    border: 1px solid #eee;
    padding: 0 8px;
    outline: none;
}

.fa-shopping-cart {
    font-size: 22px !important;
}

.openModalCheckout {
    outline: none !important;
}

.storedSection .storedTitle h3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.padding {
    padding: 10px;
}

.product {
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    float: left;
    margin: 10px 10px 10px 0px;
    padding-bottom: 20px;
    max-width: 220px;
}

.product .action-btn {
    padding: 5px;
    position: absolute;
    float: right;
    left: 66%;
    /* top: 160px; */
    font-size: 10px;
}

.product .dropdown-menu {
    min-width: auto;
    padding: 5px;
}

.product h3 {
    color: #000;
    margin-top: 0px;
    font-size: 15px;
    /* margin-bottom: 0px; */
    height: auto;
    padding-top: 8px;
}

.product img {
    width: 100%;
    /* height:100px; */
    object-fit: cover;
    max-width: 200px;
    /* margin-left: 6px !important; */
}

body::-webkit-scrollbar {
    width: 0.4em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}


#allgames::-webkit-scrollbar {
    width: 0.4em;
}

#allgames::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#allgames::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

#allgames {
    margin-top: 10px;
    overflow: auto;
    overflow-x: hidden;
    /*    max-height: 380px;*/
    max-height: 50vh;
}


.boxstd {
    background: #656565;
    padding: 16px;
    color: white;
    border-radius: 16px;
    margin-top: 19px;
}


a.btn {
    color: white !important;
}

.gaimg {
    /*height: -webkit-fill-available !important;*/
    /*height: 38vh !Important;*/
    margin-top: 77px;
}

/*Progress Bar*/
.progress-circle {
    font-size: 20px;
    margin: 20px;
    position: relative;
    /* so that children can be absolutely positioned */
    padding: 0;
    width: 5em;
    height: 5em;
    background-color: #F2E9E1;
    border-radius: 50%;
    line-height: 5em;
}

.progress-circle:after {
    border: none;
    position: absolute;
    top: 0.35em;
    left: 0.35em;
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 4.3em;
    height: 4.3em;
    background-color: white;
    content: " ";
}

/* Text inside the control */
.progress-circle span {
    position: absolute;
    line-height: 3.7em;
    width: 100%;
    font-size: 26px;
    text-align: center;
    display: block;
    color: #000000;
    z-index: 2;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.btn-warning {
    color: #212529 !Important;
    background-color: #9cf144 !Important;
    border-color: #9cf144 !Important;
}

.left-half-clipper {
    /* a round circle */
    border-radius: 50%;
    width: 5em;
    height: 5em;
    position: absolute;
    /* needed for clipping */
    clip: rect(0, 5em, 5em, 2.5em);
    /* clips the whole left half*/
}

/* when p>50, don't clip left half*/
.progress-circle.over50 .left-half-clipper {
    clip: rect(auto, auto, auto, auto);
}

.value-bar {
    /*This is an overlayed square, that is made round with the border radius,
     then it is cut to display only the left half, then rotated clockwise
     to escape the outer clipping path.*/
    position: absolute;
    /*needed for clipping*/
    clip: rect(0, 2.5em, 5em, 0);
    width: 5em;
    height: 5em;
    border-radius: 50%;
    border: 0.45em solid #9cf144;
    /*The border is 0.35 but making it larger removes visual artifacts */
    /*background-color: #9cf144;*/
    /* for debug */
    box-sizing: border-box;

}

/* Progress bar filling the whole right half for values above 50% */
.progress-circle.over50 .first50-bar {
    /*Progress bar for the first 50%, filling the whole right half*/
    position: absolute;
    /*needed for clipping*/
    clip: rect(0, 5em, 5em, 2.5em);
    background-color: #9cf144;
    border-radius: 50%;
    width: 5em;
    height: 5em;
}

.progress-circle:not(.over50) .first50-bar {
    display: none;
}


/* Progress bar rotation position */
.progress-circle.p0 .value-bar {
    display: none;
}

.progress-circle.p1 .value-bar {
    transform: rotate(4deg);
}

.progress-circle.p2 .value-bar {
    transform: rotate(7deg);
}

.progress-circle.p3 .value-bar {
    transform: rotate(11deg);
}

.progress-circle.p4 .value-bar {
    transform: rotate(14deg);
}

.progress-circle.p5 .value-bar {
    transform: rotate(18deg);
}

.progress-circle.p6 .value-bar {
    transform: rotate(22deg);
}

.progress-circle.p7 .value-bar {
    transform: rotate(25deg);
}

.progress-circle.p8 .value-bar {
    transform: rotate(29deg);
}

.progress-circle.p9 .value-bar {
    transform: rotate(32deg);
}

.progress-circle.p10 .value-bar {
    transform: rotate(36deg);
}

.progress-circle.p11 .value-bar {
    transform: rotate(40deg);
}

.progress-circle.p12 .value-bar {
    transform: rotate(43deg);
}

.progress-circle.p13 .value-bar {
    transform: rotate(47deg);
}

.progress-circle.p14 .value-bar {
    transform: rotate(50deg);
}

.progress-circle.p15 .value-bar {
    transform: rotate(54deg);
}

.progress-circle.p16 .value-bar {
    transform: rotate(58deg);
}

.progress-circle.p17 .value-bar {
    transform: rotate(61deg);
}

.progress-circle.p18 .value-bar {
    transform: rotate(65deg);
}

.progress-circle.p19 .value-bar {
    transform: rotate(68deg);
}

.progress-circle.p20 .value-bar {
    transform: rotate(72deg);
}

.progress-circle.p21 .value-bar {
    transform: rotate(76deg);
}

.progress-circle.p22 .value-bar {
    transform: rotate(79deg);
}

.progress-circle.p23 .value-bar {
    transform: rotate(83deg);
}

.progress-circle.p24 .value-bar {
    transform: rotate(86deg);
}

.progress-circle.p25 .value-bar {
    transform: rotate(90deg);
}

.progress-circle.p26 .value-bar {
    transform: rotate(94deg);
}

.progress-circle.p27 .value-bar {
    transform: rotate(97deg);
}

.progress-circle.p28 .value-bar {
    transform: rotate(101deg);
}

.progress-circle.p29 .value-bar {
    transform: rotate(104deg);
}

.progress-circle.p30 .value-bar {
    transform: rotate(108deg);
}

.progress-circle.p31 .value-bar {
    transform: rotate(112deg);
}

.progress-circle.p32 .value-bar {
    transform: rotate(115deg);
}

.progress-circle.p33 .value-bar {
    transform: rotate(119deg);
}

.progress-circle.p34 .value-bar {
    transform: rotate(122deg);
}

.progress-circle.p35 .value-bar {
    transform: rotate(126deg);
}

.progress-circle.p36 .value-bar {
    transform: rotate(130deg);
}

.progress-circle.p37 .value-bar {
    transform: rotate(133deg);
}

.progress-circle.p38 .value-bar {
    transform: rotate(137deg);
}

.progress-circle.p39 .value-bar {
    transform: rotate(140deg);
}

.progress-circle.p40 .value-bar {
    transform: rotate(144deg);
}

.progress-circle.p41 .value-bar {
    transform: rotate(148deg);
}

.progress-circle.p42 .value-bar {
    transform: rotate(151deg);
}

.progress-circle.p43 .value-bar {
    transform: rotate(155deg);
}

.progress-circle.p44 .value-bar {
    transform: rotate(158deg);
}

.progress-circle.p45 .value-bar {
    transform: rotate(162deg);
}

.progress-circle.p46 .value-bar {
    transform: rotate(166deg);
}

.progress-circle.p47 .value-bar {
    transform: rotate(169deg);
}

.progress-circle.p48 .value-bar {
    transform: rotate(173deg);
}

.progress-circle.p49 .value-bar {
    transform: rotate(176deg);
}

.progress-circle.p50 .value-bar {
    transform: rotate(180deg);
}

.progress-circle.p51 .value-bar {
    transform: rotate(184deg);
}

.progress-circle.p52 .value-bar {
    transform: rotate(187deg);
}

.progress-circle.p53 .value-bar {
    transform: rotate(191deg);
}

.progress-circle.p54 .value-bar {
    transform: rotate(194deg);
}

.progress-circle.p55 .value-bar {
    transform: rotate(198deg);
}

.progress-circle.p56 .value-bar {
    transform: rotate(202deg);
}

.progress-circle.p57 .value-bar {
    transform: rotate(205deg);
}

.progress-circle.p58 .value-bar {
    transform: rotate(209deg);
}

.progress-circle.p59 .value-bar {
    transform: rotate(212deg);
}

.progress-circle.p60 .value-bar {
    transform: rotate(216deg);
}

.progress-circle.p61 .value-bar {
    transform: rotate(220deg);
}

.progress-circle.p62 .value-bar {
    transform: rotate(223deg);
}

.progress-circle.p63 .value-bar {
    transform: rotate(227deg);
}

.progress-circle.p64 .value-bar {
    transform: rotate(230deg);
}

.progress-circle.p65 .value-bar {
    transform: rotate(234deg);
}

.progress-circle.p66 .value-bar {
    transform: rotate(238deg);
}

.progress-circle.p67 .value-bar {
    transform: rotate(241deg);
}

.progress-circle.p68 .value-bar {
    transform: rotate(245deg);
}

.progress-circle.p69 .value-bar {
    transform: rotate(248deg);
}

.progress-circle.p70 .value-bar {
    transform: rotate(252deg);
}

.progress-circle.p71 .value-bar {
    transform: rotate(256deg);
}

.progress-circle.p72 .value-bar {
    transform: rotate(259deg);
}

.progress-circle.p73 .value-bar {
    transform: rotate(263deg);
}

.progress-circle.p74 .value-bar {
    transform: rotate(266deg);
}

.progress-circle.p75 .value-bar {
    transform: rotate(270deg);
}

.progress-circle.p76 .value-bar {
    transform: rotate(274deg);
}

.progress-circle.p77 .value-bar {
    transform: rotate(277deg);
}

.progress-circle.p78 .value-bar {
    transform: rotate(281deg);
}

.progress-circle.p79 .value-bar {
    transform: rotate(284deg);
}

.progress-circle.p80 .value-bar {
    transform: rotate(288deg);
}

.progress-circle.p81 .value-bar {
    transform: rotate(292deg);
}

.progress-circle.p82 .value-bar {
    transform: rotate(295deg);
}

.progress-circle.p83 .value-bar {
    transform: rotate(299deg);
}

.progress-circle.p84 .value-bar {
    transform: rotate(302deg);
}

.progress-circle.p85 .value-bar {
    transform: rotate(306deg);
}

.progress-circle.p86 .value-bar {
    transform: rotate(310deg);
}

.progress-circle.p87 .value-bar {
    transform: rotate(313deg);
}

.progress-circle.p88 .value-bar {
    transform: rotate(317deg);
}

.progress-circle.p89 .value-bar {
    transform: rotate(320deg);
}

.progress-circle.p90 .value-bar {
    transform: rotate(324deg);
}

.progress-circle.p91 .value-bar {
    transform: rotate(328deg);
}

.progress-circle.p92 .value-bar {
    transform: rotate(331deg);
}

.progress-circle.p93 .value-bar {
    transform: rotate(335deg);
}

.progress-circle.p94 .value-bar {
    transform: rotate(338deg);
}

.progress-circle.p95 .value-bar {
    transform: rotate(342deg);
}

.progress-circle.p96 .value-bar {
    transform: rotate(346deg);
}

.progress-circle.p97 .value-bar {
    transform: rotate(349deg);
}

.progress-circle.p98 .value-bar {
    transform: rotate(353deg);
}

.progress-circle.p99 .value-bar {
    transform: rotate(356deg);
}

.progress-circle.p100 .value-bar {
    transform: rotate(360deg);
}

/*Progress Bar
  
  
  
  
  @media only screen and (max-width:500px){
  button.btn.btn-secondary {
      font-size: 9px !important;
  }
  
  }
  */

@media (max-width: 1024px) {
    .library {
        width: 95%;
    }

    .product-row {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 768px) {
    .library {
        width: 95%;
    }

    .product-row {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 576px) {
    .searchSidebar {
        border-right: 0px solid #ddd;
    }

    .product {
        margin: 10px 10px;
        float: left;
    }

    .FontSmaller {
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    .searchSidebar {
        border-right: 0px solid #ddd;
    }

    .product {
        margin: 10px 15px;
        float: left;
    }

    @media (max-width: 375px) {
        .searchSidebar {
            border-right: 0px solid #ddd;
        }

        .product {
            margin: 10px auto;
            float: none;
        }

        /*******************************
             Product Page
  *******************************/
        .product-page {
            width: 50%;
            padding: 20px 0px;
            margin: 0px auto;
        }

        .product-page .item {
            width: 100%;
            height: 180px;
            position: relative;
        }

        .product-page .item img {
            width: 160px;
            height: 160px;
            max-width: 160px;
            max-height: 160px;
            border-radius: 10px;
            border: 3px solid #d3d3d3;
        }

        .product-page .item h2 {
            font-size: 24px;
            font-weight: 600;
        }

        .product-page .item p {
            color: #666;
            font-size: 12px;
            margin-bottom: 2px;
        }

        .product-page .item p a {
            color: #337ab7;
            text-decoration: none;
        }

        .product-page .item p a:hover {
            color: #000;
            text-decoration: underline;
        }

        .product-page .price {
            font-size: 15px;
            opacity: 0.8;
        }

        .product-page .item .price small {
            font-size: small;
            opacity: 1;
        }

        .product-page .item .price .assertive {
            color: #ff6262;
        }

        .product-page .items.items-tabs {
            height: auto;
            min-height: 49px;
            line-height: 24px;
            text-align: center;
            border-color: #03a4dc;
            background-color: #16c1fc;
            color: #fff;
        }

        .deckDescription {
            font-size: small;
            font-weight: 400;
            opacity: 0.8;
        }

        .tabs-item {
            width: 100%;
            padding: 10px 0px;
        }

        .tabs-item button {
            font-size: 15px !important;
        }

        .button.button-positive {
            border-color: #9d00ff;
            background-color: #9d00ff;
            color: #fff;
        }

        .button-small {
            padding: 2px 8px 1px;
            min-width: 28px;
            min-height: 30px;
            font-size: 12px;
            line-height: 27px;
        }

        .well {
            min-height: 20px;
            padding: 19px;
            margin-bottom: 20px;
            border: 1px solid #e3e3e3;
            max-width: 700px;
            background-color: #f2fcff;
            border-color: #e7f9ff;
            border-radius: 0;
            box-shadow: 0 5px 10px rgba(43, 167, 221, .3);
        }
    }

    @media (max-width: 768px) {
        .product-page {
            width: 70%;
        }
    }

    @media (max-width: 576px) {
        .product-page {
            width: 100%;
            padding: 10px 10px;
        }

        .product-page .item img {
            width: 80px;
            height: 80px;
        }

        .product-page .item h2 {
            font-size: 23px;
        }
    }

    @media only screen and (max-width: 500px) {
        .itemNewHomepage {
            margin-top: 5px;
        }

        .newHomepage {
            width: 90% !Important;
        }

        .p-4 {
            padding: 0px !important;
        }
    }




    @media only screen and (max-width: 900px) and (min-width: 325px) {
        .qhead img {
            max-height: 250px !important;
        }
    }


    .progress-bar.progress-bar-success {
        background-color: #5cb85c !important;
    }


    .progress-bar.progress-bar-danger {
        background-color: #d9534f !important;
    }


    .progress-bar-success {
        background-color: #5cb85c !important;
    }


    .progress-bar-danger {
        background-color: #d9534f !important;
    }
}
.menu-styles {
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
}

@media (min-width: 766px) and (max-width: 940px) {
    .footer-text {
        font-size: 60% !important;
    }
}


@media (max-width: 371px) {
    .footer-link {
        font-size: 15px;
    }
}