﻿.ClsSYCaptchModal div,
.ClsSYCaptchModal a,
.ClsSYCaptchModal h1,
.ClsSYCaptchModal h2,
.ClsSYCaptchModal h3,
.ClsSYCaptchModal h4,
.ClsSYCaptchModal p,
.ClsSYCaptchModal span,
.ClsCaptchaItem div,
.ClsCaptchaItem a,
.ClsCaptchaItem h1,
.ClsCaptchaItem h2,
.ClsCaptchaItem h3,
.ClsCaptchaItem h4,
.ClsCaptchaItem p {
    font-family: 'open_sansregular', Helvetica, Arial, Verdana, Tahoma, sans-serif;
}

.ClsSYCaptchModal .material-icons,
.ClsCaptchaItem .material-icons {
    font-family: 'Material Icons', Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
}

.ClsSYCaptchModal .containCombo[disabled="true"] {
    cursor: not-allowed !important;
    opacity: 0.2;
}

    .ClsSYCaptchModal .containCombo[disabled="true"] .btnCombo {
        pointer-events: none;
    }

.ClsCaptchaItem .ClsContainerSYComponents {
    border: 1px solid gray;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 65px;
    background-color: #F2F2F2;
}

    .ClsCaptchaItem .ClsContainerSYComponents .ClsContainerSYCCheck {
        width: 30px;
        height: 30px;
        background-color: white;
        cursor: pointer;
        border: 1px solid gray;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #0f850f;
        font-size: 2rem;
    }

        .ClsCaptchaItem .ClsContainerSYComponents .ClsContainerSYCCheck .ClsContainerSYCCheck {
            cursor: pointer;
        }

    .ClsCaptchaItem .ClsContainerSYComponents .ClsContainerImgSYCaptcha {
        background-image: url(../img/sycaptchalogo.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 60px;
        width: 60px;
    }

.ClsSYCaptchModal {
    position: absolute;
    background-color: white;
    height: 400px;
    width: 350px;
    border-radius: 5px;
    border: 2px solid #EAF0FA;
    box-shadow: 1px 2px 2px 1px #808080b8;
}

    .ClsSYCaptchModal .parent_container_captcha_items {
        padding: 0;
    }

    .ClsSYCaptchModal .parent_ClsContainerInfoSYCaptcha {
        background-color: #272b34;
        height: 20%;
    }

        .ClsSYCaptchModal .parent_ClsContainerInfoSYCaptcha .ClsContainerInfoSYCaptcha {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

        .ClsSYCaptchModal .parent_ClsContainerInfoSYCaptcha .ClSYCaptachaModal_Title {
            text-align: center;
            font-size: 18px;
            color: white;
            line-height: 22px;
        }

        .ClsSYCaptchModal .parent_ClsContainerInfoSYCaptcha .ClSYCaptachaModal_Error {
            color: red;
        }

    .ClsSYCaptchModal .parent_ClsModalContainerImgSYCaptcha {
        height: 65%;
        overflow: auto;
    }

        .ClsSYCaptchModal .parent_ClsModalContainerImgSYCaptcha .ClsModalContainerImgSYCaptcha {
            display: flex;
            border-radius: 5px;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
        }

    .ClsSYCaptchModal .ClsContainerBtnSYCaptcha {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .ClsSYCaptchModal .parent_ClsContainerBtnSYCaptcha {
        border-top: 1px solid gray;
        height: 15%;
    }

    .ClsSYCaptchModal .ClsContainerBtnSYCaptcha .parent_ClsSYCaptcha_Continue {
        border: 1px solid gray;
        background-color: #272b34;
        border-radius: 30px;
        width: 35%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        padding: 0;
    }

        .ClsSYCaptchModal .ClsContainerBtnSYCaptcha .parent_ClsSYCaptcha_Continue[disabled="true"]:hover {
            background-color: #272b34;
        }

        .ClsSYCaptchModal .ClsContainerBtnSYCaptcha .parent_ClsSYCaptcha_Continue:hover {
            background-color: gray;
        }

    .ClsSYCaptchModal .ClsContainerBtnSYCaptcha .ClsSYCaptcha_Continue {
        color: white;
        padding: 5px;
        margin: 0px;
    }

    .ClsSYCaptchModal .ClsContainerBtnSYCaptcha .parent_ClsSYCaptcha_reaload {
        padding: 0;
    }

    .ClsSYCaptchModal .ClsContainerBtnSYCaptcha .ClsSYCaptcha_reaload {
        font-size: 2rem;
        color: #272b34;
        margin: 0;
        border-radius: 50%;
    }

        .ClsSYCaptchModal .ClsContainerBtnSYCaptcha .ClsSYCaptcha_reaload:hover {
            background-color: #272b34;
            color: white;
        }

    .ClsSYCaptchModal .ClsSYCaptcha_Boxes {
        border-radius: 0px !important;
        cursor: pointer;
    }

        .ClsSYCaptchModal .ClsSYCaptcha_Boxes img {
            width: 100%;
            height: 100%;
        }

    .ClsSYCaptchModal .parent_ClsCloseSYCaptcha {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
    }

        .ClsSYCaptchModal .parent_ClsCloseSYCaptcha .ClsCloseSYCaptcha {
            width: auto;
            margin: 0px;
            padding: 0;
            color: white;
            height: auto;
        }

    .ClsSYCaptchModal .ClsContainerBtnSYCaptcha .ClsSYCaptcha_Continue[data-disabled="true"] {
        pointer-events: none;
        opacity: 0.5;
    }

.ClsCaptchaItem .ClsTextSYCaptcha .valCombo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

    .ClsCaptchaItem .ClsTextSYCaptcha .valCombo .SYCatpcha_expirationMsg {
        color: red;
        font-size: 10px;
        text-align: left;
        line-height: 12px;
    }

.ClsSYCaptchModal .parent_ClsContainerInfoSYCaptcha .ClSYCaptachaModal_Incomplete {
    color: yellow;
}

.ClsCaptchaItem .ClsContainerSYComponents .parent_ClsContainerSYCCheck {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 10px;
}

.ClsCaptchaItem .ClsContainerSYComponents .parent_ClsContainerImgSYCaptcha {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ClsSYCaptchModal {
    z-index: 9999;
}

.ClsCaptchaItem .ClsContainerSYComponents .parent_ClsTextSYCaptcha {
    padding-left: 0px;
}


@media only screen and (min-width: 100px) and (max-width: 880px) {
    .parent_ClsCaptchaItem {
        padding: 0px;
    }

    .ClsCaptchaItem {
        padding: 0px;
        margin: 0px;
    }

    .parent_ClsContainerSYComponents {
        padding: 0px;
    }

    .ClsCaptchaItem .ClsContainerSYComponents .parent_ClsContainerSYCCheck {
        justify-content: flex-start !important;
        width: auto;
    }

    .ClsCaptchaItem .ClsContainerSYComponents .parent_ClsContainerImgSYCaptcha {
        justify-content: flex-end !important;
    }

    .ClsSYCaptchModal {
        width: 95%;
        height: 70%;
        top: 15% !important;
        left: 0px !important;
        margin: 10px;
    }

    .parent_ClsSYCaptcha_Boxes {
        width: 33%;
        height: 25%;
    }
}
