@media (min-width: 768px){
    .navbar-vertical.navbar-expand-md.fixed-left {
        left: auto !important;
        border-width: 0 1px 0 0;
    }
}

@media (min-width: 768px){
    .navbar-vertical.navbar-expand-md.fixed-left+.main-content {
        margin-top: 17px !important;
    }
}
@media (min-width: 768px){
    .navbar-vertical.navbar-expand-md {
        top: auto !important;
        margin-top: 15px;
    }
}

.card {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    word-wrap: break-word !important;
    background-color: #fff !important;
    background-clip: border-box !important;
    border: 1px solid rgba(0,0,0,.05) !important;
    border-radius: .375rem !important;
    padding: 0px !important;
    max-width: 100% !important;;
}

@media (min-width: 768px){
    .navbar-vertical.navbar-expand-md {
        bottom: auto !important; 
        position: absolute !important;
    }
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}
h3 {
   font-size: 1.0625rem!important;
   margin: 0!important;
}

.form-control-alternative {
   box-shadow: 0 1px 3px rgba(50,50,93,.15), 0 1px 0 rgba(0,0,0,.02)!important;
   border: 0!important;
   transition: box-shadow .15s ease!important;
}

.form-control-alternative:focus {
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08) !important;
}
.form-control:focus {
    color: #8898aa !important;
    background-color: #fff !important;
    border-color: rgba(50,151,211,.25) !important;
    outline: 0 !important;
}

.form-control {
   display: block !important;
   width: auto !important;
   height: calc(2.75rem + 2px) !important;
   padding: .625rem .75rem !important;
   font-size: 1rem !important;
   line-height: 1.5 !important;
   color: #8898aa !important;
   background-color: #fff !important;
   background-clip: padding-box !important;
   border-radius: .375rem !important;
   transition: all .2s cubic-bezier(.68,-.55,.265,1.55) !important;
}

.footer {
    background: #f1f1f1 !important;
    padding: 2.5rem !important;
}

a:focus{
    box-shadow:none !important;
}
.components-text-control__inputs, .components-textarea-control__inputs {
    width: 100%;
    padding: 8px 8px;
    border-radius: 4px;
}
.components-button.is-larges {
    height: 30px;
    line-height: 28px;
    padding: 0 12px 2px;
}
.components-button.is-primarys {
    border-radius: 5px;
    background: #4285F4;
    border-color: #4285F4;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}
.components-button.is-defaults {
    color: #fff;
    border-color: #4285F4;
    background:#4285F4;
    align-items: center;
}
.components-button.is-buttons {
    padding: 8px 10px;
    line-height: 0;
    height: 28px;
    border-radius: 3px;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
}
.components-form-token-field__input-containers {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 8px;
    padding: 4px;
    background-color: #fff;
    color: #32373c;
    cursor: text;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .1s linear;
    border-radius: 4px;
    border: 1px solid #7e8993;
}
.card-trim {
    position: relative;
    margin-top: 20px;
    padding: .7em 6em 1em;
    min-width: 255px;
    max-width: 520px;
    border: 1px solid #555d66;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
    box-sizing: border-box;
}
.custom-alias-textbox{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    padding: 6px 8px;
    transition: box-shadow .1s linear;
    border-radius: 4px;
    border: 1px solid #7e8993;
    line-height: normal;
    font-size: 13px;
    background-color: #fff;
    color: #32373c;
    font-weight: inherit;
    width: 100%;
}
.edit-post-sidebar p {
    margin-top: 0;
}
.edit-post-sidebar input[type=date] {
    font-size: 13px;
    line-height: normal;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    padding: 6px 8px;
    box-shadow: inset 0 0px 0px rgba(0,0,0,);
    transition: box-shadow .1s linear;
    border-radius: 4px;
    border: 1px solid #7e8993;
    width:100%;
}

.edit-post-meta-boxes-area input, .edit-post-meta-boxes-area textarea {
    box-sizing: border-box;
}


/*input group */
.form-group {
    margin-bottom: 0rem !important;
    border:0px !important;
}
.input-group-alternative {
    box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02) !important;
    border: 0 !important;
    transition: box-shadow .15s ease !important;
}
.input-group {
    position: relative !important;
    display: -webkit-inline-box !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    width: 100% !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.input-group-prepend {
    margin-right: -1px !important;
}
.input-group-prepend {
    display: flex !important;
}
.input-group-text {
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
}
.input-group-text {
    display: flex !important;
    align-items: center !important;
    padding: 0.625rem 0.75rem !important;
    margin-bottom: 0 !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #adb5bd !important;
    text-align: center !important;
    white-space: nowrap !important;
    background-color: #fff !important;
    border: 1px solid #cad1d7 !important;
    border-radius: 0.375rem !important;
}
.input-group .form-control:not(:first-child) {
    border-left: 0 !important;
    padding-left:0 !important;
}
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group-alternative .form-control {
    border: 0 !important;
    box-shadow: none !important;
}
.input-group-alternative .input-group-text {
    border: 0 !important;
    box-shadow: none !important;
}
.input-group>.input-group-prepend>.input-group-text{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-primary {
    color: #fff !important;
    background-color: #4285F4 !important;
    border-color: #4285F4 !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}
.btn {
    display: inline-block;
    font-weight: 400 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    user-select: none !important;
    border: 1px solid transparent !important;
    padding: 0.325rem 1rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: 0.250rem !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.text-center {
    text-align: center !important;
}
.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]:checked {
    background: #fff;
    border-color: #6c778161 !important;
}

.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox] {
    border: 1px solid #6c778161 !important;
}
.custom-toggle-default input:checked+.custom-toggle-slider {
    border-color: #4285f4;
}
.custom-toggle input:checked+.custom-toggle-slider {
    border: 1px solid #4285f4;
}
.custom-toggle-slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    border: 1px solid #ced4da;
    border-radius: 34px!important;
    background-color: transparent;
}
 
.custom-toggle-default input:checked+.custom-toggle-slider:before {
    background: #172b4d;
}
.custom-toggle input:checked+.custom-toggle-slider:before {
    transform: translateX(28px);
    background: #4285f4;
}
.custom-toggle-slider:before {
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    content: '';
    transition: all .15s cubic-bezier(.68,-.55,.265,1.55);
    border-radius: 50%!important;
    background-color: #e9ecef;
}
 
.custom-toggle-default input:checked+.custom-toggle-slider:after {
    color: #172b4d;
}
.custom-toggle input:checked+.custom-toggle-slider:after {
    right: auto;
    left: 0;
    content: attr(data-label-on);
    color: #5e72e4;
}
.custom-toggle-slider:after {
    font-family: inherit;
    font-size: .75rem;
    font-weight: 600;
    line-height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: hidden;
    min-width: 1.66667rem;
    margin: 0 .21667rem;
    content: attr(data-label-off);
    transition: all .15s ease;
    text-align: center;
    color: #ced4da;
}

.custom-toggle {
    position: relative;
    display: inherit;
    display: inline-block;
    width: 52px;
    height: 1.5rem;
    margin: 0;
}
.edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]:checked{
    display:none;
}


#toast {
    visibility: hidden;
    max-width: 30px;
    height: 30px;
    /*margin-left: -125px;*/
    margin: auto;
    background-color: #F4B400;
    color: #000000;
    text-align: center;
    border-radius: 2px;

    position: relative;
    z-index: 1;
    left: 0;right:0;
    top: -10px;
    font-size: 14px;
    white-space: nowrap;
}
#toast #img{
	width: 25px;
	height: 30px;
    
    float: left;
    
    padding-top: 5px;
    padding-bottom: 5px;
    
    box-sizing: border-box;

    
    background-color:#F4B400;
    color: #000000;
}
#toast #desc{

    
    color: #000000;
   
    padding: 5px 0px;
    overflow: hidden;
    white-space: nowrap;
   
}


#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {top: 0; opacity: 0;} 
    to {top: -10px; opacity: 1;}
}

@keyframes fadein {
    from {top: 0; opacity: 0;}
    to {top: -10px; opacity: 1;}
}

@-webkit-keyframes expand {
    from {min-width: 50px} 
    to {min-width: 250px}
}

@keyframes expand { 
    from {min-width: 50px}
    to {min-width: 250px}
}
@-webkit-keyframes stay {
    from {min-width: 250px} 
    to {min-width: 250px}
}

@keyframes stay {
    from {min-width: 250px}
    to {min-width: 250px}
}
@-webkit-keyframes shrink {
    from {min-width: 250px;} 
    to {min-width: 50px;}
}

@keyframes shrink {
    from {min-width: 250px;} 
    to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
    from {top: -10px; opacity: 1;} 
    to {top: 20px; opacity: 0;}
}

@keyframes fadeout {
    from {top: -10px; opacity: 1;}
    to {top: 20px; opacity: 0;}
}

