.form-control.is-invalid, .was-validated .form-control:invalid[type="checkbox"] {
    background-image: unset !important;
    padding-right: unset !important;
}

.was-validated .line-break > span.low {
    background: #FF2E00;
}

.was-validated .line-break > span.middle {
    background: #FF7A00;
}

.was-validated .line-break > span.near {
    background: #FDD032;
}

.was-validated .line-break > span.pass {
    background: #04B701;
}
.was-validated .password-showhide {
    display:unset!important;
    right:20px!important;
}

#inputPassword {
    background-image: unset!important;
}

label[for="addPic"] img {
    object-fit:cover;
}

.note-block {
    padding-top:10px;
}

/*.social-media-accounts {
    margin-top: 10px;
}*/

@media (max-width:767px) {
    .tekFooter {display:none;}
}

.connected-social-media {
    outline-offset: -2px;
    outline: 6px solid #46cc30 !important;
}

.connected-social-media:hover {
    outline-color:red!important;
}

    .connected-social-media:hover:after {
        content: '\01F5D9'; 
        color: red;
        font-weight: bold;
        position: absolute;
        font-size: 30px;
    }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    margin-bottom: 20px
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
    font-weight:bold;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.text-muted {
    color: #6c757d !important;
}

.card-text {
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.5;
}

.social-media-block{
    position:unset!important;
}

.info-icon:hover{
    cursor:pointer;
}

.notyf {
    z-index: 99999999!important;
}

@media (min-width: 768px) {
    .brands-logo img {
        max-width: max-content;
        max-height: 100px;

    }
}

.shield-badge {
    margin: 5px;
    float:right;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    margin:5px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #4aac3a;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 20px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.brands-logo img{
    max-width:100%;
    max-height:100%;
}

.brands-logo .row {
    justify-content: center;
    padding:10px;
    min-height:unset;
}

.brands-logo-div {
    display: grid;
    align-items:center;
    float: left;
    max-width: 100px;
    max-height: 100px;
    cursor:pointer;
}

.brands-logo {
    max-width: 290px
}

.sidebar ul{
    width:100%;
    max-width:unset;
}

.device-up {
    flex: 1 1 auto;
    padding-top:12px;
}

.security-item{
    display:flex;
}

    .security-item.active {
        background: #B4E5BC;
    }

.switch-block.active {
    background: unset !important;
}

.device-icon {
    width: 14px;
    height: 14px;
    background-size: 100%!important;
}

.device-name{
    font-size:16px;
}

.device-exit{
    width:52px;
    height:28px;
    font-size:9.4px;
}

.device-list ul li {
    font-size: 12.4px!important;
}

.switch-block label {
    background: #ccc;
    text-indent: 36px;
    color: #6c757d !important;
}

#GrantsDiv .info-block.active .info-icon {
    z-index: unset !important;
}

.tab-container label {
    color: unset!important;
    font-size: unset!important;
}

input[type='checkbox']:checked:before{
    height:100%;
    width:100%;
}

.g-profil-name, .g-profil-mail {
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (min-width:1200px) {
    .g-profil-name, .g-profil-mail {
        width: 100px;
    }
}

@media (min-width:1400px) {
    .g-profil-name, .g-profil-mail{
        width:140px;
    }
}

.social-media-list .g-exit {
    background: unset !important;
}

.social-media-list li .g-exit:hover {
    background: var(--hover-color) !important;
    color: var(--bs-white) !important;
}

body {
    overflow-y: scroll;
}

.in-iframe{
    overflow-y:hidden;
    overflow-x:hidden;
}

@media (max-width:320px) {
    .form-submit {
        font-size: unset!important;
    }
}

@media (max-width:310px) {
    .form-submit {
        font-size: 11px!important;
    }
}


a.note-item{
    display:unset!important;
}

.form-btn-wrapper {
    display: flex;
    gap: 12px;
}

.form-submit.back-profile {
    background-color: #10C300;
    width: 40%;
    min-width: 120px;
}

    .form-submit.back-profile:hover {
        background-color: #0e0e0e;
    }
