/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.thwpsb-bar a, .thwpsb-bar a:hover{
    color: #eaeaea;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}

body.thwpsb-sandbox-ready {
    padding-top:40px;
}

#wpadminbar ul li#wp-admin-bar-thwpsb{
    background-color: #c78305;
}


/*-- Loader start here --*/
#thwpsb-loading {
    position: fixed;
    top: 0; right: 0;
    bottom: 0; left: 0;
    background: #fff;
    opacity:  0.4;
    z-index: 9999;
}
.thwpsb-loader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: .8em solid rgba(218, 219, 223, 1);
    border-left: .8em solid #353535;
    animation: spin 1.1s infinite linear;
}
.thwpsb-loader, .thwpsb-loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.05em;
}
@keyframes spin {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*-- Loader end here --*/

#th-sandbox-bar {
    position: fixed;
    z-index: 999999;
    padding: 8px;
    box-sizing: border-box;
    font-size: 15px !important;
    line-height: 1.4 !important;  
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: #0079ca;
    color: #fff !important;
    width: 100%;
}

#th-sandbox-bar.create-sandbox{
    top: 0;
    align-items: center;
    justify-content: center;
}

#th-sandbox-bar.sandbox-details{
    bottom: 6px;
    width: auto;
    left: 6px;
}

#th-sandbox-bar > div {
  width: auto;
  /*height: 24px;*/
}

#th-sandbox-bar p{
    margin: 0;
    padding: 0;
}

#th-sandbox-bar a{
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}