
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
}

::-webkit-scrollbar-thumb {
    background: #cccccc;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}


.title {
    padding: 20px;
    background-color: #F5F5F5;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #000000;
    border: 1px solid #ebebeb;
}

svg {
    cursor: pointer;
}

.sub-title {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

input[type="radio"]:checked {
    border: 2px solid #4f2e73;
}

input[type="radio"] {
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 100px;
    border: 2px solid #ccc;
    position: relative;
    cursor: pointer;
    background-color: #fff;
}

    input[type="radio"]:checked::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: #4f2e73;
        border-radius: 100px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
.form-control:focus {
    box-shadow: none;
    /* outline: 1px solid #f29545; */
    border: 1px solid #f29545;
}
.my-account form {
    padding: 0 20px;
}

.btn_1 {
    background: #4f2e73;
    border: 1px solid #4f2e73;
    color: #fff;
    font-weight: 500;
    min-width: 140px;
    height: 45px;
    width: fit-content;
}

button:disabled {
    color: #B2B2B2;
    border: 1px solid #CCCCCC;
    background: #F2F2F2;
    cursor: not-allowed;
    pointer-events: none;
}

.my-account {
    display: flex;
}

    .my-account .user-role {
        padding: 20px;
    }

        .my-account .user-role li {
            font-size: 16px;
            font-weight: 500;
            color: #000000;
        }

            .my-account .user-role li:not(:last-of-type) {
                margin-bottom: 15px;
            }

.back-drop {
    z-index: 1050;
    background-color: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
}

.arrow {
    height: 50px;
    min-width: 50px;
    align-items: center;
    justify-content: center;
    color: #4f2e73;
    box-shadow: 0px 0px 8px #0000008f;
    border-radius: 50%;
    font-size: 18px;
}

.sidebar-main {
    width: 50px;
    min-height: calc(100vh - 54px);
    transition: all ease-in-out 0.5s;
}

    .sidebar-main.active {
        /*transform: translateX(-316px);*/
        width: 300px;
    }

    .sidebar-main:not(.active) .sidebar {
        display: none;
    }


/**select*/
.form-control {
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 0;
}
    .form-control.ShowError {
        border: 2px solid #dc3545;
    }
    .form-control:focus {
        border: 2px solid #F29545;
    }

    .form-control:disabled {
        background-color: #F5F5F5;
    }

    .form-control::placeholder {
        color: #808080;
    }

label {
    margin: 16px 0;
    font-weight: 700;
    color: #000000;
}

.toogle-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #CCCCCC;
}

/*.select2-container {
    width: 100% !important;
}*/

.select2-container--default .select2-selection--single {
    height: 50px;
    display: flex;
    align-items: center;
    border: 1px solid #ebebeb;
    border-radius: 0;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
        content: "";
        position: absolute;
        left: -9px;
        top: 0;
        width: 12px;
        height: 3px;
        background: #ccc;
        border-radius: 8px;
        transform: rotate(45deg);
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
        content: "";
        position: absolute;
        right: -10px;
        top: 0;
        width: 12px;
        height: 3px;
        background: #ccc;
        border-radius: 8px;
        transform: rotate(-45deg);
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border: none;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
    }
/*   .select2-container--default .select2-selection--single .select2-selection__arrow:before {
            border-left: 2px solid #ccc;
            content: '';
            left: -12px;
            position: relative;
            top: 0px;
        }*/
.radio-button label:first-of-type {
    margin-right: 50px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F29545 !important;
    color: white !important;
}
.password-validation span {
    display: none;
}

.red {
    color: red;
    width: 100%;
    margin-bottom: 10px;
    display: block;
}

.green {
    color: #24984E;
    width: 100%;
    margin-bottom: 10px;
}

.password-validation span {
    font-size: 14px;
    margin-bottom: 5px;
}

span.special_validate {
    margin-bottom: 0px;
}

.charlength_validate {
    margin-top: 15px;
}

.password_validate span {
    display: none;
}

.errMsg {
    margin-top: 15px;
}
.login-icon {
    position: absolute;
    right: 10px;
    top: 17px !important;
    cursor: pointer;
}
.login-icon.fa-eye1 {
    width: 23px !important;
    height: 15px !important;
    display: inline-block !important;
    background-image: url(../../img/hide-password.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 0 !important;
    background-size: cover !important;
}

.login-icon.fa-eye-slash1 {
    display: inline-block !important;
    height: 15px !important;
    width: 23px !important;
    background-image: url(../../img/show-password.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 0 !important;
    background-size: cover !important;
}
.profilePreview {
    width: 300px;
    height: 300px;
    background: #e2e2e2;
}.profilePreview img{
    width: 300px;
}
