[class*=sidebar-dark] .brand-link {
    border-bottom: 1px solid #4b545c;
    color: #00C6FF;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: bold !important;
}

.login-page, .register-page {
    background-color: #f4f6f9;
}

.btn-primary {
    background-color: #3c3c3b;
    border:1px solid transparent;
    color:#fff;
}

.btn-primary:focus, .btn-primary:active, .btn-primary:hover {
    background-color: #333333 !important;
    border:1px solid transparent !important;
    color:#fff;
}

.paginate_button .page-item, .paginate_button .page-item:active {
    background-color: #3c3c3b !important;
}

.page-item.active .page-link {
    background-color: #3c3c3b !important;
    border-color: #3c3c3b !important;
    color:#fff !important;
}

.page-link {
    color: #3c3c3b !important;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #3c3c3b !important;
}

a {
    color: #3c3c3b;
}

a:hover{
    color: #3c3c3b;
}

.bordered {
    border: 4px solid #3c3c3b;
}

.star-full {
    color:#3c3c3b;    
}

.star-empty {
    color:#fed03d;
    background-color:#fff;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color:#3c3c3b;
    border-color:#3c3c3b; 
}

.table-custom>tbody>tr>td, .table-custom>tbody>tr>th, .table-custom>tfoot>tr>td, .table-custom>tfoot>tr>th, .table-custom>thead>tr>td, .table-custom>thead>tr>th {
    padding:2px !important;
}

i.active{
  color: #3c3c3b;
}

.dashboard-info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
    color: #333333;
}

.dashboard-info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}

.dashboard-info-box-icon i {
    color: #fff;
    font-size: 2.5rem;
}

.dashboard-info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.dashboard-info-box-text {
    text-transform: uppercase;
}

textarea.custom-textarea {
    height: 8.7em;
}

.upload__box {
    padding: 20px;
}
.upload__inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
    
.upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all .3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #4045ba;
    border-color: #4045ba;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
}
      
.upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all .3s ease;
}
      
.upload__btn-box {
    margin-bottom: 10px;
}
    
.upload__img-wrap, .upload_video-wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
      
.upload__img-box {
    width: 200px;
    height: 150px;
    padding: 0 10px;
    margin-bottom: 12px;
}
      
.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #00A350;
    position: absolute;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}
.upload__img-close:after {
    content: '\2716';
    font-size: 14px;
    color: white;
}
  
.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

.main_image {
    border: 5px solid #00A350;
}

.upload_video_input {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload_video-box {
    padding: 0 10px;
    margin-bottom: 12px;
    width: 330px;
}

.upload_video-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #00A350;
    position: absolute;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;  
}
.upload_video-close:after {
    content: '\2716';
    font-size: 14px;
    color: white;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

@media only screen and (max-width: 1350px) {
    .planning-table-bordered {
        overflow-x: auto;
    }
}

.planning-table-bordered td, .planning-table-bordered th {
    vertical-align: middle;
    border: 1px solid #dee2e6 !important;
    padding: 0.25rem;
}

.font-size10 {
    font-size: 10px;
}

.hour-container{
    position: relative;
    white-space: nowrap;
    height: 48px;
    width: 21px;
    transform: rotate(270deg);
}

.planning-table-bordered table{
    font-size: 9px;
    width: 100%;
}

.planning-table-bordered td {
    width: 21px;
    max-width: 21px;
}

.planning-club-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    font-weight: bold;
}

/* .planning-tooltip {
    position: relative;
}

.planning-tooltip .tooltiptext {
    display: none;
    min-width: 350px;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 25px;
    right: 50%;
    margin-right: -175px;
    border: 1px solid #000;
}

.planning-clubs-container:hover .tooltiptext {
    display: block;
    transition: 1s;
} */

.billing-select-container {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}

.billing-select {
    display: inline-block;
    margin-left: 10px;
    color: #444;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    min-width: 50%;
}

.billing-select-container label {
    margin-bottom: 0;
    margin-left: 3px;
}

.billing-select-label-container {
    display: inline-flex;
    font-size: 17px;
}

.sidebar-mini.sidebar-collapse:hover .main-sidebar {
    width: 4.6rem;
    overflow: hidden;
}

.sidebar-mini.sidebar-collapse:hover .nav-sidebar > .nav-item > .nav-link > p,
.sidebar-mini.sidebar-collapse:hover .nav-sidebar > .nav-item > .nav-treeview,
.sidebar-mini.sidebar-collapse:hover .brand-link > .brand-text {
    visibility: hidden;
}