﻿
.rounded-box {
    border-bottom-left-radius: 19px !important;
    border-top-left-radius: 19px !important;
}

.rounded {
    border-radius: 19px;
}

.border-right {
    border-radius: 19px !important;
}

.sidebar-img {
    background-image: url(../../../Clients/HUB/Images/signup_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 10px 10px 0 !important;
}

.form-style input[type=text], .form-style input[type=password], .form-style input[type=email] {
    border: 0;
    height: 50px;
    border-radius: 0;
    border-bottom: 1px solid #575756;
}

    .form-style input[type=text]:focus, .form-style input[type=password] {
        border-bottom: 1px solid #575756;
        box-shadow: none;
        outline: 0;
        background-color: #f7f7f7;
    }

.sideline {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ccc;
}

button {
    height: 50px;
}

.sideline:before,
.sideline:after {
    content: '';
    border-top: 1px solid #ebebeb;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.sideline:after {
    margin: 0 0 0 20px;
}

.select2-container {
    display: block !important;
    border-radius: 0;
    border-bottom: 1px solid #575756;
    box-shadow: none;
    outline: 0;
    background-color: #f7f7f7;
}

    .select2-container .select2-selection--single {
        height: 50px !important;
        border: none;
        border-radius: 0;
    }

.select2-selection__rendered,
.select2-selection__placeholder {
    line-height: 50px !important;
}

.select2-selection__arrow {
    top: 8px !important;
}

.privacy-policy .scroll-bar::-webkit-scrollbar-track {
    border-radius: 4px;
}

.scrollbar-thumb::-webkit-scrollbar-track {
    background-color: #E1E5E8;
}

@media(max-width: 768px) {
    .privacy-policy .modal-header {
        justify-content: left !important;
    }

    .privacy-policy .headline, .scroll-bar {
        margin: 0px 10px 0px 0px !important;
    }

    .privacy-policy .modal .modal-dialog {
        height: 88% !important;
        padding: 0px 10px;
    }

    .privacy-policy .agree {
        text-align: center !important;
    }

    .privacy-policy .scroll-bar {
        overflow-y: scroll;
    }
}

.privacy-policy .scroll-bar::-webkit-scrollbar {
    width: 8px;
}

.privacy-policy .scroll-bar::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #AC97CB;
}

.privacy-policy .scroll-bar {
    overflow-y: scroll;
    margin: 0px 60px;
}

.privacy-policy .modal .modal-dialog {
    height: 90%;
}

.privacy-policy .modal-dialog {
    margin: 1.9rem auto;
}

.privacy-policy .modal .modal-content {
    height: 100%;
}

.privacy-policy .headline {
    margin: 0px 60px;
    padding-left: 1rem;
    font-size: 14px;
    font-weight: bolder;
    text-transform: capitalize;
}

.eyeButton-container {
    cursor:pointer;
    border: none;
    border-bottom: 1px solid #575756;
    border-radius: 0px;
}

.textWithhrDiv {
    position: relative;
    text-align: center;
}

    .textWithhrDiv hr {
        background-color: #cccccc;
        margin: 0;
        position: absolute;
        width: 100%;
        top: 11px;
        height: 2px
    }

    .textWithhrDiv span {
        position: relative;
        background-color: white;
        padding: 0 10px;
    }

.step-container {
    align-content: center !important;
}

@media (max-width: 768px) {
    .m-auto {
        margin: initial !important;
        margin-top: 5px !important;
    }
}
@media (min-width: 768px) {
    .m-auto {
        margin: auto !important;
    }
}
