/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

#wpcontent {
	padding: 0;
}

#main {
	padding: 0;
}

h3.sub-heading, .sub-heading {
	font-size: 28px;
    font-weight: 600;
}

.sub_th {
	font-size: 24px !important;
	font-weight: 500 !important;
}


.af2_card.no_fit {
	height: unset;
}

#main .content-wrapper-before {
	top: 0;
}

.card {
	max-width: none;
}

.row {
	display: block;
}

.color-primary {
	background-color: rgba(121, 183, 255, 0.11);
	color: #58468c;
}

#breadcrumbs-wrapper .breadcrumbs-title {
	color: #58468c;
}

.btn-primary {
	background-color: #7bb9ff;
	border: none;
}

.btn-primary:hover {
	background-color: #ff8a73;
}

.btn-primary:active, .btn-primary:focus {
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
	background-color: #ff5e45 !important;
}

.pointer {
	cursor: pointer;
}

.link {
	color: #6A96FF;
}
.link a, .link a:hover, .link a:focus, .link a:active{
	color: #6A96FF !important;
	text-decoration: none !important;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.af2_pt_row.error {
	background-color: rgba(255, 105, 76, 0.73);
}

label {
	margin: 0;
	display: flex;
	height: 40px;
	align-items: center;
}

h5.breadcrumbs-title.mt-0.mb-0 {
	font-size: 3rem !important;
	line-height: 3rem !important;
}

#af2_delete_post_button {
	opacity: 1;

	transition: opacity 0.3s ease-out;
}
#af2_delete_post_button.hide {
	opacity: 0;
}

th {
	padding: 10px 5px !important;
}

.fixed-action-btn
{
	width: 230px;
	display: flex;
	justify-content: flex-end;
	padding: unset;
}

.btn-floating
{
	margin-right: 10px;
}

.toast.error {
	color: #ff694c !important;
	background-color: rgba(255, 138, 115, 0.16) !important;
	border-left: 2px solid #ff694c !important;
}
.toast.success {
	color: #34D187 !important;
	background-color: rgba(102, 255, 168, 0.16) !important;
	border-left: 2px solid #34D187 !important;
}
.toast.message {
	color: #58468c !important;
	background-color: rgba(121, 183, 255, 0.11) !important;
	border-left: 2px solid #58468c !important;
}

.af2_card {
	background-color: white;
	box-shadow: 0 10px 55px 5px rgba(137,173,255,.35);
	margin: 10px;
	height: fit-content;
	border-radius: 8px;
	transition: background-color 300ms ease-out;
	cursor: pointer;
}
.af2_card.af2_disabled {
	background-color: #eeeeee;
	cursor: unset;
}

.row_bt {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.container_bt {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.af2_card_inner {
	padding: 30px 21px 30px 30px;
}

.interface_heading{
	color: #58468c;
	font-size: 22px;
	font-weight: 400;
}

.af2_card_inner_demo {
	padding: 30px;
}

.demo_heading {
	color: #58468c;
	font-size: 22px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 10px;
}

.demo_subheading {
	font-size: 11px;
	font-family: Poppins,sans-serif;
	font-weight: 400;
	text-transform: none;
	letter-spacing: .125em;
	color: #716c80;
	text-align: left;
}

.interface_subheading {
	font-size: 11px;
	font-family: Poppins,sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .125em;
	color: #716c80;
}



.af2_card.af2_disabled:hover {
	background-color: #eeeeee;
}

.af2_more {
	margin-top: 200px;
}

.af2_content {
	padding: 10px;
}
.af2_content.af2_hidden {
	display: none
}

.col-sm_bt {
	max-width: 30%;
	min-width: 30%;
}

.af2_int_save {
	width: 100%;
}

.af2_if {
	margin-bottom: 35px;
}

.monthly-conversion-chart {
	position: relative;
}

#thisMonth{
	position: relative;
	top: 0;
	left: 0;
}
#wpfooter {
	display: none;
}

.af2_pad_0 {
	padding: 0 !important;
}

.fragen_list_search{
    border-radius: 7px !important;
    height: 47px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #666 !important;
    padding: .75em !important;
    height: auto !important;
    border: 1px solid #ced4da !important;
    background: #fafafa !important;
    /*box-shadow: none !important;*/
    box-sizing: border-box !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.fragen_list_search:focus{
    color: #495057 !important;
    background-color: #fff !important;
    border-color: #80bdff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
}

.af2-pro-bg{
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.af2-pro-badge{
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
}

.af2-pro-badge h1{
    color: white;
}

.pro-button{
    position: relative;
}

.pro-badge{
    position: absolute;
    z-index: 1;
    top: -5px;
    right: -15px;
    background: #f55080;
    color: white;
}
.af2_badge_wrapper{
	position: relative;
	display: inline-block;
}

.pro-sidebar-container{
    text-align: center;
}

.pro-sidebar-container img{
    max-width: 100%;
    margin:0 0 10px;
}

.af-wrap{
    display: flex;
}
.af-left-col{
    max-width: 80%;
    flex: 0 0 80%;
}
.af-right-col{
    max-width: 20%;
    flex: 0 0 20%;
}
.af-wrap .p0{
    padding: 0;
}
.af-wrap .mb0{
    margin-bottom: 0;
}
.af-blank-card{
    border: none;
    padding: 0;
    margin-top: 1.65rem;
}
.af-switch-label{
    height: auto;
    display: inline-block;
    padding: 10px 5px 0;
    line-height: 1.75;
}
.af-switch-label .lever{
    margin-bottom: 5px !important;
    margin-left: 0 !important;
    margin-right: 5px !important;
}
.fixed-float-btn{
    left: 190px;
    right: auto;
    justify-content: flex-start;
}
@media(min-width: 783px) and (max-width: 960px){
.fixed-float-btn{
    left: 70px;
}
}
@media(min-width: 2400px){
   .af-left-col{
        max-width: 90%;
        flex: 0 0 90%;
    }
    .af-right-col{
        max-width: 10%;
        flex: 0 0 10%;
    } 
}

@media(max-width: 767px){
    .af-wrap{
        flex-direction: column;
    }
   .af-left-col{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .af-right-col{
        max-width: 100%;
        flex: 0 0 100%;
    } 
}
@media(max-width: 782px){
	.fixed-float-btn {
    left: 10px;
    bottom: 10px;
}
.col-sm_bt{
	max-width: 100%;
}
}