.sectionBlockLayout {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  min-height: auto;
  padding: 8px;
}

.sectionBlockLayout .container {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}

.columnBlockLayout {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-width: 250px;
}


.actions {
  justify-self: center;
}

.navbar-brand.navbar-header {
  width: 61.7%;
}

.xrm-editable-html.xrm-attribute {
  width: 100%;
}

.navbar-brand.navbar-header .xrm-attribute-value {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sitelogo{
  width: auto;
  height: 75px;
}
.right-side-btn{
  float: right;
    padding: 0.3rem 3rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
}

.day>button{
  background-color: transparent!important;
  min-width: 2rem!important;
}
.day>button:hover{
  background-color: #ffffffbe!important;
}



.pctext{
  color: #FF3200!important;
}

















#drop-zone {
  width: 100%;
  min-height: 200px;
  border: 5px dashed #7e878d;
  text-align: center;
  background-color: #c2cfd730;
  border-radius: 0.5em;
  padding: 1em;
  overflow-y: hidden;
}

fieldset {
  padding: 1rem !important;
  border-radius: 1rem;
  background-color: white;
}

.section-title {
  text-align: center;
}

.table-info label {
  background-color: transparent !important;
}

#drop-zone.dragover {
  background: #c2cfd7;
  transition: background ease 0.3s;
}

.drop-zone-custom {
  width: 100%;
  min-height: 200px;
  border: 5px dashed #7e878d;
  text-align: center;
  background-color: #c2cfd730;
  border-radius: 0.5em;
  padding: 1em;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
}

.drop-zone-custom p {
  padding: 0;
  margin: 0;
}

.two-column {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem !important;
}

.drop-zone-custom.dragover {
  background: #c2cfd7;
  transition: background ease 0.3s;
}

.attachment-preview {
  width: 200px;
  height: 200px;
  float: left;
  border: 5px solid #adb6d2;
  margin: 0 1em 1em 0;
  border-radius: 0.5em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  padding: 1em;
}

.inner {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  columns: 1rem;
  display: flex;
  align-items: center;
  overflow-wrap: anywhere;
  font-size: clamp(0.5em, 1em, 1em);
}

.attachment-preview .glyphicon {
  font-size: 3em;
  display: block;
  margin-bottom: 0.25em;
}



#videoUploadProgressbar {
  width: 100%;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 10px;
  display: none;
  /* Hidden initially */
}

#videoUploadProgress {
  height: 20px;
  background-color: #4caf50;
  width: 0%;
  border-radius: 5px;
}

.crmEntityFormView,
.entitylist {
  border: none !important;
}

label {
  font-size: 0.8rem !important;
  font-weight: 600;
}

.description {
  font-size: 0.7rem !important;
  color: #939393 !important;
  margin-bottom: 6px !important;
}

.file-name-container>div {
  font-size: 0.7rem !important;
  color: #939393 !important;
  margin-bottom: 6px !important;
}

.container {
  max-width: none !important;
}

.field-label {
  margin-bottom: 6px !important;
}

textarea {
  width: 100% !important;
}

.crmEntityFormView .cell {
  margin-bottom: 2.2rem !important;
}

.pagination {
  display: flex !important;
  justify-content: center;
}

.section-title>h3 {
  font-size: smaller;
}

/* .subgrid .table-responsive{
  min-height: 200px;
} */
 .static-top {
box-shadow: none!important;
 }
.static-top.navbar-dark .navbar-brand a {
  text-decoration: none !important;
  
}


.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'><path fill-rule='evenodd' fill='white' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button:not(.collapsed) {
  color: white !important;
  background-color: black !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

/* HTML: <div class="loader"></div> */
#videoloader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000000;
  --_m:
    conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn)
  }
}


.loader-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #0000001a;
  z-index: 99999;
  display: none;
  align-content: center;
}

/* HTML: <div class="loader"></div> */
.clickToUpload {
  color: #FF3200 !important;
  cursor: pointer;
  font-size: large;
  font-weight: 500;
}

.clickToUpload:hover {
  scale: 1.2;
}

.submit-btn:disabled {
  background-color: #FF3200 !important;
  opacity: 0.5 !important;
  border: #FF3200 !important;
}

.loader-spinner {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #FF3200;
  --_m:
    conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
  justify-self: center;
}

@keyframes l1 {
  0% {
    background-position: right
  }
}

@keyframes l3 {
  to {
    transform: rotate(1turn)
  }
}

.imagefieldcount,
.imagefieldparenthesis {
  color: red
}

#UpdateButton:disabled,
#customsubmit:disabled {
  background-color: lightgray !important;
  color: white !important;
  border: none !important;
}


.table-empty-message {
  text-align: center;
  color: gray;
  font-style: italic;
}

.view-empty {
  display: none !important;
}

.view-loading {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
}

.form-loading-custom {
  display: none !important;
  height: 100% !important;
  width: 100% !important;
  text-align: center !important;
  padding-top: 15% !important;
  left: 0% !important;
  top: 0% !important;
  z-index: 99999 !important;

}

.required-field {
  font-size: x-small;
  color: red;
  padding-left: 0.1rem;
}

.file-list-readonly {
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  position: relative;
}

.file-list-readonly .fetched {
  width: 48%;
}

.weblink a:hover {
  color: white !important;

}

.weblinks a:hover {
  color: white !important;
}

.weblink a {
  padding: 1rem !important;
}

.dropdown>a:hover {
  color: white !important;
}

.navbar-dark .navbar-nav .show.dropdown-menu {
  background-color: #282d3d !important;
  text-decoration: none;
  width: 100% !important;
}

.navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav a.dropdown-toggle {
  color: #fff !important;
}

.navbar-dark .navbar-nav .show.dropdown-menu>li>a {
  color: #fff !important;
}

.dropdown-menu.show {
  padding: 0 !important
}

.dropdown-divider {
  margin: 0;
}

.dropdown-menu .dropdown-item {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
  text-align: center;

}

.dropdown-menu .dropdown-item:hover {
  background-color: #FF3200 !important;
  /* background-color: #282d3d!important; */
  color: #fff !important;
}

.navbar-nav .nav-item a:focus {
  background-color: #FF3200 !important;
  /* background-color: #282d3d!important; */
  color: #fff !important;
}


.navbar-header .xrm-attribute-value a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.navbar-header .xrm-attribute-value .custom-sitetitle {
  text-align: center;
}

.footer-bottom {
  background-color: #282d3d !important
}

.nav-link {
  height: 100% !important;
}

.loginFormBody {
  background-color: #d1d1d16b;
  border-radius: 1rem;
  box-shadow: 0 0 20px 0px #00000047;
}

.crmEntityFormView .actions {
  border-top: unset !important;
}

.flexColumnCenter {
  flex-direction: column;
  align-content: center;
}

.modal-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000033;
  z-index: 2;
  border-radius: 0.5rem;
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center !important;
  align-items: center !important;
  z-index: 1000;



}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top: 5px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.lightgraycardcontainer {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #ffffffd5;
}

.custombreadcrumb {
  min-width: 150px;
  text-align: center;
  color: white;
  font-weight: 700;
  margin-bottom: 0;
  align-self: center;
  cursor: default;
}

.activebreadcrumb {
  background-color: #ff3200;
  color: white;
  text-align: center;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  .two-column {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .navbar-brand.navbar-header{
    width: 100%!important;
  }
  .navbar-toggler.custom-navbar-toggler{
    margin: 0!important;
    width: 100%!important;
  }
  .sitelogo{
    object-fit: contain!important;
  }

  .navbar-brand.navbar-header .xrm-attribute-value>a{
    width: 100%!important;
  }
  
}