/*

Theme Name: WMD Theme

*/



/*html :where(img){height:inherit;max-width:none;}*/
.profile-tab-content {
    padding: 0 20px;
}
.content-area .section-content {
    margin-top: 30px;
}
.content-area .section-content h1, .content-area .section-content h2, .content-area .section-content h3, .content-area .section-content h4, .content-area .section-content h5, .content-area .section-content h6 {
    margin-bottom: 5px;
}

.section-footer {
    border-top: 1px solid #e8e8e8;
}
.section-footer .footer-copyright p {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.wizz-left-outer {
    max-width: calc(46% - 37px) !important;
}
.wizz-right-outer {
    max-width: 100% !important;
}
.section-main-content span {
    margin-top: 13px;
}
.deposit-outer span {
    margin: 0 !important;
}
.deposit-bonus-list-outer
{
	display:block;
}
@media screen and (max-width: 992px) 
{
	.wizz-left-outer {
    max-width: calc(100% - -1px) !important;
}
}
.section-new-header .main-navigation #primary-navbar {
    justify-content: right;
}
.content-area .section-content .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.content-area .section-content .table-responsive table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.content-area .section-content .aligncenter {
    clear: both;
    margin-bottom: 20px;
}
.content-area .section-content a {
    line-break: anywhere;
}

@media (max-width: 799px) {
	body:not(.logged-in) .bb-mobile-header .flex-1 {
	    justify-content: right;
	    padding: 0;
	}
	.section-new-header .content-area.bb-grid-cell {
	    padding-left: 0px;
	    padding-right: 0px;
	}
}

/*AUTHOR SECTION And Page START*/
.main-title {
    text-align: left;
}

.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 20px;
}

.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.name_author_out {
    display: flex;
    align-items: center;
}

.name_author_out span.lbl {
    margin-right: 5px;
    font-weight: bold;
    margin-bottom: 0px !important;
}

.name_author_out h4,
.name_author_out p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.name_author_out a {
    color: inherit;
    text-decoration: underline;
}

.name_author_out a p {
    font-size: 16px;
}

.name_author_out a:hover {
    color: var(--hover-color);
}

.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.author_imag {
    line-height: 0;
}

.name_author_out {
    display: flex;
}

.custom_author_info p {
    margin: 0px;
}

/*Author Page css*/
.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.profile-header-container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-avatar-container img {
    padding: 0;
    border: 0;
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.profile-fields-group.profile-fields-group-1 {
    border: 1px solid #eee;
    margin: 1.5rem 0 0;
    padding: 15px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background: #fff;
}

.profile-fields-group.profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}

.author-box-wrapper {
    padding: 30px 0;
    margin-top: 32px;
    box-shadow: none;
    background-color: #fff;
}

.author-f-name .label,
.author-description-name .label {
    font-weight: 600 !important;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
    color: inherit;
    padding: 0px;
}

.author-f-name {
    display: flex;
    gap: 10px;
    font-size: 18px;
    margin-bottom: 5px;
}

.author-description-name {
    margin-top: 20px;
    font-size: 18px;
}

/*AUTHOR SECTION And Page END*/