a {
    color: #f9d2e3;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #FFFFFF;
    text-decoration: dashed;
}

.main-header .nav-link {
    height: auto;
}

.dropdown-menu>li.user-header {
    height: auto !important;
}

.sidebar {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.bg-iepc,
.btn-iepc,
.card-iepc {
    background-color: #ff0c75;
    color: #FFFFFF !important;
}

.btn-iepc:hover {
    background-color: #fc2f88;
}

.brand-link,
.active {
    background-color: #ff0c75 !important;
    color: #FFFFFF !important;
}

.dropdown-item:active {
    background-color: #ff0c75 !important;
    border-top: #fff solid 1px;
    border-bottom: #fff solid 1px;
    box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .3) !important;
}

.dropdown-item.active {
    border-top: #fff solid 1px;
    border-bottom: #fff solid 1px;
    box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .3) !important;
}

.disabled {
    pointer-events: none !important;
}

ul.pagination {
    margin-bottom: 0;
}

.nav {
    padding-bottom: 50px !important;
}

.nav-header {
    margin-top: 12px !important;
    padding: 3px 12px !important;
    font-weight: 200;
    color: #000 !important;
}

.nav-item {
    border-radius: 0 !important;
    background-color: transparent !important;
}

.nav-link {
    margin-bottom: 0 !important;
    padding: 3px 10px !important;
    border-radius: 0 !important;
    border-left: solid 1px #fff !important;
    border-right: solid 1px #fff !important;
    width: 100% !important;
}

.nav-link:hover {
    border-radius: 0;
    background-color: #f2f2f2;
    box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .3);
}

.nav-link.active {
    border-radius: 0;
    box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .3);
}

.cursor-pointer {
    cursor: pointer;
}

.user-image {
    background-color: white !important;
    border-radius: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    width: auto !important;
}

.hover:hover {
    background-color: #f2f2f2;
}

.hover-shadow:hover {
    background-color: #f2f2f2;
    color: #555;
    border: solid 1px #555;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;

}

.row-hover:hover {
    background-color: #f2f2f2;
    color: #555;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;

}

.page-item.active .page-link {
    background-color: #5c5c8a;
    border-color: #5c5c8a;
}

.fs-5 {
    font-size: 5px !important;
}

.fs-6 {
    font-size: 6px !important;
}

.fs-7 {
    font-size: 7px !important;
}

.fs-8 {
    font-size: 8px !important;
}

.fs-9 {
    font-size: 9px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-27 {
    font-size: 27px !important;
}


.opacity-0 {
    opacity: 0 !important;
}

.opacity-1 {
    opacity: .1 !important;
}

.opacity-2 {
    opacity: .2 !important;
}

.opacity-3 {
    opacity: .3 !important;
}

.opacity-4 {
    opacity: .4 !important;
}

.opacity-5 {
    opacity: .5 !important;
}

.opacity-6 {
    opacity: .6 !important;
}

.opacity-7 {
    opacity: .7 !important;
}

.opacity-8 {
    opacity: .8 !important;
}

.opacity-9 {
    opacity: .9 !important;
}
#my_camera video {
    width: 100%;
    height: auto;
}
