input[type="radio"] {
    margin-right: 5px;
}

#photo-div {
    display: flex;
    flex-wrap: wrap;
}
#photo-div .imgDiv {
    margin: auto;
    margin-right: 10px;
    width: 80px;
    height: 80px;
    position: relative;
}

#photo-remove {
    top: 0px;
    right: 0px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    cursor: pointer;
}
#photo-div img {
    width: 100%;
    height: 100%;
}
#photo-div .imgInfo {
    margin: auto;
    margin-left: 10px;
}
#photo-div .imgInfo label {
    margin-top: -8px;
    font-size: 18px;
}
#photo-div .imgInfo button {
    width: 100%;
}

.container.contentt {
    padding-top: 20px;
    padding-bottom: 15px;
}

.form-group > .control-label {
    font-size: 1rem;
    font-weight: 500;
}

.privCheckBox {
    width: 100% !important;
    margin: auto;
    scale: 1.3;
    cursor: pointer;
}

.startEndDate {
    width: 440px;
    margin: auto;
    margin-bottom: -38px;
}
/* .k-multiselect-wrap.k-floatwrap ul {
    position: absolute;
    left: -2px;
    right: 0px;
    top: -2px;
    bottom: 0px;
}
.k-multiselect-wrap.k-floatwrap ul li {
    width: 100%;
    height: 100%;
} */

@media only screen and (max-width: 767px) {
    .navbar-toggler-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navbar-nav {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        column-gap: 3px;
    }
    .navbar-nav .nav-item {
        font-size: 0.95rem;
    }
    .startEndDate {
        width: 100% !important;
        margin-bottom: 30px;
    }
}
