.kleft {
    direction: ltr;
    text-align: left !important;
    float: left;
}

.kleft i {
    margin-right: 5px;
}

.kright {
    direction: rtl;
    text-align: right;
    float: right;
}

.kdir-right {
    direction: ltr;
}

.kfile {
    direction: ltr;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.kfile input {
    border-radius: 10px;
}
@media screen and (max-width: 600px) {
    .kfile input {
        width: 250px;
    }
}

.khide {
    margin-top: 8px;
    display: none;
}

.klabel {
    direction: ltr;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.Zebra_DatePicker_Icon {
    top: 45px !important;
}

.Zebra_DatePicker {
    direction: ltr !important;
}

.keng {
    direction: ltr;
}

.kprocess {
    background-color: black;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

/* .kdisclaimer {
    border: 1px solid rgb(201, 201, 201);
} */
.kdisclaimer tr:nth-child(2) td {
    border: none;
}


.kdisclaimer td:first-child {
    width: 50%;
    text-align: justify;
    border-right: 1px dotted #1C604A;
    padding: 10px;
    vertical-align: top;

}

.kdisclaimer td:nth-child(2) {
    text-align: justify;
    padding: 10px;
    direction: rtl;
    vertical-align: top;
}

.kagreement {
    text-align: center;
    display: flex;
}

.kdiscen {
    float: left;
    word-wrap: break-word;
    word-break: break-word;
    text-align: left;
    padding-right: 10px;
    border-right: 1px dotted gray;
}

.kdiscar {
    direction: rtl;
    float: right;
    word-wrap: break-word;
    word-break: break-word;
    text-align: right;
    padding-left: 10px;
}

.kagreebox {
text-align: center;
}

.kcenter {
    text-align: center;
    direction: ltr;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/* .kagreenow input{
    width: 50px !important;
} */

/* .kloader {
    position: fixed;
    top: 50%;
    left: 47%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 16px solid #A9813D;
    border-top: 16px solid #1C604A;
    border-bottom: 16px solid #1C604A;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} */



.water {
    width: 200px;
    height: 200px;
    background-color: #2093D2;
    /* background-color: #1977cc; */
    
    border-radius: 50%;

    box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, .5), 0 4px 10px 0 rgba(0, 0, 0, .5);
    overflow: hidden;
    position: fixed;
    top: 40%;
    left: 45%;
}

@media screen and (max-width: 1199px) {
    .water {
        left: 42%;
    }
}

@media screen and (max-width: 760px) {
    .water {
        left: 37%;
    }
}

@media screen and (max-width: 600px) {
    .water {
        left: 30%;
    }
}

@media screen and (min-width: 1199px) {
    .water {
        left: 42%;
    }
    
    .step1 {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}

.water:before,
.water:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    top: -100px;
    background-color: #fff;
}

.water:before {
    border-radius: 45%;
    background: rgba(255, 255, 255, .7);
    animation: wave 5s linear infinite;
}

.water:after {
    border-radius: 35%;
    background: rgba(255, 255, 255, .3);
    animation: wave 5s linear infinite;
}

@keyframes wave {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.toast {
    text-align: left !important;
}

.largerCheckbox input {
    width: 30px;
    height: 30px;
}

.kdateprocess {
    direction: ltr;
    text-align: right;
}

.chip2 {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: rgba(0,0,0,0.10);
    margin: 5px;
    transition: all .3s linear;
}

.chip2:hover {
    background-color: #ddc599;
}

.chip2 a {
    text-decoration: none;
    color: #2093D2;
}

.chip2 i {
    margin: 0px !important;
}

.chip2 a img {
    padding-right: 3px;
    height: 15px;
}

input[type=text]:focus {
    border-color: #ddc599;
}