/* Start Auth  */
.auth-box {
    /*padding: 50px;*/
    margin-top: 50px;
    border-radius: 25px;
    border: rgb(173, 173, 173) 2px solid;
}

.auth-logo {
    width: 250px;
}

.profile-list {
    width: 298px;
    height: 322px;
}
.highlight {
        background-color: yellow;
        color: black;
        font-weight: bold;
        padding: 0 2px;
        border-radius: 3px;
}
/* End Auth */
/* Start Watermark*/
.video-player {
    position: relative;
    width: 100%;
    height: auto;
}

#watermark {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;

}

/* End Watermark*/

/* Start Contact us */
.contactus-banner {
    background-image: url(../images/element/map.svg);
    background-position: center left;
    background-size: cover;
}

/* End Contact us */
/* Start Main Page Alert*/
.justify-text-custom {
    text-align: justify !important;
}

/* End Main Page Alert*/

/* poninter */
.pointer {
    cursor: pointer;
}

.choices__list--dropdown .choices__item,
.choices__list[dir="rtl"] .choices__item,
.choices__input,
.choices__input.choices__input--cloned,
.choices__placeholder {
    direction: rtl !important;
    text-align: right !important;
    unicode-bidi: plaintext !important;
}


.choices__inner {
    direction: rtl !important;
    text-align: right !important;
}


.choices__button {
    float: left !important;
    margin-left: 0 !important;
    margin-right: 8px !important;
}