﻿
.radio + .radio, .checkbox + .checkbox {
    margin-top: 10px !important;
}

.k-progress-status {
    border-radius: 4px;
    height: 20px;
    margin-top: 5px;
}

.low {
    background-color: red;
    color: white;
}

.medium {
    background-color: yellow;
}

.high {
    background-color: green;
    color: white
}

.li-search {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    margin-top: -1px;
    background-color: #f6f6f6;
    padding: 8px;
    font-size: 14px;
    color: black;
    display: block;
    cursor: pointer;
}

    .li-search:hover {
        background-color: #eee;
    }

.opt-icon {
    margin-top: 30px;
    margin-bottom: 20px
}

.card-block {
    width: 215px;
    border: 1px solid lightgrey;
    border-radius: 5px !important;
    background-color: #FAFAFA;
    margin-bottom: 30px
}

.radio {
    display: inline-block;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    font-weight: 500;
    opacity: 0.6;
}

    .radio.selected {
        box-shadow: 0px 8px 16px 0px #EEEEEE;
        opacity: 1;
    }

    .radio:hover {
        background-color: #e0f2ea;
        opacity: 1;
    }

.selected {
    background-color: #e0f2ea;
}


.material-symbols-outlined {
    color: #7b7373;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48
}


.deger::after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 20px;
    height: 100%;
    background-color: #f1f1f1;
    transform: skewX(45deg);
}

.aljpurple {
    color: #510c76;
}

.aljyellow {
    color: #e1e000;
}

.newpass:hover {
    background-color: #dfdf0d !important
}

.forgotpass:hover {
    background-color: #8910c9 !important
}


.aljblue {
    color: #1464a5;
}

.aljorange {
    color: #da4f00;
}

.onaybuttonswapdisable {
    border-color: white;
    height: 50% !important;
    border-radius: 3PX;
    background-color: #00800061 !important;
}

.onaybuttonswap {
    border-color: white;
    border-radius: 3PX;
    height: 50% !important;
    background-color: #0080009e !important;
}

.card-footer {
    background-color: white;
    border-color: white;
}

.card {
    border-color: white;
}

.btn-sm {
    width: 25% !important
}

.k-window-titlebar {
    background-color: #da4f00 !important;
    border-radius: 12px;
}

.HoverİsMaterial:hover {
    transform: rotate(360deg);
    font-size: 32px
}

.aljpurplediv {
    background-color: #510c76;
}

.aljyellowwdiv {
    background-color: #e1e000;
}

.aljbluediv {
    background-color: #1464a5;
}

.aljorangediv {
    background-color: #da4f00;
}

.dispnone {
    display: none !important
}

.dispblock {
    display: block !important
}

.strike-list li {
    position: relative;
    margin: 10px;
    cursor: pointer;
}

    .strike-list li span {
        transition: transform 0.5s ease;
    }

        .strike-list li span:hover {
            transform: rotate(360deg);
        }
