html {
  width: 100%;
}

body {
  overflow-x: hidden !important;
}

body.show-spinner>main {
  overflow: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner>* {
  opacity: 0;
}


/* Spinner */
body.show-spinner::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}
.file-input-text{
    font-size: 12px !important;
}
.timer-warning{
    background:#cce5ff!important;
    margin:10px;
    padding:10px;

    border-radius:5px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.dataTables_empty{
    text-align: center !important;
}

.auth-logo {
  height: 70px;
  background-position: center center;
  display: inline-block;
  margin-bottom: 40px;
}
.logo-header {
   height: 70px;
}
.navbar {
  padding: 1rem 0 1rem 0;
}
.file_preview{
    border: 1px solid rgb(230, 225, 225);
    object-fit: contain;
    height: 100%;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px;
}

/*login forms*/
.form-side a.login-link {
  color: #0000ff;
  font-weight: 700;
  font-size: 18px;
  text-decoration: underline;
}
.form-side a.login-link:hover {
  text-decoration: none;
}

.a-login-link {
  color: #0000ff;
  font-weight: 500;
  font-size: 18px;
  text-decoration: underline;
}
.a-login-link:hover {
  text-decoration: none;
}

.auth-text{
  font-size: 16px;
}

.background .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.card-body form .btn {
  font-size: 15px;
}
.view-filter {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.view-filter
.view-filter label {
  font-weight: 600 !important;
}
.view-filter select {
  height: 34px !important;
  margin-left: 5px;
}
.view-filter .dataTables_filter input {
  width: 250px !important;
}

/*profile wizard*/
#profileWizard .card-body {
  padding-left: 20px;
  padding-right: 20px;
}
/*Table*/
table.data-table tbody td .btn {
  margin-right: 5px;
}
table.data-table thead tr th:last-child,
table.data-table tbody tr td:last-child {
  text-align: right;
}

#customDatatable tbody tr td:last-child a {
  margin-bottom: 5px;
}


/*table buttons*/
table .dropdown-toggle-split {
  font-size: 18px;
}

.card.preview-area li img{
  width: 45px;
  height: 45px;
}
.card.preview-area li.active img {
  border: 3px solid #47BF47 !important;
}


#registerForm .select2-selection {
  padding-top: 3px;
  padding-bottom: 3px;
}
/*Google dropdown select*/

.weekdays-list li:last-child {
  height: 34px !important;
}
.ip-info-container{

    gap: 10px;
}
.tab-button{
    /* background-color: red; */
    border-radius: 0px;
    border: 1px solid rgb(233, 230, 230);
    margin-bottom: 5px !important;
    margin-right: 10px;
}
.nav-tabs{
    padding: 0px !important;
}
.tab-subtitle{
    display: block;
}

div.error{
    position: relative !important;
    top: 10px !important;
    /* margin-bottom: -1rem !important; */
    /* color: red !important; */
    width: fit-content !important;
    margin-left: auto !important;
    /* border: 1px solid red !important; */
    /* margin-top: 3px !important; */
    /* margin-bottom: 0.5px !important; */
}
/* #type-error {
    top: 80% !important;
} */
.info-message{
    color: blue;
    font-size: 11.5px;
    margin-left: 5px;
    /* margin-left: 10px; */
}



/*Mobile devices*/
@media only screen and (max-width: 767px) {
  .logo-header {
    height: 45px;
  }
  .navbar {
    padding: .5rem 0 .5rem 0;
  }
  .navbar .header-icon {
    padding-bottom: 0px;
  }
  #loginForm .button-section {
    display: block !important;
  }
  #loginForm .button-section label {
    float: right;
  }
  #loginForm .button-section button {
    display: block;
    margin-top: 1.7rem;
    margin-left: auto;
  }
  .card-body form .text-right {
    display: flex;
    justify-content: center;
  }
  .card-body form .text-right .btn {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-right: .25rem;
  }
  form#profileForm .text-right,
  form#changePasswordForm .text-right {
    display: inline-block;
    text-align: center !important;
  }
  form#profileForm .text-right .btn,
  form#changePasswordForm .text-right .btn{
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin-right: .25rem;
  }
  .weekdays-list {
    flex-wrap: wrap;
  }
  .weekdays-list li {
    flex: 0 0 33.3%;
  }
  .edit-quesiton .card-body .badge-pill {
    width: 130px;
    margin-top: 5px;
  }
  .top-right-button-container {
    display: inline-block;
    float: right;
  }
  .default-transition .separator {
    margin-top: 10px;
  }
  #dependable-friends-section {
    margin-top: 20px;
  }
  .tab-button{
        border-radius: 0px;
        flex: 1;
    }


}


/*Tab, ipad, ipad-pro devices*/
@media (min-width: 678px) and (max-width: 992px) {
  .weekdays-list {
    flex-wrap: wrap;
  }
  .weekdays-list li {
    flex: 0 0 33.3%;
  }
}
/*Tab, ipad, ipad-pro devices*/
@media (min-width: 678px) and (max-width: 1024px) {
  .logo-header {
    height: 60px;
  }
  .navbar {
    padding: .5rem 0 .5rem 0;
  }

  .weekdays-list {
    flex-wrap: wrap;
  }
  .weekdays-list li {
    flex: 0 0 33.3%;
  }
}

@media only screen and (max-width: 600px) {
    div.error{
        position: relative !important;
        top: 10px !important;
        margin-bottom: -1rem !important;
        color: red !important;
        width: fit-content !important;
        margin-left: auto !important;
        /* border: 1px solid red !important; */
        /* margin-top: 3px !important; */
        margin-bottom: 0.5px !important;
    }
    .dataTables_empty{
        text-align: left !important;
    }
    .form-group {
        margin-bottom: 0.5rem;
    }
    label {
        margin-bottom: 0px !important;
    }
    .info-row{

    }


}
@media only screen and (max-width: 400px) {
    .tab-subtitle{
        display: none;
    }
    .pp-text{
        display: none;
    }
}

@media only screen and (max-width: 350px) {
    .navbar-logo{
        display: none;
    }
}

