body { 
    overflow-x: hidden;
    background-color: #f9f9f9!important;
    padding: 16px;
}

nav.navbar {
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 12%);
}

.navbar-light .navbar-nav .nav-link {
    color: #262626;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.btn.btn-secondary {
    cursor: pointer;
    margin-right: 15px;
    border-radius: 100px !important;
    background-color: #e8e8e8;
    color: #545454;
    border: 1px solid #e8e8e8;
}

.btn.btn-success {
    cursor: pointer;
    background-color: #652482;
    margin-right: 15px;
    border-radius: 100px !important;
}

.btn-success:hover {
    border-color: #5e2976;
    background-color: #5e2976;
    
}
.wall_oversight {
    padding: 0 20px;
}

.card_functions {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    display: none;
    background: #fff;
    text-align: center;
    padding: 5px;
}

.fa-search {
    color:  #652482;
}

.card_functions button {
    margin-right: 10px;
    cursor: pointer;
    min-width: 35px;
}

.form-inline .form-control {
    background-color: #E7E7E7;
    border-color: #E7E7E7;
}

.wall_item {
	max-width: 1024px;
    margin: auto;
    margin-bottom: 12px;
    border-radius: 10px;
    border-color: transparent;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 12%);
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #ffffff;
}

.card.mb-3 {
    background-color: #ffffff !important;
    border-color: #fff;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 12%);
    border-radius: 10px;
    padding: 16px;
    /* border-bottom: 2px solid #652482; */
}


.ui-autocomplete {
    z-index: 99999 !important;
}

.wall_item h5 button {
	text-align: left; 
	cursor: pointer; 
	text-decoration: none;
	color: #262626;
	min-width: 100%;
    font-weight: 500;
}

.wall_item h5 button:hover,
.wall_item h5 button:focus {
	text-decoration: none;
	color: #000;
}

.wall_oversight h1 {
    display: block;
    clear: both;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 3rem 0rem;
    font-weight: 700;
}

.wall_oversight h2 {
    display: block;
    clear: both;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 3rem 0rem;
    font-weight: 600;
    font-size: 24px;
}

.wall_oversight h1:after {
    content: "";
    height: 3px;
    background-color: #652482;
    width: 120px;
    display: block;
    margin: auto;
    margin-top: 16px;
    border-radius: 100px;
}


.sortholder {
    width: 315px;
    height: 251px;
    border: dashed 1px #ccc;
    background: #fefefe;
    font-weight: bold;
    text-align: center;
    padding-top: 35px;
    box-sizing: border-box;
}

.modal_meta i {
    margin-right: 5px;
}

.modal_meta {
	float: left;
	vertical-align: top;
}

.edit_notitite, .remove_postit {
	cursor: pointer;
	margin-right: 10px;
}

.post_buttons {
	float: right;
	vertical-align: top;
}

.dropdown-menu-right {
    left: -100px;
}

.avat {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 20px;
    margin-left: 10px;
    cursor: pointer;
	background-size: 300% 300%;
  background-image: linear-gradient(
        -45deg, 
        #009aa3 0%, 
        #0477a9 25%, 
        #652482 51%, 
        #e5007f 100%
  );  
  animation: AnimateBG 20s ease infinite;
	text-align: center;
	color: #fff;
	padding-top: 8px;
	font-weight: bold;
}

@keyframes AnimateBG { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
  }

.avat img {
    width: 40px;
    height: 40px;
}

.tagedit-list {
    display: block;
    width: 100% !important;
    padding: .5rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    height: 42px;
    overflow: hidden !important;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15) !important;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.modal_content_text img {
    max-width: 100%;
    height: auto;
}

div.content_box {
    margin: 25px;
}

.mega-search {
border-radius: 100px;
padding: 12px 24px;
-webkit-box-shadow:0px 2px 4px rgb(0 0 0 / 12%);
box-shadow: 0px 2px 4px rgb(0 0 0 / 12%);
background-color: #fff;
border-color: #ffffff;
}

body.login {
	background: url('https://picsum.photos/2000/1500?random') no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.rooster_filter ul {
    margin: 0;
    padding: 0;
}

.rooster_filter li {
    list-style: none;
    float: left;
    vertical-align: top;
    margin-right: 20px;
}


tr.subboard .subboard_td {
	padding-left: 35px;
}

.board_checkbox_group {
	display: block;
}

.board_checkbox_group label {
	display: block;
}

.board_checkbox_group label input {
	padding-left: 5px;
}

.sub_board_label {
	padding-left: 15px;
}

.inactive_slots_alert {
	display: none;
}

.show_inactive_slots_alert {
	display: block;
}


.btn {
    border: 1px solid transparent;
    padding: 0.6rem 1rem !important;
    border-radius: 0.5rem !important;
    transition: all .15s ease-in-out;
}

.btn.add_note_button.add_note_button_fixed {
    cursor: pointer !important;
    margin-right: 0px !important;
    position: fixed;
    font-size: 22px !important;
    right: 32px;
    bottom: 32px;
    height: 54px;
    width: 54px;
    border-radius: 100px !important;
    background-size: 300% 300%;
  background-image: linear-gradient(
        -45deg, 
        #009aa3 0%, 
        #0477a9 25%, 
        #652482 51%, 
        #e5007f 100%
  );  
  animation: AnimateBG 20s ease infinite;
    border: transparent;
    /* box-shadow: rgba(102, 36, 130, 0.4) 0px 30px 90px; */
}

.btn.add_note_button.add_note_button_fixed:hover {
    cursor: pointer !important;
    background-color: #551e6f;
    /* box-shadow: rgba(102, 36, 130, 0.6) 0px 30px 90px; */
}

.login .btn.add_note_button.add_note_button_fixed {
    display: none;
}


.btn-outline-success:hover,.btn-outline-success:active {
    color: #fff !important;
    background-color: #652482 !important;
    border-color: #652482 !important;
}

.fa-search:hover {
    color: #fff !important;
}

.color-background {
    width: 100%;
    height: 30vh;
    background-color: #652482;
    /* margin: 0 -16px; */
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.color-background img {
    width: 310px;
}

.wall_oversight:has(.color-background) {
    padding: 0px;
}

h4.card-title:before {
    content: "Bord";
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    color: #652482;
    background: #ddd0f4;
    border-radius: 100px;
    padding: 4px 16px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    width: fit-content;
    font-weight: 500 !important;
}


.card-title {
    margin-bottom: 0rem !important;
    font-weight: 600 !important;
}


.wall_item.card .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 2.25rem 2.25rem 2.25rem;
}

.h4, h4 {
    font-size: 1.7rem;
}

.card-body-footer {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.4rem 0rem 0.4rem 1rem;
background-color: #f8f8f8;
border-radius: 10px;
color: #262626; }


/* LOGIN */

.login .content_box {
    margin: 25px;
    height: 90vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.login .card-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.login .card-title {
    font-weight: 600 !important;
    text-align: center;
    margin-bottom: 1rem !important;
} 

.login .btn {
    width: 100%;
    border-radius: 100px !important;
    margin-top: 12px;
    background-color: #652482 !important;
}

.login .btn:hover {
    background-color: #4d2361 !important;
    border: 1px solid #4d2361;
}

.login .card {
    border-radius: 10px;
    border: 1px solid transparent;
}