a{
    text-decoration: none;
}
.mt3{
    margin-top: 24px;
}
.content-wrapper{
    background-color:#fff;
}
.sidebar-mini.sidebar-collapse .brand-text{
    visibility: visible;
    margin-left: 0px;
    animation: none;
}
.sidebar-mini.sidebar-collapse .main-header{
    margin-left: 0px !important;
}
.sidebar-mini.sidebar-collapse .main-sidebar{
    padding: 16px 0px;
}
.main-footer{
    position: relative;
    z-index: 10000;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    background-color:#F2F2F2;
    color: #000;
    padding: 7px 10px;
}
.main-footer a{
    color: #000;
    text-decoration: none;
}
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer,
.sidebar-mini.sidebar-collapse .main-footer{
    margin-left: 0px !important;
}
nav.main-header{
    border-bottom: none;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
}
.brand-link{
  padding:0px;
}
.brand-text{
  color:#439699;
  font-weight: 600;
}
.navbar-light .navbar-nav .nav-link{
    color: #439699;    
}
.nav-sidebar .nav-link p,
.nav-sidebar .nav-link i{
    color: #fff;
}
.sidebar-mini .main-sidebar .nav-link{
    width: 100%;
}
.nav-link {
  color: white;
}
.main-header {
  background: #fff;
  margin-left: 0 !important;
}
.fas.fa-bars {
  font-size: 22px;
}
.filter_bar {
  border: 1px solid #e0e0e0;
    border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 11px 20px;
  display: flex;
  align-items: center;
 flex-wrap: wrap;
}
.filter_bar p{
    font-size: 24px; margin: 0; font-weight: bold;
}
.date-filter{
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
table.dataTable{
    margin-top: 0px !important
}
.data-table thead tr:not(.noHide):first-child,
.dataTables_filter{
    display: none;
}
.data-table thead tr th{
    vertical-align: middle;
    font-size: 16px;
    line-height: 18px;
}
.table>:not(:last-child)>:last-child>*{
    border-color:#E0E0E0;
}
.data-table tbody tr td{
    vertical-align: middle;
    line-height: 20px;
}
.date-filter label{
    margin-right: 15px;
    margin-bottom: 0px;
}
.page-item.active .page-link{
    background-color:#439699;
    border-color:#439699;
}
.page-item .page-link:focus{
    box-shadow: none;
}
.page-link:hover,
.page-link:focus{
    color: #439699;
}
.page-item.disabled .page-link{
    color: #000;
}
.page-item:first-child .page-link{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.page-item:last-child .page-link{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#date_filter{
  cursor: pointer;
  background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDAuNUw1IDUuNUw5IDAuNSIgc3Ryb2tlPSIjODQ4MjgyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==) calc(100% - 16px) center no-repeat;  
}

.reset-button {
    cursor: pointer;
    margin-left:10px
}

#date_filter:focus{
 border-color: #e7e7e7;
 box-shadow: none;
}
.filter_bar{
    margin-right:-5px;
}
.filter_bar > div{
    margin-left: auto;
    flex:0 0 calc(100% - 163px);
    justify-content: flex-end;
    flex-wrap: wrap;
}
.filter_bar .dropdown{
    max-width: 188px;
    flex:0 0 188px;
    width: 100%;
}
.filter_dropdown {
  background: white !important;
  color: #495057 !important;
  border: 1px solid #e7e7e7 !important;
  padding: 6px 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: none;
    border-radius: 5px;
}
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before{
    top:calc(50% - 3px);
    right: 10px;
    -webkit-transform:translatey(-50%);
    transform:translatey(-50%);
}
table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after{
    top:calc(50% + 2px);
    right: 16px;
    -webkit-transform:translatey(-50%);
    transform:translatey(-50%);
}
.action_btn{
    display: flex;
    justify-content: center;
}
.action_btn a + a{
    margin-left: 10px;
}
.trash-icon {
  color: #d90000;
}
.pen-edit {
  color: #24a971;
}
.nav-logo {
  font-size: 28px;
  font-weight: 600;
  line-height: 21px;
}
.eye-icon {
  color: #007bff;
}
.table-content {
  height: 44px;
}
.fa-circle-user {
  margin-top: 4px;
  font-size: 32px;
  color: white;
  margin-right: 12px;
}

.profile-name {
  color: white;
  text-decoration: none;
}

body {
  font-family: Source Sans Pro !important;
}

.dropdown-toggle::after {
  font-size: 28px;
    border:none;
    content: '';
    position: absolute;
    width: 20px;
    height: 38px;
    right: 11px;
    background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDAuNUw1IDUuNUw5IDAuNSIgc3Ryb2tlPSIjODQ4MjgyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==) center center no-repeat;
}

.main-sidebar {
  min-height: calc(100% - 56px) !important;
  top: 56px !important;
  background: #439699;
  padding: 16px;
  border-top-right-radius: 30px;
}

.dash-btn {
  padding: 16px;
  width: 200px;
  background: #439699;
  border-radius: 10px;
}
.dash-btn img {
  height: 15px;
  width: 15px;
}
.dashboard-btn {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: white !important;
}
.main-dasboard {
  padding: 22px;
}
.admin_title {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
    margin-bottom: 2px;
}
.info-card {
  padding: 15px;
  color: white;
  border: 1px solid transparent;
  border-radius: 10px;
}
.info-card:hover{
    background-color: #f5f5f5;
}
.card_detail:first-child {
  margin-left: unset;
}
.more_info {
  text-align: center;
  background: #21787b;
  max-width: 350px;
  width: 100;
  padding: 9px;
  border: 1px solid transparent;
  color: white;
  border-radius: 0px 0px 10px 10px;
}
.alter-cards {
  background: white;
  color: black;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
    min-height: 172px;
}
.info-alter {
  background: #e7e7e7;
  color: black;
}
.dash-cards{
    position: relative;
}
.dash-cards .swiper-wrapper{
    gap: 16px;
    flex-wrap: wrap;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    display: none;
}
.swiper-button-next, .swiper-button-prev{
    width: 44px;
    height: 44px;
}
.swiper-button-prev{
    left: 5px;
}
.swiper-button-next{
    right: 5px;
}

.slide_nav{
  position: absolute; 
  left: 0px;
  top: 50px;
  width: 100%;
  z-index: 10;
}
.slide_nav .slide_prev,
.slide_nav .slide_next{
    position: absolute;
    cursor: pointer;
}
.slide_nav .slide_prev{
    left: 10px;
}
.slide_nav .slide_next{
    right: 10px;
}
.card_detail {
  width: calc(50% - 12px);
}
.card_detail p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}
.member-count{
    font-size: 23px;
    line-height:29px;
    color: #000;
    font-weight: 600;
    margin-bottom: 21px;
}
.increment_count{
    font-size: 12px;
    font-weight: 400;
    color: #439699;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.increment_count.inc{
    color: #439699;
}
.increment_count.dec{
    color: #D90000;
}
.increment_count svg{
    margin-right: 2px;
    margin-top: -1px;
}
.increment_count.dec svg{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.increment_count.dec svg path{
   fill:#D90000;
}
.increment_time{
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}
.dash-chart img{
   width: 100%;
   height: auto;
}
.search-container {
    margin-bottom: 10px;
}
.search-container > div{
    z-index: 111;
    top: 12px;
    left: 21px;
}
.sidebar-mini.sidebar-collapse .search-container > div{
    left: 22px;
}
#surveySearch{
    visibility: visible;
    animation: none;
}
.sidebar .admin_search {
  width: 200px;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  background: #439699;
  color: #fff;
  padding-left: 45px;
  border: none;
  outline: none;
}
.sidebar-mini.sidebar-collapse .admin_search{
    margin-left: -10px;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: hidden;
}
.sidebar-mini.sidebar-collapse .main-sidebar:hover .admin_search{
    display: inline-block;
    margin-left: 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
}
.search-container svg{
    position: relative;
    top: -2px;
}
.sidebar .admin_search::placeholder { 
  color: #fff;
  opacity: 1;
}

.sidebar .admin_search:-ms-input-placeholder {
  color: #fff;
}

.sidebar .admin_search::-ms-input-placeholder {
  color: #fff;
}
.date-range, .survey_search {
  border: 1px solid #ced4da;
  padding-left: 10px;
  background: white;
  color: black;
  height: 38px;
  max-width: 188px;
  flex:0 0 188px;
  width: 100%;
  border-radius: 5px;
}

.survey_search:focus{
    outline: none;
}

.more_info--arrow {
  margin-left: 9px;
  position: absolute;
  width: 10px;
  border-radius: 50%;
  background: black;
  width: 24px;
  top: 12px;
  color: white;
}
.arrow-alter {
  background: white !important ;
  color: #21787b;
}
.pageTitle_container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
}
.pt-right{
    margin-left: auto;
}
.builkUp{
    max-width: 934px;
    height: 399px;
}
.builkUp form{
    width: 100%;
}
.builkUp .modal-body{
    padding:20px 15px 93px; 
}
.pt-right{
    display: flex;
    align-items: center;
}
.bulk_btn, .add_survey{
    height: 44px;
    padding: 0 10px;
    border-radius: 5px;
    background-color:#439699;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border: none;
}

.add_survey{
   display: inline-block;
   margin-left: 15px;
   line-height: 44px;
}
.add_survey:hover{
    color: #fff;
}
.bulk_btn .bulk-icon{
    margin-right: 3px;
    position: relative;
    top: -1px;
}
.dash-breadcrumb a{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.dash-breadcrumb a:last-child{
    color: #439699;
}
.page-link{
    color: #439699;
}
.nav-sidebar>.nav-item.active{
    background-color:#C57541;
    border-radius: 10px;
}
#bulkUpload h3{
  font-size: 40px;
    line-height: 60px;
    font-weight: 600;
    color: #000;
}
#bulkUpload a{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #439699;
    margin-bottom: 8px;
}
.modal-content{
    text-align: center;
    border-radius: 15px;
}
.modal-header{
    border:none;
}
.modal-header button{
    margin-left: auto;
    border: none;
    background:none;
}
.uploadBtn{
    background-color:#439699;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    width: 268px;
    height: 44px;
    margin-bottom: 9px;
}
.uploadBtn svg{
    margin-right: 5px;
}
.filUpload{
    width: 100%;
    max-width: 536px;
    margin: 0 auto 24px;
}
.filUpload input{
    width: 100%;
    height: 35px;
    padding: 0px;
    text-indent: -83px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNCAyNDsiIHZlcnNpb249IjEuMSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgdmlld0JveD0iNCA0LjAzIDE2IDE1Ljk3IiBmaWxsPSIjNDM5Njk5Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtvcGFjaXR5OjAuMjtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjUuMDAwMDAwZS0wMjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+PGcgaWQ9ImdyaWRfc3lzdGVtIi8+PGcgaWQ9Il9pY29ucyI+PGc+PHBhdGggZD0iTTguNyw5LjdMMTEsNy40VjE1YzAsMC42LDAuNCwxLDEsMXMxLTAuNCwxLTFWNy40bDIuMywyLjNDMTUuNSw5LjksMTUuNywxMCwxNiwxMHMwLjUtMC4xLDAuNy0wLjNjMC40LTAuNCwwLjQtMSwwLTEuNCAgICBsLTQtNGMtMC4xLTAuMS0wLjItMC4yLTAuMy0wLjJjLTAuMi0wLjEtMC41LTAuMS0wLjgsMGMtMC4xLDAuMS0wLjIsMC4xLTAuMywwLjJsLTQsNGMtMC40LDAuNC0wLjQsMSwwLDEuNFM4LjMsMTAuMSw4LjcsOS43eiIvPjxwYXRoIGQ9Ik0xOSwxM2MtMC42LDAtMSwwLjQtMSwxdjJjMCwxLjEtMC45LDItMiwySDhjLTEuMSwwLTItMC45LTItMnYtMmMwLTAuNi0wLjQtMS0xLTFzLTEsMC40LTEsMXYyYzAsMi4yLDEuOCw0LDQsNGg4ICAgIGMyLjIsMCw0LTEuOCw0LTR2LTJDMjAsMTMuNCwxOS42LDEzLDE5LDEzeiIvPjwvZz48L2c+PC9zdmc+) calc(100% - 10px) center no-repeat;
    background-size: 20px;
    line-height: 35px;
}
.filUpload input.form-control:focus{
    box-shadow: none;
}
.filUpload input::-webkit-file-upload-button {
  visibility: hidden;
}
/*
.filUpload input::before {
  content: 'Browse';
  display: inline-block;
  background: #E0E0E0;
  border-radius: 3px;
  padding: 5px 8px;
  right: 0px;
  position: absolute;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 400;
  font-size: 16px;
  width: 69px;
  text-indent: 3px;
  height: 35px;
  line-height: 23px;
}
*/

.table-content .flag{
    margin-right: 4px;
}
.table-content .flag img{
    width: 24px;
    height: auto;
    position: relative;
    top: -2px;
}
.action_btn{
    text-align: center;
}
.action_btn button{
    background:none;
    border: none;
    padding: 0px;
    cursor: pointer;
}
.action_btn button:nth-child(2){
    margin:0 12px;
}
.user-dropdown svg{
    margin-left: 8px;
}
.user-dropdown img{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 4px;
}

.table-tab {
  overflow: hidden;
  margin-bottom: 16px;
}

.table-tab button {
  background:none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px;
  font-size: 20px;
  font-weight: 500;
  color: #A6A6A6;
  position: relative;
}
.table-tab button:first-child{
    margin-right: 15px;
}
.table-tab button.active{
    color: #439699;
}
.table-tab button.active::after{
    content: '';
    position: absolute;
    left: 0px;
    bottom:0px;
    width: 100%;
    height: 1px;
    background-color:#439699;
}

.tabcontent {
  display: none;
}
.add_admin{
    margin-left: auto;
    width: auto;
}
.add_admin a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 129px;
    height: 44px;
    border-radius: 5px;
    background-color: #439699;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: none;
}
.add_admin a:hover{
    background-color: #439699;
    color: #fff;
}

.table100{
    width:100%;
}

.admin-list{
    margin-right: -2px;
}
.admin-list-table{
    margin-bottom: 30px
}
#viewModal .modal-body{
    padding: 20px 16px 60px;
}
.user-info{
    width: calc(100% - 60px);
    margin: 0 auto;
}
.user_name_phone{
  margin-bottom: 48px;
}
.user_name_phone h3{
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color:#000;
}
.user_phone{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user_phone span{
    margin-right: 10px;
    line-height: 0px;
}
.user_phone img{
    width: 30px;
    height: auto;
}
.user-data{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.user-data .ud-item{
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 22px;
}
.ud-item h4{
     font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

.ud-item p{
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
}
.user-info .btn{
    width: 100%;
    max-width: 347px;
    height: 44px;
}

#deleteModal .modal-footer{
    justify-content: center;
}
#deleteModal button,
#deleteModal a{
    width: 150px;
}

#deleteModal .modal-title{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
#deleteModal p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
}
#deleteModal .modal-content{
    padding: 20px 10px;
}
#deleteModal .modal-footer{
    border:none;
}
.slide_nav{
    display: none;
}
.show-selected-columns{
  margin-bottom: 0px;   
}
.multiselect-wrapper .multiselect-input{
    font-size:16px;
    margin: 0px;
    border: 1px solid #ced4da;
    background: white;
    color: black;
    height: 38px;
    max-width: 188px;
    flex: 0 0 188px;
    width: 100%;
    border-radius: 5px;
   outline: none; background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDAuNUw1IDUuNUw5IDAuNSIgc3Ryb2tlPSIjODQ4MjgyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==) calc(100% - 10px) center no-repeat;
}
div.multiselect-wrapper ul li:hover,
div.multiselect-wrapper ul li.active{
    background-color:rgb(240 240 240);
    color: #404040;
}
div.multiselect-wrapper .multiselect-list .multiselect-checkbox{
    position: relative;
    top: 3px;
    margin-right: 8px;
}
span.multiselect-text{
    font-size: 14px;
}
label:not(.form-check-label):not(.custom-file-label){
    font-weight: 400;
}
.multiselect-text{
    position: relative;
    top: 1px;
}
div.multiselect-wrapper ul li{
    min-height: 25px;
    line-height: 25px;
    padding-left: 3px;
}
label.multiselect-count{
    background-color: #fcd9c2;
}
label.multiselect-dropdown-arrow{
    border: none;
}
.select2-container{
    position: relative;
    display: block;
    height: calc(2.25rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow,
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{
    background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDAuNUw1IDUuNUw5IDAuNSIgc3Ryb2tlPSIjODQ4MjgyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==) center center no-repeat;
    border:none;
    border-radius: 0px;
    height: 100%;
    top: 0px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.select2-container--classic .select2-selection--single:focus,
.select2-container--classic.select2-container--open .select2-selection--single{
   border:none;
}
.select2-container--classic.select2-container--open .select2-dropdown{
    border-color:#ced4da; 
}
.select2-container--classic .select2-selection--single .select2-selection__rendered{
    line-height: 36px;
}
.select2-container--classic .select2-selection--single{
    border:none;
    height: 100%;
    background:none;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{
    background:none;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #439699;
}
.filter_bar .form-group{
    margin-right: 7px;
}
.dataTables_wrapper .row:nth-child(2) > div{
        overflow: auto
    }
div.multiselect-input-div{
    height: 37px;
}
@media (max-width:1199px){
    .dataTables_wrapper{
        overflow: hidden;
    }
    .dataTables_wrapper .row:nth-child(2) > div{
        overflow: auto
    }
    .dataTables_wrapper .row:nth-child(3) > div:last-child{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .dash-cards{
        gap:15px;
    }
    .card_detail {
        width: calc(50% - 8px);
    }
    div.multiselect-wrapper{
        width: 200px;
    }
    .multiselect-wrapper .multiselect-input{
        max-width: 200px;
    }
    .filter_bar p{
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .filter_bar > div{
        margin: 0 auto;
        flex:0 0 calc(100% - 60px);
        justify-content: center;
        column-gap:10px;
        grid-row-gap: 10px;
    }
    .sidebar-mini.sidebar-collapse .admin_search{
        margin-left: 0px;
    }
}
@media (max-width:991px){
    .dash-cards{
        flex-wrap: nowrap;
        margin-bottom: 24px;
    }
    .modal-content{
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link, .sidebar-collapse.sidebar-mini-md .main-sidebar .nav-sidebar .nav-link, .sidebar-collapse.sidebar-mini-xs .main-sidebar .nav-sidebar .nav-link{
        width: 100%;
    }
    #bulkUpload h3{
        font-size: 33px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .builkUp .modal-body{
        padding:20px 15px 60px
    }
}
@media (max-width:767px){
    .main-header .user-dropdown > a.nav-link{
      display: block;
      position: relative;
      width: 26px;
      height: 26px;
      overflow: hidden;
    }
    .main-header .user-dropdown > a.nav-link img{
        position: absolute;
        width: 100%;
        height: auto;
        top: 0px;
        left: 0px;
    }
    .navbar-light .navbar-nav .user-dropdown a.nav-link{
        padding: 0px;
    }
     .modal-content{
        width: calc(100% - 20px);
    }
    .card_detail{
        width: 100%;
        flex:0 0 229px;
        max-width:229px;
    }
    .brand-link .brand-image{
        margin-left: 0px;
    }
    .brand-link{
        margin: 0 auto;
    }
    .main-header .navbar-nav{
        margin-left: 0 !important;
    }
    table.table-bordered.dataTable{
        width: 1600px;
    }
    .admin-list-table{
        margin-bottom: 30px
    }
    .admin-list-table table.table-bordered.dataTable{
        width: 1200px;
    }
    div.dataTables_wrapper div.dataTables_paginate{
        margin: 15px auto 0;
    }
    .main-footer{
        text-align: center;
    }
    .user_name_phone{
        margin-bottom: 35px;
    }
    .user_name_phone h3{
        font-size: 26px;
        line-height: 32px;
    }
    .user_phone{
       font-size: 18px;
        line-height: 24px; 
    }
    .user_phone img{
        width: 25px;
    }
    .user-info{
        width: 100%;
    }
    .user-data{
        margin-bottom: 24px;
    }
    .user-data .ud-item{
        margin-bottom: 5px;
    }
    .ud-item h4{
        font-size: 16px;
        line-height: 24px;
    }
    .ud-item p{
        font-size: 16px;
        line-height: 18px;
    }
    .user-info .btn{
        max-width:250px;
    }
    #viewModal .modal-body{
        padding: 10px 16px 50px;
    }
    .slide_nav{
        display: block;
    }
    .dash-cards .swiper-wrapper{
        gap: 0px;
        flex-wrap: nowrap;
    }
    .swiper-button-next, .swiper-button-prev{
        display: block;
    }
}
@media (max-width:575px){
    .admin_title{
       font-size: 16px; 
       line-height: 20px;
    }
    .dash-breadcrumb a{
        font-size: 12px;
        line-height: 15px;
    }
    .bulk_btn, .add_admin a, .add_survey{
        padding: 0 7px;
        height: 36px;
        font-size: 12px;
    }
    .add_survey{
        line-height: 36px;
        margin-left: 5px;
    }
    .bulk_btn svg{
        width:16px;
    }
    .filter_bar{
        flex-wrap: wrap;
        padding: 5px 10px 15px;
    }
    .admin-list-table .filter_bar{
       padding:10px; 
    }
    .filter_bar > div{
        flex:0 0 100%;
    }
    .filter_bar > div .date-filter,
    .filter_bar > div > input{
        flex:0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    
    .filter_bar p{
       width:100%;
        margin-bottom: 10px;
    }
    #sidebar-overlay{
        top: auto;
    }
    .main-sidebar{
        border-radius: 0px;
    }
    .sidebar-collapse .main-sidebar, .sidebar-collapse .main-sidebar::before{
        margin-left: -100%;
    }
    .main-sidebar, .main-sidebar::before{
        width: 100%;
        margin-left: -100%;
    }
    .sidebar .admin_search{
        width: 100%;
    }
    #bulkUpload h3{
          font-size: 26px;
    line-height: 29px;
        margin-bottom: 22px;
    }
    #deleteModal button, #deleteModal a{
        width: 135px;
    }
    .filter_bar .form-group{
        margin-right: 0px;
        width:100%;
    }
    div.multiselect-wrapper,
    .form-control,
    span.select2.select2-container {
        width: 100% !important;
    }
    span.select2-container{
        width: 85% !important;
    }
    .multiselect-wrapper .multiselect-input{
        max-width: 100%
    }
    
}

.chart-view svg { width: 100%;}

.date-range{
    margin-right: 7px;
}