.main-header .navbar-nav .nav-item h4 {
  color: rgba(0, 0, 0, 0.7);
}

.action-icons {
	margin-top:10px;
}

.logo_preview img {	
	height : 200px;
}

.errors ul {
    list-style: none;
}
.card1 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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);
}

.question__type .card-body {
	cursor: grabbing;
}
  span.ml-30{
    margin-left: 30px; }
    
    .layout-fixed .brand-link {
    width: auto;
    }
    .mtb-5 {
    margin: 5px 0;
    }
    
    .sidebar-footer{
    background: #494e54;
    width: 250px;
    height: 30px;
    padding:4px;
    }
   
   .callout.callout-primary {
    border-left-color: var(--primary);
}
span.required-input {
    color: var(--danger);
}
ol.surveyQuestionOrderNumber li {
  margin-left:15px;
} 

div#share-link-popup {
    top: 5% !important;
}
#share-link-popup .copy-text {
    position: absolute;
    right: 0;
    bottom: 0px;
    font-size: 14px;
    color:#495058 !important; 
}
#share-link-popup .fa-copy{
    position: absolute;
    right: 10px;
    top: 10px;
}
div#share-link-popup .callout a:hover{
    color: #495058 !important;
}
#share-link-popup .callout-info {
    min-height:120px;
}
.question__type {
    cursor: pointer;
}
[class*="sidebar-dark-"] {
  background-color: #004784;
}

.card-primary:not(.card-outline) > .card-header {
    background-color: #004784;
}
.content-wrapper {
  background-color: #fbfbfd;
}
i.fas.fa-trash-alt.btnDelete {
    color: #e35757;
}
.tabulator .tabulator-cell{
white-space: nowrap;
}
.bottom-0{
	bottom: 0px;
}
@media(max-width: 380px){
    .tabulator .tabulator-footer {
    font-size: 12px;
    padding: 0;
    }
    #share-link-popup .fa-copy{
        position: absolute;
        right: 3px;
        top: 12px;
    }
    #share-link-popup .copy-text {
        position: absolute;
        right: 0;
        bottom: 30px;
        font-size: 14px;
        color:#495058 !important;
    }
}