.bg-blue {
    background-color: aquamarine;
}

.bg-body {
    background: linear-gradient(0deg, rgba(246,246,246,1) 60%, rgba(196,130,59,0) 100%), url("../img/bg1.png") no-repeat;
    /* background-size: cover; */
    /* background-image: url("../img/bg1.png"); */
    /* background: grey; */
    /* height: fit-content; */
}

.text-black {
  color: #000 !important;
}
.section {
    background: transparent;
}
.member-container {
    border: 0;
}
.fw-bold {
    color: black !important;
    font-weight: bold;
}


.sidebar-profile {
    background-color: white;
    border-radius: 15px;
    padding: 0 !important;
    position: relative;
    /* height: 643px; */
    /* margin-left: 24px; */
}

.header-sidebar {
    height: 150px;
    border-radius: 15px;
    background: rgb(191,128,64);
    background: linear-gradient(90deg, rgba(191,128,64,1) 3%, rgba(193,129,55,1) 4%, rgba(196,130,59,1) 97%);
}

.image-sidebar {
    width: 50%;
    border-radius: 50%;
    border: 10px solid white;
    top: 15%;
    right: 25%;
    position: absolute;
}

.menu-sidebar {
    padding-top: 10%;
    /* text-align: left; */
}

.menu-sidebar p{
    text-align: center;
    font-size: 22pt;
    font-weight: bold;
    color: black;
}
.menu-sidebar span{
    text-align: center;
    font-size: 12pt;
}

.member-container .sidebar .menu li.active a{
    color: #337AB7;
}

.menu-sidebar ul{
    text-align: left;
    padding-top: 40%;
    padding-bottom: 8%;
}
@media screen and (min-width: 400px) and (max-width: 768px) {
    .menu-sidebar {
        padding-top: 40%;
    }
    .menu-sidebar ul{
        padding-top: 20%;
        padding-bottom: 8%;
    }
  }


.ic-sidebar {
    padding-left:16px;
    padding-right:8px;
}

.member-container .box-member {
  padding: 1em;
}

.content {
    background-color: white;
    border-radius: 15px;
    padding: 0 !important;
    position: relative;
    height: auto !important;
    border-left: 0 !important;
}

.profile-title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
}

.profile-title h3 {
    color: black !important;
}

/* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  text-align: center;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background: transparent;  
  border-bottom: 3px solid #337AB7;
  color: #337AB7;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.tab .search-container {
  float: right;
}

.tab input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
  padding: 7px 4px 7px 40px;
  border-radius: 5px;
  background: #F6F6F6 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}

.tab .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.tab .search-container a {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.tab .search-container button:hover {
  background: #ccc;
}

.tab-disabled button.active{
  border: none;
  color: #000;
}

.tablink-disabled:active {
  border: none;
  color: #000;
}
@media screen and (max-width: 600px) {
  .tab .search-container {
    float: none;
  }
  .tab a, .topnav input[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .tab input[type=text] {
    border: 1px solid #ccc;  
  }
}

.tabcontent h4 {
  color: #000;
  font-weight: bold;
}

/* .content-1 {
} */

.content-2 {
  min-height: 100%;
  position: relative;
}

.btn-outline-danger {
  color: #d43f3a;
  border: 1px solid #d43f3a;
}

.btn-outline-danger:hover {
  background-color: #d43f3a !important;
  color: #fff !important;
  border: 1px solid #d43f3a;
}

.btn-outline-danger:focus {
  background-color: #fff !important;
  color: #d43f3a !important;
  border: 1px solid #d43f3a;
}

.btn-dark:hover {
  color: #FFFFFF;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark {
  color: #FFFFFF;
  background-color: #343140;
  border-color: #343140;
}

.row-content {
  display: flex;
  border-bottom: 2px solid #E2E2E2;
  padding-bottom: 8px;
  padding-top: 8px;
}

.row-content-2 {
  display: flex;
  /* padding-bottom: 8px; */
  /* padding-top: 8px; */
}

.btn-content {
  position: absolute;
  bottom: 0;
}

.btn-transparent {
  background: transparent !important;
}

.badge-primary {
  background-color: #D6E5FA;
  padding: 8px;
  color: #337AB7;
  border-radius: 5px;
}

.badge-warning {
  background-color: #FDF1E7;
  padding: 8px;
  color: #DC7318;
  border-radius: 5px;
}

.badge-error {
  background-color: #EEBEBE;
  padding: 8px;
  color: #C53333;
  border-radius: 5px;
}

.modal-dialog-centered {
  min-width: 100px;
  min-height: 50px;
  position:fixed; 
  top: calc(50% - 25px); 
  left: calc(25% - 50px);
}

.textarea {
  border: none;
  width: 100%;
  background-color: white;
  padding: 16px;
  border-radius: 5px;
}

.modal-content {
  background-color: #f5f5f5 !important;
}

/*calendar*/
.calendar-section {
  margin-bottom: 20px;
  background-color: #f6f6f6;
}
.calendar, .calendar_weekdays,
.calendar_content {
  max-width: 585px;
}

.calendar {
  /*float: left;*/
  margin: auto;
  min-width: 320px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.calendar_weekdays {
	color: #aaa;
	font-weight: lighter;
}
.calendar_weekdays div {
  display:inline-block;
  vertical-align:top;
}
.calendar_content, .calendar_weekdays, .calendar_header {
  position: relative;
}
.calendar_content:after, .calendar_weekdays:after, .calendar_header:after {
	content: ' ';
	display: table;
	clear: both;
}
.calendar_weekdays div, .calendar_content div {
  /*border: 1px dotted #999;*/
  width: 14.28571%;
  height: 68px;
  line-height: 69px;  
  overflow: hidden;
  text-align: center;
  background-color: transparent;
}

.calendar_content .today {
	color: #3B8FC7;
}
.calendar_content div {
  float: left;
	margin-left: -1px;
	margin-top: -1px;
  border: 1px solid transparent;
}
.calendar_content div:hover {
  border: 1px solid #777;
  /*line-height: 68px;*/
  cursor: pointer;
}

.calendar_content div.blank:hover {
  cursor: default;
  border: none;
}

.calendar_content div.past-date {
	cursor: initial;
  color: #d5d5d5;
}
.calendar_content div.today{
  font-weight: bold;
  font-size: 18px;
  color: #409EDD;
}
.calendar_content div.selected {
  background-color: rgba(229, 240, 255, 1); /*rgba(170, 170, 176, .5) #aaaab0*/
  border: 1px solid white;
}
.calendar_header {
  width: 100%;
  text-align: center;
}

.calendar_header h2 {
  float:left;
  width:70%;
  margin-top: 10px;
  padding: 0 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  color: #FFFFFF;
}

button.switch-month {
  background-color: transparent;
  padding: 0;
  outline: none;
  border: none;
  line-height: 52px;
  height: 55px;
  float: left;
  width:15%;
  transition: color .2s;
}

button.switch-month:hover {
  color: #5EADE2;
}
button.switch-month:active {
  background-color: rgba(113, 113, 125, .4);
}
.calendar_header h2 {
  color: #000;
  line-height: 1.7;
}

.btn-filter {
  border: 1px solid #dfdfdf;
  background: transparent;
}

.btn-filter:hover {
  border: 1px solid rgba(51, 122, 183, 1);
  background: rgba(51, 122, 183, 1);
  color: #fff;
}

.btn-filter-active {
  border: 1px solid rgba(51, 122, 183, 1);
  background: transparent;
  color: rgba(51, 122, 183, 1);
}

.input-icon {
  position: relative;
}

.input-i {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 8px;
  margin-right: 8px;
}

/* select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  text-indent: 1px;
  text-overflow: '';
} */



@media (min-width: 768px) {
  .cal {
    width: 800px;
    height: fit-content;
  }
}

.hidden {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

/* input[type=radio].hidden+label { */
  /* color: #ccc;
  font-style: italic; */
/* } */

input[type=radio].hidden:checked+label {
  border: 1px solid rgba(51, 122, 183, 1);
  background: rgba(51, 122, 183, 1);
  color: #fff;
}

.img-container {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
}

.outer {
  width: 100% !important;
  height: 100% !important;
  max-width: 120px !important; /* any size */
  max-height: 120px !important; /* any size */
  border: 10px solid white;
  margin: auto;
  margin-top: -30%;
  background-color: #6eafd4;
  border-radius: 100%;
  position: relative;
  }
  
.inner {
  background-color: rgba(191,128,64,1);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.inner:hover {
  background-color: #fff;
}
.inputfile {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
}
.inputfile + label {
    font-size: 1.25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    pointer-events: none;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
}
.inputfile + label svg {
    fill: #fff;
}

.collapsible {
	background:transparent;
  color: 777;
  cursor: pointer;
  padding: 16px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  color: 000;
}

.content-collapse {
  padding: 0 16px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.row-collapsed {
  border: none;
}

.no-border {
  border: none !important;
}