

.kard-active {
    bottom: 1px !important;

}

.kard-logg {
    transform: rotate(180deg);
    transition: 1s;

}

.kard-log {
    cursor: pointer;
    transition: 1s;

}

.kard-btn {
    cursor: pointer;
}

.resultClass h3 {
    font-size: 40px;
}
@media (max-width: 992px) {
    #ckard .kard-header .kard-title {


    }

    #kopyalaKard-btn {
        width: 75% !important;
    }

    #ckard {
        display: none;
        z-index: 102;
        transition: 500ms;
        border-color: rgb(211, 31, 43);
        text-align: right;
        width: 100%;
        position: fixed !important;
        right: 0px;
        bottom: -247px
    }
}

@media (min-width: 992px) {
    #ckard {
        display: none;
        z-index: 9999;
        transition: 500ms;
        border-color: rgb(211, 31, 43);
        width: 200px;
        position: fixed;
        right: 5px;
        bottom: -269px
    }

}

.resultClass {
    width: 340px;
    height: 320px;
    position: absolute;
    display: none
}

.resultClass p {
    color: #000 !important;
}

.ins-notification-content {
     height: 350px;
    z-index: 99999999;
    width: 550px;
    border-width: 2.9375px;
    border-style: dashed;
    border-color: rgb(51, 51, 51);
    border-radius: 15px;
    opacity: 1;
    background: #fff;
    box-shadow: none;
}

.dark-mode .resultClass h3 {
    color: #000;
    font-size: 46px;
    font-weight: bold;
}

@media (max-width: 992px) {
    .modal-dialog-centered {
        align-items: start !important;
    }

    .resultClass {
        width: 100% !important;
        height: 320px;
        position: relative;
        background: none !important;
        display: none;
        color: #fff !important;
    }

    .dark-mode #exa input {
        border: 2px dashed#ffffff !important;
    }


    .resultClass p, .resultClass span, .resultClass #landingEntry {

        color: #fff !important;
    }

    .resut-active {

        display: block !important;
        bottom: -40px !important;

    }

    #spinfix {
        bottom: -210px !important;
    }

    #spinfix #span {
        color: #fff !important
    }

    #wheelContainer {
        position: inherit !important;
        bottom: -158px !important;

    }

    .ins-notification-content {
        border: none;
        background: none;
    }

    #wheelNameDisplay {
        color: #fff !important;
        font-size: 45px!important;
        width: 300px;
    }

    .resultClass h3 {
        font-size: 40px;
    }


    .dark-mode .resultClass h3 {
        font-size: 40px;
        color: #fff;
    }

    #spin {
        background: #fff !important;
        color: #0f0f0f !important;
    }

    #kopya-input {
        background: none;
        border-width: 2.9375px;
        border-style: dashed;
        border-color: #fff;
        border-radius: 5px;
        color: #fff;
    }

    #kopyala-btn {
        color: #000;
        background: #fff !important;
    }
}

@media (min-width: 992px) {
    #kopya-input {
        background: none;
        border-width: 2.9375px!important;
        border-style: dashed!important;
        border-color: rgba(51, 51, 51, 0.22)!important;
        border-radius: 5px!important;
    }

    .resultClass {
        width: 340px;
        height: 320px;
        position: absolute;
        background: #fff;
        display: none
    }

    .resut-active {
        display: block !important;
        bottom: 5px !important;
        right: 128px;
    }

    #wheelContainer {
        width: 400px;
        margin: 10px;
        position: absolute;
        left: -6%;
        bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}

.hidden {
    display: none !important;
}

#exa {
    background: #141313cc !important;
}

#exa .modal-content {
    background: none !important;
    border: none !important;
}

#exa .modal-header,
#exa .modal-footer {
    border: none !important;
}

#exa .close {
    color: #fff !important;
}

.title {
    font-size: 50px;
    font-weight: bold;
    margin-top: 70px;
    margin-bottom: 40px;
}

#wheelPage {
    width: 100%;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#wheelNameDisplay {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 52px;
}

#modalKapat {
    outline: none;
}

#landingEntry {
    font-size: 42px;
    font-weight: bold;
    color: #343a40;
}

.entryText {
    font-size: 21px;
    color: #333;
    font-weight: 500;
}

#wheelName {
    padding: 10px;
}

.entryItem {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;

    display: flex;
    flex-direction: row;
}

.entryItem .entryText {
    height: 100%;
    padding: 10px;
    flex-grow: 1;
    margin-right: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    border: none;
    outline: none;
    font-size: 20px;
}

.entryItem .entryText:focus {
    border: 2px solid black;
}

.entryItem .remove,
#addEntry {
    padding: 0;
    width: 50px;
    height: 50px;
    position: relative;
    flex-shrink: 0;
    border-radius: 50%;
    border: none;
    background: red;
    color: white;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.wheelEntryContainer {
    padding: 10px 0;
    border-bottom: 1px solid white;
}

.wheelEntry {
    cursor: pointer;
}

.wheelEntry:hover {
    text-decoration: underline;
}

.errorPopupContainer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px;
    height: 50px;
    display: flex;
    justify-content: center;
    animation: errorPopupAnim 0.5s;
}

@media (min-width: 992px){

    .dark-mode #ckard input{
        color: #fff!important;
    }
    .dark-mode #wheelNameDisplay{
        color: #343a40!important;
    }

}
