.value-option{
    display: none;
}

.attribute_wrapper .remove_field_wrapper{
    position: absolute;
    top: 5px;
    right: 5px;
}

.export-setting-test .spinner-border {
    display: none;
}

.export-setting-test span {
    display: block;
}

.export-setting-test[disabled] .spinner-border {
    display: block;
}

.export-setting-test[disabled] span {
    display: none;
}

.export-setting-test[disabled] {
    width: 63px;
    padding: 7px;
}

.media-heading{
    font-size: 40px;
}

.object-wrapper{
    display: flex;
    justify-content: center;
}
.object-wrapper img,
.object-wrapper video{
    width: 100%;
    min-width: 600px;
}

.auth-form-wrapper{
    width: 400px;
}

.logo-img{
    height:100px;
    width:100px;
}

#sort-fields>*, #sort-fields label{
    cursor: move;
}

.feedback-button-wrapper{
    right: -25px;
    top: 50%;
    position: fixed;
}

.feedback-button{
    transform: rotate(-90deg);
}

#social-links ul{
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    padding: 0px;
}

div#social-links {
    max-width: 500px;
}

div#social-links ul li {
    display: inline-block;
    padding: 0 20px;
    margin: 0 5px;
}

div#social-links ul li a {
    margin: 1px;
    color: #222;
}

.log-book{
    position: fixed;
    bottom: 2%;
}

.client-index-card{
    transition: all 0.5s ease-in-out;
}

.client-index-card:hover{
    transform: scale(1.05);
    box-shadow: 0 0 .875rem 0 rgb(41 48 66 / 33%);
}
.delete-client{
    height: 35px;
    width: 35px;
    border-radius: 50%
}
/* .preview-image-wrapper{
    position: relative;
} */
.edit-favicon-icon{
    position: absolute;
    right: 150px;
    top: -15px;
}

.remove-preview-image{
    position: absolute;
    right: -9px;
    top: -18px;
}

.share-page-image{
    width: 100%;
    cursor: pointer;
}

.share-page-favicon{
    width: 50%;
    cursor: pointer;
}
.social-icon-span{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.social-icon-span svg {
    width: 34px;
    height: 34px;
}

.vlaams-btn{
    background: linear-gradient(95deg, #FFCC01 36%, #FFE102 59%);
    border: none;
    color: #000000;
    height: 49px;
    padding: 0 15px;
    border-radius: 15px;
    font-size: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .media-object {
        width: 750px;
    }
}

@media only screen and (max-width:992px) {
    .media-heading{
        font-size: 20px;
    }
    .logo-img{
        height:50px;
        width:50px;
    }
    .media-object{
        width: 600px;
    }
}

@media only screen and (max-width:768px) {
    .media-heading{
        font-size: 15px;
    }
    .logo-img{
        height:40px;
        width:40px;
    }
    .media-object{
        width: 100%;
    }

    .auth-form-wrapper{
        width: 100%;
    }
    .social-icon-span svg {
        width: 30px;
        height: 30px;
    }
}

span.social-icon-span {
    border-radius: 50%;
    background: #fff;
    height: 50px;
    width: 50px;
}

.export-tab .nav-link.active{
    color: blue !important;
    border-bottom: blue solid 1px;
}
.edit-mail-detail{
    cursor: pointer;
}

.preview-wrapper{
    width: 150px;
}

.event-type-list {
    list-style-type: none;
    padding: 0;
}
.event-type-list li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #0000000f; 
}

.event-type-header{
    margin: 0px;
    font-weight: bold;
}