
.wp-core-ui .button, .wp-core-ui .button-secondary {
    color: #5565FF;
    border-color: #5565FF !important;
    background: white !important;
    border-radius: 4px !important;
    padding: 0 20px !important;

}

.wp-core-ui .button-secondary:hover {
    background-color: #f2f5fa !important;
    border-color: #5565FF !important;
    color: #5565FF;
}
.wp-hide-pw {
    background-color: #232323 !important;
}
.wp-core-ui .button-secondary:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #2C3E50;
}

.wp-pwd .button, .wp-pwd .button-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-pwd .button span, .wp-pwd .button-secondary span {
    top: 0 !important;
}

.wp-core-ui .button-primary {
    background: #5565FF !important;
    color: white !important;
    border-radius: 4px !important;
    border: none !important;
    padding: 0 20px !important;
    font-weight: 600;
}

.wp-core-ui .button-primary:hover {
    background-color: #2C3E50;
}

.wp-core-ui .button-primary:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #2C3E50;
}
#adminmenu li.current a.menu-top {
    background: #5565FF !important;

}
.page-title-action {
    color: #5565FF !important;
    border-color: #5565FF !important;
    background: white !important;
    border-radius: 4px !important;
    padding: 8px 20px !important;
 }

.page-title-action:hover {
    background-color: #f2f5fa !important;

}

.wp-color-result {
    border-radius: 30px !important;
    border: none !important;
}

.wp-color-result-text {
    color: #5565FF;
    border-color: #5565FF;
    border: 1px solid !important;
    background-color: transparent !important;
    border-radius: 30px !important;
    padding: 0 20px !important;
    font-weight: 700;
}

/*------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------
tcIconButton
--------------------------------------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------------------------------*/
.tcIconButton {
    background-color: transparent !important;
    border-radius: 30px;
    padding: 3px 20px 3px 3px;
    cursor: pointer;
    margin-right: 10px;
    font-size: 14px;
    display: inline-flex;
    text-decoration: none !important;
    align-items: center;
    color: #5565FF !important;
    border: 1px solid #5565FF;
    font-weight: 700;
    white-space: nowrap;
}

.tcIconButton i {
    font-size: 14px;
    margin-right: 10px;
    background-color: #5565FF !important;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white !important;
}

.tcIconButton:hover {
    background-color: rgba(242, 245, 250, 0.3) !important;
}

.tcIconButton__active {
    background-color: #5565FF !important;
    color: white !important;
    border: none !important;
}

.tcIconButton__active .tcAdminBadge {
    background-color: white !important;
    color: #5565FF !important;
    border: none !important;
}

.tcIconButton__active i {

    color: #5565FF !important;
    background-color: white !important;

}

.tcIconButton__active:hover {
    background-color: #5565FF !important;

}

/*------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------
FORM ELEMENTS
--------------------------------------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------------------------------*/
label {
 }

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select, textarea {
    border: 1px solid #5565FF !important;
    font-size: .875rem !important;
    background-color: white;
    border-radius: 4px !important;
}

form select option {
    /*border-top-left: 0 !important;*/
    /*background-color: white;*/
}

form select option[selected=selected] {
    /*background-color: #1e90ff ;*/
    /*color:white !important;*/

}

select option:checked {
    background-color:#5565FF;
    color: white;
}

form *:focus {
    background-color: #ecf4fe !important;
}

#titlewrap input {
    background-color: white !important;
    color: black;
    font-weight: 700 !important;
    font-size: 1.7em !important;
    padding: 10px !important;
}
