@font-face {
    font-family: Avenir-Roman;
    src: url(../fonts/Avenir-Roman.ttf);
}

@font-face {
    font-family: Avenir-Black;
    src: url(../fonts/Avenir-Black.ttf);
}

@font-face {
    font-family: Avenir-Medium;
    src: url(../fonts/Avenir-Medium.ttf);
}

@font-face {
    font-family: Avenir-Heavy;
    src: url(../fonts/Avenir-Heavy.ttf);
}

@font-face {
    font-family: 'Digital 7';
    src: url(../fonts/digital-7.ttf);
}

body {
    font-family: Avenir-Roman;
    font-size: 16px;
    color: #283e51;
    background: unset;
}

.digital-7 {
    font-family: 'Digital 7';
}
span.digital-7 {
    font-size: 24px;
    color: #313eb2;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
    letter-spacing: 3px;
}
iframe body {
    background-color: unset
}
.avenir-roman {
    font-family: 'Avenir-Roman';
}
.card {
    border: none;
    border-radius: 10px;
}

.pointer-body2, .pointer-body {
    padding: 10px 17px !important;
}

.pointer-body2, .pointer-body .card {
    border: none;
    border-radius: 10px;
    filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.2));
}

.card-body {
    background: url("../images/canvas_background.png");
    background-size: cover;
    background-position: right top;
    min-height: 536px;
    border-radius: 10px;
}

.card-header {
    background-color: rgba(0, 0, 0, .00);
    border-bottom: 0;
}

.timer {
    width: 65px;
    height: 65px;
    border: 1px solid #e4e6e8;
    border-radius: 70px;
    box-sizing: content-box;
    background-color: #f4f6f8;
    transform: rotate(360deg);
}

.switch {
    margin-bottom: -5px;
    position: relative;
    display: inline-grid;
    width: 60px;
    height: 30px;
    vertical-align: bottom;
}

/* Hide default HTML checkbox */

.switch input {
    display: none;
}

/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 2px;
    background-color: #e4e6e8;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}



input.default:checked+.slider {
    background-color: #444;
}

input.primary:checked+.slider:before {
    background-color: #599ff7;
    left: -1px;
}

input.success:checked+.slider {
    background-color: #8bc34a;
}

input.info:checked+.slider {
    background-color: #3de0f5;
}

input.warning:checked+.slider {
    background-color: #FFC107;
}

input.danger:checked+.slider {
    background-color: #f44336;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.custom-select {
    background: unset;
    padding: .375rem 0.8rem .375rem .8rem;
    background-color: #e3e5e7;
    border: 0;
    height: 45px;
    font-family: Avenir-Black;
    color: #283e51;
    font-size: 14px;
}

.div-border>div {
    border-left: 1px solid #f4f6f8;
}

.bold_text {
    font-size: 12px;
    font-family: Avenir-Black;
    color: #7e808d;
}

.dark_text {
    font-size: 14px;
    font-family: Avenir-Black;
    color: #283e51;
    text-transform: uppercase;
}

.light_text_white {
    font-size: 14px;
    font-family: Avenir-Roman;
    color: #ffffff;
    text-transform: uppercase;
}

.bold_text_white {
    font-size: 24px;
    font-family: Avenir-Black;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 24px;
}

.heading {
    font-size: 28px;
    font-family: Avenir-Black;
    color: #283e51;
    text-transform: uppercase;
}

h1.heading {
    font-size: 21px;
    font-family: Avenir-Black;
    color: #283e51;
    text-transform: uppercase;
}

.sub-heading-white {
    font-size: 21px;
    font-family: Avenir-Black;
    text-transform: uppercase;
    color: #ffffff;
}

.sub-heading-blue {
    font-size: 21px;
    font-family: Avenir-Black;
    text-transform: uppercase;
    color: #599ff7;
}

.start3, .start2, .start1 {
    font-size: 52px;
    opacity: 0.5;
    line-height: 55px;
}

.coins, .start321 {
    font-family: Avenir-Black;
    color: #283e51;
}

.head-text {
    color: #599ff7;
    font-family: Avenir-Black;
    font-size: 47px;
}

.text {
    font-family: Avenir-Roman;
    font-size: 16px;
    color: #283e51;
}

.custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
    font-family: Avenir-Roman;
    padding-left: 5px;
    cursor: pointer;
}

.custom-select1 {
    position: relative;
    display: flex;
    flex-direction: column;
    /*                border-width: 0 2px 0 2px;
                    border-style: solid;
                    border-color: #394a6d;*/
}

.custom-select__trigger span {
    color: #599ff7;
    font-size: 24px;
    font-family: Avenir-Black;
    line-height: 20px;
}

.custom-select__trigger {
    font-size: 12px;
    font-family: Avenir-Medium;
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #599ff7;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    font-size: 15px;
    width: 100%;
}

.custom-select1.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 7px 0px;
    font-size: 22px;
    font-weight: 300;
    color: #3b3b3b;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 15px;
}

.custom-option:hover {
    cursor: pointer;
    background-color: #e8e8e8;
}

.custom-option.selected {
    color: #ffffff;
    background-color: #599ff7;
}

.arrow {
    position: relative;
    height: 15px;
    width: 15px;
    float: right;
}

.arrow::before, .arrow::after {
    content: "";
    position: absolute;
    bottom: 20px;
    width: 0.15rem;
    height: 100%;
    transition: all 0.5s;
}

.arrow::before {
    left: 13px;
    transform: rotate(-45deg);
    background-color: #394a6d;
}

.arrow::after {
    left: 23px;
    transform: rotate(45deg);
    background-color: #394a6d;
}

.open .arrow::before {
    left: 5px;
    transform: rotate(45deg);
}

.open .arrow::after {
    left: 15px;
    transform: rotate(-45deg);
}

.clicking-div {
    cursor: pointer;
}

#clicker {
    cursor: pointer;
    position: absolute;
    left: 0;
}

.message {
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
}

#octopus-bg {
    background: url('../images/octopus.png');
    background-size: cover;
    background-position: center -18px;
    text-transform: uppercase;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 10px;
    height: 100%;
}

#turtle-bg {
    background: url('../images/octopus.png');
    background-size: cover;
    background-position: center -18px;
    text-transform: uppercase;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 10px;
    height: 100%;
}

#rabbit-bg {
    background: url('../images/octopus.png');
    background-size: cover;
    background-position: center -18px;
    text-transform: uppercase;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 10px;
    height: 100%;
}

#cheetah-bg {
    background: url('../images/octopus.png');
    background-size: cover;
    background-position: center -18px;
    text-transform: uppercase;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 10px;
    height: 100%;
}

#cheetah-bg, #rabbit-bg, #turtle-bg, #octopus-bg>div {
    padding-top: 180px;
    padding-bottom: 20px;
}

.text-btn {
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    font-family: Avenir-Black;
    background-color: #599ff7;
    border-color: #599ff7;
    text-transform: uppercase;
}

.text-btn:hover {
    background-color: #599ff7;
    border-color: #599ff7;
}

.circle span {
    border: 2px solid #599ff7;
    border-radius: 50%;
    height: 43px;
    width: 43px;
    margin: auto;
    display: inline-block;
}

.social {
    display: inline;
}

.social [class*="fa fa-"] {
    /*    background-color: #405993;*/
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 0px;
    width: 30px;
    font-size: 18px;
    text-align: center;
}

#leaderbord {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 5px 0 10px 0;
    /* text-align: center; */
    height: 100%;
    position: relative;
}

#leaderbord h1 {
    /* background-color: #ffffff; */
    border-bottom: 1px solid #f3f5f7;
    padding: 15px 5px;
}

.inr-leaderbord {
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px solid #f3f5f7;
    background-color: #fafafa;
}

.inr-leaderbord .number {
    font-family: Avenir-Black;
    color: #599ff7;
    padding: 8px 13px;
    font-size: 12px;
}

.inr-leaderbord .circle {
    background-color: #f9ce46;
    border-radius: 50%;
    padding: 8px 13px;
    color: #ad7129;
}

.inr-leaderbord .name {
    font-family: Avenir-Black;
    color: #283e51;
    font-size: 12px;
    padding-left: 5px;
}

.inr-leaderbord .score {
    font-family: Avenir-Black;
    color: #599ff7;
    font-size: 14px;
    float: right;
}

.cps-score {
    font-family: Avenir-Black;
    color: #283e51;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 10px;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.datamodel{
    display: none;
    position: absolute;
    bottom:0;
    background:#fff;
    padding:15px;
    border-radius: 18px;
    filter: drop-shadow(0 0 57px rgba(0,0,0,0.1));
}
#score-form input{
    filter: drop-shadow(0 0 57px rgba(0,0,0,0.1));
    border-radius:9px;
}
#score-form label{
    font-size:12px !important;
}

.left-div {
    padding: 20px 15px;
    background-color: #ffffff;
    border-radius: 10px 0 0 10px;
}

.right-div {
    background-color: #f4f6f8;
    padding: 20px 10px 20px 0px;
    border-radius: 0 10px 10px 0;
}
.error{
    color: red;
}
.scroll, .sb-container {
    height: 475px;
    overflow-y: scroll;
    padding: 0px 15px 0px 10px;
    /*    scrollbar-color: rebeccapurple green;
    scrollbar-width: thin;*/
}

.myContainer1::-webkit-scrollbar, .myContainer::-webkit-scrollbar {
    width: 10px;
    border: none;
}

.myContainer1::-webkit-scrollbar-track, .myContainer::-webkit-scrollbar-track {
    background-color: #efefef;
    border-radius: 10px;
}

.myContainer1::-webkit-scrollbar-thumb, .myContainer::-webkit-scrollbar-thumb {
    background: #599ff7;
    border-radius: 10px;
}

.myContainer::-webkit-scrollbar-thumb:hover {
    background: #337fdc;
}

.default-div {
    background: url('../images/theme1.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 151px;
    border: 2px solid gray;
    border-radius: 5px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

.default-div h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.scrore-div2, .scrore-div1 {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

.second-div {
    display: flex;
    background: url('../images/theme2.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 151px;
    border-radius: 5px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

.bottom-div {
    bottom: 17px;
    position: absolute;
    display: flex;
}

.box {
    /* background: url("../images/Rectangle 3.png"); */
    height: 54px;
    width: 54px;
    border-radius: 5px;
    display: inline-block;
    margin: 1%;
    max-width: 23%;
    padding: 0;
    cursor: pointer;
}

.pointer1 {
    background: url("../images/pointer1.png");
    background-size: 100% 100%;
    background-position: center;
    background-color: #ffffff;
}

.pointer2 {
    background: url("../images/pointer2.png");
    background-size: 100% 100%;
    background-position: center;
    background-color: #ffffff;
}

#img-draw {
    transform: scale(1.25) translate3d(0, 0, 0);
    transition: 0.2s ease;
}

.pointer3 {
    background: url("../images/pointer3.png");
    background-size: 100% 100%;
    background-position: center;
    background-color: #ffffff;
}

.pointer4 {
    background: url("../images/pointer4.png");
    background-size: 100% 100%;
    background-position: center;
    background-color: #ffffff;
}

.disable {
    background-color: rgb(0, 0, 0, 0.2);
    height: 54px;
    width: 100%;
    border-radius: 5px;
    display: inline-block;
    margin: 1%;
    font-family: Avenir-Black;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    position: relative;
}

.disable>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 17px;
}

.disable .coins {
    font-family: Avenir-Heavy;
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
}

.enable:hover {
    border: 2px solid #61a4f7;
}

.blank-div1 {
    background-color: #f2f2f3;
    width: 100%;
    min-height: 151px;
    border-radius: 5px;
}

.blank-div2 {
    background-color: #7e808d;
    width: 100%;
    min-height: 151px;
    border-radius: 5px;
}

.blank-pointer {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1199px) {
    /* .off,.on {
        display: none;
    } */
    .header-part3 div {
        width: 100%!important;
        display: block!important;
    }
    .header-part4>div:nth-child(2) {
        padding-left: 20px!important;
    }
    .switch {
        width: 50px;
    }
    .header-part1>div:nth-child(2) {
        margin: auto!important;
    }
    .header-part1>div:nth-child(1) {
        padding-left: 20px!important;
    }
}

@media only screen and (min-width: 769px) {
    .header-row .header-div {
        border-bottom: 1px solid #f4f6f8;
    }
    .card-body {
        padding: 10px 0 !important;
    }
    .pointer-body2, .pointer-body {
        padding: 10px 17px !important;
    }
    .card-header {
        text-align: center;
    }
    .header-part2 {
        display: flex;
        flex-direction: column;
    }
    .header-part2 div:nth-child(2) {
        margin: auto;
    }
    .header-part4>div:nth-child(2) {
        text-align: left;
        width: 50%!important;
    }
    .header-part4>div:nth-child(1) {
        text-align: right;
        width: 50%!important;
    }
    /*    .header-row{
            padding-top: 10px;
        }*/
    .inr-card {
        background-color: unset;
    }
    .scrore-div1, .scrore-div2 {
        border-radius: 10px;
        /*margin-top: 15px;*/
    }
    .left-div {
        border-radius: 10px 0 0 10px;
        /*margin-top: 15px;*/
    }
    .right-div {
        border-radius: 0 10px 10px 0;
    }
    .header-row>div:nth-child(1), .header-row>div:nth-child(2), .header-row>div:nth-child(3), .header-row>div:nth-child(4) {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 0.8rem !important;
        padding-bottom: 0.8rem !important;
    }
    .header-row>div:nth-child(1)>div:nth-child(1) {
        margin: auto 0 auto auto !important;
        width: 50%;
    }
    .header-row>div:nth-child(1)>div:nth-child(2) {
        margin: auto auto auto 0 !important;
        width: 50%;
    }
    .header-row>div:nth-child(1)>div:nth-child(1) .timer {
        margin-left: auto !important;
    }
    .off, .on, .switch {
        margin-left: unset !important;
        margin-right: unset !important;
    }
    .header-row>div:nth-child(4)>div:nth-child(1) {
        width: 40%;
        padding-left: 0px !important;
    }
    .header-row>div:nth-child(4)>div:nth-child(1) img {
        width: 50% !important;
    }
    .header-row>div:nth-child(4)>div:nth-child(2) {
        width: 60% !important;
    }
}

@media only screen and (max-width: 768px) {
    .header-row .header-div {
        border-bottom: 1px solid #f4f6f8;
    }
    .card-body {
        padding: 10px 0 !important;
    }
    .pointer-body2, .pointer-body {
        padding: 10px 17px !important;
    }
    .card-header {
        text-align: center;
    }
    .header-part2 {
        display: flex;
        flex-direction: column;
    }
    .header-part2 div:nth-child(2) {
        margin: auto;
    }
    .header-part4>div:nth-child(2) {
        text-align: left;
        width: 50%!important;
    }
    .header-part4>div:nth-child(1) {
        text-align: right;
        width: 50%!important;
    }
    /*    .header-row{
            padding-top: 10px;
        }*/
    .inr-card {
        background-color: unset;
    }
    .scrore-div1, .scrore-div2 {
        border-radius: 10px;
        /*margin-top: 15px;*/
    }
    .left-div {
        border-radius: 10px 0 0 10px;
        /*margin-top: 15px;*/
    }
    .right-div {
        border-radius: 0 10px 10px 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-row>div:nth-child(1), .header-row>div:nth-child(2), .header-row>div:nth-child(3), .header-row>div:nth-child(4) {
        width: 50% !important;
        border-bottom: 1px solid #f4f6f8;
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 0.8rem !important;
        padding-bottom: 0.8rem !important;
    }
    .off, .on, .switch {
        margin-left: unset !important;
        margin-right: unset !important;
    }
    .header-row>div:nth-child(4)>div:nth-child(1) {
        width: 40%;
        padding-left: 0px !important;
    }
    .header-row>div:nth-child(4)>div:nth-child(1) img {
        width: 80% !important;
    }
    .header-row>div:nth-child(4)>div:nth-child(2) {
        width: 60% !important;
    }
}

@media only screen and (max-width: 610px) {
    .header-row>div:nth-child(3) {
        display: inline-block !important;
    }
    .header-row>div:nth-child(3)>div:nth-child(2), .header-row>div:nth-child(3)>div:nth-child(1) {
        max-width: 100%;
    }
}

@media only screen and (max-width: 510px) and (min-width: 430px) {
    .header-part1 div:nth-child(1) {
        padding-left: 0!important;
    }
    svg {
        right: -28px;
    }
    .arrow::after {
        left: 40px;
    }
    .arrow::before {
        left: 30px;
    }
}

@media (max-width: 576px) {
    .bottom-div {
        width: 100%;
    }
    .bottom-div>div:nth-child(1) {
        width: 30%;
        float: left;
    }
    .bottom-div>div:nth-child(2) {
        width: 70%;
        float: left;
    }
}

@media only screen and (max-width: 510px) {
    .scrore-div2, .right-div {
        margin-top: 15px;
        padding-left: 15px!important;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .right-div, .left-div {
        border-radius: 10px !important;
    }
}

@media only screen and (max-width: 500px) {
    .right-div, .left-div {
        border-radius: 10px !important;
    }
    .header-row>div:nth-child(1), .header-row>div:nth-child(2), .header-row>div:nth-child(3), .header-row>div:nth-child(4) {
        width: 100% !important;
    }
    .header-row>div:nth-child(1)>div:nth-child(1), .header-row>div:nth-child(1)>div:nth-child(2) {
        width: 50%;
        margin-left: unset !important;
        margin-left: unset !important;
    }
    .header-row>div:nth-child(1)>div:nth-child(1) .timer {
        float: right;
    }
    .header-row>div:nth-child(3), .header-row>div:nth-child(2)>div {
        display: flex;
        flex-direction: column;
    }
    .header-row>div:nth-child(3) div, .header-row>div:nth-child(2) div {
        margin: auto !important;
        text-align: center !important;
    }
    .custom-select {
        width: 50%;
    }
    .header-row>div:nth-child(4)>div:nth-child(1) {
        width: 50%;
        padding-left: 0px !important;
        text-align: right;
    }
    .header-row>div:nth-child(4)>div:nth-child(1) img {
        width: 30% !important;
    }
    .header-row>div:nth-child(4)>div:nth-child(2) {
        width: 50% !important;
    }
}

@media (min-width: 430px) {
    .col-sm-6 {
        width: 50%;
    }
}

@media (max-width: 430px) {
    .header-part1>div:nth-child(1) {
        padding-left: 30px!important;
    }
    .custom-select {
        width: 50%;
    }
    #countdown {
        width: unset;
    }
    svg {
        top: -19px;
    }
    .second-div .sub-heading-white, .second-div .sub-heading-white i {
        font-size: 17px!important;
    }
    .arrow::after {
        left: -29px!important;
    }
    .arrow::before {
        left: -39px!important;
    }
    .header-part1>div:nth-child(2) {
        margin: auto 0!important;
    }
}

@media (max-width: 375px) {
    .arrow::before {
        left: -9px!important;
    }
    .arrow::after {
        left: 1px!important;
    }
}

@media (max-width: 320px) {
    .bottom-div>div:nth-child(1), .bottom-div>div:nth-child(2) {
        width: 100%;
        float: left;
    }
    .bottom-div {
        position: unset;
    }
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome, Opera and Firefox */
}

#click-image {
    height: 300px;
    width: 300px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}

.theme-active, .character-active {
    border: 2px solid rgb(97, 164, 247);
}

.theme-unlock {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
.rotated-image {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
  }