#content {
  font-family: Roboto, sans-serif;
}

hr {
  margin-bottom: 10px;
}

.emailDisplay {
  display: none;
  transition: all 0.5s ease-out;
}

.passwordbox {
  flex-wrap: wrap;
  justify-content: space-between;
}

#changePassword {
  width: 50%;
}

#changePasswordConfirm {
  width: 50%;
}

@media (max-width: 1079px) {
  .passwordbox {
    justify-content: center;

  }

  #changePassword {
    width: fit-content;
  }

  #changePasswordConfirm {
    width: fit-content;
  }
}

#profile-section2 {
  padding-right: 55px;
  padding-left: 55px;
}

@media (max-width: 991px) {
  #profile-section2 {
    padding-right: 20px;
    padding-left:20px;
  }
}

@media (max-width: 767px) {
  #profile-section2 {
    padding-right: 0;
    padding-left: 0;
  }
}

a {
  color: #100f0f;
}

.bg-gradient-primary {
  background: #2a638e;
}

.form-control {
  font-size: .8rem;
  border-radius: 0.5rem;
  padding: 1rem;
  float: left;
}

.login-bg{
  background: url(/assets/img/background-bare.jpg);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: center center;
  background-size: cover;
  background-color: #132c3f;
}


.btn-user {
  font-size: .8rem;
  /*border-radius: 10rem;*/
  padding: .75rem 1rem;
}

@media (max-width: 400px) {
  #top-navbar {
    margin-left: -22px;
  }
}

#sub-card span {
  color: rgba(245,89,61,0.82);
}

.text-primary {
  color: #2a638e !important;
}

.btn-primary {
  background-color: #2a638e;
  border-color: #2a638e;
}


.form-check-input:checked {
  background-color: #2a638e;
  border-color: #2a638e;
}

.btn-primary:hover {
  background-color: #225174;
  border-color: #225174;
}

#dashboard-section1 {
  padding-bottom: 5vh;
}

.btn-link {
  color: #2a638e;
}

.btn-link:hover {
  color: #225174;
}

.page-item.active .page-link {
  background-color: #2a638e;
  border-color: #2a638e;
}

#side-navbar {
  position: relative;
}

#signout {
  position: absolute;
  bottom: 0;
}

.dropdown .dropdown-list .dropdown-header {
  background: #2a638e;
  border: 1px solid #2a638e;
}

#new-pass input {
  border: 1px solid rgb(211,213,227) ;
  border-radius: 20px;
  border-bottom-left-radius: 20px;
}

.btn-primary.active {
  background-color: #1c415e;
  border-color: #1f4c6d;
}

a:hover {
  color: #2a638e;
}

.form-select {
  border-radius: 160px;
  font-size: 12.8px;
  padding: 16px;
}

h1 {
  color: rgb(148,135,150);
  font-family: Roboto, sans-serif;
}


.alert-warning, #error-handling.alert.alert-handling{
  color:rgba(0, 0, 0, 1)
}

.modalJomo {
  display: none;
  justify-content: center;
  position: fixed;
  bottom: 30vh;
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

/* Modal Content/Box */
.modal-contentJomo {
  position: relative;
  justify-content: center;
  background: transparent;
  margin: 10px;
  left: 25vw;

  padding: 20px;
  width: 60%;
}



@media screen and (max-width: 530px) {
  .modal-contentJomo {
    width: 100%; /* Could be more or less, depending on screen size */
    left: 0;
  }
  .weekday {
    max-width: 70px;
  }
}

/* The Close Button */
.close {
float: right;
font-size: 28px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}

.modal-display{
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-rows: repeat(1, minmax(0, 1fr));
}

.cancel-modal-display{
  display: flex;
  flex-direction: column;
}

.delete-modal-display{
  display: flex;
  flex-direction: column;
}

#addressModalContent {
  top: 0;
}

.addressModalContent {
  text-align: center;
  text-align: center;
  padding: 15px;
  background-color: #eff7fe;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.payment-method{
text-align: center;
text-align: center;
background-color: #eff7fe;
margin: 18px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
border-radius: 15px;

}

.pay-button{
font-size: 14px;
}

.payment-text{
font-size: 16px;
padding: 15px;
}

.pay-title{
background-color: #d9eafa;
padding:5px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
}

#phoneNumberInput {
  margin-bottom: 10px;
}

#profilePic {
  object-fit: cover;
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 20px;
  border-radius: 50%
}

.avatar {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
  border-radius: 50%;
  font-family: sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}


.usernameErrors{
  margin: 4vh;
  background-color: red;
  position: relative;
  height: 12vh;
  border-radius:2px;
  padding:2vh;
}

.signupErrors{
  margin: 4vh;
  background-color: red;
  position: relative;
  height: 12vh;
  border-radius:2px;
  padding:2vh;
}




 /* Scrollbar  */
html::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

html::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, #18374eee),
									   color-stop(0.72, #f5593d6e),
									   color-stop(0.86, #f5593d4d));
}


.cardModule {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: .35rem;
}

@media (min-width: 1400px){
  .align-items-xxl-center {
    align-items: unset !important;
  }
}


.modules-header {
  text-align: center !important;
}

@media (max-width: 520px) {
  #lottie-support {
    display: none;
  }
  #contactUs-send {
    margin-left: auto;
  }
}


#contactEmailInfo {
  margin-left: 1rem;
  margin-top: 1rem;
  font-size: 13px;
  font-style: italic;
  color: rgb(203 46 17 / 88%);
}

#contactEmailInfo:hover {
	cursor:pointer;
}

#contactEmailInfo:hover + #contactEmailInfoDiv {
	display:block;
}

#contactEmailInfoDiv {
	display: none;
	margin-left:1rem;
	margin-top:1rem;
	font-size:13px;
}

@media (max-width: 450px) {

  #coming-soon {
    display: none;
  }

}

#collapse-renew {
  position: relative;
}

#renewPayment {
  align-items: center;
}

.center-button {
  display: flex;
  justify-content: space-around;
  align-items:center;
}

@media (max-width: 767px) {
  #profile-section2 {
    display: block;
  }
}

.modal-contentJomo input,.modal-contentJomo label {
  margin: 5px 5px;
}


#addressError {
  display: none;
  color: red;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 6px;
}


.addressModalContent {
  margin: 30px auto;
  width: 40vw;
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1100px) {
  .addressModalContent {
    width: 60vw;
  }
}

#inputStreet {
  width: 100%;
}

#inputCity {
  width: 50%;
}

#inputPC {
  width: 45%;
}

#inputCounty {
  width: 45%;
}

#inputCountry {
  width: 50%;
}

#phoneNumberCode {
  width: 35%;
}
#phoneNumberLabel {
  width: 100%
}

#phoneNumberInput {
  width: 60%;
}

@media screen and (max-width: 717px) {
  #inputStreet {
    width: 100%;
  }

  #inputCity {
    width: 100%;
  }

  #inputPC {
    width: 100%;
  }

  #inputCounty {
    width: 100%;
  }

  #inputCountry {
    width: 100%;
  }

  #phoneNumberCode {
    width: 100%;
  }
  #phoneNumberLabel {
    width: 100%
  }

  #phoneNumberInput {
    width: 100%;
  }
}

#bannerParagraph {
  margin-bottom: 5px;
  letter-spacing: 5px;
  color:#152c3d;
  font-size: 12px;
}

#addressLineOne {
	margin-top: 1rem;
}

#addressInfo {
	width: 100%;
	margin-left: 1rem;
   	margin-top: 1rem;
    	font-size: 13px;
    	font-style: italic;
    	color: rgb(203 46 17 / 88%);

}

#addressInfo:hover {
	cursor: pointer;
}

#addressInfo:hover + #addressInfoDiv {
	display:block;
}

#addressInfoDiv {
width:100%;
    display: none;
    margin-left: 1rem;
    font-size: 13px;
}

#payMonthlyModal {
  width: 50%; transform: translate(50%)
}

@media screen and (max-width: 530px) {
  .modal-contentJomo {
    width: 100% !important; /* Could be more or less, depending on screen size */
    left: 0;
  }

}

@media only screen and (min-width: 150px){
  #dd-button-container {
    margin-bottom: 8px;
    height: 25px;
  }
}

@media only screen and (min-width: 500px){
  #dd-button-container {
    font-size: 1.2rem;
    margin-bottom: 17px;
    height: 55px;
  }
}

@media screen and (max-width: 850px) {
  #payMonthlyModal {
    width: 100%;
    transform: translate(0);
  }
}

/* Backup Modal */
.backup-modal-content {
  background-color: #edf5fce6;
  text-align: center;
  border-radius: 15px;
  padding-bottom: 1rem;
  }

  .backup-modal-title {
  font-size: 16px;
  background-color: #c2dbf3bf;
  padding: 2px;
  }


  /* Ribbon */

  .content{
    margin:auto;
    width: 80%;
    max-width: 960px;
    min-height: 3.750em;
    line-height: 1.5em;
    color: #292929;
  }

  .ribbon{
    box-sizing: content-box;
    position:relative;
    padding: 0 0.5em;
    font-size:1em;
    margin: 0 0 0 -1.125em;
    line-height: 1.875em;
    color: #1f222b;
    border-radius: 0 0.156em 0.156em 0;
    background: rgb(185, 73, 28);
    box-shadow: -1px 2px 3px rgba(0,0,0,0.5);
  }
    .ribbon:before, .ribbon:after{
      position:absolute;
      content: '';
      display: block;
    }

    .ribbon:before{
      box-sizing: content-box;
      height:100%;
      width: 0.469em;
      padding: 0 0 0.500em;
      top:0;
      left: -0.469em;
      background:inherit;
      border-radius: 0.313em 0 0 0.313em;
    }

    .ribbon:after{
      width: 0.313em;
      height: 0.313em;
      background: rgba(0,0,0,0.35);
      bottom: -0.313em;
      left: -0.313em;
      border-radius: 0.313em 0 0 0.313em;
      box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
    }


/* Ribbon Free */
.contentFree{
  background:#FFFFFF;
  width: 80%;
  max-width: 960px;
  min-height: 3.750em;
  margin: 2em auto;
  padding: 1.250em;
  border-radius: 0.313em;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
  line-height: 1.5em;
    color: #292929;
}

.ribbonFree{
  position:relative;
  padding: 0 0.5em;
  font-size:2.000em;
  margin: 0 0 0 -0.625em;
  line-height: 1.875em;
  color: #FFFFFF;
  border-radius: 0 0.156em 0.156em 0;
  background: #2A638E;
  box-shadow: -1px 2px 3px rgba(0,0,0,0.5);
}

.ribbonFree:before, .ribbonFree:after{
  position:absolute;
  content: '';
  display: block;
}

.ribbonFree:before{
  box-sizing: content-box;
  width: 0.469em;
  height: 100%;
  padding: 0 0 0.438em;
  top:0;
  left: -0.469em;
  background:inherit;
  border-radius: 0.313em 0 0 0.313em;
}

.ribbonFree:after{
  width: 0.313em;
  height: 0.313em;
  background: rgba(0,0,0,0.35);
  bottom: -0.313em;
  left: -0.313em;
  border-radius: 0.313em 0 0 0.313em;
  box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
}

@media (max-width: 600px) {

  body{
    font-size:0.875em;
  }

  .ribbonFree{
    line-height: 1.143em;
    padding: 0.5em;
  }

  .ribbonFree:before, .ribbonFree:after{
    font-size: 0.714em;
  }

}

  /* Sidebar */
  .dropdown-menu .nav-link {
    color: rgba(255,255,255,.8) ;
    background-color: transparent;
  }

  .navbar-dark .navbar-nav .show>.nav-link{
    color: rgba(255,255,255,.8); 
}

.navbar-dark .navbar-nav .show>.nav-link:hover{
  color: #fff;
}

  .dropdown-menu .nav-link:hover{
    color: #fff;
    background-color: transparent;
  }
  
  .dropdown-clear{
    color: rgba(255,255,255,.8) ;
    background-color: transparent !important;
    border-color: transparent !important;
  }

  .nav-link.active{
    color: #fFC93C !important;
    background-color: transparent;
  }

  li:hover {
    color: #fFC93C !important;
  }

  /* Upload Form */

  #uploadForm {
    max-width: unset;
  }

  /* Common Settings Table */
  .commonSettings {
    border-collapse: collapse;
    margin: 25px 0;
    margin-left:auto;
    margin-right:auto;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
  .commonSettings thead tr {
    background-color: #2A638E;
    color: #ffffff;
    text-align: left;
  }

  .commonSettings th,
  .commonSettings td {
      padding: 12px 15px;
  }

  .commonSettings tbody tr {
    border-bottom: thin solid #dddddd;
}

  .commonSettings tbody tr:nth-of-type(even) {
      background-color: #f3f3f3;
  }

  .commonSettings tbody tr:last-of-type {
      border-bottom: 2px solid #2A638E;
  }

  .commonSettings tbody tr.settings-active-row {
    font-weight: bold;
    color: #2A638E;
  }

  /* Tooltips */
.tooltip-inner{
 
  max-width:310px;
 
  padding:3px 8px;
  
  color:#fff;
  
  text-align:center;
  
  background-color:#0b1b24;
  
  border-radius:5px
   
  }

  /* The slider */
/* .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #214c6d;;
  -webkit-transition: .4s;
  transition: .4s;
} */

.nav-background {
  background-image: url("/assets/img/jomo-background-bare.jpg");
  background-blend-mode: multiply;
  color: #fff;
  background-color: #2a638e;
  background-position: 92% 0%;
}
/* background-image: url("/assets/img/background-strip.jpg"); */

/* button nextcloud*/

.btnNext {
  background: #2a638e;
  color: #fff;
  border-radius: 5px;
  margin-top: 3vh;
  padding: .5rem;
}

/* Test Staff Panel */

/*#accountSearch {
  background-image: url('/css/searchicon.png'); 
  background-position: 10px 12px; 
  background-repeat: no-repeat; 
  width: 100%; 
  font-size: 16px; 
  padding: 12px 20px 12px 40px; 
  border: 1px solid #ddd; 
  margin-bottom: 12px; 
}
*/

.adminPanel {
  color: black;
}

.block-blue{ 
  background-color: #061D3C !important;
}

.panelCenter {
    margin: 4rem;
    width: 50%;
    padding: 12px;
  
}

.panelButton {
    background: #2a638e;
    color: white;
    border-radius: 5px;
    margin: 2px;
}

.tablePanelScroll {
  overflow:hidden;
  overflow-y: scroll;
  height: 300px;
}

#accountTable {
  padding: 20%;
  margin: 4rem;
  border-collapse: collapse; /* Collapse borders */
  width: 90%; /* Full-width */
  font-size: 18px; /* Increase font-size */
  color: black;
}

#accountTable th, #accountTable td {
  text-align: left; /* Left-align text */
  padding: 12px;
  color: black; /* Add padding */
}

#accountTable tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid white;

}

#accountTable tr.header, #accountTable tr:hover {
  /* Add a grey background color to the table header and on hover */
  background-color: white;

}




.table-fixed {
  background-color: #fbfbfb;
  width: 100%;
}
.table-fixed tbody {
  height: 200px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}

.table-fixed thead tr th {
  background-color:#2A638E;
  border-color:#2A638E;
  float: left;
  color:#fff;
}


/* .table-fixed tbody td {
  float: left;
}

.read_article{
text-align:center;
} */

.admin-login {
  padding-top: 16vh;
}

.auth-body {
  display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 80vh;
}

.auth-img {
  max-height: 130px;
  margin: 0px 15px 45px;
}

.auth-btn {
  border-radius: 5px;
    background-color: #17364e;
    border-color: #2a638e;
    color: white;
}