.yeti-btn {
    vertical-align: middle !important;
}

#_media_item_thumbnail, #_media_item_path{
    width: 100%;
}

#media_feed_item_meta_box textarea{
    width: 100%;
    min-height: 100px;
}

#TB_ajaxContent {
    width: 90% !important;
}

.yeti-modal-loader {
    width: 100%;
    text-align: center;
    padding: 20px;
}

.yeti_control_div {
    width: 100%;
    padding: 20px 20px 20px 20px;
}

.aio_admin_wrapper {
    background-color: #fff;
    padding: 10px;
    height: 100%;
}

.aio_admin_wrapper h1,
.aio_admin_wrapper h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
}

input.apple-switch {
    position: relative;
    -webkit-appearance: none;
    outline: none;
    width: 50px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #D9DADC;
    border-radius: 50px;
    box-shadow: inset -20px 0 0 0 #fff;
}

input.apple-switch:after {
    content: "" !important;
    position: absolute;
    top: 1px;
    left: 1px;
    background: transparent;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}

input.apple-switch:checked {
    box-shadow: inset 20px 0 0 0 #4ed164 !important;
    border-color: #4ed164;
}

input.apple-switch:checked:after {
    left: 20px;
    box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05) !important;
}

input.apple-switch:checked:before {
    content: "" !important;
}