/*

* demo.css

* File include item demo only specific css only

******************************************************************************/



.menu .app-brand.demo {

  height: 64px;

  margin-top: 12px;

}



.app-brand-logo.demo svg {

  width: 22px;

  height: 38px;

}



.app-brand-text.demo {

  font-size: 1.75rem;

  letter-spacing: -0.5px;

  text-transform: lowercase;

}



/* ! For .layout-navbar-fixed added fix padding top tpo .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;

}



/* 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;

}



/*

* 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;

}




/*divyanshi-css*/
.light-style .authentication-wrapper.authentication-basic .authentication-inner:after {
  background-image: none !important;
}

.authentication-wrapper.authentication-basic .authentication-inner:before {
  background-image: none !important;
}

.account-size {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

label.form-label {
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: .2px;
  color: #444;
}

input#email {
  border: 1px solid #515151;
  padding: 9px 12px;
  color: #444;
  font-size: 15px;
}

input#password {
  border: 1px solid #515151;
  padding: 9px 12px;
  color: #444;
  font-size: 15px;
}

span.input-group-text.cursor-pointer {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

small {
  font-size: 16px;
  color: red;
}

.btn.btn-login-sec {
  background-color: #3a6fc0;
  border: 1px solid #ffb600;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

aside#layout-menu {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background: #ffffff !important;
}

.bg-menu-theme .menu-inner>.menu-item.active>.menu-link {
  background-color: #3871c1 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  color: #fff !important;
}

li.menu-item a {
  color: #000 !important;
  font-size: 17px !important;
}

li.menu-item.active a {
  color: #000 !important;
  font-size: 17px !important;
  font-weight: 500;
}

.menu-vertical .menu-inner>.menu-item .menu-link {
  margin: 0;
  border-bottom: 1px solid #000;
  border-radius: 0 !important;
}

.menu-item i {
  font-size: 25px;
  padding-right: 8px;
}

.admin-col p.mb-4 {
  font-size: 17px;
  color: #333;
}

.layout-page {
  background: #ecf4ff;
}


.bg-footer-theme {
  background-color: #000000 !important;
  color: #ffffff;
  font-size: 17px;
  text-align: end;
}

.bg-footer-theme .footer-link {
  color: #ffffff;
}

.head-single {
  font-size: 26px;
  color: #000000;
  letter-spacing: .2px;
  border-bottom: 5px solid #3871c1;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 13px;
}


.navbar-expand-xl .navbar-nav .dropdown-menu {
  background: #ffffff;
}

span.fw-semibold.d-block {
  color: #000000;
  font-size: 17px;
  font-weight: 400 !important;
}

.dropdown-item {
  color: #363636 !important;
  font-size: 16px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #000000 !important;
  background-color: transparent;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: transparent !important;
}

.menu-vertical .menu-inner>.menu-item {
  margin: 0;
}

h5.card-header {
  background: #3871c1;
  color: #fff;
  font-size: 21px;
}

.div_main-cart .card .btn.btn-add-event {
  background: #b40b0b;
  border: 0;
  padding: 6px 15px;
  color: #fff;
  font-size: 16px;
}

label {
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
}

div.dataTables_wrapper div.dataTables_length select {
  line-height: 20px;
  font-size: 16px;
  text-align: center;
}

div.dataTables_wrapper div.dataTables_filter input {
  text-align: left;
  padding: 9px;
  border: 1px solid #000;
  color: #333;
  font-size: 15px;
}

::-ms-input-placeholder {
  color: #4a4a4a !important;
}

::placeholder {
  color: #4a4a4a !important;
}

div.dataTables_wrapper div.dataTables_info {
  font-size: 16px;
  padding: 20px 0 0;
  margin-top: 9px;
  color: #000;
}

table tr th.sorting_asc,
th.sorting {
  background-color: #525252;
  padding: 4px 10px;
  text-align: left;
  color: #fff !important;
  text-transform: capitalize !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: .7 !important;
  color: #fff !important;
}

td {
  border: 1px dotted #000;
  text-align: left;
  color: #000;
  font-weight: 500;
  font-size: 15px;
}

.table>tbody>tr>td,
.table>tbody>tr>th {
  vertical-align: middle !important;
}

table tbody td img {
  width: 50px;
  border: 2px solid #3871c1;
  height: 50px;
  object-fit: cover;
  margin-right: 6px;
  padding: 2px;
}

.table-border-bottom-0 tr:last-child td,
.table-border-bottom-0 tr:last-child th {
  border-bottom-width: 1px;
}


.div_main-cart .card .btn.btn.btn-edit {
  background: #13620e;
  border: 0;
  color: #fff;
  font-size: 14px;
}

.div_main-cart .card .btn.btn.btn-send {
  background: #084b7a;
  border: 0;
  color: #fff;
  font-size: 14px;
}

.page-item.active .page-link,
.page-item.active .page-link:hover,
.page-item.active .page-link:focus,
.pagination li.active>a:not(.page-link),
.pagination li.active>a:not(.page-link):hover,
.pagination li.active>a:not(.page-link):focus {
  border-color: #000000;
  background-color: #000000;
  color: #fff;
  box-shadow: none;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #000;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #0a0a0a;
}

label.col-sm-2.col-form-label {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  text-align: left;
}

input {
  border: 1px solid #292929 !important;
  color: #000;
  font-size: 15px;
}

textarea.form-control {
  border: 1px solid #292929 !important;
  color: #000;
  font-size: 15px;
}

input#basic-default-name {
  border: 1px solid #000;
  color: #000;
  font-size: 15px;
}

textarea.form-control {
  border: 1px solid #000;
  color: #000;
  font-size: 15px;
}

.form-control:focus {
  color: #000;
}

.btn-add-sec1 {
  background-color: #3871c1;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: .2px;
  text-align: center;
}

.btn-add-sec1:hover {
  background-color: #3871c1;
  color: #fff;
}

.menu-vertical .menu-inner {
  border-top: 0px solid #000;
}

a.btn.btn-delete.btn-sm {
  background: #8e0000 !important;
  color: #fff !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: #045904 !important;
  font-weight: 500;
}

.text-only {
  font-size: 14px;
  text-align: left;
  color: #dd7a07;
  margin-bottom: 0;
}

img#img {
  width: 138px;
  height: 104px;
  object-fit: cover;
  padding: 1px;
  border: 2px solid #3871c1;
  border-radius: 5px;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

.padd {
  padding: 20px;
}

.dropzone .dz-message {
  margin: 0rem !important;
  line-height: 9px;
}

.dropzone {
  min-height: 80px !important;
  border: 2px solid rgba(0, 0, 0, .3);
  background: #fff;
  padding: 12px 9px;
}

.btn-danger {
  color: #fff;
  background-color: #971b05;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}

.btn-danger:hover {
  color: #fff;
  background-color: #971b05;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  transform: none;
}

img.w-100.card-img-top {
  border-radius: 0;
}

select.form-select {
  border: 1px solid #000;
  color: #000;
  font-size: 15px;
}

button#button-addon2 {
  background: #000;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
}

button.btn.btn-add-event1 {
  background: #b40b0b;
  color: #fff;
  font-size: 16px;
  padding: 5px 12px;
}

.col-sm-10 i.toggle-password.fa.fa-fw.fa-eye-slash {
  line-height: 5px;
  color: #000;
}

.form-check-input:checked,
.form-check-input[type=checkbox]:indeterminate {
  background-color: #000000;
  border-color: #000;
  box-shadow: none;
}

button.btn.btn-add-event1 {
  background: #b40b0b;
  color: #fff;
  font-size: 16px;
  padding: 5px 12px;
}

.div_main-cart .card .btn.btn-delete-event {
  background: #b40b0b;
  color: #fff;
  font-size: 13px;
  padding: 4px 9px;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
  color: red;
}

.alert-dark {
  background-color: #0d7a01ab;
  border-color: #ffffff;
  color: #ffffff;
  padding: 5px 16px;
  margin: 0 12px;
}

.menu-vertical .menu-item.active:not(.open)>.menu-link {
  font-weight: 500;
}

.width-imgs img {
  width: 45%;
}

.card-heads {
  font-size: 25px;
  color: #000;
  border-bottom: 5px solid #3871c1;
  margin-bottom: 10px;
  padding-bottom: 9px;
  font-weight: 600;
  display: inline-block;
}

.para-2 {
  font-size: 16px;
  color: #444;
  line-height: 28px;
}

.menu .app-brand.demo {
  height: auto;
  margin-top: 30px;
  margin-bottom: 24px;
}


th.sorting_desc {
  background-color: #525252;
  padding: 4px 10px;
  text-align: left;
  color: #fff !important;
  text-transform: capitalize !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.new-date-evenets a {
  font-size: 16px;
  color: #ffffff;
  background: #9c0b0b;
  padding: 5px 12px;
  border-radius: 5px;
}

.new-date-evenets a:hover {
  font-size: 16px;
  color: #ffffff;
  background: #9c0b0b;
  padding: 5px 12px;
  border-radius: 5px;
}

.col-sm-55 {
  font-size: 16px;
  border: 2px dotted #3871c1;
  padding: 5px 10px;
  background: #fffaec;
}

.col-sm-55 p {
  font-size: 17px;
  color: #000;
  margin-bottom: 11px;
  margin-top: 10px;
}

.followinf-sec {
  background-color: #000;
  padding: 4px 10px;
  text-align: left;
  color: #fff !important;
  text-transform: capitalize !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 12px;
  border-radius: 5px;
}

.radioButton label {
  color: #000;
  text-transform: capitalize;
  width: 156px;
}

.radioButton label {
  font-size: 17px;
}

span.radioButton {
  border-bottom: 1px dotted #000;
  padding-bottom: 19px;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    margin-top: 16px;
  }

  h5.card-header {
    font-size: 17px;
    line-height: 24px;
  }

  .head-single {
    font-size: 20px;
  }

  .admin-col p.mb-4 {
    font-size: 16px;
    color: #333;
  }

  div.dataTables_wrapper div.dataTables_filter label {
    padding-left: 6px;
  }

  .followinf-sec {
    font-size: 14px !important;
    line-height: 23px;
  }

  .radioButton label {
    width: auto;
  }

  .card-heads {
    font-size: 20px;
  }

  .para-2 {
    font-size: 15px;
    line-height: 25px;
  }
}

a.btn.btn-default.buttons-excel.buttons-html5 {
  background: #b40b0b;
  color: #fff;
  font-size: 15px;
  border: 0;
  padding: 5px 11px;
}

.bg-footer-theme .footer-link:hover {
  color: #fff;
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
  .radioButton label {
    width: 108px;
  }
}

@media only screen and (min-width:800px) and (max-width:1199px) {
  .radioButton label {
    width: 75px;
  }
}

@media only screen and (min-width:600px) and (max-width:799px) {
  .radioButton label {
    width: 21%;
  }
}

@media (max-width:300px) {
  .radioButton label {
    width: auto;
  }
}

.col-sm-10 i.toggle-password.fa.fa-fw.fa-eye:before {
  line-height: 7px;
  color: #000;
}

.rest-apssa i.toggle-password {
  background: #000;
  text-align: center;
  padding: 1px;
  line-height: 38px;
  color: #fff;
  padding: 1px;
  font-size: 17px;
  padding: 0 29px 0px 14px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

i.fa.fa-chevron-down {
  font-size: 17px;
  padding-left: 3px;
  color: #3871c1;
}

.icon-drops {
  display: flex;
  align-items: center;
  justify-content: center;
}

table th,
td {
  color: #444;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}