/* Responsive*/
@media only screen and (max-width: 410px) {
  .eventListWrapper #event-list {
    margin-top: 20rem !important;
}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .dateFilter input {
    min-width: 99%;
    max-width: 99%;
  }

  div.dtsp-panesContainer div.dtsp-searchPanes {
    gap: 0px;
  }

  .dateFilter {
    flex-direction: column;
  }

  #progressbar li:after {
    left: -21%;
    top: 20px;
  }
  .addBtn {
    width: 35px !important;
    height: 35px !important;
  }

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .dateFilter div {
    flex-direction: row !important;
  }

  div.dtsp-searchPanes {
    flex-direction: row !important;
  }

  div.dtsp-columns-1 {
    min-width: 48% !important;
    max-width: 48% !important;
  }

  .dateFilter input {
    min-width: 48%;
    max-width: 48%;
  }

  #progressbar li:after {
    left: -32%;
    top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar .dropArrow {
    position: relative;
    right: -20px;
}
  .heading {
    margin-bottom: 16px;
  }
  .subscriptionBox .left img {
    width: 50px;
    height: 50px;
}
  .removeButtonSm {
    width: 40px;
    height: 40px;
  }
  .dragFileBox {
    padding: 8px;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .sBtn {
    justify-content: center;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .removeButtonLg,
  .addBtn {
    width: 40px;
    height: 40px;
  }
  .app {
    background-image: url(../img/Login.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: auto;
  }
  #uploadModal .modal-content {
    width: 100%;
  }
  .upload .uploadBox .squareBox {
    height: 85%;
  }
  /* .inputBox label{
    background-color: rgba(255, 255, 255, .8);
    border-radius: 50rem;
  } */
  .main {
    padding-top: 80px;
  }

  .navbar-brand img {
    width: 150px;
  }

  .formWrapper {
    /* background-color: rgba(255, 255, 255, .8); */
    border-radius: 10px;
    padding: 0;
  }

  .memberBox {
    max-width: 100%;
    height: calc(100vh - 90px);
  }

  .loginBox {
    width: 100%;
  }

  .loginContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .mainContent {
    height: auto;
  }

  .mobileLogo img {
    width: 150px;
  }

  .verifyMSg img {
    width: 100px;
  }

  .verifyMSg {
    padding-bottom: 2rem;
  }

  .loginWrapper .verifyLink {
    position: static;
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    margin: auto;
  }

  /* role  */
  #roleModal .roleWrapper .roleBox {
    width: 90px;
    height: 90px;
  }

  #roleModal .roleWrapper .roleBox .imgBox {
    width: 50px;
    height: 50px;
  }

  #roleModal .roleWrapper .roleBox .imgBox img {
    width: 25px;
    height: 25px;
  }

  /* datatabel */
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: start;
  }

  .dataTables_wrapper .dataTables_paginate,
  .dataTables_wrapper .dataTables_info {
    text-align: left;
    padding-top: 0em;
    padding-bottom: 0em;
    justify-content: center;
  }

  .dataTables_wrapper .dataTables_info {
    margin-top: 1em;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    padding-left: 0;
  }

  div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane {
    margin-top: 13px !important;
  }

  table .action {
    margin-bottom: 8px;
  }
  /* .dtsp-panesContainer{
  display: none;
}
#custom-searchPanes{
  display: block !important;
} */

  .vendorBox .contactInfo a,
  .vendorBox .contactInfo .cBox {
    width: 100% !important;
  }
  .tblPofile {
    gap: 0px;
    flex-direction: column;
    text-align: center;
  }

  .dtsp-titleRow button {
    display: none;
  }

  /* preferences */
  .preferences .subscription p {
    width: 75%;
  }

  .profSetting {
    width: 100%;
    display: contents !important;
  }

  /* modal */
  #editProfile .modal-content {
    width: 100%;
  }

  .subPurchase {
    padding: 2rem 1rem;
    margin-bottom: 0;
  }

  .subPurchase {
    padding: 2rem 1rem;
    margin-bottom: 0;
  }

  .transferIcon {
    transform: rotate(90deg);
  }

  /* Date filter */
  .dateFilter {
    width: 100%;
    margin-top: 13px;
  }

  div.dtsp-columns-2,
  div.dtsp-columns-3,
  div.dtsp-columns-4 {
    max-width: 48% !important;
    min-width: 48% !important;
  }

  /* ul.breadcrumb li {
    width: 100%;
  } */

  ul.breadcrumb li + li:before {
    padding-left: 8px;
  }

  /* inner sidebar  */
  .detailsWrapper {
    flex-direction: column;
    /* align-items: center; */
  }

  .detailsWrapper .innerSidebar {
    width: 100%;
  }

  .detailsWrapper .content {
    width: 100%;
  }

  /* 
  .detailsWrapper .innerSidebar {
    position: fixed;
    z-index: 3;
    width: 250px;
    height: 100%;
    left: 0;
  }
  .detailsWrapper .content::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .7);
    -webkit-animation: opacity .25s;
    animation: opacity .25s;
} */

  /* stepper form  */
  #progressbar li:before {
    width: 40px;
    height: 40px;
  }

  #progressbar li {
    width: 20%;
  }

  #msform fieldset {
    padding: 20px 14px;
    width: 100%;
  }

  .listHeader h4.heading {
    margin-bottom: 16px !important;
  }

  /* Logs  */
  .logsWrapper {
    min-height: 100vh;
    /* right: -105%; */
    width: 100%;
  }

  /* Inner sidebar */
  .innerSidebar .mobileMenus .menuList {
    display: none;
  }

  .sidebar-minimized .sidebar .sidebar-nav {
    overflow: visible;
    width: 50px;
    padding: 0;
    margin: 0;
  }

  .sidebar .sidebar-nav {
    margin: 0 15px 0 15px;
  }

  .profSetting .profile {
    width: 40px;
    height: 40px;
  }

  /* 404 page not found */
  .nfWrapper .nfBox h2 {
    font-size: 40px;
  }

  .nfWrapper .nfBox h3 {
    font-size: 20px;
  }

  .nfWrapper::before {
    width: 50%;
    height: 30%;
  }

  .nfWrapper::after {
    width: 25%;
    height: 31%;
    top: 10px;
    right: 10px;
  }

  /*  .query-builder  */
  .query-builder .drag-handle,
  .query-builder .error-container,
  .query-builder .rule-container .rule-filter-container,
  .query-builder .rule-container .rule-operator-container,
  .query-builder .rule-container .rule-value-container {
    width: 100%;
  }

  .query-builder .btn-group > .btn:first-child {
    margin-bottom: 10px;
  }

  .query-builder .form-control,
  .query-builder .form-select {
    margin-bottom: 10px;
  }

  .query-builder .btn-group .btn + .btn,
  .query-builder .btn-group .btn + .btn-group,
  .query-builder .btn-group .btn-group + .btn,
  .query-builder .btn-group .btn-group + .btn-group {
    margin-bottom: 10px;
  }

  .query-builder .rule-value-container {
    border-left: none;
    padding-left: 0px;
  }

  /* Event Add table */
  .eventTable .headcol {
    width: 9.5em;
  }

  .evntTableWrapper {
    margin-left: 8.5em;
    width: 250px;
  }

  .evntViewWrapper {
    margin-left: 8em;
  }

  /* Event Details */
  .eventDetailsWrapper .eventBannerBox .dateBox {
    right: 4%;
    padding: 4px 8px;
  }

  .eventDetailsWrapper .eventBannerBox .dateBox p.date,
  .eventDetailsWrapper .eventBannerBox .dateBox p.month {
    font-size: var(--small);
    line-height: 16px;
  }

  .eventDetailsWrapper .eventBannerBox .dateBox p.year {
    font-size: var(--xxSmall);
  }

  .evntViewWrapper .eventTable .headcol {
    width: 9em;
    padding: 0 5px;
    min-height: 40px;
  }

  /* Event List */
  /* .eventListWrapper .topSection {
    top: 70px;
  } */
  .eventListWrapper .topWrapper {
    top: 70px;
    width: 100%;
    left: 0;
}
  .eventListWrapper .topHeader {
    flex-wrap: wrap;
  }

  .eventListWrapper .eventBox .evntImg .badge img {
    width: 75px;
  }

  .eventListWrapper .eventBox .evntImg .badge {
    left: -15px;
    bottom: -4px;
  }

  .eventListWrapper .eventBox .dateBox {
    right: 10px;
    /* width: 14%;
    padding: 2px 0;
    font-size: var(--small); */
  }

  .eventListWrapper .eventBox .dateBox p:last-child {
    font-size: var(--xxxSmall);
  }

  .eventListWrapper .eventBox .dateBox p {
    line-height: 16px;
  }

  .eventListWrapper .eventBox .evtDesc p {
    margin-bottom: 10px;
  }

  .eventListWrapper .badgeCorner:before {
    top: 4%;
    left: -2.3%;
  }
  .eventListWrapper .badgeCorner.rCorner:before {
    top: 2%;
  }
  .eventListWrapper #event-list {
    margin-top: 18rem;
}
  .eventListWrapper .eventBox .registeredBadge {
    width: 30%;
    left: -2%;
  }
  .eventListWrapper .topSection .filter {
    display: none;
    background-color: white;
    padding: 16px;
    border-radius: 14px;
    position: absolute;
    top: 45px;
    left: 0;
    min-height: 215px;
  }
  .announcementListWrapper .topSection .filter {
    display: block;
    padding: 0;
    position: static;
    min-height: 100px;
    z-index: 99;
  }
  .eventListWrapper .topSection .filter.resource{
    min-height: 80px;
  }
  .eventListWrapper .topSection .filter input,
  .eventListWrapper .topSection .filter select {
    height: 45px;
  }
  .eventListWrapper .filter .input-icons .icon {
    background-size: 14px;
    background-position: 6px 12px;
  }
  .eventDetailsWrapper .eventBannerBox .badge img {
    width: 75px;
  }
  .eventListWrapper .topSection {
    left: 0;
    width: 100%;
  } .eventListWrapper #resourcesList {
    margin-top: 8rem;
}
.eventDetailsWrapper .eventBannerBox .badge {
  left: -10px;
  bottom: -10px;
}
.mdEvents .owl-theme .custom-nav {
  right: 12%;
}
.guestWrapper #event-list{
  margin-top: 0 !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h-sm-auto {
    height: auto !important;
  }

  .loginBox {
    width: 90%;
  }

  .inputBox label {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50rem;
  }

  .app {
    background-image: url(../img/Login.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .formWrapper {
    /* background-color: rgba(255, 255, 255, .8); */
    border-radius: 10px;
    padding: 0;
  }

  .mobileLogo img {
    width: 200px;
  }

  .verifyMSg img {
    width: 100px;
  }

  .verifyMSg {
    padding-bottom: 4rem;
  }

  .loginContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .mainContent {
    height: auto;
  }

  /* modal */
  #editProfile .modal-content {
    width: 100%;
  }

  div.dtsp-columns-2,
  div.dtsp-columns-3,
  div.dtsp-columns-4 {
    max-width: 49%;
    min-width: 49%;
  }

  .dateFilter {
    width: 100%;
  }

  .dateFilter input {
    min-width: 49%;
    max-width: 49%;
  }

  div.dtsp-columns-1 {
    max-width: 49%;
    min-width: 49%;
    margin-bottom: 13px !important;
  }

  #progressbar li:after {
    left: -29%;
  }

  /* 404 page not found */
  .nfWrapper::before {
    height: 40%;
  }

  .detailsWrapper .innerSidebar {
    width: 30%;
  }

  /* Event List */
  .eventListWrapper .eventBox .dateBox {
    width: 11%;
    right: 14px;
  }
  .eventListWrapper .eventBox .dateBox.small {
    width: 16%;
    right: 14px;
  }
  /* .eventListWrapper .topSection {
    left: 0;
    width: 100%;
  } */
  .eventListWrapper .topWrapper {
    width: 96%;
    left: 17px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #editProfile .modal-content {
    width: 100%;
  }

  .formWrapper {
    display: flex;
    flex-direction: column;
  }

  div.dtsp-columns-1 {
    max-width: 23%;
    min-width: 23%;
    margin-bottom: 13px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .app {
    height: 100vh;
  }

  /* .memberBox .scrollForm {
    height: 73vh;
    overflow: auto;
  } */
}

@media only screen and (min-width: 1400px) {
  .app {
    height: 100vh;
  }

  #progressbar li:after {
    left: -39%;
  }
}

@media only screen and (min-width: 1600px) {
  .app {
    height: 100vh;
  }
}
