/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.float-left {
    float: left;
}

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo img {
  width: 50px;
  height: 50px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
}

/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.docs-page .layout-navbar-fixed.layout-wrapper:not(.layout-without-menu) .layout-page,
.docs-page .layout-menu-fixed.layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 62px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 231px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.preload {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 50%);
    position: fixed;
    display: none;
    z-index: 9999;
}

.preload .content {
    width: 250px;
    height: 150px;
    padding: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    text-align: center;
    border-radius: 10px;
    z-index: 9999;
    background-color: #eceef1;
}

.preload img {
    width: 120px;
    height: 80px;
}

.preload p {
    margin-top: 20px;
    color: #fcc204;
    font-weight: bold;
}

.btn-tableaddrecord {
  float: right;
}

.hideme {
    display: none !important;
}

.dropzone-wrapper {
    border: 2px dashed #91b0b3;
    color: #92b0b3;
    position: relative;
    height: 250px;
}

.dropzone-wrapper img {
    width: 100%;
    height: 100%;
}
 
.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 22px;
}

.dropzone-desc .dropzone-box{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dropzone-desc .dropzone-box p {
    margin: 0px;
    font-size: 14px;
}
 
.dropzone,
.dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.bootstrap-select {
    border: var(--bs-border-width) solid #d9dee3;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#accordionFields .card {
    background-color: #FFFFFF;
    max-width: 100% !important;
}

#resultData #accordionResult .accordion-button {
    background-color: #f5f5f9;
}

#resultData #accordionResult .accordion-body {
    background-color: #f5f5f9;
}

#resultData #accordionResult .list-group-item {
    background-color: #fcfdfd;
}

#resultData #accordionResult img {
    float: left;
}

#resultData #accordionResult .contentbox {
    width: 100%;
    max-width: 60%;
}

#resultData #accordionResult .contentbox p {
    margin-left: 55px;
}

#resultData #accordionResult .iconbox {
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 999;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

td.highlight {
    background-color: whitesmoke !important;
}
 
html.dark td.highlight {
    background-color: rgba(var(--dt-row-hover), 0.082) !important;
}

.governorcard {
    min-height: 180px;
    box-shadow: 0px 0px 5px 0 #d9dee3;
}

.govimage {
    height: 100px;
    width: 100px;
    position: absolute;
    top: -25px;
    left: calc(50% - 50px);
    border-radius: 50%;
}

.govpin {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 40px;
    left: calc(50% + 30px);
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}

.usercard {
    min-height: 170px;
    box-shadow: 0px 0px 5px 0 #d9dee3;
}

.usercard .card-header {
    height: 55px;
}

.usercard .card-body {
    padding: 10px;
}

.usercard .userimage {
    height: 90px;
    width: 90px;
    position: absolute;
    top: -45px;
    left: calc(50% - 45px);
    border-radius: 50%;
}

.usercard .userdesignation {
    font-weight: 700;
    color: var(--bs-primary);
    font-size: 16px;
    margin-bottom: 0px;
}

.usercard .username {
    font-weight: 700;
    font-size: 16px;
    color: var(--bs-dark);
    margin-bottom: 0px;
}

.usercard .clubname {
    font-weight: 700;
    font-size: 16px;
    color: var(--bs-secondary);
    margin-bottom: 0px;
}

.usercard2 {
    min-height: 160px;
    box-shadow: 0px 0px 5px 0 #d9dee3;
}

.usercard2 .card-header {
    height: 55px;
}

.usercard2 .card-body {
    padding: 10px;
}

.usercard2 .userimage {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    float: left;
}

.usercard2 .userleftbox {
    padding-left: 80px;
    min-height: 70px;
}

.usercard2 .userdesignation {
    font-weight: 700;
    color: var(--bs-primary);
    font-size: 15px;
    margin-bottom: 0px;
}

.usercard2 .username {
    font-weight: 700;
    font-size: 15px;
    color: var(--bs-dark);
    margin-bottom: 0px;
}

.usercard2 .clubname {
    font-weight: 700;
    font-size: 15px;
    color: var(--bs-secondary);
    margin-bottom: 0px;
}

.fc-title {
    color: #FFFFFF;
}

#framedata .databox {
    height: 100vh;
    background-color: #FFFFFF;
    padding: 20px 10px;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 0;
    width: 350px;
    border: 5px solid #000000;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #a1acb8;
    z-index: 999;
    height: 100vh;
    background-color: #FFFFFF;
    padding: 10px;
    overflow: scroll;
}

#framedata .card {
    background-color: #333333;
    max-width: 1100px;
}

#framedata .card-body {
    padding: 10px;
}

#framedata .draggablebox {
    background-color: #FFFFFF;
    position: relative;
}

#framedata .draggablebox p {
    position: absolute;
    margin: 0px;
}

#framedata .databox h6 {
    text-transform: uppercase;
    color: #333333;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0px;
}

#framedata .databox label {
    margin-top: 10px;
}

#framedata .bgimagebox {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#accordionFields .card {
    background-color: #FFFFFF;
    max-width: 100% !important;
}

#viewModal .description {
    text-align: justify;
}

.activitystatistics .accordion .accordion-header {
    padding: 10px;
}

.activitystatistics .accordion .accordion-header img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
}

.activitystatistics .accordion .accordion-header .memberinfo {
    padding-left: 60px;
    min-height: 60px;
}

.activitystatistics .accordion .accordion-header h4 {
    font-weight: 700;
    font-size: 16px;
    margin: 0px;
}

.activitystatistics .accordion .accordion-header h5 {
    font-weight: 700;
    font-size: 14px;
    margin: 0px;
}

.activitystatistics .accordion .accordion-header span {
    font-size: 14px;
}

.activitystatistics .accordion .accordion-header .accordion-button {
    position: absolute;
    top: 25px;
    right: 10px;
    width: auto;
}

.templateSlider .item.active {
    border: 5px solid var(--bs-indigo);
}

.templateSlider .owl-nav button {
    position: absolute;
    top: calc(50% - 52px);
    color: #FFFFFF !important;
    font-size: 52px !important;
}

.templateSlider .owl-nav button:hover {
    color: #FFFFFF !important;
    background: transparent !important;
}

.templateSlider .owl-nav button.owl-prev {
    position: absolute;
    left: 25px;
    top: calc(50% - 52px);
    color: #FFFFFF !important;
    font-size: 52px !important;
}

.templateSlider .owl-nav button.owl-next {
    position: absolute;
    right: 25px;
    top: calc(50% - 52px);
    color: #FFFFFF !important;
    font-size: 52px !important;
}

.bs-invalid {
    border-color: #ff3e1d;
}