.plugin-dashboard {
    padding: 3% 30%;
}

#wpcontent, #wpfooter {
    background: #151518;
}

@media only screen and (max-width: 1200px) {
.plugin-dashboard {
    padding: 12% 5% 10% 5%;
}
}

.plugin-dashboard-card {
    background: #1e1e22 !important;
    padding: 4% 4% !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.1) !important;
	border: 1px solid #534D9F;
}
	
	.plugin-dashboard-card:hover {
	border: 1px solid #8176FF;
}

.plugin-dashboard h1 {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}

.plugin-dashboard form {
  display: flex;
  flex-direction: column;
}

.plugin-dashboard .form-group {
  margin-bottom: 15px;
}

.plugin-dashboard label {
    font-weight: 600;
    font-family: "Work Sans", Sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: white;
}

.plugin-dashboard input[type="text"],
.plugin-dashboard select {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    min-width: 100%;
}

.plugin-dashboard .btn {
    color: #F4F4F4;
    font-family: "Work Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-radius: 50px 50px 50px 50px;
    background-color: transparent;
    background-image: linear-gradient(30deg, #6B5EFF 0%, #8176FF 51%);
    padding: 18px 28px 18px 28px;
    border: none;
}

.plugin-dashboard .btn:hover {
  background-color: #4175fc;
}

.e-notice.notice {
    display: none;
}

.turbo-blogger-logo {
    max-width: 50%;
    padding-bottom: 20px;
}

textarea#additional-requests {
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    background-color: #fff;
    color: #2c3338;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    display: block;
    min-width: 100%;
}

textarea#call-to-action {
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    background-color: #fff;
    color: #2c3338;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    display: block;
    min-width: 100%;
}

    .progress-bar-container {
    width: 100%;
    height: 10px;
    margin-top: 10px;
    background-color: #f3f3f3;
    border-radius: 5px;
    }

    .progress-bar {
        height: 100%;
        background-color: #4caf50;
        width: 0;
        border-radius: 5px;
        transition: width 1m linear;
    }

.countdown-timer {
    text-align: center;
    padding-top: 5px;
    color: white;
}

span.required {
  color: red;
  margin-left: 5px;
}
