.logo-dimension {
    height: 38px !important;
    width: auto;
}

.menu-right {
    flex: 1;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}

.container {
    max-width: 100% !important;
    width: 100% !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}


.menu-area.menu--light .author__access_area ul li > span {
	color: rgba(85, 85, 85, 0.5);
}
.menu-area.menu--light .author__access_area ul li .access-link {
	color: rgba(85, 85, 85, 0.5);
}
.directory_content_area .search_form .atbd_seach_fields_wrapper .single_search_field {
	margin-right: 0px;
	flex: 2;
}

.btn-gradient.btn-gradient-one {
	background: linear-gradient(to right, #41a6df, #9239ff) !important;
}

.btn-gradient.btn-gradient-one:hover {
	background: linear-gradient(to right, #41a6df, #9239ff) !important;
}

.menu-area.menu--light .search-wrapper .search_module .search_area form .input-group .form-control {
    color: #000;
}
.search-wrapper .search_module .search_area form .input-group .form-control {
    background: none;
    padding-left: 2.66667rem;
    border: 1px solid #DDD;
    transition: all 0.3s ease;
    width: 100%;
}

.breadcrumb .breadcrumb-item a {
	color: #1a1a1c !important; 
}
.breadcrumb-item + .breadcrumb-item { 
    color: #1a1a1c  !important; 
}
.breadcrumb-item + .breadcrumb-item::before { 
	color: #1a1a1c !important; 
}
.view-80vh{
min-height: 80vh !important;
}

ol, ul, dl {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.menu-right .search-wrapper, .menu-right .author-area {
    display: flex !important;
}

.top-menu-area .menu-fullwidth .logo-wrapper {
    border-right: 0 px !important;
}
.btn-secondary {
    color: black !important;
	font-weight:bold;
    background-color: #f4f4f4;
    border-color: #903af9;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #f4f4f4;
    border-color: #7409f7;
}
.btn-rounded {
    -webkit-border-radius: 0.1875rem !important;
    border-radius: 3.188rem !important;
}

.auto-min-height{ 
min-height: auto !important;
}
.auto-min-width{
min-width: auto !important; 
}


.width-100p{
width: 100% !important;
}

.search-wrapper {
    /*margin-right: 2rem;*/
    position: relative;
    max-width: 80%;
    margin:auto;
}

.top-login-label{
	color: #41a6df !important;
	text-decoration: none !important;
	background-color: transparent !important;
	font-size: 11px !important;
}



.border-shadow-custom {
	border: 1px solid #ededed !important;
	border-radius: 4px !important;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2) !important;
}
/*
.listing-view-actions{
    border: none !important;
    background: #42a7df;
    color: #fff;  
    padding: 5px 10px;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 3px;
}*/

.listing-view-actions { 
	background: transparent;
	color: #42a7df;
	padding: 8px 7px;
	font-size: 18px;
	line-height: 1.5;
	border-radius: 50%;
	border: 1px solid #42a7df;
}


/*
.atbd_listing_list .atbd_single_listing_wrapper .atbd_listing_thumbnail_area .atbd_listing_image {
	height: 200px !important;
	max-height: 200px !important;
}
*/
.col-height-200{
	height: 200px !important;
	max-height: 200px !important;
}
.atbd_listing_list .atbd_single_listing_wrapper .atbd_listing_thumbnail_area .atbd_listing_image img {
    width: 100%;
    height: 100%;
	max-height: 140px !important;
    object-fit: contain;
}

.icon-flex-direction{
flex-direction: column;
}

.image-block-display-type{
display:flex;
	justify-content: space-between;
}
@media screen and (min-width: 480px) {
 .top-login-label{ 
	font-size: 16px !important;
}
	
.icon-flex-direction{
flex-direction: row !important;
}
	
.image-block-display-type{
display:block !important;
}
.col-height-200{
	height: 350px !important;
	max-height: 350px !important;
}
}

.display-block{
display:block !important;
}

.icon-bottom-flex-row{
flex-direction: row !important;
}

.auto-max-height{
max-height: auto !important;
}
.mt-c-1{
margin-top: 0.3rem !important;
}

.custom-overlay{
    background: #ffffff;
    color: #666666;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 500000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 20px;
    opacity: .80;
}

.custom-spinner {
    margin: 0 auto;
    height: 60px;
    width: 60px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #43a3e0;
    border-right-color: transparent;
    border-radius: 50%;
} 
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

