.form-order-main {
    width: 100%;
}
.wayback-order-form .form-order-main form {
    background: #fff !important;
    padding: 0 30px;
	border-radius: 0px !important;
}
.wayback-order-form .form-order-main form .archive-url {
    margin-bottom: 6px !important;
}
.wayback-order-form .form-order-main form .form-group p.total {
    margin: 0 0 8px;
    line-height: 3px;
    font-size: 19px !important;
}
.wayback-order-form .form-order-main form .form-group .item p {
    margin: 3px 0 0;
}
.form-order-main form .form-group .item .site-type label[for="archive_url-1"] {
    margin-bottom: 1px;
    margin-top: 7px;
    font-size: 14px;
}
.wayback-order-form .form-order-main form .form-group .item .remove_sites_button, .wayback-order-form .form-order-main form .add-new-site-button button {
    font-size: 10px;
    padding: 7px 15px;
}
.wayback-order-form .form-order-main form .form-group button.wmd-submit-form {
    margin: 23px auto 33px;
    width: auto;
    padding: 6px 31px;
}
.wayback-order-form .form-order-main form .form-group p.total span.total-amount {
	font-size: 22px;
}
.wayback-order-form .form-order-main form .archive-url input {
    height: 40px !important;
    font-size: 13px !important;
}
div#wayback_url_table_wrapper {
    font-size: 15px;
}
button {
    cursor: pointer;
}
.track-order-form form.track-order .input-order-number {
    display: flex;
    margin: 55px auto;
    max-width: 600px;
}
.order-not-exists {
    width: 100%;
    background: #ffdada;
    text-align: center;
    padding: 12px 0;
    margin-top: 20px;
    color: #a30505;
    font-size: 20px;
}
.track-order-form form.track-order .input-order-number button.track-now {
    width: 171px;
    margin-left: 5px;
    background: #278fc8;
    border: 1px solid #278fc8;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 8px;
}
.form-order-main>.inner {
    width: 100%;
    float: left;
}

.form-order-main form {
    width: 100%;
    float: left;
/*     padding: 30px 30px 10px;
    box-shadow: 0 5px 22px rgb(0 0 0 / 16%); */
    border-radius: 10px;
    border: 2px solid #ffffff;
    background: #fff;
}


.form-order-main form .form-group {
    width: 100%;
    float: left;
}

.form-order-main form .form-group .item {
    width: 100%;
    float: left;
    border-bottom: 1px solid #c3c3c3;
    padding: 14px 0;
    position: relative;
}

.form-order-main form .form-group .item .remove_sites_button {
    position: absolute;
    bottom: 12px;
    right: 0;
    text-transform: uppercase;
    background: #d64343;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 6px 11px;
    font-size: 12px;
    border-radius: 8px;
}

.form-order-main form .form-group .item label {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.form-group .item input[type="url"], .form-order-main form .form-group .item input[type="text"] {
    width: 100%;
    color: #000;
    font-size: 14px;
    margin-bottom: 0 !important;
    height: 45px;
    background: #ffffff;
    border: 1px solid #d3d3d3;
    padding: 0 20px;
    border-radius: 3px;
	outline: none !important;
}

.form-order-main form .form-group .item p {
    margin: 9px 0 0;
}

.form-order-main form .form-group .item .inner .archive-url {
    margin-bottom: 25px;
    margin-top: 7px;
    width: 100%;
    float: left;
}

.form-order-main form .form-group .item .inner>div {
    float: left;
}

.form-order-main form .form-group .item .radio-group label {
    display: inline-block;
    width: fit-content;
    margin-right: 17px;
    font-weight: unset;
    font-size: 15px;
}

.form-order-main form .add-new-site-button {
    float: right;
    margin-top: 0px;
}

.form-order-main form .add-new-site-button button {
    border: none;
    background: #fff966;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    padding: 7px 16px;
    text-align: center;
    margin: 6px auto 6px;
    display: block;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px;
	border: 1px solid #000;
    outline: none !important;
}


.form-order-main form .form-group .item .radio-group label input {
    width: 19px;
    height: 20px;
    margin-top: 7px;
    position: relative;
    top: 5px;
}

.form-order-main form .form-group .item .radio-group label span.label {
    color: #000;
    font-weight: normal;
    border: none;
    padding: 0 6px;
    font-size: 14px;
}

.form-order-main form .form-group p.total {
    text-align: center;
    font-size: 22px;
    color: rgb(0,0,0);
}

.form-order-main form .form-group p.total span.total-amount {
    font-size: 28px;
    font-weight: 500;
    margin-left: 8px;
    color: #3c52ff;
}

.form-order-main form .form-group button.wmd-submit-form {
    margin: 20px auto 0;
    color: #FFFFFF !important;
    border-radius: 50px;
    display: block;
    font-size: 16px;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background-color: #3c52ff;
    padding: 19px 30px;
    margin-bottom: 31px;
    border: 2px solid #3c52ff;
}
.form-order-main form .form-group button.wmd-submit-form:hover {
    background: #2c41e4;
	border: 2px solid #2c41e4;
}
.track-order-form form.track-order .input-order-number input[type="text"] {
    width: 100%;
}

/*--------------------------- 
Add Plugin Front-End CSS here 
---------------------------*/


/*--------------------------- 
Responsive CSS here 
*
*   Remember these queries are a good start
*   but media queries go much deeper than this.
*
---------------------------*/


/*
Medium/Large Screens 
*/

@media only screen and (max-width: 1430px) {}


/*
Medium Screens 
*/

@media only screen and (max-width: 1280px) {}


/*
Large Tablet Screens 
*/

@media only screen and (max-width: 980px) {}


/*
Medium Tablet Screens 
*/

@media only screen and (max-width: 768px) {}


/*
Small Tablet/Largest Phone Screens 
*/

@media only screen and (max-width: 600px) {}


/*
Large Phone Screens 
*/

@media only screen and (max-width: 420px) {}


/*
Medium Phone Screens 
*/

@media only screen and (max-width: 380px) {}


/*
Small Phone / Apple Watch Screens 
*/

@media only screen and (max-width: 320px) {}