/* ========================================================================
     Custom app styling
 ========================================================================== */

 .btn-primary-c {
  color: #fff;
  background-color: #37b3e0;
  border-color: #37b3e0;
}

.btn-primary-c:focus,
.btn-primary-c.focus {
  color: #fff;
  background-color: #37b3e0;
  border-color: #37b3e0;
}

.btn-primary-c:hover {
  color: #fff;
  background-color: #37b3e0;
  border-color: #37b3e0;
}

.btn-primary-c:active,
.btn-primary-c.active,
.open>.btn-primary-c.dropdown-toggle {
  color: #fff;
  background-color: #37b3e0;
  border-color: #37b3e0;
}

.btn-primary-c:active:hover,
.btn-primary-c:active:focus,
.btn-primary-c:active.focus,
.btn-primary-c.active:hover,
.btn-primary-c.active:focus,
.btn-primary-c.active.focus,
.open>.btn-primary-c.dropdown-toggle:hover,
.open>.btn-primary-c.dropdown-toggle:focus,
.open>.btn-primary-c.dropdown-toggle.focus {
  color: #fff;
  background-color: #37b3e0;
  border-color: #37b3e0;
}

.btn-primary-c:active,
.btn-primary-c.active,
.open>.btn-primary-c.dropdown-toggle {
  background-image: none;
}

.btn-primary-c.disabled:hover,
.btn-primary-c.disabled:focus,
.btn-primary-c.disabled.focus,
.btn-primary-c[disabled]:hover,
.btn-primary-c[disabled]:focus,
.btn-primary-c[disabled].focus,
fieldset[disabled] .btn-primary-c:hover,
fieldset[disabled] .btn-primary-c:focus,
fieldset[disabled] .btn-primary-c.focus {
  background-color: #37b3e0;
  border-color: #37b3e0;
}

.btn-primary-c .badge {
  color: #37b3e0;
  background-color: #fff;
}

.btn-w-100 {
  width: 100px !important;
}

.btn-mw-100 {
  min-width: 100px !important;
}

.btn-Save-c {
  color: #fafafa;
  background-color: #129846;
  font-weight: bolder;
  font-size: 14px;
  align-content: center;
}

.btn-Save-c:focus,
.btn-Save-c.focus {
  color: #fafafa;
  text-decoration: none;
}

.btn-Save-c:hover {
  background-color: #0f7d3b;
  color: #fafafa;
  text-decoration: none;
}

.b-width-sm-c {
  width: 85px;
}

.btn-Cancel-c {
  color: red;
  background-color: transparent;
  font-weight: bolder;
  font-size: 14px;
  align-content: center;
  border-color: red;
}

.btn-Cancel-c:focus,
.btn-Cancel-c.focus {
  color: red;
  text-decoration: none;
  border-color: red;
}

.btn-Cancel-c:hover {
  color: red;
  text-decoration: none;
  border-color: red;
  background-color: #ffe5e5;
}

.btn-link-c {
  color: #007dca;
  background-color: transparent;
  font-weight: bolder;
  font-size: 14px;
  align-content: center;
  text-decoration: underline;
  box-shadow: none;
}

.btn-link-c:focus,
.btn-link-c.focus {
  color: #007dca;
  text-decoration: underline;
  box-shadow: none;
}

.btn-link-c:hover {
  background-color: transparent;
  color: #007dca;
  text-decoration: underline;
  box-shadow: none;
}

.btn-primary-transparent {
  color: #37b3e0;
  background-color: transparent;
  font-weight: bolder;
  font-size: 14px;
  align-content: center;
  border-color: #37b3e0 !important;
}

.btn-primary-transparent:focus,
.btn-primary-transparent.focus {
  color: #37b3e0;
  text-decoration: none;
  border-color: #37b3e0 !important;
}

.btn-primary-transparent:hover {
  color: #37b3e0;
  text-decoration: none;
  border-color: #37b3e0 !important;
  background-color: #ebf7fc;
}

.op-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: gray;
  opacity: 1;
  /* Firefox */
}

.op-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: gray;
}

.op-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: gray;
}

@media (min-width: 320px) {
  .d-width200 {
    width: -webkit-fill-available;
  }

  .d-view-wd {
    width: -webkit-fill-available;
  }

  .d-view-selector {
    width: 140px;
  }

  .d-view-right {
    text-align: start;
  }

  .align-mbL-desR {
    text-align: left !important;
  }

  .marginTop-mb0-des30 {
    margin-top: 0px !important;
  }
}

@media (min-width: 480px) {
  .d-width200 {
    width: -webkit-fill-available;
  }

  .d-view-wd {
    width: -webkit-fill-available;
  }

  .d-view-selector {
    width: 140px;
  }

  .d-view-right {
    text-align: start;
  }

  .align-mbL-desR {
    text-align: left !important;
  }

  .marginTop-mb0-des30 {
    margin-top: 0px !important;
  }
}

@media (min-width: 600px) {
  .d-width200 {
    width: -webkit-fill-available;
  }

  .d-view-wd {
    width: -webkit-fill-available;
  }

  .d-view-selector {
    width: 140px;
  }

  .d-view-right {
    text-align: start;
  }

  .align-mbL-desR {
    text-align: left !important;
  }

  .marginTop-mb0-des30 {
    margin-top: 0px !important;
  }
}

@media (min-width: 801px) {
  .d-width200 {
    width: 200px !important;
  }

  .d-view-wd {
    width: 360px;
  }

  .d-view-selector {
    width: auto;
  }

  .d-view-right {
    text-align: end;
  }

  .align-mbL-desR {
    text-align: right !important;
  }

  .marginTop-mb0-des30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 1025px) {
  .d-width200 {
    width: 200px !important;
  }

  .d-view-wd {
    width: 360px;
  }

  .d-view-selector {
    width: auto;
  }

  .d-view-right {
    text-align: end;
  }

  .align-mbL-desR {
    text-align: right !important;
  }

  .marginTop-mb0-des30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 1281px) {
  .d-width200 {
    width: 200px !important;
  }

  .d-view-wd {
    width: 360px;
  }

  .d-view-selector {
    width: auto;
  }

  .d-view-right {
    text-align: end;
  }

  .align-mbL-desR {
    text-align: right !important;
  }

  .marginTop-mb0-des30 {
    margin-top: 30px !important;
  }
}

.mobile-select {
  width: 100% !important;
}

.team-mobile-select {
  width: 100% !important;
}

.Opponent-mobile-select {
  width: 100% !important;
}

.non-resizeable {
  resize: none;
}

.addon-date {
  width: 40px;
  color: #2a2929;
}

table#datatable1.dataTable tbody tr:hover {
  background-color: #e2f5f0;
}

table#datatable1.dataTable tbody tr:hover>.sorting_1 {
  background-color: #e2f5f0;
}

table.custom-row.dataTable tbody tr:hover {
  background-color: #e2f5f0;
}

table.custom-row.dataTable tbody tr:hover>.sorting_1 {
  background-color: #e2f5f0;
}

.custom-csv-multischool {
  display: none;
}

.color-container .fc-colorpicker .input-group-append .input-group-text {
  border-color: #dde6e9;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: border-color 0.3s;
}

@media only screen and (max-width: 600px) {
  .socialBtn_responsive {
    text-align: center;
  }

  .socialBtn_responsive button {
    margin: 0px !important;
  }
}

.bg-gray-app {
  background: #DEDEDE !important;
}

/* Custom CSS - datatables Start */
.dataTables_filter {
  float: right !important;
  margin-bottom: 10px;
}

.dataTables_info {
  margin-bottom: 15px;
}

.dataTables_wrapper {
  position: relative;
}

.dataTables_wrapper div {
  border: none !important;
}

.dataTables_length {
  display: block !important;
  position: absolute;
  bottom: -35px;
  left: 0;
}

.paginate_button.page-item a {
  width: 40px;
  height: 30px;
  line-height: 1.6 !important;
}

.dataTables_paginate {
  position: relative;
  top: 12px;
}

/* Custom CSS - datatables End */

@media only screen and (max-width: 600px) {
  .socialBtn_responsive {
    text-align: center;
  }

  .socialBtn_responsive button {
    margin: 0px !important;
  }
}

/* ckeditor custom css */

.ck-editor__editable {
  min-height: 230px;
  max-height: 100% ;
  height: auto !important;
  overflow-y: auto;
  resize: vertical !important; 
}

/* fix the font-size dropdown */
.ck.ck-dropdown__panel_se ul {
  max-height: 180px !important;
  overflow-x: hidden;
  overflow-y: scroll
}

/* fix the font-size dropdown item for 72px */
.ck.ck-dropdown__panel_se ul li:last-child button span {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}



.ckeditor5_error {
  color: #f05050;
  font-size: 12px;
}

.ck.ck-toolbar {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.ck.ck-content {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.has-error .ck-editor {
  border: 1px solid #f05050 !important;
  border-radius: 5px !important;
}

/**
DataTable
**/

.reduced-height {
  height: 30px;
  /* Adjust the height as needed */
}

.dt-images {
  text-align: center !important;
}

.thumbnail {
  width: 50px !important;
}

.grab-cursor {
  cursor: grab !important;
}

.grabbing-cursor {
  cursor: grabbing !important;
}

.finger-pointer {
  cursor: pointer  !important;
}

.id-column {
  display: none;
}

.order-column {
  text-align: center !important;
}


.dataTables_length {
  margin-left: 13px;
}

.dataTables_wrapper div.dataTables_info {
  padding-top: 1em !important;
}

.dataTables_info {
  line-height: 0px !important;
}

.truncate-text {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
}

.outer-container {
  display: flex;
  justify-content: space-between; 
  align-items: center; 
}

.button-container {
  display: flex;
  flex-direction: column;
}

table tr td.top-bottom-icons{
  padding-left:0px !important;
}

/* CSS for alternate row colors */
.dataTable:not(.disable_stripe_rows) tbody tr:nth-child(odd) {
  background-color: #f2f2f2 !important;
  /* Set the background color for odd rows */
}

.dataTable:not(.disable_stripe_rows) tbody tr:nth-child(even) {
  background-color: #ffffff !important;
  /* Set the background color for even rows */
}

.dataTable:not(.disable_stripe_rows) tbody tr.verified_tr {
  background-color: #d4edda !important;
}

.dataTable_bs5 tr td table {
  width: 100% !important;
}

/* Match the icon color with the row text color */
.dataTable_bs5 tbody tr i.fas {
  color: #656565;
}

.dataTable_bs5 thead tr .action-column {
  text-align: center !important;
}

.action-column {
  text-align: right !important;
}

.checkBoxCenter {
  display: flex;
  justify-content: center;
}


@media (max-width: 768px) {
  .dataTables_info {
    text-align: left !important;
    width: 100% !important;
    font-size: 13px !important;
    line-height: normal !important;
  }

  .dtr-control::before {
    content: none !important;
  }

  table.dataTable tbody tr:hover {
    background-color: #f2f2f2 !important;
    color: initial;
  }

  .truncate-text {
    max-width: 80px !important;
  }

  .dataTable_bs5 thead tr .action-column {
    text-align: right !important;
    padding-right: 20px !important;
  }

  .dataTables_filter{
    margin-top: 40px !important;
  }
}

@media (max-width: 1024px) and (max-height: 507px) {
  .dtr-control::before {
    content: none !important;
  }
}

/**
DatTable End
**/

/* Parsely Error Border Radius Override */

.form-group.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {

  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;

}

/* tooltip */
.info-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}

.info-text {
  display: none;
  position: absolute;
  top: 100%;
  left: 80px;
  transform: translateX(-50%);
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-weight: normal;
  width: 300px;
  z-index: 2;
  font-size: 12px;
  color: black;
}

.info-icon:hover {
  z-index: 9999;

}

.info-icon:hover .info-text {
  display: block;
}

@media (max-width: 768px) {
  .info-text{
    left: 0px !important;
    width: 250px;
  }
}

.bootstrap-select .btn.btn-light.dropdown-toggle:focus {
  outline: none !important;
}

.bootstrap-select .btn.btn-appcolor.dropdown-toggle:focus {
  outline: none !important;
}

.w150-c {
  width: 150px !important;
}

.opacity-100 {
  opacity: 1 !important;
}

/* universal fix to adjust the dropdown menu alignment */
.dropdown-toggle-split+.dropdown-menu {
  transform: translate(0px, 36px) !important;
}

.ImageFileUploadComponent .dropzone .dz-message {
  padding: 20px;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  opacity: 1;
  filter: none;
  background-image: none !important;
}

.ImageFileUploadComponent .dropzone {
  border: none;
  min-height: 350px;
}

.dropzone .dz-default.dz-message span {
  display: block !important;
}

.datepicker td,
.datepicker th {
  text-align: center;
  padding: 3px 6px;
  font-size: 14px;
}

.datepicker th {
  font-family: "Source Sans Pro", sans-serif;
  color: #656565 !important;
}

.datepicker td,
.datepicker th {
  width: 25px !important;
  height: 30px !important;
  text-align: center;
  font-size: 14px !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-color: #629de7 !important;
  background-image: none !important;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background-color: #23b7e5 !important;
  background-image: none !important;
}

.loaderWrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #61CB2B;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loaderWrap {
  display: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/**
Accordion Css Start
*/
.table-td {
  text-align: left !important;
}

.table-row {
  margin-right: 0;
  margin-left: 0;
}

.odd-row {
  background-color: #f2f2f2 !important;
  vertical-align: middle;
  padding: 10px;
}

.even-row {
  background-color: #ffffff !important;
  vertical-align: middle;
  padding: 10px;
}

.odd-row:hover,
.even-row:hover {
  background-color: var(--hover-color) !important;
}




/**
Accordion Css End
*/
.password-input-box {
  position: relative;
}
@media (min-width: 400px) and (max-width: 767.98px) {
  .marginSettings {
    margin-top: 30px;
  }
}

.show-password {
  position: absolute;
  right: 15px;
  top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  
  .show-confirmpassword {
    position: absolute;
    right: 15px;
    top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.password-checklist {
  margin-top: -26px;
  top: calc(100% + 10px);
  width: 100%;
  padding: 1px 10px 0px 10px;
  border-radius: 5px;
  opacity: 1;
  pointer-events: none;
  transform: translateY(20px);
  transition: .5s ease;
}

.checklist-title {
  font-size: 15px;
  color: #922037;
  margin-bottom: 10px;
}

.checklist {
  list-style: none;
}

.list-item {
  color: red;
  font-size: 14px;
}

.list-item::before {
  content: '\f00d';
  font-family: FontAwesome;
  display: inline-block;
  margin: 8px 0;
  margin-left: -30px;
  width: 20px;
  font-size: 12px;
}

.list-item.checked {
  color: green;
  font-weight: bold;
}

.list-item.checked::before {
  content: '\f00c';
  color: green;
}

.password-input:focus~.password-checklist {
  opacity: 1;
  transform: translateY(0);
}

.footer-ad-section {
  height: auto;
  padding: 1rem;
  background-color: var(--hover-color);
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 999;
}

.ad-section-1289-90 {
  height: 90px;
  width: 1289px;
  margin: auto;
  border: 1px solid black;
}

.ad-section-970-90 {
  height: 90px;
  width: 970px;
  margin: auto;
  border: 1px solid black;
}

.ad-section-728-90 {
  height: 90px;
  width: 728px;
  margin: auto;
  border: 1px solid black;
}

.close-footer-section-icon {
  height: auto;
  padding: 0.2rem;
  background-color: var(--hover-color);
  position: relative;
  width: 50px;
  bottom: auto;
  z-index: 999;
  font-size: 20px;
  left: 0;
  text-align: end;
  bottom: 116px;
  border-radius: 10px;
}

.hide {
  display: none;
}

/* Hide The Component For Demo */
body .hide_for_demo{
  display: none !important;
}

div.dataTables_wrapper div.dataTables_paginate {
  white-space: nowrap !important;
  margin-bottom: 15px !important;
  display: flex !important;
  justify-content: end !important;
}

.widthSettings {
  width: 25%;
}

@media only screen and (max-width: 600px) {
  .widthSettings {
    width: 42%;
  }
}

@media (max-width: 767px) {
  .col-md-10.col-sm-12.text-end.flex-fill.p-0 {
    margin-top: 10px;
  }
  
  table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control{
    padding-left: 10px !important;
  }

  th.tooltip-on-hover.sorting {
    vertical-align: middle;
  }
}

.fchelp-popup {
  position: absolute;
  top: 100%;
  width: 430px;
  z-index: 1050;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 25px 0;
  right: 100px;
}

.fcHelp-launcher-text {
  position: relative;
  z-index: 1100;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}

.fchelp-popup.show + .overlay {
  display: block;
}